From: Ken Raeburn Date: Sat, 13 Jul 2002 01:45:07 +0000 (+0000) Subject: * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Disable installation of library X-Git-Tag: krb5-1.3-alpha1~577 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01c3f9444e01d3efaaaecbce937399c7569ddc7b;p=krb5.git * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Disable installation of library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14642 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 040cb813b..143677f66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-07-12 Ken Raeburn + + * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Disable installation of + library. + 2002-07-05 Ezra Peisach * aclocal.m4 (KRB5_AC_INET6): Use the three argument form of diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 67be1d949..76e0e6001 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -995,7 +995,10 @@ dnl Force static library build. 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