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 RPATH_ENVVAR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs CC_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES OBJCOPY OBJDUMP CFLAGS_FOR_BUILD 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 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 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_env_CC_set
=${CC+set}
718 ac_cv_env_CC_set
=${CC+set}
719 ac_cv_env_CC_value
=$CC
720 ac_env_CFLAGS_set
=${CFLAGS+set}
721 ac_env_CFLAGS_value
=$CFLAGS
722 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
723 ac_cv_env_CFLAGS_value
=$CFLAGS
724 ac_env_LDFLAGS_set
=${LDFLAGS+set}
725 ac_env_LDFLAGS_value
=$LDFLAGS
726 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
727 ac_cv_env_LDFLAGS_value
=$LDFLAGS
728 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
729 ac_env_CPPFLAGS_value
=$CPPFLAGS
730 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
731 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
732 ac_env_CXX_set
=${CXX+set}
733 ac_env_CXX_value
=$CXX
734 ac_cv_env_CXX_set
=${CXX+set}
735 ac_cv_env_CXX_value
=$CXX
736 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
737 ac_env_CXXFLAGS_value
=$CXXFLAGS
738 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
739 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
740 ac_env_AR_set
=${AR+set}
742 ac_cv_env_AR_set
=${AR+set}
743 ac_cv_env_AR_value
=$AR
744 ac_env_AS_set
=${AS+set}
746 ac_cv_env_AS_set
=${AS+set}
747 ac_cv_env_AS_value
=$AS
748 ac_env_DLLTOOL_set
=${DLLTOOL+set}
749 ac_env_DLLTOOL_value
=$DLLTOOL
750 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
751 ac_cv_env_DLLTOOL_value
=$DLLTOOL
752 ac_env_LD_set
=${LD+set}
754 ac_cv_env_LD_set
=${LD+set}
755 ac_cv_env_LD_value
=$LD
756 ac_env_LIPO_set
=${LIPO+set}
757 ac_env_LIPO_value
=$LIPO
758 ac_cv_env_LIPO_set
=${LIPO+set}
759 ac_cv_env_LIPO_value
=$LIPO
760 ac_env_NM_set
=${NM+set}
762 ac_cv_env_NM_set
=${NM+set}
763 ac_cv_env_NM_value
=$NM
764 ac_env_RANLIB_set
=${RANLIB+set}
765 ac_env_RANLIB_value
=$RANLIB
766 ac_cv_env_RANLIB_set
=${RANLIB+set}
767 ac_cv_env_RANLIB_value
=$RANLIB
768 ac_env_STRIP_set
=${STRIP+set}
769 ac_env_STRIP_value
=$STRIP
770 ac_cv_env_STRIP_set
=${STRIP+set}
771 ac_cv_env_STRIP_value
=$STRIP
772 ac_env_WINDRES_set
=${WINDRES+set}
773 ac_env_WINDRES_value
=$WINDRES
774 ac_cv_env_WINDRES_set
=${WINDRES+set}
775 ac_cv_env_WINDRES_value
=$WINDRES
776 ac_env_OBJCOPY_set
=${OBJCOPY+set}
777 ac_env_OBJCOPY_value
=$OBJCOPY
778 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
779 ac_cv_env_OBJCOPY_value
=$OBJCOPY
780 ac_env_OBJDUMP_set
=${OBJDUMP+set}
781 ac_env_OBJDUMP_value
=$OBJDUMP
782 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
783 ac_cv_env_OBJDUMP_value
=$OBJDUMP
784 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
785 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
786 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
787 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
788 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
789 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
790 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
791 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
792 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
793 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
794 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
795 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
796 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
797 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
798 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
799 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
800 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
801 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
802 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
803 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
804 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
805 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
806 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
807 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
808 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
809 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
810 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
811 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
812 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
813 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
814 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
815 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
816 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
817 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
818 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
819 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
820 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
821 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
822 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
823 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
824 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
825 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
826 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
827 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
828 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
829 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
830 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
831 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
832 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
833 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
834 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
835 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
836 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
837 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
838 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
839 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
840 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
841 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
842 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
843 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
846 # Report the --help message.
848 if test "$ac_init_help" = "long"; then
849 # Omit some internal or obsolete options to make the list less imposing.
850 # This message is too long to be a string in the A/UX 3.1 sh.
852 \`configure' configures this package to adapt to many kinds of systems.
854 Usage: $0 [OPTION]... [VAR=VALUE]...
856 To assign environment variables (e.g., CC, CFLAGS...), specify them as
857 VAR=VALUE. See below for descriptions of some of the useful variables.
859 Defaults for the options are specified in brackets.
862 -h, --help display this help and exit
863 --help=short display options specific to this package
864 --help=recursive display the short help of all the included packages
865 -V, --version display version information and exit
866 -q, --quiet, --silent do not print \`checking...' messages
867 --cache-file=FILE cache test results in FILE [disabled]
868 -C, --config-cache alias for \`--cache-file=config.cache'
869 -n, --no-create do not create output files
870 --srcdir=DIR find the sources in DIR [configure dir or \`..']
875 Installation directories:
876 --prefix=PREFIX install architecture-independent files in PREFIX
878 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
881 By default, \`make install' will install all the files in
882 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
883 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
884 for instance \`--prefix=\$HOME'.
886 For better control, use the options below.
888 Fine tuning of the installation directories:
889 --bindir=DIR user executables [EPREFIX/bin]
890 --sbindir=DIR system admin executables [EPREFIX/sbin]
891 --libexecdir=DIR program executables [EPREFIX/libexec]
892 --datadir=DIR read-only architecture-independent data [PREFIX/share]
893 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
894 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
895 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
896 --libdir=DIR object code libraries [EPREFIX/lib]
897 --includedir=DIR C header files [PREFIX/include]
898 --oldincludedir=DIR C header files for non-gcc [/usr/include]
899 --infodir=DIR info documentation [PREFIX/info]
900 --mandir=DIR man documentation [PREFIX/man]
906 --program-prefix=PREFIX prepend PREFIX to installed program names
907 --program-suffix=SUFFIX append SUFFIX to installed program names
908 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
911 --build=BUILD configure
for building on BUILD
[guessed
]
912 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
913 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
917 if test -n "$ac_init_help"; then
922 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
923 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
924 --enable-libada Builds libada directory
925 --enable-libssp Builds libssp directory
926 --enable-stage1-languages=all choose additional languages to build during
927 stage1. Mostly useful
for compiler development.
928 --enable-objc-gc enable the use of Boehm
's garbage collector with
929 the GNU Objective-C runtime.
930 --enable-bootstrap Enable bootstrapping yes if native build
931 --enable-serial-{host,target,build}-configure
932 Force sequential configuration of
933 sub-packages for the host, target or build
934 machine, or all sub-packages
935 --enable-maintainer-mode enable make rules and dependencies not useful
936 (and sometimes confusing) to the casual installer
937 --enable-stage1-checking=all choose additional checking for stage1
939 --enable-werror enable -Werror in bootstrap stage2 and later
942 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
943 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
944 --with-build-libsubdir=DIR Directory where to find libraries for build system
945 --with-mpfr-dir=PATH This option has been REMOVED
946 --with-mpfr=PATH Specify prefix directory for installed MPFR package
947 Equivalent to --with-mpfr-include=PATH/include
948 plus --with-mpfr-lib=PATH/lib
949 --with-mpfr-include=PATH
950 Specify directory for installed MPFR include files
951 --with-mpfr-lib=PATH Specify the directory for the installed MPFR library
952 --with-gmp-dir=PATH This option has been REMOVED
953 --with-gmp=PATH Specify prefix directory for the installed GMP package
954 Equivalent to --with-gmp-include=PATH/include
955 plus --with-gmp-lib=PATH/lib
956 --with-gmp-include=PATH Specify directory for installed GMP include files
957 --with-gmp-lib=PATH Specify the directory for the installed GMP library
958 --with-build-sysroot=sysroot
959 use sysroot as the system root during the build
960 --with-build-time-tools=path
961 use given path to find target tools during the build
962 --with-datarootdir Use datarootdir as the data root directory.
963 --with-docdir Install documentation in this directory.
964 --with-htmldir Install html in this directory.
966 Some influential environment variables:
967 CC C compiler command
968 CFLAGS C compiler flags
969 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
970 nonstandard directory <lib dir>
971 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
972 headers in a nonstandard directory <include dir>
973 CXX C++ compiler command
974 CXXFLAGS C++ compiler flags
977 DLLTOOL DLLTOOL for the host
979 LIPO LIPO for the host
981 RANLIB RANLIB for the host
982 STRIP STRIP for the host
983 WINDRES WINDRES for the host
984 OBJCOPY OBJCOPY for the host
985 OBJDUMP OBJDUMP for the host
995 GFORTRAN for the target
1001 DLLTOOL for the target
1009 OBJDUMP for the target
1011 RANLIB for the target
1013 STRIP for the target
1015 WINDRES for the target
1017 Use these variables to override the choices made by `configure' or to
help
1018 it to
find libraries and programs with nonstandard names
/locations.
1023 if test "$ac_init_help" = "recursive"; then
1024 # If there are subdirs, report their specific --help.
1026 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1027 test -d $ac_dir ||
continue
1030 if test "$ac_dir" != .
; then
1031 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1032 # A "../" for each directory in $ac_dir_suffix.
1033 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1035 ac_dir_suffix
= ac_top_builddir
=
1039 .
) # No --srcdir option. We are building in place.
1041 if test -z "$ac_top_builddir"; then
1044 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1046 [\\/]* | ?
:[\\/]* ) # Absolute path.
1047 ac_srcdir
=$srcdir$ac_dir_suffix;
1048 ac_top_srcdir
=$srcdir ;;
1050 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1051 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1054 # Do not use `cd foo && pwd` to compute absolute paths, because
1055 # the directories may not exist.
1057 .
) ac_abs_builddir
="$ac_dir";;
1060 .
) ac_abs_builddir
=`pwd`;;
1061 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1062 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1065 case $ac_abs_builddir in
1066 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1068 case ${ac_top_builddir}.
in
1069 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1070 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1071 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1074 case $ac_abs_builddir in
1075 .
) ac_abs_srcdir
=$ac_srcdir;;
1078 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1079 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1080 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1083 case $ac_abs_builddir in
1084 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1086 case $ac_top_srcdir in
1087 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1088 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1089 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1094 # Check for guested configure; otherwise get Cygnus style configure.
1095 if test -f $ac_srcdir/configure.gnu
; then
1097 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1098 elif test -f $ac_srcdir/configure
; then
1100 $SHELL $ac_srcdir/configure
--help=recursive
1101 elif test -f $ac_srcdir/configure.ac ||
1102 test -f $ac_srcdir/configure.
in; then
1104 $ac_configure --help
1106 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1112 test -n "$ac_init_help" && exit 0
1113 if $ac_init_version; then
1116 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1117 This configure
script is free software
; the Free Software Foundation
1118 gives unlimited permission to copy
, distribute and modify it.
1124 This file contains any messages produced by compilers while
1125 running configure, to aid debugging if configure makes a mistake.
1127 It was created by $as_me, which was
1128 generated by GNU Autoconf 2.59. Invocation command line was
1139 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1140 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1141 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1142 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1143 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1145 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1146 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1148 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1149 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1150 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1151 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1152 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1153 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1154 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1158 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1162 test -z "$as_dir" && as_dir
=.
1163 echo "PATH: $as_dir"
1178 # Keep a trace of the command line.
1179 # Strip out --no-create and --no-recursion so they do not pile up.
1180 # Strip out --silent because we don't want to record it for future runs.
1181 # Also quote any args containing shell meta-characters.
1182 # Make two passes to allow for proper duplicate-argument suppression.
1187 ac_must_keep_next
=false
1193 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1194 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1195 |
-silent |
--silent |
--silen |
--sile |
--sil)
1197 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1198 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1201 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1203 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1204 if test $ac_must_keep_next = true
; then
1205 ac_must_keep_next
=false
# Got value, back to normal.
1208 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1209 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1210 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1211 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1212 case "$ac_configure_args0 " in
1213 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1216 -* ) ac_must_keep_next
=true
;;
1219 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1220 # Get rid of the leading space.
1226 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1227 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1229 # When interrupted or exit'd, cleanup temporary files, and complete
1230 # config.log. We remove comments because anyway the quotes in there
1231 # would cause problems or look ugly.
1232 # WARNING: Be sure not to use single quotes in there, as some shells,
1233 # such as our DU 5.0 friend, will then `close' the trap.
1234 trap 'exit_status=$?
1235 # Save into config.log some information that might help in debugging.
1240 ## ---------------- ##
1241 ## Cache variables. ##
1242 ## ---------------- ##
1245 # The following way of writing the cache mishandles newlines in values,
1248 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1251 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1252 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1256 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1263 ## ----------------- ##
1264 ## Output variables. ##
1265 ## ----------------- ##
1268 for ac_var in $ac_subst_vars
1270 eval ac_val=$`echo $ac_var`
1271 echo "$ac_var='"'"'$ac_val'"'"'"
1275 if test -n "$ac_subst_files"; then
1282 for ac_var in $ac_subst_files
1284 eval ac_val=$`echo $ac_var`
1285 echo "$ac_var='"'"'$ac_val'"'"'"
1290 if test -s confdefs.h; then
1297 sed "/^$/d" confdefs.h | sort
1300 test "$ac_signal" != 0 &&
1301 echo "$as_me: caught signal $ac_signal"
1302 echo "$as_me: exit $exit_status"
1304 rm -f core *.core &&
1305 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1308 for ac_signal
in 1 2 13 15; do
1309 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1313 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1314 rm -rf conftest
* confdefs.h
1315 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1318 # Predefined preprocessor variables.
1320 cat >>confdefs.h
<<_ACEOF
1321 #define PACKAGE_NAME "$PACKAGE_NAME"
1325 cat >>confdefs.h
<<_ACEOF
1326 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1330 cat >>confdefs.h
<<_ACEOF
1331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1335 cat >>confdefs.h
<<_ACEOF
1336 #define PACKAGE_STRING "$PACKAGE_STRING"
1340 cat >>confdefs.h
<<_ACEOF
1341 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1345 # Let the site file select an alternate cache file if it wants to.
1346 # Prefer explicitly selected file to automatically selected ones.
1347 if test -z "$CONFIG_SITE"; then
1348 if test "x$prefix" != xNONE
; then
1349 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1351 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1354 for ac_site_file
in $CONFIG_SITE; do
1355 if test -r "$ac_site_file"; then
1356 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1357 echo "$as_me: loading site script $ac_site_file" >&6;}
1358 sed 's/^/| /' "$ac_site_file" >&5
1363 if test -r "$cache_file"; then
1364 # Some versions of bash will fail to source /dev/null (special
1365 # files actually), so we avoid doing that.
1366 if test -f "$cache_file"; then
1367 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1368 echo "$as_me: loading cache $cache_file" >&6;}
1370 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1371 *) . .
/$cache_file;;
1375 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1376 echo "$as_me: creating cache $cache_file" >&6;}
1380 # Check that the precious variables saved in the cache have kept the same
1382 ac_cache_corrupted
=false
1383 for ac_var
in `(set) 2>&1 |
1384 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1385 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1386 eval ac_new_set
=\
$ac_env_${ac_var}_set
1387 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1388 eval ac_new_val
="\$ac_env_${ac_var}_value"
1389 case $ac_old_set,$ac_new_set in
1391 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1392 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1393 ac_cache_corrupted
=: ;;
1395 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1396 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1397 ac_cache_corrupted
=: ;;
1400 if test "x$ac_old_val" != "x$ac_new_val"; then
1401 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1402 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1403 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1404 echo "$as_me: former value: $ac_old_val" >&2;}
1405 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1406 echo "$as_me: current value: $ac_new_val" >&2;}
1407 ac_cache_corrupted
=:
1410 # Pass precious variables to config.status.
1411 if test "$ac_new_set" = set; then
1413 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1414 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1415 *) ac_arg
=$ac_var=$ac_new_val ;;
1417 case " $ac_configure_args " in
1418 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1419 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1423 if $ac_cache_corrupted; then
1424 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1425 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1426 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1427 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1428 { (exit 1); exit 1; }; }
1432 ac_cpp
='$CPP $CPPFLAGS'
1433 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1434 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1435 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1457 # Find the build, host, and target systems.
1459 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1460 if test -f $ac_dir/install-sh
; then
1462 ac_install_sh
="$ac_aux_dir/install-sh -c"
1464 elif test -f $ac_dir/install.sh
; then
1466 ac_install_sh
="$ac_aux_dir/install.sh -c"
1468 elif test -f $ac_dir/shtool
; then
1470 ac_install_sh
="$ac_aux_dir/shtool install -c"
1474 if test -z "$ac_aux_dir"; then
1475 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1476 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1477 { (exit 1); exit 1; }; }
1479 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1480 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1481 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1483 # Make sure we can run config.sub.
1484 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1485 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1486 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1487 { (exit 1); exit 1; }; }
1489 echo "$as_me:$LINENO: checking build system type" >&5
1490 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1491 if test "${ac_cv_build+set}" = set; then
1492 echo $ECHO_N "(cached) $ECHO_C" >&6
1494 ac_cv_build_alias
=$build_alias
1495 test -z "$ac_cv_build_alias" &&
1496 ac_cv_build_alias
=`$ac_config_guess`
1497 test -z "$ac_cv_build_alias" &&
1498 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1499 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1500 { (exit 1); exit 1; }; }
1501 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1502 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1503 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1504 { (exit 1); exit 1; }; }
1507 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1508 echo "${ECHO_T}$ac_cv_build" >&6
1510 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1511 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1512 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1515 case ${build_alias} in
1516 "") build_noncanonical
=${build} ;;
1517 *) build_noncanonical
=${build_alias} ;;
1522 case ${host_alias} in
1523 "") host_noncanonical
=${build_noncanonical} ;;
1524 *) host_noncanonical
=${host_alias} ;;
1529 case ${target_alias} in
1530 "") target_noncanonical
=${host_noncanonical} ;;
1531 *) target_noncanonical
=${target_alias} ;;
1537 test "$host_noncanonical" = "$target_noncanonical" &&
1538 test "$program_prefix$program_suffix$program_transform_name" = \
1540 program_transform_name
=s
,y
,y
,
1542 echo "$as_me:$LINENO: checking host system type" >&5
1543 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1544 if test "${ac_cv_host+set}" = set; then
1545 echo $ECHO_N "(cached) $ECHO_C" >&6
1547 ac_cv_host_alias
=$host_alias
1548 test -z "$ac_cv_host_alias" &&
1549 ac_cv_host_alias
=$ac_cv_build_alias
1550 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1551 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1552 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1553 { (exit 1); exit 1; }; }
1556 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1557 echo "${ECHO_T}$ac_cv_host" >&6
1559 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1560 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1561 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1564 echo "$as_me:$LINENO: checking target system type" >&5
1565 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1566 if test "${ac_cv_target+set}" = set; then
1567 echo $ECHO_N "(cached) $ECHO_C" >&6
1569 ac_cv_target_alias
=$target_alias
1570 test "x$ac_cv_target_alias" = "x" &&
1571 ac_cv_target_alias
=$ac_cv_host_alias
1572 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1573 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1574 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1575 { (exit 1); exit 1; }; }
1578 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1579 echo "${ECHO_T}$ac_cv_target" >&6
1580 target
=$ac_cv_target
1581 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1582 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1583 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1586 # The aliases save the names the user supplied, while $host etc.
1587 # will get canonicalized.
1588 test -n "$target_alias" &&
1589 test "$program_prefix$program_suffix$program_transform_name" = \
1591 program_prefix
=${target_alias}-
1592 test "$program_prefix" != NONE
&&
1593 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1594 # Use a double $ so make ignores it.
1595 test "$program_suffix" != NONE
&&
1596 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1597 # Double any \ or $. echo might interpret backslashes.
1598 # By default was `s,x,x', remove it if useless.
1599 cat <<\_ACEOF
>conftest.
sed
1600 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1602 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1607 # Get 'install' or 'install-sh' and its variants.
1608 # Find a good install program. We prefer a C program (faster),
1609 # so one script is as good as another. But avoid the broken or
1610 # incompatible versions:
1611 # SysV /etc/install, /usr/sbin/install
1612 # SunOS /usr/etc/install
1613 # IRIX /sbin/install
1615 # AmigaOS /C/install, which installs bootblocks on floppy discs
1616 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1617 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1618 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1619 # OS/2's system install, which has a completely different semantic
1620 # ./install, which can be erroneously created by make from ./install.sh.
1621 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1622 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1623 if test -z "$INSTALL"; then
1624 if test "${ac_cv_path_install+set}" = set; then
1625 echo $ECHO_N "(cached) $ECHO_C" >&6
1627 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1631 test -z "$as_dir" && as_dir
=.
1632 # Account for people who put trailing slashes in PATH elements.
1634 .
/ | .
// |
/cC
/* | \
1635 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1636 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1639 # OSF1 and SCO ODT 3.0 have their own names for install.
1640 # Don't use installbsd from OSF since it installs stuff as root
1642 for ac_prog
in ginstall scoinst
install; do
1643 for ac_exec_ext
in '' $ac_executable_extensions; do
1644 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1645 if test $ac_prog = install &&
1646 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1647 # AIX install. It has an incompatible calling convention.
1649 elif test $ac_prog = install &&
1650 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1651 # program-specific install script used by HP pwplus--don't use.
1654 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1666 if test "${ac_cv_path_install+set}" = set; then
1667 INSTALL
=$ac_cv_path_install
1669 # As a last resort, use the slow shell script. We don't cache a
1670 # path for INSTALL within a source directory, because that will
1671 # break other packages using the cache if that directory is
1672 # removed, or if the path is relative.
1673 INSTALL
=$ac_install_sh
1676 echo "$as_me:$LINENO: result: $INSTALL" >&5
1677 echo "${ECHO_T}$INSTALL" >&6
1679 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1680 # It thinks the first close brace ends the variable substitution.
1681 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1683 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1685 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1687 echo "$as_me:$LINENO: checking whether ln works" >&5
1688 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1689 if test "${acx_cv_prog_LN+set}" = set; then
1690 echo $ECHO_N "(cached) $ECHO_C" >&6
1692 rm -f conftestdata_t
1693 echo >conftestdata_f
1694 if ln conftestdata_f conftestdata_t
2>/dev
/null
1700 rm -f conftestdata_f conftestdata_t
1703 if test $acx_cv_prog_LN = no
; then
1705 echo "$as_me:$LINENO: result: no, using $LN" >&5
1706 echo "${ECHO_T}no, using $LN" >&6
1708 LN
="$acx_cv_prog_LN"
1709 echo "$as_me:$LINENO: result: yes" >&5
1710 echo "${ECHO_T}yes" >&6
1713 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1714 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1716 if test "$LN_S" = "ln -s"; then
1717 echo "$as_me:$LINENO: result: yes" >&5
1718 echo "${ECHO_T}yes" >&6
1720 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1721 echo "${ECHO_T}no, using $LN_S" >&6
1725 ### we might need to use some other shell than /bin/sh for running subshells
1726 ### If we are on Windows, search for the shell. This will permit people
1727 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1728 ### without also having to set CONFIG_SHELL. This code will work when
1729 ### using bash, which sets OSTYPE.
1732 if test x
${CONFIG_SHELL} = x
; then
1733 if test ! -f /bin
/sh
; then
1734 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1735 CONFIG_SHELL
=${SHELL}
1738 for prog
in sh sh.exe bash bash.exe
; do
1739 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1740 for dir
in $PATH; do
1741 test -z "$dir" && dir
=.
1742 if test -f $dir/$prog; then
1743 CONFIG_SHELL
=$dir/$prog
1749 test -n "${CONFIG_SHELL}" && break
1757 config_shell
=${CONFIG_SHELL-/bin/sh}
1760 # if PWD already has a value, it is probably wrong.
1761 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1763 # Export original configure arguments for use by sub-configures.
1764 # Quote arguments with shell meta charatcers.
1765 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1766 set -- "$progname" "$@"
1769 *" "*|
*" "*|
*\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
1770 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1771 # if the argument is of the form -foo=baz, quote the baz part only
1772 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1775 # Add the quoted argument to the list.
1776 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1778 # Remove the initial space we just introduced and, as these will be
1779 # expanded by make, quote '$'.
1780 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1783 moveifchange
=${srcdir}/move-if-change
1785 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1787 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1789 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1790 INSTALL
="${srcpwd}/install-sh -c"
1793 # Set srcdir to "." if that's what it is.
1794 # This is important for multilib support.
1796 if test "${pwd}" = "${srcpwd}" ; then
1804 ### To add a new directory to the tree, first choose whether it is a target
1805 ### or a host dependent tool. Then put it into the appropriate list
1806 ### (library or tools, host or target), doing a dependency sort.
1808 # Subdirs will be configured in the order listed in build_configdirs,
1809 # configdirs, or target_configdirs; see the serialization section below.
1811 # Dependency sorting is only needed when *configuration* must be done in
1812 # a particular order. In all cases a dependency should be specified in
1813 # the Makefile, whether or not it's implicitly specified here.
1815 # Double entries in build_configdirs, configdirs, or target_configdirs may
1816 # cause circular dependencies and break everything horribly.
1818 # these library is used by various programs built for the build
1821 build_libs
="build-libiberty"
1823 # these tools are built for the build environment
1824 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1826 # these libraries are used by various programs built for the host environment
1828 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr"
1830 # these tools are built for the host environment
1831 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1832 # know that we are building the simulator.
1833 # binutils, gas and ld appear in that order because it makes sense to run
1834 # "make check" in that particular order.
1835 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"
1837 # libgcj represents the runtime libraries only used by gcj.
1838 libgcj
="target-libffi \
1843 # these libraries are built for the target environment, and are built after
1844 # the host libraries and the host tools (which may be a cross compiler)
1846 target_libraries
="target-libgcc \
1850 target-libstdc++-v3 \
1853 target-libgfortran \
1860 # these tools are built using the target libraries, and are intended to
1861 # run only in the target environment
1863 # note: any program that *uses* libraries that are in the "target_libraries"
1864 # list belongs in this list. those programs are also very likely
1865 # candidates for the "native_only" list which follows
1867 target_tools
="target-examples target-groff target-gperf target-rda"
1869 ################################################################################
1871 ## All tools belong in one of the four categories, and are assigned above
1872 ## We assign ${configdirs} this way to remove all embedded newlines. This
1873 ## is important because configure will choke if they ever get through.
1874 ## ${configdirs} is directories we build using the host tools.
1875 ## ${target_configdirs} is directories we build using the target tools.
1876 configdirs
=`echo ${host_libs} ${host_tools}`
1877 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1878 build_configdirs
=`echo ${build_libs} ${build_tools}`
1880 ################################################################################
1882 srcname
="gnu development package"
1884 # This gets set non-empty for some net releases of packages.
1887 # Define is_cross_compiler to save on calls to 'test'.
1889 if test x
"${host}" = x
"${target}" ; then
1890 is_cross_compiler
=no
1892 is_cross_compiler
=yes
1895 # Find the build and target subdir names.
1897 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1898 # have matching libraries, they should use host libraries: Makefile.tpl
1899 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1900 # However, they still use the build modules, because the corresponding
1901 # host modules (e.g. bison) are only built for the host when bootstrap
1903 # - build_subdir is where we find build modules, and never changes.
1904 # - build_libsubdir is where we find build libraries, and can be overridden.
1906 # Prefix 'build-' so this never conflicts with target_subdir.
1907 build_subdir
="build-${build_noncanonical}"
1909 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1910 if test "${with_build_libsubdir+set}" = set; then
1911 withval
="$with_build_libsubdir"
1912 build_libsubdir
="$withval"
1914 build_libsubdir
="$build_subdir"
1916 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1917 if ( test $srcdir = .
&& test -d gcc
) \
1918 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1919 host_subdir
="host-${host_noncanonical}"
1924 target_subdir
=${target_noncanonical}
1927 # Skipdirs are removed silently.
1929 # Noconfigdirs are removed loudly.
1933 # Make sure we don't let GNU ld be added if we didn't want it.
1934 if test x
$with_gnu_ld = xno
; then
1936 noconfigdirs
="$noconfigdirs ld"
1940 # Make sure we don't let GNU as be added if we didn't want it.
1941 if test x
$with_gnu_as = xno
; then
1943 noconfigdirs
="$noconfigdirs gas"
1946 # some tools are so dependent upon X11 that if we're not building with X,
1947 # it's not even worth trying to configure, much less build, that tool.
1950 yes |
"") ;; # the default value for this tree is that X11 is available
1952 skipdirs
="${skipdirs} tk itcl libgui"
1953 # We won't be able to build gdbtk without X.
1956 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1959 # Some tools are only suitable for building in a "native" situation.
1960 # Remove these if host!=target.
1961 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"
1963 # Similarly, some are only suitable for cross toolchains.
1964 # Remove these if host=target.
1965 cross_only
="target-libgloss target-newlib target-opcodes"
1967 case $is_cross_compiler in
1968 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
1969 yes) skipdirs
="${skipdirs} ${native_only}" ;;
1972 # If both --with-headers and --with-libs are specified, default to
1974 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
1975 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
1976 if test x
"${with_newlib}" = x
; then
1981 # Recognize --with-newlib/--without-newlib.
1982 case ${with_newlib} in
1983 no
) skipdirs
="${skipdirs} target-newlib" ;;
1984 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1987 # Configure extra directories which are host specific
1991 configdirs
="$configdirs libtermcap" ;;
1994 # A target can indicate whether a language isn't supported for some reason.
1995 # Only spaces may be used in this macro; not newlines or tabs.
1996 unsupported_languages
=
1998 # Remove more programs from consideration, based on the host or
1999 # target this usually means that a port of the program doesn't
2004 noconfigdirs
="$noconfigdirs byacc"
2006 i
[3456789]86-*-vsta)
2007 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2009 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2010 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2013 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2015 i
[3456789]86-*-mingw32*)
2016 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2017 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2019 i
[3456789]86-*-beos*)
2020 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2023 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2026 noconfigdirs
="$noconfigdirs rcs"
2029 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2032 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2037 # Check whether --enable-libada or --disable-libada was given.
2038 if test "${enable_libada+set}" = set; then
2039 enableval
="$enable_libada"
2040 ENABLE_LIBADA
=$enableval
2044 if test "${ENABLE_LIBADA}" != "yes" ; then
2045 noconfigdirs
="$noconfigdirs gnattools"
2048 # Check whether --enable-libssp or --disable-libssp was given.
2049 if test "${enable_libssp+set}" = set; then
2050 enableval
="$enable_libssp"
2051 ENABLE_LIBSSP
=$enableval
2056 # Save it here so that, even in case of --enable-libgcj, if the Java
2057 # front-end isn't enabled, we still get libgcj disabled.
2058 libgcj_saved
=$libgcj
2059 case $enable_libgcj in
2061 # If we reset it here, it won't get added to noconfigdirs in the
2062 # target-specific build rules, so it will be forcibly enabled
2063 # (unless the Java language itself isn't enabled).
2067 # Make sure we get it printed in the list of not supported target libs.
2068 noconfigdirs
="$noconfigdirs ${libgcj}"
2073 # Disable libmudflap on some systems.
2074 if test x
$enable_libmudflap = x
; then
2076 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2077 # Enable libmudflap by default in GNU and friends.
2080 # Enable libmudflap by default in FreeBSD.
2083 # Disable it by default everywhere else.
2084 noconfigdirs
="$noconfigdirs target-libmudflap"
2089 # Disable libgomp on non POSIX hosted systems.
2090 if test x
$enable_libgomp = x
; then
2091 # Enable libgomp by default on hosted POSIX systems.
2093 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2095 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2097 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2099 *-*-darwin* |
*-*-aix*)
2102 noconfigdirs
="$noconfigdirs target-libgomp"
2110 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2112 powerpc-
*-darwin* | i
[3456789]86-*-darwin*)
2113 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
2114 noconfigdirs
="$noconfigdirs sim target-rda"
2117 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2118 noconfigdirs
="$noconfigdirs sim target-rda"
2119 noconfigdirs
="$noconfigdirs ${libgcj}"
2121 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2122 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2125 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2126 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2127 && test -f /usr
/local
/include
/gmp.h
; then
2131 # Skip some stuff that's unsupported on some FreeBSD configurations.
2136 noconfigdirs
="$noconfigdirs ${libgcj}"
2141 # Remove unsupported stuff on all kaOS configurations.
2142 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2143 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2144 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2145 noconfigdirs
="$noconfigdirs target-libgloss"
2148 # Skip some stuff on all NetBSD configurations.
2149 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2151 # Skip some stuff that's unsupported on some NetBSD configurations.
2153 i
*86-*-netbsdelf*) ;;
2154 arm
*-*-netbsdelf*) ;;
2156 noconfigdirs
="$noconfigdirs ${libgcj}"
2161 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2164 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2166 # The tpf target doesn't support gdb yet.
2168 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2171 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2174 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2177 # ld works, but does not support shared libraries.
2178 # newlib is not 64 bit ready. I'm not sure about fileutils.
2179 # gas doesn't generate exception information.
2180 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2183 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2186 # newlib is not 64 bit ready
2187 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2190 # newlib is not 64 bit ready
2191 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2194 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2197 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2199 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2200 noconfigdirs
="$noconfigdirs ${libgcj}"
2201 noconfigdirs
="$noconfigdirs target-examples"
2202 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2203 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2204 noconfigdirs
="$noconfigdirs expect dejagnu"
2205 # the C++ libraries don't build on top of CE's C libraries
2206 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2207 noconfigdirs
="$noconfigdirs target-newlib"
2209 *-*-cygwin*) ;; # keep gdb and readline
2210 *) noconfigdirs
="$noconfigdirs gdb readline"
2215 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2219 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2220 noconfigdirs
="$noconfigdirs ${libgcj}"
2222 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2223 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2225 arm
*-*-linux-gnueabi)
2226 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2227 noconfigdirs
="$noconfigdirs target-libjava target-libobjc"
2230 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2233 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2236 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2239 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2242 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2245 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2248 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2251 noconfigdirs
="$noconfigdirs gdb"
2252 if test x
${is_cross_compiler} != xno
; then
2253 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2256 c4x-
*-* | tic4x-
*-*)
2257 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2259 c54x
*-*-* | tic54x-
*-*)
2260 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2262 cris-
*-* | crisv32-
*-*)
2263 unsupported_languages
="$unsupported_languages java"
2266 unsupported_languages
="$unsupported_languages fortran"
2267 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2269 unsupported_languages
="$unsupported_languages fortran"
2270 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2272 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2274 unsupported_languages
="$unsupported_languages fortran"
2275 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2279 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2282 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2285 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2288 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2291 noconfigdirs
="$noconfigdirs ${libgcj}"
2294 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2297 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2299 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2301 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2302 # In this case, it's because the hppa64-linux target is for
2303 # the kernel only at this point and has no libc, and thus no
2304 # headers, crt*.o, etc., all of which are needed by these.
2305 noconfigdirs
="$noconfigdirs target-zlib"
2307 parisc
*-*-linux* | hppa
*-*-linux*)
2311 hppa
*-*-openbsd* | \
2313 noconfigdirs
="$noconfigdirs ${libgcj}"
2316 noconfigdirs
="$noconfigdirs ld shellutils"
2319 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2320 # build on HP-UX 10.20.
2321 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2324 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2327 # No gdb support yet.
2328 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2331 # No gdb or ld support yet.
2332 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2336 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2337 noconfigdirs
="$noconfigdirs ${libgcj}"
2339 i
[3456789]86-*-linux*)
2340 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2341 # not build java stuff by default.
2344 noconfigdirs
="$noconfigdirs ${libgcj}";;
2347 # This section makes it possible to build newlib natively on linux.
2348 # If we are using a cross compiler then don't configure newlib.
2349 if test x
${is_cross_compiler} != xno
; then
2350 noconfigdirs
="$noconfigdirs target-newlib"
2352 noconfigdirs
="$noconfigdirs target-libgloss"
2353 # If we are not using a cross compiler, do configure newlib.
2354 # Note however, that newlib will only be configured in this situation
2355 # if the --with-newlib option has been given, because otherwise
2356 # 'target-newlib' will appear in skipdirs.
2358 i
[3456789]86-*-mingw32*)
2359 target_configdirs
="$target_configdirs target-winsup"
2360 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2363 target_configdirs
="$target_configdirs target-winsup"
2364 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2367 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2368 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2369 # always build newlib if winsup directory is present.
2370 if test -d "$srcdir/winsup/cygwin"; then
2371 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2372 elif test -d "$srcdir/newlib"; then
2373 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2376 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2377 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2380 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2382 i
[3456789]86-*-sco3.2v5
*)
2383 # The linker does not yet know about weak symbols in COFF,
2384 # and is not configured to handle mixed ELF and COFF.
2385 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2387 i
[3456789]86-*-sco*)
2388 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2390 i
[3456789]86-*-solaris2*)
2391 noconfigdirs
="$noconfigdirs target-libgloss"
2393 i
[3456789]86-*-sysv4*)
2394 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2396 i
[3456789]86-*-beos*)
2397 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2399 i
[3456789]86-*-rdos*)
2400 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2403 noconfigdirs
="$noconfigdirs ${libgcj}"
2405 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2406 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2409 noconfigdirs
="$noconfigdirs ${libgcj}"
2412 noconfigdirs
="$noconfigdirs ${libgcj}"
2415 # The EPOC C++ environment does not support exceptions or rtti,
2416 # and so building libstdc++-v3 tends not to always work.
2417 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2420 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2421 unsupported_languages
="$unsupported_languages fortran java"
2424 noconfigdirs
="$noconfigdirs ${libgcj}"
2427 noconfigdirs
="$noconfigdirs ${libgcj}"
2430 noconfigdirs
="$noconfigdirs sim"
2433 # copied from rs6000-*-* entry
2434 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2436 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2437 target_configdirs
="$target_configdirs target-winsup"
2438 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2439 # always build newlib.
2440 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2442 # This is temporary until we can link against shared libraries
2443 powerpcle-
*-solaris*)
2444 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2447 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2450 noconfigdirs
="$noconfigdirs ${libgcj}"
2452 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2455 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2458 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2461 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2464 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2467 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2470 # Linking libjava exceeds command-line length limits on at least
2471 # IRIX 6.2, but not on IRIX 6.5.
2472 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2473 # <oldham@codesourcery.com>
2474 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2477 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2480 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2483 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2486 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2489 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2493 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2494 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2495 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2496 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2498 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2501 noconfigdirs
="$noconfigdirs ${libgcj}"
2504 noconfigdirs
="$noconfigdirs ${libgcj}"
2507 noconfigdirs
="$noconfigdirs ${libgcj}"
2510 noconfigdirs
="$noconfigdirs ${libgcj}"
2511 if test x
${is_cross_compiler} != xno
; then
2512 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2517 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2518 noconfigdirs
="$noconfigdirs ${libgcj}"
2520 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2523 skipdirs
="target-libssp"
2526 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2529 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2532 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2535 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2538 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2541 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2544 noconfigdirs
="$noconfigdirs ${libgcj}"
2547 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2549 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
2550 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2553 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2556 noconfigdirs
="$noconfigdirs ${libgcj}"
2560 # If we aren't building newlib, then don't build libgloss, since libgloss
2561 # depends upon some newlib header files.
2562 case "${noconfigdirs}" in
2563 *target-libgloss
*) ;;
2564 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2567 # Work in distributions that contain no compiler tools, like Autoconf.
2569 host_makefile_frag
=/dev
/null
2570 if test -d ${srcdir}/config
; then
2573 # Avoid "too much defining" errors from HPUX compiler.
2574 tentative_cc
="cc -Wp,-H256000"
2575 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2576 # If it's HP/UX ar, this should be harmless.
2580 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2583 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2584 # chokes on bfd, the compiler won't let you assign integers to enums, and
2585 # other problems. Defining CC to gcc is a questionable way to say "don't use
2586 # the apollo compiler" (the preferred version of GCC could be called cc,
2587 # or whatever), but I'm not sure leaving CC as cc is any better...
2588 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2589 # Used to have BISON=yacc.
2593 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2596 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2597 tentative_cc
="cc -Xa"
2598 host_makefile_frag
="config/mh-cxux"
2600 m88k-motorola-sysv
*)
2603 tentative_cc
="cc -Wf,-XNg1000"
2604 host_makefile_frag
="config/mh-decstation"
2607 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2608 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2609 host_makefile_frag
="config/mh-necv4"
2612 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2613 # environment. Also bump switch table size so that cp-parse will
2614 # compile. Bump string length limit so linker builds.
2615 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2618 host_makefile_frag
="config/mh-sysv4"
2621 # This is for a MIPS running RISC/os 4.52C.
2623 # This is needed for GDB, but needs to be in the top-level make because
2624 # if a library is compiled with the bsd headers and gets linked with the
2625 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2626 # a different size).
2627 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2628 # known except to select the sysv environment. Could we use /proc instead?
2629 # These "sysv environments" and "bsd environments" often end up being a pain.
2631 # This is not part of CFLAGS because perhaps not all C compilers have this
2633 tentative_cc
="cc -systype sysv"
2638 i
[3456789]86-*-sysv5*)
2639 host_makefile_frag
="config/mh-sysv5"
2641 i
[3456789]86-*-dgux*)
2642 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2643 host_makefile_frag
="config/mh-dgux386"
2645 i
[3456789]86-ncr-sysv4.3
*)
2646 # The MetaWare compiler will generate a copyright message unless you
2647 # turn it off by adding the -Hnocopyr flag.
2648 tentative_cc
="cc -Hnocopyr"
2650 i
[3456789]86-ncr-sysv4*)
2651 # for an NCR 3000 (i486/SVR4) system.
2652 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2653 # This compiler not only emits obnoxious copyright messages every time
2654 # you run it, but it chokes and dies on a whole bunch of GNU source
2655 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2656 tentative_cc
="/usr/ccs/ATT/cc"
2657 host_makefile_frag
="config/mh-ncr3000"
2659 i
[3456789]86-*-sco3.2v5
*)
2661 i
[3456789]86-*-sco*)
2662 # The native C compiler botches some simple uses of const. Unfortunately,
2663 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2664 tentative_cc
="cc -Dconst="
2665 host_makefile_frag
="config/mh-sco"
2667 i
[3456789]86-*-udk*)
2668 host_makefile_frag
="config/mh-sysv5"
2670 i
[3456789]86-*-solaris2*)
2671 host_makefile_frag
="config/mh-sysv4"
2673 i
[3456789]86-*-msdosdjgpp*)
2674 host_makefile_frag
="config/mh-djgpp"
2677 host_makefile_frag
="config/mh-cygwin"
2684 host_makefile_frag
="config/mh-interix"
2687 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2691 host_makefile_frag
="config/mh-solaris"
2694 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2695 # without overflowing the jump tables (-J says to use a 32 bit table)
2696 tentative_cc
="cc -J"
2699 tentative_cc
="cc -Wp,-H256000"
2702 tentative_cc
="cc -Wp,-H256000"
2705 # /bin/cc is less than useful for our purposes. Always use GCC
2706 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2707 host_makefile_frag
="config/mh-lynxrs6k"
2710 host_makefile_frag
="config/mh-ppc-darwin"
2713 host_makefile_frag
="config/mh-ppc-aix"
2716 host_makefile_frag
="config/mh-ppc-aix"
2719 # /bin/cc is less than useful for our purposes. Always use GCC
2720 tentative_cc
="/bin/gcc"
2723 host_makefile_frag
="config/mh-sysv4"
2725 # This is placed last to prevent interfering with the cases above.
2727 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2728 host_makefile_frag
="config/mh-x86omitfp"
2733 # If we aren't going to be using gcc, see if we can extract a definition
2734 # of CC from the fragment.
2735 # Actually, use the 'pre-extracted' version above.
2736 if test -z "${CC}" && test "${build}" = "${host}" ; then
2737 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2739 for dir
in $PATH; do
2740 test -z "$dir" && dir
=.
2741 if test -f $dir/gcc
; then
2747 if test -z "${found}" && test -n "${tentative_cc}" ; then
2752 if test "${build}" != "${host}" ; then
2753 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2755 CC_FOR_BUILD
="\$(CC)"
2759 ac_cpp
='$CPP $CPPFLAGS'
2760 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2761 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2762 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2763 if test -n "$ac_tool_prefix"; then
2764 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2765 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2766 echo "$as_me:$LINENO: checking for $ac_word" >&5
2767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2768 if test "${ac_cv_prog_CC+set}" = set; then
2769 echo $ECHO_N "(cached) $ECHO_C" >&6
2771 if test -n "$CC"; then
2772 ac_cv_prog_CC
="$CC" # Let the user override the test.
2774 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2778 test -z "$as_dir" && as_dir
=.
2779 for ac_exec_ext
in '' $ac_executable_extensions; do
2780 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2781 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2791 if test -n "$CC"; then
2792 echo "$as_me:$LINENO: result: $CC" >&5
2793 echo "${ECHO_T}$CC" >&6
2795 echo "$as_me:$LINENO: result: no" >&5
2796 echo "${ECHO_T}no" >&6
2800 if test -z "$ac_cv_prog_CC"; then
2802 # Extract the first word of "gcc", so it can be a program name with args.
2803 set dummy gcc
; ac_word
=$2
2804 echo "$as_me:$LINENO: checking for $ac_word" >&5
2805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2806 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2807 echo $ECHO_N "(cached) $ECHO_C" >&6
2809 if test -n "$ac_ct_CC"; then
2810 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2812 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2816 test -z "$as_dir" && as_dir
=.
2817 for ac_exec_ext
in '' $ac_executable_extensions; do
2818 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2819 ac_cv_prog_ac_ct_CC
="gcc"
2820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2828 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2829 if test -n "$ac_ct_CC"; then
2830 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2831 echo "${ECHO_T}$ac_ct_CC" >&6
2833 echo "$as_me:$LINENO: result: no" >&5
2834 echo "${ECHO_T}no" >&6
2842 if test -z "$CC"; then
2843 if test -n "$ac_tool_prefix"; then
2844 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2845 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2846 echo "$as_me:$LINENO: checking for $ac_word" >&5
2847 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2848 if test "${ac_cv_prog_CC+set}" = set; then
2849 echo $ECHO_N "(cached) $ECHO_C" >&6
2851 if test -n "$CC"; then
2852 ac_cv_prog_CC
="$CC" # Let the user override the test.
2854 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2858 test -z "$as_dir" && as_dir
=.
2859 for ac_exec_ext
in '' $ac_executable_extensions; do
2860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2861 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2862 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 if test -n "$CC"; then
2872 echo "$as_me:$LINENO: result: $CC" >&5
2873 echo "${ECHO_T}$CC" >&6
2875 echo "$as_me:$LINENO: result: no" >&5
2876 echo "${ECHO_T}no" >&6
2880 if test -z "$ac_cv_prog_CC"; then
2882 # Extract the first word of "cc", so it can be a program name with args.
2883 set dummy cc
; ac_word
=$2
2884 echo "$as_me:$LINENO: checking for $ac_word" >&5
2885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2886 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2887 echo $ECHO_N "(cached) $ECHO_C" >&6
2889 if test -n "$ac_ct_CC"; then
2890 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2896 test -z "$as_dir" && as_dir
=.
2897 for ac_exec_ext
in '' $ac_executable_extensions; do
2898 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2899 ac_cv_prog_ac_ct_CC
="cc"
2900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2908 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2909 if test -n "$ac_ct_CC"; then
2910 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2911 echo "${ECHO_T}$ac_ct_CC" >&6
2913 echo "$as_me:$LINENO: result: no" >&5
2914 echo "${ECHO_T}no" >&6
2923 if test -z "$CC"; then
2924 # Extract the first word of "cc", so it can be a program name with args.
2925 set dummy cc
; ac_word
=$2
2926 echo "$as_me:$LINENO: checking for $ac_word" >&5
2927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2928 if test "${ac_cv_prog_CC+set}" = set; then
2929 echo $ECHO_N "(cached) $ECHO_C" >&6
2931 if test -n "$CC"; then
2932 ac_cv_prog_CC
="$CC" # Let the user override the test.
2935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2939 test -z "$as_dir" && as_dir
=.
2940 for ac_exec_ext
in '' $ac_executable_extensions; do
2941 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2942 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2943 ac_prog_rejected
=yes
2947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2953 if test $ac_prog_rejected = yes; then
2954 # We found a bogon in the path, so make sure we never use it.
2955 set dummy
$ac_cv_prog_CC
2957 if test $# != 0; then
2958 # We chose a different compiler from the bogus one.
2959 # However, it has the same basename, so the bogon will be chosen
2960 # first if we set CC to just the basename; use the full file name.
2962 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2968 if test -n "$CC"; then
2969 echo "$as_me:$LINENO: result: $CC" >&5
2970 echo "${ECHO_T}$CC" >&6
2972 echo "$as_me:$LINENO: result: no" >&5
2973 echo "${ECHO_T}no" >&6
2977 if test -z "$CC"; then
2978 if test -n "$ac_tool_prefix"; then
2981 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2982 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2983 echo "$as_me:$LINENO: checking for $ac_word" >&5
2984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2985 if test "${ac_cv_prog_CC+set}" = set; then
2986 echo $ECHO_N "(cached) $ECHO_C" >&6
2988 if test -n "$CC"; then
2989 ac_cv_prog_CC
="$CC" # Let the user override the test.
2991 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2995 test -z "$as_dir" && as_dir
=.
2996 for ac_exec_ext
in '' $ac_executable_extensions; do
2997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 if test -n "$CC"; then
3009 echo "$as_me:$LINENO: result: $CC" >&5
3010 echo "${ECHO_T}$CC" >&6
3012 echo "$as_me:$LINENO: result: no" >&5
3013 echo "${ECHO_T}no" >&6
3016 test -n "$CC" && break
3019 if test -z "$CC"; then
3023 # Extract the first word of "$ac_prog", so it can be a program name with args.
3024 set dummy
$ac_prog; ac_word
=$2
3025 echo "$as_me:$LINENO: checking for $ac_word" >&5
3026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3027 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3028 echo $ECHO_N "(cached) $ECHO_C" >&6
3030 if test -n "$ac_ct_CC"; then
3031 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3037 test -z "$as_dir" && as_dir
=.
3038 for ac_exec_ext
in '' $ac_executable_extensions; do
3039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3040 ac_cv_prog_ac_ct_CC
="$ac_prog"
3041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3049 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3050 if test -n "$ac_ct_CC"; then
3051 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3052 echo "${ECHO_T}$ac_ct_CC" >&6
3054 echo "$as_me:$LINENO: result: no" >&5
3055 echo "${ECHO_T}no" >&6
3058 test -n "$ac_ct_CC" && break
3067 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3068 See \`config.log' for more details." >&5
3069 echo "$as_me: error: no acceptable C compiler found in \$PATH
3070 See \`config.log' for more details." >&2;}
3071 { (exit 1); exit 1; }; }
3073 # Provide some information about the compiler.
3074 echo "$as_me:$LINENO:" \
3075 "checking for C compiler version" >&5
3076 ac_compiler
=`set X $ac_compile; echo $2`
3077 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3078 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081 (exit $ac_status); }
3082 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3083 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3086 (exit $ac_status); }
3087 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3088 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3091 (exit $ac_status); }
3093 cat >conftest.
$ac_ext <<_ACEOF
3096 cat confdefs.h
>>conftest.
$ac_ext
3097 cat >>conftest.
$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3108 ac_clean_files_save
=$ac_clean_files
3109 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3110 # Try to create an executable without -o first, disregard a.out.
3111 # It will help us diagnose broken compilers, and finding out an intuition
3113 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3114 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3115 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3116 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3117 (eval $ac_link_default) 2>&5
3119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3120 (exit $ac_status); }; then
3121 # Find the output, starting from the most likely. This scheme is
3122 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3125 # Be careful to initialize this variable, since it used to be cached.
3126 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3128 # b.out is created by i960 compilers.
3129 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3131 test -f "$ac_file" ||
continue
3133 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3136 # This is the source file.
3139 # We found the default executable, but exeext='' is most
3143 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3144 # FIXME: I believe we export ac_cv_exeext for Libtool,
3145 # but it would be cool to find out if it's true. Does anybody
3146 # maintain Libtool? --akim.
3154 echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.
$ac_ext >&5
3157 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3158 See \`config.log' for more details." >&5
3159 echo "$as_me: error: C compiler cannot create executables
3160 See \`config.log' for more details." >&2;}
3161 { (exit 77); exit 77; }; }
3164 ac_exeext
=$ac_cv_exeext
3165 echo "$as_me:$LINENO: result: $ac_file" >&5
3166 echo "${ECHO_T}$ac_file" >&6
3168 # Check the compiler produces executables we can run. If not, either
3169 # the compiler is broken, or we cross compile.
3170 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3171 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3172 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3173 # If not cross compiling, check that we can run a simple program.
3174 if test "$cross_compiling" != yes; then
3175 if { ac_try
='./$ac_file'
3176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); }; }; then
3183 if test "$cross_compiling" = maybe
; then
3186 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3187 If you meant to cross compile, use \`--host'.
3188 See \`config.log' for more details." >&5
3189 echo "$as_me: error: cannot run C compiled programs.
3190 If you meant to cross compile, use \`--host'.
3191 See \`config.log' for more details." >&2;}
3192 { (exit 1); exit 1; }; }
3196 echo "$as_me:$LINENO: result: yes" >&5
3197 echo "${ECHO_T}yes" >&6
3199 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3200 ac_clean_files
=$ac_clean_files_save
3201 # Check the compiler produces executables we can run. If not, either
3202 # the compiler is broken, or we cross compile.
3203 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3204 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3205 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3206 echo "${ECHO_T}$cross_compiling" >&6
3208 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3209 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3211 (eval $ac_link) 2>&5
3213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3214 (exit $ac_status); }; then
3215 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3216 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3217 # work properly (i.e., refer to `conftest.exe'), while it won't with
3219 for ac_file
in conftest.exe conftest conftest.
*; do
3220 test -f "$ac_file" ||
continue
3222 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3223 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3230 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3231 See \`config.log' for more details." >&5
3232 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3233 See \`config.log' for more details." >&2;}
3234 { (exit 1); exit 1; }; }
3237 rm -f conftest
$ac_cv_exeext
3238 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3239 echo "${ECHO_T}$ac_cv_exeext" >&6
3241 rm -f conftest.
$ac_ext
3242 EXEEXT
=$ac_cv_exeext
3244 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3245 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3246 if test "${ac_cv_objext+set}" = set; then
3247 echo $ECHO_N "(cached) $ECHO_C" >&6
3249 cat >conftest.
$ac_ext <<_ACEOF
3252 cat confdefs.h
>>conftest.
$ac_ext
3253 cat >>conftest.
$ac_ext <<_ACEOF
3254 /* end confdefs.h. */
3264 rm -f conftest.o conftest.obj
3265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3266 (eval $ac_compile) 2>&5
3268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); }; then
3270 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3272 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3273 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3278 echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.
$ac_ext >&5
3281 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3282 See \`config.log' for more details." >&5
3283 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3284 See \`config.log' for more details." >&2;}
3285 { (exit 1); exit 1; }; }
3288 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3290 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3291 echo "${ECHO_T}$ac_cv_objext" >&6
3292 OBJEXT
=$ac_cv_objext
3294 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3295 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3296 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3297 echo $ECHO_N "(cached) $ECHO_C" >&6
3299 cat >conftest.
$ac_ext <<_ACEOF
3302 cat confdefs.h
>>conftest.
$ac_ext
3303 cat >>conftest.
$ac_ext <<_ACEOF
3304 /* end confdefs.h. */
3317 rm -f conftest.
$ac_objext
3318 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3319 (eval $ac_compile) 2>conftest.er1
3321 grep -v '^ *+' conftest.er1
>conftest.err
3323 cat conftest.err
>&5
3324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3325 (exit $ac_status); } &&
3326 { ac_try
='test -z "$ac_c_werror_flag"
3327 || test ! -s conftest.err'
3328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3332 (exit $ac_status); }; } &&
3333 { ac_try
='test -s conftest.$ac_objext'
3334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3338 (exit $ac_status); }; }; then
3341 echo "$as_me: failed program was:" >&5
3342 sed 's/^/| /' conftest.
$ac_ext >&5
3346 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3347 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3350 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3351 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3352 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3353 ac_test_CFLAGS
=${CFLAGS+set}
3354 ac_save_CFLAGS
=$CFLAGS
3356 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3357 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3358 if test "${ac_cv_prog_cc_g+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 cat >conftest.
$ac_ext <<_ACEOF
3364 cat confdefs.h
>>conftest.
$ac_ext
3365 cat >>conftest.
$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3376 rm -f conftest.
$ac_objext
3377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3378 (eval $ac_compile) 2>conftest.er1
3380 grep -v '^ *+' conftest.er1
>conftest.err
3382 cat conftest.err
>&5
3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3384 (exit $ac_status); } &&
3385 { ac_try
='test -z "$ac_c_werror_flag"
3386 || test ! -s conftest.err'
3387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); }; } &&
3392 { ac_try
='test -s conftest.$ac_objext'
3393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3397 (exit $ac_status); }; }; then
3400 echo "$as_me: failed program was:" >&5
3401 sed 's/^/| /' conftest.
$ac_ext >&5
3405 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3407 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3408 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3409 if test "$ac_test_CFLAGS" = set; then
3410 CFLAGS
=$ac_save_CFLAGS
3411 elif test $ac_cv_prog_cc_g = yes; then
3412 if test "$GCC" = yes; then
3418 if test "$GCC" = yes; then
3424 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3425 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3426 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3427 echo $ECHO_N "(cached) $ECHO_C" >&6
3429 ac_cv_prog_cc_stdc
=no
3431 cat >conftest.
$ac_ext <<_ACEOF
3434 cat confdefs.h
>>conftest.
$ac_ext
3435 cat >>conftest.
$ac_ext <<_ACEOF
3436 /* end confdefs.h. */
3439 #include <sys/types.h>
3440 #include <sys/stat.h>
3441 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3442 struct buf { int x; };
3443 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3444 static char *e (p, i)
3450 static char *f (char * (*g) (char **, int), char **p, ...)
3455 s = g (p, va_arg (v,int));
3460 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3461 function prototypes and stuff, but not '\xHH' hex character constants.
3462 These don't provoke an error unfortunately, instead are silently treated
3463 as 'x'. The following induces an error, until -std1 is added to get
3464 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3465 array size at least. It's necessary to write '\x00'==0 to get something
3466 that's true only with -std1. */
3467 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3469 int test (int i, double x);
3470 struct s1 {int (*f) (int a);};
3471 struct s2 {int (*f) (double a);};
3472 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3478 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3483 # Don't try gcc -ansi; that turns off useful extensions and
3484 # breaks some systems' header files.
3485 # AIX -qlanglvl=ansi
3486 # Ultrix and OSF/1 -std1
3487 # HP-UX 10.20 and later -Ae
3488 # HP-UX older versions -Aa -D_HPUX_SOURCE
3489 # SVR4 -Xc -D__EXTENSIONS__
3490 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3492 CC
="$ac_save_CC $ac_arg"
3493 rm -f conftest.
$ac_objext
3494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3495 (eval $ac_compile) 2>conftest.er1
3497 grep -v '^ *+' conftest.er1
>conftest.err
3499 cat conftest.err
>&5
3500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501 (exit $ac_status); } &&
3502 { ac_try
='test -z "$ac_c_werror_flag"
3503 || test ! -s conftest.err'
3504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); }; } &&
3509 { ac_try
='test -s conftest.$ac_objext'
3510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); }; }; then
3515 ac_cv_prog_cc_stdc
=$ac_arg
3518 echo "$as_me: failed program was:" >&5
3519 sed 's/^/| /' conftest.
$ac_ext >&5
3522 rm -f conftest.err conftest.
$ac_objext
3524 rm -f conftest.
$ac_ext conftest.
$ac_objext
3529 case "x$ac_cv_prog_cc_stdc" in
3531 echo "$as_me:$LINENO: result: none needed" >&5
3532 echo "${ECHO_T}none needed" >&6 ;;
3534 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3535 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3536 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3539 # Some people use a C++ compiler to compile C. Since we use `exit',
3540 # in C++ we need to declare it. In case someone uses the same compiler
3541 # for both compiling C and C++ we need to have the C++ compiler decide
3542 # the declaration of exit, since it's the most demanding environment.
3543 cat >conftest.
$ac_ext <<_ACEOF
3548 rm -f conftest.
$ac_objext
3549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3550 (eval $ac_compile) 2>conftest.er1
3552 grep -v '^ *+' conftest.er1
>conftest.err
3554 cat conftest.err
>&5
3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3556 (exit $ac_status); } &&
3557 { ac_try
='test -z "$ac_c_werror_flag"
3558 || test ! -s conftest.err'
3559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3563 (exit $ac_status); }; } &&
3564 { ac_try
='test -s conftest.$ac_objext'
3565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); }; }; then
3570 for ac_declaration
in \
3572 'extern "C" void std::exit (int) throw (); using std::exit;' \
3573 'extern "C" void std::exit (int); using std::exit;' \
3574 'extern "C" void exit (int) throw ();' \
3575 'extern "C" void exit (int);' \
3578 cat >conftest.
$ac_ext <<_ACEOF
3581 cat confdefs.h
>>conftest.
$ac_ext
3582 cat >>conftest.
$ac_ext <<_ACEOF
3583 /* end confdefs.h. */
3594 rm -f conftest.
$ac_objext
3595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3596 (eval $ac_compile) 2>conftest.er1
3598 grep -v '^ *+' conftest.er1
>conftest.err
3600 cat conftest.err
>&5
3601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3602 (exit $ac_status); } &&
3603 { ac_try
='test -z "$ac_c_werror_flag"
3604 || test ! -s conftest.err'
3605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); }; } &&
3610 { ac_try
='test -s conftest.$ac_objext'
3611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3615 (exit $ac_status); }; }; then
3618 echo "$as_me: failed program was:" >&5
3619 sed 's/^/| /' conftest.
$ac_ext >&5
3623 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3624 cat >conftest.
$ac_ext <<_ACEOF
3627 cat confdefs.h
>>conftest.
$ac_ext
3628 cat >>conftest.
$ac_ext <<_ACEOF
3629 /* end confdefs.h. */
3639 rm -f conftest.
$ac_objext
3640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3641 (eval $ac_compile) 2>conftest.er1
3643 grep -v '^ *+' conftest.er1
>conftest.err
3645 cat conftest.err
>&5
3646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3647 (exit $ac_status); } &&
3648 { ac_try
='test -z "$ac_c_werror_flag"
3649 || test ! -s conftest.err'
3650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3654 (exit $ac_status); }; } &&
3655 { ac_try
='test -s conftest.$ac_objext'
3656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3660 (exit $ac_status); }; }; then
3663 echo "$as_me: failed program was:" >&5
3664 sed 's/^/| /' conftest.
$ac_ext >&5
3667 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3670 if test -n "$ac_declaration"; then
3671 echo '#ifdef __cplusplus' >>confdefs.h
3672 echo $ac_declaration >>confdefs.h
3673 echo '#endif' >>confdefs.h
3677 echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.
$ac_ext >&5
3681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3683 ac_cpp
='$CPP $CPPFLAGS'
3684 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3685 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3686 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3689 ac_cpp
='$CXXCPP $CPPFLAGS'
3690 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3691 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3692 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3693 if test -n "$ac_tool_prefix"; then
3694 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3696 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3697 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3698 echo "$as_me:$LINENO: checking for $ac_word" >&5
3699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3700 if test "${ac_cv_prog_CXX+set}" = set; then
3701 echo $ECHO_N "(cached) $ECHO_C" >&6
3703 if test -n "$CXX"; then
3704 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3706 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3710 test -z "$as_dir" && as_dir
=.
3711 for ac_exec_ext
in '' $ac_executable_extensions; do
3712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3713 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3723 if test -n "$CXX"; then
3724 echo "$as_me:$LINENO: result: $CXX" >&5
3725 echo "${ECHO_T}$CXX" >&6
3727 echo "$as_me:$LINENO: result: no" >&5
3728 echo "${ECHO_T}no" >&6
3731 test -n "$CXX" && break
3734 if test -z "$CXX"; then
3736 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3738 # Extract the first word of "$ac_prog", so it can be a program name with args.
3739 set dummy
$ac_prog; ac_word
=$2
3740 echo "$as_me:$LINENO: checking for $ac_word" >&5
3741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3742 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3743 echo $ECHO_N "(cached) $ECHO_C" >&6
3745 if test -n "$ac_ct_CXX"; then
3746 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3748 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3752 test -z "$as_dir" && as_dir
=.
3753 for ac_exec_ext
in '' $ac_executable_extensions; do
3754 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3755 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3764 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3765 if test -n "$ac_ct_CXX"; then
3766 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3767 echo "${ECHO_T}$ac_ct_CXX" >&6
3769 echo "$as_me:$LINENO: result: no" >&5
3770 echo "${ECHO_T}no" >&6
3773 test -n "$ac_ct_CXX" && break
3775 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3781 # Provide some information about the compiler.
3782 echo "$as_me:$LINENO:" \
3783 "checking for C++ compiler version" >&5
3784 ac_compiler
=`set X $ac_compile; echo $2`
3785 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3786 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); }
3790 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3791 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3794 (exit $ac_status); }
3795 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3796 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799 (exit $ac_status); }
3801 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3802 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3803 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3804 echo $ECHO_N "(cached) $ECHO_C" >&6
3806 cat >conftest.
$ac_ext <<_ACEOF
3809 cat confdefs.h
>>conftest.
$ac_ext
3810 cat >>conftest.
$ac_ext <<_ACEOF
3811 /* end confdefs.h. */
3824 rm -f conftest.
$ac_objext
3825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3826 (eval $ac_compile) 2>conftest.er1
3828 grep -v '^ *+' conftest.er1
>conftest.err
3830 cat conftest.err
>&5
3831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3832 (exit $ac_status); } &&
3833 { ac_try
='test -z "$ac_cxx_werror_flag"
3834 || test ! -s conftest.err'
3835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3839 (exit $ac_status); }; } &&
3840 { ac_try
='test -s conftest.$ac_objext'
3841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3845 (exit $ac_status); }; }; then
3848 echo "$as_me: failed program was:" >&5
3849 sed 's/^/| /' conftest.
$ac_ext >&5
3853 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3854 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3857 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3858 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3859 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3860 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3861 ac_save_CXXFLAGS
=$CXXFLAGS
3863 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3864 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3865 if test "${ac_cv_prog_cxx_g+set}" = set; then
3866 echo $ECHO_N "(cached) $ECHO_C" >&6
3868 cat >conftest.
$ac_ext <<_ACEOF
3871 cat confdefs.h
>>conftest.
$ac_ext
3872 cat >>conftest.
$ac_ext <<_ACEOF
3873 /* end confdefs.h. */
3883 rm -f conftest.
$ac_objext
3884 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3885 (eval $ac_compile) 2>conftest.er1
3887 grep -v '^ *+' conftest.er1
>conftest.err
3889 cat conftest.err
>&5
3890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3891 (exit $ac_status); } &&
3892 { ac_try
='test -z "$ac_cxx_werror_flag"
3893 || test ! -s conftest.err'
3894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3898 (exit $ac_status); }; } &&
3899 { ac_try
='test -s conftest.$ac_objext'
3900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3904 (exit $ac_status); }; }; then
3905 ac_cv_prog_cxx_g
=yes
3907 echo "$as_me: failed program was:" >&5
3908 sed 's/^/| /' conftest.
$ac_ext >&5
3912 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3914 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3915 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3916 if test "$ac_test_CXXFLAGS" = set; then
3917 CXXFLAGS
=$ac_save_CXXFLAGS
3918 elif test $ac_cv_prog_cxx_g = yes; then
3919 if test "$GXX" = yes; then
3925 if test "$GXX" = yes; then
3931 for ac_declaration
in \
3933 'extern "C" void std::exit (int) throw (); using std::exit;' \
3934 'extern "C" void std::exit (int); using std::exit;' \
3935 'extern "C" void exit (int) throw ();' \
3936 'extern "C" void exit (int);' \
3939 cat >conftest.
$ac_ext <<_ACEOF
3942 cat confdefs.h
>>conftest.
$ac_ext
3943 cat >>conftest.
$ac_ext <<_ACEOF
3944 /* end confdefs.h. */
3955 rm -f conftest.
$ac_objext
3956 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3957 (eval $ac_compile) 2>conftest.er1
3959 grep -v '^ *+' conftest.er1
>conftest.err
3961 cat conftest.err
>&5
3962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3963 (exit $ac_status); } &&
3964 { ac_try
='test -z "$ac_cxx_werror_flag"
3965 || test ! -s conftest.err'
3966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970 (exit $ac_status); }; } &&
3971 { ac_try
='test -s conftest.$ac_objext'
3972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3976 (exit $ac_status); }; }; then
3979 echo "$as_me: failed program was:" >&5
3980 sed 's/^/| /' conftest.
$ac_ext >&5
3984 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3985 cat >conftest.
$ac_ext <<_ACEOF
3988 cat confdefs.h
>>conftest.
$ac_ext
3989 cat >>conftest.
$ac_ext <<_ACEOF
3990 /* end confdefs.h. */
4000 rm -f conftest.
$ac_objext
4001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4002 (eval $ac_compile) 2>conftest.er1
4004 grep -v '^ *+' conftest.er1
>conftest.err
4006 cat conftest.err
>&5
4007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4008 (exit $ac_status); } &&
4009 { ac_try
='test -z "$ac_cxx_werror_flag"
4010 || test ! -s conftest.err'
4011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4015 (exit $ac_status); }; } &&
4016 { ac_try
='test -s conftest.$ac_objext'
4017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4021 (exit $ac_status); }; }; then
4024 echo "$as_me: failed program was:" >&5
4025 sed 's/^/| /' conftest.
$ac_ext >&5
4028 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4031 if test -n "$ac_declaration"; then
4032 echo '#ifdef __cplusplus' >>confdefs.h
4033 echo $ac_declaration >>confdefs.h
4034 echo '#endif' >>confdefs.h
4038 ac_cpp
='$CPP $CPPFLAGS'
4039 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4040 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4041 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4044 # We must set the default linker to the linker used by gcc for the correct
4045 # operation of libtool. If LD is not defined and we are using gcc, try to
4046 # set the LD default to the ld used by gcc.
4047 if test -z "$LD"; then
4048 if test "$GCC" = yes; then
4051 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4053 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4055 case $gcc_prog_ld in
4056 # Accept absolute paths.
4057 [\\/]* |
[A-Za-z
]:[\\/]*)
4058 LD
="$gcc_prog_ld" ;;
4066 if test -n "$ac_tool_prefix"; then
4067 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4068 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4069 echo "$as_me:$LINENO: checking for $ac_word" >&5
4070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4071 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4072 echo $ECHO_N "(cached) $ECHO_C" >&6
4074 if test -n "$GNATBIND"; then
4075 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4077 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4081 test -z "$as_dir" && as_dir
=.
4082 for ac_exec_ext
in '' $ac_executable_extensions; do
4083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4084 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4093 GNATBIND
=$ac_cv_prog_GNATBIND
4094 if test -n "$GNATBIND"; then
4095 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4096 echo "${ECHO_T}$GNATBIND" >&6
4098 echo "$as_me:$LINENO: result: no" >&5
4099 echo "${ECHO_T}no" >&6
4103 if test -z "$ac_cv_prog_GNATBIND"; then
4104 ac_ct_GNATBIND
=$GNATBIND
4105 # Extract the first word of "gnatbind", so it can be a program name with args.
4106 set dummy gnatbind
; ac_word
=$2
4107 echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4109 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4110 echo $ECHO_N "(cached) $ECHO_C" >&6
4112 if test -n "$ac_ct_GNATBIND"; then
4113 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4115 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4119 test -z "$as_dir" && as_dir
=.
4120 for ac_exec_ext
in '' $ac_executable_extensions; do
4121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4122 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4129 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4132 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4133 if test -n "$ac_ct_GNATBIND"; then
4134 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4135 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4137 echo "$as_me:$LINENO: result: no" >&5
4138 echo "${ECHO_T}no" >&6
4141 GNATBIND
=$ac_ct_GNATBIND
4143 GNATBIND
="$ac_cv_prog_GNATBIND"
4146 if test -n "$ac_tool_prefix"; then
4147 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4148 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4149 echo "$as_me:$LINENO: checking for $ac_word" >&5
4150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4151 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4152 echo $ECHO_N "(cached) $ECHO_C" >&6
4154 if test -n "$GNATMAKE"; then
4155 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4157 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4161 test -z "$as_dir" && as_dir
=.
4162 for ac_exec_ext
in '' $ac_executable_extensions; do
4163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4164 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4173 GNATMAKE
=$ac_cv_prog_GNATMAKE
4174 if test -n "$GNATMAKE"; then
4175 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4176 echo "${ECHO_T}$GNATMAKE" >&6
4178 echo "$as_me:$LINENO: result: no" >&5
4179 echo "${ECHO_T}no" >&6
4183 if test -z "$ac_cv_prog_GNATMAKE"; then
4184 ac_ct_GNATMAKE
=$GNATMAKE
4185 # Extract the first word of "gnatmake", so it can be a program name with args.
4186 set dummy gnatmake
; ac_word
=$2
4187 echo "$as_me:$LINENO: checking for $ac_word" >&5
4188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4189 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4190 echo $ECHO_N "(cached) $ECHO_C" >&6
4192 if test -n "$ac_ct_GNATMAKE"; then
4193 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4199 test -z "$as_dir" && as_dir
=.
4200 for ac_exec_ext
in '' $ac_executable_extensions; do
4201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4202 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4209 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4212 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4213 if test -n "$ac_ct_GNATMAKE"; then
4214 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4215 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4217 echo "$as_me:$LINENO: result: no" >&5
4218 echo "${ECHO_T}no" >&6
4221 GNATMAKE
=$ac_ct_GNATMAKE
4223 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4226 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4227 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4228 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4229 echo $ECHO_N "(cached) $ECHO_C" >&6
4231 cat >conftest.adb
<<EOF
4232 procedure conftest is begin null; end conftest;
4234 acx_cv_cc_gcc_supports_ada
=no
4235 # There is a bug in old released versions of GCC which causes the
4236 # driver to exit successfully when the appropriate language module
4237 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4238 # Therefore we must check for the error message as well as an
4239 # unsuccessful exit.
4240 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4241 # given a .adb file, but produce no object file. So we must check
4242 # if an object file was really produced to guard against this.
4243 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4244 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4245 acx_cv_cc_gcc_supports_ada
=yes
4249 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4250 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4252 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4258 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4259 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4260 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4261 echo $ECHO_N "(cached) $ECHO_C" >&6
4265 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4266 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4267 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4270 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4273 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4274 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4277 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4283 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4284 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4285 do_compare
="$gcc_cv_prog_cmp_skip"
4289 # Check for GMP and MPFR
4290 gmplibs
="-lmpfr -lgmp"
4294 # Specify a location for mpfr
4295 # check for this first so it ends up on the link line before gmp.
4297 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4298 if test "${with_mpfr_dir+set}" = set; then
4299 withval
="$with_mpfr_dir"
4300 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4301 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4302 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4303 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4304 { (exit 1); exit 1; }; }
4308 # Check whether --with-mpfr or --without-mpfr was given.
4309 if test "${with_mpfr+set}" = set; then
4310 withval
="$with_mpfr"
4314 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4315 if test "${with_mpfr_include+set}" = set; then
4316 withval
="$with_mpfr_include"
4320 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4321 if test "${with_mpfr_lib+set}" = set; then
4322 withval
="$with_mpfr_lib"
4326 if test "x$with_mpfr" != x
; then
4327 gmplibs
="-L$with_mpfr/lib $gmplibs"
4328 gmpinc
="-I$with_mpfr/include"
4330 if test "x$with_mpfr_include" != x
; then
4331 gmpinc
="-I$with_mpfr_include"
4333 if test "x$with_mpfr_lib" != x
; then
4334 gmplibs
="-L$with_mpfr_lib $gmplibs"
4336 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4337 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4338 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4339 # Do not test the mpfr version. Assume that it is sufficient, since
4340 # it is in the source tree, and the library has not been built yet
4341 # but it would be included on the link line in the version check below
4342 # hence making the test fail.
4346 # Specify a location for gmp
4348 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4349 if test "${with_gmp_dir+set}" = set; then
4350 withval
="$with_gmp_dir"
4351 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4352 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4353 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4354 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4355 { (exit 1); exit 1; }; }
4359 # Check whether --with-gmp or --without-gmp was given.
4360 if test "${with_gmp+set}" = set; then
4365 # Check whether --with-gmp_include or --without-gmp_include was given.
4366 if test "${with_gmp_include+set}" = set; then
4367 withval
="$with_gmp_include"
4371 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4372 if test "${with_gmp_lib+set}" = set; then
4373 withval
="$with_gmp_lib"
4378 if test "x$with_gmp" != x
; then
4379 gmplibs
="-L$with_gmp/lib $gmplibs"
4380 gmpinc
="-I$with_gmp/include $gmpinc"
4382 if test "x$with_gmp_include" != x
; then
4383 gmpinc
="-I$with_gmp_include $gmpinc"
4385 if test "x$with_gmp_lib" != x
; then
4386 gmplibs
="-L$with_gmp_lib $gmplibs"
4388 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4389 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4390 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4391 # Do not test the gmp version. Assume that it is sufficient, since
4392 # it is in the source tree, and the library has not been built yet
4393 # but it would be included on the link line in the version check below
4394 # hence making the test fail.
4398 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4400 saved_CFLAGS
="$CFLAGS"
4401 CFLAGS
="$CFLAGS $gmpinc"
4402 # Check GMP actually works
4403 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4404 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4406 cat >conftest.
$ac_ext <<_ACEOF
4409 cat confdefs.h
>>conftest.
$ac_ext
4410 cat >>conftest.
$ac_ext <<_ACEOF
4411 /* end confdefs.h. */
4417 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4425 rm -f conftest.
$ac_objext
4426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4427 (eval $ac_compile) 2>conftest.er1
4429 grep -v '^ *+' conftest.er1
>conftest.err
4431 cat conftest.err
>&5
4432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433 (exit $ac_status); } &&
4434 { ac_try
='test -z "$ac_c_werror_flag"
4435 || test ! -s conftest.err'
4436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4440 (exit $ac_status); }; } &&
4441 { ac_try
='test -s conftest.$ac_objext'
4442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4446 (exit $ac_status); }; }; then
4447 echo "$as_me:$LINENO: result: yes" >&5
4448 echo "${ECHO_T}yes" >&6
4450 echo "$as_me: failed program was:" >&5
4451 sed 's/^/| /' conftest.
$ac_ext >&5
4453 echo "$as_me:$LINENO: result: no" >&5
4454 echo "${ECHO_T}no" >&6; have_gmp
=no
4456 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4458 if test x
"$have_gmp" = xyes
; then
4460 LIBS
="$LIBS $gmplibs"
4461 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4462 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4463 cat >conftest.
$ac_ext <<_ACEOF
4466 cat confdefs.h
>>conftest.
$ac_ext
4467 cat >>conftest.
$ac_ext <<_ACEOF
4468 /* end confdefs.h. */
4475 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,0)
4478 mpfr_t n; mpfr_init(n);
4479 mpfr_t x; mpfr_init(x);
4481 mpfr_atan2 (n, n, x, GMP_RNDN);
4482 mpfr_erfc (n, x, GMP_RNDN);
4483 mpfr_subnormalize (x, t, GMP_RNDN);
4489 rm -f conftest.
$ac_objext conftest
$ac_exeext
4490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4491 (eval $ac_link) 2>conftest.er1
4493 grep -v '^ *+' conftest.er1
>conftest.err
4495 cat conftest.err
>&5
4496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4497 (exit $ac_status); } &&
4498 { ac_try
='test -z "$ac_c_werror_flag"
4499 || test ! -s conftest.err'
4500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504 (exit $ac_status); }; } &&
4505 { ac_try
='test -s conftest$ac_exeext'
4506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4510 (exit $ac_status); }; }; then
4511 cat >conftest.
$ac_ext <<_ACEOF
4514 cat confdefs.h
>>conftest.
$ac_ext
4515 cat >>conftest.
$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4523 #if MPFR_VERSION < MPFR_VERSION_NUM(2,2,1)
4526 mpfr_t n; mpfr_init(n);
4532 rm -f conftest.
$ac_objext conftest
$ac_exeext
4533 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4534 (eval $ac_link) 2>conftest.er1
4536 grep -v '^ *+' conftest.er1
>conftest.err
4538 cat conftest.err
>&5
4539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4540 (exit $ac_status); } &&
4541 { ac_try
='test -z "$ac_c_werror_flag"
4542 || test ! -s conftest.err'
4543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4547 (exit $ac_status); }; } &&
4548 { ac_try
='test -s conftest$ac_exeext'
4549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); }; }; then
4554 echo "$as_me:$LINENO: result: yes" >&5
4555 echo "${ECHO_T}yes" >&6
4557 echo "$as_me: failed program was:" >&5
4558 sed 's/^/| /' conftest.
$ac_ext >&5
4560 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4561 echo "${ECHO_T}buggy but acceptable" >&6
4563 rm -f conftest.err conftest.
$ac_objext \
4564 conftest
$ac_exeext conftest.
$ac_ext
4566 echo "$as_me: failed program was:" >&5
4567 sed 's/^/| /' conftest.
$ac_ext >&5
4569 echo "$as_me:$LINENO: result: no" >&5
4570 echo "${ECHO_T}no" >&6; have_gmp
=no
4572 rm -f conftest.err conftest.
$ac_objext \
4573 conftest
$ac_exeext conftest.
$ac_ext
4576 CFLAGS
="$saved_CFLAGS"
4578 if test x
$have_gmp != xyes
; then
4579 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4580 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4581 Copies of these libraries' source code can be found at their respective
4582 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4583 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4584 If you obtained GMP and/or MPFR from a vendor distribution package, make
4585 sure that you have installed both the libraries and the header files.
4586 They may be located in separate packages." >&5
4587 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
4588 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4589 Copies of these libraries' source code can be found at their respective
4590 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4591 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4592 If you obtained GMP and/or MPFR from a vendor distribution package, make
4593 sure that you have installed both the libraries and the header files.
4594 They may be located in separate packages." >&2;}
4595 { (exit 1); exit 1; }; }
4599 # Flags needed for both GMP and/or MPFR
4603 # By default, C is the only stage 1 language.
4604 stage1_languages
=,c
,
4606 # Figure out what language subdirectories are present.
4607 # Look if the user specified --enable-languages="..."; if not, use
4608 # the environment variable $LANGUAGES if defined. $LANGUAGES might
4610 # NB: embedded tabs in this IF block -- do not untabify
4611 if test -d ${srcdir}/gcc
; then
4612 if test x
"${enable_languages+set}" != xset
; then
4613 if test x
"${LANGUAGES+set}" = xset
; then
4614 enable_languages
="${LANGUAGES}"
4615 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
4617 enable_languages
=all
4620 if test x
"${enable_languages}" = x ||
4621 test x
"${enable_languages}" = xyes
;
4623 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
4627 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
4629 # 'f95' is the old name for the 'fortran' language. We issue a warning
4630 # and make the substitution.
4631 case ,${enable_languages}, in
4633 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
4634 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
4638 # First scan to see if an enabled language requires some other language.
4639 # We assume that a given config-lang.in will list all the language
4640 # front ends it requires, even if some are required indirectly.
4641 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4642 case ${lang_frag} in
4644 # The odd quoting in the next line works around
4645 # an apparent bug in bash 1.12 on linux.
4646 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4648 # From the config-lang.in, get $language, $lang_requires
4652 for other
in ${lang_requires} ; do
4653 case ,${enable_languages}, in
4657 echo " \`$other' language required by \`$language'; enabling" 1>&2
4658 enable_languages
="${enable_languages},${other}"
4666 new_enable_languages
=,c
,
4667 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
4668 potential_languages
=,c
,
4670 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
4671 case ${lang_frag} in
4673 # The odd quoting in the next line works around
4674 # an apparent bug in bash 1.12 on linux.
4675 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
4677 # From the config-lang.in, get $language, $target_libs,
4678 # $lang_dirs, $boot_language, and $build_by_default
4684 build_by_default
=yes
4686 if test x
${language} = x
; then
4687 echo "${lang_frag} doesn't set \$language." 1>&2
4691 case ,${enable_languages}, in
4693 # Language was explicitly selected; include it.
4697 # 'all' was selected, select it if it is a default language
4698 add_this_lang
=${build_by_default}
4705 # Disable languages that need other directories if these aren't available.
4706 for i
in $subdir_requires; do
4707 test -f "$srcdir/gcc/$i/config-lang.in" && continue
4708 case ,${enable_languages}, in
4710 # Specifically requested language; tell them.
4711 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
4712 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
4713 { (exit 1); exit 1; }; }
4717 add_this_lang
=unsupported
4722 # Disable Ada if no preexisting GNAT is available.
4723 case ,${enable_languages},:${language}:${have_gnat} in
4724 *,${language},*:ada
:no
)
4725 # Specifically requested language; tell them.
4726 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
4727 echo "$as_me: error: GNAT is required to build $language" >&2;}
4728 { (exit 1); exit 1; }; }
4732 add_this_lang
=unsupported
4736 # Disable a language that is unsupported by the target.
4737 case " $unsupported_languages " in
4739 add_this_lang
=unsupported
4743 case $add_this_lang in
4745 # Remove language-dependent dirs.
4746 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4749 # Remove language-dependent dirs; still show language as supported.
4750 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
4751 potential_languages
="${potential_languages}${language},"
4754 new_enable_languages
="${new_enable_languages}${language},"
4755 potential_languages
="${potential_languages}${language},"
4756 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
4757 case ${boot_language} in
4759 # Add to (comma-separated) list of stage 1 languages.
4760 stage1_languages
="${stage1_languages}${language},"
4769 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
4770 if test "${enable_stage1_languages+set}" = set; then
4771 enableval
="$enable_stage1_languages"
4772 case ,${enable_stage1_languages}, in
4774 # Set it to something that will have no effect in the loop below
4775 enable_stage1_languages
=c
;;
4777 enable_stage1_languages
=`echo $new_enable_languages | \
4778 sed -e "s/^,//" -e "s/,$//" ` ;;
4780 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
4781 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
4784 # Add "good" languages from enable_stage1_languages to stage1_languages,
4785 # while "bad" languages go in missing_languages. Leave no duplicates.
4786 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
4787 case $potential_languages in
4789 case $stage1_languages in
4791 *) stage1_languages
="$stage1_languages$i," ;;
4794 case $missing_languages in
4796 *) missing_languages
="$missing_languages$i," ;;
4802 # Remove leading/trailing commas that were added for simplicity
4803 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
4804 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
4805 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
4806 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
4808 if test "x$missing_languages" != x
; then
4809 { { echo "$as_me:$LINENO: error:
4810 The following requested languages could not be built: ${missing_languages}
4811 Supported languages are: ${potential_languages}" >&5
4812 echo "$as_me: error:
4813 The following requested languages could not be built: ${missing_languages}
4814 Supported languages are: ${potential_languages}" >&2;}
4815 { (exit 1); exit 1; }; }
4817 if test "x$new_enable_languages" != "x$enable_languages"; then
4818 echo The following languages will be built
: ${new_enable_languages}
4819 enable_languages
="$new_enable_languages"
4823 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
4826 # Handle --disable-<component> generically.
4827 for dir
in $configdirs $build_configdirs $target_configdirs ; do
4828 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
4829 if eval test x\
${enable_${dirname}} "=" xno
; then
4830 noconfigdirs
="$noconfigdirs $dir"
4834 # Check for Boehm's garbage collector
4835 # Check whether --enable-objc-gc or --disable-objc-gc was given.
4836 if test "${enable_objc_gc+set}" = set; then
4837 enableval
="$enable_objc_gc"
4838 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
4839 *,objc
,*:*:yes:*target-boehm-gc
*)
4840 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4841 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4842 { (exit 1); exit 1; }; }
4847 # Make sure we only build Boehm's garbage collector if required.
4848 case ,${enable_languages},:${enable_objc_gc} in
4850 # Keep target-boehm-gc if requested for Objective-C.
4853 # Otherwise remove target-boehm-gc depending on target-libjava.
4854 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
4855 noconfigdirs
="$noconfigdirs target-boehm-gc"
4860 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
4861 # $build_configdirs and $target_configdirs.
4862 # If we have the source for $noconfigdirs entries, add them to $notsupp.
4865 for dir
in .
$skipdirs $noconfigdirs ; do
4866 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
4867 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4868 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
4869 if test -r $srcdir/$dirname/configure
; then
4870 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4873 notsupp
="$notsupp $dir"
4877 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4878 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
4879 if test -r $srcdir/$dirname/configure
; then
4880 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4883 notsupp
="$notsupp $dir"
4887 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4888 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
4889 if test -r $srcdir/$dirname/configure
; then
4890 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4893 notsupp
="$notsupp $dir"
4899 # Sometimes the tools are distributed with libiberty but with no other
4900 # libraries. In that case, we don't want to build target-libiberty.
4901 # Don't let libgcc imply libiberty either.
4902 if test -n "${target_configdirs}" ; then
4905 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
4906 if test "$i" = "libgcc"; then
4907 libgcc
=target-libgcc
4908 elif test "$i" != "libiberty" ; then
4909 if test -r $srcdir/$i/configure
; then
4915 if test -z "${others}" ; then
4916 target_configdirs
=$libgcc
4920 # Quietly strip out all directories which aren't configurable in this tree.
4921 # This relies on all configurable subdirectories being autoconfiscated, which
4923 build_configdirs_all
="$build_configdirs"
4925 for i
in ${build_configdirs_all} ; do
4926 j
=`echo $i | sed -e s/build-//g`
4927 if test -f ${srcdir}/$j/configure
; then
4928 build_configdirs
="${build_configdirs} $i"
4932 configdirs_all
="$configdirs"
4934 for i
in ${configdirs_all} ; do
4935 if test -f ${srcdir}/$i/configure
; then
4936 configdirs
="${configdirs} $i"
4940 target_configdirs_all
="$target_configdirs"
4942 for i
in ${target_configdirs_all} ; do
4943 j
=`echo $i | sed -e s/target-//g`
4944 if test -f ${srcdir}/$j/configure
; then
4945 target_configdirs
="${target_configdirs} $i"
4949 # Produce a warning message for the subdirs we can't configure.
4950 # This isn't especially interesting in the Cygnus tree, but in the individual
4951 # FSF releases, it's important to let people know when their machine isn't
4952 # supported by the one or two programs in a package.
4954 if test -n "${notsupp}" && test -z "${norecursion}" ; then
4955 # If $appdirs is non-empty, at least one of those directories must still
4956 # be configured, or we error out. (E.g., if the gas release supports a
4957 # specified target in some subdirs but not the gas subdir, we shouldn't
4958 # pretend that all is well.)
4959 if test -n "$appdirs" ; then
4960 for dir
in $appdirs ; do
4961 if test -r $dir/Makefile.
in ; then
4962 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
4966 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
4972 if test -n "$appdirs" ; then
4973 echo "*** This configuration is not supported by this package." 1>&2
4977 # Okay, some application will build, or we don't care to check. Still
4978 # notify of subdirs not getting built.
4979 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
4980 echo " ${notsupp}" 1>&2
4981 echo " (Any other directories should still work fine.)" 1>&2
4989 # To find our prefix, in gcc_cv_tool_prefix.
4991 # The user is always right.
4992 if test "${PATH_SEPARATOR+set}" != set; then
4993 echo "#! /bin/sh" >conf$$.sh
4994 echo "exit 0" >>conf$$.sh
4996 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5006 if test "x$exec_prefix" = xNONE
; then
5007 if test "x$prefix" = xNONE
; then
5008 gcc_cv_tool_prefix
=$ac_default_prefix
5010 gcc_cv_tool_prefix
=$prefix
5013 gcc_cv_tool_prefix
=$exec_prefix
5016 # If there is no compiler in the tree, use the PATH only. In any
5017 # case, if there is no compiler in the tree nobody should use
5018 # AS_FOR_TARGET and LD_FOR_TARGET.
5019 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5020 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5021 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5022 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5023 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5024 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5025 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5026 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5031 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5032 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5040 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5041 if test "${with_build_sysroot+set}" = set; then
5042 withval
="$with_build_sysroot"
5043 if test x
"$withval" != x
; then
5044 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5047 SYSROOT_CFLAGS_FOR_TARGET
=
5051 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5052 # the named directory are copied to $(tooldir)/sys-include.
5053 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5054 if test x
${is_cross_compiler} = xno
; then
5055 echo 1>&2 '***' --with-headers is only supported when cross compiling
5058 if test x
"${with_headers}" != xyes
; then
5059 x
=${gcc_cv_tool_prefix}
5060 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5064 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5065 # the name directories are copied to $(tooldir)/lib. Multiple directories
5067 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5068 if test x
${is_cross_compiler} = xno
; then
5069 echo 1>&2 '***' --with-libs is only supported when cross compiling
5072 if test x
"${with_libs}" != xyes
; then
5073 # Copy the libraries in reverse order, so that files in the first named
5074 # library override files in subsequent libraries.
5075 x
=${gcc_cv_tool_prefix}
5076 for l
in ${with_libs}; do
5077 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5082 # Set with_gnu_as and with_gnu_ld as appropriate.
5084 # This is done by determining whether or not the appropriate directory
5085 # is available, and by checking whether or not specific configurations
5086 # have requested that this magic not happen.
5088 # The command line options always override the explicit settings in
5089 # configure.in, and the settings in configure.in override this magic.
5091 # If the default for a toolchain is to use GNU as and ld, and you don't
5092 # want to do that, then you should use the --without-gnu-as and
5093 # --without-gnu-ld options for the configure script.
5095 if test x
${use_gnu_as} = x
&&
5096 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5098 extra_host_args
="$extra_host_args --with-gnu-as"
5101 if test x
${use_gnu_ld} = x
&&
5102 echo " ${configdirs} " |
grep " ld " > /dev
/null
2>&1 ; then
5104 extra_host_args
="$extra_host_args --with-gnu-ld"
5107 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5108 # can detect this case.
5110 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5112 extra_host_args
="$extra_host_args --with-newlib"
5115 # Handle ${copy_dirs}
5116 set fnord
${copy_dirs}
5118 while test $# != 0 ; do
5119 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5122 echo Copying
$1 to
$2
5124 # Use the install script to create the directory and all required
5125 # parent directories.
5126 if test -d $2 ; then
5130 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5133 # Copy the directory, assuming we have tar.
5134 # FIXME: Should we use B in the second tar? Not all systems support it.
5135 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5137 # It is the responsibility of the user to correctly adjust all
5138 # symlinks. If somebody can figure out how to handle them correctly
5139 # here, feel free to add the code.
5146 # Determine a target-dependent exec_prefix that the installed
5147 # gcc will search in. Keep this list sorted by triplet, with
5148 # the *-*-osname triplets last.
5152 md_exec_prefix
=/gnu
/lib
/gcc-lib
5154 i3456786-pc-msdosdjgpp
*)
5155 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5157 i3456786-
*-sco3.2v5
*)
5158 if test $with_gnu_as = yes; then
5159 md_exec_prefix
=/usr
/gnu
/bin
5161 md_exec_prefix
=/usr
/ccs
/bin
/elf
5166 powerpc-
*-chorusos* | \
5167 powerpc
*-*-eabi* | \
5168 powerpc
*-*-sysv* | \
5169 powerpc
*-*-kaos* | \
5171 md_exec_prefix
=/usr
/ccs
/bin
5176 md_exec_prefix
=/usr
/ccs
/bin
5191 md_exec_prefix
=/usr
/ccs
/bin
5195 extra_arflags_for_target
=
5196 extra_nmflags_for_target
=
5197 extra_ranlibflags_for_target
=
5198 target_makefile_frag
=/dev
/null
5201 target_makefile_frag
="config/mt-mep"
5204 target_makefile_frag
="config/mt-spu"
5207 target_makefile_frag
="config/mt-netware"
5209 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu)
5210 target_makefile_frag
="config/mt-gnu"
5212 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5213 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5214 # commands to handle both 32-bit and 64-bit objects. These flags are
5215 # harmless if we're using GNU nm or ar.
5216 extra_arflags_for_target
=" -X32_64"
5217 extra_nmflags_for_target
=" -B -X32_64"
5220 # ranlib from Darwin requires the -c flag to look at common symbols.
5221 extra_ranlibflags_for_target
=" -c"
5223 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5224 target_makefile_frag
="config/mt-wince"
5228 alphaieee_frag
=/dev
/null
5231 # This just makes sure to use the -mieee option to build target libs.
5232 # This should probably be set individually by each library.
5233 alphaieee_frag
="config/mt-alphaieee"
5237 # If --enable-target-optspace always use -Os instead of -O2 to build
5238 # the target libraries, similarly if it is not specified, use -Os
5239 # on selected platforms.
5240 ospace_frag
=/dev
/null
5241 case "${enable_target_optspace}:${target}" in
5243 ospace_frag
="config/mt-ospace"
5246 ospace_frag
="config/mt-d30v"
5248 :m32r-
* |
:d10v-
* |
:fr30-
*)
5249 ospace_frag
="config/mt-ospace"
5254 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5258 # Default to using --with-stabs for certain targets.
5259 if test x
${with_stabs} = x
; then
5263 mips
*-*-* | alpha
*-*-osf*)
5265 extra_host_args
="${extra_host_args} --with-stabs"
5270 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5271 # them automatically.
5274 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5278 # Some systems (e.g., one of the i386-aix systems the gas testers are
5279 # using) don't handle "\$" correctly, so don't use it here.
5280 tooldir
='${exec_prefix}'/${target_noncanonical}
5281 build_tooldir
=${tooldir}
5283 # Create a .gdbinit file which runs the one in srcdir
5284 # and tells GDB to look there for source files.
5286 if test -r ${srcdir}/.gdbinit
; then
5289 *) cat > .
/.gdbinit
<<EOF
5293 source ${srcdir}/.gdbinit
5299 # Make sure that the compiler is able to generate an executable. If it
5300 # can't, we are probably in trouble. We don't care whether we can run the
5301 # executable--we might be using a cross compiler--we only care whether it
5302 # can be created. At this point the main configure script has set CC.
5304 echo "int main () { return 0; }" > conftest.c
5305 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5306 if test $?
= 0 ; then
5307 if test -s conftest ||
test -s conftest.exe
; then
5313 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5314 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5321 # The Solaris /usr/ucb/cc compiler does not appear to work.
5323 sparc-sun-solaris2
*)
5324 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5325 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5327 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5328 if test -d /opt
/cygnus
/bin
; then
5329 if test "$could_use" = "" ; then
5330 could_use
="/opt/cygnus/bin"
5332 could_use
="$could_use or /opt/cygnus/bin"
5335 if test "$could_use" = "" ; then
5336 echo "Warning: compilation may fail because you're using"
5337 echo "/usr/ucb/cc. You should change your PATH or CC "
5338 echo "variable and rerun configure."
5340 echo "Warning: compilation may fail because you're using"
5341 echo "/usr/ucb/cc, when you should use the C compiler from"
5342 echo "$could_use. You should change your"
5343 echo "PATH or CC variable and rerun configure."
5350 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5351 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5352 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5355 # Record target_configdirs and the configure arguments for target and
5356 # build configuration in Makefile.
5357 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5358 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5360 # Determine whether gdb needs tk/tcl or not.
5361 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5362 # and in that case we want gdb to be built without tk. Ugh!
5363 # In fact I believe gdb is the *only* package directly dependent on tk,
5364 # so we should be able to put the 'maybe's in unconditionally and
5365 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5366 # 100% sure that that's safe though.
5368 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5369 case "$enable_gdbtk" in
5373 GDB_TK
="${gdb_tk}" ;;
5375 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5376 # distro. Eventually someone will fix this and move Insight, nee
5377 # gdbtk to a separate directory.
5378 if test -d ${srcdir}/gdb
/gdbtk
; then
5385 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5386 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5388 # Strip out unwanted targets.
5390 # While at that, we remove Makefiles if we were started for recursive
5391 # configuration, so that the top-level Makefile reconfigures them,
5392 # like we used to do when configure itself was recursive.
5394 # Loop over modules. $extrasub must be used with care, limiting as
5395 # much as possible the usage of range addresses. That's because autoconf
5396 # splits the sed script to overcome limits in the number of commands,
5397 # and relying on carefully-timed sed passes may turn out to be very hard
5398 # to maintain later. In this particular case, you just have to be careful
5399 # not to nest @if/@endif pairs, because configure will not warn you at all.
5401 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5402 if test "${enable_bootstrap+set}" = set; then
5403 enableval
="$enable_bootstrap"
5406 enable_bootstrap
=default
5409 # Issue errors and warnings for invalid/strange bootstrap combinations.
5410 case "$configdirs" in
5411 *gcc
*) have_compiler
=yes ;;
5412 *) have_compiler
=no
;;
5415 case "$have_compiler:$host:$target:$enable_bootstrap" in
5418 # Default behavior. Enable bootstrap if we have a compiler
5419 # and we are in a native configuration.
5420 yes:$build:$build:default
)
5421 enable_bootstrap
=yes ;;
5424 enable_bootstrap
=no
;;
5426 # We have a compiler and we are in a native configuration, bootstrap is ok
5427 yes:$build:$build:yes)
5430 # Other configurations, but we have a compiler. Assume the user knows
5433 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5434 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5437 # No compiler: if they passed --enable-bootstrap explicitly, fail
5439 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5440 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5441 { (exit 1); exit 1; }; } ;;
5443 # Fail if wrong command line
5445 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5446 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5447 { (exit 1); exit 1; }; }
5451 # Adjust the toplevel makefile according to whether bootstrap was selected.
5452 case "$enable_bootstrap" in
5454 bootstrap_suffix
=bootstrap
;;
5456 bootstrap_suffix
=no-bootstrap
;;
5459 for module
in ${build_configdirs} ; do
5460 if test -z "${no_recursion}" \
5461 && test -f ${build_subdir}/${module}/Makefile
; then
5462 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5463 rm -f ${build_subdir}/${module}/Makefile
5466 /^@if build-$module\$/d
5467 /^@endif build-$module\$/d
5468 /^@if build-$module-$bootstrap_suffix\$/d
5469 /^@endif build-$module-$bootstrap_suffix\$/d"
5471 for module
in ${configdirs} ; do
5472 if test -z "${no_recursion}"; then
5473 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
5474 if test -f ${file}; then
5475 echo 1>&2 "*** removing ${file} to force reconfigure"
5482 /^@endif $module\$/d
5483 /^@if $module-$bootstrap_suffix\$/d
5484 /^@endif $module-$bootstrap_suffix\$/d"
5486 for module
in ${target_configdirs} ; do
5487 if test -z "${no_recursion}" \
5488 && test -f ${target_subdir}/${module}/Makefile
; then
5489 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
5490 rm -f ${target_subdir}/${module}/Makefile
5493 /^@if target-$module\$/d
5494 /^@endif target-$module\$/d
5495 /^@if target-$module-$bootstrap_suffix\$/d
5496 /^@endif target-$module-$bootstrap_suffix\$/d"
5500 /^@if /,/^@endif /d"
5502 # Create the serialization dependencies. This uses a temporary file.
5504 # Check whether --enable-serial-configure or --disable-serial-configure was given.
5505 if test "${enable_serial_configure+set}" = set; then
5506 enableval
="$enable_serial_configure"
5510 case ${enable_serial_configure} in
5512 enable_serial_build_configure
=yes
5513 enable_serial_host_configure
=yes
5514 enable_serial_target_configure
=yes
5518 # These force 'configure's to be done one at a time, to avoid problems
5519 # with contention over a shared config.cache.
5521 echo '# serdep.tmp' > serdep.tmp
5523 test "x${enable_serial_build_configure}" = xyes
&&
5524 for item
in ${build_configdirs} ; do
5527 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
5532 test "x${enable_serial_host_configure}" = xyes
&&
5533 for item
in ${configdirs} ; do
5536 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
5541 test "x${enable_serial_target_configure}" = xyes
&&
5542 for item
in ${target_configdirs} ; do
5545 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
5549 serialization_dependencies
=serdep.tmp
5552 # Base args. Strip norecursion, cache-file, srcdir, host, build,
5553 # target, nonopt, and variable assignments. These are the ones we
5554 # might not want to pass down to subconfigures. Also strip
5555 # program-prefix, program-suffix, and program-transform-name, so that
5556 # we can pass down a consistent program-transform-name.
5560 eval "set -- $ac_configure_args"
5563 if test X
"$skip_next" = X
"yes"; then
5567 if test X
"$keep_next" = X
"yes"; then
5570 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5572 baseargs
="$baseargs '$ac_arg'"
5577 # Handle separated arguments. Based on the logic generated by
5580 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
5581 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
5582 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
5583 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
5609 -program-prefix* | \
5610 -program-suffix* | \
5611 -program-transform-name* )
5612 skip_next
=$separate_arg
5616 # An option. Add it.
5619 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
5621 baseargs
="$baseargs '$ac_arg'"
5622 keep_next
=$separate_arg
5625 # Either a variable assignment, or a nonopt (triplet). Don't
5626 # pass it down; let the Makefile handle this.
5631 # Remove the initial space we just introduced and, as these will be
5632 # expanded by make, quote '$'.
5633 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
5635 # Add in --program-transform-name, after --program-prefix and
5636 # --program-suffix have been applied to it. Autoconf has already
5637 # doubled dollar signs and backslashes in program_transform_name; we want
5638 # the backslashes un-doubled, and then the entire thing wrapped in single
5639 # quotes, because this will be expanded first by make and then by the shell.
5640 # Also, because we want to override the logic in subdir configure scripts to
5641 # choose program_transform_name, replace any s,x,x, with s,y,y,.
5642 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
5643 ${program_transform_name}
5645 gcc_transform_name
=`cat conftestsed.out`
5646 rm -f conftestsed.out
5647 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
5649 # For the build-side libraries, we just need to pretend we're native,
5650 # and not use the same cache file. Multilibs are neither needed nor
5652 build_configargs
="--cache-file=../config.cache ${baseargs}"
5654 # For host modules, accept cache file option, or specification as blank.
5655 case "${cache_file}" in
5657 cache_file_option
="" ;;
5658 /* |
[A-Za-z
]:[\\/]* ) # absolute path
5659 cache_file_option
="--cache-file=${cache_file}" ;;
5661 cache_file_option
="--cache-file=../${cache_file}" ;;
5664 # Host dirs don't like to share a cache file either, horribly enough.
5665 # This seems to be due to autoconf 2.5x stupidity.
5666 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
5668 target_configargs
=${baseargs}
5670 # Passing a --with-cross-host argument lets the target libraries know
5671 # whether they are being built with a cross-compiler or being built
5672 # native. However, it would be better to use other mechanisms to make the
5673 # sorts of decisions they want to make on this basis. Please consider
5674 # this option to be deprecated. FIXME.
5675 if test x
${is_cross_compiler} = xyes
; then
5676 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
5679 # Default to --enable-multilib.
5680 if test x
${enable_multilib} = x
; then
5681 target_configargs
="--enable-multilib ${target_configargs}"
5684 # Pass --with-newlib if appropriate. Note that target_configdirs has
5685 # changed from the earlier setting of with_newlib.
5686 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
5687 target_configargs
="--with-newlib ${target_configargs}"
5690 # Different target subdirs use different values of certain variables
5691 # (notably CXX). Worse, multilibs use *lots* of different values.
5692 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
5693 # it doesn't automatically accept command-line overrides of them.
5694 # This means it's not safe for target subdirs to share a cache file,
5695 # which is disgusting, but there you have it. Hopefully this can be
5696 # fixed in future. It's still worthwhile to use a cache file for each
5697 # directory. I think.
5699 # Pass the appropriate --build, --host, --target and --cache-file arguments.
5700 # We need to pass --target, as newer autoconf's requires consistency
5701 # for target_alias and gcc doesn't manage it consistently.
5702 target_configargs
="--cache-file=./config.cache ${target_configargs}"
5705 case " $target_configdirs " in
5707 case " $target_configargs " in
5708 *" --with-newlib "*)
5711 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' ;;
5714 # If we're not building GCC, don't discard standard headers.
5715 if test -d ${srcdir}/gcc
; then
5716 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
5718 if test "${build}" != "${host}"; then
5719 # On Canadian crosses, CC_FOR_TARGET will have already been set
5720 # by `configure', so we won't have an opportunity to add -Bgcc/
5721 # to it. This is right: we don't want to search that directory
5722 # for binaries, but we want the header files in there, so add
5724 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
5726 # Someone might think of using the pre-installed headers on
5727 # Canadian crosses, in case the installed compiler is not fully
5728 # compatible with the compiler being built. In this case, it
5729 # would be better to flag an error than risking having
5730 # incompatible object files being constructed. We can't
5731 # guarantee that an error will be flagged, but let's hope the
5732 # compiler will do it, when presented with incompatible header
5737 case "${target}-${is_cross_compiler}" in
5738 i
[3456789]86-*-linux*-no)
5739 # Here host == target, so we don't need to build gcc,
5740 # so we don't want to discard standard headers.
5741 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
5744 # If we're building newlib, use its generic headers last, but search
5745 # for any libc-related directories first (so make it the last -B
5747 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
5756 # Can't be handled as Cygwin above since Mingw does not use newlib.
5757 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' ;;
5760 # Allow the user to override the flags for
5761 # our build compiler if desired.
5762 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
5764 # On Canadian crosses, we'll be searching the right directories for
5765 # the previously-installed cross compiler, so don't bother to add
5766 # flags for directories within the install tree of the compiler
5767 # being built; programs in there won't even run.
5768 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
5769 # Search for pre-installed headers if nothing else fits.
5770 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
5773 if test "x
${use_gnu_ld}" = x &&
5774 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
5775 # Arrange for us to find uninstalled linker scripts.
5776 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
5779 # Search for other target-specific linker scripts and such.
5782 if test -d ${srcdir}/libgloss/m32c; then
5783 # This is for crt0.o
5784 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5785 # This is for r8c.ld
5786 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/m32c'
5787 # This is for libnosys.a
5788 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
5792 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
5796 # Makefile fragments.
5797 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
5799 eval fragval=\$$frag
5800 if test $fragval != /dev/null; then
5801 eval $frag=${srcdir}/$fragval
5809 # Miscellanea: directories, flags, etc.
5817 # Build module lists & subconfigure args.
5821 # Host module lists & subconfigure args.
5825 # Target module lists & subconfigure args.
5833 # Generate default definitions for YACC, M4, LEX and other programs that run
5834 # on the build machine. These are used if the Makefile can't locate these
5835 # programs in objdir.
5836 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
5838 for ac_prog in 'bison -y' byacc yacc
5840 # Extract the first word of "$ac_prog", so it can be a program name with args.
5841 set dummy $ac_prog; ac_word=$2
5842 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5843 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5844 if test "${ac_cv_prog_YACC+set}" = set; then
5845 echo $ECHO_N "(cached
) $ECHO_C" >&6
5847 if test -n "$YACC"; then
5848 ac_cv_prog_YACC="$YACC" # Let the user override the test.
5850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5854 test -z "$as_dir" && as_dir=.
5855 for ac_exec_ext in '' $ac_executable_extensions; do
5856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5857 ac_cv_prog_YACC="$ac_prog"
5858 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5866 YACC=$ac_cv_prog_YACC
5867 if test -n "$YACC"; then
5868 echo "$as_me:$LINENO: result
: $YACC" >&5
5869 echo "${ECHO_T}$YACC" >&6
5871 echo "$as_me:$LINENO: result
: no
" >&5
5872 echo "${ECHO_T}no
" >&6
5875 test -n "$YACC" && break
5877 test -n "$YACC" || YACC="$MISSING bison
-y"
5879 case " $build_configdirs " in
5880 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
5881 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
5884 for ac_prog in bison
5886 # Extract the first word of "$ac_prog", so it can be a program name with args.
5887 set dummy $ac_prog; ac_word=$2
5888 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5889 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5890 if test "${ac_cv_prog_BISON+set}" = set; then
5891 echo $ECHO_N "(cached
) $ECHO_C" >&6
5893 if test -n "$BISON"; then
5894 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5900 test -z "$as_dir" && as_dir=.
5901 for ac_exec_ext in '' $ac_executable_extensions; do
5902 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5903 ac_cv_prog_BISON="$ac_prog"
5904 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5912 BISON=$ac_cv_prog_BISON
5913 if test -n "$BISON"; then
5914 echo "$as_me:$LINENO: result
: $BISON" >&5
5915 echo "${ECHO_T}$BISON" >&6
5917 echo "$as_me:$LINENO: result
: no
" >&5
5918 echo "${ECHO_T}no
" >&6
5921 test -n "$BISON" && break
5923 test -n "$BISON" || BISON="$MISSING bison
"
5925 case " $build_configdirs " in
5926 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
5929 for ac_prog in gm4 gnum4 m4
5931 # Extract the first word of "$ac_prog", so it can be a program name with args.
5932 set dummy $ac_prog; ac_word=$2
5933 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5934 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5935 if test "${ac_cv_prog_M4+set}" = set; then
5936 echo $ECHO_N "(cached
) $ECHO_C" >&6
5938 if test -n "$M4"; then
5939 ac_cv_prog_M4="$M4" # Let the user override the test.
5941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5945 test -z "$as_dir" && as_dir=.
5946 for ac_exec_ext in '' $ac_executable_extensions; do
5947 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5948 ac_cv_prog_M4="$ac_prog"
5949 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5958 if test -n "$M4"; then
5959 echo "$as_me:$LINENO: result
: $M4" >&5
5960 echo "${ECHO_T}$M4" >&6
5962 echo "$as_me:$LINENO: result
: no
" >&5
5963 echo "${ECHO_T}no
" >&6
5966 test -n "$M4" && break
5968 test -n "$M4" || M4="$MISSING m4"
5970 case " $build_configdirs " in
5971 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
5974 for ac_prog in flex lex
5976 # Extract the first word of "$ac_prog", so it can be a program name with args.
5977 set dummy $ac_prog; ac_word=$2
5978 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5979 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5980 if test "${ac_cv_prog_LEX+set}" = set; then
5981 echo $ECHO_N "(cached
) $ECHO_C" >&6
5983 if test -n "$LEX"; then
5984 ac_cv_prog_LEX="$LEX" # Let the user override the test.
5986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5990 test -z "$as_dir" && as_dir=.
5991 for ac_exec_ext in '' $ac_executable_extensions; do
5992 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5993 ac_cv_prog_LEX="$ac_prog"
5994 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6003 if test -n "$LEX"; then
6004 echo "$as_me:$LINENO: result
: $LEX" >&5
6005 echo "${ECHO_T}$LEX" >&6
6007 echo "$as_me:$LINENO: result
: no
" >&5
6008 echo "${ECHO_T}no
" >&6
6011 test -n "$LEX" && break
6013 test -n "$LEX" || LEX="$MISSING flex
"
6015 case " $build_configdirs " in
6016 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6017 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6022 # Extract the first word of "$ac_prog", so it can be a program name with args.
6023 set dummy $ac_prog; ac_word=$2
6024 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6025 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6026 if test "${ac_cv_prog_FLEX+set}" = set; then
6027 echo $ECHO_N "(cached
) $ECHO_C" >&6
6029 if test -n "$FLEX"; then
6030 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6036 test -z "$as_dir" && as_dir=.
6037 for ac_exec_ext in '' $ac_executable_extensions; do
6038 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6039 ac_cv_prog_FLEX="$ac_prog"
6040 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6048 FLEX=$ac_cv_prog_FLEX
6049 if test -n "$FLEX"; then
6050 echo "$as_me:$LINENO: result
: $FLEX" >&5
6051 echo "${ECHO_T}$FLEX" >&6
6053 echo "$as_me:$LINENO: result
: no
" >&5
6054 echo "${ECHO_T}no
" >&6
6057 test -n "$FLEX" && break
6059 test -n "$FLEX" || FLEX="$MISSING flex
"
6061 case " $build_configdirs " in
6062 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6065 for ac_prog in makeinfo
6067 # Extract the first word of "$ac_prog", so it can be a program name with args.
6068 set dummy $ac_prog; ac_word=$2
6069 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6070 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6071 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6072 echo $ECHO_N "(cached
) $ECHO_C" >&6
6074 if test -n "$MAKEINFO"; then
6075 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6081 test -z "$as_dir" && as_dir=.
6082 for ac_exec_ext in '' $ac_executable_extensions; do
6083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6084 ac_cv_prog_MAKEINFO="$ac_prog"
6085 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6093 MAKEINFO=$ac_cv_prog_MAKEINFO
6094 if test -n "$MAKEINFO"; then
6095 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6096 echo "${ECHO_T}$MAKEINFO" >&6
6098 echo "$as_me:$LINENO: result
: no
" >&5
6099 echo "${ECHO_T}no
" >&6
6102 test -n "$MAKEINFO" && break
6104 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6106 case " $build_configdirs " in
6107 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6110 # For an installed makeinfo, we require it to be from texinfo 4.4 or
6111 # higher, else we use the "missing
" dummy.
6112 if ${MAKEINFO} --version \
6113 | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
6116 MAKEINFO="$MISSING makeinfo
"
6122 # FIXME: expect and dejagnu may become build tools?
6124 for ac_prog in expect
6126 # Extract the first word of "$ac_prog", so it can be a program name with args.
6127 set dummy $ac_prog; ac_word=$2
6128 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6129 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6130 if test "${ac_cv_prog_EXPECT+set}" = set; then
6131 echo $ECHO_N "(cached
) $ECHO_C" >&6
6133 if test -n "$EXPECT"; then
6134 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140 test -z "$as_dir" && as_dir=.
6141 for ac_exec_ext in '' $ac_executable_extensions; do
6142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6143 ac_cv_prog_EXPECT="$ac_prog"
6144 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6152 EXPECT=$ac_cv_prog_EXPECT
6153 if test -n "$EXPECT"; then
6154 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6155 echo "${ECHO_T}$EXPECT" >&6
6157 echo "$as_me:$LINENO: result
: no
" >&5
6158 echo "${ECHO_T}no
" >&6
6161 test -n "$EXPECT" && break
6163 test -n "$EXPECT" || EXPECT="expect
"
6165 case " $configdirs " in
6167 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6171 for ac_prog in runtest
6173 # Extract the first word of "$ac_prog", so it can be a program name with args.
6174 set dummy $ac_prog; ac_word=$2
6175 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6176 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6177 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6178 echo $ECHO_N "(cached
) $ECHO_C" >&6
6180 if test -n "$RUNTEST"; then
6181 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187 test -z "$as_dir" && as_dir=.
6188 for ac_exec_ext in '' $ac_executable_extensions; do
6189 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6190 ac_cv_prog_RUNTEST="$ac_prog"
6191 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6199 RUNTEST=$ac_cv_prog_RUNTEST
6200 if test -n "$RUNTEST"; then
6201 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6202 echo "${ECHO_T}$RUNTEST" >&6
6204 echo "$as_me:$LINENO: result
: no
" >&5
6205 echo "${ECHO_T}no
" >&6
6208 test -n "$RUNTEST" && break
6210 test -n "$RUNTEST" || RUNTEST="runtest
"
6212 case " $configdirs " in
6214 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6221 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6222 ncn_target_tool_prefix=
6223 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6227 if test -n "$AR"; then
6229 elif test -n "$ac_cv_prog_AR"; then
6233 if test -n "$ac_cv_prog_AR"; then
6234 for ncn_progname in ar; do
6235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6236 set dummy ${ncn_progname}; ac_word=$2
6237 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6238 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6239 if test "${ac_cv_prog_AR+set}" = set; then
6240 echo $ECHO_N "(cached
) $ECHO_C" >&6
6242 if test -n "$AR"; then
6243 ac_cv_prog_AR="$AR" # Let the user override the test.
6245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6249 test -z "$as_dir" && as_dir=.
6250 for ac_exec_ext in '' $ac_executable_extensions; do
6251 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6252 ac_cv_prog_AR="${ncn_progname}"
6253 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6262 if test -n "$AR"; then
6263 echo "$as_me:$LINENO: result
: $AR" >&5
6264 echo "${ECHO_T}$AR" >&6
6266 echo "$as_me:$LINENO: result
: no
" >&5
6267 echo "${ECHO_T}no
" >&6
6273 for ncn_progname in ar; do
6274 if test -n "$ncn_tool_prefix"; then
6275 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6276 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6277 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6278 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6279 if test "${ac_cv_prog_AR+set}" = set; then
6280 echo $ECHO_N "(cached
) $ECHO_C" >&6
6282 if test -n "$AR"; then
6283 ac_cv_prog_AR="$AR" # Let the user override the test.
6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6289 test -z "$as_dir" && as_dir=.
6290 for ac_exec_ext in '' $ac_executable_extensions; do
6291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6292 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6293 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6302 if test -n "$AR"; then
6303 echo "$as_me:$LINENO: result
: $AR" >&5
6304 echo "${ECHO_T}$AR" >&6
6306 echo "$as_me:$LINENO: result
: no
" >&5
6307 echo "${ECHO_T}no
" >&6
6311 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6312 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6313 set dummy ${ncn_progname}; ac_word=$2
6314 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6315 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6316 if test "${ac_cv_prog_AR+set}" = set; then
6317 echo $ECHO_N "(cached
) $ECHO_C" >&6
6319 if test -n "$AR"; then
6320 ac_cv_prog_AR="$AR" # Let the user override the test.
6322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 test -z "$as_dir" && as_dir=.
6327 for ac_exec_ext in '' $ac_executable_extensions; do
6328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6329 ac_cv_prog_AR="${ncn_progname}"
6330 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6339 if test -n "$AR"; then
6340 echo "$as_me:$LINENO: result
: $AR" >&5
6341 echo "${ECHO_T}$AR" >&6
6343 echo "$as_me:$LINENO: result
: no
" >&5
6344 echo "${ECHO_T}no
" >&6
6348 test -n "$ac_cv_prog_AR" && break
6351 if test -z "$ac_cv_prog_AR" ; then
6353 if test $build = $host ; then
6356 AR="${ncn_tool_prefix}$2"
6362 if test -n "$AS"; then
6364 elif test -n "$ac_cv_prog_AS"; then
6368 if test -n "$ac_cv_prog_AS"; then
6369 for ncn_progname in as; do
6370 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6371 set dummy ${ncn_progname}; ac_word=$2
6372 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6373 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6374 if test "${ac_cv_prog_AS+set}" = set; then
6375 echo $ECHO_N "(cached
) $ECHO_C" >&6
6377 if test -n "$AS"; then
6378 ac_cv_prog_AS="$AS" # Let the user override the test.
6380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6384 test -z "$as_dir" && as_dir=.
6385 for ac_exec_ext in '' $ac_executable_extensions; do
6386 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6387 ac_cv_prog_AS="${ncn_progname}"
6388 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6397 if test -n "$AS"; then
6398 echo "$as_me:$LINENO: result
: $AS" >&5
6399 echo "${ECHO_T}$AS" >&6
6401 echo "$as_me:$LINENO: result
: no
" >&5
6402 echo "${ECHO_T}no
" >&6
6408 for ncn_progname in as; do
6409 if test -n "$ncn_tool_prefix"; then
6410 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6411 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6412 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6413 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6414 if test "${ac_cv_prog_AS+set}" = set; then
6415 echo $ECHO_N "(cached
) $ECHO_C" >&6
6417 if test -n "$AS"; then
6418 ac_cv_prog_AS="$AS" # Let the user override the test.
6420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6424 test -z "$as_dir" && as_dir=.
6425 for ac_exec_ext in '' $ac_executable_extensions; do
6426 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6427 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6428 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6437 if test -n "$AS"; then
6438 echo "$as_me:$LINENO: result
: $AS" >&5
6439 echo "${ECHO_T}$AS" >&6
6441 echo "$as_me:$LINENO: result
: no
" >&5
6442 echo "${ECHO_T}no
" >&6
6446 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
6447 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6448 set dummy ${ncn_progname}; ac_word=$2
6449 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6450 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6451 if test "${ac_cv_prog_AS+set}" = set; then
6452 echo $ECHO_N "(cached
) $ECHO_C" >&6
6454 if test -n "$AS"; then
6455 ac_cv_prog_AS="$AS" # Let the user override the test.
6457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6461 test -z "$as_dir" && as_dir=.
6462 for ac_exec_ext in '' $ac_executable_extensions; do
6463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6464 ac_cv_prog_AS="${ncn_progname}"
6465 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6474 if test -n "$AS"; then
6475 echo "$as_me:$LINENO: result
: $AS" >&5
6476 echo "${ECHO_T}$AS" >&6
6478 echo "$as_me:$LINENO: result
: no
" >&5
6479 echo "${ECHO_T}no
" >&6
6483 test -n "$ac_cv_prog_AS" && break
6486 if test -z "$ac_cv_prog_AS" ; then
6488 if test $build = $host ; then
6491 AS="${ncn_tool_prefix}$2"
6497 if test -n "$DLLTOOL"; then
6498 ac_cv_prog_DLLTOOL=$DLLTOOL
6499 elif test -n "$ac_cv_prog_DLLTOOL"; then
6500 DLLTOOL=$ac_cv_prog_DLLTOOL
6503 if test -n "$ac_cv_prog_DLLTOOL"; then
6504 for ncn_progname in dlltool; do
6505 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6506 set dummy ${ncn_progname}; ac_word=$2
6507 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6508 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6509 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6510 echo $ECHO_N "(cached
) $ECHO_C" >&6
6512 if test -n "$DLLTOOL"; then
6513 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6519 test -z "$as_dir" && as_dir=.
6520 for ac_exec_ext in '' $ac_executable_extensions; do
6521 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6522 ac_cv_prog_DLLTOOL="${ncn_progname}"
6523 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6531 DLLTOOL=$ac_cv_prog_DLLTOOL
6532 if test -n "$DLLTOOL"; then
6533 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6534 echo "${ECHO_T}$DLLTOOL" >&6
6536 echo "$as_me:$LINENO: result
: no
" >&5
6537 echo "${ECHO_T}no
" >&6
6543 for ncn_progname in dlltool; do
6544 if test -n "$ncn_tool_prefix"; then
6545 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6546 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6547 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6548 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6549 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6550 echo $ECHO_N "(cached
) $ECHO_C" >&6
6552 if test -n "$DLLTOOL"; then
6553 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6559 test -z "$as_dir" && as_dir=.
6560 for ac_exec_ext in '' $ac_executable_extensions; do
6561 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6562 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
6563 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6571 DLLTOOL=$ac_cv_prog_DLLTOOL
6572 if test -n "$DLLTOOL"; then
6573 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6574 echo "${ECHO_T}$DLLTOOL" >&6
6576 echo "$as_me:$LINENO: result
: no
" >&5
6577 echo "${ECHO_T}no
" >&6
6581 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
6582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6583 set dummy ${ncn_progname}; ac_word=$2
6584 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6586 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6587 echo $ECHO_N "(cached
) $ECHO_C" >&6
6589 if test -n "$DLLTOOL"; then
6590 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6596 test -z "$as_dir" && as_dir=.
6597 for ac_exec_ext in '' $ac_executable_extensions; do
6598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6599 ac_cv_prog_DLLTOOL="${ncn_progname}"
6600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6608 DLLTOOL=$ac_cv_prog_DLLTOOL
6609 if test -n "$DLLTOOL"; then
6610 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
6611 echo "${ECHO_T}$DLLTOOL" >&6
6613 echo "$as_me:$LINENO: result
: no
" >&5
6614 echo "${ECHO_T}no
" >&6
6618 test -n "$ac_cv_prog_DLLTOOL" && break
6621 if test -z "$ac_cv_prog_DLLTOOL" ; then
6623 if test $build = $host ; then
6626 DLLTOOL="${ncn_tool_prefix}$2"
6632 if test -n "$LD"; then
6634 elif test -n "$ac_cv_prog_LD"; then
6638 if test -n "$ac_cv_prog_LD"; then
6639 for ncn_progname in ld; do
6640 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6641 set dummy ${ncn_progname}; ac_word=$2
6642 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6643 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6644 if test "${ac_cv_prog_LD+set}" = set; then
6645 echo $ECHO_N "(cached
) $ECHO_C" >&6
6647 if test -n "$LD"; then
6648 ac_cv_prog_LD="$LD" # Let the user override the test.
6650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6654 test -z "$as_dir" && as_dir=.
6655 for ac_exec_ext in '' $ac_executable_extensions; do
6656 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6657 ac_cv_prog_LD="${ncn_progname}"
6658 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6667 if test -n "$LD"; then
6668 echo "$as_me:$LINENO: result
: $LD" >&5
6669 echo "${ECHO_T}$LD" >&6
6671 echo "$as_me:$LINENO: result
: no
" >&5
6672 echo "${ECHO_T}no
" >&6
6678 for ncn_progname in ld; do
6679 if test -n "$ncn_tool_prefix"; then
6680 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6681 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6682 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6683 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6684 if test "${ac_cv_prog_LD+set}" = set; then
6685 echo $ECHO_N "(cached
) $ECHO_C" >&6
6687 if test -n "$LD"; then
6688 ac_cv_prog_LD="$LD" # Let the user override the test.
6690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6694 test -z "$as_dir" && as_dir=.
6695 for ac_exec_ext in '' $ac_executable_extensions; do
6696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6697 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
6698 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6707 if test -n "$LD"; then
6708 echo "$as_me:$LINENO: result
: $LD" >&5
6709 echo "${ECHO_T}$LD" >&6
6711 echo "$as_me:$LINENO: result
: no
" >&5
6712 echo "${ECHO_T}no
" >&6
6716 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
6717 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6718 set dummy ${ncn_progname}; ac_word=$2
6719 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6720 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6721 if test "${ac_cv_prog_LD+set}" = set; then
6722 echo $ECHO_N "(cached
) $ECHO_C" >&6
6724 if test -n "$LD"; then
6725 ac_cv_prog_LD="$LD" # Let the user override the test.
6727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6731 test -z "$as_dir" && as_dir=.
6732 for ac_exec_ext in '' $ac_executable_extensions; do
6733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6734 ac_cv_prog_LD="${ncn_progname}"
6735 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6744 if test -n "$LD"; then
6745 echo "$as_me:$LINENO: result
: $LD" >&5
6746 echo "${ECHO_T}$LD" >&6
6748 echo "$as_me:$LINENO: result
: no
" >&5
6749 echo "${ECHO_T}no
" >&6
6753 test -n "$ac_cv_prog_LD" && break
6756 if test -z "$ac_cv_prog_LD" ; then
6758 if test $build = $host ; then
6761 LD="${ncn_tool_prefix}$2"
6767 if test -n "$LIPO"; then
6768 ac_cv_prog_LIPO=$LIPO
6769 elif test -n "$ac_cv_prog_LIPO"; then
6770 LIPO=$ac_cv_prog_LIPO
6773 if test -n "$ac_cv_prog_LIPO"; then
6774 for ncn_progname in lipo; do
6775 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6776 set dummy ${ncn_progname}; ac_word=$2
6777 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6778 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6779 if test "${ac_cv_prog_LIPO+set}" = set; then
6780 echo $ECHO_N "(cached
) $ECHO_C" >&6
6782 if test -n "$LIPO"; then
6783 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6789 test -z "$as_dir" && as_dir=.
6790 for ac_exec_ext in '' $ac_executable_extensions; do
6791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6792 ac_cv_prog_LIPO="${ncn_progname}"
6793 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6801 LIPO=$ac_cv_prog_LIPO
6802 if test -n "$LIPO"; then
6803 echo "$as_me:$LINENO: result
: $LIPO" >&5
6804 echo "${ECHO_T}$LIPO" >&6
6806 echo "$as_me:$LINENO: result
: no
" >&5
6807 echo "${ECHO_T}no
" >&6
6813 for ncn_progname in lipo; do
6814 if test -n "$ncn_tool_prefix"; then
6815 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6816 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6817 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6818 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6819 if test "${ac_cv_prog_LIPO+set}" = set; then
6820 echo $ECHO_N "(cached
) $ECHO_C" >&6
6822 if test -n "$LIPO"; then
6823 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6829 test -z "$as_dir" && as_dir=.
6830 for ac_exec_ext in '' $ac_executable_extensions; do
6831 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6832 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
6833 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6841 LIPO=$ac_cv_prog_LIPO
6842 if test -n "$LIPO"; then
6843 echo "$as_me:$LINENO: result
: $LIPO" >&5
6844 echo "${ECHO_T}$LIPO" >&6
6846 echo "$as_me:$LINENO: result
: no
" >&5
6847 echo "${ECHO_T}no
" >&6
6851 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
6852 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6853 set dummy ${ncn_progname}; ac_word=$2
6854 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6855 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6856 if test "${ac_cv_prog_LIPO+set}" = set; then
6857 echo $ECHO_N "(cached
) $ECHO_C" >&6
6859 if test -n "$LIPO"; then
6860 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6866 test -z "$as_dir" && as_dir=.
6867 for ac_exec_ext in '' $ac_executable_extensions; do
6868 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6869 ac_cv_prog_LIPO="${ncn_progname}"
6870 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6878 LIPO=$ac_cv_prog_LIPO
6879 if test -n "$LIPO"; then
6880 echo "$as_me:$LINENO: result
: $LIPO" >&5
6881 echo "${ECHO_T}$LIPO" >&6
6883 echo "$as_me:$LINENO: result
: no
" >&5
6884 echo "${ECHO_T}no
" >&6
6888 test -n "$ac_cv_prog_LIPO" && break
6891 if test -z "$ac_cv_prog_LIPO" ; then
6893 if test $build = $host ; then
6896 LIPO="${ncn_tool_prefix}$2"
6902 if test -n "$NM"; then
6904 elif test -n "$ac_cv_prog_NM"; then
6908 if test -n "$ac_cv_prog_NM"; then
6909 for ncn_progname in nm; do
6910 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6911 set dummy ${ncn_progname}; ac_word=$2
6912 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6913 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6914 if test "${ac_cv_prog_NM+set}" = set; then
6915 echo $ECHO_N "(cached
) $ECHO_C" >&6
6917 if test -n "$NM"; then
6918 ac_cv_prog_NM="$NM" # Let the user override the test.
6920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924 test -z "$as_dir" && as_dir=.
6925 for ac_exec_ext in '' $ac_executable_extensions; do
6926 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6927 ac_cv_prog_NM="${ncn_progname}"
6928 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6937 if test -n "$NM"; then
6938 echo "$as_me:$LINENO: result
: $NM" >&5
6939 echo "${ECHO_T}$NM" >&6
6941 echo "$as_me:$LINENO: result
: no
" >&5
6942 echo "${ECHO_T}no
" >&6
6948 for ncn_progname in nm; do
6949 if test -n "$ncn_tool_prefix"; then
6950 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6951 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6952 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6953 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6954 if test "${ac_cv_prog_NM+set}" = set; then
6955 echo $ECHO_N "(cached
) $ECHO_C" >&6
6957 if test -n "$NM"; then
6958 ac_cv_prog_NM="$NM" # Let the user override the test.
6960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964 test -z "$as_dir" && as_dir=.
6965 for ac_exec_ext in '' $ac_executable_extensions; do
6966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6967 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
6968 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6977 if test -n "$NM"; then
6978 echo "$as_me:$LINENO: result
: $NM" >&5
6979 echo "${ECHO_T}$NM" >&6
6981 echo "$as_me:$LINENO: result
: no
" >&5
6982 echo "${ECHO_T}no
" >&6
6986 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
6987 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6988 set dummy ${ncn_progname}; ac_word=$2
6989 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6990 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6991 if test "${ac_cv_prog_NM+set}" = set; then
6992 echo $ECHO_N "(cached
) $ECHO_C" >&6
6994 if test -n "$NM"; then
6995 ac_cv_prog_NM="$NM" # Let the user override the test.
6997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001 test -z "$as_dir" && as_dir=.
7002 for ac_exec_ext in '' $ac_executable_extensions; do
7003 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7004 ac_cv_prog_NM="${ncn_progname}"
7005 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7014 if test -n "$NM"; then
7015 echo "$as_me:$LINENO: result
: $NM" >&5
7016 echo "${ECHO_T}$NM" >&6
7018 echo "$as_me:$LINENO: result
: no
" >&5
7019 echo "${ECHO_T}no
" >&6
7023 test -n "$ac_cv_prog_NM" && break
7026 if test -z "$ac_cv_prog_NM" ; then
7028 if test $build = $host ; then
7031 NM="${ncn_tool_prefix}$2"
7037 if test -n "$RANLIB"; then
7038 ac_cv_prog_RANLIB=$RANLIB
7039 elif test -n "$ac_cv_prog_RANLIB"; then
7040 RANLIB=$ac_cv_prog_RANLIB
7043 if test -n "$ac_cv_prog_RANLIB"; then
7044 for ncn_progname in ranlib; do
7045 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7046 set dummy ${ncn_progname}; ac_word=$2
7047 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7048 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7049 if test "${ac_cv_prog_RANLIB+set}" = set; then
7050 echo $ECHO_N "(cached
) $ECHO_C" >&6
7052 if test -n "$RANLIB"; then
7053 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7059 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7062 ac_cv_prog_RANLIB="${ncn_progname}"
7063 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7071 RANLIB=$ac_cv_prog_RANLIB
7072 if test -n "$RANLIB"; then
7073 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7074 echo "${ECHO_T}$RANLIB" >&6
7076 echo "$as_me:$LINENO: result
: no
" >&5
7077 echo "${ECHO_T}no
" >&6
7083 for ncn_progname in ranlib; do
7084 if test -n "$ncn_tool_prefix"; then
7085 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7086 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7087 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7088 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7089 if test "${ac_cv_prog_RANLIB+set}" = set; then
7090 echo $ECHO_N "(cached
) $ECHO_C" >&6
7092 if test -n "$RANLIB"; then
7093 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7099 test -z "$as_dir" && as_dir=.
7100 for ac_exec_ext in '' $ac_executable_extensions; do
7101 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7102 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7103 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7111 RANLIB=$ac_cv_prog_RANLIB
7112 if test -n "$RANLIB"; then
7113 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7114 echo "${ECHO_T}$RANLIB" >&6
7116 echo "$as_me:$LINENO: result
: no
" >&5
7117 echo "${ECHO_T}no
" >&6
7121 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7122 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7123 set dummy ${ncn_progname}; ac_word=$2
7124 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7125 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7126 if test "${ac_cv_prog_RANLIB+set}" = set; then
7127 echo $ECHO_N "(cached
) $ECHO_C" >&6
7129 if test -n "$RANLIB"; then
7130 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7136 test -z "$as_dir" && as_dir=.
7137 for ac_exec_ext in '' $ac_executable_extensions; do
7138 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7139 ac_cv_prog_RANLIB="${ncn_progname}"
7140 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7148 RANLIB=$ac_cv_prog_RANLIB
7149 if test -n "$RANLIB"; then
7150 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7151 echo "${ECHO_T}$RANLIB" >&6
7153 echo "$as_me:$LINENO: result
: no
" >&5
7154 echo "${ECHO_T}no
" >&6
7158 test -n "$ac_cv_prog_RANLIB" && break
7161 if test -z "$ac_cv_prog_RANLIB" ; then
7167 if test -n "$STRIP"; then
7168 ac_cv_prog_STRIP=$STRIP
7169 elif test -n "$ac_cv_prog_STRIP"; then
7170 STRIP=$ac_cv_prog_STRIP
7173 if test -n "$ac_cv_prog_STRIP"; then
7174 for ncn_progname in strip; do
7175 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7176 set dummy ${ncn_progname}; ac_word=$2
7177 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7178 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7179 if test "${ac_cv_prog_STRIP+set}" = set; then
7180 echo $ECHO_N "(cached
) $ECHO_C" >&6
7182 if test -n "$STRIP"; then
7183 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7189 test -z "$as_dir" && as_dir=.
7190 for ac_exec_ext in '' $ac_executable_extensions; do
7191 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7192 ac_cv_prog_STRIP="${ncn_progname}"
7193 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7201 STRIP=$ac_cv_prog_STRIP
7202 if test -n "$STRIP"; then
7203 echo "$as_me:$LINENO: result
: $STRIP" >&5
7204 echo "${ECHO_T}$STRIP" >&6
7206 echo "$as_me:$LINENO: result
: no
" >&5
7207 echo "${ECHO_T}no
" >&6
7213 for ncn_progname in strip; do
7214 if test -n "$ncn_tool_prefix"; then
7215 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7216 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7217 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7218 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7219 if test "${ac_cv_prog_STRIP+set}" = set; then
7220 echo $ECHO_N "(cached
) $ECHO_C" >&6
7222 if test -n "$STRIP"; then
7223 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7229 test -z "$as_dir" && as_dir=.
7230 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7232 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7233 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7241 STRIP=$ac_cv_prog_STRIP
7242 if test -n "$STRIP"; then
7243 echo "$as_me:$LINENO: result
: $STRIP" >&5
7244 echo "${ECHO_T}$STRIP" >&6
7246 echo "$as_me:$LINENO: result
: no
" >&5
7247 echo "${ECHO_T}no
" >&6
7251 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7252 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7253 set dummy ${ncn_progname}; ac_word=$2
7254 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7255 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7256 if test "${ac_cv_prog_STRIP+set}" = set; then
7257 echo $ECHO_N "(cached
) $ECHO_C" >&6
7259 if test -n "$STRIP"; then
7260 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266 test -z "$as_dir" && as_dir=.
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7269 ac_cv_prog_STRIP="${ncn_progname}"
7270 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7278 STRIP=$ac_cv_prog_STRIP
7279 if test -n "$STRIP"; then
7280 echo "$as_me:$LINENO: result
: $STRIP" >&5
7281 echo "${ECHO_T}$STRIP" >&6
7283 echo "$as_me:$LINENO: result
: no
" >&5
7284 echo "${ECHO_T}no
" >&6
7288 test -n "$ac_cv_prog_STRIP" && break
7291 if test -z "$ac_cv_prog_STRIP" ; then
7297 if test -n "$WINDRES"; then
7298 ac_cv_prog_WINDRES=$WINDRES
7299 elif test -n "$ac_cv_prog_WINDRES"; then
7300 WINDRES=$ac_cv_prog_WINDRES
7303 if test -n "$ac_cv_prog_WINDRES"; then
7304 for ncn_progname in windres; do
7305 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7306 set dummy ${ncn_progname}; ac_word=$2
7307 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7308 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7309 if test "${ac_cv_prog_WINDRES+set}" = set; then
7310 echo $ECHO_N "(cached
) $ECHO_C" >&6
7312 if test -n "$WINDRES"; then
7313 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 test -z "$as_dir" && as_dir=.
7320 for ac_exec_ext in '' $ac_executable_extensions; do
7321 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7322 ac_cv_prog_WINDRES="${ncn_progname}"
7323 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7331 WINDRES=$ac_cv_prog_WINDRES
7332 if test -n "$WINDRES"; then
7333 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7334 echo "${ECHO_T}$WINDRES" >&6
7336 echo "$as_me:$LINENO: result
: no
" >&5
7337 echo "${ECHO_T}no
" >&6
7343 for ncn_progname in windres; do
7344 if test -n "$ncn_tool_prefix"; then
7345 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7346 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7347 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7348 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7349 if test "${ac_cv_prog_WINDRES+set}" = set; then
7350 echo $ECHO_N "(cached
) $ECHO_C" >&6
7352 if test -n "$WINDRES"; then
7353 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7359 test -z "$as_dir" && as_dir=.
7360 for ac_exec_ext in '' $ac_executable_extensions; do
7361 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7362 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7363 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7371 WINDRES=$ac_cv_prog_WINDRES
7372 if test -n "$WINDRES"; then
7373 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7374 echo "${ECHO_T}$WINDRES" >&6
7376 echo "$as_me:$LINENO: result
: no
" >&5
7377 echo "${ECHO_T}no
" >&6
7381 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7382 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7383 set dummy ${ncn_progname}; ac_word=$2
7384 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7385 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7386 if test "${ac_cv_prog_WINDRES+set}" = set; then
7387 echo $ECHO_N "(cached
) $ECHO_C" >&6
7389 if test -n "$WINDRES"; then
7390 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7396 test -z "$as_dir" && as_dir=.
7397 for ac_exec_ext in '' $ac_executable_extensions; do
7398 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7399 ac_cv_prog_WINDRES="${ncn_progname}"
7400 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7408 WINDRES=$ac_cv_prog_WINDRES
7409 if test -n "$WINDRES"; then
7410 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7411 echo "${ECHO_T}$WINDRES" >&6
7413 echo "$as_me:$LINENO: result
: no
" >&5
7414 echo "${ECHO_T}no
" >&6
7418 test -n "$ac_cv_prog_WINDRES" && break
7421 if test -z "$ac_cv_prog_WINDRES" ; then
7423 if test $build = $host ; then
7426 WINDRES="${ncn_tool_prefix}$2"
7432 if test -n "$OBJCOPY"; then
7433 ac_cv_prog_OBJCOPY=$OBJCOPY
7434 elif test -n "$ac_cv_prog_OBJCOPY"; then
7435 OBJCOPY=$ac_cv_prog_OBJCOPY
7438 if test -n "$ac_cv_prog_OBJCOPY"; then
7439 for ncn_progname in objcopy; do
7440 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7441 set dummy ${ncn_progname}; ac_word=$2
7442 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7443 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7444 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7445 echo $ECHO_N "(cached
) $ECHO_C" >&6
7447 if test -n "$OBJCOPY"; then
7448 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7454 test -z "$as_dir" && as_dir=.
7455 for ac_exec_ext in '' $ac_executable_extensions; do
7456 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7457 ac_cv_prog_OBJCOPY="${ncn_progname}"
7458 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7466 OBJCOPY=$ac_cv_prog_OBJCOPY
7467 if test -n "$OBJCOPY"; then
7468 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7469 echo "${ECHO_T}$OBJCOPY" >&6
7471 echo "$as_me:$LINENO: result
: no
" >&5
7472 echo "${ECHO_T}no
" >&6
7478 for ncn_progname in objcopy; do
7479 if test -n "$ncn_tool_prefix"; then
7480 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7481 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7482 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7483 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7484 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7485 echo $ECHO_N "(cached
) $ECHO_C" >&6
7487 if test -n "$OBJCOPY"; then
7488 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7490 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7494 test -z "$as_dir" && as_dir=.
7495 for ac_exec_ext in '' $ac_executable_extensions; do
7496 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7497 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
7498 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7506 OBJCOPY=$ac_cv_prog_OBJCOPY
7507 if test -n "$OBJCOPY"; then
7508 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7509 echo "${ECHO_T}$OBJCOPY" >&6
7511 echo "$as_me:$LINENO: result
: no
" >&5
7512 echo "${ECHO_T}no
" >&6
7516 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
7517 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7518 set dummy ${ncn_progname}; ac_word=$2
7519 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7520 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7521 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
7522 echo $ECHO_N "(cached
) $ECHO_C" >&6
7524 if test -n "$OBJCOPY"; then
7525 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
7527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531 test -z "$as_dir" && as_dir=.
7532 for ac_exec_ext in '' $ac_executable_extensions; do
7533 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7534 ac_cv_prog_OBJCOPY="${ncn_progname}"
7535 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7543 OBJCOPY=$ac_cv_prog_OBJCOPY
7544 if test -n "$OBJCOPY"; then
7545 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
7546 echo "${ECHO_T}$OBJCOPY" >&6
7548 echo "$as_me:$LINENO: result
: no
" >&5
7549 echo "${ECHO_T}no
" >&6
7553 test -n "$ac_cv_prog_OBJCOPY" && break
7556 if test -z "$ac_cv_prog_OBJCOPY" ; then
7558 if test $build = $host ; then
7561 OBJCOPY="${ncn_tool_prefix}$2"
7567 if test -n "$OBJDUMP"; then
7568 ac_cv_prog_OBJDUMP=$OBJDUMP
7569 elif test -n "$ac_cv_prog_OBJDUMP"; then
7570 OBJDUMP=$ac_cv_prog_OBJDUMP
7573 if test -n "$ac_cv_prog_OBJDUMP"; then
7574 for ncn_progname in objdump; do
7575 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7576 set dummy ${ncn_progname}; ac_word=$2
7577 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7578 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7579 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7580 echo $ECHO_N "(cached
) $ECHO_C" >&6
7582 if test -n "$OBJDUMP"; then
7583 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7589 test -z "$as_dir" && as_dir=.
7590 for ac_exec_ext in '' $ac_executable_extensions; do
7591 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7592 ac_cv_prog_OBJDUMP="${ncn_progname}"
7593 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7601 OBJDUMP=$ac_cv_prog_OBJDUMP
7602 if test -n "$OBJDUMP"; then
7603 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7604 echo "${ECHO_T}$OBJDUMP" >&6
7606 echo "$as_me:$LINENO: result
: no
" >&5
7607 echo "${ECHO_T}no
" >&6
7613 for ncn_progname in objdump; do
7614 if test -n "$ncn_tool_prefix"; then
7615 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7616 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7617 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7618 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7619 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7620 echo $ECHO_N "(cached
) $ECHO_C" >&6
7622 if test -n "$OBJDUMP"; then
7623 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629 test -z "$as_dir" && as_dir=.
7630 for ac_exec_ext in '' $ac_executable_extensions; do
7631 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7632 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
7633 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7641 OBJDUMP=$ac_cv_prog_OBJDUMP
7642 if test -n "$OBJDUMP"; then
7643 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7644 echo "${ECHO_T}$OBJDUMP" >&6
7646 echo "$as_me:$LINENO: result
: no
" >&5
7647 echo "${ECHO_T}no
" >&6
7651 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
7652 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7653 set dummy ${ncn_progname}; ac_word=$2
7654 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7655 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7656 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
7657 echo $ECHO_N "(cached
) $ECHO_C" >&6
7659 if test -n "$OBJDUMP"; then
7660 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7666 test -z "$as_dir" && as_dir=.
7667 for ac_exec_ext in '' $ac_executable_extensions; do
7668 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7669 ac_cv_prog_OBJDUMP="${ncn_progname}"
7670 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7678 OBJDUMP=$ac_cv_prog_OBJDUMP
7679 if test -n "$OBJDUMP"; then
7680 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
7681 echo "${ECHO_T}$OBJDUMP" >&6
7683 echo "$as_me:$LINENO: result
: no
" >&5
7684 echo "${ECHO_T}no
" >&6
7688 test -n "$ac_cv_prog_OBJDUMP" && break
7691 if test -z "$ac_cv_prog_OBJDUMP" ; then
7693 if test $build = $host ; then
7696 OBJDUMP="${ncn_tool_prefix}$2"
7708 # Check whether --with-build-time-tools or --without-build-time-tools was given.
7709 if test "${with_build_time_tools+set}" = set; then
7710 withval="$with_build_time_tools"
7714 with_build_time_tools=
7715 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
7716 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
7720 with_build_time_tools=
7725 if test -n "$CC_FOR_TARGET"; then
7726 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
7727 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7728 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7731 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
7732 for ncn_progname in cc gcc; do
7733 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7734 set dummy ${ncn_progname}; ac_word=$2
7735 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7736 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7737 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7738 echo $ECHO_N "(cached
) $ECHO_C" >&6
7740 if test -n "$CC_FOR_TARGET"; then
7741 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7747 test -z "$as_dir" && as_dir=.
7748 for ac_exec_ext in '' $ac_executable_extensions; do
7749 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7750 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7751 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7759 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7760 if test -n "$CC_FOR_TARGET"; then
7761 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7762 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7764 echo "$as_me:$LINENO: result
: no
" >&5
7765 echo "${ECHO_T}no
" >&6
7771 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
7772 for ncn_progname in cc gcc; do
7773 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
7774 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
7775 if test -x $with_build_time_tools/${ncn_progname}; then
7776 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7777 echo "$as_me:$LINENO: result
: yes" >&5
7778 echo "${ECHO_T}yes" >&6
7781 echo "$as_me:$LINENO: result
: no
" >&5
7782 echo "${ECHO_T}no
" >&6
7787 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
7788 for ncn_progname in cc gcc; do
7789 if test -n "$ncn_target_tool_prefix"; then
7790 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7791 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
7792 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7793 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7794 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7795 echo $ECHO_N "(cached
) $ECHO_C" >&6
7797 if test -n "$CC_FOR_TARGET"; then
7798 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7804 test -z "$as_dir" && as_dir=.
7805 for ac_exec_ext in '' $ac_executable_extensions; do
7806 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7807 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
7808 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7816 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7817 if test -n "$CC_FOR_TARGET"; then
7818 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7819 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7821 echo "$as_me:$LINENO: result
: no
" >&5
7822 echo "${ECHO_T}no
" >&6
7826 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
7827 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7828 set dummy ${ncn_progname}; ac_word=$2
7829 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7830 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7831 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
7832 echo $ECHO_N "(cached
) $ECHO_C" >&6
7834 if test -n "$CC_FOR_TARGET"; then
7835 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
7837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7841 test -z "$as_dir" && as_dir=.
7842 for ac_exec_ext in '' $ac_executable_extensions; do
7843 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7844 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
7845 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7853 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
7854 if test -n "$CC_FOR_TARGET"; then
7855 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
7856 echo "${ECHO_T}$CC_FOR_TARGET" >&6
7858 echo "$as_me:$LINENO: result
: no
" >&5
7859 echo "${ECHO_T}no
" >&6
7863 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
7867 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
7869 if test $build = $target ; then
7872 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
7878 if test -n "$CXX_FOR_TARGET"; then
7879 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
7880 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
7881 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
7884 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
7885 for ncn_progname in c++ g++ cxx gxx; do
7886 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7887 set dummy ${ncn_progname}; ac_word=$2
7888 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7889 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7890 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
7891 echo $ECHO_N "(cached
) $ECHO_C" >&6
7893 if test -n "$CXX_FOR_TARGET"; then
7894 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7900 test -z "$as_dir" && as_dir=.
7901 for ac_exec_ext in '' $ac_executable_extensions; do
7902 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7903 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
7904 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7912 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
7913 if test -n "$CXX_FOR_TARGET"; then
7914 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
7915 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
7917 echo "$as_me:$LINENO: result
: no
" >&5
7918 echo "${ECHO_T}no
" >&6
7924 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
7925 for ncn_progname in c++ g++ cxx gxx; do
7926 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
7927 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
7928 if test -x $with_build_time_tools/${ncn_progname}; then
7929 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
7930 echo "$as_me:$LINENO: result
: yes" >&5
7931 echo "${ECHO_T}yes" >&6
7934 echo "$as_me:$LINENO: result
: no
" >&5
7935 echo "${ECHO_T}no
" >&6
7940 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
7941 for ncn_progname in c++ g++ cxx gxx; do
7942 if test -n "$ncn_target_tool_prefix"; then
7943 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
7944 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
7945 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7946 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7947 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
7948 echo $ECHO_N "(cached
) $ECHO_C" >&6
7950 if test -n "$CXX_FOR_TARGET"; then
7951 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
7953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7957 test -z "$as_dir" && as_dir=.
7958 for ac_exec_ext in '' $ac_executable_extensions; do
7959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7960 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
7961 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7969 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
7970 if test -n "$CXX_FOR_TARGET"; then
7971 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
7972 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
7974 echo "$as_me:$LINENO: result
: no
" >&5
7975 echo "${ECHO_T}no
" >&6
7979 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
7980 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7981 set dummy ${ncn_progname}; ac_word=$2
7982 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7983 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7984 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
7985 echo $ECHO_N "(cached
) $ECHO_C" >&6
7987 if test -n "$CXX_FOR_TARGET"; then
7988 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
7990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7994 test -z "$as_dir" && as_dir=.
7995 for ac_exec_ext in '' $ac_executable_extensions; do
7996 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7997 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
7998 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8006 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8007 if test -n "$CXX_FOR_TARGET"; then
8008 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8009 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8011 echo "$as_me:$LINENO: result
: no
" >&5
8012 echo "${ECHO_T}no
" >&6
8016 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8020 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8021 set dummy c++ g++ cxx gxx
8022 if test $build = $target ; then
8025 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8031 if test -n "$GCC_FOR_TARGET"; then
8032 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8033 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8034 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8037 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8038 for ncn_progname in gcc; do
8039 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8040 set dummy ${ncn_progname}; ac_word=$2
8041 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8042 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8043 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8044 echo $ECHO_N "(cached
) $ECHO_C" >&6
8046 if test -n "$GCC_FOR_TARGET"; then
8047 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8053 test -z "$as_dir" && as_dir=.
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8056 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8057 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8065 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8066 if test -n "$GCC_FOR_TARGET"; then
8067 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8068 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8070 echo "$as_me:$LINENO: result
: no
" >&5
8071 echo "${ECHO_T}no
" >&6
8077 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8078 for ncn_progname in gcc; do
8079 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8080 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8081 if test -x $with_build_time_tools/${ncn_progname}; then
8082 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8083 echo "$as_me:$LINENO: result
: yes" >&5
8084 echo "${ECHO_T}yes" >&6
8087 echo "$as_me:$LINENO: result
: no
" >&5
8088 echo "${ECHO_T}no
" >&6
8093 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8094 for ncn_progname in gcc; do
8095 if test -n "$ncn_target_tool_prefix"; then
8096 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8097 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8098 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8099 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8100 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8101 echo $ECHO_N "(cached
) $ECHO_C" >&6
8103 if test -n "$GCC_FOR_TARGET"; then
8104 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8110 test -z "$as_dir" && as_dir=.
8111 for ac_exec_ext in '' $ac_executable_extensions; do
8112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8113 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8114 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8122 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8123 if test -n "$GCC_FOR_TARGET"; then
8124 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8125 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8127 echo "$as_me:$LINENO: result
: no
" >&5
8128 echo "${ECHO_T}no
" >&6
8132 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8133 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8134 set dummy ${ncn_progname}; ac_word=$2
8135 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8136 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8137 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8138 echo $ECHO_N "(cached
) $ECHO_C" >&6
8140 if test -n "$GCC_FOR_TARGET"; then
8141 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8147 test -z "$as_dir" && as_dir=.
8148 for ac_exec_ext in '' $ac_executable_extensions; do
8149 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8150 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8151 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8159 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8160 if test -n "$GCC_FOR_TARGET"; then
8161 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8162 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8164 echo "$as_me:$LINENO: result
: no
" >&5
8165 echo "${ECHO_T}no
" >&6
8169 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8173 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8174 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8179 if test -n "$GCJ_FOR_TARGET"; then
8180 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8181 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8182 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8185 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8186 for ncn_progname in gcj; do
8187 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8188 set dummy ${ncn_progname}; ac_word=$2
8189 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8190 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8191 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8192 echo $ECHO_N "(cached
) $ECHO_C" >&6
8194 if test -n "$GCJ_FOR_TARGET"; then
8195 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8201 test -z "$as_dir" && as_dir=.
8202 for ac_exec_ext in '' $ac_executable_extensions; do
8203 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8204 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8205 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8213 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8214 if test -n "$GCJ_FOR_TARGET"; then
8215 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8216 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8218 echo "$as_me:$LINENO: result
: no
" >&5
8219 echo "${ECHO_T}no
" >&6
8225 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8226 for ncn_progname in gcj; do
8227 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8228 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8229 if test -x $with_build_time_tools/${ncn_progname}; then
8230 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8231 echo "$as_me:$LINENO: result
: yes" >&5
8232 echo "${ECHO_T}yes" >&6
8235 echo "$as_me:$LINENO: result
: no
" >&5
8236 echo "${ECHO_T}no
" >&6
8241 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8242 for ncn_progname in gcj; do
8243 if test -n "$ncn_target_tool_prefix"; then
8244 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8245 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8246 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8247 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8248 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8249 echo $ECHO_N "(cached
) $ECHO_C" >&6
8251 if test -n "$GCJ_FOR_TARGET"; then
8252 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8258 test -z "$as_dir" && as_dir=.
8259 for ac_exec_ext in '' $ac_executable_extensions; do
8260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8261 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8262 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8270 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8271 if test -n "$GCJ_FOR_TARGET"; then
8272 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8273 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8275 echo "$as_me:$LINENO: result
: no
" >&5
8276 echo "${ECHO_T}no
" >&6
8280 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8282 set dummy ${ncn_progname}; ac_word=$2
8283 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8284 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8285 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8286 echo $ECHO_N "(cached
) $ECHO_C" >&6
8288 if test -n "$GCJ_FOR_TARGET"; then
8289 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8298 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8299 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8307 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8308 if test -n "$GCJ_FOR_TARGET"; then
8309 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8310 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8312 echo "$as_me:$LINENO: result
: no
" >&5
8313 echo "${ECHO_T}no
" >&6
8317 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
8321 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
8323 if test $build = $target ; then
8326 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
8332 if test -n "$GFORTRAN_FOR_TARGET"; then
8333 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
8334 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8335 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8338 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8339 for ncn_progname in gfortran; do
8340 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8341 set dummy ${ncn_progname}; ac_word=$2
8342 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8343 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8344 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8345 echo $ECHO_N "(cached
) $ECHO_C" >&6
8347 if test -n "$GFORTRAN_FOR_TARGET"; then
8348 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8354 test -z "$as_dir" && as_dir=.
8355 for ac_exec_ext in '' $ac_executable_extensions; do
8356 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8357 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8358 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8366 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8367 if test -n "$GFORTRAN_FOR_TARGET"; then
8368 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8369 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8371 echo "$as_me:$LINENO: result
: no
" >&5
8372 echo "${ECHO_T}no
" >&6
8378 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
8379 for ncn_progname in gfortran; do
8380 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8381 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8382 if test -x $with_build_time_tools/${ncn_progname}; then
8383 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8384 echo "$as_me:$LINENO: result
: yes" >&5
8385 echo "${ECHO_T}yes" >&6
8388 echo "$as_me:$LINENO: result
: no
" >&5
8389 echo "${ECHO_T}no
" >&6
8394 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
8395 for ncn_progname in gfortran; do
8396 if test -n "$ncn_target_tool_prefix"; then
8397 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8398 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8399 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8400 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8401 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8402 echo $ECHO_N "(cached
) $ECHO_C" >&6
8404 if test -n "$GFORTRAN_FOR_TARGET"; then
8405 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8414 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8415 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8423 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8424 if test -n "$GFORTRAN_FOR_TARGET"; then
8425 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8426 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8428 echo "$as_me:$LINENO: result
: no
" >&5
8429 echo "${ECHO_T}no
" >&6
8433 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
8434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8435 set dummy ${ncn_progname}; ac_word=$2
8436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8438 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
8439 echo $ECHO_N "(cached
) $ECHO_C" >&6
8441 if test -n "$GFORTRAN_FOR_TARGET"; then
8442 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
8444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8448 test -z "$as_dir" && as_dir=.
8449 for ac_exec_ext in '' $ac_executable_extensions; do
8450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8451 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
8452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8460 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
8461 if test -n "$GFORTRAN_FOR_TARGET"; then
8462 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
8463 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
8465 echo "$as_me:$LINENO: result
: no
" >&5
8466 echo "${ECHO_T}no
" >&6
8470 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
8474 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
8476 if test $build = $target ; then
8477 GFORTRAN_FOR_TARGET="$2"
8479 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
8485 cat > conftest.c << \EOF
8490 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
8491 have_gcc_for_target=yes
8493 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
8494 have_gcc_for_target=no
8501 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8502 if test -n "$with_build_time_tools"; then
8503 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
8504 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
8505 if test -x $with_build_time_tools/ar; then
8506 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
8507 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8508 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
8509 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
8511 echo "$as_me:$LINENO: result
: no
" >&5
8512 echo "${ECHO_T}no
" >&6
8514 elif test $build != $host && test $have_gcc_for_target = yes; then
8515 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
8516 test $AR_FOR_TARGET=ar && AR_FOR_TARGET=
8517 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
8520 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8521 # Extract the first word of "ar", so it can be a program name with args.
8522 set dummy ar; ac_word=$2
8523 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8524 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8525 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
8526 echo $ECHO_N "(cached
) $ECHO_C" >&6
8528 case $AR_FOR_TARGET in
8530 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
8533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8534 for as_dir in $gcc_cv_tool_dirs
8537 test -z "$as_dir" && as_dir=.
8538 for ac_exec_ext in '' $ac_executable_extensions; do
8539 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8540 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8541 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8550 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8552 if test -n "$AR_FOR_TARGET"; then
8553 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8554 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8556 echo "$as_me:$LINENO: result
: no
" >&5
8557 echo "${ECHO_T}no
" >&6
8561 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
8564 if test -n "$AR_FOR_TARGET"; then
8565 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
8566 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8567 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8570 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
8571 for ncn_progname in ar; do
8572 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8573 set dummy ${ncn_progname}; ac_word=$2
8574 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8575 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8576 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8577 echo $ECHO_N "(cached
) $ECHO_C" >&6
8579 if test -n "$AR_FOR_TARGET"; then
8580 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8586 test -z "$as_dir" && as_dir=.
8587 for ac_exec_ext in '' $ac_executable_extensions; do
8588 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8589 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8590 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8598 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8599 if test -n "$AR_FOR_TARGET"; then
8600 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8601 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8603 echo "$as_me:$LINENO: result
: no
" >&5
8604 echo "${ECHO_T}no
" >&6
8610 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
8611 for ncn_progname in ar; do
8612 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8613 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8614 if test -x $with_build_time_tools/${ncn_progname}; then
8615 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8616 echo "$as_me:$LINENO: result
: yes" >&5
8617 echo "${ECHO_T}yes" >&6
8620 echo "$as_me:$LINENO: result
: no
" >&5
8621 echo "${ECHO_T}no
" >&6
8626 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
8627 for ncn_progname in ar; do
8628 if test -n "$ncn_target_tool_prefix"; then
8629 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8630 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8631 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8632 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8633 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8634 echo $ECHO_N "(cached
) $ECHO_C" >&6
8636 if test -n "$AR_FOR_TARGET"; then
8637 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8643 test -z "$as_dir" && as_dir=.
8644 for ac_exec_ext in '' $ac_executable_extensions; do
8645 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8646 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8647 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8655 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8656 if test -n "$AR_FOR_TARGET"; then
8657 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8658 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8660 echo "$as_me:$LINENO: result
: no
" >&5
8661 echo "${ECHO_T}no
" >&6
8665 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
8666 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8667 set dummy ${ncn_progname}; ac_word=$2
8668 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8669 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8670 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
8671 echo $ECHO_N "(cached
) $ECHO_C" >&6
8673 if test -n "$AR_FOR_TARGET"; then
8674 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
8676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8680 test -z "$as_dir" && as_dir=.
8681 for ac_exec_ext in '' $ac_executable_extensions; do
8682 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8683 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
8684 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8692 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
8693 if test -n "$AR_FOR_TARGET"; then
8694 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
8695 echo "${ECHO_T}$AR_FOR_TARGET" >&6
8697 echo "$as_me:$LINENO: result
: no
" >&5
8698 echo "${ECHO_T}no
" >&6
8702 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
8706 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
8708 if test $build = $target ; then
8711 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
8716 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
8722 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8723 if test -n "$with_build_time_tools"; then
8724 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
8725 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
8726 if test -x $with_build_time_tools/as; then
8727 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
8728 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8729 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
8730 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
8732 echo "$as_me:$LINENO: result
: no
" >&5
8733 echo "${ECHO_T}no
" >&6
8735 elif test $build != $host && test $have_gcc_for_target = yes; then
8736 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
8737 test $AS_FOR_TARGET=as && AS_FOR_TARGET=
8738 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
8741 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8742 # Extract the first word of "as
", so it can be a program name with args.
8743 set dummy as; ac_word=$2
8744 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8745 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8746 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
8747 echo $ECHO_N "(cached
) $ECHO_C" >&6
8749 case $AS_FOR_TARGET in
8751 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
8754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755 for as_dir in $gcc_cv_tool_dirs
8758 test -z "$as_dir" && as_dir=.
8759 for ac_exec_ext in '' $ac_executable_extensions; do
8760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8761 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8762 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8771 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
8773 if test -n "$AS_FOR_TARGET"; then
8774 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8775 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8777 echo "$as_me:$LINENO: result
: no
" >&5
8778 echo "${ECHO_T}no
" >&6
8782 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
8785 if test -n "$AS_FOR_TARGET"; then
8786 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
8787 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8788 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8791 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
8792 for ncn_progname in as; do
8793 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8794 set dummy ${ncn_progname}; ac_word=$2
8795 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8796 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8797 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
8798 echo $ECHO_N "(cached
) $ECHO_C" >&6
8800 if test -n "$AS_FOR_TARGET"; then
8801 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
8803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8807 test -z "$as_dir" && as_dir=.
8808 for ac_exec_ext in '' $ac_executable_extensions; do
8809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8810 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
8811 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8819 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8820 if test -n "$AS_FOR_TARGET"; then
8821 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8822 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8824 echo "$as_me:$LINENO: result
: no
" >&5
8825 echo "${ECHO_T}no
" >&6
8831 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
8832 for ncn_progname in as; do
8833 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8834 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8835 if test -x $with_build_time_tools/${ncn_progname}; then
8836 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8837 echo "$as_me:$LINENO: result
: yes" >&5
8838 echo "${ECHO_T}yes" >&6
8841 echo "$as_me:$LINENO: result
: no
" >&5
8842 echo "${ECHO_T}no
" >&6
8847 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
8848 for ncn_progname in as; do
8849 if test -n "$ncn_target_tool_prefix"; then
8850 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8851 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8852 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8853 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8854 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
8855 echo $ECHO_N "(cached
) $ECHO_C" >&6
8857 if test -n "$AS_FOR_TARGET"; then
8858 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
8860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8864 test -z "$as_dir" && as_dir=.
8865 for ac_exec_ext in '' $ac_executable_extensions; do
8866 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8867 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8868 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8876 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8877 if test -n "$AS_FOR_TARGET"; then
8878 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8879 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8881 echo "$as_me:$LINENO: result
: no
" >&5
8882 echo "${ECHO_T}no
" >&6
8886 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
8887 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8888 set dummy ${ncn_progname}; ac_word=$2
8889 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8890 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8891 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
8892 echo $ECHO_N "(cached
) $ECHO_C" >&6
8894 if test -n "$AS_FOR_TARGET"; then
8895 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
8897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8901 test -z "$as_dir" && as_dir=.
8902 for ac_exec_ext in '' $ac_executable_extensions; do
8903 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8904 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
8905 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8913 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
8914 if test -n "$AS_FOR_TARGET"; then
8915 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
8916 echo "${ECHO_T}$AS_FOR_TARGET" >&6
8918 echo "$as_me:$LINENO: result
: no
" >&5
8919 echo "${ECHO_T}no
" >&6
8923 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
8927 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
8929 if test $build = $target ; then
8932 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
8937 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
8943 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
8944 if test -n "$with_build_time_tools"; then
8945 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
8946 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
8947 if test -x $with_build_time_tools/dlltool; then
8948 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
8949 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
8950 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
8951 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
8953 echo "$as_me:$LINENO: result
: no
" >&5
8954 echo "${ECHO_T}no
" >&6
8956 elif test $build != $host && test $have_gcc_for_target = yes; then
8957 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
8958 test $DLLTOOL_FOR_TARGET=dlltool && DLLTOOL_FOR_TARGET=
8959 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
8962 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
8963 # Extract the first word of "dlltool
", so it can be a program name with args.
8964 set dummy dlltool; ac_word=$2
8965 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8966 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8967 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
8968 echo $ECHO_N "(cached
) $ECHO_C" >&6
8970 case $DLLTOOL_FOR_TARGET in
8972 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
8975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8976 for as_dir in $gcc_cv_tool_dirs
8979 test -z "$as_dir" && as_dir=.
8980 for ac_exec_ext in '' $ac_executable_extensions; do
8981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8982 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
8983 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8992 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
8994 if test -n "$DLLTOOL_FOR_TARGET"; then
8995 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
8996 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
8998 echo "$as_me:$LINENO: result
: no
" >&5
8999 echo "${ECHO_T}no
" >&6
9003 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9006 if test -n "$DLLTOOL_FOR_TARGET"; then
9007 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9008 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9009 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9012 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9013 for ncn_progname in dlltool; do
9014 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9015 set dummy ${ncn_progname}; ac_word=$2
9016 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9017 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9018 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9019 echo $ECHO_N "(cached
) $ECHO_C" >&6
9021 if test -n "$DLLTOOL_FOR_TARGET"; then
9022 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9028 test -z "$as_dir" && as_dir=.
9029 for ac_exec_ext in '' $ac_executable_extensions; do
9030 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9031 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9032 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9040 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9041 if test -n "$DLLTOOL_FOR_TARGET"; then
9042 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9043 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9045 echo "$as_me:$LINENO: result
: no
" >&5
9046 echo "${ECHO_T}no
" >&6
9052 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9053 for ncn_progname in dlltool; do
9054 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9055 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9056 if test -x $with_build_time_tools/${ncn_progname}; then
9057 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9058 echo "$as_me:$LINENO: result
: yes" >&5
9059 echo "${ECHO_T}yes" >&6
9062 echo "$as_me:$LINENO: result
: no
" >&5
9063 echo "${ECHO_T}no
" >&6
9068 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9069 for ncn_progname in dlltool; do
9070 if test -n "$ncn_target_tool_prefix"; then
9071 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9072 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9073 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9074 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9075 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9076 echo $ECHO_N "(cached
) $ECHO_C" >&6
9078 if test -n "$DLLTOOL_FOR_TARGET"; then
9079 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9085 test -z "$as_dir" && as_dir=.
9086 for ac_exec_ext in '' $ac_executable_extensions; do
9087 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9088 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9089 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9097 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9098 if test -n "$DLLTOOL_FOR_TARGET"; then
9099 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9100 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9102 echo "$as_me:$LINENO: result
: no
" >&5
9103 echo "${ECHO_T}no
" >&6
9107 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9108 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9109 set dummy ${ncn_progname}; ac_word=$2
9110 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9111 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9112 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9113 echo $ECHO_N "(cached
) $ECHO_C" >&6
9115 if test -n "$DLLTOOL_FOR_TARGET"; then
9116 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9122 test -z "$as_dir" && as_dir=.
9123 for ac_exec_ext in '' $ac_executable_extensions; do
9124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9125 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9126 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9134 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9135 if test -n "$DLLTOOL_FOR_TARGET"; then
9136 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9137 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9139 echo "$as_me:$LINENO: result
: no
" >&5
9140 echo "${ECHO_T}no
" >&6
9144 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9148 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9150 if test $build = $target ; then
9151 DLLTOOL_FOR_TARGET="$2"
9153 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9158 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9164 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9165 if test -n "$with_build_time_tools"; then
9166 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9167 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9168 if test -x $with_build_time_tools/ld; then
9169 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9170 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9171 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9172 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9174 echo "$as_me:$LINENO: result
: no
" >&5
9175 echo "${ECHO_T}no
" >&6
9177 elif test $build != $host && test $have_gcc_for_target = yes; then
9178 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9179 test $LD_FOR_TARGET=ld && LD_FOR_TARGET=
9180 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9183 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9184 # Extract the first word of "ld
", so it can be a program name with args.
9185 set dummy ld; ac_word=$2
9186 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9187 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9188 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9189 echo $ECHO_N "(cached
) $ECHO_C" >&6
9191 case $LD_FOR_TARGET in
9193 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9197 for as_dir in $gcc_cv_tool_dirs
9200 test -z "$as_dir" && as_dir=.
9201 for ac_exec_ext in '' $ac_executable_extensions; do
9202 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9203 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9204 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9213 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9215 if test -n "$LD_FOR_TARGET"; then
9216 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9217 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9219 echo "$as_me:$LINENO: result
: no
" >&5
9220 echo "${ECHO_T}no
" >&6
9224 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9227 if test -n "$LD_FOR_TARGET"; then
9228 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9229 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9230 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9233 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9234 for ncn_progname in ld; do
9235 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9236 set dummy ${ncn_progname}; ac_word=$2
9237 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9238 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9239 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9240 echo $ECHO_N "(cached
) $ECHO_C" >&6
9242 if test -n "$LD_FOR_TARGET"; then
9243 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9249 test -z "$as_dir" && as_dir=.
9250 for ac_exec_ext in '' $ac_executable_extensions; do
9251 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9252 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9253 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9261 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9262 if test -n "$LD_FOR_TARGET"; then
9263 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9264 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9266 echo "$as_me:$LINENO: result
: no
" >&5
9267 echo "${ECHO_T}no
" >&6
9273 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9274 for ncn_progname in ld; do
9275 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9276 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9277 if test -x $with_build_time_tools/${ncn_progname}; then
9278 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9279 echo "$as_me:$LINENO: result
: yes" >&5
9280 echo "${ECHO_T}yes" >&6
9283 echo "$as_me:$LINENO: result
: no
" >&5
9284 echo "${ECHO_T}no
" >&6
9289 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
9290 for ncn_progname in ld; do
9291 if test -n "$ncn_target_tool_prefix"; then
9292 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9293 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9294 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9295 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9296 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9297 echo $ECHO_N "(cached
) $ECHO_C" >&6
9299 if test -n "$LD_FOR_TARGET"; then
9300 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9306 test -z "$as_dir" && as_dir=.
9307 for ac_exec_ext in '' $ac_executable_extensions; do
9308 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9309 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9310 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9318 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9319 if test -n "$LD_FOR_TARGET"; then
9320 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9321 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9323 echo "$as_me:$LINENO: result
: no
" >&5
9324 echo "${ECHO_T}no
" >&6
9328 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
9329 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9330 set dummy ${ncn_progname}; ac_word=$2
9331 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9332 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9333 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9334 echo $ECHO_N "(cached
) $ECHO_C" >&6
9336 if test -n "$LD_FOR_TARGET"; then
9337 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9343 test -z "$as_dir" && as_dir=.
9344 for ac_exec_ext in '' $ac_executable_extensions; do
9345 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9346 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9347 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9355 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9356 if test -n "$LD_FOR_TARGET"; then
9357 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9358 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9360 echo "$as_me:$LINENO: result
: no
" >&5
9361 echo "${ECHO_T}no
" >&6
9365 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
9369 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
9371 if test $build = $target ; then
9374 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
9379 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9385 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9386 if test -n "$with_build_time_tools"; then
9387 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
9388 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
9389 if test -x $with_build_time_tools/lipo; then
9390 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
9391 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9392 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
9393 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
9395 echo "$as_me:$LINENO: result
: no
" >&5
9396 echo "${ECHO_T}no
" >&6
9398 elif test $build != $host && test $have_gcc_for_target = yes; then
9399 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
9400 test $LIPO_FOR_TARGET=lipo && LIPO_FOR_TARGET=
9401 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9404 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9405 # Extract the first word of "lipo
", so it can be a program name with args.
9406 set dummy lipo; ac_word=$2
9407 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9408 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9409 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
9410 echo $ECHO_N "(cached
) $ECHO_C" >&6
9412 case $LIPO_FOR_TARGET in
9414 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
9417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9418 for as_dir in $gcc_cv_tool_dirs
9421 test -z "$as_dir" && as_dir=.
9422 for ac_exec_ext in '' $ac_executable_extensions; do
9423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9424 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9425 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9434 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9436 if test -n "$LIPO_FOR_TARGET"; then
9437 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9438 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9440 echo "$as_me:$LINENO: result
: no
" >&5
9441 echo "${ECHO_T}no
" >&6
9445 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
9448 if test -n "$LIPO_FOR_TARGET"; then
9449 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
9450 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9451 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9454 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
9455 for ncn_progname in lipo; do
9456 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9457 set dummy ${ncn_progname}; ac_word=$2
9458 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9459 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9460 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9461 echo $ECHO_N "(cached
) $ECHO_C" >&6
9463 if test -n "$LIPO_FOR_TARGET"; then
9464 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9470 test -z "$as_dir" && as_dir=.
9471 for ac_exec_ext in '' $ac_executable_extensions; do
9472 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9473 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9474 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9482 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9483 if test -n "$LIPO_FOR_TARGET"; then
9484 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9485 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9487 echo "$as_me:$LINENO: result
: no
" >&5
9488 echo "${ECHO_T}no
" >&6
9494 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
9495 for ncn_progname in lipo; do
9496 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9497 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9498 if test -x $with_build_time_tools/${ncn_progname}; then
9499 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9500 echo "$as_me:$LINENO: result
: yes" >&5
9501 echo "${ECHO_T}yes" >&6
9504 echo "$as_me:$LINENO: result
: no
" >&5
9505 echo "${ECHO_T}no
" >&6
9510 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
9511 for ncn_progname in lipo; do
9512 if test -n "$ncn_target_tool_prefix"; then
9513 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9514 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9515 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9516 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9517 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9518 echo $ECHO_N "(cached
) $ECHO_C" >&6
9520 if test -n "$LIPO_FOR_TARGET"; then
9521 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9527 test -z "$as_dir" && as_dir=.
9528 for ac_exec_ext in '' $ac_executable_extensions; do
9529 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9530 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9531 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9539 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9540 if test -n "$LIPO_FOR_TARGET"; then
9541 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9542 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9544 echo "$as_me:$LINENO: result
: no
" >&5
9545 echo "${ECHO_T}no
" >&6
9549 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
9550 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9551 set dummy ${ncn_progname}; ac_word=$2
9552 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9553 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9554 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
9555 echo $ECHO_N "(cached
) $ECHO_C" >&6
9557 if test -n "$LIPO_FOR_TARGET"; then
9558 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
9560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9564 test -z "$as_dir" && as_dir=.
9565 for ac_exec_ext in '' $ac_executable_extensions; do
9566 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9567 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
9568 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9576 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
9577 if test -n "$LIPO_FOR_TARGET"; then
9578 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
9579 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
9581 echo "$as_me:$LINENO: result
: no
" >&5
9582 echo "${ECHO_T}no
" >&6
9586 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
9590 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
9592 if test $build = $target ; then
9593 LIPO_FOR_TARGET="$2"
9595 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
9600 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
9606 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9607 if test -n "$with_build_time_tools"; then
9608 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
9609 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
9610 if test -x $with_build_time_tools/nm; then
9611 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
9612 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9613 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
9614 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
9616 echo "$as_me:$LINENO: result
: no
" >&5
9617 echo "${ECHO_T}no
" >&6
9619 elif test $build != $host && test $have_gcc_for_target = yes; then
9620 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
9621 test $NM_FOR_TARGET=nm && NM_FOR_TARGET=
9622 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
9625 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9626 # Extract the first word of "nm
", so it can be a program name with args.
9627 set dummy nm; ac_word=$2
9628 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9629 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9630 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
9631 echo $ECHO_N "(cached
) $ECHO_C" >&6
9633 case $NM_FOR_TARGET in
9635 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
9638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9639 for as_dir in $gcc_cv_tool_dirs
9642 test -z "$as_dir" && as_dir=.
9643 for ac_exec_ext in '' $ac_executable_extensions; do
9644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9645 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9646 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9655 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9657 if test -n "$NM_FOR_TARGET"; then
9658 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9659 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9661 echo "$as_me:$LINENO: result
: no
" >&5
9662 echo "${ECHO_T}no
" >&6
9666 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
9669 if test -n "$NM_FOR_TARGET"; then
9670 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
9671 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9672 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9675 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
9676 for ncn_progname in nm; do
9677 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9678 set dummy ${ncn_progname}; ac_word=$2
9679 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9680 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9681 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9682 echo $ECHO_N "(cached
) $ECHO_C" >&6
9684 if test -n "$NM_FOR_TARGET"; then
9685 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9691 test -z "$as_dir" && as_dir=.
9692 for ac_exec_ext in '' $ac_executable_extensions; do
9693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9694 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9695 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9703 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9704 if test -n "$NM_FOR_TARGET"; then
9705 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9706 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9708 echo "$as_me:$LINENO: result
: no
" >&5
9709 echo "${ECHO_T}no
" >&6
9715 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
9716 for ncn_progname in nm; do
9717 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9718 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9719 if test -x $with_build_time_tools/${ncn_progname}; then
9720 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9721 echo "$as_me:$LINENO: result
: yes" >&5
9722 echo "${ECHO_T}yes" >&6
9725 echo "$as_me:$LINENO: result
: no
" >&5
9726 echo "${ECHO_T}no
" >&6
9731 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
9732 for ncn_progname in nm; do
9733 if test -n "$ncn_target_tool_prefix"; then
9734 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9735 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9736 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9737 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9738 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9739 echo $ECHO_N "(cached
) $ECHO_C" >&6
9741 if test -n "$NM_FOR_TARGET"; then
9742 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9748 test -z "$as_dir" && as_dir=.
9749 for ac_exec_ext in '' $ac_executable_extensions; do
9750 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9751 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9752 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9760 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9761 if test -n "$NM_FOR_TARGET"; then
9762 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9763 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9765 echo "$as_me:$LINENO: result
: no
" >&5
9766 echo "${ECHO_T}no
" >&6
9770 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
9771 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9772 set dummy ${ncn_progname}; ac_word=$2
9773 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9774 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9775 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
9776 echo $ECHO_N "(cached
) $ECHO_C" >&6
9778 if test -n "$NM_FOR_TARGET"; then
9779 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
9781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9785 test -z "$as_dir" && as_dir=.
9786 for ac_exec_ext in '' $ac_executable_extensions; do
9787 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9788 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
9789 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9797 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
9798 if test -n "$NM_FOR_TARGET"; then
9799 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
9800 echo "${ECHO_T}$NM_FOR_TARGET" >&6
9802 echo "$as_me:$LINENO: result
: no
" >&5
9803 echo "${ECHO_T}no
" >&6
9807 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
9811 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
9813 if test $build = $target ; then
9816 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
9821 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
9827 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9828 if test -n "$with_build_time_tools"; then
9829 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
9830 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
9831 if test -x $with_build_time_tools/objdump; then
9832 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
9833 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
9834 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
9835 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
9837 echo "$as_me:$LINENO: result
: no
" >&5
9838 echo "${ECHO_T}no
" >&6
9840 elif test $build != $host && test $have_gcc_for_target = yes; then
9841 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
9842 test $OBJDUMP_FOR_TARGET=objdump && OBJDUMP_FOR_TARGET=
9843 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
9846 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9847 # Extract the first word of "objdump
", so it can be a program name with args.
9848 set dummy objdump; ac_word=$2
9849 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9850 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9851 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
9852 echo $ECHO_N "(cached
) $ECHO_C" >&6
9854 case $OBJDUMP_FOR_TARGET in
9856 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
9859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9860 for as_dir in $gcc_cv_tool_dirs
9863 test -z "$as_dir" && as_dir=.
9864 for ac_exec_ext in '' $ac_executable_extensions; do
9865 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9866 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9867 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9876 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
9878 if test -n "$OBJDUMP_FOR_TARGET"; then
9879 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
9880 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
9882 echo "$as_me:$LINENO: result
: no
" >&5
9883 echo "${ECHO_T}no
" >&6
9887 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
9890 if test -n "$OBJDUMP_FOR_TARGET"; then
9891 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
9892 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
9893 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
9896 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
9897 for ncn_progname in objdump; do
9898 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9899 set dummy ${ncn_progname}; ac_word=$2
9900 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9901 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9902 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
9903 echo $ECHO_N "(cached
) $ECHO_C" >&6
9905 if test -n "$OBJDUMP_FOR_TARGET"; then
9906 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
9908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9912 test -z "$as_dir" && as_dir=.
9913 for ac_exec_ext in '' $ac_executable_extensions; do
9914 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9915 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
9916 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9924 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
9925 if test -n "$OBJDUMP_FOR_TARGET"; then
9926 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
9927 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
9929 echo "$as_me:$LINENO: result
: no
" >&5
9930 echo "${ECHO_T}no
" >&6
9936 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
9937 for ncn_progname in objdump; do
9938 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9939 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9940 if test -x $with_build_time_tools/${ncn_progname}; then
9941 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9942 echo "$as_me:$LINENO: result
: yes" >&5
9943 echo "${ECHO_T}yes" >&6
9946 echo "$as_me:$LINENO: result
: no
" >&5
9947 echo "${ECHO_T}no
" >&6
9952 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
9953 for ncn_progname in objdump; do
9954 if test -n "$ncn_target_tool_prefix"; then
9955 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9956 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9957 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9958 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9959 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
9960 echo $ECHO_N "(cached
) $ECHO_C" >&6
9962 if test -n "$OBJDUMP_FOR_TARGET"; then
9963 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
9965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9969 test -z "$as_dir" && as_dir=.
9970 for ac_exec_ext in '' $ac_executable_extensions; do
9971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9972 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9973 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9981 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
9982 if test -n "$OBJDUMP_FOR_TARGET"; then
9983 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
9984 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
9986 echo "$as_me:$LINENO: result
: no
" >&5
9987 echo "${ECHO_T}no
" >&6
9991 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
9992 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9993 set dummy ${ncn_progname}; ac_word=$2
9994 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9995 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9996 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
9997 echo $ECHO_N "(cached
) $ECHO_C" >&6
9999 if test -n "$OBJDUMP_FOR_TARGET"; then
10000 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10003 for as_dir in $PATH
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_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10010 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10018 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10019 if test -n "$OBJDUMP_FOR_TARGET"; then
10020 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10021 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10023 echo "$as_me:$LINENO: result
: no
" >&5
10024 echo "${ECHO_T}no
" >&6
10028 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10032 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10034 if test $build = $target ; then
10035 OBJDUMP_FOR_TARGET="$2"
10037 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10042 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10048 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10049 if test -n "$with_build_time_tools"; then
10050 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10051 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10052 if test -x $with_build_time_tools/ranlib; then
10053 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10054 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10055 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10056 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10058 echo "$as_me:$LINENO: result
: no
" >&5
10059 echo "${ECHO_T}no
" >&6
10061 elif test $build != $host && test $have_gcc_for_target = yes; then
10062 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10063 test $RANLIB_FOR_TARGET=ranlib && RANLIB_FOR_TARGET=
10064 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10067 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10068 # Extract the first word of "ranlib
", so it can be a program name with args.
10069 set dummy ranlib; ac_word=$2
10070 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10071 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10072 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10073 echo $ECHO_N "(cached
) $ECHO_C" >&6
10075 case $RANLIB_FOR_TARGET in
10077 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10081 for as_dir in $gcc_cv_tool_dirs
10084 test -z "$as_dir" && as_dir=.
10085 for ac_exec_ext in '' $ac_executable_extensions; do
10086 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10087 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10088 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10097 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10099 if test -n "$RANLIB_FOR_TARGET"; then
10100 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10101 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10103 echo "$as_me:$LINENO: result
: no
" >&5
10104 echo "${ECHO_T}no
" >&6
10108 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10111 if test -n "$RANLIB_FOR_TARGET"; then
10112 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10113 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10114 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10117 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10118 for ncn_progname in ranlib; do
10119 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10120 set dummy ${ncn_progname}; ac_word=$2
10121 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10122 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10123 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10124 echo $ECHO_N "(cached
) $ECHO_C" >&6
10126 if test -n "$RANLIB_FOR_TARGET"; then
10127 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130 for as_dir in $PATH
10133 test -z "$as_dir" && as_dir=.
10134 for ac_exec_ext in '' $ac_executable_extensions; do
10135 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10136 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10137 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10145 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10146 if test -n "$RANLIB_FOR_TARGET"; then
10147 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10148 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10150 echo "$as_me:$LINENO: result
: no
" >&5
10151 echo "${ECHO_T}no
" >&6
10157 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10158 for ncn_progname in ranlib; do
10159 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10160 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10161 if test -x $with_build_time_tools/${ncn_progname}; then
10162 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10163 echo "$as_me:$LINENO: result
: yes" >&5
10164 echo "${ECHO_T}yes" >&6
10167 echo "$as_me:$LINENO: result
: no
" >&5
10168 echo "${ECHO_T}no
" >&6
10173 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10174 for ncn_progname in ranlib; do
10175 if test -n "$ncn_target_tool_prefix"; then
10176 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10177 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10178 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10179 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10180 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10181 echo $ECHO_N "(cached
) $ECHO_C" >&6
10183 if test -n "$RANLIB_FOR_TARGET"; then
10184 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10187 for as_dir in $PATH
10190 test -z "$as_dir" && as_dir=.
10191 for ac_exec_ext in '' $ac_executable_extensions; do
10192 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10193 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10194 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10202 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10203 if test -n "$RANLIB_FOR_TARGET"; then
10204 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10205 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10207 echo "$as_me:$LINENO: result
: no
" >&5
10208 echo "${ECHO_T}no
" >&6
10212 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10213 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10214 set dummy ${ncn_progname}; 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_prog_RANLIB_FOR_TARGET+set}" = set; then
10218 echo $ECHO_N "(cached
) $ECHO_C" >&6
10220 if test -n "$RANLIB_FOR_TARGET"; then
10221 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10224 for as_dir in $PATH
10227 test -z "$as_dir" && as_dir=.
10228 for ac_exec_ext in '' $ac_executable_extensions; do
10229 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10230 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10231 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10239 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10240 if test -n "$RANLIB_FOR_TARGET"; then
10241 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10242 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10244 echo "$as_me:$LINENO: result
: no
" >&5
10245 echo "${ECHO_T}no
" >&6
10249 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10253 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10255 if test $build = $target ; then
10256 RANLIB_FOR_TARGET="$2"
10258 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10263 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10269 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10270 if test -n "$with_build_time_tools"; then
10271 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10272 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10273 if test -x $with_build_time_tools/strip; then
10274 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10275 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10276 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10277 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10279 echo "$as_me:$LINENO: result
: no
" >&5
10280 echo "${ECHO_T}no
" >&6
10282 elif test $build != $host && test $have_gcc_for_target = yes; then
10283 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
10284 test $STRIP_FOR_TARGET=strip && STRIP_FOR_TARGET=
10285 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10288 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10289 # Extract the first word of "strip
", so it can be a program name with args.
10290 set dummy strip; ac_word=$2
10291 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10292 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10293 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
10294 echo $ECHO_N "(cached
) $ECHO_C" >&6
10296 case $STRIP_FOR_TARGET in
10298 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
10301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10302 for as_dir in $gcc_cv_tool_dirs
10305 test -z "$as_dir" && as_dir=.
10306 for ac_exec_ext in '' $ac_executable_extensions; do
10307 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10308 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10309 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10318 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10320 if test -n "$STRIP_FOR_TARGET"; then
10321 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10322 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10324 echo "$as_me:$LINENO: result
: no
" >&5
10325 echo "${ECHO_T}no
" >&6
10329 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10332 if test -n "$STRIP_FOR_TARGET"; then
10333 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10334 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10335 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10338 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
10339 for ncn_progname in strip; do
10340 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10341 set dummy ${ncn_progname}; ac_word=$2
10342 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10343 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10344 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10345 echo $ECHO_N "(cached
) $ECHO_C" >&6
10347 if test -n "$STRIP_FOR_TARGET"; then
10348 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10351 for as_dir in $PATH
10354 test -z "$as_dir" && as_dir=.
10355 for ac_exec_ext in '' $ac_executable_extensions; do
10356 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10357 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10358 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10366 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10367 if test -n "$STRIP_FOR_TARGET"; then
10368 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10369 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10371 echo "$as_me:$LINENO: result
: no
" >&5
10372 echo "${ECHO_T}no
" >&6
10378 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10379 for ncn_progname in strip; do
10380 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10381 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10382 if test -x $with_build_time_tools/${ncn_progname}; then
10383 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10384 echo "$as_me:$LINENO: result
: yes" >&5
10385 echo "${ECHO_T}yes" >&6
10388 echo "$as_me:$LINENO: result
: no
" >&5
10389 echo "${ECHO_T}no
" >&6
10394 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
10395 for ncn_progname in strip; do
10396 if test -n "$ncn_target_tool_prefix"; then
10397 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10398 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10399 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10400 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10401 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10402 echo $ECHO_N "(cached
) $ECHO_C" >&6
10404 if test -n "$STRIP_FOR_TARGET"; then
10405 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10408 for as_dir in $PATH
10411 test -z "$as_dir" && as_dir=.
10412 for ac_exec_ext in '' $ac_executable_extensions; do
10413 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10414 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10415 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10423 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10424 if test -n "$STRIP_FOR_TARGET"; then
10425 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10426 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10428 echo "$as_me:$LINENO: result
: no
" >&5
10429 echo "${ECHO_T}no
" >&6
10433 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
10434 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10435 set dummy ${ncn_progname}; ac_word=$2
10436 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10437 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10438 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
10439 echo $ECHO_N "(cached
) $ECHO_C" >&6
10441 if test -n "$STRIP_FOR_TARGET"; then
10442 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
10444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10445 for as_dir in $PATH
10448 test -z "$as_dir" && as_dir=.
10449 for ac_exec_ext in '' $ac_executable_extensions; do
10450 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10451 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
10452 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10460 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
10461 if test -n "$STRIP_FOR_TARGET"; then
10462 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
10463 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
10465 echo "$as_me:$LINENO: result
: no
" >&5
10466 echo "${ECHO_T}no
" >&6
10470 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
10474 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
10476 if test $build = $target ; then
10477 STRIP_FOR_TARGET="$2"
10479 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10484 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
10490 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10491 if test -n "$with_build_time_tools"; then
10492 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
10493 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
10494 if test -x $with_build_time_tools/windres; then
10495 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
10496 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10497 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
10498 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
10500 echo "$as_me:$LINENO: result
: no
" >&5
10501 echo "${ECHO_T}no
" >&6
10503 elif test $build != $host && test $have_gcc_for_target = yes; then
10504 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
10505 test $WINDRES_FOR_TARGET=windres && WINDRES_FOR_TARGET=
10506 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10509 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10510 # Extract the first word of "windres
", so it can be a program name with args.
10511 set dummy windres; ac_word=$2
10512 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10513 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10514 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
10515 echo $ECHO_N "(cached
) $ECHO_C" >&6
10517 case $WINDRES_FOR_TARGET in
10519 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
10522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10523 for as_dir in $gcc_cv_tool_dirs
10526 test -z "$as_dir" && as_dir=.
10527 for ac_exec_ext in '' $ac_executable_extensions; do
10528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10529 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10530 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10539 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10541 if test -n "$WINDRES_FOR_TARGET"; then
10542 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10543 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10545 echo "$as_me:$LINENO: result
: no
" >&5
10546 echo "${ECHO_T}no
" >&6
10550 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
10553 if test -n "$WINDRES_FOR_TARGET"; then
10554 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
10555 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10556 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10559 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10560 for ncn_progname in windres; do
10561 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10562 set dummy ${ncn_progname}; ac_word=$2
10563 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10564 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10565 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10566 echo $ECHO_N "(cached
) $ECHO_C" >&6
10568 if test -n "$WINDRES_FOR_TARGET"; then
10569 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10572 for as_dir in $PATH
10575 test -z "$as_dir" && as_dir=.
10576 for ac_exec_ext in '' $ac_executable_extensions; do
10577 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10578 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10579 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10587 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10588 if test -n "$WINDRES_FOR_TARGET"; then
10589 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10590 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10592 echo "$as_me:$LINENO: result
: no
" >&5
10593 echo "${ECHO_T}no
" >&6
10599 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
10600 for ncn_progname in windres; do
10601 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10602 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10603 if test -x $with_build_time_tools/${ncn_progname}; then
10604 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10605 echo "$as_me:$LINENO: result
: yes" >&5
10606 echo "${ECHO_T}yes" >&6
10609 echo "$as_me:$LINENO: result
: no
" >&5
10610 echo "${ECHO_T}no
" >&6
10615 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
10616 for ncn_progname in windres; do
10617 if test -n "$ncn_target_tool_prefix"; then
10618 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10619 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10620 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10621 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10622 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10623 echo $ECHO_N "(cached
) $ECHO_C" >&6
10625 if test -n "$WINDRES_FOR_TARGET"; then
10626 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10629 for as_dir in $PATH
10632 test -z "$as_dir" && as_dir=.
10633 for ac_exec_ext in '' $ac_executable_extensions; do
10634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10635 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10636 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10644 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10645 if test -n "$WINDRES_FOR_TARGET"; then
10646 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10647 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10649 echo "$as_me:$LINENO: result
: no
" >&5
10650 echo "${ECHO_T}no
" >&6
10654 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
10655 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10656 set dummy ${ncn_progname}; ac_word=$2
10657 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10658 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10659 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
10660 echo $ECHO_N "(cached
) $ECHO_C" >&6
10662 if test -n "$WINDRES_FOR_TARGET"; then
10663 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
10665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10666 for as_dir in $PATH
10669 test -z "$as_dir" && as_dir=.
10670 for ac_exec_ext in '' $ac_executable_extensions; do
10671 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10672 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
10673 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10681 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
10682 if test -n "$WINDRES_FOR_TARGET"; then
10683 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
10684 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
10686 echo "$as_me:$LINENO: result
: no
" >&5
10687 echo "${ECHO_T}no
" >&6
10691 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
10695 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
10697 if test $build = $target ; then
10698 WINDRES_FOR_TARGET="$2"
10700 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
10705 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
10709 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
10711 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
10712 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
10713 if test "x
${build}" != "x
${host}" ; then
10714 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
10715 # We already found the complete path
10716 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $AR_FOR_TARGET\`" >&5
10717 echo "${ECHO_T}pre-installed
in \
`dirname $AR_FOR_TARGET\`" >&6
10719 # Canadian cross, just use what we found
10720 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10721 echo "${ECHO_T}pre-installed
" >&6
10725 case " ${configdirs} " in
10730 if test $ok = yes; then
10731 # An in-tree tool is available and we can use it
10732 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
10733 echo "$as_me:$LINENO: result
: just compiled
" >&5
10734 echo "${ECHO_T}just compiled
" >&6
10735 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
10736 # We already found the complete path
10737 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $AR_FOR_TARGET\`" >&5
10738 echo "${ECHO_T}pre-installed
in \
`dirname $AR_FOR_TARGET\`" >&6
10739 elif test "x
$target" = "x
$host"; then
10740 # We can use an host tool
10741 AR_FOR_TARGET='$(AR)'
10742 echo "$as_me:$LINENO: result
: host tool
" >&5
10743 echo "${ECHO_T}host tool
" >&6
10745 # We need a cross tool
10746 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10747 echo "${ECHO_T}pre-installed
" >&6
10751 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
10752 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
10753 if test "x
${build}" != "x
${host}" ; then
10754 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
10755 # We already found the complete path
10756 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $AS_FOR_TARGET\`" >&5
10757 echo "${ECHO_T}pre-installed
in \
`dirname $AS_FOR_TARGET\`" >&6
10759 # Canadian cross, just use what we found
10760 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10761 echo "${ECHO_T}pre-installed
" >&6
10765 case " ${configdirs} " in
10770 if test $ok = yes; then
10771 # An in-tree tool is available and we can use it
10772 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
10773 echo "$as_me:$LINENO: result
: just compiled
" >&5
10774 echo "${ECHO_T}just compiled
" >&6
10775 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
10776 # We already found the complete path
10777 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $AS_FOR_TARGET\`" >&5
10778 echo "${ECHO_T}pre-installed
in \
`dirname $AS_FOR_TARGET\`" >&6
10779 elif test "x
$target" = "x
$host"; then
10780 # We can use an host tool
10781 AS_FOR_TARGET='$(AS)'
10782 echo "$as_me:$LINENO: result
: host tool
" >&5
10783 echo "${ECHO_T}host tool
" >&6
10785 # We need a cross tool
10786 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10787 echo "${ECHO_T}pre-installed
" >&6
10791 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
10792 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
10793 if test "x
${build}" != "x
${host}" ; then
10794 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
10795 # We already found the complete path
10796 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $CC_FOR_TARGET\`" >&5
10797 echo "${ECHO_T}pre-installed
in \
`dirname $CC_FOR_TARGET\`" >&6
10799 # Canadian cross, just use what we found
10800 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10801 echo "${ECHO_T}pre-installed
" >&6
10805 case " ${configdirs} " in
10810 if test $ok = yes; then
10811 # An in-tree tool is available and we can use it
10812 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
10813 echo "$as_me:$LINENO: result
: just compiled
" >&5
10814 echo "${ECHO_T}just compiled
" >&6
10815 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
10816 # We already found the complete path
10817 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $CC_FOR_TARGET\`" >&5
10818 echo "${ECHO_T}pre-installed
in \
`dirname $CC_FOR_TARGET\`" >&6
10819 elif test "x
$target" = "x
$host"; then
10820 # We can use an host tool
10821 CC_FOR_TARGET='$(CC)'
10822 echo "$as_me:$LINENO: result
: host tool
" >&5
10823 echo "${ECHO_T}host tool
" >&6
10825 # We need a cross tool
10826 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10827 echo "${ECHO_T}pre-installed
" >&6
10831 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
10832 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
10833 if test "x
${build}" != "x
${host}" ; then
10834 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
10835 # We already found the complete path
10836 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $CXX_FOR_TARGET\`" >&5
10837 echo "${ECHO_T}pre-installed
in \
`dirname $CXX_FOR_TARGET\`" >&6
10839 # Canadian cross, just use what we found
10840 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10841 echo "${ECHO_T}pre-installed
" >&6
10845 case " ${configdirs} " in
10849 case ,${enable_languages}, in
10853 if test $ok = yes; then
10854 # An in-tree tool is available and we can use it
10855 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'
10856 echo "$as_me:$LINENO: result
: just compiled
" >&5
10857 echo "${ECHO_T}just compiled
" >&6
10858 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
10859 # We already found the complete path
10860 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $CXX_FOR_TARGET\`" >&5
10861 echo "${ECHO_T}pre-installed
in \
`dirname $CXX_FOR_TARGET\`" >&6
10862 elif test "x
$target" = "x
$host"; then
10863 # We can use an host tool
10864 CXX_FOR_TARGET='$(CXX)'
10865 echo "$as_me:$LINENO: result
: host tool
" >&5
10866 echo "${ECHO_T}host tool
" >&6
10868 # We need a cross tool
10869 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10870 echo "${ECHO_T}pre-installed
" >&6
10874 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
10875 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
10876 if test "x
${build}" != "x
${host}" ; then
10877 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
10878 # We already found the complete path
10879 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $RAW_CXX_FOR_TARGET\`" >&5
10880 echo "${ECHO_T}pre-installed
in \
`dirname $RAW_CXX_FOR_TARGET\`" >&6
10882 # Canadian cross, just use what we found
10883 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10884 echo "${ECHO_T}pre-installed
" >&6
10888 case " ${configdirs} " in
10892 case ,${enable_languages}, in
10896 if test $ok = yes; then
10897 # An in-tree tool is available and we can use it
10898 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'
10899 echo "$as_me:$LINENO: result
: just compiled
" >&5
10900 echo "${ECHO_T}just compiled
" >&6
10901 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
10902 # We already found the complete path
10903 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $RAW_CXX_FOR_TARGET\`" >&5
10904 echo "${ECHO_T}pre-installed
in \
`dirname $RAW_CXX_FOR_TARGET\`" >&6
10905 elif test "x
$target" = "x
$host"; then
10906 # We can use an host tool
10907 RAW_CXX_FOR_TARGET='$(CXX)'
10908 echo "$as_me:$LINENO: result
: host tool
" >&5
10909 echo "${ECHO_T}host tool
" >&6
10911 # We need a cross tool
10912 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10913 echo "${ECHO_T}pre-installed
" >&6
10917 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
10918 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
10919 if test "x
${build}" != "x
${host}" ; then
10920 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
10921 # We already found the complete path
10922 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $DLLTOOL_FOR_TARGET\`" >&5
10923 echo "${ECHO_T}pre-installed
in \
`dirname $DLLTOOL_FOR_TARGET\`" >&6
10925 # Canadian cross, just use what we found
10926 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10927 echo "${ECHO_T}pre-installed
" >&6
10931 case " ${configdirs} " in
10936 if test $ok = yes; then
10937 # An in-tree tool is available and we can use it
10938 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
10939 echo "$as_me:$LINENO: result
: just compiled
" >&5
10940 echo "${ECHO_T}just compiled
" >&6
10941 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
10942 # We already found the complete path
10943 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $DLLTOOL_FOR_TARGET\`" >&5
10944 echo "${ECHO_T}pre-installed
in \
`dirname $DLLTOOL_FOR_TARGET\`" >&6
10945 elif test "x
$target" = "x
$host"; then
10946 # We can use an host tool
10947 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
10948 echo "$as_me:$LINENO: result
: host tool
" >&5
10949 echo "${ECHO_T}host tool
" >&6
10951 # We need a cross tool
10952 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10953 echo "${ECHO_T}pre-installed
" >&6
10957 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
10958 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
10959 if test "x
${build}" != "x
${host}" ; then
10960 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
10961 # We already found the complete path
10962 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GCC_FOR_TARGET\`" >&5
10963 echo "${ECHO_T}pre-installed
in \
`dirname $GCC_FOR_TARGET\`" >&6
10965 # Canadian cross, just use what we found
10966 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10967 echo "${ECHO_T}pre-installed
" >&6
10971 case " ${configdirs} " in
10976 if test $ok = yes; then
10977 # An in-tree tool is available and we can use it
10978 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
10979 echo "$as_me:$LINENO: result
: just compiled
" >&5
10980 echo "${ECHO_T}just compiled
" >&6
10981 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
10982 # We already found the complete path
10983 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GCC_FOR_TARGET\`" >&5
10984 echo "${ECHO_T}pre-installed
in \
`dirname $GCC_FOR_TARGET\`" >&6
10985 elif test "x
$target" = "x
$host"; then
10986 # We can use an host tool
10987 GCC_FOR_TARGET='$()'
10988 echo "$as_me:$LINENO: result
: host tool
" >&5
10989 echo "${ECHO_T}host tool
" >&6
10991 # We need a cross tool
10992 echo "$as_me:$LINENO: result
: pre-installed
" >&5
10993 echo "${ECHO_T}pre-installed
" >&6
10997 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
10998 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
10999 if test "x
${build}" != "x
${host}" ; then
11000 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11001 # We already found the complete path
11002 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GCJ_FOR_TARGET\`" >&5
11003 echo "${ECHO_T}pre-installed
in \
`dirname $GCJ_FOR_TARGET\`" >&6
11005 # Canadian cross, just use what we found
11006 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11007 echo "${ECHO_T}pre-installed
" >&6
11011 case " ${configdirs} " in
11015 case ,${enable_languages}, in
11019 if test $ok = yes; then
11020 # An in-tree tool is available and we can use it
11021 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11022 echo "$as_me:$LINENO: result
: just compiled
" >&5
11023 echo "${ECHO_T}just compiled
" >&6
11024 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11025 # We already found the complete path
11026 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GCJ_FOR_TARGET\`" >&5
11027 echo "${ECHO_T}pre-installed
in \
`dirname $GCJ_FOR_TARGET\`" >&6
11028 elif test "x
$target" = "x
$host"; then
11029 # We can use an host tool
11030 GCJ_FOR_TARGET='$(GCJ)'
11031 echo "$as_me:$LINENO: result
: host tool
" >&5
11032 echo "${ECHO_T}host tool
" >&6
11034 # We need a cross tool
11035 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11036 echo "${ECHO_T}pre-installed
" >&6
11040 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
11041 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
11042 if test "x
${build}" != "x
${host}" ; then
11043 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11044 # We already found the complete path
11045 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GFORTRAN_FOR_TARGET\`" >&5
11046 echo "${ECHO_T}pre-installed
in \
`dirname $GFORTRAN_FOR_TARGET\`" >&6
11048 # Canadian cross, just use what we found
11049 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11050 echo "${ECHO_T}pre-installed
" >&6
11054 case " ${configdirs} " in
11058 case ,${enable_languages}, in
11062 if test $ok = yes; then
11063 # An in-tree tool is available and we can use it
11064 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
11065 echo "$as_me:$LINENO: result
: just compiled
" >&5
11066 echo "${ECHO_T}just compiled
" >&6
11067 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
11068 # We already found the complete path
11069 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $GFORTRAN_FOR_TARGET\`" >&5
11070 echo "${ECHO_T}pre-installed
in \
`dirname $GFORTRAN_FOR_TARGET\`" >&6
11071 elif test "x
$target" = "x
$host"; then
11072 # We can use an host tool
11073 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
11074 echo "$as_me:$LINENO: result
: host tool
" >&5
11075 echo "${ECHO_T}host tool
" >&6
11077 # We need a cross tool
11078 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11079 echo "${ECHO_T}pre-installed
" >&6
11083 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
11084 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
11085 if test "x
${build}" != "x
${host}" ; then
11086 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11087 # We already found the complete path
11088 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $LD_FOR_TARGET\`" >&5
11089 echo "${ECHO_T}pre-installed
in \
`dirname $LD_FOR_TARGET\`" >&6
11091 # Canadian cross, just use what we found
11092 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11093 echo "${ECHO_T}pre-installed
" >&6
11097 case " ${configdirs} " in
11102 if test $ok = yes; then
11103 # An in-tree tool is available and we can use it
11104 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
11105 echo "$as_me:$LINENO: result
: just compiled
" >&5
11106 echo "${ECHO_T}just compiled
" >&6
11107 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
11108 # We already found the complete path
11109 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $LD_FOR_TARGET\`" >&5
11110 echo "${ECHO_T}pre-installed
in \
`dirname $LD_FOR_TARGET\`" >&6
11111 elif test "x
$target" = "x
$host"; then
11112 # We can use an host tool
11113 LD_FOR_TARGET='$(LD)'
11114 echo "$as_me:$LINENO: result
: host tool
" >&5
11115 echo "${ECHO_T}host tool
" >&6
11117 # We need a cross tool
11118 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11119 echo "${ECHO_T}pre-installed
" >&6
11123 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
11124 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
11125 if test "x
${build}" != "x
${host}" ; then
11126 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11127 # We already found the complete path
11128 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $LIPO_FOR_TARGET\`" >&5
11129 echo "${ECHO_T}pre-installed
in \
`dirname $LIPO_FOR_TARGET\`" >&6
11131 # Canadian cross, just use what we found
11132 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11133 echo "${ECHO_T}pre-installed
" >&6
11136 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
11137 # We already found the complete path
11138 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $LIPO_FOR_TARGET\`" >&5
11139 echo "${ECHO_T}pre-installed
in \
`dirname $LIPO_FOR_TARGET\`" >&6
11140 elif test "x
$target" = "x
$host"; then
11141 # We can use an host tool
11142 LIPO_FOR_TARGET='$(LIPO)'
11143 echo "$as_me:$LINENO: result
: host tool
" >&5
11144 echo "${ECHO_T}host tool
" >&6
11146 # We need a cross tool
11147 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11148 echo "${ECHO_T}pre-installed
" >&6
11152 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
11153 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
11154 if test "x
${build}" != "x
${host}" ; then
11155 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11156 # We already found the complete path
11157 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $NM_FOR_TARGET\`" >&5
11158 echo "${ECHO_T}pre-installed
in \
`dirname $NM_FOR_TARGET\`" >&6
11160 # Canadian cross, just use what we found
11161 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11162 echo "${ECHO_T}pre-installed
" >&6
11166 case " ${configdirs} " in
11171 if test $ok = yes; then
11172 # An in-tree tool is available and we can use it
11173 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
11174 echo "$as_me:$LINENO: result
: just compiled
" >&5
11175 echo "${ECHO_T}just compiled
" >&6
11176 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
11177 # We already found the complete path
11178 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $NM_FOR_TARGET\`" >&5
11179 echo "${ECHO_T}pre-installed
in \
`dirname $NM_FOR_TARGET\`" >&6
11180 elif test "x
$target" = "x
$host"; then
11181 # We can use an host tool
11182 NM_FOR_TARGET='$(NM)'
11183 echo "$as_me:$LINENO: result
: host tool
" >&5
11184 echo "${ECHO_T}host tool
" >&6
11186 # We need a cross tool
11187 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11188 echo "${ECHO_T}pre-installed
" >&6
11192 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
11193 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
11194 if test "x
${build}" != "x
${host}" ; then
11195 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11196 # We already found the complete path
11197 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $OBJDUMP_FOR_TARGET\`" >&5
11198 echo "${ECHO_T}pre-installed
in \
`dirname $OBJDUMP_FOR_TARGET\`" >&6
11200 # Canadian cross, just use what we found
11201 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11202 echo "${ECHO_T}pre-installed
" >&6
11206 case " ${configdirs} " in
11211 if test $ok = yes; then
11212 # An in-tree tool is available and we can use it
11213 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
11214 echo "$as_me:$LINENO: result
: just compiled
" >&5
11215 echo "${ECHO_T}just compiled
" >&6
11216 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
11217 # We already found the complete path
11218 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $OBJDUMP_FOR_TARGET\`" >&5
11219 echo "${ECHO_T}pre-installed
in \
`dirname $OBJDUMP_FOR_TARGET\`" >&6
11220 elif test "x
$target" = "x
$host"; then
11221 # We can use an host tool
11222 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
11223 echo "$as_me:$LINENO: result
: host tool
" >&5
11224 echo "${ECHO_T}host tool
" >&6
11226 # We need a cross tool
11227 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11228 echo "${ECHO_T}pre-installed
" >&6
11232 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
11233 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
11234 if test "x
${build}" != "x
${host}" ; then
11235 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11236 # We already found the complete path
11237 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $RANLIB_FOR_TARGET\`" >&5
11238 echo "${ECHO_T}pre-installed
in \
`dirname $RANLIB_FOR_TARGET\`" >&6
11240 # Canadian cross, just use what we found
11241 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11242 echo "${ECHO_T}pre-installed
" >&6
11246 case " ${configdirs} " in
11251 if test $ok = yes; then
11252 # An in-tree tool is available and we can use it
11253 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
11254 echo "$as_me:$LINENO: result
: just compiled
" >&5
11255 echo "${ECHO_T}just compiled
" >&6
11256 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
11257 # We already found the complete path
11258 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $RANLIB_FOR_TARGET\`" >&5
11259 echo "${ECHO_T}pre-installed
in \
`dirname $RANLIB_FOR_TARGET\`" >&6
11260 elif test "x
$target" = "x
$host"; then
11261 # We can use an host tool
11262 RANLIB_FOR_TARGET='$(RANLIB)'
11263 echo "$as_me:$LINENO: result
: host tool
" >&5
11264 echo "${ECHO_T}host tool
" >&6
11266 # We need a cross tool
11267 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11268 echo "${ECHO_T}pre-installed
" >&6
11272 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
11273 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
11274 if test "x
${build}" != "x
${host}" ; then
11275 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11276 # We already found the complete path
11277 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $STRIP_FOR_TARGET\`" >&5
11278 echo "${ECHO_T}pre-installed
in \
`dirname $STRIP_FOR_TARGET\`" >&6
11280 # Canadian cross, just use what we found
11281 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11282 echo "${ECHO_T}pre-installed
" >&6
11286 case " ${configdirs} " in
11291 if test $ok = yes; then
11292 # An in-tree tool is available and we can use it
11293 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
11294 echo "$as_me:$LINENO: result
: just compiled
" >&5
11295 echo "${ECHO_T}just compiled
" >&6
11296 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
11297 # We already found the complete path
11298 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $STRIP_FOR_TARGET\`" >&5
11299 echo "${ECHO_T}pre-installed
in \
`dirname $STRIP_FOR_TARGET\`" >&6
11300 elif test "x
$target" = "x
$host"; then
11301 # We can use an host tool
11302 STRIP_FOR_TARGET='$(STRIP)'
11303 echo "$as_me:$LINENO: result
: host tool
" >&5
11304 echo "${ECHO_T}host tool
" >&6
11306 # We need a cross tool
11307 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11308 echo "${ECHO_T}pre-installed
" >&6
11312 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
11313 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
11314 if test "x
${build}" != "x
${host}" ; then
11315 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11316 # We already found the complete path
11317 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $WINDRES_FOR_TARGET\`" >&5
11318 echo "${ECHO_T}pre-installed
in \
`dirname $WINDRES_FOR_TARGET\`" >&6
11320 # Canadian cross, just use what we found
11321 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11322 echo "${ECHO_T}pre-installed
" >&6
11326 case " ${configdirs} " in
11331 if test $ok = yes; then
11332 # An in-tree tool is available and we can use it
11333 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
11334 echo "$as_me:$LINENO: result
: just compiled
" >&5
11335 echo "${ECHO_T}just compiled
" >&6
11336 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
11337 # We already found the complete path
11338 echo "$as_me:$LINENO: result
: pre-installed
in \
`dirname $WINDRES_FOR_TARGET\`" >&5
11339 echo "${ECHO_T}pre-installed
in \
`dirname $WINDRES_FOR_TARGET\`" >&6
11340 elif test "x
$target" = "x
$host"; then
11341 # We can use an host tool
11342 WINDRES_FOR_TARGET='$(WINDRES)'
11343 echo "$as_me:$LINENO: result
: host tool
" >&5
11344 echo "${ECHO_T}host tool
" >&6
11346 # We need a cross tool
11347 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11348 echo "${ECHO_T}pre-installed
" >&6
11356 # Certain tools may need extra flags.
11357 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
11358 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
11359 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
11361 # When building target libraries, except in a Canadian cross, we use
11362 # the same toolchain as the compiler we just built.
11363 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
11364 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
11365 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
11366 if test $host = $build; then
11367 case " $configdirs " in
11369 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
11370 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
11371 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
11380 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
11381 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
11382 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
11383 if test "${enable_maintainer_mode+set}" = set; then
11384 enableval="$enable_maintainer_mode"
11385 USE_MAINTAINER_MODE=$enableval
11387 USE_MAINTAINER_MODE=no
11389 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
11390 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
11393 if test "$USE_MAINTAINER_MODE" = yes; then
11394 MAINTAINER_MODE_TRUE=
11395 MAINTAINER_MODE_FALSE='#'
11397 MAINTAINER_MODE_TRUE='#'
11398 MAINTAINER_MODE_FALSE=
11400 MAINT=$MAINTAINER_MODE_TRUE
11402 # ---------------------
11403 # GCC bootstrap support
11404 # ---------------------
11406 # Stage specific cflags for build.
11411 yes) stage1_cflags="-g -Wa,-J" ;;
11412 *) stage1_cflags="-g -J" ;;
11416 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
11417 if test "$GCC" = yes; then
11418 saved_CFLAGS="$CFLAGS"
11420 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
11421 CFLAGS="$CFLAGS -fkeep-inline-functions"
11422 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
11423 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
11424 cat >conftest.$ac_ext <<_ACEOF
11427 cat confdefs.h >>conftest.$ac_ext
11428 cat >>conftest.$ac_ext <<_ACEOF
11429 /* end confdefs.h. */
11439 rm -f conftest.$ac_objext
11440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11441 (eval $ac_compile) 2>conftest.er1
11443 grep -v '^ *+' conftest.er1 >conftest.err
11445 cat conftest.err >&5
11446 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11447 (exit $ac_status); } &&
11448 { ac_try='test -z "$ac_c_werror_flag"
11449 || test ! -s conftest.err'
11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11451 (eval $ac_try) 2>&5
11453 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11454 (exit $ac_status); }; } &&
11455 { ac_try='test -s conftest.$ac_objext'
11456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11457 (eval $ac_try) 2>&5
11459 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
11460 (exit $ac_status); }; }; then
11461 echo "$as_me:$LINENO: result
: yes" >&5
11462 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
11464 echo "$as_me: failed program was
:" >&5
11465 sed 's/^/| /' conftest.$ac_ext >&5
11467 echo "$as_me:$LINENO: result
: no
" >&5
11468 echo "${ECHO_T}no
" >&6
11470 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11472 CFLAGS="$saved_CFLAGS"
11477 # Enable --enable-checking in stage1 of the compiler.
11478 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
11479 if test "${enable_stage1_checking+set}" = set; then
11480 enableval="$enable_stage1_checking"
11481 stage1_checking=--enable-checking=${enable_stage1_checking}
11483 if test "x
$enable_checking" = xno; then
11484 stage1_checking=--enable-checking
11486 stage1_checking=--enable-checking${enable_checking+=}$enable_checking
11491 # Enable -Werror in bootstrap stage2 and later.
11492 # Check whether --enable-werror or --disable-werror was given.
11493 if test "${enable_werror+set}" = set; then
11494 enableval="$enable_werror"
11497 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
11503 case ${enable_werror} in
11504 yes) stage2_werror_flag="--enable-werror-always" ;;
11505 *) stage2_werror_flag="" ;;
11509 # Flags needed to enable html installing and building
11511 # Check whether --with-datarootdir or --without-datarootdir was given.
11512 if test "${with_datarootdir+set}" = set; then
11513 withval="$with_datarootdir"
11514 datarootdir="\
${prefix}/${withval}"
11516 datarootdir="\
${prefix}/share
"
11520 # Check whether --with-docdir or --without-docdir was given.
11521 if test "${with_docdir+set}" = set; then
11522 withval="$with_docdir"
11523 docdir="\
${prefix}/${withval}"
11525 docdir="\
${datarootdir}/doc
"
11529 # Check whether --with-htmldir or --without-htmldir was given.
11530 if test "${with_htmldir+set}" = set; then
11531 withval="$with_htmldir"
11532 htmldir="\
${prefix}/${withval}"
11534 htmldir="\
${docdir}"
11541 ac_config_files="$ac_config_files Makefile
"
11542 cat >confcache <<\_ACEOF
11543 # This file is a shell script that caches the results of configure
11544 # tests run on this system so they can be shared between configure
11545 # scripts and configure runs, see configure's option --config-cache.
11546 # It is not useful on other systems. If it contains results you don't
11547 # want to keep, you may remove or edit it.
11549 # config.status only pays attention to the cache file if you give it
11550 # the --recheck option to rerun configure.
11552 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11553 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11554 # following values.
11558 # The following way of writing the cache mishandles newlines in values,
11559 # but we know of no workaround that is simple, portable, and efficient.
11560 # So, don't put newlines in cache variables' values.
11561 # Ultrix sh set writes to stderr and can't be redirected directly,
11562 # and sets the high bit in the cache file unless we assign to the vars.
11565 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11567 # `set' does not quote correctly, so add quotes (double-quote
11568 # substitution turns \\\\ into \\, and sed turns \\ into \).
11571 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
11574 # `set' quotes correctly as required by POSIX, so do not add quotes.
11576 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
11583 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11585 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11587 if diff $cache_file confcache >/dev/null 2>&1; then :; else
11588 if test -w $cache_file; then
11589 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
11590 cat confcache >$cache_file
11592 echo "not updating unwritable cache
$cache_file"
11597 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
11598 # Let make expand exec_prefix.
11599 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
11601 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11602 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
11603 # trailing colons and then remove the whole line if VPATH becomes empty
11604 # (actually we leave an empty line to preserve line numbers).
11605 if test "x
$srcdir" = x.; then
11606 ac_vpsub='/^[ ]*VPATH[ ]*=/{
11607 s/:*\$(srcdir):*/:/;
11608 s/:*\${srcdir}:*/:/;
11610 s/^\([^=]*=[ ]*\):*/\1/;
11616 # Transform confdefs.h into DEFS.
11617 # Protect against shell expansion while executing Makefile rules.
11618 # Protect against Makefile macro expansion.
11620 # If the first sed substitution is executed (which looks for macros that
11621 # take arguments), then we branch to the quote section. Otherwise,
11622 # look for a macro that doesn't take arguments.
11623 cat >confdef2opt.sed <<\_ACEOF
11626 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
11628 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
11632 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
11638 # We use echo to avoid assuming a particular line-breaking character.
11639 # The extra dot is to prevent the shell from consuming trailing
11640 # line-breaks from the sub-command output. A line-break within
11641 # single-quotes doesn't work because, if this script is created in a
11642 # platform that uses two characters for line-breaks (e.g., DOS), tr
11644 ac_LF_and_DOT
=`echo; echo .`
11645 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
11646 rm -f confdef2opt.
sed
11651 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11652 # 1. Remove the extension, and $U if already installed.
11653 ac_i
=`echo "$ac_i" |
11654 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11656 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
11657 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
11659 LIBOBJS
=$ac_libobjs
11661 LTLIBOBJS
=$ac_ltlibobjs
11665 : ${CONFIG_STATUS=./config.status}
11666 ac_clean_files_save
=$ac_clean_files
11667 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11668 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11669 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11670 cat >$CONFIG_STATUS <<_ACEOF
11672 # Generated by $as_me.
11673 # Run this file to recreate the current configuration.
11674 # Compiler output produced by configure, useful for debugging
11675 # configure, is in config.log if it exists.
11678 ac_cs_recheck=false
11680 SHELL=\${CONFIG_SHELL-$SHELL}
11683 cat >>$CONFIG_STATUS <<\_ACEOF
11684 ## --------------------- ##
11685 ## M4sh Initialization. ##
11686 ## --------------------- ##
11688 # Be Bourne compatible
11689 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
11692 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11693 # is contrary to our usage. Disable this feature.
11694 alias -g '${1+"$@"}'='"$@"'
11695 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
11698 DUALCASE
=1; export DUALCASE
# for MKS sh
11700 # Support unset when possible.
11701 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
11708 # Work around bugs in pre-3.0 UWIN ksh.
11709 $as_unset ENV MAIL MAILPATH
11716 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11717 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11718 LC_TELEPHONE LC_TIME
11720 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11721 eval $as_var=C
; export $as_var
11727 # Required to use basename.
11728 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11734 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
11735 as_basename
=basename
11741 # Name of the executable.
11742 as_me
=`$as_basename "$0" ||
11743 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11744 X"$0" : 'X\(//\)$' \| \
11745 X"$0" : 'X\(/\)$' \| \
11746 . : '\(.\)' 2>/dev/null ||
11748 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11749 /^X\/\(\/\/\)$/{ s//\1/; q; }
11750 /^X\/\(\/\).*/{ s//\1/; q; }
11754 # PATH needs CR, and LINENO needs CR and PATH.
11755 # Avoid depending upon Character Ranges.
11756 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11757 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11758 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11759 as_cr_digits
='0123456789'
11760 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11762 # The user is always right.
11763 if test "${PATH_SEPARATOR+set}" != set; then
11764 echo "#! /bin/sh" >conf$$.sh
11765 echo "exit 0" >>conf$$.sh
11767 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11776 as_lineno_1
=$LINENO
11777 as_lineno_2
=$LINENO
11778 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
11779 test "x$as_lineno_1" != "x$as_lineno_2" &&
11780 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
11781 # Find who we are. Look in the path if we contain no path at all
11784 *[\\/]* ) as_myself
=$0 ;;
11785 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11786 for as_dir
in $PATH
11789 test -z "$as_dir" && as_dir
=.
11790 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
11795 # We did not find ourselves, most probably we were run as `sh COMMAND'
11796 # in which case we are not to be found in the path.
11797 if test "x$as_myself" = x
; then
11800 if test ! -f "$as_myself"; then
11801 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11802 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11803 { (exit 1); exit 1; }; }
11805 case $CONFIG_SHELL in
11807 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11808 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
11811 test -z "$as_dir" && as_dir
=.
11812 for as_base
in sh bash ksh sh5
; do
11815 if ("$as_dir/$as_base" -c '
11816 as_lineno_1=$LINENO
11817 as_lineno_2=$LINENO
11818 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11819 test "x$as_lineno_1" != "x$as_lineno_2" &&
11820 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
11821 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
11822 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
11823 CONFIG_SHELL
=$as_dir/$as_base
11824 export CONFIG_SHELL
11825 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11833 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11834 # uniformly replaced by the line number. The first 'sed' inserts a
11835 # line-number line before each line; the second 'sed' does the real
11836 # work. The second script uses 'N' to pair each line-number line
11837 # with the numbered line, and appends trailing '-' during
11838 # substitution so that $LINENO is not a special case at line end.
11839 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11840 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11841 sed '=' <$as_myself |
11846 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11849 s,^['$as_cr_digits']*\n,,
11850 ' >$as_me.lineno
&&
11851 chmod +x
$as_me.lineno ||
11852 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11853 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11854 { (exit 1); exit 1; }; }
11856 # Don't try to exec as it changes $[0], causing all sort of problems
11857 # (the dirname of $[0] is not the place where we might find the
11858 # original and so on. Autoconf is especially sensible to this).
11860 # Exit status is that of the last command.
11865 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11866 *c
*,-n*) ECHO_N
= ECHO_C
='
11868 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
11869 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
11872 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11878 rm -f conf$$ conf$$.exe conf$$.
file
11880 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11881 # We could just check for DJGPP; but this test a) works b) is more generic
11882 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11883 if test -f conf$$.exe
; then
11884 # Don't use ln at all; we don't have any links
11889 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11894 rm -f conf$$ conf$$.exe conf$$.
file
11896 if mkdir
-p .
2>/dev
/null
; then
11899 test -d .
/-p && rmdir .
/-p
11903 as_executable_p
="test -f"
11905 # Sed expression to map a string onto a valid CPP name.
11906 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11908 # Sed expression to map a string onto a valid variable name.
11909 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11913 # We need space, tab and new line, in precisely that order.
11923 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11924 # report actual input values of CONFIG_FILES etc. instead of their
11925 # values after options handling. Logging --version etc. is OK.
11929 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11930 ## Running $as_me. ##
11935 This file was extended by $as_me, which was
11936 generated by GNU Autoconf 2.59. Invocation command line was
11938 CONFIG_FILES = $CONFIG_FILES
11939 CONFIG_HEADERS = $CONFIG_HEADERS
11940 CONFIG_LINKS = $CONFIG_LINKS
11941 CONFIG_COMMANDS = $CONFIG_COMMANDS
11945 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11949 # Files that config.status was made for.
11950 if test -n "$ac_config_files"; then
11951 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11954 if test -n "$ac_config_headers"; then
11955 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11958 if test -n "$ac_config_links"; then
11959 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11962 if test -n "$ac_config_commands"; then
11963 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11966 cat >>$CONFIG_STATUS <<\_ACEOF
11969 \`$as_me' instantiates files from templates according to the
11970 current configuration.
11972 Usage: $0 [OPTIONS] [FILE]...
11974 -h, --help print this help, then exit
11975 -V, --version print version number, then exit
11976 -q, --quiet do not print progress messages
11977 -d, --debug don't remove temporary files
11978 --recheck update $as_me by reconfiguring in the same conditions
11979 --file=FILE[:TEMPLATE]
11980 instantiate the configuration file FILE
11982 Configuration files:
11985 Report bugs to <bug-autoconf@gnu.org>."
11988 cat >>$CONFIG_STATUS <<_ACEOF
11991 configured by $0, generated by GNU Autoconf 2.59,
11992 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11994 Copyright (C) 2003 Free Software Foundation, Inc.
11995 This config.status script is free software; the Free Software Foundation
11996 gives unlimited permission to copy, distribute and modify it."
12001 cat >>$CONFIG_STATUS <<\_ACEOF
12002 # If no file are specified by the user, then we need to provide default
12003 # value. By we need to know if files were specified by the user.
12009 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
12010 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
12018 *) # This is not an option, so the user has probably given explicit
12021 ac_need_defaults
=false
;;
12025 # Handling of the options.
12027 cat >>$CONFIG_STATUS <<\_ACEOF
12028 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
12030 --version |
--vers* |
-V )
12031 echo "$ac_cs_version"; exit 0 ;;
12033 # Conflict between --help and --header
12034 { { echo "$as_me:$LINENO: error: ambiguous option: $1
12035 Try \`$0 --help' for more information." >&5
12036 echo "$as_me: error: ambiguous option: $1
12037 Try \`$0 --help' for more information." >&2;}
12038 { (exit 1); exit 1; }; };;
12039 --help |
--hel |
-h )
12040 echo "$ac_cs_usage"; exit 0 ;;
12041 --debug |
--d* |
-d )
12043 --file |
--fil |
--fi |
--f )
12045 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
12046 ac_need_defaults
=false
;;
12047 --header |
--heade |
--head |
--hea )
12049 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
12050 ac_need_defaults
=false
;;
12051 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
12052 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
12055 # This is an error.
12056 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
12057 Try \`$0 --help' for more information." >&5
12058 echo "$as_me: error: unrecognized option: $1
12059 Try \`$0 --help' for more information." >&2;}
12060 { (exit 1); exit 1; }; } ;;
12062 *) ac_config_targets
="$ac_config_targets $1" ;;
12068 ac_configure_extra_args
=
12070 if $ac_cs_silent; then
12072 ac_configure_extra_args
="$ac_configure_extra_args --silent"
12076 cat >>$CONFIG_STATUS <<_ACEOF
12077 if \$ac_cs_recheck; then
12078 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
12079 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12088 cat >>$CONFIG_STATUS <<\_ACEOF
12089 for ac_config_target
in $ac_config_targets
12091 case "$ac_config_target" in
12092 # Handling of arguments.
12093 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
12094 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
12095 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12096 { (exit 1); exit 1; }; };;
12100 # If the user did not use the arguments to specify the items to instantiate,
12101 # then the envvar interface is used. Set only those that are not.
12102 # We use the long form for the default assignment because of an extremely
12103 # bizarre bug on SunOS 4.1.3.
12104 if $ac_need_defaults; then
12105 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
12108 # Have a temporary directory for convenience. Make it in the build tree
12109 # simply because there is no reason to put it here, and in addition,
12110 # creating and moving files from /tmp can sometimes cause problems.
12111 # Create a temporary directory, and hook for its removal unless debugging.
12114 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
12115 trap '{ (exit 1); exit 1; }' 1 2 13 15
12118 # Create a (secure) tmp directory for tmp files.
12121 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
12122 test -n "$tmp" && test -d "$tmp"
12125 tmp
=.
/confstat$$
-$RANDOM
12126 (umask 077 && mkdir
$tmp)
12129 echo "$me: cannot create a temporary directory in ." >&2
12130 { (exit 1); exit 1; }
12135 cat >>$CONFIG_STATUS <<_ACEOF
12138 # CONFIG_FILES section.
12141 # No need to generate the scripts if there are no CONFIG_FILES.
12142 # This happens for instance when ./config.status config.h
12143 if test -n "\$CONFIG_FILES"; then
12144 # Protect against being on the right side of a sed subst in config.status.
12145 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
12146 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
12147 s,@SHELL@,$SHELL,;t t
12148 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
12149 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
12150 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
12151 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
12152 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
12153 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
12154 s,@exec_prefix@,$exec_prefix,;t t
12155 s,@prefix@,$prefix,;t t
12156 s,@program_transform_name@,$program_transform_name,;t t
12157 s,@bindir@,$bindir,;t t
12158 s,@sbindir@,$sbindir,;t t
12159 s,@libexecdir@,$libexecdir,;t t
12160 s,@datadir@,$datadir,;t t
12161 s,@sysconfdir@,$sysconfdir,;t t
12162 s,@sharedstatedir@,$sharedstatedir,;t t
12163 s,@localstatedir@,$localstatedir,;t t
12164 s,@libdir@,$libdir,;t t
12165 s,@includedir@,$includedir,;t t
12166 s,@oldincludedir@,$oldincludedir,;t t
12167 s,@infodir@,$infodir,;t t
12168 s,@mandir@,$mandir,;t t
12169 s,@build_alias@,$build_alias,;t t
12170 s,@host_alias@,$host_alias,;t t
12171 s,@target_alias@,$target_alias,;t t
12172 s,@DEFS@,$DEFS,;t t
12173 s,@ECHO_C@,$ECHO_C,;t t
12174 s,@ECHO_N@,$ECHO_N,;t t
12175 s,@ECHO_T@,$ECHO_T,;t t
12176 s,@LIBS@,$LIBS,;t t
12177 s,@build@,$build,;t t
12178 s,@build_cpu@,$build_cpu,;t t
12179 s,@build_vendor@,$build_vendor,;t t
12180 s,@build_os@,$build_os,;t t
12181 s,@build_noncanonical@,$build_noncanonical,;t t
12182 s,@host_noncanonical@,$host_noncanonical,;t t
12183 s,@target_noncanonical@,$target_noncanonical,;t t
12184 s,@host@,$host,;t t
12185 s,@host_cpu@,$host_cpu,;t t
12186 s,@host_vendor@,$host_vendor,;t t
12187 s,@host_os@,$host_os,;t t
12188 s,@target@,$target,;t t
12189 s,@target_cpu@,$target_cpu,;t t
12190 s,@target_vendor@,$target_vendor,;t t
12191 s,@target_os@,$target_os,;t t
12192 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
12193 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
12194 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
12196 s,@LN_S@,$LN_S,;t t
12197 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
12198 s,@build_libsubdir@,$build_libsubdir,;t t
12199 s,@build_subdir@,$build_subdir,;t t
12200 s,@host_subdir@,$host_subdir,;t t
12201 s,@target_subdir@,$target_subdir,;t t
12203 s,@CFLAGS@,$CFLAGS,;t t
12204 s,@LDFLAGS@,$LDFLAGS,;t t
12205 s,@CPPFLAGS@,$CPPFLAGS,;t t
12206 s,@ac_ct_CC@,$ac_ct_CC,;t t
12207 s,@EXEEXT@,$EXEEXT,;t t
12208 s,@OBJEXT@,$OBJEXT,;t t
12210 s,@CXXFLAGS@,$CXXFLAGS,;t t
12211 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
12212 s,@GNATBIND@,$GNATBIND,;t t
12213 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
12214 s,@GNATMAKE@,$GNATMAKE,;t t
12215 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
12216 s,@do_compare@,$do_compare,;t t
12217 s,@gmplibs@,$gmplibs,;t t
12218 s,@gmpinc@,$gmpinc,;t t
12219 s,@stage1_languages@,$stage1_languages,;t t
12220 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
12221 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
12222 s,@tooldir@,$tooldir,;t t
12223 s,@build_tooldir@,$build_tooldir,;t t
12224 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
12225 s,@GDB_TK@,$GDB_TK,;t t
12226 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
12227 s,@build_configargs@,$build_configargs,;t t
12228 s,@build_configdirs@,$build_configdirs,;t t
12229 s,@host_configargs@,$host_configargs,;t t
12230 s,@configdirs@,$configdirs,;t t
12231 s,@target_configargs@,$target_configargs,;t t
12232 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
12233 s,@config_shell@,$config_shell,;t t
12234 s,@YACC@,$YACC,;t t
12235 s,@BISON@,$BISON,;t t
12238 s,@FLEX@,$FLEX,;t t
12239 s,@MAKEINFO@,$MAKEINFO,;t t
12240 s,@EXPECT@,$EXPECT,;t t
12241 s,@RUNTEST@,$RUNTEST,;t t
12244 s,@DLLTOOL@,$DLLTOOL,;t t
12246 s,@LIPO@,$LIPO,;t t
12248 s,@RANLIB@,$RANLIB,;t t
12249 s,@STRIP@,$STRIP,;t t
12250 s,@WINDRES@,$WINDRES,;t t
12251 s,@OBJCOPY@,$OBJCOPY,;t t
12252 s,@OBJDUMP@,$OBJDUMP,;t t
12253 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
12254 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
12255 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
12256 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
12257 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
12258 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
12259 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
12260 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
12261 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
12262 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
12263 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
12264 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
12265 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
12266 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
12267 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
12268 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
12269 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
12270 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
12271 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
12272 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
12273 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
12274 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
12275 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
12276 s,@MAINT@,$MAINT,;t t
12277 s,@stage1_cflags@,$stage1_cflags,;t t
12278 s,@stage1_checking@,$stage1_checking,;t t
12279 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
12280 s,@datarootdir@,$datarootdir,;t t
12281 s,@docdir@,$docdir,;t t
12282 s,@htmldir@,$htmldir,;t t
12283 s,@LIBOBJS@,$LIBOBJS,;t t
12284 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
12285 /@serialization_dependencies@/r $serialization_dependencies
12286 s,@serialization_dependencies@,,;t t
12287 /@host_makefile_frag@/r $host_makefile_frag
12288 s,@host_makefile_frag@,,;t t
12289 /@target_makefile_frag@/r $target_makefile_frag
12290 s,@target_makefile_frag@,,;t t
12291 /@alphaieee_frag@/r $alphaieee_frag
12292 s,@alphaieee_frag@,,;t t
12293 /@ospace_frag@/r $ospace_frag
12294 s,@ospace_frag@,,;t t
12299 cat >>$CONFIG_STATUS <<\_ACEOF
12300 # Split the substitutions into bite-sized pieces for seds with
12301 # small command number limits, like on Digital OSF/1 and HP-UX.
12302 ac_max_sed_lines
=48
12303 ac_sed_frag
=1 # Number of current file.
12304 ac_beg
=1 # First line for current file.
12305 ac_end
=$ac_max_sed_lines # Line after last line for current file.
12308 while $ac_more_lines; do
12309 if test $ac_beg -gt 1; then
12310 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12312 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
12314 if test ! -s $tmp/subs.frag
; then
12315 ac_more_lines
=false
12317 # The purpose of the label and of the branching condition is to
12318 # speed up the sed processing (if there are no `@' at all, there
12319 # is no need to browse any of the substitutions).
12320 # These are the two extra sed commands mentioned above.
12322 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
12323 if test -z "$ac_sed_cmds"; then
12324 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
12326 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
12328 ac_sed_frag
=`expr $ac_sed_frag + 1`
12330 ac_end
=`expr $ac_end + $ac_max_sed_lines`
12333 if test -z "$ac_sed_cmds"; then
12336 fi # test -n "$CONFIG_FILES"
12339 cat >>$CONFIG_STATUS <<\_ACEOF
12340 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
12341 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12343 - |
*:- |
*:-:* ) # input from stdin
12345 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12346 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12347 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12348 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12349 * ) ac_file_in
=$ac_file.
in ;;
12352 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
12353 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12354 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12355 X"$ac_file" : 'X\(//\)[^/]' \| \
12356 X"$ac_file" : 'X\(//\)$' \| \
12357 X"$ac_file" : 'X\(/\)' \| \
12358 . : '\(.\)' 2>/dev/null ||
12360 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12361 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12362 /^X\(\/\/\)$/{ s//\1/; q; }
12363 /^X\(\/\).*/{ s//\1/; q; }
12365 { if $as_mkdir_p; then
12370 while test ! -d "$as_dir"; do
12371 as_dirs
="$as_dir $as_dirs"
12372 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12373 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12374 X"$as_dir" : 'X\(//\)[^/]' \| \
12375 X"$as_dir" : 'X\(//\)$' \| \
12376 X"$as_dir" : 'X\(/\)' \| \
12377 . : '\(.\)' 2>/dev/null ||
12379 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12380 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12381 /^X\(\/\/\)$/{ s//\1/; q; }
12382 /^X\(\/\).*/{ s//\1/; q; }
12385 test ! -n "$as_dirs" || mkdir
$as_dirs
12386 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12387 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12388 { (exit 1); exit 1; }; }; }
12392 if test "$ac_dir" != .
; then
12393 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12394 # A "../" for each directory in $ac_dir_suffix.
12395 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12397 ac_dir_suffix
= ac_top_builddir
=
12401 .
) # No --srcdir option. We are building in place.
12403 if test -z "$ac_top_builddir"; then
12406 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12408 [\\/]* | ?
:[\\/]* ) # Absolute path.
12409 ac_srcdir
=$srcdir$ac_dir_suffix;
12410 ac_top_srcdir
=$srcdir ;;
12411 *) # Relative path.
12412 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12413 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12416 # Do not use `cd foo && pwd` to compute absolute paths, because
12417 # the directories may not exist.
12419 .
) ac_abs_builddir
="$ac_dir";;
12422 .
) ac_abs_builddir
=`pwd`;;
12423 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12424 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12427 case $ac_abs_builddir in
12428 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12430 case ${ac_top_builddir}.
in
12431 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12432 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12433 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12436 case $ac_abs_builddir in
12437 .
) ac_abs_srcdir
=$ac_srcdir;;
12440 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12441 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12442 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12445 case $ac_abs_builddir in
12446 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12448 case $ac_top_srcdir in
12449 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12450 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12451 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12457 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
12458 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
12461 if test x
"$ac_file" != x-
; then
12462 { echo "$as_me:$LINENO: creating $ac_file" >&5
12463 echo "$as_me: creating $ac_file" >&6;}
12466 # Let's still pretend it is `configure' which instantiates (i.e., don't
12467 # use $as_me), people would be surprised to read:
12468 # /* config.h. Generated by config.status. */
12469 if test x
"$ac_file" = x-
; then
12472 configure_input
="$ac_file. "
12474 configure_input
=$configure_input"Generated from `echo $ac_file_in |
12475 sed 's,.*/,,'` by configure."
12477 # First look for the input files in the build tree, otherwise in the
12479 ac_file_inputs
=`IFS=:
12480 for f in $ac_file_in; do
12482 -) echo $tmp/stdin ;;
12484 # Absolute (can't be DOS-style, as IFS=:)
12485 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12486 echo "$as_me: error: cannot find input file: $f" >&2;}
12487 { (exit 1); exit 1; }; }
12490 if test -f "$f"; then
12493 elif test -f "$srcdir/$f"; then
12498 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12499 echo "$as_me: error: cannot find input file: $f" >&2;}
12500 { (exit 1); exit 1; }; }
12503 done` ||
{ (exit 1); exit 1; }
12505 cat >>$CONFIG_STATUS <<_ACEOF
12509 cat >>$CONFIG_STATUS <<\_ACEOF
12511 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
12512 s
,@configure_input@
,$configure_input,;t t
12513 s
,@srcdir@
,$ac_srcdir,;t t
12514 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
12515 s
,@top_srcdir@
,$ac_top_srcdir,;t t
12516 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
12517 s
,@builddir@
,$ac_builddir,;t t
12518 s
,@abs_builddir@
,$ac_abs_builddir,;t t
12519 s
,@top_builddir@
,$ac_top_builddir,;t t
12520 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
12521 s
,@INSTALL@
,$ac_INSTALL,;t t
12522 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12524 if test x"$ac_file" != x-; then
12525 mv $tmp/out $ac_file
12534 cat >>$CONFIG_STATUS <<\_ACEOF
12536 { (exit 0); exit 0; }
12538 chmod +x $CONFIG_STATUS
12539 ac_clean_files=$ac_clean_files_save
12542 # configure is writing to config.log, and then calls config.status.
12543 # config.status does its own redirection, appending to config.log.
12544 # Unfortunately, on DOS this fails, as config.log is still kept open
12545 # by configure, so config.status won't be able to write to it; its
12546 # output is simply discarded. So we exec the FD to /dev/null,
12547 # effectively closing config.log, so it can be properly (re)opened and
12548 # appended to by config.status. When coming back to configure, we
12549 # need to make the FD available again.
12550 if test "$no_create" != yes; then
12552 ac_config_status_args=
12553 test "$silent" = yes &&
12554 ac_config_status_args="$ac_config_status_args --quiet"
12556 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12558 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12559 # would make configure fail if this is the last instruction.
12560 $ac_cs_success || { (exit 1); exit 1; }