]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
automake 1.12 compatibility patch texinfo-4
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 6 Dec 2012 08:13:51 +0000 (09:13 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 6 Dec 2012 08:13:51 +0000 (09:13 +0100)
texinfo-automake_1_12.patch [new file with mode: 0644]
texinfo.spec

diff --git a/texinfo-automake_1_12.patch b/texinfo-automake_1_12.patch
new file mode 100644 (file)
index 0000000..7cf72d1
--- /dev/null
@@ -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)
index 5b806330b172cc4d15ff9f3b0faa11a06c15babc..d59fdaf4536e321cc7705f5f2a5ffab2842d05ab 100644 (file)
@@ -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
This page took 0.219609 seconds and 4 git commands to generate.