X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=4af820b210d4be64399958b7772f9c2040d70bd9;hb=44c26c79fddc6d28b4da0a0fd5788eca526b390e;hp=d495c31527548cca933dae69cc3b8dd8bff48c32;hpb=09abca5ee8cb11137decdfa7d10b822173ad5fe1;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index d495c31..4af820b 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 <