2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="move-if-change"
275 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_noncanonical host_noncanonical target_noncanonical host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN LN_S TOPLEVEL_CONFIGURE_ARGUMENTS build_libsubdir build_subdir host_subdir target_subdir CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX GNATBIND ac_ct_GNATBIND GNATMAKE ac_ct_GNATMAKE do_compare gmplibs gmpinc stage1_languages SYSROOT_CFLAGS_FOR_TARGET DEBUG_PREFIX_CFLAGS_FOR_TARGET CFLAGS_FOR_TARGET CXXFLAGS_FOR_TARGET RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs AR_FOR_BUILD AS_FOR_BUILD CC_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD CXX_FOR_BUILD DLLTOOL_FOR_BUILD GCJ_FOR_BUILD GFORTRAN_FOR_BUILD LDFLAGS_FOR_BUILD LD_FOR_BUILD NM_FOR_BUILD RANLIB_FOR_BUILD WINDMC_FOR_BUILD WINDRES_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP CC_FOR_TARGET CXX_FOR_TARGET GCC_FOR_TARGET GCJ_FOR_TARGET GFORTRAN_FOR_TARGET AR_FOR_TARGET AS_FOR_TARGET DLLTOOL_FOR_TARGET LD_FOR_TARGET LIPO_FOR_TARGET NM_FOR_TARGET OBJDUMP_FOR_TARGET RANLIB_FOR_TARGET STRIP_FOR_TARGET WINDRES_FOR_TARGET WINDMC_FOR_TARGET RAW_CXX_FOR_TARGET FLAGS_FOR_TARGET COMPILER_AS_FOR_TARGET COMPILER_LD_FOR_TARGET COMPILER_NM_FOR_TARGET MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT stage1_cflags stage1_checking stage2_werror_flag datarootdir docdir pdfdir htmldir LIBOBJS LTLIBOBJS'
276 ac_subst_files
='serialization_dependencies host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag'
278 # Initialize some variables set by options.
280 ac_init_version
=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name
=s
,x
,x
,
298 # Installation directory options.
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
300 # and all the variables that are supposed to be based on exec_prefix
301 # by default will actually change.
302 # Use braces instead of parens because sh, perl, etc. also accept them.
303 bindir
='${exec_prefix}/bin'
304 sbindir
='${exec_prefix}/sbin'
305 libexecdir
='${exec_prefix}/libexec'
306 datadir
='${prefix}/share'
307 sysconfdir
='${prefix}/etc'
308 sharedstatedir
='${prefix}/com'
309 localstatedir
='${prefix}/var'
310 libdir
='${exec_prefix}/lib'
311 includedir
='${prefix}/include'
312 oldincludedir
='/usr/include'
313 infodir
='${prefix}/info'
314 mandir
='${prefix}/man'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
334 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
337 -build |
--build |
--buil |
--bui |
--bu)
338 ac_prev
=build_alias
;;
339 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
340 build_alias
=$ac_optarg ;;
342 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
343 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
344 ac_prev
=cache_file
;;
345 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
346 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
347 cache_file
=$ac_optarg ;;
350 cache_file
=config.cache
;;
352 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
354 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
356 datadir
=$ac_optarg ;;
358 -disable-* |
--disable-*)
359 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
360 # Reject names that are not valid shell variable names.
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
363 { (exit 1); exit 1; }; }
364 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
365 eval "enable_$ac_feature=no" ;;
367 -enable-* |
--enable-*)
368 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
369 # Reject names that are not valid shell variable names.
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
372 { (exit 1); exit 1; }; }
373 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
375 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
380 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
381 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
382 |
--exec |
--exe |
--ex)
383 ac_prev
=exec_prefix
;;
384 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
385 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
386 |
--exec=* |
--exe=* |
--ex=*)
387 exec_prefix
=$ac_optarg ;;
389 -gas |
--gas |
--ga |
--g)
390 # Obsolete; use --with-gas.
393 -help |
--help |
--hel |
--he |
-h)
395 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
396 ac_init_help
=recursive
;;
397 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
398 ac_init_help
=short
;;
400 -host |
--host |
--hos |
--ho)
401 ac_prev
=host_alias
;;
402 -host=* |
--host=* |
--hos=* |
--ho=*)
403 host_alias
=$ac_optarg ;;
405 -includedir |
--includedir |
--includedi |
--included |
--include \
406 |
--includ |
--inclu |
--incl |
--inc)
407 ac_prev
=includedir
;;
408 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
409 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
410 includedir
=$ac_optarg ;;
412 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
414 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
415 infodir
=$ac_optarg ;;
417 -libdir |
--libdir |
--libdi |
--libd)
419 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
422 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
423 |
--libexe |
--libex |
--libe)
424 ac_prev
=libexecdir
;;
425 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
426 |
--libexe=* |
--libex=* |
--libe=*)
427 libexecdir
=$ac_optarg ;;
429 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
430 |
--localstate |
--localstat |
--localsta |
--localst \
431 |
--locals |
--local |
--loca |
--loc |
--lo)
432 ac_prev
=localstatedir
;;
433 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
434 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
435 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
436 localstatedir
=$ac_optarg ;;
438 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
440 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
444 # Obsolete; use --without-fp.
447 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
448 |
--no-cr |
--no-c |
-n)
451 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
452 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
455 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
456 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
457 |
--oldin |
--oldi |
--old |
--ol |
--o)
458 ac_prev
=oldincludedir
;;
459 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
460 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
461 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
462 oldincludedir
=$ac_optarg ;;
464 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
466 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
469 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
470 |
--program-pre |
--program-pr |
--program-p)
471 ac_prev
=program_prefix
;;
472 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
473 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
474 program_prefix
=$ac_optarg ;;
476 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
477 |
--program-suf |
--program-su |
--program-s)
478 ac_prev
=program_suffix
;;
479 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
480 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
481 program_suffix
=$ac_optarg ;;
483 -program-transform-name |
--program-transform-name \
484 |
--program-transform-nam |
--program-transform-na \
485 |
--program-transform-n |
--program-transform- \
486 |
--program-transform |
--program-transfor \
487 |
--program-transfo |
--program-transf \
488 |
--program-trans |
--program-tran \
489 |
--progr-tra |
--program-tr |
--program-t)
490 ac_prev
=program_transform_name
;;
491 -program-transform-name=* |
--program-transform-name=* \
492 |
--program-transform-nam=* |
--program-transform-na=* \
493 |
--program-transform-n=* |
--program-transform-=* \
494 |
--program-transform=* |
--program-transfor=* \
495 |
--program-transfo=* |
--program-transf=* \
496 |
--program-trans=* |
--program-tran=* \
497 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
498 program_transform_name
=$ac_optarg ;;
500 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
501 |
-silent |
--silent |
--silen |
--sile |
--sil)
504 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
506 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
508 sbindir
=$ac_optarg ;;
510 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
511 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
512 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
514 ac_prev
=sharedstatedir
;;
515 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
516 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
517 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
519 sharedstatedir
=$ac_optarg ;;
521 -site |
--site |
--sit)
523 -site=* |
--site=* |
--sit=*)
526 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
528 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
531 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
532 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
533 ac_prev
=sysconfdir
;;
534 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
535 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
536 sysconfdir
=$ac_optarg ;;
538 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
539 ac_prev
=target_alias
;;
540 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
541 target_alias
=$ac_optarg ;;
543 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
546 -version |
--version |
--versio |
--versi |
--vers |
-V)
550 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
551 # Reject names that are not valid shell variable names.
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
554 { (exit 1); exit 1; }; }
555 ac_package
=`echo $ac_package| sed 's/-/_/g'`
557 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
562 -without-* |
--without-*)
563 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
564 # Reject names that are not valid shell variable names.
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
567 { (exit 1); exit 1; }; }
568 ac_package
=`echo $ac_package | sed 's/-/_/g'`
569 eval "with_$ac_package=no" ;;
572 # Obsolete; use --with-x.
575 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
576 |
--x-incl |
--x-inc |
--x-in |
--x-i)
577 ac_prev
=x_includes
;;
578 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
579 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
580 x_includes
=$ac_optarg ;;
582 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
583 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
584 ac_prev
=x_libraries
;;
585 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
586 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
587 x_libraries
=$ac_optarg ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
595 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
596 # Reject names that are not valid shell variable names.
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
599 { (exit 1); exit 1; }; }
600 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
601 eval "$ac_envvar='$ac_optarg'"
605 # FIXME: should be removed in autoconf 3.0.
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
615 if test -n "$ac_prev"; then
616 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
617 { echo "$as_me: error: missing argument to $ac_option" >&2
618 { (exit 1); exit 1; }; }
621 # Be sure to have absolute paths.
622 for ac_var
in exec_prefix prefix
624 eval ac_val
=$
`echo $ac_var`
626 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
632 # Be sure to have absolute paths.
633 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
634 localstatedir libdir includedir oldincludedir infodir mandir
636 eval ac_val
=$
`echo $ac_var`
638 [\\/$
]* | ?
:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
644 # There might be people who depend on the old broken behavior: `$host'
645 # used to hold the argument of --host etc.
646 # FIXME: To remove some day.
651 # FIXME: To remove some day.
652 if test "x$host_alias" != x
; then
653 if test "x$build_alias" = x
; then
654 cross_compiling
=maybe
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
656 If a cross compiler is detected then cross compile mode will be used." >&2
657 elif test "x$build_alias" != "x$host_alias"; then
663 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
665 test "$silent" = yes && exec 6>/dev
/null
668 # Find the source files, if location was not specified.
669 if test -z "$srcdir"; then
670 ac_srcdir_defaulted
=yes
671 # Try the directory containing this script, then its parent.
672 ac_confdir
=`(dirname "$0") 2>/dev/null ||
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$0" : 'X\(//\)[^/]' \| \
675 X"$0" : 'X\(//\)$' \| \
676 X"$0" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted
=no
691 if test ! -r $srcdir/$ac_unique_file; then
692 if test "$ac_srcdir_defaulted" = yes; then
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
694 { (exit 1); exit 1; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
700 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
702 { (exit 1); exit 1; }; }
703 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
704 ac_env_build_alias_set
=${build_alias+set}
705 ac_env_build_alias_value
=$build_alias
706 ac_cv_env_build_alias_set
=${build_alias+set}
707 ac_cv_env_build_alias_value
=$build_alias
708 ac_env_host_alias_set
=${host_alias+set}
709 ac_env_host_alias_value
=$host_alias
710 ac_cv_env_host_alias_set
=${host_alias+set}
711 ac_cv_env_host_alias_value
=$host_alias
712 ac_env_target_alias_set
=${target_alias+set}
713 ac_env_target_alias_value
=$target_alias
714 ac_cv_env_target_alias_set
=${target_alias+set}
715 ac_cv_env_target_alias_value
=$target_alias
716 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
718 ac_env_CC_set
=${CC+set}
720 ac_cv_env_CC_set
=${CC+set}
721 ac_cv_env_CC_value
=$CC
722 ac_env_CFLAGS_set
=${CFLAGS+set}
723 ac_env_CFLAGS_value
=$CFLAGS
724 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
725 ac_cv_env_CFLAGS_value
=$CFLAGS
726 ac_env_LDFLAGS_set
=${LDFLAGS+set}
727 ac_env_LDFLAGS_value
=$LDFLAGS
728 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
729 ac_cv_env_LDFLAGS_value
=$LDFLAGS
730 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
731 ac_env_CPPFLAGS_value
=$CPPFLAGS
732 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
733 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
734 ac_env_CXX_set
=${CXX+set}
735 ac_env_CXX_value
=$CXX
736 ac_cv_env_CXX_set
=${CXX+set}
737 ac_cv_env_CXX_value
=$CXX
738 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
739 ac_env_CXXFLAGS_value
=$CXXFLAGS
740 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
741 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
742 ac_env_AR_set
=${AR+set}
744 ac_cv_env_AR_set
=${AR+set}
745 ac_cv_env_AR_value
=$AR
746 ac_env_AS_set
=${AS+set}
748 ac_cv_env_AS_set
=${AS+set}
749 ac_cv_env_AS_value
=$AS
750 ac_env_DLLTOOL_set
=${DLLTOOL+set}
751 ac_env_DLLTOOL_value
=$DLLTOOL
752 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
753 ac_cv_env_DLLTOOL_value
=$DLLTOOL
754 ac_env_LD_set
=${LD+set}
756 ac_cv_env_LD_set
=${LD+set}
757 ac_cv_env_LD_value
=$LD
758 ac_env_LIPO_set
=${LIPO+set}
759 ac_env_LIPO_value
=$LIPO
760 ac_cv_env_LIPO_set
=${LIPO+set}
761 ac_cv_env_LIPO_value
=$LIPO
762 ac_env_NM_set
=${NM+set}
764 ac_cv_env_NM_set
=${NM+set}
765 ac_cv_env_NM_value
=$NM
766 ac_env_RANLIB_set
=${RANLIB+set}
767 ac_env_RANLIB_value
=$RANLIB
768 ac_cv_env_RANLIB_set
=${RANLIB+set}
769 ac_cv_env_RANLIB_value
=$RANLIB
770 ac_env_STRIP_set
=${STRIP+set}
771 ac_env_STRIP_value
=$STRIP
772 ac_cv_env_STRIP_set
=${STRIP+set}
773 ac_cv_env_STRIP_value
=$STRIP
774 ac_env_WINDRES_set
=${WINDRES+set}
775 ac_env_WINDRES_value
=$WINDRES
776 ac_cv_env_WINDRES_set
=${WINDRES+set}
777 ac_cv_env_WINDRES_value
=$WINDRES
778 ac_env_WINDMC_set
=${WINDMC+set}
779 ac_env_WINDMC_value
=$WINDMC
780 ac_cv_env_WINDMC_set
=${WINDMC+set}
781 ac_cv_env_WINDMC_value
=$WINDMC
782 ac_env_OBJCOPY_set
=${OBJCOPY+set}
783 ac_env_OBJCOPY_value
=$OBJCOPY
784 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
785 ac_cv_env_OBJCOPY_value
=$OBJCOPY
786 ac_env_OBJDUMP_set
=${OBJDUMP+set}
787 ac_env_OBJDUMP_value
=$OBJDUMP
788 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
789 ac_cv_env_OBJDUMP_value
=$OBJDUMP
790 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
791 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
792 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
793 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
794 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
795 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
796 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
797 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
798 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
799 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
800 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
801 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
802 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
803 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
804 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
805 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
806 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
807 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
808 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
809 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
810 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
811 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
812 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
813 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
814 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
815 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
816 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
817 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
818 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
819 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
820 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
821 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
822 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
823 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
824 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
825 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
826 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
827 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
828 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
829 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
830 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
831 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
832 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
833 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
834 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
835 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
836 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
837 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
838 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
839 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
840 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
841 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
842 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
843 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
844 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
845 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
846 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
847 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
848 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
849 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
850 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
851 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
852 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
853 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
856 # Report the --help message.
858 if test "$ac_init_help" = "long"; then
859 # Omit some internal or obsolete options to make the list less imposing.
860 # This message is too long to be a string in the A/UX 3.1 sh.
862 \`configure' configures this package to adapt to many kinds of systems.
864 Usage: $0 [OPTION]... [VAR=VALUE]...
866 To assign environment variables (e.g., CC, CFLAGS...), specify them as
867 VAR=VALUE. See below for descriptions of some of the useful variables.
869 Defaults for the options are specified in brackets.
872 -h, --help display this help and exit
873 --help=short display options specific to this package
874 --help=recursive display the short help of all the included packages
875 -V, --version display version information and exit
876 -q, --quiet, --silent do not print \`checking...' messages
877 --cache-file=FILE cache test results in FILE [disabled]
878 -C, --config-cache alias for \`--cache-file=config.cache'
879 -n, --no-create do not create output files
880 --srcdir=DIR find the sources in DIR [configure dir or \`..']
885 Installation directories:
886 --prefix=PREFIX install architecture-independent files in PREFIX
888 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
891 By default, \`make install' will install all the files in
892 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
893 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
894 for instance \`--prefix=\$HOME'.
896 For better control, use the options below.
898 Fine tuning of the installation directories:
899 --bindir=DIR user executables [EPREFIX/bin]
900 --sbindir=DIR system admin executables [EPREFIX/sbin]
901 --libexecdir=DIR program executables [EPREFIX/libexec]
902 --datadir=DIR read-only architecture-independent data [PREFIX/share]
903 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
904 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
905 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
906 --libdir=DIR object code libraries [EPREFIX/lib]
907 --includedir=DIR C header files [PREFIX/include]
908 --oldincludedir=DIR C header files for non-gcc [/usr/include]
909 --infodir=DIR info documentation [PREFIX/info]
910 --mandir=DIR man documentation [PREFIX/man]
916 --program-prefix=PREFIX prepend PREFIX to installed program names
917 --program-suffix=SUFFIX append SUFFIX to installed program names
918 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
921 --build=BUILD configure
for building on BUILD
[guessed
]
922 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
923 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
927 if test -n "$ac_init_help"; then
932 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
933 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
934 --enable-gold use gold instead of ld
935 --enable-libada build libada directory
936 --enable-libssp build libssp directory
937 --enable-stage1-languages[=all
] choose additional languages to build during
938 stage1. Mostly useful
for compiler development.
939 --enable-objc-gc enable use of Boehm
's garbage collector with the
940 GNU Objective-C runtime
941 --enable-bootstrap enable bootstrapping [yes if native build]
942 --enable-serial-[{host,target,build}-]configure
943 force sequential configuration of
944 sub-packages for the host, target or build
945 machine, or all sub-packages
946 --enable-maintainer-mode enable make rules and dependencies not useful
947 (and sometimes confusing) to the casual installer
948 --enable-stage1-checking[=all] choose additional checking for stage1
950 --enable-werror enable -Werror in bootstrap stage2 and later
953 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
954 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
955 --with-build-libsubdir=DIR Directory where to find libraries for build system
956 --with-mpfr-dir=PATH this option has been REMOVED
957 --with-mpfr=PATH specify prefix directory for installed MPFR package.
958 Equivalent to --with-mpfr-include=PATH/include
959 plus --with-mpfr-lib=PATH/lib
960 --with-mpfr-include=PATH
961 specify directory for installed MPFR include files
962 --with-mpfr-lib=PATH specify directory for the installed MPFR library
963 --with-gmp-dir=PATH this option has been REMOVED
964 --with-gmp=PATH specify prefix directory for the installed GMP package.
965 Equivalent to --with-gmp-include=PATH/include
966 plus --with-gmp-lib=PATH/lib
967 --with-gmp-include=PATH specify directory for installed GMP include files
968 --with-gmp-lib=PATH specify directory for the installed GMP library
969 --with-build-sysroot=SYSROOT
970 use sysroot as the system root during the build
971 --with-debug-prefix-map='A
=B C
=D ...
'
972 map A to B, C to D ... in debug information
973 --with-build-time-tools=PATH
974 use given path to find target tools during the build
975 --with-datarootdir use datarootdir as the data root directory.
976 --with-docdir install documentation in this directory.
977 --with-pdfdir install pdf in this directory.
978 --with-htmldir install html in this directory.
980 Some influential environment variables:
981 CC C compiler command
982 CFLAGS C compiler flags
983 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
984 nonstandard directory <lib dir>
985 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
986 headers in a nonstandard directory <include dir>
987 CXX C++ compiler command
988 CXXFLAGS C++ compiler flags
991 DLLTOOL DLLTOOL for the host
993 LIPO LIPO for the host
995 RANLIB RANLIB for the host
996 STRIP STRIP for the host
997 WINDRES WINDRES for the host
998 WINDMC WINDMC for the host
999 OBJCOPY OBJCOPY for the host
1000 OBJDUMP OBJDUMP for the host
1010 GFORTRAN for the target
1016 DLLTOOL for the target
1024 OBJDUMP for the target
1026 RANLIB for the target
1028 STRIP for the target
1030 WINDRES for the target
1032 WINDMC for the target
1034 Use these variables to override the choices made by `configure' or to
help
1035 it to
find libraries and programs with nonstandard names
/locations.
1040 if test "$ac_init_help" = "recursive"; then
1041 # If there are subdirs, report their specific --help.
1043 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1044 test -d $ac_dir ||
continue
1047 if test "$ac_dir" != .
; then
1048 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1049 # A "../" for each directory in $ac_dir_suffix.
1050 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1052 ac_dir_suffix
= ac_top_builddir
=
1056 .
) # No --srcdir option. We are building in place.
1058 if test -z "$ac_top_builddir"; then
1061 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1063 [\\/]* | ?
:[\\/]* ) # Absolute path.
1064 ac_srcdir
=$srcdir$ac_dir_suffix;
1065 ac_top_srcdir
=$srcdir ;;
1067 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1068 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1071 # Do not use `cd foo && pwd` to compute absolute paths, because
1072 # the directories may not exist.
1074 .
) ac_abs_builddir
="$ac_dir";;
1077 .
) ac_abs_builddir
=`pwd`;;
1078 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1079 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1082 case $ac_abs_builddir in
1083 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1085 case ${ac_top_builddir}.
in
1086 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1087 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1088 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1091 case $ac_abs_builddir in
1092 .
) ac_abs_srcdir
=$ac_srcdir;;
1095 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1096 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1097 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1100 case $ac_abs_builddir in
1101 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1103 case $ac_top_srcdir in
1104 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1105 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1106 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1111 # Check for guested configure; otherwise get Cygnus style configure.
1112 if test -f $ac_srcdir/configure.gnu
; then
1114 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1115 elif test -f $ac_srcdir/configure
; then
1117 $SHELL $ac_srcdir/configure
--help=recursive
1118 elif test -f $ac_srcdir/configure.ac ||
1119 test -f $ac_srcdir/configure.
in; then
1121 $ac_configure --help
1123 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1129 test -n "$ac_init_help" && exit 0
1130 if $ac_init_version; then
1133 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1134 This configure
script is free software
; the Free Software Foundation
1135 gives unlimited permission to copy
, distribute and modify it.
1141 This file contains any messages produced by compilers while
1142 running configure, to aid debugging if configure makes a mistake.
1144 It was created by $as_me, which was
1145 generated by GNU Autoconf 2.59. Invocation command line was
1156 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1157 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1158 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1159 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1160 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1162 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1163 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1165 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1166 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1167 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1168 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1169 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1170 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1171 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1175 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1179 test -z "$as_dir" && as_dir
=.
1180 echo "PATH: $as_dir"
1195 # Keep a trace of the command line.
1196 # Strip out --no-create and --no-recursion so they do not pile up.
1197 # Strip out --silent because we don't want to record it for future runs.
1198 # Also quote any args containing shell meta-characters.
1199 # Make two passes to allow for proper duplicate-argument suppression.
1204 ac_must_keep_next
=false
1210 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1211 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1212 |
-silent |
--silent |
--silen |
--sile |
--sil)
1214 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1215 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1218 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1220 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1221 if test $ac_must_keep_next = true
; then
1222 ac_must_keep_next
=false
# Got value, back to normal.
1225 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1226 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1227 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1228 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1229 case "$ac_configure_args0 " in
1230 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1233 -* ) ac_must_keep_next
=true
;;
1236 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1237 # Get rid of the leading space.
1243 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1244 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1246 # When interrupted or exit'd, cleanup temporary files, and complete
1247 # config.log. We remove comments because anyway the quotes in there
1248 # would cause problems or look ugly.
1249 # WARNING: Be sure not to use single quotes in there, as some shells,
1250 # such as our DU 5.0 friend, will then `close' the trap.
1251 trap 'exit_status=$?
1252 # Save into config.log some information that might help in debugging.
1257 ## ---------------- ##
1258 ## Cache variables. ##
1259 ## ---------------- ##
1262 # The following way of writing the cache mishandles newlines in values,
1265 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1268 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1269 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1273 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1280 ## ----------------- ##
1281 ## Output variables. ##
1282 ## ----------------- ##
1285 for ac_var in $ac_subst_vars
1287 eval ac_val=$`echo $ac_var`
1288 echo "$ac_var='"'"'$ac_val'"'"'"
1292 if test -n "$ac_subst_files"; then
1299 for ac_var in $ac_subst_files
1301 eval ac_val=$`echo $ac_var`
1302 echo "$ac_var='"'"'$ac_val'"'"'"
1307 if test -s confdefs.h; then
1314 sed "/^$/d" confdefs.h | sort
1317 test "$ac_signal" != 0 &&
1318 echo "$as_me: caught signal $ac_signal"
1319 echo "$as_me: exit $exit_status"
1321 rm -f core *.core &&
1322 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1325 for ac_signal
in 1 2 13 15; do
1326 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1330 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1331 rm -rf conftest
* confdefs.h
1332 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1335 # Predefined preprocessor variables.
1337 cat >>confdefs.h
<<_ACEOF
1338 #define PACKAGE_NAME "$PACKAGE_NAME"
1342 cat >>confdefs.h
<<_ACEOF
1343 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1347 cat >>confdefs.h
<<_ACEOF
1348 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1352 cat >>confdefs.h
<<_ACEOF
1353 #define PACKAGE_STRING "$PACKAGE_STRING"
1357 cat >>confdefs.h
<<_ACEOF
1358 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1362 # Let the site file select an alternate cache file if it wants to.
1363 # Prefer explicitly selected file to automatically selected ones.
1364 if test -z "$CONFIG_SITE"; then
1365 if test "x$prefix" != xNONE
; then
1366 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1368 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1371 for ac_site_file
in $CONFIG_SITE; do
1372 if test -r "$ac_site_file"; then
1373 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1374 echo "$as_me: loading site script $ac_site_file" >&6;}
1375 sed 's/^/| /' "$ac_site_file" >&5
1380 if test -r "$cache_file"; then
1381 # Some versions of bash will fail to source /dev/null (special
1382 # files actually), so we avoid doing that.
1383 if test -f "$cache_file"; then
1384 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1385 echo "$as_me: loading cache $cache_file" >&6;}
1387 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1388 *) . .
/$cache_file;;
1392 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1393 echo "$as_me: creating cache $cache_file" >&6;}
1397 # Check that the precious variables saved in the cache have kept the same
1399 ac_cache_corrupted
=false
1400 for ac_var
in `(set) 2>&1 |
1401 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1402 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1403 eval ac_new_set
=\
$ac_env_${ac_var}_set
1404 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1405 eval ac_new_val
="\$ac_env_${ac_var}_value"
1406 case $ac_old_set,$ac_new_set in
1408 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1409 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1410 ac_cache_corrupted
=: ;;
1412 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1413 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1414 ac_cache_corrupted
=: ;;
1417 if test "x$ac_old_val" != "x$ac_new_val"; then
1418 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1419 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1420 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1421 echo "$as_me: former value: $ac_old_val" >&2;}
1422 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1423 echo "$as_me: current value: $ac_new_val" >&2;}
1424 ac_cache_corrupted
=:
1427 # Pass precious variables to config.status.
1428 if test "$ac_new_set" = set; then
1430 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1431 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1432 *) ac_arg
=$ac_var=$ac_new_val ;;
1434 case " $ac_configure_args " in
1435 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1436 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1440 if $ac_cache_corrupted; then
1441 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1442 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1443 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1444 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1445 { (exit 1); exit 1; }; }
1449 ac_cpp
='$CPP $CPPFLAGS'
1450 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1451 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1452 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1474 # Find the build, host, and target systems.
1476 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1477 if test -f $ac_dir/install-sh
; then
1479 ac_install_sh
="$ac_aux_dir/install-sh -c"
1481 elif test -f $ac_dir/install.sh
; then
1483 ac_install_sh
="$ac_aux_dir/install.sh -c"
1485 elif test -f $ac_dir/shtool
; then
1487 ac_install_sh
="$ac_aux_dir/shtool install -c"
1491 if test -z "$ac_aux_dir"; then
1492 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1493 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1494 { (exit 1); exit 1; }; }
1496 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1497 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1498 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1500 # Make sure we can run config.sub.
1501 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1502 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1503 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1504 { (exit 1); exit 1; }; }
1506 echo "$as_me:$LINENO: checking build system type" >&5
1507 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1508 if test "${ac_cv_build+set}" = set; then
1509 echo $ECHO_N "(cached) $ECHO_C" >&6
1511 ac_cv_build_alias
=$build_alias
1512 test -z "$ac_cv_build_alias" &&
1513 ac_cv_build_alias
=`$ac_config_guess`
1514 test -z "$ac_cv_build_alias" &&
1515 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1516 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1517 { (exit 1); exit 1; }; }
1518 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1519 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1520 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1521 { (exit 1); exit 1; }; }
1524 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1525 echo "${ECHO_T}$ac_cv_build" >&6
1527 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1528 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1529 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1532 case ${build_alias} in
1533 "") build_noncanonical
=${build} ;;
1534 *) build_noncanonical
=${build_alias} ;;
1539 case ${host_alias} in
1540 "") host_noncanonical
=${build_noncanonical} ;;
1541 *) host_noncanonical
=${host_alias} ;;
1546 case ${target_alias} in
1547 "") target_noncanonical
=${host_noncanonical} ;;
1548 *) target_noncanonical
=${target_alias} ;;
1554 test "$host_noncanonical" = "$target_noncanonical" &&
1555 test "$program_prefix$program_suffix$program_transform_name" = \
1557 program_transform_name
=s
,y
,y
,
1559 echo "$as_me:$LINENO: checking host system type" >&5
1560 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1561 if test "${ac_cv_host+set}" = set; then
1562 echo $ECHO_N "(cached) $ECHO_C" >&6
1564 ac_cv_host_alias
=$host_alias
1565 test -z "$ac_cv_host_alias" &&
1566 ac_cv_host_alias
=$ac_cv_build_alias
1567 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1568 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1569 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1570 { (exit 1); exit 1; }; }
1573 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1574 echo "${ECHO_T}$ac_cv_host" >&6
1576 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1577 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1578 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1581 echo "$as_me:$LINENO: checking target system type" >&5
1582 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1583 if test "${ac_cv_target+set}" = set; then
1584 echo $ECHO_N "(cached) $ECHO_C" >&6
1586 ac_cv_target_alias
=$target_alias
1587 test "x$ac_cv_target_alias" = "x" &&
1588 ac_cv_target_alias
=$ac_cv_host_alias
1589 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1590 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1591 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1592 { (exit 1); exit 1; }; }
1595 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1596 echo "${ECHO_T}$ac_cv_target" >&6
1597 target
=$ac_cv_target
1598 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1599 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1600 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1603 # The aliases save the names the user supplied, while $host etc.
1604 # will get canonicalized.
1605 test -n "$target_alias" &&
1606 test "$program_prefix$program_suffix$program_transform_name" = \
1608 program_prefix
=${target_alias}-
1609 test "$program_prefix" != NONE
&&
1610 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1611 # Use a double $ so make ignores it.
1612 test "$program_suffix" != NONE
&&
1613 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1614 # Double any \ or $. echo might interpret backslashes.
1615 # By default was `s,x,x', remove it if useless.
1616 cat <<\_ACEOF
>conftest.
sed
1617 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1619 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1624 # Get 'install' or 'install-sh' and its variants.
1625 # Find a good install program. We prefer a C program (faster),
1626 # so one script is as good as another. But avoid the broken or
1627 # incompatible versions:
1628 # SysV /etc/install, /usr/sbin/install
1629 # SunOS /usr/etc/install
1630 # IRIX /sbin/install
1632 # AmigaOS /C/install, which installs bootblocks on floppy discs
1633 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1634 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1635 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1636 # OS/2's system install, which has a completely different semantic
1637 # ./install, which can be erroneously created by make from ./install.sh.
1638 # Reject install programs that cannot install multiple files.
1639 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1640 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1641 if test -z "$INSTALL"; then
1642 if test "${ac_cv_path_install+set}" = set; then
1643 echo $ECHO_N "(cached) $ECHO_C" >&6
1645 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1649 test -z "$as_dir" && as_dir
=.
1650 # Account for people who put trailing slashes in PATH elements.
1652 .
/ | .
// |
/cC
/* | \
1653 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1654 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1657 # OSF1 and SCO ODT 3.0 have their own names for install.
1658 # Don't use installbsd from OSF since it installs stuff as root
1660 for ac_prog
in ginstall scoinst
install; do
1661 for ac_exec_ext
in '' $ac_executable_extensions; do
1662 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1663 if test $ac_prog = install &&
1664 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1665 # AIX install. It has an incompatible calling convention.
1667 elif test $ac_prog = install &&
1668 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1669 # program-specific install script used by HP pwplus--don't use.
1672 rm -rf conftest.one conftest.two conftest.dir
1673 echo one
> conftest.one
1674 echo two
> conftest.two
1676 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
1677 test -s conftest.one
&& test -s conftest.two
&&
1678 test -s conftest.dir
/conftest.one
&&
1679 test -s conftest.dir
/conftest.two
1681 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1692 rm -rf conftest.one conftest.two conftest.dir
1695 if test "${ac_cv_path_install+set}" = set; then
1696 INSTALL
=$ac_cv_path_install
1698 # As a last resort, use the slow shell script. Don't cache a
1699 # value for INSTALL within a source directory, because that will
1700 # break other packages using the cache if that directory is
1701 # removed, or if the value is a relative name.
1702 INSTALL
=$ac_install_sh
1705 echo "$as_me:$LINENO: result: $INSTALL" >&5
1706 echo "${ECHO_T}$INSTALL" >&6
1708 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1709 # It thinks the first close brace ends the variable substitution.
1710 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1712 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1714 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1716 echo "$as_me:$LINENO: checking whether ln works" >&5
1717 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1718 if test "${acx_cv_prog_LN+set}" = set; then
1719 echo $ECHO_N "(cached) $ECHO_C" >&6
1721 rm -f conftestdata_t
1722 echo >conftestdata_f
1723 if ln conftestdata_f conftestdata_t
2>/dev
/null
1729 rm -f conftestdata_f conftestdata_t
1732 if test $acx_cv_prog_LN = no
; then
1734 echo "$as_me:$LINENO: result: no, using $LN" >&5
1735 echo "${ECHO_T}no, using $LN" >&6
1737 LN
="$acx_cv_prog_LN"
1738 echo "$as_me:$LINENO: result: yes" >&5
1739 echo "${ECHO_T}yes" >&6
1742 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1743 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1745 if test "$LN_S" = "ln -s"; then
1746 echo "$as_me:$LINENO: result: yes" >&5
1747 echo "${ECHO_T}yes" >&6
1749 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1750 echo "${ECHO_T}no, using $LN_S" >&6
1754 ### we might need to use some other shell than /bin/sh for running subshells
1755 ### If we are on Windows, search for the shell. This will permit people
1756 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1757 ### without also having to set CONFIG_SHELL. This code will work when
1758 ### using bash, which sets OSTYPE.
1761 if test x
${CONFIG_SHELL} = x
; then
1762 if test ! -f /bin
/sh
; then
1763 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1764 CONFIG_SHELL
=${SHELL}
1767 for prog
in sh sh.exe bash bash.exe
; do
1768 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1769 for dir
in $PATH; do
1770 test -z "$dir" && dir
=.
1771 if test -f $dir/$prog; then
1772 CONFIG_SHELL
=$dir/$prog
1778 test -n "${CONFIG_SHELL}" && break
1786 config_shell
=${CONFIG_SHELL-/bin/sh}
1789 # if PWD already has a value, it is probably wrong.
1790 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1792 # Export original configure arguments for use by sub-configures.
1793 # Quote arguments with shell meta charatcers.
1794 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1795 set -- "$progname" "$@"
1799 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1800 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1801 # if the argument is of the form -foo=baz, quote the baz part only
1802 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1805 # Add the quoted argument to the list.
1806 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1808 if test "$silent" = yes; then
1809 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1811 # Remove the initial space we just introduced and, as these will be
1812 # expanded by make, quote '$'.
1813 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1816 moveifchange
=${srcdir}/move-if-change
1818 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1820 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1822 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1823 INSTALL
="${srcpwd}/install-sh -c"
1826 # Set srcdir to "." if that's what it is.
1827 # This is important for multilib support.
1829 if test "${pwd}" = "${srcpwd}" ; then
1837 ### To add a new directory to the tree, first choose whether it is a target
1838 ### or a host dependent tool. Then put it into the appropriate list
1839 ### (library or tools, host or target), doing a dependency sort.
1841 # Subdirs will be configured in the order listed in build_configdirs,
1842 # configdirs, or target_configdirs; see the serialization section below.
1844 # Dependency sorting is only needed when *configuration* must be done in
1845 # a particular order. In all cases a dependency should be specified in
1846 # the Makefile, whether or not it's implicitly specified here.
1848 # Double entries in build_configdirs, configdirs, or target_configdirs may
1849 # cause circular dependencies and break everything horribly.
1851 # these library is used by various programs built for the build
1854 build_libs
="build-libiberty"
1856 # these tools are built for the build environment
1857 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1859 # these libraries are used by various programs built for the host environment
1861 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1863 # these tools are built for the host environment
1864 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1865 # know that we are building the simulator.
1866 # binutils, gas and ld appear in that order because it makes sense to run
1867 # "make check" in that particular order.
1868 # If --enable-gold is used, "gold" will replace "ld".
1869 host_tools
="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
1871 # libgcj represents the runtime libraries only used by gcj.
1872 libgcj
="target-libffi \
1877 # these libraries are built for the target environment, and are built after
1878 # the host libraries and the host tools (which may be a cross compiler)
1880 target_libraries
="target-libgcc \
1885 target-libstdc++-v3 \
1888 target-libgfortran \
1894 # these tools are built using the target libraries, and are intended to
1895 # run only in the target environment
1897 # note: any program that *uses* libraries that are in the "target_libraries"
1898 # list belongs in this list. those programs are also very likely
1899 # candidates for the "native_only" list which follows
1901 target_tools
="target-examples target-groff target-gperf target-rda"
1903 ################################################################################
1905 ## All tools belong in one of the four categories, and are assigned above
1906 ## We assign ${configdirs} this way to remove all embedded newlines. This
1907 ## is important because configure will choke if they ever get through.
1908 ## ${configdirs} is directories we build using the host tools.
1909 ## ${target_configdirs} is directories we build using the target tools.
1910 configdirs
=`echo ${host_libs} ${host_tools}`
1911 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1912 build_configdirs
=`echo ${build_libs} ${build_tools}`
1916 ################################################################################
1918 srcname
="gnu development package"
1920 # This gets set non-empty for some net releases of packages.
1923 # Define is_cross_compiler to save on calls to 'test'.
1925 if test x
"${host}" = x
"${target}" ; then
1926 is_cross_compiler
=no
1928 is_cross_compiler
=yes
1931 # Find the build and target subdir names.
1933 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1934 # have matching libraries, they should use host libraries: Makefile.tpl
1935 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1936 # However, they still use the build modules, because the corresponding
1937 # host modules (e.g. bison) are only built for the host when bootstrap
1939 # - build_subdir is where we find build modules, and never changes.
1940 # - build_libsubdir is where we find build libraries, and can be overridden.
1942 # Prefix 'build-' so this never conflicts with target_subdir.
1943 build_subdir
="build-${build_noncanonical}"
1945 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1946 if test "${with_build_libsubdir+set}" = set; then
1947 withval
="$with_build_libsubdir"
1948 build_libsubdir
="$withval"
1950 build_libsubdir
="$build_subdir"
1952 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1953 if ( test $srcdir = .
&& test -d gcc
) \
1954 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1955 host_subdir
="host-${host_noncanonical}"
1960 target_subdir
=${target_noncanonical}
1963 # Skipdirs are removed silently.
1965 # Noconfigdirs are removed loudly.
1969 # Make sure we don't let GNU ld be added if we didn't want it.
1970 if test x
$with_gnu_ld = xno
; then
1972 noconfigdirs
="$noconfigdirs ld gold"
1976 # Make sure we don't let GNU as be added if we didn't want it.
1977 if test x
$with_gnu_as = xno
; then
1979 noconfigdirs
="$noconfigdirs gas"
1982 # some tools are so dependent upon X11 that if we're not building with X,
1983 # it's not even worth trying to configure, much less build, that tool.
1986 yes |
"") ;; # the default value for this tree is that X11 is available
1988 skipdirs
="${skipdirs} tk itcl libgui"
1989 # We won't be able to build gdbtk without X.
1992 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1995 # Some tools are only suitable for building in a "native" situation.
1996 # Remove these if host!=target.
1997 native_only
="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
1999 # Similarly, some are only suitable for cross toolchains.
2000 # Remove these if host=target.
2001 cross_only
="target-libgloss target-newlib target-opcodes"
2003 case $is_cross_compiler in
2004 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2005 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2008 # If both --with-headers and --with-libs are specified, default to
2010 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2011 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2012 if test x
"${with_newlib}" = x
; then
2017 # Recognize --with-newlib/--without-newlib.
2018 case ${with_newlib} in
2019 no
) skipdirs
="${skipdirs} target-newlib" ;;
2020 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2023 # Handle --enable-gold.
2025 # Check whether --enable-gold or --disable-gold was given.
2026 if test "${enable_gold+set}" = set; then
2027 enableval
="$enable_gold"
2028 ENABLE_GOLD
=$enableval
2032 if test "${ENABLE_GOLD}" = "yes"; then
2033 # Check for ELF target.
2036 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2037 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2038 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2*)
2040 *-*-linux*aout
* |
*-*-linux*oldld
*)
2048 if test "$is_elf" = "yes"; then
2049 # Check for target supported by gold.
2051 i?
86-*-* | x86_64-
*-*)
2052 configdirs
="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2058 # Configure extra directories which are host specific
2062 configdirs
="$configdirs libtermcap" ;;
2065 # A target can indicate whether a language isn't supported for some reason.
2066 # Only spaces may be used in this macro; not newlines or tabs.
2067 unsupported_languages
=
2069 # Remove more programs from consideration, based on the host or
2070 # target this usually means that a port of the program doesn't
2075 noconfigdirs
="$noconfigdirs byacc"
2077 i
[3456789]86-*-vsta)
2078 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2080 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2081 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2084 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2086 i
[3456789]86-*-mingw32*)
2087 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2088 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2090 i
[3456789]86-*-beos*)
2091 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2094 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2097 noconfigdirs
="$noconfigdirs rcs"
2100 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2103 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2108 # Check whether --enable-libada or --disable-libada was given.
2109 if test "${enable_libada+set}" = set; then
2110 enableval
="$enable_libada"
2111 ENABLE_LIBADA
=$enableval
2115 if test "${ENABLE_LIBADA}" != "yes" ; then
2116 noconfigdirs
="$noconfigdirs gnattools"
2119 # Check whether --enable-libssp or --disable-libssp was given.
2120 if test "${enable_libssp+set}" = set; then
2121 enableval
="$enable_libssp"
2122 ENABLE_LIBSSP
=$enableval
2127 # Save it here so that, even in case of --enable-libgcj, if the Java
2128 # front-end isn't enabled, we still get libgcj disabled.
2129 libgcj_saved
=$libgcj
2130 case $enable_libgcj in
2132 # If we reset it here, it won't get added to noconfigdirs in the
2133 # target-specific build rules, so it will be forcibly enabled
2134 # (unless the Java language itself isn't enabled).
2138 # Make sure we get it printed in the list of not supported target libs.
2139 noconfigdirs
="$noconfigdirs ${libgcj}"
2144 # Disable libmudflap on some systems.
2145 if test x
$enable_libmudflap = x
; then
2147 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux*)
2148 # Enable libmudflap by default in GNU and friends.
2151 # Enable libmudflap by default in FreeBSD.
2154 # Disable it by default everywhere else.
2155 noconfigdirs
="$noconfigdirs target-libmudflap"
2160 # Disable libgomp on non POSIX hosted systems.
2161 if test x
$enable_libgomp = x
; then
2162 # Enable libgomp by default on hosted POSIX systems.
2164 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2166 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2168 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2170 *-*-darwin* |
*-*-aix*)
2173 noconfigdirs
="$noconfigdirs target-libgomp"
2178 # Default libgloss CPU subdirectory.
2179 libgloss_dir
="$target_cpu"
2183 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2185 powerpc-
*-darwin* | i
[3456789]86-*-darwin* | x86_64-
*-darwin9*)
2186 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2187 noconfigdirs
="$noconfigdirs sim target-rda"
2190 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2191 noconfigdirs
="$noconfigdirs sim target-rda"
2192 noconfigdirs
="$noconfigdirs ${libgcj}"
2194 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2195 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2198 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2199 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2200 && test -f /usr
/local
/include
/gmp.h
; then
2204 # Skip some stuff that's unsupported on some FreeBSD configurations.
2209 noconfigdirs
="$noconfigdirs ${libgcj}"
2214 # Remove unsupported stuff on all kaOS configurations.
2215 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2216 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2217 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2218 noconfigdirs
="$noconfigdirs target-libgloss"
2221 # Skip some stuff on all NetBSD configurations.
2222 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2224 # Skip some stuff that's unsupported on some NetBSD configurations.
2226 i
*86-*-netbsdelf*) ;;
2227 arm
*-*-netbsdelf*) ;;
2229 noconfigdirs
="$noconfigdirs ${libgcj}"
2234 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2237 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2239 # The tpf target doesn't support gdb yet.
2241 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2244 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2247 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2250 # ld works, but does not support shared libraries.
2251 # newlib is not 64 bit ready. I'm not sure about fileutils.
2252 # gas doesn't generate exception information.
2253 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2256 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2259 # newlib is not 64 bit ready
2260 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2263 # newlib is not 64 bit ready
2264 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2267 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2270 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2272 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2273 noconfigdirs
="$noconfigdirs ${libgcj}"
2274 noconfigdirs
="$noconfigdirs target-examples"
2275 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2276 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2277 noconfigdirs
="$noconfigdirs expect dejagnu"
2278 # the C++ libraries don't build on top of CE's C libraries
2279 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2280 noconfigdirs
="$noconfigdirs target-newlib"
2282 *-*-cygwin*) ;; # keep gdb and readline
2283 *) noconfigdirs
="$noconfigdirs gdb readline"
2289 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2293 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2294 noconfigdirs
="$noconfigdirs ${libgcj}"
2297 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2298 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2301 arm
*-*-linux-gnueabi)
2302 noconfigdirs
="$noconfigdirs target-qthreads"
2303 noconfigdirs
="$noconfigdirs target-libobjc"
2304 case ${with_newlib} in
2305 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2310 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2314 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2317 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2320 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2323 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2326 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2329 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2332 noconfigdirs
="$noconfigdirs gdb"
2333 if test x
${is_cross_compiler} != xno
; then
2334 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2337 c4x-
*-* | tic4x-
*-*)
2338 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2340 c54x
*-*-* | tic54x-
*-*)
2341 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2343 cris-
*-* | crisv32-
*-*)
2344 unsupported_languages
="$unsupported_languages java"
2347 unsupported_languages
="$unsupported_languages fortran"
2348 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2350 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2352 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2354 unsupported_languages
="$unsupported_languages fortran"
2355 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2360 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2363 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2366 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2368 ep9312-
*-elf | ep9312-
*-coff)
2372 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2375 noconfigdirs
="$noconfigdirs ${libgcj}"
2378 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2381 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2383 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2385 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2386 # In this case, it's because the hppa64-linux target is for
2387 # the kernel only at this point and has no libc, and thus no
2388 # headers, crt*.o, etc., all of which are needed by these.
2389 noconfigdirs
="$noconfigdirs target-zlib"
2391 parisc
*-*-linux* | hppa
*-*-linux*)
2395 hppa
*-*-openbsd* | \
2397 noconfigdirs
="$noconfigdirs ${libgcj}"
2400 noconfigdirs
="$noconfigdirs ld shellutils"
2406 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2407 # build on HP-UX 10.20.
2408 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2411 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2414 # No gdb support yet.
2415 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2418 # No gdb or ld support yet.
2419 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2423 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2424 noconfigdirs
="$noconfigdirs ${libgcj}"
2427 i
[3456789]86-*-linux*)
2428 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2429 # not build java stuff by default.
2432 noconfigdirs
="$noconfigdirs ${libgcj}";;
2435 # This section makes it possible to build newlib natively on linux.
2436 # If we are using a cross compiler then don't configure newlib.
2437 if test x
${is_cross_compiler} != xno
; then
2438 noconfigdirs
="$noconfigdirs target-newlib"
2440 noconfigdirs
="$noconfigdirs target-libgloss"
2441 # If we are not using a cross compiler, do configure newlib.
2442 # Note however, that newlib will only be configured in this situation
2443 # if the --with-newlib option has been given, because otherwise
2444 # 'target-newlib' will appear in skipdirs.
2446 i
[3456789]86-*-mingw32*)
2447 target_configdirs
="$target_configdirs target-winsup"
2448 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2451 target_configdirs
="$target_configdirs target-winsup"
2452 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2455 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2456 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2457 # always build newlib if winsup directory is present.
2458 if test -d "$srcdir/winsup/cygwin"; then
2459 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2460 elif test -d "$srcdir/newlib"; then
2461 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2464 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2465 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2468 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2470 i
[3456789]86-*-sco3.2v5
*)
2471 # The linker does not yet know about weak symbols in COFF,
2472 # and is not configured to handle mixed ELF and COFF.
2473 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2475 i
[3456789]86-*-sco*)
2476 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2478 i
[3456789]86-*-solaris2*)
2479 noconfigdirs
="$noconfigdirs target-libgloss"
2481 i
[3456789]86-*-sysv4*)
2482 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2484 i
[3456789]86-*-beos*)
2485 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2487 i
[3456789]86-*-rdos*)
2488 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2491 noconfigdirs
="$noconfigdirs ${libgcj}"
2493 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2494 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2495 libgloss_dir
=m68hc11
2498 noconfigdirs
="$noconfigdirs ${libgcj}"
2501 noconfigdirs
="$noconfigdirs ${libgcj}"
2503 m68
*-*-* | fido-
*-*)
2507 # The EPOC C++ environment does not support exceptions or rtti,
2508 # and so building libstdc++-v3 tends not to always work.
2509 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2512 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2513 unsupported_languages
="$unsupported_languages fortran java"
2516 noconfigdirs
="$noconfigdirs ${libgcj}"
2519 noconfigdirs
="$noconfigdirs ${libgcj}"
2522 noconfigdirs
="$noconfigdirs sim"
2525 # copied from rs6000-*-* entry
2526 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2528 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2529 target_configdirs
="$target_configdirs target-winsup"
2530 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2531 # always build newlib.
2532 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2534 # This is temporary until we can link against shared libraries
2535 powerpcle-
*-solaris*)
2536 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2540 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2543 noconfigdirs
="$noconfigdirs ${libgcj}"
2546 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2550 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2553 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2556 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2559 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2562 skipdirs
="$skipdirs target-libiberty"
2563 noconfigdirs
="$noconfigdirs ${libgcj}"
2564 if test x
$with_newlib = xyes
; then
2565 noconfigdirs
="$noconfigdirs gprof"
2570 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2573 # Linking libjava exceeds command-line length limits on at least
2574 # IRIX 6.2, but not on IRIX 6.5.
2575 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2576 # <oldham@codesourcery.com>
2577 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2580 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2583 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2586 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2590 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2594 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2595 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2596 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2597 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2599 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2601 sparclet-
*-aout* | sparc86x-
*-*)
2605 noconfigdirs
="$noconfigdirs ${libgcj}"
2608 noconfigdirs
="$noconfigdirs ${libgcj}"
2612 noconfigdirs
="$noconfigdirs ${libgcj}"
2616 noconfigdirs
="$noconfigdirs ${libgcj}"
2617 if test x
${is_cross_compiler} != xno
; then
2618 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2623 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2624 noconfigdirs
="$noconfigdirs ${libgcj}"
2626 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2629 skipdirs
="target-libssp"
2632 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2635 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2638 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2641 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2644 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2647 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2650 noconfigdirs
="$noconfigdirs ${libgcj}"
2653 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2655 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2656 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2659 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2662 noconfigdirs
="$noconfigdirs ${libgcj}"
2666 # If we aren't building newlib, then don't build libgloss, since libgloss
2667 # depends upon some newlib header files.
2668 case "${noconfigdirs}" in
2669 *target-libgloss
*) ;;
2670 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2673 # Work in distributions that contain no compiler tools, like Autoconf.
2675 host_makefile_frag
=/dev
/null
2676 if test -d ${srcdir}/config
; then
2679 # Avoid "too much defining" errors from HPUX compiler.
2680 tentative_cc
="cc -Wp,-H256000"
2681 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2682 # If it's HP/UX ar, this should be harmless.
2686 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2689 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2690 # chokes on bfd, the compiler won't let you assign integers to enums, and
2691 # other problems. Defining CC to gcc is a questionable way to say "don't use
2692 # the apollo compiler" (the preferred version of GCC could be called cc,
2693 # or whatever), but I'm not sure leaving CC as cc is any better...
2694 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2695 # Used to have BISON=yacc.
2699 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2702 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2703 tentative_cc
="cc -Xa"
2704 host_makefile_frag
="config/mh-cxux"
2706 m88k-motorola-sysv
*)
2709 tentative_cc
="cc -Wf,-XNg1000"
2710 host_makefile_frag
="config/mh-decstation"
2713 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2714 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2715 host_makefile_frag
="config/mh-necv4"
2718 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2719 # environment. Also bump switch table size so that cp-parse will
2720 # compile. Bump string length limit so linker builds.
2721 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2724 host_makefile_frag
="config/mh-sysv4"
2727 # This is for a MIPS running RISC/os 4.52C.
2729 # This is needed for GDB, but needs to be in the top-level make because
2730 # if a library is compiled with the bsd headers and gets linked with the
2731 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2732 # a different size).
2733 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2734 # known except to select the sysv environment. Could we use /proc instead?
2735 # These "sysv environments" and "bsd environments" often end up being a pain.
2737 # This is not part of CFLAGS because perhaps not all C compilers have this
2739 tentative_cc
="cc -systype sysv"
2744 i
[3456789]86-*-sysv5*)
2745 host_makefile_frag
="config/mh-sysv5"
2747 i
[3456789]86-*-dgux*)
2748 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2749 host_makefile_frag
="config/mh-dgux386"
2751 i
[3456789]86-ncr-sysv4.3
*)
2752 # The MetaWare compiler will generate a copyright message unless you
2753 # turn it off by adding the -Hnocopyr flag.
2754 tentative_cc
="cc -Hnocopyr"
2756 i
[3456789]86-ncr-sysv4*)
2757 # for an NCR 3000 (i486/SVR4) system.
2758 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2759 # This compiler not only emits obnoxious copyright messages every time
2760 # you run it, but it chokes and dies on a whole bunch of GNU source
2761 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2762 tentative_cc
="/usr/ccs/ATT/cc"
2763 host_makefile_frag
="config/mh-ncr3000"
2765 i
[3456789]86-*-sco3.2v5
*)
2767 i
[3456789]86-*-sco*)
2768 # The native C compiler botches some simple uses of const. Unfortunately,
2769 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2770 tentative_cc
="cc -Dconst="
2771 host_makefile_frag
="config/mh-sco"
2773 i
[3456789]86-*-udk*)
2774 host_makefile_frag
="config/mh-sysv5"
2776 i
[3456789]86-*-solaris2*)
2777 host_makefile_frag
="config/mh-sysv4"
2779 i
[3456789]86-*-msdosdjgpp*)
2780 host_makefile_frag
="config/mh-djgpp"
2783 host_makefile_frag
="config/mh-cygwin"
2786 host_makefile_frag
="config/mh-mingw"
2789 host_makefile_frag
="config/mh-mingw"
2792 host_makefile_frag
="config/mh-interix"
2795 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2799 host_makefile_frag
="config/mh-solaris"
2802 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2803 # without overflowing the jump tables (-J says to use a 32 bit table)
2804 tentative_cc
="cc -J"
2807 tentative_cc
="cc -Wp,-H256000"
2810 tentative_cc
="cc -Wp,-H256000"
2813 # /bin/cc is less than useful for our purposes. Always use GCC
2814 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2815 host_makefile_frag
="config/mh-lynxrs6k"
2818 host_makefile_frag
="config/mh-ppc-darwin"
2821 host_makefile_frag
="config/mh-ppc-aix"
2824 host_makefile_frag
="config/mh-ppc-aix"
2827 # /bin/cc is less than useful for our purposes. Always use GCC
2828 tentative_cc
="/bin/gcc"
2831 host_makefile_frag
="config/mh-sysv4"
2833 # This is placed last to prevent interfering with the cases above.
2835 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2836 host_makefile_frag
="config/mh-x86omitfp"
2841 # If we aren't going to be using gcc, see if we can extract a definition
2842 # of CC from the fragment.
2843 # Actually, use the 'pre-extracted' version above.
2844 if test -z "${CC}" && test "${build}" = "${host}" ; then
2845 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2847 for dir
in $PATH; do
2848 test -z "$dir" && dir
=.
2849 if test -f $dir/gcc
; then
2855 if test -z "${found}" && test -n "${tentative_cc}" ; then
2860 if test "${build}" != "${host}" ; then
2861 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2862 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2863 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2864 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2865 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2866 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2867 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2868 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2869 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2870 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2871 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2872 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2874 AR_FOR_BUILD
="\$(AR)"
2875 AS_FOR_BUILD
="\$(AS)"
2876 CC_FOR_BUILD
="\$(CC)"
2877 CXX_FOR_BUILD
="\$(CXX)"
2878 GCJ_FOR_BUILD
="\$(GCJ)"
2879 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2880 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2881 LD_FOR_BUILD
="\$(LD)"
2882 NM_FOR_BUILD
="\$(NM)"
2883 RANLIB_FOR_BUILD
="\$(RANLIB)"
2884 WINDRES_FOR_BUILD
="\$(WINDRES)"
2885 WINDMC_FOR_BUILD
="\$(WINDMC)"
2889 ac_cpp
='$CPP $CPPFLAGS'
2890 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2891 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2892 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2893 if test -n "$ac_tool_prefix"; then
2894 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2895 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2896 echo "$as_me:$LINENO: checking for $ac_word" >&5
2897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2898 if test "${ac_cv_prog_CC+set}" = set; then
2899 echo $ECHO_N "(cached) $ECHO_C" >&6
2901 if test -n "$CC"; then
2902 ac_cv_prog_CC
="$CC" # Let the user override the test.
2904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2908 test -z "$as_dir" && as_dir
=.
2909 for ac_exec_ext
in '' $ac_executable_extensions; do
2910 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2911 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2921 if test -n "$CC"; then
2922 echo "$as_me:$LINENO: result: $CC" >&5
2923 echo "${ECHO_T}$CC" >&6
2925 echo "$as_me:$LINENO: result: no" >&5
2926 echo "${ECHO_T}no" >&6
2930 if test -z "$ac_cv_prog_CC"; then
2932 # Extract the first word of "gcc", so it can be a program name with args.
2933 set dummy gcc
; ac_word
=$2
2934 echo "$as_me:$LINENO: checking for $ac_word" >&5
2935 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2936 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2939 if test -n "$ac_ct_CC"; then
2940 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2942 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2946 test -z "$as_dir" && as_dir
=.
2947 for ac_exec_ext
in '' $ac_executable_extensions; do
2948 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2949 ac_cv_prog_ac_ct_CC
="gcc"
2950 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2958 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2959 if test -n "$ac_ct_CC"; then
2960 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2961 echo "${ECHO_T}$ac_ct_CC" >&6
2963 echo "$as_me:$LINENO: result: no" >&5
2964 echo "${ECHO_T}no" >&6
2972 if test -z "$CC"; then
2973 if test -n "$ac_tool_prefix"; then
2974 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2975 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2976 echo "$as_me:$LINENO: checking for $ac_word" >&5
2977 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2978 if test "${ac_cv_prog_CC+set}" = set; then
2979 echo $ECHO_N "(cached) $ECHO_C" >&6
2981 if test -n "$CC"; then
2982 ac_cv_prog_CC
="$CC" # Let the user override the test.
2984 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2988 test -z "$as_dir" && as_dir
=.
2989 for ac_exec_ext
in '' $ac_executable_extensions; do
2990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2991 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2992 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3001 if test -n "$CC"; then
3002 echo "$as_me:$LINENO: result: $CC" >&5
3003 echo "${ECHO_T}$CC" >&6
3005 echo "$as_me:$LINENO: result: no" >&5
3006 echo "${ECHO_T}no" >&6
3010 if test -z "$ac_cv_prog_CC"; then
3012 # Extract the first word of "cc", so it can be a program name with args.
3013 set dummy cc
; ac_word
=$2
3014 echo "$as_me:$LINENO: checking for $ac_word" >&5
3015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3016 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3017 echo $ECHO_N "(cached) $ECHO_C" >&6
3019 if test -n "$ac_ct_CC"; then
3020 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3029 ac_cv_prog_ac_ct_CC
="cc"
3030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3038 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3039 if test -n "$ac_ct_CC"; then
3040 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3041 echo "${ECHO_T}$ac_ct_CC" >&6
3043 echo "$as_me:$LINENO: result: no" >&5
3044 echo "${ECHO_T}no" >&6
3053 if test -z "$CC"; then
3054 # Extract the first word of "cc", so it can be a program name with args.
3055 set dummy cc
; ac_word
=$2
3056 echo "$as_me:$LINENO: checking for $ac_word" >&5
3057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3058 if test "${ac_cv_prog_CC+set}" = set; then
3059 echo $ECHO_N "(cached) $ECHO_C" >&6
3061 if test -n "$CC"; then
3062 ac_cv_prog_CC
="$CC" # Let the user override the test.
3065 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3069 test -z "$as_dir" && as_dir
=.
3070 for ac_exec_ext
in '' $ac_executable_extensions; do
3071 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3072 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3073 ac_prog_rejected
=yes
3077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3083 if test $ac_prog_rejected = yes; then
3084 # We found a bogon in the path, so make sure we never use it.
3085 set dummy
$ac_cv_prog_CC
3087 if test $# != 0; then
3088 # We chose a different compiler from the bogus one.
3089 # However, it has the same basename, so the bogon will be chosen
3090 # first if we set CC to just the basename; use the full file name.
3092 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3098 if test -n "$CC"; then
3099 echo "$as_me:$LINENO: result: $CC" >&5
3100 echo "${ECHO_T}$CC" >&6
3102 echo "$as_me:$LINENO: result: no" >&5
3103 echo "${ECHO_T}no" >&6
3107 if test -z "$CC"; then
3108 if test -n "$ac_tool_prefix"; then
3111 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3112 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3113 echo "$as_me:$LINENO: checking for $ac_word" >&5
3114 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3115 if test "${ac_cv_prog_CC+set}" = set; then
3116 echo $ECHO_N "(cached) $ECHO_C" >&6
3118 if test -n "$CC"; then
3119 ac_cv_prog_CC
="$CC" # Let the user override the test.
3121 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3125 test -z "$as_dir" && as_dir
=.
3126 for ac_exec_ext
in '' $ac_executable_extensions; do
3127 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3128 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3129 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3138 if test -n "$CC"; then
3139 echo "$as_me:$LINENO: result: $CC" >&5
3140 echo "${ECHO_T}$CC" >&6
3142 echo "$as_me:$LINENO: result: no" >&5
3143 echo "${ECHO_T}no" >&6
3146 test -n "$CC" && break
3149 if test -z "$CC"; then
3153 # Extract the first word of "$ac_prog", so it can be a program name with args.
3154 set dummy
$ac_prog; ac_word
=$2
3155 echo "$as_me:$LINENO: checking for $ac_word" >&5
3156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3157 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3158 echo $ECHO_N "(cached) $ECHO_C" >&6
3160 if test -n "$ac_ct_CC"; then
3161 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3167 test -z "$as_dir" && as_dir
=.
3168 for ac_exec_ext
in '' $ac_executable_extensions; do
3169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3170 ac_cv_prog_ac_ct_CC
="$ac_prog"
3171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3179 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3180 if test -n "$ac_ct_CC"; then
3181 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3182 echo "${ECHO_T}$ac_ct_CC" >&6
3184 echo "$as_me:$LINENO: result: no" >&5
3185 echo "${ECHO_T}no" >&6
3188 test -n "$ac_ct_CC" && break
3197 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3198 See \`config.log' for more details." >&5
3199 echo "$as_me: error: no acceptable C compiler found in \$PATH
3200 See \`config.log' for more details." >&2;}
3201 { (exit 1); exit 1; }; }
3203 # Provide some information about the compiler.
3204 echo "$as_me:$LINENO:" \
3205 "checking for C compiler version" >&5
3206 ac_compiler
=`set X $ac_compile; echo $2`
3207 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3208 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3211 (exit $ac_status); }
3212 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3213 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3216 (exit $ac_status); }
3217 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3218 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3221 (exit $ac_status); }
3223 cat >conftest.
$ac_ext <<_ACEOF
3226 cat confdefs.h
>>conftest.
$ac_ext
3227 cat >>conftest.
$ac_ext <<_ACEOF
3228 /* end confdefs.h. */
3238 ac_clean_files_save
=$ac_clean_files
3239 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3240 # Try to create an executable without -o first, disregard a.out.
3241 # It will help us diagnose broken compilers, and finding out an intuition
3243 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3244 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3245 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3246 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3247 (eval $ac_link_default) 2>&5
3249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3250 (exit $ac_status); }; then
3251 # Find the output, starting from the most likely. This scheme is
3252 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3255 # Be careful to initialize this variable, since it used to be cached.
3256 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3258 # b.out is created by i960 compilers.
3259 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3261 test -f "$ac_file" ||
continue
3263 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3266 # This is the source file.
3269 # We found the default executable, but exeext='' is most
3273 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3274 # FIXME: I believe we export ac_cv_exeext for Libtool,
3275 # but it would be cool to find out if it's true. Does anybody
3276 # maintain Libtool? --akim.
3284 echo "$as_me: failed program was:" >&5
3285 sed 's/^/| /' conftest.
$ac_ext >&5
3287 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3288 See \`config.log' for more details." >&5
3289 echo "$as_me: error: C compiler cannot create executables
3290 See \`config.log' for more details." >&2;}
3291 { (exit 77); exit 77; }; }
3294 ac_exeext
=$ac_cv_exeext
3295 echo "$as_me:$LINENO: result: $ac_file" >&5
3296 echo "${ECHO_T}$ac_file" >&6
3298 # Check the compiler produces executables we can run. If not, either
3299 # the compiler is broken, or we cross compile.
3300 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3301 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3302 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3303 # If not cross compiling, check that we can run a simple program.
3304 if test "$cross_compiling" != yes; then
3305 if { ac_try
='./$ac_file'
3306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310 (exit $ac_status); }; }; then
3313 if test "$cross_compiling" = maybe
; then
3316 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3317 If you meant to cross compile, use \`--host'.
3318 See \`config.log' for more details." >&5
3319 echo "$as_me: error: cannot run C compiled programs.
3320 If you meant to cross compile, use \`--host'.
3321 See \`config.log' for more details." >&2;}
3322 { (exit 1); exit 1; }; }
3326 echo "$as_me:$LINENO: result: yes" >&5
3327 echo "${ECHO_T}yes" >&6
3329 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3330 ac_clean_files
=$ac_clean_files_save
3331 # Check the compiler produces executables we can run. If not, either
3332 # the compiler is broken, or we cross compile.
3333 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3334 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3335 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3336 echo "${ECHO_T}$cross_compiling" >&6
3338 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3339 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3341 (eval $ac_link) 2>&5
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }; then
3345 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3346 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3347 # work properly (i.e., refer to `conftest.exe'), while it won't with
3349 for ac_file
in conftest.exe conftest conftest.
*; do
3350 test -f "$ac_file" ||
continue
3352 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3353 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3360 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3361 See \`config.log' for more details." >&5
3362 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3363 See \`config.log' for more details." >&2;}
3364 { (exit 1); exit 1; }; }
3367 rm -f conftest
$ac_cv_exeext
3368 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3369 echo "${ECHO_T}$ac_cv_exeext" >&6
3371 rm -f conftest.
$ac_ext
3372 EXEEXT
=$ac_cv_exeext
3374 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3375 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3376 if test "${ac_cv_objext+set}" = set; then
3377 echo $ECHO_N "(cached) $ECHO_C" >&6
3379 cat >conftest.
$ac_ext <<_ACEOF
3382 cat confdefs.h
>>conftest.
$ac_ext
3383 cat >>conftest.
$ac_ext <<_ACEOF
3384 /* end confdefs.h. */
3394 rm -f conftest.o conftest.obj
3395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3396 (eval $ac_compile) 2>&5
3398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3399 (exit $ac_status); }; then
3400 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3402 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3403 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3408 echo "$as_me: failed program was:" >&5
3409 sed 's/^/| /' conftest.
$ac_ext >&5
3411 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3412 See \`config.log' for more details." >&5
3413 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3414 See \`config.log' for more details." >&2;}
3415 { (exit 1); exit 1; }; }
3418 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3420 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3421 echo "${ECHO_T}$ac_cv_objext" >&6
3422 OBJEXT
=$ac_cv_objext
3424 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3425 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3426 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3427 echo $ECHO_N "(cached) $ECHO_C" >&6
3429 cat >conftest.
$ac_ext <<_ACEOF
3432 cat confdefs.h
>>conftest.
$ac_ext
3433 cat >>conftest.
$ac_ext <<_ACEOF
3434 /* end confdefs.h. */
3447 rm -f conftest.
$ac_objext
3448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3449 (eval $ac_compile) 2>conftest.er1
3451 grep -v '^ *+' conftest.er1
>conftest.err
3453 cat conftest.err
>&5
3454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3455 (exit $ac_status); } &&
3456 { ac_try
='test -z "$ac_c_werror_flag"
3457 || test ! -s conftest.err'
3458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3462 (exit $ac_status); }; } &&
3463 { ac_try
='test -s conftest.$ac_objext'
3464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }; }; then
3471 echo "$as_me: failed program was:" >&5
3472 sed 's/^/| /' conftest.
$ac_ext >&5
3476 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3477 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3480 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3481 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3482 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3483 ac_test_CFLAGS
=${CFLAGS+set}
3484 ac_save_CFLAGS
=$CFLAGS
3486 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3487 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3488 if test "${ac_cv_prog_cc_g+set}" = set; then
3489 echo $ECHO_N "(cached) $ECHO_C" >&6
3491 cat >conftest.
$ac_ext <<_ACEOF
3494 cat confdefs.h
>>conftest.
$ac_ext
3495 cat >>conftest.
$ac_ext <<_ACEOF
3496 /* end confdefs.h. */
3506 rm -f conftest.
$ac_objext
3507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3508 (eval $ac_compile) 2>conftest.er1
3510 grep -v '^ *+' conftest.er1
>conftest.err
3512 cat conftest.err
>&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } &&
3515 { ac_try
='test -z "$ac_c_werror_flag"
3516 || test ! -s conftest.err'
3517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3521 (exit $ac_status); }; } &&
3522 { ac_try
='test -s conftest.$ac_objext'
3523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); }; }; then
3530 echo "$as_me: failed program was:" >&5
3531 sed 's/^/| /' conftest.
$ac_ext >&5
3535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3537 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3538 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3539 if test "$ac_test_CFLAGS" = set; then
3540 CFLAGS
=$ac_save_CFLAGS
3541 elif test $ac_cv_prog_cc_g = yes; then
3542 if test "$GCC" = yes; then
3548 if test "$GCC" = yes; then
3554 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3555 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3556 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3557 echo $ECHO_N "(cached) $ECHO_C" >&6
3559 ac_cv_prog_cc_stdc
=no
3561 cat >conftest.
$ac_ext <<_ACEOF
3564 cat confdefs.h
>>conftest.
$ac_ext
3565 cat >>conftest.
$ac_ext <<_ACEOF
3566 /* end confdefs.h. */
3569 #include <sys/types.h>
3570 #include <sys/stat.h>
3571 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3572 struct buf { int x; };
3573 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3574 static char *e (p, i)
3580 static char *f (char * (*g) (char **, int), char **p, ...)
3585 s = g (p, va_arg (v,int));
3590 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3591 function prototypes and stuff, but not '\xHH' hex character constants.
3592 These don't provoke an error unfortunately, instead are silently treated
3593 as 'x'. The following induces an error, until -std1 is added to get
3594 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3595 array size at least. It's necessary to write '\x00'==0 to get something
3596 that's true only with -std1. */
3597 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599 int test (int i, double x);
3600 struct s1 {int (*f) (int a);};
3601 struct s2 {int (*f) (double a);};
3602 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3608 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3613 # Don't try gcc -ansi; that turns off useful extensions and
3614 # breaks some systems' header files.
3615 # AIX -qlanglvl=ansi
3616 # Ultrix and OSF/1 -std1
3617 # HP-UX 10.20 and later -Ae
3618 # HP-UX older versions -Aa -D_HPUX_SOURCE
3619 # SVR4 -Xc -D__EXTENSIONS__
3620 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3622 CC
="$ac_save_CC $ac_arg"
3623 rm -f conftest.
$ac_objext
3624 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3625 (eval $ac_compile) 2>conftest.er1
3627 grep -v '^ *+' conftest.er1
>conftest.err
3629 cat conftest.err
>&5
3630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } &&
3632 { ac_try
='test -z "$ac_c_werror_flag"
3633 || test ! -s conftest.err'
3634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3638 (exit $ac_status); }; } &&
3639 { ac_try
='test -s conftest.$ac_objext'
3640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3644 (exit $ac_status); }; }; then
3645 ac_cv_prog_cc_stdc
=$ac_arg
3648 echo "$as_me: failed program was:" >&5
3649 sed 's/^/| /' conftest.
$ac_ext >&5
3652 rm -f conftest.err conftest.
$ac_objext
3654 rm -f conftest.
$ac_ext conftest.
$ac_objext
3659 case "x$ac_cv_prog_cc_stdc" in
3661 echo "$as_me:$LINENO: result: none needed" >&5
3662 echo "${ECHO_T}none needed" >&6 ;;
3664 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3665 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3666 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3669 # Some people use a C++ compiler to compile C. Since we use `exit',
3670 # in C++ we need to declare it. In case someone uses the same compiler
3671 # for both compiling C and C++ we need to have the C++ compiler decide
3672 # the declaration of exit, since it's the most demanding environment.
3673 cat >conftest.
$ac_ext <<_ACEOF
3678 rm -f conftest.
$ac_objext
3679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3680 (eval $ac_compile) 2>conftest.er1
3682 grep -v '^ *+' conftest.er1
>conftest.err
3684 cat conftest.err
>&5
3685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3686 (exit $ac_status); } &&
3687 { ac_try
='test -z "$ac_c_werror_flag"
3688 || test ! -s conftest.err'
3689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3693 (exit $ac_status); }; } &&
3694 { ac_try
='test -s conftest.$ac_objext'
3695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 (exit $ac_status); }; }; then
3700 for ac_declaration
in \
3702 'extern "C" void std::exit (int) throw (); using std::exit;' \
3703 'extern "C" void std::exit (int); using std::exit;' \
3704 'extern "C" void exit (int) throw ();' \
3705 'extern "C" void exit (int);' \
3708 cat >conftest.
$ac_ext <<_ACEOF
3711 cat confdefs.h
>>conftest.
$ac_ext
3712 cat >>conftest.
$ac_ext <<_ACEOF
3713 /* end confdefs.h. */
3724 rm -f conftest.
$ac_objext
3725 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3726 (eval $ac_compile) 2>conftest.er1
3728 grep -v '^ *+' conftest.er1
>conftest.err
3730 cat conftest.err
>&5
3731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3732 (exit $ac_status); } &&
3733 { ac_try
='test -z "$ac_c_werror_flag"
3734 || test ! -s conftest.err'
3735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3739 (exit $ac_status); }; } &&
3740 { ac_try
='test -s conftest.$ac_objext'
3741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3745 (exit $ac_status); }; }; then
3748 echo "$as_me: failed program was:" >&5
3749 sed 's/^/| /' conftest.
$ac_ext >&5
3753 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3754 cat >conftest.
$ac_ext <<_ACEOF
3757 cat confdefs.h
>>conftest.
$ac_ext
3758 cat >>conftest.
$ac_ext <<_ACEOF
3759 /* end confdefs.h. */
3769 rm -f conftest.
$ac_objext
3770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3771 (eval $ac_compile) 2>conftest.er1
3773 grep -v '^ *+' conftest.er1
>conftest.err
3775 cat conftest.err
>&5
3776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3777 (exit $ac_status); } &&
3778 { ac_try
='test -z "$ac_c_werror_flag"
3779 || test ! -s conftest.err'
3780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); }; } &&
3785 { ac_try
='test -s conftest.$ac_objext'
3786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); }; }; then
3793 echo "$as_me: failed program was:" >&5
3794 sed 's/^/| /' conftest.
$ac_ext >&5
3797 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3800 if test -n "$ac_declaration"; then
3801 echo '#ifdef __cplusplus' >>confdefs.h
3802 echo $ac_declaration >>confdefs.h
3803 echo '#endif' >>confdefs.h
3807 echo "$as_me: failed program was:" >&5
3808 sed 's/^/| /' conftest.
$ac_ext >&5
3811 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3813 ac_cpp
='$CPP $CPPFLAGS'
3814 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3815 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3816 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3819 ac_cpp
='$CXXCPP $CPPFLAGS'
3820 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3821 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3822 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3823 if test -n "$ac_tool_prefix"; then
3824 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3826 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3827 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3828 echo "$as_me:$LINENO: checking for $ac_word" >&5
3829 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3830 if test "${ac_cv_prog_CXX+set}" = set; then
3831 echo $ECHO_N "(cached) $ECHO_C" >&6
3833 if test -n "$CXX"; then
3834 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3836 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3840 test -z "$as_dir" && as_dir
=.
3841 for ac_exec_ext
in '' $ac_executable_extensions; do
3842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3843 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 if test -n "$CXX"; then
3854 echo "$as_me:$LINENO: result: $CXX" >&5
3855 echo "${ECHO_T}$CXX" >&6
3857 echo "$as_me:$LINENO: result: no" >&5
3858 echo "${ECHO_T}no" >&6
3861 test -n "$CXX" && break
3864 if test -z "$CXX"; then
3866 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3868 # Extract the first word of "$ac_prog", so it can be a program name with args.
3869 set dummy
$ac_prog; ac_word
=$2
3870 echo "$as_me:$LINENO: checking for $ac_word" >&5
3871 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3872 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3873 echo $ECHO_N "(cached) $ECHO_C" >&6
3875 if test -n "$ac_ct_CXX"; then
3876 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3878 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3882 test -z "$as_dir" && as_dir
=.
3883 for ac_exec_ext
in '' $ac_executable_extensions; do
3884 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3885 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3886 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3894 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3895 if test -n "$ac_ct_CXX"; then
3896 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3897 echo "${ECHO_T}$ac_ct_CXX" >&6
3899 echo "$as_me:$LINENO: result: no" >&5
3900 echo "${ECHO_T}no" >&6
3903 test -n "$ac_ct_CXX" && break
3905 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3911 # Provide some information about the compiler.
3912 echo "$as_me:$LINENO:" \
3913 "checking for C++ compiler version" >&5
3914 ac_compiler
=`set X $ac_compile; echo $2`
3915 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3916 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 (exit $ac_status); }
3920 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3921 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924 (exit $ac_status); }
3925 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3926 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 (exit $ac_status); }
3931 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3932 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3933 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3934 echo $ECHO_N "(cached) $ECHO_C" >&6
3936 cat >conftest.
$ac_ext <<_ACEOF
3939 cat confdefs.h
>>conftest.
$ac_ext
3940 cat >>conftest.
$ac_ext <<_ACEOF
3941 /* end confdefs.h. */
3954 rm -f conftest.
$ac_objext
3955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3956 (eval $ac_compile) 2>conftest.er1
3958 grep -v '^ *+' conftest.er1
>conftest.err
3960 cat conftest.err
>&5
3961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3962 (exit $ac_status); } &&
3963 { ac_try
='test -z "$ac_cxx_werror_flag"
3964 || test ! -s conftest.err'
3965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); }; } &&
3970 { ac_try
='test -s conftest.$ac_objext'
3971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); }; }; then
3978 echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.
$ac_ext >&5
3983 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3984 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3987 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3988 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3989 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3990 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3991 ac_save_CXXFLAGS
=$CXXFLAGS
3993 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3994 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3995 if test "${ac_cv_prog_cxx_g+set}" = set; then
3996 echo $ECHO_N "(cached) $ECHO_C" >&6
3998 cat >conftest.
$ac_ext <<_ACEOF
4001 cat confdefs.h
>>conftest.
$ac_ext
4002 cat >>conftest.
$ac_ext <<_ACEOF
4003 /* end confdefs.h. */
4013 rm -f conftest.
$ac_objext
4014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4015 (eval $ac_compile) 2>conftest.er1
4017 grep -v '^ *+' conftest.er1
>conftest.err
4019 cat conftest.err
>&5
4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4021 (exit $ac_status); } &&
4022 { ac_try
='test -z "$ac_cxx_werror_flag"
4023 || test ! -s conftest.err'
4024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4028 (exit $ac_status); }; } &&
4029 { ac_try
='test -s conftest.$ac_objext'
4030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4034 (exit $ac_status); }; }; then
4035 ac_cv_prog_cxx_g
=yes
4037 echo "$as_me: failed program was:" >&5
4038 sed 's/^/| /' conftest.
$ac_ext >&5
4042 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4044 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4045 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4046 if test "$ac_test_CXXFLAGS" = set; then
4047 CXXFLAGS
=$ac_save_CXXFLAGS
4048 elif test $ac_cv_prog_cxx_g = yes; then
4049 if test "$GXX" = yes; then
4055 if test "$GXX" = yes; then
4061 for ac_declaration
in \
4063 'extern "C" void std::exit (int) throw (); using std::exit;' \
4064 'extern "C" void std::exit (int); using std::exit;' \
4065 'extern "C" void exit (int) throw ();' \
4066 'extern "C" void exit (int);' \
4069 cat >conftest.
$ac_ext <<_ACEOF
4072 cat confdefs.h
>>conftest.
$ac_ext
4073 cat >>conftest.
$ac_ext <<_ACEOF
4074 /* end confdefs.h. */
4085 rm -f conftest.
$ac_objext
4086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4087 (eval $ac_compile) 2>conftest.er1
4089 grep -v '^ *+' conftest.er1
>conftest.err
4091 cat conftest.err
>&5
4092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4093 (exit $ac_status); } &&
4094 { ac_try
='test -z "$ac_cxx_werror_flag"
4095 || test ! -s conftest.err'
4096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4100 (exit $ac_status); }; } &&
4101 { ac_try
='test -s conftest.$ac_objext'
4102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4106 (exit $ac_status); }; }; then
4109 echo "$as_me: failed program was:" >&5
4110 sed 's/^/| /' conftest.
$ac_ext >&5
4114 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4115 cat >conftest.
$ac_ext <<_ACEOF
4118 cat confdefs.h
>>conftest.
$ac_ext
4119 cat >>conftest.
$ac_ext <<_ACEOF
4120 /* end confdefs.h. */
4130 rm -f conftest.
$ac_objext
4131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4132 (eval $ac_compile) 2>conftest.er1
4134 grep -v '^ *+' conftest.er1
>conftest.err
4136 cat conftest.err
>&5
4137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4138 (exit $ac_status); } &&
4139 { ac_try
='test -z "$ac_cxx_werror_flag"
4140 || test ! -s conftest.err'
4141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4145 (exit $ac_status); }; } &&
4146 { ac_try
='test -s conftest.$ac_objext'
4147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151 (exit $ac_status); }; }; then
4154 echo "$as_me: failed program was:" >&5
4155 sed 's/^/| /' conftest.
$ac_ext >&5
4158 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4161 if test -n "$ac_declaration"; then
4162 echo '#ifdef __cplusplus' >>confdefs.h
4163 echo $ac_declaration >>confdefs.h
4164 echo '#endif' >>confdefs.h
4168 ac_cpp
='$CPP $CPPFLAGS'
4169 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4170 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4171 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4174 # We must set the default linker to the linker used by gcc for the correct
4175 # operation of libtool. If LD is not defined and we are using gcc, try to
4176 # set the LD default to the ld used by gcc.
4177 if test -z "$LD"; then
4178 if test "$GCC" = yes; then
4181 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4183 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4185 case $gcc_prog_ld in
4186 # Accept absolute paths.
4187 [\\/]* |
[A-Za-z
]:[\\/]*)
4188 LD
="$gcc_prog_ld" ;;
4196 if test -n "$ac_tool_prefix"; then
4197 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4198 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4199 echo "$as_me:$LINENO: checking for $ac_word" >&5
4200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4201 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4202 echo $ECHO_N "(cached) $ECHO_C" >&6
4204 if test -n "$GNATBIND"; then
4205 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4211 test -z "$as_dir" && as_dir
=.
4212 for ac_exec_ext
in '' $ac_executable_extensions; do
4213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4214 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 GNATBIND
=$ac_cv_prog_GNATBIND
4224 if test -n "$GNATBIND"; then
4225 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4226 echo "${ECHO_T}$GNATBIND" >&6
4228 echo "$as_me:$LINENO: result: no" >&5
4229 echo "${ECHO_T}no" >&6
4233 if test -z "$ac_cv_prog_GNATBIND"; then
4234 ac_ct_GNATBIND
=$GNATBIND
4235 # Extract the first word of "gnatbind", so it can be a program name with args.
4236 set dummy gnatbind
; ac_word
=$2
4237 echo "$as_me:$LINENO: checking for $ac_word" >&5
4238 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4239 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4240 echo $ECHO_N "(cached) $ECHO_C" >&6
4242 if test -n "$ac_ct_GNATBIND"; then
4243 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4245 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4249 test -z "$as_dir" && as_dir
=.
4250 for ac_exec_ext
in '' $ac_executable_extensions; do
4251 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4252 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4253 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4259 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4262 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4263 if test -n "$ac_ct_GNATBIND"; then
4264 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4265 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4267 echo "$as_me:$LINENO: result: no" >&5
4268 echo "${ECHO_T}no" >&6
4271 GNATBIND
=$ac_ct_GNATBIND
4273 GNATBIND
="$ac_cv_prog_GNATBIND"
4276 if test -n "$ac_tool_prefix"; then
4277 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4278 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4279 echo "$as_me:$LINENO: checking for $ac_word" >&5
4280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4281 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4282 echo $ECHO_N "(cached) $ECHO_C" >&6
4284 if test -n "$GNATMAKE"; then
4285 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4291 test -z "$as_dir" && as_dir
=.
4292 for ac_exec_ext
in '' $ac_executable_extensions; do
4293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4294 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4303 GNATMAKE
=$ac_cv_prog_GNATMAKE
4304 if test -n "$GNATMAKE"; then
4305 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4306 echo "${ECHO_T}$GNATMAKE" >&6
4308 echo "$as_me:$LINENO: result: no" >&5
4309 echo "${ECHO_T}no" >&6
4313 if test -z "$ac_cv_prog_GNATMAKE"; then
4314 ac_ct_GNATMAKE
=$GNATMAKE
4315 # Extract the first word of "gnatmake", so it can be a program name with args.
4316 set dummy gnatmake
; ac_word
=$2
4317 echo "$as_me:$LINENO: checking for $ac_word" >&5
4318 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4319 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4320 echo $ECHO_N "(cached) $ECHO_C" >&6
4322 if test -n "$ac_ct_GNATMAKE"; then
4323 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4325 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4329 test -z "$as_dir" && as_dir
=.
4330 for ac_exec_ext
in '' $ac_executable_extensions; do
4331 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4332 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4339 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4342 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4343 if test -n "$ac_ct_GNATMAKE"; then
4344 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4345 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4347 echo "$as_me:$LINENO: result: no" >&5
4348 echo "${ECHO_T}no" >&6
4351 GNATMAKE
=$ac_ct_GNATMAKE
4353 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4356 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4357 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4358 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4359 echo $ECHO_N "(cached) $ECHO_C" >&6
4361 cat >conftest.adb
<<EOF
4362 procedure conftest is begin null; end conftest;
4364 acx_cv_cc_gcc_supports_ada
=no
4365 # There is a bug in old released versions of GCC which causes the
4366 # driver to exit successfully when the appropriate language module
4367 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4368 # Therefore we must check for the error message as well as an
4369 # unsuccessful exit.
4370 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4371 # given a .adb file, but produce no object file. So we must check
4372 # if an object file was really produced to guard against this.
4373 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4374 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4375 acx_cv_cc_gcc_supports_ada
=yes
4379 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4380 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4382 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4388 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4389 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4390 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4391 echo $ECHO_N "(cached) $ECHO_C" >&6
4395 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4396 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4397 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4400 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4403 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4404 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4407 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4413 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4414 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4415 do_compare
="$gcc_cv_prog_cmp_skip"
4419 # Check for GMP and MPFR
4420 gmplibs
="-lmpfr -lgmp"
4424 # Specify a location for mpfr
4425 # check for this first so it ends up on the link line before gmp.
4427 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4428 if test "${with_mpfr_dir+set}" = set; then
4429 withval
="$with_mpfr_dir"
4430 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4431 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4432 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4433 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4434 { (exit 1); exit 1; }; }
4438 # Check whether --with-mpfr or --without-mpfr was given.
4439 if test "${with_mpfr+set}" = set; then
4440 withval
="$with_mpfr"
4444 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4445 if test "${with_mpfr_include+set}" = set; then
4446 withval
="$with_mpfr_include"
4450 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4451 if test "${with_mpfr_lib+set}" = set; then
4452 withval
="$with_mpfr_lib"
4456 if test "x$with_mpfr" != x
; then
4457 gmplibs
="-L$with_mpfr/lib $gmplibs"
4458 gmpinc
="-I$with_mpfr/include"
4460 if test "x$with_mpfr_include" != x
; then
4461 gmpinc
="-I$with_mpfr_include"
4463 if test "x$with_mpfr_lib" != x
; then
4464 gmplibs
="-L$with_mpfr_lib $gmplibs"
4466 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4467 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4468 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4469 # Do not test the mpfr version. Assume that it is sufficient, since
4470 # it is in the source tree, and the library has not been built yet
4471 # but it would be included on the link line in the version check below
4472 # hence making the test fail.
4476 # Specify a location for gmp
4478 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4479 if test "${with_gmp_dir+set}" = set; then
4480 withval
="$with_gmp_dir"
4481 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4482 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4483 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4484 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4485 { (exit 1); exit 1; }; }
4489 # Check whether --with-gmp or --without-gmp was given.
4490 if test "${with_gmp+set}" = set; then
4495 # Check whether --with-gmp_include or --without-gmp_include was given.
4496 if test "${with_gmp_include+set}" = set; then
4497 withval
="$with_gmp_include"
4501 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4502 if test "${with_gmp_lib+set}" = set; then
4503 withval
="$with_gmp_lib"
4508 if test "x$with_gmp" != x
; then
4509 gmplibs
="-L$with_gmp/lib $gmplibs"
4510 gmpinc
="-I$with_gmp/include $gmpinc"
4512 if test "x$with_gmp_include" != x
; then
4513 gmpinc
="-I$with_gmp_include $gmpinc"
4515 if test "x$with_gmp_lib" != x
; then
4516 gmplibs
="-L$with_gmp_lib $gmplibs"
4518 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4519 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4520 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4521 # Do not test the gmp version. Assume that it is sufficient, since
4522 # it is in the source tree, and the library has not been built yet
4523 # but it would be included on the link line in the version check below
4524 # hence making the test fail.
4528 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4530 saved_CFLAGS
="$CFLAGS"
4531 CFLAGS
="$CFLAGS $gmpinc"
4532 # Check GMP actually works
4533 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4534 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4536 cat >conftest.
$ac_ext <<_ACEOF
4539 cat confdefs.h
>>conftest.
$ac_ext
4540 cat >>conftest.
$ac_ext <<_ACEOF
4541 /* end confdefs.h. */
4547 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4555 rm -f conftest.
$ac_objext
4556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4557 (eval $ac_compile) 2>conftest.er1
4559 grep -v '^ *+' conftest.er1
>conftest.err
4561 cat conftest.err
>&5
4562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4563 (exit $ac_status); } &&
4564 { ac_try
='test -z "$ac_c_werror_flag"
4565 || test ! -s conftest.err'
4566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570 (exit $ac_status); }; } &&
4571 { ac_try
='test -s conftest.$ac_objext'
4572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); }; }; then
4577 echo "$as_me:$LINENO: result: yes" >&5
4578 echo "${ECHO_T}yes" >&6
4580 echo "$as_me: failed program was:" >&5
4581 sed 's/^/| /' conftest.
$ac_ext >&5
4583 echo "$as_me:$LINENO: result: no" >&5
4584 echo "${ECHO_T}no" >&6; have_gmp
=no
4586 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4588 if test x
"$have_gmp" = xyes
; then
4590 LIBS
="$LIBS $gmplibs"
4591 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4592 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4593 cat >conftest.
$ac_ext <<_ACEOF
4596 cat confdefs.h
>>conftest.
$ac_ext
4597 cat >>conftest.
$ac_ext <<_ACEOF
4598 /* end confdefs.h. */
4605 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4613 mpfr_atan2 (n, n, x, GMP_RNDN);
4614 mpfr_erfc (n, x, GMP_RNDN);
4615 mpfr_subnormalize (x, t, GMP_RNDN);
4621 rm -f conftest.
$ac_objext conftest
$ac_exeext
4622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4623 (eval $ac_link) 2>conftest.er1
4625 grep -v '^ *+' conftest.er1
>conftest.err
4627 cat conftest.err
>&5
4628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4629 (exit $ac_status); } &&
4630 { ac_try
='test -z "$ac_c_werror_flag"
4631 || test ! -s conftest.err'
4632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4636 (exit $ac_status); }; } &&
4637 { ac_try
='test -s conftest$ac_exeext'
4638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4642 (exit $ac_status); }; }; then
4643 cat >conftest.
$ac_ext <<_ACEOF
4646 cat confdefs.h
>>conftest.
$ac_ext
4647 cat >>conftest.
$ac_ext <<_ACEOF
4648 /* end confdefs.h. */
4655 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,0)
4658 mpfr_t n; mpfr_init(n);
4664 rm -f conftest.
$ac_objext conftest
$ac_exeext
4665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4666 (eval $ac_link) 2>conftest.er1
4668 grep -v '^ *+' conftest.er1
>conftest.err
4670 cat conftest.err
>&5
4671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672 (exit $ac_status); } &&
4673 { ac_try
='test -z "$ac_c_werror_flag"
4674 || test ! -s conftest.err'
4675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4679 (exit $ac_status); }; } &&
4680 { ac_try
='test -s conftest$ac_exeext'
4681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4685 (exit $ac_status); }; }; then
4686 echo "$as_me:$LINENO: result: yes" >&5
4687 echo "${ECHO_T}yes" >&6
4689 echo "$as_me: failed program was:" >&5
4690 sed 's/^/| /' conftest.
$ac_ext >&5
4692 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4693 echo "${ECHO_T}buggy but acceptable" >&6
4695 rm -f conftest.err conftest.
$ac_objext \
4696 conftest
$ac_exeext conftest.
$ac_ext
4698 echo "$as_me: failed program was:" >&5
4699 sed 's/^/| /' conftest.
$ac_ext >&5
4701 echo "$as_me:$LINENO: result: no" >&5
4702 echo "${ECHO_T}no" >&6; have_gmp
=no
4704 rm -f conftest.err conftest.
$ac_objext \
4705 conftest
$ac_exeext conftest.
$ac_ext
4708 CFLAGS
="$saved_CFLAGS"
4710 if test x
$have_gmp != xyes
; then
4711 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4712 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4713 Copies of these libraries' source code can be found at their respective
4714 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4715 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4716 If you obtained GMP and/or MPFR from a vendor distribution package, make
4717 sure that you have installed both the libraries and the header files.
4718 They may be located in separate packages." >&5
4719 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
4720 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4721 Copies of these libraries' source code can be found at their respective
4722 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4723 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4724 If you obtained GMP and/or MPFR from a vendor distribution package, make
4725 sure that you have installed both the libraries and the header files.
4726 They may be located in separate packages." >&2;}
4727 { (exit 1); exit 1; }; }
4731 # Flags needed for both GMP and/or MPFR
4735 # By default, C is the only stage 1 language.
4736 stage1_languages
=,c
,
4738 # Figure out what language subdirectories are present.
4739 # Look if the user specified --enable-languages="..."; if not, use
4740 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4742 # NB: embedded tabs in this IF block -- do not untabify
4743 if test -d ${srcdir}/gcc
; then
4744 if test x
"${enable_languages+set}" != xset
; then
4745 if test x
"${LANGUAGES+set}" = xset
; then
4746 enable_languages
="${LANGUAGES}"
4747 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4749 enable_languages
=all
4752 if test x
"${enable_languages}" = x ||
4753 test x
"${enable_languages}" = xyes
;
4755 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4759 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4761 # 'f95' is the old name for the 'fortran' language. We issue a warning
4762 # and make the substitution.
4763 case ,${enable_languages}, in
4765 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4766 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4770 # First scan to see if an enabled language requires some other language.
4771 # We assume that a given config-lang.in will list all the language
4772 # front ends it requires, even if some are required indirectly.
4773 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4774 case ${lang_frag} in
4776 # The odd quoting in the next line works around
4777 # an apparent bug in bash 1.12 on linux.
4778 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4780 # From the config-lang.in, get $language, $lang_requires
4784 for other
in ${lang_requires} ; do
4785 case ,${enable_languages}, in
4789 echo " \`$other' language required by \`$language'; enabling" 1>&2
4790 enable_languages
="${enable_languages},${other}"
4798 new_enable_languages
=,c
,
4799 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4800 potential_languages
=,c
,
4802 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4803 case ${lang_frag} in
4805 # The odd quoting in the next line works around
4806 # an apparent bug in bash 1.12 on linux.
4807 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4809 # From the config-lang.in, get $language, $target_libs,
4810 # $lang_dirs, $boot_language, and $build_by_default
4816 build_by_default
=yes
4818 if test x
${language} = x
; then
4819 echo "${lang_frag} doesn't set \$language." 1>&2
4823 case ,${enable_languages}, in
4825 # Language was explicitly selected; include it.
4829 # 'all' was selected, select it if it is a default language
4830 add_this_lang
=${build_by_default}
4837 # Disable languages that need other directories if these aren't available.
4838 for i
in $subdir_requires; do
4839 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4840 case ,${enable_languages}, in
4842 # Specifically requested language; tell them.
4843 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4844 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4845 { (exit 1); exit 1; }; }
4849 add_this_lang
=unsupported
4854 # Disable Ada if no preexisting GNAT is available.
4855 case ,${enable_languages},:${language}:${have_gnat} in
4856 *,${language},*:ada
:no
)
4857 # Specifically requested language; tell them.
4858 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4859 echo "$as_me: error: GNAT is required to build $language" >&2;}
4860 { (exit 1); exit 1; }; }
4864 add_this_lang
=unsupported
4868 # Disable a language that is unsupported by the target.
4869 case " $unsupported_languages " in
4871 add_this_lang
=unsupported
4875 case $add_this_lang in
4877 # Remove language-dependent dirs.
4878 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4881 # Remove language-dependent dirs; still show language as supported.
4882 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4883 potential_languages
="${potential_languages}${language},"
4886 new_enable_languages
="${new_enable_languages}${language},"
4887 potential_languages
="${potential_languages}${language},"
4888 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4889 case ${boot_language} in
4891 # Add to (comma-separated) list of stage 1 languages.
4892 stage1_languages
="${stage1_languages}${language},"
4901 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4902 if test "${enable_stage1_languages+set}" = set; then
4903 enableval
="$enable_stage1_languages"
4904 case ,${enable_stage1_languages}, in
4906 # Set it to something that will have no effect in the loop below
4907 enable_stage1_languages
=c
;;
4909 enable_stage1_languages
=`echo $new_enable_languages | \
4910 sed -e "s/^,//" -e "s/,$//" ` ;;
4912 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4913 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4916 # Add "good" languages from enable_stage1_languages to stage1_languages,
4917 # while "bad" languages go in missing_languages. Leave no duplicates.
4918 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4919 case $potential_languages in
4921 case $stage1_languages in
4923 *) stage1_languages
="$stage1_languages$i," ;;
4926 case $missing_languages in
4928 *) missing_languages
="$missing_languages$i," ;;
4934 # Remove leading/trailing commas that were added for simplicity
4935 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4936 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4937 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4938 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4940 if test "x$missing_languages" != x
; then
4941 { { echo "$as_me:$LINENO: error:
4942 The following requested languages could not be built: ${missing_languages}
4943 Supported languages are: ${potential_languages}" >&5
4944 echo "$as_me: error:
4945 The following requested languages could not be built: ${missing_languages}
4946 Supported languages are: ${potential_languages}" >&2;}
4947 { (exit 1); exit 1; }; }
4949 if test "x$new_enable_languages" != "x$enable_languages"; then
4950 echo The following languages will be built
: ${new_enable_languages}
4951 enable_languages
="$new_enable_languages"
4955 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4958 # Handle --disable-<component> generically.
4959 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4960 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4961 varname
=`echo $dirname | sed -e s/+/_/g`
4962 if eval test x\
${enable_${varname}} "=" xno
; then
4963 noconfigdirs
="$noconfigdirs $dir"
4967 # Check for Boehm's garbage collector
4968 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4969 if test "${enable_objc_gc+set}" = set; then
4970 enableval
="$enable_objc_gc"
4971 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4972 *,objc
,*:*:yes:*target-boehm-gc
*)
4973 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4974 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4975 { (exit 1); exit 1; }; }
4980 # Make sure we only build Boehm's garbage collector if required.
4981 case ,${enable_languages},:${enable_objc_gc} in
4983 # Keep target-boehm-gc if requested for Objective-C.
4986 # Otherwise remove target-boehm-gc depending on target-libjava.
4987 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4988 noconfigdirs
="$noconfigdirs target-boehm-gc"
4993 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4994 # $build_configdirs and $target_configdirs.
4995 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4998 for dir
in .
$skipdirs $noconfigdirs ; do
4999 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5000 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5001 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5002 if test -r $srcdir/$dirname/configure
; then
5003 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5006 notsupp
="$notsupp $dir"
5010 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5011 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5012 if test -r $srcdir/$dirname/configure
; then
5013 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5016 notsupp
="$notsupp $dir"
5020 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5021 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5022 if test -r $srcdir/$dirname/configure
; then
5023 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5026 notsupp
="$notsupp $dir"
5032 # Sometimes the tools are distributed with libiberty but with no other
5033 # libraries. In that case, we don't want to build target-libiberty.
5034 # Don't let libgcc imply libiberty either.
5035 if test -n "${target_configdirs}" ; then
5038 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5039 if test "$i" = "libgcc"; then
5040 libgcc
=target-libgcc
5041 elif test "$i" != "libiberty" ; then
5042 if test -r $srcdir/$i/configure
; then
5048 if test -z "${others}" ; then
5049 target_configdirs
=$libgcc
5053 # Quietly strip out all directories which aren't configurable in this tree.
5054 # This relies on all configurable subdirectories being autoconfiscated, which
5056 build_configdirs_all
="$build_configdirs"
5058 for i
in ${build_configdirs_all} ; do
5059 j
=`echo $i | sed -e s/build-//g`
5060 if test -f ${srcdir}/$j/configure
; then
5061 build_configdirs
="${build_configdirs} $i"
5065 configdirs_all
="$configdirs"
5067 for i
in ${configdirs_all} ; do
5068 if test -f ${srcdir}/$i/configure
; then
5069 configdirs
="${configdirs} $i"
5073 target_configdirs_all
="$target_configdirs"
5075 for i
in ${target_configdirs_all} ; do
5076 j
=`echo $i | sed -e s/target-//g`
5077 if test -f ${srcdir}/$j/configure
; then
5078 target_configdirs
="${target_configdirs} $i"
5082 # Produce a warning message for the subdirs we can't configure.
5083 # This isn't especially interesting in the Cygnus tree, but in the individual
5084 # FSF releases, it's important to let people know when their machine isn't
5085 # supported by the one or two programs in a package.
5087 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5088 # If $appdirs is non-empty, at least one of those directories must still
5089 # be configured, or we error out. (E.g., if the gas release supports a
5090 # specified target in some subdirs but not the gas subdir, we shouldn't
5091 # pretend that all is well.)
5092 if test -n "$appdirs" ; then
5093 for dir
in $appdirs ; do
5094 if test -r $dir/Makefile.
in ; then
5095 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5099 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5105 if test -n "$appdirs" ; then
5106 echo "*** This configuration is not supported by this package." 1>&2
5110 # Okay, some application will build, or we don't care to check. Still
5111 # notify of subdirs not getting built.
5112 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5113 echo " ${notsupp}" 1>&2
5114 echo " (Any other directories should still work fine.)" 1>&2
5122 # To find our prefix, in gcc_cv_tool_prefix.
5124 # The user is always right.
5125 if test "${PATH_SEPARATOR+set}" != set; then
5126 echo "#! /bin/sh" >conf$$.sh
5127 echo "exit 0" >>conf$$.sh
5129 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5139 if test "x$exec_prefix" = xNONE
; then
5140 if test "x$prefix" = xNONE
; then
5141 gcc_cv_tool_prefix
=$ac_default_prefix
5143 gcc_cv_tool_prefix
=$prefix
5146 gcc_cv_tool_prefix
=$exec_prefix
5149 # If there is no compiler in the tree, use the PATH only. In any
5150 # case, if there is no compiler in the tree nobody should use
5151 # AS_FOR_TARGET and LD_FOR_TARGET.
5152 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5153 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5154 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5155 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5156 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5157 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5158 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5159 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5164 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5165 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5173 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5174 if test "${with_build_sysroot+set}" = set; then
5175 withval
="$with_build_sysroot"
5176 if test x
"$withval" != x
; then
5177 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5180 SYSROOT_CFLAGS_FOR_TARGET
=
5185 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5186 if test "${with_debug_prefix_map+set}" = set; then
5187 withval
="$with_debug_prefix_map"
5188 if test x
"$withval" != x
; then
5189 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5190 for debug_map
in $withval; do
5191 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5195 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5199 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5200 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5201 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5202 # We want to ensure that TARGET libraries (which we know are built with
5203 # gcc) are built with "-O2 -g", so include those options when setting
5204 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5205 if test "x$CFLAGS_FOR_TARGET" = x
; then
5206 CFLAGS_FOR_TARGET
=$CFLAGS
5209 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5212 *" -g "* |
*" -g3 "*) ;;
5213 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5218 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5219 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5220 case " $CXXFLAGS " in
5222 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5224 case " $CXXFLAGS " in
5225 *" -g "* |
*" -g3 "*) ;;
5226 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5231 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5232 # the named directory are copied to $(tooldir)/sys-include.
5233 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5234 if test x
${is_cross_compiler} = xno
; then
5235 echo 1>&2 '***' --with-headers is only supported when cross compiling
5238 if test x
"${with_headers}" != xyes
; then
5239 x
=${gcc_cv_tool_prefix}
5240 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5244 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5245 # the name directories are copied to $(tooldir)/lib. Multiple directories
5247 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5248 if test x
${is_cross_compiler} = xno
; then
5249 echo 1>&2 '***' --with-libs is only supported when cross compiling
5252 if test x
"${with_libs}" != xyes
; then
5253 # Copy the libraries in reverse order, so that files in the first named
5254 # library override files in subsequent libraries.
5255 x
=${gcc_cv_tool_prefix}
5256 for l
in ${with_libs}; do
5257 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5262 # Set with_gnu_as and with_gnu_ld as appropriate.
5264 # This is done by determining whether or not the appropriate directory
5265 # is available, and by checking whether or not specific configurations
5266 # have requested that this magic not happen.
5268 # The command line options always override the explicit settings in
5269 # configure.in, and the settings in configure.in override this magic.
5271 # If the default for a toolchain is to use GNU as and ld, and you don't
5272 # want to do that, then you should use the --without-gnu-as and
5273 # --without-gnu-ld options for the configure script.
5275 if test x
${use_gnu_as} = x
&&
5276 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5278 extra_host_args
="$extra_host_args --with-gnu-as"
5281 if test x
${use_gnu_ld} = x
&&
5282 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5284 extra_host_args
="$extra_host_args --with-gnu-ld"
5287 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5288 # can detect this case.
5290 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5292 extra_host_args
="$extra_host_args --with-newlib"
5295 # Handle ${copy_dirs}
5296 set fnord
${copy_dirs}
5298 while test $# != 0 ; do
5299 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5302 echo Copying
$1 to
$2
5304 # Use the install script to create the directory and all required
5305 # parent directories.
5306 if test -d $2 ; then
5310 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5313 # Copy the directory, assuming we have tar.
5314 # FIXME: Should we use B in the second tar? Not all systems support it.
5315 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5317 # It is the responsibility of the user to correctly adjust all
5318 # symlinks. If somebody can figure out how to handle them correctly
5319 # here, feel free to add the code.
5326 # Determine a target-dependent exec_prefix that the installed
5327 # gcc will search in. Keep this list sorted by triplet, with
5328 # the *-*-osname triplets last.
5332 md_exec_prefix
=/gnu
/lib
/gcc-lib
5334 i
[34567]86-pc-msdosdjgpp*)
5335 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5337 i
[34567]86-*-sco3.2v5
*)
5338 if test $with_gnu_as = yes; then
5339 md_exec_prefix
=/usr
/gnu
/bin
5341 md_exec_prefix
=/usr
/ccs
/bin
/elf
5346 powerpc-
*-chorusos* | \
5347 powerpc
*-*-eabi* | \
5348 powerpc
*-*-sysv* | \
5349 powerpc
*-*-kaos* | \
5351 md_exec_prefix
=/usr
/ccs
/bin
5356 md_exec_prefix
=/usr
/ccs
/bin
5371 md_exec_prefix
=/usr
/ccs
/bin
5375 extra_arflags_for_target
=
5376 extra_nmflags_for_target
=
5377 extra_ranlibflags_for_target
=
5378 target_makefile_frag
=/dev
/null
5381 target_makefile_frag
="config/mt-mep"
5384 target_makefile_frag
="config/mt-spu"
5387 target_makefile_frag
="config/mt-sde"
5389 mipsisa
*-*-elfoabi*)
5390 target_makefile_frag
="config/mt-mips-elfoabi"
5393 target_makefile_frag
="config/mt-netware"
5395 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5396 target_makefile_frag
="config/mt-gnu"
5398 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5399 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5400 # commands to handle both 32-bit and 64-bit objects. These flags are
5401 # harmless if we're using GNU nm or ar.
5402 extra_arflags_for_target
=" -X32_64"
5403 extra_nmflags_for_target
=" -B -X32_64"
5406 # ranlib from Darwin requires the -c flag to look at common symbols.
5407 extra_ranlibflags_for_target
=" -c"
5409 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5410 target_makefile_frag
="config/mt-wince"
5414 alphaieee_frag
=/dev
/null
5417 # This just makes sure to use the -mieee option to build target libs.
5418 # This should probably be set individually by each library.
5419 alphaieee_frag
="config/mt-alphaieee"
5423 # If --enable-target-optspace always use -Os instead of -O2 to build
5424 # the target libraries, similarly if it is not specified, use -Os
5425 # on selected platforms.
5426 ospace_frag
=/dev
/null
5427 case "${enable_target_optspace}:${target}" in
5429 ospace_frag
="config/mt-ospace"
5432 ospace_frag
="config/mt-d30v"
5434 :m32r-
* |
:d10v-
* |
:fr30-
*)
5435 ospace_frag
="config/mt-ospace"
5440 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5444 # Default to using --with-stabs for certain targets.
5445 if test x
${with_stabs} = x
; then
5449 mips
*-*-* | alpha
*-*-osf*)
5451 extra_host_args
="${extra_host_args} --with-stabs"
5456 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5457 # them automatically.
5460 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5464 # Some systems (e.g., one of the i386-aix systems the gas testers are
5465 # using) don't handle "\$" correctly, so don't use it here.
5466 tooldir
='${exec_prefix}'/${target_noncanonical}
5467 build_tooldir
=${tooldir}
5469 # Create a .gdbinit file which runs the one in srcdir
5470 # and tells GDB to look there for source files.
5472 if test -r ${srcdir}/.gdbinit
; then
5475 *) cat > .
/.gdbinit
<<EOF
5479 source ${srcdir}/.gdbinit
5485 # Make sure that the compiler is able to generate an executable. If it
5486 # can't, we are probably in trouble. We don't care whether we can run the
5487 # executable--we might be using a cross compiler--we only care whether it
5488 # can be created. At this point the main configure script has set CC.
5490 echo "int main () { return 0; }" > conftest.c
5491 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5492 if test $?
= 0 ; then
5493 if test -s conftest ||
test -s conftest.exe
; then
5499 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5500 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5507 # The Solaris /usr/ucb/cc compiler does not appear to work.
5509 sparc-sun-solaris2
*)
5510 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5511 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5513 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5514 if test -d /opt
/cygnus
/bin
; then
5515 if test "$could_use" = "" ; then
5516 could_use
="/opt/cygnus/bin"
5518 could_use
="$could_use or /opt/cygnus/bin"
5521 if test "$could_use" = "" ; then
5522 echo "Warning: compilation may fail because you're using"
5523 echo "/usr/ucb/cc. You should change your PATH or CC "
5524 echo "variable and rerun configure."
5526 echo "Warning: compilation may fail because you're using"
5527 echo "/usr/ucb/cc, when you should use the C compiler from"
5528 echo "$could_use. You should change your"
5529 echo "PATH or CC variable and rerun configure."
5536 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5537 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5538 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5541 # Record target_configdirs and the configure arguments for target and
5542 # build configuration in Makefile.
5543 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5544 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5546 # Determine whether gdb needs tk/tcl or not.
5547 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5548 # and in that case we want gdb to be built without tk. Ugh!
5549 # In fact I believe gdb is the *only* package directly dependent on tk,
5550 # so we should be able to put the 'maybe's in unconditionally and
5551 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5552 # 100% sure that that's safe though.
5554 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5555 case "$enable_gdbtk" in
5559 GDB_TK
="${gdb_tk}" ;;
5561 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5562 # distro. Eventually someone will fix this and move Insight, nee
5563 # gdbtk to a separate directory.
5564 if test -d ${srcdir}/gdb
/gdbtk
; then
5571 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5572 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5574 # Strip out unwanted targets.
5576 # While at that, we remove Makefiles if we were started for recursive
5577 # configuration, so that the top-level Makefile reconfigures them,
5578 # like we used to do when configure itself was recursive.
5580 # Loop over modules. $extrasub must be used with care, limiting as
5581 # much as possible the usage of range addresses. That's because autoconf
5582 # splits the sed script to overcome limits in the number of commands,
5583 # and relying on carefully-timed sed passes may turn out to be very hard
5584 # to maintain later. In this particular case, you just have to be careful
5585 # not to nest @if/@endif pairs, because configure will not warn you at all.
5587 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5588 if test "${enable_bootstrap+set}" = set; then
5589 enableval
="$enable_bootstrap"
5592 enable_bootstrap
=default
5595 # Issue errors and warnings for invalid/strange bootstrap combinations.
5596 case "$configdirs" in
5597 *gcc
*) have_compiler
=yes ;;
5598 *) have_compiler
=no
;;
5601 case "$have_compiler:$host:$target:$enable_bootstrap" in
5604 # Default behavior. Enable bootstrap if we have a compiler
5605 # and we are in a native configuration.
5606 yes:$build:$build:default
)
5607 enable_bootstrap
=yes ;;
5610 enable_bootstrap
=no
;;
5612 # We have a compiler and we are in a native configuration, bootstrap is ok
5613 yes:$build:$build:yes)
5616 # Other configurations, but we have a compiler. Assume the user knows
5619 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5620 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5623 # No compiler: if they passed --enable-bootstrap explicitly, fail
5625 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5626 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5627 { (exit 1); exit 1; }; } ;;
5629 # Fail if wrong command line
5631 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5632 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5633 { (exit 1); exit 1; }; }
5637 # Adjust the toplevel makefile according to whether bootstrap was selected.
5638 case "$enable_bootstrap" in
5640 bootstrap_suffix
=bootstrap
;;
5642 bootstrap_suffix
=no-bootstrap
;;
5645 for module
in ${build_configdirs} ; do
5646 if test -z "${no_recursion}" \
5647 && test -f ${build_subdir}/${module}/Makefile
; then
5648 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5649 rm -f ${build_subdir}/${module}/Makefile
5652 /^@if build-$module\$/d
5653 /^@endif build-$module\$/d
5654 /^@if build-$module-$bootstrap_suffix\$/d
5655 /^@endif build-$module-$bootstrap_suffix\$/d"
5657 for module
in ${configdirs} ; do
5658 if test -z "${no_recursion}"; then
5659 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5660 if test -f ${file}; then
5661 echo 1>&2 "*** removing ${file} to force reconfigure"
5668 /^@endif $module\$/d
5669 /^@if $module-$bootstrap_suffix\$/d
5670 /^@endif $module-$bootstrap_suffix\$/d"
5672 for module
in ${target_configdirs} ; do
5673 if test -z "${no_recursion}" \
5674 && test -f ${target_subdir}/${module}/Makefile
; then
5675 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5676 rm -f ${target_subdir}/${module}/Makefile
5679 /^@if target-$module\$/d
5680 /^@endif target-$module\$/d
5681 /^@if target-$module-$bootstrap_suffix\$/d
5682 /^@endif target-$module-$bootstrap_suffix\$/d"
5686 /^@if /,/^@endif /d"
5688 # Create the serialization dependencies. This uses a temporary file.
5690 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5691 if test "${enable_serial_configure+set}" = set; then
5692 enableval
="$enable_serial_configure"
5696 case ${enable_serial_configure} in
5698 enable_serial_build_configure
=yes
5699 enable_serial_host_configure
=yes
5700 enable_serial_target_configure
=yes
5704 # These force 'configure's to be done one at a time, to avoid problems
5705 # with contention over a shared config.cache.
5707 echo '# serdep.tmp' > serdep.tmp
5709 test "x${enable_serial_build_configure}" = xyes
&&
5710 for item
in ${build_configdirs} ; do
5713 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5718 test "x${enable_serial_host_configure}" = xyes
&&
5719 for item
in ${configdirs} ; do
5722 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5727 test "x${enable_serial_target_configure}" = xyes
&&
5728 for item
in ${target_configdirs} ; do
5731 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5735 serialization_dependencies
=serdep.tmp
5738 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5739 # target, nonopt, and variable assignments. These are the ones we
5740 # might not want to pass down to subconfigures. Also strip
5741 # program-prefix, program-suffix, and program-transform-name, so that
5742 # we can pass down a consistent program-transform-name.
5746 eval "set -- $ac_configure_args"
5749 if test X
"$skip_next" = X
"yes"; then
5753 if test X
"$keep_next" = X
"yes"; then
5756 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5758 baseargs
="$baseargs '$ac_arg'"
5763 # Handle separated arguments. Based on the logic generated by
5766 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5767 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5768 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5769 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5795 -program-prefix* | \
5796 -program-suffix* | \
5797 -program-transform-name* )
5798 skip_next
=$separate_arg
5802 # An option. Add it.
5805 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5807 baseargs
="$baseargs '$ac_arg'"
5808 keep_next
=$separate_arg
5811 # Either a variable assignment, or a nonopt (triplet). Don't
5812 # pass it down; let the Makefile handle this.
5817 # Remove the initial space we just introduced and, as these will be
5818 # expanded by make, quote '$'.
5819 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5821 # Add in --program-transform-name, after --program-prefix and
5822 # --program-suffix have been applied to it. Autoconf has already
5823 # doubled dollar signs and backslashes in program_transform_name; we want
5824 # the backslashes un-doubled, and then the entire thing wrapped in single
5825 # quotes, because this will be expanded first by make and then by the shell.
5826 # Also, because we want to override the logic in subdir configure scripts to
5827 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5828 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5829 ${program_transform_name}
5831 gcc_transform_name
=`cat conftestsed.out`
5832 rm -f conftestsed.out
5833 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5834 if test "$silent" = yes; then
5835 baseargs
="$baseargs --silent"
5838 # For the build-side libraries, we just need to pretend we're native,
5839 # and not use the same cache file. Multilibs are neither needed nor
5841 build_configargs
="--cache-file=../config.cache ${baseargs}"
5843 # For host modules, accept cache file option, or specification as blank.
5844 case "${cache_file}" in
5846 cache_file_option
="" ;;
5847 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5848 cache_file_option
="--cache-file=${cache_file}" ;;
5850 cache_file_option
="--cache-file=../${cache_file}" ;;
5853 # Host dirs don't like to share a cache file either, horribly enough.
5854 # This seems to be due to autoconf 2.5x stupidity.
5855 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5857 target_configargs
=${baseargs}
5859 # Passing a --with-cross-host argument lets the target libraries know
5860 # whether they are being built with a cross-compiler or being built
5861 # native. However, it would be better to use other mechanisms to make the
5862 # sorts of decisions they want to make on this basis. Please consider
5863 # this option to be deprecated. FIXME.
5864 if test x
${is_cross_compiler} = xyes
; then
5865 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5868 # Default to --enable-multilib.
5869 if test x
${enable_multilib} = x
; then
5870 target_configargs
="--enable-multilib ${target_configargs}"
5873 # Pass --with-newlib if appropriate. Note that target_configdirs has
5874 # changed from the earlier setting of with_newlib.
5875 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5876 target_configargs
="--with-newlib ${target_configargs}"
5879 # Different target subdirs use different values of certain variables
5880 # (notably CXX). Worse, multilibs use *lots* of different values.
5881 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5882 # it doesn't automatically accept command-line overrides of them.
5883 # This means it's not safe for target subdirs to share a cache file,
5884 # which is disgusting, but there you have it. Hopefully this can be
5885 # fixed in future. It's still worthwhile to use a cache file for each
5886 # directory. I think.
5888 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5889 # We need to pass --target, as newer autoconf's requires consistency
5890 # for target_alias and gcc doesn't manage it consistently.
5891 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5894 case " $target_configdirs " in
5896 case " $target_configargs " in
5897 *" --with-newlib "*)
5900 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/include -isystem $$s/winsup/cygwin/include -isystem $$s/winsup/w32api/include' ;;
5903 # If we're not building GCC, don't discard standard headers.
5904 if test -d ${srcdir}/gcc
; then
5905 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5907 if test "${build}" != "${host}"; then
5908 # On Canadian crosses, CC_FOR_TARGET will have already been set
5909 # by `configure', so we won't have an opportunity to add -Bgcc/
5910 # to it. This is right: we don't want to search that directory
5911 # for binaries, but we want the header files in there, so add
5913 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5915 # Someone might think of using the pre-installed headers on
5916 # Canadian crosses, in case the installed compiler is not fully
5917 # compatible with the compiler being built. In this case, it
5918 # would be better to flag an error than risking having
5919 # incompatible object files being constructed. We can't
5920 # guarantee that an error will be flagged, but let's hope the
5921 # compiler will do it, when presented with incompatible header
5926 case "${target}-${is_cross_compiler}" in
5927 i
[3456789]86-*-linux*-no)
5928 # Here host == target, so we don't need to build gcc,
5929 # so we don't want to discard standard headers.
5930 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5933 # If we're building newlib, use its generic headers last, but search
5934 # for any libc-related directories first (so make it the last -B
5936 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5938 # If we're building libgloss, find the startup file, simulator library
5939 # and linker script.
5940 case " $target_configdirs " in
5942 # Look for startup file, simulator library and maybe linker script.
5943 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
5944 # Look for libnosys.a in case the target needs it.
5945 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5946 # Most targets have the linker script in the source directory.
5947 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
5958 # Can't be handled as Cygwin above since Mingw does not use newlib.
5959 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/mingw -L$$r/$(TARGET_SUBDIR)/winsup/w32api/lib -isystem $$s/winsup/mingw/include -isystem $$s/winsup/w32api/include' ;;
5962 # Allow the user to override the flags for
5963 # our build compiler if desired.
5964 if test x
"${build}" = x
"${host}" ; then
5965 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5966 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
5967 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
5970 # On Canadian crosses, we'll be searching the right directories for
5971 # the previously-installed cross compiler, so don't bother to add
5972 # flags for directories within the install tree of the compiler
5973 # being built; programs in there won't even run.
5974 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5975 # Search for pre-installed headers if nothing else fits.
5976 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5979 if test "x
${use_gnu_ld}" = x &&
5980 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5981 # Arrange for us to find uninstalled linker scripts.
5982 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5985 # Search for other target-specific linker scripts and such.
5988 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5992 # Makefile fragments.
5993 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5995 eval fragval=\$$frag
5996 if test $fragval != /dev/null; then
5997 eval $frag=${srcdir}/$fragval
6005 # Miscellanea: directories, flags, etc.
6013 # Build module lists & subconfigure args.
6017 # Host module lists & subconfigure args.
6021 # Target module lists & subconfigure args.
6043 # Generate default definitions for YACC, M4, LEX and other programs that run
6044 # on the build machine. These are used if the Makefile can't locate these
6045 # programs in objdir.
6046 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6048 for ac_prog in 'bison -y' byacc yacc
6050 # Extract the first word of "$ac_prog", so it can be a program name with args.
6051 set dummy $ac_prog; ac_word=$2
6052 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6053 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6054 if test "${ac_cv_prog_YACC+set}" = set; then
6055 echo $ECHO_N "(cached
) $ECHO_C" >&6
6057 if test -n "$YACC"; then
6058 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064 test -z "$as_dir" && as_dir=.
6065 for ac_exec_ext in '' $ac_executable_extensions; do
6066 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6067 ac_cv_prog_YACC="$ac_prog"
6068 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6076 YACC=$ac_cv_prog_YACC
6077 if test -n "$YACC"; then
6078 echo "$as_me:$LINENO: result
: $YACC" >&5
6079 echo "${ECHO_T}$YACC" >&6
6081 echo "$as_me:$LINENO: result
: no
" >&5
6082 echo "${ECHO_T}no
" >&6
6085 test -n "$YACC" && break
6087 test -n "$YACC" || YACC="$MISSING bison
-y"
6089 case " $build_configdirs " in
6090 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6091 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6094 for ac_prog in bison
6096 # Extract the first word of "$ac_prog", so it can be a program name with args.
6097 set dummy $ac_prog; ac_word=$2
6098 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6099 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6100 if test "${ac_cv_prog_BISON+set}" = set; then
6101 echo $ECHO_N "(cached
) $ECHO_C" >&6
6103 if test -n "$BISON"; then
6104 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6113 ac_cv_prog_BISON="$ac_prog"
6114 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6122 BISON=$ac_cv_prog_BISON
6123 if test -n "$BISON"; then
6124 echo "$as_me:$LINENO: result
: $BISON" >&5
6125 echo "${ECHO_T}$BISON" >&6
6127 echo "$as_me:$LINENO: result
: no
" >&5
6128 echo "${ECHO_T}no
" >&6
6131 test -n "$BISON" && break
6133 test -n "$BISON" || BISON="$MISSING bison
"
6135 case " $build_configdirs " in
6136 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6139 for ac_prog in gm4 gnum4 m4
6141 # Extract the first word of "$ac_prog", so it can be a program name with args.
6142 set dummy $ac_prog; ac_word=$2
6143 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6144 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6145 if test "${ac_cv_prog_M4+set}" = set; then
6146 echo $ECHO_N "(cached
) $ECHO_C" >&6
6148 if test -n "$M4"; then
6149 ac_cv_prog_M4="$M4" # Let the user override the test.
6151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6158 ac_cv_prog_M4="$ac_prog"
6159 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6168 if test -n "$M4"; then
6169 echo "$as_me:$LINENO: result
: $M4" >&5
6170 echo "${ECHO_T}$M4" >&6
6172 echo "$as_me:$LINENO: result
: no
" >&5
6173 echo "${ECHO_T}no
" >&6
6176 test -n "$M4" && break
6178 test -n "$M4" || M4="$MISSING m4"
6180 case " $build_configdirs " in
6181 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6184 for ac_prog in flex lex
6186 # Extract the first word of "$ac_prog", so it can be a program name with args.
6187 set dummy $ac_prog; ac_word=$2
6188 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6189 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6190 if test "${ac_cv_prog_LEX+set}" = set; then
6191 echo $ECHO_N "(cached
) $ECHO_C" >&6
6193 if test -n "$LEX"; then
6194 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6200 test -z "$as_dir" && as_dir=.
6201 for ac_exec_ext in '' $ac_executable_extensions; do
6202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6203 ac_cv_prog_LEX="$ac_prog"
6204 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6213 if test -n "$LEX"; then
6214 echo "$as_me:$LINENO: result
: $LEX" >&5
6215 echo "${ECHO_T}$LEX" >&6
6217 echo "$as_me:$LINENO: result
: no
" >&5
6218 echo "${ECHO_T}no
" >&6
6221 test -n "$LEX" && break
6223 test -n "$LEX" || LEX="$MISSING flex
"
6225 case " $build_configdirs " in
6226 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6227 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6232 # Extract the first word of "$ac_prog", so it can be a program name with args.
6233 set dummy $ac_prog; ac_word=$2
6234 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6235 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6236 if test "${ac_cv_prog_FLEX+set}" = set; then
6237 echo $ECHO_N "(cached
) $ECHO_C" >&6
6239 if test -n "$FLEX"; then
6240 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6246 test -z "$as_dir" && as_dir=.
6247 for ac_exec_ext in '' $ac_executable_extensions; do
6248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6249 ac_cv_prog_FLEX="$ac_prog"
6250 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6258 FLEX=$ac_cv_prog_FLEX
6259 if test -n "$FLEX"; then
6260 echo "$as_me:$LINENO: result
: $FLEX" >&5
6261 echo "${ECHO_T}$FLEX" >&6
6263 echo "$as_me:$LINENO: result
: no
" >&5
6264 echo "${ECHO_T}no
" >&6
6267 test -n "$FLEX" && break
6269 test -n "$FLEX" || FLEX="$MISSING flex
"
6271 case " $build_configdirs " in
6272 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6275 for ac_prog in makeinfo
6277 # Extract the first word of "$ac_prog", so it can be a program name with args.
6278 set dummy $ac_prog; ac_word=$2
6279 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6280 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6281 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6282 echo $ECHO_N "(cached
) $ECHO_C" >&6
6284 if test -n "$MAKEINFO"; then
6285 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291 test -z "$as_dir" && as_dir=.
6292 for ac_exec_ext in '' $ac_executable_extensions; do
6293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6294 ac_cv_prog_MAKEINFO="$ac_prog"
6295 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6303 MAKEINFO=$ac_cv_prog_MAKEINFO
6304 if test -n "$MAKEINFO"; then
6305 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6306 echo "${ECHO_T}$MAKEINFO" >&6
6308 echo "$as_me:$LINENO: result
: no
" >&5
6309 echo "${ECHO_T}no
" >&6
6312 test -n "$MAKEINFO" && break
6314 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6316 case " $build_configdirs " in
6317 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6320 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6321 # higher, else we use the "missing
" dummy.
6322 if ${MAKEINFO} --version \
6323 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6326 MAKEINFO="$MISSING makeinfo
"
6332 # FIXME: expect and dejagnu may become build tools?
6334 for ac_prog in expect
6336 # Extract the first word of "$ac_prog", so it can be a program name with args.
6337 set dummy $ac_prog; ac_word=$2
6338 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6339 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6340 if test "${ac_cv_prog_EXPECT+set}" = set; then
6341 echo $ECHO_N "(cached
) $ECHO_C" >&6
6343 if test -n "$EXPECT"; then
6344 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6353 ac_cv_prog_EXPECT="$ac_prog"
6354 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6362 EXPECT=$ac_cv_prog_EXPECT
6363 if test -n "$EXPECT"; then
6364 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6365 echo "${ECHO_T}$EXPECT" >&6
6367 echo "$as_me:$LINENO: result
: no
" >&5
6368 echo "${ECHO_T}no
" >&6
6371 test -n "$EXPECT" && break
6373 test -n "$EXPECT" || EXPECT="expect
"
6375 case " $configdirs " in
6377 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6381 for ac_prog in runtest
6383 # Extract the first word of "$ac_prog", so it can be a program name with args.
6384 set dummy $ac_prog; ac_word=$2
6385 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6386 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6387 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6388 echo $ECHO_N "(cached
) $ECHO_C" >&6
6390 if test -n "$RUNTEST"; then
6391 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397 test -z "$as_dir" && as_dir=.
6398 for ac_exec_ext in '' $ac_executable_extensions; do
6399 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6400 ac_cv_prog_RUNTEST="$ac_prog"
6401 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6409 RUNTEST=$ac_cv_prog_RUNTEST
6410 if test -n "$RUNTEST"; then
6411 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6412 echo "${ECHO_T}$RUNTEST" >&6
6414 echo "$as_me:$LINENO: result
: no
" >&5
6415 echo "${ECHO_T}no
" >&6
6418 test -n "$RUNTEST" && break
6420 test -n "$RUNTEST" || RUNTEST="runtest
"
6422 case " $configdirs " in
6424 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6431 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6432 ncn_target_tool_prefix=
6433 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6437 if test -n "$AR"; then
6439 elif test -n "$ac_cv_prog_AR"; then
6443 if test -n "$ac_cv_prog_AR"; then
6444 for ncn_progname in ar; do
6445 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6446 set dummy ${ncn_progname}; ac_word=$2
6447 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6448 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6449 if test "${ac_cv_prog_AR+set}" = set; then
6450 echo $ECHO_N "(cached
) $ECHO_C" >&6
6452 if test -n "$AR"; then
6453 ac_cv_prog_AR="$AR" # Let the user override the test.
6455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459 test -z "$as_dir" && as_dir=.
6460 for ac_exec_ext in '' $ac_executable_extensions; do
6461 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6462 ac_cv_prog_AR="${ncn_progname}"
6463 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6472 if test -n "$AR"; then
6473 echo "$as_me:$LINENO: result
: $AR" >&5
6474 echo "${ECHO_T}$AR" >&6
6476 echo "$as_me:$LINENO: result
: no
" >&5
6477 echo "${ECHO_T}no
" >&6
6483 for ncn_progname in ar; do
6484 if test -n "$ncn_tool_prefix"; then
6485 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6486 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6487 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6488 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6489 if test "${ac_cv_prog_AR+set}" = set; then
6490 echo $ECHO_N "(cached
) $ECHO_C" >&6
6492 if test -n "$AR"; then
6493 ac_cv_prog_AR="$AR" # Let the user override the test.
6495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6499 test -z "$as_dir" && as_dir=.
6500 for ac_exec_ext in '' $ac_executable_extensions; do
6501 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6502 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6503 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6512 if test -n "$AR"; then
6513 echo "$as_me:$LINENO: result
: $AR" >&5
6514 echo "${ECHO_T}$AR" >&6
6516 echo "$as_me:$LINENO: result
: no
" >&5
6517 echo "${ECHO_T}no
" >&6
6521 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6522 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6523 set dummy ${ncn_progname}; ac_word=$2
6524 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6525 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6526 if test "${ac_cv_prog_AR+set}" = set; then
6527 echo $ECHO_N "(cached
) $ECHO_C" >&6
6529 if test -n "$AR"; then
6530 ac_cv_prog_AR="$AR" # Let the user override the test.
6532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6536 test -z "$as_dir" && as_dir=.
6537 for ac_exec_ext in '' $ac_executable_extensions; do
6538 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6539 ac_cv_prog_AR="${ncn_progname}"
6540 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6549 if test -n "$AR"; then
6550 echo "$as_me:$LINENO: result
: $AR" >&5
6551 echo "${ECHO_T}$AR" >&6
6553 echo "$as_me:$LINENO: result
: no
" >&5
6554 echo "${ECHO_T}no
" >&6
6558 test -n "$ac_cv_prog_AR" && break
6561 if test -z "$ac_cv_prog_AR" ; then
6563 if test $build = $host ; then
6566 AR="${ncn_tool_prefix}$2"
6572 if test -n "$AS"; then
6574 elif test -n "$ac_cv_prog_AS"; then
6578 if test -n "$ac_cv_prog_AS"; then
6579 for ncn_progname in as; do
6580 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6581 set dummy ${ncn_progname}; ac_word=$2
6582 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6583 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6584 if test "${ac_cv_prog_AS+set}" = set; then
6585 echo $ECHO_N "(cached
) $ECHO_C" >&6
6587 if test -n "$AS"; then
6588 ac_cv_prog_AS="$AS" # Let the user override the test.
6590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6594 test -z "$as_dir" && as_dir=.
6595 for ac_exec_ext in '' $ac_executable_extensions; do
6596 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6597 ac_cv_prog_AS="${ncn_progname}"
6598 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6607 if test -n "$AS"; then
6608 echo "$as_me:$LINENO: result
: $AS" >&5
6609 echo "${ECHO_T}$AS" >&6
6611 echo "$as_me:$LINENO: result
: no
" >&5
6612 echo "${ECHO_T}no
" >&6
6618 for ncn_progname in as; do
6619 if test -n "$ncn_tool_prefix"; then
6620 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6621 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6622 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6623 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6624 if test "${ac_cv_prog_AS+set}" = set; then
6625 echo $ECHO_N "(cached
) $ECHO_C" >&6
6627 if test -n "$AS"; then
6628 ac_cv_prog_AS="$AS" # Let the user override the test.
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6634 test -z "$as_dir" && as_dir=.
6635 for ac_exec_ext in '' $ac_executable_extensions; do
6636 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6637 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6638 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6647 if test -n "$AS"; then
6648 echo "$as_me:$LINENO: result
: $AS" >&5
6649 echo "${ECHO_T}$AS" >&6
6651 echo "$as_me:$LINENO: result
: no
" >&5
6652 echo "${ECHO_T}no
" >&6
6656 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6657 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6658 set dummy ${ncn_progname}; ac_word=$2
6659 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6660 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6661 if test "${ac_cv_prog_AS+set}" = set; then
6662 echo $ECHO_N "(cached
) $ECHO_C" >&6
6664 if test -n "$AS"; then
6665 ac_cv_prog_AS="$AS" # Let the user override the test.
6667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 test -z "$as_dir" && as_dir=.
6672 for ac_exec_ext in '' $ac_executable_extensions; do
6673 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6674 ac_cv_prog_AS="${ncn_progname}"
6675 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6684 if test -n "$AS"; then
6685 echo "$as_me:$LINENO: result
: $AS" >&5
6686 echo "${ECHO_T}$AS" >&6
6688 echo "$as_me:$LINENO: result
: no
" >&5
6689 echo "${ECHO_T}no
" >&6
6693 test -n "$ac_cv_prog_AS" && break
6696 if test -z "$ac_cv_prog_AS" ; then
6698 if test $build = $host ; then
6701 AS="${ncn_tool_prefix}$2"
6707 if test -n "$DLLTOOL"; then
6708 ac_cv_prog_DLLTOOL=$DLLTOOL
6709 elif test -n "$ac_cv_prog_DLLTOOL"; then
6710 DLLTOOL=$ac_cv_prog_DLLTOOL
6713 if test -n "$ac_cv_prog_DLLTOOL"; then
6714 for ncn_progname in dlltool; do
6715 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6716 set dummy ${ncn_progname}; ac_word=$2
6717 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6718 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6719 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6720 echo $ECHO_N "(cached
) $ECHO_C" >&6
6722 if test -n "$DLLTOOL"; then
6723 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6729 test -z "$as_dir" && as_dir=.
6730 for ac_exec_ext in '' $ac_executable_extensions; do
6731 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6732 ac_cv_prog_DLLTOOL="${ncn_progname}"
6733 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6741 DLLTOOL=$ac_cv_prog_DLLTOOL
6742 if test -n "$DLLTOOL"; then
6743 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6744 echo "${ECHO_T}$DLLTOOL" >&6
6746 echo "$as_me:$LINENO: result
: no
" >&5
6747 echo "${ECHO_T}no
" >&6
6753 for ncn_progname in dlltool; do
6754 if test -n "$ncn_tool_prefix"; then
6755 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6756 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6757 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6758 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6759 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6760 echo $ECHO_N "(cached
) $ECHO_C" >&6
6762 if test -n "$DLLTOOL"; then
6763 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6769 test -z "$as_dir" && as_dir=.
6770 for ac_exec_ext in '' $ac_executable_extensions; do
6771 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6772 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6773 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6781 DLLTOOL=$ac_cv_prog_DLLTOOL
6782 if test -n "$DLLTOOL"; then
6783 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6784 echo "${ECHO_T}$DLLTOOL" >&6
6786 echo "$as_me:$LINENO: result
: no
" >&5
6787 echo "${ECHO_T}no
" >&6
6791 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6792 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6793 set dummy ${ncn_progname}; ac_word=$2
6794 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6795 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6796 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6797 echo $ECHO_N "(cached
) $ECHO_C" >&6
6799 if test -n "$DLLTOOL"; then
6800 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6806 test -z "$as_dir" && as_dir=.
6807 for ac_exec_ext in '' $ac_executable_extensions; do
6808 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6809 ac_cv_prog_DLLTOOL="${ncn_progname}"
6810 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6818 DLLTOOL=$ac_cv_prog_DLLTOOL
6819 if test -n "$DLLTOOL"; then
6820 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6821 echo "${ECHO_T}$DLLTOOL" >&6
6823 echo "$as_me:$LINENO: result
: no
" >&5
6824 echo "${ECHO_T}no
" >&6
6828 test -n "$ac_cv_prog_DLLTOOL" && break
6831 if test -z "$ac_cv_prog_DLLTOOL" ; then
6833 if test $build = $host ; then
6836 DLLTOOL="${ncn_tool_prefix}$2"
6842 if test -n "$LD"; then
6844 elif test -n "$ac_cv_prog_LD"; then
6848 if test -n "$ac_cv_prog_LD"; then
6849 for ncn_progname in ld; do
6850 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6851 set dummy ${ncn_progname}; ac_word=$2
6852 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6853 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6854 if test "${ac_cv_prog_LD+set}" = set; then
6855 echo $ECHO_N "(cached
) $ECHO_C" >&6
6857 if test -n "$LD"; then
6858 ac_cv_prog_LD="$LD" # Let the user override the test.
6860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6864 test -z "$as_dir" && as_dir=.
6865 for ac_exec_ext in '' $ac_executable_extensions; do
6866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6867 ac_cv_prog_LD="${ncn_progname}"
6868 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6877 if test -n "$LD"; then
6878 echo "$as_me:$LINENO: result
: $LD" >&5
6879 echo "${ECHO_T}$LD" >&6
6881 echo "$as_me:$LINENO: result
: no
" >&5
6882 echo "${ECHO_T}no
" >&6
6888 for ncn_progname in ld; do
6889 if test -n "$ncn_tool_prefix"; then
6890 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6891 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6892 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6893 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6894 if test "${ac_cv_prog_LD+set}" = set; then
6895 echo $ECHO_N "(cached
) $ECHO_C" >&6
6897 if test -n "$LD"; then
6898 ac_cv_prog_LD="$LD" # Let the user override the test.
6900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6904 test -z "$as_dir" && as_dir=.
6905 for ac_exec_ext in '' $ac_executable_extensions; do
6906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6907 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6908 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6917 if test -n "$LD"; then
6918 echo "$as_me:$LINENO: result
: $LD" >&5
6919 echo "${ECHO_T}$LD" >&6
6921 echo "$as_me:$LINENO: result
: no
" >&5
6922 echo "${ECHO_T}no
" >&6
6926 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6927 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6928 set dummy ${ncn_progname}; ac_word=$2
6929 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6930 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6931 if test "${ac_cv_prog_LD+set}" = set; then
6932 echo $ECHO_N "(cached
) $ECHO_C" >&6
6934 if test -n "$LD"; then
6935 ac_cv_prog_LD="$LD" # Let the user override the test.
6937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6941 test -z "$as_dir" && as_dir=.
6942 for ac_exec_ext in '' $ac_executable_extensions; do
6943 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6944 ac_cv_prog_LD="${ncn_progname}"
6945 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6954 if test -n "$LD"; then
6955 echo "$as_me:$LINENO: result
: $LD" >&5
6956 echo "${ECHO_T}$LD" >&6
6958 echo "$as_me:$LINENO: result
: no
" >&5
6959 echo "${ECHO_T}no
" >&6
6963 test -n "$ac_cv_prog_LD" && break
6966 if test -z "$ac_cv_prog_LD" ; then
6968 if test $build = $host ; then
6971 LD="${ncn_tool_prefix}$2"
6977 if test -n "$LIPO"; then
6978 ac_cv_prog_LIPO=$LIPO
6979 elif test -n "$ac_cv_prog_LIPO"; then
6980 LIPO=$ac_cv_prog_LIPO
6983 if test -n "$ac_cv_prog_LIPO"; then
6984 for ncn_progname in lipo; do
6985 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6986 set dummy ${ncn_progname}; ac_word=$2
6987 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6988 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6989 if test "${ac_cv_prog_LIPO+set}" = set; then
6990 echo $ECHO_N "(cached
) $ECHO_C" >&6
6992 if test -n "$LIPO"; then
6993 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999 test -z "$as_dir" && as_dir=.
7000 for ac_exec_ext in '' $ac_executable_extensions; do
7001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7002 ac_cv_prog_LIPO="${ncn_progname}"
7003 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7011 LIPO=$ac_cv_prog_LIPO
7012 if test -n "$LIPO"; then
7013 echo "$as_me:$LINENO: result
: $LIPO" >&5
7014 echo "${ECHO_T}$LIPO" >&6
7016 echo "$as_me:$LINENO: result
: no
" >&5
7017 echo "${ECHO_T}no
" >&6
7023 for ncn_progname in lipo; do
7024 if test -n "$ncn_tool_prefix"; then
7025 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7026 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7027 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7028 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7029 if test "${ac_cv_prog_LIPO+set}" = set; then
7030 echo $ECHO_N "(cached
) $ECHO_C" >&6
7032 if test -n "$LIPO"; then
7033 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7039 test -z "$as_dir" && as_dir=.
7040 for ac_exec_ext in '' $ac_executable_extensions; do
7041 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7042 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7043 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7051 LIPO=$ac_cv_prog_LIPO
7052 if test -n "$LIPO"; then
7053 echo "$as_me:$LINENO: result
: $LIPO" >&5
7054 echo "${ECHO_T}$LIPO" >&6
7056 echo "$as_me:$LINENO: result
: no
" >&5
7057 echo "${ECHO_T}no
" >&6
7061 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7062 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7063 set dummy ${ncn_progname}; ac_word=$2
7064 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7065 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7066 if test "${ac_cv_prog_LIPO+set}" = set; then
7067 echo $ECHO_N "(cached
) $ECHO_C" >&6
7069 if test -n "$LIPO"; then
7070 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7076 test -z "$as_dir" && as_dir=.
7077 for ac_exec_ext in '' $ac_executable_extensions; do
7078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7079 ac_cv_prog_LIPO="${ncn_progname}"
7080 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7088 LIPO=$ac_cv_prog_LIPO
7089 if test -n "$LIPO"; then
7090 echo "$as_me:$LINENO: result
: $LIPO" >&5
7091 echo "${ECHO_T}$LIPO" >&6
7093 echo "$as_me:$LINENO: result
: no
" >&5
7094 echo "${ECHO_T}no
" >&6
7098 test -n "$ac_cv_prog_LIPO" && break
7101 if test -z "$ac_cv_prog_LIPO" ; then
7103 if test $build = $host ; then
7106 LIPO="${ncn_tool_prefix}$2"
7112 if test -n "$NM"; then
7114 elif test -n "$ac_cv_prog_NM"; then
7118 if test -n "$ac_cv_prog_NM"; then
7119 for ncn_progname in nm; do
7120 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7121 set dummy ${ncn_progname}; ac_word=$2
7122 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7123 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7124 if test "${ac_cv_prog_NM+set}" = set; then
7125 echo $ECHO_N "(cached
) $ECHO_C" >&6
7127 if test -n "$NM"; then
7128 ac_cv_prog_NM="$NM" # Let the user override the test.
7130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134 test -z "$as_dir" && as_dir=.
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7137 ac_cv_prog_NM="${ncn_progname}"
7138 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7147 if test -n "$NM"; then
7148 echo "$as_me:$LINENO: result
: $NM" >&5
7149 echo "${ECHO_T}$NM" >&6
7151 echo "$as_me:$LINENO: result
: no
" >&5
7152 echo "${ECHO_T}no
" >&6
7158 for ncn_progname in nm; do
7159 if test -n "$ncn_tool_prefix"; then
7160 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7161 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7162 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7163 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7164 if test "${ac_cv_prog_NM+set}" = set; then
7165 echo $ECHO_N "(cached
) $ECHO_C" >&6
7167 if test -n "$NM"; then
7168 ac_cv_prog_NM="$NM" # Let the user override the test.
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7174 test -z "$as_dir" && as_dir=.
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7177 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7178 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7187 if test -n "$NM"; then
7188 echo "$as_me:$LINENO: result
: $NM" >&5
7189 echo "${ECHO_T}$NM" >&6
7191 echo "$as_me:$LINENO: result
: no
" >&5
7192 echo "${ECHO_T}no
" >&6
7196 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7197 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7198 set dummy ${ncn_progname}; ac_word=$2
7199 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7200 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7201 if test "${ac_cv_prog_NM+set}" = set; then
7202 echo $ECHO_N "(cached
) $ECHO_C" >&6
7204 if test -n "$NM"; then
7205 ac_cv_prog_NM="$NM" # Let the user override the test.
7207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7211 test -z "$as_dir" && as_dir=.
7212 for ac_exec_ext in '' $ac_executable_extensions; do
7213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7214 ac_cv_prog_NM="${ncn_progname}"
7215 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7224 if test -n "$NM"; then
7225 echo "$as_me:$LINENO: result
: $NM" >&5
7226 echo "${ECHO_T}$NM" >&6
7228 echo "$as_me:$LINENO: result
: no
" >&5
7229 echo "${ECHO_T}no
" >&6
7233 test -n "$ac_cv_prog_NM" && break
7236 if test -z "$ac_cv_prog_NM" ; then
7238 if test $build = $host ; then
7241 NM="${ncn_tool_prefix}$2"
7247 if test -n "$RANLIB"; then
7248 ac_cv_prog_RANLIB=$RANLIB
7249 elif test -n "$ac_cv_prog_RANLIB"; then
7250 RANLIB=$ac_cv_prog_RANLIB
7253 if test -n "$ac_cv_prog_RANLIB"; then
7254 for ncn_progname in ranlib; do
7255 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7256 set dummy ${ncn_progname}; ac_word=$2
7257 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7258 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7259 if test "${ac_cv_prog_RANLIB+set}" = set; then
7260 echo $ECHO_N "(cached
) $ECHO_C" >&6
7262 if test -n "$RANLIB"; then
7263 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269 test -z "$as_dir" && as_dir=.
7270 for ac_exec_ext in '' $ac_executable_extensions; do
7271 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7272 ac_cv_prog_RANLIB="${ncn_progname}"
7273 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7281 RANLIB=$ac_cv_prog_RANLIB
7282 if test -n "$RANLIB"; then
7283 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7284 echo "${ECHO_T}$RANLIB" >&6
7286 echo "$as_me:$LINENO: result
: no
" >&5
7287 echo "${ECHO_T}no
" >&6
7293 for ncn_progname in ranlib; do
7294 if test -n "$ncn_tool_prefix"; then
7295 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7296 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7297 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7298 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7299 if test "${ac_cv_prog_RANLIB+set}" = set; then
7300 echo $ECHO_N "(cached
) $ECHO_C" >&6
7302 if test -n "$RANLIB"; then
7303 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7309 test -z "$as_dir" && as_dir=.
7310 for ac_exec_ext in '' $ac_executable_extensions; do
7311 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7312 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7313 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7321 RANLIB=$ac_cv_prog_RANLIB
7322 if test -n "$RANLIB"; then
7323 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7324 echo "${ECHO_T}$RANLIB" >&6
7326 echo "$as_me:$LINENO: result
: no
" >&5
7327 echo "${ECHO_T}no
" >&6
7331 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7332 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7333 set dummy ${ncn_progname}; ac_word=$2
7334 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7335 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7336 if test "${ac_cv_prog_RANLIB+set}" = set; then
7337 echo $ECHO_N "(cached
) $ECHO_C" >&6
7339 if test -n "$RANLIB"; then
7340 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7346 test -z "$as_dir" && as_dir=.
7347 for ac_exec_ext in '' $ac_executable_extensions; do
7348 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7349 ac_cv_prog_RANLIB="${ncn_progname}"
7350 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7358 RANLIB=$ac_cv_prog_RANLIB
7359 if test -n "$RANLIB"; then
7360 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7361 echo "${ECHO_T}$RANLIB" >&6
7363 echo "$as_me:$LINENO: result
: no
" >&5
7364 echo "${ECHO_T}no
" >&6
7368 test -n "$ac_cv_prog_RANLIB" && break
7371 if test -z "$ac_cv_prog_RANLIB" ; then
7377 if test -n "$STRIP"; then
7378 ac_cv_prog_STRIP=$STRIP
7379 elif test -n "$ac_cv_prog_STRIP"; then
7380 STRIP=$ac_cv_prog_STRIP
7383 if test -n "$ac_cv_prog_STRIP"; then
7384 for ncn_progname in strip; do
7385 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7386 set dummy ${ncn_progname}; ac_word=$2
7387 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7388 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7389 if test "${ac_cv_prog_STRIP+set}" = set; then
7390 echo $ECHO_N "(cached
) $ECHO_C" >&6
7392 if test -n "$STRIP"; then
7393 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7399 test -z "$as_dir" && as_dir=.
7400 for ac_exec_ext in '' $ac_executable_extensions; do
7401 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7402 ac_cv_prog_STRIP="${ncn_progname}"
7403 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7411 STRIP=$ac_cv_prog_STRIP
7412 if test -n "$STRIP"; then
7413 echo "$as_me:$LINENO: result
: $STRIP" >&5
7414 echo "${ECHO_T}$STRIP" >&6
7416 echo "$as_me:$LINENO: result
: no
" >&5
7417 echo "${ECHO_T}no
" >&6
7423 for ncn_progname in strip; do
7424 if test -n "$ncn_tool_prefix"; then
7425 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7426 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7427 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7428 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7429 if test "${ac_cv_prog_STRIP+set}" = set; then
7430 echo $ECHO_N "(cached
) $ECHO_C" >&6
7432 if test -n "$STRIP"; then
7433 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7439 test -z "$as_dir" && as_dir=.
7440 for ac_exec_ext in '' $ac_executable_extensions; do
7441 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7442 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7443 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7451 STRIP=$ac_cv_prog_STRIP
7452 if test -n "$STRIP"; then
7453 echo "$as_me:$LINENO: result
: $STRIP" >&5
7454 echo "${ECHO_T}$STRIP" >&6
7456 echo "$as_me:$LINENO: result
: no
" >&5
7457 echo "${ECHO_T}no
" >&6
7461 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7462 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7463 set dummy ${ncn_progname}; ac_word=$2
7464 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7465 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7466 if test "${ac_cv_prog_STRIP+set}" = set; then
7467 echo $ECHO_N "(cached
) $ECHO_C" >&6
7469 if test -n "$STRIP"; then
7470 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7476 test -z "$as_dir" && as_dir=.
7477 for ac_exec_ext in '' $ac_executable_extensions; do
7478 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7479 ac_cv_prog_STRIP="${ncn_progname}"
7480 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7488 STRIP=$ac_cv_prog_STRIP
7489 if test -n "$STRIP"; then
7490 echo "$as_me:$LINENO: result
: $STRIP" >&5
7491 echo "${ECHO_T}$STRIP" >&6
7493 echo "$as_me:$LINENO: result
: no
" >&5
7494 echo "${ECHO_T}no
" >&6
7498 test -n "$ac_cv_prog_STRIP" && break
7501 if test -z "$ac_cv_prog_STRIP" ; then
7507 if test -n "$WINDRES"; then
7508 ac_cv_prog_WINDRES=$WINDRES
7509 elif test -n "$ac_cv_prog_WINDRES"; then
7510 WINDRES=$ac_cv_prog_WINDRES
7513 if test -n "$ac_cv_prog_WINDRES"; then
7514 for ncn_progname in windres; do
7515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7516 set dummy ${ncn_progname}; ac_word=$2
7517 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7518 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7519 if test "${ac_cv_prog_WINDRES+set}" = set; then
7520 echo $ECHO_N "(cached
) $ECHO_C" >&6
7522 if test -n "$WINDRES"; then
7523 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7529 test -z "$as_dir" && as_dir=.
7530 for ac_exec_ext in '' $ac_executable_extensions; do
7531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7532 ac_cv_prog_WINDRES="${ncn_progname}"
7533 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7541 WINDRES=$ac_cv_prog_WINDRES
7542 if test -n "$WINDRES"; then
7543 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7544 echo "${ECHO_T}$WINDRES" >&6
7546 echo "$as_me:$LINENO: result
: no
" >&5
7547 echo "${ECHO_T}no
" >&6
7553 for ncn_progname in windres; do
7554 if test -n "$ncn_tool_prefix"; then
7555 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7556 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7557 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7558 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7559 if test "${ac_cv_prog_WINDRES+set}" = set; then
7560 echo $ECHO_N "(cached
) $ECHO_C" >&6
7562 if test -n "$WINDRES"; then
7563 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7569 test -z "$as_dir" && as_dir=.
7570 for ac_exec_ext in '' $ac_executable_extensions; do
7571 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7572 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7573 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7581 WINDRES=$ac_cv_prog_WINDRES
7582 if test -n "$WINDRES"; then
7583 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7584 echo "${ECHO_T}$WINDRES" >&6
7586 echo "$as_me:$LINENO: result
: no
" >&5
7587 echo "${ECHO_T}no
" >&6
7591 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7592 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7593 set dummy ${ncn_progname}; ac_word=$2
7594 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7595 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7596 if test "${ac_cv_prog_WINDRES+set}" = set; then
7597 echo $ECHO_N "(cached
) $ECHO_C" >&6
7599 if test -n "$WINDRES"; then
7600 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7606 test -z "$as_dir" && as_dir=.
7607 for ac_exec_ext in '' $ac_executable_extensions; do
7608 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7609 ac_cv_prog_WINDRES="${ncn_progname}"
7610 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7618 WINDRES=$ac_cv_prog_WINDRES
7619 if test -n "$WINDRES"; then
7620 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7621 echo "${ECHO_T}$WINDRES" >&6
7623 echo "$as_me:$LINENO: result
: no
" >&5
7624 echo "${ECHO_T}no
" >&6
7628 test -n "$ac_cv_prog_WINDRES" && break
7631 if test -z "$ac_cv_prog_WINDRES" ; then
7633 if test $build = $host ; then
7636 WINDRES="${ncn_tool_prefix}$2"
7642 if test -n "$WINDMC"; then
7643 ac_cv_prog_WINDMC=$WINDMC
7644 elif test -n "$ac_cv_prog_WINDMC"; then
7645 WINDMC=$ac_cv_prog_WINDMC
7648 if test -n "$ac_cv_prog_WINDMC"; then
7649 for ncn_progname in windmc; do
7650 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7651 set dummy ${ncn_progname}; ac_word=$2
7652 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7653 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7654 if test "${ac_cv_prog_WINDMC+set}" = set; then
7655 echo $ECHO_N "(cached
) $ECHO_C" >&6
7657 if test -n "$WINDMC"; then
7658 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7664 test -z "$as_dir" && as_dir=.
7665 for ac_exec_ext in '' $ac_executable_extensions; do
7666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7667 ac_cv_prog_WINDMC="${ncn_progname}"
7668 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7676 WINDMC=$ac_cv_prog_WINDMC
7677 if test -n "$WINDMC"; then
7678 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7679 echo "${ECHO_T}$WINDMC" >&6
7681 echo "$as_me:$LINENO: result
: no
" >&5
7682 echo "${ECHO_T}no
" >&6
7688 for ncn_progname in windmc; do
7689 if test -n "$ncn_tool_prefix"; then
7690 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7691 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7692 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7693 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7694 if test "${ac_cv_prog_WINDMC+set}" = set; then
7695 echo $ECHO_N "(cached
) $ECHO_C" >&6
7697 if test -n "$WINDMC"; then
7698 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704 test -z "$as_dir" && as_dir=.
7705 for ac_exec_ext in '' $ac_executable_extensions; do
7706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7707 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
7708 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7716 WINDMC=$ac_cv_prog_WINDMC
7717 if test -n "$WINDMC"; then
7718 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7719 echo "${ECHO_T}$WINDMC" >&6
7721 echo "$as_me:$LINENO: result
: no
" >&5
7722 echo "${ECHO_T}no
" >&6
7726 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
7727 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7728 set dummy ${ncn_progname}; ac_word=$2
7729 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7730 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7731 if test "${ac_cv_prog_WINDMC+set}" = set; then
7732 echo $ECHO_N "(cached
) $ECHO_C" >&6
7734 if test -n "$WINDMC"; then
7735 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
7737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7741 test -z "$as_dir" && as_dir=.
7742 for ac_exec_ext in '' $ac_executable_extensions; do
7743 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7744 ac_cv_prog_WINDMC="${ncn_progname}"
7745 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7753 WINDMC=$ac_cv_prog_WINDMC
7754 if test -n "$WINDMC"; then
7755 echo "$as_me:$LINENO: result
: $WINDMC" >&5
7756 echo "${ECHO_T}$WINDMC" >&6
7758 echo "$as_me:$LINENO: result
: no
" >&5
7759 echo "${ECHO_T}no
" >&6
7763 test -n "$ac_cv_prog_WINDMC" && break
7766 if test -z "$ac_cv_prog_WINDMC" ; then
7768 if test $build = $host ; then
7771 WINDMC="${ncn_tool_prefix}$2"
7777 if test -n "$OBJCOPY"; then
7778 ac_cv_prog_OBJCOPY=$OBJCOPY
7779 elif test -n "$ac_cv_prog_OBJCOPY"; then
7780 OBJCOPY=$ac_cv_prog_OBJCOPY
7783 if test -n "$ac_cv_prog_OBJCOPY"; then
7784 for ncn_progname in objcopy; do
7785 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7786 set dummy ${ncn_progname}; ac_word=$2
7787 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7788 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7789 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7790 echo $ECHO_N "(cached
) $ECHO_C" >&6
7792 if test -n "$OBJCOPY"; then
7793 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7802 ac_cv_prog_OBJCOPY="${ncn_progname}"
7803 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7811 OBJCOPY=$ac_cv_prog_OBJCOPY
7812 if test -n "$OBJCOPY"; then
7813 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7814 echo "${ECHO_T}$OBJCOPY" >&6
7816 echo "$as_me:$LINENO: result
: no
" >&5
7817 echo "${ECHO_T}no
" >&6
7823 for ncn_progname in objcopy; do
7824 if test -n "$ncn_tool_prefix"; then
7825 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7826 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7827 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7828 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7829 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7830 echo $ECHO_N "(cached
) $ECHO_C" >&6
7832 if test -n "$OBJCOPY"; then
7833 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
7841 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7842 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7843 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7851 OBJCOPY=$ac_cv_prog_OBJCOPY
7852 if test -n "$OBJCOPY"; then
7853 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7854 echo "${ECHO_T}$OBJCOPY" >&6
7856 echo "$as_me:$LINENO: result
: no
" >&5
7857 echo "${ECHO_T}no
" >&6
7861 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7862 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7863 set dummy ${ncn_progname}; ac_word=$2
7864 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7865 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7866 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7867 echo $ECHO_N "(cached
) $ECHO_C" >&6
7869 if test -n "$OBJCOPY"; then
7870 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
7878 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7879 ac_cv_prog_OBJCOPY="${ncn_progname}"
7880 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7888 OBJCOPY=$ac_cv_prog_OBJCOPY
7889 if test -n "$OBJCOPY"; then
7890 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7891 echo "${ECHO_T}$OBJCOPY" >&6
7893 echo "$as_me:$LINENO: result
: no
" >&5
7894 echo "${ECHO_T}no
" >&6
7898 test -n "$ac_cv_prog_OBJCOPY" && break
7901 if test -z "$ac_cv_prog_OBJCOPY" ; then
7903 if test $build = $host ; then
7906 OBJCOPY="${ncn_tool_prefix}$2"
7912 if test -n "$OBJDUMP"; then
7913 ac_cv_prog_OBJDUMP=$OBJDUMP
7914 elif test -n "$ac_cv_prog_OBJDUMP"; then
7915 OBJDUMP=$ac_cv_prog_OBJDUMP
7918 if test -n "$ac_cv_prog_OBJDUMP"; then
7919 for ncn_progname in objdump; do
7920 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7921 set dummy ${ncn_progname}; ac_word=$2
7922 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7923 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7924 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7925 echo $ECHO_N "(cached
) $ECHO_C" >&6
7927 if test -n "$OBJDUMP"; then
7928 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7934 test -z "$as_dir" && as_dir=.
7935 for ac_exec_ext in '' $ac_executable_extensions; do
7936 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7937 ac_cv_prog_OBJDUMP="${ncn_progname}"
7938 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7946 OBJDUMP=$ac_cv_prog_OBJDUMP
7947 if test -n "$OBJDUMP"; then
7948 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7949 echo "${ECHO_T}$OBJDUMP" >&6
7951 echo "$as_me:$LINENO: result
: no
" >&5
7952 echo "${ECHO_T}no
" >&6
7958 for ncn_progname in objdump; do
7959 if test -n "$ncn_tool_prefix"; then
7960 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7961 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7962 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7963 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7964 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7965 echo $ECHO_N "(cached
) $ECHO_C" >&6
7967 if test -n "$OBJDUMP"; then
7968 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7974 test -z "$as_dir" && as_dir=.
7975 for ac_exec_ext in '' $ac_executable_extensions; do
7976 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7977 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7978 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7986 OBJDUMP=$ac_cv_prog_OBJDUMP
7987 if test -n "$OBJDUMP"; then
7988 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7989 echo "${ECHO_T}$OBJDUMP" >&6
7991 echo "$as_me:$LINENO: result
: no
" >&5
7992 echo "${ECHO_T}no
" >&6
7996 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7997 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7998 set dummy ${ncn_progname}; ac_word=$2
7999 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8000 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8001 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8002 echo $ECHO_N "(cached
) $ECHO_C" >&6
8004 if test -n "$OBJDUMP"; then
8005 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8011 test -z "$as_dir" && as_dir=.
8012 for ac_exec_ext in '' $ac_executable_extensions; do
8013 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8014 ac_cv_prog_OBJDUMP="${ncn_progname}"
8015 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8023 OBJDUMP=$ac_cv_prog_OBJDUMP
8024 if test -n "$OBJDUMP"; then
8025 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8026 echo "${ECHO_T}$OBJDUMP" >&6
8028 echo "$as_me:$LINENO: result
: no
" >&5
8029 echo "${ECHO_T}no
" >&6
8033 test -n "$ac_cv_prog_OBJDUMP" && break
8036 if test -z "$ac_cv_prog_OBJDUMP" ; then
8038 if test $build = $host ; then
8041 OBJDUMP="${ncn_tool_prefix}$2"
8052 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8053 if test "${with_build_time_tools+set}" = set; then
8054 withval="$with_build_time_tools"
8058 with_build_time_tools=
8059 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8060 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8064 with_build_time_tools=
8069 if test -n "$CC_FOR_TARGET"; then
8070 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8071 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8072 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8075 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8076 for ncn_progname in cc gcc; do
8077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8078 set dummy ${ncn_progname}; ac_word=$2
8079 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8080 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8081 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8082 echo $ECHO_N "(cached
) $ECHO_C" >&6
8084 if test -n "$CC_FOR_TARGET"; then
8085 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091 test -z "$as_dir" && as_dir=.
8092 for ac_exec_ext in '' $ac_executable_extensions; do
8093 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8094 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8095 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8103 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8104 if test -n "$CC_FOR_TARGET"; then
8105 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8106 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8108 echo "$as_me:$LINENO: result
: no
" >&5
8109 echo "${ECHO_T}no
" >&6
8115 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8116 for ncn_progname in cc gcc; do
8117 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8118 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8119 if test -x $with_build_time_tools/${ncn_progname}; then
8120 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8121 echo "$as_me:$LINENO: result
: yes" >&5
8122 echo "${ECHO_T}yes" >&6
8125 echo "$as_me:$LINENO: result
: no
" >&5
8126 echo "${ECHO_T}no
" >&6
8131 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8132 for ncn_progname in cc gcc; do
8133 if test -n "$ncn_target_tool_prefix"; then
8134 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8135 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8136 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8137 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8138 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8139 echo $ECHO_N "(cached
) $ECHO_C" >&6
8141 if test -n "$CC_FOR_TARGET"; then
8142 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8148 test -z "$as_dir" && as_dir=.
8149 for ac_exec_ext in '' $ac_executable_extensions; do
8150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8151 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8152 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8160 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8161 if test -n "$CC_FOR_TARGET"; then
8162 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8163 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8165 echo "$as_me:$LINENO: result
: no
" >&5
8166 echo "${ECHO_T}no
" >&6
8170 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8171 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8172 set dummy ${ncn_progname}; ac_word=$2
8173 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8174 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8175 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8176 echo $ECHO_N "(cached
) $ECHO_C" >&6
8178 if test -n "$CC_FOR_TARGET"; then
8179 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8185 test -z "$as_dir" && as_dir=.
8186 for ac_exec_ext in '' $ac_executable_extensions; do
8187 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8188 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8189 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8197 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8198 if test -n "$CC_FOR_TARGET"; then
8199 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8200 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8202 echo "$as_me:$LINENO: result
: no
" >&5
8203 echo "${ECHO_T}no
" >&6
8207 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8211 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8213 if test $build = $target ; then
8216 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8219 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8224 if test -n "$CXX_FOR_TARGET"; then
8225 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8226 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8227 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8230 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8231 for ncn_progname in c++ g++ cxx gxx; do
8232 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8233 set dummy ${ncn_progname}; ac_word=$2
8234 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8235 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8236 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8237 echo $ECHO_N "(cached
) $ECHO_C" >&6
8239 if test -n "$CXX_FOR_TARGET"; then
8240 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8246 test -z "$as_dir" && as_dir=.
8247 for ac_exec_ext in '' $ac_executable_extensions; do
8248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8249 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8250 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8258 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8259 if test -n "$CXX_FOR_TARGET"; then
8260 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8261 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8263 echo "$as_me:$LINENO: result
: no
" >&5
8264 echo "${ECHO_T}no
" >&6
8270 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8271 for ncn_progname in c++ g++ cxx gxx; do
8272 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8273 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8274 if test -x $with_build_time_tools/${ncn_progname}; then
8275 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8276 echo "$as_me:$LINENO: result
: yes" >&5
8277 echo "${ECHO_T}yes" >&6
8280 echo "$as_me:$LINENO: result
: no
" >&5
8281 echo "${ECHO_T}no
" >&6
8286 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8287 for ncn_progname in c++ g++ cxx gxx; do
8288 if test -n "$ncn_target_tool_prefix"; then
8289 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8290 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8291 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8292 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8293 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8294 echo $ECHO_N "(cached
) $ECHO_C" >&6
8296 if test -n "$CXX_FOR_TARGET"; then
8297 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8303 test -z "$as_dir" && as_dir=.
8304 for ac_exec_ext in '' $ac_executable_extensions; do
8305 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8306 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8307 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8315 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8316 if test -n "$CXX_FOR_TARGET"; then
8317 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8318 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8320 echo "$as_me:$LINENO: result
: no
" >&5
8321 echo "${ECHO_T}no
" >&6
8325 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8326 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8327 set dummy ${ncn_progname}; ac_word=$2
8328 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8329 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8330 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8331 echo $ECHO_N "(cached
) $ECHO_C" >&6
8333 if test -n "$CXX_FOR_TARGET"; then
8334 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 test -z "$as_dir" && as_dir=.
8341 for ac_exec_ext in '' $ac_executable_extensions; do
8342 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8343 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8344 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8352 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8353 if test -n "$CXX_FOR_TARGET"; then
8354 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8355 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8357 echo "$as_me:$LINENO: result
: no
" >&5
8358 echo "${ECHO_T}no
" >&6
8362 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8366 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8367 set dummy c++ g++ cxx gxx
8368 if test $build = $target ; then
8371 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8374 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8379 if test -n "$GCC_FOR_TARGET"; then
8380 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8381 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8382 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8385 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8386 for ncn_progname in gcc; do
8387 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8388 set dummy ${ncn_progname}; ac_word=$2
8389 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8390 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8391 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8392 echo $ECHO_N "(cached
) $ECHO_C" >&6
8394 if test -n "$GCC_FOR_TARGET"; then
8395 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8401 test -z "$as_dir" && as_dir=.
8402 for ac_exec_ext in '' $ac_executable_extensions; do
8403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8404 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8405 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8413 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8414 if test -n "$GCC_FOR_TARGET"; then
8415 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8416 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8418 echo "$as_me:$LINENO: result
: no
" >&5
8419 echo "${ECHO_T}no
" >&6
8425 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8426 for ncn_progname in gcc; do
8427 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8428 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8429 if test -x $with_build_time_tools/${ncn_progname}; then
8430 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8431 echo "$as_me:$LINENO: result
: yes" >&5
8432 echo "${ECHO_T}yes" >&6
8435 echo "$as_me:$LINENO: result
: no
" >&5
8436 echo "${ECHO_T}no
" >&6
8441 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8442 for ncn_progname in gcc; do
8443 if test -n "$ncn_target_tool_prefix"; then
8444 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8445 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8446 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8447 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8448 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8449 echo $ECHO_N "(cached
) $ECHO_C" >&6
8451 if test -n "$GCC_FOR_TARGET"; then
8452 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8458 test -z "$as_dir" && as_dir=.
8459 for ac_exec_ext in '' $ac_executable_extensions; do
8460 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8461 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8462 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8470 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8471 if test -n "$GCC_FOR_TARGET"; then
8472 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8473 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8475 echo "$as_me:$LINENO: result
: no
" >&5
8476 echo "${ECHO_T}no
" >&6
8480 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8481 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8482 set dummy ${ncn_progname}; ac_word=$2
8483 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8484 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8485 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8486 echo $ECHO_N "(cached
) $ECHO_C" >&6
8488 if test -n "$GCC_FOR_TARGET"; then
8489 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8495 test -z "$as_dir" && as_dir=.
8496 for ac_exec_ext in '' $ac_executable_extensions; do
8497 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8498 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8499 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8507 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8508 if test -n "$GCC_FOR_TARGET"; then
8509 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8510 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8512 echo "$as_me:$LINENO: result
: no
" >&5
8513 echo "${ECHO_T}no
" >&6
8517 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8521 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8522 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8524 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8529 if test -n "$GCJ_FOR_TARGET"; then
8530 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8531 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8532 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8535 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8536 for ncn_progname in gcj; do
8537 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8538 set dummy ${ncn_progname}; ac_word=$2
8539 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8540 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8541 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8542 echo $ECHO_N "(cached
) $ECHO_C" >&6
8544 if test -n "$GCJ_FOR_TARGET"; then
8545 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8554 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8555 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8563 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8564 if test -n "$GCJ_FOR_TARGET"; then
8565 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8566 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8568 echo "$as_me:$LINENO: result
: no
" >&5
8569 echo "${ECHO_T}no
" >&6
8575 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8576 for ncn_progname in gcj; do
8577 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8578 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8579 if test -x $with_build_time_tools/${ncn_progname}; then
8580 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8581 echo "$as_me:$LINENO: result
: yes" >&5
8582 echo "${ECHO_T}yes" >&6
8585 echo "$as_me:$LINENO: result
: no
" >&5
8586 echo "${ECHO_T}no
" >&6
8591 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8592 for ncn_progname in gcj; do
8593 if test -n "$ncn_target_tool_prefix"; then
8594 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8595 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8596 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8597 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8598 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8599 echo $ECHO_N "(cached
) $ECHO_C" >&6
8601 if test -n "$GCJ_FOR_TARGET"; then
8602 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8608 test -z "$as_dir" && as_dir=.
8609 for ac_exec_ext in '' $ac_executable_extensions; do
8610 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8611 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8612 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8620 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8621 if test -n "$GCJ_FOR_TARGET"; then
8622 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8623 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8625 echo "$as_me:$LINENO: result
: no
" >&5
8626 echo "${ECHO_T}no
" >&6
8630 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8631 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8632 set dummy ${ncn_progname}; ac_word=$2
8633 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8634 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8635 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8636 echo $ECHO_N "(cached
) $ECHO_C" >&6
8638 if test -n "$GCJ_FOR_TARGET"; then
8639 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8645 test -z "$as_dir" && as_dir=.
8646 for ac_exec_ext in '' $ac_executable_extensions; do
8647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8648 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8649 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8657 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8658 if test -n "$GCJ_FOR_TARGET"; then
8659 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8660 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8662 echo "$as_me:$LINENO: result
: no
" >&5
8663 echo "${ECHO_T}no
" >&6
8667 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8671 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8673 if test $build = $target ; then
8676 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8679 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
8684 if test -n "$GFORTRAN_FOR_TARGET"; then
8685 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8686 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8687 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8690 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8691 for ncn_progname in gfortran; do
8692 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8693 set dummy ${ncn_progname}; ac_word=$2
8694 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8695 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8696 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8697 echo $ECHO_N "(cached
) $ECHO_C" >&6
8699 if test -n "$GFORTRAN_FOR_TARGET"; then
8700 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8706 test -z "$as_dir" && as_dir=.
8707 for ac_exec_ext in '' $ac_executable_extensions; do
8708 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8709 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8710 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8718 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8719 if test -n "$GFORTRAN_FOR_TARGET"; then
8720 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8721 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8723 echo "$as_me:$LINENO: result
: no
" >&5
8724 echo "${ECHO_T}no
" >&6
8730 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8731 for ncn_progname in gfortran; do
8732 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8733 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8734 if test -x $with_build_time_tools/${ncn_progname}; then
8735 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8736 echo "$as_me:$LINENO: result
: yes" >&5
8737 echo "${ECHO_T}yes" >&6
8740 echo "$as_me:$LINENO: result
: no
" >&5
8741 echo "${ECHO_T}no
" >&6
8746 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8747 for ncn_progname in gfortran; do
8748 if test -n "$ncn_target_tool_prefix"; then
8749 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8750 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8751 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8752 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8753 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8754 echo $ECHO_N "(cached
) $ECHO_C" >&6
8756 if test -n "$GFORTRAN_FOR_TARGET"; then
8757 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8763 test -z "$as_dir" && as_dir=.
8764 for ac_exec_ext in '' $ac_executable_extensions; do
8765 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8766 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8767 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8775 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8776 if test -n "$GFORTRAN_FOR_TARGET"; then
8777 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8778 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8780 echo "$as_me:$LINENO: result
: no
" >&5
8781 echo "${ECHO_T}no
" >&6
8785 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8786 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8787 set dummy ${ncn_progname}; ac_word=$2
8788 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8789 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8790 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8791 echo $ECHO_N "(cached
) $ECHO_C" >&6
8793 if test -n "$GFORTRAN_FOR_TARGET"; then
8794 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8800 test -z "$as_dir" && as_dir=.
8801 for ac_exec_ext in '' $ac_executable_extensions; do
8802 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8803 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8804 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8812 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8813 if test -n "$GFORTRAN_FOR_TARGET"; then
8814 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8815 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8817 echo "$as_me:$LINENO: result
: no
" >&5
8818 echo "${ECHO_T}no
" >&6
8822 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8826 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8828 if test $build = $target ; then
8829 GFORTRAN_FOR_TARGET="$2"
8831 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8834 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
8839 cat > conftest.c << \EOF
8844 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8845 have_gcc_for_target=yes
8847 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8848 have_gcc_for_target=no
8855 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8856 if test -n "$with_build_time_tools"; then
8857 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8858 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8859 if test -x $with_build_time_tools/ar; then
8860 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8861 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8862 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8863 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8865 echo "$as_me:$LINENO: result
: no
" >&5
8866 echo "${ECHO_T}no
" >&6
8868 elif test $build != $host && test $have_gcc_for_target = yes; then
8869 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8870 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
8871 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8874 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8875 # Extract the first word of "ar", so it can be a program name with args.
8876 set dummy ar; ac_word=$2
8877 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8878 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8879 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8880 echo $ECHO_N "(cached
) $ECHO_C" >&6
8882 case $AR_FOR_TARGET in
8884 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8888 for as_dir in $gcc_cv_tool_dirs
8891 test -z "$as_dir" && as_dir=.
8892 for ac_exec_ext in '' $ac_executable_extensions; do
8893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8894 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8895 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8904 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8906 if test -n "$AR_FOR_TARGET"; then
8907 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8908 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8910 echo "$as_me:$LINENO: result
: no
" >&5
8911 echo "${ECHO_T}no
" >&6
8915 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8918 if test -n "$AR_FOR_TARGET"; then
8919 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8920 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8921 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8924 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8925 for ncn_progname in ar; do
8926 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8927 set dummy ${ncn_progname}; ac_word=$2
8928 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8929 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8930 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8931 echo $ECHO_N "(cached
) $ECHO_C" >&6
8933 if test -n "$AR_FOR_TARGET"; then
8934 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8940 test -z "$as_dir" && as_dir=.
8941 for ac_exec_ext in '' $ac_executable_extensions; do
8942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8943 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8944 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8952 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8953 if test -n "$AR_FOR_TARGET"; then
8954 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8955 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8957 echo "$as_me:$LINENO: result
: no
" >&5
8958 echo "${ECHO_T}no
" >&6
8964 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8965 for ncn_progname in ar; do
8966 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8967 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8968 if test -x $with_build_time_tools/${ncn_progname}; then
8969 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8970 echo "$as_me:$LINENO: result
: yes" >&5
8971 echo "${ECHO_T}yes" >&6
8974 echo "$as_me:$LINENO: result
: no
" >&5
8975 echo "${ECHO_T}no
" >&6
8980 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8981 for ncn_progname in ar; do
8982 if test -n "$ncn_target_tool_prefix"; then
8983 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8984 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8985 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8986 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8987 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8988 echo $ECHO_N "(cached
) $ECHO_C" >&6
8990 if test -n "$AR_FOR_TARGET"; then
8991 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8997 test -z "$as_dir" && as_dir=.
8998 for ac_exec_ext in '' $ac_executable_extensions; do
8999 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9000 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9001 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9009 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9010 if test -n "$AR_FOR_TARGET"; then
9011 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9012 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9014 echo "$as_me:$LINENO: result
: no
" >&5
9015 echo "${ECHO_T}no
" >&6
9019 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9020 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9021 set dummy ${ncn_progname}; ac_word=$2
9022 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9023 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9024 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9025 echo $ECHO_N "(cached
) $ECHO_C" >&6
9027 if test -n "$AR_FOR_TARGET"; then
9028 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9034 test -z "$as_dir" && as_dir=.
9035 for ac_exec_ext in '' $ac_executable_extensions; do
9036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9037 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9038 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9046 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9047 if test -n "$AR_FOR_TARGET"; then
9048 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9049 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9051 echo "$as_me:$LINENO: result
: no
" >&5
9052 echo "${ECHO_T}no
" >&6
9056 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9060 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9062 if test $build = $target ; then
9065 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9068 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9072 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9078 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9079 if test -n "$with_build_time_tools"; then
9080 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9081 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9082 if test -x $with_build_time_tools/as; then
9083 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9084 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9085 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9086 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9088 echo "$as_me:$LINENO: result
: no
" >&5
9089 echo "${ECHO_T}no
" >&6
9091 elif test $build != $host && test $have_gcc_for_target = yes; then
9092 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9093 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9094 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9097 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9098 # Extract the first word of "as
", so it can be a program name with args.
9099 set dummy as; ac_word=$2
9100 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9101 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9102 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9103 echo $ECHO_N "(cached
) $ECHO_C" >&6
9105 case $AS_FOR_TARGET in
9107 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9111 for as_dir in $gcc_cv_tool_dirs
9114 test -z "$as_dir" && as_dir=.
9115 for ac_exec_ext in '' $ac_executable_extensions; do
9116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9117 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9118 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9127 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9129 if test -n "$AS_FOR_TARGET"; then
9130 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9131 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9133 echo "$as_me:$LINENO: result
: no
" >&5
9134 echo "${ECHO_T}no
" >&6
9138 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9141 if test -n "$AS_FOR_TARGET"; then
9142 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9143 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9144 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9147 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9148 for ncn_progname in as; do
9149 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9150 set dummy ${ncn_progname}; ac_word=$2
9151 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9152 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9153 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9154 echo $ECHO_N "(cached
) $ECHO_C" >&6
9156 if test -n "$AS_FOR_TARGET"; then
9157 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9163 test -z "$as_dir" && as_dir=.
9164 for ac_exec_ext in '' $ac_executable_extensions; do
9165 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9166 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9167 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9175 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9176 if test -n "$AS_FOR_TARGET"; then
9177 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9178 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9180 echo "$as_me:$LINENO: result
: no
" >&5
9181 echo "${ECHO_T}no
" >&6
9187 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9188 for ncn_progname in as; do
9189 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9190 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9191 if test -x $with_build_time_tools/${ncn_progname}; then
9192 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9193 echo "$as_me:$LINENO: result
: yes" >&5
9194 echo "${ECHO_T}yes" >&6
9197 echo "$as_me:$LINENO: result
: no
" >&5
9198 echo "${ECHO_T}no
" >&6
9203 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9204 for ncn_progname in as; do
9205 if test -n "$ncn_target_tool_prefix"; then
9206 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9207 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9208 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9209 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9210 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9211 echo $ECHO_N "(cached
) $ECHO_C" >&6
9213 if test -n "$AS_FOR_TARGET"; then
9214 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9220 test -z "$as_dir" && as_dir=.
9221 for ac_exec_ext in '' $ac_executable_extensions; do
9222 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9223 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9224 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9232 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9233 if test -n "$AS_FOR_TARGET"; then
9234 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9235 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9237 echo "$as_me:$LINENO: result
: no
" >&5
9238 echo "${ECHO_T}no
" >&6
9242 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9243 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9244 set dummy ${ncn_progname}; ac_word=$2
9245 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9246 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9247 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9248 echo $ECHO_N "(cached
) $ECHO_C" >&6
9250 if test -n "$AS_FOR_TARGET"; then
9251 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9257 test -z "$as_dir" && as_dir=.
9258 for ac_exec_ext in '' $ac_executable_extensions; do
9259 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9260 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9261 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9269 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9270 if test -n "$AS_FOR_TARGET"; then
9271 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9272 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9274 echo "$as_me:$LINENO: result
: no
" >&5
9275 echo "${ECHO_T}no
" >&6
9279 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9283 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9285 if test $build = $target ; then
9288 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9291 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9295 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9301 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9302 if test -n "$with_build_time_tools"; then
9303 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9304 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9305 if test -x $with_build_time_tools/dlltool; then
9306 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9307 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9308 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9309 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9311 echo "$as_me:$LINENO: result
: no
" >&5
9312 echo "${ECHO_T}no
" >&6
9314 elif test $build != $host && test $have_gcc_for_target = yes; then
9315 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9316 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9317 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9320 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9321 # Extract the first word of "dlltool
", so it can be a program name with args.
9322 set dummy dlltool; ac_word=$2
9323 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9324 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9325 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9326 echo $ECHO_N "(cached
) $ECHO_C" >&6
9328 case $DLLTOOL_FOR_TARGET in
9330 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9334 for as_dir in $gcc_cv_tool_dirs
9337 test -z "$as_dir" && as_dir=.
9338 for ac_exec_ext in '' $ac_executable_extensions; do
9339 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9340 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9341 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9350 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9352 if test -n "$DLLTOOL_FOR_TARGET"; then
9353 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9354 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9356 echo "$as_me:$LINENO: result
: no
" >&5
9357 echo "${ECHO_T}no
" >&6
9361 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9364 if test -n "$DLLTOOL_FOR_TARGET"; then
9365 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9366 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9367 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9370 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9371 for ncn_progname in dlltool; do
9372 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9373 set dummy ${ncn_progname}; ac_word=$2
9374 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9375 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9376 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9377 echo $ECHO_N "(cached
) $ECHO_C" >&6
9379 if test -n "$DLLTOOL_FOR_TARGET"; then
9380 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9386 test -z "$as_dir" && as_dir=.
9387 for ac_exec_ext in '' $ac_executable_extensions; do
9388 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9389 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9390 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9398 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9399 if test -n "$DLLTOOL_FOR_TARGET"; then
9400 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9401 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9403 echo "$as_me:$LINENO: result
: no
" >&5
9404 echo "${ECHO_T}no
" >&6
9410 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9411 for ncn_progname in dlltool; do
9412 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9413 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9414 if test -x $with_build_time_tools/${ncn_progname}; then
9415 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9416 echo "$as_me:$LINENO: result
: yes" >&5
9417 echo "${ECHO_T}yes" >&6
9420 echo "$as_me:$LINENO: result
: no
" >&5
9421 echo "${ECHO_T}no
" >&6
9426 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9427 for ncn_progname in dlltool; do
9428 if test -n "$ncn_target_tool_prefix"; then
9429 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9430 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9431 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9432 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9433 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9434 echo $ECHO_N "(cached
) $ECHO_C" >&6
9436 if test -n "$DLLTOOL_FOR_TARGET"; then
9437 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9443 test -z "$as_dir" && as_dir=.
9444 for ac_exec_ext in '' $ac_executable_extensions; do
9445 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9446 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9447 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9455 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9456 if test -n "$DLLTOOL_FOR_TARGET"; then
9457 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9458 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9460 echo "$as_me:$LINENO: result
: no
" >&5
9461 echo "${ECHO_T}no
" >&6
9465 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9466 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9467 set dummy ${ncn_progname}; ac_word=$2
9468 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9469 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9470 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9471 echo $ECHO_N "(cached
) $ECHO_C" >&6
9473 if test -n "$DLLTOOL_FOR_TARGET"; then
9474 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9480 test -z "$as_dir" && as_dir=.
9481 for ac_exec_ext in '' $ac_executable_extensions; do
9482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9483 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9484 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9492 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9493 if test -n "$DLLTOOL_FOR_TARGET"; then
9494 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9495 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9497 echo "$as_me:$LINENO: result
: no
" >&5
9498 echo "${ECHO_T}no
" >&6
9502 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9506 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9508 if test $build = $target ; then
9509 DLLTOOL_FOR_TARGET="$2"
9511 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9514 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9518 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9524 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9525 if test -n "$with_build_time_tools"; then
9526 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9527 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9528 if test -x $with_build_time_tools/ld; then
9529 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9530 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9531 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9532 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9534 echo "$as_me:$LINENO: result
: no
" >&5
9535 echo "${ECHO_T}no
" >&6
9537 elif test $build != $host && test $have_gcc_for_target = yes; then
9538 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9539 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9540 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9543 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9544 # Extract the first word of "ld
", so it can be a program name with args.
9545 set dummy ld; ac_word=$2
9546 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9547 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9548 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9549 echo $ECHO_N "(cached
) $ECHO_C" >&6
9551 case $LD_FOR_TARGET in
9553 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9557 for as_dir in $gcc_cv_tool_dirs
9560 test -z "$as_dir" && as_dir=.
9561 for ac_exec_ext in '' $ac_executable_extensions; do
9562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9563 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9564 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9573 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9575 if test -n "$LD_FOR_TARGET"; then
9576 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9577 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9579 echo "$as_me:$LINENO: result
: no
" >&5
9580 echo "${ECHO_T}no
" >&6
9584 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9587 if test -n "$LD_FOR_TARGET"; then
9588 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9589 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9590 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9593 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9594 for ncn_progname in ld; do
9595 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9596 set dummy ${ncn_progname}; ac_word=$2
9597 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9598 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9599 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9600 echo $ECHO_N "(cached
) $ECHO_C" >&6
9602 if test -n "$LD_FOR_TARGET"; then
9603 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9609 test -z "$as_dir" && as_dir=.
9610 for ac_exec_ext in '' $ac_executable_extensions; do
9611 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9612 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9613 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9621 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9622 if test -n "$LD_FOR_TARGET"; then
9623 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9624 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9626 echo "$as_me:$LINENO: result
: no
" >&5
9627 echo "${ECHO_T}no
" >&6
9633 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9634 for ncn_progname in ld; do
9635 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9636 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9637 if test -x $with_build_time_tools/${ncn_progname}; then
9638 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9639 echo "$as_me:$LINENO: result
: yes" >&5
9640 echo "${ECHO_T}yes" >&6
9643 echo "$as_me:$LINENO: result
: no
" >&5
9644 echo "${ECHO_T}no
" >&6
9649 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9650 for ncn_progname in ld; do
9651 if test -n "$ncn_target_tool_prefix"; then
9652 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9653 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9654 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9655 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9656 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9657 echo $ECHO_N "(cached
) $ECHO_C" >&6
9659 if test -n "$LD_FOR_TARGET"; then
9660 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9666 test -z "$as_dir" && as_dir=.
9667 for ac_exec_ext in '' $ac_executable_extensions; do
9668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9669 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9670 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9678 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9679 if test -n "$LD_FOR_TARGET"; then
9680 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9681 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9683 echo "$as_me:$LINENO: result
: no
" >&5
9684 echo "${ECHO_T}no
" >&6
9688 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9689 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9690 set dummy ${ncn_progname}; ac_word=$2
9691 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9692 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9693 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9694 echo $ECHO_N "(cached
) $ECHO_C" >&6
9696 if test -n "$LD_FOR_TARGET"; then
9697 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9703 test -z "$as_dir" && as_dir=.
9704 for ac_exec_ext in '' $ac_executable_extensions; do
9705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9706 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9707 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9715 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9716 if test -n "$LD_FOR_TARGET"; then
9717 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9718 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9720 echo "$as_me:$LINENO: result
: no
" >&5
9721 echo "${ECHO_T}no
" >&6
9725 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9729 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9731 if test $build = $target ; then
9734 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9737 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
9741 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9747 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9748 if test -n "$with_build_time_tools"; then
9749 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9750 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9751 if test -x $with_build_time_tools/lipo; then
9752 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9753 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9754 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9755 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9757 echo "$as_me:$LINENO: result
: no
" >&5
9758 echo "${ECHO_T}no
" >&6
9760 elif test $build != $host && test $have_gcc_for_target = yes; then
9761 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9762 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
9763 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9766 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9767 # Extract the first word of "lipo
", so it can be a program name with args.
9768 set dummy lipo; ac_word=$2
9769 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9770 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9771 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9772 echo $ECHO_N "(cached
) $ECHO_C" >&6
9774 case $LIPO_FOR_TARGET in
9776 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9780 for as_dir in $gcc_cv_tool_dirs
9783 test -z "$as_dir" && as_dir=.
9784 for ac_exec_ext in '' $ac_executable_extensions; do
9785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9786 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9787 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9796 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9798 if test -n "$LIPO_FOR_TARGET"; then
9799 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9800 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9802 echo "$as_me:$LINENO: result
: no
" >&5
9803 echo "${ECHO_T}no
" >&6
9807 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9810 if test -n "$LIPO_FOR_TARGET"; then
9811 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9812 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9813 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9816 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9817 for ncn_progname in lipo; do
9818 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9819 set dummy ${ncn_progname}; ac_word=$2
9820 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9821 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9822 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9823 echo $ECHO_N "(cached
) $ECHO_C" >&6
9825 if test -n "$LIPO_FOR_TARGET"; then
9826 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9832 test -z "$as_dir" && as_dir=.
9833 for ac_exec_ext in '' $ac_executable_extensions; do
9834 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9835 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9836 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9844 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9845 if test -n "$LIPO_FOR_TARGET"; then
9846 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9847 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9849 echo "$as_me:$LINENO: result
: no
" >&5
9850 echo "${ECHO_T}no
" >&6
9856 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9857 for ncn_progname in lipo; do
9858 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9859 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9860 if test -x $with_build_time_tools/${ncn_progname}; then
9861 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9862 echo "$as_me:$LINENO: result
: yes" >&5
9863 echo "${ECHO_T}yes" >&6
9866 echo "$as_me:$LINENO: result
: no
" >&5
9867 echo "${ECHO_T}no
" >&6
9872 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9873 for ncn_progname in lipo; do
9874 if test -n "$ncn_target_tool_prefix"; then
9875 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9876 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9877 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9878 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9879 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9880 echo $ECHO_N "(cached
) $ECHO_C" >&6
9882 if test -n "$LIPO_FOR_TARGET"; then
9883 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9889 test -z "$as_dir" && as_dir=.
9890 for ac_exec_ext in '' $ac_executable_extensions; do
9891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9892 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9893 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9901 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9902 if test -n "$LIPO_FOR_TARGET"; then
9903 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9904 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9906 echo "$as_me:$LINENO: result
: no
" >&5
9907 echo "${ECHO_T}no
" >&6
9911 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9912 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9913 set dummy ${ncn_progname}; ac_word=$2
9914 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9915 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9916 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9917 echo $ECHO_N "(cached
) $ECHO_C" >&6
9919 if test -n "$LIPO_FOR_TARGET"; then
9920 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9926 test -z "$as_dir" && as_dir=.
9927 for ac_exec_ext in '' $ac_executable_extensions; do
9928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9929 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9930 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9938 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9939 if test -n "$LIPO_FOR_TARGET"; then
9940 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9941 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9943 echo "$as_me:$LINENO: result
: no
" >&5
9944 echo "${ECHO_T}no
" >&6
9948 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9952 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9954 if test $build = $target ; then
9955 LIPO_FOR_TARGET="$2"
9957 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9960 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
9964 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9970 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9971 if test -n "$with_build_time_tools"; then
9972 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9973 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9974 if test -x $with_build_time_tools/nm; then
9975 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9976 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9977 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9978 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9980 echo "$as_me:$LINENO: result
: no
" >&5
9981 echo "${ECHO_T}no
" >&6
9983 elif test $build != $host && test $have_gcc_for_target = yes; then
9984 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9985 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
9986 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9989 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9990 # Extract the first word of "nm
", so it can be a program name with args.
9991 set dummy nm; ac_word=$2
9992 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9993 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9994 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9995 echo $ECHO_N "(cached
) $ECHO_C" >&6
9997 case $NM_FOR_TARGET in
9999 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10003 for as_dir in $gcc_cv_tool_dirs
10006 test -z "$as_dir" && as_dir=.
10007 for ac_exec_ext in '' $ac_executable_extensions; do
10008 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10009 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10010 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10019 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10021 if test -n "$NM_FOR_TARGET"; then
10022 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10023 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10025 echo "$as_me:$LINENO: result
: no
" >&5
10026 echo "${ECHO_T}no
" >&6
10030 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10033 if test -n "$NM_FOR_TARGET"; then
10034 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10035 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10036 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10039 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10040 for ncn_progname in nm; do
10041 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10042 set dummy ${ncn_progname}; ac_word=$2
10043 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10044 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10045 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10046 echo $ECHO_N "(cached
) $ECHO_C" >&6
10048 if test -n "$NM_FOR_TARGET"; then
10049 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10052 for as_dir in $PATH
10055 test -z "$as_dir" && as_dir=.
10056 for ac_exec_ext in '' $ac_executable_extensions; do
10057 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10058 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10059 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10067 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10068 if test -n "$NM_FOR_TARGET"; then
10069 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10070 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10072 echo "$as_me:$LINENO: result
: no
" >&5
10073 echo "${ECHO_T}no
" >&6
10079 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10080 for ncn_progname in nm; do
10081 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10082 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10083 if test -x $with_build_time_tools/${ncn_progname}; then
10084 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10085 echo "$as_me:$LINENO: result
: yes" >&5
10086 echo "${ECHO_T}yes" >&6
10089 echo "$as_me:$LINENO: result
: no
" >&5
10090 echo "${ECHO_T}no
" >&6
10095 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10096 for ncn_progname in nm; do
10097 if test -n "$ncn_target_tool_prefix"; then
10098 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10099 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10100 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10101 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10102 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10103 echo $ECHO_N "(cached
) $ECHO_C" >&6
10105 if test -n "$NM_FOR_TARGET"; then
10106 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10109 for as_dir in $PATH
10112 test -z "$as_dir" && as_dir=.
10113 for ac_exec_ext in '' $ac_executable_extensions; do
10114 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10115 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10116 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10124 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10125 if test -n "$NM_FOR_TARGET"; then
10126 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10127 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10129 echo "$as_me:$LINENO: result
: no
" >&5
10130 echo "${ECHO_T}no
" >&6
10134 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10136 set dummy ${ncn_progname}; ac_word=$2
10137 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10138 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10139 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10140 echo $ECHO_N "(cached
) $ECHO_C" >&6
10142 if test -n "$NM_FOR_TARGET"; then
10143 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10146 for as_dir in $PATH
10149 test -z "$as_dir" && as_dir=.
10150 for ac_exec_ext in '' $ac_executable_extensions; do
10151 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10152 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10153 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10161 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10162 if test -n "$NM_FOR_TARGET"; then
10163 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10164 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10166 echo "$as_me:$LINENO: result
: no
" >&5
10167 echo "${ECHO_T}no
" >&6
10171 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10175 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10177 if test $build = $target ; then
10180 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10183 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10187 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10193 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10194 if test -n "$with_build_time_tools"; then
10195 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10196 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10197 if test -x $with_build_time_tools/objdump; then
10198 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10199 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10200 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10201 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10203 echo "$as_me:$LINENO: result
: no
" >&5
10204 echo "${ECHO_T}no
" >&6
10206 elif test $build != $host && test $have_gcc_for_target = yes; then
10207 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10208 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10209 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10212 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10213 # Extract the first word of "objdump
", so it can be a program name with args.
10214 set dummy objdump; ac_word=$2
10215 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10216 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10217 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10218 echo $ECHO_N "(cached
) $ECHO_C" >&6
10220 case $OBJDUMP_FOR_TARGET in
10222 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10226 for as_dir in $gcc_cv_tool_dirs
10229 test -z "$as_dir" && as_dir=.
10230 for ac_exec_ext in '' $ac_executable_extensions; do
10231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10232 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10233 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10242 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10244 if test -n "$OBJDUMP_FOR_TARGET"; then
10245 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10246 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10248 echo "$as_me:$LINENO: result
: no
" >&5
10249 echo "${ECHO_T}no
" >&6
10253 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10256 if test -n "$OBJDUMP_FOR_TARGET"; then
10257 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10258 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10259 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10262 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10263 for ncn_progname in objdump; do
10264 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10265 set dummy ${ncn_progname}; ac_word=$2
10266 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10267 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10268 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10269 echo $ECHO_N "(cached
) $ECHO_C" >&6
10271 if test -n "$OBJDUMP_FOR_TARGET"; then
10272 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10275 for as_dir in $PATH
10278 test -z "$as_dir" && as_dir=.
10279 for ac_exec_ext in '' $ac_executable_extensions; do
10280 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10281 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10282 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10290 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10291 if test -n "$OBJDUMP_FOR_TARGET"; then
10292 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10293 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10295 echo "$as_me:$LINENO: result
: no
" >&5
10296 echo "${ECHO_T}no
" >&6
10302 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10303 for ncn_progname in objdump; do
10304 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10305 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10306 if test -x $with_build_time_tools/${ncn_progname}; then
10307 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10308 echo "$as_me:$LINENO: result
: yes" >&5
10309 echo "${ECHO_T}yes" >&6
10312 echo "$as_me:$LINENO: result
: no
" >&5
10313 echo "${ECHO_T}no
" >&6
10318 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10319 for ncn_progname in objdump; do
10320 if test -n "$ncn_target_tool_prefix"; then
10321 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10322 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10323 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10324 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10325 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10326 echo $ECHO_N "(cached
) $ECHO_C" >&6
10328 if test -n "$OBJDUMP_FOR_TARGET"; then
10329 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10332 for as_dir in $PATH
10335 test -z "$as_dir" && as_dir=.
10336 for ac_exec_ext in '' $ac_executable_extensions; do
10337 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10338 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10339 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10347 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10348 if test -n "$OBJDUMP_FOR_TARGET"; then
10349 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10350 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10352 echo "$as_me:$LINENO: result
: no
" >&5
10353 echo "${ECHO_T}no
" >&6
10357 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10358 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10359 set dummy ${ncn_progname}; ac_word=$2
10360 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10361 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10362 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10363 echo $ECHO_N "(cached
) $ECHO_C" >&6
10365 if test -n "$OBJDUMP_FOR_TARGET"; then
10366 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10369 for as_dir in $PATH
10372 test -z "$as_dir" && as_dir=.
10373 for ac_exec_ext in '' $ac_executable_extensions; do
10374 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10375 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10376 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10384 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10385 if test -n "$OBJDUMP_FOR_TARGET"; then
10386 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10387 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10389 echo "$as_me:$LINENO: result
: no
" >&5
10390 echo "${ECHO_T}no
" >&6
10394 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10398 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10400 if test $build = $target ; then
10401 OBJDUMP_FOR_TARGET="$2"
10403 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10406 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10410 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10416 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10417 if test -n "$with_build_time_tools"; then
10418 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10419 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10420 if test -x $with_build_time_tools/ranlib; then
10421 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10422 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10423 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10424 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10426 echo "$as_me:$LINENO: result
: no
" >&5
10427 echo "${ECHO_T}no
" >&6
10429 elif test $build != $host && test $have_gcc_for_target = yes; then
10430 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10431 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10432 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10435 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10436 # Extract the first word of "ranlib
", so it can be a program name with args.
10437 set dummy ranlib; ac_word=$2
10438 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10439 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10440 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10441 echo $ECHO_N "(cached
) $ECHO_C" >&6
10443 case $RANLIB_FOR_TARGET in
10445 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10449 for as_dir in $gcc_cv_tool_dirs
10452 test -z "$as_dir" && as_dir=.
10453 for ac_exec_ext in '' $ac_executable_extensions; do
10454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10455 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10456 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10465 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10467 if test -n "$RANLIB_FOR_TARGET"; then
10468 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10469 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10471 echo "$as_me:$LINENO: result
: no
" >&5
10472 echo "${ECHO_T}no
" >&6
10476 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10479 if test -n "$RANLIB_FOR_TARGET"; then
10480 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10481 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10482 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10485 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10486 for ncn_progname in ranlib; do
10487 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10488 set dummy ${ncn_progname}; ac_word=$2
10489 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10490 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10491 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10492 echo $ECHO_N "(cached
) $ECHO_C" >&6
10494 if test -n "$RANLIB_FOR_TARGET"; then
10495 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10498 for as_dir in $PATH
10501 test -z "$as_dir" && as_dir=.
10502 for ac_exec_ext in '' $ac_executable_extensions; do
10503 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10504 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10505 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10513 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10514 if test -n "$RANLIB_FOR_TARGET"; then
10515 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10516 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10518 echo "$as_me:$LINENO: result
: no
" >&5
10519 echo "${ECHO_T}no
" >&6
10525 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10526 for ncn_progname in ranlib; do
10527 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10528 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10529 if test -x $with_build_time_tools/${ncn_progname}; then
10530 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10531 echo "$as_me:$LINENO: result
: yes" >&5
10532 echo "${ECHO_T}yes" >&6
10535 echo "$as_me:$LINENO: result
: no
" >&5
10536 echo "${ECHO_T}no
" >&6
10541 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10542 for ncn_progname in ranlib; do
10543 if test -n "$ncn_target_tool_prefix"; then
10544 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10545 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10546 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10547 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10548 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10549 echo $ECHO_N "(cached
) $ECHO_C" >&6
10551 if test -n "$RANLIB_FOR_TARGET"; then
10552 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10555 for as_dir in $PATH
10558 test -z "$as_dir" && as_dir=.
10559 for ac_exec_ext in '' $ac_executable_extensions; do
10560 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10561 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10562 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10570 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10571 if test -n "$RANLIB_FOR_TARGET"; then
10572 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10573 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10575 echo "$as_me:$LINENO: result
: no
" >&5
10576 echo "${ECHO_T}no
" >&6
10580 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10581 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10582 set dummy ${ncn_progname}; ac_word=$2
10583 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10584 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10585 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10586 echo $ECHO_N "(cached
) $ECHO_C" >&6
10588 if test -n "$RANLIB_FOR_TARGET"; then
10589 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10592 for as_dir in $PATH
10595 test -z "$as_dir" && as_dir=.
10596 for ac_exec_ext in '' $ac_executable_extensions; do
10597 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10598 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10599 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10607 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10608 if test -n "$RANLIB_FOR_TARGET"; then
10609 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10610 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10612 echo "$as_me:$LINENO: result
: no
" >&5
10613 echo "${ECHO_T}no
" >&6
10617 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10621 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10623 if test $build = $target ; then
10624 RANLIB_FOR_TARGET="$2"
10626 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10629 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10633 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10639 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10640 if test -n "$with_build_time_tools"; then
10641 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10642 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10643 if test -x $with_build_time_tools/strip; then
10644 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10645 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10646 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10647 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10649 echo "$as_me:$LINENO: result
: no
" >&5
10650 echo "${ECHO_T}no
" >&6
10652 elif test $build != $host && test $have_gcc_for_target = yes; then
10653 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10654 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
10655 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10658 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10659 # Extract the first word of "strip
", so it can be a program name with args.
10660 set dummy strip; ac_word=$2
10661 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10662 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10663 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10664 echo $ECHO_N "(cached
) $ECHO_C" >&6
10666 case $STRIP_FOR_TARGET in
10668 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10672 for as_dir in $gcc_cv_tool_dirs
10675 test -z "$as_dir" && as_dir=.
10676 for ac_exec_ext in '' $ac_executable_extensions; do
10677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10678 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10679 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10688 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10690 if test -n "$STRIP_FOR_TARGET"; then
10691 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10692 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10694 echo "$as_me:$LINENO: result
: no
" >&5
10695 echo "${ECHO_T}no
" >&6
10699 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10702 if test -n "$STRIP_FOR_TARGET"; then
10703 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10704 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10705 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10708 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10709 for ncn_progname in strip; do
10710 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10711 set dummy ${ncn_progname}; ac_word=$2
10712 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10713 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10714 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10715 echo $ECHO_N "(cached
) $ECHO_C" >&6
10717 if test -n "$STRIP_FOR_TARGET"; then
10718 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10721 for as_dir in $PATH
10724 test -z "$as_dir" && as_dir=.
10725 for ac_exec_ext in '' $ac_executable_extensions; do
10726 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10727 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10728 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10736 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10737 if test -n "$STRIP_FOR_TARGET"; then
10738 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10739 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10741 echo "$as_me:$LINENO: result
: no
" >&5
10742 echo "${ECHO_T}no
" >&6
10748 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10749 for ncn_progname in strip; do
10750 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10751 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10752 if test -x $with_build_time_tools/${ncn_progname}; then
10753 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10754 echo "$as_me:$LINENO: result
: yes" >&5
10755 echo "${ECHO_T}yes" >&6
10758 echo "$as_me:$LINENO: result
: no
" >&5
10759 echo "${ECHO_T}no
" >&6
10764 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10765 for ncn_progname in strip; do
10766 if test -n "$ncn_target_tool_prefix"; then
10767 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10768 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10769 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10770 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10771 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10772 echo $ECHO_N "(cached
) $ECHO_C" >&6
10774 if test -n "$STRIP_FOR_TARGET"; then
10775 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10778 for as_dir in $PATH
10781 test -z "$as_dir" && as_dir=.
10782 for ac_exec_ext in '' $ac_executable_extensions; do
10783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10784 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10785 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10793 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10794 if test -n "$STRIP_FOR_TARGET"; then
10795 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10796 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10798 echo "$as_me:$LINENO: result
: no
" >&5
10799 echo "${ECHO_T}no
" >&6
10803 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10805 set dummy ${ncn_progname}; ac_word=$2
10806 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10807 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10808 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10809 echo $ECHO_N "(cached
) $ECHO_C" >&6
10811 if test -n "$STRIP_FOR_TARGET"; then
10812 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10815 for as_dir in $PATH
10818 test -z "$as_dir" && as_dir=.
10819 for ac_exec_ext in '' $ac_executable_extensions; do
10820 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10821 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10822 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10830 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10831 if test -n "$STRIP_FOR_TARGET"; then
10832 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10833 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10835 echo "$as_me:$LINENO: result
: no
" >&5
10836 echo "${ECHO_T}no
" >&6
10840 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10844 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10846 if test $build = $target ; then
10847 STRIP_FOR_TARGET="$2"
10849 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10852 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
10856 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10862 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10863 if test -n "$with_build_time_tools"; then
10864 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10865 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10866 if test -x $with_build_time_tools/windres; then
10867 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10868 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10869 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10870 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10872 echo "$as_me:$LINENO: result
: no
" >&5
10873 echo "${ECHO_T}no
" >&6
10875 elif test $build != $host && test $have_gcc_for_target = yes; then
10876 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10877 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
10878 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10881 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10882 # Extract the first word of "windres
", so it can be a program name with args.
10883 set dummy windres; ac_word=$2
10884 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10885 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10886 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10887 echo $ECHO_N "(cached
) $ECHO_C" >&6
10889 case $WINDRES_FOR_TARGET in
10891 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10895 for as_dir in $gcc_cv_tool_dirs
10898 test -z "$as_dir" && as_dir=.
10899 for ac_exec_ext in '' $ac_executable_extensions; do
10900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10901 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10902 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10911 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10913 if test -n "$WINDRES_FOR_TARGET"; then
10914 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10915 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10917 echo "$as_me:$LINENO: result
: no
" >&5
10918 echo "${ECHO_T}no
" >&6
10922 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10925 if test -n "$WINDRES_FOR_TARGET"; then
10926 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10927 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10928 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10931 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10932 for ncn_progname in windres; do
10933 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10934 set dummy ${ncn_progname}; ac_word=$2
10935 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10936 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10937 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10938 echo $ECHO_N "(cached
) $ECHO_C" >&6
10940 if test -n "$WINDRES_FOR_TARGET"; then
10941 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10944 for as_dir in $PATH
10947 test -z "$as_dir" && as_dir=.
10948 for ac_exec_ext in '' $ac_executable_extensions; do
10949 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10950 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10951 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10959 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10960 if test -n "$WINDRES_FOR_TARGET"; then
10961 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10962 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10964 echo "$as_me:$LINENO: result
: no
" >&5
10965 echo "${ECHO_T}no
" >&6
10971 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10972 for ncn_progname in windres; do
10973 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10974 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10975 if test -x $with_build_time_tools/${ncn_progname}; then
10976 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10977 echo "$as_me:$LINENO: result
: yes" >&5
10978 echo "${ECHO_T}yes" >&6
10981 echo "$as_me:$LINENO: result
: no
" >&5
10982 echo "${ECHO_T}no
" >&6
10987 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10988 for ncn_progname in windres; do
10989 if test -n "$ncn_target_tool_prefix"; then
10990 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10991 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10992 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10993 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10994 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10995 echo $ECHO_N "(cached
) $ECHO_C" >&6
10997 if test -n "$WINDRES_FOR_TARGET"; then
10998 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11001 for as_dir in $PATH
11004 test -z "$as_dir" && as_dir=.
11005 for ac_exec_ext in '' $ac_executable_extensions; do
11006 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11007 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11008 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11016 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11017 if test -n "$WINDRES_FOR_TARGET"; then
11018 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11019 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11021 echo "$as_me:$LINENO: result
: no
" >&5
11022 echo "${ECHO_T}no
" >&6
11026 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11027 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11028 set dummy ${ncn_progname}; ac_word=$2
11029 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11030 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11031 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11032 echo $ECHO_N "(cached
) $ECHO_C" >&6
11034 if test -n "$WINDRES_FOR_TARGET"; then
11035 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11038 for as_dir in $PATH
11041 test -z "$as_dir" && as_dir=.
11042 for ac_exec_ext in '' $ac_executable_extensions; do
11043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11044 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11045 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11053 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11054 if test -n "$WINDRES_FOR_TARGET"; then
11055 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11056 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11058 echo "$as_me:$LINENO: result
: no
" >&5
11059 echo "${ECHO_T}no
" >&6
11063 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11067 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11069 if test $build = $target ; then
11070 WINDRES_FOR_TARGET="$2"
11072 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11075 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11079 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11085 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11086 if test -n "$with_build_time_tools"; then
11087 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11088 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11089 if test -x $with_build_time_tools/windmc; then
11090 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11091 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11092 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11093 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11095 echo "$as_me:$LINENO: result
: no
" >&5
11096 echo "${ECHO_T}no
" >&6
11098 elif test $build != $host && test $have_gcc_for_target = yes; then
11099 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11100 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11101 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11104 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11105 # Extract the first word of "windmc
", so it can be a program name with args.
11106 set dummy windmc; ac_word=$2
11107 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11108 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11109 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11110 echo $ECHO_N "(cached
) $ECHO_C" >&6
11112 case $WINDMC_FOR_TARGET in
11114 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11118 for as_dir in $gcc_cv_tool_dirs
11121 test -z "$as_dir" && as_dir=.
11122 for ac_exec_ext in '' $ac_executable_extensions; do
11123 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11124 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11125 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11134 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11136 if test -n "$WINDMC_FOR_TARGET"; then
11137 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11138 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11140 echo "$as_me:$LINENO: result
: no
" >&5
11141 echo "${ECHO_T}no
" >&6
11145 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11148 if test -n "$WINDMC_FOR_TARGET"; then
11149 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11150 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11151 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11154 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11155 for ncn_progname in windmc; do
11156 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11157 set dummy ${ncn_progname}; ac_word=$2
11158 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11159 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11160 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11161 echo $ECHO_N "(cached
) $ECHO_C" >&6
11163 if test -n "$WINDMC_FOR_TARGET"; then
11164 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11167 for as_dir in $PATH
11170 test -z "$as_dir" && as_dir=.
11171 for ac_exec_ext in '' $ac_executable_extensions; do
11172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11173 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11174 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11182 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11183 if test -n "$WINDMC_FOR_TARGET"; then
11184 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11185 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11187 echo "$as_me:$LINENO: result
: no
" >&5
11188 echo "${ECHO_T}no
" >&6
11194 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11195 for ncn_progname in windmc; do
11196 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11197 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11198 if test -x $with_build_time_tools/${ncn_progname}; then
11199 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11200 echo "$as_me:$LINENO: result
: yes" >&5
11201 echo "${ECHO_T}yes" >&6
11204 echo "$as_me:$LINENO: result
: no
" >&5
11205 echo "${ECHO_T}no
" >&6
11210 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11211 for ncn_progname in windmc; do
11212 if test -n "$ncn_target_tool_prefix"; then
11213 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11214 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11215 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11216 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11217 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11218 echo $ECHO_N "(cached
) $ECHO_C" >&6
11220 if test -n "$WINDMC_FOR_TARGET"; then
11221 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11224 for as_dir in $PATH
11227 test -z "$as_dir" && as_dir=.
11228 for ac_exec_ext in '' $ac_executable_extensions; do
11229 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11230 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11231 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11239 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11240 if test -n "$WINDMC_FOR_TARGET"; then
11241 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11242 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11244 echo "$as_me:$LINENO: result
: no
" >&5
11245 echo "${ECHO_T}no
" >&6
11249 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11250 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11251 set dummy ${ncn_progname}; ac_word=$2
11252 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11253 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11254 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11255 echo $ECHO_N "(cached
) $ECHO_C" >&6
11257 if test -n "$WINDMC_FOR_TARGET"; then
11258 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11261 for as_dir in $PATH
11264 test -z "$as_dir" && as_dir=.
11265 for ac_exec_ext in '' $ac_executable_extensions; do
11266 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11267 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11268 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11276 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11277 if test -n "$WINDMC_FOR_TARGET"; then
11278 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11279 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11281 echo "$as_me:$LINENO: result
: no
" >&5
11282 echo "${ECHO_T}no
" >&6
11286 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11290 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11292 if test $build = $target ; then
11293 WINDMC_FOR_TARGET="$2"
11295 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11298 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11302 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11306 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11308 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11309 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11310 if test "x
${build}" != "x
${host}" ; then
11311 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11312 # We already found the complete path
11313 ac_dir=`dirname $AR_FOR_TARGET`
11314 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11315 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11317 # Canadian cross, just use what we found
11318 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11319 echo "${ECHO_T}pre-installed
" >&6
11323 case " ${configdirs} " in
11328 if test $ok = yes; then
11329 # An in-tree tool is available and we can use it
11330 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11331 echo "$as_me:$LINENO: result
: just compiled
" >&5
11332 echo "${ECHO_T}just compiled
" >&6
11333 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11334 # We already found the complete path
11335 ac_dir=`dirname $AR_FOR_TARGET`
11336 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11337 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11338 elif test "x
$target" = "x
$host"; then
11339 # We can use an host tool
11340 AR_FOR_TARGET='$(AR)'
11341 echo "$as_me:$LINENO: result
: host tool
" >&5
11342 echo "${ECHO_T}host tool
" >&6
11344 # We need a cross tool
11345 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11346 echo "${ECHO_T}pre-installed
" >&6
11350 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11351 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11352 if test "x
${build}" != "x
${host}" ; then
11353 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11354 # We already found the complete path
11355 ac_dir=`dirname $AS_FOR_TARGET`
11356 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11357 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11359 # Canadian cross, just use what we found
11360 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11361 echo "${ECHO_T}pre-installed
" >&6
11365 case " ${configdirs} " in
11370 if test $ok = yes; then
11371 # An in-tree tool is available and we can use it
11372 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11373 echo "$as_me:$LINENO: result
: just compiled
" >&5
11374 echo "${ECHO_T}just compiled
" >&6
11375 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11376 # We already found the complete path
11377 ac_dir=`dirname $AS_FOR_TARGET`
11378 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11379 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11380 elif test "x
$target" = "x
$host"; then
11381 # We can use an host tool
11382 AS_FOR_TARGET='$(AS)'
11383 echo "$as_me:$LINENO: result
: host tool
" >&5
11384 echo "${ECHO_T}host tool
" >&6
11386 # We need a cross tool
11387 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11388 echo "${ECHO_T}pre-installed
" >&6
11392 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11393 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11394 if test "x
${build}" != "x
${host}" ; then
11395 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11396 # We already found the complete path
11397 ac_dir=`dirname $CC_FOR_TARGET`
11398 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11399 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11401 # Canadian cross, just use what we found
11402 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11403 echo "${ECHO_T}pre-installed
" >&6
11407 case " ${configdirs} " in
11412 if test $ok = yes; then
11413 # An in-tree tool is available and we can use it
11414 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11415 echo "$as_me:$LINENO: result
: just compiled
" >&5
11416 echo "${ECHO_T}just compiled
" >&6
11417 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11418 # We already found the complete path
11419 ac_dir=`dirname $CC_FOR_TARGET`
11420 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11421 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11422 elif test "x
$target" = "x
$host"; then
11423 # We can use an host tool
11424 CC_FOR_TARGET='$(CC)'
11425 echo "$as_me:$LINENO: result
: host tool
" >&5
11426 echo "${ECHO_T}host tool
" >&6
11428 # We need a cross tool
11429 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11430 echo "${ECHO_T}pre-installed
" >&6
11434 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11435 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11436 if test "x
${build}" != "x
${host}" ; then
11437 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11438 # We already found the complete path
11439 ac_dir=`dirname $CXX_FOR_TARGET`
11440 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11441 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11443 # Canadian cross, just use what we found
11444 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11445 echo "${ECHO_T}pre-installed
" >&6
11449 case " ${configdirs} " in
11453 case ,${enable_languages}, in
11457 if test $ok = yes; then
11458 # An in-tree tool is available and we can use it
11459 CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
11460 echo "$as_me:$LINENO: result
: just compiled
" >&5
11461 echo "${ECHO_T}just compiled
" >&6
11462 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11463 # We already found the complete path
11464 ac_dir=`dirname $CXX_FOR_TARGET`
11465 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11466 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11467 elif test "x
$target" = "x
$host"; then
11468 # We can use an host tool
11469 CXX_FOR_TARGET='$(CXX)'
11470 echo "$as_me:$LINENO: result
: host tool
" >&5
11471 echo "${ECHO_T}host tool
" >&6
11473 # We need a cross tool
11474 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11475 echo "${ECHO_T}pre-installed
" >&6
11479 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11480 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11481 if test "x
${build}" != "x
${host}" ; then
11482 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11483 # We already found the complete path
11484 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11485 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11486 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11488 # Canadian cross, just use what we found
11489 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11490 echo "${ECHO_T}pre-installed
" >&6
11494 case " ${configdirs} " in
11498 case ,${enable_languages}, in
11502 if test $ok = yes; then
11503 # An in-tree tool is available and we can use it
11504 RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
11505 echo "$as_me:$LINENO: result
: just compiled
" >&5
11506 echo "${ECHO_T}just compiled
" >&6
11507 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11508 # We already found the complete path
11509 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11510 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11511 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11512 elif test "x
$target" = "x
$host"; then
11513 # We can use an host tool
11514 RAW_CXX_FOR_TARGET='$(CXX)'
11515 echo "$as_me:$LINENO: result
: host tool
" >&5
11516 echo "${ECHO_T}host tool
" >&6
11518 # We need a cross tool
11519 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11520 echo "${ECHO_T}pre-installed
" >&6
11524 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11525 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11526 if test "x
${build}" != "x
${host}" ; then
11527 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11528 # We already found the complete path
11529 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11530 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11531 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11533 # Canadian cross, just use what we found
11534 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11535 echo "${ECHO_T}pre-installed
" >&6
11539 case " ${configdirs} " in
11544 if test $ok = yes; then
11545 # An in-tree tool is available and we can use it
11546 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11547 echo "$as_me:$LINENO: result
: just compiled
" >&5
11548 echo "${ECHO_T}just compiled
" >&6
11549 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11550 # We already found the complete path
11551 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11552 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11553 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11554 elif test "x
$target" = "x
$host"; then
11555 # We can use an host tool
11556 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11557 echo "$as_me:$LINENO: result
: host tool
" >&5
11558 echo "${ECHO_T}host tool
" >&6
11560 # We need a cross tool
11561 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11562 echo "${ECHO_T}pre-installed
" >&6
11566 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11567 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11568 if test "x
${build}" != "x
${host}" ; then
11569 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11570 # We already found the complete path
11571 ac_dir=`dirname $GCC_FOR_TARGET`
11572 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11573 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11575 # Canadian cross, just use what we found
11576 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11577 echo "${ECHO_T}pre-installed
" >&6
11581 case " ${configdirs} " in
11586 if test $ok = yes; then
11587 # An in-tree tool is available and we can use it
11588 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11589 echo "$as_me:$LINENO: result
: just compiled
" >&5
11590 echo "${ECHO_T}just compiled
" >&6
11591 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11592 # We already found the complete path
11593 ac_dir=`dirname $GCC_FOR_TARGET`
11594 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11595 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11596 elif test "x
$target" = "x
$host"; then
11597 # We can use an host tool
11598 GCC_FOR_TARGET='$()'
11599 echo "$as_me:$LINENO: result
: host tool
" >&5
11600 echo "${ECHO_T}host tool
" >&6
11602 # We need a cross tool
11603 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11604 echo "${ECHO_T}pre-installed
" >&6
11608 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11609 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11610 if test "x
${build}" != "x
${host}" ; then
11611 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11612 # We already found the complete path
11613 ac_dir=`dirname $GCJ_FOR_TARGET`
11614 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11615 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11617 # Canadian cross, just use what we found
11618 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11619 echo "${ECHO_T}pre-installed
" >&6
11623 case " ${configdirs} " in
11627 case ,${enable_languages}, in
11631 if test $ok = yes; then
11632 # An in-tree tool is available and we can use it
11633 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11634 echo "$as_me:$LINENO: result
: just compiled
" >&5
11635 echo "${ECHO_T}just compiled
" >&6
11636 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11637 # We already found the complete path
11638 ac_dir=`dirname $GCJ_FOR_TARGET`
11639 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11640 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11641 elif test "x
$target" = "x
$host"; then
11642 # We can use an host tool
11643 GCJ_FOR_TARGET='$(GCJ)'
11644 echo "$as_me:$LINENO: result
: host tool
" >&5
11645 echo "${ECHO_T}host tool
" >&6
11647 # We need a cross tool
11648 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11649 echo "${ECHO_T}pre-installed
" >&6
11653 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11654 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11655 if test "x
${build}" != "x
${host}" ; then
11656 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11657 # We already found the complete path
11658 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11659 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11660 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11662 # Canadian cross, just use what we found
11663 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11664 echo "${ECHO_T}pre-installed
" >&6
11668 case " ${configdirs} " in
11672 case ,${enable_languages}, in
11676 if test $ok = yes; then
11677 # An in-tree tool is available and we can use it
11678 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11679 echo "$as_me:$LINENO: result
: just compiled
" >&5
11680 echo "${ECHO_T}just compiled
" >&6
11681 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11682 # We already found the complete path
11683 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
11684 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11685 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11686 elif test "x
$target" = "x
$host"; then
11687 # We can use an host tool
11688 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11689 echo "$as_me:$LINENO: result
: host tool
" >&5
11690 echo "${ECHO_T}host tool
" >&6
11692 # We need a cross tool
11693 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11694 echo "${ECHO_T}pre-installed
" >&6
11698 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11699 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11700 if test "x
${build}" != "x
${host}" ; then
11701 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11702 # We already found the complete path
11703 ac_dir=`dirname $LD_FOR_TARGET`
11704 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11705 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11707 # Canadian cross, just use what we found
11708 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11709 echo "${ECHO_T}pre-installed
" >&6
11713 case " ${configdirs} " in
11718 if test $ok = yes; then
11719 # An in-tree tool is available and we can use it
11720 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11721 echo "$as_me:$LINENO: result
: just compiled
" >&5
11722 echo "${ECHO_T}just compiled
" >&6
11723 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11724 # We already found the complete path
11725 ac_dir=`dirname $LD_FOR_TARGET`
11726 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11727 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11728 elif test "x
$target" = "x
$host"; then
11729 # We can use an host tool
11730 LD_FOR_TARGET='$(LD)'
11731 echo "$as_me:$LINENO: result
: host tool
" >&5
11732 echo "${ECHO_T}host tool
" >&6
11734 # We need a cross tool
11735 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11736 echo "${ECHO_T}pre-installed
" >&6
11740 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11741 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11742 if test "x
${build}" != "x
${host}" ; then
11743 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11744 # We already found the complete path
11745 ac_dir=`dirname $LIPO_FOR_TARGET`
11746 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11747 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11749 # Canadian cross, just use what we found
11750 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11751 echo "${ECHO_T}pre-installed
" >&6
11754 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11755 # We already found the complete path
11756 ac_dir=`dirname $LIPO_FOR_TARGET`
11757 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11758 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11759 elif test "x
$target" = "x
$host"; then
11760 # We can use an host tool
11761 LIPO_FOR_TARGET='$(LIPO)'
11762 echo "$as_me:$LINENO: result
: host tool
" >&5
11763 echo "${ECHO_T}host tool
" >&6
11765 # We need a cross tool
11766 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11767 echo "${ECHO_T}pre-installed
" >&6
11771 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11772 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11773 if test "x
${build}" != "x
${host}" ; then
11774 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11775 # We already found the complete path
11776 ac_dir=`dirname $NM_FOR_TARGET`
11777 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11778 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11780 # Canadian cross, just use what we found
11781 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11782 echo "${ECHO_T}pre-installed
" >&6
11786 case " ${configdirs} " in
11791 if test $ok = yes; then
11792 # An in-tree tool is available and we can use it
11793 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11794 echo "$as_me:$LINENO: result
: just compiled
" >&5
11795 echo "${ECHO_T}just compiled
" >&6
11796 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11797 # We already found the complete path
11798 ac_dir=`dirname $NM_FOR_TARGET`
11799 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11800 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11801 elif test "x
$target" = "x
$host"; then
11802 # We can use an host tool
11803 NM_FOR_TARGET='$(NM)'
11804 echo "$as_me:$LINENO: result
: host tool
" >&5
11805 echo "${ECHO_T}host tool
" >&6
11807 # We need a cross tool
11808 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11809 echo "${ECHO_T}pre-installed
" >&6
11813 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11814 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11815 if test "x
${build}" != "x
${host}" ; then
11816 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11817 # We already found the complete path
11818 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11819 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11820 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11822 # Canadian cross, just use what we found
11823 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11824 echo "${ECHO_T}pre-installed
" >&6
11828 case " ${configdirs} " in
11833 if test $ok = yes; then
11834 # An in-tree tool is available and we can use it
11835 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11836 echo "$as_me:$LINENO: result
: just compiled
" >&5
11837 echo "${ECHO_T}just compiled
" >&6
11838 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11839 # We already found the complete path
11840 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
11841 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11842 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11843 elif test "x
$target" = "x
$host"; then
11844 # We can use an host tool
11845 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11846 echo "$as_me:$LINENO: result
: host tool
" >&5
11847 echo "${ECHO_T}host tool
" >&6
11849 # We need a cross tool
11850 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11851 echo "${ECHO_T}pre-installed
" >&6
11855 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11856 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11857 if test "x
${build}" != "x
${host}" ; then
11858 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11859 # We already found the complete path
11860 ac_dir=`dirname $RANLIB_FOR_TARGET`
11861 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11862 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11864 # Canadian cross, just use what we found
11865 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11866 echo "${ECHO_T}pre-installed
" >&6
11870 case " ${configdirs} " in
11875 if test $ok = yes; then
11876 # An in-tree tool is available and we can use it
11877 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11878 echo "$as_me:$LINENO: result
: just compiled
" >&5
11879 echo "${ECHO_T}just compiled
" >&6
11880 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11881 # We already found the complete path
11882 ac_dir=`dirname $RANLIB_FOR_TARGET`
11883 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11884 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11885 elif test "x
$target" = "x
$host"; then
11886 # We can use an host tool
11887 RANLIB_FOR_TARGET='$(RANLIB)'
11888 echo "$as_me:$LINENO: result
: host tool
" >&5
11889 echo "${ECHO_T}host tool
" >&6
11891 # We need a cross tool
11892 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11893 echo "${ECHO_T}pre-installed
" >&6
11897 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11898 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11899 if test "x
${build}" != "x
${host}" ; then
11900 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11901 # We already found the complete path
11902 ac_dir=`dirname $STRIP_FOR_TARGET`
11903 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11904 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11906 # Canadian cross, just use what we found
11907 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11908 echo "${ECHO_T}pre-installed
" >&6
11912 case " ${configdirs} " in
11917 if test $ok = yes; then
11918 # An in-tree tool is available and we can use it
11919 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11920 echo "$as_me:$LINENO: result
: just compiled
" >&5
11921 echo "${ECHO_T}just compiled
" >&6
11922 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11923 # We already found the complete path
11924 ac_dir=`dirname $STRIP_FOR_TARGET`
11925 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11926 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11927 elif test "x
$target" = "x
$host"; then
11928 # We can use an host tool
11929 STRIP_FOR_TARGET='$(STRIP)'
11930 echo "$as_me:$LINENO: result
: host tool
" >&5
11931 echo "${ECHO_T}host tool
" >&6
11933 # We need a cross tool
11934 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11935 echo "${ECHO_T}pre-installed
" >&6
11939 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11940 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11941 if test "x
${build}" != "x
${host}" ; then
11942 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11943 # We already found the complete path
11944 ac_dir=`dirname $WINDRES_FOR_TARGET`
11945 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11946 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11948 # Canadian cross, just use what we found
11949 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11950 echo "${ECHO_T}pre-installed
" >&6
11954 case " ${configdirs} " in
11959 if test $ok = yes; then
11960 # An in-tree tool is available and we can use it
11961 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11962 echo "$as_me:$LINENO: result
: just compiled
" >&5
11963 echo "${ECHO_T}just compiled
" >&6
11964 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11965 # We already found the complete path
11966 ac_dir=`dirname $WINDRES_FOR_TARGET`
11967 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11968 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11969 elif test "x
$target" = "x
$host"; then
11970 # We can use an host tool
11971 WINDRES_FOR_TARGET='$(WINDRES)'
11972 echo "$as_me:$LINENO: result
: host tool
" >&5
11973 echo "${ECHO_T}host tool
" >&6
11975 # We need a cross tool
11976 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11977 echo "${ECHO_T}pre-installed
" >&6
11981 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
11982 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
11983 if test "x
${build}" != "x
${host}" ; then
11984 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
11985 # We already found the complete path
11986 ac_dir=`dirname $WINDMC_FOR_TARGET`
11987 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11988 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11990 # Canadian cross, just use what we found
11991 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11992 echo "${ECHO_T}pre-installed
" >&6
11996 case " ${configdirs} " in
12001 if test $ok = yes; then
12002 # An in-tree tool is available and we can use it
12003 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12004 echo "$as_me:$LINENO: result
: just compiled
" >&5
12005 echo "${ECHO_T}just compiled
" >&6
12006 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12007 # We already found the complete path
12008 ac_dir=`dirname $WINDMC_FOR_TARGET`
12009 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12010 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12011 elif test "x
$target" = "x
$host"; then
12012 # We can use an host tool
12013 WINDMC_FOR_TARGET='$(WINDMC)'
12014 echo "$as_me:$LINENO: result
: host tool
" >&5
12015 echo "${ECHO_T}host tool
" >&6
12017 # We need a cross tool
12018 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12019 echo "${ECHO_T}pre-installed
" >&6
12027 # Certain tools may need extra flags.
12028 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12029 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12030 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12032 # When building target libraries, except in a Canadian cross, we use
12033 # the same toolchain as the compiler we just built.
12034 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12035 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12036 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12037 if test $host = $build; then
12038 case " $configdirs " in
12040 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12041 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12042 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12051 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12052 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12053 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12054 if test "${enable_maintainer_mode+set}" = set; then
12055 enableval="$enable_maintainer_mode"
12056 USE_MAINTAINER_MODE=$enableval
12058 USE_MAINTAINER_MODE=no
12060 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12061 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12064 if test "$USE_MAINTAINER_MODE" = yes; then
12065 MAINTAINER_MODE_TRUE=
12066 MAINTAINER_MODE_FALSE='#'
12068 MAINTAINER_MODE_TRUE='#'
12069 MAINTAINER_MODE_FALSE=
12071 MAINT=$MAINTAINER_MODE_TRUE
12073 # ---------------------
12074 # GCC bootstrap support
12075 # ---------------------
12077 # Stage specific cflags for build.
12082 yes) stage1_cflags="-g -Wa,-J" ;;
12083 *) stage1_cflags="-g -J" ;;
12087 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12088 if test "$GCC" = yes; then
12089 saved_CFLAGS="$CFLAGS"
12091 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12092 CFLAGS="$CFLAGS -fkeep-inline-functions"
12093 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12094 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12095 cat >conftest.$ac_ext <<_ACEOF
12098 cat confdefs.h >>conftest.$ac_ext
12099 cat >>conftest.$ac_ext <<_ACEOF
12100 /* end confdefs.h. */
12102 #if (__GNUC__ < 3) \
12103 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12104 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12105 #error http://gcc.gnu.org/PR29382
12116 rm -f conftest.$ac_objext
12117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12118 (eval $ac_compile) 2>conftest.er1
12120 grep -v '^ *+' conftest.er1 >conftest.err
12122 cat conftest.err >&5
12123 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12124 (exit $ac_status); } &&
12125 { ac_try='test -z "$ac_c_werror_flag"
12126 || test ! -s conftest.err'
12127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12128 (eval $ac_try) 2>&5
12130 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12131 (exit $ac_status); }; } &&
12132 { ac_try='test -s conftest.$ac_objext'
12133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12134 (eval $ac_try) 2>&5
12136 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12137 (exit $ac_status); }; }; then
12138 echo "$as_me:$LINENO: result
: yes" >&5
12139 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12141 echo "$as_me: failed program was
:" >&5
12142 sed 's/^/| /' conftest.$ac_ext >&5
12144 echo "$as_me:$LINENO: result
: no
" >&5
12145 echo "${ECHO_T}no
" >&6
12147 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12149 CFLAGS="$saved_CFLAGS"
12154 # Enable --enable-checking in stage1 of the compiler.
12155 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12156 if test "${enable_stage1_checking+set}" = set; then
12157 enableval="$enable_stage1_checking"
12158 stage1_checking=--enable-checking=${enable_stage1_checking}
12160 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12161 stage1_checking=--enable-checking=yes,types
12163 stage1_checking=--enable-checking=$enable_checking,types
12168 # Enable -Werror in bootstrap stage2 and later.
12169 # Check whether --enable-werror or --disable-werror was given.
12170 if test "${enable_werror+set}" = set; then
12171 enableval="$enable_werror"
12174 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12180 case ${enable_werror} in
12181 yes) stage2_werror_flag="--enable-werror-always" ;;
12182 *) stage2_werror_flag="" ;;
12186 # Flags needed to enable html installing and building
12188 # Check whether --with-datarootdir or --without-datarootdir was given.
12189 if test "${with_datarootdir+set}" = set; then
12190 withval="$with_datarootdir"
12191 datarootdir="\
${prefix}/${withval}"
12193 datarootdir="\
${prefix}/share
"
12197 # Check whether --with-docdir or --without-docdir was given.
12198 if test "${with_docdir+set}" = set; then
12199 withval="$with_docdir"
12200 docdir="\
${prefix}/${withval}"
12202 docdir="\
${datarootdir}/doc
"
12206 # Check whether --with-pdfdir or --without-pdfdir was given.
12207 if test "${with_pdfdir+set}" = set; then
12208 withval="$with_pdfdir"
12209 pdfdir="\
${prefix}/${withval}"
12211 pdfdir="\
${docdir}"
12215 # Check whether --with-htmldir or --without-htmldir was given.
12216 if test "${with_htmldir+set}" = set; then
12217 withval="$with_htmldir"
12218 htmldir="\
${prefix}/${withval}"
12220 htmldir="\
${docdir}"
12228 ac_config_files="$ac_config_files Makefile
"
12229 cat >confcache <<\_ACEOF
12230 # This file is a shell script that caches the results of configure
12231 # tests run on this system so they can be shared between configure
12232 # scripts and configure runs, see configure's option --config-cache.
12233 # It is not useful on other systems. If it contains results you don't
12234 # want to keep, you may remove or edit it.
12236 # config.status only pays attention to the cache file if you give it
12237 # the --recheck option to rerun configure.
12239 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12240 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12241 # following values.
12245 # The following way of writing the cache mishandles newlines in values,
12246 # but we know of no workaround that is simple, portable, and efficient.
12247 # So, don't put newlines in cache variables' values.
12248 # Ultrix sh set writes to stderr and can't be redirected directly,
12249 # and sets the high bit in the cache file unless we assign to the vars.
12252 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12254 # `set' does not quote correctly, so add quotes (double-quote
12255 # substitution turns \\\\ into \\, and sed turns \\ into \).
12258 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12261 # `set' quotes correctly as required by POSIX, so do not add quotes.
12263 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12270 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12272 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12274 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12275 if test -w $cache_file; then
12276 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12277 cat confcache >$cache_file
12279 echo "not updating unwritable cache
$cache_file"
12284 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12285 # Let make expand exec_prefix.
12286 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12288 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12289 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12290 # trailing colons and then remove the whole line if VPATH becomes empty
12291 # (actually we leave an empty line to preserve line numbers).
12292 if test "x
$srcdir" = x.; then
12293 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12294 s/:*\$(srcdir):*/:/;
12295 s/:*\${srcdir}:*/:/;
12297 s/^\([^=]*=[ ]*\):*/\1/;
12303 # Transform confdefs.h into DEFS.
12304 # Protect against shell expansion while executing Makefile rules.
12305 # Protect against Makefile macro expansion.
12307 # If the first sed substitution is executed (which looks for macros that
12308 # take arguments), then we branch to the quote section. Otherwise,
12309 # look for a macro that doesn't take arguments.
12310 cat >confdef2opt.sed <<\_ACEOF
12313 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12315 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12319 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12325 # We use echo to avoid assuming a particular line-breaking character.
12326 # The extra dot is to prevent the shell from consuming trailing
12327 # line-breaks from the sub-command output. A line-break within
12328 # single-quotes doesn't work because, if this script is created in a
12329 # platform that uses two characters for line-breaks (e.g., DOS), tr
12331 ac_LF_and_DOT
=`echo; echo .`
12332 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12333 rm -f confdef2opt.
sed
12338 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12339 # 1. Remove the extension, and $U if already installed.
12340 ac_i
=`echo "$ac_i" |
12341 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12343 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12344 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12346 LIBOBJS
=$ac_libobjs
12348 LTLIBOBJS
=$ac_ltlibobjs
12352 : ${CONFIG_STATUS=./config.status}
12353 ac_clean_files_save
=$ac_clean_files
12354 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12355 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12356 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12357 cat >$CONFIG_STATUS <<_ACEOF
12359 # Generated by $as_me.
12360 # Run this file to recreate the current configuration.
12361 # Compiler output produced by configure, useful for debugging
12362 # configure, is in config.log if it exists.
12365 ac_cs_recheck=false
12367 SHELL=\${CONFIG_SHELL-$SHELL}
12370 cat >>$CONFIG_STATUS <<\_ACEOF
12371 ## --------------------- ##
12372 ## M4sh Initialization. ##
12373 ## --------------------- ##
12375 # Be Bourne compatible
12376 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12379 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12380 # is contrary to our usage. Disable this feature.
12381 alias -g '${1+"$@"}'='"$@"'
12382 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12385 DUALCASE
=1; export DUALCASE
# for MKS sh
12387 # Support unset when possible.
12388 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12395 # Work around bugs in pre-3.0 UWIN ksh.
12396 $as_unset ENV MAIL MAILPATH
12403 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12404 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12405 LC_TELEPHONE LC_TIME
12407 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12408 eval $as_var=C
; export $as_var
12414 # Required to use basename.
12415 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12421 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12422 as_basename
=basename
12428 # Name of the executable.
12429 as_me
=`$as_basename "$0" ||
12430 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12431 X"$0" : 'X\(//\)$' \| \
12432 X"$0" : 'X\(/\)$' \| \
12433 . : '\(.\)' 2>/dev/null ||
12435 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12436 /^X\/\(\/\/\)$/{ s//\1/; q; }
12437 /^X\/\(\/\).*/{ s//\1/; q; }
12441 # PATH needs CR, and LINENO needs CR and PATH.
12442 # Avoid depending upon Character Ranges.
12443 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12444 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12445 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12446 as_cr_digits
='0123456789'
12447 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12449 # The user is always right.
12450 if test "${PATH_SEPARATOR+set}" != set; then
12451 echo "#! /bin/sh" >conf$$.sh
12452 echo "exit 0" >>conf$$.sh
12454 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12463 as_lineno_1
=$LINENO
12464 as_lineno_2
=$LINENO
12465 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12466 test "x$as_lineno_1" != "x$as_lineno_2" &&
12467 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12468 # Find who we are. Look in the path if we contain no path at all
12471 *[\\/]* ) as_myself
=$0 ;;
12472 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12473 for as_dir
in $PATH
12476 test -z "$as_dir" && as_dir
=.
12477 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12482 # We did not find ourselves, most probably we were run as `sh COMMAND'
12483 # in which case we are not to be found in the path.
12484 if test "x$as_myself" = x
; then
12487 if test ! -f "$as_myself"; then
12488 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12489 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12490 { (exit 1); exit 1; }; }
12492 case $CONFIG_SHELL in
12494 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12495 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12498 test -z "$as_dir" && as_dir
=.
12499 for as_base
in sh bash ksh sh5
; do
12502 if ("$as_dir/$as_base" -c '
12503 as_lineno_1=$LINENO
12504 as_lineno_2=$LINENO
12505 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12506 test "x$as_lineno_1" != "x$as_lineno_2" &&
12507 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12508 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12509 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12510 CONFIG_SHELL
=$as_dir/$as_base
12511 export CONFIG_SHELL
12512 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12520 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12521 # uniformly replaced by the line number. The first 'sed' inserts a
12522 # line-number line before each line; the second 'sed' does the real
12523 # work. The second script uses 'N' to pair each line-number line
12524 # with the numbered line, and appends trailing '-' during
12525 # substitution so that $LINENO is not a special case at line end.
12526 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12527 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12528 sed '=' <$as_myself |
12533 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12536 s,^['$as_cr_digits']*\n,,
12537 ' >$as_me.lineno
&&
12538 chmod +x
$as_me.lineno ||
12539 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12540 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12541 { (exit 1); exit 1; }; }
12543 # Don't try to exec as it changes $[0], causing all sort of problems
12544 # (the dirname of $[0] is not the place where we might find the
12545 # original and so on. Autoconf is especially sensible to this).
12547 # Exit status is that of the last command.
12552 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12553 *c
*,-n*) ECHO_N
= ECHO_C
='
12555 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12556 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12559 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12565 rm -f conf$$ conf$$.exe conf$$.
file
12567 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12568 # We could just check for DJGPP; but this test a) works b) is more generic
12569 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12570 if test -f conf$$.exe
; then
12571 # Don't use ln at all; we don't have any links
12576 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12581 rm -f conf$$ conf$$.exe conf$$.
file
12583 if mkdir
-p .
2>/dev
/null
; then
12586 test -d .
/-p && rmdir .
/-p
12590 as_executable_p
="test -f"
12592 # Sed expression to map a string onto a valid CPP name.
12593 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12595 # Sed expression to map a string onto a valid variable name.
12596 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12600 # We need space, tab and new line, in precisely that order.
12610 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12611 # report actual input values of CONFIG_FILES etc. instead of their
12612 # values after options handling. Logging --version etc. is OK.
12616 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12617 ## Running $as_me. ##
12622 This file was extended by $as_me, which was
12623 generated by GNU Autoconf 2.59. Invocation command line was
12625 CONFIG_FILES = $CONFIG_FILES
12626 CONFIG_HEADERS = $CONFIG_HEADERS
12627 CONFIG_LINKS = $CONFIG_LINKS
12628 CONFIG_COMMANDS = $CONFIG_COMMANDS
12632 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12636 # Files that config.status was made for.
12637 if test -n "$ac_config_files"; then
12638 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12641 if test -n "$ac_config_headers"; then
12642 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12645 if test -n "$ac_config_links"; then
12646 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12649 if test -n "$ac_config_commands"; then
12650 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
12653 cat >>$CONFIG_STATUS <<\_ACEOF
12656 \`$as_me' instantiates files from templates according to the
12657 current configuration.
12659 Usage: $0 [OPTIONS] [FILE]...
12661 -h, --help print this help, then exit
12662 -V, --version print version number, then exit
12663 -q, --quiet do not print progress messages
12664 -d, --debug don't remove temporary files
12665 --recheck update $as_me by reconfiguring in the same conditions
12666 --file=FILE[:TEMPLATE]
12667 instantiate the configuration file FILE
12669 Configuration files:
12672 Report bugs to <bug-autoconf@gnu.org>."
12675 cat >>$CONFIG_STATUS <<_ACEOF
12678 configured by $0, generated by GNU Autoconf 2.59,
12679 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
12681 Copyright (C) 2003 Free Software Foundation, Inc.
12682 This config.status script is free software; the Free Software Foundation
12683 gives unlimited permission to copy, distribute and modify it."
12688 cat >>$CONFIG_STATUS <<\_ACEOF
12689 # If no file are specified by the user, then we need to provide default
12690 # value. By we need to know if files were specified by the user.
12696 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12697 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12705 *) # This is not an option, so the user has probably given explicit
12708 ac_need_defaults
=false
;;
12712 # Handling of the options.
12714 cat >>$CONFIG_STATUS <<\_ACEOF
12715 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12717 --version |
--vers* |
-V )
12718 echo "$ac_cs_version"; exit 0 ;;
12720 # Conflict between --help and --header
12721 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12722 Try \`$0 --help' for more information." >&5
12723 echo "$as_me: error: ambiguous option: $1
12724 Try \`$0 --help' for more information." >&2;}
12725 { (exit 1); exit 1; }; };;
12726 --help |
--hel |
-h )
12727 echo "$ac_cs_usage"; exit 0 ;;
12728 --debug |
--d* |
-d )
12730 --file |
--fil |
--fi |
--f )
12732 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12733 ac_need_defaults
=false
;;
12734 --header |
--heade |
--head |
--hea )
12736 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12737 ac_need_defaults
=false
;;
12738 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12739 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12742 # This is an error.
12743 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12744 Try \`$0 --help' for more information." >&5
12745 echo "$as_me: error: unrecognized option: $1
12746 Try \`$0 --help' for more information." >&2;}
12747 { (exit 1); exit 1; }; } ;;
12749 *) ac_config_targets
="$ac_config_targets $1" ;;
12755 ac_configure_extra_args
=
12757 if $ac_cs_silent; then
12759 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12763 cat >>$CONFIG_STATUS <<_ACEOF
12764 if \$ac_cs_recheck; then
12765 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12766 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12775 cat >>$CONFIG_STATUS <<\_ACEOF
12776 for ac_config_target
in $ac_config_targets
12778 case "$ac_config_target" in
12779 # Handling of arguments.
12780 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12781 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12782 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12783 { (exit 1); exit 1; }; };;
12787 # If the user did not use the arguments to specify the items to instantiate,
12788 # then the envvar interface is used. Set only those that are not.
12789 # We use the long form for the default assignment because of an extremely
12790 # bizarre bug on SunOS 4.1.3.
12791 if $ac_need_defaults; then
12792 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12795 # Have a temporary directory for convenience. Make it in the build tree
12796 # simply because there is no reason to put it here, and in addition,
12797 # creating and moving files from /tmp can sometimes cause problems.
12798 # Create a temporary directory, and hook for its removal unless debugging.
12801 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12802 trap '{ (exit 1); exit 1; }' 1 2 13 15
12805 # Create a (secure) tmp directory for tmp files.
12808 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12809 test -n "$tmp" && test -d "$tmp"
12812 tmp
=.
/confstat$$
-$RANDOM
12813 (umask 077 && mkdir
$tmp)
12816 echo "$me: cannot create a temporary directory in ." >&2
12817 { (exit 1); exit 1; }
12822 cat >>$CONFIG_STATUS <<_ACEOF
12825 # CONFIG_FILES section.
12828 # No need to generate the scripts if there are no CONFIG_FILES.
12829 # This happens for instance when ./config.status config.h
12830 if test -n "\$CONFIG_FILES"; then
12831 # Protect against being on the right side of a sed subst in config.status.
12832 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12833 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12834 s,@SHELL@,$SHELL,;t t
12835 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12836 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12837 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12838 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12839 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12840 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12841 s,@exec_prefix@,$exec_prefix,;t t
12842 s,@prefix@,$prefix,;t t
12843 s,@program_transform_name@,$program_transform_name,;t t
12844 s,@bindir@,$bindir,;t t
12845 s,@sbindir@,$sbindir,;t t
12846 s,@libexecdir@,$libexecdir,;t t
12847 s,@datadir@,$datadir,;t t
12848 s,@sysconfdir@,$sysconfdir,;t t
12849 s,@sharedstatedir@,$sharedstatedir,;t t
12850 s,@localstatedir@,$localstatedir,;t t
12851 s,@libdir@,$libdir,;t t
12852 s,@includedir@,$includedir,;t t
12853 s,@oldincludedir@,$oldincludedir,;t t
12854 s,@infodir@,$infodir,;t t
12855 s,@mandir@,$mandir,;t t
12856 s,@build_alias@,$build_alias,;t t
12857 s,@host_alias@,$host_alias,;t t
12858 s,@target_alias@,$target_alias,;t t
12859 s,@DEFS@,$DEFS,;t t
12860 s,@ECHO_C@,$ECHO_C,;t t
12861 s,@ECHO_N@,$ECHO_N,;t t
12862 s,@ECHO_T@,$ECHO_T,;t t
12863 s,@LIBS@,$LIBS,;t t
12864 s,@build@,$build,;t t
12865 s,@build_cpu@,$build_cpu,;t t
12866 s,@build_vendor@,$build_vendor,;t t
12867 s,@build_os@,$build_os,;t t
12868 s,@build_noncanonical@,$build_noncanonical,;t t
12869 s,@host_noncanonical@,$host_noncanonical,;t t
12870 s,@target_noncanonical@,$target_noncanonical,;t t
12871 s,@host@,$host,;t t
12872 s,@host_cpu@,$host_cpu,;t t
12873 s,@host_vendor@,$host_vendor,;t t
12874 s,@host_os@,$host_os,;t t
12875 s,@target@,$target,;t t
12876 s,@target_cpu@,$target_cpu,;t t
12877 s,@target_vendor@,$target_vendor,;t t
12878 s,@target_os@,$target_os,;t t
12879 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12880 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12881 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12883 s,@LN_S@,$LN_S,;t t
12884 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12885 s,@build_libsubdir@,$build_libsubdir,;t t
12886 s,@build_subdir@,$build_subdir,;t t
12887 s,@host_subdir@,$host_subdir,;t t
12888 s,@target_subdir@,$target_subdir,;t t
12890 s,@CFLAGS@,$CFLAGS,;t t
12891 s,@LDFLAGS@,$LDFLAGS,;t t
12892 s,@CPPFLAGS@,$CPPFLAGS,;t t
12893 s,@ac_ct_CC@,$ac_ct_CC,;t t
12894 s,@EXEEXT@,$EXEEXT,;t t
12895 s,@OBJEXT@,$OBJEXT,;t t
12897 s,@CXXFLAGS@,$CXXFLAGS,;t t
12898 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12899 s,@GNATBIND@,$GNATBIND,;t t
12900 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12901 s,@GNATMAKE@,$GNATMAKE,;t t
12902 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12903 s,@do_compare@,$do_compare,;t t
12904 s,@gmplibs@,$gmplibs,;t t
12905 s,@gmpinc@,$gmpinc,;t t
12906 s,@stage1_languages@,$stage1_languages,;t t
12907 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12908 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
12909 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
12910 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
12911 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12912 s,@tooldir@,$tooldir,;t t
12913 s,@build_tooldir@,$build_tooldir,;t t
12914 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12915 s,@GDB_TK@,$GDB_TK,;t t
12916 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12917 s,@build_configargs@,$build_configargs,;t t
12918 s,@build_configdirs@,$build_configdirs,;t t
12919 s,@host_configargs@,$host_configargs,;t t
12920 s,@configdirs@,$configdirs,;t t
12921 s,@target_configargs@,$target_configargs,;t t
12922 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
12923 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
12924 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12925 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12926 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
12927 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
12928 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
12929 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
12930 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
12931 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
12932 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
12933 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
12934 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
12935 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
12936 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
12937 s,@config_shell@,$config_shell,;t t
12938 s,@YACC@,$YACC,;t t
12939 s,@BISON@,$BISON,;t t
12942 s,@FLEX@,$FLEX,;t t
12943 s,@MAKEINFO@,$MAKEINFO,;t t
12944 s,@EXPECT@,$EXPECT,;t t
12945 s,@RUNTEST@,$RUNTEST,;t t
12948 s,@DLLTOOL@,$DLLTOOL,;t t
12950 s,@LIPO@,$LIPO,;t t
12952 s,@RANLIB@,$RANLIB,;t t
12953 s,@STRIP@,$STRIP,;t t
12954 s,@WINDRES@,$WINDRES,;t t
12955 s,@WINDMC@,$WINDMC,;t t
12956 s,@OBJCOPY@,$OBJCOPY,;t t
12957 s,@OBJDUMP@,$OBJDUMP,;t t
12958 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12959 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12960 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12961 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12962 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12963 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12964 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12965 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12966 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12967 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12968 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12969 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12970 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12971 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12972 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12973 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
12974 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12975 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12976 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12977 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12978 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12979 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12980 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12981 s,@MAINT@,$MAINT,;t t
12982 s,@stage1_cflags@,$stage1_cflags,;t t
12983 s,@stage1_checking@,$stage1_checking,;t t
12984 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12985 s,@datarootdir@,$datarootdir,;t t
12986 s,@docdir@,$docdir,;t t
12987 s,@pdfdir@,$pdfdir,;t t
12988 s,@htmldir@,$htmldir,;t t
12989 s,@LIBOBJS@,$LIBOBJS,;t t
12990 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12991 /@serialization_dependencies@/r $serialization_dependencies
12992 s,@serialization_dependencies@,,;t t
12993 /@host_makefile_frag@/r $host_makefile_frag
12994 s,@host_makefile_frag@,,;t t
12995 /@target_makefile_frag@/r $target_makefile_frag
12996 s,@target_makefile_frag@,,;t t
12997 /@alphaieee_frag@/r $alphaieee_frag
12998 s,@alphaieee_frag@,,;t t
12999 /@ospace_frag@/r $ospace_frag
13000 s,@ospace_frag@,,;t t
13005 cat >>$CONFIG_STATUS <<\_ACEOF
13006 # Split the substitutions into bite-sized pieces for seds with
13007 # small command number limits, like on Digital OSF/1 and HP-UX.
13008 ac_max_sed_lines
=48
13009 ac_sed_frag
=1 # Number of current file.
13010 ac_beg
=1 # First line for current file.
13011 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13014 while $ac_more_lines; do
13015 if test $ac_beg -gt 1; then
13016 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13018 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13020 if test ! -s $tmp/subs.frag
; then
13021 ac_more_lines
=false
13023 # The purpose of the label and of the branching condition is to
13024 # speed up the sed processing (if there are no `@' at all, there
13025 # is no need to browse any of the substitutions).
13026 # These are the two extra sed commands mentioned above.
13028 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13029 if test -z "$ac_sed_cmds"; then
13030 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13032 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13034 ac_sed_frag
=`expr $ac_sed_frag + 1`
13036 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13039 if test -z "$ac_sed_cmds"; then
13042 fi # test -n "$CONFIG_FILES"
13045 cat >>$CONFIG_STATUS <<\_ACEOF
13046 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13047 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13049 - |
*:- |
*:-:* ) # input from stdin
13051 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13052 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13053 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13054 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13055 * ) ac_file_in
=$ac_file.
in ;;
13058 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13059 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13060 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13061 X"$ac_file" : 'X\(//\)[^/]' \| \
13062 X"$ac_file" : 'X\(//\)$' \| \
13063 X"$ac_file" : 'X\(/\)' \| \
13064 . : '\(.\)' 2>/dev/null ||
13066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13067 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13068 /^X\(\/\/\)$/{ s//\1/; q; }
13069 /^X\(\/\).*/{ s//\1/; q; }
13071 { if $as_mkdir_p; then
13076 while test ! -d "$as_dir"; do
13077 as_dirs
="$as_dir $as_dirs"
13078 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13079 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13080 X"$as_dir" : 'X\(//\)[^/]' \| \
13081 X"$as_dir" : 'X\(//\)$' \| \
13082 X"$as_dir" : 'X\(/\)' \| \
13083 . : '\(.\)' 2>/dev/null ||
13085 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13086 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13087 /^X\(\/\/\)$/{ s//\1/; q; }
13088 /^X\(\/\).*/{ s//\1/; q; }
13091 test ! -n "$as_dirs" || mkdir
$as_dirs
13092 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13093 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13094 { (exit 1); exit 1; }; }; }
13098 if test "$ac_dir" != .
; then
13099 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13100 # A "../" for each directory in $ac_dir_suffix.
13101 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13103 ac_dir_suffix
= ac_top_builddir
=
13107 .
) # No --srcdir option. We are building in place.
13109 if test -z "$ac_top_builddir"; then
13112 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13114 [\\/]* | ?
:[\\/]* ) # Absolute path.
13115 ac_srcdir
=$srcdir$ac_dir_suffix;
13116 ac_top_srcdir
=$srcdir ;;
13117 *) # Relative path.
13118 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13119 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13122 # Do not use `cd foo && pwd` to compute absolute paths, because
13123 # the directories may not exist.
13125 .
) ac_abs_builddir
="$ac_dir";;
13128 .
) ac_abs_builddir
=`pwd`;;
13129 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13130 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13133 case $ac_abs_builddir in
13134 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13136 case ${ac_top_builddir}.
in
13137 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13138 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13139 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13142 case $ac_abs_builddir in
13143 .
) ac_abs_srcdir
=$ac_srcdir;;
13146 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13147 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13148 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13151 case $ac_abs_builddir in
13152 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13154 case $ac_top_srcdir in
13155 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13156 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13157 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13163 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13164 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13167 if test x
"$ac_file" != x-
; then
13168 { echo "$as_me:$LINENO: creating $ac_file" >&5
13169 echo "$as_me: creating $ac_file" >&6;}
13172 # Let's still pretend it is `configure' which instantiates (i.e., don't
13173 # use $as_me), people would be surprised to read:
13174 # /* config.h. Generated by config.status. */
13175 if test x
"$ac_file" = x-
; then
13178 configure_input
="$ac_file. "
13180 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13181 sed 's,.*/,,'` by configure."
13183 # First look for the input files in the build tree, otherwise in the
13185 ac_file_inputs
=`IFS=:
13186 for f in $ac_file_in; do
13188 -) echo $tmp/stdin ;;
13190 # Absolute (can't be DOS-style, as IFS=:)
13191 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13192 echo "$as_me: error: cannot find input file: $f" >&2;}
13193 { (exit 1); exit 1; }; }
13196 if test -f "$f"; then
13199 elif test -f "$srcdir/$f"; then
13204 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13205 echo "$as_me: error: cannot find input file: $f" >&2;}
13206 { (exit 1); exit 1; }; }
13209 done` ||
{ (exit 1); exit 1; }
13211 cat >>$CONFIG_STATUS <<_ACEOF
13215 cat >>$CONFIG_STATUS <<\_ACEOF
13217 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13218 s
,@configure_input@
,$configure_input,;t t
13219 s
,@srcdir@
,$ac_srcdir,;t t
13220 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13221 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13222 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13223 s
,@builddir@
,$ac_builddir,;t t
13224 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13225 s
,@top_builddir@
,$ac_top_builddir,;t t
13226 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13227 s
,@INSTALL@
,$ac_INSTALL,;t t
13228 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13230 if test x"$ac_file" != x-; then
13231 mv $tmp/out $ac_file
13240 cat >>$CONFIG_STATUS <<\_ACEOF
13242 { (exit 0); exit 0; }
13244 chmod +x $CONFIG_STATUS
13245 ac_clean_files=$ac_clean_files_save
13248 # configure is writing to config.log, and then calls config.status.
13249 # config.status does its own redirection, appending to config.log.
13250 # Unfortunately, on DOS this fails, as config.log is still kept open
13251 # by configure, so config.status won't be able to write to it; its
13252 # output is simply discarded. So we exec the FD to /dev/null,
13253 # effectively closing config.log, so it can be properly (re)opened and
13254 # appended to by config.status. When coming back to configure, we
13255 # need to make the FD available again.
13256 if test "$no_create" != yes; then
13258 ac_config_status_args=
13259 test "$silent" = yes &&
13260 ac_config_status_args="$ac_config_status_args --quiet"
13262 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13264 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13265 # would make configure fail if this is the last instruction.
13266 $ac_cs_success || { (exit 1); exit 1; }