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 c03e3de008609b8d75602680a6fe3ef4ac9b58df..53fa879656f5cdc0b34b423e13746339b669a068 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index e876dfaf7b7cb9e51d9054d3764bb22d61ff3519..951bc3dd6e6ad55a3487309c333f5040bd4445e7 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 a3ae23f5be9ed15c6b79bfbbc9bc4d9fe25629e9..21cef522cfc8b650026c0ab68aea22c47b44544b 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_XGETCWD
 
 Makefile.am:
+lib_SOURCES += xgetcwd.c
 
 Include:
 "xgetcwd.h"