From f601b941aeae6ec9b48803e5bbcbaa486ad2a245 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 03:28:18 +0200 Subject: [PATCH] xnanosleep: Move AC_LIBOBJ invocations to module description. * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation. * modules/xnanosleep (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/xnanosleep.m4 | 4 ++-- modules/xnanosleep | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53fa87965..f2feed175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + xgetcwd: Move AC_LIBOBJ invocations to module description. * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation. * modules/xgetcwd (Makefile.am): Augment lib_SOURCES. diff --git a/m4/xnanosleep.m4 b/m4/xnanosleep.m4 index 4dfdefef5..ead70829b 100644 --- a/m4/xnanosleep.m4 +++ b/m4/xnanosleep.m4 @@ -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]) + : ]) diff --git a/modules/xnanosleep b/modules/xnanosleep index 876a3b4d3..f1b1371dd 100644 --- a/modules/xnanosleep +++ b/modules/xnanosleep @@ -16,6 +16,7 @@ configure.ac: gl_XNANOSLEEP Makefile.am: +lib_SOURCES += xnanosleep.c Include: "xnanosleep.h" -- 2.11.0