From: Bruno Haible Date: Mon, 23 May 2011 23:35:15 +0000 (+0200) Subject: savedir: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bd9a0f86110ee68c2c481fc12d9820f414c63b;p=pspp savedir: Move AC_LIBOBJ invocations to module description. * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation. * modules/savedir (Makefile.am): Augment lib_SOURCES. --- diff --git a/ChangeLog b/ChangeLog index 08d0104efd..8a4da02414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 save-cwd: Move AC_LIBOBJ invocations to module description. diff --git a/m4/savedir.m4 b/m4/savedir.m4 index 94f3e8968e..a5aca5e85e 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SAVEDIR], [ - AC_LIBOBJ([savedir]) + : ]) diff --git a/modules/savedir b/modules/savedir index 6699095e21..1415eeb5eb 100644 --- a/modules/savedir +++ b/modules/savedir @@ -15,6 +15,7 @@ configure.ac: gl_SAVEDIR Makefile.am: +lib_SOURCES += savedir.c Include: "savedir.h"