configure.ac (4c04325d) configure.ac (9d1669ae)
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

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

757],,)
758AC_ARG_WITH(mozilla-build,
759[ --with-mozilla-build For Windows users, please supply the path to the
760 mozilla build tools.
761
762 Usage: --with-mozilla-build=<absolute path to mozilla build tools>
763
764 At the moment of this writing, an installer for the mozilla build tools
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

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

757],,)
758AC_ARG_WITH(mozilla-build,
759[ --with-mozilla-build For Windows users, please supply the path to the
760 mozilla build tools.
761
762 Usage: --with-mozilla-build=<absolute path to mozilla build tools>
763
764 At the moment of this writing, an installer for the mozilla build tools
765 can be obtained from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32.
765 can be obtained from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/.
766],[MOZILLABUILD=$withval],)
767AC_ARG_WITH(local-solenv,
768[ --with-local-solenv If you have solenv in a location other than ./solenv,
769 please supply the path here.
770
771 Usage: --with-local-solenv=<absolute path to solenv>
772],,)
773AC_ARG_WITH(local-solver,

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

3390 PKGFORMAT=bsd
3391 ;;
3392 OSF1)
3393 PKGFORMAT=setld
3394 ;;
3395 WINNT)
3396 PKGFORMAT=msi
3397 ;;
766],[MOZILLABUILD=$withval],)
767AC_ARG_WITH(local-solenv,
768[ --with-local-solenv If you have solenv in a location other than ./solenv,
769 please supply the path here.
770
771 Usage: --with-local-solenv=<absolute path to solenv>
772],,)
773AC_ARG_WITH(local-solver,

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

3390 PKGFORMAT=bsd
3391 ;;
3392 OSF1)
3393 PKGFORMAT=setld
3394 ;;
3395 WINNT)
3396 PKGFORMAT=msi
3397 ;;
3398 # we never should get here since we check the arciecture/os at the beginning,
3398 # we never should get here since we check the architecture/os at the beginning,
3399 # but go sure...
3400 *)
3401 AC_MSG_ERROR([unknown system])
3402 esac
3403 if test -n "$with_package_format"; then
3404 for i in $with_package_format; do
3405 case "$i" in
3406 aix | bsd | deb | inst | tardist | osx | pkg | rpm | setld | native | portable | archive | dmg | installed | msi)

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

4617 if test "$_os" = "WINNT"; then
4618 AC_MSG_CHECKING([for Mozilla build tooling])
4619 if test -z "$MOZILLABUILD" ; then
4620AC_MSG_ERROR([
4621Mozilla build tooling not found!
4622 It is required for NSS that is needed for AOO's security facilities.
4623 Either disable NSS using the option --disable-nss-module
4624 or use the --with-mozilla-build option after installing the tool obtained
3399 # but go sure...
3400 *)
3401 AC_MSG_ERROR([unknown system])
3402 esac
3403 if test -n "$with_package_format"; then
3404 for i in $with_package_format; do
3405 case "$i" in
3406 aix | bsd | deb | inst | tardist | osx | pkg | rpm | setld | native | portable | archive | dmg | installed | msi)

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

4617 if test "$_os" = "WINNT"; then
4618 AC_MSG_CHECKING([for Mozilla build tooling])
4619 if test -z "$MOZILLABUILD" ; then
4620AC_MSG_ERROR([
4621Mozilla build tooling not found!
4622 It is required for NSS that is needed for AOO's security facilities.
4623 Either disable NSS using the option --disable-nss-module
4624 or use the --with-mozilla-build option after installing the tool obtained
4625 from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
4625 from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/])
4626 else
4627 if test \( "$WITH_MINGWIN" = "yes" \) ; then
4628 if test ! -d "$MOZILLABUILD" ; then
4629AC_MSG_ERROR([Mozilla build tooling incomplete!])
4630 else
4631 AC_MSG_RESULT([ok])
4632 fi
4633 else

--- 2712 unchanged lines hidden ---
4626 else
4627 if test \( "$WITH_MINGWIN" = "yes" \) ; then
4628 if test ! -d "$MOZILLABUILD" ; then
4629AC_MSG_ERROR([Mozilla build tooling incomplete!])
4630 else
4631 AC_MSG_RESULT([ok])
4632 fi
4633 else

--- 2712 unchanged lines hidden ---