configure.ac (1b01b3b8) configure.ac (416de96f)
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl *
7dnl * Desc: This file serves as input for the GNU autoconf package
8dnl * in order to create a configure script.

--- 317 unchanged lines hidden (view full) ---

326[ --disable-randr-link disable linking with libXrandr, instead dynamically
327 open it at runtime
328],,enable_randr_link=yes)
329AC_ARG_WITH(bundled-extension-blobs,
330[ --with-bundled-extension-blobs Whitespace seperated list of files in the tarball directory
331 that are to be bundled as-is for installation as extensions
332 at the first program start. Make sure to only bundle extensions
333 which can be installed without requiring a license dialog
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl *
7dnl * Desc: This file serves as input for the GNU autoconf package
8dnl * in order to create a configure script.

--- 317 unchanged lines hidden (view full) ---

326[ --disable-randr-link disable linking with libXrandr, instead dynamically
327 open it at runtime
328],,enable_randr_link=yes)
329AC_ARG_WITH(bundled-extension-blobs,
330[ --with-bundled-extension-blobs Whitespace seperated list of files in the tarball directory
331 that are to be bundled as-is for installation as extensions
332 at the first program start. Make sure to only bundle extensions
333 which can be installed without requiring a license dialog
334 and comply with their distribution requirements by updating the
335 files LICENSE_aggregated and NOTICE_aggregated accordingly
334],,)
335#AC_ARG_WITH(bundled-prereg-extensions,
336#[ --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that
337# are to be bundled as pre-registered extensions. Make sure to only bundle
338# extensions which can be installed without requiring a license dialog
339#],,)
340AC_ARG_ENABLE(bundled-dictionaries,
341[ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus)
336],,)
337#AC_ARG_WITH(bundled-prereg-extensions,
338#[ --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that
339# are to be bundled as pre-registered extensions. Make sure to only bundle
340# extensions which can be installed without requiring a license dialog
341#],,)
342AC_ARG_ENABLE(bundled-dictionaries,
343[ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus)
342 according to main/extensions.lst and bundle them.
344 according to main/extensions.lst and bundle them. Make sure to
345 comply with their distribution requirements and update the
346 files LICENSE_aggregated and NOTICE_aggregated accordingly
343],,enable_bundled_dictionaries=no)
344
345# Remove the following switches when not in release mode.
346AC_ARG_WITH(system-dicts,
347[ --with-system-dicts Use dictionaries from system paths- Specify
348 them via --with-{dict,hyph,thes}-path=/path
349 if you want to override the default ones
350],,)

--- 7031 unchanged lines hidden ---
347],,enable_bundled_dictionaries=no)
348
349# Remove the following switches when not in release mode.
350AC_ARG_WITH(system-dicts,
351[ --with-system-dicts Use dictionaries from system paths- Specify
352 them via --with-{dict,hyph,thes}-path=/path
353 if you want to override the default ones
354],,)

--- 7031 unchanged lines hidden ---