Fix local attribute setting for pquery.
[yaz-moved-to-github.git] / buildconf.sh
index 3debbfc..da5439c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.3 2001-05-16 07:37:39 adam Exp $
+# $Id: buildconf.sh,v 1.6 2001-10-23 22:44:32 adam Exp $
 aclocal || exit 1
-libtoolize --force >/dev/null 2>&1 || exit 2
+libtoolize --automake --force || exit 2
 automake -a >/dev/null 2>&1 || exit 3
 autoconf || exit 4
 if [ -f config.cache ]; then