X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=8c0cf2fd733d047748d4e21f4ebdc9a51e7c6d02;hp=c9645affc0001eee9cc410d4a8a31c65b0b1aaa7;hb=60d46ba249746bdb74d1e66d8a4a5363f640026f;hpb=1e6937d4f15b51c3d7be9d5bc89cd7ac6ef5aa3e 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