roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / nproc
index 9a98615136afbb801b5f7b2ee16f606ea288814d..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:
-#include "nproc.h"
+"nproc.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Glen Lenker and Paul Eggert