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 1c94380f76cfd77de6ddc872159a5af10f9ef3e4..9fc8e4bcb1fa72f41f887dd2f8ac7ea7f23ac568 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 2cf0a770bccbfe5facf9ab4ef4f82830bd2f57cf..aa506f5a7302f1978018a97365ac4f208300a254 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 2b9584579d7d4c725511caea65cf466b0fc0ea06..5b5f4cd5fc5c6c3bf4545c9f2dd09c87f3efcdd5 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_YESNO
 
 Makefile.am:
+lib_SOURCES += yesno.c
 
 Include:
 "yesno.h"