summaryrefslogtreecommitdiff
path: root/m4/init.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-06-30 11:07:41 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-06-30 11:07:41 +0000
commitc01e9982c1591b40f0072794842012fd7be2808f (patch)
treeff849f8fb687daafaf8a9813fbfdd3f4e03966d7 /m4/init.m4
parent2d3e84e539ad9333eb48a5197b37be1d9b6029b7 (diff)
downloadautomake-c01e9982c1591b40f0072794842012fd7be2808f.tar.gz
* automake.in (scan_autoconf_traces): Scan AC_SUBST_TRACE instead
of AC_SUBST. * lib/am/header-vars.am (srcdir, top_srcdir, top_builddir, INSTALL): Do not define, they are AC_SUBST_TRACEd by Autoconf. * m4/init.m4 (AM_INIT_AUTOMAKE): Require Autoconf 2.59c. * tests/include.test: Call AC_OUTPUT.
Diffstat (limited to 'm4/init.m4')
-rw-r--r--m4/init.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/init.m4 b/m4/init.m4
index 28ad47339..7b0258263 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -24,7 +24,7 @@
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.59a])dnl
+[AC_PREREQ([2.59c])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl