X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=95be2a5346b37833b158b4f0a564c294ddd6f5a0;hp=faa11cf0174135a92e9391fc08fd68675a9df74d;hb=30af0a1ebbea75c3e757eb03d3f988c61fce8511;hpb=20268c3c0fbcabb3696d4cefcb8b0a84598ed9f0 diff --git a/buildconf.sh b/buildconf.sh index faa11cf..95be2a5 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 <