summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch
deleted file mode 100644
index 11d34b1cf9..0000000000
--- a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1Upstream-Status: pending
2
3automake 1.12 has deprecated support for lzma-compressed distribution archives
4this patch fixes following issue with automake 1.12
5
6| configure.ac:16: error: support for lzma-compressed distribution archives has been removed
7
8Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
92012/05/03
10
11
12Index: texinfo-4.13/configure.ac
13===================================================================
14--- texinfo-4.13.orig/configure.ac
15+++ texinfo-4.13/configure.ac
16@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texi
17
18 dnl Must come before AM_INIT_AUTOMAKE.
19 AC_CONFIG_AUX_DIR([build-aux])
20-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
21+AM_INIT_AUTOMAKE([1.10.1 readme-alpha])
22
23 # Minimum Autoconf version required.
24 AC_PREREQ(2.59)