autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `configure --help' overwrites existing config.log


From: Akim Demaille
Subject: Re: `configure --help' overwrites existing config.log
Date: 02 Feb 2001 19:07:57 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

"Lars J. Aas" <address@hidden> writes:

> The subject says it all.  I consider it a bug.
> Is this easy to fix?

Hm, on a second thought, now that AS_MESSAGE tests whether the LOG fd
is set to output the message or not, it might be just as easy as
moving the set up of the LOG fd :)


# AS_MESSAGE(STRING, [FD = AS_MESSAGE_FD])
# ----------------------------------------
m4_define([AS_MESSAGE],
[m4_ifset([AS_MESSAGE_LOG_FD],
          [{ _AS_ECHO([$as_me:__oline__: $1], [AS_MESSAGE_LOG_FD])
_AS_ECHO([$as_me: $1], [$2]);}],
          [_AS_ECHO([$as_me: $1], [$2])])[]dnl
])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]