diff options
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch')
-rw-r--r-- | meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch deleted file mode 100644 index 6adeba5682..0000000000 --- a/meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch +++ /dev/null | |||
@@ -1,61 +0,0 @@ | |||
1 | Bump gettext macro numbers as required by newer gettext built by OE. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Joshua Lock <josh@linux.intel.com> | ||
6 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
7 | |||
8 | Index: texinfo-4.13/configure.ac | ||
9 | =================================================================== | ||
10 | --- texinfo-4.13.orig/configure.ac | ||
11 | +++ texinfo-4.13/configure.ac | ||
12 | @@ -193,7 +193,7 @@ AM_CONDITIONAL(INSTALL_WARNINGS, | ||
13 | |||
14 | # i18n support. To update to a new version of gettext, run: | ||
15 | # gettextize -f -c | ||
16 | -AM_GNU_GETTEXT_VERSION([0.17]) | ||
17 | +AM_GNU_GETTEXT_VERSION([0.18]) | ||
18 | AM_GNU_GETTEXT([external]) | ||
19 | |||
20 | # The test suite. | ||
21 | Index: texinfo-4.13/po/Makefile.in.in | ||
22 | =================================================================== | ||
23 | --- texinfo-4.13.orig/po/Makefile.in.in | ||
24 | +++ texinfo-4.13/po/Makefile.in.in | ||
25 | @@ -8,8 +8,8 @@ | ||
26 | # Please note that the actual code of GNU gettext is covered by the GNU | ||
27 | # General Public License and is *not* in the public domain. | ||
28 | # | ||
29 | -# Origin: gettext-0.17 | ||
30 | -GETTEXT_MACRO_VERSION = 0.17 | ||
31 | +# Origin: gettext-0.18 | ||
32 | +GETTEXT_MACRO_VERSION = 0.18 | ||
33 | |||
34 | PACKAGE = @PACKAGE@ | ||
35 | VERSION = @VERSION@ | ||
36 | Index: texinfo-4.13/gnulib/m4/gnulib-comp.m4 | ||
37 | =================================================================== | ||
38 | --- texinfo-4.13.orig/gnulib/m4/gnulib-comp.m4 | ||
39 | +++ texinfo-4.13/gnulib/m4/gnulib-comp.m4 | ||
40 | @@ -56,7 +56,7 @@ AC_DEFUN([gl_INIT], | ||
41 | gl_EXITFAIL | ||
42 | gl_GETOPT | ||
43 | dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. | ||
44 | - AM_GNU_GETTEXT_VERSION([0.17]) | ||
45 | + AM_GNU_GETTEXT_VERSION([0.18]) | ||
46 | AC_SUBST([LIBINTL]) | ||
47 | AC_SUBST([LTLIBINTL]) | ||
48 | gl_FUNC_GETTIMEOFDAY | ||
49 | Index: texinfo-4.13/gnulib/m4/po.m4 | ||
50 | =================================================================== | ||
51 | --- texinfo-4.13.orig/gnulib/m4/po.m4 | ||
52 | +++ texinfo-4.13/gnulib/m4/po.m4 | ||
53 | @@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS], | ||
54 | |||
55 | dnl Release version of the gettext macros. This is used to ensure that | ||
56 | dnl the gettext macros and po/Makefile.in.in are in sync. | ||
57 | - AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) | ||
58 | + AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) | ||
59 | |||
60 | dnl Perform the following tests also if --disable-nls has been given, | ||
61 | dnl because they are needed for "make dist" to work. | ||