More verbose.
[yaz-moved-to-github.git] / buildconf.sh
index 9c505de..047b5aa 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $
-aclocal
-libtoolize --force
-automake -a
-autoconf
+# $Id: buildconf.sh,v 1.7 2001-11-06 17:03:50 adam Exp $
+aclocal 
+libtoolize --automake --force || exit 2
+automake -a  || exit 3
+autoconf || exit 4
+if [ -f config.cache ]; then
+       rm config.cache
+fi
+util/cvs-date.tcl include/yaz/yaz-date.h