>>> "Schleicher" == Schleicher Ralph (LLI) <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
* 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