[Top][All Lists]
[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
- Re: new module 'iconv_open', Eric Blake, 2007/04/02
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/02
- Re: new module 'iconv_open', Bruno Haible, 2007/04/02
- Re: new module 'iconv_open', John Darrington, 2007/04/02
- Re: new module 'iconv_open', Bruno Haible, 2007/04/02
- Re: new module 'iconv_open', Ben Pfaff, 2007/04/03
- Re: new module 'iconv_open', Bruno Haible, 2007/04/03
- Re: new module 'iconv_open', Ben Pfaff, 2007/04/03
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/03
- Re: new module 'iconv_open',
Bruno Haible <=
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/04
- Re: new module 'iconv_open', Bruno Haible, 2007/04/04
- Re: new module 'iconv_open', Simon Josefsson, 2007/04/04
Re: new module 'iconv_open', Bruno Haible, 2007/04/02