bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two testsuite failure in CVS autoconf


From: Nicolas Joly
Subject: Re: Two testsuite failure in CVS autoconf
Date: Fri, 2 Feb 2001 16:01:32 +0100
User-agent: Mutt/1.2.4i

On Thu, Feb 01, 2001 at 11:37:27AM +0100, Nicolas Joly wrote:
> 
> I checked CVS autoconf today on my Tru64 v5.1 machine, and found 2 new
> failures : AC_TRY_*, AC_CHECK_SIZEOF.
> 
> I got an infinite loop for AC_CHECK_SIZEOF test. I will investigate
> further ...

The problem seems to be located in the AC_TRY_COMMAND definition.

AC_DEFUN([AC_TRY_COMMAND],
[{ ac_try='$1'; _AC_EVAL([$ac_try]); }])

Reverting to the old one restore normal behaviour.

AC_DEFUN([AC_TRY_COMMAND],
[_AC_EVAL([$1])])

-- 
Nicolas Joly

Informatique Scientifique
Institut Pasteur, Paris.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]