yesno: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 01:35:50 +0000 (03:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:45 +0000 (00:07 +0200)
* m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
* modules/yesno (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/yesno.m4
modules/yesno

index 1c94380..9fc8e4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        xstrtol: Move AC_LIBOBJ invocations to module description.
        * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
        * modules/xstrtol (Makefile.am): Augment lib_SOURCES.
index 2cf0a77..aa506f5 100644 (file)
@@ -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.
   :
 ])
index 2b95845..5b5f4cd 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
+lib_SOURCES += yesno.c
 
 Include:
 "yesno.h"