From 62edd0a2d680efe27d10088fa000b03c880be5c7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:09:10 +0200 Subject: [PATCH] quotearg: Move AC_LIBOBJ invocations to module description. * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation. * modules/quotearg (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/quotearg.m4 | 4 ++-- modules/quotearg | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11bf7fa61..f7215bd01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation. * modules/quote (Makefile.am): Augment lib_SOURCES. diff --git a/m4/quotearg.m4 b/m4/quotearg.m4 index ff4a2fa4b..990712b73 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_QUOTEARG], [ - AC_LIBOBJ([quotearg]) + : ]) diff --git a/modules/quotearg b/modules/quotearg index f62b2c0ff..b3f1ad17f 100644 --- a/modules/quotearg +++ b/modules/quotearg @@ -24,6 +24,7 @@ configure.ac: gl_QUOTEARG Makefile.am: +lib_SOURCES += quotearg.c Include: "quotearg.h" -- 2.11.0