summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* We need -Werror when testing whether -f or -m flags work.Guy Harris2015-09-291-1/+12
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-125/+0
* '-pedantic' option is supported by Travis, '-Wpedantic' is notFrancois-Xavier Le Bail2015-09-091-1/+1
* Compile with '-Wold-style-definition' in devel modeFrancois-Xavier Le Bail2015-09-091-0/+1
* Fix incorrect detection of '-Wstrict-prototypes' optionFrancois-Xavier Le Bail2015-09-091-1/+32
* Compile with '-Wpedantic' in devel mode as an attempt to get gcc-ismFrancois-Xavier Le Bail2015-08-191-0/+1
* Compile with '-Wdeclaration-after-statement' in devel modeFrancois-Xavier Le Bail2015-08-181-0/+1
* Compile with -WshadowFrancois-Xavier Le Bail2015-07-291-0/+1
* Compile with -Wcast-qual.Guy Harris2015-04-261-0/+1
* Move pcap function checks to configure.in.Guy Harris2015-02-101-48/+0
* Use system libpcap when configured with --with-system-pcapBaruch Siach2014-10-291-21/+25
* these changes to aclocal let tcpdump, when build out of source tree,Michael Richardson2014-09-021-4/+16
* comma in AC_MSG_ERROR confuses configureMichael Richardson2014-09-021-1/+1
* Check for pcap_free_datalinks().Guy Harris2014-05-191-5/+7
* delete trailing spaces/tabsFrancois-Xavier Le Bail2014-05-121-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+1
* 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