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 08d0104efd8b2f039a679aa6176c83d09e76a4e4..8a4da0241476458b5a2b3e82f415c61b4826c53d 100644 (file)
--- 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.
index 94f3e8968e2418ad4afc8fed8963eebd562a241f..a5aca5e85ec591e27002e9970af9d0374e68d185 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 6699095e2165b7288c88152e158a1e00e3c006ef..1415eeb5ebdc2154121ae842d8a0dae5f82e0948 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_SAVEDIR
 
 Makefile.am:
+lib_SOURCES += savedir.c
 
 Include:
 "savedir.h"