tmpfile-safer: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 23:54:41 +0000 (01:54 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:40 +0000 (00:07 +0200)
* m4/stdio-safer.m4: Remove file.
* modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_TMPFILE_SAFER call.
(Makefile.am): Augment lib_SOURCES.

ChangeLog
modules/tmpfile-safer

index 7d2d38fdc374e5e35d04571c654a7105dac932f0..3b2929661dc0c36a67ea851edc62fdc5ef1abb18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdio-safer.m4: Remove file.
+       * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
+       (configure.ac): Remove gl_TMPFILE_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        popen-safer: Move AC_LIBOBJ invocations to module description.
index de615442ee66ff2f61b15c4b79c186be8aee398d..d63559e1535159c95f6deea9141854e806f09c5f 100644 (file)
@@ -5,7 +5,6 @@ Files:
 lib/stdio--.h
 lib/stdio-safer.h
 lib/tmpfile-safer.c
-m4/stdio-safer.m4
 
 Depends-on:
 binary-io
@@ -13,10 +12,10 @@ tmpfile
 unistd-safer
 
 configure.ac:
-gl_TMPFILE_SAFER
 gl_MODULE_INDICATOR([tmpfile-safer])
 
 Makefile.am:
+lib_SOURCES += tmpfile-safer.c
 
 Include:
 "stdio-safer.h"