New module 'round-ieee'.
[pspp] / modules / nproc
index 7bdc4ed5d9b441ef7f9cacfad1e92e247415b747..8c0e7f228dc97eb88ac59a73489f4e49d5e1f67c 100644 (file)
@@ -4,20 +4,24 @@ Detect the number of processors
 Files:
 lib/nproc.h
 lib/nproc.c
+m4/nproc.m4
 
 Depends-on:
+c-ctype
+extensions
 unistd
 
 configure.ac:
-AC_LIBOBJ([nproc])
+gl_NPROC
 
 Makefile.am:
+lib_SOURCES += nproc.c
 
 Include:
 "nproc.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Glen Lenker and Paul Eggert