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