Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> Sorry about that - autoconf.m4f was missing, but warnings were Lars> supressed in the testsuite... The testsuite seems to be running Lars> ok now that that is taken care of (got some failures in Lars> semantics). Thanks for the logs!

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 01:26:40PM +0100, Lars J. Aas wrote: : On Thu, Nov 16, 2000 at 01:00:02PM +0100, Akim Demaille wrote: : : Is this the only failure of the test suite? : : You wish. The testsuite doesn't work on Cygwin, because everything : (with a couple of exceptions) fails... Sorry abo

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 01:00:02PM +0100, Akim Demaille wrote: : Is this the only failure of the test suite? You wish. The testsuite doesn't work on Cygwin, because everything (with a couple of exceptions) fails... Lars J

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 01:00:02PM +0100, Akim Demaille wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : : Lars> : so how come we waited till today to discover this issue? : : Lars> Running configure on the w32 platform hasn't really been common, : Lars> nor is it common yet eit

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> : so how come we waited till today to discover this issue? Lars> Running configure on the w32 platform hasn't really been common, Lars> nor is it common yet either... Is this the only failure of the test suite?

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 12:51:05PM +0100, Akim Demaille wrote: : : | I think I found it - checking now: : | : | Index: aclang.m4 : | === : | RCS file: /cvs/autoconf/aclang.m4,v : | retrieving revision 1.89 : | diff -u -r1.89 aclang.

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Akim Demaille
| I think I found it - checking now: | | Index: aclang.m4 | === | RCS file: /cvs/autoconf/aclang.m4,v | retrieving revision 1.89 | diff -u -r1.89 aclang.m4 | --- aclang.m4 2000/11/14 11:06:37 1.89 | +++ aclang.m4 2000/11/16

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 12:56:54PM +0100, Lars J. Aas wrote: : -[FILE *f = fopen ("conftestval", "w"); : +[FILE *f = fopen ("conftestval", "wb"); Yep, this was the fix... Lars J

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Lars J. Aas
On Thu, Nov 16, 2000 at 12:41:53PM +0100, Akim Demaille wrote: : > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: : : Lars> I'm using AC_CHECK_SIZEOF on Cygwin and have found out that the : Lars> `conftest' file contains a \r\n after the size. The \r : Lars> character follows the variable

Re: bug in AC_COMPUTE_INT

2000-11-16 Thread Akim Demaille
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> I'm using AC_CHECK_SIZEOF on Cygwin and have found out that the Lars> `conftest' file contains a \r\n after the size. The \r Lars> character follows the variable into config.status (the Lars> undefs.sed scripts) and ruins the sed scrip