]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac (AC_PREREQ): Require version 2.60, for
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 3 Nov 2007 17:47:50 +0000 (18:47 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 3 Nov 2007 17:47:50 +0000 (18:47 +0100)
AC_PROG_SED, AC_PROG_GREP.

ChangeLog
configure.ac

index 325603f19e631ef0b2e1968cc5635714292a4e95..f4851633265713c669a5c3c59e0f75d231d1b019 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (AC_PREREQ): Require version 2.60, for
+       AC_PROG_SED, AC_PROG_GREP.
+
 2007-11-02  Benoit Sigoure  <tsuna@lrde.epita.fr>
        and Jim Meyering  <meyering@redhat.com>
        and Andreas Schwab <schwab@suse.de>
index 4f9a71eb7b40848bb466cbf03db2a228a39464d1..3a7931064b093dcacb09c0dd1e6680cd6b9c6747 100644 (file)
@@ -17,8 +17,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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])