summaryrefslogtreecommitdiff
path: root/aclocal.m4
Commit message (Expand)AuthorAgeFilesLines
* autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris2022-10-061-5/+31
* Fixup some recent comments. [skip ci]Denis Ovsienko2022-10-061-2/+2
* autotools, cmake: provide an rpath option if necessary.Guy Harris2022-10-061-14/+22
* 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-03-151-19/+5
* configure: clean up messages.Guy Harris2022-03-151-5/+20
* configure: don't have PKG_CHECK_MODULES not finding a package be a fatal error.Guy Harris2022-03-151-24/+31
* configure: use PKG_CHECK_MODULES to run pkg-config.Guy Harris2022-03-151-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 Harris2022-02-201-31/+13
* configure: AC_TRY_COMPILE() generates a return; don't add one.Guy Harris2022-02-201-1/+33
* configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris2022-02-201-43/+13
* On Linux, don't assume the compiler supports __atomic builtins.Guy Harris2021-05-121-0/+42
* 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
* Turn on -Wunreachable-code and suppress it in generated code.Guy Harris2018-05-061-0/+1
* Add -Wformat-nonliteral and fix most warnings that come upJoerg Mayer2018-05-031-0/+1
* Enable -Wunused-parameter and fix warnings that are almost trivial.Joerg Mayer2018-04-021-0/+1
* Declare some variables static (found via -Wmissing-variable-declarations)Joerg Mayer2018-04-011-0/+1
* Add -Wcovered-switch-default in a comment.Joerg Mayer2018-03-281-0/+3
* Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.Joerg Mayer2018-03-281-0/+1
* Add -Wcomma and fix the single place it complains aboutJoerg Mayer2018-03-281-0/+1
* Add -Wdocumentation to autoconf as well.Guy Harris2018-03-281-0/+1
* Move the checks for reentrant functions out of AC_LBL_LIBRARY_NET.Guy Harris2018-01-281-132/+0
* Try to compile *and link* programs testing for reentrant APIs.Guy Harris2018-01-281-12/+12
* Try to make pcap_compile() thread-safer.Guy Harris2018-01-271-104/+168
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-33/+0
* Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris2018-01-201-160/+0
* Don't set HAVE_LINUX_TPACKET_AUXDATA - it's not used.Guy Harris2018-01-201-2/+0
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-2/+2
* Use AC_RUN_LOG when testing the dependency-generating flag.Guy Harris2017-11-281-2/+1