On Feb 13, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> 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                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to