X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=f003801a74ec1cc5e44f5b0ea47ec7e4a373675c;hp=02252f6ce8e18630579890c5473c03226b6ad1d4;hb=cf75ac8890f84648d5960d4b07fea7aab9a6eff1;hpb=8a1224da4d5c0d6bde27b39d1ec0f9b6ffa6aea0 diff --git a/buildconf.sh b/buildconf.sh index 02252f6..f003801 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.7 2002-04-15 09:43:30 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,7 +9,8 @@ else fi libtoolize --force automake -a -autoconf || exit 4 +automake -a +autoconf if [ -f config.cache ]; then rm config.cache fi