1 1.1 christos #serial 5 2 1.1 christos 3 1.1.1.2 christos # Copyright (C) 2006-2007, 2009-2022 Free Software Foundation, Inc. 4 1.1 christos # This file is free software; the Free Software Foundation 5 1.1 christos # gives unlimited permission to copy and/or distribute it, 6 1.1 christos # with or without modifications, as long as this notice is preserved. 7 1.1 christos 8 1.1 christos # glibc provides __gen_tempname as a wrapper for mk[ds]temp. Expose 9 1.1 christos # it as a public API, and provide it on systems that are lacking. 10 1.1 christos AC_DEFUN([gl_FUNC_GEN_TEMPNAME], 11 1.1 christos [ 12 1.1 christos gl_PREREQ_TEMPNAME 13 1.1 christos ]) 14 1.1 christos 15 1.1 christos # Prerequisites of lib/tempname.c. 16 1.1 christos AC_DEFUN([gl_PREREQ_TEMPNAME], 17 1.1 christos [ 18 1.1 christos : 19 1.1 christos ]) 20