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

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