mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Remove the gawk dependency.
This reverts commit 1814251453.
Demote the gawk call back to awk and ensure that stderr is attached. GNU gawk
tolerates a missing stderr handle, but many utilities do not, which could be
why a regular awk call was unexplainably failing on some systems.
Use argv[0] instead of sh_path for consistency internally and with other Linux
drivers.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
fa6f7d8f9d
commit
ad35b6a6e9
+1
-16
@@ -211,25 +211,10 @@ AC_DEFUN([SPL_AC_KERNEL_CONFIG], [
|
||||
** You must rebuild your kernel without this option.]), [])
|
||||
])
|
||||
|
||||
dnl #
|
||||
dnl # Explicitly check for gawk, we require it for the the usermode
|
||||
dnl # helper. For some reason the standard awk command does not
|
||||
dnl # behave correctly when invoked from the usermode helper.
|
||||
dnl #
|
||||
AC_DEFUN([SPL_AC_GAWK], [
|
||||
AS_IF([test "x$AWK" != xgawk], [
|
||||
AC_MSG_ERROR([
|
||||
*** Required util gawk missing. Please install the required
|
||||
*** gawk package for your distribution and try again.])
|
||||
])
|
||||
])
|
||||
|
||||
dnl #
|
||||
dnl # Default SPL user configuration
|
||||
dnl #
|
||||
AC_DEFUN([SPL_AC_CONFIG_USER], [
|
||||
SPL_AC_GAWK
|
||||
])
|
||||
AC_DEFUN([SPL_AC_CONFIG_USER], [])
|
||||
|
||||
dnl #
|
||||
dnl # Check for rpm+rpmbuild to build RPM packages. If these tools
|
||||
|
||||
Reference in New Issue
Block a user