[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: One step towards includes normalization (Was: Incremental default in
From: |
Akim Demaille |
Subject: |
Re: One step towards includes normalization (Was: Incremental default includes) |
Date: |
18 Jun 2001 19:18:22 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor) |
>>>>> "Alexandre" == Alexandre Oliva <address@hidden> writes:
Alexandre> On Jun 13, 2001, Akim Demaille <address@hidden> wrote:
>> Index: ChangeLog from Akim Demaille <address@hidden> *
>> acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
>> (AC_FUNC_GETPGRP, AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)
>> (AC_FUNC_MMAP, AC_FUNC_SELECT_ARGTYPES, _AC_FUNC_STAT)
>> (AC_FUNC_UTIME_NULL): Use AC_INCLUDES_DEFAULT. Don't use
>> AC_TRY_RUN, which double quotes, prefer AC_RUN_IFELSE, and either
>> AC_LANG_SOURCE or AC_LANG_PROGRAM.
Alexandre> Looks reasonable to me. Ok.
OK, I'm applying it.
>> int closedir ();
Alexandre> This doesn't seem very C++-friendly. Do we care?
You tell me :)
Alexandre> Perhaps we should enclose this in #ifdef _cplusplus/#endif
OK with me, I'm handling it.