xgetcwd: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 00:30:19 +0000 (02:30 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:43 +0000 (00:07 +0200)
* m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
* modules/xgetcwd (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/xgetcwd.m4
modules/xgetcwd

index c03e3de..53fa879 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+       xgetcwd: Move AC_LIBOBJ invocations to module description.
+       * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
+       * modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
        xalloc: Move AC_LIBOBJ invocations to module description.
        * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation.
        * modules/xalloc (Makefile.am): Augment lib_SOURCES.
index e876dfa..951bc3d 100644 (file)
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
 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,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XGETCWD],
 [
-  AC_LIBOBJ([xgetcwd])
+  :
 ])
index a3ae23f..21cef52 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_XGETCWD
 
 Makefile.am:
+lib_SOURCES += xgetcwd.c
 
 Include:
 "xgetcwd.h"