breaking too long source code lines, otherwise no changes
[pazpar2-moved-to-github.git] / buildconf.sh
index f718842..920ab82 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2007-01-08 12:43:41 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 ..."
@@ -43,6 +45,7 @@ sh_flags=""
 conf_flags=""
 case $1 in
     -d)
+    #sh_flags="-g -Wall -Wdeclaration-after-statement"
     sh_flags="-g -Wall"
     enable_configure=true
     enable_help=false