mbspcasecmp: Fix function specification.
[gnulib.git] / modules / nproc
index 7bdc4ed..c04d4cd 100644 (file)
@@ -4,14 +4,18 @@ 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"