Kaydet (Commit) 808e9dee authored tarafından Michael Meeks's avatar Michael Meeks

configure: remove un-used vba-package-format option.

Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
üst d84b22e9
......@@ -1215,23 +1215,6 @@ AC_ARG_WITH(referenced-git,
GIT_REFERENCE_SRC=$withval ,
)
AC_ARG_WITH(vba-package-format,
AS_HELP_STRING([--with-vba-package-format],
[Specify package format for vba compatibility api. Specifying "builtin"
means the api component and associated type library are part of the
installation set. Specifying "extn" creates an uno extension that is
part of the installation set (located in the program directory) that
MUST be optionally registered using either the unopkg executeable or the
extension manager gui.])
[
Note: "builtin" is the default, "extn" can cause
problems.
Usage: --with-vba-package-format="builtin" or
--with-vba-package-format="extn"
],
,)
AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment