mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
Fix quoting in non-XSI func_xform, for IRIX sh.
* libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra M4 quotes. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
7f9878d026
commit
82f2a825a7
@ -1,5 +1,9 @@
|
||||
2010-08-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix quoting in non-XSI func_xform, for IRIX sh.
|
||||
* libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
|
||||
M4 quotes.
|
||||
|
||||
Fix response file test for unreliable exit status of IRIX ar.
|
||||
* libltdl/m4/libtool.m4 (_LT_PROG_AR): IRIX ar will not fail
|
||||
over a command-line argument specifying a nonexistent file (such
|
||||
|
@ -191,7 +191,7 @@ func_lo2o ()
|
||||
# func_xform libobj-or-source
|
||||
func_xform ()
|
||||
{
|
||||
func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'`
|
||||
func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
|
||||
} # func_xform may be replaced by extended shell implementation
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user