[Libreoffice-commits] .: configure.in
David Tardon
dtardon at kemper.freedesktop.org
Fri Feb 18 23:08:35 PST 2011
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 052abb8d9aceb913db8b501dfce6c0080891f238
Author: David Tardon <dtardon at redhat.com>
Date: Sat Feb 19 08:07:41 2011 +0100
end arg description with dot
diff --git a/configure.in b/configure.in
index 20b3051..fa9f3c2 100755
--- a/configure.in
+++ b/configure.in
@@ -85,17 +85,17 @@ AC_ARG_ENABLE(ext-report-builder,
AC_ARG_ENABLE(ext-scripting-beanshell,
AS_HELP_STRING([--enable-ext-scripting-beanshell],
- [Enables support for scripts in BeanShell]),
+ [Enables support for scripts in BeanShell.]),
,)
AC_ARG_ENABLE(ext-scripting-javascript,
AS_HELP_STRING([--enable-ext-scripting-javascript],
- [Enables support for scripts in JavaScript]),
+ [Enables support for scripts in JavaScript.]),
,)
AC_ARG_ENABLE(ext-scripting-python,
AS_HELP_STRING([--enable-ext-scripting-python],
- [Enables support for scripts in Python]),
+ [Enables support for scripts in Python.]),
,)
AC_ARG_ENABLE(ext-typo,
More information about the Libreoffice-commits
mailing list