X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=5373ba8c5bc48161073030718800d272f37b55d3;hb=eb4631c82f3b57fb016234447443268d4f46b933;hpb=f722c8d9517ec491e2469cdc91a3751dd5e7a6df diff --git a/buildconf.sh b/buildconf.sh index 5373ba8..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.10 2002-03-16 11:46:18 adam Exp $ -aclocal -libtoolize --automake --force -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 <