X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=9c3d450506cd2cf1b6972f2633c1b0d8794ff40a;hb=174ad2c7bbf2b7312ac080de2fd85d0509a55404;hp=122cff1cf6803ba3654135610361a2071bb35b81;hpb=8bce7c5592247e2c2c70f123f8e5e5294a84dfda;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 122cff1..9c3d450 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,9 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:24 adam Exp $ +# $Id: buildconf.sh,v 1.12 2004-09-27 10:44:47 adam Exp $ set -x dir=`aclocal --print-ac-dir` -if [ -f $dir/yaz.m4 ]; then - aclocal -else - aclocal -I . -fi +aclocal -I . +libtoolize --automake --force automake -a automake -a autoconf