aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-0/+31
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-1/+93
* Add a "acinclude.m4" file that defines a "AC_ETHEREAL_STRUCT_SA_LEN"Guy Harris1998-11-171-0/+69