From: Ralf Wildenhues Date: Tue, 8 Jan 2008 19:39:19 +0000 (+0000) Subject: * libltdl/m4/ltdl.m4 (_LTDL_INSTALLABLE): Restore correct X-Git-Tag: release-2-1b~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34ad201833ac3e980cea2d092d7a3c51031a4d66;p=thirdparty%2Flibtool.git * libltdl/m4/ltdl.m4 (_LTDL_INSTALLABLE): Restore correct _LT_BUILD_PREFIX-using code. --- diff --git a/ChangeLog b/ChangeLog index d6b6bcdc5..12dcfa354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-08 Ralf Wildenhues + + * libltdl/m4/ltdl.m4 (_LTDL_INSTALLABLE): Restore correct + _LT_BUILD_PREFIX-using code. + 2008-01-08 Gary V. Vaughan * tests/recursive.at: Remove bogus --debug option. diff --git a/libltdl/m4/ltdl.m4 b/libltdl/m4/ltdl.m4 index fa7863936..f7d696528 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='_LT_BUILD_PREFIX'"${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