From 53b17af576541886ff6b1ed0993d3693342ff5c4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:05:01 +0200 Subject: [PATCH] posixver: Move AC_LIBOBJ invocations to module description. * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. * modules/posixver (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/posixver.m4 | 4 +--- modules/posixver | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea912d57c..3e937604f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + posixver: Move AC_LIBOBJ invocations to module description. + * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. + * modules/posixver (Makefile.am): Augment lib_SOURCES. + +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. diff --git a/m4/posixver.m4 b/m4/posixver.m4 index e24b40d8f..341d1707e 100644 --- a/m4/posixver.m4 +++ b/m4/posixver.m4 @@ -1,4 +1,4 @@ -# posixver.m4 serial 10 +# posixver.m4 serial 11 dnl Copyright (C) 2002-2006, 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_POSIXVER], [ - AC_LIBOBJ([posixver]) - AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION]) ]) diff --git a/modules/posixver b/modules/posixver index 84891cd54..bb5ac77d4 100644 --- a/modules/posixver +++ b/modules/posixver @@ -13,6 +13,7 @@ configure.ac: gl_POSIXVER Makefile.am: +lib_SOURCES += posixver.c Include: "posixver.h" -- 2.11.0