X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=56738e2cf30ef22507dc8b17558acc760c0a4664;hp=5f6c74b444dd98b59dceda161fd576346d38844a;hb=96b3b41ac0deee62578f791afb46c9b5015f2962;hpb=d767d3be4972f3b89e287d2961be84a968348a80 diff --git a/buildconf.sh b/buildconf.sh index 5f6c74b..56738e2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,8 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2004-08-16 12:39:44 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