aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2013-06-08 13:00:57 +1000
committerBen Elliston <bje@gnu.org>2013-06-08 13:00:57 +1000
commit152e0f4c61684d66499779c9b971fb16745d52d7 (patch)
treec59a80c20478295855780a2a5d9d7ca7edce2cdc /aclocal.m4
parent3a721255d57b3ee96ba032a628ae33d7a7a3df3b (diff)
downloaddejagnu-152e0f4c61684d66499779c9b971fb16745d52d7.zip
dejagnu-152e0f4c61684d66499779c9b971fb16745d52d7.tar.gz
dejagnu-152e0f4c61684d66499779c9b971fb16745d52d7.tar.bz2
* configure: Regenerate with autoconf 2.69.
* aclocal.m4: Regenerate.
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 d7a7c59..e44f52c 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.68],,
-[m4_warning([this file was generated for autoconf 2.68.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
+[m4_warning([this file was generated for autoconf 2.69.
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'.])])