Enable shared for debug development
[yazproxy-moved-to-github.git] / buildconf.sh
index 40f6114..63c014f 100755 (executable)
@@ -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