From 693536cb14740f6173c182ed886a431cfb60f640 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jun 2008 03:25:08 +0200 Subject: create common subdir if not existant anyway --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 1147ff9..6ba0c75 100755 --- a/autogen.sh +++ b/autogen.sh @@ -51,6 +51,8 @@ else test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize + mkdir -p common + run_versioned "$LIBTOOLIZE" 1.5 -c --force run_versioned aclocal "$VERSION" -I common run_versioned autoconf 2.59 -Wall -- cgit