From d12b48d2d2a3d94dd1f87c20e25d58e18dad7d45 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 16 Jun 2011 21:43:33 +0200 Subject: [PATCH] tmpfile-safer: Finish 2011-05-23 commit. * m4/stdio-safer.m4: Really remove file. Reported by Jim Meyering. --- ChangeLog | 6 ++++++ m4/stdio-safer.m4 | 10 ---------- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 m4/stdio-safer.m4 diff --git a/ChangeLog b/ChangeLog index 57797a1376..280b8509f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-06-16 Bruno Haible + + tmpfile-safer: Finish 2011-05-23 commit. + * m4/stdio-safer.m4: Really remove file. + Reported by Jim Meyering. + 2011-06-16 Bruno Haible 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]) -]) -- 2.30.2