create m4/ directory in autotools_do_configure, since autoreconf tends to blow up...
authorPhil Blundell <philb@gnu.org>
Sun, 21 Nov 2004 01:16:41 +0000 (01:16 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 21 Nov 2004 01:16:41 +0000 (01:16 +0000)
BKrev: 419fec79W0AMsnrmYw55DaUgOaIc9w

classes/autotools.oeclass

index 268f1bc..98d9b6e 100644 (file)
@@ -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