From cd16c87d308e4c3faa2e6bf08c96e9f19dfa9f13 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Aug 2001 05:00:34 +0000 Subject: [PATCH] * automake.texi (A Shared Library): Clarify installation requirement. (Install): Typo. From Adrian Bunk. --- ChangeLog | 6 ++++++ automake.texi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ba876ab..fcd9a3e2 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 a0829fbb..0efb4fde 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 -- 2.43.5