You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2022/01/16 23:29:01 UTC

svn commit: r1897136 - /httpd/httpd/trunk/configure.in

Author: covener
Date: Sun Jan 16 23:29:01 2022
New Revision: 1897136

URL: http://svn.apache.org/viewvc?rev=1897136&view=rev
Log:
bump autuconf min to 2.60

AC_CHECK_TARGET_TOOLS is new in "2.59b" but not baking that weird arg in.


Modified:
    httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=1897136&r1=1897135&r2=1897136&view=diff
==============================================================================
--- httpd/httpd/trunk/configure.in (original)
+++ httpd/httpd/trunk/configure.in Sun Jan 16 23:29:01 2022
@@ -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)