Skip to content

Commit 6f92ad1

Browse files
authored
configure: update to and require use of autoconf 2.72 (OSGeo#6533)
Follow up to the de facto update with commit: ec42cfa
1 parent 0cb6d7f commit 6f92ad1

File tree

2 files changed

+234
-213
lines changed

2 files changed

+234
-213
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Website for config.guess, config.sub:
2121
# wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
2222
# wget http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
23-
# Note: use autoconf-2.69
23+
# Note: use autoconf-2.72
2424
#############################################################################
2525

2626
define([AC_CACHE_LOAD], )
@@ -31,7 +31,7 @@ $2
3131

3232
AC_INIT
3333
AC_CONFIG_SRCDIR([configure.ac])
34-
AC_PREREQ([2.71])
34+
AC_PREREQ([2.72])
3535
AC_CONFIG_HEADERS([include/grass/config.h])
3636
AC_CANONICAL_HOST
3737
AC_PROG_CC

0 commit comments

Comments
 (0)