summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2018-12-15 09:58:27 -0800
committerJim Meyering <meyering@fb.com>2018-12-15 18:35:51 -0800
commit9157494ee4411c401e904314507527c6d02319b6 (patch)
tree503ebfd352864ef1cc4a5f377f6669b12509d35a /configure.ac
parent06ce13ab4c4b53606d3cc3d6c42add2b7a91e2a7 (diff)
downloadgrep-9157494ee4411c401e904314507527c6d02319b6.tar.gz
build: make the autoconf-2.63 requirement explicit
* configure.ac: AC_PREREQ: Require 2.63, not 2.59. And quote properly. Autoconf-2.63 has been required for some time via gnulib. This merely makes it explicit.
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 890cee2e..7b8a2b30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ ac_cv_path_EGREP=$EGREP
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR(src/grep.c)
AC_DEFINE([GREP], 1, [We are building grep])
-AC_PREREQ(2.59)
+AC_PREREQ([2.63])
AC_CONFIG_MACRO_DIRS([m4])
dnl Automake stuff.