quote: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:06:48 +0000 (01:06 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:34 +0000 (00:07 +0200)
* m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
* modules/quote (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/quote.m4
modules/quote

index 3e937604f5f336f400fac002c06b1d6bb2dcdaf3..11bf7fa61c849a83504e921acea208044be15ac9 100644 (file)
--- 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.
index 23286841cf677166938db98f1c8f91276a5e0010..199612073ad7de2e9a2899382010001f77926e4c 100644 (file)
@@ -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 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_QUOTE],
 [
-  AC_LIBOBJ([quote])
-
   dnl Prerequisites of lib/quote.c.
   dnl (none)
+  :
 ])
index 6e26f69156d038567433fe06cf5116170338c3d4..02bfc9410e2ce8fa835166d4532adfb9b7bd5576 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_QUOTE
 
 Makefile.am:
+lib_SOURCES += quote.c
 
 Include:
 "quote.h"