summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-01-20 17:56:31 -0800
committerGuy Harris <gharris@sonic.net>2023-01-20 17:56:31 -0800
commit753dc6beddea935c4f0365c3e8634b44db527a82 (patch)
tree6a4094a6e90612b0345209009e858c6d2f422642
parent4a4a37696cd2f706986ef503cb23004c402650fa (diff)
downloadlibpcap-753dc6beddea935c4f0365c3e8634b44db527a82.tar.gz
configure: boost the minimum autoconf version to 2.69. [skip ci]
Tcpdump requires 2.69; let's update it across the board. Does not affect any generated files.
-rw-r--r--CHANGES1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c7faae9e..4578ae92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Building and testing:
Require at least pkg-config 0.17.0, as we use --static.
Get rid of the remains of gnuc.h.
+ Require at least autoconf 2.69.
Thursday, January 12, 2023 / The Tcpdump Group
Summary for 1.10.3 libpcap release
diff --git a/configure.ac b/configure.ac
index 8da7f3a9..ff9680eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ dnl
# config.sub.
#
-AC_PREREQ(2.64)
+AC_PREREQ(2.69)
AC_INIT(pcap, m4_esyscmd_s([cat VERSION]))
AC_CONFIG_SRCDIR(pcap.c)