>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On Jun 13, 2001, Akim Demaille <[EMAIL PROTECTED]> wrote:
>> Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> *
>> 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.