AC_PROG_SED, AC_PROG_GREP.
+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>
# 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])