|
Last change
on this file was 3611, checked in by bird, 14 months ago |
|
vendor/sed/current: GNU sed 4.9 (sed-4.9.tar.xz sha256:6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181)
|
|
File size:
538 bytes
|
| Line | |
|---|
| 1 | #serial 5
|
|---|
| 2 |
|
|---|
| 3 | # Copyright (C) 2006-2007, 2009-2022 Free Software Foundation, Inc.
|
|---|
| 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.
|
|---|
| 10 | AC_DEFUN([gl_FUNC_GEN_TEMPNAME],
|
|---|
| 11 | [
|
|---|
| 12 | gl_PREREQ_TEMPNAME
|
|---|
| 13 | ])
|
|---|
| 14 |
|
|---|
| 15 | # Prerequisites of lib/tempname.c.
|
|---|
| 16 | AC_DEFUN([gl_PREREQ_TEMPNAME],
|
|---|
| 17 | [
|
|---|
| 18 | :
|
|---|
| 19 | ])
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.