summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRCChris Kuethe2009-11-141-10/+10
|
* More tweaks for making C++ support optional from edo1.Eric S. Raymond2009-11-121-2/+10
|
* Enable option to condition out C++ support in libgps.cEric S. Raymond2009-11-111-0/+16
|
* Force -X11 inclusion in X_LIBS.Eric S. Raymond2009-11-061-1/+1
|
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-0/+14
| | | | | Replace it with a new, lighter- weight version that can be configured out.
* GPSD-NG code is no longer experimental.Eric S. Raymond2009-09-271-13/+0
|
* Address Debian bug #542384...Eric S. Raymond2009-08-301-1/+12
| | | | ...by adding a facility to specify a fallback dialout group.
* Make it possible to compile without support for the old protocol. Eric S. Raymond2009-07-251-0/+14
| | | | | | At the moment this is just a way of checking that the protocol code is properly factored and doesn't have cohesions between the versions; the old protocol won't be going away any time soon.
* More JSON refactoring - prepare the client libary to use it.Eric S. Raymond2009-07-211-2/+2
|
* Rough oncore driver.Chris Kuethe2009-07-161-0/+15
| | | | | | Doesn't do anything useful, but will be handy for people with actual hardware who can hack on the decoders. Doesn't break the regression tests either.
* Define a configuratrion switch for NG protocol support.Eric S. Raymond2009-07-091-3/+17
| | | | Bring the Hacking Guide description (mostly) up to date.
* UNUSED is not something that config.h needs to define. move it to gpsd.hChris Kuethe2009-07-061-8/+1
|
* strange. somehow HAVE_SYS_STAT_H was being definedChris Kuethe2009-07-051-1/+1
| | | | even though we weren't checking for it. let's fix that properly, shall we?
* ac_python=no when --disable-python is set.Bernd Zeimetz2009-06-271-0/+3
| | | | | | This makes configure print Enable Python support : no but does not fix --disable-python.
* Add some hooks to start raw data processingChris Kuethe2009-06-211-0/+14
|
* Garmintxt integration patches from Petr Slansky.Eric S. Raymond2009-03-241-1/+1
|
* Autotools fixes from Richard Hansen:Eric S. Raymond2009-03-241-0/+21
| | | | | | | | | | | | | | | | | Autoconf has a longstanding bug in AC_REQUIRE that causes out-of-order macro expansion problems. This patch works around the Autoconf bug. I (Hansen) noticed strange shell errors when running configure with '--disable-python', and some quick googling revealed the problem and the workaround. The next band prevents autogen.sh from doing field splitting on the parameters passed to configure. Before, running the following: $ ./autogen.sh CC="ccache gcc" would call configure like this: ./configure CC=ccache gcc Notice the two separate parameters: "CC=ccache" and "gcc". Now autogen.sh calls configure like this: ./configure "CC=ccache gcc"
* Commits are open again.Eric S. Raymond2009-03-181-1/+1
|
* Prepare to ship 2.39.release-2.39Eric S. Raymond2009-03-181-1/+1
|
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-0/+14
| | | | | This gets packets and delivers them to a stub analyzer, fields parsed out and checksum verified.
* New packaging/ directory.Eric S. Raymond2009-03-091-1/+1
|
* Improved configure options listing.Eric S. Raymond2009-03-061-2/+4
|
* Support --disable-controlsendEric S. Raymond2009-03-061-1/+15
|
* Until configure knows how to look for the right python-config...Chris Kuethe2009-03-041-1/+1
| | | | ...you can pass in the necessary link flags with PYTHON_LIBS
* repository beautification, part 2:Chris Kuethe2009-03-021-5/+5
| | | | rename the test programs to test_$(subsystem).c
* enable the superstar driver. Chris Kuethe2009-03-021-4/+4
| | | | | even though it doesn't mode switch yet, it will correctly set up a receiver and process fixes.
* Require Python.h for Python support, since gpspacket.c uses it.Eric S. Raymond2009-02-111-4/+71
| | | | | | Warn that python-dev needs to be installed if it's not present. Should fix tracker bug #13049. Autotools code stolen from Wesnoth; also computes location of Python package directory, should we ever need it.
* 2.39 development commences.Eric S. Raymond2009-02-101-1/+1
|
* Ready to ship external release 2.38.Eric S. Raymond2009-02-101-1/+1
|
* crank to rc4. hopefully this should be the last one.Chris Kuethe2009-02-061-1/+1
|
* driver for novatel superstar2. Chris Kuethe2009-01-261-3/+18
| | | | | | | | | not enabled by default yet; i still need to get mode switching working. kinda funny - i bought the superstar last july, and it's taken me nearly six months to even take it out of the antistatic bag. at least the driver isn't vaporware any more (and the only copy of it isn't on my laptop).
* 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.