summaryrefslogtreecommitdiff
path: root/modules/mkostemp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 15:55:19 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:33 +0200
commitbc8e10689b90cd6bc447f30ea79859bf60843308 (patch)
treebbc630fe218e14368c3e864455fe531117faa8a6 /modules/mkostemp
parent01a45f3687df620fa17a0691639b55783afa1ef8 (diff)
downloadgnulib-bc8e10689b90cd6bc447f30ea79859bf60843308.tar.gz
mkostemp: Move AC_LIBOBJ invocations to module description.
* m4/mkostemp.m4 (gl_FUNC_MKOSTEMP): Move AC_LIBOBJ and gl_PREREQ_MKOSTEMP invocations from here... * modules/mkostemp (configure.ac): ... to here.
Diffstat (limited to 'modules/mkostemp')
-rw-r--r--modules/mkostemp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mkostemp b/modules/mkostemp
index 85b01b7e26..299b01f27c 100644
--- a/modules/mkostemp
+++ b/modules/mkostemp
@@ -13,6 +13,10 @@ tempname [test $HAVE_MKOSTEMP = 0]
configure.ac:
gl_FUNC_MKOSTEMP
+if test $HAVE_MKOSTEMP = 0; then
+ AC_LIBOBJ([mkostemp])
+ gl_PREREQ_MKOSTEMP
+fi
gl_MODULE_INDICATOR([mkostemp])
gl_STDLIB_MODULE_INDICATOR([mkostemp])