>>>>> "Bruno" == Bruno Haible <[EMAIL PROTECTED]> writes:

>> Just say no to
>> 
>> changequote() patsubst($1, [^a-z]) changequote([, ])
>> 
>> but welcome
>> 
>> patsubst([$1], [[^a-z]])

Bruno> Ah! The outer [] are against m4, and the inner ones "[^a-z]"
Bruno> are the patsubst argument, right?

Right.


Bruno> 2) AC_CHECK_TYPE_SIGNED using

Bruno>   #define expr ((expr)(-1) < (expr)0)

Good point.

Does this test make sense for other types than `char'?

        Akim

Reply via email to