mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX
instead of ${top_builddir} for Autoconf-2.62. Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
22bffb97cf
commit
943b1192ee
@ -1,5 +1,9 @@
|
||||
2008-01-08 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX
|
||||
instead of ${top_builddir} for Autoconf-2.62.
|
||||
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Correct closing
|
||||
comment.
|
||||
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
@ -169,7 +169,7 @@ case $enable_ltdl_install in
|
||||
;;
|
||||
*) enable_ltdl_install=yes
|
||||
ac_configure_args="$ac_configure_args --enable-ltdl-install"
|
||||
LIBLTDL='${top_builddir}'"${lt_ltdl_dir+/$lt_ltdl_dir}/libltdl.la"
|
||||
LIBLTDL='_LT_BUILD_PREFIX'"${lt_ltdl_dir+/$lt_ltdl_dir}/libltdl.la"
|
||||
LTDLINCL='-I${top_srcdir}'"${lt_ltdl_dir+/$lt_ltdl_dir}"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user