summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-15 13:52:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:35 +0000
commit83f1e6975c5e649ca682e398791d76577f24ad5d (patch)
tree827f799e937245e109a1314725b2aa527e60b1c8 /meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch
parent0f948badad88b3724cdca92046fba0c52e870e7e (diff)
downloadpoky-83f1e6975c5e649ca682e398791d76577f24ad5d.tar.gz
curl: fix build with automake-1.13
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Remove AC_CONFIG_MACRO_DIR override that caused aclocal to fail since it didn't get m4-directory information. (From OE-Core rev: 54a945a5e67c44be3e0b21114b7ca3abf8d99ada) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch')
-rw-r--r--meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch b/meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..02b43b9b3f
--- /dev/null
+++ b/meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Backport
2
3Signed-off-by: Marko Lindqvist
4diff -Nurd curl-7.28.1/configure.ac curl-7.28.1/configure.ac
5--- curl-7.28.1/configure.ac 2012-09-08 23:39:18.000000000 +0300
6+++ curl-7.28.1/configure.ac 2013-01-12 09:15:27.753572960 +0200
7@@ -35,7 +35,7 @@
8 terms of the curl license; see COPYING for more details])
9
10 AC_CONFIG_SRCDIR([lib/urldata.h])
11-AM_CONFIG_HEADER(lib/curl_config.h include/curl/curlbuild.h)
12+AC_CONFIG_HEADERS([lib/curl_config.h include/curl/curlbuild.h])
13 AC_CONFIG_MACRO_DIR([m4])
14 AM_MAINTAINER_MODE