Edit

kc3-lang/gnulib/modules/nproc

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2010-12-02 23:34:04
    Hash : 830c2360
    Message : nproc: Relax license. * modules/nproc (License): Change to LGPL, with consent by Glen Lenker and Paul Eggert. Requested by Ludovic Courtès <ludo@gnu.org>.

  • modules/nproc
  • Description:
    Detect the number of processors
    
    Files:
    lib/nproc.h
    lib/nproc.c
    m4/nproc.m4
    
    Depends-on:
    c-ctype
    extensions
    unistd
    
    configure.ac:
    gl_NPROC
    
    Makefile.am:
    lib_SOURCES += nproc.c
    
    Include:
    "nproc.h"
    
    License:
    LGPL
    
    Maintainer:
    Glen Lenker and Paul Eggert