From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>, robert.foley@linaro.org
Subject: [PATCH v1 1/2] configure: add alternate binary for genisoimage
Date: Fri, 15 May 2020 18:28:30 +0100 [thread overview]
Message-ID: <20200515172831.8439-2-alex.bennee@linaro.org> (raw)
In-Reply-To: <20200515172831.8439-1-alex.bennee@linaro.org>
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>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 26084fc53ad..a574250524f 100755
--- a/configure
+++ b/configure
@@ -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
--
2.20.1
next prev parent reply other threads:[~2020-05-15 17:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 17:28 [PATCH v1 0/2] some fixes for genisoimage usage Alex Bennée
2020-05-15 17:28 ` Alex Bennée [this message]
2020-05-15 17:28 ` [PATCH v1 2/2] tests/vm: pass --genisoimage to basevm script Alex Bennée
2020-05-15 17:32 ` Philippe Mathieu-Daudé
2020-05-15 17:36 ` [PATCH v1 0/2] some fixes for genisoimage usage Robert Foley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200515172831.8439-2-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=robert.foley@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).