+2002-07-12 Ken Raeburn <raeburn@mit.edu>
+
+ * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Disable installation of
+ library.
+
2002-07-05 Ezra Peisach <epeisach@bu.edu>
* aclocal.m4 (KRB5_AC_INET6): Use the three argument form of
define(KRB5_BUILD_LIBRARY_STATIC,
dnl Use define rather than AC_DEFUN to avoid ordering problems.
[krb5_force_static=yes
-KRB5_BUILD_LIBRARY])
+KRB5_BUILD_LIBRARY
+# If we're only building static libraries, they're for build-time use only,
+# so don't install.
+LIBINSTLIST=])
dnl
dnl KRB5_BUILD_LIBRARY_WITH_DEPS