Skip to content
Snippets Groups Projects
Commit 99123e13 authored by Mike Frysinger's avatar Mike Frysinger Committed by Edgar E. Iglesias
Browse files

configure: add --version flag


Standard autoconf scripts include a --version flag so people can easily
query things.  Add this to qemu's configure so it too can integrate with
build systems that have standard autotool helpers.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarEdgar E. Iglesias <edgar.iglesias@gmail.com>
parent c8f930c0
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,8 @@ for opt do
case "$opt" in
--help|-h) show_help=yes
;;
--version|-V) exec cat $source_path/VERSION
;;
--prefix=*) prefix="$optarg"
;;
--interp-prefix=*) interp_prefix="$optarg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment