tmpfile-safer: Finish 2011-05-23 commit.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 19:43:33 +0000 (21:43 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Jun 2011 19:43:33 +0000 (21:43 +0200)
* m4/stdio-safer.m4: Really remove file.
Reported by Jim Meyering.

ChangeLog
m4/stdio-safer.m4 [deleted file]

index 57797a1376c2f478a820236e5e4b7d994df98fef..280b8509f3c4b367efbcf87e384c633fbba6363a 100644 (file)
--- 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 (file)
index 515947c..0000000
+++ /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])
-])