[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Improve the AC_REQUIRE error message
From: |
Ralf Wildenhues |
Subject: |
Re: Improve the AC_REQUIRE error message |
Date: |
Mon, 5 Jun 2006 10:18:36 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
Hi Stepan,
* Stepan Kasal wrote on Sun, Jun 04, 2006 at 04:33:14PM CEST:
> > * Stepan Kasal wrote on Fri, Jun 02, 2006 at 03:06:22PM CEST:
> > >
> > > I noticed that the following error message is suboptimal, it should
> > > mention AC_DEFUN instead of m4_defun:
> I added checks for these error messages; it induced some changes in
> local.at.
Thanks. I applied that (after fixing the macro comment underlining).
Cheers,
Ralf
> 2006-06-02 Stepan Kasal <address@hidden>
>
> * lib/m4sugar/m4sugar.m4 (m4_require): Modify the error
> message issued by AC_REQUIRE.
> * tests/m4sugar.at: Check m4_require's error message.
> * tests/base.at: Check AC_REQUIRE's error message.
> * tests/local.at (AT_CHECK_M4): New macro, almost identical
> to...
> (AT_CHECK_AUTOM4TE): ... which is now a thin wrapper around
> AT_CHECK_M4.
> (AT_CHECK_AUTOCONF): Use AT_CHECK_M4; no longer support
> `expout' as the last parameter.
> * tests/tools.at: Adapt to the above change.