summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl-7.28.1
Commit message (Collapse)AuthorAgeFilesLines
* curl: fix build with automake-1.13Marko Lindqvist2013-01-162-0/+44
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>