Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gnulib / import / m4 / mkdtemp.m4
CommitLineData
e8d8cce6 1# mkdtemp.m4 serial 8
c0c3707f 2dnl Copyright (C) 2001-2003, 2006-2007, 2009-2019 Free Software Foundation,
e8d8cce6
SM
3dnl Inc.
4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved.
7
8AC_DEFUN([gl_FUNC_MKDTEMP],
9[
10 AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
11 AC_CHECK_FUNCS([mkdtemp])
12 if test $ac_cv_func_mkdtemp = no; then
13 HAVE_MKDTEMP=0
14 fi
15])
16
17# Prerequisites of lib/mkdtemp.c
18AC_DEFUN([gl_PREREQ_MKDTEMP],
19[:
20])
This page took 0.125875 seconds and 4 git commands to generate.