summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-08-23 02:38:53 -0700
committerJim Meyering <meyering@fb.com>2020-08-23 03:42:04 -0700
commit7798d03901387024ec7f9aac7d8816824bcbca18 (patch)
tree0eaf8b833b022ee4cb657b499cd0e5eb5049211f /configure.ac
parent0435ebca64fbafcd62008c991dd9377d8a792dfc (diff)
downloadgrep-7798d03901387024ec7f9aac7d8816824bcbca18.tar.gz
build: require autoconf-2.64
* configure.ac: Require autoconf-2.64, up from 2.63, to align with gnulib.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 611ad508..c5b3c4d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ fi
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR(src/grep.c)
AC_DEFINE([GREP], 1, [We are building grep])
-AC_PREREQ([2.63])
+AC_PREREQ([2.64])
AC_CONFIG_MACRO_DIRS([m4])
dnl Automake stuff.