utimens: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 00:23:33 +0000 (02:23 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:42 +0000 (00:07 +0200)
* m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation.
* modules/utimens (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/utimens.m4
modules/utimens

index 9e134f9..7b05d6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       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  <bruno@clisp.org>
+
        utimecmp: Move AC_LIBOBJ invocations to module description.
        * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation.
        * modules/utimecmp (Makefile.am): Augment lib_SOURCES.
index f2c755e..e90947f 100644 (file)
@@ -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])
index 9917cfc..1a9687f 100644 (file)
@@ -23,6 +23,7 @@ configure.ac:
 gl_UTIMENS
 
 Makefile.am:
+lib_SOURCES += utimens.c
 
 Include:
 "utimens.h"