From 689ff444ffea343f202398ee3eacf5a4cf94154e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Mar 2008 11:09:36 +0100 Subject: [PATCH] Create config if it does not exist. --- buildconf.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildconf.sh b/buildconf.sh index 8647f28..6ba4f29 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -6,6 +6,8 @@ aclocal=aclocal autoconf=autoconf libtoolize=libtoolize +test -d config || mkdir config + if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..." -- 1.7.10.4