X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=95be2a5346b37833b158b4f0a564c294ddd6f5a0;hp=bcf0d28de1434bb446140eb5a9c3ec0cbbd7a990;hb=30af0a1ebbea75c3e757eb03d3f988c61fce8511;hpb=dccf2111a2f7bed8ac96b29565b691c6413941c9 diff --git a/buildconf.sh b/buildconf.sh index bcf0d28..95be2a5 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 <