* m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
* modules/settime (Makefile.am): Augment lib_SOURCES.
+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.
-# 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,
AC_DEFUN([gl_SETTIME],
[
- AC_LIBOBJ([settime])
-
dnl Prerequisites of lib/settime.c.
AC_REQUIRE([gl_CLOCK_TIME])
AC_REQUIRE([gl_TIMESPEC])
gl_SETTIME
Makefile.am:
+lib_SOURCES += settime.c
Include:
"timespec.h"