Imported Upstream version 3.2.0
[debian/amanda] / config / gnulib / mkdtemp.m4
1 # mkdtemp.m4 serial 6
2 dnl Copyright (C) 2001-2003, 2006-2007, 2009-2010 Free Software Foundation,
3 dnl Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 AC_DEFUN([gt_FUNC_MKDTEMP],
9 [
10   AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
11   AC_REPLACE_FUNCS([mkdtemp])
12   if test $ac_cv_func_mkdtemp = no; then
13     HAVE_MKDTEMP=0
14     gl_PREREQ_MKDTEMP
15   fi
16 ])
17
18 # Prerequisites of lib/mkdtemp.c
19 AC_DEFUN([gl_PREREQ_MKDTEMP],
20 [:
21 ])