summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-23 22:57:28 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:21 +0200
commitf570e72a2509b41eb3c5c260a6b897a7e51cd4a3 (patch)
treed400ca85afe023eb61ddad3f91fcd5570a169b92
parent24115a1330bc3267b541240a5d354855b28bc474 (diff)
downloadgnulib-f570e72a2509b41eb3c5c260a6b897a7e51cd4a3.tar.gz
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.
-rw-r--r--ChangeLog6
-rw-r--r--m4/cycle-check.m43
-rw-r--r--modules/cycle-check1
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 89324ba36e..fe0faf11ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
* m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation.
* modules/c-strtold (Makefile.am): Augment lib_SOURCES.
diff --git a/m4/cycle-check.m4 b/m4/cycle-check.m4
index 42ad2fffa4..c40e0bdb5c 100644
--- 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 @@ 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])
])
diff --git a/modules/cycle-check b/modules/cycle-check
index fe0e416b01..6a8618a41e 100644
--- a/modules/cycle-check
+++ b/modules/cycle-check
@@ -16,6 +16,7 @@ configure.ac:
gl_CYCLE_CHECK
Makefile.am:
+lib_SOURCES += cycle-check.c
Include:
"cycle-check.h"