Edit

kc3-lang/gnulib/modules/gettime

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2011-05-23 23:37:39
    Hash : cc527454
    Message : gettime: Move AC_LIBOBJ invocations to module description. * m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation. * modules/gettime (Makefile.am): Augment lib_SOURCES.

  • modules/gettime
  • Description:
    Return current time, with nanosecond resolution.
    
    Files:
    lib/gettime.c
    m4/gettime.m4
    
    Depends-on:
    clock-time
    gettimeofday
    sys_time
    timespec
    extensions
    
    configure.ac:
    gl_GETTIME
    
    Makefile.am:
    lib_SOURCES += gettime.c
    
    Include:
    "timespec.h"
    
    Link:
    $(LIB_CLOCK_GETTIME)
    
    License:
    GPL
    
    Maintainer:
    Paul Eggert, Jim Meyering