From 279f6bb2238e65f377e49b08c247cc2b17390e77 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 31 Jan 2001 16:26:48 +0000 Subject: [PATCH] * TODO: Updated. --- ChangeLog | 4 +++- TODO | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34d8753d..eddf9bb4 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 3867f3bb..4a184b1c 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: **********************