Mercurial > hg > octave-jordi > gnulib-hg
changeset 15238:c823305b8a6c
savedir: Move AC_LIBOBJ invocations to module description.
* m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation.
* modules/savedir (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:35:15 +0200 |
parents | fe013c78e730 |
children | 36e1fcc3cddf |
files | ChangeLog m4/savedir.m4 modules/savedir |
diffstat | 3 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible <bruno@clisp.org> + + savedir: Move AC_LIBOBJ invocations to module description. + * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation. + * modules/savedir (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible <bruno@clisp.org> save-cwd: Move AC_LIBOBJ invocations to module description.
--- a/m4/savedir.m4 +++ b/m4/savedir.m4 @@ -1,4 +1,4 @@ -# savedir.m4 serial 9 +# savedir.m4 serial 10 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -7,5 +7,5 @@ AC_DEFUN([gl_SAVEDIR], [ - AC_LIBOBJ([savedir]) + : ])