autoconf
[Top][All Lists]
Advanced

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

Re: RFE: configure -> dependency list on exit.


From: Paul Eggert
Subject: Re: RFE: configure -> dependency list on exit.
Date: Tue, 01 Mar 2005 14:16:53 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Stepan Kasal <address@hidden> writes:

> AC_MSG_NEED(PACKAGE, TEXT)
> ------------------------------
> Prints a message and saves it for later usage.

My main comment is that the suggestion should be generalized.
Users should be able to append arbitrary messages, not just
suggestions for particular packages.

For example, we could add an optional argument for AC_MSG_NOTICE, that
says the notice should be appended to the end of the output rather
than put into the middle.  Then the user could do something like this:

AC_MSG_NOTICE([Suggestion for foo: grab the latest foo from foo.org.], 1)
AC_MSG_NOTICE(
  [Suggestion for libxy --with graphs: get libxy from http://sf.net/xy.], 1)

As a nicety, notices at the end could be sorted by numeric value of
the priority number.




reply via email to

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