From: Jim Meyering Date: Sat, 27 Aug 2005 20:37:14 +0000 (+0000) Subject: New file. From coreutils. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec74ecadc68eaf852d0d5e1759c34f45559b9694;p=pspp New file. From coreutils. --- 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]) +])