X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=buildconf.sh;h=63c014f6ad21dc27fb97d3584f317709e80194dd;hb=d509e52b1490db1aa97ac6b8187e66d2da40aac1;hp=40f6114a0f2baeb90ffeff11809d1482f4dc4756;hpb=2ae4531dae6f6d52f5284357061202bb680825ce;p=yazproxy-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 40f6114..63c014f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,9 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.6 2005-05-08 15:23:05 adam Exp $ +# $Id: buildconf.sh,v 1.8 2006-03-09 14:14:06 adam Exp $ set -x aclocal -I . libtoolize --automake --force automake --add-missing -automake --add-missing autoconf set - if [ -f config.cache ]; then @@ -32,7 +31,7 @@ esac if $enable_configure; then if test -n "$sh_flags"; then - CXXFLAGS="$sh_flags" ./configure $* + CXXFLAGS="$sh_flags" ./configure --disable-shared --enable-static $* else ./configure $* fi