git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3781ff8
)
autofoo patch from pb_
author
erich@mine.nu
<erich@mine.nu>
Fri, 9 Apr 2004 13:56:01 +0000
(13:56 +0000)
committer
erich@mine.nu
<erich@mine.nu>
Fri, 9 Apr 2004 13:56:01 +0000
(13:56 +0000)
BKrev: 4076ab717cSWzWOj7c-8jMJa99bmeA
autoconf/autoconf-2.59/autoreconf-include.patch
patch
|
blob
|
history
diff --git
a/autoconf/autoconf-2.59/autoreconf-include.patch
b/autoconf/autoconf-2.59/autoreconf-include.patch
index
e69de29
..
5a7604b
100644
(file)
--- 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)