Mercurial > hg > octave-jordi > gnulib-hg
changeset 15229:850d61f60d1f
quotearg: Move AC_LIBOBJ invocations to module description.
* m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
* modules/quotearg (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:09:10 +0200 |
parents | 957ab75671ef |
children | 99f3a0b0d70a |
files | ChangeLog m4/quotearg.m4 modules/quotearg |
diffstat | 3 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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]) + : ])