From e374f8d70a557c69ae71c85a28d733912f395516 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 03:35:50 +0200 Subject: [PATCH] yesno: Move AC_LIBOBJ invocations to module description. * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation. * modules/yesno (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/yesno.m4 | 4 +--- modules/yesno | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c94380f7..9fc8e4bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + yesno: Move AC_LIBOBJ invocations to module description. + * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation. + * modules/yesno (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + xstrtol: Move AC_LIBOBJ invocations to module description. * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations. * modules/xstrtol (Makefile.am): Augment lib_SOURCES. diff --git a/m4/yesno.m4 b/m4/yesno.m4 index 2cf0a770b..aa506f5a7 100644 --- a/m4/yesno.m4 +++ b/m4/yesno.m4 @@ -1,4 +1,4 @@ -# yesno.m4 serial 5 +# yesno.m4 serial 6 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -7,8 +7,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_YESNO], [ - AC_LIBOBJ([yesno]) - dnl No prerequisites of lib/yesno.c. : ]) diff --git a/modules/yesno b/modules/yesno index 2b9584579..5b5f4cd5f 100644 --- a/modules/yesno +++ b/modules/yesno @@ -16,6 +16,7 @@ configure.ac: gl_YESNO Makefile.am: +lib_SOURCES += yesno.c Include: "yesno.h" -- 2.11.0