summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-13/+0
* Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris2015-05-171-1/+19
* Compile with -Wcast-qual.Guy Harris2015-04-261-0/+32
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-03-021-0/+42
* configure: add support for cap-ng packageFrancois-Xavier Le Bail2015-02-151-1/+95
* Use immediate mode if available.Guy Harris2015-02-101-1/+5
* Move pcap function checks to configure.in.Guy Harris2015-02-101-104/+104
* Assume non-buggy getaddrinfo() when cross-compiling.Guy Harris2014-12-191-1/+7
* Regenerate configure script.Guy Harris2014-12-191-2/+7
* Regenerate configure script.Guy Harris2014-11-051-19/+29
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+2
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-09-021-36/+83
|\
| * Document --with-sandbox-capsicum.Guy Harris2014-08-311-1/+2
| * Clean up configure check for libsmi.Guy Harris2014-08-311-36/+38
| * Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-0/+44
* | these changes to aclocal let tcpdump, when build out of source tree,Michael Richardson2014-09-021-5/+17
|/
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-251-0/+15
* Check for pcap_free_datalinks().Guy Harris2014-05-191-4/+21
* Don't care about the Linux kernel version number.Guy Harris2014-05-031-32/+0
* Use getopt_long().Guy Harris2014-04-301-0/+14
* We still need u_intN_t.Guy Harris2014-04-231-81/+31
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-71/+88
* Use the new libpcap <pcap/nflog.h> for NFLOG definitions and declarations.Guy Harris2014-02-021-2/+15
* Check for compiling for IPv6; don't check whether we can create an IPv6 socket.Guy Harris2014-01-171-17/+13
* We're not using struct sockaddr_storage any more, so don't check for it.Guy Harris2014-01-171-39/+0
* Use AC_CHECK_TOOL to find ar.Guy Harris2014-01-161-0/+93
* Add -g3 on some platforms even if .devel isn't present.Guy Harris2013-10-211-23/+23
* Explain why we set -xansi -signed for MIPS C.Guy Harris2013-10-171-0/+15
* We no longer use the GCC version, so don't fetch it.Guy Harris2013-10-171-21/+2
* With .devel, add -g3 for MIPS C and DEC C.Guy Harris2013-10-171-1/+12
* Clean up handling of -g and -O flags.Guy Harris2013-10-171-8153/+3475
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-190/+688
* Avoid some warnings from Sun C.Guy Harris2013-06-221-1/+228
* AC_SUBST doesn't take a list of macros to substitute.Guy Harris2013-05-121-1/+3
* Update a comment.Guy Harris2013-05-121-7/+1
* Get rid of acconfig.h.Guy Harris2013-05-121-38/+76
* Git produces no useful revision information; don't use AC_REVISION().Guy Harris2013-05-121-1/+0
* Require autoconf 2.61 as a minimum, and eliminate stuff that does for you.Guy Harris2013-05-121-191/+2
* HP C isn't the only compiler on which we must avoid GCC-style -W flags.Guy Harris2013-05-121-4/+22
* Support dependency generation with some non-GCC compilers.Guy Harris2013-05-081-1/+106
* Get rid of extra blank line.Guy Harris2013-05-081-1/+0
* Don't try -W flags with HP's C compiler.Guy Harris2013-05-071-0/+20
* With .devel, use -W flags iff the compiler supports them.Guy Harris2013-05-061-4/+396
* Check for extra networking libraries before checking for IPv6.Guy Harris2013-04-061-3335/+7534
* Simplify the detection of OpenSSL libcrypto by using standard autoconfMarc Abramowitz2012-10-131-7510/+3181
* Fix the other typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-051-2/+2
* Ask for the libpcap Makefile while we're at it.Guy Harris2012-03-031-2/+4
* Fix typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-031-2/+2
* Ask for more information if we don't find pcap_loop.Guy Harris2012-03-031-2/+14
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-1/+1