From: erich@mine.nu Date: Fri, 9 Apr 2004 01:44:32 +0000 (+0000) Subject: make autoreconf pass --include to aclocal, as kergoth requested, and make autotools... X-Git-Tag: Release-2010-05/1~19721 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433786b43ae477368983f2d3101abde75bc599c8;p=openembedded.git make autoreconf pass --include to aclocal, as kergoth requested, and make autotools.oeclass use autoreconf if it exists, in preference to manually invoking the other tools (patch from pb_) BKrev: 40760000S5oUCcA_Vk0IgMLErrqF2A --- diff --git a/autoconf/autoconf-2.59/autoreconf-include.patch b/autoconf/autoconf-2.59/autoreconf-include.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe index 6b3378cb68..b80fe700bf 100644 --- a/autoconf/autoconf_2.59.oe +++ b/autoconf/autoconf_2.59.oe @@ -1,5 +1,6 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ - file://${FILESDIR}/program_prefix.patch;patch=1" + file://${FILESDIR}/program_prefix.patch;patch=1 \ + file://${FILESDIR}/autoreconf-include.patch;patch=1" DESCRIPTION = "A package of M4 macros to produce scripts to \ automatically configure sourcecode."