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

ChangeLog
m4/posixtm.m4
modules/posixtm

index b585b9336855229a2e496020cbf0a0f9039df2e5..ea912d57cbd7cdf78ea9f6fc5dfb6464abf4cb2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       posixtm: Move AC_LIBOBJ invocations to module description.
+       * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
+       * modules/posixtm (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        physmem: Move AC_LIBOBJ invocations to module description.
index 4ded2c51f055e0d395f505942bffe40fbccb7c64..5b925b72738ad7a484dcefbae607cc14dbedffac 100644 (file)
@@ -1,4 +1,4 @@
-# posixtm.m4 serial 7
+# posixtm.m4 serial 8
 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -7,7 +7,6 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_POSIXTM],
 [
-  AC_LIBOBJ([posixtm])
-
   dnl No prerequisites of lib/posixtm.c.
+  :
 ])
index 425c175ec6536fdac905ab3331b0837eb5f059e4..8e3a4db65b61b220fbff62f869f405f3bff27e4f 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_POSIXTM
 
 Makefile.am:
+lib_SOURCES += posixtm.c
 
 Include:
 "posixtm.h"