~ubuntu-branches/ubuntu/trusty/gnutls26/trusty-security

« back to all changes in this revision

Viewing changes to gl/m4/gettime.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-04-22 19:29:52 UTC
  • mto: (12.4.3 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100422192952-gbj6cvaan8e4ejck
Tags: upstream-2.9.10
ImportĀ upstreamĀ versionĀ 2.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# gettime.m4 serial 7
 
2
dnl Copyright (C) 2002, 2004-2006, 2009-2010 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
AC_DEFUN([gl_GETTIME],
 
8
[
 
9
  AC_LIBOBJ([gettime])
 
10
 
 
11
  dnl Prerequisites of lib/gettime.c.
 
12
  AC_REQUIRE([gl_CLOCK_TIME])
 
13
  AC_REQUIRE([gl_TIMESPEC])
 
14
  AC_CHECK_FUNCS_ONCE([gettimeofday nanotime])
 
15
])