summaryrefslogtreecommitdiff
path: root/m4/mkstemps.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 16:02:11 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:34 +0200
commit78cb09bd3634a3d183f1e9422c9eb990f27e358c (patch)
treeff7205caa8c3a578e182a0c8d3501eb48901f30b /m4/mkstemps.m4
parentc7aa202c7a09dfb8678bdbb0e01a0c8dba2a5966 (diff)
downloadgnulib-78cb09bd3634a3d183f1e9422c9eb990f27e358c.tar.gz
mkstemps: Move AC_LIBOBJ invocations to module description.
* m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from here... * modules/mkstemps (configure.ac): ... to here.
Diffstat (limited to 'm4/mkstemps.m4')
-rw-r--r--m4/mkstemps.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/mkstemps.m4 b/m4/mkstemps.m4
index 2a065d6022..74d4f0ec23 100644
--- a/m4/mkstemps.m4
+++ b/m4/mkstemps.m4
@@ -1,4 +1,4 @@
-# mkstemps.m4 serial 1
+# mkstemps.m4 serial 2
dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_MKSTEMPS],
AC_CHECK_FUNCS_ONCE([mkstemps])
if test $ac_cv_func_mkstemps != yes; then
HAVE_MKSTEMPS=0
- AC_LIBOBJ([mkstemps])
fi
])