mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
spice: config: Add DISTRIBUTION and PATCHID to configure summary
Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
a311054422
commit
ea8fce17e2
@ -63,7 +63,7 @@ AC_OUTPUT
|
||||
dnl ==========================================================================
|
||||
echo "
|
||||
|
||||
Spice Client $VERSION
|
||||
Spice Client $full_version
|
||||
==============
|
||||
|
||||
prefix: ${prefix}
|
||||
|
||||
@ -193,6 +193,14 @@ AC_ARG_VAR(DISTRIBUTION, [identify release by last distribution])
|
||||
AH_TEMPLATE(DISTRIBUTION, [identify release by last distribution])
|
||||
AC_DEFINE_UNQUOTED(DISTRIBUTION, ["$ac_env_DISTRIBUTION_value"])
|
||||
|
||||
if test -n "${DISTRIBUTION}"; then
|
||||
dist=".${DISTRIBUTION}"
|
||||
fi
|
||||
if test -n "${PATCHID}"; then
|
||||
patchid="-${PATCHID}"
|
||||
fi
|
||||
full_version="${VERSION}${patchid}${dist}"
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl check compiler flags
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ AC_OUTPUT
|
||||
dnl ==========================================================================
|
||||
echo "
|
||||
|
||||
Spice Server $VERSION
|
||||
Spice Server $full_version
|
||||
==============
|
||||
|
||||
prefix: ${prefix}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user