X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=c9645affc0001eee9cc410d4a8a31c65b0b1aaa7;hp=f862842fdddb8fb17e6ac17a89366c3fb0a62330;hb=2cb1374ad9b888dcb3462ec15b977fbb3a97c7cf;hpb=38e70c83aac4fabf9280fa246921e57d725424de diff --git a/buildconf.sh b/buildconf.sh index f862842..c9645af 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.21 2005-07-18 10:06:36 marc Exp $ +# $Id: buildconf.sh,v 1.22 2006-01-20 10:34:50 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" + sh_flags="-g -Wall -ansi" enable_configure=true enable_help=false shift