]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
configure fixes
authorHarald van Dijk <harald@gigawatt.nl>
Wed, 1 Jul 2020 16:05:21 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2020 16:05:21 +0000 (09:05 -0700)
commit22831636c8c132c62c771c64e7131b422e41be34
treefed50b3c1ea330abc87b879df93bdd9d7dc7a8a4
parent2ac6aa117603d5856b172114dcc62c454dafddb1
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
config/zfs-build.m4
configure.ac