tempname.m4 538 B

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