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 db0fe196edc7ff2e27634d8cf070d3ed5b00b981..651a7bbb10b949fe6fbb0452d9956eaafe92213e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index a5731ee06e6dfea83f878743cb2944827573d9e3..59b8f795c93dd9da8a828631f6cf1919dc053512 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 522a383d3eef7ec35994bbb4e819857b44515db5..5f6e7d77ffd2b56aaf4c7c33cde513d884574166 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_CLOSEIN
 
 Makefile.am:
+lib_SOURCES += closein.c
 
 Include:
 "closein.h"