[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] paginate output of configure --help
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] paginate output of configure --help |
Date: |
Sun, 12 Oct 2008 12:45:30 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi William,
* William Pursell wrote on Sun, Oct 12, 2008 at 08:57:50AM CEST:
> Eric Blake wrote:
>>
>> Furthermore, your patch still has some portability problems. For example,
>> ... you cannot rely on the existence of mktemp.
>
> I don't want to consume a lot of your time answering ignorant
> questions from a newbie, but why is it that AS_TMPDIR is
> able to use mktemp?
It provides an alternative method if mktemp did not provide a name.
Cheers,
Ralf