configure (431429a5b802fccf2701c37f580307c6979f4c3e) | configure (a75eb03b9fca3af291ec2c433ddda06121ae927d) |
---|---|
1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. 8CLICOLOR_FORCE= GREP_OPTIONS= --- 4494 unchanged lines hidden (view full) --- 4503qemu_datadir=$datadir$confsuffix 4504qemu_localedir="$datadir/locale" 4505 4506tools="" 4507if test "$want_tools" = "yes" ; then 4508 tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" 4509 if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then 4510 tools="qemu-nbd\$(EXESUF) $tools" | 1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. 8CLICOLOR_FORCE= GREP_OPTIONS= --- 4494 unchanged lines hidden (view full) --- 4503qemu_datadir=$datadir$confsuffix 4504qemu_localedir="$datadir/locale" 4505 4506tools="" 4507if test "$want_tools" = "yes" ; then 4508 tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" 4509 if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then 4510 tools="qemu-nbd\$(EXESUF) $tools" |
4511 tools="ivshmem-client\$(EXESUF) ivshmem-server\$(EXESUF) $tools" |
|
4511 fi 4512fi 4513if test "$softmmu" = yes ; then 4514 if test "$virtfs" != no ; then 4515 if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then 4516 virtfs=yes 4517 tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)" 4518 else --- 1365 unchanged lines hidden --- | 4512 fi 4513fi 4514if test "$softmmu" = yes ; then 4515 if test "$virtfs" != no ; then 4516 if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then 4517 virtfs=yes 4518 tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)" 4519 else --- 1365 unchanged lines hidden --- |