X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=95be2a5346b37833b158b4f0a564c294ddd6f5a0;hp=5373ba8c5bc48161073030718800d272f37b55d3;hb=240156e69d3a6390699644756e367fffd42891d1;hpb=f722c8d9517ec491e2469cdc91a3751dd5e7a6df diff --git a/buildconf.sh b/buildconf.sh index 5373ba8..95be2a5 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,10 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.10 2002-03-16 11:46:18 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 <