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

ChangeLog
m4/utimecmp.m4
modules/utimecmp

index 9ef7beb..9e134f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        userspec: Move AC_LIBOBJ invocations to module description.
        * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation.
        * modules/userspec (Makefile.am): Augment lib_SOURCES.
index 5bd0e30..27dd0a5 100644 (file)
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
 dnl Copyright (C) 2004-2007, 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_UTIMECMP],
 [
-  AC_LIBOBJ([utimecmp])
-
   dnl Prerequisites of lib/utimecmp.c.
   AC_REQUIRE([gl_FUNC_UTIMES])
   :
index a3160c8..398411e 100644 (file)
@@ -21,6 +21,7 @@ configure.ac:
 gl_UTIMECMP
 
 Makefile.am:
+lib_SOURCES += utimecmp.c
 
 Include:
 "utimecmp.h"