* TODO: Updated.

This commit is contained in:
Gary V. Vaughan 2001-01-31 16:26:48 +00:00
parent 2b9f5eb2b4
commit 279f6bb223
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-01-31 Gary V. Vaughan <gvv@techie.com>
* TODO: Updated.
* libltdl/ltdl.c (load_deplibs): If loading a deplib fails,
don't sweat -- it may be a lib that is already statically linked
into the loading application.
@ -12,7 +14,7 @@
2001-01-30 Robert Boehne <rboehne@ricardo-us.com>
* AUTHORS: added myself to the list of maintainers
* AUTHORS: added myself to the list of maintainers.
2001-01-28 Alexandre Oliva <aoliva@redhat.com>

3
TODO
View File

@ -115,6 +115,9 @@ the same version number, but depending on different versions of libc,
for example. In the future, we might even have an option to encode
the sonames of all dependencies of a library into its soname.
* The current implementation of libltdl in a subdirectory doesn't work
properly with AC_CONFIG_AUX_DIR using projects.
Things to think about:
**********************