This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Documentation inconsistency
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: "Schleicher Ralph (LLI)" <ralph dot schleicher at lli dot liebherr dot com>
- Cc: <automake at gnu dot org>, automake-patches at gnu dot org
- Date: Thu, 19 Sep 2002 11:24:43 +0200
- Subject: Re: Documentation inconsistency
- References: <jisn0az5yc.fsf@lli.liebherr.com>
>>> "Schleicher" == Schleicher Ralph (LLI) <ralph.schleicher@lli.liebherr.com> writes:
[...]
Schleicher> I think there is an inconsistency between the
Schleicher> Automake documentation and actual program behavior.
Thanks a lot! I'm checking this in.
2002-09-19 Alexandre Duret-Lutz <duret_g@epita.fr>
* automake.texi (Program and Library Variables) <maude_LIBADD>:
Don't mention _LDADD for Libtool libraries.
Reported by Schleicher Ralph.
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.301
diff -u -r1.301 automake.texi
--- automake.texi 17 Sep 2002 18:07:23 -0000 1.301
+++ automake.texi 19 Sep 2002 09:23:23 -0000
@@ -2488,10 +2488,9 @@
@end example
@item maude_LIBADD
-Extra objects can be added to a static library using the @samp{_LIBADD}
+Extra objects can be added to a library using the @samp{_LIBADD}
variable. This should be used for objects determined by
-@code{configure}. Note that @samp{_LIBADD} is not used for shared
-libraries; there you must use @samp{_LDADD}.
+@code{configure}.
@item maude_LDADD
Extra objects can be added to a shared library or a program by listing
--
Alexandre Duret-Lutz