X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=f8ec56c632c3e3516e7290a8235abb85bc47c010;hb=f3fa080453f6e57618216f6e58d871fb06f0d1b6;hpb=8fc4b6ad422bdd99be8439f88693a86ca36b8e13 diff --git a/buildconf.sh b/buildconf.sh index f8ec56c..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,16 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.18 2004-02-17 10:29:51 adam Exp $ -set -x -aclocal -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 <