qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 03/20] Add feature configure help


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 03/20] Add feature configure help
Date: Wed, 12 Aug 2009 18:20:24 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 configure |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 4573453..cda8213 100755
--- a/configure
+++ b/configure
@@ -168,6 +168,17 @@ case "$cpu" in
     cpu="unknown"
   ;;
 esac
+
+# Default value for a variable defining feature "foo"
+#  * foo="no", feature will only be used if --enable-foo arg is given
+#  * foo="", feature will be searched for, and if found, will be used
+#  * foo="yes", this value vill only be set by --enable-foo flag.
+#                   feature will searched for, if not found, configure exits 
with error
+#
+# Always add --enable-foo and --disable-foo command line args.  Distributions 
want
+# to ensure that several features are compiled in, and it is impossible 
without a
+# --enable-foo that exits if feature is not found
+
 brlapi="yes"
 gprof="no"
 debug_tcg="no"
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]