autoconf
[Top][All Lists]
Advanced

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

Re: Is there a way to insert a short pause?


From: Paolo Bonzini
Subject: Re: Is there a way to insert a short pause?
Date: Fri, 16 Oct 2009 09:27:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

On 10/15/2009 08:29 PM, Ralf Wildenhues wrote:
That, on the other hand, sounds like an interesting idea.  We could
easily let configure print something like
   configure: WARNING: There have been warnings during this configure run.

when it has come across a AC_MSG_WARNING.  WDYT?

Interesting indeed.  I see two things making this non-trivial though.

The first is that you want to be friendly to warning inside subshells. This means you have to grep config.log for warnings and be careful about false positives (or maybe "grep -F WARNING:" is enough?)

The second is how to handle AC_CONFIG_SUBDIRS.

Paolo




reply via email to

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