+1999-03-08 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+
+ * doc/libtool.texi (old_archive_from_expsyms_cmds,
+ extract_expsyms_cmds): documented these new variables.
+
1999-03-06 Alexandre Oliva <oliva@dcc.unicamp.br>
* libltdl/ltdl.c (LTDL_LAZY_OR_NOW): renamed from LTDL_NOW; prefer
not used.
@end defvar
+@defvar old_archive_from_expsyms_cmds
+If a static library must be created from the export symbol list in order to
+correctly link with a shared library, @samp{old_archive_from_expsyms_cmds}
+contains the commands needed to create that static library. When these
+commands are executed, the variable @var{soname} contains the name of the
+shared library in question, and the @var{$objdir/$newlib} contains the
+path of the static library these commands should build. After executing
+these commands, libtool will proceed to link against @var{$objdir/$newlib}
+instead of @var{soname}.
+
@defvar build_libtool_libs
Whether libtool should build shared libraries on this system. Set to
@samp{yes} or @samp{no}.
file @var{export_symbols}.
@end defvar
+@defvar extract_expsyms_cmds
+Commands to extract the exported symbols list from a shared library.
+These commands are executed if there is no file @var{$objdir/$soname-def},
+and should write the names of the exported symbols to that file, for
+the use of @samp{old_archive_from_expsyms_cmds}.
+
@defvar finish_cmds
Commands to tell the dynamic linker how to find shared libraries in a
specific directory.