Mark D. Baushke wrote:
> It is probably a good idea to just quote the variable
> arguments to test in this case to ensure that the
> '=' operator is used in a binary operator context.
I agree with the first line of your patch, but not with the second one.
Blindly putting double-quotes around varia
"Mark D. Baushke" <[EMAIL PROTECTED]> writes:
> * inttypes.m4 (gl_cv_header_working_stdint_h): Avoid
> 'test: =: unary operator expected' on Solaris 9.
> (gl_cv_header_inttypes_h): Be consistent in quoting.
Thanks, I installed that.
It appears to be possible that
gl_cvs_header_working_stdint_h may not be set when
the inttypes.m4 generated tests are run. It is
probably a good idea to just quote the variable
arguments to test in this case to ensure that the
'=' operator is used in a binary operator context.
Thanks,