Moved and updated help text displayed at end of configure.

This commit is contained in:
Michael Jumper 2013-06-05 15:18:53 -07:00
parent 3456fc0418
commit 02258ff5b1

View File

@ -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.
"