Bug 453821 - Places building in embedding-minimal profile failed. r=edilee.
[mozilla-central.git] / configure.in
blobfa46a9bbeea77d9093346c7e4bf3d5e2b3f66b37
1 dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*-
2 dnl vi: set tabstop=4 shiftwidth=4 expandtab:
3 dnl ***** BEGIN LICENSE BLOCK *****
4 dnl Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 dnl
6 dnl The contents of this file are subject to the Mozilla Public License Version
7 dnl 1.1 (the "License"); you may not use this file except in compliance with
8 dnl the License. You may obtain a copy of the License at
9 dnl http://www.mozilla.org/MPL/
10 dnl
11 dnl Software distributed under the License is distributed on an "AS IS" basis,
12 dnl WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 dnl for the specific language governing rights and limitations under the
14 dnl License.
15 dnl
16 dnl The Original Code is this file as it was released upon August 6, 1998.
17 dnl
18 dnl The Initial Developer of the Original Code is
19 dnl Christopher Seawood.
20 dnl Portions created by the Initial Developer are Copyright (C) 1998-2001
21 dnl the Initial Developer. All Rights Reserved.
22 dnl
23 dnl Contributor(s):
24 dnl   Jamie Zawinski <jwz@jwz.org>
25 dnl   gettimeofday args check
26 dnl   Christopher Blizzard <blizzard@appliedtheory.com>
27 dnl   gnomefe update & enable-pthreads
28 dnl   Ramiro Estrugo <ramiro@netscape.com>
29 dnl   X11 makedepend support
30 dnl   Insure support.
31 dnl   Henry Sobotka <sobotka@axess.com>
32 dnl   OS/2 support
33 dnl   Dan Mosedale <dmose@mozilla.org>
34 dnl   LDAP support
35 dnl   Seth Spitzer <sspitzer@netscape.com>
36 dnl   xpctools support
37 dnl   Benjamin Smedberg <benjamin@smedbergs.us>
38 dnl   Howard Chu <hyc@symas.com>
39 dnl   MSYS support
40 dnl   Mark Mentovai <mark@moxienet.com>:
41 dnl   Mac OS X 10.4 support
42 dnl   Giorgio Maone <g.maone@informaction.com>
43 dnl   MSVC l10n compatible version check
44 dnl   Ben Turner <mozilla@songbirdnest.com>
45 dnl
46 dnl Alternatively, the contents of this file may be used under the terms of
47 dnl either the GNU General Public License Version 2 or later (the "GPL"), or
48 dnl the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
49 dnl in which case the provisions of the GPL or the LGPL are applicable instead
50 dnl of those above. If you wish to allow use of your version of this file only
51 dnl under the terms of either the GPL or the LGPL, and not to allow others to
52 dnl use your version of this file under the terms of the MPL, indicate your
53 dnl decision by deleting the provisions above and replace them with the notice
54 dnl and other provisions required by the GPL or the LGPL. If you do not delete
55 dnl the provisions above, a recipient may use your version of this file under
56 dnl the terms of any one of the MPL, the GPL or the LGPL.
57 dnl
58 dnl ***** END LICENSE BLOCK *****
60 dnl Process this file with autoconf to produce a configure script.
61 dnl ========================================================
63 AC_PREREQ(2.13)
64 AC_INIT(config/config.mk)
65 AC_CONFIG_AUX_DIR(${srcdir}/build/autoconf)
66 AC_CANONICAL_SYSTEM
67 TARGET_CPU="${target_cpu}"
68 TARGET_VENDOR="${target_vendor}"
69 TARGET_OS="${target_os}"
72 MOZ_DEB_TIMESTAMP=`date +"%a, %d  %b %Y %T %z"   2>&1` 
73 AC_SUBST(MOZ_DEB_TIMESTAMP)
76 dnl ========================================================
77 dnl =
78 dnl = Don't change the following two lines.  Doing so breaks:
79 dnl =
80 dnl = CFLAGS="-foo" ./configure
81 dnl =
82 dnl ========================================================
83 CFLAGS="${CFLAGS=}"
84 CPPFLAGS="${CPPFLAGS=}"
85 CXXFLAGS="${CXXFLAGS=}"
86 LDFLAGS="${LDFLAGS=}"
87 HOST_CFLAGS="${HOST_CFLAGS=}"
88 HOST_CXXFLAGS="${HOST_CXXFLAGS=}"
89 HOST_LDFLAGS="${HOST_LDFLAGS=}"
91 dnl ========================================================
92 dnl = Preserve certain environment flags passed to configure
93 dnl = We want sub projects to receive the same flags
94 dnl = untainted by this configure script
95 dnl ========================================================
96 _SUBDIR_CC="$CC"
97 _SUBDIR_CXX="$CXX"
98 _SUBDIR_CFLAGS="$CFLAGS"
99 _SUBDIR_CPPFLAGS="$CPPFLAGS"
100 _SUBDIR_CXXFLAGS="$CXXFLAGS"
101 _SUBDIR_LDFLAGS="$LDFLAGS"
102 _SUBDIR_HOST_CC="$HOST_CC"
103 _SUBDIR_HOST_CFLAGS="$HOST_CFLAGS"
104 _SUBDIR_HOST_CXXFLAGS="$HOST_CXXFLAGS"
105 _SUBDIR_HOST_LDFLAGS="$HOST_LDFLAGS"
106 _SUBDIR_CONFIG_ARGS="$ac_configure_args"
108 dnl Set the version number of the libs included with mozilla
109 dnl ========================================================
110 MOZJPEG=62
111 MOZPNG=10217
112 MOZZLIB=0x1230
113 NSPR_VERSION=4
114 NSS_VERSION=3
116 dnl Set the minimum version of toolkit libs used by mozilla
117 dnl ========================================================
118 GLIB_VERSION=1.2.0
119 LIBIDL_VERSION=0.6.3
120 PERL_VERSION=5.006
121 LIBART_VERSION=2.3.4
122 CAIRO_VERSION=1.6.0
123 GLITZ_VERSION=0.4.0
124 PANGO_VERSION=1.10.0
125 GTK2_VERSION=2.10.0
126 MAKE_VERSION=3.78
127 WINDRES_VERSION=2.14.90
128 W32API_VERSION=3.8
129 GNOMEVFS_VERSION=2.0
130 GNOMEUI_VERSION=2.2.0
131 GCONF_VERSION=1.2.1
132 LIBGNOME_VERSION=2.0
133 STARTUP_NOTIFICATION_VERSION=0.8
134 DBUS_VERSION=0.60
135 LCMS_VERSION=1.17
136 SQLITE_VERSION=3.5.4
138 MSMANIFEST_TOOL=
140 dnl Set various checks
141 dnl ========================================================
142 MISSING_X=
143 AC_PROG_AWK
145 dnl Initialize the Pthread test variables early so they can be
146 dnl  overridden by each platform.
147 dnl ========================================================
148 USE_PTHREADS=
149 _PTHREAD_LDFLAGS=""
151 dnl Do not allow a separate objdir build if a srcdir build exists.
152 dnl ==============================================================
153 _topsrcdir=`cd \`dirname $0\`; pwd`
154 _objdir=`pwd`
156 if test "$_topsrcdir" != "$_objdir"
157 then
158   # Check for a couple representative files in the source tree
159   _conflict_files=
160   for file in $_topsrcdir/Makefile $_topsrcdir/config/autoconf.mk; do
161     if test -f $file; then
162       _conflict_files="$_conflict_files $file"
163     fi
164   done
165   if test "$_conflict_files"; then
166     echo "***"
167     echo "*   Your source tree contains these files:"
168     for file in $_conflict_files; do
169       echo "*         $file"
170     done
171     cat 1>&2 <<-EOF
172         *   This indicates that you previously built in the source tree.
173         *   A source tree build can confuse the separate objdir build.
174         *
175         *   To clean up the source tree:
176         *     1. cd $_topsrcdir
177         *     2. gmake distclean
178         ***
179         EOF
180     exit 1
181     break
182   fi
184 MOZ_BUILD_ROOT=`pwd`
186 dnl Default to MSVC for win32
187 dnl ==============================================================
188 if test -z "$CROSS_COMPILE"; then
189 case "$target" in
190 *-cygwin*|*-mingw*|*-msvc*|*-mks*)
191     MAKE_VERSION=3.79
192     if test -z "$CC"; then CC=cl; fi
193     if test -z "$CXX"; then CXX=cl; fi
194     if test -z "$CPP"; then CPP="cl -E -nologo"; fi
195     if test -z "$CXXCPP"; then CXXCPP="cl -TP -E -nologo"; ac_cv_prog_CXXCPP="$CXXCPP"; fi
196     if test -z "$LD"; then LD=link; fi
197     if test -z "$AS"; then AS=ml; fi
198     if test -z "$MIDL"; then MIDL=midl; fi
199     ;;
200 esac
203 COMPILE_ENVIRONMENT=1
204 MOZ_ARG_ENABLE_BOOL(compile-environment,
205 [  --disable-compile-environment
206                            Disable compiler/library checks.],
207     COMPILE_ENVIRONMENT=1,
208     COMPILE_ENVIRONMENT= )
210 MOZ_ARG_WITH_STRING(l10n-base,
211 [  --with-l10n-base=DIR     path to l10n repositories],
212     L10NBASEDIR=$withval)
213 if test ! -z "$L10NBASEDIR"; then
214     if test "$L10NBASEDIR" = "yes" -o "$L10NBASEDIR" = "no"; then
215         AC_MSG_ERROR([--with-l10n-base must specify a path])
216     elif test -d "$L10NBASEDIR"; then
217         L10NBASEDIR=`cd "$L10NBASEDIR" && pwd`
218     else
219         AC_MSG_ERROR([Invalid value --with-l10n-base, $L10NBASEDIR doesn't exist])
220     fi
222 AC_SUBST(L10NBASEDIR)
224 dnl ========================================================
225 dnl Checks for compilers.
226 dnl ========================================================
227 dnl Set CROSS_COMPILE in the environment when running configure
228 dnl to use the cross-compile setup for now
229 dnl ========================================================
231 if test "$COMPILE_ENVIRONMENT"; then
233 dnl Do some special WinCE toolchain stuff
234 case "$target" in
235 *wince)
236     echo -----------------------------------------------------------------------------
237     echo Building Windows CE Shunt Library and Tool Chain
238     echo -----------------------------------------------------------------------------
240     ac_exeext=.exe
242     echo -n "#define TOPSRCDIR \"" > $srcdir/build/wince/tools/topsrcdir.h
243     echo `cd "$_topsrcdir" && pwd -W | tr '\n' '\"'` >> $srcdir/build/wince/tools/topsrcdir.h
244     make -C $srcdir/build/wince/tools
245     echo -----------------------------------------------------------------------------
246     ;;
247 esac
249 if test -n "$CROSS_COMPILE" && test "$target" != "$host"; then
250     echo "cross compiling from $host to $target"
251     cross_compiling=yes
253     _SAVE_CC="$CC"
254     _SAVE_CFLAGS="$CFLAGS"
255     _SAVE_LDFLAGS="$LDFLAGS"
257     AC_MSG_CHECKING([for host c compiler])
258     AC_CHECK_PROGS(HOST_CC, $HOST_CC gcc cc /usr/ucb/cc cl icc, "")
259     if test -z "$HOST_CC"; then
260         AC_MSG_ERROR([no acceptable c compiler found in \$PATH])
261     fi
262     AC_MSG_RESULT([$HOST_CC])
263     AC_MSG_CHECKING([for host c++ compiler])
264     AC_CHECK_PROGS(HOST_CXX, $HOST_CXX $CCC c++ g++ gcc CC cxx cc++ cl icc, "")
265     if test -z "$HOST_CXX"; then
266         AC_MSG_ERROR([no acceptable c++ compiler found in \$PATH])
267     fi
268     AC_MSG_RESULT([$HOST_CXX])
270     if test -z "$HOST_CFLAGS"; then
271         HOST_CFLAGS="$CFLAGS"
272     fi
273     if test -z "$HOST_CXXFLAGS"; then
274         HOST_CXXFLAGS="$CXXFLAGS"
275     fi
276     if test -z "$HOST_LDFLAGS"; then
277         HOST_LDFLAGS="$LDFLAGS"
278     fi
279     AC_CHECK_PROGS(HOST_RANLIB, $HOST_RANLIB ranlib, ranlib, :)
280     AC_CHECK_PROGS(HOST_AR, $HOST_AR ar, ar, :)
281     CC="$HOST_CC"
282     CFLAGS="$HOST_CFLAGS"
283     LDFLAGS="$HOST_LDFLAGS"
285     AC_MSG_CHECKING([whether the host c compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works])
286     AC_TRY_COMPILE([], [return(0);], 
287         [ac_cv_prog_hostcc_works=1 AC_MSG_RESULT([yes])],
288         AC_MSG_ERROR([installation or configuration problem: host compiler $HOST_CC cannot create executables.]) )
290     CC="$HOST_CXX"
291     CFLAGS="$HOST_CXXFLAGS"
293     AC_MSG_CHECKING([whether the host c++ compiler ($HOST_CXX $HOST_CXXFLAGS $HOST_LDFLAGS) works])
294     AC_TRY_COMPILE([], [return(0);], 
295         [ac_cv_prog_hostcxx_works=1 AC_MSG_RESULT([yes])],
296         AC_MSG_ERROR([installation or configuration problem: host compiler $HOST_CXX cannot create executables.]) )
297     
298     CC=$_SAVE_CC
299     CFLAGS=$_SAVE_CFLAGS
300     LDFLAGS=$_SAVE_LDFLAGS
302     case "$build:$target" in
303       powerpc-apple-darwin8*:i?86-apple-darwin*)
304         dnl The Darwin cross compiler doesn't necessarily point itself at a
305         dnl root that has libraries for the proper architecture, it defaults
306         dnl to the system root.  The libraries in the system root on current
307         dnl versions of PPC OS X 10.4 aren't fat, so these target compiler
308         dnl checks will fail.  Fake a working SDK in that case.
309         _SAVE_CFLAGS=$CFLAGS
310         _SAVE_CXXFLAGS=$CXXLAGS
311         CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $CFLAGS"
312         CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $CXXFLAGS"
313         ;;
314     esac
316     AC_CHECK_PROGS(CC, $CC "${target_alias}-gcc" "${target}-gcc", :)
317     unset ac_cv_prog_CC
318     AC_PROG_CC
319     AC_CHECK_PROGS(CXX, $CXX "${target_alias}-g++" "${target}-g++", :)
320     unset ac_cv_prog_CXX
321     AC_PROG_CXX
323     case "$build:$target" in
324       powerpc-apple-darwin8*:i?86-apple-darwin*)
325         dnl Revert the changes made above.  From this point on, the target
326         dnl compiler will never be used without applying the SDK to CFLAGS
327         dnl (see --with-macos-sdk below).
328         CFLAGS=$_SAVE_CFLAGS
329         CXXFLAGS=$_SAVE_CXXFLAGS
330         ;;
331     esac
333     AC_CHECK_PROGS(RANLIB, $RANLIB "${target_alias}-ranlib" "${target}-ranlib", :)
334     AC_CHECK_PROGS(AR, $AR "${target_alias}-ar" "${target}-ar", :)
335     AC_PATH_PROGS(AS, $AS "${target_alias}-as" "${target}-as", :)
336     AC_CHECK_PROGS(LD, $LD "${target_alias}-ld" "${target}-ld", :)
337     AC_CHECK_PROGS(STRIP, $STRIP "${target_alias}-strip" "${target}-strip", :)
338     AC_CHECK_PROGS(WINDRES, $WINDRES "${target_alias}-windres" "${target}-windres", :)
339     AC_DEFINE(CROSS_COMPILE)
340 else
341     AC_PROG_CC
342     AC_PROG_CXX
343     AC_PROG_RANLIB
344     AC_PATH_PROGS(AS, $AS as, $CC)
345     AC_CHECK_PROGS(AR, ar, :)
346     AC_CHECK_PROGS(LD, ld, :)
347     AC_CHECK_PROGS(STRIP, strip, :)
348     AC_CHECK_PROGS(WINDRES, windres, :)
349     if test -z "$HOST_CC"; then
350         HOST_CC="$CC"
351     fi
352     if test -z "$HOST_CFLAGS"; then
353         HOST_CFLAGS="$CFLAGS"
354     fi
355     if test -z "$HOST_CXX"; then
356         HOST_CXX="$CXX"
357     fi
358     if test -z "$HOST_CXXFLAGS"; then
359         HOST_CXXFLAGS="$CXXFLAGS"
360     fi
361     if test -z "$HOST_LDFLAGS"; then
362         HOST_LDFLAGS="$LDFLAGS"
363     fi
364     if test -z "$HOST_RANLIB"; then
365         HOST_RANLIB="$RANLIB"
366     fi
367     if test -z "$HOST_AR"; then
368        HOST_AR="$AR"
369     fi
372 GNU_AS=
373 GNU_LD=
374 GNU_CC=
375 GNU_CXX=
376 CC_VERSION='N/A'
377 CXX_VERSION='N/A'
378 if test "$GCC" = "yes"; then
379     GNU_CC=1
380     CC_VERSION=`$CC -v 2>&1 | grep 'gcc version'`
382 if test "$GXX" = "yes"; then
383     GNU_CXX=1
384     CXX_VERSION=`$CXX -v 2>&1 | grep 'gcc version'`
386 if test "`echo | $AS -v 2>&1 | grep -c GNU`" != "0"; then
387     GNU_AS=1
389 if test "`echo | $LD -v 2>&1 | grep -c GNU`" != "0"; then
390     GNU_LD=1
392 if test "$GNU_CC"; then
393     if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then
394         GCC_USE_GNU_LD=1
395     fi
398 INTEL_CC=
399 INTEL_CXX=
400 if test "$GCC" = yes; then
401    if test "`$CC -help 2>&1 | grep -c 'Intel(R) C Compiler'`" != "0"; then
402      INTEL_CC=1
403    fi
406 if test "$GXX" = yes; then
407    if test "`$CXX -help 2>&1 | grep -c 'Intel(R) C++ Compiler'`" != "0"; then
408      INTEL_CXX=1
409    fi
412 dnl Special win32 checks
413 dnl ========================================================
414 case "$target" in
415 *-wince)
416     WINVER=500
417     ;;
419     if test -n "$GNU_CC"; then  
420         WINVER=501
421     else    
422         WINVER=500
423     fi
424     ;;
425 esac
427 MOZ_ARG_WITH_STRING(windows-version,
428 [  --with-windows-version=WINVER
429                           Minimum Windows version (WINVER) to support
430                               400: Windows 95
431                               500: Windows 2000
432                               501: Windows XP],
433   WINVER=$withval)
435 case "$WINVER" in
436 400|500|501)
437     ;;
440     AC_MSG_ERROR([Invalid value --with-windows-version, must be 400, 500 or 501]);
441     ;;
443 esac
445 case "$target" in
446 *-cygwin*|*-mingw*|*-msvc*|*-mks*|*-wince)
447     if test "$GCC" != "yes"; then
448         # Check to see if we are really running in a msvc environemnt
449         _WIN32_MSVC=1
450         AC_CHECK_PROGS(MIDL, midl)
452         # Make sure compilers are valid
453         CFLAGS="$CFLAGS -TC -nologo"
454         CXXFLAGS="$CXXFLAGS -TP -nologo"
455         AC_LANG_SAVE
456         AC_LANG_C
457         AC_TRY_COMPILE([#include <stdio.h>],
458             [ printf("Hello World\n"); ],,
459             AC_MSG_ERROR([\$(CC) test failed.  You must have MS VC++ in your path to build.]) )
461         AC_LANG_CPLUSPLUS
462         AC_TRY_COMPILE([#include <new.h>],
463             [ unsigned *test = new unsigned(42); ],,
464             AC_MSG_ERROR([\$(CXX) test failed.  You must have MS VC++ in your path to build.]) )
465         AC_LANG_RESTORE
466         
467         changequote(,)
468         _MSVC_VER_FILTER='s|.* ([0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?).*|\1|p'
469         changequote([,])
470         
471         # Determine compiler version
472         CC_VERSION=`"${CC}" -v 2>&1 | sed -nre "$_MSVC_VER_FILTER"`
473         _CC_MAJOR_VERSION=`echo ${CC_VERSION} | $AWK -F\. '{ print $1 }'`
474         _CC_MINOR_VERSION=`echo ${CC_VERSION} | $AWK -F\. '{ print $2 }'`
475         _CC_RELEASE=`echo ${CC_VERSION} | $AWK -F\. '{ print $3 }'`
476         _CC_BUILD=`echo ${CC_VERSION} | $AWK -F\. '{ print $4 }'`
477         _MSC_VER=${_CC_MAJOR_VERSION}${_CC_MINOR_VERSION}
479         CXX_VERSION=`"${CXX}" -v 2>&1 | sed -nre "$_MSVC_VER_FILTER"`
480         _CXX_MAJOR_VERSION=`echo ${CXX_VERSION} | $AWK -F\. '{ print $1 }'`
482         if test "$_CC_MAJOR_VERSION" != "$_CXX_MAJOR_VERSION"; then
483             AC_MSG_ERROR([The major versions of \$CC and \$CXX do not match.])
484         fi
485         if test "$_CC_MAJOR_VERSION" = "12"; then
486             _CC_SUITE=6
487         elif test "$_CC_MAJOR_VERSION" = "13"; then
488             _CC_SUITE=7
489         elif test "$_CC_MAJOR_VERSION" = "14"; then
490             _CC_SUITE=8
491             CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
492             dnl -DYNAMICBASE is only supported on VC8SP1 or newer,
493             dnl so be very specific here!
494             dnl VC8 is 14.00.50727.42, VC8SP1 is 14.00.50727.762
495             if test $_CC_RELEASE -gt 50727; then
496                _USE_DYNAMICBASE=1
497             elif test $_CC_BUILD -ge 762; then
498                _USE_DYNAMICBASE=1
499             fi
500             AC_DEFINE(_CRT_SECURE_NO_DEPRECATE)
501             AC_DEFINE(_CRT_NONSTDC_NO_DEPRECATE)
502         elif test "$_CC_MAJOR_VERSION" = "15"; then
503             _CC_SUITE=9
504             CXXFLAGS="$CXXFLAGS -Zc:wchar_t-"
505             LDFLAGS="$LDFLAGS -MANIFESTUAC:NO"
506             _USE_DYNAMICBASE=1
507             AC_DEFINE(_CRT_SECURE_NO_WARNINGS)
508             AC_DEFINE(_CRT_NONSTDC_NO_WARNINGS)
509         else
510             AC_MSG_ERROR([This version of the MSVC compiler, $CC_VERSION , is unsupported.])
511         fi
513         _MOZ_RTTI_FLAGS_ON='-GR'
514         _MOZ_RTTI_FLAGS_OFF='-GR-'
515         _MOZ_EXCEPTIONS_FLAGS_ON='-EHsc'
516         _MOZ_EXCEPTIONS_FLAGS_OFF=''
518         if test -n "$WIN32_REDIST_DIR"; then
519             WIN32_REDIST_DIR=`cd "$WIN32_REDIST_DIR" && pwd`
520         fi
521         
522         # bug #249782
523         # ensure that mt.exe is Microsoft (R) Manifest Tool and not magnetic tape manipulation utility (or something else)
524         if test "$_CC_SUITE" -ge "8"; then
525                 changequote(,)
526                 _MSMT_VER_FILTER='s|.* \([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*|\1|p'
527                 changequote([,])
529                 MSMT_TOOL=`mt 2>&1|grep 'Microsoft (R) Manifest Tool'`
530                 if test -n "$MSMT_TOOL"; then
531                         MSMANIFEST_TOOL_VERSION=`echo ${MSMT_TOOL}|sed -ne "$_MSMT_VER_FILTER"`
532                         if test -z "$MSMANIFEST_TOOL_VERSION"; then
533                                 AC_MSG_WARN([Unknown version of the Microsoft (R) Manifest Tool.])
534                         fi
535                         MSMANIFEST_TOOL=1
536                         unset MSMT_TOOL
537                 else
538                         AC_MSG_ERROR([Microsoft (R) Manifest Tool must be in your \$PATH.])
539                 fi
540         fi
542         # Check linker version
543         _LD_FULL_VERSION=`"${LD}" -v 2>&1 | sed -nre "$_MSVC_VER_FILTER"`
544         _LD_MAJOR_VERSION=`echo ${_LD_FULL_VERSION} | $AWK -F\. '{ print $1 }'`
545         if test "$_LD_MAJOR_VERSION" != "$_CC_SUITE"; then
546             AC_MSG_ERROR([The linker major version, $_LD_FULL_VERSION,  does not match the compiler suite version, $_CC_SUITE.])
547         fi
548         INCREMENTAL_LINKER=1
550         # Check midl version
551         _MIDL_FULL_VERSION=`"${MIDL}" -v 2>&1 | sed -nre "$_MSVC_VER_FILTER"`
552         _MIDL_MAJOR_VERSION=`echo ${_MIDL_FULL_VERSION} | $AWK -F\. '{ print $1 }'`
553         _MIDL_MINOR_VERSION=`echo ${_MIDL_FULL_VERSION} | $AWK -F\. '{ print $2 }'`
554         _MIDL_REV_VERSION=`echo ${_MIDL_FULL_VERSION} | $AWK -F\. '{ print $3 }'`
555          # Add flags if necessary
556          AC_MSG_CHECKING([for midl flags])
557          if test \( "$_MIDL_MAJOR_VERSION" -gt "6" \) -o \( "$_MIDL_MAJOR_VERSION" = "6" -a "$_MIDL_MINOR_VERSION" -gt "0" \) -o \( "$_MIDL_MAJOR_VERSION" = "6" -a "$_MIDL_MINOR_VERSION" = "00" -a "$_MIDL_REV_VERSION" -gt "359" \); then
558              # Starting with MIDL version 6.0.359, the MIDL compiler
559              # generates /Oicf /robust stubs by default, which is not
560              # compatible with versions of Windows older than Win2k.
561              # This switches us back to the old behaviour. When we drop
562              # support for Windows older than Win2k, we should remove
563              # this.
564              MIDL_FLAGS="${MIDL_FLAGS} -no_robust"
565              AC_MSG_RESULT([need -no_robust])
566          else
567              MIDL_FLAGS="${MIDL_FLAGS}"
568              AC_MSG_RESULT([none needed])
569         fi
570         
571         unset _MSVC_VER_FILTER
572         
573     else
574         # Check w32api version
575         _W32API_MAJOR_VERSION=`echo $W32API_VERSION | $AWK -F\. '{ print $1 }'`
576         _W32API_MINOR_VERSION=`echo $W32API_VERSION | $AWK -F\. '{ print $2 }'`
577         AC_MSG_CHECKING([for w32api version >= $W32API_VERSION])
578         AC_TRY_COMPILE([#include <w32api.h>],
579             #if (__W32API_MAJOR_VERSION < $_W32API_MAJOR_VERSION) || \
580                 (__W32API_MAJOR_VERSION == $_W32API_MAJOR_VERSION && \
581                  __W32API_MINOR_VERSION < $_W32API_MINOR_VERSION)
582                 #error "test failed."
583             #endif
584             , [ res=yes ], [ res=no ])
585         AC_MSG_RESULT([$res])
586         if test "$res" != "yes"; then
587             AC_MSG_ERROR([w32api version $W32API_VERSION or higher required.])
588         fi
589         # Check windres version
590         AC_MSG_CHECKING([for windres version >= $WINDRES_VERSION])
591         _WINDRES_VERSION=`${WINDRES} --version 2>&1 | grep -i windres 2>/dev/null | $AWK '{ print $3 }'`
592         AC_MSG_RESULT([$_WINDRES_VERSION])
593         _WINDRES_MAJOR_VERSION=`echo $_WINDRES_VERSION | $AWK -F\. '{ print $1 }'`
594         _WINDRES_MINOR_VERSION=`echo $_WINDRES_VERSION | $AWK -F\. '{ print $2 }'`
595         _WINDRES_RELEASE_VERSION=`echo $_WINDRES_VERSION | $AWK -F\. '{ print $3 }'`
596         WINDRES_MAJOR_VERSION=`echo $WINDRES_VERSION | $AWK -F\. '{ print $1 }'`
597         WINDRES_MINOR_VERSION=`echo $WINDRES_VERSION | $AWK -F\. '{ print $2 }'`
598         WINDRES_RELEASE_VERSION=`echo $WINDRES_VERSION | $AWK -F\. '{ print $3 }'`
599         if test "$_WINDRES_MAJOR_VERSION" -lt "$WINDRES_MAJOR_VERSION" -o \
600                 "$_WINDRES_MAJOR_VERSION" -eq "$WINDRES_MAJOR_VERSION" -a \
601                 "$_WINDRES_MINOR_VERSION" -lt "$WINDRES_MINOR_VERSION" -o \
602                 "$_WINDRES_MAJOR_VERSION" -eq "$WINDRES_MAJOR_VERSION" -a \
603                 "$_WINDRES_MINOR_VERSION" -eq "$WINDRES_MINOR_VERSION" -a \
604                 "$_WINDRES_RELEASE_VERSION" -lt "$WINDRES_RELEASE_VERSION"
605         then
606             AC_MSG_ERROR([windres version $WINDRES_VERSION or higher is required to build.])
607         fi
608     fi # !GNU_CC
610     AC_DEFINE_UNQUOTED(WINVER,0x$WINVER)
611     AC_DEFINE_UNQUOTED(_WIN32_WINNT,0x$WINVER)
612     # Require OS features provided by IE 5.0
613     AC_DEFINE_UNQUOTED(_WIN32_IE,0x0500)
614     ;;
615 esac
617 dnl Test breaks icc on OS/2 && MSVC
618 if test "$CC" != "icc" -a -z "$_WIN32_MSVC"; then
619     AC_PROG_CC_C_O
620     if grep "NO_MINUS_C_MINUS_O 1" ./confdefs.h >/dev/null; then
621         USING_HCC=1
622         _OLDCC=$CC
623         _OLDCXX=$CXX
624         CC="${srcdir}/build/hcc '$CC'"
625         CXX="${srcdir}/build/hcpp '$CXX'"
626     fi
629 AC_PROG_CPP
630 AC_PROG_CXXCPP
632 if test -n "$_WIN32_MSVC"; then
633     SKIP_PATH_CHECKS=1
634     SKIP_COMPILER_CHECKS=1
635     SKIP_LIBRARY_CHECKS=1
638 fi # COMPILE_ENVIRONMENT
640 AC_SUBST(MIDL_FLAGS)
641 AC_SUBST(_MSC_VER)
643 AC_SUBST(GNU_AS)
644 AC_SUBST(GNU_LD)
645 AC_SUBST(GNU_CC)
646 AC_SUBST(GNU_CXX)
647 AC_SUBST(INTEL_CC)
648 AC_SUBST(INTEL_CXX)
650 dnl ========================================================
651 dnl Checks for programs.
652 dnl ========================================================
653 AC_PROG_INSTALL
654 AC_PROG_LN_S
655 AC_PATH_PROGS(PERL, $PERL perl5 perl )
656 if test -z "$PERL" || test "$PERL" = ":"; then
657     AC_MSG_ERROR([perl not found in \$PATH])
660 if test -z "$TINDERBOX_SKIP_PERL_VERSION_CHECK"; then
661 AC_MSG_CHECKING([for minimum required perl version >= $PERL_VERSION])
662 _perl_version=`PERL_VERSION=$PERL_VERSION $PERL -e 'print "$]"; if ($] >= $ENV{PERL_VERSION}) { exit(0); } else { exit(1); }' 2>&5`
663 _perl_res=$?
664 AC_MSG_RESULT([$_perl_version])
666 if test "$_perl_res" != 0; then
667     AC_MSG_ERROR([Perl $PERL_VERSION or higher is required.])
671 AC_MSG_CHECKING([for full perl installation])
672 _perl_archlib=`$PERL -e 'use Config; if ( -d $Config{archlib} ) { exit(0); } else { exit(1); }' 2>&5`
673 _perl_res=$?
674 if test "$_perl_res" != 0; then
675     AC_MSG_RESULT([no])
676     AC_MSG_ERROR([Cannot find Config.pm or \$Config{archlib}.  A full perl installation is required.])
677 else
678     AC_MSG_RESULT([yes])    
681 AC_PATH_PROGS(PYTHON, $PYTHON python)
682 if test -z "$PYTHON"; then
683     AC_MSG_ERROR([python was not found in \$PATH])
685 echo PYTHON="$PYTHON"
687 AC_PATH_PROGS(NSINSTALL_BIN, nsinstall )
688 if test -z "$COMPILE_ENVIRONMENT"; then
689 if test -z "$NSINSTALL_BIN" || test "$NSINSTALL_BIN" = ":"; then
690     NSINSTALL_BIN='$(PYTHON) $(topsrcdir)/config/nsinstall.py'
693 AC_SUBST(NSINSTALL_BIN)
695 AC_PATH_PROG(DOXYGEN, doxygen, :)
696 AC_PATH_PROG(WHOAMI, whoami, :)
697 AC_PATH_PROG(AUTOCONF, autoconf, :)
698 AC_PATH_PROG(UNZIP, unzip, :)
699 AC_PATH_PROGS(ZIP, zip)
700 if test -z "$ZIP" || test "$ZIP" = ":"; then
701     AC_MSG_ERROR([zip not found in \$PATH])
703 AC_PATH_PROG(SYSTEM_MAKEDEPEND, makedepend)
704 AC_PATH_PROG(XARGS, xargs)
705 if test -z "$XARGS" || test "$XARGS" = ":"; then
706     AC_MSG_ERROR([xargs not found in \$PATH .])
709 if test "$COMPILE_ENVIRONMENT"; then
711 dnl ========================================================
712 dnl = Mac OS X toolchain support
713 dnl ========================================================
715 case "$target_os" in
716 darwin*)
717     dnl Current known valid versions for GCC_VERSION are 2.95.2 3.1 3.3 4.0.
718     dnl 4.0 identifies itself as 4.0.x, so strip the decidecimal for
719     dnl the environment and includedir purposes (when using an SDK, below),
720     dnl but remember the full version number for the libdir (SDK).
721     changequote(,)
722     GCC_VERSION_FULL=`echo $CXX_VERSION | $PERL -pe 's/^.*gcc version ([^ ]*).*/$1/'`
723     GCC_VERSION=`echo $GCC_VERSION_FULL | $PERL -pe '(split(/\./))[0]>=4&&s/(^\d*\.\d*).*/$1/;'`
724     changequote([,])
725     if test "$GCC_VERSION_FULL" = "4.0.0" ; then
726         dnl Bug 280479, but this keeps popping up in bug 292530 too because
727         dnl 4.0.0/4061 is the default compiler in Tiger.
728         changequote(,)
729         GCC_BUILD=`echo $CXX_VERSION | $PERL -pe 's/^.*build ([^ )]*).*/$1/'`
730         changequote([,])
731         if test "$GCC_BUILD" = "4061" ; then
732             AC_MSG_ERROR([You are attempting to use Apple gcc 4.0 build 4061.
733 This compiler was supplied with Xcode 2.0, and contains bugs that prevent it
734 from building Mozilla. Upgrade to Xcode 2.1 or later.])
735         fi
736     fi
738     dnl xcodebuild needs GCC_VERSION defined in the environment, since it
739     dnl doesn't respect the CC/CXX setting.  With GCC_VERSION set, it will use
740     dnl /usr/bin/g(cc|++)-$GCC_VERSION.
741     AC_PATH_PROGS(PBBUILD, pbbuild xcodebuild pbxbuild)
743     case "$PBBUILD" in
744       *xcodebuild*)
745         changequote(,)
746         XCODEBUILD_VERSION=`$PBBUILD -version 2>/dev/null | xargs | sed -e 's/.*DevToolsCore-\([0-9]*\).*/\1/'`
747         changequote([,])
748         if test -n "$XCODEBUILD_VERSION" && test "$XCODEBUILD_VERSION" -ge 620 ; then
749           HAS_XCODE_2_1=1;
750         fi
751       ;;
752     esac
754     dnl sdp was formerly in /Developer/Tools.  As of Mac OS X 10.4 (Darwin 8),
755     dnl it has moved into /usr/bin.
756     AC_PATH_PROG(SDP, sdp, :, [$PATH:/usr/bin:/Developer/Tools])
757     ;;
758 esac
760 AC_SUBST(GCC_VERSION)
761 AC_SUBST(XCODEBUILD_VERSION)
762 AC_SUBST(HAS_XCODE_2_1)
764 dnl The universal machinery sets UNIVERSAL_BINARY to inform packager.mk
765 dnl that a universal binary is being produced.
766 AC_SUBST(UNIVERSAL_BINARY)
768 dnl ========================================================
769 dnl Check for MacOS deployment target version
770 dnl ========================================================
772 MOZ_ARG_ENABLE_STRING(macos-target,
773                       [  --enable-macos-target=VER (default=10.4)
774                           Set the minimum MacOS version needed at runtime],
775                       [_MACOSX_DEPLOYMENT_TARGET=$enableval])
777 case "$target" in
778 *-darwin*)
779     if test -n "$_MACOSX_DEPLOYMENT_TARGET" ; then
780         dnl Use the specified value
781         export MACOSX_DEPLOYMENT_TARGET=$_MACOSX_DEPLOYMENT_TARGET
782         AC_DEFINE_UNQUOTED(__ENVIRONMENT_MAC_OS_X_VERION_MIN_REQUIRED__,$_MACOSX_DEPLOYMENT_TARGET)
783     elif test -z "$MACOSX_DEPLOYMENT_TARGET" ; then
784         dnl No value specified on the command line or in the environment,
785         dnl use the lesser of the application's minimum or the architecture's
786         dnl minimum.
787         export MACOSX_DEPLOYMENT_TARGET=10.4
788     fi
789     ;;
790 esac
792 AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
794 dnl ========================================================
795 dnl = Mac OS X SDK support
796 dnl ========================================================
797 MACOS_SDK_DIR=
798 NEXT_ROOT=
799 MOZ_ARG_WITH_STRING(macos-sdk,
800 [  --with-macos-sdk=dir   Location of platform SDK to use (Mac OS X only)],
801     MACOS_SDK_DIR=$withval)
803 dnl MACOS_SDK_DIR will be set to the SDK location whenever one is in use.
804 dnl NEXT_ROOT will be set and exported only if it's needed.
805 AC_SUBST(MACOS_SDK_DIR)
806 AC_SUBST(NEXT_ROOT)
808 if test "$MACOS_SDK_DIR"; then
809   dnl Sync this section with the ones in NSPR and NSS.
810   dnl Changes to the cross environment here need to be accounted for in
811   dnl the libIDL checks (below) and xpidl build.
813   if test ! -d "$MACOS_SDK_DIR"; then
814     AC_MSG_ERROR([SDK not found.  When using --with-macos-sdk, you must
815 specify a valid SDK.  SDKs are installed when the optional cross-development
816 tools are selected during the Xcode/Developer Tools installation.])
817   fi
819   GCC_VERSION_MAJOR=`echo $GCC_VERSION_FULL | $PERL -pe 's/(^\d*).*/$1/;'`
820   if test "$GCC_VERSION_MAJOR" -lt "4" ; then
821     SDK_C_INCLUDE="-isystem ${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION} -isystem ${MACOS_SDK_DIR}/usr/include -F${MACOS_SDK_DIR}/System/Library/Frameworks"
822     if test -d "${MACOS_SDK_DIR}/Library/Frameworks" ; then
823       SDK_C_INCLUDE="$SDK_C_INCLUDE -F${MACOS_SDK_DIR}/Library/Frameworks"
824     fi
825     SDK_CXX_INCLUDE="-I${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION}/c++ -I${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION}/c++/ppc-darwin -I${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION}/c++/backward"
827     CFLAGS="$CFLAGS -nostdinc ${SDK_C_INCLUDE}"
828     CXXFLAGS="$CXXFLAGS -nostdinc -nostdinc++ ${SDK_CXX_INCLUDE} ${SDK_C_INCLUDE}"
830     dnl CPP/CXXCPP needs to be set for AC_CHECK_HEADER.
831     CPP="$CPP -nostdinc ${SDK_C_INCLUDE}"
832     CXXCPP="$CXXCPP -nostdinc -nostdinc++ ${SDK_CXX_INCLUDE} ${SDK_C_INCLUDE}"
834     dnl ld support for -syslibroot is compiler-agnostic, but only available
835     dnl on Tiger.  Although it's possible to switch on the build host's
836     dnl OS release to use ld -syslibroot when available, ld -syslibroot will
837     dnl cause warnings as long as NEXT_ROOT is set.  NEXT_ROOT should be
838     dnl set because both the compiler and linker use it.
839     LIBS="-L${MACOS_SDK_DIR}/usr/lib/gcc/darwin -L${MACOS_SDK_DIR}/usr/lib/gcc/darwin/${GCC_VERSION_FULL} -L${MACOS_SDK_DIR}/usr/lib $LIBS"
840     export NEXT_ROOT=$MACOS_SDK_DIR
842     if test -n "$CROSS_COMPILE" ; then
843       dnl NEXT_ROOT will be in the environment, but it shouldn't be set for
844       dnl the build host.  HOST_CXX is presently unused.
845       HOST_CC="NEXT_ROOT= $HOST_CC"
846       HOST_CXX="NEXT_ROOT= $HOST_CXX"
847     fi
848   else
849     dnl gcc >= 4.0 uses different paths than above, but knows how to find
850     dnl them itself.
851     CFLAGS="$CFLAGS -isysroot ${MACOS_SDK_DIR}"
852     CXXFLAGS="$CXXFLAGS -isysroot ${MACOS_SDK_DIR}"
854     dnl CPP/CXXCPP needs to be set for AC_CHECK_HEADER.
855     CPP="$CPP -isysroot ${MACOS_SDK_DIR}"
856     CXXCPP="$CXXCPP -isysroot ${MACOS_SDK_DIR}"
858     if test "$GCC_VERSION_FULL" = "4.0.0" ; then
859       dnl If gcc >= 4.0, we're guaranteed to be on Tiger, which has an ld
860       dnl that supports -syslibroot.  Don't set NEXT_ROOT because it will
861       dnl be ignored and cause warnings when -syslibroot is specified.
862       dnl gcc 4.0.1 will pass -syslibroot to ld automatically based on
863       dnl the -isysroot it receives, so this is only needed with 4.0.0.
864       LDFLAGS="$LDFLAGS -Wl,-syslibroot,${MACOS_SDK_DIR}"
865     fi
866   fi
868   AC_LANG_SAVE
869   AC_MSG_CHECKING([for valid compiler/Mac OS X SDK combination])
870   AC_LANG_CPLUSPLUS
871   AC_TRY_COMPILE([#include <new>
872                  int main() { return 0; }],
873    result=yes,
874    result=no)
875   AC_LANG_RESTORE
876   AC_MSG_RESULT($result)
878   if test "$result" = "no" ; then
879     AC_MSG_ERROR([The selected compiler and Mac OS X SDK are incompatible.])
880   fi
883 fi # COMPILE_ENVIRONMENT
885 dnl Be sure the make we use is GNU make.
886 dnl on win32, gmake.exe is the generally the wrong version
887 case "$host_os" in
888 cygwin*|mingw*|mks*|msvc*)
889     AC_PATH_PROGS(MAKE, $MAKE make gmake, :)
890     ;;
892     AC_PATH_PROGS(MAKE, $MAKE gmake make, :)
893     ;;
894 esac
895 _make_try=`$MAKE --version 2>/dev/null | grep GNU`
896 if test ! "$_make_try"
897 then
898         echo
899         echo "*** $MAKE is not GNU Make.  You will not be able to build Mozilla without GNU Make."
900         echo
901         exit 1
903 dnl Now exit if version if < MAKE_VERSION
904 rm -f dummy.mk
905 echo 'all: ; @echo $(MAKE_VERSION)' > dummy.mk
906 _make_vers=`$MAKE --no-print-directory -f dummy.mk all 2>/dev/null`
907 rm -f dummy.mk
908 _MAKE_MAJOR_VERSION=`echo $_make_vers | $AWK -F\. '{ print $1 }'`
909 _MAKE_MINOR_VERSION=`echo $_make_vers | $AWK -F\. '{ print $2 }'`
910 MAKE_MAJOR_VERSION=`echo $MAKE_VERSION | $AWK -F\. '{ print $1 }'`
911 MAKE_MINOR_VERSION=`echo $MAKE_VERSION | $AWK -F\. '{ print $2 }'`
912 if test "$_MAKE_MAJOR_VERSION" -lt "$MAKE_MAJOR_VERSION" || \
913    test "$_MAKE_MAJOR_VERSION" = "$MAKE_MAJOR_VERSION" -a \
914         "$_MAKE_MINOR_VERSION" -lt "$MAKE_MINOR_VERSION"; then
915    AC_MSG_ERROR([GNU Make $MAKE_VERSION or higher is required to build Mozilla.])
917 AC_SUBST(MAKE)
919 if test "$COMPILE_ENVIRONMENT"; then
921 AC_PATH_XTRA
923 dnl Check in X11 include directory too.
924 if test "$no_x" != "yes"; then
925     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
928 XCFLAGS="$X_CFLAGS"
930 fi # COMPILE_ENVIRONMENT
932 dnl ========================================================
933 dnl set the defaults first
934 dnl ========================================================
935 AS_BIN=$AS
936 AR_FLAGS='cr $@'
937 AR_LIST='$(AR) t'
938 AR_EXTRACT='$(AR) x'
939 AR_DELETE='$(AR) d'
940 AS='$(CC)'
941 AS_DASH_C_FLAG='-c'
942 DLL_PREFIX=lib
943 LIB_PREFIX=lib
944 DLL_SUFFIX=.so
945 OBJ_SUFFIX=o
946 LIB_SUFFIX=a
947 ASM_SUFFIX=s
948 IMPORT_LIB_SUFFIX=
949 TARGET_MD_ARCH=unix
950 DIRENT_INO=d_ino
951 CYGWIN_WRAPPER=
952 WIN_TOP_SRC=
953 MOZ_USER_DIR=".mozilla"
954 HOST_AR='$(AR)'
955 HOST_AR_FLAGS='$(AR_FLAGS)'
957 MOZ_JPEG_CFLAGS=
958 MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,mozjpeg,$(DEPTH)/jpeg)'
959 MOZ_ZLIB_CFLAGS=
960 MOZ_ZLIB_LIBS='$(call EXPAND_LIBNAME_PATH,mozz,$(DEPTH)/modules/zlib/src)'
961 MOZ_BZ2_CFLAGS=
962 MOZ_BZ2_LIBS='$(call EXPAND_LIBNAME_PATH,bz2,$(DEPTH)/modules/libbz2/src)'
963 MOZ_PNG_CFLAGS=
964 MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,mozpng,$(DEPTH)/modules/libimg/png)'
966 MOZ_JS_LIBS='-L$(LIBXUL_DIST)/bin -lmozjs'
967 DYNAMIC_XPCOM_LIBS='-L$(LIBXUL_DIST)/bin -lxpcom -lxpcom_core'
968 MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin -Wl,-rpath-link,$(PREFIX)/lib'
969 XPCOM_FROZEN_LDOPTS='-L$(LIBXUL_DIST)/bin -lxpcom'
970 LIBXUL_LIBS='$(XPCOM_FROZEN_LDOPTS) -lxul'
971 XPCOM_GLUE_LDOPTS='$(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) $(XPCOM_FROZEN_LDOPTS)'
972 XPCOM_STANDALONE_GLUE_LDOPTS='$(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue.$(LIB_SUFFIX)'
974 MOZ_COMPONENT_NSPR_LIBS='-L$(LIBXUL_DIST)/bin $(NSPR_LIBS)'
975 MOZ_XPCOM_OBSOLETE_LIBS='-L$(LIBXUL_DIST)/lib -lxpcom_compat'
977 USE_DEPENDENT_LIBS=1
979 _PLATFORM_DEFAULT_TOOLKIT=cairo-gtk2
980 MOZ_GFX_TOOLKIT='$(MOZ_WIDGET_TOOLKIT)'
982 MOZ_ENABLE_POSTSCRIPT=1 
984 if test -n "$CROSS_COMPILE"; then
985     OS_TARGET="${target_os}"
986     OS_ARCH=`echo $target_os | sed -e 's|/|_|g'`
987     OS_RELEASE=
988     case "${target_os}" in
989         linux*)       OS_ARCH=Linux OS_TARGET=Linux ;;
990         kfreebsd*-gnu) OS_ARCH=GNU_kFreeBSD OS_TARGET=GNU_kFreeBSD ;;
991         solaris*)     OS_ARCH=SunOS OS_RELEASE=5 ;;
992         mingw*)       OS_ARCH=WINNT ;;
993         wince*)       OS_ARCH=WINCE ;;
994         darwin*)      OS_ARCH=Darwin OS_TARGET=Darwin ;;
995     esac
996 else
997     OS_TARGET=`uname -s`
998     OS_ARCH=`uname -s | sed -e 's|/|_|g'`
999     OS_RELEASE=`uname -r`
1002 # Before this used `uname -m` when not cross compiling
1003 # but that breaks when you have a 64 bit kernel with a 32 bit userland.
1004 OS_TEST="${target_cpu}"
1006 _COMPILER_PREFIX=
1008 HOST_OS_ARCH=`echo $host_os | sed -e 's|/|_|g'`
1010 #######################################################################
1011 # Master "Core Components" macros for getting the OS target           #
1012 #######################################################################
1015 # Note: OS_TARGET should be specified on the command line for gmake.
1016 # When OS_TARGET=WIN95 is specified, then a Windows 95 target is built.
1017 # The difference between the Win95 target and the WinNT target is that
1018 # the WinNT target uses Windows NT specific features not available
1019 # in Windows 95. The Win95 target will run on Windows NT, but (supposedly)
1020 # at lesser performance (the Win95 target uses threads; the WinNT target
1021 # uses fibers).
1023 # When OS_TARGET=WIN16 is specified, then a Windows 3.11 (16bit) target
1024 # is built. See: win16_3.11.mk for lots more about the Win16 target.
1026 # If OS_TARGET is not specified, it defaults to $(OS_ARCH), i.e., no
1027 # cross-compilation.
1031 # The following hack allows one to build on a WIN95 machine (as if
1032 # s/he were cross-compiling on a WINNT host for a WIN95 target).
1033 # It also accomodates for MKS's uname.exe.  If you never intend
1034 # to do development on a WIN95 machine, you don't need this hack.
1036 case "$OS_ARCH" in
1037 WIN95)
1038     OS_ARCH=WINNT
1039     OS_TARGET=WIN95
1040     ;;
1041 Windows_95)
1042     OS_ARCH=Windows_NT
1043     OS_TARGET=WIN95
1044     ;;
1045 Windows_98)
1046     OS_ARCH=Windows_NT
1047     OS_TARGET=WIN95
1048     ;;
1049 CYGWIN_9*|CYGWIN_ME*)
1050     OS_ARCH='CYGWIN_NT-4.0'
1051     OS_TARGET=WIN95
1052     ;;
1053 esac
1056 # Define and override various archtecture-specific variables, including
1057 # HOST_OS_ARCH
1058 # OS_ARCH
1059 # OS_TEST
1060 # OS_TARGET
1061 # OS_RELEASE
1062 # OS_MINOR_RELEASE
1065 case "$HOST_OS_ARCH" in
1066 cygwin*|mingw*|mks*|msvc*)
1067     HOST_OS_ARCH=WINNT
1068     ;;
1069 linux*)
1070     HOST_OS_ARCH=Linux
1071     ;;
1072 solaris*)
1073     HOST_OS_ARCH=SunOS
1074     ;;
1075 BSD_386)
1076     HOST_OS_ARCH=BSD
1077     ;;
1078 dgux)
1079     HOST_OS_ARCH=DGUX
1080     ;;
1081 IRIX64)
1082     HOST_OS_ARCH=IRIX
1083     ;;
1084 UNIX_SV)
1085     if "`cat /etc/bcheckrc | grep -c NCR 2>/dev/null`" != "0"; then
1086         HOST_OS_ARCH=NCR
1087     else
1088         HOST_OS_ARCH=UNIXWARE
1089     fi
1090     ;;
1091 ncr)
1092     HOST_OS_ARCH=NCR
1093     ;;
1094 UNIX_SYSTEM_V)
1095     HOST_OS_ARCH=NEC
1096     ;;
1097 OSF1)
1098     ;;
1099 *OpenVMS*)
1100     HOST_OS_ARCH=OpenVMS
1101     ;;
1102 OS_2)
1103     HOST_OS_ARCH=OS2
1104     ;;
1105 QNX)
1106     ;;
1107 SCO_SV)
1108     HOST_OS_ARCH=SCOOS
1109     ;;
1110 SINIX-N | SINIX-Y | SINIX-Z |ReliantUNIX-M)
1111     HOST_OS_ARCH=SINIX
1112     ;;
1113 UnixWare)
1114     HOST_OS_ARCH=UNIXWARE
1115     ;;
1116 esac
1118 case "$OS_ARCH" in
1119 WINNT)
1120     OS_TEST=`uname -p`
1121     ;;
1122 Windows_NT)
1124 # If uname -s returns "Windows_NT", we assume that we are using
1125 # the uname.exe in MKS toolkit.
1127 # The -r option of MKS uname only returns the major version number.
1128 # So we need to use its -v option to get the minor version number.
1129 # Moreover, it doesn't have the -p option, so we need to use uname -m.
1131     OS_ARCH=WINNT
1132     OS_TARGET=WINNT
1133     OS_MINOR_RELEASE=`uname -v`
1134     if test "$OS_MINOR_RELEASE" = "00"; then
1135         OS_MINOR_RELEASE=0
1136     fi
1137     OS_RELEASE="${OS_RELEASE}.${OS_MINOR_RELEASE}"
1138     ;;
1139 CYGWIN32_NT|CYGWIN_NT*|MINGW*_NT*)
1141 # If uname -s returns "CYGWIN_NT-4.0", we assume that we are using
1142 # the uname.exe in the Cygwin tools.
1143 # Prior to the Beta 20 release, Cygwin was called GNU-Win32.
1144 # If uname -s returns "CYGWIN32/NT", we assume that we are using
1145 # the uname.exe in the GNU-Win32 tools.
1146 # If uname -s returns MINGW32_NT-5.1, we assume that we are using
1147 # the uname.exe in the MSYS tools.
1149     OS_RELEASE=`expr $OS_ARCH : '.*NT-\(.*\)'`
1150     OS_ARCH=WINNT
1151     OS_TARGET=WINNT
1152     ;;
1153 AIX)
1154     OS_RELEASE=`uname -v`.`uname -r`
1155     OS_TEST=`uname -p`
1156     ;;
1157 BSD_386)
1158     OS_ARCH=BSD
1159     ;;
1160 dgux)
1161     OS_ARCH=DGUX
1162     ;;
1163 IRIX64)
1164     OS_ARCH=IRIX
1165     ;;
1166 UNIX_SV)
1167     if "`cat /etc/bcheckrc | grep -c NCR 2>/dev/null`" != "0"; then
1168         OS_ARCH=NCR
1169     else
1170         OS_ARCH=UNIXWARE
1171         OS_RELEASE=`uname -v`
1172     fi
1173     ;;
1174 ncr)
1175     OS_ARCH=NCR
1176     ;;
1177 UNIX_SYSTEM_V)
1178     OS_ARCH=NEC
1179     ;;
1180 OSF1)
1181     case `uname -v` in
1182     148)
1183         OS_RELEASE=V3.2C
1184         ;;
1185     564)
1186         OS_RELEASE=V4.0B
1187         ;;
1188     878)
1189         OS_RELEASE=V4.0D
1190         ;;
1191     esac
1192     ;;
1193 *OpenVMS*)
1194     OS_ARCH=OpenVMS
1195     OS_RELEASE=`uname -v`
1196     OS_TEST=`uname -p`
1197     ;;
1198 OS_2)
1199     OS_ARCH=OS2
1200     OS_TARGET=OS2
1201     OS_RELEASE=`uname -v`
1202     ;;
1203 QNX)
1204     if test "$OS_TARGET" != "NTO"; then
1205         changequote(,)
1206         OS_RELEASE=`uname -v | sed 's/^\([0-9]\)\([0-9]*\)$/\1.\2/'`
1207         changequote([,])
1208     fi
1209     OS_TEST=x86
1210     ;;
1211 SCO_SV)
1212     OS_ARCH=SCOOS
1213     OS_RELEASE=5.0
1214     ;;
1215 SINIX-N | SINIX-Y | SINIX-Z |ReliantUNIX-M)
1216     OS_ARCH=SINIX
1217     OS_TEST=`uname -p`
1218     ;;
1219 UnixWare)
1220     OS_ARCH=UNIXWARE
1221     OS_RELEASE=`uname -v`
1222     ;;
1223 WINCE)
1224     OS_ARCH=WINCE
1225     OS_TARGET=WINCE
1226     ;;
1227 Darwin)
1228     case "${target_cpu}" in
1229     powerpc*)
1230         OS_TEST=ppc
1231         ;;
1232     i*86*)
1233         OS_TEST=i386 
1234         ;;
1235     *)
1236         if test -z "$CROSS_COMPILE" ; then
1237             OS_TEST=`uname -p`
1238         fi
1239         ;;
1240     esac
1241     ;;
1242 esac
1244 if test "$OS_ARCH" = "NCR"; then
1245     changequote(,)
1246     OS_RELEASE=`awk '{print $3}' /etc/.relid | sed 's/^\([0-9]\)\(.\)\(..\)\(.*\)$/\2.\3/'`
1247     changequote([,])
1250 # Only set CPU_ARCH if we recognize the value of OS_TEST
1252 case "$OS_TEST" in
1253 *86 | i86pc)
1254     CPU_ARCH=x86
1255     ;;
1257 powerpc* | ppc)
1258     CPU_ARCH=ppc
1259     ;;
1261 Alpha | alpha | ALPHA)
1262     CPU_ARCH=Alpha
1263     ;;
1265 hppa* | parisc)
1266     CPU_ARCH=hppa
1267     ;;
1269 sun4u | sparc*)
1270     CPU_ARCH=sparc
1271     ;;
1273 x86_64 | ia64)
1274     CPU_ARCH="$OS_TEST"
1275     ;;
1276 esac
1278 if test -z "$OS_TARGET"; then
1279     OS_TARGET=$OS_ARCH
1281 if test "$OS_TARGET" = "WIN95"; then
1282     OS_RELEASE="4.0"
1284 if test "$OS_TARGET" = "WIN16"; then
1285     OS_RELEASE=
1287 OS_CONFIG="${OS_TARGET}${OS_RELEASE}"
1289 dnl ========================================================
1290 dnl GNU specific defaults
1291 dnl ========================================================
1292 if test "$GNU_CC"; then
1293     # FIXME: Let us build with strict aliasing. bug 414641.
1294     CFLAGS="$CFLAGS -fno-strict-aliasing"
1295     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1296     MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1297     DSO_LDOPTS='-shared'
1298     if test "$GCC_USE_GNU_LD"; then
1299         # Don't allow undefined symbols in libraries
1300         DSO_LDOPTS="$DSO_LDOPTS -Wl,-z,defs"
1301     fi
1302     WARNINGS_AS_ERRORS='-Werror'
1303     DSO_CFLAGS=''
1304     DSO_PIC_CFLAGS='-fPIC'
1305     _MOZ_RTTI_FLAGS_ON=${_COMPILER_PREFIX}-frtti
1306     _MOZ_RTTI_FLAGS_OFF=${_COMPILER_PREFIX}-fno-rtti
1307     _MOZ_EXCEPTIONS_FLAGS_ON='-fhandle-exceptions'
1308     _MOZ_EXCEPTIONS_FLAGS_OFF='-fno-handle-exceptions'
1310     # Turn on GNU specific features
1311     # -Wall - turn on all warnings
1312     # -pedantic - make compiler warn about non-ANSI stuff, and
1313     #             be a little bit stricter
1314     # Warnings slamm took out for now (these were giving more noise than help):
1315     # -Wbad-function-cast - warns when casting a function to a new return type
1316     # -Wshadow - removed because it generates more noise than help --pete
1317     _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wall -W -Wno-unused -Wpointer-arith"
1318     if test -z "$INTEL_CC"; then
1319        # Don't use -Wcast-align with ICC
1320        case "$CPU_ARCH" in
1321            # And don't use it on hppa, ia64, sparc, since it's noisy there
1322            hppa | ia64 | sparc)
1323            ;;
1324            *)
1325         _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wcast-align"
1326            ;;
1327        esac
1328     fi
1330     dnl Turn pedantic on but disable the warnings for long long
1331     _PEDANTIC=1
1333     if test -z "$INTEL_CC"; then
1334       _IGNORE_LONG_LONG_WARNINGS=1
1335       _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -W"
1336     else
1337       _IGNORE_LONG_LONG_WARNINGS=
1338     fi
1341     _DEFINES_CFLAGS='-include $(DEPTH)/mozilla-config.h -DMOZILLA_CLIENT'
1342     _USE_CPP_INCLUDE_FLAG=1
1343 else
1344     MKSHLIB='$(LD) $(DSO_LDOPTS) -h $@ -o $@'
1345     MKCSHLIB='$(LD) $(DSO_LDOPTS) -h $@ -o $@'
1347     DSO_LDOPTS='-shared'
1348     if test "$GNU_LD"; then
1349         # Don't allow undefined symbols in libraries
1350         DSO_LDOPTS="$DSO_LDOPTS -z defs"
1351     fi
1353     DSO_CFLAGS=''
1354     DSO_PIC_CFLAGS='-KPIC'
1355     _DEFINES_CFLAGS='$(ACDEFINES) -D_MOZILLA_CONFIG_H_ -DMOZILLA_CLIENT'
1358 if test "$GNU_CXX"; then
1359     # FIXME: Let us build with strict aliasing. bug 414641.
1360     CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
1361     # Turn on GNU specific features
1362     _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor"
1363     if test -z "$INTEL_CC"; then
1364        # Don't use -Wcast-align with ICC
1365        case "$CPU_ARCH" in
1366            # And don't use it on hppa, ia64, sparc, since it's noisy there
1367            hppa | ia64 | sparc)
1368            ;;
1369            *)
1370         _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wcast-align"
1371            ;;
1372        esac
1373     fi
1375     _DEFINES_CXXFLAGS='-DMOZILLA_CLIENT -include $(DEPTH)/mozilla-config.h'
1376     _USE_CPP_INCLUDE_FLAG=1
1378     AC_CACHE_CHECK(whether the compiler supports -Wno-invalid-offsetof,
1379                    ac_has_wno_invalid_offsetof,
1380         [
1381             AC_LANG_SAVE
1382             AC_LANG_CPLUSPLUS
1383             _SAVE_CXXFLAGS="$CXXFLAGS"
1384             CXXFLAGS="$CXXFLAGS ${_COMPILER_PREFIX}-Wno-invalid-offsetof"
1385             AC_TRY_COMPILE([],
1386                            [return(0);],
1387                            ac_has_wno_invalid_offsetof="yes",
1388                            ac_has_wno_invalid_offsetof="no")
1389             CXXFLAGS="$_SAVE_CXXFLAGS"
1390             AC_LANG_RESTORE
1391         ])
1392     if test "$ac_has_wno_invalid_offsetof" = "yes"; then
1393         _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-invalid-offsetof"
1394     fi
1395 else
1396     _DEFINES_CXXFLAGS='-DMOZILLA_CLIENT -D_MOZILLA_CONFIG_H_ $(ACDEFINES)'
1399 dnl gcc can come with its own linker so it is better to use the pass-thru calls
1400 dnl MKSHLIB_FORCE_ALL is used to force the linker to include all object
1401 dnl files present in an archive. MKSHLIB_UNFORCE_ALL reverts the linker to
1402 dnl normal behavior.
1403 dnl ========================================================
1404 MKSHLIB_FORCE_ALL=
1405 MKSHLIB_UNFORCE_ALL=
1407 if test "$COMPILE_ENVIRONMENT"; then
1408 if test "$GNU_CC"; then
1409   AC_MSG_CHECKING(whether ld has archive extraction flags)
1410   AC_CACHE_VAL(ac_cv_mkshlib_force_and_unforce,
1411    [_SAVE_LDFLAGS=$LDFLAGS; _SAVE_LIBS=$LIBS
1412     ac_cv_mkshlib_force_and_unforce="no"
1413     exec 3<&0 <<LOOP_INPUT
1414         force="-Wl,--whole-archive";   unforce="-Wl,--no-whole-archive"
1415         force="-Wl,-z -Wl,allextract"; unforce="-Wl,-z -Wl,defaultextract"
1416         force="-Wl,-all";              unforce="-Wl,-none"
1417 LOOP_INPUT
1418     while read line
1419     do
1420       eval $line
1421       LDFLAGS=$force
1422       LIBS=$unforce
1423       AC_TRY_LINK(,, ac_cv_mkshlib_force_and_unforce=$line; break)
1424     done
1425     exec 0<&3 3<&-
1426     LDFLAGS=$_SAVE_LDFLAGS; LIBS=$_SAVE_LIBS
1427    ])
1428   if test "$ac_cv_mkshlib_force_and_unforce" = "no"; then
1429     AC_MSG_RESULT(no)
1430   else
1431     AC_MSG_RESULT(yes)
1432     eval $ac_cv_mkshlib_force_and_unforce
1433     MKSHLIB_FORCE_ALL=$force
1434     MKSHLIB_UNFORCE_ALL=$unforce
1435   fi
1436 fi # GNU_CC
1437 fi # COMPILE_ENVIRONMENT
1439 dnl =================================================================
1440 dnl Set up and test static assertion macros used to avoid AC_TRY_RUN,
1441 dnl which is bad when cross compiling.
1442 dnl =================================================================
1443 if test "$COMPILE_ENVIRONMENT"; then
1444 configure_static_assert_macros='
1445 #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
1446 #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
1447 #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
1450 dnl test that the macros actually work:
1451 AC_MSG_CHECKING(that static assertion macros used in autoconf tests work)
1452 AC_CACHE_VAL(ac_cv_static_assertion_macros_work,
1453  [AC_LANG_SAVE
1454   AC_LANG_C
1455   ac_cv_static_assertion_macros_work="yes"
1456   AC_TRY_COMPILE([$configure_static_assert_macros],
1457                  [CONFIGURE_STATIC_ASSERT(1)],
1458                  ,
1459                  ac_cv_static_assertion_macros_work="no")
1460   AC_TRY_COMPILE([$configure_static_assert_macros],
1461                  [CONFIGURE_STATIC_ASSERT(0)],
1462                  ac_cv_static_assertion_macros_work="no",
1463                  )
1464   AC_LANG_CPLUSPLUS
1465   AC_TRY_COMPILE([$configure_static_assert_macros],
1466                  [CONFIGURE_STATIC_ASSERT(1)],
1467                  ,
1468                  ac_cv_static_assertion_macros_work="no")
1469   AC_TRY_COMPILE([$configure_static_assert_macros],
1470                  [CONFIGURE_STATIC_ASSERT(0)],
1471                  ac_cv_static_assertion_macros_work="no",
1472                  )
1473   AC_LANG_RESTORE
1474  ])
1475 AC_MSG_RESULT("$ac_cv_static_assertion_macros_work")
1476 if test "$ac_cv_static_assertion_macros_work" = "no"; then
1477     AC_MSG_ERROR([Compiler cannot compile macros used in autoconf tests.])
1479 fi # COMPILE_ENVIRONMENT
1481 dnl ========================================================
1482 dnl Checking for 64-bit OS
1483 dnl ========================================================
1484 if test "$COMPILE_ENVIRONMENT"; then
1485 AC_LANG_SAVE
1486 AC_LANG_C
1487 AC_MSG_CHECKING(for 64-bit OS)
1488 AC_TRY_COMPILE([$configure_static_assert_macros],
1489                [CONFIGURE_STATIC_ASSERT(sizeof(long) == 8)],
1490                result="yes", result="no")
1491 AC_MSG_RESULT("$result")
1492 if test "$result" = "yes"; then
1493     AC_DEFINE(HAVE_64BIT_OS)
1494     HAVE_64BIT_OS=1
1496 AC_SUBST(HAVE_64BIT_OS)
1497 AC_LANG_RESTORE
1498 fi # COMPILE_ENVIRONMENT
1500 dnl ========================================================
1501 dnl Enable high-memory support on OS/2 by default.
1502 dnl ========================================================
1503 MOZ_OS2_HIGH_MEMORY=1
1504 MOZ_ARG_DISABLE_BOOL(os2-high-mem,
1505 [  --disable-os2-high-mem  Disable high-memory support on OS/2],
1506     MOZ_OS2_HIGH_MEMORY=,
1507     MOZ_OS2_HIGH_MEMORY=1 )
1508 AC_SUBST(MOZ_OS2_HIGH_MEMORY)
1510 dnl ========================================================
1511 dnl System overrides of the defaults for host
1512 dnl ========================================================
1513 case "$host" in
1514 *-beos*)
1515     HOST_CFLAGS="$HOST_CFLAGS -DXP_BEOS -DBeOS -DBEOS -D_POSIX_SOURCE -DNO_X11"
1516     HOST_NSPR_MDCPUCFG='\"md/_beos.cfg\"'
1517     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}"
1518     ;;
1520 *cygwin*|*mingw*|*mks*|*msvc*|*wince)
1521     if test -n "$_WIN32_MSVC"; then
1522         HOST_AR=lib
1523         HOST_AR_FLAGS='-NOLOGO -OUT:"$@"'
1524         HOST_CFLAGS="$HOST_CFLAGS -TC -nologo -Fd\$(HOST_PDBFILE)"
1525         HOST_RANLIB='echo ranlib'
1526     else
1527         HOST_CFLAGS="$HOST_CFLAGS -mno-cygwin"
1528     fi
1529     HOST_CFLAGS="$HOST_CFLAGS -DXP_WIN32 -DXP_WIN -DWIN32 -D_WIN32 -DNO_X11"
1530     HOST_NSPR_MDCPUCFG='\"md/_winnt.cfg\"'
1531     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O2}"
1532     HOST_BIN_SUFFIX=.exe
1533     case "$host" in
1534     *mingw*)
1535     dnl MinGW/MSYS does not need CYGWIN_WRAPPER
1536         ;;
1537     *)
1538         CYGWIN_WRAPPER="${srcdir}/build/cygwin-wrapper"
1539         if test "`echo ${srcdir} | grep -c ^/ 2>/dev/null`" = 0; then
1540             _pwd=`pwd`
1541             CYGWIN_WRAPPER="${_pwd}/${srcdir}/build/cygwin-wrapper"
1542         fi
1543         if test "`${PERL} -v | grep -c cygwin  2>/dev/null`" = 0; then
1544             AS_PERL=1
1545             PERL="${CYGWIN_WRAPPER} $PERL"
1546         fi
1548         if test "`${PYTHON} -c 'import sys; print sys.platform;'`" != "cygwin"; then
1549             PYTHON="${CYGWIN_WRAPPER} $PYTHON"
1550         fi
1551         ;;
1552     esac
1553     ;;
1555 *-darwin*)
1556     HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX -DXP_MACOSX -DNO_X11"
1557     HOST_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
1558     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}"
1559     MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
1560     LIBXUL_LIBS='$(XPCOM_FROZEN_LDOPTS) $(LIBXUL_DIST)/bin/XUL -lobjc'
1561     ;;
1563 *-linux*|*-kfreebsd*-gnu)
1564     HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX"
1565     HOST_NSPR_MDCPUCFG='\"md/_linux.cfg\"'
1566     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}"
1567     ;;
1569 *os2*)
1570     HOST_CFLAGS="$HOST_CFLAGS -DXP_OS2 -DNO_X11 -Zomf"
1571     HOST_NSPR_MDCPUCFG='\"md/_os2.cfg\"'
1572     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O2}"
1573     HOST_BIN_SUFFIX=.exe
1574     MOZ_FIX_LINK_PATHS=
1575     ;;
1577 *-osf*)
1578     HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX"
1579     HOST_NSPR_MDCPUCFG='\"md/_osf1.cfg\"'
1580     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O2}"
1581     ;;
1584     HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX"
1585     HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O2}"
1586     ;;
1587 esac
1589 dnl Get mozilla version from central milestone file
1590 MOZILLA_VERSION=`$PERL $srcdir/config/milestone.pl -topsrcdir $srcdir`
1592 dnl Get version of various core apps from the version files.
1593 FIREFOX_VERSION=`cat $topsrcdir/browser/config/version.txt`
1595 AC_DEFINE_UNQUOTED(MOZILLA_VERSION,"$MOZILLA_VERSION")
1596 AC_DEFINE_UNQUOTED(MOZILLA_VERSION_U,$MOZILLA_VERSION)
1598 dnl ========================================================
1599 dnl System overrides of the defaults for target
1600 dnl ========================================================
1602 case "$target" in
1603 *-aix*)
1604     AC_DEFINE(AIX)
1605     if test ! "$GNU_CC"; then
1606         if test ! "$HAVE_64BIT_OS"; then
1607             # Compiling with Visual Age C++ object model compat is the
1608             # default. To compile with object model ibm, add 
1609             # AIX_OBJMODEL=ibm to .mozconfig.
1610             if test "$AIX_OBJMODEL" = "ibm"; then
1611                 CXXFLAGS="$CXXFLAGS -qobjmodel=ibm"
1612             else
1613                 AIX_OBJMODEL=compat
1614             fi
1615         else
1616             AIX_OBJMODEL=compat
1617         fi
1618         AC_SUBST(AIX_OBJMODEL)
1619         DSO_LDOPTS='-qmkshrobj=1'
1620         DSO_CFLAGS='-qflag=w:w'
1621         DSO_PIC_CFLAGS=
1622         LDFLAGS="$LDFLAGS -Wl,-brtl -blibpath:/usr/lib:/lib"
1623         AC_MSG_WARN([Clearing MOZ_FIX_LINK_PATHS till we can fix bug 332075.])
1624         MOZ_FIX_LINK_PATHS=
1625         MKSHLIB='$(CXX) $(DSO_LDOPTS) -o $@'
1626         MKCSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1627         if test "$COMPILE_ENVIRONMENT"; then
1628             AC_LANG_SAVE
1629             AC_LANG_CPLUSPLUS
1630             AC_MSG_CHECKING([for VisualAge C++ compiler version >= 5.0.2.0])
1631             AC_TRY_COMPILE([],
1632                 [#if (__IBMCPP__ < 502)
1633                  #error "Bad compiler"
1634                  #endif],
1635                 _BAD_COMPILER=,_BAD_COMPILER=1)
1636             if test -n "$_BAD_COMPILER"; then
1637                 AC_MSG_RESULT([no])    
1638                 AC_MSG_ERROR([VisualAge C++ version 5.0.2.0 or higher is required to build.])
1639             else
1640                 AC_MSG_RESULT([yes])    
1641             fi
1642             AC_LANG_RESTORE
1643             TARGET_COMPILER_ABI="ibmc"
1644             CC_VERSION=`lslpp -Lcq vac.C 2>/dev/null | awk -F: '{ print $3 }'`
1645             CXX_VERSION=`lslpp -Lcq vacpp.cmp.core 2>/dev/null | awk -F: '{ print $3 }'`
1646         fi
1647     fi
1648     case "${target_os}" in
1649     aix4.1*)
1650         DLL_SUFFIX='_shr.a'
1651         ;;
1652     esac
1653     if test "$COMPILE_ENVIRONMENT"; then
1654         AC_CHECK_HEADERS(sys/inttypes.h)
1655     fi
1656     AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
1657     ;;
1659 *-beos*)
1660     no_x=yes
1661     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1662     _PLATFORM_DEFAULT_TOOLKIT="cairo-beos"
1663     DSO_LDOPTS='-nostart'
1664     TK_LIBS='-lbe -lroot'
1665     LIBS="$LIBS -lbe"
1666     if test "$COMPILE_ENVIRONMENT"; then
1667         AC_CHECK_LIB(bind,main,LIBS="$LIBS -lbind")
1668         AC_CHECK_LIB(zeta,main,LIBS="$LIBS -lzeta")
1669     fi
1670     _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wno-multichar"
1671     _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wno-multichar"
1672     _MOZ_USE_RTTI=1
1673     USE_DEPENDENT_LIBS=
1674     MOZ_USER_DIR="Mozilla"
1675     ;;
1677 *-bsdi*)
1678     dnl -pedantic doesn't play well with BSDI's _very_ modified gcc (shlicc2)
1679     _PEDANTIC=
1680     _IGNORE_LONG_LONG_WARNINGS=
1681     case $OS_RELEASE in
1682         4.*|5.*)
1683             STRIP="$STRIP -d"
1684             ;;
1685         *)
1686             DSO_CFLAGS=''
1687             DSO_LDOPTS='-r'
1688             _WARNINGS_CFLAGS="-Wall"
1689             _WARNINGS_CXXFLAGS="-Wall"
1690             # The test above doesn't work properly, at least on 3.1.
1691             MKSHLIB_FORCE_ALL=''
1692             MKSHLIB_UNFORCE_ALL=''
1693         ;;
1694     esac
1695     ;;
1697 *-darwin*) 
1698     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1699     MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1700     MOZ_OPTIMIZE_FLAGS="-O2"
1701     _PEDANTIC=
1702     CFLAGS="$CFLAGS -fpascal-strings -fno-common"
1703     CXXFLAGS="$CXXFLAGS -fpascal-strings -fno-common"
1704     DLL_SUFFIX=".dylib"
1705     DSO_LDOPTS=''
1706     STRIP="$STRIP -x -S"
1707     _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa'
1708     MOZ_ENABLE_POSTSCRIPT=
1709     TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
1710     LDFLAGS="$LDFLAGS -framework Cocoa"
1711     # The ExceptionHandling framework is needed for Objective-C exception
1712     # logging code in nsObjCExceptions.h. Currently we only use that in debug
1713     # builds.
1714     MOZ_DEBUG_LDFLAGS="$MOZ_DEBUG_LDFLAGS -framework ExceptionHandling"
1715     # set MACOSX to generate lib/mac/MoreFiles/Makefile
1716     MACOSX=1
1718     dnl DTrace and -dead_strip don't interact well. See bug 403132.
1719     dnl ===================================================================
1720     if test "x$enable_dtrace" = "xyes"; then
1721         echo "Skipping -dead_strip because DTrace is enabled. See bug 403132."
1722     else
1723         dnl check for the presence of the -dead_strip linker flag
1724         AC_MSG_CHECKING([for -dead_strip option to ld])
1725         _SAVE_LDFLAGS=$LDFLAGS
1726         LDFLAGS="$LDFLAGS -Wl,-dead_strip"
1727         AC_TRY_LINK(,[return 0;],_HAVE_DEAD_STRIP=1,_HAVE_DEAD_STRIP=)
1728         if test -n "$_HAVE_DEAD_STRIP" ; then
1729             AC_MSG_RESULT([yes])
1730             MOZ_OPTIMIZE_LDFLAGS="-Wl,-dead_strip"
1731         else
1732             AC_MSG_RESULT([no])
1733         fi
1734         
1735         LDFLAGS=$_SAVE_LDFLAGS
1736     fi
1737     ;;
1739 *-freebsd*)
1740     if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
1741         DLL_SUFFIX=".so.1.0"
1742         DSO_LDOPTS="-shared"
1743     fi
1744     if test ! "$GNU_CC"; then
1745         DSO_LDOPTS="-Bshareable $DSO_LDOPTS"
1746     fi
1747 # Can't have force w/o an unforce.
1748 #    # Hack for FreeBSD 2.2
1749 #    if test -z "$MKSHLIB_FORCE_ALL"; then
1750 #       MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
1751 #       MKSHLIB_UNFORCE_ALL=''
1752 #    fi
1753     ;; 
1755 *-hpux*)
1756     DLL_SUFFIX=".sl"
1757     if test ! "$GNU_CC"; then
1758         DSO_LDOPTS='-b -Wl,+s'
1759         DSO_CFLAGS=""
1760         DSO_PIC_CFLAGS="+Z"
1761         MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -L$(LIBXUL_DIST)/bin -o $@'
1762         MKCSHLIB='$(LD) -b +s -L$(LIBXUL_DIST)/bin -o $@'
1763         CXXFLAGS="$CXXFLAGS -Wc,-ansi_for_scope,on"
1764     else
1765         DSO_LDOPTS='-b -E +s'
1766         MKSHLIB='$(LD) $(DSO_LDOPTS) -L$(LIBXUL_DIST)/bin -L$(LIBXUL_DIST)/lib -o $@'
1767         MKCSHLIB='$(LD) $(DSO_LDOPTS) -L$(LIBXUL_DIST)/bin -L$(LIBXUL_DIST)/lib -o $@'
1768     fi
1769     MOZ_POST_PROGRAM_COMMAND='chatr +s enable'
1770     AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
1771     ;;
1773 *-irix5*)
1774     AC_DEFINE(IRIX)
1775     DSO_LDOPTS='-elf -shared'
1777     if test "$GNU_CC"; then
1778        MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1779        MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1780        MKSHLIB_FORCE_ALL='-Wl,-all'
1781        MKSHLIB_UNFORCE_ALL='-Wl,-none'
1782        CXXFLAGS="$CXXFLAGS -D_LANGUAGE_C_PLUS_PLUS"
1783     else
1784        MKSHLIB='$(LD) $(DSO_LDOPTS) -o $@'
1785        MKCSHLIB='$(LD) $(DSO_LDOPTS) -o $@'
1786        MKSHLIB_FORCE_ALL='-all'
1787        MKSHLIB_UNFORCE_ALL='-none'
1788     fi
1789     ;;
1791 *-irix6*)
1792     AC_DEFINE(IRIX)
1793     dnl the irix specific xptcinvoke code is written against the n32 ABI so we *must* 
1794     dnl compile and link using -n32
1795     USE_N32=1
1796     TARGET_COMPILER_ABI=n32
1797     DSO_LDOPTS='-elf -shared'
1798     MKSHLIB='$(CCC) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1799     MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
1800     _MOZ_EXCEPTIONS_FLAGS_OFF="-LANG:exceptions=OFF"
1801     _MOZ_EXCEPTIONS_FLAGS_ON="-LANG:exceptions=ON"
1802     if test "$GNU_CC"; then
1803        MKSHLIB_FORCE_ALL='-Wl,-all'
1804        MKSHLIB_UNFORCE_ALL='-Wl,-none'
1805        _WARNINGS_CFLAGS="-Wall"
1806        _WARNINGS_CXXFLAGS="-Wall"
1807        CXXFLAGS="$CXXFLAGS -D_LANGUAGE_C_PLUS_PLUS"
1808     else
1809        MKSHLIB_FORCE_ALL='-all'
1810        MKSHLIB_UNFORCE_ALL='-none'
1811            AR_LIST="$AR t"
1812            AR_EXTRACT="$AR x"
1813            AR_DELETE="$AR d"
1814            AR='$(CXX) -ar'
1815            AR_FLAGS='-o $@'
1816        CFLAGS="$CFLAGS -woff 3262 -G 4"
1817        CXXFLAGS="$CXXFLAGS -woff 3262 -G 4"
1818        if test -n "$USE_N32"; then
1819            ASFLAGS="$ASFLAGS -n32"
1820            CFLAGS="$CFLAGS -n32"
1821            CXXFLAGS="$CXXFLAGS -n32"
1822            LDFLAGS="$LDFLAGS -n32"
1823        fi
1824        AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
1825        AC_MSG_WARN([Clearing MOZ_FIX_LINK_PATHS for OSF/1 as fix for bug 333545 (till the reference bug 332075 is fixed.])
1826        MOZ_FIX_LINK_PATHS=
1827     fi
1828     if test -z "$GNU_CXX"; then
1829       MIPSPRO_CXX=1
1830     fi
1831     ;;
1833 *-*linux*)
1834     if test "$GNU_CC"; then
1835         GCC_VERSION=`$CC -v 2>&1 | awk '/^gcc version/ { print $3 }'`
1836         case $GCC_VERSION in
1837         4.1.*|4.2.*)
1838             # -Os is broken on gcc 4.1.x and 4.2.x, we need to tweak it to get good results.
1839             MOZ_OPTIMIZE_SIZE_TWEAK="-finline-limit=50"
1840         esac
1841     fi
1843     TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"'
1844     MOZ_OPTIMIZE_FLAGS="-Os -freorder-blocks -fno-reorder-functions $MOZ_OPTIMIZE_SIZE_TWEAK"
1845     MOZ_DEBUG_FLAGS="-g -fno-inline"  # most people on linux use gcc/gdb,
1846                                       # and that combo is not yet good at
1847                                       # debugging inlined functions (even
1848                                       # when using DWARF2 as the debugging
1849                                       # format)    
1851     MOZ_MEMORY=1
1853     case "${target_cpu}" in
1854     alpha*)
1855         CFLAGS="$CFLAGS -mieee"
1856         CXXFLAGS="$CXXFLAGS -mieee"
1857     ;;
1858     i*86)
1859         USE_ELF_DYNSTR_GC=1
1860         MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS=1
1861     ;;
1862     mips*)
1863         CFLAGS="$CFLAGS -Wa,-xgot"
1864         CXXFLAGS="$CXXFLAGS -Wa,-xgot"
1865     ;;
1866     esac
1867     ;;
1869 *-wince*)
1871     MOZ_TOOLS_DIR=`echo $MOZ_TOOLS`
1872     AR_LIST="$AR -list"
1873     AR_EXTRACT="$AR -extract"
1874     AR_DELETE="$AR d"
1875     AR_FLAGS='-OUT:"$@"'
1877     DSO_CFLAGS=
1878     DSO_PIC_CFLAGS=
1879     DLL_SUFFIX=.dll
1880     BIN_SUFFIX='.exe'
1881     RC=rc.exe
1882     # certain versions of cygwin's makedepend barf on the 
1883     # #include <string> vs -I./dist/include/string issue so don't use it
1884     SYSTEM_MAKEDEPEND=
1886     HOST_CC=cl
1887     HOST_CXX=cl
1888     HOST_LD=link
1889     HOST_AR='lib -OUT:$@'
1890     HOST_RANLIB='echo ranlib'
1891     HOST_CFLAGS="$HOST_CFLAGS -D_X86_"
1892         
1893         
1894     WARNINGS_AS_ERRORS='-WX'
1895         MOZ_OPTIMIZE_FLAGS='-O1'
1896     AR_FLAGS='-NOLOGO -OUT:"$@"'
1897     ASM_SUFFIX=asm
1898     CFLAGS="$CFLAGS -W3 -Gy -Fd\$(PDBFILE)"
1899     CXXFLAGS="$CXXFLAGS -W3 -Gy -Fd\$(PDBFILE)"
1900     DLL_PREFIX=
1901     DOXYGEN=:
1902     DSO_LDOPTS=-SUBSYSTEM:WINDOWSCE
1903     DYNAMIC_XPCOM_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xpcom_core.lib'
1904     GARBAGE=
1905     IMPORT_LIB_SUFFIX=lib
1906     LIBS="$LIBS"
1907     LIBXUL_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xul.lib'
1908     LIB_PREFIX=
1909     LIB_SUFFIX=lib 
1910     MKCSHLIB='$(LD) -NOLOGO -DLL -OUT:$@ $(DSO_LDOPTS)'
1911     MKSHLIB='$(LD) -NOLOGO -DLL -OUT:$@ $(DSO_LDOPTS)'
1912     MKSHLIB_FORCE_ALL=
1913     MKSHLIB_UNFORCE_ALL=
1914     MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)'
1915     MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)'
1916     MOZ_DEBUG_FLAGS='-Zi'
1917     MOZ_DEBUG_LDFLAGS='-DEBUG -DEBUGTYPE:CV'
1918     MOZ_FIX_LINK_PATHS=
1919     MOZ_JS_LIBS='$(LIBXUL_DIST)/lib/js$(MOZ_BITS)$(VERSION_NUMBER).lib'
1920     MOZ_XPCOM_OBSOLETE_LIBS='$(LIBXUL_DIST)/lib/xpcom_compat.lib'
1921     OBJ_SUFFIX=obj
1922     RANLIB='echo not_ranlib'
1923     STRIP='echo not_strip'
1924     TARGET_NSPR_MDCPUCFG='\"md/_wince.cfg\"'
1925     UNZIP=unzip
1926     XARGS=xargs
1927     XPCOM_FROZEN_LDOPTS='$(LIBXUL_DIST)/lib/xpcom.lib'
1928     ZIP=zip
1929     LIBIDL_CFLAGS="-I$MOZ_TOOLS_DIR/include ${GLIB_CFLAGS}"
1930     LIBIDL_LIBS="$MOZ_TOOLS_DIR/lib/libidl-0.6_s.lib $MOZ_TOOLS_DIR/lib/glib-1.2_s.lib"
1931     STATIC_LIBIDL=1
1933     AC_DEFINE(HAVE_SNPRINTF)
1934     AC_DEFINE(_WINDOWS)
1935     AC_DEFINE(_WIN32)
1936     AC_DEFINE(WIN32)
1937     AC_DEFINE(XP_WIN)
1938     AC_DEFINE(XP_WIN32)
1939     AC_DEFINE(HW_THREADS)
1940     AC_DEFINE(STDC_HEADERS)
1941     AC_DEFINE(NEW_H, <new>)
1942     AC_DEFINE(WIN32_LEAN_AND_MEAN)
1944     TARGET_MD_ARCH=win32
1945     _PLATFORM_DEFAULT_TOOLKIT='windows'
1946     BIN_SUFFIX='.exe'
1947     USE_SHORT_LIBNAME=1
1948     MOZ_ENABLE_POSTSCRIPT=
1949     MOZ_USER_DIR="Mozilla"
1953 *-mingw*|*-cygwin*|*-msvc*|*-mks*)
1954     DSO_CFLAGS=
1955     DSO_PIC_CFLAGS=
1956     DLL_SUFFIX=.dll
1957     RC=rc.exe
1958     # certain versions of cygwin's makedepend barf on the 
1959     # #include <string> vs -I./dist/include/string issue so don't use it
1960     SYSTEM_MAKEDEPEND=
1961     if test -n "$GNU_CC"; then
1962         CC="$CC -mno-cygwin"
1963         CXX="$CXX -mno-cygwin"
1964         CPP="$CPP -mno-cygwin"
1965         CFLAGS="$CFLAGS -mms-bitfields"
1966         CXXFLAGS="$CXXFLAGS -mms-bitfields"
1967         DSO_LDOPTS='-shared'
1968         MKSHLIB='$(CXX) $(DSO_LDOPTS) -o $@'
1969         MKCSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1970         RC='$(WINDRES)'
1971         # Use temp file for windres (bug 213281)
1972         RCFLAGS='-O coff --use-temp-file'
1973         # mingw doesn't require kernel32, user32, and advapi32 explicitly
1974         LIBS="$LIBS -lgdi32 -lwinmm -lwsock32"
1975         MOZ_JS_LIBS='-L$(LIBXUL_DIST)/lib -ljs$(MOZ_BITS)$(VERSION_NUMBER)'
1976         MOZ_FIX_LINK_PATHS=
1977         DYNAMIC_XPCOM_LIBS='-L$(LIBXUL_DIST)/lib -lxpcom -lxpcom_core'
1978         XPCOM_FROZEN_LDOPTS='-L$(LIBXUL_DIST)/lib -lxpcom'
1979         DLL_PREFIX=
1980         IMPORT_LIB_SUFFIX=dll.a
1981     else
1982         TARGET_COMPILER_ABI=msvc
1983         HOST_CC='$(CC)'
1984         HOST_CXX='$(CXX)'
1985         HOST_LD='$(LD)'
1986         AR='lib -NOLOGO -OUT:"$@"'
1987         AR_FLAGS=
1988         RANLIB='echo not_ranlib'
1989         STRIP='echo not_strip'
1990         XARGS=xargs
1991         ZIP=zip
1992         UNZIP=unzip
1993         DOXYGEN=:
1994         GARBAGE='$(OBJDIR)/vc20.pdb $(OBJDIR)/vc40.pdb'
1995         OBJ_SUFFIX=obj
1996         LIB_SUFFIX=lib
1997         DLL_PREFIX=
1998         LIB_PREFIX=
1999         IMPORT_LIB_SUFFIX=lib
2000         MKSHLIB='$(LD) -NOLOGO -DLL -OUT:$@ -PDB:$(PDBFILE) $(DSO_LDOPTS)'
2001         MKCSHLIB='$(LD) -NOLOGO -DLL -OUT:$@ -PDB:$(PDBFILE) $(DSO_LDOPTS)'
2002         MKSHLIB_FORCE_ALL=
2003         MKSHLIB_UNFORCE_ALL=
2004         DSO_LDOPTS=-SUBSYSTEM:WINDOWS
2005         CFLAGS="$CFLAGS -W3 -Gy -Fd\$(PDBFILE)"
2006         CXXFLAGS="$CXXFLAGS -W3 -Gy -Fd\$(PDBFILE)"
2007         LIBS="$LIBS kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib"
2008         MOZ_DEBUG_FLAGS='-Zi'
2009         MOZ_DEBUG_LDFLAGS='-DEBUG -DEBUGTYPE:CV'
2010         WARNINGS_AS_ERRORS='-WX'
2011         MOZ_OPTIMIZE_FLAGS='-O1'
2012         MOZ_JS_LIBS='$(LIBXUL_DIST)/lib/js$(MOZ_BITS)$(VERSION_NUMBER).lib'
2013         MOZ_FIX_LINK_PATHS=
2014         DYNAMIC_XPCOM_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xpcom_core.lib'
2015         XPCOM_FROZEN_LDOPTS='$(LIBXUL_DIST)/lib/xpcom.lib'
2016         LIBXUL_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xul.lib'
2017         MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)'
2018         MOZ_XPCOM_OBSOLETE_LIBS='$(LIBXUL_DIST)/lib/xpcom_compat.lib'
2019         if test $_MSC_VER -ge 1400; then
2020             LDFLAGS="$LDFLAGS -NXCOMPAT -SAFESEH"
2021             dnl For profile-guided optimization
2022             PROFILE_GEN_CFLAGS="-GL"
2023             PROFILE_GEN_LDFLAGS="-LTCG:PGINSTRUMENT"
2024             dnl XXX: PGO builds can fail with warnings treated as errors,
2025             dnl specifically "no profile data available" appears to be
2026             dnl treated as an error sometimes. This might be a consequence
2027             dnl of using WARNINGS_AS_ERRORS in some modules, combined
2028             dnl with the linker doing most of the work in the whole-program
2029             dnl optimization/PGO case. I think it's probably a compiler bug,
2030             dnl but we work around it here.
2031             PROFILE_USE_CFLAGS="-GL -wd4624 -wd4952"
2032             dnl XXX: should be -LTCG:PGOPTIMIZE, but that fails on libxul.
2033             dnl Probably also a compiler bug, but what can you do?
2034             PROFILE_USE_LDFLAGS="-LTCG:PGUPDATE"
2035             if test -n "$_USE_DYNAMICBASE"; then
2036                LDFLAGS="$LDFLAGS -DYNAMICBASE"
2037             fi
2038         fi
2039     fi
2040     MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg$(MOZ_BITS)$(VERSION_NUMBER),$(DEPTH)/jpeg)'
2041     MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,png,$(DEPTH)/modules/libimg/png)'
2042     AC_DEFINE(HAVE_SNPRINTF)
2043     AC_DEFINE(_WINDOWS)
2044     AC_DEFINE(_WIN32)
2045     AC_DEFINE(WIN32)
2046     AC_DEFINE(XP_WIN)
2047     AC_DEFINE(XP_WIN32)
2048     AC_DEFINE(HW_THREADS)
2049     AC_DEFINE(STDC_HEADERS)
2050     AC_DEFINE(NEW_H, <new>)
2051     AC_DEFINE(WIN32_LEAN_AND_MEAN)
2052     TARGET_MD_ARCH=win32
2053     _PLATFORM_DEFAULT_TOOLKIT='cairo-windows'
2054     BIN_SUFFIX='.exe'
2055     USE_SHORT_LIBNAME=1
2056     MOZ_ENABLE_POSTSCRIPT=
2057     MOZ_USER_DIR="Mozilla"
2059     dnl Hardcode to win95 for now - cls
2060     TARGET_NSPR_MDCPUCFG='\"md/_win95.cfg\"'
2062     dnl set NO_X11 defines here as the general check is skipped on win32
2063     no_x=yes
2064     AC_DEFINE(NO_X11)
2066     dnl MinGW/MSYS doesn't provide or need cygpath
2067     case "$host" in
2068     *-mingw*)
2069         CYGPATH_W=echo
2070         CYGPATH_S=cat
2071         MOZ_BUILD_ROOT=`cd $MOZ_BUILD_ROOT && pwd -W`
2072         ;;
2073     *-cygwin*|*-msvc*|*-mks*)
2074         CYGPATH_W="cygpath -a -w"
2075         CYGPATH_S="sed -e s|\\\\|/|g"
2076         MOZ_BUILD_ROOT=`$CYGPATH_W $MOZ_BUILD_ROOT | $CYGPATH_S`
2077         ;;
2078     esac
2079     case "$host" in
2080     *-mingw*|*-cygwin*|*-msvc*|*-mks*)
2082     if test -z "$MOZ_TOOLS"; then
2083         AC_MSG_ERROR([MOZ_TOOLS is not set])
2084     fi
2086     MOZ_TOOLS_DIR=`cd $MOZ_TOOLS && pwd`
2087     if test "$?" != "0" || test -z "$MOZ_TOOLS_DIR"; then
2088         AC_MSG_ERROR([cd \$MOZ_TOOLS failed. MOZ_TOOLS ==? $MOZ_TOOLS])
2089     fi
2090     if test `echo ${PATH}: | grep -ic "$MOZ_TOOLS_DIR/bin:"` = 0; then
2091         AC_MSG_ERROR([\$MOZ_TOOLS\\bin must be in your path.])
2092     fi
2093     MOZ_TOOLS_DIR=`$CYGPATH_W $MOZ_TOOLS_DIR | $CYGPATH_S`
2095     if test -n "$GLIB_PREFIX"; then
2096         _GLIB_PREFIX_DIR=`cd $GLIB_PREFIX && pwd`
2097         if test "$?" = "0"; then
2098             if test `echo ${PATH}: | grep -ic "$_GLIB_PREFIX_DIR/bin:"` = 0; then
2099                 AC_MSG_ERROR([GLIB_PREFIX must be in your \$PATH.])
2100             fi
2101             _GLIB_PREFIX_DIR=`$CYGPATH_W $_GLIB_PREFIX_DIR | $CYGPATH_S`
2102         else
2103             AC_MSG_ERROR([GLIB_PREFIX is set but "${GLIB_PREFIX}" is not a directory.])
2104         fi
2105     else
2106         _GLIB_PREFIX_DIR=$MOZ_TOOLS_DIR
2107     fi
2108     if test ! -f "${_GLIB_PREFIX_DIR}/include/glib.h"; then
2109         AC_MSG_ERROR([Cannot find $_GLIB_PREFIX_DIR/include/glib.h .])
2110     fi
2111     GLIB_CFLAGS="-I${_GLIB_PREFIX_DIR}/include"
2112     if test -f "${_GLIB_PREFIX_DIR}/lib/glib-1.2_s.lib"; then
2113         GLIB_LIBS="${_GLIB_PREFIX_DIR}/lib/glib-1.2_s.lib"
2114     elif test -f "${_GLIB_PREFIX_DIR}/lib/glib-1.2.lib"; then
2115         GLIB_LIBS="${_GLIB_PREFIX_DIR}/lib/glib-1.2.lib"
2116     else
2117         AC_MSG_ERROR([Cannot find $_GLIB_PREFIX_DIR/lib/glib-1.2.lib or $_GLIB_PREFIX_DIR/lib/glib-1.2_s.lib])
2118     fi
2120     if test -n "$LIBIDL_PREFIX"; then
2121         _LIBIDL_PREFIX_DIR=`cd $LIBIDL_PREFIX && pwd`
2122         if test "$?" = "0"; then
2123             if test `echo ${PATH}: | grep -ic "$_LIBIDL_PREFIX_DIR/bin:"` = 0; then
2124                 AC_MSG_ERROR([LIBIDL_PREFIX must be in your \$PATH.])
2125             fi
2126             _LIBIDL_PREFIX_DIR=`$CYGPATH_W $_LIBIDL_PREFIX_DIR | $CYGPATH_S`
2127         else
2128             AC_MSG_ERROR([LIBIDL_PREFIX is set but "${LIBIDL_PREFIX}" is not a directory.])
2129         fi
2130     else
2131         _LIBIDL_PREFIX_DIR=$MOZ_TOOLS_DIR
2132     fi        
2133     if test ! -f "${_LIBIDL_PREFIX_DIR}/include/libIDL/IDL.h"; then
2134         AC_MSG_ERROR([Cannot find $_LIBIDL_PREFIX_DIR/include/libIDL/IDL.h .])
2135     fi
2136     LIBIDL_CFLAGS="-I${_LIBIDL_PREFIX_DIR}/include ${GLIB_CFLAGS}"
2137     if test -f "${_LIBIDL_PREFIX_DIR}/lib/libidl-0.6_s.lib"; then
2138         LIBIDL_LIBS="${_LIBIDL_PREFIX_DIR}/lib/libidl-0.6_s.lib"
2139         STATIC_LIBIDL=1
2140     elif test -f "${_LIBIDL_PREFIX_DIR}/lib/libidl-0.6.lib"; then
2141         LIBIDL_LIBS="${_LIBIDL_PREFIX_DIR}/lib/libidl-0.6.lib"
2142     else
2143         AC_MSG_ERROR([Cannot find $_LIBIDL_PREFIX_DIR/lib/libidl-0.6.lib or $_LIBIDL_PREFIX_DIR/lib/libidl-0.6_s.lib])
2144     fi
2145     LIBIDL_LIBS="${LIBIDL_LIBS} ${GLIB_LIBS}"
2146     ;;
2148     *) # else cross-compiling
2149         if test -n "$GLIB_PREFIX"; then
2150             GLIB_CFLAGS="-I${GLIB_PREFIX}/include"
2151             if test -f "${GLIB_PREFIX}/lib/glib-1.2_s.lib"; then
2152                 GLIB_LIBS="${GLIB_PREFIX}/lib/glib-1.2_s.lib"
2153             elif test -f "${GLIB_PREFIX}/lib/glib-1.2.lib"; then
2154                 GLIB_LIBS="${GLIB_PREFIX}/lib/glib-1.2.lib"
2155             else
2156                 AC_MSG_ERROR([Cannot find $GLIB_PREFIX/lib/glib-1.2.lib or $GLIB_PREFIX/lib/glib-1.2_s.lib])
2157             fi
2158         fi
2159         if test -n "$LIBIDL_PREFIX"; then
2160             LIBIDL_CFLAGS="-I${LIBIDL_PREFIX}/include ${GLIB_CFLAGS}"
2161             if test -f "${LIBIDL_PREFIX}/lib/libIDL-0.6_s.lib"; then
2162                 LIBIDL_LIBS="${LIBIDL_PREFIX}/lib/libIDL-0.6_s.lib"
2163                 STATIC_LIBIDL=1
2164             elif test -f "${LIBIDL_PREFIX}/lib/libIDL-0.6.lib"; then
2165                 LIBIDL_LIBS="${LIBIDL_PREFIX}/lib/libIDL-0.6.lib"
2166             else
2167                 AC_MSG_ERROR([Cannot find $LIBIDL_PREFIX/lib/libIDL-0.6.lib or $LIBIDL_PREFIX/lib/libIDL-0.6_s.lib])
2168             fi
2169         fi
2170         LIBIDL_LIBS="${LIBIDL_LIBS} ${GLIB_LIBS}"
2171         ;;
2172     esac 
2175     case "$host_os" in
2176     cygwin*|msvc*|mks*)
2177         AC_MSG_WARN([Using a cygwin build environment is unsupported. Configure cannot check for the presence of necessary headers. Please upgrade to MozillaBuild; see http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites])
2178         ;;
2180     *)
2181         AC_CHECK_HEADERS(mmintrin.h oleacc.idl)
2183         AC_LANG_SAVE
2184         AC_LANG_CPLUSPLUS
2185         AC_CHECK_HEADERS(atlbase.h wpcapi.h)
2186         AC_LANG_RESTORE
2187         ;;
2188     esac
2190     case "$target" in
2191     i*86-*)
2192         AC_DEFINE(_X86_)
2193         ;;
2194     alpha-*)
2195         AC_DEFINE(_ALPHA_)
2196         ;;
2197     mips-*)
2198         AC_DEFINE(_MIPS_)
2199         ;;
2200     *)
2201         AC_DEFINE(_CPU_ARCH_NOT_DEFINED)
2202         ;;
2203     esac
2204     ;;
2206 *-netbsd*)
2207     DSO_CFLAGS=''
2208     CFLAGS="$CFLAGS -Dunix"
2209     CXXFLAGS="$CXXFLAGS -Dunix"
2210     if $CC -E - -dM </dev/null | grep __ELF__ >/dev/null; then
2211         DLL_SUFFIX=".so"
2212         DSO_PIC_CFLAGS='-fPIC -DPIC'
2213         DSO_LDOPTS='-shared'
2214         BIN_FLAGS='-Wl,--export-dynamic'
2215     else
2216         DSO_PIC_CFLAGS='-fPIC -DPIC'
2217         DLL_SUFFIX=".so.1.0"
2218         DSO_LDOPTS='-shared'
2219     fi
2220     # This will fail on a.out systems prior to 1.5.1_ALPHA.
2221     MKSHLIB_FORCE_ALL='-Wl,--whole-archive'
2222     MKSHLIB_UNFORCE_ALL='-Wl,--no-whole-archive'
2223     if test "$LIBRUNPATH"; then
2224         DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
2225     fi
2226     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,lib$(LIBRARY_NAME)$(DLL_SUFFIX) -o $@'
2227     MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,lib$(LIBRARY_NAME)$(DLL_SUFFIX) -o $@'
2228     ;;
2230 *-nto*) 
2231         AC_DEFINE(NTO)  
2232         AC_DEFINE(_QNX_SOURCE)
2233         AC_DEFINE(_i386)
2234         OS_TARGET=NTO
2235         WARNINGS_AS_ERRORS=''
2236         MOZ_OPTIMIZE_FLAGS="-O"
2237         MOZ_DEBUG_FLAGS="-gstabs"
2238         USE_PTHREADS=1
2239         _PEDANTIC=
2240         LIBS="$LIBS -lsocket -lstdc++"
2241         _DEFINES_CFLAGS='-Wp,-include -Wp,$(DEPTH)/mozilla-config.h -DMOZILLA_CLIENT -D_POSIX_C_SOURCE=199506'
2242         _DEFINES_CXXFLAGS='-DMOZILLA_CLIENT -Wp,-include -Wp,$(DEPTH)/mozilla-config.h -D_POSIX_C_SOURCE=199506'
2243         if test "$with_x" != "yes"
2244         then
2245                 _PLATFORM_DEFAULT_TOOLKIT="photon"
2246             TK_CFLAGS='-I/usr/include/photon'
2247                 TK_LIBS='-lph'
2248         fi
2249         case "${target_cpu}" in
2250         ppc*)
2251         AC_DEFINE(HAVE_VA_LIST_AS_ARRAY)        
2252         ;;
2253         esac
2254         case "${host_cpu}" in
2255         i*86)
2256         USE_ELF_DYNSTR_GC=1
2257         ;;
2258         esac
2259         ;;
2261 *-openbsd*)
2262     DLL_SUFFIX=".so.1.0"
2263     DSO_CFLAGS=''
2264     DSO_PIC_CFLAGS='-fPIC'
2265     DSO_LDOPTS='-shared -fPIC'
2266     if test "$LIBRUNPATH"; then
2267         DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
2268     fi
2269     ;;
2271 *-openvms*) 
2272     AC_DEFINE(NO_PW_GECOS)
2273     AC_DEFINE(NO_UDSOCK)
2274     AC_DEFINE(POLL_WITH_XCONNECTIONNUMBER)
2275     USE_PTHREADS=1
2276     MKSHLIB_FORCE_ALL='-all'
2277     MKSHLIB_UNFORCE_ALL='-none'
2278     AS='as'
2279     AS_DASH_C_FLAG='-Wc/names=as_is'
2280     AR_FLAGS='c $@'
2281     DSO_LDOPTS='-shared -auto_symvec'
2282     DSO_PIC_CFLAGS=
2283     MOZ_DEBUG_LDFLAGS='-g'
2284     COMPAQ_CXX=1
2285     CC_VERSION=`$CC -V 2>&1 | awk '/ C / { print $3 }'`
2286     CXX_VERSION=`$CXX -V 2>&1 | awk '/ C\+\+ / { print $3 }'`
2287     ;;
2290 *-os2*)
2291     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
2292     MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -o $@'
2293     AC_DEFINE(XP_OS2)
2294     USE_SHORT_LIBNAME=1
2295     DLL_PREFIX=
2296     LIB_PREFIX=
2297     LIB_SUFFIX=lib
2298     BIN_SUFFIX=".exe"
2299     DLL_SUFFIX=".dll"
2300     IMPORT_LIB_SUFFIX=lib
2301     DSO_PIC_CFLAGS=
2302     TARGET_MD_ARCH=os2
2303     _PLATFORM_DEFAULT_TOOLKIT="cairo-os2"
2304     MOZ_ENABLE_POSTSCRIPT=
2305     RC=rc.exe
2306     RCFLAGS='-n'
2307     MOZ_USER_DIR="Mozilla"
2309     if test "$MOZTOOLS"; then
2310         MOZ_TOOLS_DIR=`echo $MOZTOOLS | sed -e 's|\\\\|/|g'`
2311     else
2312         AC_MSG_ERROR([MOZTOOLS is not set])
2313     fi
2315     # EMX/GCC build
2316     if test -n "$GNU_CC"; then
2317         AC_DEFINE(OS2)
2318         AC_DEFINE(XP_OS2_EMX)
2319         AC_DEFINE(OS2EMX_PLAIN_CHAR)
2320         AC_DEFINE(TCPV40HDRS)
2321         AR=emxomfar
2322         AR_FLAGS='r $@'
2323         CFLAGS="$CFLAGS -Zomf"
2324         CXXFLAGS="$CXXFLAGS -Zomf"
2325         DSO_LDOPTS='-Zdll'
2326         BIN_FLAGS='-Zlinker /ST:0x100000'
2327         IMPLIB='emximp -o'
2328         FILTER='emxexp -o'
2329         LDFLAGS='-Zmap'
2330         WARNINGS_AS_ERRORS='-Werror'
2331         MOZ_DEBUG_FLAGS="-g -fno-inline"
2332         MOZ_OPTIMIZE_FLAGS="-O2"
2333         MOZ_OPTIMIZE_LDFLAGS="-s -Zlinker /EXEPACK:2 -Zlinker /PACKCODE -Zlinker /PACKDATA"
2334         MOZ_XPCOM_OBSOLETE_LIBS='-L$(LIBXUL_DIST)/lib $(LIBXUL_DIST)/lib/xpcomct.lib'
2335         DYNAMIC_XPCOM_LIBS='-L$(LIBXUL_DIST)/lib $(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xpcomcor.lib'
2336         LIBXUL_LIBS='-L$(LIBXUL_DIST)/lib $(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xul.lib'
2337         if test -n "$MOZ_OS2_HIGH_MEMORY"; then
2338           DSO_LDOPTS="$DSO_LDOPTS -Zhigh-mem"
2339           LDFLAGS="$LDFLAGS -Zhigh-mem"
2340           MOZ_OPTIMIZE_LDFLAGS="$MOZ_OPTIMIZE_LDFLAGS -Zhigh-mem"
2341           AC_DEFINE(MOZ_OS2_HIGH_MEMORY)
2342         fi
2344         # GCC for OS/2 currently predefines these, but we don't want them
2345         _DEFINES_CFLAGS="$_DEFINES_CFLAGS -Uunix -U__unix -U__unix__"
2346         _DEFINES_CXXFLAGS="$_DEFINES_CXXFLAGS -Uunix -U__unix -U__unix__"
2348         AC_CACHE_CHECK(for __declspec(dllexport),
2349            ac_os2_declspec,
2350            [AC_TRY_COMPILE([__declspec(dllexport) void ac_os2_declspec(void) {}],
2351                            [return 0;],
2352                            ac_os2_declspec="yes",
2353                            ac_os2_declspec="no")])
2354         if test "$ac_os2_declspec" = "yes"; then
2355            FILTER='true'
2356            MOZ_OS2_USE_DECLSPEC='1'
2357         fi
2358         
2359     # Visual Age C++ build
2360     elif test "$VACPP" = "yes"; then
2361         MOZ_BUILD_ROOT=`pwd -D`
2362         OBJ_SUFFIX=obj
2363         AR=-ilib
2364         AR_FLAGS='/NOL /NOI /O:$(subst /,\\,$@)'
2365         AR_LIST='/L'
2366         AR_EXTRACT='-*'
2367         AR_DELETE='-'
2368         AS=alp
2369         ASFLAGS='-Mb'
2370         AS_DASH_C_FLAG=''
2371         ASM_SUFFIX=asm
2372         LD='-ilink'
2373         CFLAGS="/Q /qlibansi /Gm+ /Su4 /Mp /Tl9"
2374         CXXFLAGS="/Q /qlibansi /Gm+ /Su4 /Mp /Tl9 /Gx+"
2375         MOZ_DEBUG_FLAGS="/Ti+"
2376         WARNINGS_AS_ERRORS='-WX'
2377         MOZ_OPTIMIZE_FLAGS="/O+ /Gl+ /G5 /qarch=pentium"
2378         LDFLAGS="/NOL /M"
2379         MOZ_DEBUG_LDFLAGS="/DE"
2380         MOZ_OPTIMIZE_LDFLAGS="/OPTFUNC /EXEPACK:2 /PACKCODE /PACKDATA"
2381         DSO_LDOPTS=''
2382         DSO_PIC_CFLAGS=
2383         IMPLIB='implib /NOL /NOI'
2384         FILTER='cppfilt -q -B -P'
2385         AC_DEFINE(NO_ANSI_KEYWORDS)
2386         AC_DEFINE(OS2,4)
2387         AC_DEFINE(_X86_)
2388         AC_DEFINE(XP_OS2_VACPP)
2389         AC_DEFINE(TCPV40HDRS)
2390         AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
2391         AC_DEFINE(STDC_HEADERS)
2392         MOZ_COMPONENT_NSPR_LIBS='$(NSPR_LIBS)'
2393         MKSHLIB='$(LD) $(DSO_LDOPTS)'
2394         MKCSHLIB='$(LD) $(DSO_LDOPTS)'
2395         MOZ_JS_LIBS='$(LIBXUL_DIST)/lib/mozjs.lib'
2396         MOZ_XPCOM_OBSOLETE_LIBS='$(LIBXUL_DIST)/lib/xpcomct.lib'
2397         DYNAMIC_XPCOM_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xpcomcor.lib'
2398         LIBXUL_LIBS='$(LIBXUL_DIST)/lib/xpcom.lib $(LIBXUL_DIST)/lib/xul.lib'
2399     fi
2400     ;;
2402 alpha*-*-osf*)
2403     if test "$GNU_CC"; then
2404       MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,$@ -o $@'
2405       MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,$@ -o $@'
2407     else
2408         MOZ_DEBUG_FLAGS='-g'
2409         ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g'
2410         CFLAGS="$CFLAGS -ieee"
2411         CXXFLAGS="$CXXFLAGS "'-noexceptions -ieee  -ptr $(DIST)/cxx_repository'
2412         DSO_LDOPTS='-shared -msym -expect_unresolved \* -update_registry $(DIST)/so_locations'
2413         DSO_CFLAGS=
2414         DSO_PIC_CFLAGS=
2415         MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -soname $@ -o $@'
2416         MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -soname $@ -o $@'
2417         MKSHLIB_FORCE_ALL='-all'
2418         MKSHLIB_UNFORCE_ALL='-none'
2419         dnl Might fix the libxpcom.so breakage on this platform as well....
2420         AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
2421         AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
2422     fi
2423     if test -z "$GNU_CXX"; then
2424       COMPAQ_CXX=1
2425     fi
2426     AC_DEFINE(NEED_USLEEP_PROTOTYPE)
2427     ;;
2429 *-qnx*) 
2430     DIRENT_INO=d_stat.st_ino
2431     dnl Solves the problems the QNX compiler has with nsCOMPtr.h.
2432     AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
2433     AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
2434     dnl Explicit set STDC_HEADERS to workaround QNX 6.0's failing of std test
2435     AC_DEFINE(STDC_HEADERS)
2436     if test "$no_x" = "yes"; then
2437             _PLATFORM_DEFAULT_TOOLKIT='photon'
2438             TK_CFLAGS='-I/usr/nto/include/photon'
2439             TK_LIBS='-lphoton -lphrender'
2440     fi
2441     ;;
2443 *-sco*) 
2444     AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
2445     AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
2446     CXXFLAGS="$CXXFLAGS -I/usr/include/CC"
2447     if test ! "$GNU_CC"; then
2448        DSO_LDOPTS='-G'
2449     fi
2450     ;;
2452 dnl the qsort routine under solaris is faulty
2453 *-solaris*) 
2454     AC_DEFINE(SOLARIS)
2455     TARGET_NSPR_MDCPUCFG='\"md/_solaris.cfg\"'
2456     SYSTEM_MAKEDEPEND=
2457     # $ORIGIN/.. is for shared libraries under components/ to locate shared
2458     # libraries one level up (e.g. libnspr4.so)
2459     LDFLAGS="$LDFLAGS -z ignore -R '\$\$ORIGIN:\$\$ORIGIN/..'"
2460     MOZ_MEMORY=1
2461     if test -z "$GNU_CC"; then
2462        NS_USE_NATIVE=1
2463        MOZ_FIX_LINK_PATHS='-R $(LIBXUL_DIST)/bin'
2464        AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
2466        if test "$CPU_ARCH" != "sparc"; then
2467           CFLAGS="$CFLAGS -xlibmieee -xstrconst -xbuiltin=%all"
2468           CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%all -features=tmplife -norunpath"
2469        else
2470           # Do not use -xbuiltin on SPARC to get around a bug of compiler
2471           CFLAGS="$CFLAGS -xlibmieee -xstrconst -xbuiltin=%none"
2472           CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%none -features=tmplife -norunpath"
2473        fi
2475        LDFLAGS="-xildoff -z lazyload -z combreloc $LDFLAGS"
2476        if test -z "$CROSS_COMPILE" && test -f /usr/lib/ld/map.noexstk; then
2477            _SAVE_LDFLAGS=$LDFLAGS
2478            LDFLAGS="-M /usr/lib/ld/map.noexstk $LDFLAGS" 
2479            AC_TRY_LINK([#include <stdio.h>],
2480                        [printf("Hello World\n");],
2481                        ,
2482                        [LDFLAGS=$_SAVE_LDFLAGS])
2483        fi
2484        WARNINGS_AS_ERRORS='-Werror'
2485        MOZ_OPTIMIZE_FLAGS="-xO4"
2486        MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -h $@ -o $@'
2487        MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -z muldefs -h $@ -o $@'
2488        MKSHLIB_FORCE_ALL='-z allextract'
2489        MKSHLIB_UNFORCE_ALL='-z defaultextract'
2490        DSO_LDOPTS='-G -z muldefs'
2491        AR_LIST="$AR t"
2492        AR_EXTRACT="$AR x"
2493        AR_DELETE="$AR d"
2494        AR='$(CXX) -xar'
2495        AR_FLAGS='-o $@'
2496        AS='/usr/ccs/bin/as'
2497        ASFLAGS="$ASFLAGS -K PIC -L -P -D_ASM -D__STDC__=0"
2498        AS_DASH_C_FLAG=''
2499        TARGET_COMPILER_ABI="sunc"
2500         CC_VERSION=`$CC -V 2>&1 | grep '^cc:' 2>/dev/null | $AWK -F\: '{ print $2 }'`
2501         CXX_VERSION=`$CXX -V 2>&1 | grep '^CC:' 2>/dev/null | $AWK -F\: '{ print $2 }'`
2502        AC_MSG_CHECKING([for Forte compiler version >= WS6U2])
2503        AC_LANG_SAVE
2504        AC_LANG_CPLUSPLUS
2505        AC_TRY_COMPILE([],
2506            [#if (__SUNPRO_CC < 0x530)
2507            #error "Denied"
2508            #endif],
2509            _BAD_COMPILER=,_BAD_COMPILER=1)
2510         if test -n "$_BAD_COMPILER"; then
2511             _res="no"
2512             AC_MSG_ERROR([Forte version WS6U2 or higher is required to build. Your compiler version is $CC_VERSION .])
2513         else
2514             _res="yes"
2515         fi
2516         AC_MSG_RESULT([$_res])
2517         AC_LANG_RESTORE
2518     else
2519        ASFLAGS="$ASFLAGS -fPIC"
2520        DSO_LDOPTS='-G'
2521        _WARNINGS_CFLAGS=''
2522        _WARNINGS_CXXFLAGS=''
2523        if test "$OS_RELEASE" = "5.3"; then
2524           AC_DEFINE(MUST_UNDEF_HAVE_BOOLEAN_AFTER_INCLUDES)
2525        fi
2526     fi
2527     if test "$OS_RELEASE" = "5.5.1"; then
2528        AC_DEFINE(NEED_USLEEP_PROTOTYPE)
2529     fi
2530     ;;
2532 *-sunos*) 
2533     DSO_LDOPTS='-Bdynamic'
2534     MKSHLIB='-$(LD) $(DSO_LDOPTS) -o $@'
2535     MKCSHLIB='-$(LD) $(DSO_LDOPTS) -o $@'
2536     AC_DEFINE(SUNOS4)
2537     AC_DEFINE(SPRINTF_RETURNS_STRING)
2538     case "$(target_os)" in
2539     sunos4.1*)
2540         DLL_SUFFIX='.so.1.0'
2541         ;;
2542     esac
2543     ;;
2545 *-sysv4.2uw7*) 
2546         NSPR_LIBS="-lnspr$NSPR_VERSION -lplc$NSPR_VERSION -lplds$NSPR_VERSION -L/usr/ccs/lib -lcrt"
2547     ;;
2549 *-os2*)
2550     HOST_NSPR_MDCPUCFG='\"md/_os2.cfg\"'
2551     ;;
2553 esac
2555 dnl Only one oddball right now (QNX), but this gives us flexibility
2556 dnl if any other platforms need to override this in the future.
2557 AC_DEFINE_UNQUOTED(D_INO,$DIRENT_INO)
2559 dnl ========================================================
2560 dnl Any platform that doesn't have MKSHLIB_FORCE_ALL defined
2561 dnl by now will not have any way to link most binaries (tests
2562 dnl as well as viewer, apprunner, etc.), because some symbols
2563 dnl will be left out of the "composite" .so's by ld as unneeded.
2564 dnl So, by defining NO_LD_ARCHIVE_FLAGS for these platforms,
2565 dnl they can link in the static libs that provide the missing
2566 dnl symbols.
2567 dnl ========================================================
2568 NO_LD_ARCHIVE_FLAGS=
2569 if test -z "$MKSHLIB_FORCE_ALL" || test -z "$MKSHLIB_UNFORCE_ALL"; then
2570     NO_LD_ARCHIVE_FLAGS=1
2572 case "$target" in
2573 *-os2*)
2574     NO_LD_ARCHIVE_FLAGS=
2575     ;;
2576 *-aix4.3*|*-aix5*)
2577     NO_LD_ARCHIVE_FLAGS=
2578     ;;
2579 *-openvms*)
2580     NO_LD_ARCHIVE_FLAGS=
2581     ;;
2582 *-msvc*|*-mks*|*-mingw*|*-cygwin*|*-wince)
2583     if test -z "$GNU_CC"; then
2584         NO_LD_ARCHIVE_FLAGS=
2585     fi
2586     ;;
2587 esac
2588 AC_SUBST(NO_LD_ARCHIVE_FLAGS)
2591 dnl Indicate that platform requires special thread safe 
2592 dnl locking when starting up the OJI JVM 
2593 dnl (see mozilla/modules/oji/src/nsJVMManager.cpp)
2594 dnl ========================================================
2595 case "$target" in
2596     *-hpux*)      
2597         AC_DEFINE(MOZ_OJI_REQUIRE_THREAD_SAFE_ON_STARTUP)
2598         ;;
2599 esac
2601 dnl ========================================================
2602 dnl = Flags to strip unused symbols from .so components
2603 dnl ========================================================
2604 case "$target" in
2605     *-linux*|*-kfreebsd*-gnu)
2606         MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,--version-script -Wl,$(BUILD_TOOLS)/gnu-ld-scripts/components-version-script'
2607         ;;
2608     *-solaris*)
2609         if test -z "$GNU_CC"; then
2610          MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-M $(BUILD_TOOLS)/gnu-ld-scripts/components-mapfile'
2611         else
2612          if test -z "$GCC_USE_GNU_LD"; then
2613           MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,-M -Wl,$(BUILD_TOOLS)/gnu-ld-scripts/components-mapfile'
2614          else
2615           MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,--version-script -Wl,$(BUILD_TOOLS)/gnu-ld-scripts/components-version-script'
2616          fi
2617         fi
2618         ;;
2619     *-nto*) 
2620         MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,--version-script,$(BUILD_TOOLS)/gnu-ld-scripts/components-version-script'
2621         ;;
2622     *-darwin*)
2623         MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,-exported_symbols_list -Wl,$(BUILD_TOOLS)/gnu-ld-scripts/components-export-list'
2624         ;;
2625     *-cygwin*|*-mingw*|*-mks*|*-msvc|*-wince)
2626         if test -n "$GNU_CC"; then
2627            MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS='-Wl,--version-script,$(BUILD_TOOLS)/gnu-ld-scripts/components-version-script'
2628         fi
2629         ;;
2630 esac
2632 if test -z "$COMPILE_ENVIRONMENT"; then
2633     SKIP_COMPILER_CHECKS=1
2634     SKIP_LIBRARY_CHECKS=1
2637 if test -z "$SKIP_COMPILER_CHECKS"; then
2638 dnl Checks for typedefs, structures, and compiler characteristics.
2639 dnl ========================================================
2640 AC_LANG_C
2641 AC_HEADER_STDC
2642 AC_C_CONST
2643 AC_TYPE_MODE_T
2644 AC_TYPE_OFF_T
2645 AC_TYPE_PID_T
2646 AC_TYPE_SIZE_T
2647 AC_STRUCT_ST_BLKSIZE
2648 AC_MSG_CHECKING(for siginfo_t)
2649 AC_CACHE_VAL(ac_cv_siginfo_t,
2650  [AC_TRY_COMPILE([#define _POSIX_C_SOURCE 199506L
2651                   #include <signal.h>],
2652                  [siginfo_t* info;],
2653                  [ac_cv_siginfo_t=true],
2654                  [ac_cv_siginfo_t=false])])
2655 if test "$ac_cv_siginfo_t" = true ; then
2656   AC_DEFINE(HAVE_SIGINFO_T)
2657   AC_MSG_RESULT(yes)
2658 else
2659   AC_MSG_RESULT(no)
2662 dnl Visual Age for os/2 also defines size_t and off_t in certain 
2663 dnl  header files.  These defines make Visual Age use the mozilla
2664 dnl  defines types.
2665 if test "$VACPP" = "yes"; then
2666    AC_DEFINE(__size_t)
2667    AC_DEFINE(__off_t)
2670 dnl Check for int16_t, int32_t, int64_t, int64, uint, uint_t, and uint16_t.
2671 dnl ========================================================
2672 AC_MSG_CHECKING(for int16_t)
2673 AC_CACHE_VAL(ac_cv_int16_t,
2674  [AC_TRY_COMPILE([#include <stdio.h>
2675                   #include <sys/types.h>],
2676                  [int16_t foo = 0;],
2677                  [ac_cv_int16_t=true],
2678                  [ac_cv_int16_t=false])])
2679 if test "$ac_cv_int16_t" = true ; then
2680   AC_DEFINE(HAVE_INT16_T)
2681   AC_MSG_RESULT(yes)
2682 else
2683   AC_MSG_RESULT(no)
2685 AC_MSG_CHECKING(for int32_t)
2686 AC_CACHE_VAL(ac_cv_int32_t,
2687  [AC_TRY_COMPILE([#include <stdio.h>
2688                   #include <sys/types.h>],
2689                  [int32_t foo = 0;],
2690                  [ac_cv_int32_t=true],
2691                  [ac_cv_int32_t=false])])
2692 if test "$ac_cv_int32_t" = true ; then
2693   AC_DEFINE(HAVE_INT32_T)
2694   AC_MSG_RESULT(yes)
2695 else
2696   AC_MSG_RESULT(no)
2698 AC_MSG_CHECKING(for int64_t)
2699 AC_CACHE_VAL(ac_cv_int64_t,
2700  [AC_TRY_COMPILE([#include <stdio.h>
2701                   #include <sys/types.h>],
2702                  [int64_t foo = 0;],
2703                  [ac_cv_int64_t=true],
2704                  [ac_cv_int64_t=false])])
2705 if test "$ac_cv_int64_t" = true ; then
2706   AC_DEFINE(HAVE_INT64_T)
2707   AC_MSG_RESULT(yes)
2708 else
2709   AC_MSG_RESULT(no)
2711 AC_MSG_CHECKING(for int64)
2712 AC_CACHE_VAL(ac_cv_int64,
2713  [AC_TRY_COMPILE([#include <stdio.h>
2714                   #include <sys/types.h>],
2715                  [int64 foo = 0;],
2716                  [ac_cv_int64=true],
2717                  [ac_cv_int64=false])])
2718 if test "$ac_cv_int64" = true ; then
2719   AC_DEFINE(HAVE_INT64)
2720   AC_MSG_RESULT(yes)
2721 else
2722   AC_MSG_RESULT(no)
2724 AC_MSG_CHECKING(for uint)
2725 AC_CACHE_VAL(ac_cv_uint,
2726  [AC_TRY_COMPILE([#include <stdio.h>
2727                   #include <sys/types.h>],
2728                  [uint foo = 0;],
2729                  [ac_cv_uint=true],
2730                  [ac_cv_uint=false])])
2731 if test "$ac_cv_uint" = true ; then
2732   AC_DEFINE(HAVE_UINT)
2733   AC_MSG_RESULT(yes)
2734 else
2735   AC_MSG_RESULT(no)
2737 AC_MSG_CHECKING(for uint_t)
2738 AC_CACHE_VAL(ac_cv_uint_t,
2739  [AC_TRY_COMPILE([#include <stdio.h>
2740                   #include <sys/types.h>],
2741                  [uint_t foo = 0;],
2742                  [ac_cv_uint_t=true],
2743                  [ac_cv_uint_t=false])])
2744 if test "$ac_cv_uint_t" = true ; then
2745   AC_DEFINE(HAVE_UINT_T)
2746   AC_MSG_RESULT(yes)
2747 else
2748   AC_MSG_RESULT(no)
2750 AC_MSG_CHECKING(for uint16_t)
2751 AC_CACHE_VAL(ac_cv_uint16_t,
2752  [AC_TRY_COMPILE([#include <stdio.h>
2753                   #include <sys/types.h>],
2754                  [uint16_t foo = 0;],
2755                  [ac_cv_uint16_t=true],
2756                  [ac_cv_uint16_t=false])])
2757 if test "$ac_cv_uint16_t" = true ; then
2758   AC_DEFINE(HAVE_UINT16_T)
2759   AC_MSG_RESULT(yes)
2760 else
2761   AC_MSG_RESULT(no)
2764 dnl On the gcc trunk (as of 2001-02-09) _GNU_SOURCE, and thus __USE_GNU,
2765 dnl are defined when compiling C++ but not C.  Since the result of this
2766 dnl test is used only in C++, do it in C++.
2767 AC_LANG_CPLUSPLUS
2769 AC_MSG_CHECKING(for uname.domainname)
2770 AC_CACHE_VAL(ac_cv_have_uname_domainname_field,
2771     [AC_TRY_COMPILE([#include <sys/utsname.h>],
2772         [ struct utsname *res; char *domain; 
2773             (void)uname(res);  if (res != 0) { domain = res->domainname; } ],
2774         [ac_cv_have_uname_domainname_field=true],
2775         [ac_cv_have_uname_domainname_field=false])])
2777 if test "$ac_cv_have_uname_domainname_field" = "true"; then
2778     AC_DEFINE(HAVE_UNAME_DOMAINNAME_FIELD)
2779     AC_MSG_RESULT(yes)
2780 else
2781     AC_MSG_RESULT(no)
2784 AC_MSG_CHECKING(for uname.__domainname)
2785 AC_CACHE_VAL(ac_cv_have_uname_us_domainname_field,
2786     [AC_TRY_COMPILE([#include <sys/utsname.h>],
2787         [ struct utsname *res; char *domain; 
2788             (void)uname(res);  if (res != 0) { domain = res->__domainname; } ],
2789         [ac_cv_have_uname_us_domainname_field=true],
2790         [ac_cv_have_uname_us_domainname_field=false])])
2792 if test "$ac_cv_have_uname_us_domainname_field" = "true"; then
2793     AC_DEFINE(HAVE_UNAME_US_DOMAINNAME_FIELD)
2794     AC_MSG_RESULT(yes)
2795 else
2796     AC_MSG_RESULT(no)
2799 AC_LANG_C
2801 dnl Check for usable wchar_t (2 bytes, unsigned)
2802 dnl (we really don't need the unsignedness check anymore)
2803 dnl ========================================================
2805 AC_CACHE_CHECK(for usable wchar_t (2 bytes, unsigned),
2806     ac_cv_have_usable_wchar_v2,
2807     [AC_TRY_COMPILE([#include <stddef.h>
2808                      $configure_static_assert_macros],
2809                     [CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2);
2810                      CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0)],
2811                     ac_cv_have_usable_wchar_v2="yes",
2812                     ac_cv_have_usable_wchar_v2="no")])
2813 if test "$ac_cv_have_usable_wchar_v2" = "yes"; then
2814     AC_DEFINE(HAVE_CPP_2BYTE_WCHAR_T)
2815     HAVE_CPP_2BYTE_WCHAR_T=1
2816 else
2817 dnl This is really gcc-only
2818 dnl Do this test using CXX only since some versions of gcc
2819 dnl 2.95-2.97 have a signed wchar_t in c++ only and some versions
2820 dnl only have short-wchar support for c++.
2821 dnl Note that we assume that mac & win32 have short wchar (see nscore.h)
2823     AC_LANG_SAVE
2824     AC_LANG_CPLUSPLUS
2825     _SAVE_CXXFLAGS=$CXXFLAGS
2826     CXXFLAGS="$CXXFLAGS -fshort-wchar"
2828     AC_CACHE_CHECK(for compiler -fshort-wchar option, 
2829         ac_cv_have_usable_wchar_option_v2,
2830         [AC_TRY_LINK([#include <stddef.h>
2831                       $configure_static_assert_macros],
2832                      [CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2);
2833                       CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0)],
2834                      ac_cv_have_usable_wchar_option_v2="yes",
2835                      ac_cv_have_usable_wchar_option_v2="no")])
2837     if test "$ac_cv_have_usable_wchar_option_v2" = "yes"; then
2838         AC_DEFINE(HAVE_CPP_2BYTE_WCHAR_T)
2839         HAVE_CPP_2BYTE_WCHAR_T=1
2840     else    
2841         CXXFLAGS=$_SAVE_CXXFLAGS
2842     fi
2843     AC_LANG_RESTORE
2846 dnl Check for .hidden assembler directive and visibility attribute.
2847 dnl Borrowed from glibc configure.in
2848 dnl ===============================================================
2849 if test "$GNU_CC"; then
2850   AC_CACHE_CHECK(for visibility(hidden) attribute,
2851                  ac_cv_visibility_hidden,
2852                  [cat > conftest.c <<EOF
2853                   int foo __attribute__ ((visibility ("hidden"))) = 1;
2855                   ac_cv_visibility_hidden=no
2856                   if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
2857                     if egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then
2858                       ac_cv_visibility_hidden=yes
2859                     fi
2860                   fi
2861                   rm -f conftest.[cs]
2862                  ])
2863   if test "$ac_cv_visibility_hidden" = "yes"; then
2864     AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE)
2866     AC_CACHE_CHECK(for visibility(default) attribute,
2867                    ac_cv_visibility_default,
2868                    [cat > conftest.c <<EOF
2869                     int foo __attribute__ ((visibility ("default"))) = 1;
2871                     ac_cv_visibility_default=no
2872                     if ${CC-cc} -fvisibility=hidden -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
2873                       if ! egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then
2874                         ac_cv_visibility_default=yes
2875                       fi
2876                     fi
2877                     rm -f conftest.[cs]
2878                    ])
2879     if test "$ac_cv_visibility_default" = "yes"; then
2880       AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE)
2882       AC_CACHE_CHECK(for visibility pragma support,
2883                      ac_cv_visibility_pragma,
2884                      [cat > conftest.c <<EOF
2885 #pragma GCC visibility push(hidden)
2886                       int foo_hidden = 1;
2887 #pragma GCC visibility push(default)
2888                       int foo_default = 1;
2890                       ac_cv_visibility_pragma=no
2891                       if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
2892                         if egrep '\.(hidden|private_extern).*foo_hidden' conftest.s >/dev/null; then
2893                           if ! egrep '\.(hidden|private_extern).*foo_default' conftest.s > /dev/null; then
2894                             ac_cv_visibility_pragma=yes
2895                           fi
2896                         fi
2897                       fi
2898                       rm -f conftest.[cs]
2899                     ])
2900       if test "$ac_cv_visibility_pragma" = "yes"; then
2901         AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905),
2902                        ac_cv_have_visibility_class_bug,
2903                        [cat > conftest.c <<EOF
2904 #pragma GCC visibility push(hidden)
2905 struct __attribute__ ((visibility ("default"))) TestStruct {
2906   static void Init();
2908 __attribute__ ((visibility ("default"))) void TestFunc() {
2909   TestStruct::Init();
2912                        ac_cv_have_visibility_class_bug=no
2913                        if ! ${CXX-g++} ${CXXFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -S -o conftest.S conftest.c > /dev/null 2>&1 ; then
2914                          ac_cv_have_visibility_class_bug=yes
2915                        else
2916                          if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then
2917                            ac_cv_have_visibility_class_bug=yes
2918                          fi
2919                        fi
2920                        rm -rf conftest.{c,S}
2921                        ])
2923         AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297),
2924                        ac_cv_have_visibility_builtin_bug,
2925                        [cat > conftest.c <<EOF
2926 #pragma GCC visibility push(hidden)
2927 #pragma GCC visibility push(default)
2928 #include <string.h>
2929 #pragma GCC visibility pop
2931 __attribute__ ((visibility ("default"))) void Func() {
2932   char c[[100]];
2933   memset(c, 0, sizeof(c));
2936                        ac_cv_have_visibility_builtin_bug=no
2937                        if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then
2938                          ac_cv_have_visibility_builtin_bug=yes
2939                        else
2940                          if test `grep -c "@PLT" conftest.S` = 0; then
2941                            ac_cv_visibility_builtin_bug=yes
2942                          fi
2943                        fi
2944                        rm -f conftest.{c,S}
2945                        ])
2946         if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
2947                 "$ac_cv_have_visibility_class_bug" = "no"; then
2948           VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
2949           WRAP_SYSTEM_INCLUDES=1
2950         else
2951           VISIBILITY_FLAGS='-fvisibility=hidden'
2952         fi # have visibility pragma bug
2953       fi   # have visibility pragma
2954     fi     # have visibility(default) attribute
2955   fi       # have visibility(hidden) attribute
2956 fi         # GNU_CC
2958 AC_SUBST(WRAP_SYSTEM_INCLUDES)
2959 AC_SUBST(VISIBILITY_FLAGS)
2961 dnl Checks for header files.
2962 dnl ========================================================
2963 AC_HEADER_DIRENT
2964 case "$target_os" in
2965 freebsd*)
2966 # for stuff like -lXshm
2967     CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
2968     ;;
2969 esac
2970 AC_CHECK_HEADERS(sys/byteorder.h compat.h getopt.h)
2971 AC_CHECK_HEADERS(sys/bitypes.h memory.h unistd.h)
2972 AC_CHECK_HEADERS(gnu/libc-version.h nl_types.h)
2973 AC_CHECK_HEADERS(malloc.h)
2974 AC_CHECK_HEADERS(X11/XKBlib.h)
2976 dnl These are all the places some variant of statfs can be hiding.
2977 AC_CHECK_HEADERS(sys/statvfs.h sys/statfs.h sys/vfs.h sys/mount.h)
2979 dnl Try for MMX support
2980 dnl NB - later gcc versions require -mmmx for this header to be successfully
2981 dnl included (or another option which implies it, such as -march=pentium-mmx)
2982 AC_CHECK_HEADERS(mmintrin.h)
2984 dnl Check whether the compiler supports the new-style C++ standard
2985 dnl library headers (i.e. <new>) or needs the old "new.h"
2986 AC_LANG_CPLUSPLUS
2987 NEW_H=new.h
2988 AC_CHECK_HEADER(new, [NEW_H=new])
2989 AC_DEFINE_UNQUOTED(NEW_H, <$NEW_H>)
2990 AC_LANG_C
2992 AC_ARG_ENABLE(dtrace,
2993               [  --enable-dtrace         build with dtrace support if available (default=no)],
2994               [enable_dtrace="yes"],)
2995 if test "x$enable_dtrace" = "xyes"; then
2996   AC_CHECK_HEADER(sys/sdt.h, HAVE_DTRACE=1)
2997   if test -n "$HAVE_DTRACE"; then
2998       AC_DEFINE(INCLUDE_MOZILLA_DTRACE)
2999   else
3000       AC_MSG_ERROR([dtrace enabled but sys/sdt.h not found]);
3001   fi
3003 AC_SUBST(HAVE_DTRACE)
3005 case $target in
3006 *-aix4.3*|*-aix5*)
3007         ;;
3009         AC_CHECK_HEADERS(sys/cdefs.h)
3010         ;;
3011 esac
3013 dnl Checks for libraries.
3014 dnl ========================================================
3015 case $target in
3016 *-hpux11.*)
3017         ;;
3019         AC_CHECK_LIB(c_r, gethostbyname_r)
3020         ;;
3021 esac
3023 dnl We don't want to link with libdl even if it's present on OS X, since
3024 dnl it's not used and not part of the default installation.
3025 dnl The same goes for BeOS.
3026 dnl We don't want to link against libm or libpthread on Darwin since
3027 dnl they both are just symlinks to libSystem and explicitly linking
3028 dnl against libSystem causes issues when debugging (see bug 299601).
3029 case $target in
3030 *-darwin*)
3031     ;;
3032 *-beos*)
3033     ;;
3035     AC_CHECK_LIB(m, atan)
3036     AC_CHECK_LIB(dl, dlopen,
3037     AC_CHECK_HEADER(dlfcn.h, 
3038         LIBS="-ldl $LIBS"
3039         AC_DEFINE(HAVE_LIBDL)))
3040     ;;
3041 esac
3043 _SAVE_CFLAGS="$CFLAGS"
3044 CFLAGS="$CFLAGS -D_GNU_SOURCE"
3045 AC_CHECK_FUNCS(dladdr)
3046 CFLAGS="$_SAVE_CFLAGS"
3048 if test ! "$GNU_CXX"; then
3050     case $target in
3051     *-aix*)
3052         AC_CHECK_LIB(C_r, demangle)
3053         ;;
3054      *)
3055         AC_CHECK_LIB(C, demangle)
3056         ;;
3057      esac
3059 AC_CHECK_LIB(socket, socket)
3061 XLDFLAGS="$X_LIBS"
3062 XLIBS="$X_EXTRA_LIBS"
3064 dnl ========================================================
3065 dnl Checks for X libraries.
3066 dnl Ordering is important.
3067 dnl Xt is dependent upon SM as of X11R6
3068 dnl ========================================================
3069 if test "$no_x" = "yes"; then
3070     AC_DEFINE(NO_X11)
3071 else
3072     AC_DEFINE_UNQUOTED(FUNCPROTO,15)
3073         XLIBS="-lX11 $XLIBS"
3074         _SAVE_LDFLAGS="$LDFLAGS"
3075         LDFLAGS="$XLDFLAGS $LDFLAGS"
3076         AC_CHECK_LIB(X11, XDrawLines, [X11_LIBS="-lX11"],
3077                 [MISSING_X="$MISSING_X -lX11"], $XLIBS)
3078         AC_CHECK_LIB(Xext, XextAddDisplay, [XEXT_LIBS="-lXext"],
3079                 [MISSING_X="$MISSING_X -lXext"], $XLIBS)
3080    
3081      
3082         AC_CHECK_LIB(Xt, XtFree, [ XT_LIBS="-lXt"], [
3083         unset ac_cv_lib_Xt_XtFree
3084             AC_CHECK_LIB(ICE, IceFlush, [XT_LIBS="-lICE $XT_LIBS"],, $XT_LIBS $XLIBS)
3085             AC_CHECK_LIB(SM, SmcCloseConnection, [XT_LIBS="-lSM $XT_LIBS"],, $XT_LIBS $XLIBS) 
3086         AC_CHECK_LIB(Xt, XtFree, [ XT_LIBS="-lXt $XT_LIBS"],
3087                     [MISSING_X="$MISSING_X -lXt"], $X_PRE_LIBS $XT_LIBS $XLIBS)
3088         ])
3090     # AIX needs the motif library linked before libXt to prevent
3091     # crashes in plugins linked against Motif - Bug #98892
3092     case "${target_os}" in
3093     aix*)
3094         XT_LIBS="-lXm $XT_LIBS"
3095         ;;
3096     esac
3098     dnl ========================================================
3099     dnl = Check for XShm
3100     dnl ========================================================
3101     AC_CHECK_LIB(Xext, XShmCreateImage, _HAVE_XSHM_XEXT=1,,
3102         $XLIBS $XEXT_LIBS)
3103     AC_CHECK_HEADER(X11/extensions/XShm.h)
3104     if test "$ac_cv_header_X11_extensions_XShm_h" = "yes" &&
3105         test -n "$_HAVE_XSHM_XEXT"; then
3106         AC_DEFINE(HAVE_XSHM)
3107     fi
3109     dnl ========================================================
3110     dnl = Check for XIE
3111     dnl ========================================================
3112     AC_CHECK_LIB(XIE, XieFloGeometry, [MOZ_XIE_LIBS="-lXIE"],,
3113         $XLIBS $XEXT_LIBS)
3114     AC_CHECK_HEADER(X11/extensions/XIElib.h)
3116     if test "$MOZ_XIE_LIBS"; then
3117         dnl ====================================================
3118         dnl = If XIE is present and is desired, turn it on
3119         dnl ====================================================
3120         case $target in
3121             *-hpux*)
3122                 ;;
3123             *)
3124                 HAVE_XIE=1
3125                 ;;
3126         esac
3127     fi
3129         LDFLAGS="$_SAVE_LDFLAGS"
3131     dnl ========================================================
3132     dnl = Check for freetype2 and its functionality
3133     dnl ========================================================
3134     AC_CHECK_FT2(6.1.0, [_HAVE_FREETYPE2=1], [_HAVE_FREETYPE2=])
3136     if test "$_HAVE_FREETYPE2"; then
3137         _SAVE_LIBS="$LIBS"
3138         _SAVE_CFLAGS="$CFLAGS"
3139         LIBS="$LIBS $FT2_LIBS"
3140         CFLAGS="$CFLAGS $FT2_CFLAGS"
3142         AC_CACHE_CHECK(for FT_Bitmap_Size.y_ppem,
3143             ac_cv_member_FT_Bitmap_Size_y_ppem,
3144             [AC_TRY_COMPILE([#include <ft2build.h>
3145                              #include FT_FREETYPE_H],
3146                             [FT_Bitmap_Size s;
3147                              if (sizeof s.y_ppem) return 0;
3148                              return 1],
3149                             ac_cv_member_FT_Bitmap_Size_y_ppem=yes,
3150                             ac_cv_member_FT_Bitmap_Size_y_ppem=no)])
3151         if test "$ac_cv_member_FT_Bitmap_Size_y_ppem" = yes; then
3152             HAVE_FT_BITMAP_SIZE_Y_PPEM=1
3153         else
3154             HAVE_FT_BITMAP_SIZE_Y_PPEM=0
3155         fi
3156         AC_DEFINE_UNQUOTED(HAVE_FT_BITMAP_SIZE_Y_PPEM,
3157                            $HAVE_FT_BITMAP_SIZE_Y_PPEM,
3158                            [FT_Bitmap_Size structure includes y_ppem field])
3160         AC_CHECK_FUNCS(FT_GlyphSlot_Embolden FT_Load_Sfnt_Table FT_Select_Size)
3162         LIBS="$_SAVE_LIBS"
3163         CFLAGS="$_SAVE_CFLAGS"
3164     fi
3166 fi # $no_x
3168 AC_SUBST(XCFLAGS)
3169 AC_SUBST(XLDFLAGS)
3170 AC_SUBST(XLIBS)
3171 AC_SUBST(XT_LIBS)
3173 dnl ========================================================
3174 dnl = pthread support
3175 dnl = Start by checking whether the system support pthreads
3176 dnl ========================================================
3177 case "$target_os" in
3178 darwin*)
3179     USE_PTHREADS=1
3180     ;;
3182     MOZ_CHECK_PTHREADS(pthreads,
3183         USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads",
3184         MOZ_CHECK_PTHREADS(pthread,
3185             USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread",
3186             MOZ_CHECK_PTHREADS(c_r,
3187                 USE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r",
3188                 MOZ_CHECK_PTHREADS(c,
3189                     USE_PTHREADS=1
3190                 )
3191             )
3192         )
3193     )
3194     ;;
3195 esac
3197 dnl ========================================================
3198 dnl Check the command line for --with-pthreads 
3199 dnl ========================================================
3200 MOZ_ARG_WITH_BOOL(pthreads,
3201 [  --with-pthreads         Force use of system pthread library with NSPR ],
3202 [ if test "$USE_PTHREADS"x = x; then
3203     AC_MSG_ERROR([ --with-pthreads specified for a system without pthread support ]);
3204 fi],
3205     USE_PTHREADS=
3206     _PTHREAD_LDFLAGS=
3209 dnl ========================================================
3210 dnl Do the platform specific pthread hackery
3211 dnl ========================================================
3212 if test "$USE_PTHREADS"x != x
3213 then
3214         dnl
3215         dnl See if -pthread is supported.
3216         dnl
3217         rm -f conftest*
3218         ac_cv_have_dash_pthread=no
3219         AC_MSG_CHECKING(whether ${CC-cc} accepts -pthread)
3220         echo 'int main() { return 0; }' | cat > conftest.c
3221         ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
3222         if test $? -eq 0; then
3223                 if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
3224                         ac_cv_have_dash_pthread=yes
3225                 case "$target_os" in
3226                 freebsd*)
3227 # Freebsd doesn't use -pthread for compiles, it uses them for linking
3228                 ;;
3229                 *)
3230                             CFLAGS="$CFLAGS -pthread"
3231                             CXXFLAGS="$CXXFLAGS -pthread"
3232                 ;;
3233                 esac
3234                 fi
3235         fi
3236         rm -f conftest*
3237     AC_MSG_RESULT($ac_cv_have_dash_pthread)
3239         dnl
3240         dnl See if -pthreads is supported.
3241         dnl
3242     ac_cv_have_dash_pthreads=no
3243     if test "$ac_cv_have_dash_pthread" = "no"; then
3244             AC_MSG_CHECKING(whether ${CC-cc} accepts -pthreads)
3245         echo 'int main() { return 0; }' | cat > conftest.c
3246             ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
3247         if test $? -eq 0; then
3248                 if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthreads`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
3249                             ac_cv_have_dash_pthreads=yes
3250                             CFLAGS="$CFLAGS -pthreads"
3251                             CXXFLAGS="$CXXFLAGS -pthreads"
3252                     fi
3253             fi
3254             rm -f conftest*
3255         AC_MSG_RESULT($ac_cv_have_dash_pthreads)
3256     fi
3258         case "$target" in
3259             *-*-freebsd*)
3260                         AC_DEFINE(_REENTRANT)
3261                         AC_DEFINE(_THREAD_SAFE)
3262                         dnl -pthread links in -lc_r, so don't specify it explicitly.
3263                         if test "$ac_cv_have_dash_pthread" = "yes"; then
3264                                 _PTHREAD_LDFLAGS="-pthread"
3265                         else
3266                                 _PTHREAD_LDFLAGS="-lc_r"
3267                         fi
3268                         ;;
3270             *-*-openbsd*|*-*-bsdi*)
3271                         AC_DEFINE(_REENTRANT)
3272                         AC_DEFINE(_THREAD_SAFE)
3273                         dnl -pthread links in -lc_r, so don't specify it explicitly.
3274                         if test "$ac_cv_have_dash_pthread" = "yes"; then
3275                 _PTHREAD_LDFLAGS="-pthread"
3276                         fi
3277                         ;;
3279             *-*-linux*|*-*-kfreebsd*-gnu)
3280                         AC_DEFINE(_REENTRANT) 
3281                         ;;
3283             *-*-nto*) 
3284                         AC_DEFINE(_REENTRANT) 
3285                         ;;
3287             *-aix4.3*|*-aix5*)
3288                         AC_DEFINE(_REENTRANT) 
3289                         ;;
3291             *-hpux11.*)
3292                         AC_DEFINE(_REENTRANT) 
3293                         ;;
3295             alpha*-*-osf*)
3296                         AC_DEFINE(_REENTRANT)
3297                         ;;
3299             *-*-solaris*) 
3300                         AC_DEFINE(_REENTRANT) 
3301                         if test ! "$GNU_CC"; then
3302                                 CFLAGS="$CFLAGS -mt" 
3303                                 CXXFLAGS="$CXXFLAGS -mt" 
3304                         fi
3305                         ;;
3306         esac
3307     LDFLAGS="${_PTHREAD_LDFLAGS} ${LDFLAGS}"
3310 dnl ========================================================
3311 dnl See if mmap sees writes
3312 dnl For cross compiling, just define it as no, which is a safe default
3313 dnl ========================================================
3314 AC_MSG_CHECKING(whether mmap() sees write()s)
3316 changequote(,)
3317 mmap_test_prog='
3318     #include <stdlib.h>
3319     #include <unistd.h>
3320     #include <sys/mman.h>
3321     #include <sys/types.h>
3322     #include <sys/stat.h>
3323     #include <fcntl.h>
3325     char fname[] = "conftest.file";
3326     char zbuff[1024]; /* Fractional page is probably worst case */
3328     int main() {
3329         char *map;
3330         int fd;
3331         int i;
3332         unlink(fname);
3333         fd = open(fname, O_RDWR | O_CREAT, 0660);
3334         if(fd<0) return 1;
3335         unlink(fname);
3336         write(fd, zbuff, sizeof(zbuff));
3337         lseek(fd, 0, SEEK_SET);
3338         map = (char*)mmap(0, sizeof(zbuff), PROT_READ, MAP_SHARED, fd, 0);
3339         if(map==(char*)-1) return 2;
3340         for(i=0; fname[i]; i++) {
3341             int rc = write(fd, &fname[i], 1);
3342             if(map[i]!=fname[i]) return 4;
3343         }
3344         return 0;
3345     }
3347 changequote([,])
3349 AC_TRY_RUN($mmap_test_prog , result="yes", result="no", result="yes")
3351 AC_MSG_RESULT("$result")
3353 if test "$result" = "no"; then
3354     AC_DEFINE(MMAP_MISSES_WRITES)
3358 dnl Checks for library functions.
3359 dnl ========================================================
3360 AC_PROG_GCC_TRADITIONAL
3361 AC_FUNC_MEMCMP
3362 AC_CHECK_FUNCS(random strerror lchown fchmod snprintf statvfs memmove rint stat64 lstat64 truncate64 statvfs64)
3363 AC_CHECK_FUNCS(flockfile getpagesize)
3365 dnl localtime_r and strtok_r are only present on MacOS version 10.2 and higher
3366 if test -z "$MACOS_DEPLOYMENT_TARGET" || test "$MACOS_DEPLOYMENT_TARGET" -ge "100200"; then
3367   AC_CHECK_FUNCS(localtime_r strtok_r)
3370 dnl check for wcrtomb/mbrtowc
3371 dnl =======================================================================
3372 if test -z "$MACOS_DEPLOYMENT_TARGET" || test "$MACOS_DEPLOYMENT_TARGET" -ge "100300"; then
3373 AC_LANG_SAVE
3374 AC_LANG_CPLUSPLUS
3375 AC_CACHE_CHECK(for wcrtomb,
3376     ac_cv_have_wcrtomb,
3377     [AC_TRY_LINK([#include <wchar.h>],
3378                  [mbstate_t ps={0};wcrtomb(0,'f',&ps);],
3379                  ac_cv_have_wcrtomb="yes",
3380                  ac_cv_have_wcrtomb="no")])
3381 if test "$ac_cv_have_wcrtomb" = "yes"; then
3382     AC_DEFINE(HAVE_WCRTOMB)
3384 AC_CACHE_CHECK(for mbrtowc,
3385     ac_cv_have_mbrtowc,
3386     [AC_TRY_LINK([#include <wchar.h>],
3387                  [mbstate_t ps={0};mbrtowc(0,0,0,&ps);],
3388                  ac_cv_have_mbrtowc="yes",
3389                  ac_cv_have_mbrtowc="no")])
3390 if test "$ac_cv_have_mbrtowc" = "yes"; then
3391     AC_DEFINE(HAVE_MBRTOWC)
3393 AC_LANG_RESTORE
3396 AC_CACHE_CHECK(
3397     [for res_ninit()],
3398     ac_cv_func_res_ninit,
3399     [AC_TRY_LINK([
3400         #ifdef linux
3401         #define _BSD_SOURCE 1
3402         #endif
3403         #include <resolv.h>
3404         ],
3405         [int foo = res_ninit(&_res);],
3406         [ac_cv_func_res_ninit=yes],
3407         [ac_cv_func_res_ninit=no])
3408     ])
3410 if test "$ac_cv_func_res_ninit" = "yes"; then
3411     AC_DEFINE(HAVE_RES_NINIT)
3412 dnl must add the link line we do something as foolish as this... dougt
3413 dnl else
3414 dnl    AC_CHECK_LIB(bind, res_ninit, AC_DEFINE(HAVE_RES_NINIT),
3415 dnl        AC_CHECK_LIB(resolv, res_ninit, AC_DEFINE(HAVE_RES_NINIT)))
3418 AC_LANG_CPLUSPLUS
3419 AC_CACHE_CHECK(
3420     [for gnu_get_libc_version()],
3421     ac_cv_func_gnu_get_libc_version,
3422     [AC_TRY_LINK([
3423         #ifdef HAVE_GNU_LIBC_VERSION_H
3424         #include <gnu/libc-version.h>
3425         #endif
3426         ],
3427         [const char *glibc_version = gnu_get_libc_version();],
3428         [ac_cv_func_gnu_get_libc_version=yes],
3429         [ac_cv_func_gnu_get_libc_version=no] 
3430         )]
3431     )
3433 if test "$ac_cv_func_gnu_get_libc_version" = "yes"; then
3434     AC_DEFINE(HAVE_GNU_GET_LIBC_VERSION)
3437 case $target_os in
3438     os2*|msvc*|mks*|cygwin*|mingw*|darwin*|wince*|beos*)
3439         ;;
3440     *)
3441     
3442 AC_CHECK_LIB(c, iconv, [_ICONV_LIBS="$_ICONV_LIBS"],
3443     AC_CHECK_LIB(iconv, iconv, [_ICONV_LIBS="$_ICONV_LIBS -liconv"],
3444         AC_CHECK_LIB(iconv, libiconv, [_ICONV_LIBS="$_ICONV_LIBS -liconv"])))
3445 _SAVE_LIBS=$LIBS
3446 LIBS="$LIBS $_ICONV_LIBS"
3447 AC_CACHE_CHECK(
3448     [for iconv()],
3449     ac_cv_func_iconv,
3450     [AC_TRY_LINK([
3451         #include <stdlib.h>
3452         #include <iconv.h>
3453         ],
3454         [
3455             iconv_t h = iconv_open("", "");
3456             iconv(h, NULL, NULL, NULL, NULL);
3457             iconv_close(h);
3458         ],
3459         [ac_cv_func_iconv=yes],
3460         [ac_cv_func_iconv=no] 
3461         )]
3462     )
3463 if test "$ac_cv_func_iconv" = "yes"; then
3464     AC_DEFINE(HAVE_ICONV)
3465     DYNAMIC_XPCOM_LIBS="$DYNAMIC_XPCOM_LIBS $_ICONV_LIBS"
3466     LIBXUL_LIBS="$LIBXUL_LIBS $_ICONV_LIBS"
3467     LIBICONV="$_ICONV_LIBS"
3468     AC_CACHE_CHECK(
3469         [for iconv() with const input],
3470         ac_cv_func_const_iconv,
3471         [AC_TRY_COMPILE([
3472             #include <stdlib.h>
3473             #include <iconv.h>
3474             ],
3475             [
3476                 const char *input = "testing";
3477                 iconv_t h = iconv_open("", "");
3478                 iconv(h, &input, NULL, NULL, NULL);
3479                 iconv_close(h);
3480             ],
3481             [ac_cv_func_const_iconv=yes],
3482             [ac_cv_func_const_iconv=no] 
3483             )]
3484         )
3485     if test "$ac_cv_func_const_iconv" = "yes"; then
3486         AC_DEFINE(HAVE_ICONV_WITH_CONST_INPUT)
3487     fi
3489 LIBS=$_SAVE_LIBS
3491     ;;
3492 esac
3494 AM_LANGINFO_CODESET
3496 AC_LANG_C
3498 dnl **********************
3499 dnl *** va_copy checks ***
3500 dnl **********************
3501 dnl we currently check for all three va_copy possibilities, so we get
3502 dnl all results in config.log for bug reports.
3503 AC_MSG_CHECKING(for an implementation of va_copy())
3504 AC_CACHE_VAL(ac_cv_va_copy,[
3505     AC_TRY_RUN([
3506         #include <stdarg.h>
3507         void f (int i, ...) {
3508             va_list args1, args2;
3509             va_start (args1, i);
3510             va_copy (args2, args1);
3511             if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
3512                 exit (1);
3513             va_end (args1); va_end (args2);
3514         }
3515         int main() { f (0, 42); return 0; }],
3516         ac_cv_va_copy=yes,
3517         ac_cv_va_copy=no,
3518         ac_cv_va_copy=no
3519     )
3521 AC_MSG_RESULT($ac_cv_va_copy)
3522 AC_MSG_CHECKING(for an implementation of __va_copy())
3523 AC_CACHE_VAL(ac_cv___va_copy,[
3524     AC_TRY_RUN([
3525         #include <stdarg.h>
3526         void f (int i, ...) {
3527             va_list args1, args2;
3528             va_start (args1, i);
3529             __va_copy (args2, args1);
3530             if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
3531                 exit (1);
3532             va_end (args1); va_end (args2);
3533         }
3534         int main() { f (0, 42); return 0; }],
3535         ac_cv___va_copy=yes,
3536         ac_cv___va_copy=no,
3537         ac_cv___va_copy=no
3538     )
3540 AC_MSG_RESULT($ac_cv___va_copy)
3541 AC_MSG_CHECKING(whether va_lists can be copied by value)
3542 AC_CACHE_VAL(ac_cv_va_val_copy,[
3543     AC_TRY_RUN([
3544         #include <stdarg.h>
3545         void f (int i, ...) {
3546             va_list args1, args2;
3547             va_start (args1, i);
3548             args2 = args1;
3549             if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42)
3550                 exit (1);
3551             va_end (args1); va_end (args2);
3552         }
3553         int main() { f (0, 42); return 0; }],
3554         ac_cv_va_val_copy=yes,
3555         ac_cv_va_val_copy=no,
3556         ac_cv_va_val_copy=yes
3557     )
3559 if test "x$ac_cv_va_copy" = "xyes"; then
3560     AC_DEFINE(VA_COPY, va_copy)
3561     AC_DEFINE(HAVE_VA_COPY)
3562 elif test "x$ac_cv___va_copy" = "xyes"; then
3563     AC_DEFINE(VA_COPY, __va_copy)
3564     AC_DEFINE(HAVE_VA_COPY)
3567 if test "x$ac_cv_va_val_copy" = "xno"; then
3568    AC_DEFINE(HAVE_VA_LIST_AS_ARRAY)
3570 AC_MSG_RESULT($ac_cv_va_val_copy)
3572 dnl Check for dll-challenged libc's.
3573 dnl This check is apparently only needed for Linux.
3574 case "$target" in
3575         *-linux*)
3576             dnl ===================================================================
3577             _curdir=`pwd`
3578             export _curdir
3579             rm -rf conftest* _conftest
3580             mkdir _conftest
3581             cat >> conftest.C <<\EOF
3582 #include <stdio.h>
3583 #include <link.h>
3584 #include <dlfcn.h>
3585 #ifdef _dl_loaded
3586 void __dump_link_map(void) {
3587   struct link_map *map = _dl_loaded;
3588   while (NULL != map) {printf("0x%08x %s\n", map->l_addr, map->l_name); map = map->l_next;}
3590 int main() {
3591   dlopen("./conftest1.so",RTLD_LAZY);
3592   dlopen("./../_conftest/conftest1.so",RTLD_LAZY);
3593   dlopen("CURDIR/_conftest/conftest1.so",RTLD_LAZY);
3594   dlopen("CURDIR/_conftest/../_conftest/conftest1.so",RTLD_LAZY);
3595   __dump_link_map();
3597 #else
3598 /* _dl_loaded isn't defined, so this should be either a libc5 (glibc1) system, or a glibc2 system that doesn't have the multiple load bug (i.e., RH6.0).*/
3599 int main() { printf("./conftest1.so\n"); }
3600 #endif
3603             $PERL -p -i -e "s/CURDIR/\$ENV{_curdir}/g;" conftest.C
3605             cat >> conftest1.C <<\EOF
3606 #include <stdio.h>
3607 void foo(void) {printf("foo in dll called\n");}
3609             ${CXX-g++} -fPIC -c -g conftest1.C
3610             ${CXX-g++} -shared -Wl,-h -Wl,conftest1.so -o conftest1.so conftest1.o
3611             ${CXX-g++} -g conftest.C -o conftest -ldl
3612             cp -f conftest1.so conftest _conftest
3613             cd _conftest
3614             if test `./conftest | grep conftest1.so | wc -l` -gt 1
3615             then
3616                 echo
3617                 echo "*** Your libc has a bug that can result in loading the same dynamic"
3618                 echo "*** library multiple times.  This bug is known to be fixed in glibc-2.0.7-32"
3619                 echo "*** or later.  However, if you choose not to upgrade, the only effect"
3620                 echo "*** will be excessive memory usage at runtime."
3621                 echo
3622             fi
3623             cd ${_curdir}
3624             rm -rf conftest* _conftest
3625             dnl ===================================================================
3626             ;;
3627 esac
3629 dnl ===================================================================
3630 dnl ========================================================
3631 dnl By default, turn rtti and exceptions off on g++/egcs
3632 dnl ========================================================
3633 if test "$GNU_CXX"; then
3635   AC_MSG_CHECKING(for C++ exceptions flag)
3637   dnl They changed -f[no-]handle-exceptions to -f[no-]exceptions in g++ 2.8
3638   AC_CACHE_VAL(ac_cv_cxx_exceptions_flags,
3639   [echo "int main() { return 0; }" | cat > conftest.C
3641   ${CXX-g++} ${CXXFLAGS} -c -fno-handle-exceptions conftest.C > conftest.out 2>&1
3643   if egrep "warning.*renamed" conftest.out >/dev/null; then
3644     ac_cv_cxx_exceptions_flags=${_COMPILER_PREFIX}-fno-exceptions
3645   else
3646     ac_cv_cxx_exceptions_flags=${_COMPILER_PREFIX}-fno-handle-exceptions
3647   fi
3649   rm -f conftest*])
3651   AC_MSG_RESULT($ac_cv_cxx_exceptions_flags)
3652   _MOZ_EXCEPTIONS_FLAGS_OFF=$ac_cv_cxx_exceptions_flags
3653   _MOZ_EXCEPTIONS_FLAGS_ON=`echo $ac_cv_cxx_exceptions_flags | sed 's|no-||'`
3656 dnl ========================================================
3657 dnl Put your C++ language/feature checks below
3658 dnl ========================================================
3659 AC_LANG_CPLUSPLUS
3661 HAVE_GCC3_ABI=
3662 if test "$GNU_CC"; then
3663   AC_CACHE_CHECK(for gcc 3.0 ABI,
3664       ac_cv_gcc_three_abi,
3665       [AC_TRY_COMPILE([],
3666                       [
3667 #if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */
3668   return 0;
3669 #else
3670 #error Not gcc3.
3671 #endif
3672                       ],
3673                       ac_cv_gcc_three_abi="yes",
3674                       ac_cv_gcc_three_abi="no")])
3675   if test "$ac_cv_gcc_three_abi" = "yes"; then
3676       TARGET_COMPILER_ABI="${TARGET_COMPILER_ABI-gcc3}"
3677       HAVE_GCC3_ABI=1
3678   else
3679       TARGET_COMPILER_ABI="${TARGET_COMPILER_ABI-gcc2}"
3680   fi
3682 AC_SUBST(HAVE_GCC3_ABI)
3685 AC_CACHE_CHECK(for C++ \"explicit\" keyword,
3686                ac_cv_cpp_explicit,
3687                [AC_TRY_COMPILE(class X {
3688                                public: explicit X(int i) : i_(i) {}
3689                                private: int i_;
3690                                };,
3691                                X x(3);,
3692                                ac_cv_cpp_explicit=yes,
3693                                ac_cv_cpp_explicit=no)])
3694 if test "$ac_cv_cpp_explicit" = yes ; then
3695    AC_DEFINE(HAVE_CPP_EXPLICIT)
3698 AC_CACHE_CHECK(for C++ \"typename\" keyword,
3699                ac_cv_cpp_typename,
3700                [AC_TRY_COMPILE(class param {
3701                                public:
3702                                    typedef unsigned long num_type;
3703                                };
3705                                template <class T> class tplt {
3706                                public:
3707                                    typedef typename T::num_type t_num_type;
3708                                    t_num_type foo(typename T::num_type num) {
3709                                        return num;
3710                                    }
3711                                };,
3712                                tplt<param> A;
3713                                A.foo(0);,
3714                                ac_cv_cpp_typename=yes,
3715                                ac_cv_cpp_typename=no)])
3716 if test "$ac_cv_cpp_typename" = yes ; then
3717    AC_DEFINE(HAVE_CPP_TYPENAME)
3720 dnl Check for support of modern template specialization syntax
3721 dnl Test code and requirement from scc@netscape.com.
3722 dnl Autoconf cut-and-paste job by waterson@netscape.com
3723 AC_CACHE_CHECK(for modern C++ template specialization syntax support,
3724                ac_cv_cpp_modern_specialize_template_syntax,
3725                [AC_TRY_COMPILE(template <class T> struct X { int a; };
3726                                class Y {};
3727                                template <> struct X<Y> { double a; };,
3728                                X<int> int_x;
3729                                X<Y> y_x;,
3730                                ac_cv_cpp_modern_specialize_template_syntax=yes,
3731                                ac_cv_cpp_modern_specialize_template_syntax=no)])
3732 if test "$ac_cv_cpp_modern_specialize_template_syntax" = yes ; then
3733   AC_DEFINE(HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX)
3737 dnl Some compilers support only full specialization, and some don't.
3738 AC_CACHE_CHECK(whether partial template specialization works,
3739                ac_cv_cpp_partial_specialization,
3740                [AC_TRY_COMPILE(template <class T> class Foo {};
3741                                template <class T> class Foo<T*> {};,
3742                                return 0;,
3743                                ac_cv_cpp_partial_specialization=yes,
3744                                ac_cv_cpp_partial_specialization=no)])
3745 if test "$ac_cv_cpp_partial_specialization" = yes ; then
3746   AC_DEFINE(HAVE_CPP_PARTIAL_SPECIALIZATION)
3749 dnl Some compilers have limited support for operators with templates;
3750 dnl specifically, it is necessary to define derived operators when a base
3751 dnl class's operator declaration should suffice.
3752 AC_CACHE_CHECK(whether operators must be re-defined for templates derived from templates,
3753                ac_cv_need_derived_template_operators,
3754                [AC_TRY_COMPILE([template <class T> class Base { };
3755                                 template <class T>
3756                                 Base<T> operator+(const Base<T>& lhs, const Base<T>& rhs) { return lhs; }
3757                                 template <class T> class Derived : public Base<T> { };],
3758                                [Derived<char> a, b;
3759                                 Base<char> c = a + b;
3760                                 return 0;],
3761                                ac_cv_need_derived_template_operators=no,
3762                                ac_cv_need_derived_template_operators=yes)])
3763 if test "$ac_cv_need_derived_template_operators" = yes ; then
3764   AC_DEFINE(NEED_CPP_DERIVED_TEMPLATE_OPERATORS)
3768 dnl Some compilers have trouble detecting that a template class
3769 dnl that derives from another template is actually an instance
3770 dnl of the base class. This test checks for that.
3771 AC_CACHE_CHECK(whether we need to cast a derived template to pass as its base class,
3772                ac_cv_need_cpp_template_cast_to_base,
3773                [AC_TRY_COMPILE([template <class T> class Base { };
3774                                 template <class T> class Derived : public Base<T> { };
3775                                 template <class T> int foo(const Base<T>&) { return 0; }],
3776                                [Derived<char> bar; return foo(bar);],
3777                                ac_cv_need_cpp_template_cast_to_base=no,
3778                                ac_cv_need_cpp_template_cast_to_base=yes)])
3779 if test "$ac_cv_need_cpp_template_cast_to_base" = yes ; then
3780   AC_DEFINE(NEED_CPP_TEMPLATE_CAST_TO_BASE)
3783 dnl Some compilers have trouble resolving the ambiguity between two
3784 dnl functions whose arguments differ only by cv-qualifications.
3785 AC_CACHE_CHECK(whether the compiler can resolve const ambiguities for templates,
3786                ac_cv_can_resolve_const_ambiguity,
3787                [AC_TRY_COMPILE([
3788                                 template <class T> class ptrClass {
3789                                   public: T* ptr;
3790                                 };
3792                                 template <class T> T* a(ptrClass<T> *arg) {
3793                                   return arg->ptr;
3794                                 }
3796                                 template <class T>
3797                                 const T* a(const ptrClass<T> *arg) {
3798                                   return arg->ptr;
3799                                 }
3800                                ],
3801                                [ ptrClass<int> i;
3802                                  a(&i); ],
3803                                ac_cv_can_resolve_const_ambiguity=yes,
3804                                ac_cv_can_resolve_const_ambiguity=no)])
3805 if test "$ac_cv_can_resolve_const_ambiguity" = no ; then
3806   AC_DEFINE(CANT_RESOLVE_CPP_CONST_AMBIGUITY)
3810 dnl We don't do exceptions on unix.  The only reason this used to be here
3811 dnl is that mozilla/xpcom/tests/TestCOMPtr.cpp has a test which uses 
3812 dnl exceptions.  But, we turn exceptions off by default and this test breaks.
3813 dnl So im commenting this out until someone writes some artificial 
3814 dnl intelligence to detect not only if the compiler has exceptions, but if 
3815 dnl they are enabled as well.
3816 dnl 
3817 dnl AC_CACHE_CHECK(for C++ \"exceptions\",
3818 dnl                ac_cv_cpp_exceptions,
3819 dnl                [AC_TRY_COMPILE(class X { public: X() {} };
3820 dnl                                static void F() { throw X(); },
3821 dnl                                try { F(); } catch(X & e) { },
3822 dnl                                ac_cv_cpp_exceptions=yes,
3823 dnl                                ac_cv_cpp_exceptions=no)])
3824 dnl if test $ac_cv_cpp_exceptions = yes ; then
3825 dnl    AC_DEFINE(HAVE_CPP_EXCEPTIONS)
3826 dnl fi
3828 dnl Some compilers have marginal |using| support; for example, gcc-2.7.2.3
3829 dnl supports it well enough to allow us to use it to change access, but not
3830 dnl to resolve ambiguity. The next two tests determine how well the |using|
3831 dnl keyword is supported.
3833 dnl Check to see if we can change access with |using|.  Test both a
3834 dnl legal and an illegal example.
3835 AC_CACHE_CHECK(whether the C++ \"using\" keyword can change access,
3836                ac_cv_cpp_access_changing_using2,
3837                [AC_TRY_COMPILE(
3838                    class A { protected: int foo() { return 0; } };
3839                    class B : public A { public: using A::foo; };,
3840                    B b; return b.foo();,
3841                    [AC_TRY_COMPILE(
3842                        class A { public: int foo() { return 1; } };
3843                        class B : public A { private: using A::foo; };,
3844                        B b; return b.foo();,
3845                        ac_cv_cpp_access_changing_using2=no,
3846                        ac_cv_cpp_access_changing_using2=yes)],
3847                    ac_cv_cpp_access_changing_using2=no)])
3848 if test "$ac_cv_cpp_access_changing_using2" = yes ; then
3849    AC_DEFINE(HAVE_CPP_ACCESS_CHANGING_USING)
3852 dnl Check to see if we can resolve ambiguity with |using|.
3853 AC_CACHE_CHECK(whether the C++ \"using\" keyword resolves ambiguity,
3854                ac_cv_cpp_ambiguity_resolving_using,
3855                [AC_TRY_COMPILE(class X { 
3856                                  public: int go(const X&) {return 3;}
3857                                          int jo(const X&) {return 3;}
3858                                };
3859                                class Y : public X {
3860                                  public:  int go(int) {return 2;}
3861                                           int jo(int) {return 2;}
3862                                           using X::jo;
3863                                  private: using X::go;
3864                                };,
3865                                X x; Y y; y.jo(x);,
3866                                ac_cv_cpp_ambiguity_resolving_using=yes,
3867                                ac_cv_cpp_ambiguity_resolving_using=no)])
3868 if test "$ac_cv_cpp_ambiguity_resolving_using" = yes ; then
3869    AC_DEFINE(HAVE_CPP_AMBIGUITY_RESOLVING_USING)
3872 dnl Check to see if the |std| namespace is supported. If so, we'll want
3873 dnl to qualify any standard library calls with "std::" to ensure that
3874 dnl those functions can be resolved.
3875 AC_CACHE_CHECK(for \"std::\" namespace,
3876                ac_cv_cpp_namespace_std,
3877                [AC_TRY_COMPILE([#include <algorithm>],
3878                                [return std::min(0, 1);],
3879                                ac_cv_cpp_namespace_std=yes,
3880                                ac_cv_cpp_namespace_std=no)])
3881 if test "$ac_cv_cpp_namespace_std" = yes ; then
3882    AC_DEFINE(HAVE_CPP_NAMESPACE_STD)
3885 dnl Older compilers are overly ambitious with respect to using the standard
3886 dnl template library's |operator!=()| when |operator==()| is defined. In
3887 dnl which case, defining |operator!=()| in addition to |operator==()| causes
3888 dnl ambiguity at compile-time. This test checks for that case.
3889 AC_CACHE_CHECK(whether standard template operator!=() is ambiguous,
3890                ac_cv_cpp_unambiguous_std_notequal,
3891                [AC_TRY_COMPILE([#include <algorithm>
3892                                 struct T1 {};
3893                                 int operator==(const T1&, const T1&) { return 0; }
3894                                 int operator!=(const T1&, const T1&) { return 0; }],
3895                                [T1 a,b; return a != b;],
3896                                ac_cv_cpp_unambiguous_std_notequal=unambiguous,
3897                                ac_cv_cpp_unambiguous_std_notequal=ambiguous)])
3898 if test "$ac_cv_cpp_unambiguous_std_notequal" = unambiguous ; then
3899   AC_DEFINE(HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL)
3903 AC_CACHE_CHECK(for C++ reinterpret_cast,
3904                ac_cv_cpp_reinterpret_cast,
3905                [AC_TRY_COMPILE(struct X { int i; };
3906                                struct Y { int i; };,
3907                                X x; X*const z = &x;Y*y = reinterpret_cast<Y*>(z);,
3908                                ac_cv_cpp_reinterpret_cast=yes,
3909                                ac_cv_cpp_reinterpret_cast=no)])
3910 if test "$ac_cv_cpp_reinterpret_cast" = yes ; then
3911    AC_DEFINE(HAVE_CPP_NEW_CASTS)
3914 dnl See if a dynamic_cast to void* gives the most derived object.
3915 AC_CACHE_CHECK(for C++ dynamic_cast to void*,
3916                ac_cv_cpp_dynamic_cast_void_ptr,
3917                [AC_TRY_RUN([class X { int i; public: virtual ~X() { } };
3918                             class Y { int j; public: virtual ~Y() { } };
3919                             class Z : public X, public Y { int k; };
3921                             int main() {
3922                                  Z mdo;
3923                                  X *subx = (X*)&mdo;
3924                                  Y *suby = (Y*)&mdo;
3925                                  return !((((void*)&mdo != (void*)subx) &&
3926                                            ((void*)&mdo == dynamic_cast<void*>(subx))) ||
3927                                           (((void*)&mdo != (void*)suby) &&
3928                                            ((void*)&mdo == dynamic_cast<void*>(suby))));
3929                             }],
3930                            ac_cv_cpp_dynamic_cast_void_ptr=yes,
3931                            ac_cv_cpp_dynamic_cast_void_ptr=no,
3932                            ac_cv_cpp_dynamic_cast_void_ptr=no)])
3933 if test "$ac_cv_cpp_dynamic_cast_void_ptr" = yes ; then
3934    AC_DEFINE(HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR)
3938 dnl note that this one is reversed - if the test fails, then
3939 dnl we require implementations of unused virtual methods. Which
3940 dnl really blows because it means we'll have useless vtable
3941 dnl bloat.
3942 AC_CACHE_CHECK(whether C++ requires implementation of unused virtual methods,
3943                ac_cv_cpp_unused_required,
3944                [AC_TRY_LINK(class X {private: virtual void never_called();};,
3945                                X x;,
3946                                ac_cv_cpp_unused_required=no,
3947                                ac_cv_cpp_unused_required=yes)])
3948 if test "$ac_cv_cpp_unused_required" = yes ; then
3949    AC_DEFINE(NEED_CPP_UNUSED_IMPLEMENTATIONS)
3953 dnl Some compilers have trouble comparing a constant reference to a templatized
3954 dnl class to zero, and require an explicit operator==() to be defined that takes
3955 dnl an int. This test separates the strong from the weak.
3957 AC_CACHE_CHECK(for trouble comparing to zero near std::operator!=(),
3958                ac_cv_trouble_comparing_to_zero,
3959                [AC_TRY_COMPILE([#include <algorithm>
3960                                 template <class T> class Foo {};
3961                                 class T2;
3962                                 template <class T> int operator==(const T2*, const T&) { return 0; }
3963                                 template <class T> int operator!=(const T2*, const T&) { return 0; }],
3964                                [Foo<int> f; return (0 != f);],
3965                                ac_cv_trouble_comparing_to_zero=no,
3966                                ac_cv_trouble_comparing_to_zero=yes)])
3967 if test "$ac_cv_trouble_comparing_to_zero" = yes ; then
3968   AC_DEFINE(HAVE_CPP_TROUBLE_COMPARING_TO_ZERO)
3973 dnl End of C++ language/feature checks
3974 AC_LANG_C
3976 dnl ========================================================
3977 dnl =  Internationalization checks
3978 dnl ========================================================
3980 dnl Internationalization and Locale support is different
3981 dnl on various UNIX platforms.  Checks for specific i18n
3982 dnl features go here.
3984 dnl check for LC_MESSAGES
3985 AC_CACHE_CHECK(for LC_MESSAGES,
3986                 ac_cv_i18n_lc_messages,
3987                 [AC_TRY_COMPILE([#include <locale.h>],
3988                                 [int category = LC_MESSAGES;],
3989                                 ac_cv_i18n_lc_messages=yes,
3990                                 ac_cv_i18n_lc_messages=no)])
3991 if test "$ac_cv_i18n_lc_messages" = yes; then
3992    AC_DEFINE(HAVE_I18N_LC_MESSAGES)
3993 fi      
3995 fi # SKIP_COMPILER_CHECKS
3997 TARGET_XPCOM_ABI=
3998 if test -n "${CPU_ARCH}" -a -n "${TARGET_COMPILER_ABI}"; then
3999     TARGET_XPCOM_ABI="${CPU_ARCH}-${TARGET_COMPILER_ABI}"
4002 dnl Mozilla specific options
4003 dnl ========================================================
4004 dnl The macros used for command line options
4005 dnl are defined in build/autoconf/altoptions.m4.
4008 dnl ========================================================
4009 dnl =
4010 dnl = Check for external package dependencies
4011 dnl =
4012 dnl ========================================================
4013 MOZ_ARG_HEADER(External Packages)
4015 MOZ_ENABLE_LIBXUL=
4017 MOZ_ARG_WITH_STRING(libxul-sdk,
4018 [  --with-libxul-sdk=PFX   Use the libXUL SDK at <PFX>],
4019   LIBXUL_SDK_DIR=$withval)
4021 if test "$LIBXUL_SDK_DIR" = "yes"; then
4022     AC_MSG_ERROR([--with-libxul-sdk must specify a path])
4023 elif test -n "$LIBXUL_SDK_DIR" -a "$LIBXUL_SDK_DIR" != "no"; then
4024     LIBXUL_SDK=`cd "$LIBXUL_SDK_DIR" && pwd`
4026     if test ! -f "$LIBXUL_SDK/sdk/include/xpcom-config.h"; then
4027         AC_MSG_ERROR([$LIBXUL_SDK/sdk/include/xpcom-config.h doesn't exist])
4028     fi
4030     MOZ_ENABLE_LIBXUL=1
4032 AC_SUBST(LIBXUL_SDK)
4034 dnl ========================================================
4035 dnl = If NSPR was not detected in the system, 
4036 dnl = use the one in the source tree (mozilla/nsprpub)
4037 dnl ========================================================
4038 MOZ_ARG_WITH_BOOL(system-nspr,
4039 [  --with-system-nspr      Use system installed NSPR],
4040     _USE_SYSTEM_NSPR=1 )
4042 if test -n "$_USE_SYSTEM_NSPR"; then
4043     AM_PATH_NSPR(4.7.0, [MOZ_NATIVE_NSPR=1], [MOZ_NATIVE_NSPR=])
4046 if test -n "$MOZ_NATIVE_NSPR"; then
4047     _SAVE_CFLAGS=$CFLAGS
4048     CFLAGS="$CFLAGS $NSPR_CFLAGS"
4049     AC_TRY_COMPILE([#include "prlog.h"],
4050                 [#ifndef PR_STATIC_ASSERT
4051                  #error PR_STATIC_ASSERT not defined
4052                  #endif],
4053                 [MOZ_NATIVE_NSPR=1],
4054                 AC_MSG_ERROR([system NSPR does not support PR_STATIC_ASSERT]))
4055     CFLAGS=$_SAVE_CFLAGS
4056 else
4057     NSPR_CFLAGS='`$(DEPTH)/nsprpub/config/nspr-config --prefix=$(LIBXUL_DIST) --includedir=$(LIBXUL_DIST)/include/nspr --cflags`'
4058     # explicitly set libs for Visual Age C++ for OS/2
4059     if test "$OS_ARCH" = "OS2" -a "$VACPP" = "yes"; then
4060         NSPR_LIBS='$(LIBXUL_DIST)/lib/nspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plds'$NSPR_VERSION'.lib '$_PTHREAD_LDFLAGS''
4061     elif test "$OS_ARCH" = "WINCE"; then
4062         NSPR_CFLAGS='-I$(LIBXUL_DIST)/include/nspr'
4063         NSPR_LIBS='$(LIBXUL_DIST)/lib/nspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plds'$NSPR_VERSION'.lib '
4064     elif test "$OS_ARCH" = "WINNT"; then
4065         NSPR_CFLAGS='-I$(LIBXUL_DIST)/include/nspr'
4066         if test -n "$GNU_CC"; then
4067             NSPR_LIBS="-L\$(LIBXUL_DIST)/lib -lnspr$NSPR_VERSION -lplc$NSPR_VERSION -lplds$NSPR_VERSION"
4068         else
4069             NSPR_LIBS='$(LIBXUL_DIST)/lib/nspr'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plc'$NSPR_VERSION'.lib $(LIBXUL_DIST)/lib/plds'$NSPR_VERSION'.lib '
4070         fi
4071     else
4072         NSPR_LIBS='`$(DEPTH)/nsprpub/config/nspr-config --prefix=$(LIBXUL_DIST) --libdir=$(LIBXUL_DIST)/lib --libs`'
4073     fi
4076 dnl ========================================================
4077 dnl = If NSS was not detected in the system, 
4078 dnl = use the one in the source tree (mozilla/security/nss)
4079 dnl ========================================================
4081 MOZ_ARG_WITH_BOOL(system-nss,
4082 [  --with-system-nss      Use system installed NSS],
4083     _USE_SYSTEM_NSS=1 )
4085 if test -n "$_USE_SYSTEM_NSS"; then
4086     AM_PATH_NSS(3.12.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=])
4089 if test -n "$MOZ_NATIVE_NSS"; then
4090    NSS_LIBS="$NSS_LIBS -lcrmf"
4091 else
4092    NSS_CFLAGS='-I$(LIBXUL_DIST)/include/nss'
4093    NSS_DEP_LIBS="\
4094         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)crmf.\$(LIB_SUFFIX) \
4095         \$(LIBXUL_DIST)/lib/\$(DLL_PREFIX)smime$NSS_VERSION\$(DLL_SUFFIX) \
4096         \$(LIBXUL_DIST)/lib/\$(DLL_PREFIX)ssl$NSS_VERSION\$(DLL_SUFFIX) \
4097         \$(LIBXUL_DIST)/lib/\$(DLL_PREFIX)nss$NSS_VERSION\$(DLL_SUFFIX) \
4098         \$(LIBXUL_DIST)/lib/\$(DLL_PREFIX)nssutil$NSS_VERSION\$(DLL_SUFFIX) \
4099         \$(LIBXUL_DIST)/lib/\$(DLL_PREFIX)softokn$NSS_VERSION\$(DLL_SUFFIX)"
4101    if test -z "$GNU_CC" && test "$OS_ARCH" = "WINNT" -o "$OS_ARCH" = "WINCE" -o "$OS_ARCH" = "OS2"; then
4102        NSS_LIBS="\
4103         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)crmf.\$(LIB_SUFFIX) \
4104         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)smime$NSS_VERSION.\$(IMPORT_LIB_SUFFIX) \
4105         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)ssl$NSS_VERSION.\$(IMPORT_LIB_SUFFIX) \
4106         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)nss$NSS_VERSION.\$(IMPORT_LIB_SUFFIX) \
4107         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)nssutil$NSS_VERSION.\$(IMPORT_LIB_SUFFIX) \
4108         \$(LIBXUL_DIST)/lib/\$(LIB_PREFIX)softokn$NSS_VERSION.\$(IMPORT_LIB_SUFFIX)"
4109    else
4110        NSS_LIBS='$(LIBS_DIR)'" -lcrmf -lsmime$NSS_VERSION -lssl$NSS_VERSION -lnss$NSS_VERSION -lnssutil$NSS_VERSION -lsoftokn$NSS_VERSION"
4111    fi
4114 if test -z "$SKIP_LIBRARY_CHECKS"; then
4115 dnl system JPEG support
4116 dnl ========================================================
4117 MOZ_ARG_WITH_STRING(system-jpeg,
4118 [  --with-system-jpeg[=PFX]
4119                           Use system libjpeg [installed at prefix PFX]],
4120     JPEG_DIR=$withval)
4122 _SAVE_CFLAGS=$CFLAGS
4123 _SAVE_LDFLAGS=$LDFLAGS
4124 _SAVE_LIBS=$LIBS
4125 if test -n "${JPEG_DIR}" -a "${JPEG_DIR}" != "yes"; then
4126     CFLAGS="-I${JPEG_DIR}/include $CFLAGS"
4127     LDFLAGS="-L${JPEG_DIR}/lib $LDFLAGS"
4129 if test -z "$JPEG_DIR" -o "$JPEG_DIR" = no; then
4130     SYSTEM_JPEG=
4131 else
4132     AC_CHECK_LIB(jpeg, jpeg_destroy_compress, [SYSTEM_JPEG=1 JPEG_LIBS="-ljpeg $JPEG_LIBS"], SYSTEM_JPEG=, $JPEG_LIBS)
4135 if test "$SYSTEM_JPEG" = 1; then
4136     LIBS="$JPEG_LIBS $LIBS"
4137     AC_TRY_COMPILE([ #include <stdio.h>
4138                      #include <sys/types.h>
4139                      #include <jpeglib.h> ],
4140                    [ #if JPEG_LIB_VERSION < $MOZJPEG
4141                      #error "Insufficient JPEG library version ($MOZJPEG required)."
4142                      #endif ],
4143                    SYSTEM_JPEG=1,
4144                    [SYSTEM_JPEG= JPEG_CFLAGS= JPEG_LIBS=]) 
4145 fi 
4146 CFLAGS=$_SAVE_CFLAGS
4147 LDFLAGS=$_SAVE_LDFLAGS
4148 LIBS=$_SAVE_LIBS
4150 if test -n "${JPEG_DIR}" -a -d "${JPEG_DIR}" -a "$SYSTEM_JPEG" = 1; then
4151     JPEG_CFLAGS="-I${JPEG_DIR}/include"
4152     JPEG_LIBS="-L${JPEG_DIR}/lib ${JPEG_LIBS}"
4155 dnl system ZLIB support
4156 dnl ========================================================
4157 MOZ_ARG_WITH_STRING(system-zlib,
4158 [  --with-system-zlib[=PFX]
4159                           Use system libz [installed at prefix PFX]],
4160     ZLIB_DIR=$withval)
4162 _SAVE_CFLAGS=$CFLAGS
4163 _SAVE_LDFLAGS=$LDFLAGS
4164 _SAVE_LIBS=$LIBS
4165 if test -n "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "yes"; then
4166     CFLAGS="-I${ZLIB_DIR}/include $CFLAGS"
4167     LDFLAGS="-L${ZLIB_DIR}/lib $LDFLAGS"
4169 if test -z "$ZLIB_DIR" -o "$ZLIB_DIR" = no; then
4170     SYSTEM_ZLIB=
4171 else
4172     AC_CHECK_LIB(z, gzread, [SYSTEM_ZLIB=1 ZLIB_LIBS="-lz $ZLIB_LIBS"], 
4173         [SYSTEM_ZLIB= ZLIB_CFLAGS= ZLIB_LIBS=], $ZLIB_LIBS)
4175 if test "$SYSTEM_ZLIB" = 1; then
4176     LIBS="$ZLIB_LIBS $LIBS"
4177     AC_TRY_COMPILE([ #include <stdio.h>
4178                      #include <string.h>
4179                      #include <zlib.h> ],
4180                    [ #if ZLIB_VERNUM < $MOZZLIB 
4181                      #error "Insufficient zlib version ($MOZZLIB required)."
4182                      #endif ],
4183                    SYSTEM_ZLIB=1,
4184                    [SYSTEM_ZLIB= ZLIB_CFLAGS= ZLIB_LIBS=]) 
4186 CFLAGS=$_SAVE_CFLAGS
4187 LDFLAGS=$_SAVE_LDFLAGS
4188 LIBS=$_SAVE_LIBS
4190 if test "${ZLIB_DIR}" -a -d "${ZLIB_DIR}" -a "$SYSTEM_ZLIB" = 1; then
4191     ZLIB_CFLAGS="-I${ZLIB_DIR}/include"
4192     ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}"
4195 dnl system BZIP2 Support
4196 dnl ========================================================
4197 MOZ_ARG_WITH_STRING(system-bz2,
4198 [  --with-system-bz2[=PFX]
4199                           Use system libbz2 [installed at prefix PFX]],
4200     BZ2_DIR=$withval)
4202 _SAVE_CFLAGS=$CFLAGS
4203 _SAVE_LDFLAGS=$LDFLAGS
4204 _SAVE_LIBS=$LIBS
4205 if test -n "${BZ2_DIR}" -a "${BZ2_DIR}" != "yes"; then
4206     CFLAGS="-I${BZ2_DIR}/include $CFLAGS"
4207     LDFLAGS="-L${BZ2_DIR}/lib $LDFLAGS"
4209 if test -z "$BZ2_DIR" -o "$BZ2_DIR" = no; then
4210     SYSTEM_BZ2=
4211 else
4212     AC_CHECK_LIB(bz2, BZ2_bzread, [SYSTEM_BZ2=1 BZ2_LIBS="-lbz2"],
4213         [SYSTEM_BZ2= BZ2_CFLAGS= BZ2_LIBS=], $BZ2_LIBS)
4215 CFLAGS=$_SAVE_CFLAGS
4216 LDFLAGS=$_SAVE_LDFLAGS
4217 LIBS=$_SAVE_LIBS
4219 if test "${BZ2_DIR}" -a -d "${BZ2_DIR}" -a "$SYSTEM_BZ2" = 1; then
4220     BZ2_CFLAGS="-I${BZ2_DIR}/include"
4221     BZ2_LIBS="-L${BZ2_DIR}/lib ${MOZ_BZ2_LIBS}"
4224 dnl system PNG Support
4225 dnl ========================================================
4226 MOZ_ARG_WITH_STRING(system-png, 
4227 [  --with-system-png[=PFX]
4228                           Use system libpng [installed at prefix PFX]],
4229     PNG_DIR=$withval)
4231 _SAVE_CFLAGS=$CFLAGS
4232 _SAVE_LDFLAGS=$LDFLAGS
4233 _SAVE_LIBS=$LIBS
4234 CFLAGS="$ZLIB_CFLAGS $CFLAGS"
4235 LDFLAGS="$ZLIB_LIBS -lz $LDFLAGS"
4236 if test -n "${PNG_DIR}" -a "${PNG_DIR}" != "yes"; then
4237     CFLAGS="-I${PNG_DIR}/include $CFLAGS"
4238     LDFLAGS="-L${PNG_DIR}/lib $LDFLAGS"
4240 if test -z "$PNG_DIR" -o "$PNG_DIR" = no; then
4241     SYSTEM_PNG=
4242 else
4243     _SAVE_PNG_LIBS=$PNG_LIBS
4244     AC_CHECK_LIB(png, png_get_valid, [SYSTEM_PNG=1 PNG_LIBS="-lpng $PNG_LIBS"],
4245                  AC_MSG_ERROR([--with-system-png requested but no working libpng found]), 
4246                  $PNG_LIBS)
4247     AC_CHECK_LIB(png, png_get_acTL, ,
4248                  AC_MSG_ERROR([--with-system-png won't work because the system's libpng doesn't have APNG support]),
4249                  $_SAVE_PNG_LIBS)
4251 if test "$SYSTEM_PNG" = 1; then
4252     LIBS="$PNG_LIBS $LIBS"
4253     AC_TRY_COMPILE([ #include <stdio.h>
4254                      #include <sys/types.h>
4255                      #include <png.h> ],
4256                    [ #if PNG_LIBPNG_VER < $MOZPNG
4257                      #error "Insufficient libpng version ($MOZPNG required)."
4258                      #endif
4259                      #ifndef PNG_UINT_31_MAX
4260                      #error "Insufficient libpng version."
4261                      #endif ],
4262                    SYSTEM_PNG=1,
4263                    AC_MSG_ERROR([--with-system-png requested but no working libpng found]))
4265 CFLAGS=$_SAVE_CFLAGS
4266 LDFLAGS=$_SAVE_LDFLAGS
4267 LIBS=$_SAVE_LIBS
4269 if test "${PNG_DIR}" -a -d "${PNG_DIR}" -a "$SYSTEM_PNG" = 1; then
4270     PNG_CFLAGS="-I${PNG_DIR}/include"
4271     PNG_LIBS="-L${PNG_DIR}/lib ${PNG_LIBS}"
4274 fi # SKIP_LIBRARY_CHECKS
4276 dnl system HunSpell Support
4277 dnl ========================================================
4278 MOZ_ARG_ENABLE_BOOL(system-hunspell,
4279 [  --enable-system-hunspell  Use system hunspell (located with pkgconfig)],
4280     SYSTEM_HUNSPELL=1 )
4282 if test -n "$SYSTEM_HUNSPELL"; then
4283     PKG_CHECK_MODULES(MOZ_HUNSPELL, hunspell)
4286 AC_SUBST(SYSTEM_HUNSPELL)
4288 dnl check whether to enable glitz
4289 dnl ========================================================
4290 MOZ_ARG_ENABLE_BOOL(glitz,
4291 [  --enable-glitz          Enable Glitz for use with Cairo],
4292     MOZ_ENABLE_GLITZ=1,
4293     MOZ_ENABLE_GLITZ= )
4294 if test "$MOZ_ENABLE_GLITZ"; then
4295     AC_DEFINE(MOZ_ENABLE_GLITZ)
4298 dnl ========================================================
4299 dnl Java SDK support
4300 dnl ========================================================
4301 JAVA_INCLUDE_PATH=
4302 MOZ_ARG_WITH_STRING(java-include-path,
4303 [  --with-java-include-path=dir   Location of Java SDK headers],
4304     JAVA_INCLUDE_PATH=$withval)
4306 JAVA_BIN_PATH=
4307 MOZ_ARG_WITH_STRING(java-bin-path,
4308 [  --with-java-bin-path=dir   Location of Java binaries (java, javac, jar)],
4309     JAVA_BIN_PATH=$withval)
4311 dnl ========================================================
4312 dnl Use ARM userspace kernel helpers; tell NSPR to enable
4313 dnl their usage and use them in spidermonkey.
4314 dnl ========================================================
4315 MOZ_ARG_WITH_BOOL(arm-kuser,
4316 [  --with-arm-kuser         Use kuser helpers (Linux/ARM only -- requires kernel 2.6.13 or later)],
4317     USE_ARM_KUSER=1,
4318     USE_ARM_KUSER=)
4319 if test -n "$USE_ARM_KUSER"; then
4320    AC_DEFINE(USE_ARM_KUSER)
4323 dnl ========================================================
4324 dnl =
4325 dnl = Application
4326 dnl =
4327 dnl ========================================================
4329 MOZ_ARG_HEADER(Application)
4331 BUILD_STATIC_LIBS=
4332 ENABLE_TESTS=1
4333 MOZ_ACTIVEX_SCRIPTING_SUPPORT=
4334 MOZ_BRANDING_DIRECTORY=
4335 MOZ_DBGRINFO_MODULES=
4336 MOZ_ENABLE_CANVAS=1
4337 MOZ_EXTENSIONS_ALL=" wallet p3p venkman inspector irc typeaheadfind gnomevfs sroaming datetime finger cview layout-debug tasks sql xforms schema-validation reporter"
4338 MOZ_FEEDS=1
4339 MOZ_IMG_DECODERS_DEFAULT="png gif jpeg bmp xbm icon"
4340 MOZ_IMG_ENCODERS_DEFAULT="png jpeg"
4341 MOZ_IPCD=
4342 MOZ_JAVAXPCOM=
4343 MOZ_JSDEBUGGER=1
4344 MOZ_JSLOADER=1
4345 MOZ_LIBART_CFLAGS=
4346 MOZ_LIBART_LIBS=
4347 MOZ_MATHML=1
4348 MOZ_MOCHITEST=1
4349 MOZ_MORK=1
4350 MOZ_MORKREADER=
4351 MOZ_AUTH_EXTENSION=1
4352 MOZ_NO_ACTIVEX_SUPPORT=1
4353 MOZ_NO_INSPECTOR_APIS=
4354 MOZ_NO_XPCOM_OBSOLETE=
4355 MOZ_NO_FAST_LOAD=
4356 MOZ_OGG=1
4357 MOZ_MEDIA=
4358 MOZ_OJI=1
4359 MOZ_PERMISSIONS=1
4360 MOZ_PLACES=
4361 MOZ_PLAINTEXT_EDITOR_ONLY=
4362 MOZ_PLUGINS=1
4363 MOZ_PREF_EXTENSIONS=1
4364 MOZ_PROFILELOCKING=1
4365 MOZ_PROFILESHARING=1
4366 MOZ_PSM=1
4367 MOZ_PYTHON_EXTENSIONS="xpcom dom"
4368 MOZ_PYTHON=
4369 MOZ_PYTHON_DEBUG_SUFFIX=
4370 MOZ_PYTHON_DLL_SUFFIX=
4371 MOZ_PYTHON_INCLUDES=
4372 MOZ_PYTHON_LIBS=
4373 MOZ_PYTHON_PREFIX=
4374 MOZ_PYTHON_VER=
4375 MOZ_PYTHON_VER_DOTTED=
4376 MOZ_RDF=1
4377 MOZ_REFLOW_PERF=
4378 MOZ_SAFE_BROWSING=
4379 MOZ_HELP_VIEWER=
4380 MOZ_SPELLCHECK=1
4381 MOZ_STATIC_MAIL_BUILD=
4382 MOZ_STORAGE=1
4383 MOZ_SVG=1
4384 MOZ_TIMELINE=
4385 MOZ_UI_LOCALE=en-US
4386 MOZ_UNIVERSALCHARDET=1
4387 MOZ_URL_CLASSIFIER=
4388 MOZ_USE_NATIVE_UCONV=
4389 MOZ_V1_STRING_ABI=
4390 MOZ_VIEW_SOURCE=1
4391 MOZ_XPFE_COMPONENTS=1
4392 MOZ_XPINSTALL=1
4393 MOZ_XSLT_STANDALONE=
4394 MOZ_XTF=1
4395 MOZ_XUL=1
4396 MOZ_XUL_APP=1
4397 MOZ_ZIPWRITER=1
4398 NS_PRINTING=1
4399 NECKO_COOKIES=1
4400 NECKO_DISK_CACHE=1
4401 NECKO_PROTOCOLS_DEFAULT="about data file ftp gopher http res viewsource"
4402 NECKO_SMALL_BUFFERS=
4403 JS_STATIC_BUILD=
4404 XPC_IDISPATCH_SUPPORT=
4407 case "$target_os" in
4408 darwin*)
4409     ACCESSIBILITY=
4410     ;;
4412     ACCESSIBILITY=1
4413     ;;
4414 esac
4416 case "$target_os" in
4417     msvc*|mks*|cygwin*|mingw*)
4418         if test -z "$GNU_CC"; then 
4419             XPC_IDISPATCH_SUPPORT=1
4420             MOZ_NO_ACTIVEX_SUPPORT=
4421             MOZ_ACTIVEX_SCRIPTING_SUPPORT=1
4422         fi
4423         ;;
4424 esac
4426 MOZ_ARG_ENABLE_STRING(application,
4427 [  --enable-application=APP
4428                           Options include:
4429                             browser (Firefox)
4430                             xulrunner
4431                             content/xslt (Standalone Transformiix XSLT)
4432                             netwerk (Standalone Necko)
4433                             tools/update-packaging (AUS-related packaging tools)
4434                             standalone (use this for standalone
4435                               xpcom/xpconnect or to manually drive a build)],
4436 [ MOZ_BUILD_APP=$enableval ] )
4438 MOZ_EMBEDDING_PROFILE=default
4439 MOZ_ARG_WITH_STRING(embedding-profile,
4440 [  --with-embedding-profile=default|basic|minimal
4441                        see http://wiki.mozilla.org/Gecko:Small_Device_Support],
4442 [ MOZ_EMBEDDING_PROFILE=$withval ])
4444 case "$MOZ_EMBEDDING_PROFILE" in
4445 default)
4446   MOZ_EMBEDDING_LEVEL_DEFAULT=1
4447   MOZ_EMBEDDING_LEVEL_BASIC=1
4448   MOZ_EMBEDDING_LEVEL_MINIMAL=1
4449   AC_DEFINE(MOZ_EMBEDDING_LEVEL_DEFAULT)
4450   AC_DEFINE(MOZ_EMBEDDING_LEVEL_BASIC)
4451   AC_DEFINE(MOZ_EMBEDDING_LEVEL_MINIMAL)
4452   ;;
4454 basic)
4455   MOZ_EMBEDDING_LEVEL_DEFAULT=
4456   MOZ_EMBEDDING_LEVEL_BASIC=1
4457   MOZ_EMBEDDING_LEVEL_MINIMAL=1
4458   AC_DEFINE(MOZ_EMBEDDING_LEVEL_BASIC)
4459   AC_DEFINE(MOZ_EMBEDDING_LEVEL_MINIMAL)
4460   ENABLE_TESTS=
4461   MOZ_ACTIVEX_SCRIPTING_SUPPORT=
4462   MOZ_ENABLE_CANVAS=
4463   MOZ_ENABLE_POSTSCRIPT=
4464   MOZ_EXTENSIONS_DEFAULT=" spatialnavigation"
4465   MOZ_IMG_DECODERS_DEFAULT="png gif jpeg"
4466   MOZ_IMG_ENCODERS_DEFAULT=
4467   MOZ_IMG_ENCODERS=
4468   MOZ_INSTALLER=
4469   MOZ_JSDEBUGGER=
4470   MOZ_MATHML=
4471   MOZ_AUTH_EXTENSION=
4472   MOZ_NO_ACTIVEX_SUPPORT=1
4473   MOZ_NO_INSPECTOR_APIS=1
4474   MOZ_NO_XPCOM_OBSOLETE=1
4475   MOZ_NO_FAST_LOAD=1
4476   MOZ_OJI=
4477   MOZ_PLAINTEXT_EDITOR_ONLY=1
4478 #  MOZ_PLUGINS=
4479   MOZ_PREF_EXTENSIONS=
4480   MOZ_PROFILELOCKING=
4481   MOZ_PROFILESHARING=
4482   MOZ_SPELLCHECK=
4483   MOZ_SVG=
4484   MOZ_UNIVERSALCHARDET=
4485   MOZ_UPDATER=
4486   MOZ_USE_NATIVE_UCONV=
4487   MOZ_VIEW_SOURCE=
4488   MOZ_XPFE_COMPONENTS=
4489   MOZ_XPINSTALL=
4490   MOZ_XTF=
4491   MOZ_ZIPWRITER=
4492   NECKO_DISK_CACHE=
4493   NECKO_PROTOCOLS_DEFAULT="about data http file res"
4494   NECKO_SMALL_BUFFERS=1
4495   NS_DISABLE_LOGGING=1
4496   NS_PRINTING=
4497   JS_STATIC_BUILD=1
4498   ;;
4500 minimal)
4501   MOZ_EMBEDDING_LEVEL_DEFAULT=
4502   MOZ_EMBEDDING_LEVEL_BASIC=
4503   MOZ_EMBEDDING_LEVEL_MINIMAL=1
4504   AC_DEFINE(MOZ_EMBEDDING_LEVEL_MINIMAL)
4505   ENABLE_TESTS=
4506   MOZ_ACTIVEX_SCRIPTING_SUPPORT=
4507   MOZ_ENABLE_CANVAS=
4508   MOZ_ENABLE_POSTSCRIPT=
4509   MOZ_EXTENSIONS_DEFAULT=" spatialnavigation"
4510   MOZ_IMG_DECODERS_DEFAULT="png gif jpeg"
4511   MOZ_IMG_ENCODERS_DEFAULT=
4512   MOZ_IMG_ENCODERS=
4513   MOZ_INSTALLER=
4514   MOZ_JSDEBUGGER=
4515   MOZ_MATHML=
4516   MOZ_AUTH_EXTENSION=
4517   MOZ_NO_ACTIVEX_SUPPORT=1
4518   MOZ_NO_INSPECTOR_APIS=1
4519   MOZ_NO_XPCOM_OBSOLETE=1
4520   MOZ_NO_FAST_LOAD=1
4521   MOZ_OJI=
4522   MOZ_PLAINTEXT_EDITOR_ONLY=1
4523   MOZ_PLUGINS=
4524   MOZ_PREF_EXTENSIONS=
4525   MOZ_PROFILELOCKING=
4526   MOZ_PROFILESHARING=
4527   MOZ_SPELLCHECK=
4528   MOZ_STORAGE=1
4529   MOZ_PLACES=
4530   MOZ_SVG=
4531   MOZ_UNIVERSALCHARDET=
4532   MOZ_UPDATER=
4533   MOZ_USE_NATIVE_UCONV=1
4534   MOZ_VIEW_SOURCE=
4535   MOZ_XPFE_COMPONENTS=
4536   MOZ_XPINSTALL=
4537   MOZ_XTF=
4538   MOZ_XUL=
4539   MOZ_ZIPWRITER=
4540   MOZ_RDF=
4541   NECKO_DISK_CACHE=
4542   NECKO_PROTOCOLS_DEFAULT="about data http file res"
4543   NECKO_SMALL_BUFFERS=1
4544   NS_DISABLE_LOGGING=1
4545   NS_PRINTING=
4546   JS_STATIC_BUILD=1
4547   ;;
4550   AC_MSG_ERROR([Unrecognized value: --with-embedding-profile=$MOZ_EMBEDDING_PROFILE])
4551   ;;
4552 esac
4554 AC_SUBST(MOZ_EMBEDDING_LEVEL_DEFAULT)
4555 AC_SUBST(MOZ_EMBEDDING_LEVEL_BASIC)
4556 AC_SUBST(MOZ_EMBEDDING_LEVEL_MINIMAL)
4558 MOZ_ARG_WITH_STRING(xulrunner-stub-name,
4559 [  --with-xulrunner-stub-name=appname   Create the xulrunner stub with the given name],
4560   XULRUNNER_STUB_NAME=$withval)
4562 if test -z "$XULRUNNER_STUB_NAME"; then
4563   case "$target_os" in
4564   darwin*)
4565     XULRUNNER_STUB_NAME=xulrunner
4566     ;;
4567   *)
4568     XULRUNNER_STUB_NAME=xulrunner-stub
4569   esac
4571 AC_SUBST(XULRUNNER_STUB_NAME)
4573 if test -z "$MOZ_BUILD_APP"; then
4574   AC_MSG_ERROR([--enable-application=APP was not specified and is required.])
4575 else
4576   # We have a valid application only if it has a build.mk file in its top
4577   # directory.
4578   if test ! -f "${srcdir}/${MOZ_BUILD_APP}/build.mk" ; then
4579     AC_MSG_ERROR([--enable-application value not recognized (${MOZ_BUILD_APP}/build.mk does not exist).])
4580   fi
4583 # Allow the application to influence configure with a confvars.sh script.
4585 AC_MSG_CHECKING([if app-specific confvars.sh exists])
4586 if test -f "${srcdir}/${MOZ_BUILD_APP}/confvars.sh" ; then
4587   AC_MSG_RESULT([${srcdir}/${MOZ_BUILD_APP}/confvars.sh])
4588   . "${srcdir}/${MOZ_BUILD_APP}/confvars.sh"
4589 else
4590   AC_MSG_RESULT([no])
4593 # Now is a good time to test for logic errors, define mismatches, etc.
4594 case "$MOZ_BUILD_APP" in
4595 xulrunner)
4596   if test "$LIBXUL_SDK"; then
4597     AC_MSG_ERROR([Building XULRunner --with-libxul-sdk doesn't make sense; XULRunner provides the libxul SDK.])
4598   fi
4599   ;;
4601   # Fix this case for folks who forget. Warn them.
4602   if test -n "$LIBXUL_SDK" -a -z "$MOZ_XUL_APP"; then
4603     AC_MSG_WARN([Setting MOZ_XUL_APP since LIBXUL_SDK was set. Add to confvars.sh!])
4604     MOZ_XUL_APP=1
4605   fi
4606   ;;
4607 esac
4609 # Special cases where we need to AC_DEFINE something. Also a holdover for apps
4610 # that haven't made a confvars.sh yet. Don't add new stuff here, use
4611 # MOZ_BUILD_APP.
4612 case "$MOZ_BUILD_APP" in
4613 browser)
4614   AC_DEFINE(MOZ_PHOENIX)
4615   ;;
4617 xulrunner)
4618   AC_DEFINE(MOZ_XULRUNNER)
4619   ;;
4621 content/xslt)
4622   AC_DEFINE(TX_EXE)
4623   ;;
4625 standalone) 
4626   MOZ_APP_NAME=mozilla
4627   MOZ_APP_DISPLAYNAME=Mozilla
4628   MOZ_APP_VERSION=$MOZILLA_VERSION
4629   ;;
4631 esac
4633 if test -z "$MOZ_XUL_APP"; then
4634         AC_MSG_ERROR([builds with unsetting MOZ_XUL_APP in confvars.sh are not supported.])
4637 AC_SUBST(MOZ_BUILD_APP)
4638 AC_SUBST(MOZ_XUL_APP)
4639 AC_SUBST(MOZ_PHOENIX)
4640 AC_SUBST(MOZ_XULRUNNER)
4642 AC_DEFINE_UNQUOTED(MOZ_BUILD_APP,$MOZ_BUILD_APP)
4644 if test "$MOZ_XUL_APP"; then
4645   MOZ_PROFILESHARING=
4646   AC_DEFINE(MOZ_XUL_APP)
4649 dnl ========================================================
4650 dnl = 
4651 dnl = Toolkit Options
4652 dnl = 
4653 dnl ========================================================
4654 MOZ_ARG_HEADER(Toolkit Options)
4656     dnl ========================================================
4657     dnl = Select the default toolkit
4658     dnl ========================================================
4659         MOZ_ARG_ENABLE_STRING(default-toolkit,
4660         [  --enable-default-toolkit=TK
4661                           Select default toolkit
4662                           Platform specific defaults:
4663                             BeOS - cairo-beos
4664                             Mac OS X - cairo-cocoa
4665                             Neutrino/QNX - photon
4666                             OS/2 - cairo-os2
4667                             Win32 - cairo-windows
4668                             WinCE - windows
4669                             Gtk2 with DirectFB - cairo-gtk2-dfb
4670                             * - cairo-gtk2
4671                             * - cairo-qt],
4672     [ _DEFAULT_TOOLKIT=$enableval ],
4673     [ _DEFAULT_TOOLKIT=$_PLATFORM_DEFAULT_TOOLKIT])
4675     if test "$_DEFAULT_TOOLKIT" = "photon" \
4676         -o "$_DEFAULT_TOOLKIT" = "cairo-windows" \
4677         -o "$_DEFAULT_TOOLKIT" = "cairo-gtk2" \
4678         -o "$_DEFAULT_TOOLKIT" = "cairo-gtk2-dfb" \
4679         -o "$_DEFAULT_TOOLKIT" = "cairo-gtk2-x11" \
4680         -o "$_DEFAULT_TOOLKIT" = "cairo-qt" \
4681         -o "$_DEFAULT_TOOLKIT" = "cairo-beos" \
4682         -o "$_DEFAULT_TOOLKIT" = "cairo-os2" \
4683         -o "$_DEFAULT_TOOLKIT" = "cairo-mac" \
4684         -o "$_DEFAULT_TOOLKIT" = "cairo-cocoa"
4685     then
4686         dnl nglayout only supports building with one toolkit,
4687         dnl so ignore everything after the first comma (",").
4688         MOZ_WIDGET_TOOLKIT=`echo "$_DEFAULT_TOOLKIT" | sed -e "s/,.*$//"`
4689     else
4690         AC_MSG_ERROR([You must specify a default toolkit (perhaps $_PLATFORM_DEFAULT_TOOLKIT).])
4691     fi
4693 AC_DEFINE_UNQUOTED(MOZ_DEFAULT_TOOLKIT,"$MOZ_WIDGET_TOOLKIT")
4695 dnl ========================================================
4696 dnl = Enable the toolkit as needed                         =
4697 dnl ========================================================
4699 case "$MOZ_WIDGET_TOOLKIT" in
4700 photon)
4701         MOZ_ENABLE_PHOTON=1
4702         AC_DEFINE(MOZ_WIDGET_PHOTON)
4703     ;;
4705 cairo-windows)
4706     MOZ_WIDGET_TOOLKIT=windows
4707     MOZ_GFX_TOOLKIT=cairo
4708     ;;
4710 cairo-gtk2|cairo-gtk2-x11)
4711     MOZ_WIDGET_TOOLKIT=gtk2
4712     MOZ_GFX_TOOLKIT=cairo
4713     MOZ_ENABLE_GTK2=1
4714     MOZ_ENABLE_XREMOTE=1
4716     AC_DEFINE(MOZ_X11)
4717     MOZ_X11=1
4719     TK_CFLAGS='$(MOZ_GTK2_CFLAGS)'
4720     TK_LIBS='$(MOZ_GTK2_LIBS)'
4721     AC_DEFINE(MOZ_WIDGET_GTK2)
4722     ;;
4724 cairo-gtk2-dfb)
4725     MOZ_WIDGET_TOOLKIT=gtk2
4726     MOZ_GFX_TOOLKIT=cairo
4727     MOZ_ENABLE_GTK2=1
4729     AC_DEFINE(MOZ_DFB)
4730     MOZ_DFB=1
4732     TK_CFLAGS='$(MOZ_GTK2_CFLAGS)'
4733     TK_LIBS='$(MOZ_GTK2_LIBS)'
4734     AC_DEFINE(MOZ_WIDGET_GTK2)
4735     if test "$no_x" != "yes"; then
4736         AC_MSG_WARN([Disabling X when DirectFB is specified.])
4737         no_x=yes
4738     fi
4739     ;;
4741 cairo-qt)
4742     MOZ_WIDGET_TOOLKIT=qt
4743     MOZ_GFX_TOOLKIT=cairo
4744     MOZ_ENABLE_QT=1
4745     MOZ_ENABLE_XREMOTE=1
4747     AC_DEFINE(MOZ_X11)
4748     MOZ_X11=1
4750     TK_CFLAGS='$(MOZ_QT_CFLAGS)'
4751     TK_LIBS='$(MOZ_QT_LIBS)'
4752     AC_DEFINE(MOZ_WIDGET_QT)
4753     ;;
4755 cairo-beos)
4756     MOZ_WIDGET_TOOLKIT=beos
4757     MOZ_GFX_TOOLKIT=cairo
4758     TK_CFLAGS='$(MOZ_CAIRO_CFLAGS)'
4759     TK_LIBS='$(MOZ_CAIRO_LIBS)'
4760     ;;
4762 cairo-os2)
4763     MOZ_WIDGET_TOOLKIT=os2
4764     MOZ_GFX_TOOLKIT=cairo
4765     TK_CFLAGS='$(MOZ_CAIRO_CFLAGS)'
4766     TK_LIBS='$(MOZ_CAIRO_LIBS)'
4767     ;;
4769 cairo-mac|cairo-cocoa)
4770     if test "$MOZ_WIDGET_TOOLKIT" = "cairo-cocoa"; then
4771         MOZ_WIDGET_TOOLKIT=cocoa
4772         AC_DEFINE(MOZ_WIDGET_COCOA)
4773         MOZ_ENABLE_COCOA=1
4774     else
4775         MOZ_WIDGET_TOOLKIT=mac
4776     fi
4777     MOZ_GFX_TOOLKIT=cairo
4778     MOZ_USER_DIR="Mozilla"
4779     AC_DEFINE(XP_MACOSX)
4780     AC_DEFINE(TARGET_CARBON)
4781     AC_DEFINE(TARGET_API_MAC_CARBON)
4782     TK_LIBS='-framework Carbon -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework AddressBook'
4783     TK_CFLAGS="-I${MACOS_SDK_DIR}/Developer/Headers/FlatCarbon"
4784     CFLAGS="$CFLAGS $TK_CFLAGS"
4785     CXXFLAGS="$CXXFLAGS $TK_CFLAGS"
4786     ;;
4787 esac
4789 if test "$MOZ_ENABLE_XREMOTE"; then
4790     AC_DEFINE(MOZ_ENABLE_XREMOTE)
4793 if test "$COMPILE_ENVIRONMENT"; then
4794   if test "$MOZ_ENABLE_GTK2"; then
4795     if test "$MOZ_X11"; then
4796       GDK_PACKAGES=gdk-x11-2.0
4797     elif test "$MOZ_DFB"; then
4798       PKG_CHECK_MODULES(MOZ_DFB, directfb >= 1.1.0)
4799       GDK_PACKAGES=directfb
4800     fi
4802     PKG_CHECK_MODULES(MOZ_GTK2, gtk+-2.0 >= $GTK2_VERSION gtk+-unix-print-2.0 glib-2.0 gobject-2.0 $GDK_PACKAGES)
4803   fi
4805 fi # COMPILE_ENVIRONMENT
4807 AC_SUBST(MOZ_DEFAULT_TOOLKIT)
4809 dnl ========================================================
4810 dnl = startup-notification support module
4811 dnl ========================================================
4813 if test "$MOZ_ENABLE_GTK2"
4814 then
4815     MOZ_ENABLE_STARTUP_NOTIFICATION=
4817     MOZ_ARG_ENABLE_BOOL(startup-notification,
4818     [  --enable-startup-notification       Enable startup-notification support (default: disabled) ],
4819         MOZ_ENABLE_STARTUP_NOTIFICATION=force,
4820         MOZ_ENABLE_STARTUP_NOTIFICATION=)
4821     if test "$MOZ_ENABLE_STARTUP_NOTIFICATION"
4822     then
4823         PKG_CHECK_MODULES(MOZ_STARTUP_NOTIFICATION,
4824                           libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_VERSION,
4825         [MOZ_ENABLE_STARTUP_NOTIFICATION=1], [
4826             if test "$MOZ_ENABLE_STARTUP_NOTIFICATION" = "force"
4827             then
4828                 AC_MSG_ERROR([* * * Could not find startup-notification >= $STARTUP_NOTIFICATION_VERSION])
4829             fi
4830             MOZ_ENABLE_STARTUP_NOTIFICATION=
4831         ])
4832     fi
4834     if test "$MOZ_ENABLE_STARTUP_NOTIFICATION"; then
4835         AC_DEFINE(MOZ_ENABLE_STARTUP_NOTIFICATION)
4836     fi
4838     TK_LIBS="$TK_LIBS $MOZ_STARTUP_NOTIFICATION_LIBS"
4840 AC_SUBST(MOZ_ENABLE_STARTUP_NOTIFICATION)
4841 AC_SUBST(MOZ_STARTUP_NOTIFICATION_CFLAGS)
4842 AC_SUBST(MOZ_STARTUP_NOTIFICATION_LIBS)
4844 dnl ========================================================
4845 dnl = QT support
4846 dnl ========================================================
4847 if test "$MOZ_ENABLE_QT"
4848 then
4849     PKG_CHECK_MODULES(MOZ_QT, QtGui QtNetwork QtUiTools QtCore)
4850     AC_SUBST(MOZ_QT_CFLAGS)
4851     AC_SUBST(MOZ_QT_LIBS)
4853     MOZ_ARG_WITH_STRING(qtdir,
4854     [  --with-qtdir=\$dir       Specify Qt directory ],
4855     [ QTDIR=$withval])
4857     if test -z "$QTDIR"; then
4858       QTDIR="/usr"
4859     fi
4860     QTINCDIR="/include/qt"
4861     if test ! -d "$QTDIR$QTINCDIR"; then
4862        QTINCDIR="/include/X11/qt"
4863     fi
4864     if test ! -d "$QTDIR$QTINCDIR"; then
4865        QTINCDIR="/include"
4866     fi
4868     if test -x "$QTDIR/bin/moc-qt4"; then
4869       HOST_MOC="$QTDIR/bin/moc-qt4"
4870     else
4871       if test -x "$QTDIR/bin/moc"; then
4872         HOST_MOC="$QTDIR/bin/moc"
4873       else
4874         AC_CHECK_PROGS(HOST_MOC, moc, "")
4875       fi
4876     fi
4877     if test -z "$HOST_MOC"; then
4878       AC_MSG_ERROR([no acceptable moc preprocessor found])
4879     fi
4880     MOC=$HOST_MOC
4883 AC_SUBST(GTK_CONFIG)
4884 AC_SUBST(TK_CFLAGS)
4885 AC_SUBST(TK_LIBS)
4887 AC_SUBST(MOZ_ENABLE_GTK2)
4888 AC_SUBST(MOZ_ENABLE_PHOTON)
4889 AC_SUBST(MOZ_ENABLE_COCOA)
4890 AC_SUBST(MOZ_ENABLE_GLITZ)
4891 AC_SUBST(MOZ_ENABLE_QT)
4892 AC_SUBST(MOZ_ENABLE_XREMOTE)
4893 AC_SUBST(MOZ_GTK2_CFLAGS)
4894 AC_SUBST(MOZ_GTK2_LIBS)
4895 AC_SUBST(MOZ_QT_CFLAGS)
4896 AC_SUBST(MOZ_QT_LIBS)
4898 AC_SUBST(MOC)
4900 AC_SUBST(MOZ_DFB)
4901 AC_SUBST(MOZ_X11)
4903 dnl ========================================================
4904 dnl =
4905 dnl = Components & Features
4906 dnl = 
4907 dnl ========================================================
4908 MOZ_ARG_HEADER(Components and Features)
4910 dnl ========================================================
4911 dnl = Localization
4912 dnl ========================================================
4913 MOZ_ARG_ENABLE_STRING(ui-locale,
4914 [  --enable-ui-locale=ab-CD
4915                           Select the user interface locale (default: en-US)],
4916     MOZ_UI_LOCALE=$enableval )
4917 AC_SUBST(MOZ_UI_LOCALE)
4919 dnl ========================================================
4920 dnl = Trademarked Branding 
4921 dnl ========================================================
4922 MOZ_ARG_ENABLE_BOOL(official-branding,
4923 [  --enable-official-branding Enable Official mozilla.org Branding
4924                           Do not distribute builds with
4925                           --enable-official-branding unless you have
4926                           permission to use trademarks per
4927                           http://www.mozilla.org/foundation/trademarks/ .],
4928 [case "$MOZ_BUILD_APP" in
4929 browser)
4930     MOZ_BRANDING_DIRECTORY=other-licenses/branding/firefox
4931     MOZ_APP_DISPLAYNAME=Firefox
4932     ;;
4935     AC_MSG_ERROR([Official branding is only available for Firefox.])
4936 esac
4939 MOZ_ARG_WITH_STRING(branding,
4940 [  --with-branding=dir    Use branding from the specified directory.],
4941     MOZ_BRANDING_DIRECTORY=$withval)
4943 REAL_BRANDING_DIRECTORY="${MOZ_BRANDING_DIRECTORY}"
4944 if test -z "$REAL_BRANDING_DIRECTORY"; then
4945   REAL_BRANDING_DIRECTORY=${MOZ_BUILD_APP}/branding/nightly
4948 if test -f "$topsrcdir/$REAL_BRANDING_DIRECTORY/configure.sh"; then
4949   . "$topsrcdir/$REAL_BRANDING_DIRECTORY/configure.sh"
4952 AC_SUBST(MOZ_BRANDING_DIRECTORY)
4954 dnl ========================================================
4955 dnl = Distribution ID
4956 dnl ========================================================
4957 MOZ_ARG_WITH_STRING(distribution-id,
4958 [  --with-distribution-id=ID  Set distribution-specific id (default=org.mozilla)],
4959 [ val=`echo $withval`
4960     MOZ_DISTRIBUTION_ID="$val"])
4962 if test -z "$MOZ_DISTRIBUTION_ID"; then
4963    MOZ_DISTRIBUTION_ID="org.mozilla"
4966 AC_DEFINE_UNQUOTED(MOZ_DISTRIBUTION_ID,"$MOZ_DISTRIBUTION_ID")
4967 AC_SUBST(MOZ_DISTRIBUTION_ID)
4970 dnl ========================================================
4971 dnl complex text support off by default
4972 dnl ========================================================
4973 MOZ_PANGO=1
4974 MOZ_ARG_DISABLE_BOOL(pango,
4975 [  --disable-pango Disable usage of Pango ],
4976     MOZ_PANGO=,
4977     MOZ_PANGO=1)
4980 dnl ========================================================
4981 dnl = Xft and Pango
4982 dnl ========================================================
4983 if test "$MOZ_ENABLE_GTK2"
4984 then
4985     if test "$MOZ_X11"; then
4986         PKG_CHECK_MODULES(MOZ_XFT, xft)
4987         AC_SUBST(MOZ_XFT_CFLAGS)
4988         AC_SUBST(MOZ_XFT_LIBS)
4989     fi
4991     AC_SUBST(MOZ_PANGO)
4993     PKG_CHECK_MODULES(_PANGOCHK, pango >= $PANGO_VERSION)
4995     if test "$MOZ_PANGO"
4996     then
4997         PKG_CHECK_MODULES(MOZ_PANGO, pango >= $PANGO_VERSION pangocairo >= $PANGO_VERSION pangoft2 >= $PANGO_VERSION)
4998         AC_SUBST(MOZ_PANGO_CFLAGS)
4999         AC_SUBST(MOZ_PANGO_LIBS)
5000         AC_DEFINE(MOZ_PANGO)
5001     else
5002         PKG_CHECK_MODULES(MOZ_PANGO, pango >= $PANGO_VERSION pangoft2 >= $PANGO_VERSION)
5003         AC_SUBST(MOZ_PANGO_CFLAGS)
5004         AC_SUBST(MOZ_PANGO_LIBS)
5006         PKG_CHECK_MODULES(FT2, freetype2 > 6.1.0 fontconfig)
5007         AC_SUBST(FT2_CFLAGS)
5008         AC_SUBST(FT2_LIBS)
5009     fi
5012 dnl ========================================================
5013 dnl = PostScript print module
5014 dnl ========================================================
5015 MOZ_ARG_DISABLE_BOOL(postscript,
5016 [  --disable-postscript    Disable PostScript printing support ],
5017     MOZ_ENABLE_POSTSCRIPT=,
5018     MOZ_ENABLE_POSTSCRIPT=1 )
5020 dnl ========================================================
5021 dnl = GnomeVFS support module
5022 dnl ========================================================
5024 if test "$MOZ_X11"
5025 then
5026     dnl build the gnomevfs extension by default only when the
5027     dnl GTK2 toolkit is in use.
5028     if test "$MOZ_ENABLE_GTK2"
5029     then
5030         MOZ_ENABLE_GNOMEVFS=1
5031         MOZ_ENABLE_GCONF=1
5032         MOZ_ENABLE_LIBGNOME=1
5033     fi
5035     MOZ_ARG_DISABLE_BOOL(gnomevfs,
5036     [  --disable-gnomevfs      Disable GnomeVFS support ],
5037         MOZ_ENABLE_GNOMEVFS=,
5038         MOZ_ENABLE_GNOMEVFS=force)
5040     if test "$MOZ_ENABLE_GNOMEVFS"
5041     then
5042         PKG_CHECK_MODULES(MOZ_GNOMEVFS, gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION,[
5043             MOZ_GNOMEVFS_LIBS=`echo $MOZ_GNOMEVFS_LIBS | sed 's/-llinc\>//'`
5044             MOZ_ENABLE_GNOMEVFS=1
5045         ],[
5046             if test "$MOZ_ENABLE_GNOMEVFS" = "force"
5047             then
5048                 AC_MSG_ERROR([* * * Could not find gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION])
5049             fi
5050             MOZ_ENABLE_GNOMEVFS=
5051         ])
5052     fi
5054     AC_SUBST(MOZ_GNOMEVFS_CFLAGS)
5055     AC_SUBST(MOZ_GNOMEVFS_LIBS)
5057     if test "$MOZ_ENABLE_GCONF"
5058     then
5059         PKG_CHECK_MODULES(MOZ_GCONF, gconf-2.0 >= $GCONF_VERSION,[
5060             MOZ_GCONF_LIBS=`echo $MOZ_GCONF_LIBS | sed 's/-llinc\>//'`
5061             MOZ_ENABLE_GCONF=1
5062         ],[
5063             MOZ_ENABLE_GCONF=
5064         ])
5065     fi
5067     if test "$MOZ_ENABLE_GCONF"; then
5068         AC_DEFINE(MOZ_ENABLE_GCONF)
5069     fi
5071     AC_SUBST(MOZ_ENABLE_GCONF)
5072     AC_SUBST(MOZ_GCONF_CFLAGS)
5073     AC_SUBST(MOZ_GCONF_LIBS)
5075     if test "$MOZ_ENABLE_LIBGNOME"
5076     then
5077         PKG_CHECK_MODULES(MOZ_LIBGNOME, libgnome-2.0 >= $LIBGNOME_VERSION,[
5078             MOZ_LIBGNOME_LIBS=`echo $MOZ_LIBGNOME_LIBS | sed 's/-llinc\>//'`
5079             MOZ_ENABLE_LIBGNOME=1
5080         ],[
5081             MOZ_ENABLE_LIBGNOME=
5082         ])
5083     fi
5085     AC_SUBST(MOZ_LIBGNOME_CFLAGS)
5086     AC_SUBST(MOZ_LIBGNOME_LIBS)
5088     # The GNOME component is built if gtk2, gconf, gnome-vfs, and libgnome
5089     # are all available.
5091     if test "$MOZ_ENABLE_GTK2" -a "$MOZ_ENABLE_GCONF" -a \
5092             "$MOZ_ENABLE_GNOMEVFS" -a "$MOZ_ENABLE_LIBGNOME"; then
5093       MOZ_ENABLE_GNOME_COMPONENT=1
5094     else
5095       MOZ_ENABLE_GNOME_COMPONENT=
5096     fi
5098     AC_SUBST(MOZ_ENABLE_GNOME_COMPONENT)
5101 dnl ========================================================
5102 dnl = libgnomeui support module
5103 dnl ========================================================
5105 if test "$MOZ_ENABLE_GTK2"
5106 then
5107     MOZ_ENABLE_GNOMEUI=1
5109     MOZ_ARG_DISABLE_BOOL(gnomeui,
5110     [  --disable-gnomeui       Disable libgnomeui support (default: auto, optional at runtime) ],
5111         MOZ_ENABLE_GNOMEUI=,
5112         MOZ_ENABLE_GNOMEUI=force)
5114     if test "$MOZ_ENABLE_GNOMEUI"
5115     then
5116         PKG_CHECK_MODULES(MOZ_GNOMEUI, libgnomeui-2.0 >= $GNOMEUI_VERSION,
5117         [
5118             MOZ_GNOMEUI_LIBS=`echo $MOZ_GNOMEUI_LIBS | sed 's/-llinc\>//'`
5119             MOZ_ENABLE_GNOMEUI=1
5120         ],[
5121             if test "$MOZ_ENABLE_GNOMEUI" = "force"
5122             then
5123                 AC_MSG_ERROR([* * * Could not find libgnomeui-2.0 >= $GNOMEUI_VERSION])
5124             fi
5125             MOZ_ENABLE_GNOMEUI=
5126         ])
5127     fi
5129     if test "$MOZ_ENABLE_GNOMEUI"; then
5130         AC_DEFINE(MOZ_ENABLE_GNOMEUI)
5131     fi
5133 AC_SUBST(MOZ_ENABLE_GNOMEUI)
5134 AC_SUBST(MOZ_GNOMEUI_CFLAGS)
5135 AC_SUBST(MOZ_GNOMEUI_LIBS)
5137 dnl ========================================================
5138 dnl = dbus support
5139 dnl ========================================================
5141 if test "$MOZ_ENABLE_GTK2"
5142 then
5143     MOZ_ENABLE_DBUS=1
5145     MOZ_ARG_DISABLE_BOOL(dbus,
5146     [  --disable-dbus       Disable dbus support ],
5147         MOZ_ENABLE_DBUS=,
5148         MOZ_ENABLE_DBUS=1)
5150     if test "$MOZ_ENABLE_DBUS"
5151     then
5152         PKG_CHECK_MODULES(MOZ_DBUS_GLIB, dbus-glib-1 >= $DBUS_VERSION)
5153         AC_DEFINE(MOZ_ENABLE_DBUS)
5154     fi
5156 AC_SUBST(MOZ_ENABLE_DBUS)
5157 AC_SUBST(MOZ_DBUS_GLIB_CFLAGS)
5158 AC_SUBST(MOZ_DBUS_GLIB_LIBS)
5160 dnl ========================================================
5161 dnl = Build Personal Security Manager
5162 dnl ========================================================
5163 MOZ_ARG_DISABLE_BOOL(crypto,
5164 [  --disable-crypto        Disable crypto support (Personal Security Manager)],
5165     MOZ_PSM=,
5166     MOZ_PSM=1 )
5168 dnl ========================================================
5169 dnl = JS Debugger XPCOM component (js/jsd)
5170 dnl ========================================================
5171 MOZ_ARG_DISABLE_BOOL(jsd,
5172 [  --disable-jsd           Disable JavaScript debug library],
5173     MOZ_JSDEBUGGER=,
5174     MOZ_JSDEBUGGER=1)
5177 dnl ========================================================
5178 dnl = Disable plugin support
5179 dnl ========================================================
5180 MOZ_ARG_DISABLE_BOOL(plugins,
5181 [  --disable-plugins       Disable plugins support],
5182     MOZ_PLUGINS=,
5183     MOZ_PLUGINS=1)
5185 dnl ========================================================
5186 dnl = Open JVM Interface (OJI) support
5187 dnl ========================================================
5188 MOZ_ARG_DISABLE_BOOL(oji,
5189 [  --disable-oji           Disable Open JVM Integration support],
5190     MOZ_OJI=,
5191     MOZ_OJI=1)
5192 if test -n "$MOZ_OJI"; then
5193     AC_DEFINE(OJI)
5196 dnl bi-directional support always on
5197 IBMBIDI=1
5198 AC_DEFINE(IBMBIDI)
5200 dnl ========================================================
5201 dnl view source support on by default
5202 dnl ========================================================
5203 MOZ_ARG_DISABLE_BOOL(view-source,
5204 [  --disable-view-source     Disable view source support],
5205     MOZ_VIEW_SOURCE=,
5206     MOZ_VIEW_SOURCE=1 )
5207 if test "$MOZ_VIEW_SOURCE"; then
5208     AC_DEFINE(MOZ_VIEW_SOURCE)
5212 dnl ========================================================
5213 dnl accessibility support on by default on all platforms 
5214 dnl except OS X.
5215 dnl ========================================================
5216 MOZ_ARG_DISABLE_BOOL(accessibility,
5217 [  --disable-accessibility Disable accessibility support (off by default on OS X)],
5218     ACCESSIBILITY=,
5219     ACCESSIBILITY=1 )
5220 if test "$ACCESSIBILITY"; then
5221     AC_DEFINE(ACCESSIBILITY)
5224 if test -n "$ACCESSIBILITY"; then
5225 case "$target" in
5226 *-mingw*|*-cygwin*|*-msvc*|*-mks*)
5227     if test "$ac_cv_header_atlbase_h" = "no"; then
5228         AC_MSG_ERROR([System header atlbase.h is not available. See http://developer.mozilla.org/en/docs/atlbase.h for details on fixing this problem.])
5229     fi
5230     if test "$ac_cv_header_oleacc_idl" = "no"; then
5231         AC_MSG_ERROR([System header oleacc.idl is not available. See http://developer.mozilla.org/en/docs/oleacc.idl for details on fixing this problem.])
5232     fi
5233     ;;
5234 esac
5237 dnl ========================================================
5238 dnl xpfe/components on by default
5239 dnl ========================================================
5240 MOZ_ARG_DISABLE_BOOL(xpfe-components,
5241 [  --disable-xpfe-components
5242                           Disable xpfe components],
5243     MOZ_XPFE_COMPONENTS=,
5244     MOZ_XPFE_COMPONENTS=1 )
5246 dnl ========================================================
5247 dnl xpinstall support on by default
5248 dnl ========================================================
5249 MOZ_ARG_DISABLE_BOOL(xpinstall,
5250 [  --disable-xpinstall     Disable xpinstall support],
5251     MOZ_XPINSTALL=,
5252     MOZ_XPINSTALL=1 )
5253 if test "$MOZ_XPINSTALL"; then
5254     AC_DEFINE(MOZ_XPINSTALL)
5257 dnl ========================================================
5258 dnl xpcom js loader support on by default
5259 dnl ========================================================
5260 MOZ_ARG_DISABLE_BOOL(jsloader,
5261 [  --disable-jsloader      Disable xpcom js loader support],
5262     MOZ_JSLOADER=,
5263     MOZ_JSLOADER=1 )
5264 if test "$MOZ_JSLOADER"; then
5265     AC_DEFINE(MOZ_JSLOADER)
5268 dnl ========================================================
5269 dnl Disable printing
5270 dnl ========================================================
5271 MOZ_ARG_DISABLE_BOOL(printing,
5272 [  --disable-printing  Disable printing support],
5273     NS_PRINTING=,
5274     NS_PRINTING=1 )
5276 if test "$NS_PRINTING"; then
5277     AC_DEFINE(NS_PRINTING)
5278     AC_DEFINE(NS_PRINT_PREVIEW)
5281 dnl ========================================================
5282 dnl use native unicode converters
5283 dnl ========================================================
5284 MOZ_ARG_ENABLE_BOOL(native-uconv,
5285 [  --enable-native-uconv   Enable iconv support],
5286     MOZ_USE_NATIVE_UCONV=1,
5287     MOZ_USE_NATIVE_UCONV= )
5288 if test "$MOZ_USE_NATIVE_UCONV"; then
5289     AC_DEFINE(MOZ_USE_NATIVE_UCONV)
5291 if test "$OS_ARCH" != "WINCE" -a "$OS_ARCH" != "WINNT" -a "$MOZ_USE_NATIVE_UCONV" -a "$ac_cv_func_iconv" != "yes"; then
5292     AC_MSG_ERROR([iconv() not found.  Cannot enable native uconv support.])
5296 dnl ========================================================
5297 dnl Libeditor can be build as plaintext-only,
5298 dnl or as a full html and text editing component.
5299 dnl We build both by default.
5300 dnl ========================================================
5301 MOZ_ARG_ENABLE_BOOL(plaintext-editor-only,
5302 [  --enable-plaintext-editor-only
5303                           Allow only plaintext editing],
5304     MOZ_PLAINTEXT_EDITOR_ONLY=1,
5305     MOZ_PLAINTEXT_EDITOR_ONLY= )
5306 dnl Note the #define is MOZILLA, not MOZ, for compat with the Mac build.
5307 AC_SUBST(MOZ_PLAINTEXT_EDITOR_ONLY)
5309 dnl ========================================================
5310 dnl = Drop XPCOM Obsolete library
5311 dnl ========================================================
5312 MOZ_ARG_DISABLE_BOOL(xpcom-obsolete,
5313 [  --disable-xpcom-obsolete           Disable XPCOM Obsolete Library],
5314     MOZ_NO_XPCOM_OBSOLETE=1,
5315     MOZ_NO_XPCOM_OBSOLETE=)
5317 if test -n "$MOZ_NO_XPCOM_OBSOLETE"; then
5318     AC_DEFINE(MOZ_NO_XPCOM_OBSOLETE)
5321 dnl ========================================================
5322 dnl = Disable Fast Load
5323 dnl ========================================================
5324 MOZ_ARG_DISABLE_BOOL(xpcom-fastload,
5325 [  --disable-xpcom-fastload           Disable XPCOM fastload support],
5326     MOZ_NO_FAST_LOAD=1,
5327     MOZ_NO_FAST_LOAD=)
5329 AC_SUBST(MOZ_NO_FAST_LOAD)
5331 if test -n "$MOZ_NO_FAST_LOAD"; then
5332     AC_DEFINE(MOZ_NO_FAST_LOAD)
5335 dnl ========================================================
5336 dnl = Enable Ogg Codecs
5337 dnl ========================================================
5338 MOZ_ARG_DISABLE_BOOL(ogg,
5339 [  --disable-ogg           Disable Ogg Codec support],
5340     MOZ_OGG=,
5341     MOZ_OGG=1)
5343 AC_SUBST(MOZ_OGG)
5345 if test -n "$MOZ_OGG"; then
5346     AC_DEFINE(MOZ_OGG)
5347     MOZ_MEDIA=1
5350 AC_SUBST(MOZ_MEDIA)
5352 if test -n "$MOZ_MEDIA"; then
5353     AC_DEFINE(MOZ_MEDIA)
5356 dnl If using Ogg with Linux, ensure that the alsa library is available
5357 if test -n "$MOZ_OGG"; then
5358    case "$target_os" in
5359 linux*)
5360       AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library]))
5361       ;;
5362    esac
5365 dnl ========================================================
5366 dnl Permissions System
5367 dnl ========================================================
5368 MOZ_ARG_DISABLE_BOOL(permissions,
5369 [  --disable-permissions   Disable permissions (popup and cookie blocking)],
5370     MOZ_PERMISSIONS=,
5371     MOZ_PERMISSIONS=1
5374 dnl ========================================================
5375 dnl NegotiateAuth
5376 dnl ========================================================
5377 MOZ_ARG_DISABLE_BOOL(negotiateauth,
5378 [  --disable-negotiateauth Disable GSS-API negotiation ],
5379     MOZ_AUTH_EXTENSION=,
5380     MOZ_AUTH_EXTENSION=1 )
5382 dnl ========================================================
5383 dnl XTF
5384 dnl ========================================================
5385 MOZ_ARG_DISABLE_BOOL(xtf,
5386 [  --disable-xtf           Disable XTF (pluggable xml tags) support],
5387     MOZ_XTF=,
5388     MOZ_XTF=1 )
5389 if test "$MOZ_XTF"; then
5390   AC_DEFINE(MOZ_XTF)
5393 dnl ========================================================
5394 dnl Inspector APIs
5395 dnl ========================================================
5396 MOZ_ARG_DISABLE_BOOL(inspector-apis,
5397 [  --disable-inspector-apis Disable the DOM inspection APIs ],
5398     MOZ_NO_INSPECTOR_APIS=1,
5399     MOZ_NO_INSPECTOR_APIS= )
5401 dnl ========================================================
5402 dnl Pref extensions (autoconfig and system-pref)
5403 dnl ========================================================
5404 MOZ_ARG_DISABLE_BOOL(pref-extensions,
5405 [  --disable-pref-extensions
5406                           Disable pref extensions such as autoconfig and
5407                           system-pref],
5408   MOZ_PREF_EXTENSIONS=,
5409   MOZ_PREF_EXTENSIONS=1 )
5411 dnl ========================================================
5412 dnl = Universalchardet
5413 dnl ========================================================
5414 MOZ_ARG_DISABLE_BOOL(universalchardet,
5415 [  --disable-universalchardet
5416                           Disable universal encoding detection],
5417   MOZ_UNIVERSALCHARDET=,
5418   MOZ_UNIVERSALCHARDET=1 )
5420 dnl ========================================================
5421 dnl JavaXPCOM
5422 dnl ========================================================
5423 MOZ_ARG_ENABLE_BOOL(javaxpcom,
5424 [  --enable-javaxpcom
5425                           Enable Java-XPCOM bridge],
5426     MOZ_JAVAXPCOM=1,
5427     MOZ_JAVAXPCOM= )
5429 if test -n "${MOZ_JAVAXPCOM}"; then
5430   case "$host_os" in
5431     cygwin*|msvc*|mks*)
5432       if test -n "$JAVA_HOME"; then
5433         JAVA_HOME=`cygpath -u \`cygpath -m -s "$JAVA_HOME"\``
5434       fi
5435       ;;
5436     *mingw*)
5437       if test -n "$JAVA_HOME"; then
5438         JAVA_HOME=`cd "$JAVA_HOME" && pwd`
5439       fi
5440       ;;
5441   esac
5443   if test -n "${JAVA_INCLUDE_PATH}"; then
5444     dnl Make sure jni.h exists in the given include path.
5445     if test ! -f "$JAVA_INCLUDE_PATH/jni.h"; then
5446       AC_MSG_ERROR([jni.h was not found in given include path $JAVA_INCLUDE_PATH.])
5447     fi
5448   else
5449     case "$target_os" in
5450       darwin*)
5451         dnl Default to java system location
5452         JAVA_INCLUDE_PATH=/System/Library/Frameworks/JavaVM.framework/Headers
5453         ;;
5454       *)
5455         dnl Try $JAVA_HOME
5456         JAVA_INCLUDE_PATH="$JAVA_HOME/include"
5457         ;;
5458     esac
5459     if test ! -f "$JAVA_INCLUDE_PATH/jni.h"; then
5460       AC_MSG_ERROR([The header jni.h was not found.  Set \$JAVA_HOME to your java sdk directory, use --with-java-bin-path={java-bin-dir}, or reconfigure with --disable-javaxpcom.])
5461     fi
5462   fi
5464   if test -n "${JAVA_BIN_PATH}"; then
5465     dnl Look for javac and jar in the specified path.
5466     JAVA_PATH="$JAVA_BIN_PATH"
5467   else
5468     dnl No path specified, so look for javac and jar in $JAVA_HOME & $PATH.
5469     JAVA_PATH="$JAVA_HOME/bin:$PATH"
5470   fi
5472   AC_PATH_PROG(JAVA, java, :, [$JAVA_PATH])
5473   AC_PATH_PROG(JAVAC, javac, :, [$JAVA_PATH])
5474   AC_PATH_PROG(JAR, jar, :, [$JAVA_PATH])
5475   if test -z "$JAVA" || test "$JAVA" = ":" || test -z "$JAVAC" || test "$JAVAC" = ":" || test -z "$JAR" || test "$JAR" = ":"; then
5476     AC_MSG_ERROR([The programs java, javac and jar were not found.  Set \$JAVA_HOME to your java sdk directory, use --with-java-bin-path={java-bin-dir}, or reconfigure with --disable-javaxpcom.])
5477   fi
5480 dnl ========================================================
5481 dnl = Breakpad crash reporting (on by default on supported platforms)
5482 dnl ========================================================
5484 if (test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC" \
5485     || test "$OS_ARCH" = "Darwin" \
5486     || test "$OS_ARCH" = "Linux" -a "$CPU_ARCH" = "x86" \
5487     || test "$OS_ARCH" = "SunOS") \
5488    && test -z "$HAVE_64BIT_OS"; then
5489    MOZ_CRASHREPORTER=1
5492 MOZ_ARG_DISABLE_BOOL(crashreporter,
5493 [  --disable-crashreporter          Disable breakpad crash reporting],
5494     MOZ_CRASHREPORTER=,
5495     MOZ_CRASHREPORTER=1)
5497 if test -n "$MOZ_CRASHREPORTER"; then
5498    AC_DEFINE(MOZ_CRASHREPORTER)
5500   if (test "$OS_ARCH" = "Linux" || test "$OS_ARCH" = "SunOS") && \
5501     test -z "$SKIP_LIBRARY_CHECKS"; then
5502     PKG_CHECK_MODULES(MOZ_GTHREAD, gthread-2.0)
5503     AC_SUBST(MOZ_GTHREAD_CFLAGS)
5504     AC_SUBST(MOZ_GTHREAD_LIBS)
5506     AC_CHECK_HEADERS([curl/curl.h], [], [AC_MSG_ERROR([Couldn't find curl/curl.h which is required for the crash reporter.  Use --disable-crashreporter to disable the crash reporter.])])
5507   fi
5510 MOZ_ARG_WITH_STRING(crashreporter-enable-percent,
5511 [  --with-crashreporter-enable-percent=NN  Enable sending crash reports by default on NN% of users. (default=100)],
5512 [ val=`echo $withval | sed 's/[^0-9]//g'`
5513     MOZ_CRASHREPORTER_ENABLE_PERCENT="$val"])
5515 if test -z "$MOZ_CRASHREPORTER_ENABLE_PERCENT"; then
5516    MOZ_CRASHREPORTER_ENABLE_PERCENT=100
5518 AC_DEFINE_UNQUOTED(MOZ_CRASHREPORTER_ENABLE_PERCENT, $MOZ_CRASHREPORTER_ENABLE_PERCENT)
5521 dnl ========================================================
5522 dnl = Build mochitest JS/DOM tests (on by default)
5523 dnl ========================================================
5524 MOZ_ARG_DISABLE_BOOL(mochitest,
5525 [  --disable-mochitest        Disable mochitest harness],
5526     MOZ_MOCHITEST=,
5527     MOZ_MOCHITEST=1 )
5529 dnl ========================================================
5530 dnl = Enable compilation of specific extension modules
5531 dnl ========================================================
5533 MOZ_ARG_ENABLE_STRING(extensions,
5534 [  --enable-extensions     Enable extensions],
5535 [ for option in `echo $enableval | sed 's/,/ /g'`; do
5536     if test "$option" = "yes" || test "$option" = "all"; then
5537         MOZ_EXTENSIONS="$MOZ_EXTENSIONS $MOZ_EXTENSIONS_ALL"
5538     elif test "$option" = "no" || test "$option" = "none"; then
5539         MOZ_EXTENSIONS=""
5540     elif test "$option" = "default"; then
5541         MOZ_EXTENSIONS="$MOZ_EXTENSIONS $MOZ_EXTENSIONS_DEFAULT"
5542     elif test `echo "$option" | grep -c \^-` != 0; then
5543         option=`echo $option | sed 's/^-//'`
5544         MOZ_EXTENSIONS=`echo "$MOZ_EXTENSIONS" | sed "s/ ${option}//"`
5545     else
5546         MOZ_EXTENSIONS="$MOZ_EXTENSIONS $option"
5547     fi
5548 done],
5549     MOZ_EXTENSIONS="$MOZ_EXTENSIONS_DEFAULT")
5551 if test -z "$MOZ_ENABLE_GNOMEVFS" && test `echo "$MOZ_EXTENSIONS" | grep -c gnomevfs` -ne 0; then
5552     # Suppress warning on non-X11 platforms
5553     if test -n "$MOZ_X11"; then
5554         AC_MSG_WARN([Cannot build gnomevfs without required libraries. Removing gnomevfs from MOZ_EXTENSIONS.])
5555     fi
5556     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gnomevfs||'`
5559 if test -z "$MOZ_JSDEBUGGER" && test `echo "$MOZ_EXTENSIONS" | grep -c venkman` -ne 0; then
5560     AC_MSG_WARN([Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS.])
5561     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|venkman||'`
5564 dnl This might be temporary: build tridentprofile only on Windows
5565 if test `echo "$MOZ_EXTENSIONS" | grep -c tridentprofile` -ne 0 && test "$OS_ARCH" != "WINNT"; then
5566     AC_MSG_WARN([tridentprofile extension works only on Windows at this time. Removing tridentprofile from MOZ_EXTENSIONS.])
5567     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|tridentprofile||'`
5570 dnl cookie must be built before tridentprofile. put it at list's end.
5571 if test `echo "$MOZ_EXTENSIONS" | grep -c tridentprofile` -ne 0; then
5572   MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|tridentprofile||'`
5573   MOZ_EXTENSIONS="$MOZ_EXTENSIONS tridentprofile"
5576 dnl xforms requires xtf and schema-validation
5577 if test -z "$MOZ_XTF" && test `echo "$MOZ_EXTENSIONS" | grep -c xforms` -ne 0; then
5578     AC_MSG_WARN([Cannot build XForms without XTF support.  Removing XForms from MOZ_EXTENSIONS.])
5579     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|xforms||g'`
5581 if test `echo "$MOZ_EXTENSIONS" | grep -c xforms` -ne 0 && test `echo "$MOZ_EXTENSIONS" | grep -c schema-validation` -eq 0; then
5582     AC_MSG_WARN([Cannot build XForms without schema validation.  Removing XForms from MOZ_EXTENSIONS.])
5583     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|xforms||g'`
5586 if test `echo "$MOZ_EXTENSIONS" | grep -c auth` -ne 0; then
5587     AC_MSG_WARN([auth is no longer an extension, use --disable-negotiateauth to disable.])
5588     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|auth||g'`
5591 if test `echo "$MOZ_EXTENSIONS" | grep -c 'cookie\|permissions'` -ne 0; then
5592     AC_MSG_WARN([cookie and permissions are no longer extensions, use --disable-permissions to disable.])
5593     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|cookie||g; s|permissions||g'`
5596 if test `echo "$MOZ_EXTENSIONS" | grep -c pref` -ne 0; then
5597     AC_MSG_WARN([pref is no longer an extension, use --disable-pref-extensions to disable.])
5598     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|pref||g'`
5601 if test `echo "$MOZ_EXTENSIONS" | grep -c universalchardet` -ne 0; then
5602     AC_MSG_WARN([universalchardet is no longer an extension, use --disable-universalchardet to disable.])
5603     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|universalchardet||g'`
5606 if test `echo "$MOZ_EXTENSIONS" | grep -c java` -ne 0; then
5607     AC_MSG_WARN([java is no longer an extension, use --enable-javaxpcom to enable.])
5608     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|java||g'`
5611 if test `echo "$MOZ_EXTENSIONS" | grep -c spellcheck` -ne 0; then
5612     AC_MSG_WARN([spellcheck is no longer an extension.])
5613     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|spellcheck||g'`
5616 if test -n "$MOZ_NO_XPCOM_OBSOLETE" && test `echo "$MOZ_EXTENSIONS" | grep -c sroaming` -ne 0; then
5617     AC_MSG_WARN([Cannot currently build sroaming without xpcom obsolete -- bug 249343. Removing sroaming from MOZ_EXTENSIONS.])
5618     MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|sroaming||'`
5621 dnl Remove dupes
5622 MOZ_EXTENSIONS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_EXTENSIONS}`
5624 dnl Ensure every extension exists, to avoid mostly-inscrutable error messages
5625 dnl when trying to build a non-existent extension.
5626 for extension in $MOZ_EXTENSIONS; do
5627     if test ! -d "${srcdir}/extensions/${extension}"; then
5628         AC_MSG_ERROR([Unrecognized extension provided to --enable-extensions: ${extension}.])
5629     fi
5630 done
5633 dnl ========================================================
5634 dnl Image decoders
5635 dnl ========================================================
5636 case "$MOZ_WIDGET_TOOLKIT" in
5637 beos|windows|os2|mac|cocoa)
5638     ;;
5640     if test -z "$MOZ_ENABLE_GTK2"; then
5641        MOZ_IMG_DECODERS_DEFAULT=`echo $MOZ_IMG_DECODERS_DEFAULT | sed -e 's|icon||'`                
5642     fi
5643     ;;
5644 esac
5646 MOZ_ARG_ENABLE_STRING(image-decoders,
5647 [  --enable-image-decoders[={mod1,mod2,default,all,none}]
5648                           Enable specific image decoders],
5649 [ for option in `echo $enableval | sed 's/,/ /g'`; do
5650     if test "$option" = "yes" || test "$option" = "all"; then
5651         MOZ_IMG_DECODERS="$MOZ_IMG_DECODERS $MOZ_IMG_DECODERS_DEFAULT"
5652     elif test "$option" = "no" || test "$option" = "none"; then
5653         MOZ_IMG_DECODERS=""
5654     elif test "$option" = "default"; then
5655         MOZ_IMG_DECODERS="$MOZ_IMG_DECODERS $MOZ_IMG_DECODERS_DEFAULT"
5656     elif test `echo "$option" | grep -c \^-` != 0; then
5657         option=`echo $option | sed 's/^-//'`
5658         MOZ_IMG_DECODERS=`echo "$MOZ_IMG_DECODERS" | sed "s/ ${option}//"`
5659     else
5660         MOZ_IMG_DECODERS="$MOZ_IMG_DECODERS $option"
5661     fi
5662 done],
5663     MOZ_IMG_DECODERS="$MOZ_IMG_DECODERS_DEFAULT")
5665 dnl Dupes are removed in the encoder section because it will also add decoders
5667 dnl ========================================================
5668 dnl Image encoders
5669 dnl ========================================================
5670 MOZ_ARG_ENABLE_STRING(image-encoders,
5671 [  --enable-image-encoders[={mod1,mod2,default,all,none}]
5672                           Enable specific image encoders],
5673 [ for option in `echo $enableval | sed 's/,/ /g'`; do
5674     if test "$option" = "yes" || test "$option" = "all"; then
5675         addencoder="$MOZ_IMG_ENCODERS_DEFAULT"
5676     elif test "$option" = "no" || test "$option" = "none"; then
5677         MOZ_IMG_ENCODERS=""
5678         addencoder=""
5679     elif test "$option" = "default"; then
5680         addencoder="$MOZ_IMG_ENCODERS_DEFAULT"
5681     elif test `echo "$option" | grep -c \^-` != 0; then
5682         option=`echo $option | sed 's/^-//'`
5683         addencoder=`echo "$MOZ_IMG_ENCODERS" | sed "s/ ${option}//"`
5684     else
5685         addencoder="$option"
5686     fi
5687     MOZ_IMG_ENCODERS="$MOZ_IMG_ENCODERS $addencoder"
5688 done],
5689     MOZ_IMG_ENCODERS="$MOZ_IMG_ENCODERS_DEFAULT")
5691 dnl Remove dupes
5692 MOZ_IMG_DECODERS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_IMG_DECODERS}`
5693 MOZ_IMG_ENCODERS=`${PERL} ${srcdir}/build/unix/uniq.pl ${MOZ_IMG_ENCODERS}`
5695 dnl ========================================================
5696 dnl MathML on by default
5697 dnl ========================================================
5698 MOZ_ARG_DISABLE_BOOL(mathml,
5699 [  --disable-mathml        Disable MathML support],
5700     MOZ_MATHML=,
5701     MOZ_MATHML=1 )
5702 if test "$MOZ_MATHML"; then
5703   AC_DEFINE(MOZ_MATHML)
5706 dnl ========================================================
5707 dnl Canvas
5708 dnl ========================================================
5709 MOZ_ARG_DISABLE_BOOL(canvas,
5710 [  --disable-canvas          Disable html:canvas feature],
5711     MOZ_ENABLE_CANVAS=,
5712     MOZ_ENABLE_CANVAS=1 )
5713 if test -n "$MOZ_ENABLE_CANVAS"; then
5714     AC_DEFINE(MOZ_ENABLE_CANVAS)
5716 AC_SUBST(MOZ_ENABLE_CANVAS)
5718 dnl ========================================================
5719 dnl SVG
5720 dnl ========================================================
5721 MOZ_ARG_DISABLE_BOOL(svg,
5722 [  --disable-svg            Disable SVG support],
5723     MOZ_SVG=,
5724     MOZ_SVG=1 )
5725 if test -n "$MOZ_SVG"; then
5726   AC_DEFINE(MOZ_SVG)
5729 dnl ========================================================
5730 dnl Installer
5731 dnl ========================================================
5732 case "$target_os" in
5733     aix*|solaris*|linux*|msvc*|mks*|cygwin*|mingw*|os2*|wince*)
5734         MOZ_INSTALLER=1
5735         ;;
5736 esac
5738 MOZ_ARG_DISABLE_BOOL(installer,
5739 [  --disable-installer     Disable building of installer],
5740     MOZ_INSTALLER=,
5741     MOZ_INSTALLER=1 )
5742 if test -n "$MOZ_INSTALLER" -a -n "$MOZ_XUL_APP" -a "$OS_ARCH" = "WINNT"; then
5743     # Disable installer for Windows builds that use the new toolkit if NSIS
5744     # isn't in the path.
5745     AC_PATH_PROGS(MAKENSIS, makensis)
5746     if test -z "$MAKENSIS" || test "$MAKENSIS" = ":"; then
5747         AC_MSG_ERROR([To build the installer makensis is required in your path. To build without the installer reconfigure using --disable-installer.])
5748     fi
5749     # The Windows build for NSIS requires the iconv command line utility to
5750     # convert the charset of the locale files.
5751     AC_PATH_PROGS(HOST_ICONV, $HOST_ICONV "iconv", "")
5752     if test -z "$HOST_ICONV"; then
5753         AC_MSG_ERROR([To build the installer iconv is required in your path. To build without the installer reconfigure using --disable-installer.])
5754     fi
5757 # Automatically disable installer if xpinstall isn't built
5758 if test -z "$MOZ_XPINSTALL"; then
5759     MOZ_INSTALLER=
5761 AC_SUBST(MOZ_INSTALLER)
5763 AC_MSG_CHECKING([for tar archiver])
5764 AC_CHECK_PROGS(TAR, gnutar gtar tar, "")
5765 if test -z "$TAR"; then
5766     AC_MSG_ERROR([no tar archiver found in \$PATH])
5768 AC_MSG_RESULT([$TAR])
5769 AC_SUBST(TAR)
5771 AC_MSG_CHECKING([for wget])
5772 AC_CHECK_PROGS(WGET, wget, "")
5773 AC_MSG_RESULT([$WGET])
5774 AC_SUBST(WGET)
5776 dnl ========================================================
5777 dnl Updater
5778 dnl ========================================================
5780 MOZ_ARG_DISABLE_BOOL(updater,
5781 [  --disable-updater       Disable building of updater],
5782     MOZ_UPDATER=,
5783     MOZ_UPDATER=1 )
5784 # The Windows build requires the iconv command line utility
5785 # in order to build the updater.
5786 case "$target_os" in
5787     msvc*|mks*|cygwin*|mingw*|wince*)
5788         if test -n "$MOZ_UPDATER"; then
5789             AC_MSG_CHECKING([for iconv])
5790             AC_CHECK_PROGS(HOST_ICONV, $HOST_ICONV "iconv", "")
5791             if test -z "$HOST_ICONV"; then
5792                 AC_MSG_ERROR([iconv not found in \$PATH])
5793             fi
5794         fi
5795         ;;
5796 esac
5797 AC_SUBST(MOZ_UPDATER)
5799 # app update channel is 'default' when not supplied.
5800 MOZ_ARG_ENABLE_STRING([update-channel],
5801 [  --enable-update-channel=CHANNEL
5802                            Select application update channel (default=default)],
5803     MOZ_UPDATE_CHANNEL=`echo $enableval | tr A-Z a-z`)
5805 if test -z "$MOZ_UPDATE_CHANNEL"; then
5806     MOZ_UPDATE_CHANNEL=default
5808 AC_DEFINE_UNQUOTED(MOZ_UPDATE_CHANNEL, $MOZ_UPDATE_CHANNEL)
5810 # tools/update-packaging is not checked out by default.
5811 MOZ_ARG_ENABLE_BOOL(update-packaging,
5812 [  --enable-update-packaging
5813                            Enable tools/update-packaging],
5814     MOZ_UPDATE_PACKAGING=1,
5815     MOZ_UPDATE_PACKAGING= )
5816 AC_SUBST(MOZ_UPDATE_PACKAGING)
5818 dnl ========================================================
5819 dnl ActiveX
5820 dnl ========================================================
5822 MOZ_ARG_DISABLE_BOOL(xpconnect-idispatch,
5823 [  --disable-xpconnect-idispatch
5824                           Disable building of xpconnect support for IDispatch
5825                           (win32 only)],
5826     XPC_IDISPATCH_SUPPORT=,
5827     XPC_IDISPATCH_SUPPORT=1)
5828 AC_SUBST(XPC_IDISPATCH_SUPPORT)
5830 MOZ_ARG_DISABLE_BOOL(activex,
5831 [  --disable-activex       Disable building of ActiveX control (win32 only)],
5832     MOZ_NO_ACTIVEX_SUPPORT=1,
5833     MOZ_NO_ACTIVEX_SUPPORT= )
5834 AC_SUBST(MOZ_NO_ACTIVEX_SUPPORT)
5836 MOZ_ARG_DISABLE_BOOL(activex-scripting,
5837 [  --disable-activex-scripting
5838                           Disable building of ActiveX scripting support (win32)],
5839     MOZ_ACTIVEX_SCRIPTING_SUPPORT=,
5840     MOZ_ACTIVEX_SCRIPTING_SUPPORT=1)
5841 AC_SUBST(MOZ_ACTIVEX_SCRIPTING_SUPPORT)
5843 if test -n "$MOZ_NO_ACTIVEX_SUPPORT" -a -n "$MOZ_ACTIVEX_SCRIPTING_SUPPORT";
5844 then
5845     AC_MSG_ERROR([Cannot enable ActiveX scripting support when ActiveX support is disabled.])
5848 if test -n "$XPC_IDISPATCH_SUPPORT" -o -n "$MOZ_ACTIVEX_SCRIPTING_SUPPORT" -o -z "$MOZ_NO_ACTIVEX_SUPPORT"; then
5849 case "$target" in
5850 *-mingw*|*-cygwin*|*-msvc*|*-mks*)
5851     if test "$ac_cv_header_atlbase_h" = "no"; then
5852         AC_MSG_ERROR([System header atlbase.h is not available. See http://developer.mozilla.org/en/docs/atlbase.h for details on fixing this problem.])
5853     fi
5854     ;;
5855 esac
5858 dnl ========================================================
5859 dnl leaky
5860 dnl ========================================================
5861 MOZ_ARG_ENABLE_BOOL(leaky,
5862 [  --enable-leaky          Build leaky memory tool],
5863     MOZ_LEAKY=1,
5864     MOZ_LEAKY=)
5867 dnl ========================================================
5868 dnl xpctools
5869 dnl ========================================================
5870 MOZ_ARG_ENABLE_BOOL(xpctools,
5871 [  --enable-xpctools       Build JS profiling tool],
5872     MOZ_XPCTOOLS=1,
5873     MOZ_XPCTOOLS= )
5876 dnl ========================================================
5877 dnl build the tests by default
5878 dnl ========================================================
5879 MOZ_ARG_DISABLE_BOOL(tests,
5880 [  --disable-tests         Do not build test libraries & programs],
5881     ENABLE_TESTS=,
5882     ENABLE_TESTS=1 )
5884 dnl ========================================================
5885 dnl parental controls (for Windows Vista)
5886 dnl ========================================================
5887 MOZ_ARG_DISABLE_BOOL(parental-controls,
5888 [  --disable-parental-controls
5889                            Do not build parental controls],
5890    MOZ_DISABLE_PARENTAL_CONTROLS=1,
5891    MOZ_DISABLE_PARENTAL_CONTROLS=)
5892 if test -n "$MOZ_DISABLE_PARENTAL_CONTROLS"; then
5893     AC_DEFINE(MOZ_DISABLE_PARENTAL_CONTROLS)
5896 dnl ========================================================
5897 dnl Vista SDK specific api
5898 dnl ========================================================
5899 MOZ_ARG_DISABLE_BOOL(vista-sdk-requirements,
5900 [  --disable-vista-sdk-requirements
5901                            Do not build Vista SDK specific code],
5902    MOZ_DISABLE_VISTA_SDK_REQUIREMENTS=1,
5903    MOZ_DISABLE_VISTA_SDK_REQUIREMENTS=)
5904 if test -n "$MOZ_DISABLE_VISTA_SDK_REQUIREMENTS"; then
5905     AC_MSG_WARN([Resulting builds will not be compatible with Windows Vista. (bug 428970)])
5906     AC_DEFINE(MOZ_DISABLE_VISTA_SDK_REQUIREMENTS)
5907     if test -z "$MOZ_DISABLE_PARENTAL_CONTROLS"; then
5908         AC_DEFINE(MOZ_DISABLE_PARENTAL_CONTROLS)
5909     fi
5910     MOZ_DISABLE_PARENTAL_CONTROLS=1
5911 else
5912 case "$target" in
5913 *-mingw*|*-cygwin*|*-msvc*|*-mks*)
5914     if test "$ac_cv_header_wpcapi_h" = "no"; then
5915         AC_MSG_ERROR([System header wpcapi.h is not available. See updated http://developer.mozilla.org/en/docs/wpcapi.h for details on fixing this problem.])
5916     fi
5917     ;;
5918 esac
5920 AC_SUBST(MOZ_DISABLE_PARENTAL_CONTROLS)
5921 AC_SUBST(MOZ_DISABLE_VISTA_SDK_REQUIREMENTS)
5923 dnl ========================================================
5924 dnl =
5925 dnl = Module specific options
5926 dnl =
5927 dnl ========================================================
5928 MOZ_ARG_HEADER(Individual module options)
5930 dnl ========================================================
5931 dnl = Enable Lea malloc in xpcom. OFF by default.
5932 dnl ========================================================
5933 MOZ_ARG_ENABLE_BOOL(xpcom-lea,
5934 [  --enable-xpcom-lea      Use Lea malloc in xpcom ],
5935     XPCOM_USE_LEA=1,
5936     XPCOM_USE_LEA= )
5937 if test -n "$XPCOM_USE_LEA"; then
5938     AC_DEFINE(XPCOM_USE_LEA)
5941 dnl ========================================================
5942 dnl = Enable places (new history/bookmarks)
5943 dnl ========================================================
5944 MOZ_ARG_ENABLE_BOOL(places,
5945 [  --enable-places        Enable 'places' bookmark/history implementation],
5946     MOZ_PLACES=1,
5947     MOZ_PLACES= )
5948 if test -n "$MOZ_PLACES"; then
5949     AC_DEFINE(MOZ_PLACES)
5950     if test -z "$MOZ_MAIL_NEWS"; then
5951       MOZ_MORK=
5952     fi
5953     MOZ_MORKREADER=1
5954 else
5955   if test "$MOZ_BUILD_APP" = "browser"; then
5956     AC_MSG_ERROR([Cannot build Firefox with --disable-places.])
5957   fi
5960 dnl ========================================================
5961 dnl = Disable feed handling components
5962 dnl ========================================================
5963 MOZ_ARG_DISABLE_BOOL(feeds,
5964 [  --disable-feeds        Disable feed handling and processing components],
5965     MOZ_FEEDS=,
5966     MOZ_FEEDS=1 )
5967 if test -n "$MOZ_FEEDS"; then
5968     AC_DEFINE(MOZ_FEEDS)
5969 else
5970     if test "$MOZ_BUILD_APP" = "browser"; then
5971         AC_MSG_ERROR([Cannot build Firefox with --disable-feeds.])
5972     fi
5975 dnl ========================================================
5976 dnl = Enable mozStorage
5977 dnl ========================================================
5978 dnl Implicitly enabled by default if building calendar or places
5979 MOZ_ARG_ENABLE_BOOL(storage,
5980 [  --enable-storage        Enable mozStorage module and related components],
5981     MOZ_STORAGE=1,
5982     MOZ_STORAGE= )
5983 if test -n "$MOZ_STORAGE"; then
5984     AC_DEFINE(MOZ_STORAGE)
5987 dnl ========================================================
5988 dnl Check for sqlite
5989 dnl ========================================================
5991 MOZ_NATIVE_SQLITE=
5992 MOZ_ARG_ENABLE_BOOL(system-sqlite,
5993 [  --enable-system-sqlite  Use system sqlite (located with pkgconfig)],
5994 MOZ_NATIVE_SQLITE=1,
5995 MOZ_NATIVE_SQLITE= )
5997 if test -z "$MOZ_NATIVE_SQLITE"
5998 then
5999     SQLITE_CFLAGS=
6000     SQLITE_LIBS='$(call EXPAND_LIBNAME_PATH,sqlite3,$(DIST)/lib)'
6001 else
6002     PKG_CHECK_MODULES(SQLITE, sqlite3 >= $SQLITE_VERSION)
6005 AC_SUBST(MOZ_NATIVE_SQLITE)
6007 dnl ========================================================
6008 dnl = Enable help viewer (off by default)
6009 dnl ========================================================
6010 MOZ_ARG_ENABLE_BOOL(help-viewer,
6011 [  --enable-help-viewer        Enable help viewer],
6012     MOZ_HELP_VIEWER=1,
6013     MOZ_HELP_VIEWER= )
6014 if test -n "$MOZ_HELP_VIEWER"; then
6015      AC_DEFINE(MOZ_HELP_VIEWER)
6017 AC_SUBST(MOZ_HELP_VIEWER)
6018 if test "$MOZ_BUILD_APP" = "browser" -a -n "$MOZ_HELP_VIEWER"; then
6019     AC_MSG_ERROR([Cannot build Firefox with --enable-help-viewer.])
6022 dnl ========================================================
6023 dnl = Enable safe browsing (anti-phishing)
6024 dnl ========================================================
6025 MOZ_ARG_ENABLE_BOOL(safe-browsing,
6026 [  --enable-safe-browsing        Enable safe browsing (anti-phishing) implementation],
6027     MOZ_SAFE_BROWSING=1,
6028     MOZ_SAFE_BROWSING= )
6029 if test -n "$MOZ_SAFE_BROWSING"; then
6030     AC_DEFINE(MOZ_SAFE_BROWSING)
6032 AC_SUBST(MOZ_SAFE_BROWSING)
6034 dnl ========================================================
6035 dnl = Enable url-classifier
6036 dnl ========================================================
6037 dnl Implicitly enabled by default if building with safe-browsing
6038 if test -n "$MOZ_SAFE_BROWSING"; then
6039     MOZ_URL_CLASSIFIER=1
6041 MOZ_ARG_ENABLE_BOOL(url-classifier,
6042 [  --enable-url-classifier        Enable url classifier module],
6043     MOZ_URL_CLASSIFIER=1,
6044     MOZ_URL_CLASSIFIER= )
6045 if test -n "$MOZ_URL_CLASSIFIER"; then
6046     AC_DEFINE(MOZ_URL_CLASSIFIER)
6048 AC_SUBST(MOZ_URL_CLASSIFIER)
6050 dnl ========================================================
6051 dnl = Disable zipwriter
6052 dnl ========================================================
6053 MOZ_ARG_DISABLE_BOOL(zipwriter,
6054 [  --disable-zipwriter             Disable zipwriter component],
6055     MOZ_ZIPWRITER=,
6056     MOZ_ZIPWRITER=1 )
6057 AC_SUBST(MOZ_ZIPWRITER)
6059 dnl ========================================================
6060 dnl = Enable Ultrasparc specific optimizations for JS
6061 dnl ========================================================
6062 MOZ_ARG_ENABLE_BOOL(js-ultrasparc,
6063 [  --enable-js-ultrasparc  Use UltraSPARC optimizations in JS],
6064     JS_ULTRASPARC_OPTS=1,
6065     JS_ULTRASPARC_OPTS= )
6067 dnl only enable option for ultrasparcs
6068 if test `echo "$target_os" | grep -c \^solaris 2>/dev/null` = 0 -o \
6069     "$OS_TEST" != "sun4u"; then
6070     JS_ULTRASPARC_OPTS=
6072 AC_SUBST(JS_ULTRASPARC_OPTS)
6074 dnl ========================================================
6075 dnl = Hildon and OSSO checks
6076 dnl ========================================================
6077 PKG_CHECK_MODULES(LIBHILONMIME,libhildonmime,
6078                   NS_HILDON=1,
6079                   NS_HILDON=)
6080 if test $NS_HILDON; then
6081    AC_DEFINE(NS_HILDON)
6084 PKG_CHECK_MODULES(LIBOSSO,libosso,
6085                   NS_OSSO=1,
6086                   NS_OSSO=)
6088 if test $NS_OSSO; then
6089     if test -z "$MOZ_ENABLE_DBUS"; then
6090         AC_MSG_ERROR([DBus is required when building for OSSO])
6091     fi
6092     AC_DEFINE(NS_OSSO)     
6095 dnl ========================================================
6096 dnl =
6097 dnl = Feature options that require extra sources to be pulled
6098 dnl =
6099 dnl ========================================================
6100 dnl MOZ_ARG_HEADER(Features that require extra sources)
6102 dnl ========================================================
6103 dnl =
6104 dnl = Debugging Options
6105 dnl = 
6106 dnl ========================================================
6107 MOZ_ARG_HEADER(Debugging and Optimizations)
6109 dnl ========================================================
6110 dnl = Disable building with debug info.
6111 dnl = Debugging is OFF by default
6112 dnl ========================================================
6113 if test -z "$MOZ_DEBUG_FLAGS"
6114 then
6115     case "$target" in
6116     *-irix*)
6117         if test "$GNU_CC"; then
6118             GCC_VERSION=`$CC -v 2>&1 | awk '/version/ { print $3 }'`
6119             case "$GCC_VERSION" in
6120             2.95.*)
6121                 MOZ_DEBUG_FLAGS=""
6122                 ;;
6123             *)
6124                 MOZ_DEBUG_FLAGS="-g"
6125                 ;;
6126             esac
6127         else
6128             MOZ_DEBUG_FLAGS="-g"
6129         fi
6130         ;;
6131     *)
6132         MOZ_DEBUG_FLAGS="-g"
6133         ;;
6134     esac
6137 MOZ_ARG_ENABLE_STRING(debug,
6138 [  --enable-debug[=DBG]    Enable building with developer debug info
6139                           (Using compiler flags DBG)],
6140 [ if test "$enableval" != "no"; then
6141     MOZ_DEBUG=1
6142     if test -n "$enableval" && test "$enableval" != "yes"; then
6143         MOZ_DEBUG_FLAGS=`echo $enableval | sed -e 's|\\\ | |g'`
6144     fi
6145   else
6146     MOZ_DEBUG=
6147   fi ],
6148   MOZ_DEBUG=)
6150 MOZ_DEBUG_ENABLE_DEFS="-DDEBUG -D_DEBUG"
6151  case "${target_os}" in
6152     beos*)
6153         MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DDEBUG_${USER}"
6154         ;;
6155     msvc*|mks*|cygwin*|mingw*|os2*|wince*)
6156         MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DDEBUG_`echo ${USERNAME} | sed -e 's| |_|g'`"
6157         ;;
6158     *) 
6159         MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DDEBUG_`$WHOAMI`"
6160         ;;
6161   esac
6162 MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DTRACING"
6164 MOZ_DEBUG_DISABLE_DEFS="-DNDEBUG -DTRIMMED"
6166 if test -n "$MOZ_DEBUG"; then
6167     AC_MSG_CHECKING([for valid debug flags])
6168     _SAVE_CFLAGS=$CFLAGS
6169     CFLAGS="$CFLAGS $MOZ_DEBUG_FLAGS"
6170     AC_TRY_COMPILE([#include <stdio.h>], 
6171         [printf("Hello World\n");],
6172         _results=yes,
6173         _results=no)
6174     AC_MSG_RESULT([$_results])
6175     if test "$_results" = "no"; then
6176         AC_MSG_ERROR([These compiler flags are invalid: $MOZ_DEBUG_FLAGS])
6177     fi
6178     CFLAGS=$_SAVE_CFLAGS
6181 dnl ========================================================
6182 dnl = Enable code optimization. ON by default.
6183 dnl ========================================================
6184 if test -z "$MOZ_OPTIMIZE_FLAGS"; then
6185         MOZ_OPTIMIZE_FLAGS="-O"
6188 MOZ_ARG_ENABLE_STRING(optimize,
6189 [  --disable-optimize      Disable compiler optimization
6190   --enable-optimize=[OPT] Specify compiler optimization flags [OPT=-O]],
6191 [ if test "$enableval" != "no"; then
6192     MOZ_OPTIMIZE=1
6193     if test -n "$enableval" && test "$enableval" != "yes"; then
6194         MOZ_OPTIMIZE_FLAGS=`echo "$enableval" | sed -e 's|\\\ | |g'`
6195         MOZ_OPTIMIZE=2
6196     fi
6197 else
6198     MOZ_OPTIMIZE=
6199 fi ], MOZ_OPTIMIZE=1)
6201 if test "$COMPILE_ENVIRONMENT"; then
6202 if test -n "$MOZ_OPTIMIZE"; then
6203     AC_MSG_CHECKING([for valid optimization flags])
6204     _SAVE_CFLAGS=$CFLAGS
6205     CFLAGS="$CFLAGS $MOZ_OPTIMIZE_FLAGS"
6206     AC_TRY_COMPILE([#include <stdio.h>], 
6207         [printf("Hello World\n");],
6208         _results=yes,
6209         _results=no)
6210     AC_MSG_RESULT([$_results])
6211     if test "$_results" = "no"; then
6212         AC_MSG_ERROR([These compiler flags are invalid: $MOZ_OPTIMIZE_FLAGS])
6213     fi
6214     CFLAGS=$_SAVE_CFLAGS
6216 fi # COMPILE_ENVIRONMENT
6218 AC_SUBST(MOZ_OPTIMIZE)
6219 AC_SUBST(MOZ_OPTIMIZE_FLAGS)
6220 AC_SUBST(MOZ_OPTIMIZE_LDFLAGS)
6221 AC_SUBST(MOZ_OPTIMIZE_SIZE_TWEAK)
6223 dnl ========================================================
6224 dnl = Enable/disable debug for specific modules only
6225 dnl =   module names beginning with ^ will be disabled 
6226 dnl ========================================================
6227 MOZ_ARG_ENABLE_STRING(debug-modules,
6228 [  --enable-debug-modules  Enable/disable debug info for specific modules],
6229 [ MOZ_DEBUG_MODULES=`echo $enableval| sed 's/,/ /g'` ] )
6231 dnl ========================================================
6232 dnl = Enable/disable generation of debugger info for specific modules only
6233 dnl =    the special module name ALL_MODULES can be used to denote all modules
6234 dnl =    module names beginning with ^ will be disabled
6235 dnl ========================================================
6236 MOZ_ARG_ENABLE_STRING(debugger-info-modules,
6237 [  --enable-debugger-info-modules
6238                           Enable/disable debugger info for specific modules],
6239 [ for i in `echo $enableval | sed 's/,/ /g'`; do
6240       dnl note that the list of module names is reversed as it is copied
6241       dnl this is important, as it will allow config.mk to interpret stuff like
6242       dnl "^ALL_MODULES xpcom" properly
6243       if test "$i" = "no"; then
6244         i="^ALL_MODULES"
6245       fi
6246       if test "$i" = "yes"; then
6247         i="ALL_MODULES"
6248       fi
6249       MOZ_DBGRINFO_MODULES="$i $MOZ_DBGRINFO_MODULES";
6250     done ])
6252 dnl ========================================================
6253 dnl Enable garbage collector
6254 dnl ========================================================
6255 MOZ_ARG_ENABLE_BOOL(boehm,
6256 [  --enable-boehm          Enable the Boehm Garbage Collector],
6257     GC_LEAK_DETECTOR=1,
6258     GC_LEAK_DETECTOR= )
6259 if test -n "$GC_LEAK_DETECTOR"; then
6260     AC_DEFINE(GC_LEAK_DETECTOR)
6263 dnl ========================================================
6264 dnl Disable runtime logging checks
6265 dnl ========================================================
6266 MOZ_ARG_DISABLE_BOOL(logging,
6267 [  --disable-logging       Disable logging facilities],
6268     NS_DISABLE_LOGGING=1,
6269     NS_DISABLE_LOGGING= )
6270 if test "$NS_DISABLE_LOGGING"; then
6271     AC_DEFINE(NS_DISABLE_LOGGING)
6272 else
6273     AC_DEFINE(MOZ_LOGGING)
6276 dnl ========================================================
6277 dnl = dnl This will enable logging of addref, release, ctor, dtor.
6278 dnl ========================================================
6279 _ENABLE_LOGREFCNT=42
6280 MOZ_ARG_ENABLE_BOOL(logrefcnt,
6281 [  --enable-logrefcnt      Enable logging of refcounts (default=debug) ],
6282     _ENABLE_LOGREFCNT=1,
6283     _ENABLE_LOGREFCNT= )
6284 if test "$_ENABLE_LOGREFCNT" = "1"; then
6285     AC_DEFINE(FORCE_BUILD_REFCNT_LOGGING)
6286 elif test -z "$_ENABLE_LOGREFCNT"; then
6287     AC_DEFINE(NO_BUILD_REFCNT_LOGGING)
6290 dnl ========================================================
6291 dnl = Enable trace malloc
6292 dnl ========================================================
6293 NS_TRACE_MALLOC=${MOZ_TRACE_MALLOC}
6294 MOZ_ARG_ENABLE_BOOL(trace-malloc,
6295 [  --enable-trace-malloc   Enable malloc tracing],
6296     NS_TRACE_MALLOC=1,
6297     NS_TRACE_MALLOC= )
6298 if test "$NS_TRACE_MALLOC"; then
6299   # Please, Mr. Linker Man, don't take away our symbol names
6300   MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS=
6301   USE_ELF_DYNSTR_GC=
6302   AC_DEFINE(NS_TRACE_MALLOC)
6304 AC_SUBST(NS_TRACE_MALLOC)
6306 dnl ========================================================
6307 dnl = Enable jemalloc
6308 dnl ========================================================
6309 MOZ_ARG_ENABLE_BOOL(jemalloc,
6310 [  --enable-jemalloc       Replace memory allocator with jemalloc],
6311     MOZ_MEMORY=1,
6312     MOZ_MEMORY=)
6314 if test "$NS_TRACE_MALLOC"; then
6315     MOZ_MEMORY=
6318 if test "$MOZ_MEMORY"; then
6320   dnl Don't try to run compiler tests on Windows  
6321   if test "$OS_ARCH" = "WINNT"; then
6322     if test -z "$HAVE_64BIT_OS"; then
6323       AC_DEFINE_UNQUOTED([MOZ_MEMORY_SIZEOF_PTR_2POW], 2)
6324     else
6325       AC_DEFINE_UNQUOTED([MOZ_MEMORY_SIZEOF_PTR_2POW], 3)
6326     fi
6327   else
6328     AC_CHECK_SIZEOF([int *], [4])
6329     case "${ac_cv_sizeof_int_p}" in
6330     4)
6331       AC_DEFINE_UNQUOTED([MOZ_MEMORY_SIZEOF_PTR_2POW], 2)
6332       ;;
6333     8)
6334       AC_DEFINE_UNQUOTED([MOZ_MEMORY_SIZEOF_PTR_2POW], 3)
6335       ;;
6336     *)
6337       AC_MSG_ERROR([Unexpected pointer size])
6338       ;;
6339     esac
6340   fi
6342   AC_DEFINE(MOZ_MEMORY)
6343   if test "x$MOZ_DEBUG" = "x1"; then
6344     AC_DEFINE(MOZ_MEMORY_DEBUG)
6345   fi
6346   dnl The generic feature tests that determine how to compute ncpus are long and
6347   dnl complicated.  Therefore, simply define special cpp variables for the
6348   dnl platforms we have special knowledge of.
6349   case "${target_os}" in
6350   darwin*)
6351     AC_DEFINE(MOZ_MEMORY_DARWIN)
6352     ;;
6353   *-freebsd*)
6354     AC_DEFINE(MOZ_MEMORY_BSD)
6355     ;;
6356   *linux*)
6357     AC_DEFINE(MOZ_MEMORY_LINUX)
6358     ;;
6359   netbsd*)
6360     AC_DEFINE(MOZ_MEMORY_BSD)
6361     ;;
6362   solaris*)
6363     AC_DEFINE(MOZ_MEMORY_SOLARIS)
6364     ;;
6365   msvc*|mks*|cygwin*|mingw*)
6366     AC_DEFINE(MOZ_MEMORY_WINDOWS)
6367     dnl XXX: should test for vc8sp1 here, otherwise patching the crt src
6368     dnl will fail miserably
6369     if test "$_CC_SUITE" -lt "8"; then
6370         AC_MSG_ERROR([Building jemalloc requires Visual C++ 2005 or better])
6371     fi
6372     if test -z "$WIN32_CRT_SRC_DIR" -a -z "$WIN32_CUSTOM_CRT_DIR"; then
6373       if test -z "$VCINSTALLDIR" -o ! -d "$VCINSTALLDIR"; then
6374         AC_MSG_ERROR([When building jemalloc, either set WIN32_CRT_SRC_DIR to the path to the Visual C++ CRT source (usually VCINSTALLDIR\crt\src), or set WIN32_CUSTOM_CRT_DIR to the path to a folder containing a pre-built CRT DLL.])
6375       else
6376         WIN32_CRT_SRC_DIR="$VCINSTALLDIR\crt\src"
6377       fi
6378     fi
6379     if test -z "$WIN32_CRT_SRC_DIR"; then
6380       # pre-built dll
6381       WIN32_CUSTOM_CRT_DIR=`cd "$WIN32_CUSTOM_CRT_DIR" && pwd`
6382       _WIN_UNIX_CRT_PATH="$WIN32_CUSTOM_CRT_DIR"
6383     else
6384       # CRT source directory
6385       WIN32_CRT_SRC_DIR=`cd "$WIN32_CRT_SRC_DIR" && pwd`
6386       _CRT_BASE_DIR=`basename "$WIN32_CRT_SRC_DIR"`
6387       _WIN_UNIX_CRT_PATH="$_objdir/memory/jemalloc/$_CRT_BASE_DIR/build/intel"
6388     fi
6389     dnl need win32 paths in LIB, hence this python abuse.  extra brackets
6390     dnl are to avoid m4
6391     _WIN_CRT_PATH=[`$PYTHON -c 'import sys, os.path; print os.path.normpath(sys.argv[1])' "$_WIN_UNIX_CRT_PATH"`]
6392     MOZ_LIB="$_WIN_CRT_PATH;$LIB"
6393     dnl Needs to be in PATH too, since our tools will wind up linked against it.
6394     dnl This needs to be unix style.
6395     MOZ_PATH="$PATH:$_WIN_UNIX_CRT_PATH"
6396     dnl Statically link the C++ stdlib.  We only use this for Breakpad anyway.
6397     AC_DEFINE(_STATIC_CPPLIB)
6398     dnl Don't generate a manifest, since we're linking to a custom CRT.
6399     LDFLAGS="$LDFLAGS -MANIFEST:NO"
6400     dnl Also pass this to NSPR/NSS
6401     DLLFLAGS="$DLLFLAGS -MANIFEST:NO"
6402     export DLLFLAGS
6403     ;;
6404   *)
6405     AC_MSG_ERROR([--enable-jemalloc not supported on ${target}])
6406     ;;
6407   esac
6409   AC_ARG_WITH([valgrind],
6410     [  --with-valgrind         Enable valgrind integration hooks],
6411     [enable_valgrind="yes"], [enable_valgrind="no"])
6412   AC_CHECK_HEADER([valgrind/valgrind.h], [], [enable_valgrind="no"])
6413   if test "x$enable_valgrind" = "xyes" ; then
6414     AC_DEFINE(MOZ_VALGRIND)
6415   fi
6417 AC_SUBST(MOZ_MEMORY)
6418 AC_SUBST(WIN32_CRT_SRC_DIR)
6419 AC_SUBST(WIN32_CUSTOM_CRT_DIR)
6420 AC_SUBST(MOZ_LIB)
6421 AC_SUBST(MOZ_PATH)
6422 dnl Need to set this for make because NSS doesn't have configure
6423 AC_SUBST(DLLFLAGS)
6425 dnl ========================================================
6426 dnl = Use malloc wrapper lib
6427 dnl ========================================================
6428 MOZ_ARG_ENABLE_BOOL(wrap-malloc,
6429 [  --enable-wrap-malloc    Wrap malloc calls (gnu linker only)],
6430     _WRAP_MALLOC=1,
6431     _WRAP_MALLOC= )
6433 if test -n "$_WRAP_MALLOC"; then
6434     if test "$GNU_CC"; then
6435     WRAP_MALLOC_CFLAGS="${LDFLAGS} -Wl,--wrap -Wl,malloc -Wl,--wrap -Wl,free -Wl,--wrap -Wl,realloc -Wl,--wrap -Wl,__builtin_new -Wl,--wrap -Wl,__builtin_vec_new -Wl,--wrap -Wl,__builtin_delete -Wl,--wrap -Wl,__builtin_vec_delete -Wl,--wrap -Wl,PR_Free -Wl,--wrap -Wl,PR_Malloc -Wl,--wrap -Wl,PR_Calloc -Wl,--wrap -Wl,PR_Realloc"
6436     MKSHLIB='$(CXX) $(DSO_LDOPTS) $(WRAP_MALLOC_CFLAGS) -o $@'
6437     fi
6440 dnl ========================================================
6441 dnl = Location of malloc wrapper lib
6442 dnl ========================================================
6443 MOZ_ARG_WITH_STRING(wrap-malloc,
6444 [  --with-wrap-malloc=DIR  Location of malloc wrapper library],
6445     WRAP_MALLOC_LIB=$withval)
6447 dnl ========================================================
6448 dnl = Use Electric Fence
6449 dnl ========================================================
6450 MOZ_ARG_ENABLE_BOOL(efence,
6451 [  --enable-efence         Link with Electric Fence],
6452     _ENABLE_EFENCE=1,
6453     _ENABLE_EFENCE= )
6454 if test -n "$_ENABLE_EFENCE"; then
6455     AC_CHECK_LIB(efence,malloc)
6458 dnl ========================================================
6459 dnl jprof
6460 dnl ========================================================
6461 MOZ_ARG_ENABLE_BOOL(jprof,
6462 [  --enable-jprof          Enable jprof profiling tool (needs mozilla/tools/jprof)],
6463     MOZ_JPROF=1,
6464     MOZ_JPROF= )
6465 if test -n "$MOZ_JPROF"; then
6466     AC_DEFINE(MOZ_JPROF)
6469 dnl ========================================================
6470 dnl shark
6471 dnl ========================================================
6472 MOZ_ARG_ENABLE_BOOL(shark,
6473 [  --enable-shark          Enable shark remote profiling (needs CHUD framework)],
6474     MOZ_SHARK=1,
6475     MOZ_SHARK= )
6476 if test -n "$MOZ_SHARK"; then
6477     AC_DEFINE(MOZ_SHARK)
6480 dnl ========================================================
6481 dnl callgrind
6482 dnl ========================================================
6483 MOZ_ARG_ENABLE_BOOL(callgrind,
6484 [  --enable-callgrind      Enable callgrind profiling],
6485     MOZ_CALLGRIND=1,
6486     MOZ_CALLGRIND= )
6487 if test -n "$MOZ_CALLGRIND"; then
6488     AC_DEFINE(MOZ_CALLGRIND)
6491 dnl ========================================================
6492 dnl vtune
6493 dnl ========================================================
6494 MOZ_ARG_ENABLE_BOOL(vtune,
6495 [  --enable-vtune          Enable vtune profiling],
6496     MOZ_VTUNE=1,
6497     MOZ_VTUNE= )
6498 if test -n "$MOZ_VTUNE"; then
6499     AC_DEFINE(MOZ_VTUNE)
6502 dnl ========================================================
6503 dnl = Enable static checking using gcc-dehydra
6504 dnl ========================================================
6506 MOZ_ARG_WITH_STRING(static-checking,
6507 [  --with-static-checking=path/to/gcc_dehydra.so
6508                             Enable static checking of code using GCC-dehydra],
6509     DEHYDRA_PATH=$withval,
6510     DEHYDRA_PATH= )
6512 if test -n "$DEHYDRA_PATH"; then
6513     if ! test -f "$DEHYDRA_PATH"; then
6514         AC_MSG_ERROR([The dehydra plugin is not at the specified path.])
6515     fi
6516     AC_DEFINE(NS_STATIC_CHECKING)
6518 AC_SUBST(DEHYDRA_PATH)
6520 dnl ========================================================
6521 dnl = Enable stripping of libs & executables
6522 dnl ========================================================
6523 MOZ_ARG_ENABLE_BOOL(strip,
6524 [  --enable-strip          Enable stripping of libs & executables ],
6525     ENABLE_STRIP=1,
6526     ENABLE_STRIP= )
6528 dnl ========================================================
6529 dnl = Enable stripping of libs & executables when packaging
6530 dnl ========================================================
6531 MOZ_ARG_ENABLE_BOOL(install-strip,
6532 [  --enable-install-strip  Enable stripping of libs & executables when packaging ],
6533     PKG_SKIP_STRIP= ,
6534     PKG_SKIP_STRIP=1)
6536 dnl ========================================================
6537 dnl = --enable-elf-dynstr-gc
6538 dnl ========================================================
6539 MOZ_ARG_ENABLE_BOOL(elf-dynstr-gc,
6540 [  --enable-elf-dynstr-gc  Enable elf dynstr garbage collector (opt builds only)],
6541     USE_ELF_DYNSTR_GC=1,
6542     USE_ELF_DYNSTR_GC= )
6544 dnl ========================================================
6545 dnl = --enable-old-abi-compat-wrappers
6546 dnl ========================================================
6547 dnl on x86 linux, the current builds of some popular plugins (notably
6548 dnl flashplayer and real) expect a few builtin symbols from libgcc
6549 dnl which were available in some older versions of gcc.  However,
6550 dnl they're _NOT_ available in newer versions of gcc (eg 3.1), so if
6551 dnl we want those plugin to work with a gcc-3.1 built binary, we need
6552 dnl to provide these symbols.  MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS defaults
6553 dnl to true on x86 linux, and false everywhere else.
6556 MOZ_ARG_ENABLE_BOOL(old-abi-compat-wrappers,
6557 [  --enable-old-abi-compat-wrappers
6558                           Support old GCC ABI symbols to ease the pain 
6559                           of the linux compiler change],
6560     MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS=1,
6561     MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS= )
6562 if test "$COMPILE_ENVIRONMENT"; then
6563 if test "$MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS"; then
6564     AC_LANG_SAVE
6565     AC_LANG_CPLUSPLUS
6566     AC_CHECK_FUNCS(__builtin_vec_new __builtin_vec_delete __builtin_new __builtin_delete __pure_virtual)
6567     AC_LANG_RESTORE
6568     AC_DEFINE(MOZ_ENABLE_OLD_ABI_COMPAT_WRAPPERS)
6570 fi # COMPILE_ENVIRONMENT
6572 dnl ========================================================
6573 dnl = --enable-prebinding
6574 dnl ========================================================
6575 MOZ_ARG_ENABLE_BOOL(prebinding,
6576 [  --enable-prebinding     Enable prebinding (Mac OS X only)],
6577     USE_PREBINDING=1,
6578     USE_PREBINDING= )
6580 dnl ========================================================
6581 dnl = 
6582 dnl = Profiling and Instrumenting
6583 dnl = 
6584 dnl ========================================================
6585 MOZ_ARG_HEADER(Profiling and Instrumenting)
6587 dnl ========================================================
6588 dnl = Enable timeline service, which provides lightweight
6589 dnl = instrumentation of mozilla for performance measurement.
6590 dnl = Timeline is off by default.
6591 dnl ========================================================
6592 MOZ_ARG_ENABLE_BOOL(timeline,
6593 [  --enable-timeline       Enable timeline services ],
6594     MOZ_TIMELINE=1,
6595     MOZ_TIMELINE= )
6596 if test -n "$MOZ_TIMELINE"; then
6597     AC_DEFINE(MOZ_TIMELINE)
6600 dnl ========================================================
6601 dnl Turn on reflow counting
6602 dnl ========================================================
6603 MOZ_ARG_ENABLE_BOOL(reflow-perf,
6604 [  --enable-reflow-perf    Enable reflow performance tracing],
6605     MOZ_REFLOW_PERF=1,
6606     MOZ_REFLOW_PERF= )
6607 if test -n "$MOZ_REFLOW_PREF"; then
6608     AC_DEFINE(MOZ_REFLOW_PREF)
6610 AC_SUBST(MOZ_REFLOW_PERF)
6612 dnl ========================================================
6613 dnl Enable performance metrics.
6614 dnl ========================================================
6615 MOZ_ARG_ENABLE_BOOL(perf-metrics,
6616 [  --enable-perf-metrics   Enable performance metrics],
6617     MOZ_PERF_METRICS=1,
6618     MOZ_PERF_METRICS= )
6619 if test -n "$MOZ_PERF_METRICS"; then
6620     AC_DEFINE(MOZ_PERF_METRICS)
6623 dnl ========================================================
6624 dnl Enable code size metrics.
6625 dnl ========================================================
6626 MOZ_ARG_ENABLE_BOOL(codesighs,
6627 [  --enable-codesighs      Enable code size analysis tools],
6628     _ENABLE_CODESIGHS=1,
6629     _ENABLE_CODESIGHS= )
6630 if test -n "$_ENABLE_CODESIGHS"; then
6631     if test -d $srcdir/tools/codesighs; then 
6632         MOZ_MAPINFO=1
6633     else
6634         AC_MSG_ERROR([Codesighs directory $srcdir/tools/codesighs required.])
6635     fi
6638 dnl ========================================================
6639 dnl = Add support for Eazel profiler
6640 dnl ========================================================
6641 MOZ_ARG_ENABLE_BOOL(eazel-profiler-support,
6642 [  --enable-eazel-profiler-support
6643                           Enable Corel/Eazel profiler support],
6644     ENABLE_EAZEL_PROFILER=1,
6645     ENABLE_EAZEL_PROFILER= )
6646 if test -n "$ENABLE_EAZEL_PROFILER"; then
6647     AC_DEFINE(ENABLE_EAZEL_PROFILER)
6648     USE_ELF_DYNSTR_GC=
6649     MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS=
6650     EAZEL_PROFILER_CFLAGS="-g -O -gdwarf-2 -finstrument-functions -D__NO_STRING_INLINES  -D__NO_MATH_INLINES"
6651     EAZEL_PROFILER_LIBS="-lprofiler -lpthread"
6654 MOZ_ARG_ENABLE_STRING(profile-modules,
6655 [  --enable-profile-modules
6656                           Enable/disable profiling for specific modules],
6657 [ MOZ_PROFILE_MODULES=`echo $enableval| sed 's/,/ /g'` ] )
6659 MOZ_ARG_ENABLE_BOOL(insure,
6660 [  --enable-insure         Enable insure++ instrumentation (linux only)],
6661     _ENABLE_INSURE=1,
6662     _ENABLE_INSURE= )
6663 if test -n "$_ENABLE_INSURE"; then
6664     MOZ_INSURE="insure"
6665     MOZ_INSURIFYING=1
6666     MOZ_INSURE_DIRS="."
6667     MOZ_INSURE_EXCLUDE_DIRS="config"
6670 MOZ_ARG_WITH_STRING(insure-dirs,
6671 [  --with-insure-dirs=DIRS
6672                           Dirs to instrument with insure ],
6673     MOZ_INSURE_DIRS=$withval )
6675 MOZ_ARG_WITH_STRING(insure-exclude-dirs,
6676 [  --with-insure-exclude-dirs=DIRS
6677                           Dirs to not instrument with insure ],
6678     MOZ_INSURE_EXCLUDE_DIRS="config $withval" )
6680 dnl ========================================================
6681 dnl = Support for Quantify (Windows)
6682 dnl ========================================================
6683 MOZ_ARG_ENABLE_BOOL(quantify,
6684 [  --enable-quantify      Enable Quantify support (Windows only) ],
6685     MOZ_QUANTIFY=1,
6686     MOZ_QUANTIFY= )
6688 dnl ========================================================
6689 dnl = Support for demangling undefined symbols
6690 dnl ========================================================
6691 if test -z "$SKIP_LIBRARY_CHECKS"; then
6692     AC_LANG_SAVE
6693     AC_LANG_CPLUSPLUS
6694     AC_CHECK_FUNCS(__cxa_demangle, HAVE_DEMANGLE=1, HAVE_DEMANGLE=)
6695     AC_LANG_RESTORE
6698 # Demangle only for debug or trace-malloc builds
6699 MOZ_DEMANGLE_SYMBOLS=
6700 if test "$HAVE_DEMANGLE" -a "$HAVE_GCC3_ABI" && test "$MOZ_DEBUG" -o "$NS_TRACE_MALLOC"; then
6701     MOZ_DEMANGLE_SYMBOLS=1
6702     AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)
6704 AC_SUBST(MOZ_DEMANGLE_SYMBOLS)
6706 dnl ========================================================
6707 dnl = Support for gcc stack unwinding (from gcc 3.3)
6708 dnl ========================================================
6709 if test "$HAVE_GCC3_ABI" && test -z "$SKIP_LIBRARY_CHECKS"; then
6710     AC_CHECK_HEADER(unwind.h, AC_CHECK_FUNCS(_Unwind_Backtrace))
6713 dnl ========================================================
6714 dnl =
6715 dnl = Misc. Options
6716 dnl = 
6717 dnl ========================================================
6718 MOZ_ARG_HEADER(Misc. Options)
6720 dnl ========================================================
6721 dnl update xterm title
6722 dnl ========================================================
6723 MOZ_ARG_ENABLE_BOOL(xterm-updates,
6724 [  --enable-xterm-updates  Update XTERM titles with current command.],
6725     MOZ_UPDATE_XTERM=1,
6726     MOZ_UPDATE_XTERM= )
6728 dnl =========================================================
6729 dnl = Chrome format
6730 dnl =========================================================
6731 MOZ_ARG_ENABLE_STRING([chrome-format],
6732 [  --enable-chrome-format=jar|flat|both|symlink
6733                           Select FORMAT of chrome files (default=jar)],
6734     MOZ_CHROME_FILE_FORMAT=`echo $enableval | tr A-Z a-z`)
6736 if test -z "$MOZ_CHROME_FILE_FORMAT"; then
6737     MOZ_CHROME_FILE_FORMAT=jar
6740 if test "$MOZ_CHROME_FILE_FORMAT" != "jar" && 
6741     test "$MOZ_CHROME_FILE_FORMAT" != "flat" &&
6742     test "$MOZ_CHROME_FILE_FORMAT" != "symlink" &&
6743     test "$MOZ_CHROME_FILE_FORMAT" != "both"; then
6744     AC_MSG_ERROR([--enable-chrome-format must be set to either jar, flat, both, or symlink])
6747 dnl ========================================================
6748 dnl = Define default location for MOZILLA_FIVE_HOME
6749 dnl ========================================================
6750 MOZ_ARG_WITH_STRING(default-mozilla-five-home,
6751 [  --with-default-mozilla-five-home
6752                           Set the default value for MOZILLA_FIVE_HOME],
6753 [ val=`echo $withval`
6754   AC_DEFINE_UNQUOTED(MOZ_DEFAULT_MOZILLA_FIVE_HOME,"$val") ])
6756 dnl ========================================================
6757 dnl = Location of the mozilla user directory (default is ~/.mozilla).],
6758 dnl ========================================================
6759 MOZ_ARG_WITH_STRING(user-appdir,
6760 [  --with-user-appdir=DIR  Set user-specific appdir (default=.mozilla)],
6761 [ val=`echo $withval`
6762 if echo "$val" | grep "\/" >/dev/null; then
6763     AC_MSG_ERROR("Homedir must be single relative path.")
6764 else 
6765     MOZ_USER_DIR="$val"
6766 fi])
6768 AC_DEFINE_UNQUOTED(MOZ_USER_DIR,"$MOZ_USER_DIR")
6770 dnl ========================================================
6771 dnl = Doxygen configuration
6772 dnl ========================================================
6773 dnl Use commas to specify multiple dirs to this arg
6774 MOZ_DOC_INPUT_DIRS='./dist/include ./dist/idl'
6775 MOZ_ARG_WITH_STRING(doc-input-dirs,
6776 [  --with-doc-input-dirs=DIRS
6777                           Header/idl dirs to create docs from],
6778 [ MOZ_DOC_INPUT_DIRS=`echo "$withval" | sed "s/,/ /g"` ] )
6779 AC_SUBST(MOZ_DOC_INPUT_DIRS)
6781 dnl Use commas to specify multiple dirs to this arg
6782 MOZ_DOC_INCLUDE_DIRS='./dist/include ./dist/include/nspr'
6783 MOZ_ARG_WITH_STRING(doc-include-dirs,
6784 [  --with-doc-include-dirs=DIRS  
6785                           Include dirs to preprocess doc headers],
6786 [ MOZ_DOC_INCLUDE_DIRS=`echo "$withval" | sed "s/,/ /g"` ] )
6787 AC_SUBST(MOZ_DOC_INCLUDE_DIRS)
6789 MOZ_DOC_OUTPUT_DIR='./dist/docs'
6790 MOZ_ARG_WITH_STRING(doc-output-dir,
6791 [  --with-doc-output-dir=DIR
6792                           Dir to generate docs into],
6793 [ MOZ_DOC_OUTPUT_DIR=$withval ] )
6794 AC_SUBST(MOZ_DOC_OUTPUT_DIR)
6796 if test -z "$SKIP_COMPILER_CHECKS"; then
6797 dnl ========================================================
6798 dnl =
6799 dnl = Compiler Options
6800 dnl = 
6801 dnl ========================================================
6802 MOZ_ARG_HEADER(Compiler Options)
6804 dnl ========================================================
6805 dnl Check for gcc -pipe support
6806 dnl ========================================================
6807 AC_MSG_CHECKING([for gcc -pipe support])
6808 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
6809     echo '#include <stdio.h>' > dummy-hello.c
6810     echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c
6811     ${CC} -S dummy-hello.c -o dummy-hello.s 2>&5
6812     cat dummy-hello.s | ${AS_BIN} -o dummy-hello.S - 2>&5
6813     if test $? = 0; then
6814         _res_as_stdin="yes"
6815     else
6816         _res_as_stdin="no"
6817     fi
6818     if test "$_res_as_stdin" = "yes"; then
6819         _SAVE_CFLAGS=$CFLAGS
6820         CFLAGS="$CFLAGS -pipe"
6821         AC_TRY_COMPILE( [ #include <stdio.h> ],
6822             [printf("Hello World\n");],
6823             [_res_gcc_pipe="yes"],
6824             [_res_gcc_pipe="no"] )
6825         CFLAGS=$_SAVE_CFLAGS
6826     fi
6827     if test "$_res_as_stdin" = "yes" && test "$_res_gcc_pipe" = "yes"; then
6828         _res="yes";
6829         CFLAGS="$CFLAGS -pipe"
6830         CXXFLAGS="$CXXFLAGS -pipe"
6831     else
6832         _res="no"
6833     fi
6834     rm -f dummy-hello.c dummy-hello.s dummy-hello.S dummy-hello a.out
6835     AC_MSG_RESULT([$_res])
6836 else
6837     AC_MSG_RESULT([no])
6840 dnl pass -Wno-long-long to the compiler
6841 MOZ_ARG_ENABLE_BOOL(long-long-warning,
6842 [  --enable-long-long-warning 
6843                           Warn about use of non-ANSI long long type],
6844     _IGNORE_LONG_LONG_WARNINGS=,
6845     _IGNORE_LONG_LONG_WARNINGS=1)
6847 if test "$_IGNORE_LONG_LONG_WARNINGS"; then
6848      _SAVE_CFLAGS="$CFLAGS"
6849      CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long"
6850      AC_MSG_CHECKING([whether compiler supports -Wno-long-long])
6851      AC_TRY_COMPILE([], [return(0);], 
6852         [ _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
6853           _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
6854           result="yes" ], result="no")
6855      AC_MSG_RESULT([$result])
6856      CFLAGS="$_SAVE_CFLAGS"
6859 dnl ========================================================
6860 dnl Profile guided optimization
6861 dnl ========================================================
6862 dnl Test for profiling options
6863 dnl Under gcc 3.3, use -fprofile-arcs/-fbranch-probabilities
6864 dnl Under gcc 3.4+, use -fprofile-generate/-fprofile-use
6866 dnl Provide a switch to disable PGO even when called via profiledbuild.
6867 MOZ_ARG_DISABLE_BOOL(profile-guided-optimization,
6868 [  --disable-profile-guided-optimization
6869                            Don't build with PGO even if called via make profiledbuild],
6870 MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE=1,
6871 MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE=)
6873 AC_SUBST(MOZ_PROFILE_GUIDED_OPTIMIZE_DISABLE)
6875 _SAVE_CFLAGS="$CFLAGS"
6876 CFLAGS="$CFLAGS -fprofile-generate"
6878 AC_MSG_CHECKING([whether C compiler supports -fprofile-generate])
6879 AC_TRY_COMPILE([], [return 0;],
6880                [ PROFILE_GEN_CFLAGS="-fprofile-generate"
6881                  result="yes" ], result="no")
6882 AC_MSG_RESULT([$result])
6884 if test $result = "yes"; then
6885   PROFILE_GEN_LDFLAGS="-fprofile-generate"
6886   PROFILE_USE_CFLAGS="-fprofile-use"
6887   PROFILE_USE_LDFLAGS="-fprofile-use"
6888 else
6889   CFLAGS="$_SAVE_CFLAGS -fprofile-arcs"
6890   AC_MSG_CHECKING([whether C compiler supports -fprofile-arcs])
6891   AC_TRY_COMPILE([], [return 0;],
6892                  [ PROFILE_GEN_CFLAGS="-fprofile-arcs"
6893                    result="yes" ], result="no")
6894   AC_MSG_RESULT([$result])
6895   if test $result = "yes"; then
6896     PROFILE_USE_CFLAGS="-fbranch-probabilities"
6897   fi
6898   # don't really care, this is an old GCC
6899   PROFILE_GEN_LDFLAGS=
6900   PROFILE_USE_LDFLAGS=
6903 CFLAGS="$_SAVE_CFLAGS"
6905 if test -n "$INTEL_CC"; then
6906   PROFILE_GEN_CFLAGS="-prof-gen -prof-dir ."
6907   PROFILE_GEN_LDFLAGS=
6908   PROFILE_USE_CFLAGS="-prof-use -prof-dir ."
6909   PROFILE_USE_LDFLAGS=
6912 dnl Sun Studio on Solaris
6913 if test -z "$GNU_CC" && test -z "$GNU_CXX" && test "$OS_ARCH" = "SunOS"; then
6914   PROFILE_GEN_CFLAGS="-xprofile=collect:$_objdir/$enable_application"
6915   PROFILE_GEN_LDFLAGS="-xprofile=collect:$_objdir/$enable_application"
6916   if test "$CPU_ARCH" != "sparc"; then
6917     PROFILE_USE_CFLAGS="-xprofile=use:$_objdir/$enable_application"
6918     PROFILE_USE_LDFLAGS="-xprofile=use:$_objdir/$enable_application"
6919   else
6920     PROFILE_USE_CFLAGS="-xlinkopt=2 -xprofile=use:$_objdir/$enable_application"
6921     PROFILE_USE_LDFLAGS="-xlinkopt=2 -xprofile=use:$_objdir/$enable_application"
6922   fi
6925 AC_SUBST(PROFILE_GEN_CFLAGS)
6926 AC_SUBST(PROFILE_GEN_LDFLAGS)
6927 AC_SUBST(PROFILE_USE_CFLAGS)
6928 AC_SUBST(PROFILE_USE_LDFLAGS)
6930 AC_LANG_CPLUSPLUS
6932 dnl ========================================================
6933 dnl Test for -pedantic bustage
6934 dnl ========================================================
6935 MOZ_ARG_DISABLE_BOOL(pedantic,
6936 [  --disable-pedantic      Issue all warnings demanded by strict ANSI C ],
6937 _PEDANTIC= )
6938 if test "$_PEDANTIC"; then
6939     _SAVE_CXXFLAGS=$CXXFLAGS
6940     CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
6941     AC_MSG_CHECKING([whether C++ compiler has -pedantic long long bug])
6942     AC_TRY_COMPILE([$configure_static_assert_macros],
6943                    [CONFIGURE_STATIC_ASSERT(sizeof(long long) == 8)],
6944                    result="no", result="yes" )
6945     AC_MSG_RESULT([$result])
6946     CXXFLAGS="$_SAVE_CXXFLAGS"
6948     case "$result" in
6949     no)
6950         _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-pedantic"
6951         _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
6952         ;;
6953     yes)
6954         AC_MSG_ERROR([Your compiler appears to have a known bug where long long is miscompiled when using -pedantic.  Reconfigure using --disable-pedantic. ])
6955         ;;
6956     esac
6959 dnl ========================================================
6960 dnl Test for correct temporary object destruction order
6961 dnl ========================================================
6962 dnl We want to make sure the compiler follows the C++ spec here as 
6963 dnl xpcom and the string classes depend on it (bug 235381).
6964 AC_MSG_CHECKING([for correct temporary object destruction order])
6965 AC_TRY_RUN([ class A {
6966              public:  A(int& x) : mValue(x) {}
6967                       ~A() { mValue--; }
6968                       operator char**() { return 0; }
6969              private:  int& mValue;
6970              };
6971              void func(char **arg) {}
6972              int m=2;
6973              void test() {
6974                   func(A(m));
6975                   if (m==1) m = 0;
6976              }
6977              int main() {
6978                  test();
6979                  return(m);
6980              }
6981              ],
6982      result="yes", result="no", result="maybe")
6983 AC_MSG_RESULT([$result])
6985 if test "$result" = "no"; then
6986     AC_MSG_ERROR([Your compiler does not follow the C++ specification for temporary object destruction order.])
6989 dnl ========================================================
6990 dnl Autoconf test for gcc 2.7.2.x (and maybe others?) so that we don't
6991 dnl provide non-const forms of the operator== for comparing nsCOMPtrs to
6992 dnl raw pointers in nsCOMPtr.h.  (VC++ has the same bug.)
6993 dnl ========================================================
6994 _SAVE_CXXFLAGS=$CXXFLAGS
6995 CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}"
6996 AC_CACHE_CHECK(for correct overload resolution with const and templates,
6997     ac_nscap_nonconst_opeq_bug,
6998     [AC_TRY_COMPILE([
6999                       template <class T>
7000                       class Pointer
7001                         {
7002                         public:
7003                           T* myPtr;
7004                         };
7005                       
7006                       template <class T, class U>
7007                       int operator==(const Pointer<T>& rhs, U* lhs)
7008                         {
7009                           return rhs.myPtr == lhs;
7010                         }
7011                       
7012                       template <class T, class U>
7013                       int operator==(const Pointer<T>& rhs, const U* lhs)
7014                         {
7015                           return rhs.myPtr == lhs;
7016                         }
7017                     ],
7018                     [
7019                       Pointer<int> foo;
7020                       const int* bar;
7021                       return foo == bar;
7022                     ],
7023                     ac_nscap_nonconst_opeq_bug="no",
7024                     ac_nscap_nonconst_opeq_bug="yes")])
7025 CXXFLAGS="$_SAVE_CXXFLAGS"
7027 if test "$ac_nscap_nonconst_opeq_bug" = "yes" ; then
7028     AC_DEFINE(NSCAP_DONT_PROVIDE_NONCONST_OPEQ)
7030 fi # SKIP_COMPILER_CHECKS
7032 dnl ========================================================
7033 dnl C++ rtti
7034 dnl Should be smarter and check that the compiler does indeed have rtti
7035 dnl ========================================================
7036 MOZ_ARG_ENABLE_BOOL(cpp-rtti,
7037 [  --enable-cpp-rtti       Enable C++ RTTI ],
7038 [ _MOZ_USE_RTTI=1 ],
7039 [ _MOZ_USE_RTTI= ])
7041 if test "$_MOZ_USE_RTTI"; then
7042    _MOZ_RTTI_FLAGS=$_MOZ_RTTI_FLAGS_ON
7043 else
7044    _MOZ_RTTI_FLAGS=$_MOZ_RTTI_FLAGS_OFF
7047 AC_SUBST(_MOZ_RTTI_FLAGS_ON)
7049 dnl ========================================================
7050 dnl C++ exceptions (g++/egcs only - for now)
7051 dnl Should be smarter and check that the compiler does indeed have exceptions
7052 dnl ========================================================
7053 MOZ_ARG_ENABLE_BOOL(cpp-exceptions,
7054 [  --enable-cpp-exceptions Enable C++ exceptions ],
7055 [ _MOZ_CPP_EXCEPTIONS=1 ],
7056 [ _MOZ_CPP_EXCEPTIONS= ])
7058 if test "$_MOZ_CPP_EXCEPTIONS"; then
7059     _MOZ_EXCEPTIONS_FLAGS=$_MOZ_EXCEPTIONS_FLAGS_ON
7060 else
7061     _MOZ_EXCEPTIONS_FLAGS=$_MOZ_EXCEPTIONS_FLAGS_OFF
7064 # Irix & OSF native compilers do not like exception declarations 
7065 # when exceptions are disabled
7066 if test -n "$MIPSPRO_CXX" -o -n "$COMPAQ_CXX" -o -n "$VACPP"; then
7067     AC_DEFINE(CPP_THROW_NEW, [])
7068 else
7069     AC_DEFINE(CPP_THROW_NEW, [throw()])
7071 AC_LANG_C
7073 dnl ========================================================
7074 dnl =
7075 dnl = Build depencency options
7076 dnl =
7077 dnl ========================================================
7078 MOZ_ARG_HEADER(Build dependencies)
7080 dnl ========================================================
7081 dnl = Do not auto generate dependency info
7082 dnl ========================================================
7083 MOZ_AUTO_DEPS=1
7084 MOZ_ARG_DISABLE_BOOL(auto-deps,
7085 [  --disable-auto-deps     Do not automatically generate dependency info],
7086     MOZ_AUTO_DEPS=,
7087     MOZ_AUTO_DEPS=1)
7089 if test -n "$MOZ_AUTO_DEPS"; then
7090 dnl ========================================================
7091 dnl = Use mkdepend instead of $CC -MD for dependency generation
7092 dnl ========================================================
7093 _cpp_md_flag=
7094 MOZ_ARG_DISABLE_BOOL(md,
7095 [  --disable-md            Do not use compiler-based dependencies ],
7096   [_cpp_md_flag=],
7097   [_cpp_md_flag=1],
7098   [dnl Default is to turn on -MD if using GNU-compatible compilers
7099    if test "$GNU_CC" -a "$GNU_CXX" -a "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "WINCE"; then
7100      _cpp_md_flag=1
7101    fi
7102   dnl Default is to use -xM if using Sun Studio on Solaris
7103    if test -z "$GNU_CC" && test -z "$GNU_CXX" && test "$OS_ARCH" = "SunOS"; then
7104      _cpp_md_flag=1
7105    fi])
7106 if test "$_cpp_md_flag"; then
7107   COMPILER_DEPEND=1
7108   if test "$OS_ARCH" = "OpenVMS"; then
7109     _DEPEND_CFLAGS='$(subst =, ,$(filter-out %/.pp,-MM=-MD=-MF=$(MDDEPDIR)/$(*F).pp))'
7110   else
7111     _DEPEND_CFLAGS='$(filter-out %/.pp,-Wp,-MD,$(MDDEPDIR)/$(*F).pp)'
7112   fi
7113   dnl Sun Studio on Solaris use -xM instead of -MD, see config/rules.mk
7114   if test -z "$GNU_CC" && test -z "$GNU_CXX" && test "$OS_ARCH" = "SunOS"; then
7115     _DEPEND_CFLAGS=
7116   fi
7117 else
7118   COMPILER_DEPEND=
7119   _USE_CPP_INCLUDE_FLAG=
7120   _DEFINES_CFLAGS='$(ACDEFINES) -D_MOZILLA_CONFIG_H_ -DMOZILLA_CLIENT'
7121   _DEFINES_CXXFLAGS='$(ACDEFINES) -D_MOZILLA_CONFIG_H_ -DMOZILLA_CLIENT'
7123 fi # MOZ_AUTO_DEPS
7124 MDDEPDIR='.deps'
7125 AC_SUBST(MOZ_AUTO_DEPS)
7126 AC_SUBST(COMPILER_DEPEND)
7127 AC_SUBST(MDDEPDIR)
7130 dnl ========================================================
7131 dnl =
7132 dnl = Static Build Options
7133 dnl =
7134 dnl ========================================================
7135 MOZ_ARG_HEADER(Static build options)
7137 MOZ_ARG_ENABLE_BOOL(static,
7138 [  --enable-static         Enable building of internal static libs],
7139     BUILD_STATIC_LIBS=1,
7140     BUILD_STATIC_LIBS=)
7142 dnl Disable libxul in debug builds, but not for xulrunner.
7143 if test -n "$MOZ_DEBUG" -a "$MOZ_BUILD_APP" != "xulrunner"; then
7144    MOZ_ENABLE_LIBXUL=
7147 MOZ_ARG_ENABLE_BOOL(libxul,
7148 [  --enable-libxul         Enable building of libxul],
7149     MOZ_ENABLE_LIBXUL=1,
7150     MOZ_ENABLE_LIBXUL=)
7152 if test -n "$MOZ_ENABLE_LIBXUL" -a -n "$BUILD_STATIC_LIBS"; then
7153         AC_MSG_ERROR([--enable-libxul is not compatible with --enable-static])
7156 if test -n "$MOZ_ENABLE_LIBXUL" -a -z "$MOZ_XUL_APP"; then
7157         AC_MSG_ERROR([--enable-libxul is only compatible with toolkit XUL applications.])
7160 if test -n "$MOZ_ENABLE_LIBXUL"; then
7161     XPCOM_LIBS="$LIBXUL_LIBS"
7162     AC_DEFINE(MOZ_ENABLE_LIBXUL)
7163 else
7164     if test -n "$BUILD_STATIC_LIBS"; then
7165         AC_DEFINE(MOZ_STATIC_BUILD)
7166     fi
7167     XPCOM_LIBS="$DYNAMIC_XPCOM_LIBS"
7170 dnl ========================================================
7171 dnl = Force JS to be a static lib
7172 dnl ========================================================
7173 MOZ_ARG_ENABLE_BOOL(js-static-build,
7174 [  --enable-js-static-build  Force js to be a static lib],
7175     JS_STATIC_BUILD=1,
7176     JS_STATIC_BUILD= )
7178 AC_SUBST(JS_STATIC_BUILD)
7179         
7180 if test -n "$JS_STATIC_BUILD"; then
7181     AC_DEFINE(EXPORT_JS_API)
7183 if test -z "$BUILD_STATIC_LIBS"; then
7184     AC_MSG_ERROR([--enable-js-static-build is only compatible with --enable-static])
7189 dnl ========================================================
7190 dnl =
7191 dnl = Standalone module options
7192 dnl = 
7193 dnl ========================================================
7194 MOZ_ARG_HEADER(Standalone module options (Not for building Mozilla))
7196 dnl Check for GLib and libIDL.
7197 dnl ========================================================
7198 case "$target_os" in
7199 msvc*|mks*|cygwin*|mingw*|wince*)
7200     SKIP_IDL_CHECK="yes"
7201     ;;
7203     SKIP_IDL_CHECK="no"
7204     ;;
7205 esac
7207 if test -z "$COMPILE_ENVIRONMENT"; then
7208     SKIP_IDL_CHECK="yes"
7211 dnl = Allow users to disable libIDL checking for standalone modules
7212 MOZ_ARG_WITHOUT_BOOL(libIDL,
7213 [  --without-libIDL        Skip check for libIDL (standalone modules only)],
7214         SKIP_IDL_CHECK="yes")
7216 if test "$SKIP_IDL_CHECK" = "no"
7217 then
7218     _LIBIDL_FOUND=
7219     if test "$MACOS_SDK_DIR"; then 
7220       dnl xpidl, and therefore libIDL, is only needed on the build host.
7221       dnl Don't build it against the SDK, as that causes problems.
7222       _MACSAVE_CFLAGS="$CFLAGS"
7223       _MACSAVE_LIBS="$LIBS"
7224       _MACSAVE_LDFLAGS="$LDFLAGS"
7225       _MACSAVE_NEXT_ROOT="$NEXT_ROOT"
7226       changequote(,)
7227       CFLAGS=`echo $CFLAGS|sed -E -e "s%((-I|-isystem )${MACOS_SDK_DIR}/usr/(include|lib/gcc)[^ ]*)|-F${MACOS_SDK_DIR}(/System)?/Library/Frameworks[^ ]*|-nostdinc[^ ]*|-isysroot ${MACOS_SDK_DIR}%%g"`
7228       LIBS=`echo $LIBS|sed -e "s?-L${MACOS_SDK_DIR}/usr/lib[^ ]*??g"`
7229       LDFLAGS=`echo $LDFLAGS|sed -e "s?-Wl,-syslibroot,${MACOS_SDK_DIR}??g"`
7230       changequote([,])
7231       unset NEXT_ROOT
7232     fi
7234     if test "$MOZ_ENABLE_GTK2"; then
7235         PKG_CHECK_MODULES(LIBIDL, libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0, _LIBIDL_FOUND=1,_LIBIDL_FOUND=)
7236     fi
7237     dnl if no gtk/libIDL1 or gtk2/libIDL2 combination was found, fall back
7238     dnl to either libIDL1 or libIDL2.
7239     if test -z "$_LIBIDL_FOUND"; then
7240         AM_PATH_LIBIDL($LIBIDL_VERSION,_LIBIDL_FOUND=1)
7241         if test -z "$_LIBIDL_FOUND"; then
7242             PKG_CHECK_MODULES(LIBIDL, libIDL-2.0 >= 0.8.0,_LIBIDL_FOUND=1)
7243         fi
7244     fi
7245     dnl
7246     dnl If we don't have a libIDL config program & not cross-compiling, 
7247     dnl     look for orbit-config instead.
7248     dnl
7249     if test -z "$_LIBIDL_FOUND" && test -z "$CROSS_COMPILE"; then
7250         AC_PATH_PROGS(ORBIT_CONFIG, $ORBIT_CONFIG orbit-config)
7251         if test -n "$ORBIT_CONFIG"; then
7252             AC_MSG_CHECKING([for ORBit libIDL usability])
7253                 _ORBIT_CFLAGS=`${ORBIT_CONFIG} client --cflags`
7254             _ORBIT_LIBS=`${ORBIT_CONFIG} client --libs`
7255             _ORBIT_INC_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-I/); } }' -- ${_ORBIT_CFLAGS}`
7256             _ORBIT_LIB_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-L/); } }' -- ${_ORBIT_LIBS}`
7257             LIBIDL_CFLAGS="$_ORBIT_INC_PATH"
7258             LIBIDL_LIBS="$_ORBIT_LIB_PATH -lIDL -lglib"
7259             LIBIDL_CONFIG=
7260             _SAVE_CFLAGS="$CFLAGS"
7261             _SAVE_LIBS="$LIBS"
7262             CFLAGS="$LIBIDL_CFLAGS $CFLAGS"
7263             LIBS="$LIBIDL_LIBS $LIBS"
7264             AC_TRY_RUN([
7265 #include <stdlib.h>
7266 #include <libIDL/IDL.h>
7267 int main() {
7268   char *s;
7269   s=strdup(IDL_get_libver_string());
7270   if(s==NULL) {
7271     exit(1);
7272   }
7273   exit(0);
7275             ], [_LIBIDL_FOUND=1
7276                 result="yes"],
7277                [LIBIDL_CFLAGS=
7278                 LIBIDL_LIBS=
7279                 result="no"],
7280                [_LIBIDL_FOUND=1
7281                 result="maybe"] )
7282             AC_MSG_RESULT($result)
7283             CFLAGS="$_SAVE_CFLAGS"
7284             LIBS="$_SAVE_LIBS"
7285         fi
7286     fi
7287     if test -z "$_LIBIDL_FOUND"; then
7288         AC_MSG_ERROR([libIDL not found.
7289         libIDL $LIBIDL_VERSION or higher is required.])
7290     fi
7291     if test "$MACOS_SDK_DIR"; then
7292       CFLAGS="$_MACSAVE_CFLAGS"
7293       LIBS="$_MACSAVE_LIBS"
7294       LDFLAGS="$_MACSAVE_LDFLAGS"
7295       if test -n "$_MACSAVE_NEXT_ROOT" ; then
7296         export NEXT_ROOT="$_MACSAVE_NEXT_ROOT"
7297       fi
7298     fi
7301 if test -n "$CROSS_COMPILE"; then
7302      if test -z "$HOST_LIBIDL_CONFIG"; then
7303         HOST_LIBIDL_CONFIG="$LIBIDL_CONFIG"
7304     fi
7305     if test -n "$HOST_LIBIDL_CONFIG" && test "$HOST_LIBIDL_CONFIG" != "no"; then
7306         HOST_LIBIDL_CFLAGS=`${HOST_LIBIDL_CONFIG} --cflags`
7307         HOST_LIBIDL_LIBS=`${HOST_LIBIDL_CONFIG} --libs`
7308     else
7309         HOST_LIBIDL_CFLAGS="$LIBIDL_CFLAGS"
7310         HOST_LIBIDL_LIBS="$LIBIDL_LIBS"
7311     fi
7314 if test -z "$SKIP_PATH_CHECKS"; then
7315 if test -z "${GLIB_CFLAGS}" || test -z "${GLIB_LIBS}" ; then
7316     if test "$MOZ_ENABLE_GTK2"; then
7317         PKG_CHECK_MODULES(GLIB, glib-2.0 >= 1.3.7 gobject-2.0)
7318     else
7319         AM_PATH_GLIB(${GLIB_VERSION})
7320     fi
7324 if test -z "${GLIB_GMODULE_LIBS}" -a -n "${GLIB_CONFIG}"; then
7325     GLIB_GMODULE_LIBS=`$GLIB_CONFIG gmodule --libs`
7328 AC_SUBST(LIBIDL_CFLAGS)
7329 AC_SUBST(LIBIDL_LIBS)
7330 AC_SUBST(STATIC_LIBIDL)
7331 AC_SUBST(GLIB_CFLAGS)
7332 AC_SUBST(GLIB_LIBS)
7333 AC_SUBST(GLIB_GMODULE_LIBS)
7334 AC_SUBST(HOST_LIBIDL_CONFIG)
7335 AC_SUBST(HOST_LIBIDL_CFLAGS)
7336 AC_SUBST(HOST_LIBIDL_LIBS)
7338 dnl ========================================================
7339 dnl Check for libart
7340 dnl ========================================================
7341 if test "$MOZ_SVG_RENDERER_LIBART"; then
7342   if test ! -f $topsrcdir/other-licenses/libart_lgpl/Makefile.in; then
7343     AC_MSG_ERROR([You must check out the mozilla version of libart. Use
7344 mk_add_options MOZ_CO_MODULE=mozilla/other-licenses/libart_lgpl])
7345   fi
7347   dnl libart's configure hasn't been run yet, but we know what the
7348   dnl answer should be anyway
7349   MOZ_LIBART_CFLAGS='-I${DIST}/include/libart_lgpl'
7350   case "$target_os" in
7351   msvc*|mks*|cygwin*|mingw*|wince*)
7352       MOZ_LIBART_LIBS='$(LIBXUL_DIST)/lib/$(LIB_PREFIX)moz_art_lgpl.$(IMPORT_LIB_SUFFIX)' 
7353       ;;
7354   os2*)
7355       MOZ_LIBART_LIBS='-lmoz_art -lm'
7356       ;;
7357   beos*)
7358       MOZ_LIBART_LIBS='-lmoz_art_lgpl -lroot -lbe'
7359       ;;
7360   *)
7361       MOZ_LIBART_LIBS='-lmoz_art_lgpl -lm'
7362       ;;
7363   esac
7364   AC_FUNC_ALLOCA
7367 AC_SUBST(MOZ_LIBART_CFLAGS)
7368 AC_SUBST(MOZ_LIBART_LIBS)
7370 dnl ========================================================
7371 dnl Check for cairo
7372 dnl ========================================================
7373 MOZ_CAIRO_CFLAGS='-I$(LIBXUL_DIST)/include/cairo'
7375 MOZ_TREE_CAIRO=1
7376 MOZ_ARG_ENABLE_BOOL(system-cairo,
7377 [ --enable-system-cairo Use system cairo (located with pkgconfig)],
7378 MOZ_TREE_CAIRO=,
7379 MOZ_TREE_CAIRO=1 )
7381 # Check for headers defining standard int types.
7382 AC_CHECK_HEADERS(stdint.h inttypes.h sys/int_types.h)
7384 if test "$MOZ_TREE_CAIRO"; then
7385     AC_DEFINE(MOZ_TREE_CAIRO)
7387     # For now we assume that we will have a uint64_t available through
7388     # one of the above headers or mozstdint.h.
7389     AC_DEFINE(HAVE_UINT64_T)
7391     # Define macros for cairo-features.h
7392     if test "$MOZ_X11"; then
7393         XLIB_SURFACE_FEATURE="#define CAIRO_HAS_XLIB_SURFACE 1"
7394         XLIB_XRENDER_SURFACE_FEATURE="#define CAIRO_HAS_XLIB_XRENDER_SURFACE 1"
7395         PS_SURFACE_FEATURE="#define CAIRO_HAS_PS_SURFACE 1"
7396         PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1"
7397         FT_FONT_FEATURE="#define CAIRO_HAS_FT_FONT 1"
7398         MOZ_ENABLE_CAIRO_FT=1
7399         CAIRO_FT_CFLAGS="$FT2_CFLAGS"
7400     fi
7401     if test "$MOZ_WIDGET_TOOLKIT" = "qt"; then
7402         QPAINTER_SURFACE_FEATURE="#define CAIRO_HAS_QPAINTER_SURFACE 1"
7403     fi
7404     if test "$MOZ_WIDGET_TOOLKIT" = "mac" -o "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
7405         QUARTZ_SURFACE_FEATURE="#define CAIRO_HAS_QUARTZ_SURFACE 1"
7406         QUARTZ_IMAGE_SURFACE_FEATURE="#define CAIRO_HAS_QUARTZ_IMAGE_SURFACE 1"
7407         QUARTZ_FONT_FEATURE="#define CAIRO_HAS_QUARTZ_FONT 1"
7408     fi
7409     if test "$MOZ_WIDGET_TOOLKIT" = "windows"; then
7410         WIN32_SURFACE_FEATURE="#define CAIRO_HAS_WIN32_SURFACE 1"
7411         WIN32_FONT_FEATURE="#define CAIRO_HAS_WIN32_FONT 1"
7412         PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1"
7413     fi
7414     if test "$MOZ_WIDGET_TOOLKIT" = "os2"; then
7415         OS2_SURFACE_FEATURE="#define CAIRO_HAS_OS2_SURFACE 1"
7416         FT_FONT_FEATURE="#define CAIRO_HAS_FT_FONT 1"
7417         PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1"
7418         MOZ_ENABLE_CAIRO_FT=1
7419         CAIRO_FT_CFLAGS="-I${MZFTCFGFT2}/include"
7420         CAIRO_FT_LIBS="-L${MZFTCFGFT2}/lib -lmozft -lmzfntcfg"
7421     fi
7422     if test "$MOZ_ENABLE_GLITZ"; then
7423         GLITZ_SURFACE_FEATURE="#define CAIRO_HAS_GLITZ_SURFACE 1"
7424     fi
7425     if test "$MOZ_WIDGET_TOOLKIT" = "beos"; then
7426         PKG_CHECK_MODULES(CAIRO_FT, fontconfig freetype2)
7427         BEOS_SURFACE_FEATURE="#define CAIRO_HAS_BEOS_SURFACE 1"
7428         FT_FONT_FEATURE="#define CAIRO_HAS_FT_FONT 1"
7429         MOZ_ENABLE_CAIRO_FT=1
7430     fi
7431     AC_SUBST(MOZ_ENABLE_CAIRO_FT)
7432     AC_SUBST(CAIRO_FT_CFLAGS)
7434     if test "$MOZ_DEBUG"; then
7435       SANITY_CHECKING_FEATURE="#define CAIRO_DO_SANITY_CHECKING 1"
7436     else
7437       SANITY_CHECKING_FEATURE="#undef CAIRO_DO_SANITY_CHECKING"
7438     fi
7440     PNG_FUNCTIONS_FEATURE="#define CAIRO_HAS_PNG_FUNCTIONS 1"
7442     AC_SUBST(PS_SURFACE_FEATURE)
7443     AC_SUBST(PDF_SURFACE_FEATURE)
7444     AC_SUBST(SVG_SURFACE_FEATURE)
7445     AC_SUBST(XLIB_SURFACE_FEATURE)
7446     AC_SUBST(XLIB_XRENDER_SURFACE_FEATURE)
7447     AC_SUBST(QUARTZ_SURFACE_FEATURE)
7448     AC_SUBST(QUARTZ_IMAGE_SURFACE_FEATURE)
7449     AC_SUBST(XCB_SURFACE_FEATURE)
7450     AC_SUBST(WIN32_SURFACE_FEATURE)
7451     AC_SUBST(OS2_SURFACE_FEATURE)
7452     AC_SUBST(BEOS_SURFACE_FEATURE)
7453     AC_SUBST(GLITZ_SURFACE_FEATURE)
7454     AC_SUBST(DIRECTFB_SURFACE_FEATURE)
7455     AC_SUBST(FT_FONT_FEATURE)
7456     AC_SUBST(WIN32_FONT_FEATURE)
7457     AC_SUBST(QUARTZ_FONT_FEATURE)
7458     AC_SUBST(PNG_FUNCTIONS_FEATURE)
7459     AC_SUBST(QPAINTER_SURFACE_FEATURE)
7461     if test "$_WIN32_MSVC"; then
7462         MOZ_CAIRO_LIBS='$(DEPTH)/gfx/cairo/cairo/src/mozcairo.lib $(DEPTH)/gfx/cairo/libpixman/src/mozlibpixman.lib'
7463         if test "$MOZ_ENABLE_GLITZ"; then
7464             MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS "'$(DEPTH)/gfx/cairo/glitz/src/mozglitz.lib $(DEPTH)/gfx/cairo/glitz/src/wgl/mozglitzwgl.lib'
7465         fi
7466     else
7467         MOZ_CAIRO_LIBS='$(DEPTH)/gfx/cairo/cairo/src/$(LIB_PREFIX)mozcairo.$(LIB_SUFFIX) $(DEPTH)/gfx/cairo/libpixman/src/$(LIB_PREFIX)mozlibpixman.$(LIB_SUFFIX)'" $CAIRO_FT_LIBS"
7469         if test "$MOZ_X11"; then
7470             MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS $XLDFLAGS -lXrender -lfreetype -lfontconfig"
7471         fi
7473         if test "$MOZ_ENABLE_GLITZ"; then
7474             MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS "'-L$(DEPTH)/gfx/cairo/glitz/src -lmozglitz'
7475             if test "$MOZ_X11"; then
7476                 MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS "'-L$(DEPTH)/gfx/cairo/glitz/src/glx -lmozglitzglx -lGL'
7477             fi
7478             if test "$MOZ_WIDGET_TOOLKIT" = "windows"; then
7479                 MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS "'-L$(DEPTH)/gfx/cairo/glitz/src/wgl -lmozglitzwgl'
7480             fi
7481         fi
7482     fi
7484     CAIRO_FEATURES_H=gfx/cairo/cairo/src/cairo-features.h
7485     mv -f $CAIRO_FEATURES_H "$CAIRO_FEATURES_H".orig 2> /dev/null
7487 else
7488    PKG_CHECK_MODULES(CAIRO, cairo >= $CAIRO_VERSION freetype2 fontconfig)
7489    MOZ_CAIRO_CFLAGS=$CAIRO_CFLAGS
7490    MOZ_CAIRO_LIBS=$CAIRO_LIBS
7491    if test "$MOZ_X11"; then
7492         PKG_CHECK_MODULES(CAIRO_XRENDER, cairo-xlib-xrender >= $CAIRO_VERSION)
7493         MOZ_CAIRO_LIBS="$MOZ_CAIRO_LIBS $XLDFLAGS $CAIRO_XRENDER_LIBS"
7494         MOZ_CAIRO_CFLAGS="$MOZ_CAIRO_CFLAGS $CAIRO_XRENDER_CFLAGS"
7495    fi
7498 AC_SUBST(MOZ_TREE_CAIRO)
7499 AC_SUBST(MOZ_CAIRO_CFLAGS)
7500 AC_SUBST(MOZ_CAIRO_LIBS)
7502 dnl ========================================================
7503 dnl Check for lcms
7504 dnl ========================================================
7506 MOZ_NATIVE_LCMS=
7507 MOZ_ARG_ENABLE_BOOL(system-lcms,
7508 [ --enable-system-lcms Use system lcms (located with pkgconfig)],
7509 MOZ_NATIVE_LCMS=1,
7510 MOZ_NATIVE_LCMS= )
7512 if test -z "$MOZ_NATIVE_LCMS"
7513 then
7514     LCMS_CFLAGS=
7515     if test "$_WIN32_MSVC"; then
7516         if test -z "$BUILD_STATIC_LIBS" -a -z "$MOZ_ENABLE_LIBXUL"; then
7517             LCMS_CFLAGS=-DLCMS_DLL
7518         fi
7519         LCMS_LIBS='$(LIBXUL_DIST)/lib/mozlcms.lib'
7520     else
7521         LCMS_LIBS='-L$(LIBXUL_DIST)/bin -lmozlcms'
7522     fi
7523 else
7524     PKG_CHECK_MODULES(LCMS, lcms >= $LCMS_VERSION)
7527 AC_SUBST(MOZ_NATIVE_LCMS)
7528 AC_SUBST(LCMS_CFLAGS)
7529 AC_SUBST(LCMS_LIBS)
7531 dnl ========================================================
7532 dnl disable xul
7533 dnl ========================================================
7534 MOZ_ARG_DISABLE_BOOL(xul,
7535 [  --disable-xul           Disable XUL],
7536     MOZ_XUL= )
7537 if test "$MOZ_XUL"; then
7538   AC_DEFINE(MOZ_XUL)
7539 else
7540   dnl remove extensions that require XUL
7541   MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's/inspector//' -e 's/venkman//' -e 's/irc//' -e 's/tasks//'`
7544 AC_SUBST(MOZ_XUL)
7546 dnl ========================================================
7547 dnl Two ways to enable Python support:
7548 dnl   --enable-extensions=python # select all available.
7549 dnl    (MOZ_PYTHON_EXTENSIONS contains the list of extensions)
7550 dnl or:
7551 dnl   --enable-extensions=python/xpcom,... # select individual ones
7553 dnl If either is used, we locate the Python to use.
7554 dnl ========================================================
7556 dnl If 'python' appears anywhere in the extensions list, go lookin'...
7557 if test `echo "$MOZ_EXTENSIONS" | grep -c python` -ne 0; then
7558     dnl Allow PYTHON to point to the Python interpreter to use
7559     dnl (note that it must be the python executable - which we
7560     dnl run to locate the relevant paths etc)
7561     dnl If not set, we use whatever Python we can find.
7562     MOZ_PYTHON=$PYTHON
7563     dnl Ask Python what its version number is
7564     changequote(,)
7565     MOZ_PYTHON_VER=`$PYTHON -c "import sys;print '%d%d' % sys.version_info[0:2]"`
7566     MOZ_PYTHON_VER_DOTTED=`$PYTHON -c "import sys;print '%d.%d' % sys.version_info[0:2]"`
7567     changequote([,])
7568     dnl Ask for the Python "prefix" (ie, home/source dir)
7569     MOZ_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
7570     dnl Setup the include and library directories.
7571     if test "$OS_ARCH" = "WINNT"; then
7572         MOZ_PYTHON_PREFIX=`$CYGPATH_W $MOZ_PYTHON_PREFIX | $CYGPATH_S`
7573         dnl Source trees have "include" and "PC" for .h, and "PCbuild" for .lib
7574         dnl Binary trees have "include" for .h, and "libs" for .lib
7575         dnl We add 'em both - along with quotes, to handle spaces.
7576         MOZ_PYTHON_DLL_SUFFIX=.pyd
7577         MOZ_PYTHON_INCLUDES="\"-I$MOZ_PYTHON_PREFIX/include\" \"-I$MOZ_PYTHON_PREFIX/PC\""
7578         MOZ_PYTHON_LIBS="\"/libpath:$MOZ_PYTHON_PREFIX/PCBuild\" \"/libpath:$MOZ_PYTHON_PREFIX/libs\""
7579     else
7580         dnl Non-Windows include and libs
7581         MOZ_PYTHON_DLL_SUFFIX=$DLL_SUFFIX
7582         MOZ_PYTHON_INCLUDES="-I$MOZ_PYTHON_PREFIX/include/python$MOZ_PYTHON_VER_DOTTED"
7583         dnl Check for dynamic Python lib
7584         dnl - A static Python is no good - multiple dynamic libraries (xpcom
7585         dnl - core, xpcom loader, pydom etc) all need to share Python.
7586         dnl - Python 2.3's std --enable-shared configure option will
7587         dnl   create a libpython2.3.so.1.0. We should first try this
7588         dnl   dotted versioned .so file because this is the one that
7589         dnl   the PyXPCOM build mechanics tries to link to.
7590         dnl   XXX Should find a better way than hardcoding "1.0".
7591         dnl - Python developement tree dir layouts are NOT allowed here
7592         dnl   because the PyXPCOM build just dies on it later anyway.
7593         dnl - Fixes to the above by Python/*nix knowledgable people welcome!
7594         if test -f "$MOZ_PYTHON_PREFIX/lib/libpython$MOZ_PYTHON_VER_DOTTED.so.1.0"; then
7595             MOZ_PYTHON_LIBS="-L$MOZ_PYTHON_PREFIX/lib -lpython$MOZ_PYTHON_VER_DOTTED"
7596         elif test -f "$MOZ_PYTHON_PREFIX/lib64/libpython$MOZ_PYTHON_VER_DOTTED.so.1.0"; then
7597             MOZ_PYTHON_LIBS="-L$MOZ_PYTHON_PREFIX/lib64 -lpython$MOZ_PYTHON_VER_DOTTED"
7598         elif test -f "$MOZ_PYTHON_PREFIX/lib/libpython$MOZ_PYTHON_VER_DOTTED.so"; then
7599             MOZ_PYTHON_LIBS="-L$MOZ_PYTHON_PREFIX/lib -lpython$MOZ_PYTHON_VER_DOTTED"
7600         elif test -f "$MOZ_PYTHON_PREFIX/libpython$MOZ_PYTHON_VER_DOTTED.so"; then
7601             dnl Don't Python development tree directory layout.
7602             MOZ_PYTHON_LIBS="-L$MOZ_PYTHON_PREFIX -lpython$MOZ_PYTHON_VER_DOTTED"
7603             AC_MSG_ERROR([The Python at $MOZ_PYTHON_PREFIX looks like a dev tree. The PyXPCOM build cannot handle this yet. You must 'make install' Python and use the installed tree.])
7604         elif test "$OS_ARCH" = "Darwin"; then
7605             dnl We do Darwin last, so if a custom non-framework build of
7606             dnl python is used on OSX, then it will be picked up first by
7607             dnl the logic above.
7608             MOZ_PYTHON_LIBS="-framework Python"
7609         else
7610             AC_MSG_ERROR([Could not find build shared libraries for Python at $MOZ_PYTHON_PREFIX.  This is required for PyXPCOM.])
7611         fi
7612         if test "$OS_ARCH" = "Linux"; then
7613             MOZ_PYTHON_LIBS="$MOZ_PYTHON_LIBS -lutil"
7614         fi
7615     fi
7616     dnl Handle "_d" on Windows
7617     if test "$OS_ARCH" = "WINNT" && test -n "$MOZ_DEBUG"; then
7618         MOZ_PYTHON_DEBUG_SUFFIX="_d"
7619     else
7620         MOZ_PYTHON_DEBUG_SUFFIX=
7621     fi
7622     AC_MSG_RESULT(Building Python extensions using python-$MOZ_PYTHON_VER_DOTTED from $MOZ_PYTHON_PREFIX)
7625 dnl If the user asks for the 'python' extension, then we add
7626 dnl MOZ_PYTHON_EXTENSIONS to MOZ_EXTENSIONS - but with the leading 'python/'
7627 dnl Note the careful regex - it must match 'python' followed by anything
7628 dnl other than a '/', including the end-of-string.
7629 if test `echo "$MOZ_EXTENSIONS" | grep -c 'python\([[^/]]\|$\)'` -ne 0; then
7630     for pyext in $MOZ_PYTHON_EXTENSIONS; do
7631         MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS python/$pyext`
7632     done
7634 dnl Later we may allow MOZ_PYTHON_EXTENSIONS to be specified on the
7635 dnl command-line, but not yet
7636 AC_SUBST(MOZ_PYTHON_EXTENSIONS)
7637 AC_SUBST(MOZ_PYTHON)
7638 AC_SUBST(MOZ_PYTHON_PREFIX)
7639 AC_SUBST(MOZ_PYTHON_INCLUDES)
7640 AC_SUBST(MOZ_PYTHON_LIBS)
7641 AC_SUBST(MOZ_PYTHON_VER)
7642 AC_SUBST(MOZ_PYTHON_VER_DOTTED)
7643 AC_SUBST(MOZ_PYTHON_DEBUG_SUFFIX)
7644 AC_SUBST(MOZ_PYTHON_DLL_SUFFIX)
7646 dnl ========================================================
7647 dnl disable profile sharing
7648 dnl ========================================================
7649 MOZ_ARG_DISABLE_BOOL(profilesharing,
7650 [  --disable-profilesharing           Disable profile sharing],
7651     MOZ_PROFILESHARING=,
7652     MOZ_PROFILESHARING=1 )
7653 if test "$MOZ_PROFILESHARING"; then
7654   MOZ_IPCD=1
7655   AC_DEFINE(MOZ_PROFILESHARING)
7658 dnl ========================================================
7659 dnl enable ipc/ipcd
7660 dnl ========================================================
7661 MOZ_ARG_ENABLE_BOOL(ipcd,
7662 [  --enable-ipcd                      Enable IPC daemon],
7663     MOZ_IPCD=1,
7664     MOZ_IPCD= )
7666 dnl ========================================================
7667 dnl disable profile locking
7668 dnl   do no use this in applications that can have more than
7669 dnl   one process accessing the profile directory.
7670 dnl ========================================================
7671 MOZ_ARG_DISABLE_BOOL(profilelocking,
7672 [  --disable-profilelocking           Disable profile locking],
7673     MOZ_PROFILELOCKING=,
7674     MOZ_PROFILELOCKING=1 )
7675 if test "$MOZ_PROFILELOCKING"; then
7676   AC_DEFINE(MOZ_PROFILELOCKING)
7679 dnl ========================================================
7680 dnl disable rdf services
7681 dnl ========================================================
7682 MOZ_ARG_DISABLE_BOOL(rdf,
7683 [  --disable-rdf           Disable RDF],
7684     MOZ_RDF= )
7685 if test "$MOZ_RDF"; then
7686   AC_DEFINE(MOZ_RDF)
7689 AC_SUBST(MOZ_RDF)
7691 dnl ========================================================
7692 dnl necko configuration options
7693 dnl ========================================================
7696 dnl option to disable various necko protocols
7698 MOZ_ARG_ENABLE_STRING(necko-protocols,
7699 [  --enable-necko-protocols[={http,ftp,default,all,none}]
7700                           Enable/disable specific protocol handlers],
7701 [ for option in `echo $enableval | sed 's/,/ /g'`; do
7702     if test "$option" = "yes" || test "$option" = "all"; then
7703         NECKO_PROTOCOLS="$NECKO_PROTOCOLS $NECKO_PROTOCOLS_DEFAULT"
7704     elif test "$option" = "no" || test "$option" = "none"; then
7705         NECKO_PROTOCOLS=""
7706     elif test "$option" = "default"; then
7707         NECKO_PROTOCOLS="$NECKO_PROTOCOLS $NECKO_PROTOCOLS_DEFAULT"
7708     elif test `echo "$option" | grep -c \^-` != 0; then
7709         option=`echo $option | sed 's/^-//'`
7710         NECKO_PROTOCOLS=`echo "$NECKO_PROTOCOLS" | sed "s/ ${option}//"`
7711     else
7712         NECKO_PROTOCOLS="$NECKO_PROTOCOLS $option"
7713     fi
7714 done],
7715     NECKO_PROTOCOLS="$NECKO_PROTOCOLS_DEFAULT")
7716 dnl Remove dupes
7717 NECKO_PROTOCOLS=`${PERL} ${srcdir}/build/unix/uniq.pl ${NECKO_PROTOCOLS}`
7718 AC_SUBST(NECKO_PROTOCOLS)
7719 for p in $NECKO_PROTOCOLS; do
7720     AC_DEFINE_UNQUOTED(NECKO_PROTOCOL_$p)
7721 done
7724 dnl option to disable necko's disk cache
7726 MOZ_ARG_DISABLE_BOOL(necko-disk-cache,
7727 [  --disable-necko-disk-cache
7728                           Disable necko disk cache],
7729     NECKO_DISK_CACHE=,
7730     NECKO_DISK_CACHE=1)
7731 AC_SUBST(NECKO_DISK_CACHE)
7732 if test "$NECKO_DISK_CACHE"; then
7733     AC_DEFINE(NECKO_DISK_CACHE)
7737 dnl option to minimize size of necko's i/o buffers
7739 MOZ_ARG_ENABLE_BOOL(necko-small-buffers,
7740 [  --enable-necko-small-buffers
7741                           Minimize size of necko's i/o buffers],
7742     NECKO_SMALL_BUFFERS=1,
7743     NECKO_SMALL_BUFFERS=)
7744 AC_SUBST(NECKO_SMALL_BUFFERS)
7745 if test "$NECKO_SMALL_BUFFERS"; then
7746     AC_DEFINE(NECKO_SMALL_BUFFERS)
7747 fi 
7750 dnl option to disable cookies
7752 MOZ_ARG_DISABLE_BOOL(cookies,
7753 [  --disable-cookies       Disable cookie support],
7754     NECKO_COOKIES=,
7755     NECKO_COOKIES=1)
7756 AC_SUBST(NECKO_COOKIES)
7757 if test "$NECKO_COOKIES"; then
7758     AC_DEFINE(NECKO_COOKIES)
7761 dnl NECKO_ configuration options are not global
7762 _NON_GLOBAL_ACDEFINES="$_NON_GLOBAL_ACDEFINES NECKO_"
7764 dnl ========================================================
7765 dnl string api compatibility
7766 dnl ========================================================
7767 MOZ_ARG_DISABLE_BOOL(v1-string-abi,
7768 [  --disable-v1-string-abi   Disable binary compatibility layer for strings],
7769     MOZ_V1_STRING_ABI=,
7770     MOZ_V1_STRING_ABI=1)
7771 AC_SUBST(MOZ_V1_STRING_ABI)
7772 if test "$MOZ_V1_STRING_ABI"; then
7773     AC_DEFINE(MOZ_V1_STRING_ABI)
7776 dnl Only build Mork if it's required
7777 AC_SUBST(MOZ_MORK)
7778 if test "$MOZ_MORK"; then
7779   AC_DEFINE(MOZ_MORK)
7782 dnl Build the lightweight Mork reader if required
7783 AC_SUBST(MOZ_MORKREADER)
7784 if test "$MOZ_MORKREADER"; then
7785   AC_DEFINE(MOZ_MORKREADER)
7788 dnl ========================================================
7789 if test "$MOZ_DEBUG" || test "$NS_TRACE_MALLOC"; then
7790     MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS=
7793 dnl ========================================================
7794 dnl =
7795 dnl = Maintainer debug option (no --enable equivalent)
7796 dnl =
7797 dnl ========================================================
7799 AC_SUBST(AR)
7800 AC_SUBST(AR_FLAGS)
7801 AC_SUBST(AR_LIST)
7802 AC_SUBST(AR_EXTRACT)
7803 AC_SUBST(AR_DELETE)
7804 AC_SUBST(AS)
7805 AC_SUBST(ASFLAGS)
7806 AC_SUBST(AS_DASH_C_FLAG)
7807 AC_SUBST(LD)
7808 AC_SUBST(RC)
7809 AC_SUBST(RCFLAGS)
7810 AC_SUBST(WINDRES)
7811 AC_SUBST(USE_SHORT_LIBNAME)
7812 AC_SUBST(IMPLIB)
7813 AC_SUBST(FILTER)
7814 AC_SUBST(BIN_FLAGS)
7815 AC_SUBST(NS_USE_NATIVE)
7816 AC_SUBST(MOZ_WIDGET_TOOLKIT)
7817 AC_SUBST(MOZ_GFX_TOOLKIT)
7818 AC_SUBST(MOZ_UPDATE_XTERM)
7819 AC_SUBST(MINIMO)
7820 AC_SUBST(NS_HILDON)
7821 AC_SUBST(NS_OSSO)
7822 AC_SUBST(MOZ_AUTH_EXTENSION)
7823 AC_SUBST(MOZ_MATHML)
7824 AC_SUBST(MOZ_PERMISSIONS)
7825 AC_SUBST(MOZ_XTF)
7826 AC_SUBST(MOZ_NO_INSPECTOR_APIS)
7827 AC_SUBST(MOZ_PREF_EXTENSIONS)
7828 AC_SUBST(MOZ_SVG)
7829 AC_SUBST(MOZ_XSLT_STANDALONE)
7830 AC_SUBST(MOZ_JS_LIBS)
7831 AC_SUBST(MOZ_PSM)
7832 AC_SUBST(MOZ_DEBUG)
7833 AC_SUBST(MOZ_DEBUG_MODULES)
7834 AC_SUBST(MOZ_PROFILE_MODULES)
7835 AC_SUBST(MOZ_DEBUG_ENABLE_DEFS)
7836 AC_SUBST(MOZ_DEBUG_DISABLE_DEFS)
7837 AC_SUBST(MOZ_DEBUG_FLAGS)
7838 AC_SUBST(MOZ_DEBUG_LDFLAGS)
7839 AC_SUBST(WARNINGS_AS_ERRORS)
7840 AC_SUBST(MOZ_DBGRINFO_MODULES)
7841 AC_SUBST(MOZ_EXTENSIONS)
7842 AC_SUBST(MOZ_IMG_DECODERS)
7843 AC_SUBST(MOZ_IMG_ENCODERS)
7844 AC_SUBST(MOZ_JSDEBUGGER)
7845 AC_SUBST(MOZ_OJI)
7846 AC_SUBST(MOZ_NO_XPCOM_OBSOLETE)
7847 AC_SUBST(MOZ_PLUGINS)
7848 AC_SUBST(ENABLE_EAZEL_PROFILER)
7849 AC_SUBST(EAZEL_PROFILER_CFLAGS)
7850 AC_SUBST(EAZEL_PROFILER_LIBS)
7851 AC_SUBST(MOZ_PERF_METRICS)
7852 AC_SUBST(GC_LEAK_DETECTOR)
7853 AC_SUBST(MOZ_LOG_REFCNT)
7854 AC_SUBST(MOZ_LEAKY)
7855 AC_SUBST(MOZ_JPROF)
7856 AC_SUBST(MOZ_SHARK)
7857 AC_SUBST(MOZ_CALLGRIND)
7858 AC_SUBST(MOZ_VTUNE)
7859 AC_SUBST(MOZ_XPCTOOLS)
7860 AC_SUBST(MOZ_JSLOADER)
7861 AC_SUBST(MOZ_USE_NATIVE_UCONV)
7862 AC_SUBST(MOZ_INSURE)
7863 AC_SUBST(MOZ_INSURE_DIRS)
7864 AC_SUBST(MOZ_INSURE_EXCLUDE_DIRS)
7865 AC_SUBST(MOZ_QUANTIFY)
7866 AC_SUBST(MOZ_INSURIFYING)
7867 AC_SUBST(LIBICONV)
7868 AC_SUBST(MOZ_PLACES)
7869 AC_SUBST(MOZ_PLACES_BOOKMARKS)
7870 AC_SUBST(MOZ_STORAGE)
7871 AC_SUBST(MOZ_FEEDS)
7872 AC_SUBST(NS_PRINTING)
7874 AC_SUBST(MOZ_JAVAXPCOM)
7875 AC_SUBST(JAVA_INCLUDE_PATH)
7876 AC_SUBST(JAVA)
7877 AC_SUBST(JAVAC)
7878 AC_SUBST(JAR)
7880 AC_SUBST(MOZ_PROFILESHARING)
7881 AC_SUBST(MOZ_PROFILELOCKING)
7883 AC_SUBST(MOZ_IPCD)
7885 AC_SUBST(HAVE_XIE)
7886 AC_SUBST(MOZ_XIE_LIBS)
7887 AC_SUBST(MOZ_ENABLE_POSTSCRIPT)
7889 AC_SUBST(XPCOM_USE_LEA)
7890 AC_SUBST(BUILD_STATIC_LIBS)
7891 AC_SUBST(MOZ_ENABLE_LIBXUL)
7892 AC_SUBST(ENABLE_TESTS)
7893 AC_SUBST(IBMBIDI)
7894 AC_SUBST(MOZ_UNIVERSALCHARDET)
7895 AC_SUBST(ACCESSIBILITY)
7896 AC_SUBST(MOZ_XPINSTALL)
7897 AC_SUBST(MOZ_VIEW_SOURCE)
7898 AC_SUBST(MOZ_SPELLCHECK)
7899 AC_SUBST(MOZ_XPFE_COMPONENTS)
7900 AC_SUBST(MOZ_USER_DIR)
7901 AC_SUBST(MOZ_CRASHREPORTER)
7902 AC_SUBST(MOZ_MOCHITEST)
7904 AC_SUBST(ENABLE_STRIP)
7905 AC_SUBST(PKG_SKIP_STRIP)
7906 AC_SUBST(USE_ELF_DYNSTR_GC)
7907 AC_SUBST(USE_PREBINDING)
7908 AC_SUBST(INCREMENTAL_LINKER)
7909 AC_SUBST(MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS)
7910 AC_SUBST(MOZ_COMPONENT_NSPR_LIBS)
7911 AC_SUBST(MOZ_XPCOM_OBSOLETE_LIBS)
7913 AC_SUBST(MOZ_FIX_LINK_PATHS)
7914 AC_SUBST(XPCOM_LIBS)
7915 AC_SUBST(XPCOM_FROZEN_LDOPTS)
7916 AC_SUBST(XPCOM_GLUE_LDOPTS)
7917 AC_SUBST(XPCOM_STANDALONE_GLUE_LDOPTS)
7919 AC_SUBST(USE_DEPENDENT_LIBS)
7921 AC_SUBST(MOZ_BUILD_ROOT)
7922 AC_SUBST(MOZ_OS2_TOOLS)
7923 AC_SUBST(MOZ_OS2_USE_DECLSPEC)
7925 AC_SUBST(MOZ_POST_DSO_LIB_COMMAND)
7926 AC_SUBST(MOZ_POST_PROGRAM_COMMAND)
7927 AC_SUBST(MOZ_TIMELINE)
7928 AC_SUBST(WINCE)
7929 AC_SUBST(TARGET_DEVICE)
7931 AC_SUBST(MOZ_APP_NAME)
7932 AC_SUBST(MOZ_APP_DISPLAYNAME)
7933 AC_SUBST(MOZ_APP_VERSION)
7934 AC_SUBST(FIREFOX_VERSION)
7936 AC_SUBST(MOZ_PKG_SPECIAL)
7938 AC_SUBST(MOZILLA_OFFICIAL)
7939 AC_SUBST(BUILD_OFFICIAL)
7940 AC_SUBST(MOZ_MILESTONE_RELEASE)
7942 dnl win32 options
7943 AC_SUBST(MOZ_PROFILE)
7944 AC_SUBST(MOZ_DEBUG_SYMBOLS)
7945 AC_SUBST(MOZ_MAPINFO)
7946 AC_SUBST(MOZ_BROWSE_INFO)
7947 AC_SUBST(MOZ_TOOLS_DIR)
7948 AC_SUBST(CYGWIN_WRAPPER)
7949 AC_SUBST(AS_PERL)
7950 AC_SUBST(WIN32_REDIST_DIR)
7951 AC_SUBST(PYTHON)
7953 dnl Echo the CFLAGS to remove extra whitespace.
7954 CFLAGS=`echo \
7955         $_WARNINGS_CFLAGS \
7956         $CFLAGS`
7958 CXXFLAGS=`echo \
7959         $_MOZ_RTTI_FLAGS \
7960         $_MOZ_EXCEPTIONS_FLAGS \
7961         $_WARNINGS_CXXFLAGS \
7962         $CXXFLAGS`
7964 COMPILE_CFLAGS=`echo \
7965     $_DEFINES_CFLAGS \
7966         $_DEPEND_CFLAGS \
7967     $COMPILE_CFLAGS`
7969 COMPILE_CXXFLAGS=`echo \
7970     $_DEFINES_CXXFLAGS \
7971         $_DEPEND_CFLAGS \
7972     $COMPILE_CXXFLAGS`
7974 AC_SUBST(SYSTEM_MAKEDEPEND)
7975 AC_SUBST(SYSTEM_JPEG)
7976 AC_SUBST(SYSTEM_PNG)
7977 AC_SUBST(SYSTEM_ZLIB)
7978 AC_SUBST(SYSTEM_BZ2)
7980 AC_SUBST(JPEG_CFLAGS)
7981 AC_SUBST(JPEG_LIBS)
7982 AC_SUBST(ZLIB_CFLAGS)
7983 AC_SUBST(ZLIB_LIBS)
7984 AC_SUBST(BZ2_CFLAGS)
7985 AC_SUBST(BZ2_LIBS)
7986 AC_SUBST(PNG_CFLAGS)
7987 AC_SUBST(PNG_LIBS)
7989 AC_SUBST(MOZ_JPEG_CFLAGS)
7990 AC_SUBST(MOZ_JPEG_LIBS)
7991 AC_SUBST(MOZ_ZLIB_CFLAGS)
7992 AC_SUBST(MOZ_ZLIB_LIBS)
7993 AC_SUBST(MOZ_BZ2_CFLAGS)
7994 AC_SUBST(MOZ_BZ2_LIBS)
7995 AC_SUBST(MOZ_PNG_CFLAGS)
7996 AC_SUBST(MOZ_PNG_LIBS)
7998 AC_SUBST(NSPR_CFLAGS)
7999 AC_SUBST(NSPR_LIBS)
8000 AC_SUBST(MOZ_NATIVE_NSPR)
8002 AC_SUBST(NSS_CFLAGS)
8003 AC_SUBST(NSS_LIBS)
8004 AC_SUBST(NSS_DEP_LIBS)
8005 AC_SUBST(MOZ_NATIVE_NSS)
8007 AC_SUBST(CFLAGS)
8008 AC_SUBST(CXXFLAGS)
8009 AC_SUBST(CPPFLAGS)
8010 AC_SUBST(COMPILE_CFLAGS)
8011 AC_SUBST(COMPILE_CXXFLAGS)
8012 AC_SUBST(LDFLAGS)
8013 AC_SUBST(LIBS)
8014 AC_SUBST(CROSS_COMPILE)
8016 AC_SUBST(HOST_CC)
8017 AC_SUBST(HOST_CXX)
8018 AC_SUBST(HOST_CFLAGS)
8019 AC_SUBST(HOST_CXXFLAGS)
8020 AC_SUBST(HOST_OPTIMIZE_FLAGS)
8021 AC_SUBST(HOST_AR)
8022 AC_SUBST(HOST_AR_FLAGS)
8023 AC_SUBST(HOST_LD)
8024 AC_SUBST(HOST_RANLIB)
8025 AC_SUBST(HOST_NSPR_MDCPUCFG)
8026 AC_SUBST(HOST_BIN_SUFFIX)
8027 AC_SUBST(HOST_OS_ARCH)
8029 AC_SUBST(TARGET_CPU)
8030 AC_SUBST(TARGET_VENDOR)
8031 AC_SUBST(TARGET_OS)
8032 AC_SUBST(TARGET_NSPR_MDCPUCFG)
8033 AC_SUBST(TARGET_MD_ARCH)
8034 AC_SUBST(TARGET_XPCOM_ABI)
8035 AC_SUBST(OS_TARGET)
8036 AC_SUBST(OS_ARCH)
8037 AC_SUBST(OS_RELEASE)
8038 AC_SUBST(OS_TEST)
8040 AC_SUBST(MOZ_DISABLE_JAR_PACKAGING)
8041 AC_SUBST(MOZ_CHROME_FILE_FORMAT)
8043 AC_SUBST(WRAP_MALLOC_CFLAGS)
8044 AC_SUBST(WRAP_MALLOC_LIB)
8045 AC_SUBST(MKSHLIB)
8046 AC_SUBST(MKCSHLIB)
8047 AC_SUBST(MKSHLIB_FORCE_ALL)
8048 AC_SUBST(MKSHLIB_UNFORCE_ALL)
8049 AC_SUBST(DSO_CFLAGS)
8050 AC_SUBST(DSO_PIC_CFLAGS)
8051 AC_SUBST(DSO_LDOPTS)
8052 AC_SUBST(LIB_PREFIX)
8053 AC_SUBST(DLL_PREFIX)
8054 AC_SUBST(DLL_SUFFIX)
8055 AC_DEFINE_UNQUOTED(MOZ_DLL_SUFFIX, "$DLL_SUFFIX")
8056 AC_SUBST(LIB_SUFFIX)
8057 AC_SUBST(OBJ_SUFFIX)
8058 AC_SUBST(BIN_SUFFIX)
8059 AC_SUBST(ASM_SUFFIX)
8060 AC_SUBST(IMPORT_LIB_SUFFIX)
8061 AC_SUBST(USE_N32)
8062 AC_SUBST(CC_VERSION)
8063 AC_SUBST(CXX_VERSION)
8064 AC_SUBST(MSMANIFEST_TOOL)
8066 if test "$USING_HCC"; then
8067    CC='${topsrcdir}/build/hcc'
8068    CC="$CC '$_OLDCC'"
8069    CXX='${topsrcdir}/build/hcpp'
8070    CXX="$CXX '$_OLDCXX'"
8071    AC_SUBST(CC)
8072    AC_SUBST(CXX)
8075 dnl Check for missing components
8076 if test "$COMPILE_ENVIRONMENT"; then
8077 if test "$MOZ_X11"; then
8078     dnl ====================================================
8079     dnl = Check if X headers exist
8080     dnl ====================================================
8081     _SAVE_CFLAGS=$CFLAGS
8082     CFLAGS="$CFLAGS $XCFLAGS"
8083     AC_TRY_COMPILE([
8084         #include <stdio.h>
8085         #include <stdlib.h>
8086         #include <X11/Xlib.h>
8087         #include <X11/Intrinsic.h>
8088     ],
8089     [
8090         Display *dpy = 0;
8091         if ((dpy = XOpenDisplay(NULL)) == NULL) {
8092             fprintf(stderr, ": can't open %s\n", XDisplayName(NULL));
8093             exit(1);
8094         }
8095     ], [], 
8096     [ AC_MSG_ERROR([Could not compile basic X program.]) ])
8097     CFLAGS="$_SAVE_CFLAGS"
8099     if test ! -z "$MISSING_X"; then
8100         AC_MSG_ERROR([ Could not find the following X libraries: $MISSING_X ]);
8101     fi
8103 fi # MOZ_X11
8104 fi # COMPILE_ENVIRONMENT
8106 dnl Set various defines and substitutions
8107 dnl ========================================================
8109 if test "$OS_ARCH" = "OS2" -a "$VACPP" = "yes"; then
8110       LIBS='so32dll.lib tcp32dll.lib'
8111 elif test "$OS_ARCH" = "BeOS"; then
8112   AC_DEFINE(XP_BEOS)
8113   MOZ_MOVEMAIL=1
8114 elif test "$OS_ARCH" = "Darwin"; then
8115   AC_DEFINE(XP_UNIX)
8116   AC_DEFINE(UNIX_ASYNC_DNS)
8117   MOZ_MOVEMAIL=1
8118 elif test "$OS_ARCH" = "OpenVMS"; then
8119   AC_DEFINE(XP_UNIX)
8120 elif test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "OS2" -a "$OS_ARCH" != "WINCE"; then
8121   AC_DEFINE(XP_UNIX)
8122   AC_DEFINE(UNIX_ASYNC_DNS)
8123   MOZ_MOVEMAIL=1
8125 AC_SUBST(MOZ_MOVEMAIL)
8127 AC_DEFINE(JS_THREADSAFE)
8129 if test "$MOZ_DEBUG"; then
8130     AC_DEFINE(MOZ_REFLOW_PERF)
8131     AC_DEFINE(MOZ_REFLOW_PERF_DSP)
8134 if test "$ACCESSIBILITY" -a "$MOZ_ENABLE_GTK2" ; then
8135     AC_DEFINE(MOZ_ACCESSIBILITY_ATK)
8136     ATK_FULL_VERSION=`$PKG_CONFIG --modversion atk`
8137     ATK_MAJOR_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $1 }'`
8138     ATK_MINOR_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $2 }'`
8139     ATK_REV_VERSION=`echo ${ATK_FULL_VERSION} | $AWK -F\. '{ print $3 }'`
8140     AC_DEFINE_UNQUOTED(ATK_MAJOR_VERSION, $ATK_MAJOR_VERSION)
8141     AC_DEFINE_UNQUOTED(ATK_MINOR_VERSION, $ATK_MINOR_VERSION)
8142     AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION)
8145 # Used for LD_LIBRARY_PATH of run_viewer target
8146 LIBS_PATH=
8147 for lib_arg in $NSPR_LIBS $TK_LIBS; do
8148   case $lib_arg in
8149     -L* ) LIBS_PATH="${LIBS_PATH:+$LIBS_PATH:}"`expr $lib_arg : "-L\(.*\)"` ;;
8150       * ) ;;
8151   esac
8152 done
8153 AC_SUBST(LIBS_PATH)
8155 dnl ========================================================
8156 dnl Use cygwin wrapper for win32 builds, except MSYS/MinGW
8157 dnl ========================================================
8158 case "$host_os" in
8159 mingw*)
8160     WIN_TOP_SRC=`cd $srcdir; pwd -W`
8161     ;;
8162 cygwin*|msvc*|mks*)
8163     HOST_CC="\$(CYGWIN_WRAPPER) $HOST_CC"
8164     HOST_CXX="\$(CYGWIN_WRAPPER) $HOST_CXX"
8165     CC="\$(CYGWIN_WRAPPER) $CC"
8166     CXX="\$(CYGWIN_WRAPPER) $CXX"
8167     CPP="\$(CYGWIN_WRAPPER) $CPP"
8168     LD="\$(CYGWIN_WRAPPER) $LD"
8169     AS="\$(CYGWIN_WRAPPER) $AS"
8170     RC="\$(CYGWIN_WRAPPER) $RC"
8171     MIDL="\$(CYGWIN_WRAPPER) $MIDL"
8172     CYGDRIVE_MOUNT=`mount -p | awk '{ if (/^\//) { print $1; exit } }'`
8173     WIN_TOP_SRC=`cygpath -a -w $srcdir | sed -e 's|\\\\|/|g'`
8174     ;;
8175 esac
8177 AC_SUBST(CYGDRIVE_MOUNT)
8178 AC_SUBST(WIN_TOP_SRC)
8180 AC_SUBST(MOZILLA_VERSION)
8182 . ${srcdir}/config/chrome-versions.sh
8183 AC_DEFINE_UNQUOTED(MOZILLA_LOCALE_VERSION,"$MOZILLA_LOCALE_VERSION")
8184 AC_DEFINE_UNQUOTED(MOZILLA_REGION_VERSION,"$MOZILLA_REGION_VERSION")
8185 AC_DEFINE_UNQUOTED(MOZILLA_SKIN_VERSION,"$MOZILLA_SKIN_VERSION")
8187 AC_SUBST(ac_configure_args)
8189 dnl Spit out some output
8190 dnl ========================================================
8192 dnl The following defines are used by xpcom
8193 _NON_GLOBAL_ACDEFINES="$_NON_GLOBAL_ACDEFINES
8194 CPP_THROW_NEW
8195 HAVE_CPP_2BYTE_WCHAR_T
8196 HAVE_CPP_ACCESS_CHANGING_USING
8197 HAVE_CPP_AMBIGUITY_RESOLVING_USING
8198 HAVE_CPP_BOOL
8199 HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR
8200 HAVE_CPP_EXPLICIT
8201 HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX
8202 HAVE_CPP_NAMESPACE_STD
8203 HAVE_CPP_NEW_CASTS
8204 HAVE_CPP_PARTIAL_SPECIALIZATION
8205 HAVE_CPP_TROUBLE_COMPARING_TO_ZERO
8206 HAVE_CPP_TYPENAME
8207 HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL
8208 HAVE_STATVFS
8209 NEED_CPP_UNUSED_IMPLEMENTATIONS
8210 NEW_H
8211 HAVE_GETPAGESIZE
8212 HAVE_ICONV
8213 HAVE_ICONV_WITH_CONST_INPUT
8214 HAVE_MBRTOWC
8215 HAVE_SYS_MOUNT_H
8216 HAVE_SYS_VFS_H
8217 HAVE_WCRTOMB
8218 MOZ_V1_STRING_ABI
8221 AC_CONFIG_HEADER(
8222 netwerk/necko-config.h
8223 xpcom/xpcom-config.h
8224 xpcom/xpcom-private.h
8227 # Save the defines header file before autoconf removes it.
8228 # (Do not add AC_DEFINE calls after this line.)
8229   _CONFIG_TMP=confdefs-tmp.h
8230   _CONFIG_DEFS_H=mozilla-config.h
8232   cat > $_CONFIG_TMP <<\EOF
8233 /* List of defines generated by configure. Included with preprocessor flag,
8234  * -include, to avoid long list of -D defines on the compile command-line.
8235  * Do not edit.
8236  */
8238 #ifndef _MOZILLA_CONFIG_H_
8239 #define _MOZILLA_CONFIG_H_
8242 _EGREP_PATTERN='^#define ('
8243 if test -n "$_NON_GLOBAL_ACDEFINES"; then
8244     for f in $_NON_GLOBAL_ACDEFINES; do
8245         _EGREP_PATTERN="${_EGREP_PATTERN}$f|"
8246     done
8248 _EGREP_PATTERN="${_EGREP_PATTERN}dummy_never_defined)"
8250   sort confdefs.h | egrep -v "$_EGREP_PATTERN" >> $_CONFIG_TMP
8252   cat >> $_CONFIG_TMP <<\EOF
8254 #endif /* _MOZILLA_CONFIG_H_ */
8258   # Only write mozilla-config.h when something changes (or it doesn't exist)
8259   if cmp -s $_CONFIG_TMP $_CONFIG_DEFS_H; then
8260     rm $_CONFIG_TMP
8261   else
8262     AC_MSG_RESULT("creating $_CONFIG_DEFS_H")
8263     mv -f $_CONFIG_TMP $_CONFIG_DEFS_H
8265     echo ==== $_CONFIG_DEFS_H =================================
8266     cat $_CONFIG_DEFS_H
8267   fi
8269 dnl Probably shouldn't call this manually but we always want the output of DEFS
8270 rm -f confdefs.h.save
8271 mv confdefs.h confdefs.h.save
8272 egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h
8273 AC_OUTPUT_MAKE_DEFS()
8274 MOZ_DEFINES=$DEFS
8275 AC_SUBST(MOZ_DEFINES)
8276 rm -f confdefs.h
8277 mv confdefs.h.save confdefs.h
8279 dnl Load the list of Makefiles to generate.
8280 dnl   To add new Makefiles, edit allmakefiles.sh.
8281 dnl   allmakefiles.sh sets the variable, MAKEFILES.
8282 . ${srcdir}/allmakefiles.sh
8283 dnl 
8284 dnl Run a perl script to quickly create the makefiles.
8285 dnl If it succeeds, it outputs a shell command to set CONFIG_FILES
8286 dnl   for the files it cannot handle correctly. This way, config.status
8287 dnl   will handle these files.
8288 dnl If it fails, nothing is set and config.status will run as usual.
8290 dnl This does not change the $MAKEFILES variable.
8292 dnl OpenVMS gets a line overflow on the long eval command, so use a temp file.
8294 if test -z "${AS_PERL}"; then
8295 echo $MAKEFILES | ${PERL} $srcdir/build/autoconf/acoutput-fast.pl > conftest.sh
8296 else
8297 echo $MAKEFILES | ${PERL} $srcdir/build/autoconf/acoutput-fast.pl -nowrap --cygwin-srcdir=$srcdir > conftest.sh
8299 . ./conftest.sh
8300 rm conftest.sh
8302 echo $MAKEFILES > unallmakefiles
8304 AC_OUTPUT($MAKEFILES)
8306 dnl Prevent the regeneration of cairo-features.h forcing rebuilds of gfx stuff
8307 if test "$CAIRO_FEATURES_H"; then
8308   if cmp -s $CAIRO_FEATURES_H "$CAIRO_FEATURES_H".orig; then
8309     mv -f "$CAIRO_FEATURES_H".orig "$CAIRO_FEATURES_H" 2> /dev/null
8310   else
8311     rm -f "$CAIRO_FEATURES_H".orig 2> /dev/null
8312   fi
8315 dnl ========================================================
8316 dnl = Setup a nice relatively clean build environment for
8317 dnl = sub-configures.
8318 dnl ========================================================
8319 CC="$_SUBDIR_CC" 
8320 CXX="$_SUBDIR_CXX" 
8321 CFLAGS="$_SUBDIR_CFLAGS" 
8322 CPPFLAGS="$_SUBDIR_CPPFLAGS"
8323 CXXFLAGS="$_SUBDIR_CXXFLAGS"
8324 LDFLAGS="$_SUBDIR_LDFLAGS"
8325 HOST_CC="$_SUBDIR_HOST_CC" 
8326 HOST_CFLAGS="$_SUBDIR_HOST_CFLAGS"
8327 HOST_LDFLAGS="$_SUBDIR_HOST_LDFLAGS"
8330 unset MAKEFILES
8331 unset CONFIG_FILES
8333 if test "$COMPILE_ENVIRONMENT"; then
8334 if test -z "$MOZ_NATIVE_NSPR"; then
8335     ac_configure_args="$_SUBDIR_CONFIG_ARGS --with-dist-prefix=$MOZ_BUILD_ROOT/dist --with-mozilla"
8336     if test -z "$MOZ_DEBUG"; then
8337         ac_configure_args="$ac_configure_args --disable-debug"
8338     fi
8339     if test "$MOZ_OPTIMIZE" = "1"; then
8340         ac_configure_args="$ac_configure_args --enable-optimize"
8341     fi
8342     if test "$OS_ARCH" = "WINNT" && test "$NS_TRACE_MALLOC"; then
8343        ac_configure_args="$ac_configure_args --enable-debug --disable-optimize"
8344     fi
8345     if test -n "$HAVE_64BIT_OS"; then
8346         ac_configure_args="$ac_configure_args --enable-64bit"
8347     fi
8348     if test -n "$USE_ARM_KUSER"; then
8349         ac_configure_args="$ac_configure_args --with-arm-kuser"
8350     fi
8351     AC_OUTPUT_SUBDIRS(nsprpub)
8352     ac_configure_args="$_SUBDIR_CONFIG_ARGS"
8355 if test -z "$MOZ_NATIVE_NSPR"; then
8356     # Hack to deal with the fact that we use NSPR_CFLAGS everywhere
8357     AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output])
8358     if test ! "$VACPP" && test "$OS_ARCH" != "WINNT" && test "$OS_ARCH" != "WINCE"; then
8359        _libs=`./nsprpub/config/nspr-config --prefix=$\(LIBXUL_DIST\) --exec-prefix=$\(DIST\) --libdir=$\(LIBXUL_DIST\)/lib --libs`
8360        $PERL -pi.bak -e "s '^NSPR_LIBS\\s*=.*'NSPR_LIBS = $_libs'" config/autoconf.mk
8361     fi
8362     if test "$OS_ARCH" != "WINNT" && test "$OS_ARCH" != "WINCE" ; then
8363        _cflags=`./nsprpub/config/nspr-config --prefix=$\(LIBXUL_DIST\) --exec-prefix=$\(DIST\) --includedir=$\(LIBXUL_DIST\)/include/nspr --cflags`
8364        $PERL -pi.bak -e "s '^NSPR_CFLAGS\\s*=.*'NSPR_CFLAGS = $_cflags'" config/autoconf.mk
8365     fi
8366     rm -f config/autoconf.mk.bak
8369 fi # COMPILE_ENVIRONMENT