From: Phil Blundell Date: Sun, 21 Nov 2004 01:16:41 +0000 (+0000) Subject: create m4/ directory in autotools_do_configure, since autoreconf tends to blow up... X-Git-Tag: Release-2010-05/1~16051 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c791ddd26aa12e9cd04a669eb5ef128c57fb103;p=openembedded.git create m4/ directory in autotools_do_configure, since autoreconf tends to blow up if it isn't there BKrev: 419fec79W0AMsnrmYw55DaUgOaIc9w --- 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