configure: add alternate binary for genisoimage

Not all distros ship genisoimage which is a Debian fork from the
original cdrtools. As the options are pretty much the same support it
as a fallback binary.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Robert Foley <robert.foley@linaro.org>
Message-Id: <20200519132259.405-2-robert.foley@linaro.org>
stable-6.0
Alex Bennée 2020-05-19 09:22:48 -04:00
parent ddc760832f
commit 3df437c737
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -941,7 +941,7 @@ done
# Check for ancillary tools used in testing
genisoimage=
for binary in genisoimage
for binary in genisoimage mkisofs
do
if has $binary
then