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: Convert all instances of AC_TRY_LINK. [skip appveyor]Denis Ovsienko2023-02-251-11/+11
* Autoconf: Retire Ultrix-specific workarounds. [skip appveyor]Denis Ovsienko2023-02-171-16/+0
* Autoconf: Refine reporting of os-proto.h. [skip ci]Denis Ovsienko2023-02-141-2/+4
* Autoconf: Do not try shlicc2 on BSD/OS. [skip ci]Denis Ovsienko2023-02-111-12/+0
* Autoconf: Retire AC_LBL_FIXINCLUDES. [skip appveyor]Denis Ovsienko2023-02-101-38/+0
* autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]Denis Ovsienko2023-02-091-51/+0
* Remove AC_LBL_CHECK_LIB from aclocal.m4. [skip ci]Denis Ovsienko2023-01-241-64/+0
* Remove some unused declarations from aclocal.m4. [skip ci]Denis Ovsienko2023-01-191-54/+0
* configure: fix _PKG_CONFIG_WITH_FLAGS.Guy Harris2023-01-151-4/+2
* configure: properly report errors from --cflags/--libs pkg-config calls.Guy Harris2023-01-151-74/+61
* configure: require at least pkg-config 0.17.0 by default.Guy Harris2023-01-151-4/+3
* configure: improve comments for AC_LBL_LIBRARY_NET.Guy Harris2023-01-141-22/+52
* autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris2022-09-271-5/+31
* Fixup some recent comments. [skip ci]Denis Ovsienko2022-09-271-2/+2
* autotools, cmake: provide an rpath option if necessary.Guy Harris2022-09-261-14/+22
* Fix a linker error on GNU Hurd.Samuel Thibault2022-09-191-1/+1
* Fix a typo in a comment in aclocal.m4. [skip ci]Denis Ovsienko2022-07-031-1/+1
* configure: clean up AC_LBL_LIBRARY_NET. [skip ci]Guy Harris2022-04-041-13/+17
* configure: get rid of the attempt to auto-run PKG_PROG_PKG_CONFIG.Guy Harris2022-02-241-19/+5
* configure: clean up messages.Guy Harris2022-02-241-5/+20
* configure: don't have PKG_CHECK_MODULES not finding a package be a fatal error.Guy Harris2022-02-241-24/+31
* configure: use PKG_CHECK_MODULES to run pkg-config.Guy Harris2022-02-241-14/+4
* aclocal.m4: get rid of marker cruft I left in.Guy Harris2022-02-241-2/+0
* configure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags.Guy Harris2021-07-251-31/+13
* configure: AC_TRY_COMPILE() generates a return; don't add one.Guy Harris2021-07-251-1/+33
* configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris2021-07-251-43/+13
* On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-111-0/+42
* 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
* Fix some typosFrancois-Xavier Le Bail2020-12-121-3/+3
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Correctly look for mkdep in the top-level source directory.Guy Harris2020-03-021-3/+3
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-191-1/+1
* Cleaning spacesFrancois-Xavier Le Bail2019-11-081-3/+3
* Use -fPIC for 64-bit SPARC on Linux, as well as on FreeBSD and OpenBSD.Guy Harris2019-08-211-1/+1
* Use -Wpointer-arith and -Wpointer-sign if they are availableFrancois-Xavier Le Bail2019-07-131-0/+2
* Fix building shared libpcap library on midipixØrjan Malde2019-04-251-1/+1
* aclocal: Check for libnetwork on HaikuFrançois Revol2019-03-101-4/+13
* Haiku uses GNU ld and .so as shared object extensionFrançois Revol2019-03-101-1/+1
* Clean up some whitespacesFrancois-Xavier Le Bail2019-01-231-1/+1
* Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-0/+278
|\
| * Bring openssl onboard.Cedric Cellier2018-09-131-0/+278
* | Don't warn about declarations after statements.Guy Harris2018-09-151-1/+0
|/
* Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris2018-09-091-0/+1
* Check for required alignment by testing CPU types.Guy Harris2018-08-041-100/+0
* Compile with '-W' in devel mode if supportedFrancois-Xavier Le Bail2018-07-171-0/+1
* Sort the tested compiler warning optionsFrancois-Xavier Le Bail2018-07-141-9/+9
* Remove trailing spacesFrancois-Xavier Le Bail2018-07-111-1/+1
* Work around an annoying compiler+optimized-byte-swapping issue.Guy Harris2018-05-301-2/+74