]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.texi (A Shared Library): Clarify installation
authorTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 05:00:34 +0000 (05:00 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 28 Aug 2001 05:00:34 +0000 (05:00 +0000)
requirement.
(Install): Typo.  From Adrian Bunk.

ChangeLog
automake.texi

index 5ba876ab690e05f47b4a27d7e8d0064b3a59a4fc..fcd9a3e2fed7d1467c0fc4e2565c3a4458b98e61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-27  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (A Shared Library): Clarify installation
+       requirement.
+       (Install): Typo.  From Adrian Bunk.
+
 2001-08-27  Tom Tromey  <tromey@redhat.com>
 
        * automake.texi (Macros): Typo fix.
index a0829fbb2e5922e48d2caf63ebdc4d30a831aedf..0efb4fde56de9ea31d55df14a03ed0867d6b4b66 100644 (file)
@@ -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