mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
b7b0e70e98
commit
0f87df7fa6
@ -1,3 +1,11 @@
|
||||
2010-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
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 <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Avoid unwanted error message in configure output.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user