summaryrefslogtreecommitdiff
path: root/modules/remove
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 18:28:15 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:43 +0200
commit2fe314d87dda467d8e58b73321b0eff3eb5825b1 (patch)
treebdc061c4372ede7ca34159214fd8c2abec0be4d0 /modules/remove
parent357d319ff8af64cc9dcce17868a4c40260f6cccc (diff)
downloadgnulib-2fe314d87dda467d8e58b73321b0eff3eb5825b1.tar.gz
remove: Move AC_LIBOBJ invocations to module description.
* m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from here... * modules/remove (configure.ac): ... to here.
Diffstat (limited to 'modules/remove')
-rw-r--r--modules/remove3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/remove b/modules/remove
index 4723801893..0caf48a7ff 100644
--- a/modules/remove
+++ b/modules/remove
@@ -12,6 +12,9 @@ unlink [test $REPLACE_REMOVE = 1]
configure.ac:
gl_FUNC_REMOVE
+if test $REPLACE_REMOVE = 1; then
+ AC_LIBOBJ([remove])
+fi
gl_STDIO_MODULE_INDICATOR([remove])
Makefile.am: