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:
2ad9771
)
create m4/ directory in autotools_do_configure, since autoreconf tends to blow up...
author
Phil Blundell
<philb@gnu.org>
Sun, 21 Nov 2004 01:16:41 +0000
(
01:16
+0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 21 Nov 2004 01:16:41 +0000
(
01:16
+0000)
BKrev: 419fec79W0AMsnrmYw55DaUgOaIc9w
classes/autotools.oeclass
patch
|
blob
|
history
diff --git
a/classes/autotools.oeclass
b/classes/autotools.oeclass
index
268f1bc
..
98d9b6e
100644
(file)
--- a/
classes/autotools.oeclass
+++ b/
classes/autotools.oeclass
@@
-95,6
+95,7
@@
autotools_do_configure() {
rm -f aclocal.m4
fi
oenote Executing autoreconf --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
+ mkdir -p m4
autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || oefatal "autoreconf execution failed."
cd $olddir
fi