summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* paste-oChris Kuethe2008-07-101-1/+1
|
* rtcm requires types larger than 32 bits. test for, and use 'em.Chris Kuethe2008-07-101-0/+5
|
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-12/+31
| | | | | This is without checksum support, and the daemon code does not do anything with the RTCM data yet.
* Movin' right along. Chris Kuethe2008-02-171-1/+1
| | | | | We're now into 2.38dev season, and repository operations should be done over https.
* crank to 2.37 for releaseChris Kuethe2008-02-171-1/+1
|
* Disable Garmin Simple Text protocol. Chris Kuethe2008-02-171-3/+3
| | | | | Its packet sniffer hooks aren't specific enough and cause SiRF packets to be mis-detected as NMEA. Go figure.
* Small shipping improvement for next time, and bump the version number.Eric S. Raymond2008-01-011-1/+1
|
* Ready for 2.36 release.release-2.36Eric S. Raymond2008-01-011-1/+1
|
* Ashtech driver. Tested with an Ashtech/Thales/Magellan AC12Chris Kuethe2007-12-201-0/+14
| | | | | | | >From my balcony the skyview sucks, but the swimming pool and beach view is real nice. ;) GPSD,I=Ashtech,O=RMC 1198185318.000 0.005 20.629390 -87.068077 33.03 20.80 20.80 150.3000 0.000 0.000 ? 41.60 ? 3
* An attempt at support for the Furuno Electronics GH-79L4 (GPSClock).Eric S. Raymond2007-12-181-0/+14
|
* Cosmetic change.Eric S. Raymond2007-12-121-66/+66
|
* Integrated Garmin Simple Text Protocol driver from Petr Slansky.Eric S. Raymond2007-12-111-0/+15
|
* Bump the version number.Eric S. Raymond2007-12-111-1/+1
|
* Bump the version number.Eric S. Raymond2007-12-111-1/+1
|
* Fixing my portability fixesChris Kuethe2007-04-011-3/+3
|
* Bump version to 2.35beta - I'm waiting on a couple more test reports... Chris Kuethe2007-04-011-6/+5
| | | | | | | | ut things seem to be working well enough to justify cutting a release. Also, make a few tests more portable. use "test -a" rather than "test &&" and quote some values properly. Prevents stuff like this: ./configure[29630]: xyes: not found
* Make pkgconfig aware of this package.Eric S. Raymond2007-03-311-1/+1
|
* Matt Roberds sent these changes to make configure more explicit... Eric S. Raymond2007-03-271-2/+22
| | | | ...when the X clients cannot be built for some reason.
* Test for ncurses based on the header, not the library. Eric S. Raymond2007-03-221-1/+6
| | | | Warn if the library is present but the header is not.
* fix the test for the no configured protocols. From Mick DurkinChris Kuethe2007-01-291-14/+14
|
* Add support for setting IP TOS and TCP options to reduce transit delay. Chris Kuethe2007-01-221-1/+8
| | | | This may be useful on congested networks
* Remove test that breaks amd64.Chris Kuethe2007-01-171-4/+0
| | | | | Hopefully these can go away after auditing all variable types and using specifically sized ones (int16_t, int32_t,...) when needed.
* GPSD is sensitive to data types and sizes.Chris Kuethe2007-01-171-0/+33
| | | | | | | Enforce some constraints at configuration time. Drivers can now safely assume a type has a certain size. This is especially useful for binary protocols which often throw an IEEE754 floating point number on the wire and trust that it will be properly received.
* the autoconf documentation (section 5.10.2) says... Chris Kuethe2007-01-171-0/+2
| | | | ...that these tests work even when cross-compiling.
* Don't run floattest when cross-compiling. Also improve the output.Chris Kuethe2007-01-151-4/+18
| | | | >From Hans Ulrich Niedermann
* A nicer cleanup of the xslt processor testChris Kuethe2007-01-141-2/+12
| | | | >From Hans Ulrich Niedermann
* Allow floattest to compile in the srcdir != builddir case.Chris Kuethe2007-01-141-1/+3
| | | | >From Hans Ulrich Niedermann
* Revert the ".1" cleanup - it breaks systems using xsltproc.Chris Kuethe2007-01-141-10/+2
| | | | Instead, just rm the file
* do not create ".1" while testing for xml processor.Chris Kuethe2007-01-141-1/+9
| | | | >From Hans Ulrich Niedermann.
* set numbers to always be rendered in the C locale...Chris Kuethe2007-01-061-0/+1
| | | | | | | ...irrespective of the user's environment. this makes sense given that gpsd is a wire protocol that just happens to be somewhat human-readable too. from discussion on gpsd-users by Andreas Volz and Greg Troxel
* Now that the UBX driver can produce useful fixes, enable UBX by default.Chris Kuethe2007-01-061-3/+3
|
* A few little patches from Greg Troxel, to make the NetBSD port happier.Chris Kuethe2007-01-061-1/+1
|
* Type. From Andreas Stricker.Chris Kuethe2007-01-051-1/+1
|
* eye candyChris Kuethe2006-12-301-2/+6
|
* Now that italk can at least give us PVT solutions...Chris Kuethe2006-12-301-3/+3
| | | | ...turn it on and wait for screams. :)
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-16/+1
| | | | | | | now, all itrax features (including italk and $PFST) shall be controlled with enable-itrax. obviously i'm hacking on italk again, so make the italk driver compile again.
* Christmas Goodies: TSIP and Navcom no longer conflict. Chris Kuethe2006-12-251-3/+3
| | | | | | | Navcom is now enabled by default. Hacked on somewhere over the Gulf of Mexico... GPSD,O=ID6d 1166760581.000 0.005 20.628458 -87.067558 12.90 18.71 13.71 0.0000 0.000 0.000 ? ? ? 3
* Graceful degradation of the build if pthreads is not present.Eric S. Raymond2006-12-161-1/+3
| | | | This time for sure.
* Small fixes for the build machinery; Eric S. Raymond2006-12-161-1/+1
| | | | among other things, stop configure from running twice.
* Alas, the attempt to factor out pthreads broke the build.Eric S. Raymond2006-12-161-3/+3
| | | | Revert this while we figure out a better way.
* Degrade the build gracefully if pthreads are not present.Eric S. Raymond2006-12-151-2/+2
|
* Make the build degrade gracefully if ncurses is not available.Eric S. Raymond2006-12-151-0/+4
|
* regress-builder is done, until we get so many more drivers thatEric S. Raymond2006-12-151-1/+0
| | | | we need more serious search-space pruning.
* ./configure[26667]: x: not foundChris Kuethe2006-12-151-1/+1
| | | | is bad... this hacks around configure generating funky output.
* The compile-test framework has officially become smarter :-).Eric S. Raymond2006-12-151-22/+29
|
* eye-candyChris Kuethe2006-12-151-1/+2
|
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-0/+15
| | | | functional but committed to allow for in-tree development.
* Disable Navcom by default until we figure out why it clashes with TSIP.Eric S. Raymond2006-12-151-3/+3
|
* a better way to use ncurses, if you've got it.Chris Kuethe2006-12-151-1/+1
|
* add a --enable-gpsd-user configure option. Chris Kuethe2006-12-151-0/+13
| | | | | if unspecified, gpsd will retain its current behaviour: dropping to "nobody".