* m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
* modules/quotearg (Makefile.am): Augment lib_SOURCES.
+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.
-# 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,
AC_DEFUN([gl_QUOTEARG],
[
- AC_LIBOBJ([quotearg])
+ :
])
gl_QUOTEARG
Makefile.am:
+lib_SOURCES += quotearg.c
Include:
"quotearg.h"