X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=40377c2dcf3a8f44c20cdf2d76ce6a318c430c08;hb=13bf0c380e98816595127291b64368dd9b8ca639;hp=6557a1794936243c4bc8a046df7f49db8d935279;hpb=4d942c0e72457c0ffcab606a7ecaa72157bc7e45;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 6557a17..40377c2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,11 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.8 2002-04-30 21:07:56 adam Exp $ +# $Id: buildconf.sh,v 1.11 2004-08-24 10:37:18 adam Exp $ +set -x dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then aclocal else aclocal -I . fi +libtoolize --automake --force +automake -a automake -a autoconf if [ -f config.cache ]; then