Blame m4/tempname.m4

Packit Service fdd496
#serial 5
Packit Service fdd496
Packit Service fdd496
# Copyright (C) 2006-2007, 2009-2017 Free Software Foundation, Inc.
Packit Service fdd496
# This file is free software; the Free Software Foundation
Packit Service fdd496
# gives unlimited permission to copy and/or distribute it,
Packit Service fdd496
# with or without modifications, as long as this notice is preserved.
Packit Service fdd496
Packit Service fdd496
# glibc provides __gen_tempname as a wrapper for mk[ds]temp.  Expose
Packit Service fdd496
# it as a public API, and provide it on systems that are lacking.
Packit Service fdd496
AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
Packit Service fdd496
[
Packit Service fdd496
  gl_PREREQ_TEMPNAME
Packit Service fdd496
])
Packit Service fdd496
Packit Service fdd496
# Prerequisites of lib/tempname.c.
Packit Service fdd496
AC_DEFUN([gl_PREREQ_TEMPNAME],
Packit Service fdd496
[
Packit Service fdd496
  :
Packit Service fdd496
])