summaryrefslogtreecommitdiff
path: root/m4/ax_count_cpus.m4
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2016-04-15 23:20:20 +0300
committerKarlson2k <k2k@narod.ru>2016-04-16 16:12:35 +0300
commit1d8a67576a6d6fd3e9e373c3ef1242b7895c87f9 (patch)
treefb11cd787d5f24ee8f28dfab09535e018c2eaedd /m4/ax_count_cpus.m4
parent440dcd1be8462e485d7dafb3a45bd34594779080 (diff)
downloadautoconf-archive-1d8a67576a6d6fd3e9e373c3ef1242b7895c87f9.tar.gz
AX_COUNT_CPUS: updated description to clarify what's counted
Diffstat (limited to 'm4/ax_count_cpus.m4')
-rw-r--r--m4/ax_count_cpus.m414
1 files changed, 8 insertions, 6 deletions
diff --git a/m4/ax_count_cpus.m4 b/m4/ax_count_cpus.m4
index bb6de29..2f5ba70 100644
--- a/m4/ax_count_cpus.m4
+++ b/m4/ax_count_cpus.m4
@@ -8,11 +8,13 @@
#
# DESCRIPTION
#
-# Attempt to count the number of processors present on the machine and
-# place detected value in CPU_COUNT variable. On successful detection,
-# ACTION-IF-DETECTED is executed if present. If the detection fails, then
-# ACTION-IF-NOT-DETECTED is triggered. The default ACTION-IF-NOT-DETECTED
-# is to set CPU_COUNT to 1.
+# Attempt to count the number of logical processor cores (including
+# virtual and HT cores) currently available to use on the machine and
+# place detected value in CPU_COUNT variable.
+#
+# On successful detection, ACTION-IF-DETECTED is executed if present. If
+# the detection fails, then ACTION-IF-NOT-DETECTED is triggered. The
+# default ACTION-IF-NOT-DETECTED is to set CPU_COUNT to 1.
#
# LICENSE
#
@@ -26,7 +28,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 13
+#serial 17
AC_DEFUN([AX_COUNT_CPUS],[dnl
AC_REQUIRE([AC_CANONICAL_HOST])dnl