X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=faa11cf0174135a92e9391fc08fd68675a9df74d;hb=5d2037ccd6b74ec67f662a83477820792b7172b3;hpb=20268c3c0fbcabb3696d4cefcb8b0a84598ed9f0 diff --git a/buildconf.sh b/buildconf.sh index faa11cf..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.15 2003-05-06 11:37:18 adam Exp $ -set -x -aclocal -libtoolize --automake --force -automake --add-missing -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 <