From 7a0ab75b49ab7906ec3a45f1aa823953dc7e1de4 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 7 Aug 2008 07:26:53 +0200 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ libltdl/m4/libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2