summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:49:28 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:20 +0200
commit1a930be3b609669e333546ff2b43df0a2e73f3dc (patch)
tree1bbced2b1a30af2d8430ae98302848c4de49044c
parent088b3f8d11e6eacd25ef5167780c7e404a686251 (diff)
downloadgnulib-1a930be3b609669e333546ff2b43df0a2e73f3dc.tar.gz
close-stream: Move AC_LIBOBJ invocations to module description.
* m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation. * modules/close-stream (Makefile.am): Augment lib_SOURCES.
-rw-r--r--ChangeLog6
-rw-r--r--m4/close-stream.m46
-rw-r--r--modules/close-stream1
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b1069c575..a3c87d072f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-05-23 Bruno Haible <bruno@clisp.org>
+ close-stream: Move AC_LIBOBJ invocations to module description.
+ * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation.
+ * modules/close-stream (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
closeout: Move AC_LIBOBJ invocations to module description.
* m4/closeout.m4 (gl_CLOSEOUT): Remove AC_LIBOBJ invocation.
* modules/closeout (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/close-stream.m4 b/m4/close-stream.m4
index 2a7349cf6c..e95b00790a 100644
--- a/m4/close-stream.m4
+++ b/m4/close-stream.m4
@@ -1,13 +1,11 @@
-#serial 3
+#serial 4
dnl Copyright (C) 2006-2007, 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,
dnl with or without modifications, as long as this notice is preserved.
+dnl Prerequisites of lib/close-stream.c.
AC_DEFUN([gl_CLOSE_STREAM],
[
- AC_LIBOBJ([close-stream])
-
- dnl Prerequisites of lib/close-stream.c.
:
])
diff --git a/modules/close-stream b/modules/close-stream
index 03eba124d5..dd5522f596 100644
--- a/modules/close-stream
+++ b/modules/close-stream
@@ -15,6 +15,7 @@ gl_CLOSE_STREAM
gl_MODULE_INDICATOR([close-stream])
Makefile.am:
+lib_SOURCES += close-stream.c
Include:
"close-stream.h"