summaryrefslogtreecommitdiff
path: root/m4/write.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 20:51:00 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:16 +0200
commitc17a3e5650fe461976ccea6ffae687572852d180 (patch)
tree16e0336bdc3cb025da7314a1ad389033e1f38e18 /m4/write.m4
parent485d6733ec4255ae5679fcc495c52de81234cc69 (diff)
downloadgnulib-c17a3e5650fe461976ccea6ffae687572852d180.tar.gz
write: Move AC_LIBOBJ invocations to module description.
* m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here... * modules/write (configure.ac): ... to here.
Diffstat (limited to 'm4/write.m4')
-rw-r--r--m4/write.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/m4/write.m4 b/m4/write.m4
index 63ab5e4c08..c39d3d07a3 100644
--- a/m4/write.m4
+++ b/m4/write.m4
@@ -1,4 +1,4 @@
-# write.m4 serial 2
+# write.m4 serial 3
dnl Copyright (C) 2008-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,
@@ -22,7 +22,4 @@ AC_DEFUN([gl_FUNC_WRITE],
REPLACE_WRITE=1
fi
])
- if test $REPLACE_WRITE = 1; then
- AC_LIBOBJ([write])
- fi
])