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 ea912d5..3e93760 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
        * modules/posixtm (Makefile.am): Augment lib_SOURCES.
index e24b40d..341d170 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 84891cd..bb5ac77 100644 (file)
@@ -13,6 +13,7 @@ configure.ac:
 gl_POSIXVER
 
 Makefile.am:
+lib_SOURCES += posixver.c
 
 Include:
 "posixver.h"