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 TOPLEVEL_CONFIGURE_ARGUMENTS 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 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 extra_mpfr_configure_flags ppllibs pplinc clooglibs clooginc stage1_languages SYSROOT_CFLAGS_FOR_TARGET DEBUG_PREFIX_CFLAGS_FOR_TARGET CFLAGS_FOR_TARGET CXXFLAGS_FOR_TARGET RPATH_ENVVAR GCC_SHLIB_SUBDIR tooldir build_tooldir CONFIGURE_GDB_TK GDB_TK INSTALL_GDB_TK build_configargs build_configdirs host_configargs configdirs target_configargs AR_FOR_BUILD AS_FOR_BUILD CC_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD CXX_FOR_BUILD DLLTOOL_FOR_BUILD GCJ_FOR_BUILD GFORTRAN_FOR_BUILD LDFLAGS_FOR_BUILD LD_FOR_BUILD NM_FOR_BUILD RANLIB_FOR_BUILD WINDMC_FOR_BUILD WINDRES_FOR_BUILD config_shell YACC BISON M4 LEX FLEX MAKEINFO EXPECT RUNTEST AR AS DLLTOOL LD LIPO NM RANLIB STRIP WINDRES WINDMC OBJCOPY OBJDUMP CC_FOR_TARGET CXX_FOR_TARGET GCC_FOR_TARGET GCJ_FOR_TARGET GFORTRAN_FOR_TARGET AR_FOR_TARGET AS_FOR_TARGET DLLTOOL_FOR_TARGET LD_FOR_TARGET LIPO_FOR_TARGET NM_FOR_TARGET OBJDUMP_FOR_TARGET RANLIB_FOR_TARGET STRIP_FOR_TARGET WINDRES_FOR_TARGET WINDMC_FOR_TARGET RAW_CXX_FOR_TARGET FLAGS_FOR_TARGET COMPILER_AS_FOR_TARGET COMPILER_LD_FOR_TARGET COMPILER_NM_FOR_TARGET MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT stage1_cflags stage1_checking stage2_werror_flag datarootdir docdir pdfdir htmldir LIBOBJS LTLIBOBJS'
276 ac_subst_files
='serialization_dependencies host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag'
279 # Initialize some variables set by options.
281 ac_init_version
=false
282 # The variables have the same names as the options, with
283 # dashes changed to underlines.
291 program_transform_name
=s
,x
,x
,
299 # Installation directory options.
300 # These are left unexpanded so users can "make install exec_prefix=/foo"
301 # and all the variables that are supposed to be based on exec_prefix
302 # by default will actually change.
303 # Use braces instead of parens because sh, perl, etc. also accept them.
304 bindir
='${exec_prefix}/bin'
305 sbindir
='${exec_prefix}/sbin'
306 libexecdir
='${exec_prefix}/libexec'
307 datadir
='${prefix}/share'
308 sysconfdir
='${prefix}/etc'
309 sharedstatedir
='${prefix}/com'
310 localstatedir
='${prefix}/var'
311 libdir
='${exec_prefix}/lib'
312 includedir
='${prefix}/include'
313 oldincludedir
='/usr/include'
314 infodir
='${prefix}/info'
315 mandir
='${prefix}/man'
320 # If the previous option needs an argument, assign it.
321 if test -n "$ac_prev"; then
322 eval "$ac_prev=\$ac_option"
327 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
329 # Accept the important Cygnus configure options, so we can diagnose typos.
333 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
335 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
338 -build |
--build |
--buil |
--bui |
--bu)
339 ac_prev
=build_alias
;;
340 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
341 build_alias
=$ac_optarg ;;
343 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
344 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
345 ac_prev
=cache_file
;;
346 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
347 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
348 cache_file
=$ac_optarg ;;
351 cache_file
=config.cache
;;
353 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
355 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
357 datadir
=$ac_optarg ;;
359 -disable-* |
--disable-*)
360 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361 # Reject names that are not valid shell variable names.
362 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
363 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364 { (exit 1); exit 1; }; }
365 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
366 eval "enable_$ac_feature=no" ;;
368 -enable-* |
--enable-*)
369 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370 # Reject names that are not valid shell variable names.
371 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
372 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373 { (exit 1); exit 1; }; }
374 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
376 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
379 eval "enable_$ac_feature='$ac_optarg'" ;;
381 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
382 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
383 |
--exec |
--exe |
--ex)
384 ac_prev
=exec_prefix
;;
385 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
386 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
387 |
--exec=* |
--exe=* |
--ex=*)
388 exec_prefix
=$ac_optarg ;;
390 -gas |
--gas |
--ga |
--g)
391 # Obsolete; use --with-gas.
394 -help |
--help |
--hel |
--he |
-h)
396 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
397 ac_init_help
=recursive
;;
398 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
399 ac_init_help
=short
;;
401 -host |
--host |
--hos |
--ho)
402 ac_prev
=host_alias
;;
403 -host=* |
--host=* |
--hos=* |
--ho=*)
404 host_alias
=$ac_optarg ;;
406 -includedir |
--includedir |
--includedi |
--included |
--include \
407 |
--includ |
--inclu |
--incl |
--inc)
408 ac_prev
=includedir
;;
409 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
410 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
411 includedir
=$ac_optarg ;;
413 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
415 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
416 infodir
=$ac_optarg ;;
418 -libdir |
--libdir |
--libdi |
--libd)
420 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
423 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
424 |
--libexe |
--libex |
--libe)
425 ac_prev
=libexecdir
;;
426 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
427 |
--libexe=* |
--libex=* |
--libe=*)
428 libexecdir
=$ac_optarg ;;
430 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
431 |
--localstate |
--localstat |
--localsta |
--localst \
432 |
--locals |
--local |
--loca |
--loc |
--lo)
433 ac_prev
=localstatedir
;;
434 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
435 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
436 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
437 localstatedir
=$ac_optarg ;;
439 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
441 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
445 # Obsolete; use --without-fp.
448 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
449 |
--no-cr |
--no-c |
-n)
452 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
453 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
456 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
457 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
458 |
--oldin |
--oldi |
--old |
--ol |
--o)
459 ac_prev
=oldincludedir
;;
460 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
461 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
462 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
463 oldincludedir
=$ac_optarg ;;
465 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
467 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
470 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
471 |
--program-pre |
--program-pr |
--program-p)
472 ac_prev
=program_prefix
;;
473 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
474 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
475 program_prefix
=$ac_optarg ;;
477 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
478 |
--program-suf |
--program-su |
--program-s)
479 ac_prev
=program_suffix
;;
480 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
481 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
482 program_suffix
=$ac_optarg ;;
484 -program-transform-name |
--program-transform-name \
485 |
--program-transform-nam |
--program-transform-na \
486 |
--program-transform-n |
--program-transform- \
487 |
--program-transform |
--program-transfor \
488 |
--program-transfo |
--program-transf \
489 |
--program-trans |
--program-tran \
490 |
--progr-tra |
--program-tr |
--program-t)
491 ac_prev
=program_transform_name
;;
492 -program-transform-name=* |
--program-transform-name=* \
493 |
--program-transform-nam=* |
--program-transform-na=* \
494 |
--program-transform-n=* |
--program-transform-=* \
495 |
--program-transform=* |
--program-transfor=* \
496 |
--program-transfo=* |
--program-transf=* \
497 |
--program-trans=* |
--program-tran=* \
498 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
499 program_transform_name
=$ac_optarg ;;
501 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
502 |
-silent |
--silent |
--silen |
--sile |
--sil)
505 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
507 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
509 sbindir
=$ac_optarg ;;
511 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
512 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
513 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
515 ac_prev
=sharedstatedir
;;
516 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
517 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
518 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
520 sharedstatedir
=$ac_optarg ;;
522 -site |
--site |
--sit)
524 -site=* |
--site=* |
--sit=*)
527 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
529 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
532 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
533 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
534 ac_prev
=sysconfdir
;;
535 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
536 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
537 sysconfdir
=$ac_optarg ;;
539 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
540 ac_prev
=target_alias
;;
541 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
542 target_alias
=$ac_optarg ;;
544 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
547 -version |
--version |
--versio |
--versi |
--vers |
-V)
551 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552 # Reject names that are not valid shell variable names.
553 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
554 { echo "$as_me: error: invalid package name: $ac_package" >&2
555 { (exit 1); exit 1; }; }
556 ac_package
=`echo $ac_package| sed 's/-/_/g'`
558 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
561 eval "with_$ac_package='$ac_optarg'" ;;
563 -without-* |
--without-*)
564 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565 # Reject names that are not valid shell variable names.
566 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
567 { echo "$as_me: error: invalid package name: $ac_package" >&2
568 { (exit 1); exit 1; }; }
569 ac_package
=`echo $ac_package | sed 's/-/_/g'`
570 eval "with_$ac_package=no" ;;
573 # Obsolete; use --with-x.
576 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
577 |
--x-incl |
--x-inc |
--x-in |
--x-i)
578 ac_prev
=x_includes
;;
579 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
580 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
581 x_includes
=$ac_optarg ;;
583 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
584 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
585 ac_prev
=x_libraries
;;
586 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
587 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
588 x_libraries
=$ac_optarg ;;
590 -*) { echo "$as_me: error: unrecognized option: $ac_option
591 Try \`$0 --help' for more information." >&2
592 { (exit 1); exit 1; }; }
596 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
597 # Reject names that are not valid shell variable names.
598 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
599 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600 { (exit 1); exit 1; }; }
601 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602 eval "$ac_envvar='$ac_optarg'"
606 # FIXME: should be removed in autoconf 3.0.
607 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
609 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
616 if test -n "$ac_prev"; then
617 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
618 { echo "$as_me: error: missing argument to $ac_option" >&2
619 { (exit 1); exit 1; }; }
622 # Be sure to have absolute paths.
623 for ac_var
in exec_prefix prefix
625 eval ac_val
=$
`echo $ac_var`
627 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
628 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629 { (exit 1); exit 1; }; };;
633 # Be sure to have absolute paths.
634 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635 localstatedir libdir includedir oldincludedir infodir mandir
637 eval ac_val
=$
`echo $ac_var`
639 [\\/$
]* | ?
:[\\/]* ) ;;
640 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641 { (exit 1); exit 1; }; };;
645 # There might be people who depend on the old broken behavior: `$host'
646 # used to hold the argument of --host etc.
647 # FIXME: To remove some day.
652 # FIXME: To remove some day.
653 if test "x$host_alias" != x
; then
654 if test "x$build_alias" = x
; then
655 cross_compiling
=maybe
656 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657 If a cross compiler is detected then cross compile mode will be used." >&2
658 elif test "x$build_alias" != "x$host_alias"; then
664 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
666 test "$silent" = yes && exec 6>/dev
/null
669 # Find the source files, if location was not specified.
670 if test -z "$srcdir"; then
671 ac_srcdir_defaulted
=yes
672 # Try the directory containing this script, then its parent.
673 ac_confdir
=`(dirname "$0") 2>/dev/null ||
674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675 X"$0" : 'X\(//\)[^/]' \| \
676 X"$0" : 'X\(//\)$' \| \
677 X"$0" : 'X\(/\)' \| \
678 . : '\(.\)' 2>/dev/null ||
680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682 /^X\(\/\/\)$/{ s//\1/; q; }
683 /^X\(\/\).*/{ s//\1/; q; }
686 if test ! -r $srcdir/$ac_unique_file; then
690 ac_srcdir_defaulted
=no
692 if test ! -r $srcdir/$ac_unique_file; then
693 if test "$ac_srcdir_defaulted" = yes; then
694 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695 { (exit 1); exit 1; }; }
697 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698 { (exit 1); exit 1; }; }
701 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
702 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703 { (exit 1); exit 1; }; }
704 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705 ac_env_build_alias_set
=${build_alias+set}
706 ac_env_build_alias_value
=$build_alias
707 ac_cv_env_build_alias_set
=${build_alias+set}
708 ac_cv_env_build_alias_value
=$build_alias
709 ac_env_host_alias_set
=${host_alias+set}
710 ac_env_host_alias_value
=$host_alias
711 ac_cv_env_host_alias_set
=${host_alias+set}
712 ac_cv_env_host_alias_value
=$host_alias
713 ac_env_target_alias_set
=${target_alias+set}
714 ac_env_target_alias_value
=$target_alias
715 ac_cv_env_target_alias_set
=${target_alias+set}
716 ac_cv_env_target_alias_value
=$target_alias
717 ac_subdirs_all
=`cd $srcdir && echo */configure | sed 's,/configure,,g'`
719 ac_env_CC_set
=${CC+set}
721 ac_cv_env_CC_set
=${CC+set}
722 ac_cv_env_CC_value
=$CC
723 ac_env_CFLAGS_set
=${CFLAGS+set}
724 ac_env_CFLAGS_value
=$CFLAGS
725 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
726 ac_cv_env_CFLAGS_value
=$CFLAGS
727 ac_env_LDFLAGS_set
=${LDFLAGS+set}
728 ac_env_LDFLAGS_value
=$LDFLAGS
729 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
730 ac_cv_env_LDFLAGS_value
=$LDFLAGS
731 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
732 ac_env_CPPFLAGS_value
=$CPPFLAGS
733 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
734 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
735 ac_env_CXX_set
=${CXX+set}
736 ac_env_CXX_value
=$CXX
737 ac_cv_env_CXX_set
=${CXX+set}
738 ac_cv_env_CXX_value
=$CXX
739 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
740 ac_env_CXXFLAGS_value
=$CXXFLAGS
741 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
742 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
743 ac_env_AR_set
=${AR+set}
745 ac_cv_env_AR_set
=${AR+set}
746 ac_cv_env_AR_value
=$AR
747 ac_env_AS_set
=${AS+set}
749 ac_cv_env_AS_set
=${AS+set}
750 ac_cv_env_AS_value
=$AS
751 ac_env_DLLTOOL_set
=${DLLTOOL+set}
752 ac_env_DLLTOOL_value
=$DLLTOOL
753 ac_cv_env_DLLTOOL_set
=${DLLTOOL+set}
754 ac_cv_env_DLLTOOL_value
=$DLLTOOL
755 ac_env_LD_set
=${LD+set}
757 ac_cv_env_LD_set
=${LD+set}
758 ac_cv_env_LD_value
=$LD
759 ac_env_LIPO_set
=${LIPO+set}
760 ac_env_LIPO_value
=$LIPO
761 ac_cv_env_LIPO_set
=${LIPO+set}
762 ac_cv_env_LIPO_value
=$LIPO
763 ac_env_NM_set
=${NM+set}
765 ac_cv_env_NM_set
=${NM+set}
766 ac_cv_env_NM_value
=$NM
767 ac_env_RANLIB_set
=${RANLIB+set}
768 ac_env_RANLIB_value
=$RANLIB
769 ac_cv_env_RANLIB_set
=${RANLIB+set}
770 ac_cv_env_RANLIB_value
=$RANLIB
771 ac_env_STRIP_set
=${STRIP+set}
772 ac_env_STRIP_value
=$STRIP
773 ac_cv_env_STRIP_set
=${STRIP+set}
774 ac_cv_env_STRIP_value
=$STRIP
775 ac_env_WINDRES_set
=${WINDRES+set}
776 ac_env_WINDRES_value
=$WINDRES
777 ac_cv_env_WINDRES_set
=${WINDRES+set}
778 ac_cv_env_WINDRES_value
=$WINDRES
779 ac_env_WINDMC_set
=${WINDMC+set}
780 ac_env_WINDMC_value
=$WINDMC
781 ac_cv_env_WINDMC_set
=${WINDMC+set}
782 ac_cv_env_WINDMC_value
=$WINDMC
783 ac_env_OBJCOPY_set
=${OBJCOPY+set}
784 ac_env_OBJCOPY_value
=$OBJCOPY
785 ac_cv_env_OBJCOPY_set
=${OBJCOPY+set}
786 ac_cv_env_OBJCOPY_value
=$OBJCOPY
787 ac_env_OBJDUMP_set
=${OBJDUMP+set}
788 ac_env_OBJDUMP_value
=$OBJDUMP
789 ac_cv_env_OBJDUMP_set
=${OBJDUMP+set}
790 ac_cv_env_OBJDUMP_value
=$OBJDUMP
791 ac_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
792 ac_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
793 ac_cv_env_CC_FOR_TARGET_set
=${CC_FOR_TARGET+set}
794 ac_cv_env_CC_FOR_TARGET_value
=$CC_FOR_TARGET
795 ac_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
796 ac_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
797 ac_cv_env_CXX_FOR_TARGET_set
=${CXX_FOR_TARGET+set}
798 ac_cv_env_CXX_FOR_TARGET_value
=$CXX_FOR_TARGET
799 ac_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
800 ac_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
801 ac_cv_env_GCC_FOR_TARGET_set
=${GCC_FOR_TARGET+set}
802 ac_cv_env_GCC_FOR_TARGET_value
=$GCC_FOR_TARGET
803 ac_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
804 ac_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
805 ac_cv_env_GCJ_FOR_TARGET_set
=${GCJ_FOR_TARGET+set}
806 ac_cv_env_GCJ_FOR_TARGET_value
=$GCJ_FOR_TARGET
807 ac_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
808 ac_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
809 ac_cv_env_GFORTRAN_FOR_TARGET_set
=${GFORTRAN_FOR_TARGET+set}
810 ac_cv_env_GFORTRAN_FOR_TARGET_value
=$GFORTRAN_FOR_TARGET
811 ac_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
812 ac_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
813 ac_cv_env_AR_FOR_TARGET_set
=${AR_FOR_TARGET+set}
814 ac_cv_env_AR_FOR_TARGET_value
=$AR_FOR_TARGET
815 ac_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
816 ac_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
817 ac_cv_env_AS_FOR_TARGET_set
=${AS_FOR_TARGET+set}
818 ac_cv_env_AS_FOR_TARGET_value
=$AS_FOR_TARGET
819 ac_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
820 ac_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
821 ac_cv_env_DLLTOOL_FOR_TARGET_set
=${DLLTOOL_FOR_TARGET+set}
822 ac_cv_env_DLLTOOL_FOR_TARGET_value
=$DLLTOOL_FOR_TARGET
823 ac_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
824 ac_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
825 ac_cv_env_LD_FOR_TARGET_set
=${LD_FOR_TARGET+set}
826 ac_cv_env_LD_FOR_TARGET_value
=$LD_FOR_TARGET
827 ac_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
828 ac_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
829 ac_cv_env_LIPO_FOR_TARGET_set
=${LIPO_FOR_TARGET+set}
830 ac_cv_env_LIPO_FOR_TARGET_value
=$LIPO_FOR_TARGET
831 ac_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
832 ac_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
833 ac_cv_env_NM_FOR_TARGET_set
=${NM_FOR_TARGET+set}
834 ac_cv_env_NM_FOR_TARGET_value
=$NM_FOR_TARGET
835 ac_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
836 ac_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
837 ac_cv_env_OBJDUMP_FOR_TARGET_set
=${OBJDUMP_FOR_TARGET+set}
838 ac_cv_env_OBJDUMP_FOR_TARGET_value
=$OBJDUMP_FOR_TARGET
839 ac_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
840 ac_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
841 ac_cv_env_RANLIB_FOR_TARGET_set
=${RANLIB_FOR_TARGET+set}
842 ac_cv_env_RANLIB_FOR_TARGET_value
=$RANLIB_FOR_TARGET
843 ac_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
844 ac_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
845 ac_cv_env_STRIP_FOR_TARGET_set
=${STRIP_FOR_TARGET+set}
846 ac_cv_env_STRIP_FOR_TARGET_value
=$STRIP_FOR_TARGET
847 ac_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
848 ac_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
849 ac_cv_env_WINDRES_FOR_TARGET_set
=${WINDRES_FOR_TARGET+set}
850 ac_cv_env_WINDRES_FOR_TARGET_value
=$WINDRES_FOR_TARGET
851 ac_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
852 ac_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
853 ac_cv_env_WINDMC_FOR_TARGET_set
=${WINDMC_FOR_TARGET+set}
854 ac_cv_env_WINDMC_FOR_TARGET_value
=$WINDMC_FOR_TARGET
857 # Report the --help message.
859 if test "$ac_init_help" = "long"; then
860 # Omit some internal or obsolete options to make the list less imposing.
861 # This message is too long to be a string in the A/UX 3.1 sh.
863 \`configure' configures this package to adapt to many kinds of systems.
865 Usage: $0 [OPTION]... [VAR=VALUE]...
867 To assign environment variables (e.g., CC, CFLAGS...), specify them as
868 VAR=VALUE. See below for descriptions of some of the useful variables.
870 Defaults for the options are specified in brackets.
873 -h, --help display this help and exit
874 --help=short display options specific to this package
875 --help=recursive display the short help of all the included packages
876 -V, --version display version information and exit
877 -q, --quiet, --silent do not print \`checking...' messages
878 --cache-file=FILE cache test results in FILE [disabled]
879 -C, --config-cache alias for \`--cache-file=config.cache'
880 -n, --no-create do not create output files
881 --srcdir=DIR find the sources in DIR [configure dir or \`..']
886 Installation directories:
887 --prefix=PREFIX install architecture-independent files in PREFIX
889 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
892 By default, \`make install' will install all the files in
893 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
894 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
895 for instance \`--prefix=\$HOME'.
897 For better control, use the options below.
899 Fine tuning of the installation directories:
900 --bindir=DIR user executables [EPREFIX/bin]
901 --sbindir=DIR system admin executables [EPREFIX/sbin]
902 --libexecdir=DIR program executables [EPREFIX/libexec]
903 --datadir=DIR read-only architecture-independent data [PREFIX/share]
904 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
905 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
906 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
907 --libdir=DIR object code libraries [EPREFIX/lib]
908 --includedir=DIR C header files [PREFIX/include]
909 --oldincludedir=DIR C header files for non-gcc [/usr/include]
910 --infodir=DIR info documentation [PREFIX/info]
911 --mandir=DIR man documentation [PREFIX/man]
917 --program-prefix=PREFIX prepend PREFIX to installed program names
918 --program-suffix=SUFFIX append SUFFIX to installed program names
919 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
922 --build=BUILD configure
for building on BUILD
[guessed
]
923 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
924 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
928 if test -n "$ac_init_help"; then
933 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
934 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
935 --enable-gold use gold instead of ld
936 --enable-libada build libada directory
937 --enable-libssp build libssp directory
938 --disable-ppl-version-check disable check
for PPL version
939 --disable-cloog-version-check disable check
for CLooG version
940 --enable-stage1-languages[=all
] choose additional languages to build during
941 stage1. Mostly useful
for compiler development.
942 --enable-objc-gc enable use of Boehm
's garbage collector with the
943 GNU Objective-C runtime
944 --enable-bootstrap enable bootstrapping [yes if native build]
945 --enable-serial-[{host,target,build}-]configure
946 force sequential configuration of
947 sub-packages for the host, target or build
948 machine, or all sub-packages
949 --enable-maintainer-mode enable make rules and dependencies not useful
950 (and sometimes confusing) to the casual installer
951 --enable-stage1-checking[=all] choose additional checking for stage1
953 --enable-werror enable -Werror in bootstrap stage2 and later
956 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
957 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
958 --with-build-libsubdir=DIR Directory where to find libraries for build system
959 --with-mpfr-dir=PATH this option has been REMOVED
960 --with-mpfr=PATH specify prefix directory for installed MPFR package.
961 Equivalent to --with-mpfr-include=PATH/include
962 plus --with-mpfr-lib=PATH/lib
963 --with-mpfr-include=PATH
964 specify directory for installed MPFR include files
965 --with-mpfr-lib=PATH specify directory for the installed MPFR library
966 --with-gmp-dir=PATH this option has been REMOVED
967 --with-gmp=PATH specify prefix directory for the installed GMP package.
968 Equivalent to --with-gmp-include=PATH/include
969 plus --with-gmp-lib=PATH/lib
970 --with-gmp-include=PATH specify directory for installed GMP include files
971 --with-gmp-lib=PATH specify directory for the installed GMP library
972 --with-host-libstdcxx=L Use linker arguments L to link with libstdc++
973 when linking with PPL
974 --with-ppl=PATH Specify prefix directory for the installed PPL package
975 Equivalent to --with-ppl-include=PATH/include
976 plus --with-ppl-lib=PATH/lib
977 --with-ppl-include=PATH Specify directory for installed PPL include files
978 --with-ppl-lib=PATH Specify the directory for the installed PPL library
979 --with-cloog=PATH Specify prefix directory for the installed CLooG-PPL package
980 Equivalent to --with-cloog-include=PATH/include
981 plus --with-cloog-lib=PATH/lib
982 --with-cloog-include=PATH Specify directory for installed CLooG include files
983 --with-cloog-lib=PATH Specify the directory for the installed CLooG library
984 --with-build-sysroot=SYSROOT
985 use sysroot as the system root during the build
986 --with-debug-prefix-map='A
=B C
=D ...
'
987 map A to B, C to D ... in debug information
988 --with-build-time-tools=PATH
989 use given path to find target tools during the build
990 --with-datarootdir use datarootdir as the data root directory.
991 --with-docdir install documentation in this directory.
992 --with-pdfdir install pdf in this directory.
993 --with-htmldir install html in this directory.
995 Some influential environment variables:
996 CC C compiler command
997 CFLAGS C compiler flags
998 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
999 nonstandard directory <lib dir>
1000 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1001 headers in a nonstandard directory <include dir>
1002 CXX C++ compiler command
1003 CXXFLAGS C++ compiler flags
1006 DLLTOOL DLLTOOL for the host
1008 LIPO LIPO for the host
1010 RANLIB RANLIB for the host
1011 STRIP STRIP for the host
1012 WINDRES WINDRES for the host
1013 WINDMC WINDMC for the host
1014 OBJCOPY OBJCOPY for the host
1015 OBJDUMP OBJDUMP for the host
1025 GFORTRAN for the target
1031 DLLTOOL for the target
1039 OBJDUMP for the target
1041 RANLIB for the target
1043 STRIP for the target
1045 WINDRES for the target
1047 WINDMC for the target
1049 Use these variables to override the choices made by `configure' or to
help
1050 it to
find libraries and programs with nonstandard names
/locations.
1055 if test "$ac_init_help" = "recursive"; then
1056 # If there are subdirs, report their specific --help.
1058 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1059 test -d $ac_dir ||
continue
1062 if test "$ac_dir" != .
; then
1063 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1064 # A "../" for each directory in $ac_dir_suffix.
1065 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1067 ac_dir_suffix
= ac_top_builddir
=
1071 .
) # No --srcdir option. We are building in place.
1073 if test -z "$ac_top_builddir"; then
1076 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1078 [\\/]* | ?
:[\\/]* ) # Absolute path.
1079 ac_srcdir
=$srcdir$ac_dir_suffix;
1080 ac_top_srcdir
=$srcdir ;;
1082 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1083 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1086 # Do not use `cd foo && pwd` to compute absolute paths, because
1087 # the directories may not exist.
1089 .
) ac_abs_builddir
="$ac_dir";;
1092 .
) ac_abs_builddir
=`pwd`;;
1093 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1094 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1097 case $ac_abs_builddir in
1098 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1100 case ${ac_top_builddir}.
in
1101 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1102 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1103 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1106 case $ac_abs_builddir in
1107 .
) ac_abs_srcdir
=$ac_srcdir;;
1110 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1111 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1112 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1115 case $ac_abs_builddir in
1116 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1118 case $ac_top_srcdir in
1119 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1120 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1121 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1126 # Check for guested configure; otherwise get Cygnus style configure.
1127 if test -f $ac_srcdir/configure.gnu
; then
1129 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1130 elif test -f $ac_srcdir/configure
; then
1132 $SHELL $ac_srcdir/configure
--help=recursive
1133 elif test -f $ac_srcdir/configure.ac ||
1134 test -f $ac_srcdir/configure.
in; then
1136 $ac_configure --help
1138 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1144 test -n "$ac_init_help" && exit 0
1145 if $ac_init_version; then
1148 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1149 This configure
script is free software
; the Free Software Foundation
1150 gives unlimited permission to copy
, distribute and modify it.
1156 This file contains any messages produced by compilers while
1157 running configure, to aid debugging if configure makes a mistake.
1159 It was created by $as_me, which was
1160 generated by GNU Autoconf 2.59. Invocation command line was
1171 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1172 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1173 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1174 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1175 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1177 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1178 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1180 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1181 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1182 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1183 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1184 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1185 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1186 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1194 test -z "$as_dir" && as_dir
=.
1195 echo "PATH: $as_dir"
1210 # Keep a trace of the command line.
1211 # Strip out --no-create and --no-recursion so they do not pile up.
1212 # Strip out --silent because we don't want to record it for future runs.
1213 # Also quote any args containing shell meta-characters.
1214 # Make two passes to allow for proper duplicate-argument suppression.
1219 ac_must_keep_next
=false
1225 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1226 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1227 |
-silent |
--silent |
--silen |
--sile |
--sil)
1229 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1230 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1233 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1235 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1236 if test $ac_must_keep_next = true
; then
1237 ac_must_keep_next
=false
# Got value, back to normal.
1240 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1241 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1242 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1243 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1244 case "$ac_configure_args0 " in
1245 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1248 -* ) ac_must_keep_next
=true
;;
1251 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1252 # Get rid of the leading space.
1258 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1259 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1261 # When interrupted or exit'd, cleanup temporary files, and complete
1262 # config.log. We remove comments because anyway the quotes in there
1263 # would cause problems or look ugly.
1264 # WARNING: Be sure not to use single quotes in there, as some shells,
1265 # such as our DU 5.0 friend, will then `close' the trap.
1266 trap 'exit_status=$?
1267 # Save into config.log some information that might help in debugging.
1272 ## ---------------- ##
1273 ## Cache variables. ##
1274 ## ---------------- ##
1277 # The following way of writing the cache mishandles newlines in values,
1280 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1283 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1284 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1288 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1295 ## ----------------- ##
1296 ## Output variables. ##
1297 ## ----------------- ##
1300 for ac_var in $ac_subst_vars
1302 eval ac_val=$`echo $ac_var`
1303 echo "$ac_var='"'"'$ac_val'"'"'"
1307 if test -n "$ac_subst_files"; then
1314 for ac_var in $ac_subst_files
1316 eval ac_val=$`echo $ac_var`
1317 echo "$ac_var='"'"'$ac_val'"'"'"
1322 if test -s confdefs.h; then
1329 sed "/^$/d" confdefs.h | sort
1332 test "$ac_signal" != 0 &&
1333 echo "$as_me: caught signal $ac_signal"
1334 echo "$as_me: exit $exit_status"
1336 rm -f core *.core &&
1337 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1340 for ac_signal
in 1 2 13 15; do
1341 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1345 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1346 rm -rf conftest
* confdefs.h
1347 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1350 # Predefined preprocessor variables.
1352 cat >>confdefs.h
<<_ACEOF
1353 #define PACKAGE_NAME "$PACKAGE_NAME"
1357 cat >>confdefs.h
<<_ACEOF
1358 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1362 cat >>confdefs.h
<<_ACEOF
1363 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1367 cat >>confdefs.h
<<_ACEOF
1368 #define PACKAGE_STRING "$PACKAGE_STRING"
1372 cat >>confdefs.h
<<_ACEOF
1373 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1377 # Let the site file select an alternate cache file if it wants to.
1378 # Prefer explicitly selected file to automatically selected ones.
1379 if test -z "$CONFIG_SITE"; then
1380 if test "x$prefix" != xNONE
; then
1381 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1383 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1386 for ac_site_file
in $CONFIG_SITE; do
1387 if test -r "$ac_site_file"; then
1388 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1389 echo "$as_me: loading site script $ac_site_file" >&6;}
1390 sed 's/^/| /' "$ac_site_file" >&5
1395 if test -r "$cache_file"; then
1396 # Some versions of bash will fail to source /dev/null (special
1397 # files actually), so we avoid doing that.
1398 if test -f "$cache_file"; then
1399 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1400 echo "$as_me: loading cache $cache_file" >&6;}
1402 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1403 *) . .
/$cache_file;;
1407 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1408 echo "$as_me: creating cache $cache_file" >&6;}
1412 # Check that the precious variables saved in the cache have kept the same
1414 ac_cache_corrupted
=false
1415 for ac_var
in `(set) 2>&1 |
1416 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1417 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1418 eval ac_new_set
=\
$ac_env_${ac_var}_set
1419 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1420 eval ac_new_val
="\$ac_env_${ac_var}_value"
1421 case $ac_old_set,$ac_new_set in
1423 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1424 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1425 ac_cache_corrupted
=: ;;
1427 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1428 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1429 ac_cache_corrupted
=: ;;
1432 if test "x$ac_old_val" != "x$ac_new_val"; then
1433 # differences in whitespace do not lead to failure.
1434 ac_old_val_w
=`echo x $ac_old_val`
1435 ac_new_val_w
=`echo x $ac_new_val`
1436 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1437 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1438 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1439 ac_cache_corrupted
=:
1441 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1442 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1443 eval $ac_var=\
$ac_old_val
1445 { echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1446 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1447 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1448 echo "$as_me: current value: \`$ac_new_val'" >&2;}
1451 # Pass precious variables to config.status.
1452 if test "$ac_new_set" = set; then
1454 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1455 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1456 *) ac_arg
=$ac_var=$ac_new_val ;;
1458 case " $ac_configure_args " in
1459 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1460 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1464 if $ac_cache_corrupted; then
1465 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1466 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1467 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1468 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1469 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1470 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1471 { (exit 1); exit 1; }; }
1475 ac_cpp
='$CPP $CPPFLAGS'
1476 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1477 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1478 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1504 # if PWD already has a value, it is probably wrong.
1505 if test -n "$PWD" ; then PWD
=`${PWDCMD-pwd}`; fi
1507 # Export original configure arguments for use by sub-configures.
1508 # Quote arguments with shell meta charatcers.
1509 TOPLEVEL_CONFIGURE_ARGUMENTS
=
1510 set -- "$progname" "$@"
1514 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\']*)
1515 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1516 # if the argument is of the form -foo=baz, quote the baz part only
1517 ac_arg
=`echo "'$ac_arg'" | sed "s/^'\([-a-zA-Z0-9]*=\)/\\1'/"` ;;
1520 # Add the quoted argument to the list.
1521 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS $ac_arg"
1523 if test "$silent" = yes; then
1524 TOPLEVEL_CONFIGURE_ARGUMENTS
="$TOPLEVEL_CONFIGURE_ARGUMENTS --silent"
1526 # Remove the initial space we just introduced and, as these will be
1527 # expanded by make, quote '$'.
1528 TOPLEVEL_CONFIGURE_ARGUMENTS
=`echo "x$TOPLEVEL_CONFIGURE_ARGUMENTS" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
1531 # Find the build, host, and target systems.
1533 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1534 if test -f $ac_dir/install-sh
; then
1536 ac_install_sh
="$ac_aux_dir/install-sh -c"
1538 elif test -f $ac_dir/install.sh
; then
1540 ac_install_sh
="$ac_aux_dir/install.sh -c"
1542 elif test -f $ac_dir/shtool
; then
1544 ac_install_sh
="$ac_aux_dir/shtool install -c"
1548 if test -z "$ac_aux_dir"; then
1549 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1550 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1551 { (exit 1); exit 1; }; }
1553 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1554 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1555 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1557 # Make sure we can run config.sub.
1558 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1559 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1560 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1561 { (exit 1); exit 1; }; }
1563 echo "$as_me:$LINENO: checking build system type" >&5
1564 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1565 if test "${ac_cv_build+set}" = set; then
1566 echo $ECHO_N "(cached) $ECHO_C" >&6
1568 ac_cv_build_alias
=$build_alias
1569 test -z "$ac_cv_build_alias" &&
1570 ac_cv_build_alias
=`$ac_config_guess`
1571 test -z "$ac_cv_build_alias" &&
1572 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1573 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1574 { (exit 1); exit 1; }; }
1575 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1576 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1577 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1578 { (exit 1); exit 1; }; }
1581 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1582 echo "${ECHO_T}$ac_cv_build" >&6
1584 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1585 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1586 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1589 case ${build_alias} in
1590 "") build_noncanonical
=${build} ;;
1591 *) build_noncanonical
=${build_alias} ;;
1596 case ${host_alias} in
1597 "") host_noncanonical
=${build_noncanonical} ;;
1598 *) host_noncanonical
=${host_alias} ;;
1603 case ${target_alias} in
1604 "") target_noncanonical
=${host_noncanonical} ;;
1605 *) target_noncanonical
=${target_alias} ;;
1611 test "$host_noncanonical" = "$target_noncanonical" &&
1612 test "$program_prefix$program_suffix$program_transform_name" = \
1614 program_transform_name
=s
,y
,y
,
1616 echo "$as_me:$LINENO: checking host system type" >&5
1617 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1618 if test "${ac_cv_host+set}" = set; then
1619 echo $ECHO_N "(cached) $ECHO_C" >&6
1621 ac_cv_host_alias
=$host_alias
1622 test -z "$ac_cv_host_alias" &&
1623 ac_cv_host_alias
=$ac_cv_build_alias
1624 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1625 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1626 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1627 { (exit 1); exit 1; }; }
1630 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1631 echo "${ECHO_T}$ac_cv_host" >&6
1633 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1634 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1635 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1638 echo "$as_me:$LINENO: checking target system type" >&5
1639 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1640 if test "${ac_cv_target+set}" = set; then
1641 echo $ECHO_N "(cached) $ECHO_C" >&6
1643 ac_cv_target_alias
=$target_alias
1644 test "x$ac_cv_target_alias" = "x" &&
1645 ac_cv_target_alias
=$ac_cv_host_alias
1646 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1647 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1648 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1649 { (exit 1); exit 1; }; }
1652 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1653 echo "${ECHO_T}$ac_cv_target" >&6
1654 target
=$ac_cv_target
1655 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1656 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1657 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1660 # The aliases save the names the user supplied, while $host etc.
1661 # will get canonicalized.
1662 test -n "$target_alias" &&
1663 test "$program_prefix$program_suffix$program_transform_name" = \
1665 program_prefix
=${target_alias}-
1666 test "$program_prefix" != NONE
&&
1667 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1668 # Use a double $ so make ignores it.
1669 test "$program_suffix" != NONE
&&
1670 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1671 # Double any \ or $. echo might interpret backslashes.
1672 # By default was `s,x,x', remove it if useless.
1673 cat <<\_ACEOF
>conftest.
sed
1674 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1676 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1681 # Get 'install' or 'install-sh' and its variants.
1682 # Find a good install program. We prefer a C program (faster),
1683 # so one script is as good as another. But avoid the broken or
1684 # incompatible versions:
1685 # SysV /etc/install, /usr/sbin/install
1686 # SunOS /usr/etc/install
1687 # IRIX /sbin/install
1689 # AmigaOS /C/install, which installs bootblocks on floppy discs
1690 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1691 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1692 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1693 # OS/2's system install, which has a completely different semantic
1694 # ./install, which can be erroneously created by make from ./install.sh.
1695 # Reject install programs that cannot install multiple files.
1696 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1697 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1698 if test -z "$INSTALL"; then
1699 if test "${ac_cv_path_install+set}" = set; then
1700 echo $ECHO_N "(cached) $ECHO_C" >&6
1702 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1706 test -z "$as_dir" && as_dir
=.
1707 # Account for people who put trailing slashes in PATH elements.
1709 .
/ | .
// |
/cC
/* | \
1710 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1711 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1714 # OSF1 and SCO ODT 3.0 have their own names for install.
1715 # Don't use installbsd from OSF since it installs stuff as root
1717 for ac_prog
in ginstall scoinst
install; do
1718 for ac_exec_ext
in '' $ac_executable_extensions; do
1719 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1720 if test $ac_prog = install &&
1721 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1722 # AIX install. It has an incompatible calling convention.
1724 elif test $ac_prog = install &&
1725 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1726 # program-specific install script used by HP pwplus--don't use.
1729 rm -rf conftest.one conftest.two conftest.dir
1730 echo one
> conftest.one
1731 echo two
> conftest.two
1733 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
1734 test -s conftest.one
&& test -s conftest.two
&&
1735 test -s conftest.dir
/conftest.one
&&
1736 test -s conftest.dir
/conftest.two
1738 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1749 rm -rf conftest.one conftest.two conftest.dir
1752 if test "${ac_cv_path_install+set}" = set; then
1753 INSTALL
=$ac_cv_path_install
1755 # As a last resort, use the slow shell script. Don't cache a
1756 # value for INSTALL within a source directory, because that will
1757 # break other packages using the cache if that directory is
1758 # removed, or if the value is a relative name.
1759 INSTALL
=$ac_install_sh
1762 echo "$as_me:$LINENO: result: $INSTALL" >&5
1763 echo "${ECHO_T}$INSTALL" >&6
1765 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1766 # It thinks the first close brace ends the variable substitution.
1767 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1769 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1771 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1773 echo "$as_me:$LINENO: checking whether ln works" >&5
1774 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6
1775 if test "${acx_cv_prog_LN+set}" = set; then
1776 echo $ECHO_N "(cached) $ECHO_C" >&6
1778 rm -f conftestdata_t
1779 echo >conftestdata_f
1780 if ln conftestdata_f conftestdata_t
2>/dev
/null
1786 rm -f conftestdata_f conftestdata_t
1789 if test $acx_cv_prog_LN = no
; then
1791 echo "$as_me:$LINENO: result: no, using $LN" >&5
1792 echo "${ECHO_T}no, using $LN" >&6
1794 LN
="$acx_cv_prog_LN"
1795 echo "$as_me:$LINENO: result: yes" >&5
1796 echo "${ECHO_T}yes" >&6
1799 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1800 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1802 if test "$LN_S" = "ln -s"; then
1803 echo "$as_me:$LINENO: result: yes" >&5
1804 echo "${ECHO_T}yes" >&6
1806 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1807 echo "${ECHO_T}no, using $LN_S" >&6
1811 ### we might need to use some other shell than /bin/sh for running subshells
1812 ### If we are on Windows, search for the shell. This will permit people
1813 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
1814 ### without also having to set CONFIG_SHELL. This code will work when
1815 ### using bash, which sets OSTYPE.
1818 if test x
${CONFIG_SHELL} = x
; then
1819 if test ! -f /bin
/sh
; then
1820 if test x
${SHELL} != x
&& test -f ${SHELL} ; then
1821 CONFIG_SHELL
=${SHELL}
1824 for prog
in sh sh.exe bash bash.exe
; do
1825 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
1826 for dir
in $PATH; do
1827 test -z "$dir" && dir
=.
1828 if test -f $dir/$prog; then
1829 CONFIG_SHELL
=$dir/$prog
1835 test -n "${CONFIG_SHELL}" && break
1843 config_shell
=${CONFIG_SHELL-/bin/sh}
1845 moveifchange
=${srcdir}/move-if-change
1847 srcpwd
=`cd ${srcdir} ; ${PWDCMD-pwd}`
1849 # We pass INSTALL explicitly to sub-makes. Make sure that it is not
1851 if test "$INSTALL" = "${srcdir}/install-sh -c"; then
1852 INSTALL
="${srcpwd}/install-sh -c"
1855 # Set srcdir to "." if that's what it is.
1856 # This is important for multilib support.
1858 if test "${pwd}" = "${srcpwd}" ; then
1866 ### To add a new directory to the tree, first choose whether it is a target
1867 ### or a host dependent tool. Then put it into the appropriate list
1868 ### (library or tools, host or target), doing a dependency sort.
1870 # Subdirs will be configured in the order listed in build_configdirs,
1871 # configdirs, or target_configdirs; see the serialization section below.
1873 # Dependency sorting is only needed when *configuration* must be done in
1874 # a particular order. In all cases a dependency should be specified in
1875 # the Makefile, whether or not it's implicitly specified here.
1877 # Double entries in build_configdirs, configdirs, or target_configdirs may
1878 # cause circular dependencies and break everything horribly.
1880 # these library is used by various programs built for the build
1883 build_libs
="build-libiberty"
1885 # these tools are built for the build environment
1886 build_tools
="build-texinfo build-byacc build-flex build-bison build-m4 build-fixincludes"
1888 # these libraries are used by various programs built for the host environment
1890 host_libs
="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr ppl cloog libiconv"
1892 # these tools are built for the host environment
1893 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
1894 # know that we are building the simulator.
1895 # binutils, gas and ld appear in that order because it makes sense to run
1896 # "make check" in that particular order.
1897 # If --enable-gold is used, "gold" will replace "ld".
1898 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"
1900 # libgcj represents the runtime libraries only used by gcj.
1901 libgcj
="target-libffi \
1906 # these libraries are built for the target environment, and are built after
1907 # the host libraries and the host tools (which may be a cross compiler)
1909 target_libraries
="target-libgcc \
1914 target-libstdc++-v3 \
1917 target-libgfortran \
1923 # these tools are built using the target libraries, and are intended to
1924 # run only in the target environment
1926 # note: any program that *uses* libraries that are in the "target_libraries"
1927 # list belongs in this list. those programs are also very likely
1928 # candidates for the "native_only" list which follows
1930 target_tools
="target-examples target-groff target-gperf target-rda"
1932 ################################################################################
1934 ## All tools belong in one of the four categories, and are assigned above
1935 ## We assign ${configdirs} this way to remove all embedded newlines. This
1936 ## is important because configure will choke if they ever get through.
1937 ## ${configdirs} is directories we build using the host tools.
1938 ## ${target_configdirs} is directories we build using the target tools.
1939 configdirs
=`echo ${host_libs} ${host_tools}`
1940 target_configdirs
=`echo ${target_libraries} ${target_tools}`
1941 build_configdirs
=`echo ${build_libs} ${build_tools}`
1945 ################################################################################
1947 srcname
="gnu development package"
1949 # This gets set non-empty for some net releases of packages.
1952 # Define is_cross_compiler to save on calls to 'test'.
1954 if test x
"${host}" = x
"${target}" ; then
1955 is_cross_compiler
=no
1957 is_cross_compiler
=yes
1960 # Find the build and target subdir names.
1962 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1963 # have matching libraries, they should use host libraries: Makefile.tpl
1964 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1965 # However, they still use the build modules, because the corresponding
1966 # host modules (e.g. bison) are only built for the host when bootstrap
1968 # - build_subdir is where we find build modules, and never changes.
1969 # - build_libsubdir is where we find build libraries, and can be overridden.
1971 # Prefix 'build-' so this never conflicts with target_subdir.
1972 build_subdir
="build-${build_noncanonical}"
1974 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1975 if test "${with_build_libsubdir+set}" = set; then
1976 withval
="$with_build_libsubdir"
1977 build_libsubdir
="$withval"
1979 build_libsubdir
="$build_subdir"
1981 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1982 if ( test $srcdir = .
&& test -d gcc
) \
1983 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1984 host_subdir
="host-${host_noncanonical}"
1989 target_subdir
=${target_noncanonical}
1992 # Skipdirs are removed silently.
1994 # Noconfigdirs are removed loudly.
1998 # Make sure we don't let GNU ld be added if we didn't want it.
1999 if test x
$with_gnu_ld = xno
; then
2001 noconfigdirs
="$noconfigdirs ld gold"
2005 # Make sure we don't let GNU as be added if we didn't want it.
2006 if test x
$with_gnu_as = xno
; then
2008 noconfigdirs
="$noconfigdirs gas"
2011 # some tools are so dependent upon X11 that if we're not building with X,
2012 # it's not even worth trying to configure, much less build, that tool.
2015 yes |
"") ;; # the default value for this tree is that X11 is available
2017 skipdirs
="${skipdirs} tk itcl libgui"
2018 # We won't be able to build gdbtk without X.
2021 *) echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
2024 # Some tools are only suitable for building in a "native" situation.
2025 # Remove these if host!=target.
2026 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"
2028 # Similarly, some are only suitable for cross toolchains.
2029 # Remove these if host=target.
2030 cross_only
="target-libgloss target-newlib target-opcodes"
2032 case $is_cross_compiler in
2033 no
) skipdirs
="${skipdirs} ${cross_only}" ;;
2034 yes) skipdirs
="${skipdirs} ${native_only}" ;;
2037 # If both --with-headers and --with-libs are specified, default to
2039 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno \
2040 && test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
2041 if test x
"${with_newlib}" = x
; then
2046 # Recognize --with-newlib/--without-newlib.
2047 case ${with_newlib} in
2048 no
) skipdirs
="${skipdirs} target-newlib" ;;
2049 yes) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
2052 # Handle --enable-gold.
2054 # Check whether --enable-gold or --disable-gold was given.
2055 if test "${enable_gold+set}" = set; then
2056 enableval
="$enable_gold"
2057 ENABLE_GOLD
=$enableval
2061 if test "${ENABLE_GOLD}" = "yes"; then
2062 # Check for ELF target.
2065 *-*-elf* |
*-*-sysv4* |
*-*-unixware* |
*-*-eabi* | hppa
*64*-*-hpux* \
2066 |
*-*-linux* | frv-
*-uclinux* |
*-*-irix5* |
*-*-irix6* \
2067 |
*-*-netbsd* |
*-*-openbsd* |
*-*-freebsd* |
*-*-solaris2*)
2069 *-*-linux*aout
* |
*-*-linux*oldld
*)
2077 if test "$is_elf" = "yes"; then
2078 # Check for target supported by gold.
2080 i?
86-*-* | x86_64-
*-* | sparc
*-*-* | powerpc
*-*-*)
2081 configdirs
="`echo " ${configdirs} " | sed -e 's/ ld / gold /'`"
2087 # Configure extra directories which are host specific
2091 configdirs
="$configdirs libtermcap" ;;
2094 # A target can indicate whether a language isn't supported for some reason.
2095 # Only spaces may be used in this macro; not newlines or tabs.
2096 unsupported_languages
=
2098 # Remove more programs from consideration, based on the host or
2099 # target this usually means that a port of the program doesn't
2104 noconfigdirs
="$noconfigdirs byacc"
2106 i
[3456789]86-*-vsta)
2107 noconfigdirs
="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl gnuserv gettext"
2109 i
[3456789]86-*-go32* | i
[3456789]86-*-msdosdjgpp*)
2110 noconfigdirs
="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
2113 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2115 i
[3456789]86-*-mingw32*)
2116 # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
2117 noconfigdirs
="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
2119 i
[3456789]86-*-beos*)
2120 noconfigdirs
="$noconfigdirs tk itcl libgui gdb"
2123 noconfigdirs
="$noconfigdirs autoconf automake send-pr rcs guile perl"
2126 noconfigdirs
="$noconfigdirs rcs"
2129 noconfigdirs
="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl gnuserv"
2132 noconfigdirs
="$noconfigdirs tk itcl libgui gdb dejagnu readline"
2137 # Check whether --enable-libada or --disable-libada was given.
2138 if test "${enable_libada+set}" = set; then
2139 enableval
="$enable_libada"
2140 ENABLE_LIBADA
=$enableval
2144 if test "${ENABLE_LIBADA}" != "yes" ; then
2145 noconfigdirs
="$noconfigdirs gnattools"
2148 # Check whether --enable-libssp or --disable-libssp was given.
2149 if test "${enable_libssp+set}" = set; then
2150 enableval
="$enable_libssp"
2151 ENABLE_LIBSSP
=$enableval
2156 # Save it here so that, even in case of --enable-libgcj, if the Java
2157 # front-end isn't enabled, we still get libgcj disabled.
2158 libgcj_saved
=$libgcj
2159 case $enable_libgcj in
2161 # If we reset it here, it won't get added to noconfigdirs in the
2162 # target-specific build rules, so it will be forcibly enabled
2163 # (unless the Java language itself isn't enabled).
2167 # Make sure we get it printed in the list of not supported target libs.
2168 noconfigdirs
="$noconfigdirs ${libgcj}"
2173 # Disable libmudflap on some systems.
2174 if test x
$enable_libmudflap = x
; then
2176 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu | bfin
*-*-uclinux* |
*-*-kopensolaris*-gnu)
2177 # Enable libmudflap by default in GNU and friends.
2180 # Enable libmudflap by default in FreeBSD.
2183 # Disable it by default everywhere else.
2184 noconfigdirs
="$noconfigdirs target-libmudflap"
2189 # Disable libgomp on non POSIX hosted systems.
2190 if test x
$enable_libgomp = x
; then
2191 # Enable libgomp by default on hosted POSIX systems.
2193 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
2195 *-*-netbsd* |
*-*-freebsd* |
*-*-openbsd*)
2197 *-*-solaris2* |
*-*-sysv4* |
*-*-irix6* |
*-*-osf* |
*-*-hpux11*)
2199 *-*-darwin* |
*-*-aix*)
2202 noconfigdirs
="$noconfigdirs target-libgomp"
2207 # Default libgloss CPU subdirectory.
2208 libgloss_dir
="$target_cpu"
2212 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2215 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2216 noconfigdirs
="$noconfigdirs sim target-rda"
2218 i
[3456789]86-*-darwin* | x86_64-
*-darwin[912]*)
2219 noconfigdirs
="$noconfigdirs ld gas gprof"
2220 noconfigdirs
="$noconfigdirs sim target-rda"
2223 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2224 noconfigdirs
="$noconfigdirs sim target-rda"
2225 noconfigdirs
="$noconfigdirs ${libgcj}"
2227 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2228 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2231 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2232 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2233 && test -f /usr
/local
/include
/gmp.h
; then
2237 # Skip some stuff that's unsupported on some FreeBSD configurations.
2242 noconfigdirs
="$noconfigdirs ${libgcj}"
2247 # Remove unsupported stuff on all kaOS configurations.
2248 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2249 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2250 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2251 noconfigdirs
="$noconfigdirs target-libgloss"
2254 # Skip some stuff on all NetBSD configurations.
2255 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2257 # Skip some stuff that's unsupported on some NetBSD configurations.
2259 i
*86-*-netbsdelf*) ;;
2260 arm
*-*-netbsdelf*) ;;
2262 noconfigdirs
="$noconfigdirs ${libgcj}"
2267 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2270 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2272 # The tpf target doesn't support gdb yet.
2274 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2277 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2280 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2283 # ld works, but does not support shared libraries.
2284 # newlib is not 64 bit ready. I'm not sure about fileutils.
2285 # gas doesn't generate exception information.
2286 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2289 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2292 # newlib is not 64 bit ready
2293 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2296 # newlib is not 64 bit ready
2297 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2300 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2303 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2305 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2306 noconfigdirs
="$noconfigdirs ${libgcj}"
2307 noconfigdirs
="$noconfigdirs target-examples"
2308 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2309 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2310 noconfigdirs
="$noconfigdirs expect dejagnu"
2311 # the C++ libraries don't build on top of CE's C libraries
2312 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2313 noconfigdirs
="$noconfigdirs target-newlib"
2315 *-*-cygwin*) ;; # keep gdb and readline
2316 *) noconfigdirs
="$noconfigdirs gdb readline"
2322 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2326 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2327 noconfigdirs
="$noconfigdirs ${libgcj}"
2330 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2331 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2334 arm
*-*-linux-gnueabi)
2335 noconfigdirs
="$noconfigdirs target-qthreads"
2336 case ${with_newlib} in
2337 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2342 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2346 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2349 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2352 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2355 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2358 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2361 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
2364 noconfigdirs
="$noconfigdirs gdb"
2365 if test x
${is_cross_compiler} != xno
; then
2366 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2369 c4x-
*-* | tic4x-
*-*)
2370 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2372 c54x
*-*-* | tic54x-
*-*)
2373 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2376 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2378 cris-
*-* | crisv32-
*-*)
2379 unsupported_languages
="$unsupported_languages java"
2382 unsupported_languages
="$unsupported_languages fortran"
2383 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2385 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2387 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2389 unsupported_languages
="$unsupported_languages fortran"
2390 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2395 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2398 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2401 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2403 ep9312-
*-elf | ep9312-
*-coff)
2407 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2410 noconfigdirs
="$noconfigdirs ${libgcj}"
2413 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2416 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2418 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2420 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2421 # In this case, it's because the hppa64-linux target is for
2422 # the kernel only at this point and has no libc, and thus no
2423 # headers, crt*.o, etc., all of which are needed by these.
2424 noconfigdirs
="$noconfigdirs target-zlib"
2426 parisc
*-*-linux* | hppa
*-*-linux*)
2430 hppa
*-*-openbsd* | \
2432 noconfigdirs
="$noconfigdirs ${libgcj}"
2435 noconfigdirs
="$noconfigdirs ld shellutils"
2441 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2442 # build on HP-UX 10.20.
2443 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2446 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2449 # No gdb support yet.
2450 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2453 # No gdb or ld support yet.
2454 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2457 # No gdb or ld support yet.
2458 noconfigdirs
="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
2462 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2463 noconfigdirs
="$noconfigdirs ${libgcj}"
2466 i
[3456789]86-*-linux*)
2467 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2468 # not build java stuff by default.
2471 noconfigdirs
="$noconfigdirs ${libgcj}";;
2474 # This section makes it possible to build newlib natively on linux.
2475 # If we are using a cross compiler then don't configure newlib.
2476 if test x
${is_cross_compiler} != xno
; then
2477 noconfigdirs
="$noconfigdirs target-newlib"
2479 noconfigdirs
="$noconfigdirs target-libgloss"
2480 # If we are not using a cross compiler, do configure newlib.
2481 # Note however, that newlib will only be configured in this situation
2482 # if the --with-newlib option has been given, because otherwise
2483 # 'target-newlib' will appear in skipdirs.
2485 i
[3456789]86-*-mingw32*)
2486 target_configdirs
="$target_configdirs target-winsup"
2487 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2490 target_configdirs
="$target_configdirs target-winsup"
2491 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2494 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2495 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2496 # always build newlib if winsup directory is present.
2497 if test -d "$srcdir/winsup/cygwin"; then
2498 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2499 elif test -d "$srcdir/newlib"; then
2500 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2503 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2504 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2507 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2509 i
[3456789]86-*-sco3.2v5
*)
2510 # The linker does not yet know about weak symbols in COFF,
2511 # and is not configured to handle mixed ELF and COFF.
2512 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2514 i
[3456789]86-*-sco*)
2515 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2517 i
[3456789]86-*-solaris2*)
2518 noconfigdirs
="$noconfigdirs target-libgloss"
2520 i
[3456789]86-*-sysv4*)
2521 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2523 i
[3456789]86-*-beos*)
2524 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2526 i
[3456789]86-*-rdos*)
2527 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2530 noconfigdirs
="$noconfigdirs ${libgcj}"
2532 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2533 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2534 libgloss_dir
=m68hc11
2537 noconfigdirs
="$noconfigdirs ${libgcj}"
2540 noconfigdirs
="$noconfigdirs ${libgcj}"
2542 m68
*-*-* | fido-
*-*)
2546 # The EPOC C++ environment does not support exceptions or rtti,
2547 # and so building libstdc++-v3 tends not to always work.
2548 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2551 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2552 unsupported_languages
="$unsupported_languages fortran java"
2555 noconfigdirs
="$noconfigdirs ${libgcj}"
2558 noconfigdirs
="$noconfigdirs ${libgcj}"
2561 noconfigdirs
="$noconfigdirs sim"
2564 # copied from rs6000-*-* entry
2565 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2567 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2568 target_configdirs
="$target_configdirs target-winsup"
2569 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2570 # always build newlib.
2571 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2573 # This is temporary until we can link against shared libraries
2574 powerpcle-
*-solaris*)
2575 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2579 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2582 noconfigdirs
="$noconfigdirs ${libgcj}"
2585 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2589 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2592 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2595 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2598 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2601 skipdirs
="$skipdirs target-libiberty"
2602 noconfigdirs
="$noconfigdirs ${libgcj}"
2603 if test x
$with_newlib = xyes
; then
2604 noconfigdirs
="$noconfigdirs gprof"
2609 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2612 # Linking libjava exceeds command-line length limits on at least
2613 # IRIX 6.2, but not on IRIX 6.5.
2614 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2615 # <oldham@codesourcery.com>
2616 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2619 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2622 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2625 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2629 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2633 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2634 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2635 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2636 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2638 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2640 sparclet-
*-aout* | sparc86x-
*-*)
2644 noconfigdirs
="$noconfigdirs ${libgcj}"
2647 noconfigdirs
="$noconfigdirs ${libgcj}"
2651 noconfigdirs
="$noconfigdirs ${libgcj}"
2655 noconfigdirs
="$noconfigdirs ${libgcj}"
2656 if test x
${is_cross_compiler} != xno
; then
2657 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2662 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2663 noconfigdirs
="$noconfigdirs ${libgcj}"
2665 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2668 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2671 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2674 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2677 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2680 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2683 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2686 noconfigdirs
="$noconfigdirs ${libgcj}"
2689 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2691 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
2692 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2695 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2698 noconfigdirs
="$noconfigdirs ${libgcj}"
2702 # If we aren't building newlib, then don't build libgloss, since libgloss
2703 # depends upon some newlib header files.
2704 case "${noconfigdirs}" in
2705 *target-libgloss
*) ;;
2706 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2709 # Work in distributions that contain no compiler tools, like Autoconf.
2711 host_makefile_frag
=/dev
/null
2712 if test -d ${srcdir}/config
; then
2715 # Avoid "too much defining" errors from HPUX compiler.
2716 tentative_cc
="cc -Wp,-H256000"
2717 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2718 # If it's HP/UX ar, this should be harmless.
2722 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2725 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2726 # chokes on bfd, the compiler won't let you assign integers to enums, and
2727 # other problems. Defining CC to gcc is a questionable way to say "don't use
2728 # the apollo compiler" (the preferred version of GCC could be called cc,
2729 # or whatever), but I'm not sure leaving CC as cc is any better...
2730 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2731 # Used to have BISON=yacc.
2735 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2738 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2739 tentative_cc
="cc -Xa"
2740 host_makefile_frag
="config/mh-cxux"
2742 m88k-motorola-sysv
*)
2745 tentative_cc
="cc -Wf,-XNg1000"
2746 host_makefile_frag
="config/mh-decstation"
2749 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2750 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2751 host_makefile_frag
="config/mh-necv4"
2754 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2755 # environment. Also bump switch table size so that cp-parse will
2756 # compile. Bump string length limit so linker builds.
2757 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2760 host_makefile_frag
="config/mh-sysv4"
2763 # This is for a MIPS running RISC/os 4.52C.
2765 # This is needed for GDB, but needs to be in the top-level make because
2766 # if a library is compiled with the bsd headers and gets linked with the
2767 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2768 # a different size).
2769 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2770 # known except to select the sysv environment. Could we use /proc instead?
2771 # These "sysv environments" and "bsd environments" often end up being a pain.
2773 # This is not part of CFLAGS because perhaps not all C compilers have this
2775 tentative_cc
="cc -systype sysv"
2780 i
[3456789]86-*-sysv5*)
2781 host_makefile_frag
="config/mh-sysv5"
2783 i
[3456789]86-*-dgux*)
2784 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2785 host_makefile_frag
="config/mh-dgux386"
2787 i
[3456789]86-ncr-sysv4.3
*)
2788 # The MetaWare compiler will generate a copyright message unless you
2789 # turn it off by adding the -Hnocopyr flag.
2790 tentative_cc
="cc -Hnocopyr"
2792 i
[3456789]86-ncr-sysv4*)
2793 # for an NCR 3000 (i486/SVR4) system.
2794 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2795 # This compiler not only emits obnoxious copyright messages every time
2796 # you run it, but it chokes and dies on a whole bunch of GNU source
2797 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2798 tentative_cc
="/usr/ccs/ATT/cc"
2799 host_makefile_frag
="config/mh-ncr3000"
2801 i
[3456789]86-*-sco3.2v5
*)
2803 i
[3456789]86-*-sco*)
2804 # The native C compiler botches some simple uses of const. Unfortunately,
2805 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2806 tentative_cc
="cc -Dconst="
2807 host_makefile_frag
="config/mh-sco"
2809 i
[3456789]86-*-udk*)
2810 host_makefile_frag
="config/mh-sysv5"
2812 i
[3456789]86-*-solaris2*)
2813 host_makefile_frag
="config/mh-sysv4"
2815 i
[3456789]86-*-msdosdjgpp*)
2816 host_makefile_frag
="config/mh-djgpp"
2820 echo "$as_me:$LINENO: checking to see if cat works as expected" >&5
2821 echo $ECHO_N "checking to see if cat works as expected... $ECHO_C" >&6
2822 echo a
>cygwin-cat-check
2823 if test `cat cygwin-cat-check` == a
; then
2825 echo "$as_me:$LINENO: result: yes" >&5
2826 echo "${ECHO_T}yes" >&6
2829 echo "$as_me:$LINENO: result: no" >&5
2830 echo "${ECHO_T}no" >&6
2831 { { echo "$as_me:$LINENO: error: The cat command does not ignore carriage return characters.
2832 Please either mount the build directory in binary mode or run the following
2833 commands before running any configure script:
2837 echo "$as_me: error: The cat command does not ignore carriage return characters.
2838 Please either mount the build directory in binary mode or run the following
2839 commands before running any configure script:
2843 { (exit 1); exit 1; }; }
2846 host_makefile_frag
="config/mh-cygwin"
2849 host_makefile_frag
="config/mh-mingw"
2852 host_makefile_frag
="config/mh-interix"
2855 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2859 host_makefile_frag
="config/mh-solaris"
2862 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2863 # without overflowing the jump tables (-J says to use a 32 bit table)
2864 tentative_cc
="cc -J"
2867 tentative_cc
="cc -Wp,-H256000"
2868 host_makefile_frag
="config/mh-pa-hpux10"
2870 hppa
*-hp-hpux* | hppa
*-*-hiux*)
2871 tentative_cc
="cc -Wp,-H256000"
2872 host_makefile_frag
="config/mh-pa"
2875 host_makefile_frag
="config/mh-pa"
2877 *-hp-hpux* |
*-*-hiux*)
2878 tentative_cc
="cc -Wp,-H256000"
2881 # /bin/cc is less than useful for our purposes. Always use GCC
2882 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2883 host_makefile_frag
="config/mh-lynxrs6k"
2886 host_makefile_frag
="config/mh-ppc-darwin"
2889 host_makefile_frag
="config/mh-ppc-aix"
2892 host_makefile_frag
="config/mh-ppc-aix"
2895 # /bin/cc is less than useful for our purposes. Always use GCC
2896 tentative_cc
="/bin/gcc"
2899 host_makefile_frag
="config/mh-sysv4"
2901 # This is placed last to prevent interfering with the cases above.
2903 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2904 host_makefile_frag
="config/mh-x86omitfp"
2909 # If we aren't going to be using gcc, see if we can extract a definition
2910 # of CC from the fragment.
2911 # Actually, use the 'pre-extracted' version above.
2912 if test -z "${CC}" && test "${build}" = "${host}" ; then
2913 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2915 for dir
in $PATH; do
2916 test -z "$dir" && dir
=.
2917 if test -f $dir/gcc
; then
2923 if test -z "${found}" && test -n "${tentative_cc}" ; then
2928 if test "${build}" != "${host}" ; then
2929 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2930 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2931 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2932 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2933 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2934 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2935 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2936 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2937 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2938 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2939 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2940 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2942 AR_FOR_BUILD
="\$(AR)"
2943 AS_FOR_BUILD
="\$(AS)"
2944 CC_FOR_BUILD
="\$(CC)"
2945 CXX_FOR_BUILD
="\$(CXX)"
2946 GCJ_FOR_BUILD
="\$(GCJ)"
2947 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2948 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2949 LD_FOR_BUILD
="\$(LD)"
2950 NM_FOR_BUILD
="\$(NM)"
2951 RANLIB_FOR_BUILD
="\$(RANLIB)"
2952 WINDRES_FOR_BUILD
="\$(WINDRES)"
2953 WINDMC_FOR_BUILD
="\$(WINDMC)"
2957 ac_cpp
='$CPP $CPPFLAGS'
2958 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2959 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2960 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2961 if test -n "$ac_tool_prefix"; then
2962 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2963 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2964 echo "$as_me:$LINENO: checking for $ac_word" >&5
2965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2966 if test "${ac_cv_prog_CC+set}" = set; then
2967 echo $ECHO_N "(cached) $ECHO_C" >&6
2969 if test -n "$CC"; then
2970 ac_cv_prog_CC
="$CC" # Let the user override the test.
2972 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2976 test -z "$as_dir" && as_dir
=.
2977 for ac_exec_ext
in '' $ac_executable_extensions; do
2978 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2979 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2989 if test -n "$CC"; then
2990 echo "$as_me:$LINENO: result: $CC" >&5
2991 echo "${ECHO_T}$CC" >&6
2993 echo "$as_me:$LINENO: result: no" >&5
2994 echo "${ECHO_T}no" >&6
2998 if test -z "$ac_cv_prog_CC"; then
3000 # Extract the first word of "gcc", so it can be a program name with args.
3001 set dummy gcc
; ac_word
=$2
3002 echo "$as_me:$LINENO: checking for $ac_word" >&5
3003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3004 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3005 echo $ECHO_N "(cached) $ECHO_C" >&6
3007 if test -n "$ac_ct_CC"; then
3008 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3010 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3014 test -z "$as_dir" && as_dir
=.
3015 for ac_exec_ext
in '' $ac_executable_extensions; do
3016 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3017 ac_cv_prog_ac_ct_CC
="gcc"
3018 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3026 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3027 if test -n "$ac_ct_CC"; then
3028 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3029 echo "${ECHO_T}$ac_ct_CC" >&6
3031 echo "$as_me:$LINENO: result: no" >&5
3032 echo "${ECHO_T}no" >&6
3040 if test -z "$CC"; then
3041 if test -n "$ac_tool_prefix"; then
3042 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3043 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3044 echo "$as_me:$LINENO: checking for $ac_word" >&5
3045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3046 if test "${ac_cv_prog_CC+set}" = set; then
3047 echo $ECHO_N "(cached) $ECHO_C" >&6
3049 if test -n "$CC"; then
3050 ac_cv_prog_CC
="$CC" # Let the user override the test.
3052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3056 test -z "$as_dir" && as_dir
=.
3057 for ac_exec_ext
in '' $ac_executable_extensions; do
3058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3059 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3060 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3069 if test -n "$CC"; then
3070 echo "$as_me:$LINENO: result: $CC" >&5
3071 echo "${ECHO_T}$CC" >&6
3073 echo "$as_me:$LINENO: result: no" >&5
3074 echo "${ECHO_T}no" >&6
3078 if test -z "$ac_cv_prog_CC"; then
3080 # Extract the first word of "cc", so it can be a program name with args.
3081 set dummy cc
; ac_word
=$2
3082 echo "$as_me:$LINENO: checking for $ac_word" >&5
3083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3085 echo $ECHO_N "(cached) $ECHO_C" >&6
3087 if test -n "$ac_ct_CC"; then
3088 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3090 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3094 test -z "$as_dir" && as_dir
=.
3095 for ac_exec_ext
in '' $ac_executable_extensions; do
3096 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3097 ac_cv_prog_ac_ct_CC
="cc"
3098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3106 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3107 if test -n "$ac_ct_CC"; then
3108 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3109 echo "${ECHO_T}$ac_ct_CC" >&6
3111 echo "$as_me:$LINENO: result: no" >&5
3112 echo "${ECHO_T}no" >&6
3121 if test -z "$CC"; then
3122 # Extract the first word of "cc", so it can be a program name with args.
3123 set dummy cc
; ac_word
=$2
3124 echo "$as_me:$LINENO: checking for $ac_word" >&5
3125 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3126 if test "${ac_cv_prog_CC+set}" = set; then
3127 echo $ECHO_N "(cached) $ECHO_C" >&6
3129 if test -n "$CC"; then
3130 ac_cv_prog_CC
="$CC" # Let the user override the test.
3133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3137 test -z "$as_dir" && as_dir
=.
3138 for ac_exec_ext
in '' $ac_executable_extensions; do
3139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3140 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3141 ac_prog_rejected
=yes
3145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 if test $ac_prog_rejected = yes; then
3152 # We found a bogon in the path, so make sure we never use it.
3153 set dummy
$ac_cv_prog_CC
3155 if test $# != 0; then
3156 # We chose a different compiler from the bogus one.
3157 # However, it has the same basename, so the bogon will be chosen
3158 # first if we set CC to just the basename; use the full file name.
3160 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3166 if test -n "$CC"; then
3167 echo "$as_me:$LINENO: result: $CC" >&5
3168 echo "${ECHO_T}$CC" >&6
3170 echo "$as_me:$LINENO: result: no" >&5
3171 echo "${ECHO_T}no" >&6
3175 if test -z "$CC"; then
3176 if test -n "$ac_tool_prefix"; then
3179 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3180 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3181 echo "$as_me:$LINENO: checking for $ac_word" >&5
3182 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3183 if test "${ac_cv_prog_CC+set}" = set; then
3184 echo $ECHO_N "(cached) $ECHO_C" >&6
3186 if test -n "$CC"; then
3187 ac_cv_prog_CC
="$CC" # Let the user override the test.
3189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3193 test -z "$as_dir" && as_dir
=.
3194 for ac_exec_ext
in '' $ac_executable_extensions; do
3195 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3196 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3197 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3206 if test -n "$CC"; then
3207 echo "$as_me:$LINENO: result: $CC" >&5
3208 echo "${ECHO_T}$CC" >&6
3210 echo "$as_me:$LINENO: result: no" >&5
3211 echo "${ECHO_T}no" >&6
3214 test -n "$CC" && break
3217 if test -z "$CC"; then
3221 # Extract the first word of "$ac_prog", so it can be a program name with args.
3222 set dummy
$ac_prog; ac_word
=$2
3223 echo "$as_me:$LINENO: checking for $ac_word" >&5
3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3225 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3228 if test -n "$ac_ct_CC"; then
3229 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3231 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3235 test -z "$as_dir" && as_dir
=.
3236 for ac_exec_ext
in '' $ac_executable_extensions; do
3237 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3238 ac_cv_prog_ac_ct_CC
="$ac_prog"
3239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3247 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3248 if test -n "$ac_ct_CC"; then
3249 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3250 echo "${ECHO_T}$ac_ct_CC" >&6
3252 echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6
3256 test -n "$ac_ct_CC" && break
3265 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3266 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3267 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3268 See \`config.log' for more details." >&5
3269 echo "$as_me: error: no acceptable C compiler found in \$PATH
3270 See \`config.log' for more details." >&2;}
3271 { (exit 1); exit 1; }; }; }
3273 # Provide some information about the compiler.
3274 echo "$as_me:$LINENO:" \
3275 "checking for C compiler version" >&5
3276 ac_compiler
=`set X $ac_compile; echo $2`
3277 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3278 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3281 (exit $ac_status); }
3282 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3283 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3286 (exit $ac_status); }
3287 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3288 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3291 (exit $ac_status); }
3293 cat >conftest.
$ac_ext <<_ACEOF
3296 cat confdefs.h
>>conftest.
$ac_ext
3297 cat >>conftest.
$ac_ext <<_ACEOF
3298 /* end confdefs.h. */
3308 ac_clean_files_save
=$ac_clean_files
3309 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3310 # Try to create an executable without -o first, disregard a.out.
3311 # It will help us diagnose broken compilers, and finding out an intuition
3313 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3314 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3315 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3316 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3317 (eval $ac_link_default) 2>&5
3319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3320 (exit $ac_status); }; then
3321 # Find the output, starting from the most likely. This scheme is
3322 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3325 # Be careful to initialize this variable, since it used to be cached.
3326 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3328 # b.out is created by i960 compilers.
3329 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3331 test -f "$ac_file" ||
continue
3333 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3336 # This is the source file.
3339 # We found the default executable, but exeext='' is most
3343 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3344 # FIXME: I believe we export ac_cv_exeext for Libtool,
3345 # but it would be cool to find out if it's true. Does anybody
3346 # maintain Libtool? --akim.
3354 echo "$as_me: failed program was:" >&5
3355 sed 's/^/| /' conftest.
$ac_ext >&5
3357 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3358 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3359 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3360 See \`config.log' for more details." >&5
3361 echo "$as_me: error: C compiler cannot create executables
3362 See \`config.log' for more details." >&2;}
3363 { (exit 77); exit 77; }; }; }
3366 ac_exeext
=$ac_cv_exeext
3367 echo "$as_me:$LINENO: result: $ac_file" >&5
3368 echo "${ECHO_T}$ac_file" >&6
3370 # Check the compiler produces executables we can run. If not, either
3371 # the compiler is broken, or we cross compile.
3372 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3373 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3374 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3375 # If not cross compiling, check that we can run a simple program.
3376 if test "$cross_compiling" != yes; then
3377 if { ac_try
='./$ac_file'
3378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3382 (exit $ac_status); }; }; then
3385 if test "$cross_compiling" = maybe
; then
3388 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3389 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3390 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3391 If you meant to cross compile, use \`--host'.
3392 See \`config.log' for more details." >&5
3393 echo "$as_me: error: cannot run C compiled programs.
3394 If you meant to cross compile, use \`--host'.
3395 See \`config.log' for more details." >&2;}
3396 { (exit 1); exit 1; }; }; }
3400 echo "$as_me:$LINENO: result: yes" >&5
3401 echo "${ECHO_T}yes" >&6
3403 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3404 ac_clean_files
=$ac_clean_files_save
3405 # Check the compiler produces executables we can run. If not, either
3406 # the compiler is broken, or we cross compile.
3407 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3408 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3409 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3410 echo "${ECHO_T}$cross_compiling" >&6
3412 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3413 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3415 (eval $ac_link) 2>&5
3417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418 (exit $ac_status); }; then
3419 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3420 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3421 # work properly (i.e., refer to `conftest.exe'), while it won't with
3423 for ac_file
in conftest.exe conftest conftest.
*; do
3424 test -f "$ac_file" ||
continue
3426 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3427 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3434 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3435 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3436 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3437 See \`config.log' for more details." >&5
3438 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3439 See \`config.log' for more details." >&2;}
3440 { (exit 1); exit 1; }; }; }
3443 rm -f conftest
$ac_cv_exeext
3444 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3445 echo "${ECHO_T}$ac_cv_exeext" >&6
3447 rm -f conftest.
$ac_ext
3448 EXEEXT
=$ac_cv_exeext
3450 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3451 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3452 if test "${ac_cv_objext+set}" = set; then
3453 echo $ECHO_N "(cached) $ECHO_C" >&6
3455 cat >conftest.
$ac_ext <<_ACEOF
3458 cat confdefs.h
>>conftest.
$ac_ext
3459 cat >>conftest.
$ac_ext <<_ACEOF
3460 /* end confdefs.h. */
3470 rm -f conftest.o conftest.obj
3471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3472 (eval $ac_compile) 2>&5
3474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3475 (exit $ac_status); }; then
3476 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3478 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3479 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3484 echo "$as_me: failed program was:" >&5
3485 sed 's/^/| /' conftest.
$ac_ext >&5
3487 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3488 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3489 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3490 See \`config.log' for more details." >&5
3491 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3492 See \`config.log' for more details." >&2;}
3493 { (exit 1); exit 1; }; }; }
3496 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3498 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3499 echo "${ECHO_T}$ac_cv_objext" >&6
3500 OBJEXT
=$ac_cv_objext
3502 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3503 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3504 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3505 echo $ECHO_N "(cached) $ECHO_C" >&6
3507 cat >conftest.
$ac_ext <<_ACEOF
3510 cat confdefs.h
>>conftest.
$ac_ext
3511 cat >>conftest.
$ac_ext <<_ACEOF
3512 /* end confdefs.h. */
3525 rm -f conftest.
$ac_objext
3526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3527 (eval $ac_compile) 2>conftest.er1
3529 grep -v '^ *+' conftest.er1
>conftest.err
3531 cat conftest.err
>&5
3532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3533 (exit $ac_status); } &&
3534 { ac_try
='test -z "$ac_c_werror_flag"
3535 || test ! -s conftest.err'
3536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3540 (exit $ac_status); }; } &&
3541 { ac_try
='test -s conftest.$ac_objext'
3542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3546 (exit $ac_status); }; }; then
3549 echo "$as_me: failed program was:" >&5
3550 sed 's/^/| /' conftest.
$ac_ext >&5
3554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3555 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3558 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3559 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3560 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3561 ac_test_CFLAGS
=${CFLAGS+set}
3562 ac_save_CFLAGS
=$CFLAGS
3564 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3565 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3566 if test "${ac_cv_prog_cc_g+set}" = set; then
3567 echo $ECHO_N "(cached) $ECHO_C" >&6
3569 cat >conftest.
$ac_ext <<_ACEOF
3572 cat confdefs.h
>>conftest.
$ac_ext
3573 cat >>conftest.
$ac_ext <<_ACEOF
3574 /* end confdefs.h. */
3584 rm -f conftest.
$ac_objext
3585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3586 (eval $ac_compile) 2>conftest.er1
3588 grep -v '^ *+' conftest.er1
>conftest.err
3590 cat conftest.err
>&5
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } &&
3593 { ac_try
='test -z "$ac_c_werror_flag"
3594 || test ! -s conftest.err'
3595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3599 (exit $ac_status); }; } &&
3600 { ac_try
='test -s conftest.$ac_objext'
3601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605 (exit $ac_status); }; }; then
3608 echo "$as_me: failed program was:" >&5
3609 sed 's/^/| /' conftest.
$ac_ext >&5
3613 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3615 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3616 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3617 if test "$ac_test_CFLAGS" = set; then
3618 CFLAGS
=$ac_save_CFLAGS
3619 elif test $ac_cv_prog_cc_g = yes; then
3620 if test "$GCC" = yes; then
3626 if test "$GCC" = yes; then
3632 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3633 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3634 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3637 ac_cv_prog_cc_stdc
=no
3639 cat >conftest.
$ac_ext <<_ACEOF
3642 cat confdefs.h
>>conftest.
$ac_ext
3643 cat >>conftest.
$ac_ext <<_ACEOF
3644 /* end confdefs.h. */
3647 #include <sys/types.h>
3648 #include <sys/stat.h>
3649 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3650 struct buf { int x; };
3651 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3652 static char *e (p, i)
3658 static char *f (char * (*g) (char **, int), char **p, ...)
3663 s = g (p, va_arg (v,int));
3668 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3669 function prototypes and stuff, but not '\xHH' hex character constants.
3670 These don't provoke an error unfortunately, instead are silently treated
3671 as 'x'. The following induces an error, until -std1 is added to get
3672 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3673 array size at least. It's necessary to write '\x00'==0 to get something
3674 that's true only with -std1. */
3675 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3677 int test (int i, double x);
3678 struct s1 {int (*f) (int a);};
3679 struct s2 {int (*f) (double a);};
3680 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3686 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3691 # Don't try gcc -ansi; that turns off useful extensions and
3692 # breaks some systems' header files.
3693 # AIX -qlanglvl=ansi
3694 # Ultrix and OSF/1 -std1
3695 # HP-UX 10.20 and later -Ae
3696 # HP-UX older versions -Aa -D_HPUX_SOURCE
3697 # SVR4 -Xc -D__EXTENSIONS__
3698 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3700 CC
="$ac_save_CC $ac_arg"
3701 rm -f conftest.
$ac_objext
3702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3703 (eval $ac_compile) 2>conftest.er1
3705 grep -v '^ *+' conftest.er1
>conftest.err
3707 cat conftest.err
>&5
3708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3709 (exit $ac_status); } &&
3710 { ac_try
='test -z "$ac_c_werror_flag"
3711 || test ! -s conftest.err'
3712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3716 (exit $ac_status); }; } &&
3717 { ac_try
='test -s conftest.$ac_objext'
3718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3722 (exit $ac_status); }; }; then
3723 ac_cv_prog_cc_stdc
=$ac_arg
3726 echo "$as_me: failed program was:" >&5
3727 sed 's/^/| /' conftest.
$ac_ext >&5
3730 rm -f conftest.err conftest.
$ac_objext
3732 rm -f conftest.
$ac_ext conftest.
$ac_objext
3737 case "x$ac_cv_prog_cc_stdc" in
3739 echo "$as_me:$LINENO: result: none needed" >&5
3740 echo "${ECHO_T}none needed" >&6 ;;
3742 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3743 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3744 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3747 # Some people use a C++ compiler to compile C. Since we use `exit',
3748 # in C++ we need to declare it. In case someone uses the same compiler
3749 # for both compiling C and C++ we need to have the C++ compiler decide
3750 # the declaration of exit, since it's the most demanding environment.
3751 cat >conftest.
$ac_ext <<_ACEOF
3756 rm -f conftest.
$ac_objext
3757 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3758 (eval $ac_compile) 2>conftest.er1
3760 grep -v '^ *+' conftest.er1
>conftest.err
3762 cat conftest.err
>&5
3763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3764 (exit $ac_status); } &&
3765 { ac_try
='test -z "$ac_c_werror_flag"
3766 || test ! -s conftest.err'
3767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3771 (exit $ac_status); }; } &&
3772 { ac_try
='test -s conftest.$ac_objext'
3773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3777 (exit $ac_status); }; }; then
3778 for ac_declaration
in \
3780 'extern "C" void std::exit (int) throw (); using std::exit;' \
3781 'extern "C" void std::exit (int); using std::exit;' \
3782 'extern "C" void exit (int) throw ();' \
3783 'extern "C" void exit (int);' \
3786 cat >conftest.
$ac_ext <<_ACEOF
3789 cat confdefs.h
>>conftest.
$ac_ext
3790 cat >>conftest.
$ac_ext <<_ACEOF
3791 /* end confdefs.h. */
3802 rm -f conftest.
$ac_objext
3803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3804 (eval $ac_compile) 2>conftest.er1
3806 grep -v '^ *+' conftest.er1
>conftest.err
3808 cat conftest.err
>&5
3809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810 (exit $ac_status); } &&
3811 { ac_try
='test -z "$ac_c_werror_flag"
3812 || test ! -s conftest.err'
3813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3817 (exit $ac_status); }; } &&
3818 { ac_try
='test -s conftest.$ac_objext'
3819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3823 (exit $ac_status); }; }; then
3826 echo "$as_me: failed program was:" >&5
3827 sed 's/^/| /' conftest.
$ac_ext >&5
3831 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3832 cat >conftest.
$ac_ext <<_ACEOF
3835 cat confdefs.h
>>conftest.
$ac_ext
3836 cat >>conftest.
$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3847 rm -f conftest.
$ac_objext
3848 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3849 (eval $ac_compile) 2>conftest.er1
3851 grep -v '^ *+' conftest.er1
>conftest.err
3853 cat conftest.err
>&5
3854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 (exit $ac_status); } &&
3856 { ac_try
='test -z "$ac_c_werror_flag"
3857 || test ! -s conftest.err'
3858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3862 (exit $ac_status); }; } &&
3863 { ac_try
='test -s conftest.$ac_objext'
3864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3868 (exit $ac_status); }; }; then
3871 echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.
$ac_ext >&5
3875 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3878 if test -n "$ac_declaration"; then
3879 echo '#ifdef __cplusplus' >>confdefs.h
3880 echo $ac_declaration >>confdefs.h
3881 echo '#endif' >>confdefs.h
3885 echo "$as_me: failed program was:" >&5
3886 sed 's/^/| /' conftest.
$ac_ext >&5
3889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3891 ac_cpp
='$CPP $CPPFLAGS'
3892 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3893 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3894 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3897 ac_cpp
='$CXXCPP $CPPFLAGS'
3898 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3899 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3900 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3901 if test -n "$ac_tool_prefix"; then
3902 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3904 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3905 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3906 echo "$as_me:$LINENO: checking for $ac_word" >&5
3907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3908 if test "${ac_cv_prog_CXX+set}" = set; then
3909 echo $ECHO_N "(cached) $ECHO_C" >&6
3911 if test -n "$CXX"; then
3912 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3918 test -z "$as_dir" && as_dir
=.
3919 for ac_exec_ext
in '' $ac_executable_extensions; do
3920 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3921 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3931 if test -n "$CXX"; then
3932 echo "$as_me:$LINENO: result: $CXX" >&5
3933 echo "${ECHO_T}$CXX" >&6
3935 echo "$as_me:$LINENO: result: no" >&5
3936 echo "${ECHO_T}no" >&6
3939 test -n "$CXX" && break
3942 if test -z "$CXX"; then
3944 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3946 # Extract the first word of "$ac_prog", so it can be a program name with args.
3947 set dummy
$ac_prog; ac_word
=$2
3948 echo "$as_me:$LINENO: checking for $ac_word" >&5
3949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3950 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3951 echo $ECHO_N "(cached) $ECHO_C" >&6
3953 if test -n "$ac_ct_CXX"; then
3954 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3960 test -z "$as_dir" && as_dir
=.
3961 for ac_exec_ext
in '' $ac_executable_extensions; do
3962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3963 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3972 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3973 if test -n "$ac_ct_CXX"; then
3974 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3975 echo "${ECHO_T}$ac_ct_CXX" >&6
3977 echo "$as_me:$LINENO: result: no" >&5
3978 echo "${ECHO_T}no" >&6
3981 test -n "$ac_ct_CXX" && break
3983 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3989 # Provide some information about the compiler.
3990 echo "$as_me:$LINENO:" \
3991 "checking for C++ compiler version" >&5
3992 ac_compiler
=`set X $ac_compile; echo $2`
3993 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3994 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997 (exit $ac_status); }
3998 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3999 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4002 (exit $ac_status); }
4003 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4004 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4007 (exit $ac_status); }
4009 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4010 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
4011 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4012 echo $ECHO_N "(cached) $ECHO_C" >&6
4014 cat >conftest.
$ac_ext <<_ACEOF
4017 cat confdefs.h
>>conftest.
$ac_ext
4018 cat >>conftest.
$ac_ext <<_ACEOF
4019 /* end confdefs.h. */
4032 rm -f conftest.
$ac_objext
4033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4034 (eval $ac_compile) 2>conftest.er1
4036 grep -v '^ *+' conftest.er1
>conftest.err
4038 cat conftest.err
>&5
4039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040 (exit $ac_status); } &&
4041 { ac_try
='test -z "$ac_cxx_werror_flag"
4042 || test ! -s conftest.err'
4043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4047 (exit $ac_status); }; } &&
4048 { ac_try
='test -s conftest.$ac_objext'
4049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); }; }; then
4056 echo "$as_me: failed program was:" >&5
4057 sed 's/^/| /' conftest.
$ac_ext >&5
4061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4062 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4065 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4066 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4067 GXX
=`test $ac_compiler_gnu = yes && echo yes`
4068 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4069 ac_save_CXXFLAGS
=$CXXFLAGS
4071 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4072 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4073 if test "${ac_cv_prog_cxx_g+set}" = set; then
4074 echo $ECHO_N "(cached) $ECHO_C" >&6
4076 cat >conftest.
$ac_ext <<_ACEOF
4079 cat confdefs.h
>>conftest.
$ac_ext
4080 cat >>conftest.
$ac_ext <<_ACEOF
4081 /* end confdefs.h. */
4091 rm -f conftest.
$ac_objext
4092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4093 (eval $ac_compile) 2>conftest.er1
4095 grep -v '^ *+' conftest.er1
>conftest.err
4097 cat conftest.err
>&5
4098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099 (exit $ac_status); } &&
4100 { ac_try
='test -z "$ac_cxx_werror_flag"
4101 || test ! -s conftest.err'
4102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4106 (exit $ac_status); }; } &&
4107 { ac_try
='test -s conftest.$ac_objext'
4108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4112 (exit $ac_status); }; }; then
4113 ac_cv_prog_cxx_g
=yes
4115 echo "$as_me: failed program was:" >&5
4116 sed 's/^/| /' conftest.
$ac_ext >&5
4120 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4122 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4123 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4124 if test "$ac_test_CXXFLAGS" = set; then
4125 CXXFLAGS
=$ac_save_CXXFLAGS
4126 elif test $ac_cv_prog_cxx_g = yes; then
4127 if test "$GXX" = yes; then
4133 if test "$GXX" = yes; then
4139 for ac_declaration
in \
4141 'extern "C" void std::exit (int) throw (); using std::exit;' \
4142 'extern "C" void std::exit (int); using std::exit;' \
4143 'extern "C" void exit (int) throw ();' \
4144 'extern "C" void exit (int);' \
4147 cat >conftest.
$ac_ext <<_ACEOF
4150 cat confdefs.h
>>conftest.
$ac_ext
4151 cat >>conftest.
$ac_ext <<_ACEOF
4152 /* end confdefs.h. */
4163 rm -f conftest.
$ac_objext
4164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4165 (eval $ac_compile) 2>conftest.er1
4167 grep -v '^ *+' conftest.er1
>conftest.err
4169 cat conftest.err
>&5
4170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171 (exit $ac_status); } &&
4172 { ac_try
='test -z "$ac_cxx_werror_flag"
4173 || test ! -s conftest.err'
4174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178 (exit $ac_status); }; } &&
4179 { ac_try
='test -s conftest.$ac_objext'
4180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4184 (exit $ac_status); }; }; then
4187 echo "$as_me: failed program was:" >&5
4188 sed 's/^/| /' conftest.
$ac_ext >&5
4192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4193 cat >conftest.
$ac_ext <<_ACEOF
4196 cat confdefs.h
>>conftest.
$ac_ext
4197 cat >>conftest.
$ac_ext <<_ACEOF
4198 /* end confdefs.h. */
4208 rm -f conftest.
$ac_objext
4209 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4210 (eval $ac_compile) 2>conftest.er1
4212 grep -v '^ *+' conftest.er1
>conftest.err
4214 cat conftest.err
>&5
4215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4216 (exit $ac_status); } &&
4217 { ac_try
='test -z "$ac_cxx_werror_flag"
4218 || test ! -s conftest.err'
4219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4223 (exit $ac_status); }; } &&
4224 { ac_try
='test -s conftest.$ac_objext'
4225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); }; }; then
4232 echo "$as_me: failed program was:" >&5
4233 sed 's/^/| /' conftest.
$ac_ext >&5
4236 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4239 if test -n "$ac_declaration"; then
4240 echo '#ifdef __cplusplus' >>confdefs.h
4241 echo $ac_declaration >>confdefs.h
4242 echo '#endif' >>confdefs.h
4246 ac_cpp
='$CPP $CPPFLAGS'
4247 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4248 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4249 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4252 # We must set the default linker to the linker used by gcc for the correct
4253 # operation of libtool. If LD is not defined and we are using gcc, try to
4254 # set the LD default to the ld used by gcc.
4255 if test -z "$LD"; then
4256 if test "$GCC" = yes; then
4259 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4261 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4263 case $gcc_prog_ld in
4264 # Accept absolute paths.
4265 [\\/]* |
[A-Za-z
]:[\\/]*)
4266 LD
="$gcc_prog_ld" ;;
4274 if test -n "$ac_tool_prefix"; then
4275 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4276 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4277 echo "$as_me:$LINENO: checking for $ac_word" >&5
4278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4279 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4280 echo $ECHO_N "(cached) $ECHO_C" >&6
4282 if test -n "$GNATBIND"; then
4283 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4285 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4289 test -z "$as_dir" && as_dir
=.
4290 for ac_exec_ext
in '' $ac_executable_extensions; do
4291 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4292 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 GNATBIND
=$ac_cv_prog_GNATBIND
4302 if test -n "$GNATBIND"; then
4303 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4304 echo "${ECHO_T}$GNATBIND" >&6
4306 echo "$as_me:$LINENO: result: no" >&5
4307 echo "${ECHO_T}no" >&6
4311 if test -z "$ac_cv_prog_GNATBIND"; then
4312 ac_ct_GNATBIND
=$GNATBIND
4313 # Extract the first word of "gnatbind", so it can be a program name with args.
4314 set dummy gnatbind
; ac_word
=$2
4315 echo "$as_me:$LINENO: checking for $ac_word" >&5
4316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4317 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4318 echo $ECHO_N "(cached) $ECHO_C" >&6
4320 if test -n "$ac_ct_GNATBIND"; then
4321 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4327 test -z "$as_dir" && as_dir
=.
4328 for ac_exec_ext
in '' $ac_executable_extensions; do
4329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4330 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4337 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4340 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4341 if test -n "$ac_ct_GNATBIND"; then
4342 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4343 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4345 echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6
4349 GNATBIND
=$ac_ct_GNATBIND
4351 GNATBIND
="$ac_cv_prog_GNATBIND"
4354 if test -n "$ac_tool_prefix"; then
4355 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4356 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4357 echo "$as_me:$LINENO: checking for $ac_word" >&5
4358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4359 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4360 echo $ECHO_N "(cached) $ECHO_C" >&6
4362 if test -n "$GNATMAKE"; then
4363 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4369 test -z "$as_dir" && as_dir
=.
4370 for ac_exec_ext
in '' $ac_executable_extensions; do
4371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4372 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4381 GNATMAKE
=$ac_cv_prog_GNATMAKE
4382 if test -n "$GNATMAKE"; then
4383 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4384 echo "${ECHO_T}$GNATMAKE" >&6
4386 echo "$as_me:$LINENO: result: no" >&5
4387 echo "${ECHO_T}no" >&6
4391 if test -z "$ac_cv_prog_GNATMAKE"; then
4392 ac_ct_GNATMAKE
=$GNATMAKE
4393 # Extract the first word of "gnatmake", so it can be a program name with args.
4394 set dummy gnatmake
; ac_word
=$2
4395 echo "$as_me:$LINENO: checking for $ac_word" >&5
4396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4397 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4398 echo $ECHO_N "(cached) $ECHO_C" >&6
4400 if test -n "$ac_ct_GNATMAKE"; then
4401 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4407 test -z "$as_dir" && as_dir
=.
4408 for ac_exec_ext
in '' $ac_executable_extensions; do
4409 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4410 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4417 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4420 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4421 if test -n "$ac_ct_GNATMAKE"; then
4422 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4423 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4425 echo "$as_me:$LINENO: result: no" >&5
4426 echo "${ECHO_T}no" >&6
4429 GNATMAKE
=$ac_ct_GNATMAKE
4431 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4434 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4435 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4436 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4437 echo $ECHO_N "(cached) $ECHO_C" >&6
4439 cat >conftest.adb
<<EOF
4440 procedure conftest is begin null; end conftest;
4442 acx_cv_cc_gcc_supports_ada
=no
4443 # There is a bug in old released versions of GCC which causes the
4444 # driver to exit successfully when the appropriate language module
4445 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4446 # Therefore we must check for the error message as well as an
4447 # unsuccessful exit.
4448 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4449 # given a .adb file, but produce no object file. So we must check
4450 # if an object file was really produced to guard against this.
4451 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4452 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4453 acx_cv_cc_gcc_supports_ada
=yes
4457 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4458 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4460 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4466 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4467 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4468 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4469 echo $ECHO_N "(cached) $ECHO_C" >&6
4473 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4474 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4475 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4478 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4481 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4482 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4485 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4491 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4492 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4493 do_compare
="$gcc_cv_prog_cmp_skip"
4497 # Check for GMP and MPFR
4498 gmplibs
="-lmpfr -lgmp"
4502 # Specify a location for mpfr
4503 # check for this first so it ends up on the link line before gmp.
4505 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4506 if test "${with_mpfr_dir+set}" = set; then
4507 withval
="$with_mpfr_dir"
4508 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4509 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4510 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4511 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4512 { (exit 1); exit 1; }; }
4516 # Check whether --with-mpfr or --without-mpfr was given.
4517 if test "${with_mpfr+set}" = set; then
4518 withval
="$with_mpfr"
4522 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4523 if test "${with_mpfr_include+set}" = set; then
4524 withval
="$with_mpfr_include"
4528 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4529 if test "${with_mpfr_lib+set}" = set; then
4530 withval
="$with_mpfr_lib"
4534 if test "x$with_mpfr" != x
; then
4535 gmplibs
="-L$with_mpfr/lib $gmplibs"
4536 gmpinc
="-I$with_mpfr/include"
4538 if test "x$with_mpfr_include" != x
; then
4539 gmpinc
="-I$with_mpfr_include"
4541 if test "x$with_mpfr_lib" != x
; then
4542 gmplibs
="-L$with_mpfr_lib $gmplibs"
4544 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4545 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4546 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4547 # Do not test the mpfr version. Assume that it is sufficient, since
4548 # it is in the source tree, and the library has not been built yet
4549 # but it would be included on the link line in the version check below
4550 # hence making the test fail.
4554 # Specify a location for gmp
4556 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4557 if test "${with_gmp_dir+set}" = set; then
4558 withval
="$with_gmp_dir"
4559 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4560 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4561 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4562 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4563 { (exit 1); exit 1; }; }
4567 # Check whether --with-gmp or --without-gmp was given.
4568 if test "${with_gmp+set}" = set; then
4573 # Check whether --with-gmp_include or --without-gmp_include was given.
4574 if test "${with_gmp_include+set}" = set; then
4575 withval
="$with_gmp_include"
4579 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4580 if test "${with_gmp_lib+set}" = set; then
4581 withval
="$with_gmp_lib"
4586 if test "x$with_gmp" != x
; then
4587 gmplibs
="-L$with_gmp/lib $gmplibs"
4588 gmpinc
="-I$with_gmp/include $gmpinc"
4590 if test "x$with_gmp_include" != x
; then
4591 gmpinc
="-I$with_gmp_include $gmpinc"
4593 if test "x$with_gmp_lib" != x
; then
4594 gmplibs
="-L$with_gmp_lib $gmplibs"
4596 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4597 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4598 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4599 extra_mpfr_configure_flags
='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
4600 # Do not test the gmp version. Assume that it is sufficient, since
4601 # it is in the source tree, and the library has not been built yet
4602 # but it would be included on the link line in the version check below
4603 # hence making the test fail.
4607 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4609 saved_CFLAGS
="$CFLAGS"
4610 CFLAGS
="$CFLAGS $gmpinc"
4611 # Check GMP actually works
4612 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4613 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4615 cat >conftest.
$ac_ext <<_ACEOF
4618 cat confdefs.h
>>conftest.
$ac_ext
4619 cat >>conftest.
$ac_ext <<_ACEOF
4620 /* end confdefs.h. */
4626 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1)
4634 rm -f conftest.
$ac_objext
4635 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4636 (eval $ac_compile) 2>conftest.er1
4638 grep -v '^ *+' conftest.er1
>conftest.err
4640 cat conftest.err
>&5
4641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4642 (exit $ac_status); } &&
4643 { ac_try
='test -z "$ac_c_werror_flag"
4644 || test ! -s conftest.err'
4645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); }; } &&
4650 { ac_try
='test -s conftest.$ac_objext'
4651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4655 (exit $ac_status); }; }; then
4656 echo "$as_me:$LINENO: result: yes" >&5
4657 echo "${ECHO_T}yes" >&6
4659 echo "$as_me: failed program was:" >&5
4660 sed 's/^/| /' conftest.
$ac_ext >&5
4662 echo "$as_me:$LINENO: result: no" >&5
4663 echo "${ECHO_T}no" >&6; have_gmp
=no
4665 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4667 if test x
"$have_gmp" = xyes
; then
4669 LIBS
="$LIBS $gmplibs"
4670 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4671 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4672 cat >conftest.
$ac_ext <<_ACEOF
4675 cat confdefs.h
>>conftest.
$ac_ext
4676 cat >>conftest.
$ac_ext <<_ACEOF
4677 /* end confdefs.h. */
4684 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,0)
4692 mpfr_atan2 (n, n, x, GMP_RNDN);
4693 mpfr_erfc (n, x, GMP_RNDN);
4694 mpfr_subnormalize (x, t, GMP_RNDN);
4700 rm -f conftest.
$ac_objext conftest
$ac_exeext
4701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4702 (eval $ac_link) 2>conftest.er1
4704 grep -v '^ *+' conftest.er1
>conftest.err
4706 cat conftest.err
>&5
4707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4708 (exit $ac_status); } &&
4709 { ac_try
='test -z "$ac_c_werror_flag"
4710 || test ! -s conftest.err'
4711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4715 (exit $ac_status); }; } &&
4716 { ac_try
='test -s conftest$ac_exeext'
4717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4721 (exit $ac_status); }; }; then
4722 cat >conftest.
$ac_ext <<_ACEOF
4725 cat confdefs.h
>>conftest.
$ac_ext
4726 cat >>conftest.
$ac_ext <<_ACEOF
4727 /* end confdefs.h. */
4734 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
4737 mpfr_t n; mpfr_init(n);
4743 rm -f conftest.
$ac_objext conftest
$ac_exeext
4744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4745 (eval $ac_link) 2>conftest.er1
4747 grep -v '^ *+' conftest.er1
>conftest.err
4749 cat conftest.err
>&5
4750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4751 (exit $ac_status); } &&
4752 { ac_try
='test -z "$ac_c_werror_flag"
4753 || test ! -s conftest.err'
4754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4758 (exit $ac_status); }; } &&
4759 { ac_try
='test -s conftest$ac_exeext'
4760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4764 (exit $ac_status); }; }; then
4765 echo "$as_me:$LINENO: result: yes" >&5
4766 echo "${ECHO_T}yes" >&6
4768 echo "$as_me: failed program was:" >&5
4769 sed 's/^/| /' conftest.
$ac_ext >&5
4771 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4772 echo "${ECHO_T}buggy but acceptable" >&6
4774 rm -f conftest.err conftest.
$ac_objext \
4775 conftest
$ac_exeext conftest.
$ac_ext
4777 echo "$as_me: failed program was:" >&5
4778 sed 's/^/| /' conftest.
$ac_ext >&5
4780 echo "$as_me:$LINENO: result: no" >&5
4781 echo "${ECHO_T}no" >&6; have_gmp
=no
4783 rm -f conftest.err conftest.
$ac_objext \
4784 conftest
$ac_exeext conftest.
$ac_ext
4787 CFLAGS
="$saved_CFLAGS"
4789 if test x
$have_gmp != xyes
; then
4790 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
4791 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4792 Copies of these libraries' source code can be found at their respective
4793 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4794 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4795 If you obtained GMP and/or MPFR from a vendor distribution package, make
4796 sure that you have installed both the libraries and the header files.
4797 They may be located in separate packages." >&5
4798 echo "$as_me: error: Building GCC requires GMP 4.1+ and MPFR 2.3.2+.
4799 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4800 Copies of these libraries' source code can be found at their respective
4801 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4802 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4803 If you obtained GMP and/or MPFR from a vendor distribution package, make
4804 sure that you have installed both the libraries and the header files.
4805 They may be located in separate packages." >&2;}
4806 { (exit 1); exit 1; }; }
4810 # Flags needed for both GMP and/or MPFR
4815 # Allow host libstdc++ to be specified for static linking with PPL.
4817 # Check whether --with-host-libstdcxx or --without-host-libstdcxx was given.
4818 if test "${with_host_libstdcxx+set}" = set; then
4819 withval
="$with_host_libstdcxx"
4823 case $with_host_libstdcxx in
4825 { { echo "$as_me:$LINENO: error: -with-host-libstdcxx needs an argument" >&5
4826 echo "$as_me: error: -with-host-libstdcxx needs an argument" >&2;}
4827 { (exit 1); exit 1; }; }
4833 ppl_minor_version
=10
4834 ppllibs
=" -lppl_c -lppl -lgmpxx $with_host_libstdcxx "
4838 # Check whether --with-ppl or --without-ppl was given.
4839 if test "${with_ppl+set}" = set; then
4844 # Check whether --with-ppl_include or --without-ppl_include was given.
4845 if test "${with_ppl_include+set}" = set; then
4846 withval
="$with_ppl_include"
4850 # Check whether --with-ppl_lib or --without-ppl_lib was given.
4851 if test "${with_ppl_lib+set}" = set; then
4852 withval
="$with_ppl_lib"
4861 ppllibs
="-L$with_ppl/lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4862 pplinc
="-I$with_ppl/include $pplinc"
4863 LIBS
="$ppllibs $LIBS"
4866 if test "x$with_ppl_include" != x
; then
4867 pplinc
="-I$with_ppl_include $pplinc"
4869 if test "x$with_ppl_lib" != x
; then
4870 ppllibs
="-L$with_ppl_lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4871 LIBS
="$ppllibs $LIBS"
4873 if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x
&& test -d ${srcdir}/ppl
; then
4874 ppllibs
='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '"$with_host_libstdcxx "
4875 pplinc
='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
4876 LIBS
="$ppllibs $LIBS"
4879 # Check whether --enable-ppl-version-check or --disable-ppl-version-check was given.
4880 if test "${enable_ppl_version_check+set}" = set; then
4881 enableval
="$enable_ppl_version_check"
4882 ENABLE_PPL_CHECK
=$enableval
4884 ENABLE_PPL_CHECK
=yes
4887 if test "${ENABLE_PPL_CHECK}" = "yes"; then
4888 saved_CFLAGS
="$CFLAGS"
4889 CFLAGS
="$CFLAGS $pplinc $gmpinc"
4890 echo "$as_me:$LINENO: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
4891 echo $ECHO_N "checking for version $ppl_major_version.$ppl_minor_version of PPL... $ECHO_C" >&6
4892 cat >conftest.
$ac_ext <<_ACEOF
4895 cat confdefs.h
>>conftest.
$ac_ext
4896 cat >>conftest.
$ac_ext <<_ACEOF
4897 /* end confdefs.h. */
4903 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
4911 rm -f conftest.
$ac_objext
4912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4913 (eval $ac_compile) 2>conftest.er1
4915 grep -v '^ *+' conftest.er1
>conftest.err
4917 cat conftest.err
>&5
4918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4919 (exit $ac_status); } &&
4920 { ac_try
='test -z "$ac_c_werror_flag"
4921 || test ! -s conftest.err'
4922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4926 (exit $ac_status); }; } &&
4927 { ac_try
='test -s conftest.$ac_objext'
4928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4932 (exit $ac_status); }; }; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934 echo "${ECHO_T}yes" >&6
4936 echo "$as_me: failed program was:" >&5
4937 sed 's/^/| /' conftest.
$ac_ext >&5
4939 echo "$as_me:$LINENO: result: no" >&5
4940 echo "${ECHO_T}no" >&6; ppllibs
= ; pplinc
=
4942 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4943 CFLAGS
="$saved_CFLAGS"
4946 # Flags needed for PPL
4952 clooglibs
=" -lcloog "
4953 clooginc
=" -DCLOOG_PPL_BACKEND "
4956 # Check whether --with-cloog or --without-cloog was given.
4957 if test "${with_cloog+set}" = set; then
4958 withval
="$with_cloog"
4962 # Check whether --with-cloog_include or --without-cloog_include was given.
4963 if test "${with_cloog_include+set}" = set; then
4964 withval
="$with_cloog_include"
4968 # Check whether --with-cloog_lib or --without-cloog_lib was given.
4969 if test "${with_cloog_lib+set}" = set; then
4970 withval
="$with_cloog_lib"
4980 clooglibs
="-L$with_cloog/lib -lcloog"
4981 clooginc
="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
4982 LIBS
="$clooglibs $LIBS"
4985 if test "x$with_cloog_include" != x
; then
4986 clooginc
="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
4988 if test "x$with_cloog_lib" != x
; then
4989 clooglibs
="-L$with_cloog_lib -lcloog"
4990 LIBS
="$clooglibs $LIBS"
4992 if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x
&& test -d ${srcdir}/cloog
; then
4993 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
4994 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
4995 LIBS
="$clooglibs $LIBS"
4998 # Check whether --enable-cloog-version-check or --disable-cloog-version-check was given.
4999 if test "${enable_cloog_version_check+set}" = set; then
5000 enableval
="$enable_cloog_version_check"
5001 ENABLE_CLOOG_CHECK
=$enableval
5003 ENABLE_CLOOG_CHECK
=yes
5006 if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5007 saved_CFLAGS
="$CFLAGS"
5008 CFLAGS
="$CFLAGS $clooginc $gmpinc $pplinc"
5009 echo "$as_me:$LINENO: checking for correct version of CLooG" >&5
5010 echo $ECHO_N "checking for correct version of CLooG... $ECHO_C" >&6
5011 cat >conftest.
$ac_ext <<_ACEOF
5014 cat confdefs.h
>>conftest.
$ac_ext
5015 cat >>conftest.
$ac_ext <<_ACEOF
5016 /* end confdefs.h. */
5017 #include "cloog/cloog.h"
5022 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5030 rm -f conftest.
$ac_objext
5031 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5032 (eval $ac_compile) 2>conftest.er1
5034 grep -v '^ *+' conftest.er1
>conftest.err
5036 cat conftest.err
>&5
5037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5038 (exit $ac_status); } &&
5039 { ac_try
='test -z "$ac_c_werror_flag"
5040 || test ! -s conftest.err'
5041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5045 (exit $ac_status); }; } &&
5046 { ac_try
='test -s conftest.$ac_objext'
5047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5051 (exit $ac_status); }; }; then
5052 echo "$as_me:$LINENO: result: yes" >&5
5053 echo "${ECHO_T}yes" >&6
5055 echo "$as_me: failed program was:" >&5
5056 sed 's/^/| /' conftest.
$ac_ext >&5
5058 echo "$as_me:$LINENO: result: no" >&5
5059 echo "${ECHO_T}no" >&6; clooglibs
= ; clooginc
=
5061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5062 CFLAGS
="$saved_CFLAGS"
5065 # Flags needed for CLOOG
5070 # By default, C is the only stage 1 language.
5071 stage1_languages
=,c
,
5073 # Figure out what language subdirectories are present.
5074 # Look if the user specified --enable-languages="..."; if not, use
5075 # the environment variable $LANGUAGES if defined. $LANGUAGES might
5077 # NB: embedded tabs in this IF block -- do not untabify
5078 if test -d ${srcdir}/gcc
; then
5079 if test x
"${enable_languages+set}" != xset
; then
5080 if test x
"${LANGUAGES+set}" = xset
; then
5081 enable_languages
="${LANGUAGES}"
5082 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
5084 enable_languages
=all
5087 if test x
"${enable_languages}" = x ||
5088 test x
"${enable_languages}" = xyes
;
5090 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
5094 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5096 # 'f95' is the old name for the 'fortran' language. We issue a warning
5097 # and make the substitution.
5098 case ,${enable_languages}, in
5100 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
5101 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5105 # First scan to see if an enabled language requires some other language.
5106 # We assume that a given config-lang.in will list all the language
5107 # front ends it requires, even if some are required indirectly.
5108 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5109 case ${lang_frag} in
5111 # The odd quoting in the next line works around
5112 # an apparent bug in bash 1.12 on linux.
5113 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5115 # From the config-lang.in, get $language, $lang_requires
5119 for other
in ${lang_requires} ; do
5120 case ,${enable_languages}, in
5124 echo " \`$other' language required by \`$language'; enabling" 1>&2
5125 enable_languages
="${enable_languages},${other}"
5133 new_enable_languages
=,c
,
5134 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
5135 potential_languages
=,c
,
5137 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5138 case ${lang_frag} in
5140 # The odd quoting in the next line works around
5141 # an apparent bug in bash 1.12 on linux.
5142 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5144 # From the config-lang.in, get $language, $target_libs,
5145 # $lang_dirs, $boot_language, and $build_by_default
5151 build_by_default
=yes
5153 if test x
${language} = x
; then
5154 echo "${lang_frag} doesn't set \$language." 1>&2
5158 case ,${enable_languages}, in
5160 # Language was explicitly selected; include it.
5164 # 'all' was selected, select it if it is a default language
5165 add_this_lang
=${build_by_default}
5172 # Disable languages that need other directories if these aren't available.
5173 for i
in $subdir_requires; do
5174 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5175 case ,${enable_languages}, in
5177 # Specifically requested language; tell them.
5178 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
5179 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
5180 { (exit 1); exit 1; }; }
5184 add_this_lang
=unsupported
5189 # Disable Ada if no preexisting GNAT is available.
5190 case ,${enable_languages},:${language}:${have_gnat} in
5191 *,${language},*:ada
:no
)
5192 # Specifically requested language; tell them.
5193 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
5194 echo "$as_me: error: GNAT is required to build $language" >&2;}
5195 { (exit 1); exit 1; }; }
5199 add_this_lang
=unsupported
5203 # Disable a language that is unsupported by the target.
5204 case " $unsupported_languages " in
5206 add_this_lang
=unsupported
5210 case $add_this_lang in
5212 # Remove language-dependent dirs.
5213 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5216 # Remove language-dependent dirs; still show language as supported.
5217 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5218 potential_languages
="${potential_languages}${language},"
5221 new_enable_languages
="${new_enable_languages}${language},"
5222 potential_languages
="${potential_languages}${language},"
5223 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
5224 case ${boot_language} in
5226 # Add to (comma-separated) list of stage 1 languages.
5227 stage1_languages
="${stage1_languages}${language},"
5236 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
5237 if test "${enable_stage1_languages+set}" = set; then
5238 enableval
="$enable_stage1_languages"
5239 case ,${enable_stage1_languages}, in
5241 # Set it to something that will have no effect in the loop below
5242 enable_stage1_languages
=c
;;
5244 enable_stage1_languages
=`echo $new_enable_languages | \
5245 sed -e "s/^,//" -e "s/,$//" ` ;;
5247 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
5248 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5251 # Add "good" languages from enable_stage1_languages to stage1_languages,
5252 # while "bad" languages go in missing_languages. Leave no duplicates.
5253 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5254 case $potential_languages in
5256 case $stage1_languages in
5258 *) stage1_languages
="$stage1_languages$i," ;;
5261 case $missing_languages in
5263 *) missing_languages
="$missing_languages$i," ;;
5269 # Remove leading/trailing commas that were added for simplicity
5270 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
5271 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
5272 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5273 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5275 if test "x$missing_languages" != x
; then
5276 { { echo "$as_me:$LINENO: error:
5277 The following requested languages could not be built: ${missing_languages}
5278 Supported languages are: ${potential_languages}" >&5
5279 echo "$as_me: error:
5280 The following requested languages could not be built: ${missing_languages}
5281 Supported languages are: ${potential_languages}" >&2;}
5282 { (exit 1); exit 1; }; }
5284 if test "x$new_enable_languages" != "x$enable_languages"; then
5285 echo The following languages will be built
: ${new_enable_languages}
5286 enable_languages
="$new_enable_languages"
5290 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5293 # Handle --disable-<component> generically.
5294 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5295 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5296 varname
=`echo $dirname | sed -e s/+/_/g`
5297 if eval test x\
${enable_${varname}} "=" xno
; then
5298 noconfigdirs
="$noconfigdirs $dir"
5302 # Check for Boehm's garbage collector
5303 # Check whether --enable-objc-gc or --disable-objc-gc was given.
5304 if test "${enable_objc_gc+set}" = set; then
5305 enableval
="$enable_objc_gc"
5306 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5307 *,objc
,*:*:yes:*target-boehm-gc
*)
5308 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
5309 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
5310 { (exit 1); exit 1; }; }
5315 # Make sure we only build Boehm's garbage collector if required.
5316 case ,${enable_languages},:${enable_objc_gc} in
5318 # Keep target-boehm-gc if requested for Objective-C.
5321 # Otherwise remove target-boehm-gc depending on target-libjava.
5322 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5323 noconfigdirs
="$noconfigdirs target-boehm-gc"
5328 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5329 # $build_configdirs and $target_configdirs.
5330 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5333 for dir
in .
$skipdirs $noconfigdirs ; do
5334 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5335 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5336 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5337 if test -r $srcdir/$dirname/configure
; then
5338 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5341 notsupp
="$notsupp $dir"
5345 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5346 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5347 if test -r $srcdir/$dirname/configure
; then
5348 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5351 notsupp
="$notsupp $dir"
5355 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5356 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5357 if test -r $srcdir/$dirname/configure
; then
5358 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5361 notsupp
="$notsupp $dir"
5367 # Sometimes the tools are distributed with libiberty but with no other
5368 # libraries. In that case, we don't want to build target-libiberty.
5369 # Don't let libgcc imply libiberty either.
5370 if test -n "${target_configdirs}" ; then
5373 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5374 if test "$i" = "libgcc"; then
5375 libgcc
=target-libgcc
5376 elif test "$i" != "libiberty" ; then
5377 if test -r $srcdir/$i/configure
; then
5383 if test -z "${others}" ; then
5384 target_configdirs
=$libgcc
5388 # Quietly strip out all directories which aren't configurable in this tree.
5389 # This relies on all configurable subdirectories being autoconfiscated, which
5391 build_configdirs_all
="$build_configdirs"
5393 for i
in ${build_configdirs_all} ; do
5394 j
=`echo $i | sed -e s/build-//g`
5395 if test -f ${srcdir}/$j/configure
; then
5396 build_configdirs
="${build_configdirs} $i"
5400 configdirs_all
="$configdirs"
5402 for i
in ${configdirs_all} ; do
5403 if test -f ${srcdir}/$i/configure
; then
5404 configdirs
="${configdirs} $i"
5408 target_configdirs_all
="$target_configdirs"
5410 for i
in ${target_configdirs_all} ; do
5411 j
=`echo $i | sed -e s/target-//g`
5412 if test -f ${srcdir}/$j/configure
; then
5413 target_configdirs
="${target_configdirs} $i"
5417 # Produce a warning message for the subdirs we can't configure.
5418 # This isn't especially interesting in the Cygnus tree, but in the individual
5419 # FSF releases, it's important to let people know when their machine isn't
5420 # supported by the one or two programs in a package.
5422 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5423 # If $appdirs is non-empty, at least one of those directories must still
5424 # be configured, or we error out. (E.g., if the gas release supports a
5425 # specified target in some subdirs but not the gas subdir, we shouldn't
5426 # pretend that all is well.)
5427 if test -n "$appdirs" ; then
5428 for dir
in $appdirs ; do
5429 if test -r $dir/Makefile.
in ; then
5430 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5434 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5440 if test -n "$appdirs" ; then
5441 echo "*** This configuration is not supported by this package." 1>&2
5445 # Okay, some application will build, or we don't care to check. Still
5446 # notify of subdirs not getting built.
5447 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5448 echo " ${notsupp}" 1>&2
5449 echo " (Any other directories should still work fine.)" 1>&2
5457 # To find our prefix, in gcc_cv_tool_prefix.
5459 # The user is always right.
5460 if test "${PATH_SEPARATOR+set}" != set; then
5461 echo "#! /bin/sh" >conf$$.sh
5462 echo "exit 0" >>conf$$.sh
5464 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5474 if test "x$exec_prefix" = xNONE
; then
5475 if test "x$prefix" = xNONE
; then
5476 gcc_cv_tool_prefix
=$ac_default_prefix
5478 gcc_cv_tool_prefix
=$prefix
5481 gcc_cv_tool_prefix
=$exec_prefix
5484 # If there is no compiler in the tree, use the PATH only. In any
5485 # case, if there is no compiler in the tree nobody should use
5486 # AS_FOR_TARGET and LD_FOR_TARGET.
5487 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5488 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5489 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5490 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5491 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5492 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5493 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5494 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5499 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5500 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5508 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5509 if test "${with_build_sysroot+set}" = set; then
5510 withval
="$with_build_sysroot"
5511 if test x
"$withval" != x
; then
5512 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5515 SYSROOT_CFLAGS_FOR_TARGET
=
5520 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5521 if test "${with_debug_prefix_map+set}" = set; then
5522 withval
="$with_debug_prefix_map"
5523 if test x
"$withval" != x
; then
5524 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5525 for debug_map
in $withval; do
5526 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5530 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5534 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5535 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5536 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5537 # We want to ensure that TARGET libraries (which we know are built with
5538 # gcc) are built with "-O2 -g", so include those options when setting
5539 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5540 if test "x$CFLAGS_FOR_TARGET" = x
; then
5541 CFLAGS_FOR_TARGET
=$CFLAGS
5544 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5547 *" -g "* |
*" -g3 "*) ;;
5548 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5553 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5554 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5555 case " $CXXFLAGS " in
5557 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5559 case " $CXXFLAGS " in
5560 *" -g "* |
*" -g3 "*) ;;
5561 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5566 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5567 # the named directory are copied to $(tooldir)/sys-include.
5568 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5569 if test x
${is_cross_compiler} = xno
; then
5570 echo 1>&2 '***' --with-headers is only supported when cross compiling
5573 if test x
"${with_headers}" != xyes
; then
5574 x
=${gcc_cv_tool_prefix}
5575 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5579 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5580 # the name directories are copied to $(tooldir)/lib. Multiple directories
5582 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5583 if test x
${is_cross_compiler} = xno
; then
5584 echo 1>&2 '***' --with-libs is only supported when cross compiling
5587 if test x
"${with_libs}" != xyes
; then
5588 # Copy the libraries in reverse order, so that files in the first named
5589 # library override files in subsequent libraries.
5590 x
=${gcc_cv_tool_prefix}
5591 for l
in ${with_libs}; do
5592 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5597 # Set with_gnu_as and with_gnu_ld as appropriate.
5599 # This is done by determining whether or not the appropriate directory
5600 # is available, and by checking whether or not specific configurations
5601 # have requested that this magic not happen.
5603 # The command line options always override the explicit settings in
5604 # configure.in, and the settings in configure.in override this magic.
5606 # If the default for a toolchain is to use GNU as and ld, and you don't
5607 # want to do that, then you should use the --without-gnu-as and
5608 # --without-gnu-ld options for the configure script.
5610 if test x
${use_gnu_as} = x
&&
5611 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5613 extra_host_args
="$extra_host_args --with-gnu-as"
5616 if test x
${use_gnu_ld} = x
&&
5617 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5619 extra_host_args
="$extra_host_args --with-gnu-ld"
5622 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5623 # can detect this case.
5625 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5627 extra_host_args
="$extra_host_args --with-newlib"
5630 # Handle ${copy_dirs}
5631 set fnord
${copy_dirs}
5633 while test $# != 0 ; do
5634 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5637 echo Copying
$1 to
$2
5639 # Use the install script to create the directory and all required
5640 # parent directories.
5641 if test -d $2 ; then
5645 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5648 # Copy the directory, assuming we have tar.
5649 # FIXME: Should we use B in the second tar? Not all systems support it.
5650 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5652 # It is the responsibility of the user to correctly adjust all
5653 # symlinks. If somebody can figure out how to handle them correctly
5654 # here, feel free to add the code.
5661 # Determine a target-dependent exec_prefix that the installed
5662 # gcc will search in. Keep this list sorted by triplet, with
5663 # the *-*-osname triplets last.
5667 md_exec_prefix
=/gnu
/lib
/gcc-lib
5669 i
[34567]86-pc-msdosdjgpp*)
5670 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5672 i
[34567]86-*-sco3.2v5
*)
5673 if test $with_gnu_as = yes; then
5674 md_exec_prefix
=/usr
/gnu
/bin
5676 md_exec_prefix
=/usr
/ccs
/bin
/elf
5681 powerpc-
*-chorusos* | \
5682 powerpc
*-*-eabi* | \
5683 powerpc
*-*-sysv* | \
5684 powerpc
*-*-kaos* | \
5686 md_exec_prefix
=/usr
/ccs
/bin
5691 md_exec_prefix
=/usr
/ccs
/bin
5706 md_exec_prefix
=/usr
/ccs
/bin
5710 extra_arflags_for_target
=
5711 extra_nmflags_for_target
=
5712 extra_ranlibflags_for_target
=
5713 target_makefile_frag
=/dev
/null
5716 target_makefile_frag
="config/mt-mep"
5719 target_makefile_frag
="config/mt-spu"
5722 target_makefile_frag
="config/mt-sde"
5724 mipsisa
*-*-elfoabi*)
5725 target_makefile_frag
="config/mt-mips-elfoabi"
5727 mips
*-*-*linux
* | mips
*-*-gnu*)
5728 target_makefile_frag
="config/mt-mips-gnu"
5731 target_makefile_frag
="config/mt-netware"
5733 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
5734 target_makefile_frag
="config/mt-gnu"
5736 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5737 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5738 # commands to handle both 32-bit and 64-bit objects. These flags are
5739 # harmless if we're using GNU nm or ar.
5740 extra_arflags_for_target
=" -X32_64"
5741 extra_nmflags_for_target
=" -B -X32_64"
5744 # ranlib from Darwin requires the -c flag to look at common symbols.
5745 extra_ranlibflags_for_target
=" -c"
5747 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5748 target_makefile_frag
="config/mt-wince"
5752 alphaieee_frag
=/dev
/null
5755 # This just makes sure to use the -mieee option to build target libs.
5756 # This should probably be set individually by each library.
5757 alphaieee_frag
="config/mt-alphaieee"
5761 # If --enable-target-optspace always use -Os instead of -O2 to build
5762 # the target libraries, similarly if it is not specified, use -Os
5763 # on selected platforms.
5764 ospace_frag
=/dev
/null
5765 case "${enable_target_optspace}:${target}" in
5767 ospace_frag
="config/mt-ospace"
5770 ospace_frag
="config/mt-d30v"
5772 :m32r-
* |
:d10v-
* |
:fr30-
*)
5773 ospace_frag
="config/mt-ospace"
5778 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5782 # Default to using --with-stabs for certain targets.
5783 if test x
${with_stabs} = x
; then
5787 mips
*-*-* | alpha
*-*-osf*)
5789 extra_host_args
="${extra_host_args} --with-stabs"
5794 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5795 # them automatically.
5798 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5802 # Some systems (e.g., one of the i386-aix systems the gas testers are
5803 # using) don't handle "\$" correctly, so don't use it here.
5804 tooldir
='${exec_prefix}'/${target_noncanonical}
5805 build_tooldir
=${tooldir}
5807 # Create a .gdbinit file which runs the one in srcdir
5808 # and tells GDB to look there for source files.
5810 if test -r ${srcdir}/.gdbinit
; then
5813 *) cat > .
/.gdbinit
<<EOF
5817 source ${srcdir}/.gdbinit
5823 # Make sure that the compiler is able to generate an executable. If it
5824 # can't, we are probably in trouble. We don't care whether we can run the
5825 # executable--we might be using a cross compiler--we only care whether it
5826 # can be created. At this point the main configure script has set CC.
5828 echo "int main () { return 0; }" > conftest.c
5829 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5830 if test $?
= 0 ; then
5831 if test -s conftest ||
test -s conftest.exe
; then
5837 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5838 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5845 # The Solaris /usr/ucb/cc compiler does not appear to work.
5847 sparc-sun-solaris2
*)
5848 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5849 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5851 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5852 if test -d /opt
/cygnus
/bin
; then
5853 if test "$could_use" = "" ; then
5854 could_use
="/opt/cygnus/bin"
5856 could_use
="$could_use or /opt/cygnus/bin"
5859 if test "$could_use" = "" ; then
5860 echo "Warning: compilation may fail because you're using"
5861 echo "/usr/ucb/cc. You should change your PATH or CC "
5862 echo "variable and rerun configure."
5864 echo "Warning: compilation may fail because you're using"
5865 echo "/usr/ucb/cc, when you should use the C compiler from"
5866 echo "$could_use. You should change your"
5867 echo "PATH or CC variable and rerun configure."
5873 # Decide which environment variable is used to find dynamic libraries.
5875 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5876 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5877 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
5878 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5881 # On systems where the dynamic library environment variable is PATH,
5882 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
5883 # built executables to PATH.
5884 if test "$RPATH_ENVVAR" = PATH
; then
5885 GCC_SHLIB_SUBDIR
=/shlib
5890 # Record target_configdirs and the configure arguments for target and
5891 # build configuration in Makefile.
5892 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5893 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5895 # Determine whether gdb needs tk/tcl or not.
5896 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5897 # and in that case we want gdb to be built without tk. Ugh!
5898 # In fact I believe gdb is the *only* package directly dependent on tk,
5899 # so we should be able to put the 'maybe's in unconditionally and
5900 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5901 # 100% sure that that's safe though.
5903 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5904 case "$enable_gdbtk" in
5908 GDB_TK
="${gdb_tk}" ;;
5910 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5911 # distro. Eventually someone will fix this and move Insight, nee
5912 # gdbtk to a separate directory.
5913 if test -d ${srcdir}/gdb
/gdbtk
; then
5920 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5921 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5923 # Strip out unwanted targets.
5925 # While at that, we remove Makefiles if we were started for recursive
5926 # configuration, so that the top-level Makefile reconfigures them,
5927 # like we used to do when configure itself was recursive.
5929 # Loop over modules. $extrasub must be used with care, limiting as
5930 # much as possible the usage of range addresses. That's because autoconf
5931 # splits the sed script to overcome limits in the number of commands,
5932 # and relying on carefully-timed sed passes may turn out to be very hard
5933 # to maintain later. In this particular case, you just have to be careful
5934 # not to nest @if/@endif pairs, because configure will not warn you at all.
5936 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5937 if test "${enable_bootstrap+set}" = set; then
5938 enableval
="$enable_bootstrap"
5941 enable_bootstrap
=default
5944 # Issue errors and warnings for invalid/strange bootstrap combinations.
5945 case "$configdirs" in
5946 *gcc
*) have_compiler
=yes ;;
5947 *) have_compiler
=no
;;
5950 case "$have_compiler:$host:$target:$enable_bootstrap" in
5953 # Default behavior. Enable bootstrap if we have a compiler
5954 # and we are in a native configuration.
5955 yes:$build:$build:default
)
5956 enable_bootstrap
=yes ;;
5959 enable_bootstrap
=no
;;
5961 # We have a compiler and we are in a native configuration, bootstrap is ok
5962 yes:$build:$build:yes)
5965 # Other configurations, but we have a compiler. Assume the user knows
5968 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5969 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5972 # No compiler: if they passed --enable-bootstrap explicitly, fail
5974 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5975 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5976 { (exit 1); exit 1; }; } ;;
5978 # Fail if wrong command line
5980 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5981 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5982 { (exit 1); exit 1; }; }
5986 # Adjust the toplevel makefile according to whether bootstrap was selected.
5987 case "$enable_bootstrap" in
5989 bootstrap_suffix
=bootstrap
;;
5991 bootstrap_suffix
=no-bootstrap
;;
5994 for module
in ${build_configdirs} ; do
5995 if test -z "${no_recursion}" \
5996 && test -f ${build_subdir}/${module}/Makefile
; then
5997 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
5998 rm -f ${build_subdir}/${module}/Makefile
6001 /^@if build-$module\$/d
6002 /^@endif build-$module\$/d
6003 /^@if build-$module-$bootstrap_suffix\$/d
6004 /^@endif build-$module-$bootstrap_suffix\$/d"
6006 for module
in ${configdirs} ; do
6007 if test -z "${no_recursion}"; then
6008 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
6009 if test -f ${file}; then
6010 echo 1>&2 "*** removing ${file} to force reconfigure"
6017 /^@endif $module\$/d
6018 /^@if $module-$bootstrap_suffix\$/d
6019 /^@endif $module-$bootstrap_suffix\$/d"
6021 for module
in ${target_configdirs} ; do
6022 if test -z "${no_recursion}" \
6023 && test -f ${target_subdir}/${module}/Makefile
; then
6024 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6025 rm -f ${target_subdir}/${module}/Makefile
6028 /^@if target-$module\$/d
6029 /^@endif target-$module\$/d
6030 /^@if target-$module-$bootstrap_suffix\$/d
6031 /^@endif target-$module-$bootstrap_suffix\$/d"
6035 /^@if /,/^@endif /d"
6037 # Create the serialization dependencies. This uses a temporary file.
6039 # Check whether --enable-serial-configure or --disable-serial-configure was given.
6040 if test "${enable_serial_configure+set}" = set; then
6041 enableval
="$enable_serial_configure"
6045 case ${enable_serial_configure} in
6047 enable_serial_build_configure
=yes
6048 enable_serial_host_configure
=yes
6049 enable_serial_target_configure
=yes
6053 # These force 'configure's to be done one at a time, to avoid problems
6054 # with contention over a shared config.cache.
6056 echo '# serdep.tmp' > serdep.tmp
6058 test "x${enable_serial_build_configure}" = xyes
&&
6059 for item
in ${build_configdirs} ; do
6062 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
6067 test "x${enable_serial_host_configure}" = xyes
&&
6068 for item
in ${configdirs} ; do
6071 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
6076 test "x${enable_serial_target_configure}" = xyes
&&
6077 for item
in ${target_configdirs} ; do
6080 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
6084 serialization_dependencies
=serdep.tmp
6087 # Base args. Strip norecursion, cache-file, srcdir, host, build,
6088 # target, nonopt, and variable assignments. These are the ones we
6089 # might not want to pass down to subconfigures. Also strip
6090 # program-prefix, program-suffix, and program-transform-name, so that
6091 # we can pass down a consistent program-transform-name.
6095 eval "set -- $ac_configure_args"
6098 if test X
"$skip_next" = X
"yes"; then
6102 if test X
"$keep_next" = X
"yes"; then
6105 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6107 baseargs
="$baseargs '$ac_arg'"
6112 # Handle separated arguments. Based on the logic generated by
6115 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
6116 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
6117 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
6118 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
6144 -program-prefix* | \
6145 -program-suffix* | \
6146 -program-transform-name* )
6147 skip_next
=$separate_arg
6151 # An option. Add it.
6154 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6156 baseargs
="$baseargs '$ac_arg'"
6157 keep_next
=$separate_arg
6160 # Either a variable assignment, or a nonopt (triplet). Don't
6161 # pass it down; let the Makefile handle this.
6166 # Remove the initial space we just introduced and, as these will be
6167 # expanded by make, quote '$'.
6168 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
6170 # Add in --program-transform-name, after --program-prefix and
6171 # --program-suffix have been applied to it. Autoconf has already
6172 # doubled dollar signs and backslashes in program_transform_name; we want
6173 # the backslashes un-doubled, and then the entire thing wrapped in single
6174 # quotes, because this will be expanded first by make and then by the shell.
6175 # Also, because we want to override the logic in subdir configure scripts to
6176 # choose program_transform_name, replace any s,x,x, with s,y,y,.
6177 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6178 ${program_transform_name}
6180 gcc_transform_name
=`cat conftestsed.out`
6181 rm -f conftestsed.out
6182 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
6183 if test "$silent" = yes; then
6184 baseargs
="$baseargs --silent"
6187 # For the build-side libraries, we just need to pretend we're native,
6188 # and not use the same cache file. Multilibs are neither needed nor
6190 build_configargs
="--cache-file=../config.cache ${baseargs}"
6192 # For host modules, accept cache file option, or specification as blank.
6193 case "${cache_file}" in
6195 cache_file_option
="" ;;
6196 /* |
[A-Za-z
]:[\\/]* ) # absolute path
6197 cache_file_option
="--cache-file=${cache_file}" ;;
6199 cache_file_option
="--cache-file=../${cache_file}" ;;
6202 # Host dirs don't like to share a cache file either, horribly enough.
6203 # This seems to be due to autoconf 2.5x stupidity.
6204 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
6206 target_configargs
=${baseargs}
6208 # Passing a --with-cross-host argument lets the target libraries know
6209 # whether they are being built with a cross-compiler or being built
6210 # native. However, it would be better to use other mechanisms to make the
6211 # sorts of decisions they want to make on this basis. Please consider
6212 # this option to be deprecated. FIXME.
6213 if test x
${is_cross_compiler} = xyes
; then
6214 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
6217 # Default to --enable-multilib.
6218 if test x
${enable_multilib} = x
; then
6219 target_configargs
="--enable-multilib ${target_configargs}"
6222 # Pass --with-newlib if appropriate. Note that target_configdirs has
6223 # changed from the earlier setting of with_newlib.
6224 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
6225 target_configargs
="--with-newlib ${target_configargs}"
6228 # Different target subdirs use different values of certain variables
6229 # (notably CXX). Worse, multilibs use *lots* of different values.
6230 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6231 # it doesn't automatically accept command-line overrides of them.
6232 # This means it's not safe for target subdirs to share a cache file,
6233 # which is disgusting, but there you have it. Hopefully this can be
6234 # fixed in future. It's still worthwhile to use a cache file for each
6235 # directory. I think.
6237 # Pass the appropriate --build, --host, --target and --cache-file arguments.
6238 # We need to pass --target, as newer autoconf's requires consistency
6239 # for target_alias and gcc doesn't manage it consistently.
6240 target_configargs
="--cache-file=./config.cache ${target_configargs}"
6243 case " $target_configdirs " in
6245 case " $target_configargs " in
6246 *" --with-newlib "*)
6249 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' ;;
6252 # If we're not building GCC, don't discard standard headers.
6253 if test -d ${srcdir}/gcc
; then
6254 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
6256 if test "${build}" != "${host}"; then
6257 # On Canadian crosses, CC_FOR_TARGET will have already been set
6258 # by `configure', so we won't have an opportunity to add -Bgcc/
6259 # to it. This is right: we don't want to search that directory
6260 # for binaries, but we want the header files in there, so add
6262 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
6264 # Someone might think of using the pre-installed headers on
6265 # Canadian crosses, in case the installed compiler is not fully
6266 # compatible with the compiler being built. In this case, it
6267 # would be better to flag an error than risking having
6268 # incompatible object files being constructed. We can't
6269 # guarantee that an error will be flagged, but let's hope the
6270 # compiler will do it, when presented with incompatible header
6275 case "${target}-${is_cross_compiler}" in
6276 i
[3456789]86-*-linux*-no)
6277 # Here host == target, so we don't need to build gcc,
6278 # so we don't want to discard standard headers.
6279 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6282 # If we're building newlib, use its generic headers last, but search
6283 # for any libc-related directories first (so make it the last -B
6285 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
6287 # If we're building libgloss, find the startup file, simulator library
6288 # and linker script.
6289 case " $target_configdirs " in
6291 # Look for startup file, simulator library and maybe linker script.
6292 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6293 # Look for libnosys.a in case the target needs it.
6294 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6295 # Most targets have the linker script in the source directory.
6296 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6307 # Can't be handled as Cygwin above since Mingw does not use newlib.
6308 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' ;;
6311 # Allow the user to override the flags for
6312 # our build compiler if desired.
6313 if test x
"${build}" = x
"${host}" ; then
6314 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6315 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6316 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6319 # On Canadian crosses, we'll be searching the right directories for
6320 # the previously-installed cross compiler, so don't bother to add
6321 # flags for directories within the install tree of the compiler
6322 # being built; programs in there won't even run.
6323 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6324 # Search for pre-installed headers if nothing else fits.
6325 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
6328 if test "x
${use_gnu_ld}" = x &&
6329 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
6330 # Arrange for us to find uninstalled linker scripts.
6331 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
6334 # Search for other target-specific linker scripts and such.
6337 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6341 # Makefile fragments.
6342 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6344 eval fragval=\$$frag
6345 if test $fragval != /dev/null; then
6346 eval $frag=${srcdir}/$fragval
6354 # Miscellanea: directories, flags, etc.
6363 # Build module lists & subconfigure args.
6367 # Host module lists & subconfigure args.
6371 # Target module lists & subconfigure args.
6393 # Generate default definitions for YACC, M4, LEX and other programs that run
6394 # on the build machine. These are used if the Makefile can't locate these
6395 # programs in objdir.
6396 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6398 for ac_prog in 'bison -y' byacc yacc
6400 # Extract the first word of "$ac_prog", so it can be a program name with args.
6401 set dummy $ac_prog; ac_word=$2
6402 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6403 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6404 if test "${ac_cv_prog_YACC+set}" = set; then
6405 echo $ECHO_N "(cached
) $ECHO_C" >&6
6407 if test -n "$YACC"; then
6408 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6414 test -z "$as_dir" && as_dir=.
6415 for ac_exec_ext in '' $ac_executable_extensions; do
6416 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6417 ac_cv_prog_YACC="$ac_prog"
6418 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6426 YACC=$ac_cv_prog_YACC
6427 if test -n "$YACC"; then
6428 echo "$as_me:$LINENO: result
: $YACC" >&5
6429 echo "${ECHO_T}$YACC" >&6
6431 echo "$as_me:$LINENO: result
: no
" >&5
6432 echo "${ECHO_T}no
" >&6
6435 test -n "$YACC" && break
6437 test -n "$YACC" || YACC="$MISSING bison
-y"
6439 case " $build_configdirs " in
6440 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6441 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6444 for ac_prog in bison
6446 # Extract the first word of "$ac_prog", so it can be a program name with args.
6447 set dummy $ac_prog; ac_word=$2
6448 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6449 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6450 if test "${ac_cv_prog_BISON+set}" = set; then
6451 echo $ECHO_N "(cached
) $ECHO_C" >&6
6453 if test -n "$BISON"; then
6454 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6460 test -z "$as_dir" && as_dir=.
6461 for ac_exec_ext in '' $ac_executable_extensions; do
6462 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6463 ac_cv_prog_BISON="$ac_prog"
6464 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6472 BISON=$ac_cv_prog_BISON
6473 if test -n "$BISON"; then
6474 echo "$as_me:$LINENO: result
: $BISON" >&5
6475 echo "${ECHO_T}$BISON" >&6
6477 echo "$as_me:$LINENO: result
: no
" >&5
6478 echo "${ECHO_T}no
" >&6
6481 test -n "$BISON" && break
6483 test -n "$BISON" || BISON="$MISSING bison
"
6485 case " $build_configdirs " in
6486 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6489 for ac_prog in gm4 gnum4 m4
6491 # Extract the first word of "$ac_prog", so it can be a program name with args.
6492 set dummy $ac_prog; ac_word=$2
6493 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6494 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6495 if test "${ac_cv_prog_M4+set}" = set; then
6496 echo $ECHO_N "(cached
) $ECHO_C" >&6
6498 if test -n "$M4"; then
6499 ac_cv_prog_M4="$M4" # Let the user override the test.
6501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505 test -z "$as_dir" && as_dir=.
6506 for ac_exec_ext in '' $ac_executable_extensions; do
6507 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6508 ac_cv_prog_M4="$ac_prog"
6509 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6518 if test -n "$M4"; then
6519 echo "$as_me:$LINENO: result
: $M4" >&5
6520 echo "${ECHO_T}$M4" >&6
6522 echo "$as_me:$LINENO: result
: no
" >&5
6523 echo "${ECHO_T}no
" >&6
6526 test -n "$M4" && break
6528 test -n "$M4" || M4="$MISSING m4"
6530 case " $build_configdirs " in
6531 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6534 for ac_prog in flex lex
6536 # Extract the first word of "$ac_prog", so it can be a program name with args.
6537 set dummy $ac_prog; ac_word=$2
6538 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6539 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6540 if test "${ac_cv_prog_LEX+set}" = set; then
6541 echo $ECHO_N "(cached
) $ECHO_C" >&6
6543 if test -n "$LEX"; then
6544 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6553 ac_cv_prog_LEX="$ac_prog"
6554 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6563 if test -n "$LEX"; then
6564 echo "$as_me:$LINENO: result
: $LEX" >&5
6565 echo "${ECHO_T}$LEX" >&6
6567 echo "$as_me:$LINENO: result
: no
" >&5
6568 echo "${ECHO_T}no
" >&6
6571 test -n "$LEX" && break
6573 test -n "$LEX" || LEX="$MISSING flex
"
6575 case " $build_configdirs " in
6576 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6577 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6582 # Extract the first word of "$ac_prog", so it can be a program name with args.
6583 set dummy $ac_prog; 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_FLEX+set}" = set; then
6587 echo $ECHO_N "(cached
) $ECHO_C" >&6
6589 if test -n "$FLEX"; then
6590 ac_cv_prog_FLEX="$FLEX" # 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_FLEX="$ac_prog"
6600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6608 FLEX=$ac_cv_prog_FLEX
6609 if test -n "$FLEX"; then
6610 echo "$as_me:$LINENO: result
: $FLEX" >&5
6611 echo "${ECHO_T}$FLEX" >&6
6613 echo "$as_me:$LINENO: result
: no
" >&5
6614 echo "${ECHO_T}no
" >&6
6617 test -n "$FLEX" && break
6619 test -n "$FLEX" || FLEX="$MISSING flex
"
6621 case " $build_configdirs " in
6622 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6625 for ac_prog in makeinfo
6627 # Extract the first word of "$ac_prog", so it can be a program name with args.
6628 set dummy $ac_prog; ac_word=$2
6629 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6630 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6631 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6632 echo $ECHO_N "(cached
) $ECHO_C" >&6
6634 if test -n "$MAKEINFO"; then
6635 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6641 test -z "$as_dir" && as_dir=.
6642 for ac_exec_ext in '' $ac_executable_extensions; do
6643 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6644 ac_cv_prog_MAKEINFO="$ac_prog"
6645 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6653 MAKEINFO=$ac_cv_prog_MAKEINFO
6654 if test -n "$MAKEINFO"; then
6655 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6656 echo "${ECHO_T}$MAKEINFO" >&6
6658 echo "$as_me:$LINENO: result
: no
" >&5
6659 echo "${ECHO_T}no
" >&6
6662 test -n "$MAKEINFO" && break
6664 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6666 case " $build_configdirs " in
6667 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6670 # For an installed makeinfo, we require it to be from texinfo 4.6 or
6671 # higher, else we use the "missing
" dummy.
6672 if ${MAKEINFO} --version \
6673 | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6676 MAKEINFO="$MISSING makeinfo
"
6682 # FIXME: expect and dejagnu may become build tools?
6684 for ac_prog in expect
6686 # Extract the first word of "$ac_prog", so it can be a program name with args.
6687 set dummy $ac_prog; ac_word=$2
6688 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6689 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6690 if test "${ac_cv_prog_EXPECT+set}" = set; then
6691 echo $ECHO_N "(cached
) $ECHO_C" >&6
6693 if test -n "$EXPECT"; then
6694 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6700 test -z "$as_dir" && as_dir=.
6701 for ac_exec_ext in '' $ac_executable_extensions; do
6702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6703 ac_cv_prog_EXPECT="$ac_prog"
6704 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6712 EXPECT=$ac_cv_prog_EXPECT
6713 if test -n "$EXPECT"; then
6714 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6715 echo "${ECHO_T}$EXPECT" >&6
6717 echo "$as_me:$LINENO: result
: no
" >&5
6718 echo "${ECHO_T}no
" >&6
6721 test -n "$EXPECT" && break
6723 test -n "$EXPECT" || EXPECT="expect
"
6725 case " $configdirs " in
6727 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6731 for ac_prog in runtest
6733 # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6736 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6737 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6738 echo $ECHO_N "(cached
) $ECHO_C" >&6
6740 if test -n "$RUNTEST"; then
6741 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6747 test -z "$as_dir" && as_dir=.
6748 for ac_exec_ext in '' $ac_executable_extensions; do
6749 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6750 ac_cv_prog_RUNTEST="$ac_prog"
6751 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6759 RUNTEST=$ac_cv_prog_RUNTEST
6760 if test -n "$RUNTEST"; then
6761 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6762 echo "${ECHO_T}$RUNTEST" >&6
6764 echo "$as_me:$LINENO: result
: no
" >&5
6765 echo "${ECHO_T}no
" >&6
6768 test -n "$RUNTEST" && break
6770 test -n "$RUNTEST" || RUNTEST="runtest
"
6772 case " $configdirs " in
6774 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6781 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6782 ncn_target_tool_prefix=
6783 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6787 if test -n "$AR"; then
6789 elif test -n "$ac_cv_prog_AR"; then
6793 if test -n "$ac_cv_prog_AR"; then
6794 for ncn_progname in ar; do
6795 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6796 set dummy ${ncn_progname}; ac_word=$2
6797 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6798 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6799 if test "${ac_cv_prog_AR+set}" = set; then
6800 echo $ECHO_N "(cached
) $ECHO_C" >&6
6802 if test -n "$AR"; then
6803 ac_cv_prog_AR="$AR" # Let the user override the test.
6805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6809 test -z "$as_dir" && as_dir=.
6810 for ac_exec_ext in '' $ac_executable_extensions; do
6811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6812 ac_cv_prog_AR="${ncn_progname}"
6813 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6822 if test -n "$AR"; then
6823 echo "$as_me:$LINENO: result
: $AR" >&5
6824 echo "${ECHO_T}$AR" >&6
6826 echo "$as_me:$LINENO: result
: no
" >&5
6827 echo "${ECHO_T}no
" >&6
6833 for ncn_progname in ar; do
6834 if test -n "$ncn_tool_prefix"; then
6835 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6836 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6837 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6838 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6839 if test "${ac_cv_prog_AR+set}" = set; then
6840 echo $ECHO_N "(cached
) $ECHO_C" >&6
6842 if test -n "$AR"; then
6843 ac_cv_prog_AR="$AR" # Let the user override the test.
6845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6849 test -z "$as_dir" && as_dir=.
6850 for ac_exec_ext in '' $ac_executable_extensions; do
6851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6852 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6853 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6862 if test -n "$AR"; then
6863 echo "$as_me:$LINENO: result
: $AR" >&5
6864 echo "${ECHO_T}$AR" >&6
6866 echo "$as_me:$LINENO: result
: no
" >&5
6867 echo "${ECHO_T}no
" >&6
6871 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6872 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6873 set dummy ${ncn_progname}; ac_word=$2
6874 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6875 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6876 if test "${ac_cv_prog_AR+set}" = set; then
6877 echo $ECHO_N "(cached
) $ECHO_C" >&6
6879 if test -n "$AR"; then
6880 ac_cv_prog_AR="$AR" # Let the user override the test.
6882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6886 test -z "$as_dir" && as_dir=.
6887 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6889 ac_cv_prog_AR="${ncn_progname}"
6890 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6899 if test -n "$AR"; then
6900 echo "$as_me:$LINENO: result
: $AR" >&5
6901 echo "${ECHO_T}$AR" >&6
6903 echo "$as_me:$LINENO: result
: no
" >&5
6904 echo "${ECHO_T}no
" >&6
6908 test -n "$ac_cv_prog_AR" && break
6911 if test -z "$ac_cv_prog_AR" ; then
6913 if test $build = $host ; then
6916 AR="${ncn_tool_prefix}$2"
6922 if test -n "$AS"; then
6924 elif test -n "$ac_cv_prog_AS"; then
6928 if test -n "$ac_cv_prog_AS"; then
6929 for ncn_progname in as; do
6930 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6931 set dummy ${ncn_progname}; ac_word=$2
6932 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6933 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6934 if test "${ac_cv_prog_AS+set}" = set; then
6935 echo $ECHO_N "(cached
) $ECHO_C" >&6
6937 if test -n "$AS"; then
6938 ac_cv_prog_AS="$AS" # Let the user override the test.
6940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6944 test -z "$as_dir" && as_dir=.
6945 for ac_exec_ext in '' $ac_executable_extensions; do
6946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6947 ac_cv_prog_AS="${ncn_progname}"
6948 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6957 if test -n "$AS"; then
6958 echo "$as_me:$LINENO: result
: $AS" >&5
6959 echo "${ECHO_T}$AS" >&6
6961 echo "$as_me:$LINENO: result
: no
" >&5
6962 echo "${ECHO_T}no
" >&6
6968 for ncn_progname in as; do
6969 if test -n "$ncn_tool_prefix"; then
6970 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6971 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6972 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6973 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6974 if test "${ac_cv_prog_AS+set}" = set; then
6975 echo $ECHO_N "(cached
) $ECHO_C" >&6
6977 if test -n "$AS"; then
6978 ac_cv_prog_AS="$AS" # Let the user override the test.
6980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6984 test -z "$as_dir" && as_dir=.
6985 for ac_exec_ext in '' $ac_executable_extensions; do
6986 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6987 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6988 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6997 if test -n "$AS"; then
6998 echo "$as_me:$LINENO: result
: $AS" >&5
6999 echo "${ECHO_T}$AS" >&6
7001 echo "$as_me:$LINENO: result
: no
" >&5
7002 echo "${ECHO_T}no
" >&6
7006 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7007 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7008 set dummy ${ncn_progname}; ac_word=$2
7009 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7010 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7011 if test "${ac_cv_prog_AS+set}" = set; then
7012 echo $ECHO_N "(cached
) $ECHO_C" >&6
7014 if test -n "$AS"; then
7015 ac_cv_prog_AS="$AS" # Let the user override the test.
7017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7024 ac_cv_prog_AS="${ncn_progname}"
7025 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7034 if test -n "$AS"; then
7035 echo "$as_me:$LINENO: result
: $AS" >&5
7036 echo "${ECHO_T}$AS" >&6
7038 echo "$as_me:$LINENO: result
: no
" >&5
7039 echo "${ECHO_T}no
" >&6
7043 test -n "$ac_cv_prog_AS" && break
7046 if test -z "$ac_cv_prog_AS" ; then
7048 if test $build = $host ; then
7051 AS="${ncn_tool_prefix}$2"
7057 if test -n "$DLLTOOL"; then
7058 ac_cv_prog_DLLTOOL=$DLLTOOL
7059 elif test -n "$ac_cv_prog_DLLTOOL"; then
7060 DLLTOOL=$ac_cv_prog_DLLTOOL
7063 if test -n "$ac_cv_prog_DLLTOOL"; then
7064 for ncn_progname in dlltool; do
7065 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7066 set dummy ${ncn_progname}; ac_word=$2
7067 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7068 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7069 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7070 echo $ECHO_N "(cached
) $ECHO_C" >&6
7072 if test -n "$DLLTOOL"; then
7073 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7079 test -z "$as_dir" && as_dir=.
7080 for ac_exec_ext in '' $ac_executable_extensions; do
7081 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7082 ac_cv_prog_DLLTOOL="${ncn_progname}"
7083 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7091 DLLTOOL=$ac_cv_prog_DLLTOOL
7092 if test -n "$DLLTOOL"; then
7093 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7094 echo "${ECHO_T}$DLLTOOL" >&6
7096 echo "$as_me:$LINENO: result
: no
" >&5
7097 echo "${ECHO_T}no
" >&6
7103 for ncn_progname in dlltool; do
7104 if test -n "$ncn_tool_prefix"; then
7105 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7106 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7107 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7108 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7109 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7110 echo $ECHO_N "(cached
) $ECHO_C" >&6
7112 if test -n "$DLLTOOL"; then
7113 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7119 test -z "$as_dir" && as_dir=.
7120 for ac_exec_ext in '' $ac_executable_extensions; do
7121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7122 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
7123 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7131 DLLTOOL=$ac_cv_prog_DLLTOOL
7132 if test -n "$DLLTOOL"; then
7133 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7134 echo "${ECHO_T}$DLLTOOL" >&6
7136 echo "$as_me:$LINENO: result
: no
" >&5
7137 echo "${ECHO_T}no
" >&6
7141 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7142 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7143 set dummy ${ncn_progname}; ac_word=$2
7144 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7145 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7146 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7147 echo $ECHO_N "(cached
) $ECHO_C" >&6
7149 if test -n "$DLLTOOL"; then
7150 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7156 test -z "$as_dir" && as_dir=.
7157 for ac_exec_ext in '' $ac_executable_extensions; do
7158 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7159 ac_cv_prog_DLLTOOL="${ncn_progname}"
7160 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7168 DLLTOOL=$ac_cv_prog_DLLTOOL
7169 if test -n "$DLLTOOL"; then
7170 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7171 echo "${ECHO_T}$DLLTOOL" >&6
7173 echo "$as_me:$LINENO: result
: no
" >&5
7174 echo "${ECHO_T}no
" >&6
7178 test -n "$ac_cv_prog_DLLTOOL" && break
7181 if test -z "$ac_cv_prog_DLLTOOL" ; then
7183 if test $build = $host ; then
7186 DLLTOOL="${ncn_tool_prefix}$2"
7192 if test -n "$LD"; then
7194 elif test -n "$ac_cv_prog_LD"; then
7198 if test -n "$ac_cv_prog_LD"; then
7199 for ncn_progname in ld; do
7200 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7201 set dummy ${ncn_progname}; ac_word=$2
7202 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7203 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7204 if test "${ac_cv_prog_LD+set}" = set; then
7205 echo $ECHO_N "(cached
) $ECHO_C" >&6
7207 if test -n "$LD"; then
7208 ac_cv_prog_LD="$LD" # Let the user override the test.
7210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7214 test -z "$as_dir" && as_dir=.
7215 for ac_exec_ext in '' $ac_executable_extensions; do
7216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7217 ac_cv_prog_LD="${ncn_progname}"
7218 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7227 if test -n "$LD"; then
7228 echo "$as_me:$LINENO: result
: $LD" >&5
7229 echo "${ECHO_T}$LD" >&6
7231 echo "$as_me:$LINENO: result
: no
" >&5
7232 echo "${ECHO_T}no
" >&6
7238 for ncn_progname in ld; do
7239 if test -n "$ncn_tool_prefix"; then
7240 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7241 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7242 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7243 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7244 if test "${ac_cv_prog_LD+set}" = set; then
7245 echo $ECHO_N "(cached
) $ECHO_C" >&6
7247 if test -n "$LD"; then
7248 ac_cv_prog_LD="$LD" # Let the user override the test.
7250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7254 test -z "$as_dir" && as_dir=.
7255 for ac_exec_ext in '' $ac_executable_extensions; do
7256 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7257 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
7258 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7267 if test -n "$LD"; then
7268 echo "$as_me:$LINENO: result
: $LD" >&5
7269 echo "${ECHO_T}$LD" >&6
7271 echo "$as_me:$LINENO: result
: no
" >&5
7272 echo "${ECHO_T}no
" >&6
7276 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7277 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7278 set dummy ${ncn_progname}; ac_word=$2
7279 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7280 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7281 if test "${ac_cv_prog_LD+set}" = set; then
7282 echo $ECHO_N "(cached
) $ECHO_C" >&6
7284 if test -n "$LD"; then
7285 ac_cv_prog_LD="$LD" # Let the user override the test.
7287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291 test -z "$as_dir" && as_dir=.
7292 for ac_exec_ext in '' $ac_executable_extensions; do
7293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7294 ac_cv_prog_LD="${ncn_progname}"
7295 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7304 if test -n "$LD"; then
7305 echo "$as_me:$LINENO: result
: $LD" >&5
7306 echo "${ECHO_T}$LD" >&6
7308 echo "$as_me:$LINENO: result
: no
" >&5
7309 echo "${ECHO_T}no
" >&6
7313 test -n "$ac_cv_prog_LD" && break
7316 if test -z "$ac_cv_prog_LD" ; then
7318 if test $build = $host ; then
7321 LD="${ncn_tool_prefix}$2"
7327 if test -n "$LIPO"; then
7328 ac_cv_prog_LIPO=$LIPO
7329 elif test -n "$ac_cv_prog_LIPO"; then
7330 LIPO=$ac_cv_prog_LIPO
7333 if test -n "$ac_cv_prog_LIPO"; then
7334 for ncn_progname in lipo; do
7335 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7336 set dummy ${ncn_progname}; ac_word=$2
7337 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7338 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7339 if test "${ac_cv_prog_LIPO+set}" = set; then
7340 echo $ECHO_N "(cached
) $ECHO_C" >&6
7342 if test -n "$LIPO"; then
7343 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7349 test -z "$as_dir" && as_dir=.
7350 for ac_exec_ext in '' $ac_executable_extensions; do
7351 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7352 ac_cv_prog_LIPO="${ncn_progname}"
7353 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7361 LIPO=$ac_cv_prog_LIPO
7362 if test -n "$LIPO"; then
7363 echo "$as_me:$LINENO: result
: $LIPO" >&5
7364 echo "${ECHO_T}$LIPO" >&6
7366 echo "$as_me:$LINENO: result
: no
" >&5
7367 echo "${ECHO_T}no
" >&6
7373 for ncn_progname in lipo; do
7374 if test -n "$ncn_tool_prefix"; then
7375 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7376 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7377 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7378 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7379 if test "${ac_cv_prog_LIPO+set}" = set; then
7380 echo $ECHO_N "(cached
) $ECHO_C" >&6
7382 if test -n "$LIPO"; then
7383 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7389 test -z "$as_dir" && as_dir=.
7390 for ac_exec_ext in '' $ac_executable_extensions; do
7391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7392 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7393 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7401 LIPO=$ac_cv_prog_LIPO
7402 if test -n "$LIPO"; then
7403 echo "$as_me:$LINENO: result
: $LIPO" >&5
7404 echo "${ECHO_T}$LIPO" >&6
7406 echo "$as_me:$LINENO: result
: no
" >&5
7407 echo "${ECHO_T}no
" >&6
7411 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7412 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7413 set dummy ${ncn_progname}; ac_word=$2
7414 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7415 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7416 if test "${ac_cv_prog_LIPO+set}" = set; then
7417 echo $ECHO_N "(cached
) $ECHO_C" >&6
7419 if test -n "$LIPO"; then
7420 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7426 test -z "$as_dir" && as_dir=.
7427 for ac_exec_ext in '' $ac_executable_extensions; do
7428 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7429 ac_cv_prog_LIPO="${ncn_progname}"
7430 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7438 LIPO=$ac_cv_prog_LIPO
7439 if test -n "$LIPO"; then
7440 echo "$as_me:$LINENO: result
: $LIPO" >&5
7441 echo "${ECHO_T}$LIPO" >&6
7443 echo "$as_me:$LINENO: result
: no
" >&5
7444 echo "${ECHO_T}no
" >&6
7448 test -n "$ac_cv_prog_LIPO" && break
7451 if test -z "$ac_cv_prog_LIPO" ; then
7453 if test $build = $host ; then
7456 LIPO="${ncn_tool_prefix}$2"
7462 if test -n "$NM"; then
7464 elif test -n "$ac_cv_prog_NM"; then
7468 if test -n "$ac_cv_prog_NM"; then
7469 for ncn_progname in nm; do
7470 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7471 set dummy ${ncn_progname}; ac_word=$2
7472 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7473 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7474 if test "${ac_cv_prog_NM+set}" = set; then
7475 echo $ECHO_N "(cached
) $ECHO_C" >&6
7477 if test -n "$NM"; then
7478 ac_cv_prog_NM="$NM" # Let the user override the test.
7480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7484 test -z "$as_dir" && as_dir=.
7485 for ac_exec_ext in '' $ac_executable_extensions; do
7486 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7487 ac_cv_prog_NM="${ncn_progname}"
7488 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7497 if test -n "$NM"; then
7498 echo "$as_me:$LINENO: result
: $NM" >&5
7499 echo "${ECHO_T}$NM" >&6
7501 echo "$as_me:$LINENO: result
: no
" >&5
7502 echo "${ECHO_T}no
" >&6
7508 for ncn_progname in nm; do
7509 if test -n "$ncn_tool_prefix"; then
7510 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7511 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7512 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7513 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7514 if test "${ac_cv_prog_NM+set}" = set; then
7515 echo $ECHO_N "(cached
) $ECHO_C" >&6
7517 if test -n "$NM"; then
7518 ac_cv_prog_NM="$NM" # Let the user override the test.
7520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7524 test -z "$as_dir" && as_dir=.
7525 for ac_exec_ext in '' $ac_executable_extensions; do
7526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7527 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7528 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7537 if test -n "$NM"; then
7538 echo "$as_me:$LINENO: result
: $NM" >&5
7539 echo "${ECHO_T}$NM" >&6
7541 echo "$as_me:$LINENO: result
: no
" >&5
7542 echo "${ECHO_T}no
" >&6
7546 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7547 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7548 set dummy ${ncn_progname}; ac_word=$2
7549 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7550 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7551 if test "${ac_cv_prog_NM+set}" = set; then
7552 echo $ECHO_N "(cached
) $ECHO_C" >&6
7554 if test -n "$NM"; then
7555 ac_cv_prog_NM="$NM" # Let the user override the test.
7557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7561 test -z "$as_dir" && as_dir=.
7562 for ac_exec_ext in '' $ac_executable_extensions; do
7563 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7564 ac_cv_prog_NM="${ncn_progname}"
7565 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7574 if test -n "$NM"; then
7575 echo "$as_me:$LINENO: result
: $NM" >&5
7576 echo "${ECHO_T}$NM" >&6
7578 echo "$as_me:$LINENO: result
: no
" >&5
7579 echo "${ECHO_T}no
" >&6
7583 test -n "$ac_cv_prog_NM" && break
7586 if test -z "$ac_cv_prog_NM" ; then
7588 if test $build = $host ; then
7591 NM="${ncn_tool_prefix}$2"
7597 if test -n "$RANLIB"; then
7598 ac_cv_prog_RANLIB=$RANLIB
7599 elif test -n "$ac_cv_prog_RANLIB"; then
7600 RANLIB=$ac_cv_prog_RANLIB
7603 if test -n "$ac_cv_prog_RANLIB"; then
7604 for ncn_progname in ranlib; do
7605 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7606 set dummy ${ncn_progname}; ac_word=$2
7607 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7608 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7609 if test "${ac_cv_prog_RANLIB+set}" = set; then
7610 echo $ECHO_N "(cached
) $ECHO_C" >&6
7612 if test -n "$RANLIB"; then
7613 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7619 test -z "$as_dir" && as_dir=.
7620 for ac_exec_ext in '' $ac_executable_extensions; do
7621 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7622 ac_cv_prog_RANLIB="${ncn_progname}"
7623 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7631 RANLIB=$ac_cv_prog_RANLIB
7632 if test -n "$RANLIB"; then
7633 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7634 echo "${ECHO_T}$RANLIB" >&6
7636 echo "$as_me:$LINENO: result
: no
" >&5
7637 echo "${ECHO_T}no
" >&6
7643 for ncn_progname in ranlib; do
7644 if test -n "$ncn_tool_prefix"; then
7645 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7646 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7647 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7648 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7649 if test "${ac_cv_prog_RANLIB+set}" = set; then
7650 echo $ECHO_N "(cached
) $ECHO_C" >&6
7652 if test -n "$RANLIB"; then
7653 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7659 test -z "$as_dir" && as_dir=.
7660 for ac_exec_ext in '' $ac_executable_extensions; do
7661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7662 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7663 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7671 RANLIB=$ac_cv_prog_RANLIB
7672 if test -n "$RANLIB"; then
7673 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7674 echo "${ECHO_T}$RANLIB" >&6
7676 echo "$as_me:$LINENO: result
: no
" >&5
7677 echo "${ECHO_T}no
" >&6
7681 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7682 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7683 set dummy ${ncn_progname}; ac_word=$2
7684 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7685 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7686 if test "${ac_cv_prog_RANLIB+set}" = set; then
7687 echo $ECHO_N "(cached
) $ECHO_C" >&6
7689 if test -n "$RANLIB"; then
7690 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7696 test -z "$as_dir" && as_dir=.
7697 for ac_exec_ext in '' $ac_executable_extensions; do
7698 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7699 ac_cv_prog_RANLIB="${ncn_progname}"
7700 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7708 RANLIB=$ac_cv_prog_RANLIB
7709 if test -n "$RANLIB"; then
7710 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7711 echo "${ECHO_T}$RANLIB" >&6
7713 echo "$as_me:$LINENO: result
: no
" >&5
7714 echo "${ECHO_T}no
" >&6
7718 test -n "$ac_cv_prog_RANLIB" && break
7721 if test -z "$ac_cv_prog_RANLIB" ; then
7727 if test -n "$STRIP"; then
7728 ac_cv_prog_STRIP=$STRIP
7729 elif test -n "$ac_cv_prog_STRIP"; then
7730 STRIP=$ac_cv_prog_STRIP
7733 if test -n "$ac_cv_prog_STRIP"; then
7734 for ncn_progname in strip; do
7735 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7736 set dummy ${ncn_progname}; ac_word=$2
7737 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7738 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7739 if test "${ac_cv_prog_STRIP+set}" = set; then
7740 echo $ECHO_N "(cached
) $ECHO_C" >&6
7742 if test -n "$STRIP"; then
7743 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7749 test -z "$as_dir" && as_dir=.
7750 for ac_exec_ext in '' $ac_executable_extensions; do
7751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7752 ac_cv_prog_STRIP="${ncn_progname}"
7753 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7761 STRIP=$ac_cv_prog_STRIP
7762 if test -n "$STRIP"; then
7763 echo "$as_me:$LINENO: result
: $STRIP" >&5
7764 echo "${ECHO_T}$STRIP" >&6
7766 echo "$as_me:$LINENO: result
: no
" >&5
7767 echo "${ECHO_T}no
" >&6
7773 for ncn_progname in strip; do
7774 if test -n "$ncn_tool_prefix"; then
7775 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7776 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7777 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7778 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7779 if test "${ac_cv_prog_STRIP+set}" = set; then
7780 echo $ECHO_N "(cached
) $ECHO_C" >&6
7782 if test -n "$STRIP"; then
7783 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7789 test -z "$as_dir" && as_dir=.
7790 for ac_exec_ext in '' $ac_executable_extensions; do
7791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7792 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7793 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7801 STRIP=$ac_cv_prog_STRIP
7802 if test -n "$STRIP"; then
7803 echo "$as_me:$LINENO: result
: $STRIP" >&5
7804 echo "${ECHO_T}$STRIP" >&6
7806 echo "$as_me:$LINENO: result
: no
" >&5
7807 echo "${ECHO_T}no
" >&6
7811 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7812 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7813 set dummy ${ncn_progname}; ac_word=$2
7814 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7815 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7816 if test "${ac_cv_prog_STRIP+set}" = set; then
7817 echo $ECHO_N "(cached
) $ECHO_C" >&6
7819 if test -n "$STRIP"; then
7820 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7826 test -z "$as_dir" && as_dir=.
7827 for ac_exec_ext in '' $ac_executable_extensions; do
7828 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7829 ac_cv_prog_STRIP="${ncn_progname}"
7830 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7838 STRIP=$ac_cv_prog_STRIP
7839 if test -n "$STRIP"; then
7840 echo "$as_me:$LINENO: result
: $STRIP" >&5
7841 echo "${ECHO_T}$STRIP" >&6
7843 echo "$as_me:$LINENO: result
: no
" >&5
7844 echo "${ECHO_T}no
" >&6
7848 test -n "$ac_cv_prog_STRIP" && break
7851 if test -z "$ac_cv_prog_STRIP" ; then
7857 if test -n "$WINDRES"; then
7858 ac_cv_prog_WINDRES=$WINDRES
7859 elif test -n "$ac_cv_prog_WINDRES"; then
7860 WINDRES=$ac_cv_prog_WINDRES
7863 if test -n "$ac_cv_prog_WINDRES"; then
7864 for ncn_progname in windres; do
7865 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7866 set dummy ${ncn_progname}; ac_word=$2
7867 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7868 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7869 if test "${ac_cv_prog_WINDRES+set}" = set; then
7870 echo $ECHO_N "(cached
) $ECHO_C" >&6
7872 if test -n "$WINDRES"; then
7873 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7879 test -z "$as_dir" && as_dir=.
7880 for ac_exec_ext in '' $ac_executable_extensions; do
7881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7882 ac_cv_prog_WINDRES="${ncn_progname}"
7883 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7891 WINDRES=$ac_cv_prog_WINDRES
7892 if test -n "$WINDRES"; then
7893 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7894 echo "${ECHO_T}$WINDRES" >&6
7896 echo "$as_me:$LINENO: result
: no
" >&5
7897 echo "${ECHO_T}no
" >&6
7903 for ncn_progname in windres; do
7904 if test -n "$ncn_tool_prefix"; then
7905 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7906 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7907 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7908 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7909 if test "${ac_cv_prog_WINDRES+set}" = set; then
7910 echo $ECHO_N "(cached
) $ECHO_C" >&6
7912 if test -n "$WINDRES"; then
7913 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7919 test -z "$as_dir" && as_dir=.
7920 for ac_exec_ext in '' $ac_executable_extensions; do
7921 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7922 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7923 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7931 WINDRES=$ac_cv_prog_WINDRES
7932 if test -n "$WINDRES"; then
7933 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7934 echo "${ECHO_T}$WINDRES" >&6
7936 echo "$as_me:$LINENO: result
: no
" >&5
7937 echo "${ECHO_T}no
" >&6
7941 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7942 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7943 set dummy ${ncn_progname}; ac_word=$2
7944 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7945 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7946 if test "${ac_cv_prog_WINDRES+set}" = set; then
7947 echo $ECHO_N "(cached
) $ECHO_C" >&6
7949 if test -n "$WINDRES"; then
7950 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7956 test -z "$as_dir" && as_dir=.
7957 for ac_exec_ext in '' $ac_executable_extensions; do
7958 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7959 ac_cv_prog_WINDRES="${ncn_progname}"
7960 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7968 WINDRES=$ac_cv_prog_WINDRES
7969 if test -n "$WINDRES"; then
7970 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7971 echo "${ECHO_T}$WINDRES" >&6
7973 echo "$as_me:$LINENO: result
: no
" >&5
7974 echo "${ECHO_T}no
" >&6
7978 test -n "$ac_cv_prog_WINDRES" && break
7981 if test -z "$ac_cv_prog_WINDRES" ; then
7983 if test $build = $host ; then
7986 WINDRES="${ncn_tool_prefix}$2"
7992 if test -n "$WINDMC"; then
7993 ac_cv_prog_WINDMC=$WINDMC
7994 elif test -n "$ac_cv_prog_WINDMC"; then
7995 WINDMC=$ac_cv_prog_WINDMC
7998 if test -n "$ac_cv_prog_WINDMC"; then
7999 for ncn_progname in windmc; do
8000 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8001 set dummy ${ncn_progname}; ac_word=$2
8002 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8003 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8004 if test "${ac_cv_prog_WINDMC+set}" = set; then
8005 echo $ECHO_N "(cached
) $ECHO_C" >&6
8007 if test -n "$WINDMC"; then
8008 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8014 test -z "$as_dir" && as_dir=.
8015 for ac_exec_ext in '' $ac_executable_extensions; do
8016 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8017 ac_cv_prog_WINDMC="${ncn_progname}"
8018 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8026 WINDMC=$ac_cv_prog_WINDMC
8027 if test -n "$WINDMC"; then
8028 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8029 echo "${ECHO_T}$WINDMC" >&6
8031 echo "$as_me:$LINENO: result
: no
" >&5
8032 echo "${ECHO_T}no
" >&6
8038 for ncn_progname in windmc; do
8039 if test -n "$ncn_tool_prefix"; then
8040 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8041 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8042 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8043 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8044 if test "${ac_cv_prog_WINDMC+set}" = set; then
8045 echo $ECHO_N "(cached
) $ECHO_C" >&6
8047 if test -n "$WINDMC"; then
8048 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8054 test -z "$as_dir" && as_dir=.
8055 for ac_exec_ext in '' $ac_executable_extensions; do
8056 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8057 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
8058 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8066 WINDMC=$ac_cv_prog_WINDMC
8067 if test -n "$WINDMC"; then
8068 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8069 echo "${ECHO_T}$WINDMC" >&6
8071 echo "$as_me:$LINENO: result
: no
" >&5
8072 echo "${ECHO_T}no
" >&6
8076 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8077 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8078 set dummy ${ncn_progname}; ac_word=$2
8079 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8080 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8081 if test "${ac_cv_prog_WINDMC+set}" = set; then
8082 echo $ECHO_N "(cached
) $ECHO_C" >&6
8084 if test -n "$WINDMC"; then
8085 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091 test -z "$as_dir" && as_dir=.
8092 for ac_exec_ext in '' $ac_executable_extensions; do
8093 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8094 ac_cv_prog_WINDMC="${ncn_progname}"
8095 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8103 WINDMC=$ac_cv_prog_WINDMC
8104 if test -n "$WINDMC"; then
8105 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8106 echo "${ECHO_T}$WINDMC" >&6
8108 echo "$as_me:$LINENO: result
: no
" >&5
8109 echo "${ECHO_T}no
" >&6
8113 test -n "$ac_cv_prog_WINDMC" && break
8116 if test -z "$ac_cv_prog_WINDMC" ; then
8118 if test $build = $host ; then
8121 WINDMC="${ncn_tool_prefix}$2"
8127 if test -n "$OBJCOPY"; then
8128 ac_cv_prog_OBJCOPY=$OBJCOPY
8129 elif test -n "$ac_cv_prog_OBJCOPY"; then
8130 OBJCOPY=$ac_cv_prog_OBJCOPY
8133 if test -n "$ac_cv_prog_OBJCOPY"; then
8134 for ncn_progname in objcopy; do
8135 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8136 set dummy ${ncn_progname}; ac_word=$2
8137 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8138 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8139 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8140 echo $ECHO_N "(cached
) $ECHO_C" >&6
8142 if test -n "$OBJCOPY"; then
8143 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8149 test -z "$as_dir" && as_dir=.
8150 for ac_exec_ext in '' $ac_executable_extensions; do
8151 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8152 ac_cv_prog_OBJCOPY="${ncn_progname}"
8153 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8161 OBJCOPY=$ac_cv_prog_OBJCOPY
8162 if test -n "$OBJCOPY"; then
8163 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8164 echo "${ECHO_T}$OBJCOPY" >&6
8166 echo "$as_me:$LINENO: result
: no
" >&5
8167 echo "${ECHO_T}no
" >&6
8173 for ncn_progname in objcopy; do
8174 if test -n "$ncn_tool_prefix"; then
8175 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8176 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8177 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8178 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8179 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8180 echo $ECHO_N "(cached
) $ECHO_C" >&6
8182 if test -n "$OBJCOPY"; then
8183 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8189 test -z "$as_dir" && as_dir=.
8190 for ac_exec_ext in '' $ac_executable_extensions; do
8191 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8192 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
8193 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8201 OBJCOPY=$ac_cv_prog_OBJCOPY
8202 if test -n "$OBJCOPY"; then
8203 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8204 echo "${ECHO_T}$OBJCOPY" >&6
8206 echo "$as_me:$LINENO: result
: no
" >&5
8207 echo "${ECHO_T}no
" >&6
8211 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8212 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8213 set dummy ${ncn_progname}; ac_word=$2
8214 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8215 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8216 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8217 echo $ECHO_N "(cached
) $ECHO_C" >&6
8219 if test -n "$OBJCOPY"; then
8220 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8226 test -z "$as_dir" && as_dir=.
8227 for ac_exec_ext in '' $ac_executable_extensions; do
8228 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8229 ac_cv_prog_OBJCOPY="${ncn_progname}"
8230 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8238 OBJCOPY=$ac_cv_prog_OBJCOPY
8239 if test -n "$OBJCOPY"; then
8240 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8241 echo "${ECHO_T}$OBJCOPY" >&6
8243 echo "$as_me:$LINENO: result
: no
" >&5
8244 echo "${ECHO_T}no
" >&6
8248 test -n "$ac_cv_prog_OBJCOPY" && break
8251 if test -z "$ac_cv_prog_OBJCOPY" ; then
8253 if test $build = $host ; then
8256 OBJCOPY="${ncn_tool_prefix}$2"
8262 if test -n "$OBJDUMP"; then
8263 ac_cv_prog_OBJDUMP=$OBJDUMP
8264 elif test -n "$ac_cv_prog_OBJDUMP"; then
8265 OBJDUMP=$ac_cv_prog_OBJDUMP
8268 if test -n "$ac_cv_prog_OBJDUMP"; then
8269 for ncn_progname in objdump; do
8270 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8271 set dummy ${ncn_progname}; ac_word=$2
8272 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8273 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8274 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8275 echo $ECHO_N "(cached
) $ECHO_C" >&6
8277 if test -n "$OBJDUMP"; then
8278 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8284 test -z "$as_dir" && as_dir=.
8285 for ac_exec_ext in '' $ac_executable_extensions; do
8286 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8287 ac_cv_prog_OBJDUMP="${ncn_progname}"
8288 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8296 OBJDUMP=$ac_cv_prog_OBJDUMP
8297 if test -n "$OBJDUMP"; then
8298 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8299 echo "${ECHO_T}$OBJDUMP" >&6
8301 echo "$as_me:$LINENO: result
: no
" >&5
8302 echo "${ECHO_T}no
" >&6
8308 for ncn_progname in objdump; do
8309 if test -n "$ncn_tool_prefix"; then
8310 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8311 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8312 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8313 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8314 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8315 echo $ECHO_N "(cached
) $ECHO_C" >&6
8317 if test -n "$OBJDUMP"; then
8318 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324 test -z "$as_dir" && as_dir=.
8325 for ac_exec_ext in '' $ac_executable_extensions; do
8326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8327 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
8328 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8336 OBJDUMP=$ac_cv_prog_OBJDUMP
8337 if test -n "$OBJDUMP"; then
8338 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8339 echo "${ECHO_T}$OBJDUMP" >&6
8341 echo "$as_me:$LINENO: result
: no
" >&5
8342 echo "${ECHO_T}no
" >&6
8346 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
8347 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8348 set dummy ${ncn_progname}; ac_word=$2
8349 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8350 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8351 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8352 echo $ECHO_N "(cached
) $ECHO_C" >&6
8354 if test -n "$OBJDUMP"; then
8355 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8361 test -z "$as_dir" && as_dir=.
8362 for ac_exec_ext in '' $ac_executable_extensions; do
8363 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8364 ac_cv_prog_OBJDUMP="${ncn_progname}"
8365 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8373 OBJDUMP=$ac_cv_prog_OBJDUMP
8374 if test -n "$OBJDUMP"; then
8375 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8376 echo "${ECHO_T}$OBJDUMP" >&6
8378 echo "$as_me:$LINENO: result
: no
" >&5
8379 echo "${ECHO_T}no
" >&6
8383 test -n "$ac_cv_prog_OBJDUMP" && break
8386 if test -z "$ac_cv_prog_OBJDUMP" ; then
8388 if test $build = $host ; then
8391 OBJDUMP="${ncn_tool_prefix}$2"
8402 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8403 if test "${with_build_time_tools+set}" = set; then
8404 withval="$with_build_time_tools"
8408 with_build_time_tools=
8409 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8410 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8414 with_build_time_tools=
8419 if test -n "$CC_FOR_TARGET"; then
8420 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8421 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8422 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8425 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8426 for ncn_progname in cc gcc; do
8427 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8428 set dummy ${ncn_progname}; ac_word=$2
8429 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8430 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8431 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8432 echo $ECHO_N "(cached
) $ECHO_C" >&6
8434 if test -n "$CC_FOR_TARGET"; then
8435 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8441 test -z "$as_dir" && as_dir=.
8442 for ac_exec_ext in '' $ac_executable_extensions; do
8443 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8444 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8445 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8453 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8454 if test -n "$CC_FOR_TARGET"; then
8455 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8456 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8458 echo "$as_me:$LINENO: result
: no
" >&5
8459 echo "${ECHO_T}no
" >&6
8465 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8466 for ncn_progname in cc gcc; do
8467 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8468 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8469 if test -x $with_build_time_tools/${ncn_progname}; then
8470 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8471 echo "$as_me:$LINENO: result
: yes" >&5
8472 echo "${ECHO_T}yes" >&6
8475 echo "$as_me:$LINENO: result
: no
" >&5
8476 echo "${ECHO_T}no
" >&6
8481 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8482 for ncn_progname in cc gcc; do
8483 if test -n "$ncn_target_tool_prefix"; then
8484 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8485 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8486 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8487 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8488 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8489 echo $ECHO_N "(cached
) $ECHO_C" >&6
8491 if test -n "$CC_FOR_TARGET"; then
8492 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8498 test -z "$as_dir" && as_dir=.
8499 for ac_exec_ext in '' $ac_executable_extensions; do
8500 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8501 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8502 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8510 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8511 if test -n "$CC_FOR_TARGET"; then
8512 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8513 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8515 echo "$as_me:$LINENO: result
: no
" >&5
8516 echo "${ECHO_T}no
" >&6
8520 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8521 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8522 set dummy ${ncn_progname}; 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_prog_CC_FOR_TARGET+set}" = set; then
8526 echo $ECHO_N "(cached
) $ECHO_C" >&6
8528 if test -n "$CC_FOR_TARGET"; then
8529 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8538 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8539 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8547 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8548 if test -n "$CC_FOR_TARGET"; then
8549 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8550 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8552 echo "$as_me:$LINENO: result
: no
" >&5
8553 echo "${ECHO_T}no
" >&6
8557 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8561 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8563 if test $build = $target ; then
8566 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8569 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8574 if test -n "$CXX_FOR_TARGET"; then
8575 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8576 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8577 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8580 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8581 for ncn_progname in c++ g++ cxx gxx; do
8582 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8583 set dummy ${ncn_progname}; ac_word=$2
8584 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8586 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8587 echo $ECHO_N "(cached
) $ECHO_C" >&6
8589 if test -n "$CXX_FOR_TARGET"; then
8590 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8596 test -z "$as_dir" && as_dir=.
8597 for ac_exec_ext in '' $ac_executable_extensions; do
8598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8599 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8608 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8609 if test -n "$CXX_FOR_TARGET"; then
8610 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8611 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8613 echo "$as_me:$LINENO: result
: no
" >&5
8614 echo "${ECHO_T}no
" >&6
8620 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8621 for ncn_progname in c++ g++ cxx gxx; do
8622 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8623 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8624 if test -x $with_build_time_tools/${ncn_progname}; then
8625 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8626 echo "$as_me:$LINENO: result
: yes" >&5
8627 echo "${ECHO_T}yes" >&6
8630 echo "$as_me:$LINENO: result
: no
" >&5
8631 echo "${ECHO_T}no
" >&6
8636 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8637 for ncn_progname in c++ g++ cxx gxx; do
8638 if test -n "$ncn_target_tool_prefix"; then
8639 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8640 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8641 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8642 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8643 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8644 echo $ECHO_N "(cached
) $ECHO_C" >&6
8646 if test -n "$CXX_FOR_TARGET"; then
8647 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8653 test -z "$as_dir" && as_dir=.
8654 for ac_exec_ext in '' $ac_executable_extensions; do
8655 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8656 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8657 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8665 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8666 if test -n "$CXX_FOR_TARGET"; then
8667 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8668 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8670 echo "$as_me:$LINENO: result
: no
" >&5
8671 echo "${ECHO_T}no
" >&6
8675 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8676 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8677 set dummy ${ncn_progname}; ac_word=$2
8678 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8679 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8680 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8681 echo $ECHO_N "(cached
) $ECHO_C" >&6
8683 if test -n "$CXX_FOR_TARGET"; then
8684 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8690 test -z "$as_dir" && as_dir=.
8691 for ac_exec_ext in '' $ac_executable_extensions; do
8692 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8693 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8694 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8702 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8703 if test -n "$CXX_FOR_TARGET"; then
8704 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8705 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8707 echo "$as_me:$LINENO: result
: no
" >&5
8708 echo "${ECHO_T}no
" >&6
8712 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8716 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8717 set dummy c++ g++ cxx gxx
8718 if test $build = $target ; then
8721 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8724 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8729 if test -n "$GCC_FOR_TARGET"; then
8730 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8731 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8732 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8735 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8736 for ncn_progname in gcc; do
8737 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8738 set dummy ${ncn_progname}; ac_word=$2
8739 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8740 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8741 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8742 echo $ECHO_N "(cached
) $ECHO_C" >&6
8744 if test -n "$GCC_FOR_TARGET"; then
8745 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8751 test -z "$as_dir" && as_dir=.
8752 for ac_exec_ext in '' $ac_executable_extensions; do
8753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8754 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8755 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8763 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8764 if test -n "$GCC_FOR_TARGET"; then
8765 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8766 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8768 echo "$as_me:$LINENO: result
: no
" >&5
8769 echo "${ECHO_T}no
" >&6
8775 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8776 for ncn_progname in gcc; do
8777 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8778 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8779 if test -x $with_build_time_tools/${ncn_progname}; then
8780 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8781 echo "$as_me:$LINENO: result
: yes" >&5
8782 echo "${ECHO_T}yes" >&6
8785 echo "$as_me:$LINENO: result
: no
" >&5
8786 echo "${ECHO_T}no
" >&6
8791 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8792 for ncn_progname in gcc; do
8793 if test -n "$ncn_target_tool_prefix"; then
8794 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8795 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8796 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8797 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8798 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8799 echo $ECHO_N "(cached
) $ECHO_C" >&6
8801 if test -n "$GCC_FOR_TARGET"; then
8802 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8808 test -z "$as_dir" && as_dir=.
8809 for ac_exec_ext in '' $ac_executable_extensions; do
8810 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8811 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8812 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8820 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8821 if test -n "$GCC_FOR_TARGET"; then
8822 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8823 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8825 echo "$as_me:$LINENO: result
: no
" >&5
8826 echo "${ECHO_T}no
" >&6
8830 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8831 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8832 set dummy ${ncn_progname}; ac_word=$2
8833 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8834 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8835 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8836 echo $ECHO_N "(cached
) $ECHO_C" >&6
8838 if test -n "$GCC_FOR_TARGET"; then
8839 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8841 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8845 test -z "$as_dir" && as_dir=.
8846 for ac_exec_ext in '' $ac_executable_extensions; do
8847 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8848 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8849 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8857 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8858 if test -n "$GCC_FOR_TARGET"; then
8859 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8860 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8862 echo "$as_me:$LINENO: result
: no
" >&5
8863 echo "${ECHO_T}no
" >&6
8867 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8871 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8872 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8874 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8879 if test -n "$GCJ_FOR_TARGET"; then
8880 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8881 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8882 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8885 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8886 for ncn_progname in gcj; do
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_GCJ_FOR_TARGET+set}" = set; then
8892 echo $ECHO_N "(cached
) $ECHO_C" >&6
8894 if test -n "$GCJ_FOR_TARGET"; then
8895 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_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_GCJ_FOR_TARGET="${ncn_progname}"
8905 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8913 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8914 if test -n "$GCJ_FOR_TARGET"; then
8915 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8916 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8918 echo "$as_me:$LINENO: result
: no
" >&5
8919 echo "${ECHO_T}no
" >&6
8925 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8926 for ncn_progname in gcj; do
8927 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8928 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8929 if test -x $with_build_time_tools/${ncn_progname}; then
8930 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8931 echo "$as_me:$LINENO: result
: yes" >&5
8932 echo "${ECHO_T}yes" >&6
8935 echo "$as_me:$LINENO: result
: no
" >&5
8936 echo "${ECHO_T}no
" >&6
8941 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8942 for ncn_progname in gcj; do
8943 if test -n "$ncn_target_tool_prefix"; then
8944 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8945 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8946 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8947 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8948 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8949 echo $ECHO_N "(cached
) $ECHO_C" >&6
8951 if test -n "$GCJ_FOR_TARGET"; then
8952 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8958 test -z "$as_dir" && as_dir=.
8959 for ac_exec_ext in '' $ac_executable_extensions; do
8960 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8961 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8962 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8970 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8971 if test -n "$GCJ_FOR_TARGET"; then
8972 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8973 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8975 echo "$as_me:$LINENO: result
: no
" >&5
8976 echo "${ECHO_T}no
" >&6
8980 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8981 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8982 set dummy ${ncn_progname}; ac_word=$2
8983 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8984 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8985 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8986 echo $ECHO_N "(cached
) $ECHO_C" >&6
8988 if test -n "$GCJ_FOR_TARGET"; then
8989 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8995 test -z "$as_dir" && as_dir=.
8996 for ac_exec_ext in '' $ac_executable_extensions; do
8997 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8998 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8999 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9007 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9008 if test -n "$GCJ_FOR_TARGET"; then
9009 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
9010 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
9012 echo "$as_me:$LINENO: result
: no
" >&5
9013 echo "${ECHO_T}no
" >&6
9017 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9021 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9023 if test $build = $target ; then
9026 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9029 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9034 if test -n "$GFORTRAN_FOR_TARGET"; then
9035 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9036 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9037 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9040 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9041 for ncn_progname in gfortran; do
9042 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9043 set dummy ${ncn_progname}; ac_word=$2
9044 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9045 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9046 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9047 echo $ECHO_N "(cached
) $ECHO_C" >&6
9049 if test -n "$GFORTRAN_FOR_TARGET"; then
9050 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9056 test -z "$as_dir" && as_dir=.
9057 for ac_exec_ext in '' $ac_executable_extensions; do
9058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9059 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9060 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9068 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9069 if test -n "$GFORTRAN_FOR_TARGET"; then
9070 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9071 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9073 echo "$as_me:$LINENO: result
: no
" >&5
9074 echo "${ECHO_T}no
" >&6
9080 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
9081 for ncn_progname in gfortran; do
9082 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9083 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9084 if test -x $with_build_time_tools/${ncn_progname}; then
9085 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9086 echo "$as_me:$LINENO: result
: yes" >&5
9087 echo "${ECHO_T}yes" >&6
9090 echo "$as_me:$LINENO: result
: no
" >&5
9091 echo "${ECHO_T}no
" >&6
9096 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9097 for ncn_progname in gfortran; do
9098 if test -n "$ncn_target_tool_prefix"; then
9099 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9100 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9101 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9102 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9103 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9104 echo $ECHO_N "(cached
) $ECHO_C" >&6
9106 if test -n "$GFORTRAN_FOR_TARGET"; then
9107 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9113 test -z "$as_dir" && as_dir=.
9114 for ac_exec_ext in '' $ac_executable_extensions; do
9115 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9116 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9117 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9125 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9126 if test -n "$GFORTRAN_FOR_TARGET"; then
9127 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9128 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9130 echo "$as_me:$LINENO: result
: no
" >&5
9131 echo "${ECHO_T}no
" >&6
9135 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9136 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9137 set dummy ${ncn_progname}; ac_word=$2
9138 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9139 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9140 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9141 echo $ECHO_N "(cached
) $ECHO_C" >&6
9143 if test -n "$GFORTRAN_FOR_TARGET"; then
9144 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9150 test -z "$as_dir" && as_dir=.
9151 for ac_exec_ext in '' $ac_executable_extensions; do
9152 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9153 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9154 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9162 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9163 if test -n "$GFORTRAN_FOR_TARGET"; then
9164 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9165 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9167 echo "$as_me:$LINENO: result
: no
" >&5
9168 echo "${ECHO_T}no
" >&6
9172 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9176 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9178 if test $build = $target ; then
9179 GFORTRAN_FOR_TARGET="$2"
9181 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
9184 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
9189 cat > conftest.c << \EOF
9194 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9195 have_gcc_for_target=yes
9197 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9198 have_gcc_for_target=no
9205 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9206 if test -n "$with_build_time_tools"; then
9207 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
9208 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
9209 if test -x $with_build_time_tools/ar; then
9210 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
9211 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9212 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
9213 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
9215 echo "$as_me:$LINENO: result
: no
" >&5
9216 echo "${ECHO_T}no
" >&6
9218 elif test $build != $host && test $have_gcc_for_target = yes; then
9219 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
9220 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
9221 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9224 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9225 # Extract the first word of "ar", so it can be a program name with args.
9226 set dummy ar; ac_word=$2
9227 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9228 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9229 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
9230 echo $ECHO_N "(cached
) $ECHO_C" >&6
9232 case $AR_FOR_TARGET in
9234 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
9237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9238 for as_dir in $gcc_cv_tool_dirs
9241 test -z "$as_dir" && as_dir=.
9242 for ac_exec_ext in '' $ac_executable_extensions; do
9243 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9244 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9245 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9254 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9256 if test -n "$AR_FOR_TARGET"; then
9257 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9258 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9260 echo "$as_me:$LINENO: result
: no
" >&5
9261 echo "${ECHO_T}no
" >&6
9265 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9268 if test -n "$AR_FOR_TARGET"; then
9269 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
9270 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9271 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9274 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9275 for ncn_progname in ar; do
9276 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9277 set dummy ${ncn_progname}; ac_word=$2
9278 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9279 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9280 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9281 echo $ECHO_N "(cached
) $ECHO_C" >&6
9283 if test -n "$AR_FOR_TARGET"; then
9284 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9290 test -z "$as_dir" && as_dir=.
9291 for ac_exec_ext in '' $ac_executable_extensions; do
9292 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9293 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9294 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9302 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9303 if test -n "$AR_FOR_TARGET"; then
9304 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9305 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9307 echo "$as_me:$LINENO: result
: no
" >&5
9308 echo "${ECHO_T}no
" >&6
9314 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
9315 for ncn_progname in ar; do
9316 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9317 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9318 if test -x $with_build_time_tools/${ncn_progname}; then
9319 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9320 echo "$as_me:$LINENO: result
: yes" >&5
9321 echo "${ECHO_T}yes" >&6
9324 echo "$as_me:$LINENO: result
: no
" >&5
9325 echo "${ECHO_T}no
" >&6
9330 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
9331 for ncn_progname in ar; do
9332 if test -n "$ncn_target_tool_prefix"; then
9333 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9334 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9335 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9336 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9337 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9338 echo $ECHO_N "(cached
) $ECHO_C" >&6
9340 if test -n "$AR_FOR_TARGET"; then
9341 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9347 test -z "$as_dir" && as_dir=.
9348 for ac_exec_ext in '' $ac_executable_extensions; do
9349 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9350 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9351 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9359 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9360 if test -n "$AR_FOR_TARGET"; then
9361 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9362 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9364 echo "$as_me:$LINENO: result
: no
" >&5
9365 echo "${ECHO_T}no
" >&6
9369 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9370 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9371 set dummy ${ncn_progname}; ac_word=$2
9372 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9373 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9374 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9375 echo $ECHO_N "(cached
) $ECHO_C" >&6
9377 if test -n "$AR_FOR_TARGET"; then
9378 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9384 test -z "$as_dir" && as_dir=.
9385 for ac_exec_ext in '' $ac_executable_extensions; do
9386 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9387 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9388 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9396 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9397 if test -n "$AR_FOR_TARGET"; then
9398 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9399 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9401 echo "$as_me:$LINENO: result
: no
" >&5
9402 echo "${ECHO_T}no
" >&6
9406 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9410 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9412 if test $build = $target ; then
9415 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9418 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9422 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9428 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9429 if test -n "$with_build_time_tools"; then
9430 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9431 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9432 if test -x $with_build_time_tools/as; then
9433 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9434 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9435 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9436 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9438 echo "$as_me:$LINENO: result
: no
" >&5
9439 echo "${ECHO_T}no
" >&6
9441 elif test $build != $host && test $have_gcc_for_target = yes; then
9442 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9443 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9444 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9447 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9448 # Extract the first word of "as
", so it can be a program name with args.
9449 set dummy as; ac_word=$2
9450 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9451 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9452 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9453 echo $ECHO_N "(cached
) $ECHO_C" >&6
9455 case $AS_FOR_TARGET in
9457 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9461 for as_dir in $gcc_cv_tool_dirs
9464 test -z "$as_dir" && as_dir=.
9465 for ac_exec_ext in '' $ac_executable_extensions; do
9466 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9467 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9468 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9477 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9479 if test -n "$AS_FOR_TARGET"; then
9480 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9481 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9483 echo "$as_me:$LINENO: result
: no
" >&5
9484 echo "${ECHO_T}no
" >&6
9488 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9491 if test -n "$AS_FOR_TARGET"; then
9492 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9493 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9494 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9497 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9498 for ncn_progname in as; do
9499 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9500 set dummy ${ncn_progname}; ac_word=$2
9501 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9502 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9503 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9504 echo $ECHO_N "(cached
) $ECHO_C" >&6
9506 if test -n "$AS_FOR_TARGET"; then
9507 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 test -z "$as_dir" && as_dir=.
9514 for ac_exec_ext in '' $ac_executable_extensions; do
9515 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9516 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9517 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9525 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9526 if test -n "$AS_FOR_TARGET"; then
9527 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9528 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9530 echo "$as_me:$LINENO: result
: no
" >&5
9531 echo "${ECHO_T}no
" >&6
9537 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9538 for ncn_progname in as; do
9539 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9540 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9541 if test -x $with_build_time_tools/${ncn_progname}; then
9542 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9543 echo "$as_me:$LINENO: result
: yes" >&5
9544 echo "${ECHO_T}yes" >&6
9547 echo "$as_me:$LINENO: result
: no
" >&5
9548 echo "${ECHO_T}no
" >&6
9553 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9554 for ncn_progname in as; do
9555 if test -n "$ncn_target_tool_prefix"; then
9556 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9557 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9558 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9559 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9560 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9561 echo $ECHO_N "(cached
) $ECHO_C" >&6
9563 if test -n "$AS_FOR_TARGET"; then
9564 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9570 test -z "$as_dir" && as_dir=.
9571 for ac_exec_ext in '' $ac_executable_extensions; do
9572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9573 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9574 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9582 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9583 if test -n "$AS_FOR_TARGET"; then
9584 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9585 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9587 echo "$as_me:$LINENO: result
: no
" >&5
9588 echo "${ECHO_T}no
" >&6
9592 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9593 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9594 set dummy ${ncn_progname}; ac_word=$2
9595 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9596 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9597 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9598 echo $ECHO_N "(cached
) $ECHO_C" >&6
9600 if test -n "$AS_FOR_TARGET"; then
9601 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9607 test -z "$as_dir" && as_dir=.
9608 for ac_exec_ext in '' $ac_executable_extensions; do
9609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9610 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9611 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9619 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9620 if test -n "$AS_FOR_TARGET"; then
9621 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9622 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9624 echo "$as_me:$LINENO: result
: no
" >&5
9625 echo "${ECHO_T}no
" >&6
9629 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9633 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9635 if test $build = $target ; then
9638 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9641 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9645 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9651 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9652 if test -n "$with_build_time_tools"; then
9653 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9654 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9655 if test -x $with_build_time_tools/dlltool; then
9656 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9657 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9658 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9659 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9661 echo "$as_me:$LINENO: result
: no
" >&5
9662 echo "${ECHO_T}no
" >&6
9664 elif test $build != $host && test $have_gcc_for_target = yes; then
9665 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9666 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9667 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9670 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9671 # Extract the first word of "dlltool
", so it can be a program name with args.
9672 set dummy dlltool; ac_word=$2
9673 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9674 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9675 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9676 echo $ECHO_N "(cached
) $ECHO_C" >&6
9678 case $DLLTOOL_FOR_TARGET in
9680 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9684 for as_dir in $gcc_cv_tool_dirs
9687 test -z "$as_dir" && as_dir=.
9688 for ac_exec_ext in '' $ac_executable_extensions; do
9689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9690 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9691 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9700 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9702 if test -n "$DLLTOOL_FOR_TARGET"; then
9703 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9704 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9706 echo "$as_me:$LINENO: result
: no
" >&5
9707 echo "${ECHO_T}no
" >&6
9711 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9714 if test -n "$DLLTOOL_FOR_TARGET"; then
9715 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9716 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9717 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9720 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9721 for ncn_progname in dlltool; do
9722 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9723 set dummy ${ncn_progname}; ac_word=$2
9724 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9725 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9726 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9727 echo $ECHO_N "(cached
) $ECHO_C" >&6
9729 if test -n "$DLLTOOL_FOR_TARGET"; then
9730 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9736 test -z "$as_dir" && as_dir=.
9737 for ac_exec_ext in '' $ac_executable_extensions; do
9738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9739 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9740 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9748 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9749 if test -n "$DLLTOOL_FOR_TARGET"; then
9750 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9751 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9753 echo "$as_me:$LINENO: result
: no
" >&5
9754 echo "${ECHO_T}no
" >&6
9760 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9761 for ncn_progname in dlltool; do
9762 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9763 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9764 if test -x $with_build_time_tools/${ncn_progname}; then
9765 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9766 echo "$as_me:$LINENO: result
: yes" >&5
9767 echo "${ECHO_T}yes" >&6
9770 echo "$as_me:$LINENO: result
: no
" >&5
9771 echo "${ECHO_T}no
" >&6
9776 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9777 for ncn_progname in dlltool; do
9778 if test -n "$ncn_target_tool_prefix"; then
9779 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9780 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9781 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9782 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9783 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9784 echo $ECHO_N "(cached
) $ECHO_C" >&6
9786 if test -n "$DLLTOOL_FOR_TARGET"; then
9787 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9793 test -z "$as_dir" && as_dir=.
9794 for ac_exec_ext in '' $ac_executable_extensions; do
9795 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9796 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9797 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9805 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9806 if test -n "$DLLTOOL_FOR_TARGET"; then
9807 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9808 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9810 echo "$as_me:$LINENO: result
: no
" >&5
9811 echo "${ECHO_T}no
" >&6
9815 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9816 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9817 set dummy ${ncn_progname}; ac_word=$2
9818 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9819 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9820 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9821 echo $ECHO_N "(cached
) $ECHO_C" >&6
9823 if test -n "$DLLTOOL_FOR_TARGET"; then
9824 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9830 test -z "$as_dir" && as_dir=.
9831 for ac_exec_ext in '' $ac_executable_extensions; do
9832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9833 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9834 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9842 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9843 if test -n "$DLLTOOL_FOR_TARGET"; then
9844 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9845 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9847 echo "$as_me:$LINENO: result
: no
" >&5
9848 echo "${ECHO_T}no
" >&6
9852 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9856 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9858 if test $build = $target ; then
9859 DLLTOOL_FOR_TARGET="$2"
9861 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9864 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9868 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9874 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9875 if test -n "$with_build_time_tools"; then
9876 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9877 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9878 if test -x $with_build_time_tools/ld; then
9879 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9880 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9881 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9882 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9884 echo "$as_me:$LINENO: result
: no
" >&5
9885 echo "${ECHO_T}no
" >&6
9887 elif test $build != $host && test $have_gcc_for_target = yes; then
9888 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9889 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9890 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9893 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9894 # Extract the first word of "ld
", so it can be a program name with args.
9895 set dummy ld; ac_word=$2
9896 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9897 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9898 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9899 echo $ECHO_N "(cached
) $ECHO_C" >&6
9901 case $LD_FOR_TARGET in
9903 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9907 for as_dir in $gcc_cv_tool_dirs
9910 test -z "$as_dir" && as_dir=.
9911 for ac_exec_ext in '' $ac_executable_extensions; do
9912 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9913 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9914 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9923 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9925 if test -n "$LD_FOR_TARGET"; then
9926 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9927 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9929 echo "$as_me:$LINENO: result
: no
" >&5
9930 echo "${ECHO_T}no
" >&6
9934 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9937 if test -n "$LD_FOR_TARGET"; then
9938 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9939 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9940 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9943 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9944 for ncn_progname in ld; do
9945 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9946 set dummy ${ncn_progname}; ac_word=$2
9947 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9948 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9949 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9950 echo $ECHO_N "(cached
) $ECHO_C" >&6
9952 if test -n "$LD_FOR_TARGET"; then
9953 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9959 test -z "$as_dir" && as_dir=.
9960 for ac_exec_ext in '' $ac_executable_extensions; do
9961 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9962 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9963 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9971 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9972 if test -n "$LD_FOR_TARGET"; then
9973 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9974 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9976 echo "$as_me:$LINENO: result
: no
" >&5
9977 echo "${ECHO_T}no
" >&6
9983 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9984 for ncn_progname in ld; do
9985 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9986 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9987 if test -x $with_build_time_tools/${ncn_progname}; then
9988 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9989 echo "$as_me:$LINENO: result
: yes" >&5
9990 echo "${ECHO_T}yes" >&6
9993 echo "$as_me:$LINENO: result
: no
" >&5
9994 echo "${ECHO_T}no
" >&6
9999 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
10000 for ncn_progname in ld; do
10001 if test -n "$ncn_target_tool_prefix"; then
10002 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10003 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10004 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10005 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10006 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10007 echo $ECHO_N "(cached
) $ECHO_C" >&6
10009 if test -n "$LD_FOR_TARGET"; then
10010 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10013 for as_dir in $PATH
10016 test -z "$as_dir" && as_dir=.
10017 for ac_exec_ext in '' $ac_executable_extensions; do
10018 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10019 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10020 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10028 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10029 if test -n "$LD_FOR_TARGET"; then
10030 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10031 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10033 echo "$as_me:$LINENO: result
: no
" >&5
10034 echo "${ECHO_T}no
" >&6
10038 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
10039 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10040 set dummy ${ncn_progname}; ac_word=$2
10041 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10042 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10043 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10044 echo $ECHO_N "(cached
) $ECHO_C" >&6
10046 if test -n "$LD_FOR_TARGET"; then
10047 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10050 for as_dir in $PATH
10053 test -z "$as_dir" && as_dir=.
10054 for ac_exec_ext in '' $ac_executable_extensions; do
10055 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10056 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
10057 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10065 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10066 if test -n "$LD_FOR_TARGET"; then
10067 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10068 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10070 echo "$as_me:$LINENO: result
: no
" >&5
10071 echo "${ECHO_T}no
" >&6
10075 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
10079 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10081 if test $build = $target ; then
10084 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
10087 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
10091 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
10097 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10098 if test -n "$with_build_time_tools"; then
10099 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
10100 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
10101 if test -x $with_build_time_tools/lipo; then
10102 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10103 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10104 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
10105 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
10107 echo "$as_me:$LINENO: result
: no
" >&5
10108 echo "${ECHO_T}no
" >&6
10110 elif test $build != $host && test $have_gcc_for_target = yes; then
10111 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
10112 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10113 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10116 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10117 # Extract the first word of "lipo
", so it can be a program name with args.
10118 set dummy lipo; ac_word=$2
10119 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10120 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10121 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
10122 echo $ECHO_N "(cached
) $ECHO_C" >&6
10124 case $LIPO_FOR_TARGET in
10126 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
10129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10130 for as_dir in $gcc_cv_tool_dirs
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_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10137 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10146 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10148 if test -n "$LIPO_FOR_TARGET"; then
10149 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10150 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10152 echo "$as_me:$LINENO: result
: no
" >&5
10153 echo "${ECHO_T}no
" >&6
10157 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10160 if test -n "$LIPO_FOR_TARGET"; then
10161 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10162 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10163 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10166 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10167 for ncn_progname in lipo; do
10168 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10169 set dummy ${ncn_progname}; ac_word=$2
10170 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10171 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10172 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10173 echo $ECHO_N "(cached
) $ECHO_C" >&6
10175 if test -n "$LIPO_FOR_TARGET"; then
10176 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10179 for as_dir in $PATH
10182 test -z "$as_dir" && as_dir=.
10183 for ac_exec_ext in '' $ac_executable_extensions; do
10184 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10185 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10186 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10194 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10195 if test -n "$LIPO_FOR_TARGET"; then
10196 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10197 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10199 echo "$as_me:$LINENO: result
: no
" >&5
10200 echo "${ECHO_T}no
" >&6
10206 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
10207 for ncn_progname in lipo; do
10208 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10209 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10210 if test -x $with_build_time_tools/${ncn_progname}; then
10211 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10212 echo "$as_me:$LINENO: result
: yes" >&5
10213 echo "${ECHO_T}yes" >&6
10216 echo "$as_me:$LINENO: result
: no
" >&5
10217 echo "${ECHO_T}no
" >&6
10222 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
10223 for ncn_progname in lipo; do
10224 if test -n "$ncn_target_tool_prefix"; then
10225 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10226 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10227 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10228 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10229 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10230 echo $ECHO_N "(cached
) $ECHO_C" >&6
10232 if test -n "$LIPO_FOR_TARGET"; then
10233 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10236 for as_dir in $PATH
10239 test -z "$as_dir" && as_dir=.
10240 for ac_exec_ext in '' $ac_executable_extensions; do
10241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10242 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10243 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10251 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10252 if test -n "$LIPO_FOR_TARGET"; then
10253 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10254 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10256 echo "$as_me:$LINENO: result
: no
" >&5
10257 echo "${ECHO_T}no
" >&6
10261 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
10262 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10263 set dummy ${ncn_progname}; ac_word=$2
10264 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10265 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10266 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10267 echo $ECHO_N "(cached
) $ECHO_C" >&6
10269 if test -n "$LIPO_FOR_TARGET"; then
10270 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10273 for as_dir in $PATH
10276 test -z "$as_dir" && as_dir=.
10277 for ac_exec_ext in '' $ac_executable_extensions; do
10278 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10279 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10280 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10288 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10289 if test -n "$LIPO_FOR_TARGET"; then
10290 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10291 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10293 echo "$as_me:$LINENO: result
: no
" >&5
10294 echo "${ECHO_T}no
" >&6
10298 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
10302 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
10304 if test $build = $target ; then
10305 LIPO_FOR_TARGET="$2"
10307 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
10310 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
10314 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10320 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10321 if test -n "$with_build_time_tools"; then
10322 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
10323 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
10324 if test -x $with_build_time_tools/nm; then
10325 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
10326 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10327 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
10328 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
10330 echo "$as_me:$LINENO: result
: no
" >&5
10331 echo "${ECHO_T}no
" >&6
10333 elif test $build != $host && test $have_gcc_for_target = yes; then
10334 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
10335 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
10336 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10339 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10340 # Extract the first word of "nm
", so it can be a program name with args.
10341 set dummy nm; 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_path_NM_FOR_TARGET+set}" = set; then
10345 echo $ECHO_N "(cached
) $ECHO_C" >&6
10347 case $NM_FOR_TARGET in
10349 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10353 for as_dir in $gcc_cv_tool_dirs
10356 test -z "$as_dir" && as_dir=.
10357 for ac_exec_ext in '' $ac_executable_extensions; do
10358 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10359 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10360 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10369 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10371 if test -n "$NM_FOR_TARGET"; then
10372 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10373 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10375 echo "$as_me:$LINENO: result
: no
" >&5
10376 echo "${ECHO_T}no
" >&6
10380 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10383 if test -n "$NM_FOR_TARGET"; then
10384 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10385 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10386 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10389 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10390 for ncn_progname in nm; do
10391 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10392 set dummy ${ncn_progname}; ac_word=$2
10393 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10394 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10395 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10396 echo $ECHO_N "(cached
) $ECHO_C" >&6
10398 if test -n "$NM_FOR_TARGET"; then
10399 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10402 for as_dir in $PATH
10405 test -z "$as_dir" && as_dir=.
10406 for ac_exec_ext in '' $ac_executable_extensions; do
10407 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10408 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10409 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10417 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10418 if test -n "$NM_FOR_TARGET"; then
10419 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10420 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10422 echo "$as_me:$LINENO: result
: no
" >&5
10423 echo "${ECHO_T}no
" >&6
10429 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10430 for ncn_progname in nm; do
10431 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10432 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10433 if test -x $with_build_time_tools/${ncn_progname}; then
10434 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10435 echo "$as_me:$LINENO: result
: yes" >&5
10436 echo "${ECHO_T}yes" >&6
10439 echo "$as_me:$LINENO: result
: no
" >&5
10440 echo "${ECHO_T}no
" >&6
10445 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10446 for ncn_progname in nm; do
10447 if test -n "$ncn_target_tool_prefix"; then
10448 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10449 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10450 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10451 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10452 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10453 echo $ECHO_N "(cached
) $ECHO_C" >&6
10455 if test -n "$NM_FOR_TARGET"; then
10456 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10459 for as_dir in $PATH
10462 test -z "$as_dir" && as_dir=.
10463 for ac_exec_ext in '' $ac_executable_extensions; do
10464 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10465 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10466 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10474 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10475 if test -n "$NM_FOR_TARGET"; then
10476 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10477 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10479 echo "$as_me:$LINENO: result
: no
" >&5
10480 echo "${ECHO_T}no
" >&6
10484 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10485 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10486 set dummy ${ncn_progname}; ac_word=$2
10487 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10488 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10489 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10490 echo $ECHO_N "(cached
) $ECHO_C" >&6
10492 if test -n "$NM_FOR_TARGET"; then
10493 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10496 for as_dir in $PATH
10499 test -z "$as_dir" && as_dir=.
10500 for ac_exec_ext in '' $ac_executable_extensions; do
10501 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10502 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10503 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10511 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10512 if test -n "$NM_FOR_TARGET"; then
10513 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10514 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10516 echo "$as_me:$LINENO: result
: no
" >&5
10517 echo "${ECHO_T}no
" >&6
10521 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10525 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10527 if test $build = $target ; then
10530 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10533 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10537 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10543 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10544 if test -n "$with_build_time_tools"; then
10545 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10546 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10547 if test -x $with_build_time_tools/objdump; then
10548 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10549 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10550 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10551 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10553 echo "$as_me:$LINENO: result
: no
" >&5
10554 echo "${ECHO_T}no
" >&6
10556 elif test $build != $host && test $have_gcc_for_target = yes; then
10557 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10558 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10559 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10562 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10563 # Extract the first word of "objdump
", so it can be a program name with args.
10564 set dummy objdump; ac_word=$2
10565 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10566 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10567 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10568 echo $ECHO_N "(cached
) $ECHO_C" >&6
10570 case $OBJDUMP_FOR_TARGET in
10572 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10576 for as_dir in $gcc_cv_tool_dirs
10579 test -z "$as_dir" && as_dir=.
10580 for ac_exec_ext in '' $ac_executable_extensions; do
10581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10582 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10583 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10592 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10594 if test -n "$OBJDUMP_FOR_TARGET"; then
10595 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10596 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10598 echo "$as_me:$LINENO: result
: no
" >&5
10599 echo "${ECHO_T}no
" >&6
10603 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10606 if test -n "$OBJDUMP_FOR_TARGET"; then
10607 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10608 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10609 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10612 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10613 for ncn_progname in objdump; do
10614 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10615 set dummy ${ncn_progname}; ac_word=$2
10616 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10617 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10618 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10619 echo $ECHO_N "(cached
) $ECHO_C" >&6
10621 if test -n "$OBJDUMP_FOR_TARGET"; then
10622 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10625 for as_dir in $PATH
10628 test -z "$as_dir" && as_dir=.
10629 for ac_exec_ext in '' $ac_executable_extensions; do
10630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10631 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10632 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10640 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10641 if test -n "$OBJDUMP_FOR_TARGET"; then
10642 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10643 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10645 echo "$as_me:$LINENO: result
: no
" >&5
10646 echo "${ECHO_T}no
" >&6
10652 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10653 for ncn_progname in objdump; do
10654 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10655 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10656 if test -x $with_build_time_tools/${ncn_progname}; then
10657 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10658 echo "$as_me:$LINENO: result
: yes" >&5
10659 echo "${ECHO_T}yes" >&6
10662 echo "$as_me:$LINENO: result
: no
" >&5
10663 echo "${ECHO_T}no
" >&6
10668 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10669 for ncn_progname in objdump; do
10670 if test -n "$ncn_target_tool_prefix"; then
10671 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10672 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10673 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10674 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10675 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10676 echo $ECHO_N "(cached
) $ECHO_C" >&6
10678 if test -n "$OBJDUMP_FOR_TARGET"; then
10679 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10682 for as_dir in $PATH
10685 test -z "$as_dir" && as_dir=.
10686 for ac_exec_ext in '' $ac_executable_extensions; do
10687 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10688 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10689 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10697 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10698 if test -n "$OBJDUMP_FOR_TARGET"; then
10699 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10700 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10702 echo "$as_me:$LINENO: result
: no
" >&5
10703 echo "${ECHO_T}no
" >&6
10707 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10708 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10709 set dummy ${ncn_progname}; ac_word=$2
10710 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10711 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10712 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10713 echo $ECHO_N "(cached
) $ECHO_C" >&6
10715 if test -n "$OBJDUMP_FOR_TARGET"; then
10716 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10719 for as_dir in $PATH
10722 test -z "$as_dir" && as_dir=.
10723 for ac_exec_ext in '' $ac_executable_extensions; do
10724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10725 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10726 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10734 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10735 if test -n "$OBJDUMP_FOR_TARGET"; then
10736 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10737 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10739 echo "$as_me:$LINENO: result
: no
" >&5
10740 echo "${ECHO_T}no
" >&6
10744 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10748 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10750 if test $build = $target ; then
10751 OBJDUMP_FOR_TARGET="$2"
10753 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10756 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10760 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10766 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10767 if test -n "$with_build_time_tools"; then
10768 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10769 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10770 if test -x $with_build_time_tools/ranlib; then
10771 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10772 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10773 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10774 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10776 echo "$as_me:$LINENO: result
: no
" >&5
10777 echo "${ECHO_T}no
" >&6
10779 elif test $build != $host && test $have_gcc_for_target = yes; then
10780 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10781 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10782 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10785 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10786 # Extract the first word of "ranlib
", so it can be a program name with args.
10787 set dummy ranlib; ac_word=$2
10788 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10789 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10790 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10791 echo $ECHO_N "(cached
) $ECHO_C" >&6
10793 case $RANLIB_FOR_TARGET in
10795 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10799 for as_dir in $gcc_cv_tool_dirs
10802 test -z "$as_dir" && as_dir=.
10803 for ac_exec_ext in '' $ac_executable_extensions; do
10804 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10805 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10806 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10815 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10817 if test -n "$RANLIB_FOR_TARGET"; then
10818 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10819 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10821 echo "$as_me:$LINENO: result
: no
" >&5
10822 echo "${ECHO_T}no
" >&6
10826 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10829 if test -n "$RANLIB_FOR_TARGET"; then
10830 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10831 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10832 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10835 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10836 for ncn_progname in ranlib; do
10837 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10838 set dummy ${ncn_progname}; ac_word=$2
10839 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10840 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10841 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10842 echo $ECHO_N "(cached
) $ECHO_C" >&6
10844 if test -n "$RANLIB_FOR_TARGET"; then
10845 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10848 for as_dir in $PATH
10851 test -z "$as_dir" && as_dir=.
10852 for ac_exec_ext in '' $ac_executable_extensions; do
10853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10854 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10855 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10863 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10864 if test -n "$RANLIB_FOR_TARGET"; then
10865 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10866 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10868 echo "$as_me:$LINENO: result
: no
" >&5
10869 echo "${ECHO_T}no
" >&6
10875 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10876 for ncn_progname in ranlib; do
10877 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10878 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10879 if test -x $with_build_time_tools/${ncn_progname}; then
10880 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10881 echo "$as_me:$LINENO: result
: yes" >&5
10882 echo "${ECHO_T}yes" >&6
10885 echo "$as_me:$LINENO: result
: no
" >&5
10886 echo "${ECHO_T}no
" >&6
10891 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10892 for ncn_progname in ranlib; do
10893 if test -n "$ncn_target_tool_prefix"; then
10894 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10895 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10896 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10897 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10898 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10899 echo $ECHO_N "(cached
) $ECHO_C" >&6
10901 if test -n "$RANLIB_FOR_TARGET"; then
10902 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10905 for as_dir in $PATH
10908 test -z "$as_dir" && as_dir=.
10909 for ac_exec_ext in '' $ac_executable_extensions; do
10910 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10911 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10912 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10920 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10921 if test -n "$RANLIB_FOR_TARGET"; then
10922 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10923 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10925 echo "$as_me:$LINENO: result
: no
" >&5
10926 echo "${ECHO_T}no
" >&6
10930 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10931 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10932 set dummy ${ncn_progname}; ac_word=$2
10933 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10934 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10935 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10936 echo $ECHO_N "(cached
) $ECHO_C" >&6
10938 if test -n "$RANLIB_FOR_TARGET"; then
10939 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10942 for as_dir in $PATH
10945 test -z "$as_dir" && as_dir=.
10946 for ac_exec_ext in '' $ac_executable_extensions; do
10947 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10948 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10949 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10957 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10958 if test -n "$RANLIB_FOR_TARGET"; then
10959 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10960 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10962 echo "$as_me:$LINENO: result
: no
" >&5
10963 echo "${ECHO_T}no
" >&6
10967 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10971 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10973 if test $build = $target ; then
10974 RANLIB_FOR_TARGET="$2"
10976 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10979 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10983 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10989 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10990 if test -n "$with_build_time_tools"; then
10991 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10992 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10993 if test -x $with_build_time_tools/strip; then
10994 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10995 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
10996 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
10997 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
10999 echo "$as_me:$LINENO: result
: no
" >&5
11000 echo "${ECHO_T}no
" >&6
11002 elif test $build != $host && test $have_gcc_for_target = yes; then
11003 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
11004 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11005 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11008 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11009 # Extract the first word of "strip
", so it can be a program name with args.
11010 set dummy strip; ac_word=$2
11011 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11012 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11013 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
11014 echo $ECHO_N "(cached
) $ECHO_C" >&6
11016 case $STRIP_FOR_TARGET in
11018 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
11021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11022 for as_dir in $gcc_cv_tool_dirs
11025 test -z "$as_dir" && as_dir=.
11026 for ac_exec_ext in '' $ac_executable_extensions; do
11027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11028 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11029 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11038 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11040 if test -n "$STRIP_FOR_TARGET"; then
11041 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11042 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11044 echo "$as_me:$LINENO: result
: no
" >&5
11045 echo "${ECHO_T}no
" >&6
11049 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11052 if test -n "$STRIP_FOR_TARGET"; then
11053 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11054 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11055 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11058 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11059 for ncn_progname in strip; do
11060 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11061 set dummy ${ncn_progname}; ac_word=$2
11062 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11063 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11064 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11065 echo $ECHO_N "(cached
) $ECHO_C" >&6
11067 if test -n "$STRIP_FOR_TARGET"; then
11068 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11071 for as_dir in $PATH
11074 test -z "$as_dir" && as_dir=.
11075 for ac_exec_ext in '' $ac_executable_extensions; do
11076 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11077 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11078 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11086 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11087 if test -n "$STRIP_FOR_TARGET"; then
11088 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11089 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11091 echo "$as_me:$LINENO: result
: no
" >&5
11092 echo "${ECHO_T}no
" >&6
11098 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11099 for ncn_progname in strip; do
11100 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11101 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11102 if test -x $with_build_time_tools/${ncn_progname}; then
11103 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11104 echo "$as_me:$LINENO: result
: yes" >&5
11105 echo "${ECHO_T}yes" >&6
11108 echo "$as_me:$LINENO: result
: no
" >&5
11109 echo "${ECHO_T}no
" >&6
11114 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
11115 for ncn_progname in strip; do
11116 if test -n "$ncn_target_tool_prefix"; then
11117 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11118 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11119 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11120 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11121 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11122 echo $ECHO_N "(cached
) $ECHO_C" >&6
11124 if test -n "$STRIP_FOR_TARGET"; then
11125 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11128 for as_dir in $PATH
11131 test -z "$as_dir" && as_dir=.
11132 for ac_exec_ext in '' $ac_executable_extensions; do
11133 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11134 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11135 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11143 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11144 if test -n "$STRIP_FOR_TARGET"; then
11145 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11146 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11148 echo "$as_me:$LINENO: result
: no
" >&5
11149 echo "${ECHO_T}no
" >&6
11153 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
11154 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11155 set dummy ${ncn_progname}; ac_word=$2
11156 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11157 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11158 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11159 echo $ECHO_N "(cached
) $ECHO_C" >&6
11161 if test -n "$STRIP_FOR_TARGET"; then
11162 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11165 for as_dir in $PATH
11168 test -z "$as_dir" && as_dir=.
11169 for ac_exec_ext in '' $ac_executable_extensions; do
11170 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11171 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11172 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11180 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11181 if test -n "$STRIP_FOR_TARGET"; then
11182 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11183 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11185 echo "$as_me:$LINENO: result
: no
" >&5
11186 echo "${ECHO_T}no
" >&6
11190 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
11194 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
11196 if test $build = $target ; then
11197 STRIP_FOR_TARGET="$2"
11199 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11202 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
11206 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11212 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11213 if test -n "$with_build_time_tools"; then
11214 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
11215 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
11216 if test -x $with_build_time_tools/windres; then
11217 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
11218 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11219 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
11220 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
11222 echo "$as_me:$LINENO: result
: no
" >&5
11223 echo "${ECHO_T}no
" >&6
11225 elif test $build != $host && test $have_gcc_for_target = yes; then
11226 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
11227 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
11228 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11231 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11232 # Extract the first word of "windres
", so it can be a program name with args.
11233 set dummy windres; ac_word=$2
11234 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11235 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11236 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
11237 echo $ECHO_N "(cached
) $ECHO_C" >&6
11239 case $WINDRES_FOR_TARGET in
11241 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
11244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11245 for as_dir in $gcc_cv_tool_dirs
11248 test -z "$as_dir" && as_dir=.
11249 for ac_exec_ext in '' $ac_executable_extensions; do
11250 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11251 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11252 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11261 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11263 if test -n "$WINDRES_FOR_TARGET"; then
11264 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11265 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11267 echo "$as_me:$LINENO: result
: no
" >&5
11268 echo "${ECHO_T}no
" >&6
11272 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11275 if test -n "$WINDRES_FOR_TARGET"; then
11276 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11277 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11278 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11281 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11282 for ncn_progname in windres; do
11283 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11284 set dummy ${ncn_progname}; ac_word=$2
11285 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11286 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11287 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11288 echo $ECHO_N "(cached
) $ECHO_C" >&6
11290 if test -n "$WINDRES_FOR_TARGET"; then
11291 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11294 for as_dir in $PATH
11297 test -z "$as_dir" && as_dir=.
11298 for ac_exec_ext in '' $ac_executable_extensions; do
11299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11300 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11301 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11309 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11310 if test -n "$WINDRES_FOR_TARGET"; then
11311 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11312 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11314 echo "$as_me:$LINENO: result
: no
" >&5
11315 echo "${ECHO_T}no
" >&6
11321 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
11322 for ncn_progname in windres; do
11323 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11324 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11325 if test -x $with_build_time_tools/${ncn_progname}; then
11326 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11327 echo "$as_me:$LINENO: result
: yes" >&5
11328 echo "${ECHO_T}yes" >&6
11331 echo "$as_me:$LINENO: result
: no
" >&5
11332 echo "${ECHO_T}no
" >&6
11337 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11338 for ncn_progname in windres; do
11339 if test -n "$ncn_target_tool_prefix"; then
11340 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11341 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11342 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11343 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11344 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11345 echo $ECHO_N "(cached
) $ECHO_C" >&6
11347 if test -n "$WINDRES_FOR_TARGET"; then
11348 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11351 for as_dir in $PATH
11354 test -z "$as_dir" && as_dir=.
11355 for ac_exec_ext in '' $ac_executable_extensions; do
11356 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11357 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11358 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11366 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11367 if test -n "$WINDRES_FOR_TARGET"; then
11368 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11369 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11371 echo "$as_me:$LINENO: result
: no
" >&5
11372 echo "${ECHO_T}no
" >&6
11376 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11377 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11378 set dummy ${ncn_progname}; ac_word=$2
11379 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11380 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11381 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11382 echo $ECHO_N "(cached
) $ECHO_C" >&6
11384 if test -n "$WINDRES_FOR_TARGET"; then
11385 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11388 for as_dir in $PATH
11391 test -z "$as_dir" && as_dir=.
11392 for ac_exec_ext in '' $ac_executable_extensions; do
11393 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11394 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11395 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11403 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11404 if test -n "$WINDRES_FOR_TARGET"; then
11405 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11406 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11408 echo "$as_me:$LINENO: result
: no
" >&5
11409 echo "${ECHO_T}no
" >&6
11413 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11417 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11419 if test $build = $target ; then
11420 WINDRES_FOR_TARGET="$2"
11422 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11425 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11429 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11435 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11436 if test -n "$with_build_time_tools"; then
11437 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11438 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11439 if test -x $with_build_time_tools/windmc; then
11440 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11441 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11442 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11443 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11445 echo "$as_me:$LINENO: result
: no
" >&5
11446 echo "${ECHO_T}no
" >&6
11448 elif test $build != $host && test $have_gcc_for_target = yes; then
11449 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11450 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11451 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11454 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11455 # Extract the first word of "windmc
", so it can be a program name with args.
11456 set dummy windmc; ac_word=$2
11457 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11458 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11459 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11460 echo $ECHO_N "(cached
) $ECHO_C" >&6
11462 case $WINDMC_FOR_TARGET in
11464 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11468 for as_dir in $gcc_cv_tool_dirs
11471 test -z "$as_dir" && as_dir=.
11472 for ac_exec_ext in '' $ac_executable_extensions; do
11473 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11474 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11475 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11484 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11486 if test -n "$WINDMC_FOR_TARGET"; then
11487 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11488 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11490 echo "$as_me:$LINENO: result
: no
" >&5
11491 echo "${ECHO_T}no
" >&6
11495 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11498 if test -n "$WINDMC_FOR_TARGET"; then
11499 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11500 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11501 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11504 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11505 for ncn_progname in windmc; do
11506 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11507 set dummy ${ncn_progname}; ac_word=$2
11508 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11509 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11510 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11511 echo $ECHO_N "(cached
) $ECHO_C" >&6
11513 if test -n "$WINDMC_FOR_TARGET"; then
11514 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11517 for as_dir in $PATH
11520 test -z "$as_dir" && as_dir=.
11521 for ac_exec_ext in '' $ac_executable_extensions; do
11522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11523 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11524 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11532 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11533 if test -n "$WINDMC_FOR_TARGET"; then
11534 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11535 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11537 echo "$as_me:$LINENO: result
: no
" >&5
11538 echo "${ECHO_T}no
" >&6
11544 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11545 for ncn_progname in windmc; do
11546 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11547 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11548 if test -x $with_build_time_tools/${ncn_progname}; then
11549 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11550 echo "$as_me:$LINENO: result
: yes" >&5
11551 echo "${ECHO_T}yes" >&6
11554 echo "$as_me:$LINENO: result
: no
" >&5
11555 echo "${ECHO_T}no
" >&6
11560 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11561 for ncn_progname in windmc; do
11562 if test -n "$ncn_target_tool_prefix"; then
11563 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11564 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11565 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11566 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11567 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11568 echo $ECHO_N "(cached
) $ECHO_C" >&6
11570 if test -n "$WINDMC_FOR_TARGET"; then
11571 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11574 for as_dir in $PATH
11577 test -z "$as_dir" && as_dir=.
11578 for ac_exec_ext in '' $ac_executable_extensions; do
11579 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11580 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11581 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11589 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11590 if test -n "$WINDMC_FOR_TARGET"; then
11591 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11592 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11594 echo "$as_me:$LINENO: result
: no
" >&5
11595 echo "${ECHO_T}no
" >&6
11599 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11600 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11601 set dummy ${ncn_progname}; ac_word=$2
11602 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11603 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11604 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11605 echo $ECHO_N "(cached
) $ECHO_C" >&6
11607 if test -n "$WINDMC_FOR_TARGET"; then
11608 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11611 for as_dir in $PATH
11614 test -z "$as_dir" && as_dir=.
11615 for ac_exec_ext in '' $ac_executable_extensions; do
11616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11617 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11618 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11626 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11627 if test -n "$WINDMC_FOR_TARGET"; then
11628 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11629 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11631 echo "$as_me:$LINENO: result
: no
" >&5
11632 echo "${ECHO_T}no
" >&6
11636 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11640 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11642 if test $build = $target ; then
11643 WINDMC_FOR_TARGET="$2"
11645 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11648 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11652 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11656 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11658 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11659 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11660 if test "x
${build}" != "x
${host}" ; then
11661 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11662 # We already found the complete path
11663 ac_dir=`dirname $AR_FOR_TARGET`
11664 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11665 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11667 # Canadian cross, just use what we found
11668 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11669 echo "${ECHO_T}pre-installed
" >&6
11673 case " ${configdirs} " in
11678 if test $ok = yes; then
11679 # An in-tree tool is available and we can use it
11680 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11681 echo "$as_me:$LINENO: result
: just compiled
" >&5
11682 echo "${ECHO_T}just compiled
" >&6
11683 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11684 # We already found the complete path
11685 ac_dir=`dirname $AR_FOR_TARGET`
11686 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11687 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11688 elif test "x
$target" = "x
$host"; then
11689 # We can use an host tool
11690 AR_FOR_TARGET='$(AR)'
11691 echo "$as_me:$LINENO: result
: host tool
" >&5
11692 echo "${ECHO_T}host tool
" >&6
11694 # We need a cross tool
11695 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11696 echo "${ECHO_T}pre-installed
" >&6
11700 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11701 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11702 if test "x
${build}" != "x
${host}" ; then
11703 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11704 # We already found the complete path
11705 ac_dir=`dirname $AS_FOR_TARGET`
11706 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11707 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11709 # Canadian cross, just use what we found
11710 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11711 echo "${ECHO_T}pre-installed
" >&6
11715 case " ${configdirs} " in
11720 if test $ok = yes; then
11721 # An in-tree tool is available and we can use it
11722 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11723 echo "$as_me:$LINENO: result
: just compiled
" >&5
11724 echo "${ECHO_T}just compiled
" >&6
11725 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11726 # We already found the complete path
11727 ac_dir=`dirname $AS_FOR_TARGET`
11728 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11729 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11730 elif test "x
$target" = "x
$host"; then
11731 # We can use an host tool
11732 AS_FOR_TARGET='$(AS)'
11733 echo "$as_me:$LINENO: result
: host tool
" >&5
11734 echo "${ECHO_T}host tool
" >&6
11736 # We need a cross tool
11737 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11738 echo "${ECHO_T}pre-installed
" >&6
11742 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11743 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11744 if test "x
${build}" != "x
${host}" ; then
11745 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11746 # We already found the complete path
11747 ac_dir=`dirname $CC_FOR_TARGET`
11748 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11749 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11751 # Canadian cross, just use what we found
11752 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11753 echo "${ECHO_T}pre-installed
" >&6
11757 case " ${configdirs} " in
11762 if test $ok = yes; then
11763 # An in-tree tool is available and we can use it
11764 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11765 echo "$as_me:$LINENO: result
: just compiled
" >&5
11766 echo "${ECHO_T}just compiled
" >&6
11767 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11768 # We already found the complete path
11769 ac_dir=`dirname $CC_FOR_TARGET`
11770 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11771 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11772 elif test "x
$target" = "x
$host"; then
11773 # We can use an host tool
11774 CC_FOR_TARGET='$(CC)'
11775 echo "$as_me:$LINENO: result
: host tool
" >&5
11776 echo "${ECHO_T}host tool
" >&6
11778 # We need a cross tool
11779 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11780 echo "${ECHO_T}pre-installed
" >&6
11784 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11785 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11786 if test "x
${build}" != "x
${host}" ; then
11787 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11788 # We already found the complete path
11789 ac_dir=`dirname $CXX_FOR_TARGET`
11790 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11791 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11793 # Canadian cross, just use what we found
11794 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11795 echo "${ECHO_T}pre-installed
" >&6
11799 case " ${configdirs} " in
11803 case ,${enable_languages}, in
11807 if test $ok = yes; then
11808 # An in-tree tool is available and we can use it
11809 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'
11810 echo "$as_me:$LINENO: result
: just compiled
" >&5
11811 echo "${ECHO_T}just compiled
" >&6
11812 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11813 # We already found the complete path
11814 ac_dir=`dirname $CXX_FOR_TARGET`
11815 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11816 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11817 elif test "x
$target" = "x
$host"; then
11818 # We can use an host tool
11819 CXX_FOR_TARGET='$(CXX)'
11820 echo "$as_me:$LINENO: result
: host tool
" >&5
11821 echo "${ECHO_T}host tool
" >&6
11823 # We need a cross tool
11824 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11825 echo "${ECHO_T}pre-installed
" >&6
11829 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11830 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11831 if test "x
${build}" != "x
${host}" ; then
11832 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11833 # We already found the complete path
11834 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11835 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11836 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11838 # Canadian cross, just use what we found
11839 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11840 echo "${ECHO_T}pre-installed
" >&6
11844 case " ${configdirs} " in
11848 case ,${enable_languages}, in
11852 if test $ok = yes; then
11853 # An in-tree tool is available and we can use it
11854 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'
11855 echo "$as_me:$LINENO: result
: just compiled
" >&5
11856 echo "${ECHO_T}just compiled
" >&6
11857 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11858 # We already found the complete path
11859 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11860 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11861 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11862 elif test "x
$target" = "x
$host"; then
11863 # We can use an host tool
11864 RAW_CXX_FOR_TARGET='$(CXX)'
11865 echo "$as_me:$LINENO: result
: host tool
" >&5
11866 echo "${ECHO_T}host tool
" >&6
11868 # We need a cross tool
11869 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11870 echo "${ECHO_T}pre-installed
" >&6
11874 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11875 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11876 if test "x
${build}" != "x
${host}" ; then
11877 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11878 # We already found the complete path
11879 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11880 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11881 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11883 # Canadian cross, just use what we found
11884 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11885 echo "${ECHO_T}pre-installed
" >&6
11889 case " ${configdirs} " in
11894 if test $ok = yes; then
11895 # An in-tree tool is available and we can use it
11896 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11897 echo "$as_me:$LINENO: result
: just compiled
" >&5
11898 echo "${ECHO_T}just compiled
" >&6
11899 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11900 # We already found the complete path
11901 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11902 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11903 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11904 elif test "x
$target" = "x
$host"; then
11905 # We can use an host tool
11906 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11907 echo "$as_me:$LINENO: result
: host tool
" >&5
11908 echo "${ECHO_T}host tool
" >&6
11910 # We need a cross tool
11911 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11912 echo "${ECHO_T}pre-installed
" >&6
11916 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11917 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11918 if test "x
${build}" != "x
${host}" ; then
11919 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11920 # We already found the complete path
11921 ac_dir=`dirname $GCC_FOR_TARGET`
11922 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11923 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11925 # Canadian cross, just use what we found
11926 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11927 echo "${ECHO_T}pre-installed
" >&6
11931 case " ${configdirs} " in
11936 if test $ok = yes; then
11937 # An in-tree tool is available and we can use it
11938 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11939 echo "$as_me:$LINENO: result
: just compiled
" >&5
11940 echo "${ECHO_T}just compiled
" >&6
11941 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11942 # We already found the complete path
11943 ac_dir=`dirname $GCC_FOR_TARGET`
11944 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11945 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11946 elif test "x
$target" = "x
$host"; then
11947 # We can use an host tool
11948 GCC_FOR_TARGET='$()'
11949 echo "$as_me:$LINENO: result
: host tool
" >&5
11950 echo "${ECHO_T}host tool
" >&6
11952 # We need a cross tool
11953 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11954 echo "${ECHO_T}pre-installed
" >&6
11958 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11959 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11960 if test "x
${build}" != "x
${host}" ; then
11961 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11962 # We already found the complete path
11963 ac_dir=`dirname $GCJ_FOR_TARGET`
11964 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11965 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11967 # Canadian cross, just use what we found
11968 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11969 echo "${ECHO_T}pre-installed
" >&6
11973 case " ${configdirs} " in
11977 case ,${enable_languages}, in
11981 if test $ok = yes; then
11982 # An in-tree tool is available and we can use it
11983 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11984 echo "$as_me:$LINENO: result
: just compiled
" >&5
11985 echo "${ECHO_T}just compiled
" >&6
11986 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11987 # We already found the complete path
11988 ac_dir=`dirname $GCJ_FOR_TARGET`
11989 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11990 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11991 elif test "x
$target" = "x
$host"; then
11992 # We can use an host tool
11993 GCJ_FOR_TARGET='$(GCJ)'
11994 echo "$as_me:$LINENO: result
: host tool
" >&5
11995 echo "${ECHO_T}host tool
" >&6
11997 # We need a cross tool
11998 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11999 echo "${ECHO_T}pre-installed
" >&6
12003 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
12004 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
12005 if test "x
${build}" != "x
${host}" ; then
12006 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12007 # We already found the complete path
12008 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12009 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12010 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12012 # Canadian cross, just use what we found
12013 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12014 echo "${ECHO_T}pre-installed
" >&6
12018 case " ${configdirs} " in
12022 case ,${enable_languages}, in
12026 if test $ok = yes; then
12027 # An in-tree tool is available and we can use it
12028 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
12029 echo "$as_me:$LINENO: result
: just compiled
" >&5
12030 echo "${ECHO_T}just compiled
" >&6
12031 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12032 # We already found the complete path
12033 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12034 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12035 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12036 elif test "x
$target" = "x
$host"; then
12037 # We can use an host tool
12038 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
12039 echo "$as_me:$LINENO: result
: host tool
" >&5
12040 echo "${ECHO_T}host tool
" >&6
12042 # We need a cross tool
12043 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12044 echo "${ECHO_T}pre-installed
" >&6
12048 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
12049 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
12050 if test "x
${build}" != "x
${host}" ; then
12051 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12052 # We already found the complete path
12053 ac_dir=`dirname $LD_FOR_TARGET`
12054 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12055 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12057 # Canadian cross, just use what we found
12058 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12059 echo "${ECHO_T}pre-installed
" >&6
12063 case " ${configdirs} " in
12068 if test $ok = yes; then
12069 # An in-tree tool is available and we can use it
12070 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
12071 echo "$as_me:$LINENO: result
: just compiled
" >&5
12072 echo "${ECHO_T}just compiled
" >&6
12073 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12074 # We already found the complete path
12075 ac_dir=`dirname $LD_FOR_TARGET`
12076 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12077 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12078 elif test "x
$target" = "x
$host"; then
12079 # We can use an host tool
12080 LD_FOR_TARGET='$(LD)'
12081 echo "$as_me:$LINENO: result
: host tool
" >&5
12082 echo "${ECHO_T}host tool
" >&6
12084 # We need a cross tool
12085 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12086 echo "${ECHO_T}pre-installed
" >&6
12090 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
12091 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
12092 if test "x
${build}" != "x
${host}" ; then
12093 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12094 # We already found the complete path
12095 ac_dir=`dirname $LIPO_FOR_TARGET`
12096 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12097 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12099 # Canadian cross, just use what we found
12100 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12101 echo "${ECHO_T}pre-installed
" >&6
12104 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12105 # We already found the complete path
12106 ac_dir=`dirname $LIPO_FOR_TARGET`
12107 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12108 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12109 elif test "x
$target" = "x
$host"; then
12110 # We can use an host tool
12111 LIPO_FOR_TARGET='$(LIPO)'
12112 echo "$as_me:$LINENO: result
: host tool
" >&5
12113 echo "${ECHO_T}host tool
" >&6
12115 # We need a cross tool
12116 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12117 echo "${ECHO_T}pre-installed
" >&6
12121 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
12122 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
12123 if test "x
${build}" != "x
${host}" ; then
12124 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12125 # We already found the complete path
12126 ac_dir=`dirname $NM_FOR_TARGET`
12127 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12128 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12130 # Canadian cross, just use what we found
12131 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12132 echo "${ECHO_T}pre-installed
" >&6
12136 case " ${configdirs} " in
12141 if test $ok = yes; then
12142 # An in-tree tool is available and we can use it
12143 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
12144 echo "$as_me:$LINENO: result
: just compiled
" >&5
12145 echo "${ECHO_T}just compiled
" >&6
12146 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12147 # We already found the complete path
12148 ac_dir=`dirname $NM_FOR_TARGET`
12149 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12150 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12151 elif test "x
$target" = "x
$host"; then
12152 # We can use an host tool
12153 NM_FOR_TARGET='$(NM)'
12154 echo "$as_me:$LINENO: result
: host tool
" >&5
12155 echo "${ECHO_T}host tool
" >&6
12157 # We need a cross tool
12158 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12159 echo "${ECHO_T}pre-installed
" >&6
12163 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
12164 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
12165 if test "x
${build}" != "x
${host}" ; then
12166 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12167 # We already found the complete path
12168 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12169 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12170 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12172 # Canadian cross, just use what we found
12173 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12174 echo "${ECHO_T}pre-installed
" >&6
12178 case " ${configdirs} " in
12183 if test $ok = yes; then
12184 # An in-tree tool is available and we can use it
12185 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
12186 echo "$as_me:$LINENO: result
: just compiled
" >&5
12187 echo "${ECHO_T}just compiled
" >&6
12188 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12189 # We already found the complete path
12190 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12191 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12192 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12193 elif test "x
$target" = "x
$host"; then
12194 # We can use an host tool
12195 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
12196 echo "$as_me:$LINENO: result
: host tool
" >&5
12197 echo "${ECHO_T}host tool
" >&6
12199 # We need a cross tool
12200 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12201 echo "${ECHO_T}pre-installed
" >&6
12205 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
12206 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
12207 if test "x
${build}" != "x
${host}" ; then
12208 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12209 # We already found the complete path
12210 ac_dir=`dirname $RANLIB_FOR_TARGET`
12211 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12212 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12214 # Canadian cross, just use what we found
12215 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12216 echo "${ECHO_T}pre-installed
" >&6
12220 case " ${configdirs} " in
12225 if test $ok = yes; then
12226 # An in-tree tool is available and we can use it
12227 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
12228 echo "$as_me:$LINENO: result
: just compiled
" >&5
12229 echo "${ECHO_T}just compiled
" >&6
12230 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12231 # We already found the complete path
12232 ac_dir=`dirname $RANLIB_FOR_TARGET`
12233 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12234 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12235 elif test "x
$target" = "x
$host"; then
12236 # We can use an host tool
12237 RANLIB_FOR_TARGET='$(RANLIB)'
12238 echo "$as_me:$LINENO: result
: host tool
" >&5
12239 echo "${ECHO_T}host tool
" >&6
12241 # We need a cross tool
12242 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12243 echo "${ECHO_T}pre-installed
" >&6
12247 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
12248 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
12249 if test "x
${build}" != "x
${host}" ; then
12250 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12251 # We already found the complete path
12252 ac_dir=`dirname $STRIP_FOR_TARGET`
12253 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12254 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12256 # Canadian cross, just use what we found
12257 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12258 echo "${ECHO_T}pre-installed
" >&6
12262 case " ${configdirs} " in
12267 if test $ok = yes; then
12268 # An in-tree tool is available and we can use it
12269 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
12270 echo "$as_me:$LINENO: result
: just compiled
" >&5
12271 echo "${ECHO_T}just compiled
" >&6
12272 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12273 # We already found the complete path
12274 ac_dir=`dirname $STRIP_FOR_TARGET`
12275 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12276 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12277 elif test "x
$target" = "x
$host"; then
12278 # We can use an host tool
12279 STRIP_FOR_TARGET='$(STRIP)'
12280 echo "$as_me:$LINENO: result
: host tool
" >&5
12281 echo "${ECHO_T}host tool
" >&6
12283 # We need a cross tool
12284 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12285 echo "${ECHO_T}pre-installed
" >&6
12289 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
12290 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
12291 if test "x
${build}" != "x
${host}" ; then
12292 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12293 # We already found the complete path
12294 ac_dir=`dirname $WINDRES_FOR_TARGET`
12295 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12296 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12298 # Canadian cross, just use what we found
12299 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12300 echo "${ECHO_T}pre-installed
" >&6
12304 case " ${configdirs} " in
12309 if test $ok = yes; then
12310 # An in-tree tool is available and we can use it
12311 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
12312 echo "$as_me:$LINENO: result
: just compiled
" >&5
12313 echo "${ECHO_T}just compiled
" >&6
12314 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12315 # We already found the complete path
12316 ac_dir=`dirname $WINDRES_FOR_TARGET`
12317 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12318 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12319 elif test "x
$target" = "x
$host"; then
12320 # We can use an host tool
12321 WINDRES_FOR_TARGET='$(WINDRES)'
12322 echo "$as_me:$LINENO: result
: host tool
" >&5
12323 echo "${ECHO_T}host tool
" >&6
12325 # We need a cross tool
12326 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12327 echo "${ECHO_T}pre-installed
" >&6
12331 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
12332 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
12333 if test "x
${build}" != "x
${host}" ; then
12334 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12335 # We already found the complete path
12336 ac_dir=`dirname $WINDMC_FOR_TARGET`
12337 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12338 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12340 # Canadian cross, just use what we found
12341 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12342 echo "${ECHO_T}pre-installed
" >&6
12346 case " ${configdirs} " in
12351 if test $ok = yes; then
12352 # An in-tree tool is available and we can use it
12353 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12354 echo "$as_me:$LINENO: result
: just compiled
" >&5
12355 echo "${ECHO_T}just compiled
" >&6
12356 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12357 # We already found the complete path
12358 ac_dir=`dirname $WINDMC_FOR_TARGET`
12359 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12360 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12361 elif test "x
$target" = "x
$host"; then
12362 # We can use an host tool
12363 WINDMC_FOR_TARGET='$(WINDMC)'
12364 echo "$as_me:$LINENO: result
: host tool
" >&5
12365 echo "${ECHO_T}host tool
" >&6
12367 # We need a cross tool
12368 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12369 echo "${ECHO_T}pre-installed
" >&6
12377 # Certain tools may need extra flags.
12378 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12379 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12380 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12382 # When building target libraries, except in a Canadian cross, we use
12383 # the same toolchain as the compiler we just built.
12384 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12385 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12386 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12387 if test $host = $build; then
12388 case " $configdirs " in
12390 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12391 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12392 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12401 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12402 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12403 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12404 if test "${enable_maintainer_mode+set}" = set; then
12405 enableval="$enable_maintainer_mode"
12406 USE_MAINTAINER_MODE=$enableval
12408 USE_MAINTAINER_MODE=no
12410 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12411 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12414 if test "$USE_MAINTAINER_MODE" = yes; then
12415 MAINTAINER_MODE_TRUE=
12416 MAINTAINER_MODE_FALSE='#'
12418 MAINTAINER_MODE_TRUE='#'
12419 MAINTAINER_MODE_FALSE=
12421 MAINT=$MAINTAINER_MODE_TRUE
12423 # ---------------------
12424 # GCC bootstrap support
12425 # ---------------------
12427 # Stage specific cflags for build.
12432 yes) stage1_cflags="-g -Wa,-J" ;;
12433 *) stage1_cflags="-g -J" ;;
12437 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12438 if test "$GCC" = yes; then
12439 saved_CFLAGS="$CFLAGS"
12441 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12442 CFLAGS="$CFLAGS -fkeep-inline-functions"
12443 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12444 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12445 cat >conftest.$ac_ext <<_ACEOF
12448 cat confdefs.h >>conftest.$ac_ext
12449 cat >>conftest.$ac_ext <<_ACEOF
12450 /* end confdefs.h. */
12452 #if (__GNUC__ < 3) \
12453 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12454 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12455 #error http://gcc.gnu.org/PR29382
12466 rm -f conftest.$ac_objext
12467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12468 (eval $ac_compile) 2>conftest.er1
12470 grep -v '^ *+' conftest.er1 >conftest.err
12472 cat conftest.err >&5
12473 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12474 (exit $ac_status); } &&
12475 { ac_try='test -z "$ac_c_werror_flag"
12476 || test ! -s conftest.err'
12477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12478 (eval $ac_try) 2>&5
12480 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12481 (exit $ac_status); }; } &&
12482 { ac_try='test -s conftest.$ac_objext'
12483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12484 (eval $ac_try) 2>&5
12486 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12487 (exit $ac_status); }; }; then
12488 echo "$as_me:$LINENO: result
: yes" >&5
12489 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12491 echo "$as_me: failed program was
:" >&5
12492 sed 's/^/| /' conftest.$ac_ext >&5
12494 echo "$as_me:$LINENO: result
: no
" >&5
12495 echo "${ECHO_T}no
" >&6
12497 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12499 CFLAGS="$saved_CFLAGS"
12504 # Enable --enable-checking in stage1 of the compiler.
12505 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12506 if test "${enable_stage1_checking+set}" = set; then
12507 enableval="$enable_stage1_checking"
12508 stage1_checking=--enable-checking=${enable_stage1_checking}
12510 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12511 stage1_checking=--enable-checking=yes,types
12513 stage1_checking=--enable-checking=$enable_checking,types
12518 # Enable -Werror in bootstrap stage2 and later.
12519 # Check whether --enable-werror or --disable-werror was given.
12520 if test "${enable_werror+set}" = set; then
12521 enableval="$enable_werror"
12524 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12530 case ${enable_werror} in
12531 yes) stage2_werror_flag="--enable-werror-always" ;;
12532 *) stage2_werror_flag="" ;;
12536 # Flags needed to enable html installing and building
12538 # Check whether --with-datarootdir or --without-datarootdir was given.
12539 if test "${with_datarootdir+set}" = set; then
12540 withval="$with_datarootdir"
12541 datarootdir="\
${prefix}/${withval}"
12543 datarootdir="\
${prefix}/share
"
12547 # Check whether --with-docdir or --without-docdir was given.
12548 if test "${with_docdir+set}" = set; then
12549 withval="$with_docdir"
12550 docdir="\
${prefix}/${withval}"
12552 docdir="\
${datarootdir}/doc
"
12556 # Check whether --with-pdfdir or --without-pdfdir was given.
12557 if test "${with_pdfdir+set}" = set; then
12558 withval="$with_pdfdir"
12559 pdfdir="\
${prefix}/${withval}"
12561 pdfdir="\
${docdir}"
12565 # Check whether --with-htmldir or --without-htmldir was given.
12566 if test "${with_htmldir+set}" = set; then
12567 withval="$with_htmldir"
12568 htmldir="\
${prefix}/${withval}"
12570 htmldir="\
${docdir}"
12578 ac_config_files="$ac_config_files Makefile
"
12579 cat >confcache <<\_ACEOF
12580 # This file is a shell script that caches the results of configure
12581 # tests run on this system so they can be shared between configure
12582 # scripts and configure runs, see configure's option --config-cache.
12583 # It is not useful on other systems. If it contains results you don't
12584 # want to keep, you may remove or edit it.
12586 # config.status only pays attention to the cache file if you give it
12587 # the --recheck option to rerun configure.
12589 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12590 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12591 # following values.
12595 # The following way of writing the cache mishandles newlines in values,
12596 # but we know of no workaround that is simple, portable, and efficient.
12597 # So, don't put newlines in cache variables' values.
12598 # Ultrix sh set writes to stderr and can't be redirected directly,
12599 # and sets the high bit in the cache file unless we assign to the vars.
12602 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12604 # `set' does not quote correctly, so add quotes (double-quote
12605 # substitution turns \\\\ into \\, and sed turns \\ into \).
12608 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12611 # `set' quotes correctly as required by POSIX, so do not add quotes.
12613 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12620 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12622 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12624 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12625 if test -w $cache_file; then
12626 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12627 cat confcache >$cache_file
12629 echo "not updating unwritable cache
$cache_file"
12634 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12635 # Let make expand exec_prefix.
12636 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12638 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12639 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12640 # trailing colons and then remove the whole line if VPATH becomes empty
12641 # (actually we leave an empty line to preserve line numbers).
12642 if test "x
$srcdir" = x.; then
12643 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12644 s/:*\$(srcdir):*/:/;
12645 s/:*\${srcdir}:*/:/;
12647 s/^\([^=]*=[ ]*\):*/\1/;
12653 # Transform confdefs.h into DEFS.
12654 # Protect against shell expansion while executing Makefile rules.
12655 # Protect against Makefile macro expansion.
12657 # If the first sed substitution is executed (which looks for macros that
12658 # take arguments), then we branch to the quote section. Otherwise,
12659 # look for a macro that doesn't take arguments.
12660 cat >confdef2opt.sed <<\_ACEOF
12663 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12665 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12669 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12675 # We use echo to avoid assuming a particular line-breaking character.
12676 # The extra dot is to prevent the shell from consuming trailing
12677 # line-breaks from the sub-command output. A line-break within
12678 # single-quotes doesn't work because, if this script is created in a
12679 # platform that uses two characters for line-breaks (e.g., DOS), tr
12681 ac_LF_and_DOT
=`echo; echo .`
12682 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12683 rm -f confdef2opt.
sed
12688 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12689 # 1. Remove the extension, and $U if already installed.
12690 ac_i
=`echo "$ac_i" |
12691 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12693 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12694 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12696 LIBOBJS
=$ac_libobjs
12698 LTLIBOBJS
=$ac_ltlibobjs
12702 : ${CONFIG_STATUS=./config.status}
12703 ac_clean_files_save
=$ac_clean_files
12704 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12705 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12706 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12707 cat >$CONFIG_STATUS <<_ACEOF
12709 # Generated by $as_me.
12710 # Run this file to recreate the current configuration.
12711 # Compiler output produced by configure, useful for debugging
12712 # configure, is in config.log if it exists.
12715 ac_cs_recheck=false
12717 SHELL=\${CONFIG_SHELL-$SHELL}
12720 cat >>$CONFIG_STATUS <<\_ACEOF
12721 ## --------------------- ##
12722 ## M4sh Initialization. ##
12723 ## --------------------- ##
12725 # Be Bourne compatible
12726 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12729 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12730 # is contrary to our usage. Disable this feature.
12731 alias -g '${1+"$@"}'='"$@"'
12732 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12735 DUALCASE
=1; export DUALCASE
# for MKS sh
12737 # Support unset when possible.
12738 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12745 # Work around bugs in pre-3.0 UWIN ksh.
12746 $as_unset ENV MAIL MAILPATH
12753 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12754 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12755 LC_TELEPHONE LC_TIME
12757 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12758 eval $as_var=C
; export $as_var
12764 # Required to use basename.
12765 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12771 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12772 as_basename
=basename
12778 # Name of the executable.
12779 as_me
=`$as_basename "$0" ||
12780 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12781 X"$0" : 'X\(//\)$' \| \
12782 X"$0" : 'X\(/\)$' \| \
12783 . : '\(.\)' 2>/dev/null ||
12785 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12786 /^X\/\(\/\/\)$/{ s//\1/; q; }
12787 /^X\/\(\/\).*/{ s//\1/; q; }
12791 # PATH needs CR, and LINENO needs CR and PATH.
12792 # Avoid depending upon Character Ranges.
12793 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12794 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12795 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12796 as_cr_digits
='0123456789'
12797 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12799 # The user is always right.
12800 if test "${PATH_SEPARATOR+set}" != set; then
12801 echo "#! /bin/sh" >conf$$.sh
12802 echo "exit 0" >>conf$$.sh
12804 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12813 as_lineno_1
=$LINENO
12814 as_lineno_2
=$LINENO
12815 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12816 test "x$as_lineno_1" != "x$as_lineno_2" &&
12817 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12818 # Find who we are. Look in the path if we contain no path at all
12821 *[\\/]* ) as_myself
=$0 ;;
12822 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12823 for as_dir
in $PATH
12826 test -z "$as_dir" && as_dir
=.
12827 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12832 # We did not find ourselves, most probably we were run as `sh COMMAND'
12833 # in which case we are not to be found in the path.
12834 if test "x$as_myself" = x
; then
12837 if test ! -f "$as_myself"; then
12838 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12839 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12840 { (exit 1); exit 1; }; }
12842 case $CONFIG_SHELL in
12844 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12845 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12848 test -z "$as_dir" && as_dir
=.
12849 for as_base
in sh bash ksh sh5
; do
12852 if ("$as_dir/$as_base" -c '
12853 as_lineno_1=$LINENO
12854 as_lineno_2=$LINENO
12855 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12856 test "x$as_lineno_1" != "x$as_lineno_2" &&
12857 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12858 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12859 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12860 CONFIG_SHELL
=$as_dir/$as_base
12861 export CONFIG_SHELL
12862 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12870 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12871 # uniformly replaced by the line number. The first 'sed' inserts a
12872 # line-number line before each line; the second 'sed' does the real
12873 # work. The second script uses 'N' to pair each line-number line
12874 # with the numbered line, and appends trailing '-' during
12875 # substitution so that $LINENO is not a special case at line end.
12876 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12877 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12878 sed '=' <$as_myself |
12883 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12886 s,^['$as_cr_digits']*\n,,
12887 ' >$as_me.lineno
&&
12888 chmod +x
$as_me.lineno ||
12889 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12890 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12891 { (exit 1); exit 1; }; }
12893 # Don't try to exec as it changes $[0], causing all sort of problems
12894 # (the dirname of $[0] is not the place where we might find the
12895 # original and so on. Autoconf is especially sensible to this).
12897 # Exit status is that of the last command.
12902 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12903 *c
*,-n*) ECHO_N
= ECHO_C
='
12905 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12906 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12909 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12915 rm -f conf$$ conf$$.exe conf$$.
file
12917 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12918 # We could just check for DJGPP; but this test a) works b) is more generic
12919 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12920 if test -f conf$$.exe
; then
12921 # Don't use ln at all; we don't have any links
12926 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12931 rm -f conf$$ conf$$.exe conf$$.
file
12933 if mkdir
-p .
2>/dev
/null
; then
12936 test -d .
/-p && rmdir .
/-p
12940 as_executable_p
="test -f"
12942 # Sed expression to map a string onto a valid CPP name.
12943 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12945 # Sed expression to map a string onto a valid variable name.
12946 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12950 # We need space, tab and new line, in precisely that order.
12960 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12961 # report actual input values of CONFIG_FILES etc. instead of their
12962 # values after options handling. Logging --version etc. is OK.
12966 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12967 ## Running $as_me. ##
12972 This file was extended by $as_me, which was
12973 generated by GNU Autoconf 2.59. Invocation command line was
12975 CONFIG_FILES = $CONFIG_FILES
12976 CONFIG_HEADERS = $CONFIG_HEADERS
12977 CONFIG_LINKS = $CONFIG_LINKS
12978 CONFIG_COMMANDS = $CONFIG_COMMANDS
12982 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12986 # Files that config.status was made for.
12987 if test -n "$ac_config_files"; then
12988 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12991 if test -n "$ac_config_headers"; then
12992 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12995 if test -n "$ac_config_links"; then
12996 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
12999 if test -n "$ac_config_commands"; then
13000 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13003 cat >>$CONFIG_STATUS <<\_ACEOF
13006 \`$as_me' instantiates files from templates according to the
13007 current configuration.
13009 Usage: $0 [OPTIONS] [FILE]...
13011 -h, --help print this help, then exit
13012 -V, --version print version number, then exit
13013 -q, --quiet do not print progress messages
13014 -d, --debug don't remove temporary files
13015 --recheck update $as_me by reconfiguring in the same conditions
13016 --file=FILE[:TEMPLATE]
13017 instantiate the configuration file FILE
13019 Configuration files:
13022 Report bugs to <bug-autoconf@gnu.org>."
13025 cat >>$CONFIG_STATUS <<_ACEOF
13028 configured by $0, generated by GNU Autoconf 2.59,
13029 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13031 Copyright (C) 2003 Free Software Foundation, Inc.
13032 This config.status script is free software; the Free Software Foundation
13033 gives unlimited permission to copy, distribute and modify it."
13038 cat >>$CONFIG_STATUS <<\_ACEOF
13039 # If no file are specified by the user, then we need to provide default
13040 # value. By we need to know if files were specified by the user.
13046 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13047 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13055 *) # This is not an option, so the user has probably given explicit
13058 ac_need_defaults
=false
;;
13062 # Handling of the options.
13064 cat >>$CONFIG_STATUS <<\_ACEOF
13065 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13067 --version |
--vers* |
-V )
13068 echo "$ac_cs_version"; exit 0 ;;
13070 # Conflict between --help and --header
13071 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13072 Try \`$0 --help' for more information." >&5
13073 echo "$as_me: error: ambiguous option: $1
13074 Try \`$0 --help' for more information." >&2;}
13075 { (exit 1); exit 1; }; };;
13076 --help |
--hel |
-h )
13077 echo "$ac_cs_usage"; exit 0 ;;
13078 --debug |
--d* |
-d )
13080 --file |
--fil |
--fi |
--f )
13082 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13083 ac_need_defaults
=false
;;
13084 --header |
--heade |
--head |
--hea )
13086 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13087 ac_need_defaults
=false
;;
13088 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13089 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13092 # This is an error.
13093 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13094 Try \`$0 --help' for more information." >&5
13095 echo "$as_me: error: unrecognized option: $1
13096 Try \`$0 --help' for more information." >&2;}
13097 { (exit 1); exit 1; }; } ;;
13099 *) ac_config_targets
="$ac_config_targets $1" ;;
13105 ac_configure_extra_args
=
13107 if $ac_cs_silent; then
13109 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13113 cat >>$CONFIG_STATUS <<_ACEOF
13114 if \$ac_cs_recheck; then
13115 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13116 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13125 cat >>$CONFIG_STATUS <<\_ACEOF
13126 for ac_config_target
in $ac_config_targets
13128 case "$ac_config_target" in
13129 # Handling of arguments.
13130 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13131 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13132 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13133 { (exit 1); exit 1; }; };;
13137 # If the user did not use the arguments to specify the items to instantiate,
13138 # then the envvar interface is used. Set only those that are not.
13139 # We use the long form for the default assignment because of an extremely
13140 # bizarre bug on SunOS 4.1.3.
13141 if $ac_need_defaults; then
13142 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13145 # Have a temporary directory for convenience. Make it in the build tree
13146 # simply because there is no reason to put it here, and in addition,
13147 # creating and moving files from /tmp can sometimes cause problems.
13148 # Create a temporary directory, and hook for its removal unless debugging.
13151 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13152 trap '{ (exit 1); exit 1; }' 1 2 13 15
13155 # Create a (secure) tmp directory for tmp files.
13158 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13159 test -n "$tmp" && test -d "$tmp"
13162 tmp
=.
/confstat$$
-$RANDOM
13163 (umask 077 && mkdir
$tmp)
13166 echo "$me: cannot create a temporary directory in ." >&2
13167 { (exit 1); exit 1; }
13172 cat >>$CONFIG_STATUS <<_ACEOF
13175 # CONFIG_FILES section.
13178 # No need to generate the scripts if there are no CONFIG_FILES.
13179 # This happens for instance when ./config.status config.h
13180 if test -n "\$CONFIG_FILES"; then
13181 # Protect against being on the right side of a sed subst in config.status.
13182 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13183 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13184 s,@SHELL@,$SHELL,;t t
13185 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13186 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13187 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13188 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13189 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13190 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13191 s,@exec_prefix@,$exec_prefix,;t t
13192 s,@prefix@,$prefix,;t t
13193 s,@program_transform_name@,$program_transform_name,;t t
13194 s,@bindir@,$bindir,;t t
13195 s,@sbindir@,$sbindir,;t t
13196 s,@libexecdir@,$libexecdir,;t t
13197 s,@datadir@,$datadir,;t t
13198 s,@sysconfdir@,$sysconfdir,;t t
13199 s,@sharedstatedir@,$sharedstatedir,;t t
13200 s,@localstatedir@,$localstatedir,;t t
13201 s,@libdir@,$libdir,;t t
13202 s,@includedir@,$includedir,;t t
13203 s,@oldincludedir@,$oldincludedir,;t t
13204 s,@infodir@,$infodir,;t t
13205 s,@mandir@,$mandir,;t t
13206 s,@build_alias@,$build_alias,;t t
13207 s,@host_alias@,$host_alias,;t t
13208 s,@target_alias@,$target_alias,;t t
13209 s,@DEFS@,$DEFS,;t t
13210 s,@ECHO_C@,$ECHO_C,;t t
13211 s,@ECHO_N@,$ECHO_N,;t t
13212 s,@ECHO_T@,$ECHO_T,;t t
13213 s,@LIBS@,$LIBS,;t t
13214 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
13215 s,@build@,$build,;t t
13216 s,@build_cpu@,$build_cpu,;t t
13217 s,@build_vendor@,$build_vendor,;t t
13218 s,@build_os@,$build_os,;t t
13219 s,@build_noncanonical@,$build_noncanonical,;t t
13220 s,@host_noncanonical@,$host_noncanonical,;t t
13221 s,@target_noncanonical@,$target_noncanonical,;t t
13222 s,@host@,$host,;t t
13223 s,@host_cpu@,$host_cpu,;t t
13224 s,@host_vendor@,$host_vendor,;t t
13225 s,@host_os@,$host_os,;t t
13226 s,@target@,$target,;t t
13227 s,@target_cpu@,$target_cpu,;t t
13228 s,@target_vendor@,$target_vendor,;t t
13229 s,@target_os@,$target_os,;t t
13230 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13231 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13232 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13234 s,@LN_S@,$LN_S,;t t
13235 s,@build_libsubdir@,$build_libsubdir,;t t
13236 s,@build_subdir@,$build_subdir,;t t
13237 s,@host_subdir@,$host_subdir,;t t
13238 s,@target_subdir@,$target_subdir,;t t
13240 s,@CFLAGS@,$CFLAGS,;t t
13241 s,@LDFLAGS@,$LDFLAGS,;t t
13242 s,@CPPFLAGS@,$CPPFLAGS,;t t
13243 s,@ac_ct_CC@,$ac_ct_CC,;t t
13244 s,@EXEEXT@,$EXEEXT,;t t
13245 s,@OBJEXT@,$OBJEXT,;t t
13247 s,@CXXFLAGS@,$CXXFLAGS,;t t
13248 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13249 s,@GNATBIND@,$GNATBIND,;t t
13250 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
13251 s,@GNATMAKE@,$GNATMAKE,;t t
13252 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
13253 s,@do_compare@,$do_compare,;t t
13254 s,@gmplibs@,$gmplibs,;t t
13255 s,@gmpinc@,$gmpinc,;t t
13256 s,@extra_mpfr_configure_flags@,$extra_mpfr_configure_flags,;t t
13257 s,@ppllibs@,$ppllibs,;t t
13258 s,@pplinc@,$pplinc,;t t
13259 s,@clooglibs@,$clooglibs,;t t
13260 s,@clooginc@,$clooginc,;t t
13261 s,@stage1_languages@,$stage1_languages,;t t
13262 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
13263 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
13264 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
13265 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
13266 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
13267 s,@GCC_SHLIB_SUBDIR@,$GCC_SHLIB_SUBDIR,;t t
13268 s,@tooldir@,$tooldir,;t t
13269 s,@build_tooldir@,$build_tooldir,;t t
13270 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
13271 s,@GDB_TK@,$GDB_TK,;t t
13272 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
13273 s,@build_configargs@,$build_configargs,;t t
13274 s,@build_configdirs@,$build_configdirs,;t t
13275 s,@host_configargs@,$host_configargs,;t t
13276 s,@configdirs@,$configdirs,;t t
13277 s,@target_configargs@,$target_configargs,;t t
13278 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
13279 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
13280 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
13281 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
13282 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
13283 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
13284 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
13285 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
13286 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
13287 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
13288 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
13289 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
13290 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
13291 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
13292 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
13293 s,@config_shell@,$config_shell,;t t
13294 s,@YACC@,$YACC,;t t
13295 s,@BISON@,$BISON,;t t
13298 s,@FLEX@,$FLEX,;t t
13299 s,@MAKEINFO@,$MAKEINFO,;t t
13300 s,@EXPECT@,$EXPECT,;t t
13301 s,@RUNTEST@,$RUNTEST,;t t
13304 s,@DLLTOOL@,$DLLTOOL,;t t
13306 s,@LIPO@,$LIPO,;t t
13308 s,@RANLIB@,$RANLIB,;t t
13309 s,@STRIP@,$STRIP,;t t
13310 s,@WINDRES@,$WINDRES,;t t
13311 s,@WINDMC@,$WINDMC,;t t
13312 s,@OBJCOPY@,$OBJCOPY,;t t
13313 s,@OBJDUMP@,$OBJDUMP,;t t
13314 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
13315 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
13316 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
13317 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
13318 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
13319 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
13320 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
13321 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
13322 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
13323 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
13324 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
13325 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
13326 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
13327 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
13328 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
13329 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
13330 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
13331 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
13332 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
13333 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
13334 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
13335 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13336 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13337 s,@MAINT@,$MAINT,;t t
13338 s,@stage1_cflags@,$stage1_cflags,;t t
13339 s,@stage1_checking@,$stage1_checking,;t t
13340 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
13341 s,@datarootdir@,$datarootdir,;t t
13342 s,@docdir@,$docdir,;t t
13343 s,@pdfdir@,$pdfdir,;t t
13344 s,@htmldir@,$htmldir,;t t
13345 s,@LIBOBJS@,$LIBOBJS,;t t
13346 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13347 /@serialization_dependencies@/r $serialization_dependencies
13348 s,@serialization_dependencies@,,;t t
13349 /@host_makefile_frag@/r $host_makefile_frag
13350 s,@host_makefile_frag@,,;t t
13351 /@target_makefile_frag@/r $target_makefile_frag
13352 s,@target_makefile_frag@,,;t t
13353 /@alphaieee_frag@/r $alphaieee_frag
13354 s,@alphaieee_frag@,,;t t
13355 /@ospace_frag@/r $ospace_frag
13356 s,@ospace_frag@,,;t t
13361 cat >>$CONFIG_STATUS <<\_ACEOF
13362 # Split the substitutions into bite-sized pieces for seds with
13363 # small command number limits, like on Digital OSF/1 and HP-UX.
13364 ac_max_sed_lines
=48
13365 ac_sed_frag
=1 # Number of current file.
13366 ac_beg
=1 # First line for current file.
13367 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13370 while $ac_more_lines; do
13371 if test $ac_beg -gt 1; then
13372 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13374 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13376 if test ! -s $tmp/subs.frag
; then
13377 ac_more_lines
=false
13379 # The purpose of the label and of the branching condition is to
13380 # speed up the sed processing (if there are no `@' at all, there
13381 # is no need to browse any of the substitutions).
13382 # These are the two extra sed commands mentioned above.
13384 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13385 if test -z "$ac_sed_cmds"; then
13386 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13388 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13390 ac_sed_frag
=`expr $ac_sed_frag + 1`
13392 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13395 if test -z "$ac_sed_cmds"; then
13398 fi # test -n "$CONFIG_FILES"
13401 cat >>$CONFIG_STATUS <<\_ACEOF
13402 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13403 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13405 - |
*:- |
*:-:* ) # input from stdin
13407 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13408 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13409 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13410 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13411 * ) ac_file_in
=$ac_file.
in ;;
13414 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13415 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13416 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13417 X"$ac_file" : 'X\(//\)[^/]' \| \
13418 X"$ac_file" : 'X\(//\)$' \| \
13419 X"$ac_file" : 'X\(/\)' \| \
13420 . : '\(.\)' 2>/dev/null ||
13422 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13423 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13424 /^X\(\/\/\)$/{ s//\1/; q; }
13425 /^X\(\/\).*/{ s//\1/; q; }
13427 { if $as_mkdir_p; then
13432 while test ! -d "$as_dir"; do
13433 as_dirs
="$as_dir $as_dirs"
13434 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13435 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13436 X"$as_dir" : 'X\(//\)[^/]' \| \
13437 X"$as_dir" : 'X\(//\)$' \| \
13438 X"$as_dir" : 'X\(/\)' \| \
13439 . : '\(.\)' 2>/dev/null ||
13441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13442 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13443 /^X\(\/\/\)$/{ s//\1/; q; }
13444 /^X\(\/\).*/{ s//\1/; q; }
13447 test ! -n "$as_dirs" || mkdir
$as_dirs
13448 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13449 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13450 { (exit 1); exit 1; }; }; }
13454 if test "$ac_dir" != .
; then
13455 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13456 # A "../" for each directory in $ac_dir_suffix.
13457 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13459 ac_dir_suffix
= ac_top_builddir
=
13463 .
) # No --srcdir option. We are building in place.
13465 if test -z "$ac_top_builddir"; then
13468 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13470 [\\/]* | ?
:[\\/]* ) # Absolute path.
13471 ac_srcdir
=$srcdir$ac_dir_suffix;
13472 ac_top_srcdir
=$srcdir ;;
13473 *) # Relative path.
13474 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13475 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13478 # Do not use `cd foo && pwd` to compute absolute paths, because
13479 # the directories may not exist.
13481 .
) ac_abs_builddir
="$ac_dir";;
13484 .
) ac_abs_builddir
=`pwd`;;
13485 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13486 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13489 case $ac_abs_builddir in
13490 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13492 case ${ac_top_builddir}.
in
13493 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13494 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13495 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13498 case $ac_abs_builddir in
13499 .
) ac_abs_srcdir
=$ac_srcdir;;
13502 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13503 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13504 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13507 case $ac_abs_builddir in
13508 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13510 case $ac_top_srcdir in
13511 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13512 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13513 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13519 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13520 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13523 if test x
"$ac_file" != x-
; then
13524 { echo "$as_me:$LINENO: creating $ac_file" >&5
13525 echo "$as_me: creating $ac_file" >&6;}
13528 # Let's still pretend it is `configure' which instantiates (i.e., don't
13529 # use $as_me), people would be surprised to read:
13530 # /* config.h. Generated by config.status. */
13531 if test x
"$ac_file" = x-
; then
13534 configure_input
="$ac_file. "
13536 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13537 sed 's,.*/,,'` by configure."
13539 # First look for the input files in the build tree, otherwise in the
13541 ac_file_inputs
=`IFS=:
13542 for f in $ac_file_in; do
13544 -) echo $tmp/stdin ;;
13546 # Absolute (can't be DOS-style, as IFS=:)
13547 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13548 echo "$as_me: error: cannot find input file: $f" >&2;}
13549 { (exit 1); exit 1; }; }
13552 if test -f "$f"; then
13555 elif test -f "$srcdir/$f"; then
13560 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13561 echo "$as_me: error: cannot find input file: $f" >&2;}
13562 { (exit 1); exit 1; }; }
13565 done` ||
{ (exit 1); exit 1; }
13567 cat >>$CONFIG_STATUS <<_ACEOF
13571 cat >>$CONFIG_STATUS <<\_ACEOF
13573 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13574 s
,@configure_input@
,$configure_input,;t t
13575 s
,@srcdir@
,$ac_srcdir,;t t
13576 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13577 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13578 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13579 s
,@builddir@
,$ac_builddir,;t t
13580 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13581 s
,@top_builddir@
,$ac_top_builddir,;t t
13582 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13583 s
,@INSTALL@
,$ac_INSTALL,;t t
13584 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13586 if test x"$ac_file" != x-; then
13587 mv $tmp/out $ac_file
13596 cat >>$CONFIG_STATUS <<\_ACEOF
13598 { (exit 0); exit 0; }
13600 chmod +x $CONFIG_STATUS
13601 ac_clean_files=$ac_clean_files_save
13604 # configure is writing to config.log, and then calls config.status.
13605 # config.status does its own redirection, appending to config.log.
13606 # Unfortunately, on DOS this fails, as config.log is still kept open
13607 # by configure, so config.status won't be able to write to it; its
13608 # output is simply discarded. So we exec the FD to /dev/null,
13609 # effectively closing config.log, so it can be properly (re)opened and
13610 # appended to by config.status. When coming back to configure, we
13611 # need to make the FD available again.
13612 if test "$no_create" != yes; then
13614 ac_config_status_args=
13615 test "$silent" = yes &&
13616 ac_config_status_args="$ac_config_status_args --quiet"
13618 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13620 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13621 # would make configure fail if this is the last instruction.
13622 $ac_cs_success || { (exit 1); exit 1; }