summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Two options needed to enabled once, now they need to be disabled.Wolfram Sang2011-02-221-3/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* More autotools modernization.Michael Tatarinov2011-02-021-2/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Modernize the autotools initialization.Eric S. Raymond2011-02-021-2/+2
|
* Most of the way to out-of-directory builds.Eric S. Raymond2011-01-281-3/+2
|
* More excision of unneeded configure tests.Eric S. Raymond2011-01-251-33/+0
| | | | This one was checking for a GNU-only alternative to a POSIX facility.
* Remove more stuff made unnecessary by ANSI/POSIX assumptions.Eric S. Raymond2011-01-251-3/+0
|
* Remove unneeded configuration checks. All regression tests pass.Eric S. Raymond2011-01-251-32/+0
|
* We no longer rely on long long to be 64 bits.Eric S. Raymond2011-01-251-5/+0
| | | | All regression tests pass.
* Quiet down the OpenBSD build.Eric S. Raymond2011-01-131-4/+4
|
* Eliminate RAW_ENABLE, it's no longer needed.Eric S. Raymond2011-01-131-14/+0
|
* Allow use of Python 2.7.Eric S. Raymond2011-01-101-1/+1
|
* Factor out our implementation of daemon(3) and use it as a fallback...Eric S. Raymond2010-12-171-0/+3
| | | | | ...in case the local OS doesn't have it (it's not SuS/POSIX portable). >From an idea by Gleb Smirnoff. but with cleaner build-system integration.
* Replace a FIONREAD call with select(2).Eric S. Raymond2010-12-141-2/+0
|
* The difference between curses.h and ncurses shouldn't matter to gpsd.Eric S. Raymond2010-12-141-5/+0
|
* Temporatily restore a header check removed in last commit.Eric S. Raymond2010-12-141-0/+2
|
* Remove endian.h, it was not portable.Gary E. Miller2010-12-141-2/+0
|
* We were checking for sys/modem.h and never needed it.Eric S. Raymond2010-12-141-1/+1
|
* More configure simplification.Eric S. Raymond2010-12-141-3/+1
|
* Because we're taking SuS seriously we can simplify the configuration machinery.Eric S. Raymond2010-12-141-8/+1
|
* When PPS is built, try to use, but do not require, librt.Gary E. Miller2010-12-111-0/+4
| | | | | librt lets gpsd use clock_gettime() which is better than gettimeofday().
* Looks for timepps.h in the right place.Gary E. Miller2010-12-101-2/+2
| | | | | RFC2783 says that <sys/timepps.h> is the right place for timepps.h Thanks to Michael Tatarinov <kukabu@gmail.com> for setting me straight.
* Revert "Another attempt at getting portable endianness in Garmin driver."Gary E. Miller2010-12-081-0/+1
|
* Revert "Yet another try at endianness portability."Gary E. Miller2010-12-081-0/+1
|
* Yet another try at endianness portability.Gary E. Miller2010-12-081-1/+0
| | | | BSD does not like <arpa/inet.h>.
* Another attempt at getting portable endianness in Garmin driver.Gary E. Miller2010-12-081-1/+0
| | | | | | Seems like endian.h is not POSIX and not portable. So rewritten using ntohl() and ntohs() from <arpa/inet.h> instead of be16toh() and be32toh() from endian.h
* Find {,sys/}endian.h via autoconf.Greg Troxel2010-12-061-0/+1
| | | | | | | | | A recent commit introduced an unconditional include of endian.h, which is not specified by POSIX and thus nonportable. Apparently lacking a portable way to get the needed le16toh etc. functions for dealing with remote data from a le machine on the host, use autoconf to search for endian.h (on Linux) and sys/endian.h (on NetBSD). Add an explicit failure for lacking either header.
* Somehow the geostar bit got lostChris Kuethe2010-12-021-0/+15
|
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-2/+4
| | | | | | | | We now compile with -Wextra on and only the warning on missing fields in initializers turned off (because of the way some of thee JSON code is generated). Cleanups necessary to eliminate all warnings have been done. All regression tests pass.
* Make the hotplug wrapper work when USBAUTO is not set.Miroslav Lichvar2010-09-151-0/+1
| | | | | | | | | | | | The wrapper doesn't seem to work when USBAUTO is not set, this is because [ -n ] gives different result than [ -n "" ], addressed by the attached patch. It includes also the options remapping to be consistent with the rpm init script and sysconfig file, and adds /usr/sbin to PATH which is needed on some systems to find gpsd in the hotplug script. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* More kernel_pps. Fine tune the config for another required header.Gary E. Miller2010-07-311-0/+2
| | | | Start of code to dynamically pick the right kernel PPS edge.
* Kernel PPS compiles, mostly there, but it does not work yet.Gary E. Miller2010-07-201-2/+1
|
* Finally have the right header and can get a valid PPS handle.Gary E. Miller2010-07-201-0/+1
|
* Grr, get the right PPS header to use.Gary E. Miller2010-07-201-1/+1
|
* Use the proper include file for kernel PPS.Gary E. Miller2010-07-201-1/+1
| | | | Start some code for kernel PPS.
* Embryonic support for linux kernel PPS.Gary E. Miller2010-07-201-0/+1
| | | | With luck it will be more accurate than the current method.
* Bump maximum channel count to 32. Eric S. Raymond2010-07-131-1/+1
| | | | | | | | | This is in order to accommodate devices that can do GLONASS; requires a library-major-version bump. Required a rebuild of two regression tests duee to the change in the number of GSA fields dumped in pseudo-NMEA output. Other than that, all regression tests pass.
* External release 2.95.release-2.95Eric S. Raymond2010-07-131-1/+1
|
* This patch has the changes needed for RPM packaging.Michael R. Davis2010-07-121-1/+1
|
* fix configure test for libusbGraham Gower2010-07-061-23/+5
| | | | | | | | The configure test for libusb fails on systems where libusb is not in /usr/include and /usr/lib (e.g. 64 bit systems have /usr/lib64 or e.g. when cross compiling). Use pkg-config instead.
* Configuration machinery for enabling BluZ support.Eric S. Raymond2010-06-181-0/+21
| | | | | No actual code changes, and the default is not to enable this. All regression tests pass.
* Fix website build in the xsltproc case.Eric S. Raymond2010-06-031-0/+1
|
* Fix check for xsltproc.Bernd Zeimetz2010-05-171-1/+1
|
* Refactor check for QT, adding --disable-libQgpsmm as option.Bernd Zeimetz2010-05-161-19/+39
|
* Remove useless 'enabling x11' message from configure.Bernd Zeimetz2010-05-101-1/+0
|
* Check for QT4 using pkgconfig.Bernd Zeimetz2010-05-101-13/+17
|
* Merge branch 'new-xgpsspeed'Bernd Zeimetz2010-05-101-64/+0
|\
| * Replacing xgpsspeed with the new version written in Python.Bernd Zeimetz2010-05-101-64/+0
| |
* | Add Qt detection to the autoconf build.Eric S. Raymond2010-05-101-0/+17
|/ | | | There is now an ac_qt shell variable and a HAVE_QT automake conditional.
* Clean up HTML generation, eliminating a FIX-ME.Eric S. Raymond2010-04-271-12/+16
|
* Comment the Python related rules and definitions.Bernd Zeimetz2010-04-231-0/+7
|