Omit leading space from ZOOM-C version number extracted from $Revision$
[yaz-moved-to-github.git] / buildconf.sh
index 440077e..b534e74 100755 (executable)
@@ -1,8 +1,10 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.13 2002-07-25 12:52:52 adam Exp $
+# $Id: buildconf.sh,v 1.16 2003-05-06 12:09:10 adam Exp $
+set -x
 aclocal
 libtoolize --automake --force 
-automake -a 
+automake --add-missing 
+automake --add-missing 
 autoconf
 if [ -f config.cache ]; then
        rm config.cache