[Top][All Lists]
[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.
- Re: Problem with cl and autoconf, (continued)
Re: Problem with cl and autoconf, Alexandre Duret-Lutz, 2005/02/11
- Re: Problem with cl and autoconf, Paul Eggert, 2005/02/11
- Re: Problem with cl and autoconf, Noah Misch, 2005/02/12
- Re: Problem with cl and autoconf, Paul Eggert, 2005/02/13
- Re: Problem with cl and autoconf, Andreas Buening, 2005/02/13
- Re: Problem with cl and autoconf, Paul Eggert, 2005/02/14
- Re: Problem with cl and autoconf, Alexandre Duret-Lutz, 2005/02/14
- Re: Problem with cl and autoconf,
Paul Eggert <=
- Re: Problem with cl and autoconf, Alexandre Duret-Lutz, 2005/02/15
- Re: Problem with cl and autoconf, Paul Eggert, 2005/02/15
- Re: Problem with cl and autoconf, Alexandre Duret-Lutz, 2005/02/16
- Re: Problem with cl and autoconf, Alexandre Duret-Lutz, 2005/02/23
- Re: Problem with cl and autoconf, Paul Eggert, 2005/02/23