Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- configure | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure b/configure index 99de45b..27fc67a 100755 --- a/configure +++ b/configure @@ -806,6 +806,14 @@ EOF echo "Standard options:" echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$prefix]" +echo " --srcdir=PATH path of source code [$srcdir]" +echo " --mandir=PATH install man pages in PATH" +echo " --datadir=PATH install firmware in PATH" +echo " --docdir=PATH install documentation in PATH" +echo " --bindir=PATH install binaries in PATH" +echo " --sysconfdir=PATH install config in PATH/qemu" +echo " --build=BUILD specify triplet for build machine [$build]" +echo " --host=HOST cross-compile for host triplet HOST [$host]" echo "" echo "Libraries:" echo " --with-fmod-lib path to FMOD library" @@ -814,19 +822,11 @@ echo " --with-oss-lib path to OSS library" echo " --with-headers=PATH look for kernel includes in PATH" echo "" echo "Advanced options (experts only):" -echo " --srcdir=PATH path of source code [$srcdir]" -echo " --build=BUILD specify triplet for build machine [$build]" echo " --enable-targets=LIST choose compiled targets [$target_list]" echo " --with-arch=ARCH build qemu for given architecture" echo " --with-sysroot=PREFIX where to find shared libraries, etc." echo " use %M for cpu name [$sysroot]" -echo " --host=HOST cross-compile for host triplet HOST [$host]" echo " --enable-static enable static build [$static]" -echo " --mandir=PATH install man pages in PATH" -echo " --datadir=PATH install firmware in PATH" -echo " --docdir=PATH install documentation in PATH" -echo " --bindir=PATH install binaries in PATH" -echo " --sysconfdir=PATH install config in PATH/qemu" echo " --enable-debug-tcg enable TCG debugging" echo " --disable-debug-tcg disable TCG debugging (default)" echo " --enable-debug enable common debug build options" -- 1.7.2.3