Blame SOURCES/libtiff-acversion.patch

7c98bb
This patch is needed for building the package as of F-11.  It can be
7c98bb
dropped whenever autoconf 2.63 is no longer used on any live branch.
7c98bb
7c98bb
7c98bb
diff -Naur tiff-3.9.4.orig/configure.ac tiff-3.9.4/configure.ac
7c98bb
--- tiff-3.9.4.orig/configure.ac	2010-06-15 14:58:12.000000000 -0400
7c98bb
+++ tiff-3.9.4/configure.ac	2010-06-15 17:13:11.000000000 -0400
7c98bb
@@ -24,7 +24,7 @@
7c98bb
 
7c98bb
 dnl Process this file with autoconf to produce a configure script.
7c98bb
 
7c98bb
-AC_PREREQ(2.64)
7c98bb
+AC_PREREQ(2.63)
7c98bb
 AC_INIT([LibTIFF Software],[3.9.4],[tiff@lists.maptools.org],[tiff])
7c98bb
 AC_CONFIG_AUX_DIR(config)
7c98bb
 AC_CONFIG_MACRO_DIR(m4)