[packages/texinfo] automake 1.12 compatibility patch

jajcus jajcus at pld-linux.org
Thu Dec 6 09:14:15 CET 2012


commit c1911c1e243a13f678fdd2e64048569d60301759
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Dec 6 09:13:51 2012 +0100

    automake 1.12 compatibility patch

 texinfo-automake_1_12.patch | 12 ++++++++++++
 texinfo.spec                |  2 ++
 2 files changed, 14 insertions(+)
---
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
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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/texinfo.git/commitdiff/c1911c1e243a13f678fdd2e64048569d60301759



More information about the pld-cvs-commit mailing list