]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Distributing libltdl): Clarify that
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 17 Jan 2008 05:05:59 +0000 (05:05 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 17 Jan 2008 05:05:59 +0000 (05:05 +0000)
`${top_build_prefix}' may be used in place of `${top_builddir}/'.

ChangeLog
doc/libtool.texi

index 8fd72abe8e934944a4cc1d75618c26661fbdc0fe..1caf4ce00ca5c05ea632dd36e1d99efccc0858ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * doc/libtool.texi (Distributing libltdl): Clarify that
+       `${top_build_prefix}' may be used in place of `${top_builddir}/'.
+
        * doc/libtool.texi (Distributing libltdl): Clarify that
        LTDL_INIT goes after LT_INIT; also show the latter in the
        respective examples.
index fdd5c7627b9dad95a14ebc2cf39994080b430234..15b4139d8e53767231653e46722fddf694bdde12 100644 (file)
@@ -4639,15 +4639,15 @@ the @code{libltdl} header files.
 @item
 If your package is built using the convenience libltdl, @var{LIBLTDL}
 will be the pathname for the convenience version of libltdl
-(starting with @samp{$@{top_builddir@}/}) and @var{LTDLINCL} will be
-@option{-I} followed by the directory that contains @file{ltdl.h}
-(starting with @samp{$@{top_srcdir@}/}).
+(starting with @samp{$@{top_builddir@}/} or @samp{$@{top_build_prefix@}})
+and @var{LTDLINCL} will be @option{-I} followed by the directory that
+contains @file{ltdl.h} (starting with @samp{$@{top_srcdir@}/}).
 
 @item
 If an installable version of the included @code{libltdl} is being
-built, its pathname starting with @samp{$@{top_builddir@}/}, will be
-stored in @var{LIBLTDL}, and @var{LTDLINCL} will be set just like in
-the case of convenience library.
+built, its pathname starting with @samp{$@{top_builddir@}/} or
+@samp{$@{top_build_prefix@}}, will be stored in @var{LIBLTDL}, and
+@var{LTDLINCL} will be set just like in the case of convenience library.
 @end itemize
 
 You should probably also use the @samp{dlopen} option to @code{LT_INIT}