X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=c6a4e3921223193fa23a58a740a2aea36b5a311c;hb=6f3834da6184bd3c38812c1b3f30e8c9d287d887;hp=f003801a74ec1cc5e44f5b0ea47ec7e4a373675c;hpb=522e22bcfa136cc57a437d63f07f363820fb51cb;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index f003801..c6a4e39 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,16 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:53 adam Exp $ -set -x -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 -libtoolize --force -automake -a -automake -a -autoconf -if [ -f config.cache ]; then - rm config.cache + +. m4/id-config.sh + +if $enable_help; then + cat <