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 b585b93..ea912d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation.
        * modules/physmem (Makefile.am): Augment lib_SOURCES.
index 4ded2c5..5b925b7 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 425c175..8e3a4db 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_POSIXTM
 
 Makefile.am:
+lib_SOURCES += posixtm.c
 
 Include:
 "posixtm.h"