aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-21 01:16:41 +0000
committerPhil Blundell <philb@gnu.org>2004-11-21 01:16:41 +0000
commit7c791ddd26aa12e9cd04a669eb5ef128c57fb103 (patch)
tree4e6fbde5a9fa7de2d5ac17b96a497a451bfa1d67 /classes
parent2ad977126b5a3015652c87c4cef7a9f75bb3b0ce (diff)
downloadopenembedded-7c791ddd26aa12e9cd04a669eb5ef128c57fb103.tar.gz
create m4/ directory in autotools_do_configure, since autoreconf tends to blow up if it isn't there
BKrev: 419fec79W0AMsnrmYw55DaUgOaIc9w
Diffstat (limited to 'classes')
-rw-r--r--classes/autotools.oeclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/autotools.oeclass b/classes/autotools.oeclass
index 268f1bc978..98d9b6e43e 100644
--- 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