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 53fa879..f2feed1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
        * modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
index 4dfdefe..ead7082 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 876a3b4..f1b1371 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_XNANOSLEEP
 
 Makefile.am:
+lib_SOURCES += xnanosleep.c
 
 Include:
 "xnanosleep.h"