changeset 15255:da9dd4b862e0

write-any-file: Move AC_LIBOBJ invocations to module description. * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ invocation. * modules/write-any-file (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 02:25:13 +0200
parents de46a4353042
children c799149bb7da
files ChangeLog m4/write-any-file.m4 modules/write-any-file
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
+	write-any-file: Move AC_LIBOBJ invocations to module description.
+	* m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
+	invocation.
+	* modules/write-any-file (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
 	utimens: Move AC_LIBOBJ invocations to module description.
 	* m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation.
 	* modules/utimens (Makefile.am): Augment lib_SOURCES.
--- a/m4/write-any-file.m4
+++ b/m4/write-any-file.m4
@@ -11,5 +11,4 @@
 AC_DEFUN([gl_WRITE_ANY_FILE],
 [
   AC_CHECK_HEADERS_ONCE([priv.h])
-  AC_LIBOBJ([write-any-file])
 ])
--- a/modules/write-any-file
+++ b/modules/write-any-file
@@ -14,6 +14,7 @@
 gl_WRITE_ANY_FILE
 
 Makefile.am:
+lib_SOURCES += write-any-file.c
 
 Include:
 "write-any-file.h"