Mercurial > hg > octave-kai > gnulib-hg
changeset 15237:fe013c78e730
save-cwd: Move AC_LIBOBJ invocations to module description.
* m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation.
* modules/save-cwd (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:33:23 +0200 (2011-05-23) |
parents | e2c31bba517c |
children | c823305b8a6c |
files | ChangeLog m4/save-cwd.m4 modules/save-cwd |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible <bruno@clisp.org> + + save-cwd: Move AC_LIBOBJ invocations to module description. + * m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation. + * modules/save-cwd (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible <bruno@clisp.org> same: Move AC_LIBOBJ invocations to module description.
--- a/m4/save-cwd.m4 +++ b/m4/save-cwd.m4 @@ -1,12 +1,11 @@ -# serial 9 +# serial 10 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, dnl with or without modifications, as long as this notice is preserved. +dnl Prerequisites for lib/save-cwd.c. AC_DEFUN([gl_SAVE_CWD], [ - AC_LIBOBJ([save-cwd]) - dnl Prerequisites for lib/save-cwd.c. AC_CHECK_FUNCS_ONCE([fchdir]) ])