summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make configure.ac report on whether libusb will be linked.Eric S. Raymond2010-04-171-1/+4
|
* Version bump, commits are open again.Eric S. Raymond2010-04-161-1/+1
|
* NEWS update and version bump for release.Eric S. Raymond2010-04-161-1/+1
|
* Cleaner libusb configuration with correct include path.Eric S. Raymond2010-04-131-4/+4
|
* Fix an erroneous configuration message.Eric S. Raymond2010-04-131-1/+1
|
* Teach autotools how to find libusb.Eric S. Raymond2010-04-131-0/+23
|
* gpsdecode depends on rtcm2, rtcm3 and aivdmChris Kuethe2010-04-101-0/+1
|
* TNT probe logic for sample mode has to be conditioned out, it's still broken.Eric S. Raymond2010-04-101-5/+5
|
* Internals of Qt support.Chris Browet2010-03-311-0/+12
| | | | | | | | | | | | | | | | | All regression tests pass. Note from esr: this feature cannot be announced yert, as it requires documentation in the INSTALL file. 1. What the target environments are (Linux? Windows? Both) 2. All build prerequisites (C++ compiler? Qt library? Other libraries?) 3. What the new files libQgpsmm_global.h and libQgpsmm.pro are for, and how the are used. We also need to know how to regression-test this code under Linux so we can verify that it's not broken as the client library evolves. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add configure switch to enable/disable IPv6 support.Eric S. Raymond2010-03-271-0/+15
| | | | | | Patch by Signed-off-by: esr@thyrsus.com
* Dead code removal (led to a small glitch in the capability display).Eric S. Raymond2010-03-241-1/+0
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* Version bump to 2.93dev. Commits are open again.Eric S. Raymond2010-03-031-1/+1
|
* Fix a packaging error in 2.91, and make the json module import more robust.release-2.92Eric S. Raymond2010-03-031-1/+1
|
* Version bump. Commits are open again.release-2.91Eric S. Raymond2010-03-021-1/+1
|
* Version bump for release.Eric S. Raymond2010-03-011-1/+1
|
* Tweak the Gentoo/PYTHONPATH warning.Gary E. Miller2010-01-251-1/+2
|
* Add a warning about Gentoo systems and sys.path.Eric S. Raymond2010-01-081-0/+4
|
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-2/+2
| | | | All regression tests pass,
* Replace the old Motif-based xgps with a new pygtk-based xgps (formerly xgps2).Eric S. Raymond2009-12-151-23/+0
| | | | | Replaces 1200-odd lines of difficult-to-maintain C code with 400-odd-lines of Python.
* Version bumped to 2.91dev. Conmmits are open again.Eric S. Raymond2009-12-041-1/+1
|
* Version bump. Time to ship 2.90.release-2.90Eric S. Raymond2009-12-041-1/+1
|
* Require at least Python 2.4 for the build.Eric S. Raymond2009-12-041-1/+1
|
* Remove some configure.ac complexity.Eric S. Raymond2009-12-041-44/+33
| | | | All regression tests pass.
* Eliminate --disable-python.Eric S. Raymond2009-12-041-72/+62
| | | | | | | | It still makes sense to target systems without Python in the gpsd compile, but as Python is required for some code generators we can no longer escape the requirement to have it on the build system. All regression tests pass.
* AM_PATH_PYTHON provided with automake can be too old. Greg Troxel2009-12-021-0/+5
| | | | | Look for newer python first, and include 2.6 on the list. gpsd needs 2.6 for tests; perhaps we should require 2.6 or newer.
* Substitute $PYTHON instead of assuming 'python' is python. Greg Troxel2009-12-021-2/+3
| | | | Now 'make check' runs on NetbSD, and $(prefix)/bin/gpsfake works.
* Forward-port fixed to make build work again under 2.64.Eric S. Raymond2009-11-281-9/+0
| | | | | | | It doesn't handle well the case where a component of a shared library has a stem name the same as the library. All regression tests pass.
* Add missing string quote.Eric S. Raymond2009-11-261-1/+1
|
* Document autotools breakage more exactly.Eric S. Raymond2009-11-261-2/+4
|
* Note that libtool is broken.Eric S. Raymond2009-11-261-0/+8
|
* Require Python 2.6 (we need the json module).Eric S. Raymond2009-11-231-3/+3
|
* Generate jsongen.py and maskaudit.py from templates... Greg Troxel2009-11-211-1/+3
| | | | | | | | | | | ...so that @PYTHON@ can be substituted with the discovered path to python. Avoids the nonportable assumption that "/usr/bin/env python" will find python, because on pkgsrc systems python2.5 etc. are installed with no bare python to avoid programs binding to a version (and hence compiled extensions) that might change. This should cause no functional change on systems with 'python', and fix the build on pkgsrc-using systems.
* Don't try to include the non-existent m4 directory.Greg Troxel2009-11-201-1/+0
| | | | | Fixes rebuilding of autoconf/automake following updates to configure.ac via automake-generated rules.
* Client library debugging can now nbe enabled at runtime.Eric S. Raymond2009-11-201-0/+16
| | | | | That is, if the CLIENTDEBUG_ENABLE feature switch is on. All regression tests pass.
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+3
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Bump version to 2.90dev in preparation for release.Eric S. Raymond2009-11-201-1/+1
| | | | Update some documentation.
* Appease the malevolent autotools gods.Eric S. Raymond2009-11-201-0/+1
|
* 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.