From: Adam Dickmeiss Date: Wed, 12 Mar 2008 10:09:36 +0000 (+0100) Subject: Create config if it does not exist. X-Git-Tag: v3.0.30~90 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=689ff444ffea343f202398ee3eacf5a4cf94154e Create config if it does not exist. --- 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 ..."