X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=8c0cf2fd733d047748d4e21f4ebdc9a51e7c6d02;hb=1e8eb130ff83dedfb7382ca3e38651add9894662;hp=c9645affc0001eee9cc410d4a8a31c65b0b1aaa7;hpb=2cb1374ad9b888dcb3462ec15b977fbb3a97c7cf;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index c9645af..8c0cf2f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.22 2006-01-20 10:34:50 adam Exp $ +# $Id: buildconf.sh,v 1.23 2006-02-01 20:11:22 adam Exp $ set -x aclocal -I . libtoolize --automake --force @@ -17,7 +17,7 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall -ansi" + sh_flags="-g -Wall" enable_configure=true enable_help=false shift