From 28e1438a83b9fdf9ebdd898bc82385f9ce1e7c59 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 14 Feb 2001 20:54:25 +0000 Subject: [PATCH] * automake.texi (A Shared Library): Mention -module. --- ChangeLog | 4 ++++ automake.texi | 5 +++++ stamp-vti | 2 +- version.texi | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) 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 -- 2.47.2