summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Look for Xaw8 first, then Xaw7, then Xaw.Greg Troxel2009-01-151-3/+3
| | | | | | This makes sense because Xaw8 seems to be the preferred xorg name, and it should work around an issue on Mac OS X where libXaw exists and is a symlink to libXaw8, but the .la symlink isn't present.
* In addition to Xaw and Xaw8, also look for and accept Xaw7.Greg Troxel2009-01-101-1/+4
| | | | Found on pkgsrc with modular xorg.
* crank to rc3Chris Kuethe2009-01-081-1/+1
|
* Sync patch from GreG Troxel, fixes minor X11 config problem.Eric S. Raymond2009-01-081-0/+1
|
* bump to rc2Chris Kuethe2009-01-071-1/+1
|
* fix use of unbounded string functions and format warningsChris Kuethe2009-01-061-0/+1
|
* eye-candyChris Kuethe2009-01-061-90/+92
|
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-0/+17
| | | | | It's all conditioned out by #ifdef OCEANSERVER. Some if the probe logic still needs to be written.
* getting closer to release time, crank the version to rc1...Chris Kuethe2009-01-021-1/+1
| | | | ...and add some of my news items.
* Add another regression test, fix a typo, and document a regression build recipe.Eric S. Raymond2009-01-021-1/+1
|
* Autoconfigure fixes.Eric S. Raymond2009-01-021-8/+24
| | | | | | | | | | | | | | | | | Use AC_CHECK_HEADERS on ncurses.h to get HAVE_NCURSES_H defined. Define NCURSES_LIBS to the ncurses library, if present, and use it instead of -lncurses in Makefile.am. Use that variable to define HAVE_NCURSES to conditionally build programs. Search for Athena Widgets as libXaw and then libXaw8 in order to find it on modular xorg systems. Add HAVE_XAW conditional based on finding some version of libXaw. Move xgpsspeed from MOTIF_PROGS to the new XAW_PROGS, and don't link it against motif. Place all the build-programs-if-library-exists blocks near each other in Makefile.am. Patch due to Greg Troxel.
* merge mkt-3301 support. from Henk FijnvandraatChris Kuethe2008-12-311-0/+16
|
* better detection of cursesChris Kuethe2008-10-031-3/+3
|
* 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