posixver: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:05:01 +0000 (01:05 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:33 +0000 (00:07 +0200)
* m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation.
* modules/posixver (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/posixver.m4
modules/posixver

index ea912d57cbd7cdf78ea9f6fc5dfb6464abf4cb2b..3e937604f5f336f400fac002c06b1d6bb2dcdaf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        posixtm: Move AC_LIBOBJ invocations to module description.
index e24b40d8fe3bde593dc53cd4ee0d57dfc161082c..341d1707e21c6dd94ac035ce735d49830990118f 100644 (file)
@@ -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])
 ])
 
index 84891cd5480c1da4bdb33af2ff2af7a0f9c40b27..bb5ac77d41b117578110898adb23af9b72a87da2 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_POSIXVER
 
 Makefile.am:
+lib_SOURCES += posixver.c
 
 Include:
 "posixver.h"