From abc5636040a3fd97b3c3d54e1367fa48ebfa123b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:36:34 +0200 Subject: [PATCH] settime: Move AC_LIBOBJ invocations to module description. * m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation. * modules/settime (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/settime.m4 | 4 +--- modules/settime | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a4da0241..b1b526d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + settime: Move AC_LIBOBJ invocations to module description. + * m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation. + * modules/settime (Makefile.am): Augment lib_SOURCES. + +2011-05-23 Bruno Haible + savedir: Move AC_LIBOBJ invocations to module description. * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation. * modules/savedir (Makefile.am): Augment lib_SOURCES. diff --git a/m4/settime.m4 b/m4/settime.m4 index 107398fb0..24ad2b8a2 100644 --- a/m4/settime.m4 +++ b/m4/settime.m4 @@ -1,4 +1,4 @@ -# settime.m4 serial 6 +# settime.m4 serial 7 dnl Copyright (C) 2002, 2004-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, @@ -6,8 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SETTIME], [ - AC_LIBOBJ([settime]) - dnl Prerequisites of lib/settime.c. AC_REQUIRE([gl_CLOCK_TIME]) AC_REQUIRE([gl_TIMESPEC]) diff --git a/modules/settime b/modules/settime index c2e1b3cd5..8f097f786 100644 --- a/modules/settime +++ b/modules/settime @@ -16,6 +16,7 @@ configure.ac: gl_SETTIME Makefile.am: +lib_SOURCES += settime.c Include: "timespec.h" -- 2.11.0