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 4b1069c5759e7db8ce7090d7d105b4da1cb5da0f..a3c87d072f5a93a4dca48d5043f706cb401c261c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 2a7349cf6c16d935647a2e8c43d79dd00f9930f1..e95b00790ad35c1ae5a0154a22d9214e6c62c8df 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 03eba124d56e6d101bfa9fc0e3727e74854fbe68..dd5522f596db71dd5a9668cdeb0d7ccdec3f3635 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"