X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=c6a4e3921223193fa23a58a740a2aea36b5a311c;hp=d16ea33d44ed12094e72d7343f9dbdaa46d6aa41;hb=HEAD;hpb=f304b5971574644559b065a70a0a964a87a55e77 diff --git a/buildconf.sh b/buildconf.sh index d16ea33..c6a4e39 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,11 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 adam Exp $ -dir=`aclocal --print-ac-dir` -if [ -f $dir/yaz.m4 ]; then - aclocal -else - aclocal -I . + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <