From c1911c1e243a13f678fdd2e64048569d60301759 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 6 Dec 2012 09:13:51 +0100 Subject: [PATCH] automake 1.12 compatibility patch --- texinfo-automake_1_12.patch | 12 ++++++++++++ texinfo.spec | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 texinfo-automake_1_12.patch diff --git a/texinfo-automake_1_12.patch b/texinfo-automake_1_12.patch new file mode 100644 index 0000000..7cf72d1 --- /dev/null +++ b/texinfo-automake_1_12.patch @@ -0,0 +1,12 @@ +diff -dur texinfo-4.13.orig/configure.ac texinfo-4.13/configure.ac +--- texinfo-4.13.orig/configure.ac 2012-12-06 09:11:23.000000000 +0100 ++++ texinfo-4.13/configure.ac 2012-12-06 09:11:54.000000000 +0100 +@@ -13,7 +13,7 @@ + + dnl Must come before AM_INIT_AUTOMAKE. + AC_CONFIG_AUX_DIR([build-aux]) +-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma]) ++AM_INIT_AUTOMAKE([1.10.1 readme-alpha]) + + # Minimum Autoconf version required. + AC_PREREQ(2.59) diff --git a/texinfo.spec b/texinfo.spec index 5b80633..d59fdaf 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -18,6 +18,7 @@ Source1: info.desktop Patch0: %{name}-info.patch Patch1: %{name}-as_needed-fix.patch Patch2: %{name}-segv.patch +Patch3: %{name}-automake_1_12.patch URL: http://texinfo.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.10.1 @@ -184,6 +185,7 @@ lzma -dc %{SOURCE0} | tar xf - -C .. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__aclocal} -I gnulib/m4 -- 2.44.0