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

ChangeLog
m4/quotearg.m4
modules/quotearg

index 11bf7fa61c849a83504e921acea208044be15ac9..f7215bd013efe033a900d9aa3dcbb0b5f1e033ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       quotearg: Move AC_LIBOBJ invocations to module description.
+       * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
+       * modules/quotearg (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        quote: Move AC_LIBOBJ invocations to module description.
index ff4a2fa4be1f779c1cb77fdd75e3a6738221f0d0..990712b73058bfe81fec784a7ab1b9e5dfceda78 100644 (file)
@@ -1,4 +1,4 @@
-# quotearg.m4 serial 8
+# quotearg.m4 serial 9
 dnl Copyright (C) 2002, 2004-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -6,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_QUOTEARG],
 [
-  AC_LIBOBJ([quotearg])
+  :
 ])
index f62b2c0ffdd11862f31f8a7ecf4450573c960ce6..b3f1ad17fe82e937ac9761148ef571985d4286e4 100644 (file)
@@ -24,6 +24,7 @@ configure.ac:
 gl_QUOTEARG
 
 Makefile.am:
+lib_SOURCES += quotearg.c
 
 Include:
 "quotearg.h"