From: Tom Tromey Date: Wed, 14 Feb 2001 20:54:25 +0000 (+0000) Subject: * automake.texi (A Shared Library): Mention -module. X-Git-Tag: handle-languages~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e1438a83b9fdf9ebdd898bc82385f9ce1e7c59;p=thirdparty%2Fautomake.git * automake.texi (A Shared Library): Mention -module. --- diff --git a/ChangeLog b/ChangeLog index 05a4a1ed1..94dc0d98a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-14 Tom Tromey + + * automake.texi (A Shared Library): Mention -module. + 2001-02-13 Tom Tromey * automake.in (do_one_merge_target): Always register $name and diff --git a/automake.texi b/automake.texi index 41a199ec9..3baaff657 100644 --- a/automake.texi +++ b/automake.texi @@ -1773,6 +1773,11 @@ installation directory; for such libraries you must add the @samp{-rpath} option to the appropriate @samp{_LDFLAGS} variable by hand. +Ordinarily, Automake requires that a shared library's name start with +@samp{lib}. However, if you are building a dynamically loadable module +then you might wish to use a "nonstandard" name. In this case, put +@code{-module} into the @samp{_LDFLAGS} variable. + @xref{Using Automake, Using Automake with Libtool, The Libtool Manual, libtool, The Libtool Manual}, for more information. diff --git a/stamp-vti b/stamp-vti index 8d95f16dc..e16dc35bf 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 3 February 2001 +@set UPDATED 14 February 2001 @set UPDATED-MONTH February 2001 @set EDITION 1.4e @set VERSION 1.4e diff --git a/version.texi b/version.texi index 8d95f16dc..e16dc35bf 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 3 February 2001 +@set UPDATED 14 February 2001 @set UPDATED-MONTH February 2001 @set EDITION 1.4e @set VERSION 1.4e