summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch')
-rw-r--r--meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch b/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
new file mode 100644
index 0000000000..2b24894e51
--- /dev/null
+++ b/meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
@@ -0,0 +1,48 @@
1It adds the variables that are needed
2for autoconf 2.65 to reconfigure libiconv and defines the m4 macros
3directory. Its imported from OE.
4
5Signed-off-by: Khem Raj <raj.khem@gmail.com>
6
7Index: libiconv-1.11.1/configure.ac
8===================================================================
9--- libiconv-1.11.1.orig/configure.ac
10+++ libiconv-1.11.1/configure.ac
11@@ -23,7 +23,7 @@ AC_CONFIG_AUX_DIR(build-aux)
12 AM_INIT_AUTOMAKE(libiconv, 1.11)
13 AC_CONFIG_HEADERS(config.h lib/config.h)
14 AC_PROG_MAKE_SET
15-
16+AC_CONFIG_MACRO_DIR([m4])
17 dnl checks for basic programs
18
19 AC_PROG_CC
20Index: libiconv-1.11.1/libcharset/configure.ac
21===================================================================
22--- libiconv-1.11.1.orig/libcharset/configure.ac
23+++ libiconv-1.11.1/libcharset/configure.ac
24@@ -16,17 +16,17 @@ dnl along with the GNU CHARSET Library;
25 dnl write to the Free Software Foundation, Inc., 51 Franklin Street,
26 dnl Fifth Floor, Boston, MA 02110-1301, USA.
27
28-AC_PREREQ(2.13)
29+AC_PREREQ(2.61)
30+AC_INIT([libcharset],[1.4] )
31+AC_CONFIG_SRCDIR([lib/localcharset.c])
32
33-PACKAGE=libcharset
34-VERSION=1.4
35-
36-AC_INIT(lib/localcharset.c)
37 AC_CONFIG_AUX_DIR(build-aux)
38 AC_CONFIG_HEADER(config.h)
39 AC_PROG_MAKE_SET
40-AC_SUBST(PACKAGE)
41-AC_SUBST(VERSION)
42+dnl AC_SUBST(PACKAGE)
43+dnl AC_SUBST(VERSION)
44+
45+AC_CONFIG_MACRO_DIR([m4])
46
47 dnl checks for basic programs
48