autoconf-patches
[Top][All Lists]
Advanced

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

FYI: Fix AC_CHECKING (Was: AC_CHECKING failure?)


From: Akim Demaille
Subject: FYI: Fix AC_CHECKING (Was: AC_CHECKING failure?)
Date: 07 Nov 2000 11:18:27 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| I just updated to todays CVS autoconf and now AC_CHECKING seems to be
| broken.  The line:
| 
| AC_CHECKING(for ZLIB support ...)
| 
| results in this configure code:
| 
|   echo "configure:4389: notice: checking for ZLIB support ......" >&5
| echo "checking for ZLIB support ......" >&6(for ZLIB support ...)
| 
| Is there a fix for this?

Thanks, it's an actual stupid bug...  I'm applying this:

2000-11-07  Akim Demaille  <address@hidden>

        * acgeneral.m4 (AC_CHECKING): Is not an alias of AC_MSG_NOTICE,
        hence use AU_DEFUN, not AU_ALIAS.

< # AU::AC_CHECKING(FEATURE)
< # ------------------------
< AU_ALIAS([AC_CHECKING],
< [AC_MSG_NOTICE([checking $1...])])
< 

> # AU::AC_CHECKING(FEATURE)        
> # ------------------------        
> AU_DEFUN([AC_CHECKING],           
> [AC_MSG_NOTICE([checking $1...])])



reply via email to

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