From Graeme Hewson:
[obnox/wireshark/wip.git] / acinclude.m4
2007-01-04 legothe -lm flag might be needed to link lua
2006-12-08 jmayerGet rid of UCD SNMP support (it's not longer supported and
2006-11-26 morrissBug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG...
2006-10-26 jmayerDon't include /usr/local if usage of /usr/local has...
2006-10-19 guySet want_portaudio to yes if we'll be building with...
2006-09-27 jmayerChange some messages when ucd snmp is found but --with-ssl
2006-09-12 guyAC_CHECK_TYPE already prints a "checking for" message...
2006-09-05 jmayerrtp_player.c will now compile with the new API, althoug...
2006-09-04 guyAC_CHECK_TYPE outputs a "Checking..." message; we don...
2006-09-04 jmayerAfter some reading it is clear that the code was writte...
2006-09-04 jmayerUse portaudio if it's there. Check that we have the...
2006-08-30 etxrabFrom Alejandro Vaquero:
2006-07-19 etxrabFrom Bálint Réczey
2006-06-15 jmayerautofoo will fail on systems that lack libgcrypt.m4.
2006-05-31 geraldRename the main executable to "wireshark", along with...
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 guyIf we have pcap_breakloop(), at least on UN*X we can...
2006-04-25 guyCheck several sets of additional libraries that libpcap...
2006-02-19 jmayerRecent checkins lost a change to make the liblualib...
2006-02-18 legoPrepare for lua 5.1
2006-02-07 jmayerlua autofoo:
2006-02-04 jmayerPaolo Abeni
2006-01-31 legoIt was hard.. but at the end I won (or at least i belie...
2005-09-15 guyAdd PRIX64, as we now use it.
2005-05-12 guyUse "pcap_get_selectable_fd()" if we have it, and if...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2005-03-20 guyDon't try to run net-snmp-config if we don't find it.
2005-03-17 guyFix the display of help information for various --with...
2005-03-16 guyCapitalize "Net-SNMP" the way the Net-SNMP project...
2005-03-08 sahlbergwe dont need to link with gssapi.a any more
2005-03-08 sahlbergwhen HEIMDAL is linked with :
2004-10-15 jmayerDectect MIT-Kerberos as well
2004-10-12 guyFrom Albert Chin: in a test program, include <glibconfi...
2004-09-30 jmayerAt least on Suse, the linking flags are obtained via...
2004-09-29 guyUse the right name in the Checking... messages.
2004-09-29 guyPut back the $KRB4_CONFIG call to set KRB5_LIBS.
2004-09-29 guyWhen testing whether the Heimdal library has krb5_kt_re...
2004-09-28 guyIf, when checking whether the Kerberos library is Heimd...
2004-09-28 guyIf the user specified --with-krb5 but we don't have...
2004-09-26 guyExplicitly indicate when we're doing tests to see if...
2004-09-26 guyIn the SNMP tests, we're using AC_TRY_LINK to avoid...
2004-09-26 guyClean up a bunch of cruft in --with-ssl; make it more...
2004-09-26 guyExplicitly test whether we need -lresolv in order to...
2004-09-25 guyFor annoying licensing reasons, we don't want to use...
2004-09-25 guyDon't just add "-lresolv" to KRB5_LIBS if it's missing...
2004-09-06 guyFrom Marten Svantesson: according to Tomas Anders,...
2004-08-16 guyFix a typo.
2004-08-16 guyFor "pcap_findalldevs()", don't assume that just becaus...
2004-07-25 guyUse the GLib gint64 and guint64 types instead of u_int6...
2004-07-23 jmayerRemove set -/+x - they were added for debugging and...
2004-07-21 jmayerFix the fix to krb5
2004-07-21 jmayerForgotten case: Make krb5 fail if it requires -lcrypto...
2004-07-20 guyAs Joerg Mayer noted, the value of LIBS should be saved...
2004-07-19 guyWhen checking whether we can get "sprint_realloc_objid...
2004-07-18 jmayer- Require --with-ssl=... to be explicitly set to work
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-29 guyIf we can't find the krb5 header or the krb5 code isn...
2004-06-25 jmayerGet rid of a warning with newer auto... tools by proper...
2004-06-19 guyPick up the stuff I did for tcpdump to figure out the...
2004-05-18 jmayerThomas Anders: Pathnames might contain Spaces, krb5...
2004-05-14 jmayerThomas Anders: Add the actual libs to link in case...
2004-05-13 jmayerFix --with-krb5 when given a directory
2004-05-13 jmayerThomas Anders: Don't add library paths twice
2004-04-22 obiotMore correct implementation of the --disable-usr-local...
2004-03-27 jmayerSome aclocal warning fixes during autogen.sh
2004-03-20 jmayerWorkaround for (at least) some RedHat platforms:
2004-03-17 jmayerExperimental Heimdal Kerberos detection.
2004-02-26 guyFrom Albert Chin: libpcap 0.8.1 loads the BPF driver...
2003-12-19 guyThe GNU ADNS library requires whatever libraries are...
2003-12-18 guy"pcap_compile_nopcap()" has a different signature in...
2003-12-17 guyFrom Albert Chin: fix for the following:
2003-12-16 guyFix some typoes in variable names.
2003-12-06 gramFrom Olivier Biot
2003-11-01 guyBased on a patch from Brian Fundakowski Feldman, add...
2003-10-14 guyDo the tests for various extra "-L" and "-l" flags...
2003-10-10 guyNot all versions of libpcap have "pcap_compile_nopcap...
2003-10-10 guyFrom Brad Hards: fix two problems:
2003-10-10 guyGet the version number of the libpcap/WinPcap with...
2003-10-10 guyUse "pcap_findalldevs()" if present.
2003-08-31 sharpeAdd support for building with ucd-snmp on RH9.0. We...
2003-08-21 guyNote that the "=DIR" argument to "--with-ssl" and ...
2003-05-04 geraldAdd support for asynchronous DNS updates using the...
2003-02-28 guyCheck for <ucd-snmp/ucd-snmp-config.h>, not <ucd-snmp...
2003-02-26 guyFrom Pavel Roskin:
2003-02-11 guyFuture releases of libpcap probably won't install ...
2003-01-27 guyCheck "$prefix/include/pcap" before checking "$prefix...
2003-01-21 jmayercjs 2895: Fix configure check to compile with IBM Visua...
2003-01-21 jmayerCheck for pcap in before /usr/local and stop on first hit
2002-12-28 guyMention binary developer's packages, as well as "make...
2002-10-25 guyThe versions of UCD SNMP that we now support all install
2002-07-06 guyFrom Nix:
2002-04-08 guyReplace "--enable-zlib" with "--with-zlib", and have...
2002-03-12 guyGet rid of the "--enable-snmp" option; instead, use...
2002-02-06 guyzlib 1.0.8 - the version that comes with X11 - does...
2002-02-02 guyFrom Heikki Vatiainen:
2002-01-30 guyIPv6 name resolution support on Solaris 8, from Heikki...
2002-01-30 guyXFree86 installed with its own zlib isn't the only...
2002-01-20 geraldRevamp the RPM building process. For versions of rpm...
2002-01-18 guyPut back the check for gzseek() when building with...
2002-01-03 guyFrom Albert Chin: simplify some autoconf code - AC_CHEC...
next