idcache: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:10:47 +0000 (00:10 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:28 +0000 (00:07 +0200)
* m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
* modules/idcache (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/idcache.m4
modules/idcache

index 51afcfaba6572b1ada9f83551e614ba5f090513c..01e7eb1f8a5e4eb3fb687aab331dac41daa06fd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       idcache: Move AC_LIBOBJ invocations to module description.
+       * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
+       * modules/idcache (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        human: Move AC_LIBOBJ invocations to module description.
index 0650f50d7585cba18224d2b225bc0bfb68191696..dddf4e5895e464ec9757d9e68162419a5ae0f324 100644 (file)
@@ -1,4 +1,4 @@
-# idcache.m4 serial 6
+# idcache.m4 serial 7
 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,5 +7,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_IDCACHE],
 [
-  AC_LIBOBJ([idcache])
+  :
 ])
index 6334de262390dc62bc29f216267a106173c4c222..72b7b91e624db914d5010c8115827b99b7128ee1 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_IDCACHE
 
 Makefile.am:
+lib_SOURCES += idcache.c
 
 Include:
 "idcache.h"