[Libreoffice-commits] .: configure.in
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 2 07:03:15 PDT 2012
configure.in | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit a9097843e6b2935dcab9f038b80e5a51bc5cfc94
Author: Jan Holesovsky <kendy at suse.cz>
Date: Tue Oct 2 16:00:09 2012 +0200
Help text for newly introduced switches.
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09
diff --git a/configure.in b/configure.in
index 34dfce7..fb54ec3 100644
--- a/configure.in
+++ b/configure.in
@@ -1980,6 +1980,20 @@ AC_ARG_WITH(intro-progressbar-frame-color,
Usage: --with-intro-progressbar-frame-color=207,208,211
],,)
+AC_ARG_WITH(intro-progressbar-text-color,
+ AS_HELP_STRING([--with-intro-progressbar-text-color],
+ [Set color of progress bar text on intro screen. Comma separated RGB values in decimal format.])
+ [
+ Usage: --with-intro-progressbar-text-color=207,208,211
+],,)
+
+AC_ARG_WITH(intro-progressbar-text-baseline,
+ AS_HELP_STRING([--with-intro-progressbar-text-baseline],
+ [Set horizontal position of progress bar text on intro screen. Value in decimal format.])
+ [
+ Usage: --with-intro-progressbar-text-baseline=250
+],,)
+
AC_ARG_WITH(flat-logo-svg,
[ --with-flat-logo-svg Allows specification of the flat Logo SVG.
More information about the Libreoffice-commits
mailing list