No more @-tag for MARC
[yaz-moved-to-github.git] / buildconf.sh
index 9c505de..bcf0d28 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $
-aclocal
-libtoolize --force
-automake -a
+# $Id: buildconf.sh,v 1.12 2002-05-13 18:34:53 adam Exp $
+aclocal 
+libtoolize --automake --force 
+automake -a 
 autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi