diff options
author | Herbert Dürr <hdu@apache.org> | 2012-04-03 13:05:09 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2012-04-03 13:05:09 +0000 |
commit | 34f86524ef67fa439c9260cdab9e32f4ef5f541e (patch) | |
tree | 034a875471051999ce8ded116b8bc7500a989d29 /configure.in | |
parent | 96ec6f6b042c1fae5de087075197ba6c835d3e34 (diff) |
#i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c1b584109ddd..cb176fd9f717 100644 --- a/configure.in +++ b/configure.in @@ -331,6 +331,8 @@ AC_ARG_WITH(bundled-extension-blobs, that are to be bundled as-is for installation as extensions at the first program start. Make sure to only bundle extensions which can be installed without requiring a license dialog + and comply with their distribution requirements by updating the + files LICENSE_aggregated and NOTICE_aggregated accordingly ],,) #AC_ARG_WITH(bundled-prereg-extensions, #[ --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that @@ -339,7 +341,9 @@ AC_ARG_WITH(bundled-extension-blobs, #],,) AC_ARG_ENABLE(bundled-dictionaries, [ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus) - according to main/extensions.lst and bundle them. + according to main/extensions.lst and bundle them. Make sure to + comply with their distribution requirements and update the + files LICENSE_aggregated and NOTICE_aggregated accordingly ],,enable_bundled_dictionaries=no) # Remove the following switches when not in release mode. |