From: Gary V. Vaughan Date: Tue, 8 Jan 2008 05:21:49 +0000 (+0000) Subject: * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX X-Git-Tag: release-2-1b~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=943b1192ee7b43b0ece988b79aafa54ea0258253;p=thirdparty%2Flibtool.git * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX instead of ${top_builddir} for Autoconf-2.62. Reported by Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 2884b2697..016e1c7e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-01-08 Gary V. Vaughan + * libltdl/m4/ltdl.m4 (LTDL_INSTALLABLE): Use _LT_BUILD_PREFIX + instead of ${top_builddir} for Autoconf-2.62. + Reported by Ralf Wildenhues + * libltdl/m4/ltdl.m4 (_LT_CONFIG_LTDL_DIR): Correct closing comment. Reported by Ralf Wildenhues diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index cbaa20f3e..fa7863936 100644 --- a/libltdl/m4/ltdl.m4 +++ b/libltdl/m4/ltdl.m4 @@ -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