aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Experimental Heimdal Kerberos detection.Jörg Mayer2004-03-171-1/+118
* From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doGuy Harris2004-02-261-3/+23
* The GNU ADNS library requires whatever libraries are needed for socketGuy Harris2003-12-191-2/+2
* "pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris2003-12-181-2/+2
* From Albert Chin: fix for the following:Guy Harris2003-12-171-7/+11
* Fix some typoes in variable names.Guy Harris2003-12-161-5/+5
* From Olivier BiotGilbert Ramirez2003-12-061-1/+103
* Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris2003-11-011-1/+3
* Do the tests for various extra "-L" and "-l" flags that might be neededGuy Harris2003-10-141-35/+30
* Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris2003-10-101-2/+2
* From Brad Hards: fix two problems:Guy Harris2003-10-101-1/+2
* Get the version number of the libpcap/WinPcap with which we're runningGuy Harris2003-10-101-2/+2
* Use "pcap_findalldevs()" if present.Guy Harris2003-10-101-11/+8
* Add support for building with ucd-snmp on RH9.0. We need to link withRichard Sharpe2003-08-311-21/+25
* Note that the "=DIR" argument to "--with-ssl" and "--with-adns" isGuy Harris2003-08-211-3/+9
* Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs2003-05-041-1/+40
* Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don'tGuy Harris2003-02-281-4/+4
* From Pavel Roskin:Guy Harris2003-02-261-7/+8
* Future releases of libpcap probably won't install <net/bpf.h>, so weGuy Harris2003-02-111-6/+4
* Check "$prefix/include/pcap" before checking "$prefix/include" forGuy Harris2003-01-271-3/+5
* cjs 2895: Fix configure check to compile with IBM Visual Age C compilerJörg Mayer2003-01-211-9/+7
* Check for pcap in before /usr/local and stop on first hitJörg Mayer2003-01-211-3/+8
* Mention binary developer's packages, as well as "make install-incl", inGuy Harris2002-12-281-2/+5
* The versions of UCD SNMP that we now support all installGuy Harris2002-10-251-8/+1
* From Nix:Guy Harris2002-07-061-3/+5
* Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris2002-04-081-5/+86
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-36/+86
* zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris2002-02-061-14/+25
* From Heikki Vatiainen:Guy Harris2002-02-021-1/+17
* IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.Guy Harris2002-01-301-2/+9
* XFree86 installed with its own zlib isn't the only reason why an oldGuy Harris2002-01-301-2/+2
* Revamp the RPM building process. For versions of rpm that supportGerald Combs2002-01-201-1/+21
* Put back the check for gzseek() when building with the GTK+ build flagsGuy Harris2002-01-181-4/+38
* From Albert Chin: simplify some autoconf code - AC_CHECK_FUNC can, byGuy Harris2002-01-031-9/+5
* We have our own internal versions of "gzgets()" and "gzgetc()", so weGuy Harris2001-09-281-6/+5
* Removed the dependency on gzgetc and gzgets by implementing internalAshok Narayanan2001-09-201-32/+1
* Fix from Andy Hood, to remove a bogus extra line.Guy Harris2001-09-171-2/+1
* The zlib that comes with XFree86 isn't a "mini-zlib", it's an olderGuy Harris2001-08-211-7/+11
* If there's no "zlib.h" header, we won't be using zlib, so don't botherGuy Harris2001-08-181-10/+47
* Link with $SOCKET_LIBS and $NSL_LIBS, as well as with $PCAP_LIBS, whenGuy Harris2001-07-271-2/+2
* Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris2001-07-271-5/+38
* Autoconf support for glibc IPv6 support, from Pekka Savola.Guy Harris2001-07-091-2/+12
* Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris2001-06-271-15/+43
* Updated SSL tests, from Andy Hood.Guy Harris2001-05-231-10/+16
* According to the autoconf documentation, you're not supposed to useGuy Harris2001-05-221-5/+2
* Cleanups to the "--with-ssl" configuration option, and changes to addGuy Harris2001-05-221-23/+12
* Updates for the current CVS version of autoconf, from Nathan NeulingerGuy Harris2001-05-111-6/+6
* Fix up the messages printed for the SSL checks - AC_MSG_CHECKING withoutGuy Harris2001-04-191-2/+1
* Changes to look for SSL library for those who have UCD SNMP compiledGuy Harris2001-01-181-1/+51
* Add "-L" flags to LDFLAGS, not LIBS, and get rid of all the exoticGuy Harris2000-01-211-58/+5