[Libreoffice-commits] .: 2 commits - configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 27 00:29:39 PST 2012
configure.in | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit c35e81202cc709f3061e8b189af94e6858418940
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 27 10:28:39 2012 +0200
Wonder what "integration" means
diff --git a/configure.in b/configure.in
index aef0562..d7681d6 100644
--- a/configure.in
+++ b/configure.in
@@ -371,6 +371,12 @@ AC_SUBST(FONTCONFIG_TARBALL)
# If there is extra dependency over configure options then the enable should
# be automagic based on wether the requiring feature is enabled or not.
# All this options change anything only with --enable-extension-integration.
+
+# The name of this option and its help string makes it sound as if
+# extensions are built anyway, just not integrated in the installer,
+# if you use --disable-extension-integration. Is that really the
+# case?
+
AC_ARG_ENABLE(extension-integration,
AS_HELP_STRING([--disable-extension-integration],
[Disable integration of the built extensions in the installer of the
commit e28c5b15d72f1982636e8853cbd7e8838bc93a04
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Feb 27 10:24:33 2012 +0200
s/builded/built
diff --git a/configure.in b/configure.in
index a7da32b..aef0562 100644
--- a/configure.in
+++ b/configure.in
@@ -373,7 +373,7 @@ AC_SUBST(FONTCONFIG_TARBALL)
# All this options change anything only with --enable-extension-integration.
AC_ARG_ENABLE(extension-integration,
AS_HELP_STRING([--disable-extension-integration],
- [Disable integration of the builded extensions to the installer of the
+ [Disable integration of the built extensions in the installer of the
product. Use this switch to disable the integration.])
)
More information about the Libreoffice-commits
mailing list