* m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
authorTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 14:09:37 +0000 (14:09 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 22 Jan 1999 14:09:37 +0000 (14:09 +0000)
ChangeLog
m4/init.m4

index d15c4d0..6501b6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-01-22  Tom Tromey  <tromey@cygnus.com>
 
+       * m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
+
        * automake.in (lang_ppf77_rewrite): New function.  From Jochen
        Kuepper.
        (lang_ratfor_rewrite): New function
index 9bfdd14..2e3580b 100644 (file)
@@ -9,6 +9,8 @@ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
 
 AC_DEFUN(AM_INIT_AUTOMAKE,
 [AC_REQUIRE([AC_PROG_INSTALL])
+dnl We require 2.13 because we rely on SHELL being computed by configure.
+AC_PREREQ([2.13])
 PACKAGE=[$1]
 AC_SUBST(PACKAGE)
 VERSION=[$2]