summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2000-09-16 20:08:07 +0000
committerGary V. Vaughan <gary@gnu.org>2000-09-16 20:08:07 +0000
commit7361cdafc0eb7270af834f76941cd980a0536a33 (patch)
tree8fc7a8e001d33a7bf2209909ee56ff991da222d0 /TODO
parent2ccd27d360a63956f4859aef1fc7c9ea1d44fef8 (diff)
downloadlibtool-7361cdafc0eb7270af834f76941cd980a0536a33.tar.gz
* TODO: Removed the item describing the change below, and added a
similar item to remind us to change the ltdl.m4 macros again when _LT_AC_LTCONFIG_HACK is divided into proper macros. * ltdl.m4 (AC_LTDL_SNARF_CONFIG): Removed. No longet required now that ltconfig has migrated to libtool.m4. (AC_LTDL_SHLIBEXT): Require _LT_AC_LTCONFIG_HACK. (AC_LTDL_SHLIBPATH): ditto. (AC_LTDL_SYSSEARCHPATH): ditto.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/TODO b/TODO
index 31b3cf5c..f8d9641a 100644
--- a/TODO
+++ b/TODO
@@ -18,15 +18,16 @@ be desirable.
* Lists of exported symbols should be stored in the pseudo library
so that the size of lt_preloaded_symbols can be reduced.
-* The definitions for AC_LTDL_SHLIBEXT and AC_LTDL_SHLIBPATH should not
-rely on the output of ./libtool --config. This involves moving the code
-which sets the variables library_names_spec and shlibpath_var from
-ltconfig.in to libtool.m4, and AC_REQUIRING the newly moved macros in
-the respective ltdl.m4 macros.
-
In the future:
**************
+* The definitions for AC_LTDL_SHLIBEXT, AC_LTDL_SHLIBPATH and
+AC_LTDL_SYSSEARCHPATH should not rely on the _LT_AC_LTCONFIG_HACK
+macro. This involves moving the code which sets the variables
+library_names_spec, shlibpath_var and sys_lib_dlsearch_path_spec from
+into a separate macro, and AC_REQUIRING the newly extracted macro in the
+respective ltdl.m4 macros.
+
* 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