X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=d495c31527548cca933dae69cc3b8dd8bff48c32;hb=f00caf7c3f8e70278f6ada47a1f5da79a8ba6858;hpb=09abca5ee8cb11137decdfa7d10b822173ad5fe1 diff --git a/buildconf.sh b/buildconf.sh index d495c31..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.9 2002-03-06 01:38:51 adam Exp $ -aclocal -libtoolize --automake --force || exit 2 -automake -a || exit 3 -autoconf || exit 4 -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 <