From: Tom Tromey Date: Tue, 28 Aug 2001 05:00:34 +0000 (+0000) Subject: * automake.texi (A Shared Library): Clarify installation X-Git-Tag: Release-1-5b~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7376971c023ab3c34dc3f8d3f04654f3dceb082c;p=thirdparty%2Fautomake.git * automake.texi (A Shared Library): Clarify installation requirement. (Install): Typo. From Adrian Bunk. --- diff --git a/ChangeLog b/ChangeLog index 5ba876ab6..fcd9a3e2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-27 Tom Tromey + + * automake.texi (A Shared Library): Clarify installation + requirement. + (Install): Typo. From Adrian Bunk. + 2001-08-27 Tom Tromey * automake.texi (Macros): Typo fix. diff --git a/automake.texi b/automake.texi index a0829fbb2..0efb4fde5 100644 --- a/automake.texi +++ b/automake.texi @@ -1965,8 +1965,8 @@ lib_LTLIBRARIES = libgettext.la @cindex check_LTLIBRARIES, not allowed -Note that shared libraries @emph{must} be installed, so -@code{check_LTLIBRARIES} is not allowed. However, +Note that shared libraries @emph{must} be installed in order to work +properly, so @code{check_LTLIBRARIES} is not allowed. However, @code{noinst_LTLIBRARIES} is allowed. This feature should be used for libtool ``convenience libraries''. @@ -3551,7 +3551,7 @@ Coding Standards}. Support for @samp{DESTDIR} is implemented by coding it directly into the install rules. If your @file{Makefile.am} uses a local install rule (e.g., @code{install-exec-local}) or an install hook, then you must -write that code to repsect @samp{DESTDIR}. +write that code to respect @samp{DESTDIR}. @section Rules for the user