X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=da5439c77dbf19e0b8ae0a932563d1c14e34c3da;hp=3debbfcf1eda73016c50f17dbd3d89f3d4c9f79e;hb=e46cd1b274c0f3328ebb091fa61fb41352638778;hpb=d96213e7e29deb01d3f24408b557319adea3cb3d diff --git a/buildconf.sh b/buildconf.sh index 3debbfc..da5439c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2001-05-16 07:37:39 adam Exp $ +# $Id: buildconf.sh,v 1.6 2001-10-23 22:44:32 adam Exp $ aclocal || exit 1 -libtoolize --force >/dev/null 2>&1 || exit 2 +libtoolize --automake --force || exit 2 automake -a >/dev/null 2>&1 || exit 3 autoconf || exit 4 if [ -f config.cache ]; then