[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: |
Pavel Roskin |
Subject: |
Re: [patch] don't discard previous config.log before necessary |
Date: |
Thu, 15 Feb 2001 20:30:04 -0500 (EST) |
Hello, Lars!
> * acgeneral.m4 (_AC_INIT_CONFIG_LOG): New macro.
> (AC_MESSAGE_LOG_NAME): Contains current logfile name. Use it.
> (_AC_INIT_DEFAULT_FDS): Start logging to conf-log.tmp.
> (_AC_INIT): Invoke _AC_INIT_CONFIG_LOG after options have
> been parsed.
I think it's an overkill. Errors during option parsing should go to
stderr. This would solve the problem.
Besides, I fail to see what you are doing with conf-log.tmp. If you always
want to delete it, then use /dev/null instead :-)
If you want to rename it to config.log at some point, you should do it
somewhere. But again, this seems to be an overkill.
Regards,
Pavel Roskin