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

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

 



Stepan Kasal <kasal@xxxxxx> 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.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux