[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `autoconf -' does not work twice
From: |
Paul Eggert |
Subject: |
Re: `autoconf -' does not work twice |
Date: |
Fri, 11 May 2007 10:08:11 -0700 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> echo AC_INIT | autoconf - >/dev/null; autoconf -
>
> does not wait for input from stdin as it should. Rather, it reuses the
> output from cache. I think this is a bug, stdin should not be cached.
Sounds right to me (since I don't think anything should be cached :-).