X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6e6e322e9f513815d6f139fd8f8d07e30ed6d614;hp=9c505de38d9d53d8835476bfabc37be920d1c6d5;hb=176adcd5ec7f2340fb6f0f625a727498db9c04c4;hpb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056 diff --git a/buildconf.sh b/buildconf.sh index 9c505de..6e6e322 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $ -aclocal -libtoolize --force -automake -a -autoconf + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <