Changed tiff-4.0.2 to demand autoconf 2.63 or later (which is common) rather

than 2.64 (which is currently a lot less common). This change seems to have
no negative effect, but allows builds to succeed on things like Centos.
This commit is contained in:
Steve Underwood 2012-09-03 13:10:52 +08:00
parent e4e044e310
commit 1790a8a97a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
AC_PREREQ(2.63)
AC_INIT([LibTIFF Software],[4.0.2],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)