* doc/libtool.texi (Distributing libltdl): Clarify that

`${top_build_prefix}' may be used in place of `${top_builddir}/'.
This commit is contained in:
Ralf Wildenhues 2008-01-17 05:05:59 +00:00
parent b74786b252
commit 7bd9372842
2 changed files with 9 additions and 6 deletions

View File

@ -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.

View 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}