# HG changeset patch # User Bruno Haible # Date 1306193603 -7200 # Node ID fe013c78e73007ee045248704f65f8014ee3596c # Parent e2c31bba517c31731f7db461d8e8b88d21906474 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 same: Move AC_LIBOBJ invocations to module description. diff --git a/m4/save-cwd.m4 b/m4/save-cwd.m4 --- 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]) ]) diff --git a/modules/save-cwd b/modules/save-cwd --- a/modules/save-cwd +++ b/modules/save-cwd @@ -18,6 +18,7 @@ gl_SAVE_CWD Makefile.am: +lib_SOURCES += save-cwd.c Include: "save-cwd.h"