source $GRIMOIRE/FUNCTIONS &&

config_query_option OOO_OPTS "build QuickStart systray plugin?" n \
                    "--enable-systray" \
                    "--disable-systray" &&
config_query_option OOO_OPTS "enable the Presentation Minimizer extension?" n \
                    "--enable-minimizer" \
                    "--disable-minimizer" &&
config_query_option OOO_OPTS "enable the Presenter Console extension?" n \
                    "--enable-presenter-console" \
                    "--disable-presenter-console" &&
config_query_option OOO_OPTS "enable the Wiki Publisher extension?" n \
                    "--enable-wiki-publisher" \
                    "--disable-wiki-publisher" &&
config_query_option OOO_OPTS "enable the Report Builder extension?" n \
                    "--enable-report-builder" \
                    "--disable-report-builder" &&
config_query_option OOO_OPTS "enable the PDF Import extension and Xpdf?" n \
                    "--enable-pdfimport" \
                    "--disable-pdfimport" &&
config_query_option OOO_OPTS "enable the VBA compatibility feature?" n \
                    "--with-vba-package-format=builtin" \
                    "--disable-vba" &&
config_query_option OOO_OPTS 'install the OOo SDK (not needed)' n \
                    '--enable-odk' \
                    '--disable-odk' &&
config_query_option OOO_OPTS 'install mathmldtd?' n \
                    '--enable-mathmldtd' \
                    '--disable-mathmldtd' &&
config_query_option OOO_OPTS 'install the OOo dev testsuite? (not needed)' n \
                    '--enable-qadevooo' \
                    '--disable-qadevooo' &&
config_query_multi  OOO_LANG \
      'Which localizations do you want to support? (en-US is always enabled)' \
      af ar as ast be-BY bg bn bo br brx bs ca cs cy da de dgo dz el en-GB \
      en-ZA eo es et eu fa fi fr ga gl gu he hi-IN hr hu id is it ja ka kid kk \
      km kn ko kok ks ku lt lv mai mk ml mn mni mr my nb ne nl nn nr ns oc om \
      or pa-IN pap pl pt pt-BR ro ru rw sa-IN sat sd sh si sk sl sr ss st sv \
      sw-TZ ta te tg th tn tr ts ug uk ur uz ve vi xh zh-CN zh-TW zu
