[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] don't discard previous config.log before necessary
From: |
Alexandre Oliva |
Subject: |
Re: [patch] don't discard previous config.log before necessary |
Date: |
17 Feb 2001 18:58:58 -0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
On Feb 13, 2001, "Lars J. Aas" <address@hidden> wrote:
> +rm -f config.log
> +mv AS_MESSAGE_LOG_NAME config.log
> +m4_define([AS_MESSAGE_LOG_NAME], [config.log])dnl
> +exec AS_MESSAGE_LOG_FD>>AS_MESSAGE_LOG_NAME])
On some systems, you can't rename an open file.
Add `exec AS_MESSAGE_LOG_FD >& 2' before the `mv' and it should work.
But I suppose we need some clean-up action for conf-log.tmp.
Also, I have a slight preference for the name config.Tlog instead of
conf-log.tmp. But maybe it's just me.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me