From: Bruno Haible Date: Tue, 24 May 2011 00:30:19 +0000 (+0200) Subject: xgetcwd: Move AC_LIBOBJ invocations to module description. X-Git-Tag: v0.1~2269 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b344de996cd51f8a2f2558a3172016b64d99c622;p=gnulib.git xgetcwd: Move AC_LIBOBJ invocations to module description. * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation. * modules/xgetcwd (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index c03e3de00..53fa87965 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + xalloc: Move AC_LIBOBJ invocations to module description. * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation. * modules/xalloc (Makefile.am): Augment lib_SOURCES. diff --git a/m4/xgetcwd.m4 b/m4/xgetcwd.m4 index e876dfaf7..951bc3dd6 100644 --- a/m4/xgetcwd.m4 +++ b/m4/xgetcwd.m4 @@ -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]) + : ]) diff --git a/modules/xgetcwd b/modules/xgetcwd index a3ae23f5b..21cef522c 100644 --- a/modules/xgetcwd +++ b/modules/xgetcwd @@ -15,6 +15,7 @@ configure.ac: gl_XGETCWD Makefile.am: +lib_SOURCES += xgetcwd.c Include: "xgetcwd.h"