summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-18 07:25:10 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-04-18 07:25:10 +0000
commitd0bb8221376907578abc38d094f48947180467e9 (patch)
tree34be9d829f2a168872749edf1b4bb750ef6cd23b
parent39252d054114290229a21510dc2f7a0426d6ca98 (diff)
downloadlibtool-d0bb8221376907578abc38d094f48947180467e9.tar.gz
* TODO: Add -L- flag.
-rw-r--r--ChangeLog4
-rw-r--r--TODO7
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc53ed87..10f50551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-18 Alexandre Oliva <aoliva@redhat.com>
+
+ * TODO: Add -L- flag.
+
2001-04-11 Alexandre Oliva <aoliva@redhat.com>
* ltcf-c.sh (no_undefined_flag) [Solaris ld]: Change to -zdefs.
diff --git a/TODO b/TODO
index 7278a739..47426b3d 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,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:
**************