X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=440077e037b666e813d705b9cba60d3bcf534614;hb=d1b8a1c1647ebb00401f6b6e8f992cca7480b5f9;hpb=0edfdd01ae95aa2770f2e122bdea25208494acbd diff --git a/buildconf.sh b/buildconf.sh index 440077e..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,9 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.13 2002-07-25 12:52:52 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 <