summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Add -g3 on some platforms even if .devel isn't present.Guy Harris2013-10-211-24/+24
* Explain why we set -xansi -signed for MIPS C.Guy Harris2013-10-171-0/+15
* Update a comment for the previous commit.Guy Harris2013-10-171-1/+0
* We no longer use the GCC version, so don't fetch it.Guy Harris2013-10-171-15/+2
* With .devel, add -g3 for MIPS C and DEC C.Guy Harris2013-10-171-1/+13
* We require autoconf 2.61 in configure.in; that suffices.Guy Harris2013-10-171-2/+2
* Note that clang, for example, is considered "gcc" by autoconf.Guy Harris2013-10-171-0/+3
* Clean up handling of -g and -O flags.Guy Harris2013-10-171-21/+17
* Use -ffloat-store while compiling if possible.Dmitrij Tejblum2013-10-071-0/+1
* Simplify AC_LBL_CHECK_COMPILER_OPT a bit.Dmitrij Tejblum2013-10-071-32/+1
* Avoid some warnings from Sun C.Guy Harris2013-06-221-1/+117
* AC_SUBST doesn't take a list of macros to substitute.Guy Harris2013-05-121-1/+2
* Update a comment.Guy Harris2013-05-121-7/+1
* Get rid of acconfig.h.Guy Harris2013-05-121-13/+22
* Require autoconf 2.61 as a minimum, and eliminate stuff that does for you.Guy Harris2013-05-121-53/+0
* HP C isn't the only compiler on which we must avoid GCC-style -W flags.Guy Harris2013-05-121-4/+22
* Support dependency generation with some non-GCC compilers.Guy Harris2013-05-081-0/+114
* Get rid of extra blank line.Guy Harris2013-05-081-1/+0
* Don't try -W flags with HP's C compiler.Guy Harris2013-05-071-7/+27
* With .devel, use -W flags iff the compiler supports them.Guy Harris2013-05-061-8/+65
* Ask for the libpcap Makefile while we're at it.Guy Harris2012-03-031-1/+2
* Ask for more information if we don't find pcap_loop.Guy Harris2012-03-031-1/+7
* Expand srcdir in V_INCLS at configure time, not make time.Guy Harris2011-04-041-1/+1
* And another quoting of AC_LANG_SOURCE.Guy Harris2011-02-011-2/+2
* Put the call to AC_LANG_SOURCE in AC_C___ATTRIBUTE__ in quotes.Guy Harris2011-02-011-2/+2
* Get rid of unnecessary configure script tests and missing/XXX.h headers.Guy Harris2011-02-011-107/+0
* Fix e-mail address for tcpdump-workers.Guy Harris2011-01-271-1/+1
* Point people to the autoconf documentation on shell substitution.Guy Harris2011-01-231-1/+15
* Handle POSIX quoting rules.Guy Harris2011-01-231-3/+5
* Use AC_PATH_TOOL, not AC_PATH_PROG, to find pcap-config.Mike Frysinger2010-11-301-1/+1
* Make sure we can link with libpcap.Guy Harris2010-11-141-0/+15
* Recognize -PRE-GIT as well as alpha/beta; clean up regexps a bit.Guy Harris2010-02-081-2/+3
* When removing conftest*, use "-r", to clean up OS X .dSYM turds.Guy Harris2010-01-021-2/+2
* Fix some problems that show up in autoconf 2.64 and later.Guy Harris2010-01-021-23/+44
* Get rid of some autoconf macros not used, or no longer used, withGuy Harris2009-07-081-136/+31
* In AC_LBL_C_INIT, don't explicitly set V_CCOPT, just set $1, as is doneGuy Harris2009-07-041-3/+21
* Add a comment to the AC_DEFINE call for const, just as we did forGuy Harris2009-07-021-1/+2
* Expand another AC_DEFINE comment.Guy Harris2009-07-021-1/+1
* Pick up some AC_DEFINE comments from libpcap's aclocal.m4.Guy Harris2009-07-021-10/+15
* As with libpcap, so with tcpdump; when testing whether "inline" works,Guy Harris2009-07-021-0/+6
* On AIX, if we have pcap-config, rely on it to supply the right extraGuy Harris2009-06-161-8/+22
* If we're using a local libpcap library, check for a local pcap-configGuy Harris2009-05-221-34/+61
* From Michael Riepe:Guy Harris2009-03-241-4/+14
* We support building tcpdump with versions of libpcap other than the oneguy2008-09-251-2/+6
* Have --with-crypto take an optional argument, specifying where libcryptoguy2008-02-261-1/+28
* From Mike Frysinger: include the Blackfin processor as one of theguy2008-02-261-2/+2
* Add -Wpointer-arith to the list of warnings we enable with GCC.guy2005-11-081-2/+2
* Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE *guy2005-06-031-1/+10
* Fix to work with autoconf 2.59.guy2005-06-031-5/+11