X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=92b9fabe9c14d385b2505170d08c1a875ccf5988;hb=c9b29159e52218b7ce445e368e154e394a3b8d40;hpb=cc6dad5cffd577eed9d001a82f08a552c2740525 diff --git a/buildconf.sh b/buildconf.sh index 92b9fab..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,16 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.19 2004-04-30 19:34:05 adam Exp $ -set -x -aclocal -I . -libtoolize --automake --force -automake --add-missing -automake --add-missing -autoconf -if [ -f config.cache ]; then - rm config.cache + +if [ -d .git ]; then + git submodule init + git submodule update fi -MESSAGE=" +. m4/id-config.sh + +if $enable_help; then + cat <