From: Bruno Haible Date: Mon, 23 May 2011 23:09:10 +0000 (+0200) Subject: quotearg: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62edd0a2d680efe27d10088fa000b03c880be5c7;p=pspp 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 index 11bf7fa61c..f7215bd013 100644 --- 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 index ff4a2fa4be..990712b730 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 f62b2c0ffd..b3f1ad17fe 100644 --- a/modules/quotearg +++ b/modules/quotearg @@ -24,6 +24,7 @@ configure.ac: gl_QUOTEARG Makefile.am: +lib_SOURCES += quotearg.c Include: "quotearg.h"