aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* At least on Suse, the linking flags are obtained via krb5-config --libs,Jörg Mayer2004-09-301-1/+2
* Use the right name in the Checking... messages.Guy Harris2004-09-291-2/+2
* Put back the $KRB4_CONFIG call to set KRB5_LIBS.Guy Harris2004-09-291-1/+2
* When testing whether the Heimdal library has krb5_kt_resolve (andGuy Harris2004-09-291-1/+1
* If, when checking whether the Kerberos library is Heimdal or not, weGuy Harris2004-09-281-1/+1
* If the user specified --with-krb5 but we don't have a usable KerberosGuy Harris2004-09-281-10/+38
* Explicitly indicate when we're doing tests to see if UCD SNMP containsGuy Harris2004-09-261-0/+8
* In the SNMP tests, we're using AC_TRY_LINK to avoid caching the resultsGuy Harris2004-09-261-46/+77
* Clean up a bunch of cruft in --with-ssl; make it more resemble otherGuy Harris2004-09-261-73/+37
* Explicitly test whether we need -lresolv in order to link with -lkrb5. Guy Harris2004-09-261-53/+57
* For annoying licensing reasons, we don't want to use -lcrypto unless theGuy Harris2004-09-251-7/+22
* Don't just add "-lresolv" to KRB5_LIBS if it's missing - on someGuy Harris2004-09-251-10/+20
* From Marten Svantesson: according to Tomas Anders, all versions of HeimdalGuy Harris2004-09-061-2/+2
* Fix a typo.Guy Harris2004-08-161-1/+1
* For "pcap_findalldevs()", don't assume that just because it's in -lpcapGuy Harris2004-08-161-3/+51
* Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris2004-07-251-1/+2
* Remove set -/+x - they were added for debugging and not intended for commitJörg Mayer2004-07-231-2/+0
* Fix the fix to krb5Jörg Mayer2004-07-211-1/+4
* Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ...Jörg Mayer2004-07-211-1/+1
* As Joerg Mayer noted, the value of LIBS should be saved outside theGuy Harris2004-07-201-1/+1
* When checking whether we can get "sprint_realloc_objid()" from the SNMPGuy Harris2004-07-191-1/+3
* - Require --with-ssl=... to be explicitly set to workJörg Mayer2004-07-181-24/+49
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* If we can't find the krb5 header or the krb5 code isn't Heimdal, clearGuy Harris2004-06-291-2/+3
* Get rid of a warning with newer auto... tools by proper quoting.Jörg Mayer2004-06-251-2/+2
* Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris2004-06-191-1/+43
* Thomas Anders: Pathnames might contain Spaces, krb5-config might not be in PATHJörg Mayer2004-05-181-5/+5
* Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/pathJörg Mayer2004-05-141-1/+2
* Fix --with-krb5 when given a directoryJörg Mayer2004-05-131-3/+2
* Thomas Anders: Don't add library paths twiceJörg Mayer2004-05-131-7/+9
* More correct implementation of the --disable-usr-local option.Olivier Biot2004-04-221-2/+6
* Some aclocal warning fixes during autogen.shJörg Mayer2004-03-271-14/+14
* Workaround for (at least) some RedHat platforms:Jörg Mayer2004-03-201-1/+11
* Experimental Heimdal Kerberos detection.Jörg Mayer2004-03-171-1/+118
* From Albert Chin: libpcap 0.8.1 loads the BPF driver on AIX, but to doGuy Harris2004-02-261-3/+23
* The GNU ADNS library requires whatever libraries are needed for socketGuy Harris2003-12-191-2/+2
* "pcap_compile_nopcap()" has a different signature in recent NetBSDGuy Harris2003-12-181-2/+2
* From Albert Chin: fix for the following:Guy Harris2003-12-171-7/+11
* Fix some typoes in variable names.Guy Harris2003-12-161-5/+5
* From Olivier BiotGilbert Ramirez2003-12-061-1/+103
* Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris2003-11-011-1/+3
* Do the tests for various extra "-L" and "-l" flags that might be neededGuy Harris2003-10-141-35/+30
* Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris2003-10-101-2/+2
* From Brad Hards: fix two problems:Guy Harris2003-10-101-1/+2
* Get the version number of the libpcap/WinPcap with which we're runningGuy Harris2003-10-101-2/+2
* Use "pcap_findalldevs()" if present.Guy Harris2003-10-101-11/+8
* Add support for building with ucd-snmp on RH9.0. We need to link withRichard Sharpe2003-08-311-21/+25
* Note that the "=DIR" argument to "--with-ssl" and "--with-adns" isGuy Harris2003-08-211-3/+9
* Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs2003-05-041-1/+40
* Check for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp/snmp.h> - we don'tGuy Harris2003-02-281-4/+4