summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorivmai <ivmai>2010-08-14 14:35:54 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:54 +0400
commitcad3c6153bc6a617f985b3cceb3329eeb4aff96f (patch)
treebaead232d45db18a308ee29444aebb341c21476d /aclocal.m4
parente61fa5f9f270db9073abef2fc2bf573657b246e1 (diff)
downloadbdwgc-cad3c6153bc6a617f985b3cceb3329eeb4aff96f.tar.gz
2010-08-14 Ivan Maidanski <ivmai@mail.ru>
* aclocal.m4: Regenerate (by autoreconf -vif using autoconf-2.67, automake-1.11.1 and libtool-2.2.8). * configure: Ditto. * ltmain.sh: Ditto. * Makefile.in: Ditto. * include/private/config.h.in: Ditto. * m4/libtool.m4: Ditto. * m4/ltoptions.m4: Ditto. * m4/ltversion.m4: Ditto. * m4/lt~obsolete.m4: Ditto.
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 9bc1814c..69581e16 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.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+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'.])])