X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=d6d56c22d6d7ea62b66f3e1d1dfc728660901b32;hp=3b9d2b1c5aedbc542397048ad4157dc39ca34b0d;hb=70388a855bf3a64176c66927691e10573e9bb5ef;hpb=737c207382e09b33e60af82897e0509786606a87 diff --git a/buildconf.sh b/buildconf.sh index 3b9d2b1..d6d56c2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,16 +1,56 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2004-08-16 12:38:22 adam Exp $ -set -x -dir=`aclocal --print-ac-dir` -#if [ -f $dir/yazpp.m4 ]; then -# aclocal -#else - aclocal -I . -#fi -libtoolize --force -automake -a -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 <