2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1"
200 if (eval "$as_required") 2>/dev
/null
; then :
205 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
210 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
213 test -z "$as_dir" && as_dir
=.
217 for as_base
in sh bash ksh sh5
; do
218 # Try only shells that exist, to save several forks.
219 as_shell
=$as_dir/$as_base
220 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
221 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
222 CONFIG_SHELL
=$as_shell as_have_required
=yes
223 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
231 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
232 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
233 CONFIG_SHELL
=$SHELL as_have_required
=yes
238 if test "x$CONFIG_SHELL" != x
; then :
240 # We cannot yet assume a decent shell, so we have to provide a
241 # neutralization value for shells without unset; and this also
242 # works around shells that cannot unset nonexistent variables.
243 # Preserve -v and -x to the replacement shell.
246 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
248 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
254 # Admittedly, this is quite paranoid, since all the known shells bail
255 # out after a failed `exec'.
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 if test x
$as_have_required = xno
; then :
261 $as_echo "$0: This script requires a shell more modern than all"
262 $as_echo "$0: the shells that I found on your system."
263 if test x
${ZSH_VERSION+set} = xset
; then
264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
268 $0: including any error possibly output before this
269 $0: message. Then install a modern shell, or manually run
270 $0: the script under such a shell if you do have one."
276 SHELL
=${CONFIG_SHELL-/bin/sh}
278 # Unset more variables known to interfere with behavior of common tools.
279 CLICOLOR_FORCE
= GREP_OPTIONS
=
280 unset CLICOLOR_FORCE GREP_OPTIONS
282 ## --------------------- ##
283 ## M4sh Shell Functions. ##
284 ## --------------------- ##
287 # Portably unset VAR.
290 { eval $1=; unset $1;}
294 # as_fn_set_status STATUS
295 # -----------------------
296 # Set $? to STATUS, without forking.
304 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
314 # Create "$as_dir" as a directory, including parents if necessary.
319 -*) as_dir
=.
/$as_dir;;
321 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
325 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
328 as_dirs
="'$as_qdir' $as_dirs"
329 as_dir
=`$as_dirname -- "$as_dir" ||
330 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
331 X"$as_dir" : 'X\(//\)[^/]' \| \
332 X"$as_dir" : 'X\(//\)$' \| \
333 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
334 $as_echo X"$as_dir" |
335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
352 test -d "$as_dir" && break
354 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
355 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
360 # as_fn_executable_p FILE
361 # -----------------------
362 # Test if FILE is an executable regular file.
363 as_fn_executable_p
()
365 test -f "$1" && test -x "$1"
366 } # as_fn_executable_p
367 # as_fn_append VAR VALUE
368 # ----------------------
369 # Append the text in VALUE to the end of the definition contained in VAR. Take
370 # advantage of any shell optimizations that allow amortized linear growth over
371 # repeated appends, instead of the typical quadratic growth present in naive
373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
374 eval 'as_fn_append ()
387 # Perform arithmetic evaluation on the ARGs, and store the result in the
388 # global $as_val. Take advantage of shells that can avoid forks. The arguments
389 # must be portable across $(()) and expr.
390 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
398 as_val
=`expr "$@" || test $? -eq 1`
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
404 # ----------------------------------------
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
407 # script with STATUS, using 1 if that was 0.
410 as_status
=$1; test $as_status -eq 0 && as_status
=1
412 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
415 $as_echo "$as_me: error: $2" >&2
416 as_fn_exit
$as_status
419 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
420 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
426 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
432 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
438 as_me
=`$as_basename -- "$0" ||
439 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
440 X"$0" : 'X\(//\)$' \| \
441 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
443 sed '/^.*\/\([^/][^/]*\)\/*$/{
457 # Avoid depending upon Character Ranges.
458 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
459 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
460 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
461 as_cr_digits
='0123456789'
462 as_cr_alnum
=$as_cr_Letters$as_cr_digits
465 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
466 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
467 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
468 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
469 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
485 chmod +x
"$as_me.lineno" ||
486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
489 # already done that, so ensure we don't try to do so again and fall
490 # in an infinite loop. This has already happened in practice.
491 _as_can_reexec
=no
; export _as_can_reexec
492 # Don't try to exec as it changes $[0], causing all sort of problems
493 # (the dirname of $[0] is not the place where we might find the
494 # original and so on. Autoconf is especially sensitive to this).
496 # Exit status is that of the last command.
500 ECHO_C
= ECHO_N
= ECHO_T
=
501 case `echo -n x` in #(((((
503 case `echo 'xy\c'` in
504 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
506 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
513 rm -f conf$$ conf$$.exe conf$$.
file
514 if test -d conf$$.dir
; then
515 rm -f conf$$.dir
/conf$$.
file
518 mkdir conf$$.dir
2>/dev
/null
520 if (echo >conf$$.
file) 2>/dev
/null
; then
521 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
523 # ... but there are two gotchas:
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
526 # In both cases, we have to default to `cp -pR'.
527 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
529 elif ln conf$$.
file conf$$
2>/dev
/null
; then
537 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
538 rmdir conf$$.dir
2>/dev
/null
540 if mkdir
-p .
2>/dev
/null
; then
541 as_mkdir_p
='mkdir -p "$as_dir"'
543 test -d .
/-p && rmdir .
/-p
548 as_executable_p
=as_fn_executable_p
550 # Sed expression to map a string onto a valid CPP name.
551 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
553 # Sed expression to map a string onto a valid variable name.
554 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
557 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
561 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
562 # so uname gets run too.
563 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
568 ac_default_prefix
=/usr
/local
570 ac_config_libobj_dir
=.
577 # Identity of this package.
585 ac_unique_file
="pr/include/nspr.h"
586 # Factoring default headers for most tests.
587 ac_includes_default
="\
589 #ifdef HAVE_SYS_TYPES_H
590 # include <sys/types.h>
592 #ifdef HAVE_SYS_STAT_H
593 # include <sys/stat.h>
599 # ifdef HAVE_STDLIB_H
604 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
609 #ifdef HAVE_STRINGS_H
610 # include <strings.h>
612 #ifdef HAVE_INTTYPES_H
613 # include <inttypes.h>
622 ac_subst_vars
='LTLIBOBJS
655 MACOSX_DEPLOYMENT_TARGET
768 program_transform_name
781 enable_option_checking
783 with_android_toolchain
785 with_android_platform
821 ac_precious_vars
='build_alias
835 # Initialize some variables set by options.
837 ac_init_version
=false
838 ac_unrecognized_opts
=
840 # The variables have the same names as the options, with
841 # dashes changed to underlines.
849 program_transform_name
=s
,x
,x
,
857 # Installation directory options.
858 # These are left unexpanded so users can "make install exec_prefix=/foo"
859 # and all the variables that are supposed to be based on exec_prefix
860 # by default will actually change.
861 # Use braces instead of parens because sh, perl, etc. also accept them.
862 # (The list follows the same order as the GNU Coding Standards.)
863 bindir
='${exec_prefix}/bin'
864 sbindir
='${exec_prefix}/sbin'
865 libexecdir
='${exec_prefix}/libexec'
866 datarootdir
='${prefix}/share'
867 datadir
='${datarootdir}'
868 sysconfdir
='${prefix}/etc'
869 sharedstatedir
='${prefix}/com'
870 localstatedir
='${prefix}/var'
871 runstatedir
='${localstatedir}/run'
872 includedir
='${prefix}/include'
873 oldincludedir
='/usr/include'
874 docdir
='${datarootdir}/doc/${PACKAGE}'
875 infodir
='${datarootdir}/info'
880 libdir
='${exec_prefix}/lib'
881 localedir
='${datarootdir}/locale'
882 mandir
='${datarootdir}/man'
888 # If the previous option needs an argument, assign it.
889 if test -n "$ac_prev"; then
890 eval $ac_prev=\
$ac_option
896 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
907 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
909 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
912 -build |
--build |
--buil |
--bui |
--bu)
913 ac_prev
=build_alias
;;
914 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
915 build_alias
=$ac_optarg ;;
917 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
918 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
919 ac_prev
=cache_file
;;
920 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
921 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
922 cache_file
=$ac_optarg ;;
925 cache_file
=config.cache
;;
927 -datadir |
--datadir |
--datadi |
--datad)
929 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
930 datadir
=$ac_optarg ;;
932 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
933 |
--dataroo |
--dataro |
--datar)
934 ac_prev
=datarootdir
;;
935 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
936 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
937 datarootdir
=$ac_optarg ;;
939 -disable-* |
--disable-*)
940 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
943 as_fn_error $?
"invalid feature name: $ac_useropt"
944 ac_useropt_orig
=$ac_useropt
945 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
950 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep
=', ';;
953 eval enable_
$ac_useropt=no
;;
955 -docdir |
--docdir |
--docdi |
--doc |
--do)
957 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
960 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
962 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
965 -enable-* |
--enable-*)
966 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
969 as_fn_error $?
"invalid feature name: $ac_useropt"
970 ac_useropt_orig
=$ac_useropt
971 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
976 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep
=', ';;
979 eval enable_
$ac_useropt=\
$ac_optarg ;;
981 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
982 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
983 |
--exec |
--exe |
--ex)
984 ac_prev
=exec_prefix
;;
985 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
986 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
987 |
--exec=* |
--exe=* |
--ex=*)
988 exec_prefix
=$ac_optarg ;;
990 -gas |
--gas |
--ga |
--g)
991 # Obsolete; use --with-gas.
994 -help |
--help |
--hel |
--he |
-h)
996 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
997 ac_init_help
=recursive
;;
998 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
999 ac_init_help
=short
;;
1001 -host |
--host |
--hos |
--ho)
1002 ac_prev
=host_alias
;;
1003 -host=* |
--host=* |
--hos=* |
--ho=*)
1004 host_alias
=$ac_optarg ;;
1006 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1008 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1010 htmldir
=$ac_optarg ;;
1012 -includedir |
--includedir |
--includedi |
--included |
--include \
1013 |
--includ |
--inclu |
--incl |
--inc)
1014 ac_prev
=includedir
;;
1015 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1016 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1017 includedir
=$ac_optarg ;;
1019 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1021 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1022 infodir
=$ac_optarg ;;
1024 -libdir |
--libdir |
--libdi |
--libd)
1026 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1027 libdir
=$ac_optarg ;;
1029 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1030 |
--libexe |
--libex |
--libe)
1031 ac_prev
=libexecdir
;;
1032 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1033 |
--libexe=* |
--libex=* |
--libe=*)
1034 libexecdir
=$ac_optarg ;;
1036 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1037 ac_prev
=localedir
;;
1038 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1039 localedir
=$ac_optarg ;;
1041 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1042 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1043 ac_prev
=localstatedir
;;
1044 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1045 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1046 localstatedir
=$ac_optarg ;;
1048 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1050 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1051 mandir
=$ac_optarg ;;
1053 -nfp |
--nfp |
--nf)
1054 # Obsolete; use --without-fp.
1057 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1058 |
--no-cr |
--no-c |
-n)
1061 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1062 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1065 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1066 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1067 |
--oldin |
--oldi |
--old |
--ol |
--o)
1068 ac_prev
=oldincludedir
;;
1069 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1070 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1071 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1072 oldincludedir
=$ac_optarg ;;
1074 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1076 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1077 prefix
=$ac_optarg ;;
1079 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1080 |
--program-pre |
--program-pr |
--program-p)
1081 ac_prev
=program_prefix
;;
1082 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1083 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1084 program_prefix
=$ac_optarg ;;
1086 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1087 |
--program-suf |
--program-su |
--program-s)
1088 ac_prev
=program_suffix
;;
1089 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1090 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1091 program_suffix
=$ac_optarg ;;
1093 -program-transform-name |
--program-transform-name \
1094 |
--program-transform-nam |
--program-transform-na \
1095 |
--program-transform-n |
--program-transform- \
1096 |
--program-transform |
--program-transfor \
1097 |
--program-transfo |
--program-transf \
1098 |
--program-trans |
--program-tran \
1099 |
--progr-tra |
--program-tr |
--program-t)
1100 ac_prev
=program_transform_name
;;
1101 -program-transform-name=* |
--program-transform-name=* \
1102 |
--program-transform-nam=* |
--program-transform-na=* \
1103 |
--program-transform-n=* |
--program-transform-=* \
1104 |
--program-transform=* |
--program-transfor=* \
1105 |
--program-transfo=* |
--program-transf=* \
1106 |
--program-trans=* |
--program-tran=* \
1107 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1108 program_transform_name
=$ac_optarg ;;
1110 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1112 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1113 pdfdir
=$ac_optarg ;;
1115 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1117 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1120 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1121 |
-silent |
--silent |
--silen |
--sile |
--sil)
1124 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1125 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1126 |
--run |
--ru |
--r)
1127 ac_prev
=runstatedir
;;
1128 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1129 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1130 |
--run=* |
--ru=* |
--r=*)
1131 runstatedir
=$ac_optarg ;;
1133 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1135 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1137 sbindir
=$ac_optarg ;;
1139 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1140 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1141 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1143 ac_prev
=sharedstatedir
;;
1144 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1145 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1146 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1148 sharedstatedir
=$ac_optarg ;;
1150 -site |
--site |
--sit)
1152 -site=* |
--site=* |
--sit=*)
1155 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1157 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1158 srcdir
=$ac_optarg ;;
1160 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1161 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1162 ac_prev
=sysconfdir
;;
1163 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1164 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1165 sysconfdir
=$ac_optarg ;;
1167 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1168 ac_prev
=target_alias
;;
1169 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1170 target_alias
=$ac_optarg ;;
1172 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1175 -version |
--version |
--versio |
--versi |
--vers |
-V)
1176 ac_init_version
=: ;;
1179 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1180 # Reject names that are not valid shell variable names.
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1182 as_fn_error $?
"invalid package name: $ac_useropt"
1183 ac_useropt_orig
=$ac_useropt
1184 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1189 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190 ac_unrecognized_sep
=', ';;
1192 eval with_
$ac_useropt=\
$ac_optarg ;;
1194 -without-* |
--without-*)
1195 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1196 # Reject names that are not valid shell variable names.
1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1198 as_fn_error $?
"invalid package name: $ac_useropt"
1199 ac_useropt_orig
=$ac_useropt
1200 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1205 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206 ac_unrecognized_sep
=', ';;
1208 eval with_
$ac_useropt=no
;;
1211 # Obsolete; use --with-x.
1214 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1215 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1216 ac_prev
=x_includes
;;
1217 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1218 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1219 x_includes
=$ac_optarg ;;
1221 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1222 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1223 ac_prev
=x_libraries
;;
1224 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1225 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1226 x_libraries
=$ac_optarg ;;
1228 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1229 Try \`$0 --help' for more information"
1233 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1234 # Reject names that are not valid shell variable names.
1235 case $ac_envvar in #(
1236 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1237 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1239 eval $ac_envvar=\
$ac_optarg
1240 export $ac_envvar ;;
1243 # FIXME: should be removed in autoconf 3.0.
1244 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1245 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1246 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1247 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1253 if test -n "$ac_prev"; then
1254 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1255 as_fn_error $?
"missing argument to $ac_option"
1258 if test -n "$ac_unrecognized_opts"; then
1259 case $enable_option_checking in
1261 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1262 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1266 # Check all directory arguments for consistency.
1267 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268 datadir sysconfdir sharedstatedir localstatedir includedir \
1269 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1270 libdir localedir mandir runstatedir
1272 eval ac_val
=\$
$ac_var
1273 # Remove trailing slashes.
1276 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277 eval $ac_var=\
$ac_val;;
1279 # Be sure to have absolute directory names.
1281 [\\/$
]* | ?
:[\\/]* ) continue;;
1282 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1284 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1287 # There might be people who depend on the old broken behavior: `$host'
1288 # used to hold the argument of --host etc.
1289 # FIXME: To remove some day.
1292 target
=$target_alias
1294 # FIXME: To remove some day.
1295 if test "x$host_alias" != x
; then
1296 if test "x$build_alias" = x
; then
1297 cross_compiling
=maybe
1298 elif test "x$build_alias" != "x$host_alias"; then
1304 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1306 test "$silent" = yes && exec 6>/dev
/null
1309 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1310 ac_ls_di
=`ls -di .` &&
1311 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1312 as_fn_error $?
"working directory cannot be determined"
1313 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 as_fn_error $?
"pwd does not report name of working directory"
1317 # Find the source files, if location was not specified.
1318 if test -z "$srcdir"; then
1319 ac_srcdir_defaulted
=yes
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir
=`$as_dirname -- "$as_myself" ||
1322 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326 $as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1349 ac_srcdir_defaulted
=no
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1353 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1355 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1357 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1359 # When building in place, set srcdir=.
1360 if test "$ac_abs_confdir" = "$ac_pwd"; then
1363 # Remove unnecessary trailing slashes from srcdir.
1364 # Double slashes in file names in object file debugging info
1365 # mess up M-x gdb in Emacs.
1367 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369 for ac_var
in $ac_precious_vars; do
1370 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1371 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1372 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1373 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1377 # Report the --help message.
1379 if test "$ac_init_help" = "long"; then
1380 # Omit some internal or obsolete options to make the list less imposing.
1381 # This message is too long to be a string in the A/UX 3.1 sh.
1383 \`configure' configures this package to adapt to many kinds of systems.
1385 Usage: $0 [OPTION]... [VAR=VALUE]...
1387 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1388 VAR=VALUE. See below for descriptions of some of the useful variables.
1390 Defaults for the options are specified in brackets.
1393 -h, --help display this help and exit
1394 --help=short display options specific to this package
1395 --help=recursive display the short help of all the included packages
1396 -V, --version display version information and exit
1397 -q, --quiet, --silent do not print \`checking ...' messages
1398 --cache-file=FILE cache test results in FILE [disabled]
1399 -C, --config-cache alias for \`--cache-file=config.cache'
1400 -n, --no-create do not create output files
1401 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403 Installation directories:
1404 --prefix=PREFIX install architecture-independent files in PREFIX
1405 [$ac_default_prefix]
1406 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1409 By default, \`make install' will install all the files in
1410 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1411 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1412 for instance \`--prefix=\$HOME'.
1414 For better control, use the options below.
1416 Fine tuning of the installation directories:
1417 --bindir=DIR user executables [EPREFIX/bin]
1418 --sbindir=DIR system admin executables [EPREFIX/sbin]
1419 --libexecdir=DIR program executables [EPREFIX/libexec]
1420 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1421 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1422 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1423 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1442 --build=BUILD configure
for building on BUILD
[guessed
]
1443 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1444 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1448 if test -n "$ac_init_help"; then
1453 --disable-option-checking ignore unrecognized
--enable/--with options
1454 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1455 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1456 --enable-optimize=OPT Enable code optimizations
(ie.
-O2)
1457 --enable-debug=DBG Enable debugging
(using compiler flags DBG
)
1458 --enable-debug-symbols=DBG Enable debugging symbols
1459 (using compiler flags DBG
)
1460 --enable-win32-target=\
$t
1461 Specify win32 flavor.
(WIN95 or WINNT
)
1462 --enable-debug-rtl Use the MSVC debug runtime library
1463 --enable-static-rtl Use the MSVC static runtime library
1464 --enable-x32 Enable x32 ABI support
(x86_64 only
)
1465 --enable-64bit Enable
64-bit support
(on certain platforms
)
1466 --enable-mdupdate Enable use of certain compilers
' mdupdate feature
1467 --enable-cplus Enable some c++ api routines
1468 --enable-macos-target=VER
1469 Set the minimum MacOS version needed at runtime
1470 10.3 for ppc, 10.4 for x86
1471 --disable-os2-high-mem Disable high-memory support on OS/2
1473 --enable-strip Enable stripping of shared libs and programs
1474 --enable-user-pthreads Build using userland pthreads
1475 --enable-nspr-threads Build using classic nspr threads
1476 --enable-ipv6 Compile ipv6 support
1477 --enable-wrap-malloc Wrap malloc calls (gnu linker only)
1480 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1481 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1482 --with-android-ndk=DIR
1483 location where the Android NDK can be found
1484 --with-android-toolchain=DIR
1485 location of the Android toolchain
1486 --with-android-version=VER
1487 Android platform version, default 5 for arm, 9 for x86/mips
1488 --with-android-platform=DIR
1489 location of platform dir
1490 --with-dist-prefix=DIST_PREFIX
1491 place build files in DIST_PREFIX dist
1492 --with-dist-bindir=DIR build execuatables in DIR DIST_PREFIX/bin
1493 --with-dist-includedir=DIR
1494 build include files in DIR DIST_PREFIX/include/nspr
1495 --with-dist-libdir=DIR build library files in DIR DIST_PREFIX/lib
1496 --with-mozilla Compile NSPR with Mozilla support
1497 --with-arm-kuser Use kuser helpers (Linux/ARM only)
1498 (Requires kernel 2.6.13 or later)
1499 --with-macos-sdk=dir Location of platform SDK to use (Mac OS X only)
1500 --with-thumb[=yes|no|toolchain-default]
1501 Use Thumb instruction set (-mthumb)
1502 --with-thumb-interwork[=yes|no|toolchain-default]
1503 Use Thumb/ARM instuctions interwork (-mthumb-interwork)
1504 --with-arch=[type|toolchain-default]
1505 Use specific CPU features (-march=type)
1506 --with-fpu=[type|toolchain-default]
1507 Use specific FPU type (-mfpu=type)
1508 --with-float-abi=[type|toolchain-default]
1509 Use specific arm float ABI (-mfloat-abi=type)
1510 --with-soft-float[=yes|no|toolchain-default]
1511 Use soft float library (-msoft-float)
1512 --with-ccache=path/to/ccache
1513 Enable compiling with ccache
1514 --with-pthreads Use system pthreads library as thread subsystem
1515 --with-wrap-malloc=SHAREDLIB Location of malloc wrapper library
1517 Some influential environment variables:
1518 CC C compiler command
1519 CFLAGS C compiler flags
1520 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1521 nonstandard directory <lib dir>
1522 LIBS libraries to pass to the linker, e.g. -l<library>
1523 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1524 you have headers in a nonstandard directory <include dir>
1525 CXX C++ compiler command
1526 CXXFLAGS C++ compiler flags
1529 Use these variables to override the choices made by `configure' or to
help
1530 it to
find libraries and programs with nonstandard names
/locations.
1532 Report bugs to the package provider.
1537 if test "$ac_init_help" = "recursive"; then
1538 # If there are subdirs, report their specific --help.
1539 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1540 test -d "$ac_dir" ||
1541 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1546 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1548 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1549 # A ".." for each directory in $ac_dir_suffix.
1550 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1551 case $ac_top_builddir_sub in
1552 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1553 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1556 ac_abs_top_builddir
=$ac_pwd
1557 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1558 # for backward compatibility:
1559 ac_top_builddir
=$ac_top_build_prefix
1562 .
) # We are building in place.
1564 ac_top_srcdir
=$ac_top_builddir_sub
1565 ac_abs_top_srcdir
=$ac_pwd ;;
1566 [\\/]* | ?
:[\\/]* ) # Absolute name.
1567 ac_srcdir
=$srcdir$ac_dir_suffix;
1568 ac_top_srcdir
=$srcdir
1569 ac_abs_top_srcdir
=$srcdir ;;
1571 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1572 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1573 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1575 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1577 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1578 # Check for guested configure.
1579 if test -f "$ac_srcdir/configure.gnu"; then
1581 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1582 elif test -f "$ac_srcdir/configure"; then
1584 $SHELL "$ac_srcdir/configure" --help=recursive
1586 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1588 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1592 test -n "$ac_init_help" && exit $ac_status
1593 if $ac_init_version; then
1596 generated by GNU Autoconf
2.69
1598 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1599 This configure
script is free software
; the Free Software Foundation
1600 gives unlimited permission to copy
, distribute and modify it.
1605 ## ------------------------ ##
1606 ## Autoconf initialization. ##
1607 ## ------------------------ ##
1609 # ac_fn_c_try_compile LINENO
1610 # --------------------------
1611 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1612 ac_fn_c_try_compile
()
1614 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1615 rm -f conftest.
$ac_objext
1616 if { { ac_try
="$ac_compile"
1618 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1619 *) ac_try_echo=$ac_try;;
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622 $as_echo "$ac_try_echo"; } >&5
1623 (eval "$ac_compile") 2>conftest.err
1625 if test -s conftest.err; then
1626 grep -v '^ *+' conftest.err >conftest.er1
1627 cat conftest.er1 >&5
1628 mv -f conftest.er1 conftest.err
1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631 test $ac_status = 0; } && {
1632 test -z "$ac_c_werror_flag" ||
1633 test ! -s conftest.err
1634 } && test -s conftest.$ac_objext; then :
1637 $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1642 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643 as_fn_set_status $ac_retval
1645 } # ac_fn_c_try_compile
1647 # ac_fn_cxx_try_compile LINENO
1648 # ----------------------------
1649 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1650 ac_fn_cxx_try_compile ()
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 rm -f conftest.$ac_objext
1654 if { { ac_try="$ac_compile"
1656 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1657 *) ac_try_echo
=$ac_try;;
1659 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1660 $as_echo "$ac_try_echo"; } >&5
1661 (eval "$ac_compile") 2>conftest.err
1663 if test -s conftest.err
; then
1664 grep -v '^ *+' conftest.err
>conftest.er1
1665 cat conftest.er1
>&5
1666 mv -f conftest.er1 conftest.err
1668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1669 test $ac_status = 0; } && {
1670 test -z "$ac_cxx_werror_flag" ||
1671 test ! -s conftest.err
1672 } && test -s conftest.
$ac_objext; then :
1675 $as_echo "$as_me: failed program was:" >&5
1676 sed 's/^/| /' conftest.
$ac_ext >&5
1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1681 as_fn_set_status
$ac_retval
1683 } # ac_fn_cxx_try_compile
1685 # ac_fn_c_try_cpp LINENO
1686 # ----------------------
1687 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1690 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1691 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1694 *) ac_try_echo=$ac_try;;
1696 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1697 $as_echo "$ac_try_echo"; } >&5
1698 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1700 if test -s conftest.err; then
1701 grep -v '^ *+' conftest.err >conftest.er1
1702 cat conftest.er1 >&5
1703 mv -f conftest.er1 conftest.err
1705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1706 test $ac_status = 0; } > conftest.i && {
1707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1708 test ! -s conftest.err
1712 $as_echo "$as_me: failed program was:" >&5
1713 sed 's/^/| /' conftest.$ac_ext >&5
1717 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718 as_fn_set_status $ac_retval
1722 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1723 # -------------------------------------------------------
1724 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1725 # the include files in INCLUDES and setting the cache variable VAR
1727 ac_fn_c_check_header_mongrel ()
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if eval \${$3+:} false; then :
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732 $as_echo_n "checking for $2... " >&6; }
1733 if eval \${$3+:} false; then :
1734 $as_echo_n "(cached) " >&6
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1738 $as_echo "$ac_res" >&6; }
1740 # Is the header compilable?
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1742 $as_echo_n "checking $2 usability... " >&6; }
1743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1744 /* end confdefs.h. */
1748 if ac_fn_c_try_compile "$LINENO"; then :
1749 ac_header_compiler=yes
1751 ac_header_compiler=no
1753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1755 $as_echo "$ac_header_compiler" >&6; }
1757 # Is the header present?
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1759 $as_echo_n "checking $2 presence... " >&6; }
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761 /* end confdefs.h. */
1764 if ac_fn_c_try_cpp "$LINENO"; then :
1765 ac_header_preproc=yes
1767 ac_header_preproc=no
1769 rm -f conftest.err conftest.i conftest.$ac_ext
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1771 $as_echo "$ac_header_preproc" >&6; }
1773 # So? What about this header?
1774 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1777 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1779 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1783 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1785 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1787 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1789 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1791 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795 $as_echo_n "checking for $2... " >&6; }
1796 if eval \${$3+:} false; then :
1797 $as_echo_n "(cached) " >&6
1799 eval "$3=\$ac_header_compiler"
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1803 $as_echo "$ac_res" >&6; }
1805 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1807 } # ac_fn_c_check_header_mongrel
1809 # ac_fn_c_try_run LINENO
1810 # ----------------------
1811 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1812 # that executables *can* be run.
1815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1816 if { { ac_try="$ac_link"
1818 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1819 *) ac_try_echo
=$ac_try;;
1821 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1822 $as_echo "$ac_try_echo"; } >&5
1823 (eval "$ac_link") 2>&5
1825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1826 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1827 { { case "(($ac_try" in
1828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1829 *) ac_try_echo=$ac_try;;
1831 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1832 $as_echo "$ac_try_echo"; } >&5
1833 (eval "$ac_try") 2>&5
1835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1836 test $ac_status = 0; }; }; then :
1839 $as_echo "$as_me: program exited with status $ac_status" >&5
1840 $as_echo "$as_me: failed program was:" >&5
1841 sed 's/^/| /' conftest.$ac_ext >&5
1843 ac_retval=$ac_status
1845 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1846 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1847 as_fn_set_status $ac_retval
1851 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1852 # -------------------------------------------------------
1853 # Tests whether HEADER exists and can be compiled using the include files in
1854 # INCLUDES, setting the cache variable VAR accordingly.
1855 ac_fn_c_check_header_compile ()
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1859 $as_echo_n "checking for $2... " >&6; }
1860 if eval \${$3+:} false; then :
1861 $as_echo_n "(cached) " >&6
1863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864 /* end confdefs.h. */
1868 if ac_fn_c_try_compile "$LINENO"; then :
1873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1877 $as_echo "$ac_res" >&6; }
1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1880 } # ac_fn_c_check_header_compile
1882 # ac_fn_c_try_link LINENO
1883 # -----------------------
1884 # Try to link conftest.$ac_ext, and return whether this succeeded.
1887 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1888 rm -f conftest.$ac_objext conftest$ac_exeext
1889 if { { ac_try="$ac_link"
1891 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1892 *) ac_try_echo
=$ac_try;;
1894 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1895 $as_echo "$ac_try_echo"; } >&5
1896 (eval "$ac_link") 2>conftest.err
1898 if test -s conftest.err
; then
1899 grep -v '^ *+' conftest.err
>conftest.er1
1900 cat conftest.er1
>&5
1901 mv -f conftest.er1 conftest.err
1903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1904 test $ac_status = 0; } && {
1905 test -z "$ac_c_werror_flag" ||
1906 test ! -s conftest.err
1907 } && test -s conftest
$ac_exeext && {
1908 test "$cross_compiling" = yes ||
1909 test -x conftest
$ac_exeext
1913 $as_echo "$as_me: failed program was:" >&5
1914 sed 's/^/| /' conftest.
$ac_ext >&5
1918 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1919 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1920 # interfere with the next link command; also delete a directory that is
1921 # left behind by Apple's compiler. We do this before executing the actions.
1922 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1923 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1924 as_fn_set_status
$ac_retval
1926 } # ac_fn_c_try_link
1928 # ac_fn_c_check_func LINENO FUNC VAR
1929 # ----------------------------------
1930 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1931 ac_fn_c_check_func
()
1933 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1935 $as_echo_n "checking for $2... " >&6; }
1936 if eval \
${$3+:} false
; then :
1937 $as_echo_n "(cached) " >&6
1939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1940 /* end confdefs.h. */
1941 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1943 #define $2 innocuous_$2
1945 /* System header to define __stub macros and hopefully few prototypes,
1946 which can conflict with char $2 (); below.
1947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1948 <limits.h> exists even on freestanding compilers. */
1951 # include <limits.h>
1953 # include <assert.h>
1958 /* Override any GCC internal prototype to avoid an error.
1959 Use char because int might match the return type of a GCC
1960 builtin and then its argument prototype would still apply. */
1965 /* The GNU C library defines this for functions which it implements
1966 to always fail with ENOSYS. Some functions are actually named
1967 something starting with __ and the normal name is an alias. */
1968 #if defined __stub_$2 || defined __stub___$2
1980 if ac_fn_c_try_link
"$LINENO"; then :
1985 rm -f core conftest.err conftest.
$ac_objext \
1986 conftest
$ac_exeext conftest.
$ac_ext
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1993 } # ac_fn_c_check_func
1994 cat >config.log
<<_ACEOF
1995 This file contains any messages produced by compilers while
1996 running configure, to aid debugging if configure makes a mistake.
1998 It was created by $as_me, which was
1999 generated by GNU Autoconf 2.69. Invocation command line was
2011 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2012 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2013 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2014 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2015 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2017 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2018 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2020 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2021 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2022 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2023 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2024 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2025 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2026 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2030 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2034 test -z "$as_dir" && as_dir
=.
2035 $as_echo "PATH: $as_dir"
2051 # Keep a trace of the command line.
2052 # Strip out --no-create and --no-recursion so they do not pile up.
2053 # Strip out --silent because we don't want to record it for future runs.
2054 # Also quote any args containing shell meta-characters.
2055 # Make two passes to allow for proper duplicate-argument suppression.
2059 ac_must_keep_next
=false
2065 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2066 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2067 |
-silent |
--silent |
--silen |
--sile |
--sil)
2070 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2073 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2075 as_fn_append ac_configure_args1
" '$ac_arg'"
2076 if test $ac_must_keep_next = true
; then
2077 ac_must_keep_next
=false
# Got value, back to normal.
2080 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2081 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2082 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2083 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2084 case "$ac_configure_args0 " in
2085 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2088 -* ) ac_must_keep_next
=true
;;
2091 as_fn_append ac_configure_args
" '$ac_arg'"
2096 { ac_configure_args0
=; unset ac_configure_args0
;}
2097 { ac_configure_args1
=; unset ac_configure_args1
;}
2099 # When interrupted or exit'd, cleanup temporary files, and complete
2100 # config.log. We remove comments because anyway the quotes in there
2101 # would cause problems or look ugly.
2102 # WARNING: Use '\'' to represent an apostrophe within the trap.
2103 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2104 trap 'exit_status=$?
2105 # Save into config.log some information that might help in debugging.
2109 $as_echo "## ---------------- ##
2110 ## Cache variables. ##
2111 ## ---------------- ##"
2113 # The following way of writing the cache mishandles newlines in values,
2115 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2116 eval ac_val=\$$ac_var
2120 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2121 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2124 _ | IFS | as_nl) ;; #(
2125 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2126 *) { eval $ac_var=; unset $ac_var;} ;;
2131 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2132 *${as_nl}ac_space=\ *)
2134 "s/'\''/'\''\\\\'\'''\''/g;
2135 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2138 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2145 $as_echo "## ----------------- ##
2146 ## Output variables. ##
2147 ## ----------------- ##"
2149 for ac_var in $ac_subst_vars
2151 eval ac_val=\$$ac_var
2153 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2155 $as_echo "$ac_var='\''$ac_val'\''"
2159 if test -n "$ac_subst_files"; then
2160 $as_echo "## ------------------- ##
2161 ## File substitutions. ##
2162 ## ------------------- ##"
2164 for ac_var
in $ac_subst_files
2166 eval ac_val
=\$
$ac_var
2168 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 $as_echo "$ac_var='\''$ac_val'\''"
2175 if test -s confdefs.h; then
2176 $as_echo "## ----------- ##
2183 test "$ac_signal" != 0 &&
2184 $as_echo "$as_me: caught signal $ac_signal"
2185 $as_echo "$as_me: exit $exit_status"
2187 rm -f core *.core core.conftest.* &&
2188 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2191 for ac_signal
in 1 2 13 15; do
2192 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2196 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2197 rm -f -r conftest
* confdefs.h
2199 $as_echo "/* confdefs.h */" > confdefs.h
2201 # Predefined preprocessor variables.
2203 cat >>confdefs.h
<<_ACEOF
2204 #define PACKAGE_NAME "$PACKAGE_NAME"
2207 cat >>confdefs.h
<<_ACEOF
2208 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2211 cat >>confdefs.h
<<_ACEOF
2212 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2215 cat >>confdefs.h
<<_ACEOF
2216 #define PACKAGE_STRING "$PACKAGE_STRING"
2219 cat >>confdefs.h
<<_ACEOF
2220 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2223 cat >>confdefs.h
<<_ACEOF
2224 #define PACKAGE_URL "$PACKAGE_URL"
2228 # Let the site file select an alternate cache file if it wants to.
2229 # Prefer an explicitly selected file to automatically selected ones.
2232 if test -n "$CONFIG_SITE"; then
2233 # We do not want a PATH search for config.site.
2234 case $CONFIG_SITE in #((
2235 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2236 */*) ac_site_file1
=$CONFIG_SITE;;
2237 *) ac_site_file1
=.
/$CONFIG_SITE;;
2239 elif test "x$prefix" != xNONE
; then
2240 ac_site_file1
=$prefix/share
/config.site
2241 ac_site_file2
=$prefix/etc
/config.site
2243 ac_site_file1
=$ac_default_prefix/share
/config.site
2244 ac_site_file2
=$ac_default_prefix/etc
/config.site
2246 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2248 test "x$ac_site_file" = xNONE
&& continue
2249 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2250 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2251 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2252 sed 's/^/| /' "$ac_site_file" >&5
2254 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2255 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2256 as_fn_error $?
"failed to load site script $ac_site_file
2257 See \`config.log' for more details" "$LINENO" 5; }
2261 if test -r "$cache_file"; then
2262 # Some versions of bash will fail to source /dev/null (special files
2263 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2264 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2266 $as_echo "$as_me: loading cache $cache_file" >&6;}
2268 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2269 *) .
"./$cache_file";;
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2274 $as_echo "$as_me: creating cache $cache_file" >&6;}
2278 # Check that the precious variables saved in the cache have kept the same
2280 ac_cache_corrupted
=false
2281 for ac_var
in $ac_precious_vars; do
2282 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2283 eval ac_new_set
=\
$ac_env_${ac_var}_set
2284 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2285 eval ac_new_val
=\
$ac_env_${ac_var}_value
2286 case $ac_old_set,$ac_new_set in
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2289 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2290 ac_cache_corrupted
=: ;;
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2293 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2294 ac_cache_corrupted
=: ;;
2297 if test "x$ac_old_val" != "x$ac_new_val"; then
2298 # differences in whitespace do not lead to failure.
2299 ac_old_val_w
=`echo x $ac_old_val`
2300 ac_new_val_w
=`echo x $ac_new_val`
2301 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2303 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2304 ac_cache_corrupted
=:
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2307 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2308 eval $ac_var=\
$ac_old_val
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2311 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2313 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2316 # Pass precious variables to config.status.
2317 if test "$ac_new_set" = set; then
2319 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2320 *) ac_arg
=$ac_var=$ac_new_val ;;
2322 case " $ac_configure_args " in
2323 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2324 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2328 if $ac_cache_corrupted; then
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2330 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2332 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2333 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2335 ## -------------------- ##
2336 ## Main body of script. ##
2337 ## -------------------- ##
2340 ac_cpp
='$CPP $CPPFLAGS'
2341 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2342 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2343 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2349 for ac_dir
in ${srcdir}/build
/autoconf
"$srcdir"/${srcdir}/build
/autoconf
; do
2350 if test -f "$ac_dir/install-sh"; then
2352 ac_install_sh
="$ac_aux_dir/install-sh -c"
2354 elif test -f "$ac_dir/install.sh"; then
2356 ac_install_sh
="$ac_aux_dir/install.sh -c"
2358 elif test -f "$ac_dir/shtool"; then
2360 ac_install_sh
="$ac_aux_dir/shtool install -c"
2364 if test -z "$ac_aux_dir"; then
2365 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in ${srcdir}/build/autoconf \"$srcdir\"/${srcdir}/build/autoconf" "$LINENO" 5
2368 # These three variables are undocumented and unsupported,
2369 # and are intended to be withdrawn in a future Autoconf release.
2370 # They can cause serious problems if a builder's source tree is in a directory
2371 # whose full name contains unusual characters.
2372 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2373 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2374 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2377 # Make sure we can run config.sub.
2378 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2379 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2382 $as_echo_n "checking build system type... " >&6; }
2383 if ${ac_cv_build+:} false
; then :
2384 $as_echo_n "(cached) " >&6
2386 ac_build_alias
=$build_alias
2387 test "x$ac_build_alias" = x
&&
2388 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2389 test "x$ac_build_alias" = x
&&
2390 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2391 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2392 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2396 $as_echo "$ac_cv_build" >&6; }
2397 case $ac_cv_build in
2399 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2402 ac_save_IFS
=$IFS; IFS
='-'
2408 # Remember, the first character of IFS is used to create $*,
2409 # except with old shells:
2412 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2416 $as_echo_n "checking host system type... " >&6; }
2417 if ${ac_cv_host+:} false
; then :
2418 $as_echo_n "(cached) " >&6
2420 if test "x$host_alias" = x
; then
2421 ac_cv_host
=$ac_cv_build
2423 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2424 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2429 $as_echo "$ac_cv_host" >&6; }
2432 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2435 ac_save_IFS
=$IFS; IFS
='-'
2441 # Remember, the first character of IFS is used to create $*,
2442 # except with old shells:
2445 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2449 $as_echo_n "checking target system type... " >&6; }
2450 if ${ac_cv_target+:} false
; then :
2451 $as_echo_n "(cached) " >&6
2453 if test "x$target_alias" = x
; then
2454 ac_cv_target
=$ac_cv_host
2456 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2457 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2462 $as_echo "$ac_cv_target" >&6; }
2463 case $ac_cv_target in
2465 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2467 target
=$ac_cv_target
2468 ac_save_IFS
=$IFS; IFS
='-'
2474 # Remember, the first character of IFS is used to create $*,
2475 # except with old shells:
2478 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2481 # The aliases save the names the user supplied, while $host etc.
2482 # will get canonicalized.
2483 test -n "$target_alias" &&
2484 test "$program_prefix$program_suffix$program_transform_name" = \
2486 program_prefix
=${target_alias}-
2489 MOD_MINOR_VERSION
=32
2502 _MACOSX_DEPLOYMENT_TARGET
=
2507 OBJDIR
='$(OBJDIR_NAME)'
2510 NSINSTALL
='$(MOD_DEPTH)/config/$(OBJDIR_NAME)/nsinstall'
2511 NOSUCHFILE
=/no-such-file
2512 LIBNSPR
='-L$(dist_libdir) -lnspr$(MOD_MAJOR_VERSION)'
2513 LIBPLC
='-L$(dist_libdir) -lplc$(MOD_MAJOR_VERSION)'
2518 MOZ_OS2_HIGH_MEMORY
=1
2520 PROFILE_GEN_LDFLAGS
=
2522 PROFILE_USE_LDFLAGS
=
2524 RESOLVE_LINK_SYMBOLS
=
2527 CXXFLAGS
="${CXXFLAGS=}"
2528 LDFLAGS
="${LDFLAGS=}"
2529 DLLFLAGS
="${DLLFLAGS=}"
2530 HOST_CFLAGS
="${HOST_CFLAGS=}"
2531 HOST_LDFLAGS
="${HOST_LDFLAGS=}"
2534 *-cygwin*|
*-mingw*|
*-msys*)
2535 # Check to see if we are really running in a msvc environemnt
2539 # Extract the first word of "$ac_prog", so it can be a program name with args.
2540 set dummy
$ac_prog; ac_word
=$2
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2542 $as_echo_n "checking for $ac_word... " >&6; }
2543 if ${ac_cv_prog_CC+:} false
; then :
2544 $as_echo_n "(cached) " >&6
2546 if test -n "$CC"; then
2547 ac_cv_prog_CC
="$CC" # Let the user override the test.
2549 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2553 test -z "$as_dir" && as_dir
=.
2554 for ac_exec_ext
in '' $ac_executable_extensions; do
2555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2556 ac_cv_prog_CC
="$ac_prog"
2557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2567 if test -n "$CC"; then
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2569 $as_echo "$CC" >&6; }
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2572 $as_echo "no" >&6; }
2576 test -n "$CC" && break
2579 cat > conftest.c
<<EOF
2585 $($CC -E conftest.c 2>/dev/null | grep COMPILER)
2587 if test -n "$dummy"; then
2598 if test -n "$_WIN32_MSVC"; then
2600 SKIP_COMPILER_CHECKS
=1
2601 SKIP_LIBRARY_CHECKS
=1
2606 # Check whether --with-android-ndk was given.
2607 if test "${with_android_ndk+set}" = set; then :
2608 withval
=$with_android_ndk; android_ndk
=$withval
2613 # Check whether --with-android-toolchain was given.
2614 if test "${with_android_toolchain+set}" = set; then :
2615 withval
=$with_android_toolchain; android_toolchain
=$withval
2619 case "$target_cpu" in
2629 # Check whether --with-android-version was given.
2630 if test "${with_android_version+set}" = set; then :
2631 withval
=$with_android_version; android_version
=$withval
2636 # Check whether --with-android-platform was given.
2637 if test "${with_android_platform+set}" = set; then :
2638 withval
=$with_android_platform; android_platform
=$withval
2643 x86_64-linux
*-android*)
2644 android_tool_prefix
="x86_64-linux-android"
2646 aarch64-linux
*-android*)
2647 android_tool_prefix
="aarch64-linux-android"
2649 arm-linux
*-android*|
*-linuxandroid*)
2650 android_tool_prefix
="arm-linux-androideabi"
2653 android_tool_prefix
="i686-linux-android"
2656 android_tool_prefix
="mipsel-linux-android"
2659 android_tool_prefix
="$target_os"
2664 *-android*|
*-linuxandroid*)
2665 if test -z "$android_ndk" ; then
2666 as_fn_error $?
"You must specify --with-android-ndk=/path/to/ndk when targeting Android." "$LINENO" 5
2669 if test -z "$android_toolchain" ; then
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for android toolchain directory" >&5
2671 $as_echo_n "checking for android toolchain directory... " >&6; }
2673 kernel_name
=`uname -s | tr "[:upper:]" "[:lower:]"`
2675 case "$target_cpu" in
2677 target_name
=arm-linux-androideabi-4.4
.3
2680 target_name
=x86-4.4
.3
2683 target_name
=mipsel-linux-android-4.4
.3
2686 android_toolchain
="$android_ndk"/toolchains
/$target_name/prebuilt
/$kernel_name-x86
2688 if test -d "$android_toolchain" ; then
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $android_toolchain" >&5
2690 $as_echo "$android_toolchain" >&6; }
2692 as_fn_error $?
"not found. You have to specify --with-android-toolchain=/path/to/ndk/toolchain." "$LINENO" 5
2696 if test -z "$android_platform" ; then
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for android platform directory" >&5
2698 $as_echo_n "checking for android platform directory... " >&6; }
2700 case "$target_cpu" in
2712 android_platform
="$android_ndk"/platforms
/android-
"$android_version"/arch-
"$target_name"
2714 if test -d "$android_platform" ; then
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $android_platform" >&5
2716 $as_echo "$android_platform" >&6; }
2718 as_fn_error $?
"not found. You have to specify --with-android-platform=/path/to/ndk/platform." "$LINENO" 5
2722 case "$target_cpu" in
2724 if ! test -e "$android_toolchain"/bin
/"$android_tool_prefix"-gcc; then
2725 android_tool_prefix
="i686-android-linux"
2730 AS
="$android_toolchain"/bin
/"$android_tool_prefix"-as
2731 CC
="$android_toolchain"/bin
/"$android_tool_prefix"-gcc
2732 CXX
="$android_toolchain"/bin
/"$android_tool_prefix"-g++
2733 CPP
="$android_toolchain"/bin
/"$android_tool_prefix"-cpp
2734 LD
="$android_toolchain"/bin
/"$android_tool_prefix"-ld
2735 AR
="$android_toolchain"/bin
/"$android_tool_prefix"-ar
2736 RANLIB
="$android_toolchain"/bin
/"$android_tool_prefix"-ranlib
2737 STRIP
="$android_toolchain"/bin
/"$android_tool_prefix"-strip
2739 CPPFLAGS
="-I$android_platform/usr/include $CPPFLAGS"
2740 CFLAGS
="-mandroid -I$android_platform/usr/include -fno-short-enums -fno-exceptions $CFLAGS"
2741 CXXFLAGS
="-mandroid -I$android_platform/usr/include -fpic -fno-short-enums -fno-exceptions $CXXFLAGS"
2742 LDFLAGS
="-mandroid -L$android_platform/usr/lib -Wl,-rpath-link=$android_platform/usr/lib --sysroot=$android_platform $LDFLAGS"
2744 $as_echo "#define ANDROID 1" >>confdefs.h
2749 dist_prefix
='${MOD_DEPTH}/dist'
2750 dist_bindir
='${dist_prefix}/bin'
2751 dist_includedir
='${dist_prefix}/include/nspr'
2752 dist_libdir
='${dist_prefix}/lib'
2753 if test "${includedir}" = '${prefix}/include'; then
2754 includedir
='${prefix}/include/nspr'
2758 # Check whether --with-dist-prefix was given.
2759 if test "${with_dist_prefix+set}" = set; then :
2760 withval
=$with_dist_prefix; dist_prefix
=$withval
2765 # Check whether --with-dist-bindir was given.
2766 if test "${with_dist_bindir+set}" = set; then :
2767 withval
=$with_dist_bindir; dist_bindir
=$withval
2772 # Check whether --with-dist-includedir was given.
2773 if test "${with_dist_includedir+set}" = set; then :
2774 withval
=$with_dist_includedir; dist_includedir
=$withval
2779 # Check whether --with-dist-libdir was given.
2780 if test "${with_dist_libdir+set}" = set; then :
2781 withval
=$with_dist_libdir; dist_libdir
=$withval
2791 # Check whether --with-mozilla was given.
2792 if test "${with_mozilla+set}" = set; then :
2793 withval
=$with_mozilla; if test "$withval" = "yes"; then
2794 $as_echo "#define MOZILLA_CLIENT 1" >>confdefs.h
2801 if test -n "$MOZILLA_CLIENT"; then
2802 $as_echo "#define MOZILLA_CLIENT 1" >>confdefs.h
2808 # Check whether --enable-optimize was given.
2809 if test "${enable_optimize+set}" = set; then :
2810 enableval
=$enable_optimize; if test "$enableval" != "no"; then
2812 if test -n "$enableval" -a "$enableval" != "yes"; then
2813 _OPTIMIZE_FLAGS
=`echo $enableval | sed -e 's|\\\ | |g'`
2814 _SAVE_OPTIMIZE_FLAGS
=$_OPTIMIZE_FLAGS
2822 # Check whether --enable-debug was given.
2823 if test "${enable_debug+set}" = set; then :
2824 enableval
=$enable_debug; if test "$enableval" != "no"; then
2827 if test -n "$enableval" -a "$enableval" != "yes"; then
2828 _DEBUG_FLAGS
=`echo $enableval | sed -e 's|\\\ | |g'`
2829 _SAVE_DEBUG_FLAGS
=$_DEBUG_FLAGS
2839 # Check whether --enable-debug-symbols was given.
2840 if test "${enable_debug_symbols+set}" = set; then :
2841 enableval
=$enable_debug_symbols; if test "$enableval" != "no"; then
2843 if test -n "$enableval" -a "$enableval" != "yes"; then
2844 if test -z "$_SAVE_DEBUG_FLAGS"; then
2845 _DEBUG_FLAGS
=`echo $enableval | sed -e 's|\\\ | |g'`
2846 _SAVE_DEBUG_FLAGS
=$_DEBUG_FLAGS
2848 as_fn_error $?
"--enable-debug-symbols flags cannot be used with --enable-debug flags" "$LINENO" 5
2857 # Check whether --enable-win32-target was given.
2858 if test "${enable_win32_target+set}" = set; then :
2859 enableval
=$enable_win32_target; OS_TARGET
=`echo $enableval | tr a-z A-Z`
2864 # Check whether --enable-debug-rtl was given.
2865 if test "${enable_debug_rtl+set}" = set; then :
2866 enableval
=$enable_debug_rtl; if test "$enableval" = "yes"; then
2874 # Check whether --enable-static-rtl was given.
2875 if test "${enable_static_rtl+set}" = set; then :
2876 enableval
=$enable_static_rtl; if test "$enableval" = "yes"; then
2882 # Check whether --enable-x32 was given.
2883 if test "${enable_x32+set}" = set; then :
2884 enableval
=$enable_x32; if test "$enableval" = "yes"; then
2886 else if test "$enableval" = "no"; then
2893 # Check whether --enable-64bit was given.
2894 if test "${enable_64bit+set}" = set; then :
2895 enableval
=$enable_64bit; if test "$enableval" = "yes"; then
2901 # Check whether --enable-mdupdate was given.
2902 if test "${enable_mdupdate+set}" = set; then :
2903 enableval
=$enable_mdupdate; if test "$enableval" = "yes"; then
2909 # Check whether --enable-cplus was given.
2910 if test "${enable_cplus+set}" = set; then :
2911 enableval
=$enable_cplus; if test "$enableval" = "yes"; then
2918 # Check whether --with-arm-kuser was given.
2919 if test "${with_arm_kuser+set}" = set; then :
2920 withval
=$with_arm_kuser; if test "$withval" = "yes"; then
2921 $as_echo "#define _PR_ARM_KUSER 1" >>confdefs.h
2928 # Check whether --with-macos-sdk was given.
2929 if test "${with_macos_sdk+set}" = set; then :
2930 withval
=$with_macos_sdk; MACOS_SDK_DIR
=$withval
2934 # Check whether --enable-macos-target was given.
2935 if test "${enable_macos_target+set}" = set; then :
2936 enableval
=$enable_macos_target; _MACOSX_DEPLOYMENT_TARGET
=$enableval
2943 case "${target_os}" in
2955 if test -z "$CC"; then
2959 if test -z "$USE_NSPR_THREADS"; then
2977 if test -z "$CXX"; then
2981 if test -z "$USE_NSPR_THREADS"; then
2989 case "${target_os}" in
3009 if test -z "$SKIP_PATH_CHECKS"; then
3010 # Extract the first word of "$WHOAMI whoami", so it can be a program name with args.
3011 set dummy
$WHOAMI whoami
; ac_word
=$2
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3013 $as_echo_n "checking for $ac_word... " >&6; }
3014 if ${ac_cv_path_WHOAMI+:} false
; then :
3015 $as_echo_n "(cached) " >&6
3019 ac_cv_path_WHOAMI
="$WHOAMI" # Let the user override the test with a path.
3022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3026 test -z "$as_dir" && as_dir
=.
3027 for ac_exec_ext
in '' $ac_executable_extensions; do
3028 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3029 ac_cv_path_WHOAMI
="$as_dir/$ac_word$ac_exec_ext"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3037 test -z "$ac_cv_path_WHOAMI" && ac_cv_path_WHOAMI
="echo not_whoami"
3041 WHOAMI
=$ac_cv_path_WHOAMI
3042 if test -n "$WHOAMI"; then
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WHOAMI" >&5
3044 $as_echo "$WHOAMI" >&6; }
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047 $as_echo "no" >&6; }
3053 if test -n "$MOZ_DEBUG"; then
3054 $as_echo "#define DEBUG 1" >>confdefs.h
3056 DEFINES
="$DEFINES -UNDEBUG"
3058 case "${target_os}" in
3059 mks
*|cygwin
*|mingw
*|msys
*|os2
*)
3060 DEFINES
="$DEFINES -DDEBUG_`echo ${USERNAME} | sed -e 's| |_|g'`"
3063 DEFINES
="$DEFINES -DDEBUG_`$WHOAMI`"
3067 $as_echo "#define NDEBUG 1" >>confdefs.h
3069 DEFINES
="$DEFINES -UDEBUG"
3072 if test -z "$SKIP_COMPILER_CHECKS"; then
3073 if test "$target" != "$host"; then
3074 echo "cross compiling from $host to $target"
3077 case "$build:$target" in
3078 powerpc-apple-darwin8
*:i?
86-apple-darwin*)
3079 _SAVE_CFLAGS
=$CFLAGS
3080 _SAVE_CXXFLAGS
=$CXXFLAGS
3081 CFLAGS
="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $CFLAGS"
3082 CXXFLAGS
="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $CXXFLAGS"
3086 for ac_prog
in $CC "${target_alias}-gcc" "${target}-gcc"
3088 # Extract the first word of "$ac_prog", so it can be a program name with args.
3089 set dummy
$ac_prog; ac_word
=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if ${ac_cv_prog_CC+:} false
; then :
3093 $as_echo_n "(cached) " >&6
3095 if test -n "$CC"; then
3096 ac_cv_prog_CC
="$CC" # Let the user override the test.
3098 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3102 test -z "$as_dir" && as_dir
=.
3103 for ac_exec_ext
in '' $ac_executable_extensions; do
3104 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3105 ac_cv_prog_CC
="$ac_prog"
3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3116 if test -n "$CC"; then
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118 $as_echo "$CC" >&6; }
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3125 test -n "$CC" && break
3127 test -n "$CC" || CC
="echo"
3133 ac_cpp
='$CPP $CPPFLAGS'
3134 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3135 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3136 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3137 if test -n "$ac_tool_prefix"; then
3138 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3139 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3141 $as_echo_n "checking for $ac_word... " >&6; }
3142 if ${ac_cv_prog_CC+:} false
; then :
3143 $as_echo_n "(cached) " >&6
3145 if test -n "$CC"; then
3146 ac_cv_prog_CC
="$CC" # Let the user override the test.
3148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3152 test -z "$as_dir" && as_dir
=.
3153 for ac_exec_ext
in '' $ac_executable_extensions; do
3154 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3155 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3166 if test -n "$CC"; then
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3168 $as_echo "$CC" >&6; }
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3171 $as_echo "no" >&6; }
3176 if test -z "$ac_cv_prog_CC"; then
3178 # Extract the first word of "gcc", so it can be a program name with args.
3179 set dummy gcc
; ac_word
=$2
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3181 $as_echo_n "checking for $ac_word... " >&6; }
3182 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3183 $as_echo_n "(cached) " >&6
3185 if test -n "$ac_ct_CC"; then
3186 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3188 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3192 test -z "$as_dir" && as_dir
=.
3193 for ac_exec_ext
in '' $ac_executable_extensions; do
3194 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3195 ac_cv_prog_ac_ct_CC
="gcc"
3196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3205 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3206 if test -n "$ac_ct_CC"; then
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3208 $as_echo "$ac_ct_CC" >&6; }
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3211 $as_echo "no" >&6; }
3214 if test "x$ac_ct_CC" = x
; then
3217 case $cross_compiling:$ac_tool_warned in
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3220 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3221 ac_tool_warned
=yes ;;
3229 if test -z "$CC"; then
3230 if test -n "$ac_tool_prefix"; then
3231 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3232 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3234 $as_echo_n "checking for $ac_word... " >&6; }
3235 if ${ac_cv_prog_CC+:} false
; then :
3236 $as_echo_n "(cached) " >&6
3238 if test -n "$CC"; then
3239 ac_cv_prog_CC
="$CC" # Let the user override the test.
3241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3245 test -z "$as_dir" && as_dir
=.
3246 for ac_exec_ext
in '' $ac_executable_extensions; do
3247 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3248 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3259 if test -n "$CC"; then
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3261 $as_echo "$CC" >&6; }
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3264 $as_echo "no" >&6; }
3270 if test -z "$CC"; then
3271 # Extract the first word of "cc", so it can be a program name with args.
3272 set dummy cc
; ac_word
=$2
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3274 $as_echo_n "checking for $ac_word... " >&6; }
3275 if ${ac_cv_prog_CC+:} false
; then :
3276 $as_echo_n "(cached) " >&6
3278 if test -n "$CC"; then
3279 ac_cv_prog_CC
="$CC" # Let the user override the test.
3282 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3286 test -z "$as_dir" && as_dir
=.
3287 for ac_exec_ext
in '' $ac_executable_extensions; do
3288 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3289 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3290 ac_prog_rejected
=yes
3294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3301 if test $ac_prog_rejected = yes; then
3302 # We found a bogon in the path, so make sure we never use it.
3303 set dummy
$ac_cv_prog_CC
3305 if test $# != 0; then
3306 # We chose a different compiler from the bogus one.
3307 # However, it has the same basename, so the bogon will be chosen
3308 # first if we set CC to just the basename; use the full file name.
3310 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3316 if test -n "$CC"; then
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3318 $as_echo "$CC" >&6; }
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3321 $as_echo "no" >&6; }
3326 if test -z "$CC"; then
3327 if test -n "$ac_tool_prefix"; then
3328 for ac_prog
in cl.exe
3330 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3331 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3333 $as_echo_n "checking for $ac_word... " >&6; }
3334 if ${ac_cv_prog_CC+:} false
; then :
3335 $as_echo_n "(cached) " >&6
3337 if test -n "$CC"; then
3338 ac_cv_prog_CC
="$CC" # Let the user override the test.
3340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3344 test -z "$as_dir" && as_dir
=.
3345 for ac_exec_ext
in '' $ac_executable_extensions; do
3346 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3347 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3358 if test -n "$CC"; then
3359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3360 $as_echo "$CC" >&6; }
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3363 $as_echo "no" >&6; }
3367 test -n "$CC" && break
3370 if test -z "$CC"; then
3372 for ac_prog
in cl.exe
3374 # Extract the first word of "$ac_prog", so it can be a program name with args.
3375 set dummy
$ac_prog; ac_word
=$2
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3377 $as_echo_n "checking for $ac_word... " >&6; }
3378 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3379 $as_echo_n "(cached) " >&6
3381 if test -n "$ac_ct_CC"; then
3382 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3384 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3388 test -z "$as_dir" && as_dir
=.
3389 for ac_exec_ext
in '' $ac_executable_extensions; do
3390 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3391 ac_cv_prog_ac_ct_CC
="$ac_prog"
3392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3401 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3402 if test -n "$ac_ct_CC"; then
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3404 $as_echo "$ac_ct_CC" >&6; }
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3407 $as_echo "no" >&6; }
3411 test -n "$ac_ct_CC" && break
3414 if test "x$ac_ct_CC" = x
; then
3417 case $cross_compiling:$ac_tool_warned in
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3421 ac_tool_warned
=yes ;;
3430 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432 as_fn_error $?
"no acceptable C compiler found in \$PATH
3433 See \`config.log' for more details" "$LINENO" 5; }
3435 # Provide some information about the compiler.
3436 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3439 for ac_option
in --version -v -V -qversion; do
3440 { { ac_try
="$ac_compiler $ac_option >&5"
3442 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3445 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3446 $as_echo "$ac_try_echo"; } >&5
3447 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3449 if test -s conftest.err; then
3451 ... rest of stderr output deleted ...
3452 10q' conftest.err >conftest.er1
3453 cat conftest.er1 >&5
3455 rm -f conftest.er1 conftest.err
3456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3457 test $ac_status = 0; }
3460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3461 /* end confdefs.h. */
3471 ac_clean_files_save=$ac_clean_files
3472 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3473 # Try to create an executable without -o first, disregard a.out.
3474 # It will help us diagnose broken compilers, and finding out an intuition
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3477 $as_echo_n "checking whether the C compiler works... " >&6; }
3478 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3480 # The possible output files:
3481 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3484 for ac_file in $ac_files
3487 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3488 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3493 if { { ac_try="$ac_link_default"
3495 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3496 *) ac_try_echo
=$ac_try;;
3498 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3499 $as_echo "$ac_try_echo"; } >&5
3500 (eval "$ac_link_default") 2>&5
3502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3503 test $ac_status = 0; }; then :
3504 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3505 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3506 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3507 # so that the user can short-circuit this test for compilers unknown to
3509 for ac_file
in $ac_files ''
3511 test -f "$ac_file" ||
continue
3513 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3516 # We found the default executable, but exeext='' is most
3520 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3522 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3524 # We set ac_cv_exeext here because the later test for it is not
3525 # safe: cross compilers may not add the suffix if given an `-o'
3526 # argument, so we may need to know it at that point already.
3527 # Even if this section looks crufty: it has the advantage of
3534 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3539 if test -z "$ac_file"; then :
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3541 $as_echo "no" >&6; }
3542 $as_echo "$as_me: failed program was:" >&5
3543 sed 's/^/| /' conftest.
$ac_ext >&5
3545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3546 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3547 as_fn_error
77 "C compiler cannot create executables
3548 See \`config.log' for more details" "$LINENO" 5; }
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3551 $as_echo "yes" >&6; }
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3554 $as_echo_n "checking for C compiler default output file name... " >&6; }
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3556 $as_echo "$ac_file" >&6; }
3557 ac_exeext
=$ac_cv_exeext
3559 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3560 ac_clean_files
=$ac_clean_files_save
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3562 $as_echo_n "checking for suffix of executables... " >&6; }
3563 if { { ac_try
="$ac_link"
3565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3566 *) ac_try_echo=$ac_try;;
3568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3569 $as_echo "$ac_try_echo"; } >&5
3570 (eval "$ac_link") 2>&5
3572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3573 test $ac_status = 0; }; then :
3574 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3575 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3576 # work properly (i.e., refer to `conftest.exe'), while it won't with
3578 for ac_file
in conftest.exe conftest conftest.
*; do
3579 test -f "$ac_file" ||
continue
3581 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3582 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3588 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3590 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3591 See \`config.log' for more details" "$LINENO" 5; }
3593 rm -f conftest conftest
$ac_cv_exeext
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3595 $as_echo "$ac_cv_exeext" >&6; }
3597 rm -f conftest.
$ac_ext
3598 EXEEXT
=$ac_cv_exeext
3600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3601 /* end confdefs.h. */
3606 FILE *f = fopen ("conftest.out", "w");
3607 return ferror (f) || fclose (f) != 0;
3613 ac_clean_files
="$ac_clean_files conftest.out"
3614 # Check that the compiler produces executables we can run. If not, either
3615 # the compiler is broken, or we cross compile.
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3617 $as_echo_n "checking whether we are cross compiling... " >&6; }
3618 if test "$cross_compiling" != yes; then
3619 { { ac_try
="$ac_link"
3621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3625 $as_echo "$ac_try_echo"; } >&5
3626 (eval "$ac_link") 2>&5
3628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3629 test $ac_status = 0; }
3630 if { ac_try='./conftest$ac_cv_exeext'
3631 { { case "(($ac_try" in
3632 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3633 *) ac_try_echo
=$ac_try;;
3635 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3636 $as_echo "$ac_try_echo"; } >&5
3637 (eval "$ac_try") 2>&5
3639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3640 test $ac_status = 0; }; }; then
3643 if test "$cross_compiling" = maybe
; then
3646 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3647 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3648 as_fn_error $?
"cannot run C compiled programs.
3649 If you meant to cross compile, use \`--host'.
3650 See \`config.log' for more details" "$LINENO" 5; }
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3655 $as_echo "$cross_compiling" >&6; }
3657 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3658 ac_clean_files
=$ac_clean_files_save
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3660 $as_echo_n "checking for suffix of object files... " >&6; }
3661 if ${ac_cv_objext+:} false
; then :
3662 $as_echo_n "(cached) " >&6
3664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3665 /* end confdefs.h. */
3675 rm -f conftest.o conftest.obj
3676 if { { ac_try
="$ac_compile"
3678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3679 *) ac_try_echo=$ac_try;;
3681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3682 $as_echo "$ac_try_echo"; } >&5
3683 (eval "$ac_compile") 2>&5
3685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3686 test $ac_status = 0; }; then :
3687 for ac_file in conftest.o conftest.obj conftest.*; do
3688 test -f "$ac_file" || continue;
3690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3691 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3696 $as_echo "$as_me: failed program was:" >&5
3697 sed 's/^/| /' conftest.$ac_ext >&5
3699 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3701 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3702 See \
`config.log' for more details" "$LINENO" 5; }
3704 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3707 $as_echo "$ac_cv_objext" >&6; }
3708 OBJEXT=$ac_cv_objext
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3711 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3712 if ${ac_cv_c_compiler_gnu+:} false; then :
3713 $as_echo_n "(cached) " >&6
3715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3716 /* end confdefs.h. */
3729 if ac_fn_c_try_compile "$LINENO"; then :
3734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3735 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3739 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3740 if test $ac_compiler_gnu = yes; then
3745 ac_test_CFLAGS=${CFLAGS+set}
3746 ac_save_CFLAGS=$CFLAGS
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3748 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3749 if ${ac_cv_prog_cc_g+:} false; then :
3750 $as_echo_n "(cached) " >&6
3752 ac_save_c_werror_flag=$ac_c_werror_flag
3753 ac_c_werror_flag=yes
3756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3757 /* end confdefs.h. */
3767 if ac_fn_c_try_compile "$LINENO"; then :
3771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3772 /* end confdefs.h. */
3782 if ac_fn_c_try_compile "$LINENO"; then :
3785 ac_c_werror_flag=$ac_save_c_werror_flag
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788 /* end confdefs.h. */
3798 if ac_fn_c_try_compile "$LINENO"; then :
3801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3806 ac_c_werror_flag=$ac_save_c_werror_flag
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3809 $as_echo "$ac_cv_prog_cc_g" >&6; }
3810 if test "$ac_test_CFLAGS" = set; then
3811 CFLAGS=$ac_save_CFLAGS
3812 elif test $ac_cv_prog_cc_g = yes; then
3813 if test "$GCC" = yes; then
3819 if test "$GCC" = yes; then
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3826 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3827 if ${ac_cv_prog_cc_c89+:} false; then :
3828 $as_echo_n "(cached) " >&6
3830 ac_cv_prog_cc_c89=no
3832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3833 /* end confdefs.h. */
3837 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3838 struct buf { int x; };
3839 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3840 static char *e (p, i)
3846 static char *f (char * (*g) (char **, int), char **p, ...)
3851 s = g (p, va_arg (v,int));
3856 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3857 function prototypes and stuff, but not '\xHH' hex character constants.
3858 These don't provoke an error unfortunately, instead are silently treated
3859 as 'x'. The following induces an error, until -std is added to get
3860 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3861 array size at least. It's necessary to write '\x00'==0 to get something
3862 that's true only with -std. */
3863 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3865 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3866 inside strings and character constants. */
3868 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3870 int test (int i, double x);
3871 struct s1 {int (*f) (int a);};
3872 struct s2 {int (*f) (double a);};
3873 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3879 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3884 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3885 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3887 CC="$ac_save_CC $ac_arg"
3888 if ac_fn_c_try_compile "$LINENO"; then :
3889 ac_cv_prog_cc_c89=$ac_arg
3891 rm -f core conftest.err conftest.$ac_objext
3892 test "x$ac_cv_prog_cc_c89" != "xno" && break
3894 rm -f conftest.$ac_ext
3899 case "x$ac_cv_prog_cc_c89" in
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3902 $as_echo "none needed" >&6; } ;;
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3905 $as_echo "unsupported" >&6; } ;;
3907 CC="$CC $ac_cv_prog_cc_c89"
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3909 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3911 if test "x$ac_cv_prog_cc_c89" != xno; then :
3916 ac_cpp='$CPP $CPPFLAGS'
3917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3922 if test "$target" != "$host"; then
3923 if test -n "$USE_CPLUS"; then
3924 for ac_prog in $CXX "${target_alias}-g++" "${target}-g++"
3926 # Extract the first word of "$ac_prog", so it can be a program name with args.
3927 set dummy $ac_prog; ac_word=$2
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3929 $as_echo_n "checking for $ac_word... " >&6; }
3930 if ${ac_cv_prog_CXX+:} false; then :
3931 $as_echo_n "(cached) " >&6
3933 if test -n "$CXX"; then
3934 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3940 test -z "$as_dir" && as_dir=.
3941 for ac_exec_ext in '' $ac_executable_extensions; do
3942 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3943 ac_cv_prog_CXX="$ac_prog"
3944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3954 if test -n "$CXX"; then
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3956 $as_echo "$CXX" >&6; }
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3959 $as_echo "no" >&6; }
3963 test -n "$CXX" && break
3965 test -n "$CXX" || CXX="echo"
3967 unset ac_cv_prog_CXX
3969 ac_cpp='$CXXCPP $CPPFLAGS'
3970 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3971 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3972 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3973 if test -z "$CXX"; then
3974 if test -n "$CCC"; then
3977 if test -n "$ac_tool_prefix"; then
3978 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3980 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3981 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3983 $as_echo_n "checking for $ac_word... " >&6; }
3984 if ${ac_cv_prog_CXX+:} false; then :
3985 $as_echo_n "(cached) " >&6
3987 if test -n "$CXX"; then
3988 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3994 test -z "$as_dir" && as_dir=.
3995 for ac_exec_ext in '' $ac_executable_extensions; do
3996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3997 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 if test -n "$CXX"; then
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4010 $as_echo "$CXX" >&6; }
4012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4013 $as_echo "no" >&6; }
4017 test -n "$CXX" && break
4020 if test -z "$CXX"; then
4022 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4024 # Extract the first word of "$ac_prog", so it can be a program name with args.
4025 set dummy $ac_prog; ac_word=$2
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4027 $as_echo_n "checking for $ac_word... " >&6; }
4028 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4029 $as_echo_n "(cached) " >&6
4031 if test -n "$ac_ct_CXX"; then
4032 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4038 test -z "$as_dir" && as_dir=.
4039 for ac_exec_ext in '' $ac_executable_extensions; do
4040 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4041 ac_cv_prog_ac_ct_CXX="$ac_prog"
4042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4051 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4052 if test -n "$ac_ct_CXX"; then
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4054 $as_echo "$ac_ct_CXX" >&6; }
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4057 $as_echo "no" >&6; }
4061 test -n "$ac_ct_CXX" && break
4064 if test "x$ac_ct_CXX" = x; then
4067 case $cross_compiling:$ac_tool_warned in
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4070 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4071 ac_tool_warned=yes ;;
4079 # Provide some information about the compiler.
4080 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4083 for ac_option in --version -v -V -qversion; do
4084 { { ac_try="$ac_compiler $ac_option >&5"
4086 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4087 *) ac_try_echo
=$ac_try;;
4089 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4090 $as_echo "$ac_try_echo"; } >&5
4091 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4093 if test -s conftest.err
; then
4095 ... rest of stderr output deleted ...
4096 10q' conftest.err
>conftest.er1
4097 cat conftest.er1
>&5
4099 rm -f conftest.er1 conftest.err
4100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4101 test $ac_status = 0; }
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4105 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4106 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4107 $as_echo_n "(cached) " >&6
4109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4110 /* end confdefs.h. */
4123 if ac_fn_cxx_try_compile
"$LINENO"; then :
4128 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4129 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4133 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4134 if test $ac_compiler_gnu = yes; then
4139 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4140 ac_save_CXXFLAGS
=$CXXFLAGS
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4142 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4143 if ${ac_cv_prog_cxx_g+:} false
; then :
4144 $as_echo_n "(cached) " >&6
4146 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4147 ac_cxx_werror_flag
=yes
4150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4151 /* end confdefs.h. */
4161 if ac_fn_cxx_try_compile
"$LINENO"; then :
4162 ac_cv_prog_cxx_g
=yes
4165 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4166 /* end confdefs.h. */
4176 if ac_fn_cxx_try_compile
"$LINENO"; then :
4179 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4182 /* end confdefs.h. */
4192 if ac_fn_cxx_try_compile
"$LINENO"; then :
4193 ac_cv_prog_cxx_g
=yes
4195 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4197 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4199 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4200 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4203 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4204 if test "$ac_test_CXXFLAGS" = set; then
4205 CXXFLAGS
=$ac_save_CXXFLAGS
4206 elif test $ac_cv_prog_cxx_g = yes; then
4207 if test "$GXX" = yes; then
4213 if test "$GXX" = yes; then
4220 ac_cpp
='$CPP $CPPFLAGS'
4221 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4222 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4223 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4227 case "$build:$target" in
4228 powerpc-apple-darwin8
*:i?
86-apple-darwin*|
*:arm
*-apple-darwin*)
4229 CFLAGS
=$_SAVE_CFLAGS
4230 CXXFLAGS
=$_SAVE_CXXFLAGS
4234 for ac_prog
in $RANLIB "${target_alias}-ranlib" "${target}-ranlib"
4236 # Extract the first word of "$ac_prog", so it can be a program name with args.
4237 set dummy
$ac_prog; ac_word
=$2
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4239 $as_echo_n "checking for $ac_word... " >&6; }
4240 if ${ac_cv_prog_RANLIB+:} false
; then :
4241 $as_echo_n "(cached) " >&6
4243 if test -n "$RANLIB"; then
4244 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4250 test -z "$as_dir" && as_dir
=.
4251 for ac_exec_ext
in '' $ac_executable_extensions; do
4252 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4253 ac_cv_prog_RANLIB
="$ac_prog"
4254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4263 RANLIB
=$ac_cv_prog_RANLIB
4264 if test -n "$RANLIB"; then
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4266 $as_echo "$RANLIB" >&6; }
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4269 $as_echo "no" >&6; }
4273 test -n "$RANLIB" && break
4275 test -n "$RANLIB" || RANLIB
="echo"
4277 for ac_prog
in $AR "${target_alias}-ar" "${target}-ar"
4279 # Extract the first word of "$ac_prog", so it can be a program name with args.
4280 set dummy
$ac_prog; ac_word
=$2
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4282 $as_echo_n "checking for $ac_word... " >&6; }
4283 if ${ac_cv_prog_AR+:} false
; then :
4284 $as_echo_n "(cached) " >&6
4286 if test -n "$AR"; then
4287 ac_cv_prog_AR
="$AR" # Let the user override the test.
4289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4293 test -z "$as_dir" && as_dir
=.
4294 for ac_exec_ext
in '' $ac_executable_extensions; do
4295 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4296 ac_cv_prog_AR
="$ac_prog"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4307 if test -n "$AR"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4309 $as_echo "$AR" >&6; }
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4316 test -n "$AR" && break
4318 test -n "$AR" || AR
="echo"
4320 for ac_prog
in $AS "${target_alias}-as" "${target}-as"
4322 # Extract the first word of "$ac_prog", so it can be a program name with args.
4323 set dummy
$ac_prog; ac_word
=$2
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4325 $as_echo_n "checking for $ac_word... " >&6; }
4326 if ${ac_cv_prog_AS+:} false
; then :
4327 $as_echo_n "(cached) " >&6
4329 if test -n "$AS"; then
4330 ac_cv_prog_AS
="$AS" # Let the user override the test.
4332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4336 test -z "$as_dir" && as_dir
=.
4337 for ac_exec_ext
in '' $ac_executable_extensions; do
4338 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4339 ac_cv_prog_AS
="$ac_prog"
4340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 if test -n "$AS"; then
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4352 $as_echo "$AS" >&6; }
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4355 $as_echo "no" >&6; }
4359 test -n "$AS" && break
4361 test -n "$AS" || AS
="echo"
4363 for ac_prog
in $LD "${target_alias}-ld" "${target}-ld"
4365 # Extract the first word of "$ac_prog", so it can be a program name with args.
4366 set dummy
$ac_prog; ac_word
=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if ${ac_cv_prog_LD+:} false
; then :
4370 $as_echo_n "(cached) " >&6
4372 if test -n "$LD"; then
4373 ac_cv_prog_LD
="$LD" # Let the user override the test.
4375 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4379 test -z "$as_dir" && as_dir
=.
4380 for ac_exec_ext
in '' $ac_executable_extensions; do
4381 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4382 ac_cv_prog_LD
="$ac_prog"
4383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4393 if test -n "$LD"; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4395 $as_echo "$LD" >&6; }
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4402 test -n "$LD" && break
4404 test -n "$LD" || LD
="echo"
4406 for ac_prog
in $STRIP "${target_alias}-strip" "${target}-strip"
4408 # Extract the first word of "$ac_prog", so it can be a program name with args.
4409 set dummy
$ac_prog; ac_word
=$2
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4411 $as_echo_n "checking for $ac_word... " >&6; }
4412 if ${ac_cv_prog_STRIP+:} false
; then :
4413 $as_echo_n "(cached) " >&6
4415 if test -n "$STRIP"; then
4416 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4418 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4422 test -z "$as_dir" && as_dir
=.
4423 for ac_exec_ext
in '' $ac_executable_extensions; do
4424 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4425 ac_cv_prog_STRIP
="$ac_prog"
4426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4435 STRIP
=$ac_cv_prog_STRIP
4436 if test -n "$STRIP"; then
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4438 $as_echo "$STRIP" >&6; }
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4441 $as_echo "no" >&6; }
4445 test -n "$STRIP" && break
4447 test -n "$STRIP" || STRIP
="echo"
4449 for ac_prog
in $WINDRES "${target_alias}-windres" "${target}-windres"
4451 # Extract the first word of "$ac_prog", so it can be a program name with args.
4452 set dummy
$ac_prog; ac_word
=$2
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4454 $as_echo_n "checking for $ac_word... " >&6; }
4455 if ${ac_cv_prog_WINDRES+:} false
; then :
4456 $as_echo_n "(cached) " >&6
4458 if test -n "$WINDRES"; then
4459 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
4461 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4465 test -z "$as_dir" && as_dir
=.
4466 for ac_exec_ext
in '' $ac_executable_extensions; do
4467 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4468 ac_cv_prog_WINDRES
="$ac_prog"
4469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4478 WINDRES
=$ac_cv_prog_WINDRES
4479 if test -n "$WINDRES"; then
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
4481 $as_echo "$WINDRES" >&6; }
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4484 $as_echo "no" >&6; }
4488 test -n "$WINDRES" && break
4490 test -n "$WINDRES" || WINDRES
="echo"
4494 _SAVE_CFLAGS
="$CFLAGS"
4495 _SAVE_LDFLAGS
="$LDFLAGS"
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $host compiler" >&5
4498 $as_echo_n "checking for $host compiler... " >&6; }
4499 for ac_prog
in $HOST_CC gcc cc
/usr
/ucb
/cc
4501 # Extract the first word of "$ac_prog", so it can be a program name with args.
4502 set dummy
$ac_prog; ac_word
=$2
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4504 $as_echo_n "checking for $ac_word... " >&6; }
4505 if ${ac_cv_prog_HOST_CC+:} false
; then :
4506 $as_echo_n "(cached) " >&6
4508 if test -n "$HOST_CC"; then
4509 ac_cv_prog_HOST_CC
="$HOST_CC" # Let the user override the test.
4511 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4515 test -z "$as_dir" && as_dir
=.
4516 for ac_exec_ext
in '' $ac_executable_extensions; do
4517 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4518 ac_cv_prog_HOST_CC
="$ac_prog"
4519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4528 HOST_CC
=$ac_cv_prog_HOST_CC
4529 if test -n "$HOST_CC"; then
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HOST_CC" >&5
4531 $as_echo "$HOST_CC" >&6; }
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4534 $as_echo "no" >&6; }
4538 test -n "$HOST_CC" && break
4540 test -n "$HOST_CC" || HOST_CC
=""""
4542 if test -z "$HOST_CC"; then
4543 as_fn_error $?
"no acceptable cc found in \$PATH" "$LINENO" 5
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HOST_CC" >&5
4546 $as_echo "$HOST_CC" >&6; }
4549 CFLAGS
="$HOST_CFLAGS"
4550 LDFLAGS
="$HOST_LDFLAGS"
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
4553 $as_echo_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works... " >&6; }
4555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4556 /* end confdefs.h. */
4566 if ac_fn_c_try_compile
"$LINENO"; then :
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4568 $as_echo "yes" >&6; }
4570 as_fn_error $?
"installation or configuration problem: $host compiler $HOST_CC cannot create executables." "$LINENO" 5
4572 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4575 CFLAGS
=$_SAVE_CFLAGS
4576 LDFLAGS
=$_SAVE_LDFLAGS
4578 if test -n "$USE_CPLUS"; then
4579 if test "$CC" = "cl" -a -z "$CXX"; then
4583 ac_cpp
='$CXXCPP $CPPFLAGS'
4584 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
4587 if test -z "$CXX"; then
4588 if test -n "$CCC"; then
4591 if test -n "$ac_tool_prefix"; then
4592 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
4594 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4595 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if ${ac_cv_prog_CXX+:} false
; then :
4599 $as_echo_n "(cached) " >&6
4601 if test -n "$CXX"; then
4602 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
4604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4608 test -z "$as_dir" && as_dir
=.
4609 for ac_exec_ext
in '' $ac_executable_extensions; do
4610 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4611 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4622 if test -n "$CXX"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4624 $as_echo "$CXX" >&6; }
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4631 test -n "$CXX" && break
4634 if test -z "$CXX"; then
4636 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
4638 # Extract the first word of "$ac_prog", so it can be a program name with args.
4639 set dummy
$ac_prog; ac_word
=$2
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4641 $as_echo_n "checking for $ac_word... " >&6; }
4642 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
4643 $as_echo_n "(cached) " >&6
4645 if test -n "$ac_ct_CXX"; then
4646 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
4648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4652 test -z "$as_dir" && as_dir
=.
4653 for ac_exec_ext
in '' $ac_executable_extensions; do
4654 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4655 ac_cv_prog_ac_ct_CXX
="$ac_prog"
4656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4665 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
4666 if test -n "$ac_ct_CXX"; then
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4668 $as_echo "$ac_ct_CXX" >&6; }
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4671 $as_echo "no" >&6; }
4675 test -n "$ac_ct_CXX" && break
4678 if test "x$ac_ct_CXX" = x
; then
4681 case $cross_compiling:$ac_tool_warned in
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4684 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4685 ac_tool_warned
=yes ;;
4693 # Provide some information about the compiler.
4694 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4697 for ac_option
in --version -v -V -qversion; do
4698 { { ac_try
="$ac_compiler $ac_option >&5"
4700 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4701 *) ac_try_echo=$ac_try;;
4703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4704 $as_echo "$ac_try_echo"; } >&5
4705 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4707 if test -s conftest.err; then
4709 ... rest of stderr output deleted ...
4710 10q' conftest.err >conftest.er1
4711 cat conftest.er1 >&5
4713 rm -f conftest.er1 conftest.err
4714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4715 test $ac_status = 0; }
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4719 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4720 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4721 $as_echo_n "(cached) " >&6
4723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4724 /* end confdefs.h. */
4737 if ac_fn_cxx_try_compile "$LINENO"; then :
4742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4743 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4747 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4748 if test $ac_compiler_gnu = yes; then
4753 ac_test_CXXFLAGS=${CXXFLAGS+set}
4754 ac_save_CXXFLAGS=$CXXFLAGS
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4756 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4757 if ${ac_cv_prog_cxx_g+:} false; then :
4758 $as_echo_n "(cached) " >&6
4760 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4761 ac_cxx_werror_flag=yes
4764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4765 /* end confdefs.h. */
4775 if ac_fn_cxx_try_compile "$LINENO"; then :
4776 ac_cv_prog_cxx_g=yes
4779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4780 /* end confdefs.h. */
4790 if ac_fn_cxx_try_compile "$LINENO"; then :
4793 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4806 if ac_fn_cxx_try_compile "$LINENO"; then :
4807 ac_cv_prog_cxx_g=yes
4809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4814 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4817 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4818 if test "$ac_test_CXXFLAGS" = set; then
4819 CXXFLAGS=$ac_save_CXXFLAGS
4820 elif test $ac_cv_prog_cxx_g = yes; then
4821 if test "$GXX" = yes; then
4827 if test "$GXX" = yes; then
4834 ac_cpp='$CPP $CPPFLAGS'
4835 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4836 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4837 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4841 if test -n "$ac_tool_prefix"; then
4842 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4843 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4845 $as_echo_n "checking for $ac_word... " >&6; }
4846 if ${ac_cv_prog_RANLIB+:} false; then :
4847 $as_echo_n "(cached) " >&6
4849 if test -n "$RANLIB"; then
4850 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4856 test -z "$as_dir" && as_dir=.
4857 for ac_exec_ext in '' $ac_executable_extensions; do
4858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4859 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 RANLIB=$ac_cv_prog_RANLIB
4870 if test -n "$RANLIB"; then
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4872 $as_echo "$RANLIB" >&6; }
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4875 $as_echo "no" >&6; }
4880 if test -z "$ac_cv_prog_RANLIB"; then
4881 ac_ct_RANLIB=$RANLIB
4882 # Extract the first word of "ranlib", so it can be a program name with args.
4883 set dummy ranlib; ac_word=$2
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4885 $as_echo_n "checking for $ac_word... " >&6; }
4886 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4887 $as_echo_n "(cached) " >&6
4889 if test -n "$ac_ct_RANLIB"; then
4890 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4896 test -z "$as_dir" && as_dir=.
4897 for ac_exec_ext in '' $ac_executable_extensions; do
4898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4899 ac_cv_prog_ac_ct_RANLIB="ranlib"
4900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4909 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4910 if test -n "$ac_ct_RANLIB"; then
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4912 $as_echo "$ac_ct_RANLIB" >&6; }
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4915 $as_echo "no" >&6; }
4918 if test "x$ac_ct_RANLIB" = x; then
4921 case $cross_compiling:$ac_tool_warned in
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4925 ac_tool_warned=yes ;;
4927 RANLIB=$ac_ct_RANLIB
4930 RANLIB="$ac_cv_prog_RANLIB"
4935 # Extract the first word of "$ac_prog", so it can be a program name with args.
4936 set dummy $ac_prog; ac_word=$2
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4938 $as_echo_n "checking for $ac_word... " >&6; }
4939 if ${ac_cv_path_AS+:} false; then :
4940 $as_echo_n "(cached) " >&6
4944 ac_cv_path_AS="$AS" # Let the user override the test with a path.
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951 test -z "$as_dir" && as_dir=.
4952 for ac_exec_ext in '' $ac_executable_extensions; do
4953 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4954 ac_cv_path_AS="$as_dir/$ac_word$ac_exec_ext"
4955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4966 if test -n "$AS"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4968 $as_echo "$AS" >&6; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4975 test -n "$AS" && break
4977 test -n "$AS" || AS="$CC"
4981 # Extract the first word of "$ac_prog", so it can be a program name with args.
4982 set dummy $ac_prog; ac_word=$2
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984 $as_echo_n "checking for $ac_word... " >&6; }
4985 if ${ac_cv_path_AR+:} false; then :
4986 $as_echo_n "(cached) " >&6
4990 ac_cv_path_AR="$AR" # Let the user override the test with a path.
4993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5000 ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
5001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5012 if test -n "$AR"; then
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5014 $as_echo "$AR" >&6; }
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5021 test -n "$AR" && break
5023 test -n "$AR" || AR="echo not_ar"
5025 for ac_prog in ld link
5027 # Extract the first word of "$ac_prog", so it can be a program name with args.
5028 set dummy $ac_prog; ac_word=$2
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5030 $as_echo_n "checking for $ac_word... " >&6; }
5031 if ${ac_cv_path_LD+:} false; then :
5032 $as_echo_n "(cached) " >&6
5036 ac_cv_path_LD="$LD" # Let the user override the test with a path.
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5046 ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext"
5047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5058 if test -n "$LD"; then
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5060 $as_echo "$LD" >&6; }
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5063 $as_echo "no" >&6; }
5067 test -n "$LD" && break
5069 test -n "$LD" || LD="echo not_ld"
5071 for ac_prog in strip
5073 # Extract the first word of "$ac_prog", so it can be a program name with args.
5074 set dummy $ac_prog; ac_word=$2
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5076 $as_echo_n "checking for $ac_word... " >&6; }
5077 if ${ac_cv_path_STRIP+:} false; then :
5078 $as_echo_n "(cached) " >&6
5082 ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 test -z "$as_dir" && as_dir=.
5090 for ac_exec_ext in '' $ac_executable_extensions; do
5091 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5092 ac_cv_path_STRIP="$as_dir/$ac_word$ac_exec_ext"
5093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 STRIP=$ac_cv_path_STRIP
5104 if test -n "$STRIP"; then
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5106 $as_echo "$STRIP" >&6; }
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5109 $as_echo "no" >&6; }
5113 test -n "$STRIP" && break
5115 test -n "$STRIP" || STRIP="echo not_strip"
5117 for ac_prog in windres
5119 # Extract the first word of "$ac_prog", so it can be a program name with args.
5120 set dummy $ac_prog; ac_word=$2
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5122 $as_echo_n "checking for $ac_word... " >&6; }
5123 if ${ac_cv_path_WINDRES+:} false; then :
5124 $as_echo_n "(cached) " >&6
5128 ac_cv_path_WINDRES="$WINDRES" # Let the user override the test with a path.
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135 test -z "$as_dir" && as_dir=.
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5138 ac_cv_path_WINDRES="$as_dir/$ac_word$ac_exec_ext"
5139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5149 WINDRES=$ac_cv_path_WINDRES
5150 if test -n "$WINDRES"; then
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
5152 $as_echo "$WINDRES" >&6; }
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5155 $as_echo "no" >&6; }
5159 test -n "$WINDRES" && break
5161 test -n "$WINDRES" || WINDRES="echo not_windres"
5163 if test -z "$HOST_CC"; then
5166 if test -z "$HOST_CFLAGS"; then
5167 HOST_CFLAGS="$CFLAGS"
5172 ac_cpp='$CPP $CPPFLAGS'
5173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5177 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5178 # On Suns, sometimes $CPP names a directory.
5179 if test -n "$CPP" && test -d "$CPP"; then
5182 if test -z "$CPP"; then
5183 if ${ac_cv_prog_CPP+:} false; then :
5184 $as_echo_n "(cached) " >&6
5186 # Double quotes because CPP needs to be expanded
5187 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5190 for ac_c_preproc_warn_flag in '' yes
5192 # Use a header file that comes with gcc, so configuring glibc
5193 # with a fresh cross-compiler works.
5194 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5195 # <limits.h> exists even on freestanding compilers.
5196 # On the NeXT, cc -E runs the code through the compiler's parser,
5197 # not just through cpp. "Syntax error" is here to catch this case.
5198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5199 /* end confdefs.h. */
5201 # include <limits.h>
5203 # include <assert.h>
5207 if ac_fn_c_try_cpp "$LINENO"; then :
5210 # Broken: fails on valid input.
5213 rm -f conftest.err conftest.i conftest.$ac_ext
5215 # OK, works on sane cases. Now check whether nonexistent headers
5216 # can be detected and how.
5217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5218 /* end confdefs.h. */
5219 #include <ac_nonexistent.h>
5221 if ac_fn_c_try_cpp "$LINENO"; then :
5222 # Broken: success on invalid input.
5225 # Passes both tests.
5229 rm -f conftest.err conftest.i conftest.$ac_ext
5232 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5233 rm -f conftest.i conftest.err conftest.
$ac_ext
5234 if $ac_preproc_ok; then :
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5247 $as_echo "$CPP" >&6; }
5249 for ac_c_preproc_warn_flag
in '' yes
5251 # Use a header file that comes with gcc, so configuring glibc
5252 # with a fresh cross-compiler works.
5253 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5254 # <limits.h> exists even on freestanding compilers.
5255 # On the NeXT, cc -E runs the code through the compiler's parser,
5256 # not just through cpp. "Syntax error" is here to catch this case.
5257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5258 /* end confdefs.h. */
5260 # include <limits.h>
5262 # include <assert.h>
5266 if ac_fn_c_try_cpp
"$LINENO"; then :
5269 # Broken: fails on valid input.
5272 rm -f conftest.err conftest.i conftest.
$ac_ext
5274 # OK, works on sane cases. Now check whether nonexistent headers
5275 # can be detected and how.
5276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5277 /* end confdefs.h. */
5278 #include <ac_nonexistent.h>
5280 if ac_fn_c_try_cpp
"$LINENO"; then :
5281 # Broken: success on invalid input.
5284 # Passes both tests.
5288 rm -f conftest.err conftest.i conftest.
$ac_ext
5291 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5292 rm -f conftest.i conftest.err conftest.
$ac_ext
5293 if $ac_preproc_ok; then :
5296 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5298 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
5299 See \`config.log' for more details" "$LINENO" 5; }
5303 ac_cpp
='$CPP $CPPFLAGS'
5304 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5305 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5306 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5309 if test "$GCC" = "yes"; then
5312 if test "$GXX" = "yes"; then
5315 if test "`echo | $AS -v 2>&1 | grep -c GNU`" != "0"; then
5320 case "$build:$target" in
5321 i?
86-apple-darwin*:powerpc-apple-darwin
*)
5326 if test "$cross_compiling" = "yes"; then
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc -pipe support" >&5
5333 $as_echo_n "checking for gcc -pipe support... " >&6; }
5334 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
5335 echo '#include <stdio.h>' > dummy-hello.c
5336 echo 'int main() { printf("Hello World\n"); return 0; }' >> dummy-hello.c
5337 ${CC} -S dummy-hello.c
-o dummy-hello.s
2>&5
5338 cat dummy-hello.s |
${AS} -o dummy-hello.S
- 2>&5
5339 if test $?
= 0; then
5344 if test "$_res_as_stdin" = "yes"; then
5345 _SAVE_CFLAGS
=$CFLAGS
5346 CFLAGS
="$CFLAGS -pipe"
5347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5348 /* end confdefs.h. */
5353 printf("Hello World\n");
5358 if ac_fn_c_try_compile
"$LINENO"; then :
5363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5364 CFLAGS
=$_SAVE_CFLAGS
5366 if test "$_res_as_stdin" = "yes" && test "$_res_gcc_pipe" = "yes"; then
5368 CFLAGS
="$CFLAGS -pipe"
5369 CXXFLAGS
="$CXXFLAGS -pipe"
5373 rm -f dummy-hello.c dummy-hello.s dummy-hello.S dummy-hello a.out
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_res" >&5
5375 $as_echo "$_res" >&6; }
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5378 $as_echo "no" >&6; }
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pragma diagnostic" >&5
5383 $as_echo_n "checking for pragma diagnostic... " >&6; }
5384 if test "$GNU_CC" = "1"; then
5385 cat >dummy-hello.c
<<EOF
5386 #ifdef _PR_HAS_PRAGMA_DIAGNOSTIC
5387 #pragma GCC diagnostic push
5388 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
5395 ${CC} -Werror=unused-but-set-variable
-S dummy-hello.c
-o dummy-hello.s
2>&5
5396 if test $?
!= 0; then
5397 ${CC} -Werror=unused-but-set-variable
-D_PR_HAS_PRAGMA_DIAGNOSTIC -S dummy-hello.c
-o dummy-hello.s
2>&5
5398 if test $?
= 0; then
5399 CFLAGS
="$CFLAGS -D_PR_HAS_PRAGMA_DIAGNOSTIC=1"
5407 rm -f dummy-hello.c dummy-hello.s
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_res" >&5
5409 $as_echo "$_res" >&6; }
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5412 $as_echo "no" >&6; }
5416 _SAVE_CFLAGS
="$CFLAGS"
5417 CFLAGS
="$CFLAGS -fprofile-generate -fprofile-correction"
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler supports -fprofile-generate" >&5
5420 $as_echo_n "checking whether C compiler supports -fprofile-generate... " >&6; }
5421 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5422 /* end confdefs.h. */
5432 if ac_fn_c_try_compile
"$LINENO"; then :
5433 PROFILE_GEN_CFLAGS
="-fprofile-generate"
5438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5440 $as_echo "$result" >&6; }
5442 if test $result = "yes"; then
5443 PROFILE_GEN_LDFLAGS
="-fprofile-generate"
5444 PROFILE_USE_CFLAGS
="-fprofile-use -fprofile-correction -Wcoverage-mismatch"
5445 PROFILE_USE_LDFLAGS
="-fprofile-use"
5448 CFLAGS
="$_SAVE_CFLAGS"
5450 if test "$GNU_CC"; then
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for visibility(hidden) attribute" >&5
5452 $as_echo_n "checking for visibility(hidden) attribute... " >&6; }
5453 if ${ac_cv_visibility_hidden+:} false
; then :
5454 $as_echo_n "(cached) " >&6
5456 cat > conftest.c
<<EOF
5457 int foo __attribute__ ((visibility ("hidden"))) = 1;
5459 ac_cv_visibility_hidden
=no
5460 if ${CC-cc} -Werror -S conftest.c
-o conftest.s
>/dev
/null
2>&1; then
5461 if grep '\.hidden.*foo' conftest.s
>/dev
/null
; then
5462 ac_cv_visibility_hidden
=yes
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_visibility_hidden" >&5
5469 $as_echo "$ac_cv_visibility_hidden" >&6; }
5470 if test "$ac_cv_visibility_hidden" = "yes"; then
5471 $as_echo "#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1" >>confdefs.h
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for visibility pragma support" >&5
5474 $as_echo_n "checking for visibility pragma support... " >&6; }
5475 if ${ac_cv_visibility_pragma+:} false
; then :
5476 $as_echo_n "(cached) " >&6
5478 cat > conftest.c
<<EOF
5479 #pragma GCC visibility push(hidden)
5481 #pragma GCC visibility push(default)
5482 int foo_default = 1;
5484 ac_cv_visibility_pragma
=no
5485 if ${CC-cc} -Werror -S conftest.c
-o conftest.s
>/dev
/null
2>&1; then
5486 if grep '\.hidden.*foo_hidden' conftest.s
>/dev
/null
; then
5487 if ! grep '\.hidden.*foo_default' conftest.s
> /dev
/null
; then
5488 ac_cv_visibility_pragma
=yes
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_visibility_pragma" >&5
5496 $as_echo "$ac_cv_visibility_pragma" >&6; }
5497 if test "$ac_cv_visibility_pragma" = "yes"; then
5498 $as_echo "#define HAVE_VISIBILITY_PRAGMA 1" >>confdefs.h
5500 # To work around a build problem on Linux x86-64 (Bugzilla bug
5501 # 293438), we use the -fvisibility=hidden flag. This flag is less
5502 # optimal than #pragma GCC visibility push(hidden) because the flag
5503 # assumes that symbols defined outside the current source file have
5504 # the default visibility. This has the advantage that we don't need
5505 # to wrap system header files, but has the disadvantage that calls
5506 # to hidden symbols defined in other source files cannot be
5507 # optimized by the compiler. The -fvisibility=hidden flag does
5508 # hide and export symbols correctly.
5509 #VISIBILITY_FLAGS='-I$(dist_includedir)/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
5510 #WRAP_SYSTEM_INCLUDES=1
5511 VISIBILITY_FLAGS
="-fvisibility=hidden"
5512 WRAP_SYSTEM_INCLUDES
=
5517 fi # SKIP_COMPILER_CHECKS
5519 if test -z "$SKIP_PATH_CHECKS"; then
5520 for ac_prog
in perl5 perl
5522 # Extract the first word of "$ac_prog", so it can be a program name with args.
5523 set dummy
$ac_prog; ac_word
=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5525 $as_echo_n "checking for $ac_word... " >&6; }
5526 if ${ac_cv_path_PERL+:} false
; then :
5527 $as_echo_n "(cached) " >&6
5531 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
5534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5538 test -z "$as_dir" && as_dir
=.
5539 for ac_exec_ext
in '' $ac_executable_extensions; do
5540 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5541 ac_cv_path_PERL
="$as_dir/$ac_word$ac_exec_ext"
5542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5552 PERL
=$ac_cv_path_PERL
5553 if test -n "$PERL"; then
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5555 $as_echo "$PERL" >&6; }
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5558 $as_echo "no" >&6; }
5562 test -n "$PERL" && break
5564 test -n "$PERL" || PERL
="echo not_perl"
5566 elif test -z "$PERL"; then
5574 MKSHLIB
='$(LD) $(DSO_LDOPTS) -o $@'
5582 if test -n "$CROSS_COMPILE"; then
5583 OS_ARCH
=`echo $target_os | sed -e 's|/|_|g'`
5585 OS_TEST
="${target_cpu}"
5586 case "${target_os}" in
5587 linux
*) OS_ARCH
=Linux
;;
5588 solaris
*) OS_ARCH
=SunOS OS_RELEASE
=5 ;;
5589 mingw
*) OS_ARCH
=WINNT CPU_ARCH
=x86
;;
5590 cygwin
*) OS_ARCH
=WINNT
;;
5591 darwin
*) OS_ARCH
=Darwin
;;
5592 riscos
*) OS_ARCH
=RISCOS
;;
5595 OS_ARCH
=`uname -s | sed -e 's|/|_|g'`
5596 OS_RELEASE
=`uname -r`
5600 if test "$OS_ARCH" = "AIX"; then
5601 OS_RELEASE
=`uname -v`.
`uname -r`
5604 if test "$OS_ARCH" = "FreeBSD"; then
5605 OS_RELEASE
=`echo $OS_RELEASE | sed 's/-.*//'`
5608 if test "$OS_ARCH" = "Linux"; then
5609 OS_RELEASE
=`echo $OS_RELEASE | sed 's/-.*//'`
5610 OS_RELEASE
=`echo $OS_RELEASE | awk -F\. '{ print $1 "." $2 }'`
5613 #######################################################################
5614 # Master "Core Components" macros for getting the OS target #
5615 #######################################################################
5618 # Note: OS_TARGET should be specified on the command line for gmake.
5619 # When OS_TARGET=WIN95 is specified, then a Windows 95 target is built.
5620 # The difference between the Win95 target and the WinNT target is that
5621 # the WinNT target uses Windows NT specific features not available
5622 # in Windows 95. The Win95 target will run on Windows NT, but (supposedly)
5623 # at lesser performance (the Win95 target uses threads; the WinNT target
5626 # If OS_TARGET is not specified, it defaults to $(OS_ARCH), i.e., no
5627 # cross-compilation.
5631 # The following hack allows one to build on a WIN95 machine (as if
5632 # s/he were cross-compiling on a WINNT host for a WIN95 target).
5633 # It also accomodates for MKS's uname.exe. If you never intend
5634 # to do development on a WIN95 machine, you don't need this hack.
5645 CYGWIN_9
*|CYGWIN_ME
*)
5646 OS_ARCH
='CYGWIN_NT-4.0'
5656 # On WIN32, we also define the variable CPU_ARCH.
5662 # If uname -s returns "Windows_NT", we assume that we are using
5663 # the uname.exe in MKS toolkit.
5665 # The -r option of MKS uname only returns the major version number.
5666 # So we need to use its -v option to get the minor version number.
5667 # Moreover, it doesn't have the -p option, so we need to use uname -m.
5670 OS_MINOR_RELEASE
=`uname -v`
5671 if test "$OS_MINOR_RELEASE" = "00"; then
5674 OS_RELEASE
="${OS_RELEASE}.${OS_MINOR_RELEASE}"
5677 # MKS's uname -m returns "586" on a Pentium machine.
5679 if echo "$CPU_ARCH" |
grep -c 86 >/dev
/null
; then
5683 CYGWIN_NT
*|MINGW
*_NT
*|MSYS_NT
*)
5685 # If uname -s returns "CYGWIN_NT-4.0", we assume that we are using
5686 # the uname.exe in the Cygwin tools.
5687 # If uname -s returns "MINGW32_NT-5.1", we assume that we are using
5688 # the uname.exe in the MSYS tools.
5689 # If uname -s returns "MSYS_NT-6.3", we assume that we are using
5690 # the uname.exe in the MSYS2 tools.
5692 OS_RELEASE
=`expr $OS_ARCH : '.*NT-\(.*\)'`
5696 # Cygwin's uname -m returns "i686" on a Pentium Pro machine.
5698 if echo "$CPU_ARCH" |
grep -c 86 >/dev
/null
; then
5704 if test -n "$MOZILLA_CLIENT" && test "$OS_ARCH" = "WINNT"; then
5706 if test -n "$MOZ_DEBUG" -a -z "$USE_DEBUG_RTL"; then
5710 if test -z "$OS_TARGET"; then
5713 if test "$OS_TARGET" = "WIN95"; then
5716 OS_CONFIG
="${OS_TARGET}${OS_RELEASE}"
5718 # Check whether --enable-os2-high-mem was given.
5719 if test "${enable_os2_high_mem+set}" = set; then :
5720 enableval
=$enable_os2_high_mem; if test "$enableval" = "no"; then
5721 MOZ_OS2_HIGH_MEMORY
=
5723 MOZ_OS2_HIGH_MEMORY
=1
5729 MOZ_ALIGN
=toolchain-default
5732 arm
*-android*|arm
*-linuxandroid*)
5736 MOZ_FLOAT_ABI
=softfp
5741 if test -n "$MOZ_PLATFORM_MAEMO"; then
5744 MOZ_FLOAT_ABI
=softfp
5746 if test "$MOZ_PLATFORM_MAEMO" = 6; then
5752 # Check whether --enable-thumb2 was given.
5753 if test "${enable_thumb2+set}" = set; then :
5754 enableval
=$enable_thumb2; MOZ_THUMB
=$enableval
5759 # Check whether --with-thumb was given.
5760 if test "${with_thumb+set}" = set; then :
5761 withval
=$with_thumb; if test -z "$GNU_CC"; then
5762 as_fn_error $?
"--with-thumb is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5769 # Check whether --with-thumb-interwork was given.
5770 if test "${with_thumb_interwork+set}" = set; then :
5771 withval
=$with_thumb_interwork; if test -z "$GNU_CC"; then
5772 as_fn_error $?
"--with-thumb-interwork is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5774 MOZ_THUMB_INTERWORK
=$withval
5779 # Check whether --with-arch was given.
5780 if test "${with_arch+set}" = set; then :
5781 withval
=$with_arch; if test -z "$GNU_CC"; then
5782 as_fn_error $?
"--with-arch is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5789 # Check whether --with-fpu was given.
5790 if test "${with_fpu+set}" = set; then :
5791 withval
=$with_fpu; if test -z "$GNU_CC"; then
5792 as_fn_error $?
"--with-fpu is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5799 # Check whether --with-float-abi was given.
5800 if test "${with_float_abi+set}" = set; then :
5801 withval
=$with_float_abi; if test -z "$GNU_CC"; then
5802 as_fn_error $?
"--with-float-abi is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5804 MOZ_FLOAT_ABI
=$withval
5809 # Check whether --with-soft-float was given.
5810 if test "${with_soft_float+set}" = set; then :
5811 withval
=$with_soft_float; if test -z "$GNU_CC"; then
5812 as_fn_error $?
"--with-soft-float is not supported on non-GNU toolchain-defaults" "$LINENO" 5
5814 MOZ_SOFT_FLOAT
=$withval
5819 toolchain-default|
"")
5823 arch_flag
="-march=$MOZ_ARCH"
5827 case "$MOZ_THUMB" in
5830 thumb_flag
="-mthumb"
5837 _SAVE_CFLAGS
="$CFLAGS"
5839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h. */
5845 return sizeof(__thumb2__);
5850 if ac_fn_c_try_compile
"$LINENO"; then :
5855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5856 CFLAGS
="$_SAVE_CFLAGS"
5861 case "$MOZ_THUMB_INTERWORK" in
5863 thumb_interwork_flag
="-mthumb-interwork"
5866 thumb_interwork_flag
="-mno-thumb-interwork"
5868 *) # toolchain-default
5869 thumb_interwork_flag
=""
5874 toolchain-default|
"")
5878 fpu_flag
="-mfpu=$MOZ_FPU"
5882 case "$MOZ_FLOAT_ABI" in
5883 toolchain-default|
"")
5887 float_abi_flag
="-mfloat-abi=$MOZ_FLOAT_ABI"
5891 case "$MOZ_SOFT_FLOAT" in
5893 soft_float_flag
="-msoft-float"
5896 soft_float_flag
="-mno-soft-float"
5898 *) # toolchain-default
5903 case "$MOZ_ALIGN" in
5904 toolchain-default|
"")
5908 align_flag
="-mno-unaligned-access"
5911 align_flag
="-munaligned-access"
5918 if test -n "$align_flag"; then
5919 _SAVE_CFLAGS
="$CFLAGS"
5920 CFLAGS
="$CFLAGS $align_flag"
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether alignment flag ($align_flag) is supported" >&5
5922 $as_echo_n "checking whether alignment flag ($align_flag) is supported... " >&6; }
5923 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5924 /* end confdefs.h. */
5934 if ac_fn_c_try_compile
"$LINENO"; then :
5939 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5940 CFLAGS
="$_SAVE_CFLAGS"
5943 all_flags
=`echo $arch_flag $thumb_flag $thumb_interwork_flag $fpu_flag $float_abi_flag $soft_float_flag $align_flag`
5944 if test -n "$all_flags"; then
5945 _SAVE_CFLAGS
="$CFLAGS"
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the chosen combination of compiler flags ($all_flags) works" >&5
5948 $as_echo_n "checking whether the chosen combination of compiler flags ($all_flags) works... " >&6; }
5949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5950 /* end confdefs.h. */
5960 if ac_fn_c_try_compile
"$LINENO"; then :
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5962 $as_echo "yes" >&6; }
5964 as_fn_error $?
"no" "$LINENO" 5
5966 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5968 CFLAGS
="$_SAVE_CFLAGS $all_flags"
5969 CXXFLAGS
="$CXXFLAGS $all_flags"
5970 ASFLAGS
="$ASFLAGS $all_flags"
5971 if test -n "$thumb_flag"; then
5972 LDFLAGS
="$LDFLAGS $thumb_flag"
5981 NSINSTALL
='$(CYGWIN_WRAPPER) nsinstall'
5982 if test `echo "${PATH}" | grep -c \;` = 0; then
5983 CYGWIN_WRAPPER
='sh $(topsrcdir)/build/cygwin-wrapper'
5989 HOST_CFLAGS
="$HOST_CFLAGS -DXP_UNIX"
5996 $as_echo "#define XP_UNIX 1" >>confdefs.h
5998 $as_echo "#define AIX 1" >>confdefs.h
6000 $as_echo "#define SYSV 1" >>confdefs.h
6002 DSO_LDOPTS
='-brtl -bnortllib -bM:SRE -bnoentry -bexpall -blibpath:/usr/lib:/lib'
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6005 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6006 if ${ac_cv_path_GREP+:} false
; then :
6007 $as_echo_n "(cached) " >&6
6009 if test -z "$GREP"; then
6010 ac_path_GREP_found
=false
6011 # Loop through the user's path and test for each of PROGNAME-LIST
6012 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6013 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6016 test -z "$as_dir" && as_dir
=.
6017 for ac_prog
in grep ggrep
; do
6018 for ac_exec_ext
in '' $ac_executable_extensions; do
6019 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6020 as_fn_executable_p
"$ac_path_GREP" ||
continue
6021 # Check for GNU ac_path_GREP and select it if it is found.
6022 # Check for GNU $ac_path_GREP
6023 case `"$ac_path_GREP" --version 2>&1` in
6025 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6028 $as_echo_n 0123456789 >"conftest.in"
6031 cat "conftest.in" "conftest.in" >"conftest.tmp"
6032 mv "conftest.tmp" "conftest.in"
6033 cp "conftest.in" "conftest.nl"
6034 $as_echo 'GREP' >> "conftest.nl"
6035 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6036 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6037 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6038 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6039 # Best one so far, save it but keep looking for a better one
6040 ac_cv_path_GREP
="$ac_path_GREP"
6041 ac_path_GREP_max
=$ac_count
6043 # 10*(2^10) chars as input seems more than enough
6044 test $ac_count -gt 10 && break
6046 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6049 $ac_path_GREP_found && break 3
6054 if test -z "$ac_cv_path_GREP"; then
6055 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6058 ac_cv_path_GREP
=$GREP
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6063 $as_echo "$ac_cv_path_GREP" >&6; }
6064 GREP
="$ac_cv_path_GREP"
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6068 $as_echo_n "checking for egrep... " >&6; }
6069 if ${ac_cv_path_EGREP+:} false
; then :
6070 $as_echo_n "(cached) " >&6
6072 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6073 then ac_cv_path_EGREP
="$GREP -E"
6075 if test -z "$EGREP"; then
6076 ac_path_EGREP_found
=false
6077 # Loop through the user's path and test for each of PROGNAME-LIST
6078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6079 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6082 test -z "$as_dir" && as_dir
=.
6083 for ac_prog
in egrep; do
6084 for ac_exec_ext
in '' $ac_executable_extensions; do
6085 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6086 as_fn_executable_p
"$ac_path_EGREP" ||
continue
6087 # Check for GNU ac_path_EGREP and select it if it is found.
6088 # Check for GNU $ac_path_EGREP
6089 case `"$ac_path_EGREP" --version 2>&1` in
6091 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6094 $as_echo_n 0123456789 >"conftest.in"
6097 cat "conftest.in" "conftest.in" >"conftest.tmp"
6098 mv "conftest.tmp" "conftest.in"
6099 cp "conftest.in" "conftest.nl"
6100 $as_echo 'EGREP' >> "conftest.nl"
6101 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6102 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6103 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6104 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6105 # Best one so far, save it but keep looking for a better one
6106 ac_cv_path_EGREP
="$ac_path_EGREP"
6107 ac_path_EGREP_max
=$ac_count
6109 # 10*(2^10) chars as input seems more than enough
6110 test $ac_count -gt 10 && break
6112 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6115 $ac_path_EGREP_found && break 3
6120 if test -z "$ac_cv_path_EGREP"; then
6121 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6124 ac_cv_path_EGREP
=$EGREP
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6130 $as_echo "$ac_cv_path_EGREP" >&6; }
6131 EGREP
="$ac_cv_path_EGREP"
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6135 $as_echo_n "checking for ANSI C header files... " >&6; }
6136 if ${ac_cv_header_stdc+:} false
; then :
6137 $as_echo_n "(cached) " >&6
6139 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6140 /* end confdefs.h. */
6154 if ac_fn_c_try_compile
"$LINENO"; then :
6155 ac_cv_header_stdc
=yes
6157 ac_cv_header_stdc
=no
6159 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6161 if test $ac_cv_header_stdc = yes; then
6162 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6164 /* end confdefs.h. */
6168 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6169 $EGREP "memchr" >/dev
/null
2>&1; then :
6172 ac_cv_header_stdc
=no
6178 if test $ac_cv_header_stdc = yes; then
6179 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6181 /* end confdefs.h. */
6185 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6186 $EGREP "free" >/dev
/null
2>&1; then :
6189 ac_cv_header_stdc
=no
6195 if test $ac_cv_header_stdc = yes; then
6196 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6197 if test "$cross_compiling" = yes; then :
6200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6201 /* end confdefs.h. */
6204 #if ((' ' & 0x0FF) == 0x020)
6205 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6206 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6208 # define ISLOWER(c) \
6209 (('a' <= (c) && (c) <= 'i') \
6210 || ('j' <= (c) && (c) <= 'r') \
6211 || ('s' <= (c) && (c) <= 'z'))
6212 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6215 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6220 for (i = 0; i < 256; i++)
6221 if (XOR (islower (i), ISLOWER (i))
6222 || toupper (i) != TOUPPER (i))
6227 if ac_fn_c_try_run
"$LINENO"; then :
6230 ac_cv_header_stdc
=no
6232 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6233 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6239 $as_echo "$ac_cv_header_stdc" >&6; }
6240 if test $ac_cv_header_stdc = yes; then
6242 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6246 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6247 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6248 inttypes.h stdint.h unistd.h
6250 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6251 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6253 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6254 cat >>confdefs.h
<<_ACEOF
6255 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6263 ac_fn_c_check_header_mongrel
"$LINENO" "sys/atomic_op.h" "ac_cv_header_sys_atomic_op_h" "$ac_includes_default"
6264 if test "x$ac_cv_header_sys_atomic_op_h" = xyes
; then :
6265 $as_echo "#define AIX_HAVE_ATOMIC_OP_H 1" >>confdefs.h
6270 case "${target_os}" in
6272 $as_echo "#define AIX_RENAME_SELECT 1" >>confdefs.h
6274 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
6276 AIX_LINK_OPTS
='-bnso -berok'
6277 PR_MD_ASFILES
=os_AIX.s
6280 $as_echo "#define AIX_TIMERS 1" >>confdefs.h
6282 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
6284 $as_echo "#define AIX4_1 1" >>confdefs.h
6288 AIX_LINK_OPTS
='-bnso -berok'
6289 LIBNSPR
='-L$(dist_libdir) -lnspr$(MOD_MAJOR_VERSION)_shr'
6290 LIBPLC
='-L$(dist_libdir) -lplc$(MOD_MAJOR_VERSION)_shr'
6293 $as_echo "#define AIX_TIMERS 1" >>confdefs.h
6295 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
6297 AIX_LINK_OPTS
='-brtl -bnso -berok'
6300 $as_echo "#define AIX_TIMERS 1" >>confdefs.h
6302 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
6304 $as_echo "#define AIX4_3_PLUS 1" >>confdefs.h
6306 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
6308 $as_echo "#define HAVE_FCNTL_FILE_LOCKING 1" >>confdefs.h
6311 AIX_LINK_OPTS
='-brtl -bnso -berok'
6314 $as_echo "#define AIX_TIMERS 1" >>confdefs.h
6316 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
6318 $as_echo "#define AIX4_3_PLUS 1" >>confdefs.h
6320 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
6322 $as_echo "#define HAVE_FCNTL_FILE_LOCKING 1" >>confdefs.h
6325 AIX_LINK_OPTS
='-brtl -bnso -berok'
6328 CFLAGS
="$CFLAGS -qro -qroconst"
6329 AIX_WRAP
='$(DIST)/lib/aixwrap.o'
6330 AIX_TMP
='./_aix_tmp.o'
6331 if test -n "$USE_64"; then
6332 MDCPUCFG_H
=_aix64.cfg
6335 MDCPUCFG_H
=_aix32.cfg
6338 RESOLVE_LINK_SYMBOLS
=1
6342 $as_echo "#define XP_UNIX 1" >>confdefs.h
6344 $as_echo "#define BSDI 1" >>confdefs.h
6346 $as_echo "#define NEED_BSDREGEX 1" >>confdefs.h
6349 CFLAGS
="$CFLAGS -Wall -Wno-format"
6350 CXXFLAGS
="$CXXFLAGS -Wall -Wno-format"
6352 if echo "$OS_TEST" |
grep -c 86 >/dev
/null
; then
6354 elif echo "$OS_TEST" |
grep -c sparc
>/dev
/null
; then
6358 MDCPUCFG_H
=_bsdi.cfg
6363 case "$target_os" in
6365 $as_echo "#define _PR_BSDI_JMPBUF_IS_ARRAY 1" >>confdefs.h
6367 $as_echo "#define _PR_STAT_HAS_ONLY_ST_ATIME 1" >>confdefs.h
6369 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
6377 $as_echo "#define _PR_TIMESPEC_HAS_TS_SEC 1" >>confdefs.h
6379 $as_echo "#define _PR_BSDI_JMPBUF_IS_ARRAY 1" >>confdefs.h
6381 $as_echo "#define HAVE_DLL 1" >>confdefs.h
6383 $as_echo "#define USE_DLFCN 1" >>confdefs.h
6385 $as_echo "#define _PR_STAT_HAS_ST_ATIMESPEC 1" >>confdefs.h
6387 PR_MD_ASFILES
=os_BSD_OS_386_2.s
6391 $as_echo "#define _PR_SELECT_CONST_TIMEVAL 1" >>confdefs.h
6393 $as_echo "#define _PR_BSDI_JMPBUF_IS_STRUCT 1" >>confdefs.h
6395 $as_echo "#define HAVE_DLL 1" >>confdefs.h
6397 $as_echo "#define USE_DLFCN 1" >>confdefs.h
6399 $as_echo "#define _PR_STAT_HAS_ST_ATIMESPEC 1" >>confdefs.h
6401 MKSHLIB
='$(CC) -o $@ $(DSO_LDOPTS)'
6403 DSO_LDOPTS
='-shared -Wl,-soname,$(@:$(OBJDIR)/%.so=%.so)'
6405 case "$target_os" in
6406 bsdi4.2
* | bsdi4.3
* | bsdi5.
*)
6407 $as_echo "#define _PR_HAVE_GETPROTO_R 1" >>confdefs.h
6409 $as_echo "#define _PR_HAVE_GETPROTO_R_POINTER 1" >>confdefs.h
6415 $as_echo "#define _PR_SELECT_CONST_TIMEVAL 1" >>confdefs.h
6417 $as_echo "#define _PR_BSDI_JMPBUF_IS_STRUCT 1" >>confdefs.h
6419 $as_echo "#define HAVE_DLL 1" >>confdefs.h
6421 $as_echo "#define USE_DLFCN 1" >>confdefs.h
6423 $as_echo "#define _PR_STAT_HAS_ST_ATIMESPEC 1" >>confdefs.h
6431 $as_echo "#define XP_UNIX 1" >>confdefs.h
6433 $as_echo "#define DARWIN 1" >>confdefs.h
6435 $as_echo "#define HAVE_BSD_FLOCK 1" >>confdefs.h
6437 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
6439 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
6442 HOST_DARWIN_MAJOR
=`echo "$build_os" | sed -E -e 's/^darwin([0-9]+).*$/\1/'`
6444 if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
6445 $as_echo "#define HAS_CONNECTX 1" >>confdefs.h
6448 AS
='$(CC) -x assembler-with-cpp'
6449 CFLAGS
="$CFLAGS -Wall -fno-common"
6450 case "${target_cpu}" in
6455 if test -n "$USE_64"; then
6468 if test "`echo $CC | grep -c '\-arch '`" = "0"; then
6471 CC
="$CC -arch arm64"
6474 CC
="$CC -arch $CPU_ARCH"
6478 ac_fn_c_check_header_mongrel
"$LINENO" "crt_externs.h" "ac_cv_header_crt_externs_h" "$ac_includes_default"
6479 if test "x$ac_cv_header_crt_externs_h" = xyes
; then :
6480 $as_echo "#define HAVE_CRT_EXTERNS_H 1" >>confdefs.h
6486 DSO_LDOPTS
='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name @executable_path/$@ -headerpad_max_install_names'
6488 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
6489 STRIP
="$STRIP -x -S"
6492 MDCPUCFG_H
=_darwin.cfg
6493 PR_MD_CSRCS
=darwin.c
6494 PR_MD_ASFILES
=os_Darwin.s
6496 if test -n "$_MACOSX_DEPLOYMENT_TARGET" ; then
6497 export MACOSX_DEPLOYMENT_TARGET
=$_MACOSX_DEPLOYMENT_TARGET
6498 elif test -z "$MACOSX_DEPLOYMENT_TARGET" ; then
6499 case "${target_cpu}" in
6501 export MACOSX_DEPLOYMENT_TARGET
=10.3
6504 export MACOSX_DEPLOYMENT_TARGET
=10.4
6510 if test "$MACOS_SDK_DIR"; then
6512 if test ! -d "$MACOS_SDK_DIR"; then
6513 as_fn_error $?
"SDK not found. When using --with-macos-sdk, you must
6514 specify a valid SDK. SDKs are installed when the optional cross-development
6515 tools are selected during the Xcode/Developer Tools installation." "$LINENO" 5
6519 CC_VERSION
=`$CC -v 2>&1 | grep 'gcc version'`
6520 GCC_VERSION_FULL
=`echo $CC_VERSION | $PERL -pe 's/^.*gcc version ([^ ]*).*/$1/'`
6521 GCC_VERSION
=`echo $GCC_VERSION_FULL | $PERL -pe '(split(/\./))[0]>=4&&s/(^\d*\.\d*).*/$1/;'`
6523 GCC_VERSION_MAJOR
=`echo $GCC_VERSION_FULL | $PERL -pe 's/(^\d*).*/$1/;'`
6524 if test "$GCC_VERSION_MAJOR" -lt "4" ; then
6525 SDK_C_FRAMEWORK
="-F${MACOS_SDK_DIR}/System/Library/Frameworks"
6526 if test -d "${MACOS_SDK_DIR}/Library/Frameworks" ; then
6527 SDK_C_FRAMEWORK
="$SDK_C_FRAMEWORK -F${MACOS_SDK_DIR}/Library/Frameworks"
6530 SDK_C_INCLUDE
="-isystem ${MACOS_SDK_DIR}/usr/include/gcc/darwin/${GCC_VERSION} -isystem ${MACOS_SDK_DIR}/usr/include ${SDK_C_FRAMEWORK}"
6532 CFLAGS
="$CFLAGS -nostdinc ${SDK_C_INCLUDE}"
6534 CPP
="$CPP -nostdinc ${SDK_C_INCLUDE}"
6537 HOST_DARWIN_MAJOR
=`echo "$build_os" | sed -E -e 's/^darwin([0-9]+).*$/\1/'`
6539 if test "$HOST_DARWIN_MAJOR" -lt 9 ; then
6540 MACOS_SDK_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 ${SDK_C_FRAMEWORK}"
6542 MACOS_SDK_LIBS
="-Wl,-syslibroot,${MACOS_SDK_DIR}"
6545 LDFLAGS
="${MACOS_SDK_LIBS} $LDFLAGS"
6546 export NEXT_ROOT
=$MACOS_SDK_DIR
6548 if test -n "$CROSS_COMPILE" ; then
6549 HOST_CC
="NEXT_ROOT= $HOST_CC"
6550 HOST_CXX
="NEXT_ROOT= $HOST_CXX"
6553 CFLAGS
="$CFLAGS -isysroot ${MACOS_SDK_DIR}"
6555 CPP
="$CPP -isysroot ${MACOS_SDK_DIR}"
6557 if test "$GCC_VERSION_FULL" != "4.0.0" ; then
6558 LDFLAGS
="$LDFLAGS -isysroot ${MACOS_SDK_DIR}"
6560 LDFLAGS
="$LDFLAGS -Wl,-syslibroot,${MACOS_SDK_DIR}"
6567 if test -z "$USE_NSPR_THREADS"; then
6570 $as_echo "#define XP_UNIX 1" >>confdefs.h
6572 $as_echo "#define FREEBSD 1" >>confdefs.h
6574 $as_echo "#define HAVE_BSD_FLOCK 1" >>confdefs.h
6576 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
6578 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
6580 CFLAGS
="$CFLAGS $(DSO_CFLAGS) -ansi -Wall"
6581 MOZ_OBJFORMAT
=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
6582 if test "$MOZ_OBJFORMAT" = "elf"; then
6587 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
6589 DSO_LDOPTS
='-shared -Wl,-soname -Wl,$(notdir $@)'
6590 MDCPUCFG_H
=_freebsd.cfg
6591 PR_MD_CSRCS
=freebsd.c
6595 $as_echo "#define XP_UNIX 1" >>confdefs.h
6597 $as_echo "#define HPUX 1" >>confdefs.h
6599 $as_echo "#define _HPUX_SOURCE 1" >>confdefs.h
6601 # HPUX report the POLLHUP event for a socket when the
6602 # shutdown(SHUT_WR) operation is called for the remote end, even though
6603 # the socket is still writeable. Use select(), instead of poll(), to
6604 # workaround this problem.
6605 $as_echo "#define _PR_POLL_WITH_SELECT 1" >>confdefs.h
6607 $as_echo "#define _USE_BIG_FDS 1" >>confdefs.h
6609 DSO_LDOPTS
='-b +h $(notdir $@)'
6611 if test "$OS_TEST" = "ia64"; then
6613 DSO_LDOPTS
="$DSO_LDOPTS +b '\$\$ORIGIN'"
6614 CPU_ARCH_TAG
=_
$OS_TEST
6615 if test -z "$USE_64"; then
6618 PR_MD_ASFILES
=os_HPUX_ia64.s
6620 $as_echo "#define hppa 1" >>confdefs.h
6623 PR_MD_ASFILES
=os_HPUX.s
6625 if test -n "$USE_64"; then
6626 MDCPUCFG_H
=_hpux64.cfg
6628 MDCPUCFG_H
=_hpux32.cfg
6630 if test -z "$GNU_CC"; then
6636 ASFLAGS
="$ASFLAGS -x assembler-with-cpp"
6639 if test -n "$MOZILLA_CLIENT"; then
6640 DEFAULT_IMPL_STRATEGY
=_EMU
6643 if echo "$OS_RELEASE" |
grep ^A
.09 >/dev
/null
; then
6644 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
6646 $as_echo "#define HPUX9 1" >>confdefs.h
6648 DEFAULT_IMPL_STRATEGY
=_EMU
6652 if echo "$OS_RELEASE" |
egrep '^(A.09|B.10)' >/dev
/null
; then
6653 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
6657 if echo "$OS_RELEASE" |
egrep '^(B.10.10|B.10.20)' >/dev
/null
; then
6658 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
6662 if echo "$OS_RELEASE" |
egrep '^(B.10.10|B.10.20)' >/dev
/null
; then
6663 $as_echo "#define HAVE_INT_LOCALTIME_R 1" >>confdefs.h
6667 if echo "$OS_RELEASE" |
egrep '^(B.10.30|B.11)' >/dev
/null
; then
6668 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
6672 # HP-UX 11i v2 (B.11.23) or higher
6674 case "$OS_RELEASE" in
6675 [C-Z
]*|B.
[2-9]*|B
.1[2-9]*|B
.11.
[3-9]*|B
.11.2[3-9]*)
6681 if test "$OS_RELEASE" = "B.10.01"; then
6682 $as_echo "#define HPUX10 1" >>confdefs.h
6684 DEFAULT_IMPL_STRATEGY
=_EMU
6687 if test "$OS_RELEASE" = "B.10.10"; then
6688 $as_echo "#define HPUX10 1" >>confdefs.h
6690 $as_echo "#define HPUX10_10 1" >>confdefs.h
6692 DEFAULT_IMPL_STRATEGY
=_PTH
6695 if test "$OS_RELEASE" = "B.10.20"; then
6696 $as_echo "#define HPUX10 1" >>confdefs.h
6698 $as_echo "#define HPUX10_20 1" >>confdefs.h
6700 if test -z "$GNU_CC"; then
6701 CFLAGS
="$CFLAGS +DAportable +DS1.1"
6702 CXXFLAGS
="$CXXFLAGS +DAportable +DS1.1"
6704 DEFAULT_IMPL_STRATEGY
=_PTH
6707 if test "$OS_RELEASE" = "B.10.30"; then
6708 $as_echo "#define HPUX10 1" >>confdefs.h
6710 $as_echo "#define HPUX10_30 1" >>confdefs.h
6712 if test -z "$GNU_CC"; then
6713 CFLAGS
="$CFLAGS +DAportable +DS1.1"
6714 CXXFLAGS
="$CXXFLAGS +DAportable +DS1.1"
6716 DEFAULT_IMPL_STRATEGY
=_PTH
6719 if echo "$OS_RELEASE" |
grep ^B
.11 >/dev
/null
; then
6720 $as_echo "#define HPUX10 1" >>confdefs.h
6722 $as_echo "#define HPUX11 1" >>confdefs.h
6724 $as_echo "#define _LARGEFILE64_SOURCE 1" >>confdefs.h
6726 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
6728 $as_echo "#define HAVE_FCNTL_FILE_LOCKING 1" >>confdefs.h
6730 if test -z "$GNU_CC"; then
6731 if test -z "$USE_64"; then
6732 if test "$OS_TEST" = "ia64"; then
6733 CFLAGS
="$CFLAGS +DD32"
6734 CXXFLAGS
="$CXXFLAGS +DD32"
6736 CFLAGS
="$CFLAGS +DAportable +DS2.0"
6737 CXXFLAGS
="$CXXFLAGS +DAportable +DS2.0"
6740 if test "$OS_TEST" = "ia64"; then
6741 CFLAGS
="$CFLAGS +DD64"
6742 CXXFLAGS
="$CXXFLAGS +DD64"
6744 CFLAGS
="$CFLAGS +DA2.0W +DS2.0"
6745 CXXFLAGS
="$CXXFLAGS +DA2.0W +DS2.0"
6749 DEFAULT_IMPL_STRATEGY
=_PTH
6752 if test "$DEFAULT_IMPL_STRATEGY" = "_EMU"; then
6756 elif test "$DEFAULT_IMPL_STRATEGY" = "_PTH"; then
6758 if test "$USE_NSPR_THREADS"; then
6761 if test "$USE_USER_PTHREADS"; then
6767 *-linux*|
*-gnu*|
*-k*bsd
*-gnu|
*-android*|
*-linuxandroid*)
6768 if test -z "$USE_NSPR_THREADS"; then
6772 $as_echo "#define XP_UNIX 1" >>confdefs.h
6774 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
6776 $as_echo "#define HAVE_FCNTL_FILE_LOCKING 1" >>confdefs.h
6778 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
6781 *-android*|
*-linuxandroid*)
6783 $as_echo "#define LINUX 1" >>confdefs.h
6787 $as_echo "#define LINUX 1" >>confdefs.h
6791 CFLAGS
="$CFLAGS -Wall"
6792 CXXFLAGS
="$CXXFLAGS -Wall"
6793 MDCPUCFG_H
=_linux.cfg
6795 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
6797 DSO_LDOPTS
='-shared -Wl,-soname -Wl,$(notdir $@)'
6799 _DEBUG_FLAGS
="-g -fno-inline" # most people on linux use gcc/gdb, and that
6800 # combo is not yet good at debugging inlined
6801 # functions (even when using DWARF2 as the
6804 if echo "$OS_TEST" |
grep -c 86 >/dev
/null
; then
6809 CPU_ARCH_TAG
=_
${CPU_ARCH}
6810 case "${target_cpu}" in
6812 $as_echo "#define _ALPHA_ 1" >>confdefs.h
6814 $as_echo "#define __alpha 1" >>confdefs.h
6816 CFLAGS
="$CFLAGS -mieee"
6817 CXXFLAGS
="$CXXFLAGS -mieee"
6820 $as_echo "#define i386 1" >>confdefs.h
6822 PR_MD_ASFILES
=os_Linux_x86.s
6825 PR_MD_ASFILES
=os_Linux_ia64.s
6828 if test -n "$USE_64"; then
6829 PR_MD_ASFILES
=os_Linux_x86_64.s
6830 elif test -n "$USE_X32"; then
6831 PR_MD_ASFILES
=os_Linux_x86_64.s
6835 $as_echo "#define i386 1" >>confdefs.h
6837 PR_MD_ASFILES
=os_Linux_x86.s
6843 PR_MD_ASFILES
=os_Linux_ppc.s
6846 if test -n "$USE_64"; then
6850 PR_MD_ASFILES
=os_Linux_ppc.s
6856 *-mingw*|
*-msys*|
*-cygwin*|
*-mks*)
6857 $as_echo "#define XP_PC 1" >>confdefs.h
6859 $as_echo "#define WIN32 1" >>confdefs.h
6861 PR_MD_ARCH_DIR
=windows
6862 RESOLVE_LINK_SYMBOLS
=1
6864 if test -n "$GNU_CC"; then
6866 CXX
="$CXX -mwindows"
6868 MKSHLIB
='$(CC) -shared -Wl,--export-all-symbols -Wl,--out-implib -Wl,$(IMPORT_LIBRARY) $(DLLBASE) -o $(subst $(OBJDIR)/,,$(SHARED_LIBRARY))'
6870 # Use temp file for windres (bug 213281)
6871 RCFLAGS
='-O coff --use-temp-file'
6874 AR
='lib -NOLOGO -OUT:"$@"'
6876 RANLIB
='echo not_ranlib'
6877 STRIP
='echo not_strip'
6879 GARBAGE
='$(OBJDIR)/vc20.pdb $(OBJDIR)/vc40.pdb'
6884 # Determine compiler version
6886 _MSVC_VER_FILTER
='s|.* \([0-9]\+\.[0-9]\+\.[0-9]\+\(\.[0-9]\+\)\?\).*|\1|p'
6888 CC_VERSION
=`${CC} -v 2>&1 | sed -ne "$_MSVC_VER_FILTER"`
6889 if test -z "$CC_VERSION"; then
6890 as_fn_error $?
"Could not determine MSC version." "$LINENO" 5
6893 _CC_MAJOR_VERSION
=`echo ${CC_VERSION} | awk -F\. '{ print $1 }'`
6894 _CC_MINOR_VERSION
=`echo ${CC_VERSION} | awk -F\. '{ print $2 }'`
6895 _CC_RELEASE
=`echo ${CC_VERSION} | awk -F\. '{ print $3 }'`
6896 _CC_BUILD
=`echo ${CC_VERSION} | awk -F\. '{ print $4 }'`
6897 MSC_VER
=${_CC_MAJOR_VERSION}${_CC_MINOR_VERSION}
6899 if test "$_CC_MAJOR_VERSION" -eq "14"; then
6900 if test $_CC_RELEASE -gt 50727; then
6902 elif test $_CC_BUILD -ge 762; then
6905 $as_echo "#define _CRT_SECURE_NO_DEPRECATE 1" >>confdefs.h
6907 $as_echo "#define _CRT_NONSTDC_NO_DEPRECATE 1" >>confdefs.h
6909 elif test $_CC_MAJOR_VERSION -ge 15; then
6911 $as_echo "#define _CRT_SECURE_NO_WARNINGS 1" >>confdefs.h
6913 $as_echo "#define _CRT_NONSTDC_NO_WARNINGS 1" >>confdefs.h
6917 if test -n "$_USE_DYNAMICBASE"; then
6918 DLLFLAGS
="$DLLFLAGS -DYNAMICBASE"
6921 # Ensure that mt is Microsoft (R) Manifest Tool and not magnetic
6922 # tape manipulation utility (or something else)
6923 if test "$MSC_VER" -ge "1400"; then
6925 _MSMT_VER_FILTER
='s|.* \([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*|\1|p'
6928 MSMT_TOOL
=`mt 2>&1|grep 'Microsoft (R) Manifest Tool'`
6929 if test -n "$MSMT_TOOL"; then
6930 MSMANIFEST_TOOL_VERSION
=`echo ${MSMT_TOOL}|sed -ne "$_MSMT_VER_FILTER"`
6931 if test -z "$MSMANIFEST_TOOL_VERSION"; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown version of the Microsoft (R) Manifest Tool." >&5
6933 $as_echo "$as_me: WARNING: Unknown version of the Microsoft (R) Manifest Tool." >&2;}
6938 as_fn_error $?
"Microsoft (R) Manifest Tool must be in your \$PATH." "$LINENO" 5
6942 CFLAGS
="$CFLAGS -W3 -nologo -GF -Gy"
6943 DLLFLAGS
="$DLLFLAGS -OUT:\"\$@\""
6947 PROFILE_GEN_CFLAGS
="-GL"
6948 PROFILE_GEN_LDFLAGS
="-LTCG:PGINSTRUMENT"
6949 PROFILE_USE_CFLAGS
="-GL -wd4624 -wd4952"
6950 PROFILE_USE_LDFLAGS
="-LTCG:PGUPDATE"
6952 if test "$MSC_VER" -ge "1800"; then
6953 CFLAGS
="$CFLAGS -FS"
6954 PROFILE_GEN_CFLAGS
="$PROFILE_GEN_CFLAGS -Gw"
6955 PROFILE_USE_CFLAGS
="$PROFILE_USE_CFLAGS -Gw"
6958 if test -z "$MOZ_OPTIMIZE"; then
6959 CFLAGS
="$CFLAGS -Od"
6962 if test "$USE_DEBUG_RTL" = 1; then
6963 if test -n "$USE_STATIC_RTL"; then
6964 CFLAGS
="$CFLAGS -MTd"
6966 CFLAGS
="$CFLAGS -MDd"
6969 if test -n "$USE_STATIC_RTL"; then
6970 CFLAGS
="$CFLAGS -MT"
6972 CFLAGS
="$CFLAGS -MD"
6976 if test -n "$MOZ_DEBUG"; then
6977 $as_echo "#define _DEBUG 1" >>confdefs.h
6980 DEFINES
="$DEFINES -U_DEBUG"
6983 if test -n "$MOZ_DEBUG_SYMBOLS"; then
6984 if test -n "$MOZ_OPTIMIZE"; then
6985 DLLFLAGS
="$DLLFLAGS -DEBUG -OPT:REF"
6986 LDFLAGS
="$LDFLAGS -DEBUG -OPT:REF"
6988 DLLFLAGS
="$DLLFLAGS -DEBUG"
6989 LDFLAGS
="$LDFLAGS -DEBUG"
6993 OS_DLLFLAGS
="-nologo -DLL -SUBSYSTEM:WINDOWS"
6994 if test "$MSC_VER" -le "1200" -a -z "$MOZ_DEBUG_SYMBOLS"; then
6995 OS_DLLFLAGS
="$OS_DLLFLAGS -PDB:NONE"
6998 if test "$OS_TARGET" = "WINNT"; then
6999 CFLAGS
="$CFLAGS -GT"
7000 LIBNSPR
='$(dist_libdir)/libnspr$(MOD_MAJOR_VERSION).$(LIB_SUFFIX)'
7001 LIBPLC
='$(dist_libdir)/libplc$(MOD_MAJOR_VERSION).$(LIB_SUFFIX)'
7003 LIBNSPR
='$(dist_libdir)/nspr$(MOD_MAJOR_VERSION).$(LIB_SUFFIX)'
7004 LIBPLC
='$(dist_libdir)/plc$(MOD_MAJOR_VERSION).$(LIB_SUFFIX)'
7008 if test -n "$USE_STATIC_TLS"; then
7009 $as_echo "#define _PR_USE_STATIC_TLS 1" >>confdefs.h
7013 if test "$OS_TARGET" = "WINNT"; then
7014 $as_echo "#define WINNT 1" >>confdefs.h
7017 $as_echo "#define WIN95 1" >>confdefs.h
7019 # undefine WINNT as some versions of mingw gcc define it by default
7020 DEFINES
="$DEFINES -UWINNT"
7021 $as_echo "#define _PR_GLOBAL_THREADS_ONLY 1" >>confdefs.h
7025 if test "$CPU_ARCH" = "x86"; then
7028 CPU_ARCH_TAG
=$CPU_ARCH
7031 if test "$USE_DEBUG_RTL" = 1; then
7035 case "$OS_TARGET" in
7037 MDCPUCFG_H
=_winnt.cfg
7040 MDCPUCFG_H
=_win95.cfg
7043 as_fn_error $?
"Missing OS_TARGET for ${target}. Use --enable-win32-target to set." "$LINENO" 5
7047 case "$target_cpu" in
7049 if test -n "$USE_64"; then
7050 $as_echo "#define _AMD64_ 1" >>confdefs.h
7053 $as_echo "#define _X86_ 1" >>confdefs.h
7055 if test -z "$GNU_CC" -a "$MSC_VER" -ge "1700"; then
7056 CFLAGS
="$CFLAGS -arch:IA32"
7061 $as_echo "#define _AMD64_ 1" >>confdefs.h
7066 $as_echo "#define _ARM64_ 1" >>confdefs.h
7071 $as_echo "#define _IA64_ 1" >>confdefs.h
7076 $as_echo "#define _CPU_ARCH_NOT_DEFINED 1" >>confdefs.h
7083 $as_echo "#define XP_UNIX 1" >>confdefs.h
7085 $as_echo "#define NETBSD 1" >>confdefs.h
7087 $as_echo "#define HAVE_BSD_FLOCK 1" >>confdefs.h
7089 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
7091 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
7093 if test -z "$USE_NSPR_THREADS"; then
7096 MDCPUCFG_H
=_netbsd.cfg
7097 PR_MD_CSRCS
=netbsd.c
7099 DSO_CFLAGS
='-fPIC -DPIC'
7100 CFLAGS
="$CFLAGS -ansi -Wall"
7101 CXXFLAGS
="$CXXFLAGS -ansi -Wall"
7102 MKSHLIB
='$(CC) -o $@ $(DSO_LDOPTS)'
7104 if test -z "$OBJECT_FMT"; then
7105 if echo __ELF__ |
${CC-cc} -E - |
grep -q __ELF__
2>/dev
/null
; then
7108 DSO_LDOPTS
='-shared'
7112 DSO_LDOPTS
='-shared -Wl,-soname,$(notdir $@)'
7116 if test "$LIBRUNPATH"; then
7117 DSO_LDOPTS
="$DSO_LDOPTS -Wl,-R$LIBRUNPATH"
7122 $as_echo "#define XP_UNIX 1" >>confdefs.h
7124 $as_echo "#define NTO 1" >>confdefs.h
7126 $as_echo "#define _QNX_SOURCE 1" >>confdefs.h
7128 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
7132 MKSHLIB
='$(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(notdir $@) -o $@'
7135 OS_LIBS
="$OS_LIBS -lsocket"
7136 _OPTIMIZE_FLAGS
="-O1"
7137 _DEBUG_FLAGS
="-gstabs"
7141 $as_echo "#define XP_UNIX 1" >>confdefs.h
7143 $as_echo "#define OPENBSD 1" >>confdefs.h
7145 $as_echo "#define HAVE_BSD_FLOCK 1" >>confdefs.h
7147 $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
7149 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
7151 CFLAGS
="$CFLAGS -ansi -Wall"
7152 CXXFLAGS
="$CXXFLAGS -ansi -Wall"
7155 MDCPUCFG_H
=_openbsd.cfg
7156 PR_MD_CSRCS
=openbsd.c
7158 if test -z "$USE_NSPR_THREADS"; then
7161 DSO_LDOPTS
='-shared -fPIC -Wl,-soname,$(notdir $@)'
7162 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
7166 $as_echo "#define XP_UNIX 1" >>confdefs.h
7168 $as_echo "#define QNX 1" >>confdefs.h
7170 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
7178 $as_echo "#define XP_UNIX 1" >>confdefs.h
7180 $as_echo "#define RISCOS 1" >>confdefs.h
7182 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
7185 MDCPUCFG_H
=_riscos.cfg
7186 PR_MD_CSRCS
=riscos.c
7188 DSO_LDOPTS
='-shared -Wl,-soname -Wl,$(notdir $@)'
7189 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
7193 $as_echo "#define XP_UNIX 1" >>confdefs.h
7195 $as_echo "#define SCO 1" >>confdefs.h
7197 $as_echo "#define sco 1" >>confdefs.h
7199 $as_echo "#define SYSV 1" >>confdefs.h
7201 $as_echo "#define _SVID3 1" >>confdefs.h
7203 $as_echo "#define _PR_NEED_H_ERRNO 1" >>confdefs.h
7205 CC
='cc -b elf -KPIC'
7206 CXX
='$(NSDEPTH)/build/hcpp CC +.cpp +w'
7209 DSO_LDOPTS
='-b elf -G'
7210 MDCPUCFG_H
=_scoos.cfg
7215 if test -z "$USE_NSPR_THREADS"; then
7218 $as_echo "#define XP_UNIX 1" >>confdefs.h
7220 $as_echo "#define SVR4 1" >>confdefs.h
7222 $as_echo "#define SYSV 1" >>confdefs.h
7224 $as_echo "#define __svr4 1" >>confdefs.h
7226 $as_echo "#define __svr4__ 1" >>confdefs.h
7228 $as_echo "#define SOLARIS 1" >>confdefs.h
7230 $as_echo "#define HAVE_FCNTL_FILE_LOCKING 1" >>confdefs.h
7233 MDCPUCFG_H
=_solaris.cfg
7234 PR_MD_CSRCS
=solaris.c
7236 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
7237 RESOLVE_LINK_SYMBOLS
=1
7238 case "${OS_RELEASE}" in
7242 # It is safe to use the -Bdirect linker flag on Solaris 10 or later.
7246 if test -n "$GNU_CC"; then
7248 if `$CC -print-prog-name=ld` -v 2>&1 |
grep -c GNU
>/dev
/null
; then
7251 DSO_LDOPTS
='-shared -Wl,-h,$(notdir $@),-z,combreloc,-z,defs,-z,ignore'
7252 if test -n "$USE_B_DIRECT"; then
7253 DSO_LDOPTS
="$DSO_LDOPTS,-Bdirect"
7257 DSO_LDOPTS
='-G -h $(notdir $@) -z combreloc -z defs -z ignore'
7258 if test -n "$USE_B_DIRECT"; then
7259 DSO_LDOPTS
="$DSO_LDOPTS -Bdirect"
7262 if test -n "$GNU_CC"; then
7263 CFLAGS
="$CFLAGS -Wall"
7264 CXXFLAGS
="$CXXFLAGS -Wall"
7265 if test -n "$USE_MDUPDATE"; then
7266 CFLAGS
="$CFLAGS -MDupdate \$(DEPENDENCIES)"
7267 CXXFLAGS
="$CXXFLAGS -MDupdate \$(DEPENDENCIES)"
7269 GCC_AS
=`$CC -print-prog-name=as`
7270 if test "`echo | $GCC_AS -v 2>&1 | grep -c GNU`" != "0"; then
7274 CFLAGS
="$CFLAGS -xstrconst"
7275 CXXFLAGS
="$CXXFLAGS -Qoption cg -xstrconst -features=tmplife"
7276 if test -z "$MOZ_OPTIMIZE"; then
7277 CFLAGS
="$CFLAGS -xs"
7278 CXXFLAGS
="$CXXFLAGS -xs"
7280 _OPTIMIZE_FLAGS
=-xO4
7282 if test -z "$GNU_AS"; then
7283 ASFLAGS
="$ASFLAGS -Wa,-P"
7285 if test -n "$USE_64"; then
7286 if test -n "$GNU_CC"; then
7290 if test "$OS_TEST" = "i86pc"; then
7291 CC
="$CC -xarch=amd64"
7292 CXX
="$CXX -xarch=amd64"
7295 CXX
="$CXX -xarch=v9"
7299 if test "$OS_TEST" = "i86pc"; then
7300 if test -z "$USE_64"; then
7301 $as_echo "#define i386 1" >>confdefs.h
7304 CPU_ARCH_TAG
=_
$OS_TEST
7305 # The default debug format, DWARF (-g), is not supported by gcc
7306 # on i386-ANY-sysv4/solaris, but the stabs format is. It is
7307 # assumed that the Solaris assembler /usr/ccs/bin/as is used.
7308 # If your gcc uses GNU as, you do not need the -Wa,-s option.
7309 if test -n "$MOZ_DEBUG" && test -n "$GNU_CC"; then
7310 _DEBUG_FLAGS
=-gstabs
7311 if test -z "$GNU_AS"; then
7312 _DEBUG_FLAGS
="$_DEBUG_FLAGS -Wa,-s"
7316 case "${target_os}" in
7318 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
7322 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
7326 $as_echo "#define SOLARIS2_5 1" >>confdefs.h
7330 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
7332 # The lfcompile64(5) man page on Solaris 2.6 says:
7333 # For applications that do not wish to conform to the POSIX or
7334 # X/Open specifications, the 64-bit transitional interfaces
7335 # are available by default. No compile-time flags need to be
7337 # But gcc 2.7.2.x fails to define _LARGEFILE64_SOURCE by default.
7338 # The native compiler, gcc 2.8.x, and egcs don't have this problem.
7339 if test -n "$GNU_CC"; then
7340 $as_echo "#define _LARGEFILE64_SOURCE 1" >>confdefs.h
7345 case "${target_os}" in
7357 # Solaris 8 or higher has IPv6.
7358 $as_echo "#define _PR_INET6 1" >>confdefs.h
7362 if test "$CPU_ARCH" = "sparc"; then
7363 # 64-bit Solaris SPARC requires V9 architecture, so the following
7365 if test -z "$USE_64"; then
7366 ULTRASPARC_LIBRARY
=nspr_flt
7369 # Purify requires that binaries linked against nspr also
7370 # be linked against -lrt (or -lposix4) so add it to OS_LIBS
7372 _librt
=`echo $_rev 5.6 | awk '{ if ($1 > $2) print "-lrt"; else print "-lposix4" }'`
7373 OS_LIBS
="$OS_LIBS $_librt"
7377 $as_echo "#define XP_UNIX 1" >>confdefs.h
7379 $as_echo "#define UNIXWARE 1" >>confdefs.h
7381 $as_echo "#define SVR4 1" >>confdefs.h
7383 $as_echo "#define SYSV 1" >>confdefs.h
7386 if echo $OS_RELEASE |
grep -c 2.1 2>/dev
/null
; then
7387 $as_echo "#define _PR_NO_LARGE_FILES 1" >>confdefs.h
7389 CC
='$(NSDEPTH)/build/hcc cc'
7390 CXX
='$(NSDEPTH)/build/hcpp CC'
7391 MDCPUCFG_H
=_unixware.cfg
7393 $as_echo "#define _LARGEFILE64_SOURCE 1" >>confdefs.h
7395 $as_echo "#define _PR_HAVE_OFF64_T 1" >>confdefs.h
7397 $as_echo "#define _PR_HAVE_SOCKADDR_LEN 1" >>confdefs.h
7399 MDCPUCFG_H
=_unixware7.cfg
7401 PR_MD_CSRCS
=unixware.c
7407 $as_echo "#define XP_OS2 1" >>confdefs.h
7409 $as_echo "#define XP_PC 1" >>confdefs.h
7411 $as_echo "#define BSD_SELECT 1" >>confdefs.h
7413 $as_echo "#define TCPV40HDRS 1" >>confdefs.h
7422 RESOLVE_LINK_SYMBOLS
=1
7424 $as_echo "#define OS2 1" >>confdefs.h
7428 CFLAGS
="$CFLAGS -Wall -Zomf"
7429 CXXFLAGS
="$CFLAGS -Wall -Zomf"
7430 MKSHLIB
='$(CC) $(DSO_LDOPTS) -o $@'
7432 DSO_LDOPTS
='-Zomf -Zdll'
7434 _OPTIMIZE_FLAGS
="-O2 -s"
7435 _DEBUG_FLAGS
="-g -fno-inline"
7436 if test -n "$MOZ_OPTIMIZE"; then
7437 DSO_LDOPTS
="$DSO_LDOPTS -Zlinker /EXEPACK:2 -Zlinker /PACKCODE -Zlinker /PACKDATA"
7441 if test -n "$MOZ_OS2_HIGH_MEMORY"; then
7442 LDFLAGS
="$LDFLAGS -Zhigh-mem"
7443 $as_echo "#define MOZ_OS2_HIGH_MEMORY 1" >>confdefs.h
7447 # GCC for OS/2 currently predefines these, but we don't want them
7448 DEFINES
="$DEFINES -Uunix -U__unix -U__unix__"
7452 $as_echo "#define XP_UNIX 1" >>confdefs.h
7458 if test -z "$SKIP_LIBRARY_CHECKS"; then
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
7467 $as_echo_n "checking for dlopen in -ldl... " >&6; }
7468 if ${ac_cv_lib_dl_dlopen+:} false
; then :
7469 $as_echo_n "(cached) " >&6
7471 ac_check_lib_save_LIBS
=$LIBS
7473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7474 /* end confdefs.h. */
7476 /* Override any GCC internal prototype to avoid an error.
7477 Use char because int might match the return type of a GCC
7478 builtin and then its argument prototype would still apply. */
7491 if ac_fn_c_try_link
"$LINENO"; then :
7492 ac_cv_lib_dl_dlopen
=yes
7494 ac_cv_lib_dl_dlopen
=no
7496 rm -f core conftest.err conftest.
$ac_objext \
7497 conftest
$ac_exeext conftest.
$ac_ext
7498 LIBS
=$ac_check_lib_save_LIBS
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
7501 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
7502 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
7503 ac_fn_c_check_header_mongrel
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
7504 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7505 OS_LIBS
="-ldl $OS_LIBS"
7517 if test $ac_cv_c_compiler_gnu = yes; then
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
7519 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
7520 if ${ac_cv_prog_gcc_traditional+:} false
; then :
7521 $as_echo_n "(cached) " >&6
7523 ac_pattern
="Autoconf.*'x'"
7524 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7525 /* end confdefs.h. */
7529 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7530 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
7531 ac_cv_prog_gcc_traditional
=yes
7533 ac_cv_prog_gcc_traditional
=no
7538 if test $ac_cv_prog_gcc_traditional = no
; then
7539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7544 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7545 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
7546 ac_cv_prog_gcc_traditional
=yes
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
7553 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
7554 if test $ac_cv_prog_gcc_traditional = yes; then
7555 CC
="$CC -traditional"
7560 LIBS
="$LIBS $OS_LIBS"
7561 for ac_func
in dladdr gettid lchown setpriority strerror syscall secure_getenv __secure_getenv
7563 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7564 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
7565 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
7566 cat >>confdefs.h
<<_ACEOF
7567 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7577 # Check whether --with-ccache was given.
7578 if test "${with_ccache+set}" = set; then :
7579 withval
=$with_ccache; CCACHE
=$withval
7585 if test "$CCACHE" != "no"; then
7586 if test -n "$CCACHE"; then
7587 if test "$CCACHE" = "yes"; then
7590 if test ! -e "$CCACHE"; then
7591 as_fn_error $?
"$CCACHE not found" "$LINENO" 5
7595 for ac_prog
in $CCACHE ccache
7597 # Extract the first word of "$ac_prog", so it can be a program name with args.
7598 set dummy
$ac_prog; ac_word
=$2
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7600 $as_echo_n "checking for $ac_word... " >&6; }
7601 if ${ac_cv_path_CCACHE+:} false
; then :
7602 $as_echo_n "(cached) " >&6
7606 ac_cv_path_CCACHE
="$CCACHE" # Let the user override the test with a path.
7609 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7613 test -z "$as_dir" && as_dir
=.
7614 for ac_exec_ext
in '' $ac_executable_extensions; do
7615 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7616 ac_cv_path_CCACHE
="$as_dir/$ac_word$ac_exec_ext"
7617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7627 CCACHE
=$ac_cv_path_CCACHE
7628 if test -n "$CCACHE"; then
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CCACHE" >&5
7630 $as_echo "$CCACHE" >&6; }
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7633 $as_echo "no" >&6; }
7637 test -n "$CCACHE" && break
7640 if test -z "$CCACHE" -o "$CCACHE" = ":"; then
7641 as_fn_error $?
"ccache not found" "$LINENO" 5
7642 elif test -x "$CCACHE"; then
7646 as_fn_error $?
"$CCACHE is not executable" "$LINENO" 5
7650 # Check whether --enable-strip was given.
7651 if test "${enable_strip+set}" = set; then :
7652 enableval
=$enable_strip; if test "$enableval" = "yes"; then
7658 case "${target_os}" in
7660 if test -z "$GNU_CC"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for +Olit support" >&5
7663 $as_echo_n "checking for +Olit support... " >&6; }
7664 if ${ac_cv_hpux_usable_olit_option+:} false
; then :
7665 $as_echo_n "(cached) " >&6
7667 ac_cv_hpux_usable_olit_option
=no
7669 echo 'int main() { return 0; }' |
cat > conftest.c
7670 ${CC-cc} ${CFLAGS} +Olit
=all
-o conftest conftest.c
> conftest.out
2>&1
7671 if test $?
-eq 0; then
7672 if test -z "`egrep -i '(unrecognize|unknown)' conftest.out`"; then
7673 ac_cv_hpux_usable_olit_option
=yes
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_hpux_usable_olit_option" >&5
7680 $as_echo "$ac_cv_hpux_usable_olit_option" >&6; }
7682 if test "$ac_cv_hpux_usable_olit_option" = "yes"; then
7683 CFLAGS
="$CFLAGS +Olit=all"
7684 CXXFLAGS
="$CXXFLAGS +Olit=all"
7686 CFLAGS
="$CFLAGS +ESlit"
7687 CXXFLAGS
="$CXXFLAGS +ESlit"
7693 case "$target_os" in
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthreads" >&5
7699 $as_echo_n "checking for pthread_create in -lpthreads... " >&6; }
7700 if ${ac_cv_lib_pthreads_pthread_create+:} false
; then :
7701 $as_echo_n "(cached) " >&6
7703 ac_check_lib_save_LIBS
=$LIBS
7704 LIBS
="-lpthreads $LIBS"
7705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7706 /* end confdefs.h. */
7708 /* Override any GCC internal prototype to avoid an error.
7709 Use char because int might match the return type of a GCC
7710 builtin and then its argument prototype would still apply. */
7714 char pthread_create ();
7718 return pthread_create ();
7723 if ac_fn_c_try_link
"$LINENO"; then :
7724 ac_cv_lib_pthreads_pthread_create
=yes
7726 ac_cv_lib_pthreads_pthread_create
=no
7728 rm -f core conftest.err conftest.
$ac_objext \
7729 conftest
$ac_exeext conftest.
$ac_ext
7730 LIBS
=$ac_check_lib_save_LIBS
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_pthread_create" >&5
7733 $as_echo "$ac_cv_lib_pthreads_pthread_create" >&6; }
7734 if test "x$ac_cv_lib_pthreads_pthread_create" = xyes
; then :
7735 _HAVE_PTHREADS
=1 _PTHREAD_LDFLAGS
="-lpthreads"
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7738 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7739 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
7740 $as_echo_n "(cached) " >&6
7742 ac_check_lib_save_LIBS
=$LIBS
7743 LIBS
="-lpthread $LIBS"
7744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7745 /* end confdefs.h. */
7747 /* Override any GCC internal prototype to avoid an error.
7748 Use char because int might match the return type of a GCC
7749 builtin and then its argument prototype would still apply. */
7753 char pthread_create ();
7757 return pthread_create ();
7762 if ac_fn_c_try_link
"$LINENO"; then :
7763 ac_cv_lib_pthread_pthread_create
=yes
7765 ac_cv_lib_pthread_pthread_create
=no
7767 rm -f core conftest.err conftest.
$ac_objext \
7768 conftest
$ac_exeext conftest.
$ac_ext
7769 LIBS
=$ac_check_lib_save_LIBS
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7772 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7773 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
7774 _HAVE_PTHREADS
=1 _PTHREAD_LDFLAGS
="-lpthread"
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5
7777 $as_echo_n "checking for pthread_create in -lc_r... " >&6; }
7778 if ${ac_cv_lib_c_r_pthread_create+:} false
; then :
7779 $as_echo_n "(cached) " >&6
7781 ac_check_lib_save_LIBS
=$LIBS
7783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7784 /* end confdefs.h. */
7786 /* Override any GCC internal prototype to avoid an error.
7787 Use char because int might match the return type of a GCC
7788 builtin and then its argument prototype would still apply. */
7792 char pthread_create ();
7796 return pthread_create ();
7801 if ac_fn_c_try_link
"$LINENO"; then :
7802 ac_cv_lib_c_r_pthread_create
=yes
7804 ac_cv_lib_c_r_pthread_create
=no
7806 rm -f core conftest.err conftest.
$ac_objext \
7807 conftest
$ac_exeext conftest.
$ac_ext
7808 LIBS
=$ac_check_lib_save_LIBS
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_create" >&5
7811 $as_echo "$ac_cv_lib_c_r_pthread_create" >&6; }
7812 if test "x$ac_cv_lib_c_r_pthread_create" = xyes
; then :
7813 _HAVE_PTHREADS
=1 _PTHREAD_LDFLAGS
="-lc_r"
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc" >&5
7816 $as_echo_n "checking for pthread_create in -lc... " >&6; }
7817 if ${ac_cv_lib_c_pthread_create+:} false
; then :
7818 $as_echo_n "(cached) " >&6
7820 ac_check_lib_save_LIBS
=$LIBS
7822 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7823 /* end confdefs.h. */
7825 /* Override any GCC internal prototype to avoid an error.
7826 Use char because int might match the return type of a GCC
7827 builtin and then its argument prototype would still apply. */
7831 char pthread_create ();
7835 return pthread_create ();
7840 if ac_fn_c_try_link
"$LINENO"; then :
7841 ac_cv_lib_c_pthread_create
=yes
7843 ac_cv_lib_c_pthread_create
=no
7845 rm -f core conftest.err conftest.
$ac_objext \
7846 conftest
$ac_exeext conftest.
$ac_ext
7847 LIBS
=$ac_check_lib_save_LIBS
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_pthread_create" >&5
7850 $as_echo "$ac_cv_lib_c_pthread_create" >&6; }
7851 if test "x$ac_cv_lib_c_pthread_create" = xyes
; then :
7869 # Check whether --with-pthreads was given.
7870 if test "${with_pthreads+set}" = set; then :
7871 withval
=$with_pthreads; if test "$withval" = "yes"; then
7872 if test -n "$_HAVE_PTHREADS"; then
7877 as_fn_error $?
" --with-pthreads specified for a system without pthread support " "$LINENO" 5;
7884 if test -n "$_HAVE_PTHREADS" && test -z "$USE_USER_PTHREADS" && test -z "$USE_NSPR_THREADS"; then
7892 # Check whether --enable-user-pthreads was given.
7893 if test "${enable_user_pthreads+set}" = set; then :
7894 enableval
=$enable_user_pthreads; if test "$enableval" = "yes"; then
7895 if test -n "$_HAVE_PTHREADS"; then
7900 as_fn_error $?
" --enable-user-pthreads specified for a system without pthread support " "$LINENO" 5;
7906 # Check whether --enable-nspr-threads was given.
7907 if test "${enable_nspr_threads+set}" = set; then :
7908 enableval
=$enable_nspr_threads; if test "$enableval" = "yes"; then
7916 fi # SKIP_LIBRARY_CHECKS
7918 # Check whether --enable-ipv6 was given.
7919 if test "${enable_ipv6+set}" = set; then :
7920 enableval
=$enable_ipv6; if test "$enableval" = "yes"; then
7928 if test -n "$USE_PTHREADS"; then
7930 ac_cv_have_dash_pthread
=no
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC-cc} accepts -pthread" >&5
7932 $as_echo_n "checking whether ${CC-cc} accepts -pthread... " >&6; }
7933 echo 'int main() { return 0; }' |
cat > conftest.c
7934 ${CC-cc} -pthread -o conftest conftest.c
> conftest.out
2>&1
7935 if test $?
-eq 0; then
7936 if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
7937 ac_cv_have_dash_pthread
=yes
7938 case "$target_os" in
7940 # Freebsd doesn't use -pthread for compiles, it uses them for linking
7943 CFLAGS
="$CFLAGS -pthread"
7944 CXXFLAGS
="$CXXFLAGS -pthread"
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_dash_pthread" >&5
7951 $as_echo "$ac_cv_have_dash_pthread" >&6; }
7953 ac_cv_have_dash_pthreads
=no
7954 if test "$ac_cv_have_dash_pthread" = "no"; then
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC-cc} accepts -pthreads" >&5
7956 $as_echo_n "checking whether ${CC-cc} accepts -pthreads... " >&6; }
7957 echo 'int main() { return 0; }' |
cat > conftest.c
7958 ${CC-cc} -pthreads -o conftest conftest.c
> conftest.out
2>&1
7959 if test $?
-eq 0; then
7960 if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthreads`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
7961 ac_cv_have_dash_pthreads
=yes
7962 CFLAGS
="$CFLAGS -pthreads"
7963 CXXFLAGS
="$CXXFLAGS -pthreads"
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_dash_pthreads" >&5
7968 $as_echo "$ac_cv_have_dash_pthreads" >&6; }
7973 if test "$ac_cv_have_dash_pthreads" = "yes"; then
7978 $as_echo "#define _REENTRANT 1" >>confdefs.h
7980 $as_echo "#define _THREAD_SAFE 1" >>confdefs.h
7982 if test "$ac_cv_have_dash_pthread" = "yes"; then
7983 _PTHREAD_LDFLAGS
="-pthread"
7985 _PTHREAD_LDFLAGS
="-lc_r"
7989 if test "$ac_cv_have_dash_pthread" = "yes"; then
7990 _PTHREAD_LDFLAGS
="-pthread"
7994 $as_echo "#define _THREAD_SAFE 1" >>confdefs.h
7996 if test "$ac_cv_have_dash_pthread" = "yes"; then
8001 if test "$ac_cv_have_dash_pthread" = "yes"; then
8002 _PTHREAD_LDFLAGS
=-pthread
8005 *-linux*|
*-gnu*|
*-k*bsd
*-gnu)
8006 $as_echo "#define _REENTRANT 1" >>confdefs.h
8012 if test -n "$USE_USER_PTHREADS"; then
8022 if test -n "$USE_NSPR_THREADS"; then
8023 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8026 case "$target_os" in
8028 if test -z "$USE_PTHREADS"; then
8029 $as_echo "#define AIX_RENAME_SELECT 1" >>confdefs.h
8034 if test -z "$USE_NSPR_THREADS"; then
8035 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
8040 if test -z "$USE_NSPR_THREADS"; then
8041 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
8044 if test -n "$USE_PTHREADS"; then
8045 $as_echo "#define _PR_HAVE_THREADSAFE_GETHOST 1" >>confdefs.h
8050 if test -z "$USE_NSPR_THREADS"; then
8051 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
8054 if test -n "$USE_PTHREADS"; then
8055 $as_echo "#define _PR_HAVE_THREADSAFE_GETHOST 1" >>confdefs.h
8062 if test -n "$USE_PTHREADS"; then
8063 $as_echo "#define _PR_NEED_PTHREAD_INIT 1" >>confdefs.h
8068 if test -n "$USE_NSPR_THREADS"; then
8069 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8074 if test -n "$USE_NSPR_THREADS"; then
8075 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8078 if test "$USE_PTHREADS"; then
8079 cat >>confdefs.h
<<_ACEOF
8080 #define _POSIX_C_SOURCE 199506L
8083 $as_echo "#define _PR_HAVE_THREADSAFE_GETHOST 1" >>confdefs.h
8086 if test "$USE_USER_PTHREADS"; then
8087 cat >>confdefs.h
<<_ACEOF
8088 #define _POSIX_C_SOURCE 199506L
8093 *-linux*|
*-gnu*|
*-k*bsd
*-gnu)
8094 if test -n "$USE_NSPR_THREADS"; then
8095 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8099 *-mingw*|
*-msys*|
*-cygwin*|
*-mks*|
*-os2*)
8104 *-netbsd*|
*-openbsd*)
8105 if test -n "$USE_NSPR_THREADS"; then
8106 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8111 if test -n "$USE_NSPR_THREADS"; then
8112 $as_echo "#define _PR_LOCAL_THREADS_ONLY 1" >>confdefs.h
8115 if test -n "$USE_PTHREADS"; then
8116 $as_echo "#define _REENTRANT 1" >>confdefs.h
8118 $as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
8120 if test "$OS_TEST" = "i86pc"; then
8121 if test -n "$USE_64"; then
8122 PR_MD_ASFILES
=os_SunOS_x86_64.s
8124 PR_MD_ASFILES
=os_SunOS_x86.s
8127 if test -n "$USE_64"; then
8128 PR_MD_ASFILES
=os_SunOS_sparcv9.s
8134 if test -n "$USE_PTHREADS"; then
8135 $as_echo "#define _PR_HAVE_GETHOST_R 1" >>confdefs.h
8137 $as_echo "#define _PR_HAVE_GETHOST_R_POINTER 1" >>confdefs.h
8143 OS_LIBS
="$_PTHREAD_LDFLAGS $OS_LIBS"
8145 if test -n "$_SAVE_OPTIMIZE_FLAGS"; then
8146 _OPTIMIZE_FLAGS
="$_SAVE_OPTIMIZE_FLAGS"
8149 if test -n "$_SAVE_DEBUG_FLAGS"; then
8150 _DEBUG_FLAGS
="$_SAVE_DEBUG_FLAGS"
8153 if test -n "$MOZ_OPTIMIZE"; then
8154 CFLAGS
="$CFLAGS $_OPTIMIZE_FLAGS"
8155 CXXFLAGS
="$CXXFLAGS $_OPTIMIZE_FLAGS"
8158 if test -n "$MOZ_DEBUG_SYMBOLS"; then
8159 CFLAGS
="$CFLAGS $_DEBUG_FLAGS"
8160 CXXFLAGS
="$CXXFLAGS $_DEBUG_FLAGS"
8163 if test -n "$MOZ_OPTIMIZE"; then
8169 if test -n "$USE_64"; then
8173 RELEASE_OBJDIR_NAME
="${OS_CONFIG}${CPU_ARCH_TAG}${COMPILER_TAG}${IMPL_STRATEGY}${OBJDIR_TAG}.${OBJDIR_SUFFIX}"
8175 case "$target_os" in
8177 CC
="\$(CYGWIN_WRAPPER) $CC"
8178 CXX
="\$(CYGWIN_WRAPPER) $CXX"
8179 RC
="\$(CYGWIN_WRAPPER) $RC"
8183 # Check whether --enable-wrap-malloc was given.
8184 if test "${enable_wrap_malloc+set}" = set; then :
8185 enableval
=$enable_wrap_malloc; if test "$enableval" = "yes"; then
8191 if test -n "$_WRAP_MALLOC"; then
8192 if test -n "$GNU_CC"; then
8193 WRAP_LDFLAGS
="${WRAP_LDFLAGS} -Wl,--wrap=malloc,--wrap=calloc,--wrap=valloc,--wrap=free,--wrap=realloc,--wrap=memalign"
8194 WRAP_LDFLAGS
="${WRAP_LDFLAGS} -Wl,--wrap=__builtin_new,--wrap=__builtin_vec_new,--wrap=__builtin_delete,--wrap=__builtin_vec_delete"
8195 WRAP_LDFLAGS
="${WRAP_LDFLAGS} -Wl,--wrap=strdup,--wrap=strndup"
8196 WRAP_LDFLAGS
="${WRAP_LDFLAGS} -Wl,--wrap=posix_memalign,--wrap=malloc_usable_size"
8198 as_fn_error $?
"--enable-wrap-malloc is not supported for non-GNU toolchains" "$LINENO" 5
8203 # Check whether --with-wrap-malloc was given.
8204 if test "${with_wrap_malloc+set}" = set; then :
8205 withval
=$with_wrap_malloc; WRAP_LDFLAGS
="${WRAP_LDFLAGS} $withval"
8324 lib/libc/include/Makefile
8325 lib/libc/src/Makefile
8330 pr/include/md/Makefile
8331 pr/include/obsolete/Makefile
8332 pr/include/private/Makefile
8335 pr/src/linking/Makefile
8336 pr/src/malloc/Makefile
8338 pr/src/md/${PR_MD_ARCH_DIR}/Makefile
8339 pr/src/memory/Makefile
8340 pr/src/misc/Makefile
8341 pr/src/threads/Makefile
8343 pr/tests/dll/Makefile
8346 if test "$OS_TARGET" = "Linux"; then
8347 MAKEFILES
="$MAKEFILES
8350 elif test "$OS_TARGET" = "SunOS"; then
8351 MAKEFILES
="$MAKEFILES
8352 pkg/solaris/Makefile
8353 pkg/solaris/SUNWpr/Makefile
8354 pkg/solaris/SUNWprd/Makefile
8358 if test -z "$USE_PTHREADS" && test -z "$USE_BTHREADS"; then
8359 MAKEFILES
="$MAKEFILES
8360 pr/src/threads/combined/Makefile
8362 elif test -n "$USE_PTHREADS"; then
8363 MAKEFILES
="$MAKEFILES
8364 pr/src/pthreads/Makefile
8366 elif test -n "$USE_BTHREADS"; then
8367 MAKEFILES
="$MAKEFILES
8368 pr/src/bthreads/Makefile
8372 if test -n "$USE_CPLUS"; then
8373 MAKEFILES
="$MAKEFILES
8374 pr/src/cplus/Makefile
8375 pr/src/cplus/tests/Makefile
8379 echo $MAKEFILES > unallmakefiles
8381 ac_config_files
="$ac_config_files $MAKEFILES"
8383 ac_config_commands
="$ac_config_commands default"
8385 cat >confcache
<<\_ACEOF
8386 # This file is a shell script that caches the results of configure
8387 # tests run on this system so they can be shared between configure
8388 # scripts and configure runs, see configure's option --config-cache.
8389 # It is not useful on other systems. If it contains results you don't
8390 # want to keep, you may remove or edit it.
8392 # config.status only pays attention to the cache file if you give it
8393 # the --recheck option to rerun configure.
8395 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8396 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8401 # The following way of writing the cache mishandles newlines in values,
8402 # but we know of no workaround that is simple, portable, and efficient.
8403 # So, we kill variables containing newlines.
8404 # Ultrix sh set writes to stderr and can't be redirected directly,
8405 # and sets the high bit in the cache file unless we assign to the vars.
8407 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8408 eval ac_val
=\$
$ac_var
8412 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8413 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8416 _ | IFS | as_nl
) ;; #(
8417 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
8418 *) { eval $ac_var=; unset $ac_var;} ;;
8424 case $as_nl`(ac_space=' '; set) 2>&1` in #(
8425 *${as_nl}ac_space
=\
*)
8426 # `set' does not quote correctly, so add quotes: double-quote
8427 # substitution turns \\\\ into \\, and sed turns \\ into \.
8430 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8433 # `set' quotes correctly as required by POSIX, so do not add quotes.
8434 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8443 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8445 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8447 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
8448 if test -w "$cache_file"; then
8449 if test "x$cache_file" != "x/dev/null"; then
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8451 $as_echo "$as_me: updating cache $cache_file" >&6;}
8452 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
8453 cat confcache
>"$cache_file"
8455 case $cache_file in #(
8457 mv -f confcache
"$cache_file"$$
&&
8458 mv -f "$cache_file"$$
"$cache_file" ;; #(
8460 mv -f confcache
"$cache_file" ;;
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8466 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
8471 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
8472 # Let make expand exec_prefix.
8473 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
8475 # Transform confdefs.h into DEFS.
8476 # Protect against shell expansion while executing Makefile rules.
8477 # Protect against Makefile macro expansion.
8479 # If the first sed substitution is executed (which looks for macros that
8480 # take arguments), then branch to the quote section. Otherwise,
8481 # look for a macro that doesn't take arguments.
8491 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
8493 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
8497 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
8510 DEFS
=`sed -n "$ac_script" confdefs.h`
8516 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
8517 # 1. Remove the extension, and $U if already installed.
8518 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
8519 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
8520 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
8521 # will be set to the directory where LIBOBJS objects are built.
8522 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
8523 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
8527 LTLIBOBJS
=$ac_ltlibobjs
8531 : "${CONFIG_STATUS=./config.status}"
8533 ac_clean_files_save
=$ac_clean_files
8534 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8536 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
8538 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8540 # Generated by $as_me.
8541 # Run this file to recreate the current configuration.
8542 # Compiler output produced by configure, useful for debugging
8543 # configure, is in config.log if it exists.
8549 SHELL=\${CONFIG_SHELL-$SHELL}
8552 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
8553 ## -------------------- ##
8554 ## M4sh Initialization. ##
8555 ## -------------------- ##
8557 # Be more Bourne compatible
8558 DUALCASE
=1; export DUALCASE
# for MKS sh
8559 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
8562 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
8563 # is contrary to our usage. Disable this feature.
8564 alias -g '${1+"$@"}'='"$@"'
8565 setopt NO_GLOB_SUBST
8567 case `(set -o) 2>/dev/null` in #(
8579 # Printing a long string crashes Solaris 7 /usr/bin/printf.
8580 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
8581 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
8582 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
8583 # Prefer a ksh shell builtin over an external printf program on Solaris,
8584 # but without wasting forks for bash or zsh.
8585 if test -z "$BASH_VERSION$ZSH_VERSION" \
8586 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
8587 as_echo='print
-r --'
8588 as_echo_n='print
-rn --'
8589 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8590 as_echo='printf %s
\n'
8591 as_echo_n='printf %s
'
8593 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
8594 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
8595 as_echo_n='/usr
/ucb
/echo -n'
8597 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
8598 as_echo_n_body='eval
8602 expr "X$arg" : "X\\(.*\\)$as_nl";
8603 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
8605 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
8607 export as_echo_n_body
8608 as_echo_n='sh
-c $as_echo_n_body as_echo
'
8611 as_echo='sh
-c $as_echo_body as_echo
'
8614 # The user is always right.
8615 if test "${PATH_SEPARATOR+set}" != set; then
8617 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
8618 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
8625 # We need space, tab and new line, in precisely that order. Quoting is
8626 # there to prevent editors from complaining about space-tab.
8627 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
8628 # splitting by setting IFS to empty value.)
8631 # Find who we are. Look in the path if we contain no directory separator.
8634 *[\\/]* ) as_myself=$0 ;;
8635 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8639 test -z "$as_dir" && as_dir=.
8640 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
8646 # We did not find ourselves, most probably we were run as `sh COMMAND'
8647 # in which case we are not to be found in the path.
8648 if test "x$as_myself" = x
; then
8651 if test ! -f "$as_myself"; then
8652 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
8656 # Unset variables that we do not need and which cause bugs (e.g. in
8657 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
8658 # suppresses any "Segmentation fault" message there. '((' could
8659 # trigger a bug in pdksh 5.2.14.
8660 for as_var
in BASH_ENV ENV MAIL MAILPATH
8661 do eval test x\
${$as_var+set} = xset \
8662 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
8675 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
8678 # as_fn_error STATUS ERROR [LINENO LOG_FD]
8679 # ----------------------------------------
8680 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
8681 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
8682 # script with STATUS, using 1 if that was 0.
8685 as_status
=$1; test $as_status -eq 0 && as_status
=1
8687 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
8688 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
8690 $as_echo "$as_me: error: $2" >&2
8691 as_fn_exit
$as_status
8695 # as_fn_set_status STATUS
8696 # -----------------------
8697 # Set $? to STATUS, without forking.
8701 } # as_fn_set_status
8705 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
8715 # Portably unset VAR.
8718 { eval $1=; unset $1;}
8720 as_unset
=as_fn_unset
8721 # as_fn_append VAR VALUE
8722 # ----------------------
8723 # Append the text in VALUE to the end of the definition contained in VAR. Take
8724 # advantage of any shell optimizations that allow amortized linear growth over
8725 # repeated appends, instead of the typical quadratic growth present in naive
8727 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
8728 eval 'as_fn_append ()
8739 # as_fn_arith ARG...
8740 # ------------------
8741 # Perform arithmetic evaluation on the ARGs, and store the result in the
8742 # global $as_val. Take advantage of shells that can avoid forks. The arguments
8743 # must be portable across $(()) and expr.
8744 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
8745 eval 'as_fn_arith ()
8752 as_val
=`expr "$@" || test $? -eq 1`
8757 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
8758 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
8764 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
8765 as_basename
=basename
8770 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
8776 as_me
=`$as_basename -- "$0" ||
8777 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8778 X"$0" : 'X\(//\)$' \| \
8779 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
8781 sed '/^.*\/\([^/][^/]*\)\/*$/{
8795 # Avoid depending upon Character Ranges.
8796 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
8797 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8798 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
8799 as_cr_digits
='0123456789'
8800 as_cr_alnum
=$as_cr_Letters$as_cr_digits
8802 ECHO_C
= ECHO_N
= ECHO_T
=
8803 case `echo -n x` in #(((((
8805 case `echo 'xy\c'` in
8806 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
8808 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
8815 rm -f conf$$ conf$$.exe conf$$.
file
8816 if test -d conf$$.dir
; then
8817 rm -f conf$$.dir
/conf$$.
file
8820 mkdir conf$$.dir
2>/dev
/null
8822 if (echo >conf$$.
file) 2>/dev
/null
; then
8823 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
8825 # ... but there are two gotchas:
8826 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
8827 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8828 # In both cases, we have to default to `cp -pR'.
8829 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
8831 elif ln conf$$.
file conf$$
2>/dev
/null
; then
8839 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
8840 rmdir conf$$.dir
2>/dev
/null
8845 # Create "$as_dir" as a directory, including parents if necessary.
8850 -*) as_dir
=.
/$as_dir;;
8852 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
8856 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
8857 *) as_qdir
=$as_dir;;
8859 as_dirs
="'$as_qdir' $as_dirs"
8860 as_dir
=`$as_dirname -- "$as_dir" ||
8861 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8862 X"$as_dir" : 'X\(//\)[^/]' \| \
8863 X"$as_dir" : 'X\(//\)$' \| \
8864 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
8865 $as_echo X"$as_dir" |
8866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
8883 test -d "$as_dir" && break
8885 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
8886 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
8890 if mkdir
-p .
2>/dev
/null
; then
8891 as_mkdir_p
='mkdir -p "$as_dir"'
8893 test -d .
/-p && rmdir .
/-p
8898 # as_fn_executable_p FILE
8899 # -----------------------
8900 # Test if FILE is an executable regular file.
8901 as_fn_executable_p
()
8903 test -f "$1" && test -x "$1"
8904 } # as_fn_executable_p
8906 as_executable_p
=as_fn_executable_p
8908 # Sed expression to map a string onto a valid CPP name.
8909 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8911 # Sed expression to map a string onto a valid variable name.
8912 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8916 ## ----------------------------------- ##
8917 ## Main body of $CONFIG_STATUS script. ##
8918 ## ----------------------------------- ##
8920 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
8922 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8923 # Save the log message, to keep $0 and so on meaningful, and to
8924 # report actual input values of CONFIG_FILES etc. instead of their
8925 # values after options handling.
8927 This file was extended by $as_me, which was
8928 generated by GNU Autoconf 2.69. Invocation command line was
8930 CONFIG_FILES = $CONFIG_FILES
8931 CONFIG_HEADERS = $CONFIG_HEADERS
8932 CONFIG_LINKS = $CONFIG_LINKS
8933 CONFIG_COMMANDS = $CONFIG_COMMANDS
8936 on `(hostname || uname -n) 2>/dev/null | sed 1q`
8941 case $ac_config_files in *"
8942 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
8947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8948 # Files that config.status was made for.
8949 config_files="$ac_config_files"
8950 config_commands="$ac_config_commands"
8954 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8956 \`$as_me' instantiates files and other configuration actions
8957 from templates according to the current configuration. Unless the files
8958 and actions are specified as TAGs, all are instantiated by default.
8960 Usage: $0 [OPTION]... [TAG]...
8962 -h, --help print this help, then exit
8963 -V, --version print version number and configuration settings, then exit
8964 --config print configuration, then exit
8965 -q, --quiet, --silent
8966 do not print progress messages
8967 -d, --debug don't remove temporary files
8968 --recheck update $as_me by reconfiguring in the same conditions
8969 --file=FILE[:TEMPLATE]
8970 instantiate the configuration file FILE
8972 Configuration files:
8975 Configuration commands:
8978 Report bugs to the package provider."
8981 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
8982 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8985 configured by $0, generated by GNU Autoconf 2.69,
8986 with options \\"\$ac_cs_config\\"
8988 Copyright (C) 2012 Free Software Foundation, Inc.
8989 This config.status script is free software; the Free Software Foundation
8990 gives unlimited permission to copy, distribute and modify it."
8994 test -n "\$AWK" || AWK=awk
8997 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
8998 # The default lists apply if the user does not specify any file.
9004 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
9005 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
9009 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
9021 # Handling of the options.
9022 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
9024 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
9025 $as_echo "$ac_cs_version"; exit ;;
9026 --config |
--confi |
--conf |
--con |
--co |
--c )
9027 $as_echo "$ac_cs_config"; exit ;;
9028 --debug |
--debu |
--deb |
--de |
--d |
-d )
9030 --file |
--fil |
--fi |
--f )
9033 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9034 '') as_fn_error $?
"missing file argument" ;;
9036 as_fn_append CONFIG_FILES
" '$ac_optarg'"
9037 ac_need_defaults
=false
;;
9038 --he |
--h |
--help |
--hel |
-h )
9039 $as_echo "$ac_cs_usage"; exit ;;
9040 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
9041 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
9045 -*) as_fn_error $?
"unrecognized option: \`$1'
9046 Try \`$0 --help' for more information." ;;
9048 *) as_fn_append ac_config_targets
" $1"
9049 ac_need_defaults
=false
;;
9055 ac_configure_extra_args
=
9057 if $ac_cs_silent; then
9059 ac_configure_extra_args
="$ac_configure_extra_args --silent"
9063 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9064 if \$ac_cs_recheck; then
9065 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9067 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
9068 CONFIG_SHELL='$SHELL'
9074 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
9078 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
9079 ## Running $as_me. ##
9085 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9088 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
9090 # Handling of arguments.
9091 for ac_config_target
in $ac_config_targets
9093 case $ac_config_target in
9094 "$MAKEFILES") CONFIG_FILES
="$CONFIG_FILES $MAKEFILES" ;;
9095 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
9097 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9102 # If the user did not use the arguments to specify the items to instantiate,
9103 # then the envvar interface is used. Set only those that are not.
9104 # We use the long form for the default assignment because of an extremely
9105 # bizarre bug on SunOS 4.1.3.
9106 if $ac_need_defaults; then
9107 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
9108 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
9111 # Have a temporary directory for convenience. Make it in the build tree
9112 # simply because there is no reason against having it here, and in addition,
9113 # creating and moving files from /tmp can sometimes cause problems.
9114 # Hook for its removal unless debugging.
9115 # Note that there is a small window in which the directory will not be cleaned:
9116 # after its creation but before its name has been assigned to `$tmp'.
9120 trap 'exit_status=$?
9122 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
9124 trap 'as_fn_exit 1' 1 2 13 15
9126 # Create a (secure) tmp directory for tmp files.
9129 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
9133 tmp
=.
/conf$$
-$RANDOM
9134 (umask 077 && mkdir
"$tmp")
9135 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
9138 # Set up the scripts for CONFIG_FILES section.
9139 # No need to generate them if there are no CONFIG_FILES.
9140 # This happens for instance with `./config.status config.h'.
9141 if test -n "$CONFIG_FILES"; then
9144 ac_cr
=`echo X | tr X '\015'`
9145 # On cygwin, bash can eat \r inside `` if the user requested igncr.
9146 # But we know of no other shell where ac_cr would be empty at this
9147 # point, so we can use a bashism as a fallback.
9148 if test "x$ac_cr" = x
; then
9149 eval ac_cr
=\$
\'\\r
\'
9151 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
9152 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
9158 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
9163 echo "cat >conf$$subs.awk <<_ACEOF" &&
9164 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
9167 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
9168 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
9170 for ac_last_try in false false false false false :; do
9171 . ./conf$$subs.sh ||
9172 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
9174 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
9175 if test $ac_delim_n = $ac_delim_num; then
9177 elif $ac_last_try; then
9178 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
9180 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
9185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9186 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
9190 s/^/S["/; s
/!.
*/"]=/
9200 s/\(.\{148\}\)..*/\1/
9202 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
9207 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
9214 s/\(.\{148\}\)..*/\1/
9216 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
9220 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
9225 ' <conf$$subs.awk | sed '
9230 ' >>$CONFIG_STATUS || ac_write_fail=1
9231 rm -f conf$$subs.awk
9232 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9234 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
9235 for (key in S) S_is_set[key] = 1
9241 nfields = split(line, field, "@
")
9243 len = length(field[1])
9244 for (i = 2; i < nfields; i++) {
9246 keylen = length(key)
9247 if (S_is_set[key]) {
9249 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9250 len += length(value) + length(field[++i])
9261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9262 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9263 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
9266 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
9267 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
9270 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
9271 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
9272 # trailing colons and then remove the whole line if VPATH becomes empty
9273 # (actually we leave an empty line to preserve line numbers).
9274 if test "x
$srcdir" = x.; then
9275 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
9293 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9294 fi # test -n "$CONFIG_FILES"
9297 eval set X " :F
$CONFIG_FILES :C
$CONFIG_COMMANDS"
9302 :[FHLC]) ac_mode=$ac_tag; continue;;
9304 case $ac_mode$ac_tag in
9306 :L* | :C*:*) as_fn_error $? "invalid tag \
`$ac_tag'" "$LINENO" 5;;
9307 :[FH]-) ac_tag=-:-;;
9308 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9325 -) ac_f="$ac_tmp/stdin";;
9326 *) # Look for the file first in the build tree, then in the source tree
9327 # (if the path is not absolute). The absolute path cannot be DOS-style,
9328 # because $ac_f cannot contain `:'.
9332 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
9334 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
9336 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s
/'/'\\\\\\\\''/g
"`;; esac
9337 as_fn_append ac_file_inputs " '$ac_f'"
9340 # Let's still pretend it is `configure' which instantiates (i.e., don't
9341 # use $as_me), people would be surprised to read:
9342 # /* config.h. Generated by config.status. */
9343 configure_input='Generated from '`
9344 $as_echo "$
*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9346 if test x"$ac_file" != x-; then
9347 configure_input="$ac_file.
$configure_input"
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: creating
$ac_file" >&5
9349 $as_echo "$as_me: creating
$ac_file" >&6;}
9351 # Neutralize special characters interpreted by sed in replacement strings.
9352 case $configure_input in #(
9353 *\&* | *\|* | *\\* )
9354 ac_sed_conf_input=`$as_echo "$configure_input" |
9355 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9356 *) ac_sed_conf_input=$configure_input;;
9360 *:-:* | *:-) cat >"$ac_tmp/stdin
" \
9361 || as_fn_error $? "could not create
$ac_file" "$LINENO" 5 ;;
9366 ac_dir=`$as_dirname -- "$ac_file" ||
9367 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9368 X"$ac_file" : 'X\(//\)[^/]' \| \
9369 X"$ac_file" : 'X\(//\)$' \| \
9370 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
9371 $as_echo X"$ac_file" |
9372 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9389 as_dir="$ac_dir"; as_fn_mkdir_p
9393 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
9395 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
9396 # A "..
" for each directory in $ac_dir_suffix.
9397 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
9398 case $ac_top_builddir_sub in
9399 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
9400 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
9403 ac_abs_top_builddir=$ac_pwd
9404 ac_abs_builddir=$ac_pwd$ac_dir_suffix
9405 # for backward compatibility:
9406 ac_top_builddir=$ac_top_build_prefix
9409 .) # We are building in place.
9411 ac_top_srcdir=$ac_top_builddir_sub
9412 ac_abs_top_srcdir=$ac_pwd ;;
9413 [\\/]* | ?:[\\/]* ) # Absolute name.
9414 ac_srcdir=$srcdir$ac_dir_suffix;
9415 ac_top_srcdir=$srcdir
9416 ac_abs_top_srcdir=$srcdir ;;
9418 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
9419 ac_top_srcdir=$ac_top_build_prefix$srcdir
9420 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
9422 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
9433 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9434 # If the template does not know about datarootdir, expand it.
9435 # FIXME: This hack should be removed a few years after 2.60.
9436 ac_datarootdir_hack=; ac_datarootdir_seen=
9447 case `eval "sed -n \"\
$ac_sed_dataroot\" $ac_file_inputs"` in
9448 *datarootdir*) ac_datarootdir_seen=yes;;
9449 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&5
9451 $as_echo "$as_me: WARNING
: $ac_file_inputs seems to ignore the
--datarootdir setting
" >&2;}
9453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9454 ac_datarootdir_hack='
9455 s&@datadir@&$datadir&g
9456 s&@docdir@&$docdir&g
9457 s&@infodir@&$infodir&g
9458 s&@localedir@&$localedir&g
9459 s&@mandir@&$mandir&g
9460 s&\\\${datarootdir}&$datarootdir&g' ;;
9464 # Neutralize VPATH when `$srcdir' = `.'.
9465 # Shell code in configure.ac might set extrasub.
9466 # FIXME: do we really want to maintain this feature?
9467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9468 ac_sed_extra="$ac_vpsub
9471 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
9473 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
9474 s|@configure_input@|
$ac_sed_conf_input|
;t t
9475 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
9476 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
9477 s
&@srcdir@
&$ac_srcdir&;t t
9478 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
9479 s
&@top_srcdir@
&$ac_top_srcdir&;t t
9480 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
9481 s
&@builddir@
&$ac_builddir&;t t
9482 s
&@abs_builddir@
&$ac_abs_builddir&;t t
9483 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
9484 $ac_datarootdir_hack
9486 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
9487 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
9489 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
9490 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
9491 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
9492 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
9494 which seems to be undefined. Please make sure it is defined" >&5
9495 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
9496 which seems to be undefined. Please make sure it is defined" >&2;}
9498 rm -f "$ac_tmp/stdin"
9500 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
9501 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
9503 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9507 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
9508 $as_echo "$as_me: executing $ac_file commands" >&6;}
9513 case $ac_file$ac_mode in
9514 "default":C) chmod +x config/nspr-config ;;
9522 ac_clean_files=$ac_clean_files_save
9524 test $ac_write_fail = 0 ||
9525 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
9528 # configure is writing to config.log, and then calls config.status.
9529 # config.status does its own redirection, appending to config.log.
9530 # Unfortunately, on DOS this fails, as config.log is still kept open
9531 # by configure, so config.status won't be able to
write to it
; its
9532 # output is simply discarded. So we exec the FD to /dev/null,
9533 # effectively closing config.log, so it can be properly (re)opened and
9534 # appended to by config.status. When coming back to configure, we
9535 # need to make the FD available again.
9536 if test "$no_create" != yes; then
9538 ac_config_status_args
=
9539 test "$silent" = yes &&
9540 ac_config_status_args
="$ac_config_status_args --quiet"
9542 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
9544 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9545 # would make configure fail if this is the last instruction.
9546 $ac_cs_success || as_fn_exit
1
9548 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9550 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}