From: Alexandre Duret-Lutz Date: Thu, 19 Sep 2002 09:24:58 +0000 (+0000) Subject: * automake.texi (Program and Library Variables) : X-Git-Tag: Release-1-6f~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d26e8efd3c03a3a7e78a90a4c0255a8a746d2d0;p=thirdparty%2Fautomake.git * automake.texi (Program and Library Variables) : Don't mention _LDADD for Libtool libraries. Reported by Schleicher Ralph. --- diff --git a/ChangeLog b/ChangeLog index cbcf90573..81fbfe16d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-09-19 Alexandre Duret-Lutz + * automake.texi (Program and Library Variables) : + Don't mention _LDADD for Libtool libraries. + Reported by Schleicher Ralph. + For PR automake/361: * tests/suffix8.test: More explicit dependencies. Reported by Paul Eggert. diff --git a/automake.texi b/automake.texi index 57655c110..1e44dea82 100644 --- a/automake.texi +++ b/automake.texi @@ -2488,10 +2488,9 @@ libmaude_a_AR = $(CXX) -ar -o @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 diff --git a/stamp-vti b/stamp-vti index 90a5f2713..be00235f6 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 17 September 2002 +@set UPDATED 19 September 2002 @set UPDATED-MONTH September 2002 @set EDITION 1.6e @set VERSION 1.6e diff --git a/version.texi b/version.texi index 90a5f2713..be00235f6 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 17 September 2002 +@set UPDATED 19 September 2002 @set UPDATED-MONTH September 2002 @set EDITION 1.6e @set VERSION 1.6e