X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=ce336468b9714a34ea958dfbc75fb11bb7837eb8;hp=bea2a9f761172ef38e6de5d44f098faecc841b5e;hb=1d5d4f08cb84516d75fcb5e6ed4199b6454cccd6;hpb=e5ebc859654d84aa9098142b34015648d8e333de diff --git a/buildconf.sh b/buildconf.sh index bea2a9f..ce33646 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,54 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2001-02-21 11:22:54 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 <