summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2004-09-30 20:53:17 +0000
committerGary V. Vaughan <gary@gnu.org>2004-09-30 20:53:17 +0000
commit8fc94cdab295f49c78a84e691ead21a79e680b17 (patch)
tree05a619a87c0351a939cb1203482ae3c2e64d3f9e /TODO
parentab6fca01c2d142e80741bec1a42b12e77a10ed6a (diff)
downloadlibtool-8fc94cdab295f49c78a84e691ead21a79e680b17.tar.gz
* m4/libtool.m4 (hardcode_shlibpath_var) [darwin7]: My Panther
workstation doesn't hardcode the shared library path, although it used to, so this is more likely a function of the binutils and/or gcc I am using at the moment. The hardcode value setting code for the configure script sucks at the moment though... * (TODO): ...and needs to do a test compile instead of a table lookup before 2.0 final.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 17a992ab..b7855e20 100644
--- a/TODO
+++ b/TODO
@@ -7,9 +7,9 @@ GNU Libtool
1.1. libtool
------------
-* Factor common shell preamble and function definitions into a separate
- file and substitute the contents into all of our shell scripts at
- bootstrap, to avoid any synchronisation issues.
+* Rather than looking up the linker's hardcode characteristics in a
+ table of shell code, use objdump or equivalent to probe a test program
+ at configure time.
* Eliminate the warnings from autoconf -Wobsolete.