1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-27 23:34:16 +02:00

(jm_MACROS): Don't test for mkstemp here.

Instead, require UTILS_FUNC_MKSTEMP.
This commit is contained in:
Jim Meyering
2001-11-17 08:18:48 +00:00
parent 2130b49220
commit e7389b6a8f

View File

@@ -87,10 +87,7 @@ AC_DEFUN([jm_MACROS],
AC_REPLACE_FUNCS(memchr memcpy memmove memrchr memset)
AC_CHECK_FUNCS(getpagesize)
AC_REPLACE_FUNCS(mkstemp)
if test $ac_cv_func_mkstemp != yes; then
AC_LIBOBJ(tempname)
fi
AC_REQUIRE([UTILS_FUNC_MKSTEMP])
# By default, argmatch should fail calling usage (1).
AC_DEFINE(ARGMATCH_DIE, [usage (1)],