X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=6c75e178f1007310f897e5ddb6530e209305fb6c;hb=dd37dbb261ac22f4d12bae1ec70236f51763051f;hpb=651ccb74d12f2968e791b3f411a6c55bca68428a diff --git a/buildconf.sh b/buildconf.sh index 6c75e17..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.11 2002-05-13 14:13:37 adam Exp $ -aclocal -libtoolize --automake --force -automake -a -autoconf -if [ -f config.cache ]; then - rm config.cache + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <