From 3f069711db7cf6d6b81a24da6b3c79181a571925 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Apr 2007 13:35:37 +0000 Subject: [PATCH] Make config if it does not exist --- buildconf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ..." -- 1.7.10.4