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

ChangeLog
m4/closein.m4
modules/closein

index db0fe19..651a7bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       closein: Move AC_LIBOBJ invocations to module description.
+       * m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation.
+       * modules/closein (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        cloexec: Move AC_LIBOBJ invocations to module description.
        * m4/cloexec.m4: Remove file.
        * modules/cloexec (Files): Remove it.
index a5731ee..59b8f79 100644 (file)
@@ -1,13 +1,11 @@
-# closein.m4 serial 1
+# closein.m4 serial 2
 dnl Copyright (C) 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/closein.c.
 AC_DEFUN([gl_CLOSEIN],
 [
-  AC_LIBOBJ([closein])
-
-  dnl Prerequisites of lib/closein.c.
   :
 ])
index 522a383..5f6e7d7 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_CLOSEIN
 
 Makefile.am:
+lib_SOURCES += closein.c
 
 Include:
 "closein.h"