From: Ralf Wildenhues Date: Sat, 3 Nov 2007 17:47:50 +0000 (+0100) Subject: * configure.ac (AC_PREREQ): Require version 2.60, for X-Git-Tag: v2.62~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed7d2bd84f60153b2c4f51aae2a2ad4b65ad5bc;p=thirdparty%2Fautoconf.git * configure.ac (AC_PREREQ): Require version 2.60, for AC_PROG_SED, AC_PROG_GREP. --- 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])