~ubuntu-branches/ubuntu/natty/diffutils/natty

« back to all changes in this revision

Viewing changes to m4/tempname.m4

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-05-04 20:38:00 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100504203800-f67xd9rsa9xl9qqj
Tags: 1:3.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#serial 3
 
2
 
 
3
# Copyright (C) 2006-2007, 2009-2010 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
  AC_REQUIRE([AC_SYS_LARGEFILE])
 
13
 
 
14
  AC_LIBOBJ([tempname])
 
15
  gl_PREREQ_TEMPNAME
 
16
])
 
17
 
 
18
# Prerequisites of lib/tempname.c.
 
19
AC_DEFUN([gl_PREREQ_TEMPNAME],
 
20
[
 
21
  :
 
22
])