FYI: _LT_COMPILER_OPTION/_LT_LINKER_OPTION/ sed fix

2005-06-11 Thread Ralf Wildenhues
Hi Paolo, * Paolo Bonzini wrote on Fri, Jun 10, 2005 at 07:44:05PM CEST: > >As detailedly explained in the comment above this change, `$ECHO' is not > >necessary instead of `echo'. Also, sed regex `?' is not portable (and > >in fact not recognized by GNU sed 4.1.2), but \{0,1\} is. > > ? is plai

Re: _LT_COMPILER_OPTION/_LT_LINKER_OPTION/ sed fix

2005-06-10 Thread Paolo Bonzini
As detailedly explained in the comment above this change, `$ECHO' is not necessary instead of `echo'. Also, sed regex `?' is not portable (and in fact not recognized by GNU sed 4.1.2), but \{0,1\} is. ? is plain wrong, since sed uses basic regular expressions. No GNU sed ever recognized it; t

_LT_COMPILER_OPTION/_LT_LINKER_OPTION/ sed fix

2005-06-09 Thread Ralf Wildenhues
[ Resend as this is an "OK to apply", not a FYI ] As detailedly explained in the comment above this change, `$ECHO' is not necessary instead of `echo'. Also, sed regex `?' is not portable (and in fact not recognized by GNU sed 4.1.2), but \{0,1\} is. The nice side-effect of this fix is that it w

FYI: _LT_COMPILER_OPTION/_LT_LINKER_OPTION/ sed fix

2005-06-09 Thread Ralf Wildenhues
As detailedly explained in the comment above this change, `$ECHO' is not necessary instead of `echo'. Also, sed regex `?' is not portable (and in fact not recognized by GNU sed 4.1.2), but \{0,1\} is. The nice side-effect of this fix is that it will work with FC Fortran where $ac_fcflags_srcext h