autoconf-patches
[Top][All Lists]
Advanced

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

Re: Problem with cl and autoconf


From: Paul Eggert
Subject: Re: Problem with cl and autoconf
Date: Mon, 14 Feb 2005 16:19:44 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Alexandre Duret-Lutz <address@hidden> writes:

>   m4_define([AS_STDIN_FD], 7)
>
>   exec AS_STDIN_FD<&0 </dev/null

Yes, that's the sort of thing I was thinking about.  Though I'd
make its use more like this:

AS_STDIN_FD(fd-number)

with the default value being 7.  The net-snmp folks could then use

AS_STDIN_FD(0)

and otherwise wouldn't have to change their scripts.




reply via email to

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