]> The Tcpdump Group git mirrors - libpcap/commit
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
authorGuy Harris <[email protected]>
Sun, 21 Jan 2018 01:00:52 +0000 (17:00 -0800)
committerGuy Harris <[email protected]>
Sun, 21 Jan 2018 01:00:52 +0000 (17:00 -0800)
commitc178553bf68d55657e76a931bb19648f01546522
tree5ffbf0f58f13654a244f90086ad1109c92c9f8d8
parent6d483265fc3e5448ea5c3259eca91428f2a239ff
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.

Rather than rolling our own autoconf macros to test for the existence of
data types and structure members, use AC_CHECK_TYPES and
AC_CHECK_MEMBERS.

That cleans the configure script code up a bit, and makes it a bit more
like the CMakeLists.txt file.
13 files changed:
CMakeLists.txt
aclocal.m4
cmakeconfig.h.in
config.h.in
configure
configure.ac
fad-getad.c
fad-gifc.c
pcap-bt-linux.c
pcap-dlpi.c
pcap-linux.c
pcap-usb-linux.c
sockutils.c