From: Adam Dickmeiss Date: Tue, 10 Apr 2007 08:11:18 +0000 (+0000) Subject: Create directory config if it does not exist X-Git-Tag: PAZPAR2.1.0.0~348 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=a972033c648be309cf069a5af273cb29899f6b15;hp=257ea2cc656cac4ca242e6a8cec3418ada8c48de;p=pazpar2-moved-to-github.git Create directory config if it does not exist --- diff --git a/buildconf.sh b/buildconf.sh index aa97a71..920ab82 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2007-01-12 23:34:15 adam Exp $ +# $Id: buildconf.sh,v 1.4 2007-04-10 08:11:18 adam Exp $ automake=automake aclocal=aclocal @@ -7,6 +7,8 @@ autoconf=autoconf libtoolize=libtoolize autoheader=autoheader +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 ..."