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

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