From: Bruno Haible Date: Mon, 23 May 2011 23:05:01 +0000 (+0200) Subject: posixver: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b17af576541886ff6b1ed0993d3693342ff5c4;p=pspp 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 ea912d57cb..3e937604f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/m4/posixver.m4 b/m4/posixver.m4 index e24b40d8fe..341d1707e2 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 84891cd548..bb5ac77d41 100644 --- a/modules/posixver +++ b/modules/posixver @@ -13,6 +13,7 @@ configure.ac: gl_POSIXVER Makefile.am: +lib_SOURCES += posixver.c Include: "posixver.h"