savedir: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:35:15 +0000 (01:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:37 +0000 (00:07 +0200)
* m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation.
* modules/savedir (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/savedir.m4
modules/savedir

index 08d0104..8a4da02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation.
        * modules/save-cwd (Makefile.am): Augment lib_SOURCES.
index 94f3e89..a5aca5e 100644 (file)
@@ -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])
+  :
 ])
index 6699095..1415eeb 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_SAVEDIR
 
 Makefile.am:
+lib_SOURCES += savedir.c
 
 Include:
 "savedir.h"