From 8b498e93c258019d81b17e40d290a80f48783c7e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 01:54:41 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ modules/tmpfile-safer | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d2d38fdc..3b2929661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + 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 + 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 de615442e..d63559e15 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" -- 2.11.0