changeset 15265:c3e8b346cd5c

tmpfile-safer: Finish 2011-05-23 commit. * m4/stdio-safer.m4: Really remove file. Reported by Jim Meyering.
author Bruno Haible <bruno@clisp.org>
date Thu, 16 Jun 2011 21:43:33 +0200
parents df803aaa6922
children ef94fe13fa4f
files ChangeLog m4/stdio-safer.m4
diffstat 2 files changed, 6 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+	tmpfile-safer: Finish 2011-05-23 commit.
+	* m4/stdio-safer.m4: Really remove file.
+	Reported by Jim Meyering.
+
 2011-06-16  Bruno Haible  <bruno@clisp.org>
 
 	syntax-check: Fix typo.
deleted file mode 100644
--- a/m4/stdio-safer.m4
+++ /dev/null
@@ -1,10 +0,0 @@
-#serial 15
-dnl Copyright (C) 2002, 2005-2007, 2009-2011 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_TMPFILE_SAFER],
-[
-  AC_LIBOBJ([tmpfile-safer])
-])