summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-04-13 17:14:49 +0200
committerOndřej Surý <ondrej@sury.org>2012-04-13 17:14:49 +0200
commitc5e123fb66dfd412a0d89293f893871f9a2e7d12 (patch)
treee4351340a850ae861ce99a4e7824f2f1bd0660a6 /aclocal.m4
parentb5c64fe14e2b779a715756d47d7d4c7e8e5729ea (diff)
downloadknot-c5e123fb66dfd412a0d89293f893871f9a2e7d12.tar.gz
Imported Upstream version 1.0.2upstream/1.0.2
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 5184c03..2b546eb 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.67],,
+[m4_warning([this file was generated for autoconf 2.67.
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'.])])