+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.
@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''.
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