New threaded PDU association.
[yazpp-moved-to-github.git] / buildconf.sh
index d16ea33..071751e 100755 (executable)
@@ -1,11 +1,14 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 adam Exp $
+# $Id: buildconf.sh,v 1.6 2001-03-26 14:43:49 adam Exp $
 dir=`aclocal --print-ac-dir`
 if [ -f $dir/yaz.m4 ]; then
-       aclocal
+       aclocal || exit 1
 else
-       aclocal -I .
+       aclocal -I . || exit 1
+fi
+libtoolize --force >/dev/null 2>&1 || exit 2
+automake -a >/dev/null 2>&1 || exit 3
+autoconf || exit 4
+if [ -f config.cache ]; then
+       rm config.cache
 fi
-libtoolize --force
-automake -a
-autoconf