1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-04-10 05:57:53 +02:00

updated the autoconf version in aclocal.m4

This commit is contained in:
SJ 2014-01-13 09:50:22 +01:00
parent 8a0a5198d0
commit c4928d1710

4
aclocal.m4 vendored

@ -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'.])])