From 0f87df7fa6ab6b5d3f7c7cb7218a4880881f9d71 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 9 Aug 2010 22:50:45 +0200 Subject: [PATCH] Fix another typo on "Add func_append_quoted and do..." * libltdl/config/ltmain.m4sh (func_mode_link): Fix regression in computation of finalize_rpath introduced in v2.2.10-40-g0da7d80, fixing several testsuite failures on AIX. Report by Rainer Tammer. Signed-off-by: Ralf Wildenhues --- ChangeLog | 8 ++++++++ libltdl/config/ltmain.m4sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6d765d26..869897b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-08-09 Ralf Wildenhues + + Fix another typo on "Add func_append_quoted and do..." + * libltdl/config/ltmain.m4sh (func_mode_link): Fix regression in + computation of finalize_rpath introduced in v2.2.10-40-g0da7d80, + fixing several testsuite failures on AIX. + Report by Rainer Tammer. + 2010-08-07 Ralf Wildenhues Avoid unwanted error message in configure output. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index fad2e64a..e5065fbc 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -7568,7 +7568,7 @@ EOF *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - func_append hardcode_libdirs "_libdirs$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi