From: Eric Covener Date: Sun, 16 Jan 2022 23:29:01 +0000 (+0000) Subject: bump autuconf min to 2.60 X-Git-Tag: 2.5.0-alpha2-ci-test-only~584 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a286780b19a6022c0d2cafff800586be900b73b;p=thirdparty%2Fapache%2Fhttpd.git bump autuconf min to 2.60 AC_CHECK_TARGET_TOOLS is new in "2.59b" but not baking that weird arg in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index ead8329e685..9ba3ad46e66 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl dnl Use ./buildconf to produce a configure script dnl -AC_PREREQ(2.50) +AC_PREREQ(2.60) AC_INIT(ABOUT_APACHE) AC_CONFIG_HEADER(include/ap_config_auto.h)