* m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
* modules/yesno (Makefile.am): Augment lib_SOURCES.
+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.
-# 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
AC_DEFUN([gl_YESNO],
[
- AC_LIBOBJ([yesno])
-
dnl No prerequisites of lib/yesno.c.
:
])
gl_YESNO
Makefile.am:
+lib_SOURCES += yesno.c
Include:
"yesno.h"