From: Bruno Haible Date: Mon, 23 May 2011 23:05:01 +0000 (+0200) Subject: posixver: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2299 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=53b17af576541886ff6b1ed0993d3693342ff5c4;p=gnulib.git posixver: Move AC_LIBOBJ invocations to module description. * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation. * modules/posixver (Makefile.am): Augment lib_SOURCES. --- 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"