From ec74ecadc68eaf852d0d5e1759c34f45559b9694 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Aug 2005 20:37:14 +0000 Subject: [PATCH] New file. From coreutils. --- m4/stdlib-safer.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 m4/stdlib-safer.m4 diff --git a/m4/stdlib-safer.m4 b/m4/stdlib-safer.m4 new file mode 100644 index 0000000000..f9cc000369 --- /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]) +]) -- 2.30.2