X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=d6d56c22d6d7ea62b66f3e1d1dfc728660901b32;hp=56738e2cf30ef22507dc8b17558acc760c0a4664;hb=998f61ee781572d924d22fa9669554dc2192be50;hpb=96b3b41ac0deee62578f791afb46c9b5015f2962 diff --git a/buildconf.sh b/buildconf.sh index 56738e2..d6d56c2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,56 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2005-02-08 14:06:51 adam Exp $ -set -x -dir=`aclocal --print-ac-dir` -aclocal -I . -libtoolize --force -automake -a -automake -a -autoconf -if [ -f config.cache ]; then - rm config.cache + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <