From 49b93bbfb886c1a4de27dd8cb4d322491721f580 Mon Sep 17 00:00:00 2001 From: dlezcano Date: Mon, 9 Feb 2009 17:10:02 +0000 Subject: [PATCH] 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 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2