HomeFreeBSD

configure fixes

Description

configure fixes

a+=b is not supported by all shells. It is equivalent to a=${a}b, so
just rewrite it as that.

This also fixes commit 9ea6c3d3, which intended to only make the
definitions of _dracutdir, _udevdir, and _udevruledir conditional, but
actually ensured that _initconfdir no longer got defined if _dracutdir
was defined, and defined _udevdir to the value that should have been
used for _udevruledir.

This also fixes the fact that the checks introduced by commit 9ea6c3d3
could never work: ZFS_AC_PACKAGE was called before the configuration
options were processed.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Harald van Dijk <harald@gigawatt.nl>
Closes #10518

Details

Provenance
Harald van Dijk <harald@gigawatt.nl>Authored on Jul 1 2020, 4:05 PM
GitHub <noreply@github.com>Committed on Jul 1 2020, 4:05 PM
Parents
rG2ac6aa117603: pam: fix test usage in configure script
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rG22831636c8c1: configure fixes (authored by Harald van Dijk <harald@gigawatt.nl>).Jul 1 2020, 4:05 PM