diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 01:16:41 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 01:16:41 +0000 |
commit | 7c791ddd26aa12e9cd04a669eb5ef128c57fb103 (patch) | |
tree | 4e6fbde5a9fa7de2d5ac17b96a497a451bfa1d67 /classes | |
parent | 2ad977126b5a3015652c87c4cef7a9f75bb3b0ce (diff) |
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.oeclass | 1 |
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 |