aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2004-09-26In the SNMP tests, we're using AC_TRY_LINK to avoid caching the resultsGuy Harris1-46/+77
2004-09-26Clean up a bunch of cruft in --with-ssl; make it more resemble otherGuy Harris1-73/+37
2004-09-26Explicitly test whether we need -lresolv in order to link with -lkrb5. Guy Harris1-53/+57
2004-09-25For annoying licensing reasons, we don't want to use -lcrypto unless theGuy Harris1-7/+22
2004-09-25Don't just add "-lresolv" to KRB5_LIBS if it's missing - on someGuy Harris1-10/+20
2004-09-06From Marten Svantesson: according to Tomas Anders, all versions of HeimdalGuy Harris1-2/+2
2004-08-16Fix a typo.Guy Harris1-1/+1
2004-08-16For "pcap_findalldevs()", don't assume that just because it's in -lpcapGuy Harris1-3/+51
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris1-1/+2
2004-07-23Remove set -/+x - they were added for debugging and not intended for commitJörg Mayer1-2/+0
2004-07-21Fix the fix to krb5Jörg Mayer1-1/+4
2004-07-21Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ...Jörg Mayer1-1/+1
2004-07-20As Joerg Mayer noted, the value of LIBS should be saved outside theGuy Harris1-1/+1
2004-07-19When checking whether we can get "sprint_realloc_objid()" from the SNMPGuy Harris1-1/+3
2004-07-18- Require --with-ssl=... to be explicitly set to workJörg Mayer1-24/+49
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-29If we can't find the krb5 header or the krb5 code isn't Heimdal, clearGuy Harris1-2/+3
2004-06-25Get rid of a warning with newer auto... tools by proper quoting.Jörg Mayer1-2/+2
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-1/+43
2004-05-18Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATHJörg Mayer1-5/+5
2004-05-14Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/pathJörg Mayer1-1/+2
2004-05-13Fix --with-krb5 when given a directoryJörg Mayer1-3/+2
2004-05-13Thomas Anders: Don't add library paths twiceJörg Mayer1-7/+9
2004-04-22More correct implementation of the --disable-usr-local option.Olivier Biot1-2/+6
2004-03-27Some aclocal warning fixes during autogen.shJörg Mayer1-14/+14
2004-03-20Workaround for (at least) some RedHat platforms:Jörg Mayer1-1/+11
2004-03-17Experimental Heimdal Kerberos detection.Jörg Mayer1-1/+118
2004-02-26From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doGuy Harris1-3/+23
2003-12-19The GNU ADNS library requires whatever libraries are needed for socketGuy Harris1-2/+2
2003-12-18"pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris1-2/+2
2003-12-17From Albert Chin: fix for the following:Guy Harris1-7/+11
2003-12-16Fix some typoes in variable names.Guy Harris1-5/+5
2003-12-06From Olivier BiotGilbert Ramirez1-1/+103
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-1/+3
2003-10-14Do the tests for various extra "-L" and "-l" flags that might be neededGuy Harris1-35/+30
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris1-2/+2
2003-10-10From Brad Hards: fix two problems:Guy Harris1-1/+2
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningGuy Harris1-2/+2
2003-10-10Use "pcap_findalldevs()" if present.Guy Harris1-11/+8
2003-08-31Add support for building with ucd-snmp on RH9.0. We need to link withRichard Sharpe1-21/+25
2003-08-21Note that the "=DIR" argument to "--with-ssl" and "--with-adns" isGuy Harris1-3/+9
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-1/+40
2003-02-28Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don'tGuy Harris1-4/+4
2003-02-26From Pavel Roskin:Guy Harris1-7/+8
2003-02-11Future releases of libpcap probably won't install <net/bpf.h>, so weGuy Harris1-6/+4
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