From: Bruno Haible Date: Tue, 24 May 2011 00:23:33 +0000 (+0200) Subject: utimens: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6418e5cb639583826a55437ddb67e273ffabf4;p=pspp 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 9e134f9648..7b05d6a71a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/utimens.m4 b/m4/utimens.m4 index f2c755e879..e90947fa87 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 9917cfc7ef..1a9687f579 100644 --- a/modules/utimens +++ b/modules/utimens @@ -23,6 +23,7 @@ configure.ac: gl_UTIMENS Makefile.am: +lib_SOURCES += utimens.c Include: "utimens.h"