summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosFrancois-Xavier Le Bail2022-08-281-1/+1
* configure: fix another unclosed string.Guy Harris2022-07-121-1/+1
* configure: fix string without closing quote.Guy Harris2022-07-121-1/+1
* On Solaris, tweak PKG_CONFIG_PATH as necessary for the build bitwidth.Guy Harris2022-07-121-0/+58
* Improve handling of C++.Guy Harris2022-07-111-497/+1014
* Regenerate configure script.Guy Harris2022-07-081-0/+48
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Fix a typo in a comment in aclocal.m4. [skip ci]Denis Ovsienko2022-07-031-20/+20
* Add cbpf-savefile(5). [skip ci]Denis Ovsienko2022-07-011-1/+2
* configure: get rid of unused substituted variable.Guy Harris2022-04-041-2/+0
* configure: clean up AC_LBL_LIBRARY_NET. [skip ci]Guy Harris2022-04-041-9/+13
* configure: shuffle AC_SUBST(), remove unused ones.Guy Harris2022-03-311-57/+53
* configure: undo all the debugging stuff (step 2)Francois-Xavier Le Bail2022-03-281-2/+44
* configure: start adding back the libibverbs library checks. [skip cirrus] [sk...Guy Harris2022-03-281-0/+9
* configure: add one more assignment back. [skip cirrus] [skip appveyor]Guy Harris2022-03-281-0/+1
* configure: add one more assignment back. [skip cirrus] [skip appveyor]Guy Harris2022-03-281-0/+1
* configure: add back some more assignment statements. [skip cirrus] [skip appv...Guy Harris2022-03-271-0/+2
* configure: start re-introducing the assignment statements. [skip cirrus] [ski...Guy Harris2022-03-271-2/+2
* configure: shrink down that part of code. [skip cirrus] [skip appveyor]Guy Harris2022-03-271-7/+2
* configure: try to trigger an OpenCSW build. [skip cirrus] [skip appveyor]Guy Harris2022-03-271-0/+10
* configure: putt back the pkg-config libibverbs test. [skip cirrus] [skip appv...Guy Harris2022-03-271-61/+125
* configure: temporarily remove the pkg-config test for libibverbs.Guy Harris2022-03-271-127/+3
* configure, CMake: use pkg-config first when checking for libibverbs.Guy Harris2022-03-271-9/+154
* configure: fix another typo in a comment. [skip ci]Guy Harris2022-03-251-1/+1
* Allow the path in which DPDK is installed to be specified.Guy Harris2022-03-241-1/+10
* configure: update "can't determine capture interface" message. [skip ci]Guy Harris2022-03-241-2/+2
* configure, cmake: only check for DPDK using pkg-config.Guy Harris2022-03-231-165/+110
* configure: correctly do some DPDK checks.Guy Harris2022-03-161-2/+2
* pcap-usb-linux: fix scan for usbmon devices.Guy Harris2022-03-131-11/+11
* configure: clean up checking for openssl with Homebrew and with nothing.Guy Harris2022-02-241-32/+105
* configure: clean up searching for OpenSSL/libressl.Guy Harris2022-02-241-61/+98
* configure: get rid of the attempt to auto-run PKG_PROG_PKG_CONFIG.Guy Harris2022-02-241-127/+147
* configure: clean up messages.Guy Harris2022-02-241-32/+88
* configure: don't have PKG_CHECK_MODULES not finding a package be a fatal error.Guy Harris2022-02-241-71/+134
* configure: use PKG_CHECK_MODULES to run pkg-config.Guy Harris2022-02-241-134/+501
* Fix macOS fat build checks.Guy Harris2022-02-211-15/+89
* autoconf: Use AS_HELP_STRING macro in configure.ac for '--enable-remote'Francois-Xavier Le Bail2022-02-211-1/+0
* autoconf: fix typo in test of macOS version.Guy Harris2022-02-211-1/+1
* Improve handling of DLT_PFLOG when generating filter code.Guy Harris2022-01-291-49/+0
* configure: Fix a yacc/bison error message. [skip ci]Denis Ovsienko2021-08-101-1/+1
* configure.ac: Expand the flex error message. [skip ci]Denis Ovsienko2021-07-301-1/+7
* configure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags.Guy Harris2021-07-251-720/+240
* configure: AC_TRY_COMPILE() generates a return; don't add one.Guy Harris2021-07-251-20/+660
* configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris2021-07-251-276/+260
* Fix a bunch of issues after the previous commit. [skip appveyor]Denis Ovsienko2021-07-191-1/+1
* On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-111-46/+119
* Get the previous commit right.Denis Ovsienko2021-03-311-13/+0
* Define timeradd() and timersub() if necessary.Denis Ovsienko2021-03-311-0/+13
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-6/+3
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-3/+6