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.

Looks reasonable to me.  Ok.

>  int closedir ();

This doesn't seem very C++-friendly.  Do we care?  Perhaps we should
enclose this in #ifdef _cplusplus/#endif

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to