1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/m4/tmpdir.m4
2006-07-24 16:43:01 +00:00

13 lines
391 B
Plaintext

# tmpdir.m4 serial 2 (gettext-0.15)
dnl Copyright (C) 2001-2002, 2006 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.
# Prerequisites for lib/tmpdir.c
AC_DEFUN([gt_TMPDIR],
[
AC_CHECK_FUNCS(__secure_getenv)
])