From: Bruno Haible Date: Mon, 23 May 2011 23:03:35 +0000 (+0200) Subject: posixtm: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2300 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e5c04f128111719ea4678da3b1db24b8750b896e;p=gnulib.git posixtm: Move AC_LIBOBJ invocations to module description. * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation. * modules/posixtm (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index b585b9336..ea912d57c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. * modules/physmem (Makefile.am): Augment lib_SOURCES. diff --git a/m4/posixtm.m4 b/m4/posixtm.m4 index 4ded2c51f..5b925b727 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 425c175ec..8e3a4db65 100644 --- a/modules/posixtm +++ b/modules/posixtm @@ -15,6 +15,7 @@ configure.ac: gl_POSIXTM Makefile.am: +lib_SOURCES += posixtm.c Include: "posixtm.h"