NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / nproc
index 9a98615..2cbf04d 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
+LGPLv2+
 
 Maintainer:
 Glen Lenker and Paul Eggert