Took away that -Werror from -d until all tests pass cleanly
authorHeikki Levanto <heikki@indexdata.dk>
Thu, 24 Aug 2006 14:29:58 +0000 (14:29 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Thu, 24 Aug 2006 14:29:58 +0000 (14:29 +0000)
buildconf.sh

index fb32c6f..a4467f7 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.41 2006-08-24 13:41:18 heikki Exp $
+# $Id: buildconf.sh,v 1.42 2006-08-24 14:29:58 heikki Exp $
 
 automake=automake
 aclocal=aclocal
@@ -41,7 +41,8 @@ sh_flags=""
 conf_flags=""
 case $1 in
     -d)
-       sh_flags="-g -Wall -Wdeclaration-after-statement -Werror"
+       #sh_flags="-g -Wall -Wdeclaration-after-statement -Werror"
+       sh_flags="-g -Wall -Wdeclaration-after-statement "
        enable_configure=true
        enable_help=false
        shift