X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=40377c2dcf3a8f44c20cdf2d76ce6a318c430c08;hp=122cff1cf6803ba3654135610361a2071bb35b81;hb=cb007c6145b0dbb3fcbe9826f081650becf9a05c;hpb=9c50a60b4bd5de297f77866fd173c78a10328498 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