changeset 15228:957ab75671ef

quote: Move AC_LIBOBJ invocations to module description. * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation. * modules/quote (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 01:06:48 +0200
parents 5677ae34c723
children 850d61f60d1f
files ChangeLog m4/quote.m4 modules/quote
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
--- a/m4/quote.m4
+++ b/m4/quote.m4
@@ -1,4 +1,4 @@
-# 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
@@ -7,8 +7,7 @@
 
 AC_DEFUN([gl_QUOTE],
 [
-  AC_LIBOBJ([quote])
-
   dnl Prerequisites of lib/quote.c.
   dnl (none)
+  :
 ])
--- a/modules/quote
+++ b/modules/quote
@@ -13,6 +13,7 @@
 gl_QUOTE
 
 Makefile.am:
+lib_SOURCES += quote.c
 
 Include:
 "quote.h"