From: DJ Delorie Date: Thu, 7 Aug 2008 05:26:53 +0000 (+0200) Subject: Fix typo in tpf library_names_spec setting. X-Git-Tag: v2.2.6~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a0ab75b49ab7906ec3a45f1aa823953dc7e1de4;p=thirdparty%2Flibtool.git Fix typo in tpf library_names_spec setting. * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf] : Fix typo in variable name. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0014fc9c5..32418c1e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-07 DJ Delorie + + * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [tpf] + : Fix typo in variable name. + 2008-08-06 Steve Ellcey Use -fPIC with GCC on HP-UX/ia64. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 7f596987b..b9d0fc9b5 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -2660,7 +2660,7 @@ tpf*) version_type=linux need_lib_prefix=no need_version=no - library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes