X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=9a9d2edfe435591cbf332a4c984c218963da745c;hb=fcc2b1bffbd6dd86fc8f95f1e2e6e8b2a94e731e;hpb=5f065af405ec0934b14756307d27eed69a3d9833 diff --git a/buildconf.sh b/buildconf.sh index 9a9d2ed..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.14 2002-08-02 08:20:31 adam Exp $ -set -x -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 <