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 7b05d6a..4ebb396 100644 (file)
--- 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.
index 66c1476..d46acc4 100644 (file)
@@ -11,5 +11,4 @@
 AC_DEFUN([gl_WRITE_ANY_FILE],
 [
   AC_CHECK_HEADERS_ONCE([priv.h])
-  AC_LIBOBJ([write-any-file])
 ])
index 07eac74..8f1a1ec 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"