+2003-11-14 Marius Vollmer <mvo@zagadka.de>
+
+ * doc/libtool.texi (Libltdl interface): libltdl does in fact load
+ dependency libs for lt_dlopen()ed modules.
+
2003-11-14 Gary V. Vaughan <gary@gnu.org>
Run our configure.ac files through Autoconf 2.59's autoupdate, and
native dynamic libraries.
Unresolved symbols in the module are resolved using its dependency
-libraries (not implemented yet) and previously dlopened modules. If the
-executable using this module was linked with the @code{-export-dynamic}
-flag, then the global symbols in the executable will also be used to
-resolve references in the module.
+libraries and previously dlopened modules. If the executable using
+this module was linked with the @code{-export-dynamic} flag, then the
+global symbols in the executable will also be used to resolve
+references in the module.
If @var{filename} is @code{NULL} and the program was linked with
@code{-export-dynamic} or @code{-dlopen self}, @code{lt_dlopen} will