readtokens: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:14:18 +0000 (01:14 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:35 +0000 (00:07 +0200)
* m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation.
* modules/readtokens (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/readtokens.m4
modules/readtokens

index 031f5c999285bcbc99afe24fc379dae99b6046c7..3d3c0d9584740eb93fbc919c0beecfeda4da38e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        read-file: Move AC_LIBOBJ invocations to module description.
index f170a4ba70459ade0eb60fdfd71a55b175baa71d..67a74cdd22497bece3418d2e80c7555196e4bcab 100644 (file)
@@ -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.
   :
 ])
index 9453de997237b7ef0872fe1667e567fb687570b8..2496a96a5b702f0b73b1b68bd921b01f45608132 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_READTOKENS
 
 Makefile.am:
+lib_SOURCES += readtokens.c
 
 Include:
 "readtokens.h"