diff options
author | Thomas Huth | 2018-03-27 17:09:30 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-04-09 16:36:39 +0200 |
commit | db1b5f135c58a1473b6609b53b8fd9da02d6b5d1 (patch) | |
tree | 5ac25166bd32cc85c853572f34e92d513f75fdde /configure | |
parent | i386/hyperv: error out if features requested but unsupported (diff) | |
download | qemu-db1b5f135c58a1473b6609b53b8fd9da02d6b5d1.tar.gz qemu-db1b5f135c58a1473b6609b53b8fd9da02d6b5d1.tar.xz qemu-db1b5f135c58a1473b6609b53b8fd9da02d6b5d1.zip |
configure: Add missing configure options to help text
We forgot to mention --with-git, --libexecdir and --with-pkgversion
so far.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1522163370-18544-1-git-send-email-thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1497,16 +1497,19 @@ Advanced options (experts only): --install=INSTALL use specified install [$install] --python=PYTHON use specified python [$python] --smbd=SMBD use specified smbd [$smbd] + --with-git=GIT use specified git [$git] --static enable static build [$static] --mandir=PATH install man pages in PATH --datadir=PATH install firmware in PATH$confsuffix --docdir=PATH install documentation in PATH$confsuffix --bindir=PATH install binaries in PATH --libdir=PATH install libraries in PATH + --libexecdir=PATH install helper binaries in PATH --sysconfdir=PATH install config in PATH$confsuffix --localstatedir=PATH install local state in PATH (set at runtime on win32) --firmwarepath=PATH search PATH for firmware files --with-confsuffix=SUFFIX suffix for QEMU data inside datadir/libdir/sysconfdir [$confsuffix] + --with-pkgversion=VERS use specified string as sub-version of the package --enable-debug enable common debug build options --enable-sanitizers enable default sanitizers --disable-strip disable stripping binaries |