From: Gary V. Vaughan Date: Thu, 8 Jul 2010 11:47:59 +0000 (+0700) Subject: Fix a spurious trailing space and a botched merge. X-Git-Tag: v2.4~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c4dae1232958c24989f31ab5b5768d00be2ef03;p=thirdparty%2Flibtool.git Fix a spurious trailing space and a botched merge. * libltdl/m4/libtool.m4 (_LT_PROG_FUNCTION_REPLACE): Remove spurious trailing space. * ChangeLog: Reorder to match commit order after botched merge. Signed-off-by: Gary V. Vaughan --- diff --git a/ChangeLog b/ChangeLog index 9d3cf535a..641ee0b00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,3 @@ -2010-07-08 Peter Rosin - - Optimize assignment of output_la. - * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec - instances. - Report by Ralf Wildenhues. - 2010-07-08 Gary V. Vaughan Rename _LT_PROG_XSI_REPLACE macro to _LT_PROG_FUNCTION_REPLACE. @@ -26,6 +19,15 @@ (_LT_AT_EXTENDED_SHELL_FUNC_EXTRACT): Change regular expression to match new replacable function decorator comments. +2010-07-08 Peter Rosin + + Optimize assignment of output_la. + * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec + instances. + Report by Ralf Wildenhues. + +2010-07-08 Gary V. Vaughan + Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch. * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious variable dereference. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 83d03bf48..47d25581e 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -7542,6 +7542,6 @@ else fi if test x"$_lt_function_replace_fail" = x":"; then - AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) + AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) fi ])