summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Untangle detection of pcap_findalldevs().Denis Ovsienko2023-02-251-12/+9
* Detect OS IPv6 support using AF_INET6 only.Denis Ovsienko2023-02-221-41/+0
* Autoconf: Remove detection of early IPv6 stacks. [skip appveyor]Denis Ovsienko2023-02-211-118/+0
* Do not substitute strdup().Denis Ovsienko2023-02-191-1/+1
* Do not require vsnprintf().Denis Ovsienko2023-02-171-3/+1
* Require a proof of suitable snprintf(3) implementation.Denis Ovsienko2023-02-161-6/+44
* configure, CMake: remove -fPIC hacks for Haiku.Guy Harris2023-02-141-23/+0
* configure: move the addition of -fPIC to CFLAGS on Haiku earlier.Guy Harris2023-02-131-20/+23
* configure: add -fPIC to CFLAGS, not V_CCOPT, on Haiku.Guy Harris2023-02-131-1/+20
* Autoconf: Fix formatting of IPv6 results. [skip appveyor]Denis Ovsienko2023-02-121-0/+9
* Autoconf: Fix --with-user and --with-chroot. [skip appveyor]Denis Ovsienko2023-02-111-4/+10
* autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]Denis Ovsienko2023-02-081-1/+1
* configure, CMakeLists.txt: don't check for snprintf().Guy Harris2023-01-301-1/+1
* configure: Modernize AC_CONFIG_HEADER. [skip appveyor]Denis Ovsienko2023-01-271-2/+2
* configure: Apply autoupdate 2.69. [skip appveyor]Denis Ovsienko2023-01-251-20/+22
* configure: boost the minimum autoconf version to 2.69.Guy Harris2023-01-201-1/+1
* configure.ac: fix configure tests broken with Clang 15 (implicit function dec...Sam James2022-09-191-1/+7
* Handle DLT_PFLOG on all OSes.Guy Harris2022-01-291-12/+0
* instrument functions: Enhance the outputFrancois-Xavier Le Bail2022-01-271-2/+8
* autoconf: Enhance the --enable-instrument-functions result outputFrancois-Xavier Le Bail2022-01-221-3/+5
* autoconf: Add the option to print functions names (entry and exit)Francois-Xavier Le Bail2022-01-171-0/+19
* autoconf: Use AS_HELP_STRING macro instead of AC_HELP_STRINGFrancois-Xavier Le Bail2022-01-171-1/+1
* libsmi: Use AS_HELP_STRING macro in configure.acFrancois-Xavier Le Bail2022-01-171-4/+5
* SMB: Use AS_HELP_STRING macro in configure.acFrancois-Xavier Le Bail2022-01-171-4/+5
* [bugfix]configure: fix error when cross-compileMingrui2021-11-041-0/+3
* Fix auto-enabling of Capsicum on FreeBSD with Autoconf. [skip appveyor]Denis Ovsienko2021-08-041-1/+1
* Mend "make check" on Solaris 9 (Autoconf only).Denis Ovsienko2021-07-251-0/+29
* Import Autoconf/make and "make releasetar" fixes. [skip ci]Denis Ovsienko2021-07-221-1/+1
* SMB: Disable the printer by defaultFrancois-Xavier Le Bail2020-12-191-2/+2
* $srcdir suffices.Guy Harris2020-03-021-1/+1
* Look for Makefile-devel-adds in the top-level source directory.Guy Harris2020-03-021-1/+1
* Use HTTPS in an URLFrancois-Xavier Le Bail2020-02-061-1/+1
* Clean up ESP and ISAKMP decryption.Guy Harris2020-01-051-4/+4
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-39/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-6/+7
* fix shell variable typo and unbreak --without-sandbox-capsicumCraig Leres2019-05-021-1/+1
* Require sys/capsicum.h to use Capsicum.Guy Harris2018-11-091-3/+12
* Don't warn about declarations after statements.Guy Harris2018-09-151-0/+7
* Remove a useless warning about the SMB decoder.Denis Ovsienko2018-07-281-1/+0
* Fix a typo in a comment.Denis Ovsienko2018-07-281-1/+1
* Try the pcap_dump_ftell() check after pcap-config.Denis Ovsienko2018-07-281-1/+2
* Stick with one version of pcap_dump_ftell.c.Denis Ovsienko2018-07-281-12/+1
* Display interface and index and name on DLT_LINUX_SLL2Petr Vorel2018-07-191-1/+1
* Declare the NFLOG pseudo-header ourselves.Guy Harris2018-05-231-12/+0
* Declare the Bluetooth pseudo-header ourselves.Guy Harris2018-05-231-1/+0
* Configure for ether_ntohost() as libpcap does it for ether_hostton().Guy Harris2018-01-221-58/+122
* Don't check for netinet/if_ether.h unless we need it.Guy Harris2018-01-221-19/+7
* Do more substitution for missing libpcap functions.Guy Harris2018-01-211-4/+11
* Clean up comments to reflect reality.Guy Harris2018-01-211-4/+14
* No need to replace vfprintf().Guy Harris2018-01-211-1/+1