* m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
* modules/quote (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ quote: Move AC_LIBOBJ invocations to module description.
+ * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
+ * modules/quote (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
posixver: Move AC_LIBOBJ invocations to module description.
-# quote.m4 serial 5
+# quote.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_QUOTE],
[
- AC_LIBOBJ([quote])
-
dnl Prerequisites of lib/quote.c.
dnl (none)
+ :
])
gl_QUOTE
Makefile.am:
+lib_SOURCES += quote.c
Include:
"quote.h"