From: Bruno Haible <bruno@clisp.org>
Date: Thu, 16 Jun 2011 19:43:33 +0000 (+0200)
Subject: tmpfile-safer: Finish 2011-05-23 commit.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d12b48d2d2a3d94dd1f87c20e25d58e18dad7d45;p=pspp

tmpfile-safer: Finish 2011-05-23 commit.

* m4/stdio-safer.m4: Really remove file.
Reported by Jim Meyering.
---

diff --git a/ChangeLog b/ChangeLog
index 57797a1376..280b8509f3 100644
--- 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.
diff --git a/m4/stdio-safer.m4 b/m4/stdio-safer.m4
deleted file mode 100644
index 515947cb8f..0000000000
--- 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])
-])