[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: update the TODO file
From: |
Paolo Bonzini |
Subject: |
Re: FYI: update the TODO file |
Date: |
Mon, 24 Nov 2003 15:04:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031020 Debian/1.5-1 |
> -* Support creating both config.h and DEFS in the same configure.
AFAIK, this is not done.
Oops, you're right. I've put it back.
> -/* Remove any macro definition. */
> -#undef isascii
> -/* Override any gcc2 internal prototype to avoid an error. */
> -char isascii(); isascii();
> -
> -Andreas Schwab
Is this truly done?
Yes, it is. (There is a #define XXX innocuous_XXX, and a matching #undef)
> -In a future version (after 2.2), make AC_PROG_{CC,RANLIB,anything else}
> -use AC_CHECK_TOOL.
> -From Roland McGrath.
Is this truly done?
Yes, I checked it while preparing my m4 lists patch.
Paolo