X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=56738e2cf30ef22507dc8b17558acc760c0a4664;hp=8089ab2be8464d5df7d33dc494958b1177fca40f;hb=c6ca4f0f79d5ea0ca391d420bcb6dd6b4d7935d2;hpb=a3a26b06c66dde58f29607059114f35289bf2cdb diff --git a/buildconf.sh b/buildconf.sh index 8089ab2..56738e2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,8 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2004-04-11 14:25:50 adam Exp $ +# $Id: buildconf.sh,v 1.5 2005-02-08 14:06:51 adam Exp $ set -x dir=`aclocal --print-ac-dir` -if [ -f $dir/yazpp.m4 ]; then - aclocal -else - aclocal -I . -fi +aclocal -I . libtoolize --force automake -a automake -a