From: Bruno Haible Date: Tue, 24 May 2011 00:23:33 +0000 (+0200) Subject: utimens: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2272 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=be6418e5cb639583826a55437ddb67e273ffabf4;p=gnulib.git utimens: Move AC_LIBOBJ invocations to module description. * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation. * modules/utimens (Makefile.am): Augment lib_SOURCES. --- 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"