X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=f003801a74ec1cc5e44f5b0ea47ec7e4a373675c;hp=984801933f3f73959121cda528af3ae8393b6a62;hb=3293084bd0b889ce7a3a87517f40e985ad2eb7ef;hpb=911c48d1500fb1fe8d43da7507c4fd46bc95e2ec diff --git a/buildconf.sh b/buildconf.sh index 9848019..f003801 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.8 2002-09-10 11:58:13 adam Exp $ +# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:53 adam Exp $ +set -x dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then aclocal @@ -8,6 +9,7 @@ else fi libtoolize --force automake -a +automake -a autoconf if [ -f config.cache ]; then rm config.cache