changeset 6145:1ee4a67867be

New file. From coreutils.
author Jim Meyering <jim@meyering.net>
date Sat, 27 Aug 2005 20:37:14 +0000
parents 7048770308fd
children 3149151b02ed
files m4/stdlib-safer.m4
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/m4/stdlib-safer.m4
@@ -0,0 +1,11 @@
+# stdlib-safer.m4 serial 1
+dnl Copyright (C) 2005 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_STDLIB_SAFER],
+[
+  AC_LIBSOURCES([mkstemp-safer.c, stdlib-safer.h, stdlib--.h])
+  AC_LIBOBJ([mkstemp-safer])
+])