]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
documented old_archive_from_new_cmds
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 11 Jan 1999 16:29:45 +0000 (16:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 11 Jan 1999 16:29:45 +0000 (16:29 +0000)
ChangeLog
doc/libtool.texi

index dc211c042220bce43df25ad2513bedb985ec97d6..15560e832c840b9101114b80d9a8a27a2be96bc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          non-libtool modules, dlopen with the flags GLOBAL and NOW
        * mdemo/main.c: report the error using lt_dlerror()
        
+1999-01-08  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
+
+       * doc/libtool.texi (old_archive_from_new_commands): Documented
+       this ltcofig variable.
+
 1999-01-07  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
 
        * ltmain.sh (cygwin, allow_undefined): Unfortunately, there are
-       problems with the above when trying to make a dll which has
+       problems with this variable when trying to make a dll which has
        undefined symbols, in which case not even a static library is
        built.  For now, we need to specify -no-undefined on the libtool
        link line when we can be certain that all symbols are satisfied,
index 2aed99c736a1e1242b6017444faf1f84a59c3206..0d4268af595bc584f40588a699af5d74e559f5bb 100644 (file)
@@ -3044,7 +3044,14 @@ aren't defined in that library.
 @defvarx archive_sym_cmds
 @defvarx old_archive_cmds
 Commands used to create shared and static libraries, respectively.
-archive_sym_cmds is used when -export-symbols was defined.
+@samp{archive_sym_cmds} is used when -export-symbols was defined.
+@end defvar
+
+@defvar old_archive_from_new_cmds
+If the shared library depends on a static library,
+@samp{old_archive_from_new_cmds} contains the commands used to create that
+static library.  If this variable is not empty, @samp{old_archive_cmds} is
+not used.
 @end defvar
 
 @defvar build_libtool_libs