From: Adam Dickmeiss Date: Wed, 11 Apr 2007 13:35:37 +0000 (+0000) Subject: Make config if it does not exist X-Git-Tag: YAZ.2.1.56~3 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=3f069711db7cf6d6b81a24da6b3c79181a571925;p=yaz-moved-to-github.git Make config if it does not exist --- diff --git a/buildconf.sh b/buildconf.sh index 8647f28..01ce37a 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -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 ..."