Blame SOURCES/libtiff-acversion.patch

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