disable-zoom configure option
[yazpp-moved-to-github.git] / buildconf.sh
index d16ea33..f003801 100755 (executable)
@@ -1,11 +1,16 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 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
 else
-       aclocal -I .
+       aclocal -I . 
 fi
-libtoolize --force
-automake -a
+libtoolize --force 
+automake -a 
+automake -a 
 autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi