]> The Tcpdump Group git mirrors - tcpdump/history - configure
Address Michael's comments.
[tcpdump] / configure
2012-03-05  Guy HarrisFix the other typo, so setting CPPFLAGS in the environm...
2012-03-04  Guy HarrisAsk for the libpcap Makefile while we're at it.
2012-03-03  Guy HarrisFix typo, so setting CPPFLAGS in the environment works...
2012-03-03  Guy HarrisAsk for more information if we don't find pcap_loop.
2012-03-01  Guy HarrisBack out DLT_PFSYNC support.
2012-02-29  Guy HarrisAdd DLT_PFSYNC support.
2011-09-13  Michael RichardsonMerge pull request #1 from jhsmt/master
2011-09-03  Guy HarrisHandle systems with getrpcbynumber() but no header...
2011-08-27  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-08-14  Guy HarrisDon't compile print-babel.c if we don't have IPv6 support.
2011-04-27  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-04-04  Guy HarrisInclude <tcpdump-stdinc.h> when checking for headers.
2011-04-04  Guy HarrisExpand srcdir in V_INCLS at configure time, not make...
2011-04-04  Guy HarrisFix one place where we didn't save and restore CPPFLAGS...
2011-04-04  Guy HarrisCheck for uudecode at make time by uudecoding a uuencod...
2011-04-03  Guy HarrisDon't assume uudecode supports a --help option; not...
2011-02-01  Guy HarrisAnd another quoting of AC_LANG_SOURCE.
2011-02-01  Guy HarrisPut the call to AC_LANG_SOURCE in AC_C___ATTRIBUTE__...
2011-02-01  Guy HarrisGet rid of unnecessary configure script tests and missi...
2011-01-27  Guy HarrisFix e-mail address for tcpdump-workers.
2011-01-23  Guy HarrisPoint people to the autoconf documentation on shell...
2011-01-23  Guy HarrisHandle POSIX quoting rules.
2010-12-31  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-12-01  Guy HarrisAdd support for nommu systems.
2010-12-01  Mike FrysingerUse AC_PATH_TOOL, not AC_PATH_PROG, to find pcap-config.
2010-11-14  Guy HarrisMake sure we can link with libpcap.
2010-08-23  Guy HarrisAdd support for setting the time stamp type for a capture.
2010-05-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-05-13  Michael RichardsonMerge commit 'lumag/master'
2010-04-16  Guy HarrisAdd a comment to the AC_DEFINE for _SUN, matching what...
2010-04-06  Guy HarrisBuild fat appropriately for Leopard.
2010-04-04  Guy HarrisDon't define any of the SIZEOF_ values.
2010-04-04  Guy HarrisFix check for Snow Leopard.
2010-04-04  Guy HarrisBuild universal on OS X by default; add an option to...
2010-04-02  Guy HarrisRe-generate configure script.
2010-04-02  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-04-01  Guy HarrisAdd a --with-arch-flags configuration option to specify...
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-09  Guy HarrisRecognize -PRE-GIT as well as alpha/beta; clean up...
2010-01-10  Michael RichardsonThis commit makes ipnet_if_print the first NDO aware...
2010-01-02  Guy HarrisWhen removing conftest*, use "-r", to clean up OS X...
2010-01-02  Guy HarrisFix some problems that show up in autoconf 2.64 and...
2009-07-08  Guy HarrisGet rid of some autoconf macros not used, or no longer...
2009-07-05  Guy HarrisIn AC_LBL_C_INIT, don't explicitly set V_CCOPT, just...
2009-07-03  Guy HarrisAdd a comment to the AC_DEFINE call for const, just...
2009-07-03  Guy HarrisPick up some AC_DEFINE comments from libpcap's aclocal.m4.
2009-07-02  Guy HarrisAs with libpcap, so with tcpdump; when testing whether...
2009-06-29  Guy HarrisUse <sys/bitypes.h> in all tests for types.
2009-06-16  Guy HarrisOn AIX, if we have pcap-config, rely on it to supply...
2009-06-08  Guy HarrisDon't put -L/usr/lib into LDFLAGS - it would cause...
2009-05-23  Guy HarrisIf we're using a local libpcap library, check for a...
2009-04-04  Guy HarrisFrom Bert Vermeulen: add a USB printer, and fix the...
2008-11-18  guyPropagate from the git tree:
2008-10-27  guyRun the tcpdump man page through config, so that it...
2008-09-25  guyWe support building tcpdump with versions of libpcap...
2008-04-04  guyUse the new libpcap API's if available; that means...
2008-03-13  guyFrom Sagun Shakya: check whether we need libdlpi.
2008-02-26  guyHave --with-crypto take an optional argument, specifyin...
2008-02-26  guyFrom Mike Frysinger: include the Blackfin processor...
2008-02-05  guyThe string-comparison operator in the "test" command...
2008-02-04  guyRun ranlib on libnetdissect.a if necessary. Remove...
2007-09-12  guyFrom Max Laier: check whether the system has <net/pfvar...
2005-11-08  guyAdd -Wpointer-arith to the list of warnings we enable...
2005-09-21  guyFrom David Smith: let the path for the crypto headers...
2005-06-04  guyRe-generate with 2.57, just to minimize the changes...
2005-06-03  guyUse pcap_dump_ftell() rather than casting a pcap_dumper...
2005-06-03  guyFix to work with autoconf 2.59.
2005-04-24  guySplit a line to match the way it's split in libpcap...
2005-04-24  guyAlbert Chin's patch to libpcap's configure.in:
2005-04-21  guyAC_TRY_COMPILE works only for code that fits inside...
2005-04-21  guyPut back AC_LBL_C_INLINE; it turns out that wasn't...
2005-04-20  guySome systems (*cough*Irix*cough) not only don't declare
2005-04-20  guyFrom Albert Chin:
2005-04-20  guyFrom Albert Chin:
2005-03-27  guyCheck for ether_ntohost() after checking for libpcap...
2005-03-27  guyDon't check for netinet/ether.h unless we're going...
2005-03-27  guyFix an error in the previous checkin.
2005-03-27  guyFix a typo.
2005-03-27  guyDo the same sort of checks whether ether_ntohost()...
2005-03-27  guyWhen testing whether "inline" works, use the V_CCOPT...
2004-12-27  guyRegenerate.
2004-08-27  guyFrom Andrew Church <[email protected]>:...
2004-07-10  guyWhen checking for pcap_if_t, add $V_INCLS to CFLAGS...
2004-04-17  guySecond stage of adding support for 64-bit integral...
2004-04-17  guyFirst stage of adding support for 64-bit integral data...
2004-04-05  mcr regenerated configure with 2.57.
2004-03-23  fennerRegenerate.
2004-03-11  guyRegenerate.
2004-01-31  guyAC_LIBOBJ takes the name of an object file without...
2004-01-26  guyRegenerate.
2004-01-15  guyFrom Gisle Vanem:
2004-01-14  guyRegenerate with autoconf 2.57.
2003-12-15  guyFrom Albert Chin <[email protected]>:
2003-11-18  guyPrint both the name and the description of a link-layer...
2003-11-16  guyFrom Brian Ginsbach: add the Cray NV1 CPU to the list...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-04  guyCheck whether we have "pcap_breakloop()", and use it...
2003-08-06  guyRegenerate.
2003-07-17  itojunregen
2003-07-17  itojunregen
next