From: Bruno Haible Date: Mon, 23 May 2011 23:06:48 +0000 (+0200) Subject: quote: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2298 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3ece1c0c7f07c0c6b8badd483b6fbab959531850;p=gnulib.git 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/ChangeLog b/ChangeLog index 3e937604f..11bf7fa61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. + +2011-05-23 Bruno Haible + posixver: Move AC_LIBOBJ invocations to module description. * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. * modules/posixver (Makefile.am): Augment lib_SOURCES. diff --git a/m4/quote.m4 b/m4/quote.m4 index 23286841c..199612073 100644 --- a/m4/quote.m4 +++ b/m4/quote.m4 @@ -1,4 +1,4 @@ -# quote.m4 serial 5 +# quote.m4 serial 6 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -7,8 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_QUOTE], [ - AC_LIBOBJ([quote]) - dnl Prerequisites of lib/quote.c. dnl (none) + : ]) diff --git a/modules/quote b/modules/quote index 6e26f6915..02bfc9410 100644 --- a/modules/quote +++ b/modules/quote @@ -13,6 +13,7 @@ configure.ac: gl_QUOTE Makefile.am: +lib_SOURCES += quote.c Include: "quote.h"