Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| This patch does the following: 
| 
| - check for iconv in configure.ac; we cannot count on gettext doing it
|   for us in case we disable-nls. Give an error when it is not here

ok.
 
| - after executing AM_ICONV define it to empty to make sure it is not
|   expanded again in the gettext code (OK, this is a dirty trick, but
|   it speeds up configure)

Won't the test in gettext just use the cached value?

| - before setting up libtool, define AC_PROG_F77 to empty to make sure
|   we do not check for fortran. This is done in gentoo, I believe.

Better trick.

| - at the end of configuration, display warnings before errors, and
|   exit brutally if we show errors (currently, when running configure
|   in a make session, make will not stop on errors).

Ahh but only on last step. So ok.
 
| Lars, I suspect you will not like everything :) What do you want to
| keep?

Most of it :-)

-- 
        Lgb

Reply via email to