summaryrefslogtreecommitdiff
path: root/modules/futimens
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-07 13:45:40 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:01 +0200
commit459837323403b5bb13cbb9aa19959896bc6471fe (patch)
treeb4c295f8247bc4df5f1ee761f67c90102db9e21f /modules/futimens
parentb86af1d69b0836b03c3a60f1d1ec01e9776fe515 (diff)
downloadgnulib-459837323403b5bb13cbb9aa19959896bc6471fe.tar.gz
futimens: Move AC_LIBOBJ invocations to module description.
* m4/futimens.m4 (gl_FUNC_FUTIMENS): Move AC_LIBOBJ invocations from here... * modules/futimens (configure.ac): ... to here.
Diffstat (limited to 'modules/futimens')
-rw-r--r--modules/futimens3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/futimens b/modules/futimens
index 4ed403e946..ab1c62d2be 100644
--- a/modules/futimens
+++ b/modules/futimens
@@ -12,6 +12,9 @@ utimens [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
configure.ac:
gl_FUNC_FUTIMENS
+if test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1; then
+ AC_LIBOBJ([futimens])
+fi
gl_SYS_STAT_MODULE_INDICATOR([futimens])
Makefile.am: