From: Alexandre Oliva Date: Wed, 18 Apr 2001 07:24:13 +0000 (+0000) Subject: * TODO: Add -L- flag. X-Git-Tag: release-1-4~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff8e64ad840d26b9d7e261c83929c4321f3f28d9;p=thirdparty%2Flibtool.git * TODO: Add -L- flag. --- diff --git a/ChangeLog b/ChangeLog index f90d18174..96224bb3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-18 Alexandre Oliva + + * TODO: Add -L- flag. + 2001-04-11 Alexandre Oliva * libtool.m4 (no_undefined_flag) [Solaris ld]: Change to -zdefs. diff --git a/TODO b/TODO index 4a184b1cb..535e5e62c 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: **************