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 7d2d38f..3b29296 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 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.
        * m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro.
        * modules/popen-safer (Files): Remove m4/stdio-safer.m4.
index de61544..d63559e 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"