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:
@@ -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)],
|
||||
|
||||
Reference in New Issue
Block a user