Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gnulib / import / m4 / tempname.m4
CommitLineData
2d8adcbd
MM
1#serial 5
2
c0c3707f 3# Copyright (C) 2006-2007, 2009-2019 Free Software Foundation, Inc.
2d8adcbd
MM
4# This file is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# glibc provides __gen_tempname as a wrapper for mk[ds]temp. Expose
9# it as a public API, and provide it on systems that are lacking.
10AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
11[
12 gl_PREREQ_TEMPNAME
13])
14
15# Prerequisites of lib/tempname.c.
16AC_DEFUN([gl_PREREQ_TEMPNAME],
17[
18 :
19])
This page took 0.162154 seconds and 4 git commands to generate.