Print configured state

This commit is contained in:
Christian Göttsche 2020-08-28 12:10:31 +02:00
parent 979d004214
commit 3b084db1c4
1 changed files with 17 additions and 0 deletions

View File

@ -332,3 +332,20 @@ then
echo "****************************************************************"
echo ""
fi
AC_MSG_RESULT([
${PACKAGE_NAME} ${VERSION}
platform: $my_htop_platform
proc directory: $PROCDIR
openvz: $enable_openvz
cgroup: $enable_cgroup
vserver: $enable_vserver
ancient vserver: $enable_ancient_vserver
taskstats: $enable_taskstats
unicode: $enable_unicode
linux affinity: $enable_linux_affinity
hwlock: $enable_hwloc
setuid: $enable_setuid
linux delay accounting: $enable_delayacct
])