X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=95be2a5346b37833b158b4f0a564c294ddd6f5a0;hp=440077e037b666e813d705b9cba60d3bcf534614;hb=02b4f0ab937b62d892d3e0918439da770fe720c2;hpb=0edfdd01ae95aa2770f2e122bdea25208494acbd diff --git a/buildconf.sh b/buildconf.sh index 440077e..95be2a5 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 <