settime: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:36:34 +0000 (01:36 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:38 +0000 (00:07 +0200)
* m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
* modules/settime (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/settime.m4
modules/settime

index 8a4da0241476458b5a2b3e82f415c61b4826c53d..b1b526d84f70de586422a947df3370df23c58ae6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        savedir: Move AC_LIBOBJ invocations to module description.
index 107398fb0b66945723cb2ed04062ac9a1656ffb0..24ad2b8a2a81f83dd0a64085213ef52f743f1edf 100644 (file)
@@ -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])
index c2e1b3cd59e81dcbf6052cafbae90260a7f9167a..8f097f7860537df25c15e8eaa6cdb833516720e6 100644 (file)
@@ -16,6 +16,7 @@ configure.ac:
 gl_SETTIME
 
 Makefile.am:
+lib_SOURCES += settime.c
 
 Include:
 "timespec.h"