summaryrefslogtreecommitdiff
path: root/m4/mkdtemp.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 15:43:36 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:31 +0200
commit2ccbc9ef6bd41aedb53d8d89b5b453034a74212b (patch)
treee4a64fff8b546776b7edf4e9e4c348d6259ddc85 /m4/mkdtemp.m4
parentf63d7cb37eef9e239d6edc5200dfb287e2245820 (diff)
downloadgnulib-2ccbc9ef6bd41aedb53d8d89b5b453034a74212b.tar.gz
mkdtemp: Move AC_LIBOBJ invocations to module description.
* m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Move AC_LIBOBJ and gl_PREREQ_MKDTEMP invocations from here... * modules/mkdtemp (configure.ac): ... to here.
Diffstat (limited to 'm4/mkdtemp.m4')
-rw-r--r--m4/mkdtemp.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/mkdtemp.m4 b/m4/mkdtemp.m4
index 073e14d386..cc6483f640 100644
--- a/m4/mkdtemp.m4
+++ b/m4/mkdtemp.m4
@@ -1,4 +1,4 @@
-# mkdtemp.m4 serial 7
+# mkdtemp.m4 serial 8
dnl Copyright (C) 2001-2003, 2006-2007, 2009-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -8,10 +8,9 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_MKDTEMP],
[
AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
- AC_REPLACE_FUNCS([mkdtemp])
+ AC_CHECK_FUNCS([mkdtemp])
if test $ac_cv_func_mkdtemp = no; then
HAVE_MKDTEMP=0
- gl_PREREQ_MKDTEMP
fi
])