summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* Autoconf: Update a stale comment in aclocal.m4. [skip ci]Denis Ovsienko2023-03-271-1/+1
* Autoconf: Fix --static-pcap-only test on Solaris 10. [skip appveyor]Denis Ovsienko2023-03-261-1/+1
* configure: add -fPIC to CFLAGS, not V_CCOPT, on Haiku.Guy Harris2023-02-131-26/+0
* Autoconf: Retire Ultrix-specific workarounds. [skip appveyor]Denis Ovsienko2023-02-121-16/+0
* configure: don't use egrep, use $EGREP.Guy Harris2023-02-121-5/+7
* configure: fix build with Clang on Haiku.Guy Harris2023-02-121-0/+29
* Autoconf: Refine reporting of os-proto.h. [skip appveyor]Denis Ovsienko2023-02-111-2/+4
* Autoconf: Do not try shlicc2 on BSD/OS. [skip ci]Denis Ovsienko2023-02-111-12/+0
* autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]Denis Ovsienko2023-02-081-51/+0
* autoconf: Lose AC_LBL_CHECK_LIB. [skip ci]Denis Ovsienko2023-02-081-64/+0
* autoconf: Lose AC_LBL_CHECK_64BIT_FORMAT. [skip ci]Denis Ovsienko2023-01-311-41/+0
* Lose LBL_LIBS and various pfopen() entourage.Denis Ovsienko2023-01-241-14/+0
* Reduce aclocal.m4 a little bit more. [skip ci]Denis Ovsienko2023-01-201-63/+0
* Remove some unused declarations from aclocal.m4. [skip ci]Denis Ovsienko2023-01-191-93/+0
* Spell INSTALL.md in Autoconf messages. [skip ci]Denis Ovsienko2023-01-171-3/+3
* autoconf: search for gethostbyaddr() in libnetworkJerome Duval2023-01-141-1/+1
* configure: check for gethostbyaddr(), not gethostbyname().Guy Harris2023-01-141-6/+6
* configure: use pcap-config --static-pcap-only if available.Guy Harris2022-09-301-1/+37
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Convert CONTRIBUTING to Markdown. [skip ci]Denis Ovsienko2022-06-091-1/+1
* On Solaris, for 64-bit builds, use the 64-bit pcap-config.Guy Harris2021-08-081-5/+39
* configure: special-case macOS /usr/bin/pcap-config as we do in CMake.Guy Harris2021-08-031-0/+48
* configure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags.Guy Harris2021-07-251-31/+13
* configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris2021-07-251-44/+46
* autoconf: Find a local libpcap even with rcX directory suffixFrancois-Xavier Le Bail2021-06-071-2/+2
* 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