From be6418e5cb639583826a55437ddb67e273ffabf4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 02:23:33 +0200 Subject: [PATCH] utimens: Move AC_LIBOBJ invocations to module description. * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation. * modules/utimens (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/utimens.m4 | 4 +--- modules/utimens | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e134f964..7b05d6a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + utimens: Move AC_LIBOBJ invocations to module description. + * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation. + * modules/utimens (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + utimecmp: Move AC_LIBOBJ invocations to module description. * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation. * modules/utimecmp (Makefile.am): Augment lib_SOURCES. diff --git a/m4/utimens.m4 b/m4/utimens.m4 index f2c755e87..e90947fa8 100644 --- a/m4/utimens.m4 +++ b/m4/utimens.m4 @@ -3,12 +3,10 @@ dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -dnl serial 5 +dnl serial 6 AC_DEFUN([gl_UTIMENS], [ - AC_LIBOBJ([utimens]) - dnl Prerequisites of lib/utimens.c. AC_REQUIRE([gl_FUNC_UTIMES]) AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC]) diff --git a/modules/utimens b/modules/utimens index 9917cfc7e..1a9687f57 100644 --- a/modules/utimens +++ b/modules/utimens @@ -23,6 +23,7 @@ configure.ac: gl_UTIMENS Makefile.am: +lib_SOURCES += utimens.c Include: "utimens.h" -- 2.11.0