curl: fix build with automake-1.13
authorMarko Lindqvist <cazfi74@gmail.com>
Tue, 15 Jan 2013 11:52:11 +0000 (13:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jan 2013 11:57:35 +0000 (11:57 +0000)
commit63637ed065a96de7d912c71e2c6aea23e13d8a27
tree12c3506ecf5d27b8d68981ab372df596795dddbb
parent26658acd9ea9d0d96d1cdc7ba908919659c75f08
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>
meta/recipes-support/curl/curl-7.28.1/dont_override_ac_config_macro_dir.patch [new file with mode: 0644]
meta/recipes-support/curl/curl-7.28.1/obsolete_automake_macros.patch [new file with mode: 0644]
meta/recipes-support/curl/curl_7.28.1.bb