Minor corrections.
[yaz-moved-to-github.git] / buildconf.sh
index 6012912..7e76a7a 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.4 2001-10-23 21:00:19 adam Exp $
-set -x
-libtoolize --force || exit 2
+# $Id: buildconf.sh,v 1.5 2001-10-23 22:39:53 adam Exp $
 aclocal || exit 1
+libtoolize --automake --force || exit 2
 automake -a || exit 3
 autoconf || exit 4
 if [ -f config.cache ]; then