From: Bruno Haible Date: Mon, 23 May 2011 23:14:18 +0000 (+0200) Subject: readtokens: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2295 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=acb9956a60a6bab2bcd22139d7e79140f28a9b18;p=gnulib.git readtokens: Move AC_LIBOBJ invocations to module description. * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation. * modules/readtokens (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 031f5c999..3d3c0d958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + readtokens: Move AC_LIBOBJ invocations to module description. + * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation. + * modules/readtokens (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + read-file: Move AC_LIBOBJ invocations to module description. * m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro. * modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead diff --git a/m4/readtokens.m4 b/m4/readtokens.m4 index f170a4ba7..67a74cdd2 100644 --- a/m4/readtokens.m4 +++ b/m4/readtokens.m4 @@ -1,14 +1,12 @@ -# readtokens.m4 serial 5 +# readtokens.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 dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. +dnl Prerequisites of lib/readtokens.c. AC_DEFUN([gl_READTOKENS], [ - AC_LIBOBJ([readtokens]) - - dnl Prerequisites of lib/readtokens.c. : ]) diff --git a/modules/readtokens b/modules/readtokens index 9453de997..2496a96a5 100644 --- a/modules/readtokens +++ b/modules/readtokens @@ -14,6 +14,7 @@ configure.ac: gl_READTOKENS Makefile.am: +lib_SOURCES += readtokens.c Include: "readtokens.h"