summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-18 07:24:13 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-04-18 07:24:13 +0000
commitff8e64ad840d26b9d7e261c83929c4321f3f28d9 (patch)
treea6a349c2af7056a1974d1977202bb388dfdeb822 /TODO
parent69355e247f9bd825978931e166b4ccbe2c12c15f (diff)
downloadlibtool-ff8e64ad840d26b9d7e261c83929c4321f3f28d9.tar.gz
* TODO: Add -L- flag.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4a184b1c..535e5e62 100644
--- a/TODO
+++ b/TODO
@@ -18,6 +18,13 @@ be desirable.
* Lists of exported symbols should be stored in the pseudo library
so that the size of lt_preloaded_symbols can be reduced.
+* Have some option to tell libtool not to include -L flags that point
+into a certain tree in the dependence list of an installed library.
+For example: -L-$top_builddir would let one link with libtool
+libraries in sibling subdirectories within a project, using the -L
+notation, without getting builddir pathnames ever mentioned in .la
+files that get installed.
+
In the future:
**************