mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 14:59:10 +00:00
configure: display sysconfdir in summary
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
ca35f780ac
commit
1c0fd16018
1
configure
vendored
1
configure
vendored
@ -2015,6 +2015,7 @@ fi
|
|||||||
echo "Install prefix $prefix"
|
echo "Install prefix $prefix"
|
||||||
echo "BIOS directory `eval echo $datadir`"
|
echo "BIOS directory `eval echo $datadir`"
|
||||||
echo "binary directory `eval echo $bindir`"
|
echo "binary directory `eval echo $bindir`"
|
||||||
|
echo "config directory `eval echo $sysconfdir`"
|
||||||
if test "$mingw32" = "no" ; then
|
if test "$mingw32" = "no" ; then
|
||||||
echo "Manual directory `eval echo $mandir`"
|
echo "Manual directory `eval echo $mandir`"
|
||||||
echo "ELF interp prefix $interp_prefix"
|
echo "ELF interp prefix $interp_prefix"
|
||||||
|
Loading…
Reference in New Issue
Block a user