aboutsummaryrefslogtreecommitdiff
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:57:49 -0800
commit3fc6d8c82790b1039f69ad0b7cacddc025bb1f4b (patch)
tree33de13a1320f4464475e762d200259680c6597a2
parentf52df830015592912d0c0f4edf133c676a88dee9 (diff)
downloadlibpcap-3fc6d8c82790b1039f69ad0b7cacddc025bb1f4b.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. (cherry picked from commit 753dc6beddea935c4f0365c3e8634b44db527a82)
-rw-r--r--CHANGES1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 260dfdfe..50bf122c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,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 ff7e4906..4072216a 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)