X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=4af820b210d4be64399958b7772f9c2040d70bd9;hb=44c26c79fddc6d28b4da0a0fd5788eca526b390e;hp=9c505de38d9d53d8835476bfabc37be920d1c6d5;hpb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 9c505de..4af820b 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 <