[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_WERROR
From: |
Daniel Jacobowitz |
Subject: |
Re: AC_PROG_WERROR |
Date: |
Thu, 23 Oct 2003 08:28:13 -0400 |
User-agent: |
Mutt/1.5.1i |
On Thu, Oct 23, 2003 at 10:01:14AM +0200, Akim Demaille wrote:
>
> > @@ -2150,7 +2151,9 @@ AC_DEFUN([AC_EGREP_HEADER],
> > m4_define([_AC_COMPILE_IFELSE],
> > [m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])dnl
> > rm -f conftest.$ac_objext
> > -AS_IF([AC_TRY_EVAL(ac_compile) &&
> > +AS_IF([_AC_EVAL_STDERR($ac_compile) &&
> > + AC_TRY_COMMAND([test -z "$ac_[]_AC_LANG_ABBREV[]_werror_flag"
> > + || test ! -s conftest.err]) &&
> > AC_TRY_COMMAND([test -s conftest.$ac_objext])],
> > [$2],
> > [_AC_MSG_LOG_CONFTEST
>
> Actually this patch was not complete: it creates conftest.err files,
> and forgets to clean them. Did you run the test suite? It fails
> here, because of this.
Sorry about that! I'll keep it in mind.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
- Re: AC_PROG_WERROR, (continued)
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/02
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/02
- Re: AC_PROG_WERROR, Daniel Jacobowitz, 2003/10/02
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/03
- Re: AC_PROG_WERROR, Daniel Jacobowitz, 2003/10/16
- Re: AC_PROG_WERROR, Daniel Jacobowitz, 2003/10/16
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/17
- Re: AC_PROG_WERROR, Daniel Jacobowitz, 2003/10/20
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/23
- Re: AC_PROG_WERROR,
Daniel Jacobowitz <=
- Re: AC_PROG_WERROR, Akim Demaille, 2003/10/23