From: Peter O'Gorman Date: Sat, 16 Feb 2008 03:46:06 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Fix typo. X-Git-Tag: release-2-2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21011b18f11c0b5e13399d7f1f468ce580efc515;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Fix typo. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): better handling of predefined values for lt_cv_sys_lib_search_path_spec and --- diff --git a/ChangeLog b/ChangeLog index 36221b915..33b4812fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2008-02-15 Peter O'Gorman + + * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Fix typo. + 2008-02-14 Peter Breitenlohner - * libtool.m4 (_LT_SYS_DYNAMIC_LINKER): better handling of - predefined values for lt_cv_sys_lib_search_path_spec and + * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): better handling + of predefined values for lt_cv_sys_lib_search_path_spec and lt_cv_sys_lib_dlsearch_path_spec. 2008-02-14 Ralf Wildenhues diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 6d03a3ae4..efd7d647f 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -6473,7 +6473,7 @@ case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= -if test -n "$${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1],