From: Bruno Haible Date: Mon, 23 May 2011 23:14:18 +0000 (+0200) Subject: readtokens: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb9956a60a6bab2bcd22139d7e79140f28a9b18;p=pspp 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 031f5c9992..3d3c0d9584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/readtokens.m4 b/m4/readtokens.m4 index f170a4ba70..67a74cdd22 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 9453de9972..2496a96a5b 100644 --- a/modules/readtokens +++ b/modules/readtokens @@ -14,6 +14,7 @@ configure.ac: gl_READTOKENS Makefile.am: +lib_SOURCES += readtokens.c Include: "readtokens.h"