]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix portability regressions in today's earlier changeset.
authorGary V. Vaughan <gary@gnu.org>
Sun, 27 Jun 2010 06:57:50 +0000 (13:57 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sun, 27 Jun 2010 06:57:50 +0000 (13:57 +0700)
commitee2dde86ba2f1bdc0638726c6580b96800ad4b39
treec42d52c1ce7eb1fa0745d1f904f33b6234d8ffcb
parentb8dd17aeba9ae235d189b30ce38d64ba0ff2a309
Fix portability regressions in today's earlier changeset.

* libltdl/m4/libtool.m4 (_LT_PROG_XSI_REPLACE): `sed -i' is not
portable; use `mv -f ...|| cp -f ...' instead.
Add an initial backslash to sed `c' substitutions with leading
whitespace, so that indentation is not removed by some non-POSIX
compliant sed implementations.
(_LT_PROG_XSI_SHELLFNS): Display a diagnostic warning message if
one or more XSI function replacements failed.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
libltdl/m4/libtool.m4