* ChangeLog: Fix misspelling
[gnulib.git] / m4 / mkdtemp.m4
blob7cffcd970c0f3796f18b7f770219837e73401ec8
1 # mkdtemp.m4
2 # serial 8
3 dnl Copyright (C) 2001-2003, 2006-2007, 2009-2024 Free Software Foundation,
4 dnl Inc.
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
9 AC_DEFUN([gl_FUNC_MKDTEMP],
11   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
12   AC_CHECK_FUNCS([mkdtemp])
13   if test $ac_cv_func_mkdtemp = no; then
14     HAVE_MKDTEMP=0
15   fi
18 # Prerequisites of lib/mkdtemp.c
19 AC_DEFUN([gl_PREREQ_MKDTEMP],