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

ChangeLog
m4/cycle-check.m4
modules/cycle-check

index 89324ba36ea8a224fb438ba9506c91e2bbdc2a88..fe0faf11ff60bb04c2b204bc99476be795edcc84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       cycle-check: Move AC_LIBOBJ invocations to module description.
+       * m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation.
+       * modules/cycle-check (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        c-strtold: Move AC_LIBOBJ invocations to module description.
index 42ad2fffa4aecb73cce2c1e2c6daa3c264d3d6a2..c40e0bdb5cfe450123a82a5f6bdb3e9f109224f3 100644 (file)
@@ -1,4 +1,4 @@
-#serial 5
+#serial 6
 dnl Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,5 +7,4 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_CYCLE_CHECK],
 [
   AC_REQUIRE([AC_C_INLINE])
-  AC_LIBOBJ([cycle-check])
 ])
index fe0e416b017652981bec2d73ce3995c19d7e96a6..6a8618a41eac5aeb6dcec8644bdef2036a9451da 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_CYCLE_CHECK
 
 Makefile.am:
+lib_SOURCES += cycle-check.c
 
 Include:
 "cycle-check.h"