From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: kvm@vger.kernel.org
Subject: [PATCH 1/2] configure: include audio list options for --help output
Date: Wed, 16 Jul 2008 01:58:14 -0500 [thread overview]
Message-ID: <20080716065814.GC17992@tapir> (raw)
In-Reply-To: <20080716065620.GB17992@tapir>
Reflect in kvm's configure the qemu options used to enable support for
the different libraries used for audio support propagation and the list
of audio devices emulated
Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
---
configure | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 72337c9..2558e0e 100755
--- a/configure
+++ b/configure
@@ -30,10 +30,11 @@ usage() {
EOF
cd qemu
- ./configure --help | egrep "enable-|disable-" \
+ ./configure --help | egrep "enable-|disable-|audio-|Available" \
| grep -v user | grep -v system | grep -v kqemu | grep -v kvm \
| sed -e "s/^ / /g" \
- | sed -e"s/ enable/enable/g" | sed -e "s/ disable/disable/g"
+ | sed -e "s/ enable/enable/g" | sed -e "s/ disable/disable/g" \
+ | sed -e "s/ set/set/g" | sed -e "s/ Available/Available/g"
exit 1
}
--
1.5.4.5
next prev parent reply other threads:[~2008-07-16 6:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-16 6:56 [PATCH 0/2] configure: add support for audio-{drv,card}-list Carlo Marcelo Arenas Belon
2008-07-16 6:58 ` Carlo Marcelo Arenas Belon [this message]
2008-07-16 7:01 ` [PATCH 2/2] configure: passthrough for audio-{drv,card}-list and logic cleanup Carlo Marcelo Arenas Belon
2008-07-16 16:24 ` [PATCH 0/2] configure: add support for audio-{drv,card}-list Daniel Gryniewicz
-- strict thread matches above, loose matches on Subject: below --
2008-07-30 19:57 [RESEND][PATCH " Carlo Marcelo Arenas Belon
2008-07-30 20:07 ` [PATCH 1/2] configure: include audio list options for --help output Carlo Marcelo Arenas Belon
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=20080716065814.GC17992@tapir \
--to=carenas@sajinet.com.pe \
--cc=kvm@vger.kernel.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