Re: Spurious datarootdir warnings in Wine configure

2006-06-22 Thread Stepan Kasal
Hello, On Wed, Jun 21, 2006 at 09:14:49PM +0200, Ralf Wildenhues wrote: { ac_out=`sed -n '/\${datarootdir}/p' $tmp/out`; test -n $ac_out; } + { ac_out=`sed -n '/^[[ ]]*datarootdir[[]]*:*=/p' $tmp/out`; test -z $ac_out; } So I see that Alexandre's change is

Re: Spurious datarootdir warnings in Wine configure

2006-06-22 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Thu, Jun 22, 2006 at 05:26:59PM CEST: On Wed, Jun 21, 2006 at 09:14:49PM +0200, Ralf Wildenhues wrote: { ac_out=`sed -n '/\${datarootdir}/p' $tmp/out`; test -n $ac_out; } + { ac_out=`sed -n '/^[[]]*datarootdir[[]]*:*=/p'

Re: _AC_PROG_CC_C89 enhancement

2006-06-22 Thread Paul Eggert
[EMAIL PROTECTED] (Larry Jones) writes: The IBM C compiler for AIX has a default mode that's almost, but not quite, C89. The differences mostly involve the preprocessor. In particular, macro parameters are substituted inside character constants and string literals, which can be quite