summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 01:54:41 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:40 +0200
commit8b498e93c258019d81b17e40d290a80f48783c7e (patch)
treec66b400d4ce004e9ce229d8d71ce0dee1692ee03
parent251c566a3b21bb5700c7625c71d170b4b405172a (diff)
downloadgnulib-8b498e93c258019d81b17e40d290a80f48783c7e.tar.gz
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.
-rw-r--r--ChangeLog8
-rw-r--r--modules/tmpfile-safer3
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d2d38fdc3..3b2929661d 100644
--- 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.
diff --git a/modules/tmpfile-safer b/modules/tmpfile-safer
index de615442ee..d63559e153 100644
--- a/modules/tmpfile-safer
+++ b/modules/tmpfile-safer
@@ -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"