summaryrefslogtreecommitdiff
path: root/Build/source/utils/psutils/aclocal.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:23:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:23:35 +0000
commit3ddbe63b20fa2b648abf075780d9aa3b5a4c1cf3 (patch)
tree5809920b7e0b848d864c43eece76d5ff89a2fe70 /Build/source/utils/psutils/aclocal.m4
parent5b363a40437db7a695d05b8ec648e7c88a8a467e (diff)
towards TL2010: utils/psutils
git-svn-id: svn://tug.org/texlive/trunk@15960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/psutils/aclocal.m4')
-rw-r--r--Build/source/utils/psutils/aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/psutils/aclocal.m4 b/Build/source/utils/psutils/aclocal.m4
index a6397fb2452..5caae98848d 100644
--- a/Build/source/utils/psutils/aclocal.m4
+++ b/Build/source/utils/psutils/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.63],,
-[m4_warning([this file was generated for autoconf 2.63.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
+[m4_warning([this file was generated for autoconf 2.64.
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'.])])