From e5c04f128111719ea4678da3b1db24b8750b896e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:03:35 +0200 Subject: [PATCH] posixtm: Move AC_LIBOBJ invocations to module description. * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation. * modules/posixtm (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/posixtm.m4 | 5 ++--- modules/posixtm | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b585b93368..ea912d57cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 physmem: Move AC_LIBOBJ invocations to module description. diff --git a/m4/posixtm.m4 b/m4/posixtm.m4 index 4ded2c51f0..5b925b7273 100644 --- a/m4/posixtm.m4 +++ b/m4/posixtm.m4 @@ -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. + : ]) diff --git a/modules/posixtm b/modules/posixtm index 425c175ec6..8e3a4db65b 100644 --- a/modules/posixtm +++ b/modules/posixtm @@ -15,6 +15,7 @@ configure.ac: gl_POSIXTM Makefile.am: +lib_SOURCES += posixtm.c Include: "posixtm.h" -- 2.30.2