summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove a trailing tabFrancois-Xavier Le Bail2020-08-011-1/+1
* autoconf: replace --with-system-libpcap with --disable-local-libpcap.Guy Harris2020-07-191-42/+51
* Compile with '-Wmissing-variable-declarations' if it's availableFrancois-Xavier Le Bail2020-05-301-0/+1
* Look for mkdep in the top-level source directory.Guy Harris2020-03-021-1/+1
* Remove the hacks to avoid floating-point issues in the tcpdump checks.Guy Harris2020-02-041-8/+0
* Use -Wpointer-sign if it's availableFrancois-Xavier Le Bail2019-07-131-0/+1
* Note that we don't need to worry about pkg-config lacking --exists.Guy Harris2019-04-301-0/+4
* Use pkg-config if we can. Clean up some CMake stuff.Guy Harris2019-04-261-47/+95
* Compile with '-Wsign-compare' in devel mode if supportedFrancois-Xavier Le Bail2018-10-291-0/+1
* Don't warn about declarations after statements.Guy Harris2018-09-151-1/+0
* Fix spacesFrancois-Xavier Le Bail2018-09-031-4/+4
* Fix some spelling in comments.Denis Ovsienko2018-08-011-3/+3
* Compile with '-Wunreachable-code-return' in devel mode if supportedFrancois-Xavier Le Bail2018-07-171-0/+1
* Sort the tested compiler warning optionsFrancois-Xavier Le Bail2018-07-071-8/+8
* If we have a local libpcap, add it to the dependencies for tcpdump.Guy Harris2018-01-221-2/+6
* Use AC_RUN_LOG when testing the dependency-generating flag.Guy Harris2018-01-221-2/+1
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-113/+0
* Fix typo, and request additional libraries for *static* linking.Guy Harris2017-11-301-4/+5
* Fix the handling of libpcap.Guy Harris2017-11-291-64/+105
* Clean up indentation.Guy Harris2017-11-131-134/+134
* Some tweaks for AC_LBL_LIBPCAPAli Abdulkadir2017-11-141-38/+39
* Check for unaligned memory access support at compile time.Guy Harris2017-10-161-100/+0
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-35/+0
* Get rid of an unnecessary test.Guy Harris2017-10-151-25/+0
* Compile with '-Wassign-enum' in devel mode if supportedFrancois-Xavier Le Bail2017-09-201-0/+1
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-90/+0
* Check for __attribute__ ((fallthrough)) (GCC 7).Denis Ovsienko2017-07-221-0/+41
* refine the feedback guidelinesDenis Ovsienko2017-02-021-1/+1
* Compile with '-Wpedantic' in devel mode instead of '-pedantic'fxlb2016-11-011-1/+1
* Compile with '-Wused-but-marked-unused' in devel mode if supportedFrancois-Xavier Le Bail2016-08-191-0/+1
* 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