]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: need to document AC_LIBLTDL_*; static self dlopening
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 11 Mar 1999 01:17:01 +0000 (01:17 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 11 Mar 1999 01:17:01 +0000 (01:17 +0000)
problem fixed

ChangeLog
TODO

index 478d96b9f33af68104260c0284de29b074c171bf..9bc45f5fbb028932a38eb7584ec805750a4778d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-03-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * TODO: need to document AC_LIBLTDL_*; static self dlopening
+       problem fixed
+
        * libtool.m4 (AC_LIBTOOL_DLOPEN): just set lt_dlopen=yes
        (AC_LIBTOOL_SETUP): if lt_dlopen=yes, add --enable-dlopen to
        libtool_flags; drop --enable-dlopen-self
diff --git a/TODO b/TODO
index 4b6612e6b2e429da982e0eefaca9b53beceba6a2..8fa18e8511947262a74aed548c9efb26a1bf9b48 100644 (file)
--- a/TODO
+++ b/TODO
@@ -28,7 +28,7 @@ so that the size of lt_preloaded_symbols can be reduced.
 - libltdl documentation needs to be completed.
 
 - AC_PROG_LIBTOOL, AC_ENABLE/DISABLE_SHARED/STATIC/FAST_INSTALL,
-  AC_LIBTOOL_DLOPEN are not documented.
+  AC_LIBTOOL_DLOPEN, AC_LIBLTDL_CONVENIENCE/INSTALLABLE are not documented
 
 - Purpose and usage of convenience libraries must be better documented
 
@@ -37,11 +37,6 @@ so that the size of lt_preloaded_symbols can be reduced.
 In the future:
 **************
 
-* test whether dlopening and self-dlopening work for statically linked
-  programs.  Self-dlopening, for example, is known to fail on DEC
-  OSF/1, for programs compiled with -static.  On other platforms,
-  dlopen may even fail to link.
-
 * Godmar Back writes:
   libltdl uses such stdio functions as fopen, fgets, feof, fclose, and others.
   These functions are not async-signal-safe. While this does not make