aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2004-05-18Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATHjmayer1-5/+5
2004-05-14Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/pathjmayer1-1/+2
2004-05-13Fix --with-krb5 when given a directoryjmayer1-3/+2
2004-05-13Thomas Anders: Don't add library paths twicejmayer1-7/+9
2004-04-22More correct implementation of the --disable-usr-local option.obiot1-2/+6
2004-03-27Some aclocal warning fixes during autogen.shjmayer1-14/+14
2004-03-20Workaround for (at least) some RedHat platforms:jmayer1-1/+11
2004-03-17Experimental Heimdal Kerberos detection.jmayer1-1/+118
2004-02-26From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doguy1-3/+23
2003-12-19The GNU ADNS library requires whatever libraries are needed for socketguy1-2/+2
2003-12-18"pcap_compile_nopcap()" has a different signature in recent NetBSDguy1-2/+2
2003-12-17From Albert Chin: fix for the following:guy1-7/+11
2003-12-16Fix some typoes in variable names.guy1-5/+5
2003-12-06From Olivier Biotgram1-1/+103
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingguy1-1/+3
2003-10-14Do the tests for various extra "-L" and "-l" flags that might be neededguy1-35/+30
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifguy1-2/+2
2003-10-10From Brad Hards: fix two problems:guy1-1/+2
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningguy1-2/+2
2003-10-10Use "pcap_findalldevs()" if present.guy1-11/+8
2003-08-31Add support for building with ucd-snmp on RH9.0. We need to link withsharpe1-21/+25
2003-08-21Note that the "=DIR" argument to "--with-ssl" and "--with-adns" isguy1-3/+9
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald1-1/+40
2003-02-28Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don'tguy1-4/+4
2003-02-26From Pavel Roskin:guy1-7/+8
2003-02-11Future releases of libpcap probably won't install <net/bpf.h>, so weguy1-6/+4
2003-01-27Check "$prefix/include/pcap" before checking "$prefix/include" forguy1-3/+5
2003-01-21cjs 2895: Fix configure check to compile with IBM Visual Age C compilerjmayer1-9/+7
2003-01-21Check for pcap in before /usr/local and stop on first hitjmayer1-3/+8
2002-12-28Mention binary developer's packages, as well as "make install-incl", inguy1-2/+5
2002-10-25The versions of UCD SNMP that we now support all installguy1-8/+1
2002-07-06From Nix:guy1-3/+5
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalguy1-5/+86
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".guy1-36/+86
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",guy1-14/+25
2002-02-02From Heikki Vatiainen:guy1-1/+17
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.guy1-2/+9
2002-01-30XFree86 installed with its own zlib isn't the only reason why an oldguy1-2/+2
2002-01-20Revamp the RPM building process. For versions of rpm that supportgerald1-1/+21
2002-01-18Put back the check for gzseek() when building with the GTK+ build flagsguy1-4/+38
2002-01-03From Albert Chin: simplify some autoconf code - AC_CHECK_FUNC can, byguy1-9/+5
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weguy1-6/+5
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalashokn1-32/+1
2001-09-17Fix from Andy Hood, to remove a bogus extra line.guy1-2/+1
2001-08-21The zlib that comes with XFree86 isn't a "mini-zlib", it's an olderguy1-7/+11
2001-08-18If there's no "zlib.h" header, we won't be using zlib, so don't botherguy1-10/+47
2001-07-27Link with $SOCKET_LIBS and $NSL_LIBS, as well as with $PCAP_LIBS, whenguy1-2/+2
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withguy1-5/+38
2001-07-09Autoconf support for glibc IPv6 support, from Pekka Savola.guy1-2/+12
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isguy1-15/+43