Blame SOURCES/libtiff-am-version.patch

bddd17
Back off the minimum required automake version to 1.11.  There isn't
bddd17
anything in libtiff currently that actually requires 1.12, and changing
bddd17
this allows the package to be built on pre-F18 machines for easier testing.
bddd17
bddd17
This patch can go away once we no longer care about testing on pre-F18.
bddd17
bddd17
bddd17
diff -Naur tiff-4.0.3.orig/Makefile.am tiff-4.0.3/Makefile.am
bddd17
--- tiff-4.0.3.orig/Makefile.am	2012-09-20 09:22:47.000000000 -0400
bddd17
+++ tiff-4.0.3/Makefile.am	2012-10-30 11:33:30.312823564 -0400
bddd17
@@ -25,7 +25,7 @@
bddd17
 
bddd17
 docdir = $(LIBTIFF_DOCDIR)
bddd17
 
bddd17
-AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
bddd17
+AUTOMAKE_OPTIONS = 1.11 dist-zip foreign
bddd17
 ACLOCAL_AMFLAGS = -I m4
bddd17
 
bddd17
 docfiles = \
bddd17
diff -Naur tiff-4.0.3.orig/test/Makefile.am tiff-4.0.3/test/Makefile.am
bddd17
--- tiff-4.0.3.orig/test/Makefile.am	2012-09-20 09:22:28.000000000 -0400
bddd17
+++ tiff-4.0.3/test/Makefile.am	2012-10-30 11:33:17.109696812 -0400
bddd17
@@ -23,7 +23,7 @@
bddd17
 
bddd17
 # Process this file with automake to produce Makefile.in.
bddd17
 
bddd17
-AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
bddd17
+AUTOMAKE_OPTIONS = 1.11 color-tests parallel-tests foreign
bddd17
 
bddd17
 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
bddd17