X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=6012912f231c8c83013ec839e26447a72334b312;hp=3debbfcf1eda73016c50f17dbd3d89f3d4c9f79e;hb=69bcd68523a9a8da083faef16887100369152673;hpb=b638e7e4efc850ee6446b14fa45c66690377ccf2 diff --git a/buildconf.sh b/buildconf.sh index 3debbfc..6012912 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,8 +1,9 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2001-05-16 07:37:39 adam Exp $ +# $Id: buildconf.sh,v 1.4 2001-10-23 21:00:19 adam Exp $ +set -x +libtoolize --force || exit 2 aclocal || exit 1 -libtoolize --force >/dev/null 2>&1 || exit 2 -automake -a >/dev/null 2>&1 || exit 3 +automake -a || exit 3 autoconf || exit 4 if [ -f config.cache ]; then rm config.cache