X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=f003801a74ec1cc5e44f5b0ea47ec7e4a373675c;hp=858ad3b85757bfe0bebee083bc6c96fd49b65e47;hb=cf75ac8890f84648d5960d4b07fea7aab9a6eff1;hpb=5ddfd8539ebd230cd671d1b2cc639c83aa841722 diff --git a/buildconf.sh b/buildconf.sh index 858ad3b..f003801 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,16 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2000-12-07 13:27:14 adam Exp $ -aclocal -I . -libtoolize --force -automake -a +# $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 +else + aclocal -I . +fi +libtoolize --force +automake -a +automake -a autoconf +if [ -f config.cache ]; then + rm config.cache +fi