X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=40377c2dcf3a8f44c20cdf2d76ce6a318c430c08;hb=69d2833ca96efad6777b13a1e52f23a09c749509;hp=122cff1cf6803ba3654135610361a2071bb35b81;hpb=8bce7c5592247e2c2c70f123f8e5e5294a84dfda;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 122cff1..40377c2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:24 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 @@ -7,6 +7,7 @@ if [ -f $dir/yaz.m4 ]; then else aclocal -I . fi +libtoolize --automake --force automake -a automake -a autoconf