Make config if it does not exist
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Apr 2007 13:35:37 +0000 (13:35 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Apr 2007 13:35:37 +0000 (13:35 +0000)
buildconf.sh

index 8647f28..01ce37a 100755 (executable)
@@ -1,11 +1,13 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $
+# $Id: buildconf.sh,v 1.46.2.1 2007-04-11 13:35:37 adam Exp $
 
 automake=automake
 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 ..."