From dd4fc47e030d0cf6cc3e5f6eb351577c1ac532da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 03:49:38 +0200 Subject: create common dir during bootstraph, since git won't store it --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 8d8bc2d..434b13d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,6 +49,7 @@ else rm -rf autom4te.cache rm -f config.cache + mkdir -p common test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize run_versioned "$LIBTOOLIZE" 1.5 -c --force -- cgit