projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83800da
)
Took away that -Werror from -d until all tests pass cleanly
author
Heikki Levanto
<heikki@indexdata.dk>
Thu, 24 Aug 2006 14:29:58 +0000
(14:29 +0000)
committer
Heikki Levanto
<heikki@indexdata.dk>
Thu, 24 Aug 2006 14:29:58 +0000
(14:29 +0000)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
fb32c6f
..
a4467f7
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-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