configure.ac (06f2ef55) configure.ac (cc99daad)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

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

320[ --enable-static-gtk Modules that are linked against gtk libraries use
321 the static libraries instead of the dynamic ones.
322 (enables -Bstatic linker flag for gtk libraries)
323],,)
324AC_ARG_ENABLE(layout,
325[ --enable-layout Enable the compilation and use of layout dialogs
326],,)
327AC_ARG_ENABLE(nss_module,
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

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

320[ --enable-static-gtk Modules that are linked against gtk libraries use
321 the static libraries instead of the dynamic ones.
322 (enables -Bstatic linker flag for gtk libraries)
323],,)
324AC_ARG_ENABLE(layout,
325[ --enable-layout Enable the compilation and use of layout dialogs
326],,)
327AC_ARG_ENABLE(nss_module,
328[ --disable-nss-module Whether to use provided NSS module
328[ --disable-nss-module Whether to use the system provided NSS module
329],,enable_nss_module=yes)
330AC_ARG_ENABLE(kde,
331[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms
332 where Qt and KDE are available.
333],,)
334AC_ARG_ENABLE(kdeab,
335[ --disable-kdeab Disable the KDE address book support
336],,if test "$enable_kde" = "yes"; then enable_kdeab=yes; fi)

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

398AC_ARG_WITH(external-thes-dir,
399[ --with-external-thes-dir Specify external thesaurus dir
400],,)
401# End of remove.
402
403
404AC_ARG_WITH(system-libs,
405[ --with-system-libs Use libs already on system -- enables all
329],,enable_nss_module=yes)
330AC_ARG_ENABLE(kde,
331[ --enable-kde Determines whether to use Qt/KDE vclplug on platforms
332 where Qt and KDE are available.
333],,)
334AC_ARG_ENABLE(kdeab,
335[ --disable-kdeab Disable the KDE address book support
336],,if test "$enable_kde" = "yes"; then enable_kdeab=yes; fi)

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

398AC_ARG_WITH(external-thes-dir,
399[ --with-external-thes-dir Specify external thesaurus dir
400],,)
401# End of remove.
402
403
404AC_ARG_WITH(system-libs,
405[ --with-system-libs Use libs already on system -- enables all
406 --with-system-* flags except mozilla and
406 --with-system-* flags except
407 odbc/sane/xrender-header(s)
408],,)
409AC_ARG_WITH(system-headers,
410[ --with-system-headers Use headers already on system -- enables all
411 --with-system-* flags for external packages
412 whose headers are the only entities used i.e.
413 boost/vigra/odbc/sane/xrender-header(s)
414],,)

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

4780AC_MSG_CHECKING([whether to build provided NSS module])
4781if test "$enable_nss_module" != "no"; then
4782 ENABLE_NSS_MODULE="YES"
4783 BUILD_TYPE="$BUILD_TYPE NSS"
4784 AC_MSG_RESULT([yes])
4785 if test "$_os" = "WINNT"; then
4786 AC_MSG_CHECKING([for Mozilla build tooling])
4787 if test -z "$MOZILLABUILD" ; then
407 odbc/sane/xrender-header(s)
408],,)
409AC_ARG_WITH(system-headers,
410[ --with-system-headers Use headers already on system -- enables all
411 --with-system-* flags for external packages
412 whose headers are the only entities used i.e.
413 boost/vigra/odbc/sane/xrender-header(s)
414],,)

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

4780AC_MSG_CHECKING([whether to build provided NSS module])
4781if test "$enable_nss_module" != "no"; then
4782 ENABLE_NSS_MODULE="YES"
4783 BUILD_TYPE="$BUILD_TYPE NSS"
4784 AC_MSG_RESULT([yes])
4785 if test "$_os" = "WINNT"; then
4786 AC_MSG_CHECKING([for Mozilla build tooling])
4787 if test -z "$MOZILLABUILD" ; then
4788AC_MSG_ERROR([Mozilla build tooling not found.
4788AC_MSG_ERROR([Mozilla build tooling not found. It is needed for NSS.
4789Use the --with-mozilla-build option after installling the tools obtained
4790from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
4791 else
4792 if test \( "$WITH_MINGWIN" = "yes" \) ; then
4793 if test ! -d "$MOZILLABUILD" ; then
4794AC_MSG_ERROR([Mozilla build tooling incomplete!])
4795 else
4796 AC_MSG_RESULT([ok])

--- 2628 unchanged lines hidden ---
4789Use the --with-mozilla-build option after installling the tools obtained
4790from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
4791 else
4792 if test \( "$WITH_MINGWIN" = "yes" \) ; then
4793 if test ! -d "$MOZILLABUILD" ; then
4794AC_MSG_ERROR([Mozilla build tooling incomplete!])
4795 else
4796 AC_MSG_RESULT([ok])

--- 2628 unchanged lines hidden ---