]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* acfunctions.m4 (AC_FUNC_CHOWN, AC_FUNC_CLOSEDIR_VOID)
authorAkim Demaille <akim@epita.fr>
Mon, 18 Jun 2001 17:41:03 +0000 (17:41 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 18 Jun 2001 17:41:03 +0000 (17:41 +0000)
commit49297a91ed6f14e539cc73fc94fc52dc330eb225
tree825318326e5714d8d97cf7152b5b5793748cbc3d
parent1943ed19d66aa18b360706cfde1a68551e83dbe4
* 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.
(AC_FUNC_CLOSEDIR_VOID): Protect C++ from `int closedir ();' (or
the converse).
ChangeLog
acfunctions.m4
lib/autoconf/functions.m4