aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename "save_LIBS" to "ethereal_save_LIBS", to reduce the risk of a nameGuy Harris2000-01-151-5/+5
* As we're not using the default action for AC_CHECK_LIB inGuy Harris2000-01-151-2/+7
* Arrange that, on Solaris, we link with "-lkstat" if necessary whenGuy Harris2000-01-151-7/+83
* Tethereal needs the same set of additional objects that Ethereal does;Guy Harris2000-01-151-5/+61
* Fixed output in AC_ETHEREAL_UCDSNMP_CHECK. AC_MSG_CHECKING shouldGilbert Ramirez1999-11-301-8/+15
* Duh. If you say you're going to check for "gzgets()", check forGuy Harris1999-11-291-1/+1
* Of the "zlib" functions we use that aren't in all versions of "zlib",Guy Harris1999-11-291-4/+8
* Don't add compressed-file-reading support unless "gzopen()" *and*Guy Harris1999-11-291-0/+4
* Change my e-mail address to the forwarding address my *alma mater*Guy Harris1999-11-111-1/+1
* Added Nathan's UCD SNMP patch.Gilbert Ramirez1999-10-211-1/+2
* Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1999-10-121-1/+1
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-221-0/+9
* Line up the "configure --help" message for "--with-ucdsnmp", and explainGuy Harris1999-09-201-1/+1
* Expand the message printed if "configure" can't find "net/bpf.h" toGuy Harris1999-09-091-1/+2
* Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies theGuy Harris1999-09-011-0/+42
* Bert Driehuis' patch to handle "libpcap" stuff being installed inGuy Harris1999-08-311-2/+2