Blame SOURCES/0001-Back-off-the-minimum-required-automake-version-to-1..patch

1e79a1
From b2e3171e935be3c4b79657aebf4175ef3be403b1 Mon Sep 17 00:00:00 2001
1e79a1
From: =?UTF-8?q?Matej=20Mu=C5=BEila?= <mmuzila@redhat.com>
1e79a1
Date: Mon, 18 Jul 2022 13:40:10 +0200
1e79a1
Subject: [PATCH] Back off the minimum required automake version to 1.11. 
1e79a1
 There isn't anything in libtiff currently that actually requires 1.12, and
1e79a1
 changing this allows the package to be built on pre-F18 machines for easier
1e79a1
 testing.
1e79a1
1e79a1
This patch can go away once we no longer care about testing on pre-F18.
1e79a1
---
1e79a1
 Makefile.am      | 2 +-
1e79a1
 test/Makefile.am | 2 +-
1e79a1
 2 files changed, 2 insertions(+), 2 deletions(-)
1e79a1
1e79a1
diff --git a/Makefile.am b/Makefile.am
1e79a1
index aaabf4d1..66e13dd8 100644
1e79a1
--- a/Makefile.am
1e79a1
+++ b/Makefile.am
1e79a1
@@ -25,7 +25,7 @@
1e79a1
 
1e79a1
 docdir = $(LIBTIFF_DOCDIR)
1e79a1
 
1e79a1
-AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
1e79a1
+AUTOMAKE_OPTIONS = 1.11 dist-zip foreign
1e79a1
 ACLOCAL_AMFLAGS = -I m4
1e79a1
 
1e79a1
 docfiles = \
1e79a1
diff --git a/test/Makefile.am b/test/Makefile.am
1e79a1
index b5823198..949667ee 100644
1e79a1
--- a/test/Makefile.am
1e79a1
+++ b/test/Makefile.am
1e79a1
@@ -23,7 +23,7 @@
1e79a1
 
1e79a1
 # Process this file with automake to produce Makefile.in.
1e79a1
 
1e79a1
-AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
1e79a1
+AUTOMAKE_OPTIONS = 1.11 color-tests parallel-tests foreign
1e79a1
 
1e79a1
 LIBTIFF = $(top_builddir)/libtiff/libtiff.la
1e79a1