close-stream: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:49:28 +0000 (22:49 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:20 +0000 (00:07 +0200)
* m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation.
* modules/close-stream (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/close-stream.m4
modules/close-stream

index 4b1069c..a3c87d0 100644 (file)
--- 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.
index 2a7349c..e95b007 100644 (file)
@@ -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.
   :
 ])
index 03eba12..dd5522f 100644 (file)
@@ -15,6 +15,7 @@ gl_CLOSE_STREAM
 gl_MODULE_INDICATOR([close-stream])
 
 Makefile.am:
+lib_SOURCES += close-stream.c
 
 Include:
 "close-stream.h"