summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2008-08-18 15:08:56 -0500
committerDennis Gilmore <dennis@ausil.us>2008-08-18 15:08:56 -0500
commit84f133c974587e36bfc7ccb1ac588244931af6d3 (patch)
tree7ce19ddc3b87e0661f67192e7577994e7ea96df8 /aclocal.m4
parentc8fc7e922add5d33b32b17069dd11818b7aa579d (diff)
downloadfedora-packager-84f133c974587e36bfc7ccb1ac588244931af6d3.tar.gz
fedora-packager-84f133c974587e36bfc7ccb1ac588244931af6d3.tar.xz
fedora-packager-84f133c974587e36bfc7ccb1ac588244931af6d3.zip
update to 0.3.1
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 73ffc5f..4a20de9 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(AC_AUTOCONF_VERSION, [2.61],,
-[m4_warning([this file was generated for autoconf 2.61.
+m4_if(AC_AUTOCONF_VERSION, [2.62],,
+[m4_warning([this file was generated for autoconf 2.62.
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'.])])