From 1a930be3b609669e333546ff2b43df0a2e73f3dc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:49:28 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/close-stream.m4 | 6 ++---- modules/close-stream | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b1069c57..a3c87d072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + 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 2a7349cf6..e95b00790 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 03eba124d..dd5522f59 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" -- 2.11.0