]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Remove the gawk dependency.
authorDarik Horn <dajhorn@vanadac.com>
Thu, 14 Apr 2011 19:01:22 +0000 (14:01 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 Apr 2011 16:41:09 +0000 (09:41 -0700)
commitad35b6a6e99a0e0962d6a33e181784cada44c3c0
treed50e4fc460fc38cf2bdc163b864defbd1fb0d82a
parentfa6f7d8f9d4760975ea5fe116a7366604f286195
Remove the gawk dependency.

This reverts commit 1814251453c8140f50170ad29d9105c1273d7e08.

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>
config/spl-build.m4
configure
module/spl/spl-generic.c