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


Reply via email to