From 0ed7d2bd84f60153b2c4f51aae2a2ad4b65ad5bc Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 3 Nov 2007 18:47:50 +0100 Subject: [PATCH] * configure.ac (AC_PREREQ): Require version 2.60, for AC_PROG_SED, AC_PROG_GREP. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 325603f1..f4851633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-03 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Require version 2.60, for + AC_PROG_SED, AC_PROG_GREP. + 2007-11-02 Benoit Sigoure and Jim Meyering and Andreas Schwab diff --git a/configure.ac b/configure.ac index 4f9a71eb..3a793106 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# We need AC_CONFIG_TESTDIR. -AC_PREREQ([2.59]) +# We need AC_CONFIG_TESTDIR, AC_PROG_SED, AC_PROG_GREP. +AC_PREREQ([2.60]) AC_INIT([GNU Autoconf], m4_esyscmd([build-aux/git-version-gen .version]), [bug-autoconf@gnu.org]) -- 2.47.2