Create config if it does not exist.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Mar 2008 10:09:36 +0000 (11:09 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Mar 2008 10:09:36 +0000 (11:09 +0100)
buildconf.sh

index 8647f28..6ba4f29 100755 (executable)
@@ -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 ..."