Re: stdint problem

2006-11-28 Thread Simon Josefsson
Ben Pfaff <[EMAIL PROTECTED]> writes: > Bruno Haible <[EMAIL PROTECTED]> writes: > >> You need to upgrade to autoconf 2.61. The signature of AC_COMPUTE_INT has >> changed between 2.60a and 2.61. (Such a change is normal. There is no >> promise of an API compatibility for a snapshot version of auto

Re: stdint problem

2006-11-28 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > You need to upgrade to autoconf 2.61. The signature of AC_COMPUTE_INT has > changed between 2.60a and 2.61. (Such a change is normal. There is no > promise of an API compatibility for a snapshot version of autoconf.) For what it's worth, I hadn't realize

Re: [bug-gnulib] stdint problem

2006-11-28 Thread Bruno Haible
Simon Josefsson wrote: > The patch below causes this error when running configure for me: > > checking absolute name of ... ///usr/include/stdint.h > checking whether stdint.h conforms to C99... no > ./configure: line 31250: syntax error near unexpected token `(' > ./configure: line 31250: `if { a

stdint problem

2006-11-28 Thread Simon Josefsson
The patch below causes this error when running configure for me: checking absolute name of ... ///usr/include/stdint.h checking whether stdint.h conforms to C99... no ./configure: line 31250: syntax error near unexpected token `(' ./configure: line 31250: `if { as_var=sizeof ($gltype) * CHAR_BIT;