X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=bcf0d28de1434bb446140eb5a9c3ec0cbbd7a990;hb=d84e4c3cd444d04aee7beeadb5bb0ae061ee24c9;hpb=dccf2111a2f7bed8ac96b29565b691c6413941c9 diff --git a/buildconf.sh b/buildconf.sh index bcf0d28..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,9 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.12 2002-05-13 18:34:53 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 <