changeset 15190:7e79f275f979

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.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:57:28 +0200
parents baa289766f6b
children 95b653fc1a8a
files ChangeLog m4/cycle-check.m4 modules/cycle-check
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/m4/cycle-check.m4
+++ b/m4/cycle-check.m4
@@ -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 @@
 AC_DEFUN([gl_CYCLE_CHECK],
 [
   AC_REQUIRE([AC_C_INLINE])
-  AC_LIBOBJ([cycle-check])
 ])
--- a/modules/cycle-check
+++ b/modules/cycle-check
@@ -16,6 +16,7 @@
 gl_CYCLE_CHECK
 
 Makefile.am:
+lib_SOURCES += cycle-check.c
 
 Include:
 "cycle-check.h"