mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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
This commit is contained in:
parent
66894adae8
commit
21011b18f1
@ -1,7 +1,11 @@
|
||||
2008-02-15 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Fix typo.
|
||||
|
||||
2008-02-14 Peter Breitenlohner <peb@mppmu.mpg.de>
|
||||
|
||||
* 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 <Ralf.Wildenhues@gmx.de>
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user