From a292d7f866813679fb74395332df7c46bc976a9e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 22:45:58 +0200 Subject: [PATCH] closein: Move AC_LIBOBJ invocations to module description. * m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation. * modules/closein (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/closein.m4 | 6 ++---- modules/closein | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index db0fe196ed..651a7bbb10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 cloexec: Move AC_LIBOBJ invocations to module description. diff --git a/m4/closein.m4 b/m4/closein.m4 index a5731ee06e..59b8f795c9 100644 --- a/m4/closein.m4 +++ b/m4/closein.m4 @@ -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. : ]) diff --git a/modules/closein b/modules/closein index 522a383d3e..5f6e7d77ff 100644 --- a/modules/closein +++ b/modules/closein @@ -16,6 +16,7 @@ configure.ac: gl_CLOSEIN Makefile.am: +lib_SOURCES += closein.c Include: "closein.h" -- 2.30.2