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

ChangeLog
m4/save-cwd.m4
modules/save-cwd

index 9e110ed6aa98febfff149a04f1e81f260eed98ab..08d0104efd8b2f039a679aa6176c83d09e76a4e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        same: Move AC_LIBOBJ invocations to module description.
index 7437e0536786345d230bf30d41453fa50868023c..0769ea8e1d5532487e6308a212fd9b8aebb23ac6 100644 (file)
@@ -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])
 ])
index 974b5962c1bbf0b7f3b18875f9890149c4a7ebda..876826b0bbfdc8521c39097d6b6997e8ce7266ee 100644 (file)
@@ -18,6 +18,7 @@ configure.ac:
 gl_SAVE_CWD
 
 Makefile.am:
+lib_SOURCES += save-cwd.c
 
 Include:
 "save-cwd.h"