# HG changeset patch # User Bruno Haible # Date 1306192150 -7200 # Node ID 850d61f60d1fededfee6926d36311695c85a8536 # Parent 957ab75671ef7cc590750f1db4da214631bb1b40 quotearg: Move AC_LIBOBJ invocations to module description. * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation. * modules/quotearg (Makefile.am): Augment lib_SOURCES. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 quote: Move AC_LIBOBJ invocations to module description. diff --git a/m4/quotearg.m4 b/m4/quotearg.m4 --- a/m4/quotearg.m4 +++ b/m4/quotearg.m4 @@ -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 @@ AC_DEFUN([gl_QUOTEARG], [ - AC_LIBOBJ([quotearg]) + : ]) diff --git a/modules/quotearg b/modules/quotearg --- a/modules/quotearg +++ b/modules/quotearg @@ -24,6 +24,7 @@ gl_QUOTEARG Makefile.am: +lib_SOURCES += quotearg.c Include: "quotearg.h"