mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2257 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
445 B
Diff
11 lines
445 B
Diff
--- 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)
|