summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-12-05 15:11:07 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-12-05 15:11:07 +0100
commitb3f8778bd870913efbf5799cb9a10285a9476b7f (patch)
tree2388b95fb3f5afa5032910029f48c3fae4567e4b /aclocal.m4
parenta943eec8cf4d4e6d5b9141cc06a3a7c4943128ab (diff)
parent98ef3cfc3352d693b8c38cbea9489799fb68470b (diff)
downloadautomake-b3f8778bd870913efbf5799cb9a10285a9476b7f.tar.gz
Merge branch 'maint'
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index db90370df..01c6b1380 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
-[m4_warning([this file was generated for autoconf 2.64.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
+[m4_warning([this file was generated for autoconf 2.65.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])