From: dlezcano Date: Mon, 9 Feb 2009 17:10:02 +0000 (+0000) Subject: Create the m4 directory if it does not exist X-Git-Tag: lxc_0_6_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b93bbfb886c1a4de27dd8cb4d322491721f580;p=thirdparty%2Flxc.git Create the m4 directory if it does not exist From: Daniel Lezcano Create the m4 directory if it does not exist Reported-by: Dietmar Maurer Signed-off-by: Daniel Lezcano --- diff --git a/bootstrap b/bootstrap index 9a8e10320..32e9e1362 100755 --- 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