diff mbox

[1/4] configure: Use QEMU instead of Qemu

Message ID 1336770456-6260-2-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil May 11, 2012, 9:07 p.m. UTC
This new 'Qemu' was recently added.
Replace it by the official all upper case 'QEMU' and also fix the column alignment.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andreas Färber May 11, 2012, 9:44 p.m. UTC | #1
Am 11.05.2012 23:07, schrieb Stefan Weil:
> This new 'Qemu' was recently added.
> Replace it by the official all upper case 'QEMU' and also fix the column alignment.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Andreas Färber <afaerber@suse.de>

/-F
diff mbox

Patch

diff --git a/configure b/configure
index 491109d..b55a792 100755
--- a/configure
+++ b/configure
@@ -1006,7 +1006,7 @@  echo "  --datadir=PATH           install firmware in PATH$confsuffix"
 echo "  --docdir=PATH            install documentation in PATH$confsuffix"
 echo "  --bindir=PATH            install binaries in PATH"
 echo "  --sysconfdir=PATH        install config in PATH$confsuffix"
-echo "  --with-confsuffix=SUFFIX      suffix for Qemu data inside datadir and sysconfdir [$confsuffix]"
+echo "  --with-confsuffix=SUFFIX suffix for QEMU data inside datadir and sysconfdir [$confsuffix]"
 echo "  --enable-debug-tcg       enable TCG debugging"
 echo "  --disable-debug-tcg      disable TCG debugging (default)"
 echo "  --enable-debug           enable common debug build options"