]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Create the m4 directory if it does not exist
authordlezcano <dlezcano>
Mon, 9 Feb 2009 17:10:02 +0000 (17:10 +0000)
committerdlezcano <dlezcano>
Mon, 9 Feb 2009 17:10:02 +0000 (17:10 +0000)
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Create the m4 directory if it does not exist

Reported-by: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
bootstrap

index 9a8e103209f9bda861273de6b18bf2c4ec7d1f32..32e9e136254d2bf57b86fd0e1661f46b5b6e1c81 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3,7 +3,7 @@
 set -x
 
 test -d autom4te.cache && rm -rf autom4te.cache
-
+test -d m4 || mkdir m4
 ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
 libtoolize --force
 aclocal $ACLOCAL_AMFLAGS || exit 1