]> git.ipfire.org Git - thirdparty/libtool.git/commit
Use `${top_build_prefix}' for better compatibility with non-GNU make.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 16 Nov 2007 07:08:34 +0000 (07:08 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 16 Nov 2007 07:08:34 +0000 (07:08 +0000)
commit7c9e236905eda1b8e079ce77d77725005b420939
treee940f5e38379fbc33d4e0ba4a92d3d49dd989fcd
parentf4695bde760e9e4b9ea781a7719276a2ab53e45b
Use `${top_build_prefix}' for better compatibility with non-GNU make.
* libltdl/m4/ltdl.m4 (_LT_BUILD_PREFIX): New macro.
If the Autoconf version used is >= 2.62, then expand to
`${top_build_prefix}', otherwise to `${top_builddir}/'.
(LTDL_CONVENIENCE, LTDL_INSTALLABLE): Use it for defining
LIBLTDL.  Fixes a build failure with AIX make in a package
using convenience libltdl in nonrecursive mode.
* doc/libtool.texi (Distributing libltdl): Document requirements
to define `top_build_prefix' if Automake is not used.
Report by Bob Friesenhahn.
ChangeLog
doc/libtool.texi
libltdl/m4/ltdl.m4