mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 10:29:40 +01:00
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)
|