aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2023-01-15configure: require at least pkg-config 0.17.0 by default.Guy Harris
2022-10-06autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris
2022-10-06Fixup some recent comments. [skip ci]Denis Ovsienko
2022-10-06autotools, cmake: provide an rpath option if necessary.Guy Harris
2022-07-03Fix a typo in a comment in aclocal.m4. [skip ci]Denis Ovsienko
2022-04-04configure: clean up AC_LBL_LIBRARY_NET. [skip ci]Guy Harris
2022-03-15configure: get rid of the attempt to auto-run PKG_PROG_PKG_CONFIG.Guy Harris
2022-03-15configure: clean up messages.Guy Harris
2022-03-15configure: don't have PKG_CHECK_MODULES not finding a package be a fatal error.Guy Harris
2022-03-15configure: use PKG_CHECK_MODULES to run pkg-config.Guy Harris
2022-02-24aclocal.m4: get rid of marker cruft I left in.Guy Harris
2022-02-20configure: use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags.Guy Harris
2022-02-20configure: AC_TRY_COMPILE() generates a return; don't add one.Guy Harris
2022-02-20configure: use ac_c_werror_flag to force unknown compiler flags to fail.Guy Harris
2021-05-12On Linux, don't assume the compiler supports __atomic builtins.Guy Harris
2020-12-12Fix some typosFrancois-Xavier Le Bail
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-03-02Correctly look for mkdep in the top-level source directory.Guy Harris
2020-01-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-11-08Cleaning spacesFrancois-Xavier Le Bail
2019-08-21Use -fPIC for 64-bit SPARC on Linux, as well as on FreeBSD and OpenBSD.Guy Harris
2019-07-13Use -Wpointer-arith and -Wpointer-sign if they are availableFrancois-Xavier Le Bail
2019-04-25Fix building shared libpcap library on midipixØrjan Malde
2019-03-10aclocal: Check for libnetwork on HaikuFrançois Revol
2019-03-10Haiku uses GNU ld and .so as shared object extensionFrançois Revol
2019-01-23Clean up some whitespacesFrancois-Xavier Le Bail
2019-01-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2018-09-15Don't warn about declarations after statements.Guy Harris
2018-09-13Bring openssl onboard.Cedric Cellier
2018-09-09Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris
2018-08-04Check for required alignment by testing CPU types.Guy Harris
2018-07-17Compile with '-W' in devel mode if supportedFrancois-Xavier Le Bail
2018-07-14Sort the tested compiler warning optionsFrancois-Xavier Le Bail
2018-07-11Remove trailing spacesFrancois-Xavier Le Bail
2018-05-30Work around an annoying compiler+optimized-byte-swapping issue.Guy Harris
2018-05-06Turn on -Wunreachable-code and suppress it in generated code.Guy Harris
2018-05-03Add -Wformat-nonliteral and fix most warnings that come upJoerg Mayer
2018-04-02Enable -Wunused-parameter and fix warnings that are almost trivial.Joerg Mayer
2018-04-01Declare some variables static (found via -Wmissing-variable-declarations)Joerg Mayer
2018-03-28Add -Wcovered-switch-default in a comment.Joerg Mayer
2018-03-28Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.Joerg Mayer
2018-03-28Add -Wcomma and fix the single place it complains aboutJoerg Mayer
2018-03-28Add -Wdocumentation to autoconf as well.Guy Harris
2018-01-28Move the checks for reentrant functions out of AC_LBL_LIBRARY_NET.Guy Harris
2018-01-28Try to compile *and link* programs testing for reentrant APIs.Guy Harris
2018-01-27Try to make pcap_compile() thread-safer.Guy Harris
2018-01-21Don't test for __attribute__ in the configure script.Guy Harris
2018-01-20Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.Guy Harris
2018-01-20Don't set HAVE_LINUX_TPACKET_AUXDATA - it's not used.Guy Harris