--tabs option no longer available
[yaz-moved-to-github.git] / buildconf.sh
index 9c505de..9a9d2ed 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $
+# $Id: buildconf.sh,v 1.14 2002-08-02 08:20:31 adam Exp $
+set -x
 aclocal
-libtoolize --force
-automake -a
+libtoolize --automake --force 
+automake -a 
 autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi