X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=984801933f3f73959121cda528af3ae8393b6a62;hb=911c48d1500fb1fe8d43da7507c4fd46bc95e2ec;hp=02252f6ce8e18630579890c5473c03226b6ad1d4;hpb=c36ba47d8eb3202dfad0233c47c3e707c49bfd93;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 02252f6..9848019 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.7 2002-04-15 09:43:30 adam Exp $ +# $Id: buildconf.sh,v 1.8 2002-09-10 11:58:13 adam Exp $ dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then aclocal @@ -8,7 +8,7 @@ else fi libtoolize --force automake -a -autoconf || exit 4 +autoconf if [ -f config.cache ]; then rm config.cache fi