disable-zoom configure option
[yazpp-moved-to-github.git] / buildconf.sh
index 071751e..f003801 100755 (executable)
@@ -1,14 +1,16 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.6 2001-03-26 14:43:49 adam Exp $
+# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:53 adam Exp $
+set -x
 dir=`aclocal --print-ac-dir`
 if [ -f $dir/yaz.m4 ]; then
-       aclocal || exit 1
+       aclocal
 else
-       aclocal -I . || exit 1
+       aclocal -I . 
 fi
-libtoolize --force >/dev/null 2>&1 || exit 2
-automake -a >/dev/null 2>&1 || exit 3
-autoconf || exit 4
+libtoolize --force 
+automake -a 
+automake -a 
+autoconf
 if [ -f config.cache ]; then
        rm config.cache
 fi