From: Gary V. Vaughan Date: Wed, 31 Jan 2001 16:26:48 +0000 (+0000) Subject: * TODO: Updated. X-Git-Tag: release-1-3d~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=279f6bb2238e65f377e49b08c247cc2b17390e77;p=thirdparty%2Flibtool.git * TODO: Updated. --- diff --git a/ChangeLog b/ChangeLog index 34d8753d7..eddf9bb4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-31 Gary V. Vaughan + * 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 - * AUTHORS: added myself to the list of maintainers + * AUTHORS: added myself to the list of maintainers. 2001-01-28 Alexandre Oliva diff --git a/TODO b/TODO index 3867f3bbe..4a184b1cb 100644 --- a/TODO +++ b/TODO @@ -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: **********************