Moved and updated help text displayed at end of configure.
This commit is contained in:
parent
3456fc0418
commit
02258ff5b1
26
configure.ac
26
configure.ac
@ -138,17 +138,6 @@ PKG_CHECK_MODULES([SPICE_CLIENT_GLIB], [spice-client-glib-2.0],, [have_spice=no]
|
|||||||
PKG_CHECK_MODULES([GLIB], [glib-2.0],, [have_spice=no])
|
PKG_CHECK_MODULES([GLIB], [glib-2.0],, [have_spice=no])
|
||||||
AM_CONDITIONAL([ENABLE_SPICE], [test "x${have_spice}" = "xyes"])
|
AM_CONDITIONAL([ENABLE_SPICE], [test "x${have_spice}" = "xyes"])
|
||||||
|
|
||||||
echo "
|
|
||||||
$PACKAGE_NAME version $PACKAGE_VERSION:
|
|
||||||
|
|
||||||
Protocol support:
|
|
||||||
RDP....... ${have_freerdp}
|
|
||||||
SPICE..... ${have_spice}
|
|
||||||
SSH....... ${have_libssh}
|
|
||||||
VNC....... ${have_libvncserver}
|
|
||||||
|
|
||||||
"
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
src/libguac/Makefile
|
src/libguac/Makefile
|
||||||
@ -159,3 +148,18 @@ AC_CONFIG_FILES([Makefile
|
|||||||
src/protocols/vnc/Makefile])
|
src/protocols/vnc/Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
echo "
|
||||||
|
------------------------------------------------
|
||||||
|
$PACKAGE_NAME version $PACKAGE_VERSION
|
||||||
|
------------------------------------------------
|
||||||
|
|
||||||
|
Protocol support:
|
||||||
|
|
||||||
|
RDP ....... ${have_freerdp}
|
||||||
|
SPICE ..... ${have_spice}
|
||||||
|
SSH ....... ${have_libssh}
|
||||||
|
VNC ....... ${have_libvncserver}
|
||||||
|
|
||||||
|
Type \"make\" to compile $PACKAGE_NAME.
|
||||||
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user