Hi Simon,
Simon Josefsson writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Hi Ralf,
>>
>> Ralf Wildenhues writes:
>>
>>> * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET:
checking whether forkpty is declared... no
checking whether forkpty is declared... (cached) no
On 03/17/2010 08:24 AM, Ludovic Courtès wrote:
>> Yes, you have to unset the cache variable before the second test,
>> ac_cv_have_decl_forkpty.
>
> Then I think this patch should fix it:
>
> 2010-03-17 Ludovic Courtès (tiny change)
>
> * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before
l...@gnu.org (Ludovic Courtès) writes:
> Hi Ralf,
>
> Ralf Wildenhues writes:
>
>> * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET:
>>> checking whether forkpty is declared... no
>>> checking whether forkpty is declared... (cached) no
>>
>>> Looking at pty.m4, I’m wondering whether
Hi Ralf,
Ralf Wildenhues writes:
> * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET:
>> checking whether forkpty is declared... no
>> checking whether forkpty is declared... (cached) no
>
>> Looking at pty.m4, I’m wondering whether the second
>> ‘AC_CHECK_DECL([forkpty]...])’ is ac
Hello Ludovic,
* Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET:
> checking whether forkpty is declared... no
> checking whether forkpty is declared... (cached) no
> Looking at pty.m4, I’m wondering whether the second
> ‘AC_CHECK_DECL([forkpty]...])’ is actually performed; it seems
Hi Simon,
[Adding bug-gnu...@gnu.org.]
Simon Josefsson writes:
> Simon Josefsson writes:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>>
>>> Next one is this (FreeBSD):
>>>
>>> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib
>>> -I../libinetutils-g -O2 -c pty.c
>>> pty.c