mirror of
https://git.yoctoproject.org/poky
synced 2026-03-15 03:39:42 +01:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
692 B
Diff
15 lines
692 B
Diff
Upstream-Status: Pending
|
|
|
|
Index: autoconf-2.63/bin/autoreconf.in
|
|
===================================================================
|
|
--- autoconf-2.63.orig/bin/autoreconf.in 2008-08-28 03:08:10.000000000 +0100
|
|
+++ autoconf-2.63/bin/autoreconf.in 2008-12-31 17:38:40.000000000 +0000
|
|
@@ -190,6 +190,7 @@
|
|
$autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
|
|
$autoheader .= join (' --include=', '', map { shell_quote ($_) } @include);
|
|
$autoheader .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
|
|
+ $aclocal .= join (' -I ', '', map { shell_quote ($_) } @include);
|
|
|
|
# --install and --symlink;
|
|
if ($install)
|