X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=f003801a74ec1cc5e44f5b0ea47ec7e4a373675c;hp=165b93e342e675b4789d08e259501e8597ea2c43;hb=3293084bd0b889ce7a3a87517f40e985ad2eb7ef;hpb=03a58bebb2575313e5fb1709f2105541caaed237 diff --git a/buildconf.sh b/buildconf.sh index 165b93e..f003801 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.9 2002-09-10 12:00:20 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 @@ -9,6 +9,7 @@ else fi libtoolize --force automake -a +automake -a autoconf if [ -f config.cache ]; then rm config.cache