wc -l now operates 10% faster on hosts that support AVX512 instructions.
+** Build-related
+
+ chcon and runcon are not built by default if selinux headers are not present,
+ or if the --without-selinux configure option is specified.
+ This can be overridden with the --with-selinux configure option.
+
* Noteworthy changes in release 9.8 (2025-09-22) [stable]
# Programs that can be built only when certain requisite system
# features are detected at configure time.
build_if_possible_progs='
+ chcon
chroot
df
hostid
libstdbuf.so
nice
pinky
+ runcon
stdbuf
stty
timeout
basenc
basename
cat
- chcon
chgrp
chmod
chown
realpath
rm
rmdir
- runcon
seq
sha1sum
sha224sum
LDFLAGS=$ac_save_LDFLAGS
ac_c_werror_flag=$cu_save_c_werror_flag
+# Don't build chcon and runcon if only have gnulib stubs
+# Honor --without-selinux to force disable
+# and --with-selinux to force enable.
+if test "$with_selinux" != no &&
+ { test "$with_selinux" = yes ||
+ test "$ac_cv_header_selinux_selinux_h" = yes; }; then
+ gl_ADD_PROG([optional_bin_progs], [chcon])
+ gl_ADD_PROG([optional_bin_progs], [runcon])
+fi
+
# Test compiler support for half precision floating point types (for od)
AC_MSG_CHECKING([IEEE 16 bit floating point])
AC_CACHE_VAL([utils_cv_ieee_16_bit_supported],[