write-any-file: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 00:25:13 +0000 (02:25 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:43 +0000 (00:07 +0200)
* m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
invocation.
* modules/write-any-file (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/write-any-file.m4
modules/write-any-file

index 7b05d6a71aca50c92c6825316753ea4d001309d8..4ebb3962376db08814a7c80d31f8dab85b7fa2bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 66c1476c0db6ff57e0bd2db4d915643c26ddafd2..d46acc49418b84ab8215d6f18f850fe5eb4437e4 100644 (file)
@@ -11,5 +11,4 @@
 AC_DEFUN([gl_WRITE_ANY_FILE],
 [
   AC_CHECK_HEADERS_ONCE([priv.h])
-  AC_LIBOBJ([write-any-file])
 ])
index 07eac748b54312a04d35398a4117bffab363bd9d..8f1a1ec1685f5cfe17855c2d0ad7e1bb55fb2575 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_WRITE_ANY_FILE
 
 Makefile.am:
+lib_SOURCES += write-any-file.c
 
 Include:
 "write-any-file.h"