xnanosleep: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 01:28:18 +0000 (03:28 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:44 +0000 (00:07 +0200)
* m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
* modules/xnanosleep (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/xnanosleep.m4
modules/xnanosleep

index 53fa879656f5cdc0b34b423e13746339b669a068..f2feed175bc6ef465873b7c4b17f07710386ff8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xnanosleep: Move AC_LIBOBJ invocations to module description.
+       * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
+       * modules/xnanosleep (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        xgetcwd: Move AC_LIBOBJ invocations to module description.
index 4dfdefef5735b5f3a0d4a0316cce855a4bf060a5..ead70829b04a6fc60d09cf6fb5b37c6ab149bc44 100644 (file)
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 dnl Copyright (C) 2005-2006, 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,
@@ -8,5 +8,5 @@ dnl Written by Paul Eggert.
 
 AC_DEFUN([gl_XNANOSLEEP],
 [
-  AC_LIBOBJ([xnanosleep])
+  :
 ])
index 876a3b4d37f913bd9b8f26e27444dcbf4816d3fc..f1b1371dd703c00bf3f841174151c2e7d177ed6d 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_XNANOSLEEP
 
 Makefile.am:
+lib_SOURCES += xnanosleep.c
 
 Include:
 "xnanosleep.h"