On 18.12.2012 11:49, Pavel Janík wrote:
Hi,

how is the extension named?

configure.in contains:

AC_ARG_ENABLE(presenter-console,
[  --enable-presenter-console          enables the build of the Presenter 
Console extension
],,)

...

AC_MSG_CHECKING([whether to build the Presenter Screen extension])
if test -n "$enable_presenter_console" -a "$enable_presenter_screen" != "no"; 
then
    AC_MSG_RESULT([yes])
    ENABLE_PRESENTER_SCREEN=YES
else
    AC_MSG_RESULT([no])
    ENABLE_PRESENTER_SCREEN=NO
fi
AC_SUBST(ENABLE_PRESENTER_SCREEN)

ie. mixed Screen and Console.

It should be Presenter Screen. Presenter Console was an early working title.

-Andre

Reply via email to