aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2003-01-27Check "$prefix/include/pcap" before checking "$prefix/include" forGuy Harris1-3/+5
2003-01-21cjs 2895: Fix configure check to compile with IBM Visual Age C compilerJörg Mayer1-9/+7
2003-01-21Check for pcap in before /usr/local and stop on first hitJörg Mayer1-3/+8
2002-12-28Mention binary developer's packages, as well as "make install-incl", inGuy Harris1-2/+5
2002-10-25The versions of UCD SNMP that we now support all installGuy Harris1-8/+1
2002-07-06From Nix:Guy Harris1-3/+5
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalGuy Harris1-5/+86
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-36/+86
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris1-14/+25
2002-02-02From Heikki Vatiainen:Guy Harris1-1/+17
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.Guy Harris1-2/+9
2002-01-30XFree86 installed with its own zlib isn't the only reason why an oldGuy Harris1-2/+2
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs1-1/+21
2002-01-18Put back the check for gzseek() when building with the GTK+ build flagsGuy Harris1-4/+38
2002-01-03From Albert Chin: simplify some autoconf code - AC_CHECK_FUNC can, byGuy Harris1-9/+5
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weGuy Harris1-6/+5
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalAshok Narayanan1-32/+1
2001-09-17Fix from Andy Hood, to remove a bogus extra line.Guy Harris1-2/+1
2001-08-21The zlib that comes with XFree86 isn't a "mini-zlib", it's an olderGuy Harris1-7/+11
2001-08-18If there's no "zlib.h" header, we won't be using zlib, so don't botherGuy Harris1-10/+47
2001-07-27Link with $SOCKET_LIBS and $NSL_LIBS, as well as with $PCAP_LIBS, whenGuy Harris1-2/+2
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris1-5/+38
2001-07-09Autoconf support for glibc IPv6 support, from Pekka Savola.Guy Harris1-2/+12
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isGuy Harris1-15/+43
2001-05-23Updated SSL tests, from Andy Hood.Guy Harris1-10/+16
2001-05-22According to the autoconf documentation, you're not supposed to useGuy Harris1-5/+2
2001-05-22Cleanups to the "--with-ssl" configuration option, and changes to addGuy Harris1-23/+12
2001-05-11Updates for the current CVS version of autoconf, from Nathan NeulingerGuy Harris1-6/+6
2001-04-19Fix up the messages printed for the SSL checks - AC_MSG_CHECKING withoutGuy Harris1-2/+1
2001-01-18Changes to look for SSL library for those who have UCD SNMP compiledGuy Harris1-1/+51
2000-01-21Add "-L" flags to LDFLAGS, not LIBS, and get rid of all the exoticGuy Harris1-58/+5
2000-01-15Rename "save_LIBS" to "ethereal_save_LIBS", to reduce the risk of a nameGuy Harris1-5/+5
2000-01-15As we're not using the default action for AC_CHECK_LIB inGuy Harris1-2/+7
2000-01-15Arrange that, on Solaris, we link with "-lkstat" if necessary whenGuy Harris1-7/+83
2000-01-15Tethereal needs the same set of additional objects that Ethereal does;Guy Harris1-5/+61
1999-11-30Fixed output in AC_ETHEREAL_UCDSNMP_CHECK. AC_MSG_CHECKING shouldGilbert Ramirez1-8/+15
1999-11-29Duh. If you say you're going to check for "gzgets()", check forGuy Harris1-1/+1
1999-11-29Of the "zlib" functions we use that aren't in all versions of "zlib",Guy Harris1-4/+8
1999-11-29Don't add compressed-file-reading support unless "gzopen()" *and*Guy Harris1-0/+4
1999-11-11Change my e-mail address to the forwarding address my *alma mater*Guy Harris1-1/+1
1999-10-21Added Nathan's UCD SNMP patch.Gilbert Ramirez1-1/+2
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1-1/+1
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-0/+9
1999-09-20Line up the "configure --help" message for "--with-ucdsnmp", and explainGuy Harris1-1/+1
1999-09-09Expand the message printed if "configure" can't find "net/bpf.h" toGuy Harris1-1/+2
1999-09-01Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies theGuy Harris1-0/+42
1999-08-31Bert Driehuis' patch to handle "libpcap" stuff being installed inGuy Harris1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-0/+31
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-1/+93
1998-11-17Add a "acinclude.m4" file that defines a "AC_ETHEREAL_STRUCT_SA_LEN"Guy Harris1-0/+69