record fetch method ext that returns YAZ Z_External
[yaz-moved-to-github.git] / buildconf.sh
index 9c505de..440077e 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $
+# $Id: buildconf.sh,v 1.13 2002-07-25 12:52:52 adam Exp $
 aclocal
-libtoolize --force
-automake -a
+libtoolize --automake --force 
+automake -a 
 autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi