From 7bd937284266db56f25e56b366f32931cc11d541 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 17 Jan 2008 05:05:59 +0000 Subject: [PATCH] * doc/libtool.texi (Distributing libltdl): Clarify that `${top_build_prefix}' may be used in place of `${top_builddir}/'. --- ChangeLog | 3 +++ doc/libtool.texi | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8fd72abe..1caf4ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-01-17 Ralf Wildenhues + * 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. diff --git a/doc/libtool.texi b/doc/libtool.texi index fdd5c762..15b4139d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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}