Kaydet (Commit) 33ed6050 authored tarafından Kurt Zenker's avatar Kurt Zenker

CWS-TOOLING: integrate CWS dba32j_DEV300

This diff is collapsed.
...@@ -652,10 +652,13 @@ AC_ARG_WITH(directx-home, ...@@ -652,10 +652,13 @@ AC_ARG_WITH(directx-home,
Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK> Usage: --with-directx-home=<absolute path to Microsoft DirectX SDK>
],,) ],,)
AC_ARG_WITH(mozilla-build, AC_ARG_WITH(mozilla-build,
[ --with-mozilla-build For Windows users, please supply the path to the [ --with-mozilla-build For Windows users, please supply the path to the
mozilla build tools. mozilla build tools.
Usage: --with-mozilla-build=<absolute path to mozilla build tools> Usage: --with-mozilla-build=<absolute path to mozilla build tools>
At the moment of this writing, an installer for the mozilla build tools
can be obtained from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32.
],[MOZILLABUILD=$withval],) ],[MOZILLABUILD=$withval],)
AC_ARG_WITH(local-solenv, AC_ARG_WITH(local-solenv,
[ --with-local-solenv If you have solenv in a location other than ./solenv, [ --with-local-solenv If you have solenv in a location other than ./solenv,
...@@ -4378,7 +4381,9 @@ if test "$enable_nss_module" != "no"; then ...@@ -4378,7 +4381,9 @@ if test "$enable_nss_module" != "no"; then
if test "$_os" = "WINNT"; then if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([for Mozilla build tooling]) AC_MSG_CHECKING([for Mozilla build tooling])
if test -z "$MOZILLABUILD" ; then if test -z "$MOZILLABUILD" ; then
AC_MSG_ERROR([Mozilla build tooling not found. Use --with-mozilla-build=<absolut path to mozilla build tooling (mozilla-build)>]) AC_MSG_ERROR([Mozilla build tooling not found.
Use the --with-mozilla-build option after installling the tools obtained
from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
else else
if test \( "$WITH_MINGWIN" = "yes" \) ; then if test \( "$WITH_MINGWIN" = "yes" \) ; then
if test ! -d "$MOZILLABUILD" ; then if test ! -d "$MOZILLABUILD" ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment