From: erich@mine.nu Date: Fri, 9 Apr 2004 13:56:01 +0000 (+0000) Subject: autofoo patch from pb_ X-Git-Tag: Release-2010-05/1~19712 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c67ffac425b1b68d113df75ea4426fa5a7fd44c;p=openembedded.git autofoo patch from pb_ BKrev: 4076ab717cSWzWOj7c-8jMJa99bmeA --- diff --git a/autoconf/autoconf-2.59/autoreconf-include.patch b/autoconf/autoconf-2.59/autoreconf-include.patch index e69de29bb2..5a7604b0fd 100644 --- a/autoconf/autoconf-2.59/autoreconf-include.patch +++ b/autoconf/autoconf-2.59/autoreconf-include.patch @@ -0,0 +1,10 @@ +--- autoconf/bin/autoreconf.in~ 2004-04-06 23:36:10.000000000 +0100 ++++ autoconf/bin/autoreconf.in 2004-04-08 20:51:57.000000000 +0100 +@@ -179,6 +179,7 @@ + $autoconf .= join (' --prepend-include=', '', @prepend_include); + $autoheader .= join (' --include=', '', @include); + $autoheader .= join (' --prepend-include=', '', @prepend_include); ++ $aclocal .= join (' -I ', '', @include); + + # --install and --symlink; + if ($install)