summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2010-12-18 16:30:15 +0000
committerbfriesen <bfriesen>2010-12-18 16:30:15 +0000
commit34b2296436ba3e403d7b8af6352ab1fe04e0b9e3 (patch)
treea8430ccc770a2531e1fa93bc113b264fb37958df /aclocal.m4
parentcb0769846a25d3e11890612b69a33189ea162356 (diff)
downloadlibtiff-34b2296436ba3e403d7b8af6352ab1fe04e0b9e3.tar.gz
Needed to add tif_lzma.c to the Makefile.
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 d0303d20..281230ff 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.67],,
-[m4_warning([this file was generated for autoconf 2.67.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
+[m4_warning([this file was generated for autoconf 2.68.
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'.])])