bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module 'iconv_open'


From: Bruno Haible
Subject: Re: new module 'iconv_open'
Date: Wed, 4 Apr 2007 02:17:35 +0200
User-agent: KMail/1.5.4

Simon Josefsson wrote:
> For example, in GnuTLS, I recently received a patch that added a
> configure-time warning about missing non-required tools:
> 
> AC_PATH_PROG([GAA], [gaa])
> if test "x$GAA" = "x"; then
>    AC_MSG_WARN([[***
> *** GAA was not found.  It is only needed if you wish to modify
> *** the source code or command-line description files.  In this case,
> *** you may want to get it from http://gaa.sourceforge.net/
> ***]])
> fi

Such a warning has the potential to confuse many tarball users, or have them
spend time to install tools that they won't need in the end.

Also, AC_PROG_YACC doesn't do this. It simply prints one line of output,
like most other autoconf tests.

Bruno





reply via email to

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