Replace the ZFS_AC_META perl dependency with awk
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Apr 2013 20:31:42 +0000 (13:31 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Apr 2013 23:05:45 +0000 (16:05 -0700)
commitd17eeafbf0c680c154ed83cec60112a0b28ae985
tree4193ecdcfafcad4703be4cd152e8b3c94dc13bd9
parentc8122d2504e215170b900f955f0fda19ecfe6f04
Replace the ZFS_AC_META perl dependency with awk

The only remaining perl dependency is part of the ZFS_AC_META macro.
By eliminating this and replacing it with awk we can avoid the need
to pull in perl to rebuild the packages.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1380
config/zfs-meta.m4