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 ${libgcj}"
2414 noconfigdirs
="$noconfigdirs gprof"
2417 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2420 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2422 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2424 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2425 # In this case, it's because the hppa64-linux target is for
2426 # the kernel only at this point and has no libc, and thus no
2427 # headers, crt*.o, etc., all of which are needed by these.
2428 noconfigdirs
="$noconfigdirs target-zlib"
2430 parisc
*-*-linux* | hppa
*-*-linux*)
2434 hppa
*-*-openbsd* | \
2436 noconfigdirs
="$noconfigdirs ${libgcj}"
2439 noconfigdirs
="$noconfigdirs ld shellutils"
2445 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2446 # build on HP-UX 10.20.
2447 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2450 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2453 # No gdb support yet.
2454 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2457 # No gdb or ld support yet.
2458 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2461 # No gdb or ld support yet.
2462 noconfigdirs
="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
2466 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2467 noconfigdirs
="$noconfigdirs ${libgcj}"
2470 i
[3456789]86-*-linux*)
2471 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2472 # not build java stuff by default.
2475 noconfigdirs
="$noconfigdirs ${libgcj}";;
2478 # This section makes it possible to build newlib natively on linux.
2479 # If we are using a cross compiler then don't configure newlib.
2480 if test x
${is_cross_compiler} != xno
; then
2481 noconfigdirs
="$noconfigdirs target-newlib"
2483 noconfigdirs
="$noconfigdirs target-libgloss"
2484 # If we are not using a cross compiler, do configure newlib.
2485 # Note however, that newlib will only be configured in this situation
2486 # if the --with-newlib option has been given, because otherwise
2487 # 'target-newlib' will appear in skipdirs.
2489 i
[3456789]86-*-mingw32*)
2490 target_configdirs
="$target_configdirs target-winsup"
2491 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2494 target_configdirs
="$target_configdirs target-winsup"
2495 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2498 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2499 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2500 # always build newlib if winsup directory is present.
2501 if test -d "$srcdir/winsup/cygwin"; then
2502 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2503 elif test -d "$srcdir/newlib"; then
2504 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2507 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2508 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2511 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2513 i
[3456789]86-*-sco3.2v5
*)
2514 # The linker does not yet know about weak symbols in COFF,
2515 # and is not configured to handle mixed ELF and COFF.
2516 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2518 i
[3456789]86-*-sco*)
2519 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2521 i
[3456789]86-*-solaris2*)
2522 noconfigdirs
="$noconfigdirs target-libgloss"
2524 i
[3456789]86-*-sysv4*)
2525 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2527 i
[3456789]86-*-beos*)
2528 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2530 i
[3456789]86-*-rdos*)
2531 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2534 noconfigdirs
="$noconfigdirs ${libgcj}"
2536 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2537 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2538 libgloss_dir
=m68hc11
2541 noconfigdirs
="$noconfigdirs ${libgcj}"
2544 noconfigdirs
="$noconfigdirs ${libgcj}"
2546 m68
*-*-* | fido-
*-*)
2550 # The EPOC C++ environment does not support exceptions or rtti,
2551 # and so building libstdc++-v3 tends not to always work.
2552 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2555 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2556 unsupported_languages
="$unsupported_languages fortran java"
2559 noconfigdirs
="$noconfigdirs ${libgcj}"
2562 noconfigdirs
="$noconfigdirs ${libgcj}"
2565 noconfigdirs
="$noconfigdirs sim"
2568 # copied from rs6000-*-* entry
2569 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2571 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2572 target_configdirs
="$target_configdirs target-winsup"
2573 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2574 # always build newlib.
2575 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2577 # This is temporary until we can link against shared libraries
2578 powerpcle-
*-solaris*)
2579 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2583 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2586 noconfigdirs
="$noconfigdirs ${libgcj}"
2589 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2593 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2596 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2599 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2602 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2605 skipdirs
="$skipdirs target-libiberty"
2606 noconfigdirs
="$noconfigdirs ${libgcj}"
2607 if test x
$with_newlib = xyes
; then
2608 noconfigdirs
="$noconfigdirs gprof"
2613 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2616 # Linking libjava exceeds command-line length limits on at least
2617 # IRIX 6.2, but not on IRIX 6.5.
2618 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2619 # <oldham@codesourcery.com>
2620 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2623 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2626 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2629 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2633 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2637 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2638 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2639 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2640 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2642 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2644 sparclet-
*-aout* | sparc86x-
*-*)
2648 noconfigdirs
="$noconfigdirs ${libgcj}"
2651 noconfigdirs
="$noconfigdirs ${libgcj}"
2655 noconfigdirs
="$noconfigdirs ${libgcj}"
2659 noconfigdirs
="$noconfigdirs ${libgcj}"
2660 if test x
${is_cross_compiler} != xno
; then
2661 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2666 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2667 noconfigdirs
="$noconfigdirs ${libgcj}"
2669 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2672 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2675 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2678 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2681 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2684 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2687 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2690 noconfigdirs
="$noconfigdirs ${libgcj}"
2693 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2695 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
2696 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2699 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2702 noconfigdirs
="$noconfigdirs ${libgcj}"
2706 # If we aren't building newlib, then don't build libgloss, since libgloss
2707 # depends upon some newlib header files.
2708 case "${noconfigdirs}" in
2709 *target-libgloss
*) ;;
2710 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2713 # Work in distributions that contain no compiler tools, like Autoconf.
2715 host_makefile_frag
=/dev
/null
2716 if test -d ${srcdir}/config
; then
2719 # Avoid "too much defining" errors from HPUX compiler.
2720 tentative_cc
="cc -Wp,-H256000"
2721 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2722 # If it's HP/UX ar, this should be harmless.
2726 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2729 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2730 # chokes on bfd, the compiler won't let you assign integers to enums, and
2731 # other problems. Defining CC to gcc is a questionable way to say "don't use
2732 # the apollo compiler" (the preferred version of GCC could be called cc,
2733 # or whatever), but I'm not sure leaving CC as cc is any better...
2734 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2735 # Used to have BISON=yacc.
2739 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2742 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2743 tentative_cc
="cc -Xa"
2744 host_makefile_frag
="config/mh-cxux"
2746 m88k-motorola-sysv
*)
2749 tentative_cc
="cc -Wf,-XNg1000"
2750 host_makefile_frag
="config/mh-decstation"
2753 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2754 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2755 host_makefile_frag
="config/mh-necv4"
2758 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2759 # environment. Also bump switch table size so that cp-parse will
2760 # compile. Bump string length limit so linker builds.
2761 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2764 host_makefile_frag
="config/mh-sysv4"
2767 # This is for a MIPS running RISC/os 4.52C.
2769 # This is needed for GDB, but needs to be in the top-level make because
2770 # if a library is compiled with the bsd headers and gets linked with the
2771 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2772 # a different size).
2773 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2774 # known except to select the sysv environment. Could we use /proc instead?
2775 # These "sysv environments" and "bsd environments" often end up being a pain.
2777 # This is not part of CFLAGS because perhaps not all C compilers have this
2779 tentative_cc
="cc -systype sysv"
2784 i
[3456789]86-*-sysv5*)
2785 host_makefile_frag
="config/mh-sysv5"
2787 i
[3456789]86-*-dgux*)
2788 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2789 host_makefile_frag
="config/mh-dgux386"
2791 i
[3456789]86-ncr-sysv4.3
*)
2792 # The MetaWare compiler will generate a copyright message unless you
2793 # turn it off by adding the -Hnocopyr flag.
2794 tentative_cc
="cc -Hnocopyr"
2796 i
[3456789]86-ncr-sysv4*)
2797 # for an NCR 3000 (i486/SVR4) system.
2798 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2799 # This compiler not only emits obnoxious copyright messages every time
2800 # you run it, but it chokes and dies on a whole bunch of GNU source
2801 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2802 tentative_cc
="/usr/ccs/ATT/cc"
2803 host_makefile_frag
="config/mh-ncr3000"
2805 i
[3456789]86-*-sco3.2v5
*)
2807 i
[3456789]86-*-sco*)
2808 # The native C compiler botches some simple uses of const. Unfortunately,
2809 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2810 tentative_cc
="cc -Dconst="
2811 host_makefile_frag
="config/mh-sco"
2813 i
[3456789]86-*-udk*)
2814 host_makefile_frag
="config/mh-sysv5"
2816 i
[3456789]86-*-solaris2*)
2817 host_makefile_frag
="config/mh-sysv4"
2819 i
[3456789]86-*-msdosdjgpp*)
2820 host_makefile_frag
="config/mh-djgpp"
2824 echo "$as_me:$LINENO: checking to see if cat works as expected" >&5
2825 echo $ECHO_N "checking to see if cat works as expected... $ECHO_C" >&6
2826 echo a
>cygwin-cat-check
2827 if test `cat cygwin-cat-check` == a
; then
2829 echo "$as_me:$LINENO: result: yes" >&5
2830 echo "${ECHO_T}yes" >&6
2833 echo "$as_me:$LINENO: result: no" >&5
2834 echo "${ECHO_T}no" >&6
2835 { { echo "$as_me:$LINENO: error: The cat command does not ignore carriage return characters.
2836 Please either mount the build directory in binary mode or run the following
2837 commands before running any configure script:
2841 echo "$as_me: error: The cat command does not ignore carriage return characters.
2842 Please either mount the build directory in binary mode or run the following
2843 commands before running any configure script:
2847 { (exit 1); exit 1; }; }
2850 host_makefile_frag
="config/mh-cygwin"
2853 host_makefile_frag
="config/mh-mingw"
2856 host_makefile_frag
="config/mh-interix"
2859 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2863 host_makefile_frag
="config/mh-solaris"
2866 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2867 # without overflowing the jump tables (-J says to use a 32 bit table)
2868 tentative_cc
="cc -J"
2871 tentative_cc
="cc -Wp,-H256000"
2872 host_makefile_frag
="config/mh-pa-hpux10"
2874 hppa
*-hp-hpux* | hppa
*-*-hiux*)
2875 tentative_cc
="cc -Wp,-H256000"
2876 host_makefile_frag
="config/mh-pa"
2879 host_makefile_frag
="config/mh-pa"
2881 *-hp-hpux* |
*-*-hiux*)
2882 tentative_cc
="cc -Wp,-H256000"
2885 # /bin/cc is less than useful for our purposes. Always use GCC
2886 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2887 host_makefile_frag
="config/mh-lynxrs6k"
2890 host_makefile_frag
="config/mh-ppc-darwin"
2893 host_makefile_frag
="config/mh-ppc-aix"
2896 host_makefile_frag
="config/mh-ppc-aix"
2899 # /bin/cc is less than useful for our purposes. Always use GCC
2900 tentative_cc
="/bin/gcc"
2903 host_makefile_frag
="config/mh-sysv4"
2905 # This is placed last to prevent interfering with the cases above.
2907 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2908 host_makefile_frag
="config/mh-x86omitfp"
2913 # If we aren't going to be using gcc, see if we can extract a definition
2914 # of CC from the fragment.
2915 # Actually, use the 'pre-extracted' version above.
2916 if test -z "${CC}" && test "${build}" = "${host}" ; then
2917 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2919 for dir
in $PATH; do
2920 test -z "$dir" && dir
=.
2921 if test -f $dir/gcc
; then
2927 if test -z "${found}" && test -n "${tentative_cc}" ; then
2932 if test "${build}" != "${host}" ; then
2933 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2934 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2935 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2936 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2937 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2938 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2939 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2940 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2941 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2942 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2943 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2944 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2946 AR_FOR_BUILD
="\$(AR)"
2947 AS_FOR_BUILD
="\$(AS)"
2948 CC_FOR_BUILD
="\$(CC)"
2949 CXX_FOR_BUILD
="\$(CXX)"
2950 GCJ_FOR_BUILD
="\$(GCJ)"
2951 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2952 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2953 LD_FOR_BUILD
="\$(LD)"
2954 NM_FOR_BUILD
="\$(NM)"
2955 RANLIB_FOR_BUILD
="\$(RANLIB)"
2956 WINDRES_FOR_BUILD
="\$(WINDRES)"
2957 WINDMC_FOR_BUILD
="\$(WINDMC)"
2961 ac_cpp
='$CPP $CPPFLAGS'
2962 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2963 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2964 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2967 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2968 echo "$as_me:$LINENO: checking for $ac_word" >&5
2969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2970 if test "${ac_cv_prog_CC+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC
="$CC" # Let the user override the test.
2976 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2980 test -z "$as_dir" && as_dir
=.
2981 for ac_exec_ext
in '' $ac_executable_extensions; do
2982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2983 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2993 if test -n "$CC"; then
2994 echo "$as_me:$LINENO: result: $CC" >&5
2995 echo "${ECHO_T}$CC" >&6
2997 echo "$as_me:$LINENO: result: no" >&5
2998 echo "${ECHO_T}no" >&6
3002 if test -z "$ac_cv_prog_CC"; then
3004 # Extract the first word of "gcc", so it can be a program name with args.
3005 set dummy gcc
; ac_word
=$2
3006 echo "$as_me:$LINENO: checking for $ac_word" >&5
3007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3008 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3009 echo $ECHO_N "(cached) $ECHO_C" >&6
3011 if test -n "$ac_ct_CC"; then
3012 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3018 test -z "$as_dir" && as_dir
=.
3019 for ac_exec_ext
in '' $ac_executable_extensions; do
3020 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3021 ac_cv_prog_ac_ct_CC
="gcc"
3022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3031 if test -n "$ac_ct_CC"; then
3032 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3033 echo "${ECHO_T}$ac_ct_CC" >&6
3035 echo "$as_me:$LINENO: result: no" >&5
3036 echo "${ECHO_T}no" >&6
3044 if test -z "$CC"; then
3045 if test -n "$ac_tool_prefix"; then
3046 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3047 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3048 echo "$as_me:$LINENO: checking for $ac_word" >&5
3049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3050 if test "${ac_cv_prog_CC+set}" = set; then
3051 echo $ECHO_N "(cached) $ECHO_C" >&6
3053 if test -n "$CC"; then
3054 ac_cv_prog_CC
="$CC" # Let the user override the test.
3056 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3060 test -z "$as_dir" && as_dir
=.
3061 for ac_exec_ext
in '' $ac_executable_extensions; do
3062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3063 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3073 if test -n "$CC"; then
3074 echo "$as_me:$LINENO: result: $CC" >&5
3075 echo "${ECHO_T}$CC" >&6
3077 echo "$as_me:$LINENO: result: no" >&5
3078 echo "${ECHO_T}no" >&6
3082 if test -z "$ac_cv_prog_CC"; then
3084 # Extract the first word of "cc", so it can be a program name with args.
3085 set dummy cc
; ac_word
=$2
3086 echo "$as_me:$LINENO: checking for $ac_word" >&5
3087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3088 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3091 if test -n "$ac_ct_CC"; then
3092 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3094 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3098 test -z "$as_dir" && as_dir
=.
3099 for ac_exec_ext
in '' $ac_executable_extensions; do
3100 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3101 ac_cv_prog_ac_ct_CC
="cc"
3102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3110 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3111 if test -n "$ac_ct_CC"; then
3112 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3113 echo "${ECHO_T}$ac_ct_CC" >&6
3115 echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6
3125 if test -z "$CC"; then
3126 # Extract the first word of "cc", so it can be a program name with args.
3127 set dummy cc
; ac_word
=$2
3128 echo "$as_me:$LINENO: checking for $ac_word" >&5
3129 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3130 if test "${ac_cv_prog_CC+set}" = set; then
3131 echo $ECHO_N "(cached) $ECHO_C" >&6
3133 if test -n "$CC"; then
3134 ac_cv_prog_CC
="$CC" # Let the user override the test.
3137 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3141 test -z "$as_dir" && as_dir
=.
3142 for ac_exec_ext
in '' $ac_executable_extensions; do
3143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3144 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3145 ac_prog_rejected
=yes
3149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3155 if test $ac_prog_rejected = yes; then
3156 # We found a bogon in the path, so make sure we never use it.
3157 set dummy
$ac_cv_prog_CC
3159 if test $# != 0; then
3160 # We chose a different compiler from the bogus one.
3161 # However, it has the same basename, so the bogon will be chosen
3162 # first if we set CC to just the basename; use the full file name.
3164 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3170 if test -n "$CC"; then
3171 echo "$as_me:$LINENO: result: $CC" >&5
3172 echo "${ECHO_T}$CC" >&6
3174 echo "$as_me:$LINENO: result: no" >&5
3175 echo "${ECHO_T}no" >&6
3179 if test -z "$CC"; then
3180 if test -n "$ac_tool_prefix"; then
3183 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3184 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3185 echo "$as_me:$LINENO: checking for $ac_word" >&5
3186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3187 if test "${ac_cv_prog_CC+set}" = set; then
3188 echo $ECHO_N "(cached) $ECHO_C" >&6
3190 if test -n "$CC"; then
3191 ac_cv_prog_CC
="$CC" # Let the user override the test.
3193 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3197 test -z "$as_dir" && as_dir
=.
3198 for ac_exec_ext
in '' $ac_executable_extensions; do
3199 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3200 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3210 if test -n "$CC"; then
3211 echo "$as_me:$LINENO: result: $CC" >&5
3212 echo "${ECHO_T}$CC" >&6
3214 echo "$as_me:$LINENO: result: no" >&5
3215 echo "${ECHO_T}no" >&6
3218 test -n "$CC" && break
3221 if test -z "$CC"; then
3225 # Extract the first word of "$ac_prog", so it can be a program name with args.
3226 set dummy
$ac_prog; ac_word
=$2
3227 echo "$as_me:$LINENO: checking for $ac_word" >&5
3228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3229 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3230 echo $ECHO_N "(cached) $ECHO_C" >&6
3232 if test -n "$ac_ct_CC"; then
3233 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3239 test -z "$as_dir" && as_dir
=.
3240 for ac_exec_ext
in '' $ac_executable_extensions; do
3241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3242 ac_cv_prog_ac_ct_CC
="$ac_prog"
3243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3251 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3252 if test -n "$ac_ct_CC"; then
3253 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3254 echo "${ECHO_T}$ac_ct_CC" >&6
3256 echo "$as_me:$LINENO: result: no" >&5
3257 echo "${ECHO_T}no" >&6
3260 test -n "$ac_ct_CC" && break
3269 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3270 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3271 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3272 See \`config.log' for more details." >&5
3273 echo "$as_me: error: no acceptable C compiler found in \$PATH
3274 See \`config.log' for more details." >&2;}
3275 { (exit 1); exit 1; }; }; }
3277 # Provide some information about the compiler.
3278 echo "$as_me:$LINENO:" \
3279 "checking for C compiler version" >&5
3280 ac_compiler
=`set X $ac_compile; echo $2`
3281 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3282 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3285 (exit $ac_status); }
3286 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3287 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3290 (exit $ac_status); }
3291 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3292 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3295 (exit $ac_status); }
3297 cat >conftest.
$ac_ext <<_ACEOF
3300 cat confdefs.h
>>conftest.
$ac_ext
3301 cat >>conftest.
$ac_ext <<_ACEOF
3302 /* end confdefs.h. */
3312 ac_clean_files_save
=$ac_clean_files
3313 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3314 # Try to create an executable without -o first, disregard a.out.
3315 # It will help us diagnose broken compilers, and finding out an intuition
3317 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3318 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3319 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3320 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3321 (eval $ac_link_default) 2>&5
3323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324 (exit $ac_status); }; then
3325 # Find the output, starting from the most likely. This scheme is
3326 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3329 # Be careful to initialize this variable, since it used to be cached.
3330 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3332 # b.out is created by i960 compilers.
3333 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3335 test -f "$ac_file" ||
continue
3337 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3340 # This is the source file.
3343 # We found the default executable, but exeext='' is most
3347 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3348 # FIXME: I believe we export ac_cv_exeext for Libtool,
3349 # but it would be cool to find out if it's true. Does anybody
3350 # maintain Libtool? --akim.
3358 echo "$as_me: failed program was:" >&5
3359 sed 's/^/| /' conftest.
$ac_ext >&5
3361 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3362 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3363 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3364 See \`config.log' for more details." >&5
3365 echo "$as_me: error: C compiler cannot create executables
3366 See \`config.log' for more details." >&2;}
3367 { (exit 77); exit 77; }; }; }
3370 ac_exeext
=$ac_cv_exeext
3371 echo "$as_me:$LINENO: result: $ac_file" >&5
3372 echo "${ECHO_T}$ac_file" >&6
3374 # Check the compiler produces executables we can run. If not, either
3375 # the compiler is broken, or we cross compile.
3376 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3377 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3378 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3379 # If not cross compiling, check that we can run a simple program.
3380 if test "$cross_compiling" != yes; then
3381 if { ac_try
='./$ac_file'
3382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3386 (exit $ac_status); }; }; then
3389 if test "$cross_compiling" = maybe
; then
3392 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3393 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3394 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3395 If you meant to cross compile, use \`--host'.
3396 See \`config.log' for more details." >&5
3397 echo "$as_me: error: cannot run C compiled programs.
3398 If you meant to cross compile, use \`--host'.
3399 See \`config.log' for more details." >&2;}
3400 { (exit 1); exit 1; }; }; }
3404 echo "$as_me:$LINENO: result: yes" >&5
3405 echo "${ECHO_T}yes" >&6
3407 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3408 ac_clean_files
=$ac_clean_files_save
3409 # Check the compiler produces executables we can run. If not, either
3410 # the compiler is broken, or we cross compile.
3411 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3412 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3413 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3414 echo "${ECHO_T}$cross_compiling" >&6
3416 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3417 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3418 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3419 (eval $ac_link) 2>&5
3421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3422 (exit $ac_status); }; then
3423 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3424 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3425 # work properly (i.e., refer to `conftest.exe'), while it won't with
3427 for ac_file
in conftest.exe conftest conftest.
*; do
3428 test -f "$ac_file" ||
continue
3430 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3431 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3438 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3439 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3441 See \`config.log' for more details." >&5
3442 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3443 See \`config.log' for more details." >&2;}
3444 { (exit 1); exit 1; }; }; }
3447 rm -f conftest
$ac_cv_exeext
3448 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3449 echo "${ECHO_T}$ac_cv_exeext" >&6
3451 rm -f conftest.
$ac_ext
3452 EXEEXT
=$ac_cv_exeext
3454 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3455 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3456 if test "${ac_cv_objext+set}" = set; then
3457 echo $ECHO_N "(cached) $ECHO_C" >&6
3459 cat >conftest.
$ac_ext <<_ACEOF
3462 cat confdefs.h
>>conftest.
$ac_ext
3463 cat >>conftest.
$ac_ext <<_ACEOF
3464 /* end confdefs.h. */
3474 rm -f conftest.o conftest.obj
3475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3476 (eval $ac_compile) 2>&5
3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }; then
3480 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3482 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3483 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3488 echo "$as_me: failed program was:" >&5
3489 sed 's/^/| /' conftest.
$ac_ext >&5
3491 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3492 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3493 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3494 See \`config.log' for more details." >&5
3495 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3496 See \`config.log' for more details." >&2;}
3497 { (exit 1); exit 1; }; }; }
3500 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3502 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3503 echo "${ECHO_T}$ac_cv_objext" >&6
3504 OBJEXT
=$ac_cv_objext
3506 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3507 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3508 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3509 echo $ECHO_N "(cached) $ECHO_C" >&6
3511 cat >conftest.
$ac_ext <<_ACEOF
3514 cat confdefs.h
>>conftest.
$ac_ext
3515 cat >>conftest.
$ac_ext <<_ACEOF
3516 /* end confdefs.h. */
3529 rm -f conftest.
$ac_objext
3530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3531 (eval $ac_compile) 2>conftest.er1
3533 grep -v '^ *+' conftest.er1
>conftest.err
3535 cat conftest.err
>&5
3536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537 (exit $ac_status); } &&
3538 { ac_try
='test -z "$ac_c_werror_flag"
3539 || test ! -s conftest.err'
3540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); }; } &&
3545 { ac_try
='test -s conftest.$ac_objext'
3546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3550 (exit $ac_status); }; }; then
3553 echo "$as_me: failed program was:" >&5
3554 sed 's/^/| /' conftest.
$ac_ext >&5
3558 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3559 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3562 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3563 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3564 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3565 ac_test_CFLAGS
=${CFLAGS+set}
3566 ac_save_CFLAGS
=$CFLAGS
3568 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3569 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3570 if test "${ac_cv_prog_cc_g+set}" = set; then
3571 echo $ECHO_N "(cached) $ECHO_C" >&6
3573 cat >conftest.
$ac_ext <<_ACEOF
3576 cat confdefs.h
>>conftest.
$ac_ext
3577 cat >>conftest.
$ac_ext <<_ACEOF
3578 /* end confdefs.h. */
3588 rm -f conftest.
$ac_objext
3589 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3590 (eval $ac_compile) 2>conftest.er1
3592 grep -v '^ *+' conftest.er1
>conftest.err
3594 cat conftest.err
>&5
3595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3596 (exit $ac_status); } &&
3597 { ac_try
='test -z "$ac_c_werror_flag"
3598 || test ! -s conftest.err'
3599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3603 (exit $ac_status); }; } &&
3604 { ac_try
='test -s conftest.$ac_objext'
3605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); }; }; then
3612 echo "$as_me: failed program was:" >&5
3613 sed 's/^/| /' conftest.
$ac_ext >&5
3617 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3619 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3620 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3621 if test "$ac_test_CFLAGS" = set; then
3622 CFLAGS
=$ac_save_CFLAGS
3623 elif test $ac_cv_prog_cc_g = yes; then
3624 if test "$GCC" = yes; then
3630 if test "$GCC" = yes; then
3636 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3637 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3638 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3639 echo $ECHO_N "(cached) $ECHO_C" >&6
3641 ac_cv_prog_cc_stdc
=no
3643 cat >conftest.
$ac_ext <<_ACEOF
3646 cat confdefs.h
>>conftest.
$ac_ext
3647 cat >>conftest.
$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3651 #include <sys/types.h>
3652 #include <sys/stat.h>
3653 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3654 struct buf { int x; };
3655 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3656 static char *e (p, i)
3662 static char *f (char * (*g) (char **, int), char **p, ...)
3667 s = g (p, va_arg (v,int));
3672 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3673 function prototypes and stuff, but not '\xHH' hex character constants.
3674 These don't provoke an error unfortunately, instead are silently treated
3675 as 'x'. The following induces an error, until -std1 is added to get
3676 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3677 array size at least. It's necessary to write '\x00'==0 to get something
3678 that's true only with -std1. */
3679 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3681 int test (int i, double x);
3682 struct s1 {int (*f) (int a);};
3683 struct s2 {int (*f) (double a);};
3684 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3690 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3695 # Don't try gcc -ansi; that turns off useful extensions and
3696 # breaks some systems' header files.
3697 # AIX -qlanglvl=ansi
3698 # Ultrix and OSF/1 -std1
3699 # HP-UX 10.20 and later -Ae
3700 # HP-UX older versions -Aa -D_HPUX_SOURCE
3701 # SVR4 -Xc -D__EXTENSIONS__
3702 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3704 CC
="$ac_save_CC $ac_arg"
3705 rm -f conftest.
$ac_objext
3706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3707 (eval $ac_compile) 2>conftest.er1
3709 grep -v '^ *+' conftest.er1
>conftest.err
3711 cat conftest.err
>&5
3712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3713 (exit $ac_status); } &&
3714 { ac_try
='test -z "$ac_c_werror_flag"
3715 || test ! -s conftest.err'
3716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720 (exit $ac_status); }; } &&
3721 { ac_try
='test -s conftest.$ac_objext'
3722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3726 (exit $ac_status); }; }; then
3727 ac_cv_prog_cc_stdc
=$ac_arg
3730 echo "$as_me: failed program was:" >&5
3731 sed 's/^/| /' conftest.
$ac_ext >&5
3734 rm -f conftest.err conftest.
$ac_objext
3736 rm -f conftest.
$ac_ext conftest.
$ac_objext
3741 case "x$ac_cv_prog_cc_stdc" in
3743 echo "$as_me:$LINENO: result: none needed" >&5
3744 echo "${ECHO_T}none needed" >&6 ;;
3746 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3747 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3748 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3751 # Some people use a C++ compiler to compile C. Since we use `exit',
3752 # in C++ we need to declare it. In case someone uses the same compiler
3753 # for both compiling C and C++ we need to have the C++ compiler decide
3754 # the declaration of exit, since it's the most demanding environment.
3755 cat >conftest.
$ac_ext <<_ACEOF
3760 rm -f conftest.
$ac_objext
3761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3762 (eval $ac_compile) 2>conftest.er1
3764 grep -v '^ *+' conftest.er1
>conftest.err
3766 cat conftest.err
>&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); } &&
3769 { ac_try
='test -z "$ac_c_werror_flag"
3770 || test ! -s conftest.err'
3771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3775 (exit $ac_status); }; } &&
3776 { ac_try
='test -s conftest.$ac_objext'
3777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3781 (exit $ac_status); }; }; then
3782 for ac_declaration
in \
3784 'extern "C" void std::exit (int) throw (); using std::exit;' \
3785 'extern "C" void std::exit (int); using std::exit;' \
3786 'extern "C" void exit (int) throw ();' \
3787 'extern "C" void exit (int);' \
3790 cat >conftest.
$ac_ext <<_ACEOF
3793 cat confdefs.h
>>conftest.
$ac_ext
3794 cat >>conftest.
$ac_ext <<_ACEOF
3795 /* end confdefs.h. */
3806 rm -f conftest.
$ac_objext
3807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3808 (eval $ac_compile) 2>conftest.er1
3810 grep -v '^ *+' conftest.er1
>conftest.err
3812 cat conftest.err
>&5
3813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3814 (exit $ac_status); } &&
3815 { ac_try
='test -z "$ac_c_werror_flag"
3816 || test ! -s conftest.err'
3817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); }; } &&
3822 { ac_try
='test -s conftest.$ac_objext'
3823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); }; }; then
3830 echo "$as_me: failed program was:" >&5
3831 sed 's/^/| /' conftest.
$ac_ext >&5
3835 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3836 cat >conftest.
$ac_ext <<_ACEOF
3839 cat confdefs.h
>>conftest.
$ac_ext
3840 cat >>conftest.
$ac_ext <<_ACEOF
3841 /* end confdefs.h. */
3851 rm -f conftest.
$ac_objext
3852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3853 (eval $ac_compile) 2>conftest.er1
3855 grep -v '^ *+' conftest.er1
>conftest.err
3857 cat conftest.err
>&5
3858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3859 (exit $ac_status); } &&
3860 { ac_try
='test -z "$ac_c_werror_flag"
3861 || test ! -s conftest.err'
3862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 (exit $ac_status); }; } &&
3867 { ac_try
='test -s conftest.$ac_objext'
3868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3872 (exit $ac_status); }; }; then
3875 echo "$as_me: failed program was:" >&5
3876 sed 's/^/| /' conftest.
$ac_ext >&5
3879 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3882 if test -n "$ac_declaration"; then
3883 echo '#ifdef __cplusplus' >>confdefs.h
3884 echo $ac_declaration >>confdefs.h
3885 echo '#endif' >>confdefs.h
3889 echo "$as_me: failed program was:" >&5
3890 sed 's/^/| /' conftest.
$ac_ext >&5
3893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3895 ac_cpp
='$CPP $CPPFLAGS'
3896 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3897 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3898 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3901 ac_cpp
='$CXXCPP $CPPFLAGS'
3902 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3903 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3904 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3905 if test -n "$ac_tool_prefix"; then
3906 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3908 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3909 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3910 echo "$as_me:$LINENO: checking for $ac_word" >&5
3911 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3912 if test "${ac_cv_prog_CXX+set}" = set; then
3913 echo $ECHO_N "(cached) $ECHO_C" >&6
3915 if test -n "$CXX"; then
3916 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3922 test -z "$as_dir" && as_dir
=.
3923 for ac_exec_ext
in '' $ac_executable_extensions; do
3924 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3925 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3926 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 if test -n "$CXX"; then
3936 echo "$as_me:$LINENO: result: $CXX" >&5
3937 echo "${ECHO_T}$CXX" >&6
3939 echo "$as_me:$LINENO: result: no" >&5
3940 echo "${ECHO_T}no" >&6
3943 test -n "$CXX" && break
3946 if test -z "$CXX"; then
3948 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3950 # Extract the first word of "$ac_prog", so it can be a program name with args.
3951 set dummy
$ac_prog; ac_word
=$2
3952 echo "$as_me:$LINENO: checking for $ac_word" >&5
3953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3954 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3955 echo $ECHO_N "(cached) $ECHO_C" >&6
3957 if test -n "$ac_ct_CXX"; then
3958 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3964 test -z "$as_dir" && as_dir
=.
3965 for ac_exec_ext
in '' $ac_executable_extensions; do
3966 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3967 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3977 if test -n "$ac_ct_CXX"; then
3978 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3979 echo "${ECHO_T}$ac_ct_CXX" >&6
3981 echo "$as_me:$LINENO: result: no" >&5
3982 echo "${ECHO_T}no" >&6
3985 test -n "$ac_ct_CXX" && break
3987 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3993 # Provide some information about the compiler.
3994 echo "$as_me:$LINENO:" \
3995 "checking for C++ compiler version" >&5
3996 ac_compiler
=`set X $ac_compile; echo $2`
3997 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3998 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4001 (exit $ac_status); }
4002 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4003 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4006 (exit $ac_status); }
4007 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4008 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011 (exit $ac_status); }
4013 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4014 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
4015 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4016 echo $ECHO_N "(cached) $ECHO_C" >&6
4018 cat >conftest.
$ac_ext <<_ACEOF
4021 cat confdefs.h
>>conftest.
$ac_ext
4022 cat >>conftest.
$ac_ext <<_ACEOF
4023 /* end confdefs.h. */
4036 rm -f conftest.
$ac_objext
4037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4038 (eval $ac_compile) 2>conftest.er1
4040 grep -v '^ *+' conftest.er1
>conftest.err
4042 cat conftest.err
>&5
4043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); } &&
4045 { ac_try
='test -z "$ac_cxx_werror_flag"
4046 || test ! -s conftest.err'
4047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); }; } &&
4052 { ac_try
='test -s conftest.$ac_objext'
4053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4057 (exit $ac_status); }; }; then
4060 echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.
$ac_ext >&5
4065 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4066 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4069 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4070 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4071 GXX
=`test $ac_compiler_gnu = yes && echo yes`
4072 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4073 ac_save_CXXFLAGS
=$CXXFLAGS
4075 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4076 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4077 if test "${ac_cv_prog_cxx_g+set}" = set; then
4078 echo $ECHO_N "(cached) $ECHO_C" >&6
4080 cat >conftest.
$ac_ext <<_ACEOF
4083 cat confdefs.h
>>conftest.
$ac_ext
4084 cat >>conftest.
$ac_ext <<_ACEOF
4085 /* end confdefs.h. */
4095 rm -f conftest.
$ac_objext
4096 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4097 (eval $ac_compile) 2>conftest.er1
4099 grep -v '^ *+' conftest.er1
>conftest.err
4101 cat conftest.err
>&5
4102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4103 (exit $ac_status); } &&
4104 { ac_try
='test -z "$ac_cxx_werror_flag"
4105 || test ! -s conftest.err'
4106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4110 (exit $ac_status); }; } &&
4111 { ac_try
='test -s conftest.$ac_objext'
4112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); }; }; then
4117 ac_cv_prog_cxx_g
=yes
4119 echo "$as_me: failed program was:" >&5
4120 sed 's/^/| /' conftest.
$ac_ext >&5
4124 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4126 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4127 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4128 if test "$ac_test_CXXFLAGS" = set; then
4129 CXXFLAGS
=$ac_save_CXXFLAGS
4130 elif test $ac_cv_prog_cxx_g = yes; then
4131 if test "$GXX" = yes; then
4137 if test "$GXX" = yes; then
4143 for ac_declaration
in \
4145 'extern "C" void std::exit (int) throw (); using std::exit;' \
4146 'extern "C" void std::exit (int); using std::exit;' \
4147 'extern "C" void exit (int) throw ();' \
4148 'extern "C" void exit (int);' \
4151 cat >conftest.
$ac_ext <<_ACEOF
4154 cat confdefs.h
>>conftest.
$ac_ext
4155 cat >>conftest.
$ac_ext <<_ACEOF
4156 /* end confdefs.h. */
4167 rm -f conftest.
$ac_objext
4168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4169 (eval $ac_compile) 2>conftest.er1
4171 grep -v '^ *+' conftest.er1
>conftest.err
4173 cat conftest.err
>&5
4174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4175 (exit $ac_status); } &&
4176 { ac_try
='test -z "$ac_cxx_werror_flag"
4177 || test ! -s conftest.err'
4178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182 (exit $ac_status); }; } &&
4183 { ac_try
='test -s conftest.$ac_objext'
4184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4188 (exit $ac_status); }; }; then
4191 echo "$as_me: failed program was:" >&5
4192 sed 's/^/| /' conftest.
$ac_ext >&5
4196 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4197 cat >conftest.
$ac_ext <<_ACEOF
4200 cat confdefs.h
>>conftest.
$ac_ext
4201 cat >>conftest.
$ac_ext <<_ACEOF
4202 /* end confdefs.h. */
4212 rm -f conftest.
$ac_objext
4213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4214 (eval $ac_compile) 2>conftest.er1
4216 grep -v '^ *+' conftest.er1
>conftest.err
4218 cat conftest.err
>&5
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220 (exit $ac_status); } &&
4221 { ac_try
='test -z "$ac_cxx_werror_flag"
4222 || test ! -s conftest.err'
4223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4227 (exit $ac_status); }; } &&
4228 { ac_try
='test -s conftest.$ac_objext'
4229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4233 (exit $ac_status); }; }; then
4236 echo "$as_me: failed program was:" >&5
4237 sed 's/^/| /' conftest.
$ac_ext >&5
4240 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4243 if test -n "$ac_declaration"; then
4244 echo '#ifdef __cplusplus' >>confdefs.h
4245 echo $ac_declaration >>confdefs.h
4246 echo '#endif' >>confdefs.h
4250 ac_cpp
='$CPP $CPPFLAGS'
4251 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4252 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4253 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4256 # We must set the default linker to the linker used by gcc for the correct
4257 # operation of libtool. If LD is not defined and we are using gcc, try to
4258 # set the LD default to the ld used by gcc.
4259 if test -z "$LD"; then
4260 if test "$GCC" = yes; then
4263 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4265 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4267 case $gcc_prog_ld in
4268 # Accept absolute paths.
4269 [\\/]* |
[A-Za-z
]:[\\/]*)
4270 LD
="$gcc_prog_ld" ;;
4278 if test -n "$ac_tool_prefix"; then
4279 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4280 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4281 echo "$as_me:$LINENO: checking for $ac_word" >&5
4282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4283 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4284 echo $ECHO_N "(cached) $ECHO_C" >&6
4286 if test -n "$GNATBIND"; then
4287 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4293 test -z "$as_dir" && as_dir
=.
4294 for ac_exec_ext
in '' $ac_executable_extensions; do
4295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4296 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4305 GNATBIND
=$ac_cv_prog_GNATBIND
4306 if test -n "$GNATBIND"; then
4307 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4308 echo "${ECHO_T}$GNATBIND" >&6
4310 echo "$as_me:$LINENO: result: no" >&5
4311 echo "${ECHO_T}no" >&6
4315 if test -z "$ac_cv_prog_GNATBIND"; then
4316 ac_ct_GNATBIND
=$GNATBIND
4317 # Extract the first word of "gnatbind", so it can be a program name with args.
4318 set dummy gnatbind
; ac_word
=$2
4319 echo "$as_me:$LINENO: checking for $ac_word" >&5
4320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4321 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4322 echo $ECHO_N "(cached) $ECHO_C" >&6
4324 if test -n "$ac_ct_GNATBIND"; then
4325 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4327 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4331 test -z "$as_dir" && as_dir
=.
4332 for ac_exec_ext
in '' $ac_executable_extensions; do
4333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4334 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4341 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4344 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4345 if test -n "$ac_ct_GNATBIND"; then
4346 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4347 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4349 echo "$as_me:$LINENO: result: no" >&5
4350 echo "${ECHO_T}no" >&6
4353 GNATBIND
=$ac_ct_GNATBIND
4355 GNATBIND
="$ac_cv_prog_GNATBIND"
4358 if test -n "$ac_tool_prefix"; then
4359 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4360 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4361 echo "$as_me:$LINENO: checking for $ac_word" >&5
4362 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4363 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4364 echo $ECHO_N "(cached) $ECHO_C" >&6
4366 if test -n "$GNATMAKE"; then
4367 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4369 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4373 test -z "$as_dir" && as_dir
=.
4374 for ac_exec_ext
in '' $ac_executable_extensions; do
4375 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4376 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4377 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4385 GNATMAKE
=$ac_cv_prog_GNATMAKE
4386 if test -n "$GNATMAKE"; then
4387 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4388 echo "${ECHO_T}$GNATMAKE" >&6
4390 echo "$as_me:$LINENO: result: no" >&5
4391 echo "${ECHO_T}no" >&6
4395 if test -z "$ac_cv_prog_GNATMAKE"; then
4396 ac_ct_GNATMAKE
=$GNATMAKE
4397 # Extract the first word of "gnatmake", so it can be a program name with args.
4398 set dummy gnatmake
; ac_word
=$2
4399 echo "$as_me:$LINENO: checking for $ac_word" >&5
4400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4401 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4402 echo $ECHO_N "(cached) $ECHO_C" >&6
4404 if test -n "$ac_ct_GNATMAKE"; then
4405 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4411 test -z "$as_dir" && as_dir
=.
4412 for ac_exec_ext
in '' $ac_executable_extensions; do
4413 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4414 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4421 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4424 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4425 if test -n "$ac_ct_GNATMAKE"; then
4426 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4427 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4429 echo "$as_me:$LINENO: result: no" >&5
4430 echo "${ECHO_T}no" >&6
4433 GNATMAKE
=$ac_ct_GNATMAKE
4435 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4438 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4439 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4440 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4441 echo $ECHO_N "(cached) $ECHO_C" >&6
4443 cat >conftest.adb
<<EOF
4444 procedure conftest is begin null; end conftest;
4446 acx_cv_cc_gcc_supports_ada
=no
4447 # There is a bug in old released versions of GCC which causes the
4448 # driver to exit successfully when the appropriate language module
4449 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4450 # Therefore we must check for the error message as well as an
4451 # unsuccessful exit.
4452 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4453 # given a .adb file, but produce no object file. So we must check
4454 # if an object file was really produced to guard against this.
4455 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4456 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4457 acx_cv_cc_gcc_supports_ada
=yes
4461 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4462 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4464 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4470 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4471 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4472 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4473 echo $ECHO_N "(cached) $ECHO_C" >&6
4477 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4478 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4479 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4482 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4485 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4486 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4489 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4495 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4496 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4497 do_compare
="$gcc_cv_prog_cmp_skip"
4501 # Check for GMP and MPFR
4502 gmplibs
="-lmpfr -lgmp"
4506 # Specify a location for mpfr
4507 # check for this first so it ends up on the link line before gmp.
4509 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4510 if test "${with_mpfr_dir+set}" = set; then
4511 withval
="$with_mpfr_dir"
4512 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4513 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4514 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4515 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4516 { (exit 1); exit 1; }; }
4520 # Check whether --with-mpfr or --without-mpfr was given.
4521 if test "${with_mpfr+set}" = set; then
4522 withval
="$with_mpfr"
4526 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4527 if test "${with_mpfr_include+set}" = set; then
4528 withval
="$with_mpfr_include"
4532 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4533 if test "${with_mpfr_lib+set}" = set; then
4534 withval
="$with_mpfr_lib"
4538 if test "x$with_mpfr" != x
; then
4539 gmplibs
="-L$with_mpfr/lib $gmplibs"
4540 gmpinc
="-I$with_mpfr/include"
4542 if test "x$with_mpfr_include" != x
; then
4543 gmpinc
="-I$with_mpfr_include"
4545 if test "x$with_mpfr_lib" != x
; then
4546 gmplibs
="-L$with_mpfr_lib $gmplibs"
4548 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4549 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4550 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4551 # Do not test the mpfr version. Assume that it is sufficient, since
4552 # it is in the source tree, and the library has not been built yet
4553 # but it would be included on the link line in the version check below
4554 # hence making the test fail.
4558 # Specify a location for gmp
4560 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4561 if test "${with_gmp_dir+set}" = set; then
4562 withval
="$with_gmp_dir"
4563 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4564 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4565 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4566 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4567 { (exit 1); exit 1; }; }
4571 # Check whether --with-gmp or --without-gmp was given.
4572 if test "${with_gmp+set}" = set; then
4577 # Check whether --with-gmp_include or --without-gmp_include was given.
4578 if test "${with_gmp_include+set}" = set; then
4579 withval
="$with_gmp_include"
4583 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4584 if test "${with_gmp_lib+set}" = set; then
4585 withval
="$with_gmp_lib"
4590 if test "x$with_gmp" != x
; then
4591 gmplibs
="-L$with_gmp/lib $gmplibs"
4592 gmpinc
="-I$with_gmp/include $gmpinc"
4594 if test "x$with_gmp_include" != x
; then
4595 gmpinc
="-I$with_gmp_include $gmpinc"
4597 if test "x$with_gmp_lib" != x
; then
4598 gmplibs
="-L$with_gmp_lib $gmplibs"
4600 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4601 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4602 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4603 extra_mpfr_configure_flags
='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
4604 # Do not test the gmp version. Assume that it is sufficient, since
4605 # it is in the source tree, and the library has not been built yet
4606 # but it would be included on the link line in the version check below
4607 # hence making the test fail.
4611 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4613 saved_CFLAGS
="$CFLAGS"
4614 CFLAGS
="$CFLAGS $gmpinc"
4615 # Check GMP actually works
4616 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4617 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4619 cat >conftest.
$ac_ext <<_ACEOF
4622 cat confdefs.h
>>conftest.
$ac_ext
4623 cat >>conftest.
$ac_ext <<_ACEOF
4624 /* end confdefs.h. */
4630 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 2)
4638 rm -f conftest.
$ac_objext
4639 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4640 (eval $ac_compile) 2>conftest.er1
4642 grep -v '^ *+' conftest.er1
>conftest.err
4644 cat conftest.err
>&5
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); } &&
4647 { ac_try
='test -z "$ac_c_werror_flag"
4648 || test ! -s conftest.err'
4649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); }; } &&
4654 { ac_try
='test -s conftest.$ac_objext'
4655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4659 (exit $ac_status); }; }; then
4660 echo "$as_me:$LINENO: result: yes" >&5
4661 echo "${ECHO_T}yes" >&6
4663 echo "$as_me: failed program was:" >&5
4664 sed 's/^/| /' conftest.
$ac_ext >&5
4666 echo "$as_me:$LINENO: result: no" >&5
4667 echo "${ECHO_T}no" >&6; have_gmp
=no
4669 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4671 if test x
"$have_gmp" = xyes
; then
4673 LIBS
="$LIBS $gmplibs"
4674 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4675 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4676 cat >conftest.
$ac_ext <<_ACEOF
4679 cat confdefs.h
>>conftest.
$ac_ext
4680 cat >>conftest.
$ac_ext <<_ACEOF
4681 /* end confdefs.h. */
4688 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4696 mpfr_atan2 (n, n, x, GMP_RNDN);
4697 mpfr_erfc (n, x, GMP_RNDN);
4698 mpfr_subnormalize (x, t, GMP_RNDN);
4704 rm -f conftest.
$ac_objext conftest
$ac_exeext
4705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4706 (eval $ac_link) 2>conftest.er1
4708 grep -v '^ *+' conftest.er1
>conftest.err
4710 cat conftest.err
>&5
4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4712 (exit $ac_status); } &&
4713 { ac_try
='test -z "$ac_c_werror_flag"
4714 || test ! -s conftest.err'
4715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4719 (exit $ac_status); }; } &&
4720 { ac_try
='test -s conftest$ac_exeext'
4721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4725 (exit $ac_status); }; }; then
4726 cat >conftest.
$ac_ext <<_ACEOF
4729 cat confdefs.h
>>conftest.
$ac_ext
4730 cat >>conftest.
$ac_ext <<_ACEOF
4731 /* end confdefs.h. */
4738 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
4741 mpfr_t n; mpfr_init(n);
4747 rm -f conftest.
$ac_objext conftest
$ac_exeext
4748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4749 (eval $ac_link) 2>conftest.er1
4751 grep -v '^ *+' conftest.er1
>conftest.err
4753 cat conftest.err
>&5
4754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4755 (exit $ac_status); } &&
4756 { ac_try
='test -z "$ac_c_werror_flag"
4757 || test ! -s conftest.err'
4758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762 (exit $ac_status); }; } &&
4763 { ac_try
='test -s conftest$ac_exeext'
4764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4768 (exit $ac_status); }; }; then
4769 echo "$as_me:$LINENO: result: yes" >&5
4770 echo "${ECHO_T}yes" >&6
4772 echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.
$ac_ext >&5
4775 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4776 echo "${ECHO_T}buggy but acceptable" >&6
4778 rm -f conftest.err conftest.
$ac_objext \
4779 conftest
$ac_exeext conftest.
$ac_ext
4781 echo "$as_me: failed program was:" >&5
4782 sed 's/^/| /' conftest.
$ac_ext >&5
4784 echo "$as_me:$LINENO: result: no" >&5
4785 echo "${ECHO_T}no" >&6; have_gmp
=no
4787 rm -f conftest.err conftest.
$ac_objext \
4788 conftest
$ac_exeext conftest.
$ac_ext
4791 CFLAGS
="$saved_CFLAGS"
4793 if test x
$have_gmp != xyes
; then
4794 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
4795 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4796 Copies of these libraries' source code can be found at their respective
4797 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4798 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4799 If you obtained GMP and/or MPFR from a vendor distribution package, make
4800 sure that you have installed both the libraries and the header files.
4801 They may be located in separate packages." >&5
4802 echo "$as_me: error: Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
4803 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4804 Copies of these libraries' source code can be found at their respective
4805 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4806 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4807 If you obtained GMP and/or MPFR from a vendor distribution package, make
4808 sure that you have installed both the libraries and the header files.
4809 They may be located in separate packages." >&2;}
4810 { (exit 1); exit 1; }; }
4814 # Flags needed for both GMP and/or MPFR
4819 # Allow host libstdc++ to be specified for static linking with PPL.
4821 # Check whether --with-host-libstdcxx or --without-host-libstdcxx was given.
4822 if test "${with_host_libstdcxx+set}" = set; then
4823 withval
="$with_host_libstdcxx"
4827 case $with_host_libstdcxx in
4829 { { echo "$as_me:$LINENO: error: -with-host-libstdcxx needs an argument" >&5
4830 echo "$as_me: error: -with-host-libstdcxx needs an argument" >&2;}
4831 { (exit 1); exit 1; }; }
4837 ppl_minor_version
=10
4838 ppllibs
=" -lppl_c -lppl -lgmpxx $with_host_libstdcxx "
4842 # Check whether --with-ppl or --without-ppl was given.
4843 if test "${with_ppl+set}" = set; then
4848 # Check whether --with-ppl_include or --without-ppl_include was given.
4849 if test "${with_ppl_include+set}" = set; then
4850 withval
="$with_ppl_include"
4854 # Check whether --with-ppl_lib or --without-ppl_lib was given.
4855 if test "${with_ppl_lib+set}" = set; then
4856 withval
="$with_ppl_lib"
4865 ppllibs
="-L$with_ppl/lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4866 pplinc
="-I$with_ppl/include $pplinc"
4867 LIBS
="$ppllibs $LIBS"
4870 if test "x$with_ppl_include" != x
; then
4871 pplinc
="-I$with_ppl_include $pplinc"
4873 if test "x$with_ppl_lib" != x
; then
4874 ppllibs
="-L$with_ppl_lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4875 LIBS
="$ppllibs $LIBS"
4877 if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x
&& test -d ${srcdir}/ppl
; then
4878 ppllibs
='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '"$with_host_libstdcxx "
4879 pplinc
='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
4880 LIBS
="$ppllibs $LIBS"
4883 # Check whether --enable-ppl-version-check or --disable-ppl-version-check was given.
4884 if test "${enable_ppl_version_check+set}" = set; then
4885 enableval
="$enable_ppl_version_check"
4886 ENABLE_PPL_CHECK
=$enableval
4888 ENABLE_PPL_CHECK
=yes
4891 if test "${ENABLE_PPL_CHECK}" = "yes"; then
4892 saved_CFLAGS
="$CFLAGS"
4893 CFLAGS
="$CFLAGS $pplinc $gmpinc"
4894 echo "$as_me:$LINENO: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
4895 echo $ECHO_N "checking for version $ppl_major_version.$ppl_minor_version of PPL... $ECHO_C" >&6
4896 cat >conftest.
$ac_ext <<_ACEOF
4899 cat confdefs.h
>>conftest.
$ac_ext
4900 cat >>conftest.
$ac_ext <<_ACEOF
4901 /* end confdefs.h. */
4907 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
4915 rm -f conftest.
$ac_objext
4916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4917 (eval $ac_compile) 2>conftest.er1
4919 grep -v '^ *+' conftest.er1
>conftest.err
4921 cat conftest.err
>&5
4922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4923 (exit $ac_status); } &&
4924 { ac_try
='test -z "$ac_c_werror_flag"
4925 || test ! -s conftest.err'
4926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4930 (exit $ac_status); }; } &&
4931 { ac_try
='test -s conftest.$ac_objext'
4932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); }; }; then
4937 echo "$as_me:$LINENO: result: yes" >&5
4938 echo "${ECHO_T}yes" >&6
4940 echo "$as_me: failed program was:" >&5
4941 sed 's/^/| /' conftest.
$ac_ext >&5
4943 echo "$as_me:$LINENO: result: no" >&5
4944 echo "${ECHO_T}no" >&6; ppllibs
= ; pplinc
=
4946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4947 CFLAGS
="$saved_CFLAGS"
4950 # Flags needed for PPL
4956 clooglibs
=" -lcloog "
4957 clooginc
=" -DCLOOG_PPL_BACKEND "
4960 # Check whether --with-cloog or --without-cloog was given.
4961 if test "${with_cloog+set}" = set; then
4962 withval
="$with_cloog"
4966 # Check whether --with-cloog_include or --without-cloog_include was given.
4967 if test "${with_cloog_include+set}" = set; then
4968 withval
="$with_cloog_include"
4972 # Check whether --with-cloog_lib or --without-cloog_lib was given.
4973 if test "${with_cloog_lib+set}" = set; then
4974 withval
="$with_cloog_lib"
4984 clooglibs
="-L$with_cloog/lib -lcloog"
4985 clooginc
="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
4986 LIBS
="$clooglibs $LIBS"
4989 if test "x$with_cloog_include" != x
; then
4990 clooginc
="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
4992 if test "x$with_cloog_lib" != x
; then
4993 clooglibs
="-L$with_cloog_lib -lcloog"
4994 LIBS
="$clooglibs $LIBS"
4996 if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x
&& test -d ${srcdir}/cloog
; then
4997 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
4998 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
4999 LIBS
="$clooglibs $LIBS"
5002 # Check whether --enable-cloog-version-check or --disable-cloog-version-check was given.
5003 if test "${enable_cloog_version_check+set}" = set; then
5004 enableval
="$enable_cloog_version_check"
5005 ENABLE_CLOOG_CHECK
=$enableval
5007 ENABLE_CLOOG_CHECK
=yes
5010 if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5011 saved_CFLAGS
="$CFLAGS"
5012 CFLAGS
="$CFLAGS $clooginc $gmpinc $pplinc"
5013 echo "$as_me:$LINENO: checking for correct version of CLooG" >&5
5014 echo $ECHO_N "checking for correct version of CLooG... $ECHO_C" >&6
5015 cat >conftest.
$ac_ext <<_ACEOF
5018 cat confdefs.h
>>conftest.
$ac_ext
5019 cat >>conftest.
$ac_ext <<_ACEOF
5020 /* end confdefs.h. */
5021 #include "cloog/cloog.h"
5026 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5034 rm -f conftest.
$ac_objext
5035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5036 (eval $ac_compile) 2>conftest.er1
5038 grep -v '^ *+' conftest.er1
>conftest.err
5040 cat conftest.err
>&5
5041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5042 (exit $ac_status); } &&
5043 { ac_try
='test -z "$ac_c_werror_flag"
5044 || test ! -s conftest.err'
5045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5049 (exit $ac_status); }; } &&
5050 { ac_try
='test -s conftest.$ac_objext'
5051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5055 (exit $ac_status); }; }; then
5056 echo "$as_me:$LINENO: result: yes" >&5
5057 echo "${ECHO_T}yes" >&6
5059 echo "$as_me: failed program was:" >&5
5060 sed 's/^/| /' conftest.
$ac_ext >&5
5062 echo "$as_me:$LINENO: result: no" >&5
5063 echo "${ECHO_T}no" >&6; clooglibs
= ; clooginc
=
5065 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5066 CFLAGS
="$saved_CFLAGS"
5069 # Flags needed for CLOOG
5074 # By default, C is the only stage 1 language.
5075 stage1_languages
=,c
,
5077 # Figure out what language subdirectories are present.
5078 # Look if the user specified --enable-languages="..."; if not, use
5079 # the environment variable $LANGUAGES if defined. $LANGUAGES might
5081 # NB: embedded tabs in this IF block -- do not untabify
5082 if test -d ${srcdir}/gcc
; then
5083 if test x
"${enable_languages+set}" != xset
; then
5084 if test x
"${LANGUAGES+set}" = xset
; then
5085 enable_languages
="${LANGUAGES}"
5086 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
5088 enable_languages
=all
5091 if test x
"${enable_languages}" = x ||
5092 test x
"${enable_languages}" = xyes
;
5094 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
5098 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5100 # 'f95' is the old name for the 'fortran' language. We issue a warning
5101 # and make the substitution.
5102 case ,${enable_languages}, in
5104 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
5105 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5109 # First scan to see if an enabled language requires some other language.
5110 # We assume that a given config-lang.in will list all the language
5111 # front ends it requires, even if some are required indirectly.
5112 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5113 case ${lang_frag} in
5115 # The odd quoting in the next line works around
5116 # an apparent bug in bash 1.12 on linux.
5117 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5119 # From the config-lang.in, get $language, $lang_requires
5123 for other
in ${lang_requires} ; do
5124 case ,${enable_languages}, in
5128 echo " \`$other' language required by \`$language'; enabling" 1>&2
5129 enable_languages
="${enable_languages},${other}"
5137 new_enable_languages
=,c
,
5138 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
5139 potential_languages
=,c
,
5141 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5142 case ${lang_frag} in
5144 # The odd quoting in the next line works around
5145 # an apparent bug in bash 1.12 on linux.
5146 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5148 # From the config-lang.in, get $language, $target_libs,
5149 # $lang_dirs, $boot_language, and $build_by_default
5155 build_by_default
=yes
5157 if test x
${language} = x
; then
5158 echo "${lang_frag} doesn't set \$language." 1>&2
5162 case ,${enable_languages}, in
5164 # Language was explicitly selected; include it.
5168 # 'all' was selected, select it if it is a default language
5169 add_this_lang
=${build_by_default}
5176 # Disable languages that need other directories if these aren't available.
5177 for i
in $subdir_requires; do
5178 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5179 case ,${enable_languages}, in
5181 # Specifically requested language; tell them.
5182 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
5183 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
5184 { (exit 1); exit 1; }; }
5188 add_this_lang
=unsupported
5193 # Disable Ada if no preexisting GNAT is available.
5194 case ,${enable_languages},:${language}:${have_gnat} in
5195 *,${language},*:ada
:no
)
5196 # Specifically requested language; tell them.
5197 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
5198 echo "$as_me: error: GNAT is required to build $language" >&2;}
5199 { (exit 1); exit 1; }; }
5203 add_this_lang
=unsupported
5207 # Disable a language that is unsupported by the target.
5208 case " $unsupported_languages " in
5210 add_this_lang
=unsupported
5214 case $add_this_lang in
5216 # Remove language-dependent dirs.
5217 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5220 # Remove language-dependent dirs; still show language as supported.
5221 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5222 potential_languages
="${potential_languages}${language},"
5225 new_enable_languages
="${new_enable_languages}${language},"
5226 potential_languages
="${potential_languages}${language},"
5227 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
5228 case ${boot_language} in
5230 # Add to (comma-separated) list of stage 1 languages.
5231 stage1_languages
="${stage1_languages}${language},"
5240 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
5241 if test "${enable_stage1_languages+set}" = set; then
5242 enableval
="$enable_stage1_languages"
5243 case ,${enable_stage1_languages}, in
5245 # Set it to something that will have no effect in the loop below
5246 enable_stage1_languages
=c
;;
5248 enable_stage1_languages
=`echo $new_enable_languages | \
5249 sed -e "s/^,//" -e "s/,$//" ` ;;
5251 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
5252 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5255 # Add "good" languages from enable_stage1_languages to stage1_languages,
5256 # while "bad" languages go in missing_languages. Leave no duplicates.
5257 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5258 case $potential_languages in
5260 case $stage1_languages in
5262 *) stage1_languages
="$stage1_languages$i," ;;
5265 case $missing_languages in
5267 *) missing_languages
="$missing_languages$i," ;;
5273 # Remove leading/trailing commas that were added for simplicity
5274 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
5275 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
5276 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5277 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5279 if test "x$missing_languages" != x
; then
5280 { { echo "$as_me:$LINENO: error:
5281 The following requested languages could not be built: ${missing_languages}
5282 Supported languages are: ${potential_languages}" >&5
5283 echo "$as_me: error:
5284 The following requested languages could not be built: ${missing_languages}
5285 Supported languages are: ${potential_languages}" >&2;}
5286 { (exit 1); exit 1; }; }
5288 if test "x$new_enable_languages" != "x$enable_languages"; then
5289 echo The following languages will be built
: ${new_enable_languages}
5290 enable_languages
="$new_enable_languages"
5294 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5297 # Handle --disable-<component> generically.
5298 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5299 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5300 varname
=`echo $dirname | sed -e s/+/_/g`
5301 if eval test x\
${enable_${varname}} "=" xno
; then
5302 noconfigdirs
="$noconfigdirs $dir"
5306 # Check for Boehm's garbage collector
5307 # Check whether --enable-objc-gc or --disable-objc-gc was given.
5308 if test "${enable_objc_gc+set}" = set; then
5309 enableval
="$enable_objc_gc"
5310 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5311 *,objc
,*:*:yes:*target-boehm-gc
*)
5312 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
5313 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
5314 { (exit 1); exit 1; }; }
5319 # Make sure we only build Boehm's garbage collector if required.
5320 case ,${enable_languages},:${enable_objc_gc} in
5322 # Keep target-boehm-gc if requested for Objective-C.
5325 # Otherwise remove target-boehm-gc depending on target-libjava.
5326 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5327 noconfigdirs
="$noconfigdirs target-boehm-gc"
5332 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5333 # $build_configdirs and $target_configdirs.
5334 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5337 for dir
in .
$skipdirs $noconfigdirs ; do
5338 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5339 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5340 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5341 if test -r $srcdir/$dirname/configure
; then
5342 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5345 notsupp
="$notsupp $dir"
5349 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5350 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5351 if test -r $srcdir/$dirname/configure
; then
5352 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5355 notsupp
="$notsupp $dir"
5359 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5360 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5361 if test -r $srcdir/$dirname/configure
; then
5362 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5365 notsupp
="$notsupp $dir"
5371 # Sometimes the tools are distributed with libiberty but with no other
5372 # libraries. In that case, we don't want to build target-libiberty.
5373 # Don't let libgcc imply libiberty either.
5374 if test -n "${target_configdirs}" ; then
5377 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5378 if test "$i" = "libgcc"; then
5379 libgcc
=target-libgcc
5380 elif test "$i" != "libiberty" ; then
5381 if test -r $srcdir/$i/configure
; then
5387 if test -z "${others}" ; then
5388 target_configdirs
=$libgcc
5392 # Quietly strip out all directories which aren't configurable in this tree.
5393 # This relies on all configurable subdirectories being autoconfiscated, which
5395 build_configdirs_all
="$build_configdirs"
5397 for i
in ${build_configdirs_all} ; do
5398 j
=`echo $i | sed -e s/build-//g`
5399 if test -f ${srcdir}/$j/configure
; then
5400 build_configdirs
="${build_configdirs} $i"
5404 configdirs_all
="$configdirs"
5406 for i
in ${configdirs_all} ; do
5407 if test -f ${srcdir}/$i/configure
; then
5408 configdirs
="${configdirs} $i"
5412 target_configdirs_all
="$target_configdirs"
5414 for i
in ${target_configdirs_all} ; do
5415 j
=`echo $i | sed -e s/target-//g`
5416 if test -f ${srcdir}/$j/configure
; then
5417 target_configdirs
="${target_configdirs} $i"
5421 # Produce a warning message for the subdirs we can't configure.
5422 # This isn't especially interesting in the Cygnus tree, but in the individual
5423 # FSF releases, it's important to let people know when their machine isn't
5424 # supported by the one or two programs in a package.
5426 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5427 # If $appdirs is non-empty, at least one of those directories must still
5428 # be configured, or we error out. (E.g., if the gas release supports a
5429 # specified target in some subdirs but not the gas subdir, we shouldn't
5430 # pretend that all is well.)
5431 if test -n "$appdirs" ; then
5432 for dir
in $appdirs ; do
5433 if test -r $dir/Makefile.
in ; then
5434 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5438 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5444 if test -n "$appdirs" ; then
5445 echo "*** This configuration is not supported by this package." 1>&2
5449 # Okay, some application will build, or we don't care to check. Still
5450 # notify of subdirs not getting built.
5451 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5452 echo " ${notsupp}" 1>&2
5453 echo " (Any other directories should still work fine.)" 1>&2
5461 # To find our prefix, in gcc_cv_tool_prefix.
5463 # The user is always right.
5464 if test "${PATH_SEPARATOR+set}" != set; then
5465 echo "#! /bin/sh" >conf$$.sh
5466 echo "exit 0" >>conf$$.sh
5468 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5478 if test "x$exec_prefix" = xNONE
; then
5479 if test "x$prefix" = xNONE
; then
5480 gcc_cv_tool_prefix
=$ac_default_prefix
5482 gcc_cv_tool_prefix
=$prefix
5485 gcc_cv_tool_prefix
=$exec_prefix
5488 # If there is no compiler in the tree, use the PATH only. In any
5489 # case, if there is no compiler in the tree nobody should use
5490 # AS_FOR_TARGET and LD_FOR_TARGET.
5491 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5492 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5493 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5494 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5495 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5496 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5497 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5498 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5503 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5504 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5512 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5513 if test "${with_build_sysroot+set}" = set; then
5514 withval
="$with_build_sysroot"
5515 if test x
"$withval" != x
; then
5516 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5519 SYSROOT_CFLAGS_FOR_TARGET
=
5524 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5525 if test "${with_debug_prefix_map+set}" = set; then
5526 withval
="$with_debug_prefix_map"
5527 if test x
"$withval" != x
; then
5528 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5529 for debug_map
in $withval; do
5530 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5534 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5538 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5539 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5540 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5541 # We want to ensure that TARGET libraries (which we know are built with
5542 # gcc) are built with "-O2 -g", so include those options when setting
5543 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5544 if test "x$CFLAGS_FOR_TARGET" = x
; then
5545 CFLAGS_FOR_TARGET
=$CFLAGS
5548 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5551 *" -g "* |
*" -g3 "*) ;;
5552 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5557 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5558 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5559 case " $CXXFLAGS " in
5561 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5563 case " $CXXFLAGS " in
5564 *" -g "* |
*" -g3 "*) ;;
5565 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5570 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5571 # the named directory are copied to $(tooldir)/sys-include.
5572 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5573 if test x
${is_cross_compiler} = xno
; then
5574 echo 1>&2 '***' --with-headers is only supported when cross compiling
5577 if test x
"${with_headers}" != xyes
; then
5578 x
=${gcc_cv_tool_prefix}
5579 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5583 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5584 # the name directories are copied to $(tooldir)/lib. Multiple directories
5586 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5587 if test x
${is_cross_compiler} = xno
; then
5588 echo 1>&2 '***' --with-libs is only supported when cross compiling
5591 if test x
"${with_libs}" != xyes
; then
5592 # Copy the libraries in reverse order, so that files in the first named
5593 # library override files in subsequent libraries.
5594 x
=${gcc_cv_tool_prefix}
5595 for l
in ${with_libs}; do
5596 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5601 # Set with_gnu_as and with_gnu_ld as appropriate.
5603 # This is done by determining whether or not the appropriate directory
5604 # is available, and by checking whether or not specific configurations
5605 # have requested that this magic not happen.
5607 # The command line options always override the explicit settings in
5608 # configure.in, and the settings in configure.in override this magic.
5610 # If the default for a toolchain is to use GNU as and ld, and you don't
5611 # want to do that, then you should use the --without-gnu-as and
5612 # --without-gnu-ld options for the configure script.
5614 if test x
${use_gnu_as} = x
&&
5615 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5617 extra_host_args
="$extra_host_args --with-gnu-as"
5620 if test x
${use_gnu_ld} = x
&&
5621 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5623 extra_host_args
="$extra_host_args --with-gnu-ld"
5626 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5627 # can detect this case.
5629 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5631 extra_host_args
="$extra_host_args --with-newlib"
5634 # Handle ${copy_dirs}
5635 set fnord
${copy_dirs}
5637 while test $# != 0 ; do
5638 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5641 echo Copying
$1 to
$2
5643 # Use the install script to create the directory and all required
5644 # parent directories.
5645 if test -d $2 ; then
5649 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5652 # Copy the directory, assuming we have tar.
5653 # FIXME: Should we use B in the second tar? Not all systems support it.
5654 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5656 # It is the responsibility of the user to correctly adjust all
5657 # symlinks. If somebody can figure out how to handle them correctly
5658 # here, feel free to add the code.
5665 # Determine a target-dependent exec_prefix that the installed
5666 # gcc will search in. Keep this list sorted by triplet, with
5667 # the *-*-osname triplets last.
5671 md_exec_prefix
=/gnu
/lib
/gcc-lib
5673 i
[34567]86-pc-msdosdjgpp*)
5674 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5676 i
[34567]86-*-sco3.2v5
*)
5677 if test $with_gnu_as = yes; then
5678 md_exec_prefix
=/usr
/gnu
/bin
5680 md_exec_prefix
=/usr
/ccs
/bin
/elf
5685 powerpc-
*-chorusos* | \
5686 powerpc
*-*-eabi* | \
5687 powerpc
*-*-sysv* | \
5688 powerpc
*-*-kaos* | \
5690 md_exec_prefix
=/usr
/ccs
/bin
5695 md_exec_prefix
=/usr
/ccs
/bin
5710 md_exec_prefix
=/usr
/ccs
/bin
5714 extra_arflags_for_target
=
5715 extra_nmflags_for_target
=
5716 extra_ranlibflags_for_target
=
5717 target_makefile_frag
=/dev
/null
5720 target_makefile_frag
="config/mt-mep"
5723 target_makefile_frag
="config/mt-spu"
5726 target_makefile_frag
="config/mt-sde"
5728 mipsisa
*-*-elfoabi*)
5729 target_makefile_frag
="config/mt-mips-elfoabi"
5731 mips
*-*-*linux
* | mips
*-*-gnu*)
5732 target_makefile_frag
="config/mt-mips-gnu"
5735 target_makefile_frag
="config/mt-netware"
5737 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
5738 target_makefile_frag
="config/mt-gnu"
5740 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5741 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5742 # commands to handle both 32-bit and 64-bit objects. These flags are
5743 # harmless if we're using GNU nm or ar.
5744 extra_arflags_for_target
=" -X32_64"
5745 extra_nmflags_for_target
=" -B -X32_64"
5748 # ranlib from Darwin requires the -c flag to look at common symbols.
5749 extra_ranlibflags_for_target
=" -c"
5751 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5752 target_makefile_frag
="config/mt-wince"
5756 alphaieee_frag
=/dev
/null
5759 # This just makes sure to use the -mieee option to build target libs.
5760 # This should probably be set individually by each library.
5761 alphaieee_frag
="config/mt-alphaieee"
5765 # If --enable-target-optspace always use -Os instead of -O2 to build
5766 # the target libraries, similarly if it is not specified, use -Os
5767 # on selected platforms.
5768 ospace_frag
=/dev
/null
5769 case "${enable_target_optspace}:${target}" in
5771 ospace_frag
="config/mt-ospace"
5774 ospace_frag
="config/mt-d30v"
5776 :m32r-
* |
:d10v-
* |
:fr30-
*)
5777 ospace_frag
="config/mt-ospace"
5782 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5786 # Default to using --with-stabs for certain targets.
5787 if test x
${with_stabs} = x
; then
5791 mips
*-*-* | alpha
*-*-osf*)
5793 extra_host_args
="${extra_host_args} --with-stabs"
5798 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5799 # them automatically.
5802 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5806 # Some systems (e.g., one of the i386-aix systems the gas testers are
5807 # using) don't handle "\$" correctly, so don't use it here.
5808 tooldir
='${exec_prefix}'/${target_noncanonical}
5809 build_tooldir
=${tooldir}
5811 # Create a .gdbinit file which runs the one in srcdir
5812 # and tells GDB to look there for source files.
5814 if test -r ${srcdir}/.gdbinit
; then
5817 *) cat > .
/.gdbinit
<<EOF
5821 source ${srcdir}/.gdbinit
5827 # Make sure that the compiler is able to generate an executable. If it
5828 # can't, we are probably in trouble. We don't care whether we can run the
5829 # executable--we might be using a cross compiler--we only care whether it
5830 # can be created. At this point the main configure script has set CC.
5832 echo "int main () { return 0; }" > conftest.c
5833 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5834 if test $?
= 0 ; then
5835 if test -s conftest ||
test -s conftest.exe
; then
5841 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5842 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5849 # The Solaris /usr/ucb/cc compiler does not appear to work.
5851 sparc-sun-solaris2
*)
5852 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5853 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5855 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5856 if test -d /opt
/cygnus
/bin
; then
5857 if test "$could_use" = "" ; then
5858 could_use
="/opt/cygnus/bin"
5860 could_use
="$could_use or /opt/cygnus/bin"
5863 if test "$could_use" = "" ; then
5864 echo "Warning: compilation may fail because you're using"
5865 echo "/usr/ucb/cc. You should change your PATH or CC "
5866 echo "variable and rerun configure."
5868 echo "Warning: compilation may fail because you're using"
5869 echo "/usr/ucb/cc, when you should use the C compiler from"
5870 echo "$could_use. You should change your"
5871 echo "PATH or CC variable and rerun configure."
5877 # Decide which environment variable is used to find dynamic libraries.
5879 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5880 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5881 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
5882 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5885 # On systems where the dynamic library environment variable is PATH,
5886 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
5887 # built executables to PATH.
5888 if test "$RPATH_ENVVAR" = PATH
; then
5889 GCC_SHLIB_SUBDIR
=/shlib
5894 # Record target_configdirs and the configure arguments for target and
5895 # build configuration in Makefile.
5896 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5897 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5899 # Determine whether gdb needs tk/tcl or not.
5900 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5901 # and in that case we want gdb to be built without tk. Ugh!
5902 # In fact I believe gdb is the *only* package directly dependent on tk,
5903 # so we should be able to put the 'maybe's in unconditionally and
5904 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5905 # 100% sure that that's safe though.
5907 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5908 case "$enable_gdbtk" in
5912 GDB_TK
="${gdb_tk}" ;;
5914 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5915 # distro. Eventually someone will fix this and move Insight, nee
5916 # gdbtk to a separate directory.
5917 if test -d ${srcdir}/gdb
/gdbtk
; then
5924 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5925 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5927 # Strip out unwanted targets.
5929 # While at that, we remove Makefiles if we were started for recursive
5930 # configuration, so that the top-level Makefile reconfigures them,
5931 # like we used to do when configure itself was recursive.
5933 # Loop over modules. $extrasub must be used with care, limiting as
5934 # much as possible the usage of range addresses. That's because autoconf
5935 # splits the sed script to overcome limits in the number of commands,
5936 # and relying on carefully-timed sed passes may turn out to be very hard
5937 # to maintain later. In this particular case, you just have to be careful
5938 # not to nest @if/@endif pairs, because configure will not warn you at all.
5940 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5941 if test "${enable_bootstrap+set}" = set; then
5942 enableval
="$enable_bootstrap"
5945 enable_bootstrap
=default
5948 # Issue errors and warnings for invalid/strange bootstrap combinations.
5949 case "$configdirs" in
5950 *gcc
*) have_compiler
=yes ;;
5951 *) have_compiler
=no
;;
5954 case "$have_compiler:$host:$target:$enable_bootstrap" in
5957 # Default behavior. Enable bootstrap if we have a compiler
5958 # and we are in a native configuration.
5959 yes:$build:$build:default
)
5960 enable_bootstrap
=yes ;;
5963 enable_bootstrap
=no
;;
5965 # We have a compiler and we are in a native configuration, bootstrap is ok
5966 yes:$build:$build:yes)
5969 # Other configurations, but we have a compiler. Assume the user knows
5972 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5973 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5976 # No compiler: if they passed --enable-bootstrap explicitly, fail
5978 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5979 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5980 { (exit 1); exit 1; }; } ;;
5982 # Fail if wrong command line
5984 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5985 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5986 { (exit 1); exit 1; }; }
5990 # Adjust the toplevel makefile according to whether bootstrap was selected.
5991 case "$enable_bootstrap" in
5993 bootstrap_suffix
=bootstrap
;;
5995 bootstrap_suffix
=no-bootstrap
;;
5998 for module
in ${build_configdirs} ; do
5999 if test -z "${no_recursion}" \
6000 && test -f ${build_subdir}/${module}/Makefile
; then
6001 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6002 rm -f ${build_subdir}/${module}/Makefile
6005 /^@if build-$module\$/d
6006 /^@endif build-$module\$/d
6007 /^@if build-$module-$bootstrap_suffix\$/d
6008 /^@endif build-$module-$bootstrap_suffix\$/d"
6010 for module
in ${configdirs} ; do
6011 if test -z "${no_recursion}"; then
6012 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
6013 if test -f ${file}; then
6014 echo 1>&2 "*** removing ${file} to force reconfigure"
6021 /^@endif $module\$/d
6022 /^@if $module-$bootstrap_suffix\$/d
6023 /^@endif $module-$bootstrap_suffix\$/d"
6025 for module
in ${target_configdirs} ; do
6026 if test -z "${no_recursion}" \
6027 && test -f ${target_subdir}/${module}/Makefile
; then
6028 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6029 rm -f ${target_subdir}/${module}/Makefile
6032 /^@if target-$module\$/d
6033 /^@endif target-$module\$/d
6034 /^@if target-$module-$bootstrap_suffix\$/d
6035 /^@endif target-$module-$bootstrap_suffix\$/d"
6039 /^@if /,/^@endif /d"
6041 # Create the serialization dependencies. This uses a temporary file.
6043 # Check whether --enable-serial-configure or --disable-serial-configure was given.
6044 if test "${enable_serial_configure+set}" = set; then
6045 enableval
="$enable_serial_configure"
6049 case ${enable_serial_configure} in
6051 enable_serial_build_configure
=yes
6052 enable_serial_host_configure
=yes
6053 enable_serial_target_configure
=yes
6057 # These force 'configure's to be done one at a time, to avoid problems
6058 # with contention over a shared config.cache.
6060 echo '# serdep.tmp' > serdep.tmp
6062 test "x${enable_serial_build_configure}" = xyes
&&
6063 for item
in ${build_configdirs} ; do
6066 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
6071 test "x${enable_serial_host_configure}" = xyes
&&
6072 for item
in ${configdirs} ; do
6075 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
6080 test "x${enable_serial_target_configure}" = xyes
&&
6081 for item
in ${target_configdirs} ; do
6084 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
6088 serialization_dependencies
=serdep.tmp
6091 # Base args. Strip norecursion, cache-file, srcdir, host, build,
6092 # target, nonopt, and variable assignments. These are the ones we
6093 # might not want to pass down to subconfigures. Also strip
6094 # program-prefix, program-suffix, and program-transform-name, so that
6095 # we can pass down a consistent program-transform-name.
6099 eval "set -- $ac_configure_args"
6102 if test X
"$skip_next" = X
"yes"; then
6106 if test X
"$keep_next" = X
"yes"; then
6109 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6111 baseargs
="$baseargs '$ac_arg'"
6116 # Handle separated arguments. Based on the logic generated by
6119 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
6120 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
6121 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
6122 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
6148 -program-prefix* | \
6149 -program-suffix* | \
6150 -program-transform-name* )
6151 skip_next
=$separate_arg
6155 # An option. Add it.
6158 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6160 baseargs
="$baseargs '$ac_arg'"
6161 keep_next
=$separate_arg
6164 # Either a variable assignment, or a nonopt (triplet). Don't
6165 # pass it down; let the Makefile handle this.
6170 # Remove the initial space we just introduced and, as these will be
6171 # expanded by make, quote '$'.
6172 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
6174 # Add in --program-transform-name, after --program-prefix and
6175 # --program-suffix have been applied to it. Autoconf has already
6176 # doubled dollar signs and backslashes in program_transform_name; we want
6177 # the backslashes un-doubled, and then the entire thing wrapped in single
6178 # quotes, because this will be expanded first by make and then by the shell.
6179 # Also, because we want to override the logic in subdir configure scripts to
6180 # choose program_transform_name, replace any s,x,x, with s,y,y,.
6181 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6182 ${program_transform_name}
6184 gcc_transform_name
=`cat conftestsed.out`
6185 rm -f conftestsed.out
6186 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
6187 if test "$silent" = yes; then
6188 baseargs
="$baseargs --silent"
6191 # For the build-side libraries, we just need to pretend we're native,
6192 # and not use the same cache file. Multilibs are neither needed nor
6194 build_configargs
="--cache-file=../config.cache ${baseargs}"
6196 # For host modules, accept cache file option, or specification as blank.
6197 case "${cache_file}" in
6199 cache_file_option
="" ;;
6200 /* |
[A-Za-z
]:[\\/]* ) # absolute path
6201 cache_file_option
="--cache-file=${cache_file}" ;;
6203 cache_file_option
="--cache-file=../${cache_file}" ;;
6206 # Host dirs don't like to share a cache file either, horribly enough.
6207 # This seems to be due to autoconf 2.5x stupidity.
6208 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
6210 target_configargs
=${baseargs}
6212 # Passing a --with-cross-host argument lets the target libraries know
6213 # whether they are being built with a cross-compiler or being built
6214 # native. However, it would be better to use other mechanisms to make the
6215 # sorts of decisions they want to make on this basis. Please consider
6216 # this option to be deprecated. FIXME.
6217 if test x
${is_cross_compiler} = xyes
; then
6218 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
6221 # Default to --enable-multilib.
6222 if test x
${enable_multilib} = x
; then
6223 target_configargs
="--enable-multilib ${target_configargs}"
6226 # Pass --with-newlib if appropriate. Note that target_configdirs has
6227 # changed from the earlier setting of with_newlib.
6228 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
6229 target_configargs
="--with-newlib ${target_configargs}"
6232 # Different target subdirs use different values of certain variables
6233 # (notably CXX). Worse, multilibs use *lots* of different values.
6234 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6235 # it doesn't automatically accept command-line overrides of them.
6236 # This means it's not safe for target subdirs to share a cache file,
6237 # which is disgusting, but there you have it. Hopefully this can be
6238 # fixed in future. It's still worthwhile to use a cache file for each
6239 # directory. I think.
6241 # Pass the appropriate --build, --host, --target and --cache-file arguments.
6242 # We need to pass --target, as newer autoconf's requires consistency
6243 # for target_alias and gcc doesn't manage it consistently.
6244 target_configargs
="--cache-file=./config.cache ${target_configargs}"
6247 case " $target_configdirs " in
6249 case " $target_configargs " in
6250 *" --with-newlib "*)
6253 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' ;;
6256 # If we're not building GCC, don't discard standard headers.
6257 if test -d ${srcdir}/gcc
; then
6258 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
6260 if test "${build}" != "${host}"; then
6261 # On Canadian crosses, CC_FOR_TARGET will have already been set
6262 # by `configure', so we won't have an opportunity to add -Bgcc/
6263 # to it. This is right: we don't want to search that directory
6264 # for binaries, but we want the header files in there, so add
6266 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
6268 # Someone might think of using the pre-installed headers on
6269 # Canadian crosses, in case the installed compiler is not fully
6270 # compatible with the compiler being built. In this case, it
6271 # would be better to flag an error than risking having
6272 # incompatible object files being constructed. We can't
6273 # guarantee that an error will be flagged, but let's hope the
6274 # compiler will do it, when presented with incompatible header
6279 case "${target}-${is_cross_compiler}" in
6280 i
[3456789]86-*-linux*-no)
6281 # Here host == target, so we don't need to build gcc,
6282 # so we don't want to discard standard headers.
6283 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6286 # If we're building newlib, use its generic headers last, but search
6287 # for any libc-related directories first (so make it the last -B
6289 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
6291 # If we're building libgloss, find the startup file, simulator library
6292 # and linker script.
6293 case " $target_configdirs " in
6295 # Look for startup file, simulator library and maybe linker script.
6296 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6297 # Look for libnosys.a in case the target needs it.
6298 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6299 # Most targets have the linker script in the source directory.
6300 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6311 # Can't be handled as Cygwin above since Mingw does not use newlib.
6312 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' ;;
6315 # Allow the user to override the flags for
6316 # our build compiler if desired.
6317 if test x
"${build}" = x
"${host}" ; then
6318 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6319 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6320 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6323 # On Canadian crosses, we'll be searching the right directories for
6324 # the previously-installed cross compiler, so don't bother to add
6325 # flags for directories within the install tree of the compiler
6326 # being built; programs in there won't even run.
6327 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6328 # Search for pre-installed headers if nothing else fits.
6329 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
6332 if test "x
${use_gnu_ld}" = x &&
6333 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
6334 # Arrange for us to find uninstalled linker scripts.
6335 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
6338 # Search for other target-specific linker scripts and such.
6341 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6345 # Makefile fragments.
6346 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6348 eval fragval=\$$frag
6349 if test $fragval != /dev/null; then
6350 eval $frag=${srcdir}/$fragval
6358 # Miscellanea: directories, flags, etc.
6367 # Build module lists & subconfigure args.
6371 # Host module lists & subconfigure args.
6375 # Target module lists & subconfigure args.
6397 # Generate default definitions for YACC, M4, LEX and other programs that run
6398 # on the build machine. These are used if the Makefile can't locate these
6399 # programs in objdir.
6400 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6402 for ac_prog in 'bison -y' byacc yacc
6404 # Extract the first word of "$ac_prog", so it can be a program name with args.
6405 set dummy $ac_prog; ac_word=$2
6406 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6407 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6408 if test "${ac_cv_prog_YACC+set}" = set; then
6409 echo $ECHO_N "(cached
) $ECHO_C" >&6
6411 if test -n "$YACC"; then
6412 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6418 test -z "$as_dir" && as_dir=.
6419 for ac_exec_ext in '' $ac_executable_extensions; do
6420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6421 ac_cv_prog_YACC="$ac_prog"
6422 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6430 YACC=$ac_cv_prog_YACC
6431 if test -n "$YACC"; then
6432 echo "$as_me:$LINENO: result
: $YACC" >&5
6433 echo "${ECHO_T}$YACC" >&6
6435 echo "$as_me:$LINENO: result
: no
" >&5
6436 echo "${ECHO_T}no
" >&6
6439 test -n "$YACC" && break
6441 test -n "$YACC" || YACC="$MISSING bison
-y"
6443 case " $build_configdirs " in
6444 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6445 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6448 for ac_prog in bison
6450 # Extract the first word of "$ac_prog", so it can be a program name with args.
6451 set dummy $ac_prog; ac_word=$2
6452 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6453 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6454 if test "${ac_cv_prog_BISON+set}" = set; then
6455 echo $ECHO_N "(cached
) $ECHO_C" >&6
6457 if test -n "$BISON"; then
6458 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6464 test -z "$as_dir" && as_dir=.
6465 for ac_exec_ext in '' $ac_executable_extensions; do
6466 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6467 ac_cv_prog_BISON="$ac_prog"
6468 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6476 BISON=$ac_cv_prog_BISON
6477 if test -n "$BISON"; then
6478 echo "$as_me:$LINENO: result
: $BISON" >&5
6479 echo "${ECHO_T}$BISON" >&6
6481 echo "$as_me:$LINENO: result
: no
" >&5
6482 echo "${ECHO_T}no
" >&6
6485 test -n "$BISON" && break
6487 test -n "$BISON" || BISON="$MISSING bison
"
6489 case " $build_configdirs " in
6490 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6493 for ac_prog in gm4 gnum4 m4
6495 # Extract the first word of "$ac_prog", so it can be a program name with args.
6496 set dummy $ac_prog; ac_word=$2
6497 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6498 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6499 if test "${ac_cv_prog_M4+set}" = set; then
6500 echo $ECHO_N "(cached
) $ECHO_C" >&6
6502 if test -n "$M4"; then
6503 ac_cv_prog_M4="$M4" # Let the user override the test.
6505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6509 test -z "$as_dir" && as_dir=.
6510 for ac_exec_ext in '' $ac_executable_extensions; do
6511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6512 ac_cv_prog_M4="$ac_prog"
6513 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6522 if test -n "$M4"; then
6523 echo "$as_me:$LINENO: result
: $M4" >&5
6524 echo "${ECHO_T}$M4" >&6
6526 echo "$as_me:$LINENO: result
: no
" >&5
6527 echo "${ECHO_T}no
" >&6
6530 test -n "$M4" && break
6532 test -n "$M4" || M4="$MISSING m4"
6534 case " $build_configdirs " in
6535 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6538 for ac_prog in flex lex
6540 # Extract the first word of "$ac_prog", so it can be a program name with args.
6541 set dummy $ac_prog; ac_word=$2
6542 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6543 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6544 if test "${ac_cv_prog_LEX+set}" = set; then
6545 echo $ECHO_N "(cached
) $ECHO_C" >&6
6547 if test -n "$LEX"; then
6548 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6554 test -z "$as_dir" && as_dir=.
6555 for ac_exec_ext in '' $ac_executable_extensions; do
6556 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6557 ac_cv_prog_LEX="$ac_prog"
6558 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6567 if test -n "$LEX"; then
6568 echo "$as_me:$LINENO: result
: $LEX" >&5
6569 echo "${ECHO_T}$LEX" >&6
6571 echo "$as_me:$LINENO: result
: no
" >&5
6572 echo "${ECHO_T}no
" >&6
6575 test -n "$LEX" && break
6577 test -n "$LEX" || LEX="$MISSING flex
"
6579 case " $build_configdirs " in
6580 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6581 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6586 # Extract the first word of "$ac_prog", so it can be a program name with args.
6587 set dummy $ac_prog; ac_word=$2
6588 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6589 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6590 if test "${ac_cv_prog_FLEX+set}" = set; then
6591 echo $ECHO_N "(cached
) $ECHO_C" >&6
6593 if test -n "$FLEX"; then
6594 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6600 test -z "$as_dir" && as_dir=.
6601 for ac_exec_ext in '' $ac_executable_extensions; do
6602 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6603 ac_cv_prog_FLEX="$ac_prog"
6604 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6612 FLEX=$ac_cv_prog_FLEX
6613 if test -n "$FLEX"; then
6614 echo "$as_me:$LINENO: result
: $FLEX" >&5
6615 echo "${ECHO_T}$FLEX" >&6
6617 echo "$as_me:$LINENO: result
: no
" >&5
6618 echo "${ECHO_T}no
" >&6
6621 test -n "$FLEX" && break
6623 test -n "$FLEX" || FLEX="$MISSING flex
"
6625 case " $build_configdirs " in
6626 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6629 for ac_prog in makeinfo
6631 # Extract the first word of "$ac_prog", so it can be a program name with args.
6632 set dummy $ac_prog; ac_word=$2
6633 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6634 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6635 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6636 echo $ECHO_N "(cached
) $ECHO_C" >&6
6638 if test -n "$MAKEINFO"; then
6639 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6645 test -z "$as_dir" && as_dir=.
6646 for ac_exec_ext in '' $ac_executable_extensions; do
6647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6648 ac_cv_prog_MAKEINFO="$ac_prog"
6649 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6657 MAKEINFO=$ac_cv_prog_MAKEINFO
6658 if test -n "$MAKEINFO"; then
6659 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6660 echo "${ECHO_T}$MAKEINFO" >&6
6662 echo "$as_me:$LINENO: result
: no
" >&5
6663 echo "${ECHO_T}no
" >&6
6666 test -n "$MAKEINFO" && break
6668 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6670 case " $build_configdirs " in
6671 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6674 # For an installed makeinfo, we require it to be from texinfo 4.7 or
6675 # higher, else we use the "missing
" dummy.
6676 if ${MAKEINFO} --version \
6677 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6680 MAKEINFO="$MISSING makeinfo
"
6686 # FIXME: expect and dejagnu may become build tools?
6688 for ac_prog in expect
6690 # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6693 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6694 if test "${ac_cv_prog_EXPECT+set}" = set; then
6695 echo $ECHO_N "(cached
) $ECHO_C" >&6
6697 if test -n "$EXPECT"; then
6698 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6707 ac_cv_prog_EXPECT="$ac_prog"
6708 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6716 EXPECT=$ac_cv_prog_EXPECT
6717 if test -n "$EXPECT"; then
6718 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6719 echo "${ECHO_T}$EXPECT" >&6
6721 echo "$as_me:$LINENO: result
: no
" >&5
6722 echo "${ECHO_T}no
" >&6
6725 test -n "$EXPECT" && break
6727 test -n "$EXPECT" || EXPECT="expect
"
6729 case " $configdirs " in
6731 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6735 for ac_prog in runtest
6737 # Extract the first word of "$ac_prog", so it can be a program name with args.
6738 set dummy $ac_prog; ac_word=$2
6739 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6740 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6741 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6742 echo $ECHO_N "(cached
) $ECHO_C" >&6
6744 if test -n "$RUNTEST"; then
6745 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6751 test -z "$as_dir" && as_dir=.
6752 for ac_exec_ext in '' $ac_executable_extensions; do
6753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6754 ac_cv_prog_RUNTEST="$ac_prog"
6755 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6763 RUNTEST=$ac_cv_prog_RUNTEST
6764 if test -n "$RUNTEST"; then
6765 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6766 echo "${ECHO_T}$RUNTEST" >&6
6768 echo "$as_me:$LINENO: result
: no
" >&5
6769 echo "${ECHO_T}no
" >&6
6772 test -n "$RUNTEST" && break
6774 test -n "$RUNTEST" || RUNTEST="runtest
"
6776 case " $configdirs " in
6778 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6785 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6786 ncn_target_tool_prefix=
6787 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6791 if test -n "$AR"; then
6793 elif test -n "$ac_cv_prog_AR"; then
6797 if test -n "$ac_cv_prog_AR"; then
6798 for ncn_progname in ar; do
6799 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6800 set dummy ${ncn_progname}; ac_word=$2
6801 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6802 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6803 if test "${ac_cv_prog_AR+set}" = set; then
6804 echo $ECHO_N "(cached
) $ECHO_C" >&6
6806 if test -n "$AR"; then
6807 ac_cv_prog_AR="$AR" # Let the user override the test.
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_AR="${ncn_progname}"
6817 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6826 if test -n "$AR"; then
6827 echo "$as_me:$LINENO: result
: $AR" >&5
6828 echo "${ECHO_T}$AR" >&6
6830 echo "$as_me:$LINENO: result
: no
" >&5
6831 echo "${ECHO_T}no
" >&6
6837 for ncn_progname in ar; do
6838 if test -n "$ncn_tool_prefix"; then
6839 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6840 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6841 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6842 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6843 if test "${ac_cv_prog_AR+set}" = set; then
6844 echo $ECHO_N "(cached
) $ECHO_C" >&6
6846 if test -n "$AR"; then
6847 ac_cv_prog_AR="$AR" # Let the user override the test.
6849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6853 test -z "$as_dir" && as_dir=.
6854 for ac_exec_ext in '' $ac_executable_extensions; do
6855 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6856 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6857 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6866 if test -n "$AR"; then
6867 echo "$as_me:$LINENO: result
: $AR" >&5
6868 echo "${ECHO_T}$AR" >&6
6870 echo "$as_me:$LINENO: result
: no
" >&5
6871 echo "${ECHO_T}no
" >&6
6875 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6876 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6877 set dummy ${ncn_progname}; ac_word=$2
6878 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6879 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6880 if test "${ac_cv_prog_AR+set}" = set; then
6881 echo $ECHO_N "(cached
) $ECHO_C" >&6
6883 if test -n "$AR"; then
6884 ac_cv_prog_AR="$AR" # Let the user override the test.
6886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6890 test -z "$as_dir" && as_dir=.
6891 for ac_exec_ext in '' $ac_executable_extensions; do
6892 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6893 ac_cv_prog_AR="${ncn_progname}"
6894 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6903 if test -n "$AR"; then
6904 echo "$as_me:$LINENO: result
: $AR" >&5
6905 echo "${ECHO_T}$AR" >&6
6907 echo "$as_me:$LINENO: result
: no
" >&5
6908 echo "${ECHO_T}no
" >&6
6912 test -n "$ac_cv_prog_AR" && break
6915 if test -z "$ac_cv_prog_AR" ; then
6917 if test $build = $host ; then
6920 AR="${ncn_tool_prefix}$2"
6926 if test -n "$AS"; then
6928 elif test -n "$ac_cv_prog_AS"; then
6932 if test -n "$ac_cv_prog_AS"; then
6933 for ncn_progname in as; do
6934 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6935 set dummy ${ncn_progname}; ac_word=$2
6936 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6937 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6938 if test "${ac_cv_prog_AS+set}" = set; then
6939 echo $ECHO_N "(cached
) $ECHO_C" >&6
6941 if test -n "$AS"; then
6942 ac_cv_prog_AS="$AS" # Let the user override the test.
6944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6948 test -z "$as_dir" && as_dir=.
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951 ac_cv_prog_AS="${ncn_progname}"
6952 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6961 if test -n "$AS"; then
6962 echo "$as_me:$LINENO: result
: $AS" >&5
6963 echo "${ECHO_T}$AS" >&6
6965 echo "$as_me:$LINENO: result
: no
" >&5
6966 echo "${ECHO_T}no
" >&6
6972 for ncn_progname in as; do
6973 if test -n "$ncn_tool_prefix"; then
6974 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6975 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6976 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6977 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6978 if test "${ac_cv_prog_AS+set}" = set; then
6979 echo $ECHO_N "(cached
) $ECHO_C" >&6
6981 if test -n "$AS"; then
6982 ac_cv_prog_AS="$AS" # Let the user override the test.
6984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6988 test -z "$as_dir" && as_dir=.
6989 for ac_exec_ext in '' $ac_executable_extensions; do
6990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6992 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7001 if test -n "$AS"; then
7002 echo "$as_me:$LINENO: result
: $AS" >&5
7003 echo "${ECHO_T}$AS" >&6
7005 echo "$as_me:$LINENO: result
: no
" >&5
7006 echo "${ECHO_T}no
" >&6
7010 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7011 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7012 set dummy ${ncn_progname}; ac_word=$2
7013 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7014 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7015 if test "${ac_cv_prog_AS+set}" = set; then
7016 echo $ECHO_N "(cached
) $ECHO_C" >&6
7018 if test -n "$AS"; then
7019 ac_cv_prog_AS="$AS" # Let the user override the test.
7021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025 test -z "$as_dir" && as_dir=.
7026 for ac_exec_ext in '' $ac_executable_extensions; do
7027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7028 ac_cv_prog_AS="${ncn_progname}"
7029 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7038 if test -n "$AS"; then
7039 echo "$as_me:$LINENO: result
: $AS" >&5
7040 echo "${ECHO_T}$AS" >&6
7042 echo "$as_me:$LINENO: result
: no
" >&5
7043 echo "${ECHO_T}no
" >&6
7047 test -n "$ac_cv_prog_AS" && break
7050 if test -z "$ac_cv_prog_AS" ; then
7052 if test $build = $host ; then
7055 AS="${ncn_tool_prefix}$2"
7061 if test -n "$DLLTOOL"; then
7062 ac_cv_prog_DLLTOOL=$DLLTOOL
7063 elif test -n "$ac_cv_prog_DLLTOOL"; then
7064 DLLTOOL=$ac_cv_prog_DLLTOOL
7067 if test -n "$ac_cv_prog_DLLTOOL"; then
7068 for ncn_progname in dlltool; do
7069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7070 set dummy ${ncn_progname}; ac_word=$2
7071 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7072 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7073 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7074 echo $ECHO_N "(cached
) $ECHO_C" >&6
7076 if test -n "$DLLTOOL"; then
7077 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7086 ac_cv_prog_DLLTOOL="${ncn_progname}"
7087 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7095 DLLTOOL=$ac_cv_prog_DLLTOOL
7096 if test -n "$DLLTOOL"; then
7097 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7098 echo "${ECHO_T}$DLLTOOL" >&6
7100 echo "$as_me:$LINENO: result
: no
" >&5
7101 echo "${ECHO_T}no
" >&6
7107 for ncn_progname in dlltool; do
7108 if test -n "$ncn_tool_prefix"; then
7109 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7110 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7111 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7112 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7113 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7114 echo $ECHO_N "(cached
) $ECHO_C" >&6
7116 if test -n "$DLLTOOL"; then
7117 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7123 test -z "$as_dir" && as_dir=.
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7126 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
7127 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7135 DLLTOOL=$ac_cv_prog_DLLTOOL
7136 if test -n "$DLLTOOL"; then
7137 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7138 echo "${ECHO_T}$DLLTOOL" >&6
7140 echo "$as_me:$LINENO: result
: no
" >&5
7141 echo "${ECHO_T}no
" >&6
7145 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7146 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7147 set dummy ${ncn_progname}; ac_word=$2
7148 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7149 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7150 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7151 echo $ECHO_N "(cached
) $ECHO_C" >&6
7153 if test -n "$DLLTOOL"; then
7154 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7163 ac_cv_prog_DLLTOOL="${ncn_progname}"
7164 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7172 DLLTOOL=$ac_cv_prog_DLLTOOL
7173 if test -n "$DLLTOOL"; then
7174 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7175 echo "${ECHO_T}$DLLTOOL" >&6
7177 echo "$as_me:$LINENO: result
: no
" >&5
7178 echo "${ECHO_T}no
" >&6
7182 test -n "$ac_cv_prog_DLLTOOL" && break
7185 if test -z "$ac_cv_prog_DLLTOOL" ; then
7187 if test $build = $host ; then
7190 DLLTOOL="${ncn_tool_prefix}$2"
7196 if test -n "$LD"; then
7198 elif test -n "$ac_cv_prog_LD"; then
7202 if test -n "$ac_cv_prog_LD"; then
7203 for ncn_progname in ld; do
7204 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7205 set dummy ${ncn_progname}; ac_word=$2
7206 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7207 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7208 if test "${ac_cv_prog_LD+set}" = set; then
7209 echo $ECHO_N "(cached
) $ECHO_C" >&6
7211 if test -n "$LD"; then
7212 ac_cv_prog_LD="$LD" # Let the user override the test.
7214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7218 test -z "$as_dir" && as_dir=.
7219 for ac_exec_ext in '' $ac_executable_extensions; do
7220 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7221 ac_cv_prog_LD="${ncn_progname}"
7222 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7231 if test -n "$LD"; then
7232 echo "$as_me:$LINENO: result
: $LD" >&5
7233 echo "${ECHO_T}$LD" >&6
7235 echo "$as_me:$LINENO: result
: no
" >&5
7236 echo "${ECHO_T}no
" >&6
7242 for ncn_progname in ld; do
7243 if test -n "$ncn_tool_prefix"; then
7244 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7245 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7246 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7247 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7248 if test "${ac_cv_prog_LD+set}" = set; then
7249 echo $ECHO_N "(cached
) $ECHO_C" >&6
7251 if test -n "$LD"; then
7252 ac_cv_prog_LD="$LD" # Let the user override the test.
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7261 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
7262 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7271 if test -n "$LD"; then
7272 echo "$as_me:$LINENO: result
: $LD" >&5
7273 echo "${ECHO_T}$LD" >&6
7275 echo "$as_me:$LINENO: result
: no
" >&5
7276 echo "${ECHO_T}no
" >&6
7280 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7281 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7282 set dummy ${ncn_progname}; ac_word=$2
7283 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7284 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7285 if test "${ac_cv_prog_LD+set}" = set; then
7286 echo $ECHO_N "(cached
) $ECHO_C" >&6
7288 if test -n "$LD"; then
7289 ac_cv_prog_LD="$LD" # Let the user override the test.
7291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295 test -z "$as_dir" && as_dir=.
7296 for ac_exec_ext in '' $ac_executable_extensions; do
7297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7298 ac_cv_prog_LD="${ncn_progname}"
7299 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7308 if test -n "$LD"; then
7309 echo "$as_me:$LINENO: result
: $LD" >&5
7310 echo "${ECHO_T}$LD" >&6
7312 echo "$as_me:$LINENO: result
: no
" >&5
7313 echo "${ECHO_T}no
" >&6
7317 test -n "$ac_cv_prog_LD" && break
7320 if test -z "$ac_cv_prog_LD" ; then
7322 if test $build = $host ; then
7325 LD="${ncn_tool_prefix}$2"
7331 if test -n "$LIPO"; then
7332 ac_cv_prog_LIPO=$LIPO
7333 elif test -n "$ac_cv_prog_LIPO"; then
7334 LIPO=$ac_cv_prog_LIPO
7337 if test -n "$ac_cv_prog_LIPO"; then
7338 for ncn_progname in lipo; do
7339 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7340 set dummy ${ncn_progname}; ac_word=$2
7341 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7342 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7343 if test "${ac_cv_prog_LIPO+set}" = set; then
7344 echo $ECHO_N "(cached
) $ECHO_C" >&6
7346 if test -n "$LIPO"; then
7347 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7353 test -z "$as_dir" && as_dir=.
7354 for ac_exec_ext in '' $ac_executable_extensions; do
7355 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7356 ac_cv_prog_LIPO="${ncn_progname}"
7357 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7365 LIPO=$ac_cv_prog_LIPO
7366 if test -n "$LIPO"; then
7367 echo "$as_me:$LINENO: result
: $LIPO" >&5
7368 echo "${ECHO_T}$LIPO" >&6
7370 echo "$as_me:$LINENO: result
: no
" >&5
7371 echo "${ECHO_T}no
" >&6
7377 for ncn_progname in lipo; do
7378 if test -n "$ncn_tool_prefix"; then
7379 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7380 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7381 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7382 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7383 if test "${ac_cv_prog_LIPO+set}" = set; then
7384 echo $ECHO_N "(cached
) $ECHO_C" >&6
7386 if test -n "$LIPO"; then
7387 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7393 test -z "$as_dir" && as_dir=.
7394 for ac_exec_ext in '' $ac_executable_extensions; do
7395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7396 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7397 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7405 LIPO=$ac_cv_prog_LIPO
7406 if test -n "$LIPO"; then
7407 echo "$as_me:$LINENO: result
: $LIPO" >&5
7408 echo "${ECHO_T}$LIPO" >&6
7410 echo "$as_me:$LINENO: result
: no
" >&5
7411 echo "${ECHO_T}no
" >&6
7415 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7416 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7417 set dummy ${ncn_progname}; ac_word=$2
7418 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7419 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7420 if test "${ac_cv_prog_LIPO+set}" = set; then
7421 echo $ECHO_N "(cached
) $ECHO_C" >&6
7423 if test -n "$LIPO"; then
7424 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7430 test -z "$as_dir" && as_dir=.
7431 for ac_exec_ext in '' $ac_executable_extensions; do
7432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7433 ac_cv_prog_LIPO="${ncn_progname}"
7434 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7442 LIPO=$ac_cv_prog_LIPO
7443 if test -n "$LIPO"; then
7444 echo "$as_me:$LINENO: result
: $LIPO" >&5
7445 echo "${ECHO_T}$LIPO" >&6
7447 echo "$as_me:$LINENO: result
: no
" >&5
7448 echo "${ECHO_T}no
" >&6
7452 test -n "$ac_cv_prog_LIPO" && break
7455 if test -z "$ac_cv_prog_LIPO" ; then
7457 if test $build = $host ; then
7460 LIPO="${ncn_tool_prefix}$2"
7466 if test -n "$NM"; then
7468 elif test -n "$ac_cv_prog_NM"; then
7472 if test -n "$ac_cv_prog_NM"; then
7473 for ncn_progname in nm; do
7474 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7475 set dummy ${ncn_progname}; ac_word=$2
7476 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7477 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7478 if test "${ac_cv_prog_NM+set}" = set; then
7479 echo $ECHO_N "(cached
) $ECHO_C" >&6
7481 if test -n "$NM"; then
7482 ac_cv_prog_NM="$NM" # Let the user override the test.
7484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7488 test -z "$as_dir" && as_dir=.
7489 for ac_exec_ext in '' $ac_executable_extensions; do
7490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7491 ac_cv_prog_NM="${ncn_progname}"
7492 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7501 if test -n "$NM"; then
7502 echo "$as_me:$LINENO: result
: $NM" >&5
7503 echo "${ECHO_T}$NM" >&6
7505 echo "$as_me:$LINENO: result
: no
" >&5
7506 echo "${ECHO_T}no
" >&6
7512 for ncn_progname in nm; do
7513 if test -n "$ncn_tool_prefix"; then
7514 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7515 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7516 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7517 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7518 if test "${ac_cv_prog_NM+set}" = set; then
7519 echo $ECHO_N "(cached
) $ECHO_C" >&6
7521 if test -n "$NM"; then
7522 ac_cv_prog_NM="$NM" # Let the user override the test.
7524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7528 test -z "$as_dir" && as_dir=.
7529 for ac_exec_ext in '' $ac_executable_extensions; do
7530 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7531 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7532 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7541 if test -n "$NM"; then
7542 echo "$as_me:$LINENO: result
: $NM" >&5
7543 echo "${ECHO_T}$NM" >&6
7545 echo "$as_me:$LINENO: result
: no
" >&5
7546 echo "${ECHO_T}no
" >&6
7550 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7551 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7552 set dummy ${ncn_progname}; ac_word=$2
7553 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7554 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7555 if test "${ac_cv_prog_NM+set}" = set; then
7556 echo $ECHO_N "(cached
) $ECHO_C" >&6
7558 if test -n "$NM"; then
7559 ac_cv_prog_NM="$NM" # Let the user override the test.
7561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7565 test -z "$as_dir" && as_dir=.
7566 for ac_exec_ext in '' $ac_executable_extensions; do
7567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7568 ac_cv_prog_NM="${ncn_progname}"
7569 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7578 if test -n "$NM"; then
7579 echo "$as_me:$LINENO: result
: $NM" >&5
7580 echo "${ECHO_T}$NM" >&6
7582 echo "$as_me:$LINENO: result
: no
" >&5
7583 echo "${ECHO_T}no
" >&6
7587 test -n "$ac_cv_prog_NM" && break
7590 if test -z "$ac_cv_prog_NM" ; then
7592 if test $build = $host ; then
7595 NM="${ncn_tool_prefix}$2"
7601 if test -n "$RANLIB"; then
7602 ac_cv_prog_RANLIB=$RANLIB
7603 elif test -n "$ac_cv_prog_RANLIB"; then
7604 RANLIB=$ac_cv_prog_RANLIB
7607 if test -n "$ac_cv_prog_RANLIB"; then
7608 for ncn_progname in ranlib; do
7609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7610 set dummy ${ncn_progname}; ac_word=$2
7611 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7612 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7613 if test "${ac_cv_prog_RANLIB+set}" = set; then
7614 echo $ECHO_N "(cached
) $ECHO_C" >&6
7616 if test -n "$RANLIB"; then
7617 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7623 test -z "$as_dir" && as_dir=.
7624 for ac_exec_ext in '' $ac_executable_extensions; do
7625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7626 ac_cv_prog_RANLIB="${ncn_progname}"
7627 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7635 RANLIB=$ac_cv_prog_RANLIB
7636 if test -n "$RANLIB"; then
7637 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7638 echo "${ECHO_T}$RANLIB" >&6
7640 echo "$as_me:$LINENO: result
: no
" >&5
7641 echo "${ECHO_T}no
" >&6
7647 for ncn_progname in ranlib; do
7648 if test -n "$ncn_tool_prefix"; then
7649 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7650 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7651 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7652 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7653 if test "${ac_cv_prog_RANLIB+set}" = set; then
7654 echo $ECHO_N "(cached
) $ECHO_C" >&6
7656 if test -n "$RANLIB"; then
7657 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7663 test -z "$as_dir" && as_dir=.
7664 for ac_exec_ext in '' $ac_executable_extensions; do
7665 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7666 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7667 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7675 RANLIB=$ac_cv_prog_RANLIB
7676 if test -n "$RANLIB"; then
7677 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7678 echo "${ECHO_T}$RANLIB" >&6
7680 echo "$as_me:$LINENO: result
: no
" >&5
7681 echo "${ECHO_T}no
" >&6
7685 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7686 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7687 set dummy ${ncn_progname}; ac_word=$2
7688 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7689 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7690 if test "${ac_cv_prog_RANLIB+set}" = set; then
7691 echo $ECHO_N "(cached
) $ECHO_C" >&6
7693 if test -n "$RANLIB"; then
7694 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7700 test -z "$as_dir" && as_dir=.
7701 for ac_exec_ext in '' $ac_executable_extensions; do
7702 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7703 ac_cv_prog_RANLIB="${ncn_progname}"
7704 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7712 RANLIB=$ac_cv_prog_RANLIB
7713 if test -n "$RANLIB"; then
7714 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7715 echo "${ECHO_T}$RANLIB" >&6
7717 echo "$as_me:$LINENO: result
: no
" >&5
7718 echo "${ECHO_T}no
" >&6
7722 test -n "$ac_cv_prog_RANLIB" && break
7725 if test -z "$ac_cv_prog_RANLIB" ; then
7731 if test -n "$STRIP"; then
7732 ac_cv_prog_STRIP=$STRIP
7733 elif test -n "$ac_cv_prog_STRIP"; then
7734 STRIP=$ac_cv_prog_STRIP
7737 if test -n "$ac_cv_prog_STRIP"; then
7738 for ncn_progname in strip; do
7739 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7740 set dummy ${ncn_progname}; ac_word=$2
7741 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7742 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7743 if test "${ac_cv_prog_STRIP+set}" = set; then
7744 echo $ECHO_N "(cached
) $ECHO_C" >&6
7746 if test -n "$STRIP"; then
7747 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7753 test -z "$as_dir" && as_dir=.
7754 for ac_exec_ext in '' $ac_executable_extensions; do
7755 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7756 ac_cv_prog_STRIP="${ncn_progname}"
7757 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7765 STRIP=$ac_cv_prog_STRIP
7766 if test -n "$STRIP"; then
7767 echo "$as_me:$LINENO: result
: $STRIP" >&5
7768 echo "${ECHO_T}$STRIP" >&6
7770 echo "$as_me:$LINENO: result
: no
" >&5
7771 echo "${ECHO_T}no
" >&6
7777 for ncn_progname in strip; do
7778 if test -n "$ncn_tool_prefix"; then
7779 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7780 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7781 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7782 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7783 if test "${ac_cv_prog_STRIP+set}" = set; then
7784 echo $ECHO_N "(cached
) $ECHO_C" >&6
7786 if test -n "$STRIP"; then
7787 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7793 test -z "$as_dir" && as_dir=.
7794 for ac_exec_ext in '' $ac_executable_extensions; do
7795 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7796 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7797 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7805 STRIP=$ac_cv_prog_STRIP
7806 if test -n "$STRIP"; then
7807 echo "$as_me:$LINENO: result
: $STRIP" >&5
7808 echo "${ECHO_T}$STRIP" >&6
7810 echo "$as_me:$LINENO: result
: no
" >&5
7811 echo "${ECHO_T}no
" >&6
7815 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7816 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7817 set dummy ${ncn_progname}; ac_word=$2
7818 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7819 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7820 if test "${ac_cv_prog_STRIP+set}" = set; then
7821 echo $ECHO_N "(cached
) $ECHO_C" >&6
7823 if test -n "$STRIP"; then
7824 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830 test -z "$as_dir" && as_dir=.
7831 for ac_exec_ext in '' $ac_executable_extensions; do
7832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7833 ac_cv_prog_STRIP="${ncn_progname}"
7834 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7842 STRIP=$ac_cv_prog_STRIP
7843 if test -n "$STRIP"; then
7844 echo "$as_me:$LINENO: result
: $STRIP" >&5
7845 echo "${ECHO_T}$STRIP" >&6
7847 echo "$as_me:$LINENO: result
: no
" >&5
7848 echo "${ECHO_T}no
" >&6
7852 test -n "$ac_cv_prog_STRIP" && break
7855 if test -z "$ac_cv_prog_STRIP" ; then
7861 if test -n "$WINDRES"; then
7862 ac_cv_prog_WINDRES=$WINDRES
7863 elif test -n "$ac_cv_prog_WINDRES"; then
7864 WINDRES=$ac_cv_prog_WINDRES
7867 if test -n "$ac_cv_prog_WINDRES"; then
7868 for ncn_progname in windres; do
7869 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7870 set dummy ${ncn_progname}; ac_word=$2
7871 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7872 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7873 if test "${ac_cv_prog_WINDRES+set}" = set; then
7874 echo $ECHO_N "(cached
) $ECHO_C" >&6
7876 if test -n "$WINDRES"; then
7877 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7883 test -z "$as_dir" && as_dir=.
7884 for ac_exec_ext in '' $ac_executable_extensions; do
7885 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7886 ac_cv_prog_WINDRES="${ncn_progname}"
7887 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7895 WINDRES=$ac_cv_prog_WINDRES
7896 if test -n "$WINDRES"; then
7897 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7898 echo "${ECHO_T}$WINDRES" >&6
7900 echo "$as_me:$LINENO: result
: no
" >&5
7901 echo "${ECHO_T}no
" >&6
7907 for ncn_progname in windres; do
7908 if test -n "$ncn_tool_prefix"; then
7909 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7910 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7911 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7912 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7913 if test "${ac_cv_prog_WINDRES+set}" = set; then
7914 echo $ECHO_N "(cached
) $ECHO_C" >&6
7916 if test -n "$WINDRES"; then
7917 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7926 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7927 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7935 WINDRES=$ac_cv_prog_WINDRES
7936 if test -n "$WINDRES"; then
7937 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7938 echo "${ECHO_T}$WINDRES" >&6
7940 echo "$as_me:$LINENO: result
: no
" >&5
7941 echo "${ECHO_T}no
" >&6
7945 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7946 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7947 set dummy ${ncn_progname}; ac_word=$2
7948 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7949 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7950 if test "${ac_cv_prog_WINDRES+set}" = set; then
7951 echo $ECHO_N "(cached
) $ECHO_C" >&6
7953 if test -n "$WINDRES"; then
7954 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960 test -z "$as_dir" && as_dir=.
7961 for ac_exec_ext in '' $ac_executable_extensions; do
7962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7963 ac_cv_prog_WINDRES="${ncn_progname}"
7964 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7972 WINDRES=$ac_cv_prog_WINDRES
7973 if test -n "$WINDRES"; then
7974 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7975 echo "${ECHO_T}$WINDRES" >&6
7977 echo "$as_me:$LINENO: result
: no
" >&5
7978 echo "${ECHO_T}no
" >&6
7982 test -n "$ac_cv_prog_WINDRES" && break
7985 if test -z "$ac_cv_prog_WINDRES" ; then
7987 if test $build = $host ; then
7990 WINDRES="${ncn_tool_prefix}$2"
7996 if test -n "$WINDMC"; then
7997 ac_cv_prog_WINDMC=$WINDMC
7998 elif test -n "$ac_cv_prog_WINDMC"; then
7999 WINDMC=$ac_cv_prog_WINDMC
8002 if test -n "$ac_cv_prog_WINDMC"; then
8003 for ncn_progname in windmc; do
8004 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8005 set dummy ${ncn_progname}; ac_word=$2
8006 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8007 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8008 if test "${ac_cv_prog_WINDMC+set}" = set; then
8009 echo $ECHO_N "(cached
) $ECHO_C" >&6
8011 if test -n "$WINDMC"; then
8012 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8018 test -z "$as_dir" && as_dir=.
8019 for ac_exec_ext in '' $ac_executable_extensions; do
8020 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8021 ac_cv_prog_WINDMC="${ncn_progname}"
8022 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8030 WINDMC=$ac_cv_prog_WINDMC
8031 if test -n "$WINDMC"; then
8032 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8033 echo "${ECHO_T}$WINDMC" >&6
8035 echo "$as_me:$LINENO: result
: no
" >&5
8036 echo "${ECHO_T}no
" >&6
8042 for ncn_progname in windmc; do
8043 if test -n "$ncn_tool_prefix"; then
8044 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8045 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8046 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8047 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8048 if test "${ac_cv_prog_WINDMC+set}" = set; then
8049 echo $ECHO_N "(cached
) $ECHO_C" >&6
8051 if test -n "$WINDMC"; then
8052 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8058 test -z "$as_dir" && as_dir=.
8059 for ac_exec_ext in '' $ac_executable_extensions; do
8060 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8061 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
8062 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8070 WINDMC=$ac_cv_prog_WINDMC
8071 if test -n "$WINDMC"; then
8072 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8073 echo "${ECHO_T}$WINDMC" >&6
8075 echo "$as_me:$LINENO: result
: no
" >&5
8076 echo "${ECHO_T}no
" >&6
8080 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8081 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8082 set dummy ${ncn_progname}; ac_word=$2
8083 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8084 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8085 if test "${ac_cv_prog_WINDMC+set}" = set; then
8086 echo $ECHO_N "(cached
) $ECHO_C" >&6
8088 if test -n "$WINDMC"; then
8089 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8095 test -z "$as_dir" && as_dir=.
8096 for ac_exec_ext in '' $ac_executable_extensions; do
8097 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8098 ac_cv_prog_WINDMC="${ncn_progname}"
8099 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8107 WINDMC=$ac_cv_prog_WINDMC
8108 if test -n "$WINDMC"; then
8109 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8110 echo "${ECHO_T}$WINDMC" >&6
8112 echo "$as_me:$LINENO: result
: no
" >&5
8113 echo "${ECHO_T}no
" >&6
8117 test -n "$ac_cv_prog_WINDMC" && break
8120 if test -z "$ac_cv_prog_WINDMC" ; then
8122 if test $build = $host ; then
8125 WINDMC="${ncn_tool_prefix}$2"
8131 if test -n "$OBJCOPY"; then
8132 ac_cv_prog_OBJCOPY=$OBJCOPY
8133 elif test -n "$ac_cv_prog_OBJCOPY"; then
8134 OBJCOPY=$ac_cv_prog_OBJCOPY
8137 if test -n "$ac_cv_prog_OBJCOPY"; then
8138 for ncn_progname in objcopy; do
8139 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8140 set dummy ${ncn_progname}; ac_word=$2
8141 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8142 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8143 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8144 echo $ECHO_N "(cached
) $ECHO_C" >&6
8146 if test -n "$OBJCOPY"; then
8147 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8153 test -z "$as_dir" && as_dir=.
8154 for ac_exec_ext in '' $ac_executable_extensions; do
8155 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8156 ac_cv_prog_OBJCOPY="${ncn_progname}"
8157 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8165 OBJCOPY=$ac_cv_prog_OBJCOPY
8166 if test -n "$OBJCOPY"; then
8167 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8168 echo "${ECHO_T}$OBJCOPY" >&6
8170 echo "$as_me:$LINENO: result
: no
" >&5
8171 echo "${ECHO_T}no
" >&6
8177 for ncn_progname in objcopy; do
8178 if test -n "$ncn_tool_prefix"; then
8179 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8180 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8181 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8182 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8183 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8184 echo $ECHO_N "(cached
) $ECHO_C" >&6
8186 if test -n "$OBJCOPY"; then
8187 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8193 test -z "$as_dir" && as_dir=.
8194 for ac_exec_ext in '' $ac_executable_extensions; do
8195 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8196 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
8197 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8205 OBJCOPY=$ac_cv_prog_OBJCOPY
8206 if test -n "$OBJCOPY"; then
8207 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8208 echo "${ECHO_T}$OBJCOPY" >&6
8210 echo "$as_me:$LINENO: result
: no
" >&5
8211 echo "${ECHO_T}no
" >&6
8215 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8216 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8217 set dummy ${ncn_progname}; ac_word=$2
8218 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8219 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8220 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8221 echo $ECHO_N "(cached
) $ECHO_C" >&6
8223 if test -n "$OBJCOPY"; then
8224 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8230 test -z "$as_dir" && as_dir=.
8231 for ac_exec_ext in '' $ac_executable_extensions; do
8232 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8233 ac_cv_prog_OBJCOPY="${ncn_progname}"
8234 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8242 OBJCOPY=$ac_cv_prog_OBJCOPY
8243 if test -n "$OBJCOPY"; then
8244 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8245 echo "${ECHO_T}$OBJCOPY" >&6
8247 echo "$as_me:$LINENO: result
: no
" >&5
8248 echo "${ECHO_T}no
" >&6
8252 test -n "$ac_cv_prog_OBJCOPY" && break
8255 if test -z "$ac_cv_prog_OBJCOPY" ; then
8257 if test $build = $host ; then
8260 OBJCOPY="${ncn_tool_prefix}$2"
8266 if test -n "$OBJDUMP"; then
8267 ac_cv_prog_OBJDUMP=$OBJDUMP
8268 elif test -n "$ac_cv_prog_OBJDUMP"; then
8269 OBJDUMP=$ac_cv_prog_OBJDUMP
8272 if test -n "$ac_cv_prog_OBJDUMP"; then
8273 for ncn_progname in objdump; do
8274 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8275 set dummy ${ncn_progname}; ac_word=$2
8276 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8277 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8278 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8279 echo $ECHO_N "(cached
) $ECHO_C" >&6
8281 if test -n "$OBJDUMP"; then
8282 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8288 test -z "$as_dir" && as_dir=.
8289 for ac_exec_ext in '' $ac_executable_extensions; do
8290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8291 ac_cv_prog_OBJDUMP="${ncn_progname}"
8292 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8300 OBJDUMP=$ac_cv_prog_OBJDUMP
8301 if test -n "$OBJDUMP"; then
8302 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8303 echo "${ECHO_T}$OBJDUMP" >&6
8305 echo "$as_me:$LINENO: result
: no
" >&5
8306 echo "${ECHO_T}no
" >&6
8312 for ncn_progname in objdump; do
8313 if test -n "$ncn_tool_prefix"; then
8314 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8315 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8316 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8317 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8318 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8319 echo $ECHO_N "(cached
) $ECHO_C" >&6
8321 if test -n "$OBJDUMP"; then
8322 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8328 test -z "$as_dir" && as_dir=.
8329 for ac_exec_ext in '' $ac_executable_extensions; do
8330 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8331 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
8332 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8340 OBJDUMP=$ac_cv_prog_OBJDUMP
8341 if test -n "$OBJDUMP"; then
8342 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8343 echo "${ECHO_T}$OBJDUMP" >&6
8345 echo "$as_me:$LINENO: result
: no
" >&5
8346 echo "${ECHO_T}no
" >&6
8350 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
8351 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8352 set dummy ${ncn_progname}; ac_word=$2
8353 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8354 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8355 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8356 echo $ECHO_N "(cached
) $ECHO_C" >&6
8358 if test -n "$OBJDUMP"; then
8359 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365 test -z "$as_dir" && as_dir=.
8366 for ac_exec_ext in '' $ac_executable_extensions; do
8367 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8368 ac_cv_prog_OBJDUMP="${ncn_progname}"
8369 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8377 OBJDUMP=$ac_cv_prog_OBJDUMP
8378 if test -n "$OBJDUMP"; then
8379 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8380 echo "${ECHO_T}$OBJDUMP" >&6
8382 echo "$as_me:$LINENO: result
: no
" >&5
8383 echo "${ECHO_T}no
" >&6
8387 test -n "$ac_cv_prog_OBJDUMP" && break
8390 if test -z "$ac_cv_prog_OBJDUMP" ; then
8392 if test $build = $host ; then
8395 OBJDUMP="${ncn_tool_prefix}$2"
8406 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8407 if test "${with_build_time_tools+set}" = set; then
8408 withval="$with_build_time_tools"
8412 with_build_time_tools=
8413 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8414 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8418 with_build_time_tools=
8423 if test -n "$CC_FOR_TARGET"; then
8424 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8425 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8426 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8429 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8430 for ncn_progname in cc gcc; do
8431 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8432 set dummy ${ncn_progname}; ac_word=$2
8433 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8434 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8435 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8436 echo $ECHO_N "(cached
) $ECHO_C" >&6
8438 if test -n "$CC_FOR_TARGET"; then
8439 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8445 test -z "$as_dir" && as_dir=.
8446 for ac_exec_ext in '' $ac_executable_extensions; do
8447 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8448 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8449 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8457 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8458 if test -n "$CC_FOR_TARGET"; then
8459 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8460 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8462 echo "$as_me:$LINENO: result
: no
" >&5
8463 echo "${ECHO_T}no
" >&6
8469 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8470 for ncn_progname in cc gcc; do
8471 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8472 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8473 if test -x $with_build_time_tools/${ncn_progname}; then
8474 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8475 echo "$as_me:$LINENO: result
: yes" >&5
8476 echo "${ECHO_T}yes" >&6
8479 echo "$as_me:$LINENO: result
: no
" >&5
8480 echo "${ECHO_T}no
" >&6
8485 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8486 for ncn_progname in cc gcc; do
8487 if test -n "$ncn_target_tool_prefix"; then
8488 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8489 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8490 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8491 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8492 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8493 echo $ECHO_N "(cached
) $ECHO_C" >&6
8495 if test -n "$CC_FOR_TARGET"; then
8496 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502 test -z "$as_dir" && as_dir=.
8503 for ac_exec_ext in '' $ac_executable_extensions; do
8504 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8505 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8506 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8514 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8515 if test -n "$CC_FOR_TARGET"; then
8516 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8517 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8519 echo "$as_me:$LINENO: result
: no
" >&5
8520 echo "${ECHO_T}no
" >&6
8524 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8525 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8526 set dummy ${ncn_progname}; ac_word=$2
8527 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8528 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8529 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8530 echo $ECHO_N "(cached
) $ECHO_C" >&6
8532 if test -n "$CC_FOR_TARGET"; then
8533 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8539 test -z "$as_dir" && as_dir=.
8540 for ac_exec_ext in '' $ac_executable_extensions; do
8541 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8542 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8543 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8551 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8552 if test -n "$CC_FOR_TARGET"; then
8553 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8554 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8556 echo "$as_me:$LINENO: result
: no
" >&5
8557 echo "${ECHO_T}no
" >&6
8561 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8565 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8567 if test $build = $target ; then
8570 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8573 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8578 if test -n "$CXX_FOR_TARGET"; then
8579 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8580 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8581 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8584 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8585 for ncn_progname in c++ g++ cxx gxx; do
8586 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8587 set dummy ${ncn_progname}; ac_word=$2
8588 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8589 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8590 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8591 echo $ECHO_N "(cached
) $ECHO_C" >&6
8593 if test -n "$CXX_FOR_TARGET"; then
8594 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600 test -z "$as_dir" && as_dir=.
8601 for ac_exec_ext in '' $ac_executable_extensions; do
8602 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8603 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8604 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8612 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8613 if test -n "$CXX_FOR_TARGET"; then
8614 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8615 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8617 echo "$as_me:$LINENO: result
: no
" >&5
8618 echo "${ECHO_T}no
" >&6
8624 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8625 for ncn_progname in c++ g++ cxx gxx; do
8626 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8627 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8628 if test -x $with_build_time_tools/${ncn_progname}; then
8629 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8630 echo "$as_me:$LINENO: result
: yes" >&5
8631 echo "${ECHO_T}yes" >&6
8634 echo "$as_me:$LINENO: result
: no
" >&5
8635 echo "${ECHO_T}no
" >&6
8640 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8641 for ncn_progname in c++ g++ cxx gxx; do
8642 if test -n "$ncn_target_tool_prefix"; then
8643 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8644 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8645 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8646 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8647 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8648 echo $ECHO_N "(cached
) $ECHO_C" >&6
8650 if test -n "$CXX_FOR_TARGET"; then
8651 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8657 test -z "$as_dir" && as_dir=.
8658 for ac_exec_ext in '' $ac_executable_extensions; do
8659 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8660 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8661 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8669 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8670 if test -n "$CXX_FOR_TARGET"; then
8671 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8672 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8674 echo "$as_me:$LINENO: result
: no
" >&5
8675 echo "${ECHO_T}no
" >&6
8679 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8680 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8681 set dummy ${ncn_progname}; ac_word=$2
8682 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8683 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8684 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8685 echo $ECHO_N "(cached
) $ECHO_C" >&6
8687 if test -n "$CXX_FOR_TARGET"; then
8688 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8694 test -z "$as_dir" && as_dir=.
8695 for ac_exec_ext in '' $ac_executable_extensions; do
8696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8697 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8698 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8706 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8707 if test -n "$CXX_FOR_TARGET"; then
8708 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8709 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8711 echo "$as_me:$LINENO: result
: no
" >&5
8712 echo "${ECHO_T}no
" >&6
8716 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8720 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8721 set dummy c++ g++ cxx gxx
8722 if test $build = $target ; then
8725 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8728 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8733 if test -n "$GCC_FOR_TARGET"; then
8734 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8735 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8736 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8739 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8740 for ncn_progname in gcc; do
8741 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8742 set dummy ${ncn_progname}; ac_word=$2
8743 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8744 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8745 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8746 echo $ECHO_N "(cached
) $ECHO_C" >&6
8748 if test -n "$GCC_FOR_TARGET"; then
8749 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8755 test -z "$as_dir" && as_dir=.
8756 for ac_exec_ext in '' $ac_executable_extensions; do
8757 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8758 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8759 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8767 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8768 if test -n "$GCC_FOR_TARGET"; then
8769 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8770 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8772 echo "$as_me:$LINENO: result
: no
" >&5
8773 echo "${ECHO_T}no
" >&6
8779 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8780 for ncn_progname in gcc; do
8781 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8782 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8783 if test -x $with_build_time_tools/${ncn_progname}; then
8784 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8785 echo "$as_me:$LINENO: result
: yes" >&5
8786 echo "${ECHO_T}yes" >&6
8789 echo "$as_me:$LINENO: result
: no
" >&5
8790 echo "${ECHO_T}no
" >&6
8795 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8796 for ncn_progname in gcc; do
8797 if test -n "$ncn_target_tool_prefix"; then
8798 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8799 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8800 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8801 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8802 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8803 echo $ECHO_N "(cached
) $ECHO_C" >&6
8805 if test -n "$GCC_FOR_TARGET"; then
8806 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8812 test -z "$as_dir" && as_dir=.
8813 for ac_exec_ext in '' $ac_executable_extensions; do
8814 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8815 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8816 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8824 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8825 if test -n "$GCC_FOR_TARGET"; then
8826 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8827 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8829 echo "$as_me:$LINENO: result
: no
" >&5
8830 echo "${ECHO_T}no
" >&6
8834 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8835 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8836 set dummy ${ncn_progname}; ac_word=$2
8837 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8838 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8839 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8840 echo $ECHO_N "(cached
) $ECHO_C" >&6
8842 if test -n "$GCC_FOR_TARGET"; then
8843 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8849 test -z "$as_dir" && as_dir=.
8850 for ac_exec_ext in '' $ac_executable_extensions; do
8851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8852 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8853 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8861 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8862 if test -n "$GCC_FOR_TARGET"; then
8863 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8864 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8866 echo "$as_me:$LINENO: result
: no
" >&5
8867 echo "${ECHO_T}no
" >&6
8871 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8875 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8876 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8878 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8883 if test -n "$GCJ_FOR_TARGET"; then
8884 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8885 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8886 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8889 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8890 for ncn_progname in gcj; do
8891 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8892 set dummy ${ncn_progname}; ac_word=$2
8893 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8894 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8895 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8896 echo $ECHO_N "(cached
) $ECHO_C" >&6
8898 if test -n "$GCJ_FOR_TARGET"; then
8899 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8905 test -z "$as_dir" && as_dir=.
8906 for ac_exec_ext in '' $ac_executable_extensions; do
8907 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8908 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8909 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8917 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8918 if test -n "$GCJ_FOR_TARGET"; then
8919 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8920 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8922 echo "$as_me:$LINENO: result
: no
" >&5
8923 echo "${ECHO_T}no
" >&6
8929 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8930 for ncn_progname in gcj; do
8931 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8932 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8933 if test -x $with_build_time_tools/${ncn_progname}; then
8934 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8935 echo "$as_me:$LINENO: result
: yes" >&5
8936 echo "${ECHO_T}yes" >&6
8939 echo "$as_me:$LINENO: result
: no
" >&5
8940 echo "${ECHO_T}no
" >&6
8945 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8946 for ncn_progname in gcj; do
8947 if test -n "$ncn_target_tool_prefix"; then
8948 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8949 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8950 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8951 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8952 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8953 echo $ECHO_N "(cached
) $ECHO_C" >&6
8955 if test -n "$GCJ_FOR_TARGET"; then
8956 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8962 test -z "$as_dir" && as_dir=.
8963 for ac_exec_ext in '' $ac_executable_extensions; do
8964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8965 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8966 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8974 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8975 if test -n "$GCJ_FOR_TARGET"; then
8976 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8977 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8979 echo "$as_me:$LINENO: result
: no
" >&5
8980 echo "${ECHO_T}no
" >&6
8984 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8985 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8986 set dummy ${ncn_progname}; ac_word=$2
8987 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8988 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8989 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8990 echo $ECHO_N "(cached
) $ECHO_C" >&6
8992 if test -n "$GCJ_FOR_TARGET"; then
8993 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8999 test -z "$as_dir" && as_dir=.
9000 for ac_exec_ext in '' $ac_executable_extensions; do
9001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9002 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
9003 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9011 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9012 if test -n "$GCJ_FOR_TARGET"; then
9013 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
9014 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
9016 echo "$as_me:$LINENO: result
: no
" >&5
9017 echo "${ECHO_T}no
" >&6
9021 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9025 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9027 if test $build = $target ; then
9030 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9033 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9038 if test -n "$GFORTRAN_FOR_TARGET"; then
9039 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9040 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9041 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9044 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9045 for ncn_progname in gfortran; do
9046 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9047 set dummy ${ncn_progname}; ac_word=$2
9048 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9049 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9050 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9051 echo $ECHO_N "(cached
) $ECHO_C" >&6
9053 if test -n "$GFORTRAN_FOR_TARGET"; then
9054 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9060 test -z "$as_dir" && as_dir=.
9061 for ac_exec_ext in '' $ac_executable_extensions; do
9062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9063 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9064 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9072 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9073 if test -n "$GFORTRAN_FOR_TARGET"; then
9074 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9075 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9077 echo "$as_me:$LINENO: result
: no
" >&5
9078 echo "${ECHO_T}no
" >&6
9084 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
9085 for ncn_progname in gfortran; do
9086 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9087 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9088 if test -x $with_build_time_tools/${ncn_progname}; then
9089 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9090 echo "$as_me:$LINENO: result
: yes" >&5
9091 echo "${ECHO_T}yes" >&6
9094 echo "$as_me:$LINENO: result
: no
" >&5
9095 echo "${ECHO_T}no
" >&6
9100 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9101 for ncn_progname in gfortran; do
9102 if test -n "$ncn_target_tool_prefix"; then
9103 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9104 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9105 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9106 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9107 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9108 echo $ECHO_N "(cached
) $ECHO_C" >&6
9110 if test -n "$GFORTRAN_FOR_TARGET"; then
9111 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9117 test -z "$as_dir" && as_dir=.
9118 for ac_exec_ext in '' $ac_executable_extensions; do
9119 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9120 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9121 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9129 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9130 if test -n "$GFORTRAN_FOR_TARGET"; then
9131 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9132 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9134 echo "$as_me:$LINENO: result
: no
" >&5
9135 echo "${ECHO_T}no
" >&6
9139 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9140 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9141 set dummy ${ncn_progname}; ac_word=$2
9142 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9143 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9144 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9145 echo $ECHO_N "(cached
) $ECHO_C" >&6
9147 if test -n "$GFORTRAN_FOR_TARGET"; then
9148 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9154 test -z "$as_dir" && as_dir=.
9155 for ac_exec_ext in '' $ac_executable_extensions; do
9156 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9157 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9158 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9166 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9167 if test -n "$GFORTRAN_FOR_TARGET"; then
9168 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9169 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9171 echo "$as_me:$LINENO: result
: no
" >&5
9172 echo "${ECHO_T}no
" >&6
9176 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9180 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9182 if test $build = $target ; then
9183 GFORTRAN_FOR_TARGET="$2"
9185 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
9188 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
9193 cat > conftest.c << \EOF
9198 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9199 have_gcc_for_target=yes
9201 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9202 have_gcc_for_target=no
9209 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9210 if test -n "$with_build_time_tools"; then
9211 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
9212 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
9213 if test -x $with_build_time_tools/ar; then
9214 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
9215 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9216 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
9217 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
9219 echo "$as_me:$LINENO: result
: no
" >&5
9220 echo "${ECHO_T}no
" >&6
9222 elif test $build != $host && test $have_gcc_for_target = yes; then
9223 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
9224 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
9225 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9228 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9229 # Extract the first word of "ar", so it can be a program name with args.
9230 set dummy ar; ac_word=$2
9231 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9232 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9233 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
9234 echo $ECHO_N "(cached
) $ECHO_C" >&6
9236 case $AR_FOR_TARGET in
9238 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
9241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9242 for as_dir in $gcc_cv_tool_dirs
9245 test -z "$as_dir" && as_dir=.
9246 for ac_exec_ext in '' $ac_executable_extensions; do
9247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9248 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9249 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9258 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9260 if test -n "$AR_FOR_TARGET"; then
9261 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9262 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9264 echo "$as_me:$LINENO: result
: no
" >&5
9265 echo "${ECHO_T}no
" >&6
9269 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9272 if test -n "$AR_FOR_TARGET"; then
9273 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
9274 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9275 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9278 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9279 for ncn_progname in ar; do
9280 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9281 set dummy ${ncn_progname}; ac_word=$2
9282 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9283 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9284 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9285 echo $ECHO_N "(cached
) $ECHO_C" >&6
9287 if test -n "$AR_FOR_TARGET"; then
9288 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9294 test -z "$as_dir" && as_dir=.
9295 for ac_exec_ext in '' $ac_executable_extensions; do
9296 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9297 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9298 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9306 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9307 if test -n "$AR_FOR_TARGET"; then
9308 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9309 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9311 echo "$as_me:$LINENO: result
: no
" >&5
9312 echo "${ECHO_T}no
" >&6
9318 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
9319 for ncn_progname in ar; do
9320 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9321 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9322 if test -x $with_build_time_tools/${ncn_progname}; then
9323 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9324 echo "$as_me:$LINENO: result
: yes" >&5
9325 echo "${ECHO_T}yes" >&6
9328 echo "$as_me:$LINENO: result
: no
" >&5
9329 echo "${ECHO_T}no
" >&6
9334 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
9335 for ncn_progname in ar; do
9336 if test -n "$ncn_target_tool_prefix"; then
9337 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9338 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9339 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9340 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9341 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9342 echo $ECHO_N "(cached
) $ECHO_C" >&6
9344 if test -n "$AR_FOR_TARGET"; then
9345 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9351 test -z "$as_dir" && as_dir=.
9352 for ac_exec_ext in '' $ac_executable_extensions; do
9353 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9354 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9355 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9363 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9364 if test -n "$AR_FOR_TARGET"; then
9365 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9366 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9368 echo "$as_me:$LINENO: result
: no
" >&5
9369 echo "${ECHO_T}no
" >&6
9373 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9374 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9375 set dummy ${ncn_progname}; ac_word=$2
9376 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9377 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9378 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9379 echo $ECHO_N "(cached
) $ECHO_C" >&6
9381 if test -n "$AR_FOR_TARGET"; then
9382 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9388 test -z "$as_dir" && as_dir=.
9389 for ac_exec_ext in '' $ac_executable_extensions; do
9390 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9391 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9392 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9400 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9401 if test -n "$AR_FOR_TARGET"; then
9402 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9403 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9405 echo "$as_me:$LINENO: result
: no
" >&5
9406 echo "${ECHO_T}no
" >&6
9410 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9414 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9416 if test $build = $target ; then
9419 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9422 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9426 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9432 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9433 if test -n "$with_build_time_tools"; then
9434 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9435 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9436 if test -x $with_build_time_tools/as; then
9437 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9438 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9439 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9440 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9442 echo "$as_me:$LINENO: result
: no
" >&5
9443 echo "${ECHO_T}no
" >&6
9445 elif test $build != $host && test $have_gcc_for_target = yes; then
9446 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9447 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9448 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9451 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9452 # Extract the first word of "as
", so it can be a program name with args.
9453 set dummy as; ac_word=$2
9454 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9455 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9456 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9457 echo $ECHO_N "(cached
) $ECHO_C" >&6
9459 case $AS_FOR_TARGET in
9461 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9465 for as_dir in $gcc_cv_tool_dirs
9468 test -z "$as_dir" && as_dir=.
9469 for ac_exec_ext in '' $ac_executable_extensions; do
9470 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9471 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9472 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9481 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9483 if test -n "$AS_FOR_TARGET"; then
9484 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9485 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9487 echo "$as_me:$LINENO: result
: no
" >&5
9488 echo "${ECHO_T}no
" >&6
9492 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9495 if test -n "$AS_FOR_TARGET"; then
9496 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9497 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9498 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9501 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9502 for ncn_progname in as; do
9503 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9504 set dummy ${ncn_progname}; ac_word=$2
9505 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9506 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9507 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9508 echo $ECHO_N "(cached
) $ECHO_C" >&6
9510 if test -n "$AS_FOR_TARGET"; then
9511 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9517 test -z "$as_dir" && as_dir=.
9518 for ac_exec_ext in '' $ac_executable_extensions; do
9519 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9520 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9521 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9529 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9530 if test -n "$AS_FOR_TARGET"; then
9531 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9532 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9534 echo "$as_me:$LINENO: result
: no
" >&5
9535 echo "${ECHO_T}no
" >&6
9541 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9542 for ncn_progname in as; do
9543 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9544 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9545 if test -x $with_build_time_tools/${ncn_progname}; then
9546 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9547 echo "$as_me:$LINENO: result
: yes" >&5
9548 echo "${ECHO_T}yes" >&6
9551 echo "$as_me:$LINENO: result
: no
" >&5
9552 echo "${ECHO_T}no
" >&6
9557 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9558 for ncn_progname in as; do
9559 if test -n "$ncn_target_tool_prefix"; then
9560 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9561 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9562 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9563 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9564 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9565 echo $ECHO_N "(cached
) $ECHO_C" >&6
9567 if test -n "$AS_FOR_TARGET"; then
9568 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9574 test -z "$as_dir" && as_dir=.
9575 for ac_exec_ext in '' $ac_executable_extensions; do
9576 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9577 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9578 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9586 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9587 if test -n "$AS_FOR_TARGET"; then
9588 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9589 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9591 echo "$as_me:$LINENO: result
: no
" >&5
9592 echo "${ECHO_T}no
" >&6
9596 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9597 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9598 set dummy ${ncn_progname}; ac_word=$2
9599 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9600 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9601 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9602 echo $ECHO_N "(cached
) $ECHO_C" >&6
9604 if test -n "$AS_FOR_TARGET"; then
9605 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9611 test -z "$as_dir" && as_dir=.
9612 for ac_exec_ext in '' $ac_executable_extensions; do
9613 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9614 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9615 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9623 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9624 if test -n "$AS_FOR_TARGET"; then
9625 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9626 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9628 echo "$as_me:$LINENO: result
: no
" >&5
9629 echo "${ECHO_T}no
" >&6
9633 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9637 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9639 if test $build = $target ; then
9642 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9645 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9649 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9655 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9656 if test -n "$with_build_time_tools"; then
9657 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9658 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9659 if test -x $with_build_time_tools/dlltool; then
9660 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9661 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9662 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9663 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9665 echo "$as_me:$LINENO: result
: no
" >&5
9666 echo "${ECHO_T}no
" >&6
9668 elif test $build != $host && test $have_gcc_for_target = yes; then
9669 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9670 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9671 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9674 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9675 # Extract the first word of "dlltool
", so it can be a program name with args.
9676 set dummy dlltool; ac_word=$2
9677 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9678 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9679 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9680 echo $ECHO_N "(cached
) $ECHO_C" >&6
9682 case $DLLTOOL_FOR_TARGET in
9684 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9688 for as_dir in $gcc_cv_tool_dirs
9691 test -z "$as_dir" && as_dir=.
9692 for ac_exec_ext in '' $ac_executable_extensions; do
9693 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9694 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9695 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9704 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9706 if test -n "$DLLTOOL_FOR_TARGET"; then
9707 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9708 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9710 echo "$as_me:$LINENO: result
: no
" >&5
9711 echo "${ECHO_T}no
" >&6
9715 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9718 if test -n "$DLLTOOL_FOR_TARGET"; then
9719 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9720 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9721 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9724 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9725 for ncn_progname in dlltool; do
9726 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9727 set dummy ${ncn_progname}; ac_word=$2
9728 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9729 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9730 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9731 echo $ECHO_N "(cached
) $ECHO_C" >&6
9733 if test -n "$DLLTOOL_FOR_TARGET"; then
9734 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9740 test -z "$as_dir" && as_dir=.
9741 for ac_exec_ext in '' $ac_executable_extensions; do
9742 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9743 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9744 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9752 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9753 if test -n "$DLLTOOL_FOR_TARGET"; then
9754 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9755 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9757 echo "$as_me:$LINENO: result
: no
" >&5
9758 echo "${ECHO_T}no
" >&6
9764 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9765 for ncn_progname in dlltool; do
9766 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9767 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9768 if test -x $with_build_time_tools/${ncn_progname}; then
9769 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9770 echo "$as_me:$LINENO: result
: yes" >&5
9771 echo "${ECHO_T}yes" >&6
9774 echo "$as_me:$LINENO: result
: no
" >&5
9775 echo "${ECHO_T}no
" >&6
9780 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9781 for ncn_progname in dlltool; do
9782 if test -n "$ncn_target_tool_prefix"; then
9783 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9784 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9785 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9786 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9787 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9788 echo $ECHO_N "(cached
) $ECHO_C" >&6
9790 if test -n "$DLLTOOL_FOR_TARGET"; then
9791 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9797 test -z "$as_dir" && as_dir=.
9798 for ac_exec_ext in '' $ac_executable_extensions; do
9799 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9800 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9801 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9809 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9810 if test -n "$DLLTOOL_FOR_TARGET"; then
9811 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9812 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9814 echo "$as_me:$LINENO: result
: no
" >&5
9815 echo "${ECHO_T}no
" >&6
9819 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9820 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9821 set dummy ${ncn_progname}; ac_word=$2
9822 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9823 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9824 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9825 echo $ECHO_N "(cached
) $ECHO_C" >&6
9827 if test -n "$DLLTOOL_FOR_TARGET"; then
9828 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9834 test -z "$as_dir" && as_dir=.
9835 for ac_exec_ext in '' $ac_executable_extensions; do
9836 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9837 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9838 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9846 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9847 if test -n "$DLLTOOL_FOR_TARGET"; then
9848 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9849 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9851 echo "$as_me:$LINENO: result
: no
" >&5
9852 echo "${ECHO_T}no
" >&6
9856 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9860 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9862 if test $build = $target ; then
9863 DLLTOOL_FOR_TARGET="$2"
9865 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9868 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9872 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9878 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9879 if test -n "$with_build_time_tools"; then
9880 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9881 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9882 if test -x $with_build_time_tools/ld; then
9883 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9884 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9885 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9886 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9888 echo "$as_me:$LINENO: result
: no
" >&5
9889 echo "${ECHO_T}no
" >&6
9891 elif test $build != $host && test $have_gcc_for_target = yes; then
9892 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9893 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9894 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9897 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9898 # Extract the first word of "ld
", so it can be a program name with args.
9899 set dummy ld; ac_word=$2
9900 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9901 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9902 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9903 echo $ECHO_N "(cached
) $ECHO_C" >&6
9905 case $LD_FOR_TARGET in
9907 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9911 for as_dir in $gcc_cv_tool_dirs
9914 test -z "$as_dir" && as_dir=.
9915 for ac_exec_ext in '' $ac_executable_extensions; do
9916 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9917 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9918 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9927 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9929 if test -n "$LD_FOR_TARGET"; then
9930 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9931 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9933 echo "$as_me:$LINENO: result
: no
" >&5
9934 echo "${ECHO_T}no
" >&6
9938 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9941 if test -n "$LD_FOR_TARGET"; then
9942 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9943 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9944 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9947 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9948 for ncn_progname in ld; do
9949 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9950 set dummy ${ncn_progname}; ac_word=$2
9951 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9952 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9953 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9954 echo $ECHO_N "(cached
) $ECHO_C" >&6
9956 if test -n "$LD_FOR_TARGET"; then
9957 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9963 test -z "$as_dir" && as_dir=.
9964 for ac_exec_ext in '' $ac_executable_extensions; do
9965 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9966 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9967 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9975 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9976 if test -n "$LD_FOR_TARGET"; then
9977 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9978 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9980 echo "$as_me:$LINENO: result
: no
" >&5
9981 echo "${ECHO_T}no
" >&6
9987 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9988 for ncn_progname in ld; do
9989 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9990 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9991 if test -x $with_build_time_tools/${ncn_progname}; then
9992 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9993 echo "$as_me:$LINENO: result
: yes" >&5
9994 echo "${ECHO_T}yes" >&6
9997 echo "$as_me:$LINENO: result
: no
" >&5
9998 echo "${ECHO_T}no
" >&6
10003 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
10004 for ncn_progname in ld; do
10005 if test -n "$ncn_target_tool_prefix"; then
10006 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10007 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10008 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10009 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10010 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10011 echo $ECHO_N "(cached
) $ECHO_C" >&6
10013 if test -n "$LD_FOR_TARGET"; then
10014 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10017 for as_dir in $PATH
10020 test -z "$as_dir" && as_dir=.
10021 for ac_exec_ext in '' $ac_executable_extensions; do
10022 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10023 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10024 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10032 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10033 if test -n "$LD_FOR_TARGET"; then
10034 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10035 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10037 echo "$as_me:$LINENO: result
: no
" >&5
10038 echo "${ECHO_T}no
" >&6
10042 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
10043 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10044 set dummy ${ncn_progname}; ac_word=$2
10045 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10046 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10047 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10048 echo $ECHO_N "(cached
) $ECHO_C" >&6
10050 if test -n "$LD_FOR_TARGET"; then
10051 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10054 for as_dir in $PATH
10057 test -z "$as_dir" && as_dir=.
10058 for ac_exec_ext in '' $ac_executable_extensions; do
10059 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10060 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
10061 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10069 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10070 if test -n "$LD_FOR_TARGET"; then
10071 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10072 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10074 echo "$as_me:$LINENO: result
: no
" >&5
10075 echo "${ECHO_T}no
" >&6
10079 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
10083 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10085 if test $build = $target ; then
10088 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
10091 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
10095 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
10101 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10102 if test -n "$with_build_time_tools"; then
10103 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
10104 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
10105 if test -x $with_build_time_tools/lipo; then
10106 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10107 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10108 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
10109 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
10111 echo "$as_me:$LINENO: result
: no
" >&5
10112 echo "${ECHO_T}no
" >&6
10114 elif test $build != $host && test $have_gcc_for_target = yes; then
10115 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
10116 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10117 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10120 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10121 # Extract the first word of "lipo
", so it can be a program name with args.
10122 set dummy lipo; ac_word=$2
10123 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10124 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10125 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
10126 echo $ECHO_N "(cached
) $ECHO_C" >&6
10128 case $LIPO_FOR_TARGET in
10130 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
10133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10134 for as_dir in $gcc_cv_tool_dirs
10137 test -z "$as_dir" && as_dir=.
10138 for ac_exec_ext in '' $ac_executable_extensions; do
10139 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10140 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10141 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10150 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10152 if test -n "$LIPO_FOR_TARGET"; then
10153 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10154 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10156 echo "$as_me:$LINENO: result
: no
" >&5
10157 echo "${ECHO_T}no
" >&6
10161 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10164 if test -n "$LIPO_FOR_TARGET"; then
10165 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10166 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10167 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10170 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10171 for ncn_progname in lipo; do
10172 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10173 set dummy ${ncn_progname}; ac_word=$2
10174 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10175 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10176 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10177 echo $ECHO_N "(cached
) $ECHO_C" >&6
10179 if test -n "$LIPO_FOR_TARGET"; then
10180 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10183 for as_dir in $PATH
10186 test -z "$as_dir" && as_dir=.
10187 for ac_exec_ext in '' $ac_executable_extensions; do
10188 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10189 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10190 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10198 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10199 if test -n "$LIPO_FOR_TARGET"; then
10200 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10201 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10203 echo "$as_me:$LINENO: result
: no
" >&5
10204 echo "${ECHO_T}no
" >&6
10210 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
10211 for ncn_progname in lipo; do
10212 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10213 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10214 if test -x $with_build_time_tools/${ncn_progname}; then
10215 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10216 echo "$as_me:$LINENO: result
: yes" >&5
10217 echo "${ECHO_T}yes" >&6
10220 echo "$as_me:$LINENO: result
: no
" >&5
10221 echo "${ECHO_T}no
" >&6
10226 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
10227 for ncn_progname in lipo; do
10228 if test -n "$ncn_target_tool_prefix"; then
10229 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10230 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10231 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10232 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10233 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10234 echo $ECHO_N "(cached
) $ECHO_C" >&6
10236 if test -n "$LIPO_FOR_TARGET"; then
10237 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10240 for as_dir in $PATH
10243 test -z "$as_dir" && as_dir=.
10244 for ac_exec_ext in '' $ac_executable_extensions; do
10245 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10246 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10247 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10255 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10256 if test -n "$LIPO_FOR_TARGET"; then
10257 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10258 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10260 echo "$as_me:$LINENO: result
: no
" >&5
10261 echo "${ECHO_T}no
" >&6
10265 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
10266 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10267 set dummy ${ncn_progname}; ac_word=$2
10268 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10269 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10270 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10271 echo $ECHO_N "(cached
) $ECHO_C" >&6
10273 if test -n "$LIPO_FOR_TARGET"; then
10274 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10277 for as_dir in $PATH
10280 test -z "$as_dir" && as_dir=.
10281 for ac_exec_ext in '' $ac_executable_extensions; do
10282 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10283 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10284 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10292 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10293 if test -n "$LIPO_FOR_TARGET"; then
10294 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10295 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10297 echo "$as_me:$LINENO: result
: no
" >&5
10298 echo "${ECHO_T}no
" >&6
10302 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
10306 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
10308 if test $build = $target ; then
10309 LIPO_FOR_TARGET="$2"
10311 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
10314 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
10318 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10324 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10325 if test -n "$with_build_time_tools"; then
10326 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
10327 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
10328 if test -x $with_build_time_tools/nm; then
10329 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
10330 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10331 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
10332 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
10334 echo "$as_me:$LINENO: result
: no
" >&5
10335 echo "${ECHO_T}no
" >&6
10337 elif test $build != $host && test $have_gcc_for_target = yes; then
10338 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
10339 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
10340 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10343 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10344 # Extract the first word of "nm
", so it can be a program name with args.
10345 set dummy nm; ac_word=$2
10346 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10347 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10348 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
10349 echo $ECHO_N "(cached
) $ECHO_C" >&6
10351 case $NM_FOR_TARGET in
10353 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10357 for as_dir in $gcc_cv_tool_dirs
10360 test -z "$as_dir" && as_dir=.
10361 for ac_exec_ext in '' $ac_executable_extensions; do
10362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10363 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10364 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10373 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10375 if test -n "$NM_FOR_TARGET"; then
10376 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10377 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10379 echo "$as_me:$LINENO: result
: no
" >&5
10380 echo "${ECHO_T}no
" >&6
10384 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10387 if test -n "$NM_FOR_TARGET"; then
10388 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10389 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10390 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10393 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10394 for ncn_progname in nm; do
10395 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10396 set dummy ${ncn_progname}; ac_word=$2
10397 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10398 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10399 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10400 echo $ECHO_N "(cached
) $ECHO_C" >&6
10402 if test -n "$NM_FOR_TARGET"; then
10403 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10406 for as_dir in $PATH
10409 test -z "$as_dir" && as_dir=.
10410 for ac_exec_ext in '' $ac_executable_extensions; do
10411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10412 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10413 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10421 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10422 if test -n "$NM_FOR_TARGET"; then
10423 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10424 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10426 echo "$as_me:$LINENO: result
: no
" >&5
10427 echo "${ECHO_T}no
" >&6
10433 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10434 for ncn_progname in nm; do
10435 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10436 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10437 if test -x $with_build_time_tools/${ncn_progname}; then
10438 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10439 echo "$as_me:$LINENO: result
: yes" >&5
10440 echo "${ECHO_T}yes" >&6
10443 echo "$as_me:$LINENO: result
: no
" >&5
10444 echo "${ECHO_T}no
" >&6
10449 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10450 for ncn_progname in nm; do
10451 if test -n "$ncn_target_tool_prefix"; then
10452 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10453 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10454 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10455 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10456 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10457 echo $ECHO_N "(cached
) $ECHO_C" >&6
10459 if test -n "$NM_FOR_TARGET"; then
10460 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10463 for as_dir in $PATH
10466 test -z "$as_dir" && as_dir=.
10467 for ac_exec_ext in '' $ac_executable_extensions; do
10468 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10469 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10470 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10478 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10479 if test -n "$NM_FOR_TARGET"; then
10480 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10481 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10483 echo "$as_me:$LINENO: result
: no
" >&5
10484 echo "${ECHO_T}no
" >&6
10488 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10489 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10490 set dummy ${ncn_progname}; ac_word=$2
10491 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10492 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10493 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10494 echo $ECHO_N "(cached
) $ECHO_C" >&6
10496 if test -n "$NM_FOR_TARGET"; then
10497 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10500 for as_dir in $PATH
10503 test -z "$as_dir" && as_dir=.
10504 for ac_exec_ext in '' $ac_executable_extensions; do
10505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10506 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10507 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10515 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10516 if test -n "$NM_FOR_TARGET"; then
10517 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10518 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10520 echo "$as_me:$LINENO: result
: no
" >&5
10521 echo "${ECHO_T}no
" >&6
10525 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10529 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10531 if test $build = $target ; then
10534 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10537 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10541 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10547 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10548 if test -n "$with_build_time_tools"; then
10549 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10550 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10551 if test -x $with_build_time_tools/objdump; then
10552 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10553 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10554 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10555 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10557 echo "$as_me:$LINENO: result
: no
" >&5
10558 echo "${ECHO_T}no
" >&6
10560 elif test $build != $host && test $have_gcc_for_target = yes; then
10561 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10562 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10563 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10566 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10567 # Extract the first word of "objdump
", so it can be a program name with args.
10568 set dummy objdump; ac_word=$2
10569 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10570 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10571 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10572 echo $ECHO_N "(cached
) $ECHO_C" >&6
10574 case $OBJDUMP_FOR_TARGET in
10576 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10580 for as_dir in $gcc_cv_tool_dirs
10583 test -z "$as_dir" && as_dir=.
10584 for ac_exec_ext in '' $ac_executable_extensions; do
10585 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10586 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10587 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10596 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10598 if test -n "$OBJDUMP_FOR_TARGET"; then
10599 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10600 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10602 echo "$as_me:$LINENO: result
: no
" >&5
10603 echo "${ECHO_T}no
" >&6
10607 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10610 if test -n "$OBJDUMP_FOR_TARGET"; then
10611 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10612 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10613 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10616 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10617 for ncn_progname in objdump; do
10618 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10619 set dummy ${ncn_progname}; ac_word=$2
10620 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10621 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10622 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10623 echo $ECHO_N "(cached
) $ECHO_C" >&6
10625 if test -n "$OBJDUMP_FOR_TARGET"; then
10626 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10629 for as_dir in $PATH
10632 test -z "$as_dir" && as_dir=.
10633 for ac_exec_ext in '' $ac_executable_extensions; do
10634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10635 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10636 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10644 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10645 if test -n "$OBJDUMP_FOR_TARGET"; then
10646 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10647 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10649 echo "$as_me:$LINENO: result
: no
" >&5
10650 echo "${ECHO_T}no
" >&6
10656 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10657 for ncn_progname in objdump; do
10658 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10659 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10660 if test -x $with_build_time_tools/${ncn_progname}; then
10661 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10662 echo "$as_me:$LINENO: result
: yes" >&5
10663 echo "${ECHO_T}yes" >&6
10666 echo "$as_me:$LINENO: result
: no
" >&5
10667 echo "${ECHO_T}no
" >&6
10672 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10673 for ncn_progname in objdump; do
10674 if test -n "$ncn_target_tool_prefix"; then
10675 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10676 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10677 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10678 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10679 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10680 echo $ECHO_N "(cached
) $ECHO_C" >&6
10682 if test -n "$OBJDUMP_FOR_TARGET"; then
10683 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10686 for as_dir in $PATH
10689 test -z "$as_dir" && as_dir=.
10690 for ac_exec_ext in '' $ac_executable_extensions; do
10691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10692 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10693 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10701 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10702 if test -n "$OBJDUMP_FOR_TARGET"; then
10703 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10704 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10706 echo "$as_me:$LINENO: result
: no
" >&5
10707 echo "${ECHO_T}no
" >&6
10711 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10712 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10713 set dummy ${ncn_progname}; ac_word=$2
10714 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10715 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10716 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10717 echo $ECHO_N "(cached
) $ECHO_C" >&6
10719 if test -n "$OBJDUMP_FOR_TARGET"; then
10720 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10723 for as_dir in $PATH
10726 test -z "$as_dir" && as_dir=.
10727 for ac_exec_ext in '' $ac_executable_extensions; do
10728 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10729 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10730 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10738 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10739 if test -n "$OBJDUMP_FOR_TARGET"; then
10740 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10741 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10743 echo "$as_me:$LINENO: result
: no
" >&5
10744 echo "${ECHO_T}no
" >&6
10748 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10752 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10754 if test $build = $target ; then
10755 OBJDUMP_FOR_TARGET="$2"
10757 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10760 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10764 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10770 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10771 if test -n "$with_build_time_tools"; then
10772 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10773 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10774 if test -x $with_build_time_tools/ranlib; then
10775 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10776 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10777 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10778 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10780 echo "$as_me:$LINENO: result
: no
" >&5
10781 echo "${ECHO_T}no
" >&6
10783 elif test $build != $host && test $have_gcc_for_target = yes; then
10784 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10785 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10786 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10789 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10790 # Extract the first word of "ranlib
", so it can be a program name with args.
10791 set dummy ranlib; ac_word=$2
10792 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10793 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10794 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10795 echo $ECHO_N "(cached
) $ECHO_C" >&6
10797 case $RANLIB_FOR_TARGET in
10799 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10803 for as_dir in $gcc_cv_tool_dirs
10806 test -z "$as_dir" && as_dir=.
10807 for ac_exec_ext in '' $ac_executable_extensions; do
10808 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10809 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10810 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10819 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10821 if test -n "$RANLIB_FOR_TARGET"; then
10822 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10823 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10825 echo "$as_me:$LINENO: result
: no
" >&5
10826 echo "${ECHO_T}no
" >&6
10830 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10833 if test -n "$RANLIB_FOR_TARGET"; then
10834 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10835 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10836 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10839 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10840 for ncn_progname in ranlib; do
10841 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10842 set dummy ${ncn_progname}; ac_word=$2
10843 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10844 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10845 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10846 echo $ECHO_N "(cached
) $ECHO_C" >&6
10848 if test -n "$RANLIB_FOR_TARGET"; then
10849 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10852 for as_dir in $PATH
10855 test -z "$as_dir" && as_dir=.
10856 for ac_exec_ext in '' $ac_executable_extensions; do
10857 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10858 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10859 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10867 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10868 if test -n "$RANLIB_FOR_TARGET"; then
10869 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10870 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10872 echo "$as_me:$LINENO: result
: no
" >&5
10873 echo "${ECHO_T}no
" >&6
10879 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10880 for ncn_progname in ranlib; do
10881 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10882 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10883 if test -x $with_build_time_tools/${ncn_progname}; then
10884 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10885 echo "$as_me:$LINENO: result
: yes" >&5
10886 echo "${ECHO_T}yes" >&6
10889 echo "$as_me:$LINENO: result
: no
" >&5
10890 echo "${ECHO_T}no
" >&6
10895 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10896 for ncn_progname in ranlib; do
10897 if test -n "$ncn_target_tool_prefix"; then
10898 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10899 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10900 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10901 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10902 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10903 echo $ECHO_N "(cached
) $ECHO_C" >&6
10905 if test -n "$RANLIB_FOR_TARGET"; then
10906 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10909 for as_dir in $PATH
10912 test -z "$as_dir" && as_dir=.
10913 for ac_exec_ext in '' $ac_executable_extensions; do
10914 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10915 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10916 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10924 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10925 if test -n "$RANLIB_FOR_TARGET"; then
10926 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10927 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10929 echo "$as_me:$LINENO: result
: no
" >&5
10930 echo "${ECHO_T}no
" >&6
10934 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10935 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10936 set dummy ${ncn_progname}; ac_word=$2
10937 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10938 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10939 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10940 echo $ECHO_N "(cached
) $ECHO_C" >&6
10942 if test -n "$RANLIB_FOR_TARGET"; then
10943 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10946 for as_dir in $PATH
10949 test -z "$as_dir" && as_dir=.
10950 for ac_exec_ext in '' $ac_executable_extensions; do
10951 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10952 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10953 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10961 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10962 if test -n "$RANLIB_FOR_TARGET"; then
10963 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10964 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10966 echo "$as_me:$LINENO: result
: no
" >&5
10967 echo "${ECHO_T}no
" >&6
10971 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10975 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10977 if test $build = $target ; then
10978 RANLIB_FOR_TARGET="$2"
10980 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10983 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10987 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10993 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10994 if test -n "$with_build_time_tools"; then
10995 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
10996 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
10997 if test -x $with_build_time_tools/strip; then
10998 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
10999 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11000 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
11001 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
11003 echo "$as_me:$LINENO: result
: no
" >&5
11004 echo "${ECHO_T}no
" >&6
11006 elif test $build != $host && test $have_gcc_for_target = yes; then
11007 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
11008 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11009 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11012 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11013 # Extract the first word of "strip
", so it can be a program name with args.
11014 set dummy strip; ac_word=$2
11015 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11016 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11017 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
11018 echo $ECHO_N "(cached
) $ECHO_C" >&6
11020 case $STRIP_FOR_TARGET in
11022 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
11025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11026 for as_dir in $gcc_cv_tool_dirs
11029 test -z "$as_dir" && as_dir=.
11030 for ac_exec_ext in '' $ac_executable_extensions; do
11031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11032 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11033 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11042 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11044 if test -n "$STRIP_FOR_TARGET"; then
11045 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11046 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11048 echo "$as_me:$LINENO: result
: no
" >&5
11049 echo "${ECHO_T}no
" >&6
11053 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11056 if test -n "$STRIP_FOR_TARGET"; then
11057 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11058 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11059 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11062 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11063 for ncn_progname in strip; do
11064 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11065 set dummy ${ncn_progname}; ac_word=$2
11066 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11067 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11068 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11069 echo $ECHO_N "(cached
) $ECHO_C" >&6
11071 if test -n "$STRIP_FOR_TARGET"; then
11072 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11075 for as_dir in $PATH
11078 test -z "$as_dir" && as_dir=.
11079 for ac_exec_ext in '' $ac_executable_extensions; do
11080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11081 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11082 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11090 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11091 if test -n "$STRIP_FOR_TARGET"; then
11092 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11093 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11095 echo "$as_me:$LINENO: result
: no
" >&5
11096 echo "${ECHO_T}no
" >&6
11102 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11103 for ncn_progname in strip; do
11104 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11105 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11106 if test -x $with_build_time_tools/${ncn_progname}; then
11107 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11108 echo "$as_me:$LINENO: result
: yes" >&5
11109 echo "${ECHO_T}yes" >&6
11112 echo "$as_me:$LINENO: result
: no
" >&5
11113 echo "${ECHO_T}no
" >&6
11118 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
11119 for ncn_progname in strip; do
11120 if test -n "$ncn_target_tool_prefix"; then
11121 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11122 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11123 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11124 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11125 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11126 echo $ECHO_N "(cached
) $ECHO_C" >&6
11128 if test -n "$STRIP_FOR_TARGET"; then
11129 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11132 for as_dir in $PATH
11135 test -z "$as_dir" && as_dir=.
11136 for ac_exec_ext in '' $ac_executable_extensions; do
11137 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11138 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11139 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11147 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11148 if test -n "$STRIP_FOR_TARGET"; then
11149 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11150 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11152 echo "$as_me:$LINENO: result
: no
" >&5
11153 echo "${ECHO_T}no
" >&6
11157 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
11158 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11159 set dummy ${ncn_progname}; ac_word=$2
11160 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11161 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11162 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11163 echo $ECHO_N "(cached
) $ECHO_C" >&6
11165 if test -n "$STRIP_FOR_TARGET"; then
11166 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11169 for as_dir in $PATH
11172 test -z "$as_dir" && as_dir=.
11173 for ac_exec_ext in '' $ac_executable_extensions; do
11174 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11175 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11176 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11184 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11185 if test -n "$STRIP_FOR_TARGET"; then
11186 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11187 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11189 echo "$as_me:$LINENO: result
: no
" >&5
11190 echo "${ECHO_T}no
" >&6
11194 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
11198 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
11200 if test $build = $target ; then
11201 STRIP_FOR_TARGET="$2"
11203 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11206 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
11210 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11216 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11217 if test -n "$with_build_time_tools"; then
11218 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
11219 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
11220 if test -x $with_build_time_tools/windres; then
11221 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
11222 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11223 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
11224 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
11226 echo "$as_me:$LINENO: result
: no
" >&5
11227 echo "${ECHO_T}no
" >&6
11229 elif test $build != $host && test $have_gcc_for_target = yes; then
11230 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
11231 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
11232 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11235 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11236 # Extract the first word of "windres
", so it can be a program name with args.
11237 set dummy windres; ac_word=$2
11238 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11239 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11240 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
11241 echo $ECHO_N "(cached
) $ECHO_C" >&6
11243 case $WINDRES_FOR_TARGET in
11245 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
11248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11249 for as_dir in $gcc_cv_tool_dirs
11252 test -z "$as_dir" && as_dir=.
11253 for ac_exec_ext in '' $ac_executable_extensions; do
11254 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11255 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11256 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11265 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11267 if test -n "$WINDRES_FOR_TARGET"; then
11268 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11269 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11271 echo "$as_me:$LINENO: result
: no
" >&5
11272 echo "${ECHO_T}no
" >&6
11276 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11279 if test -n "$WINDRES_FOR_TARGET"; then
11280 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11281 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11282 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11285 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11286 for ncn_progname in windres; do
11287 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11288 set dummy ${ncn_progname}; ac_word=$2
11289 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11290 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11291 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11292 echo $ECHO_N "(cached
) $ECHO_C" >&6
11294 if test -n "$WINDRES_FOR_TARGET"; then
11295 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11298 for as_dir in $PATH
11301 test -z "$as_dir" && as_dir=.
11302 for ac_exec_ext in '' $ac_executable_extensions; do
11303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11304 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11305 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11313 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11314 if test -n "$WINDRES_FOR_TARGET"; then
11315 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11316 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11318 echo "$as_me:$LINENO: result
: no
" >&5
11319 echo "${ECHO_T}no
" >&6
11325 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
11326 for ncn_progname in windres; do
11327 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11328 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11329 if test -x $with_build_time_tools/${ncn_progname}; then
11330 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11331 echo "$as_me:$LINENO: result
: yes" >&5
11332 echo "${ECHO_T}yes" >&6
11335 echo "$as_me:$LINENO: result
: no
" >&5
11336 echo "${ECHO_T}no
" >&6
11341 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11342 for ncn_progname in windres; do
11343 if test -n "$ncn_target_tool_prefix"; then
11344 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11345 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11346 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11347 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11348 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11349 echo $ECHO_N "(cached
) $ECHO_C" >&6
11351 if test -n "$WINDRES_FOR_TARGET"; then
11352 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11355 for as_dir in $PATH
11358 test -z "$as_dir" && as_dir=.
11359 for ac_exec_ext in '' $ac_executable_extensions; do
11360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11361 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11362 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11370 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11371 if test -n "$WINDRES_FOR_TARGET"; then
11372 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11373 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11375 echo "$as_me:$LINENO: result
: no
" >&5
11376 echo "${ECHO_T}no
" >&6
11380 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11381 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11382 set dummy ${ncn_progname}; ac_word=$2
11383 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11384 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11385 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11386 echo $ECHO_N "(cached
) $ECHO_C" >&6
11388 if test -n "$WINDRES_FOR_TARGET"; then
11389 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11392 for as_dir in $PATH
11395 test -z "$as_dir" && as_dir=.
11396 for ac_exec_ext in '' $ac_executable_extensions; do
11397 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11398 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11399 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11407 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11408 if test -n "$WINDRES_FOR_TARGET"; then
11409 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11410 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11412 echo "$as_me:$LINENO: result
: no
" >&5
11413 echo "${ECHO_T}no
" >&6
11417 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11421 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11423 if test $build = $target ; then
11424 WINDRES_FOR_TARGET="$2"
11426 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11429 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11433 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11439 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11440 if test -n "$with_build_time_tools"; then
11441 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11442 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11443 if test -x $with_build_time_tools/windmc; then
11444 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11445 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11446 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11447 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11449 echo "$as_me:$LINENO: result
: no
" >&5
11450 echo "${ECHO_T}no
" >&6
11452 elif test $build != $host && test $have_gcc_for_target = yes; then
11453 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11454 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11455 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11458 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11459 # Extract the first word of "windmc
", so it can be a program name with args.
11460 set dummy windmc; ac_word=$2
11461 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11462 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11463 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11464 echo $ECHO_N "(cached
) $ECHO_C" >&6
11466 case $WINDMC_FOR_TARGET in
11468 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11472 for as_dir in $gcc_cv_tool_dirs
11475 test -z "$as_dir" && as_dir=.
11476 for ac_exec_ext in '' $ac_executable_extensions; do
11477 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11478 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11479 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11488 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11490 if test -n "$WINDMC_FOR_TARGET"; then
11491 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11492 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11494 echo "$as_me:$LINENO: result
: no
" >&5
11495 echo "${ECHO_T}no
" >&6
11499 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11502 if test -n "$WINDMC_FOR_TARGET"; then
11503 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11504 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11505 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11508 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11509 for ncn_progname in windmc; do
11510 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11511 set dummy ${ncn_progname}; ac_word=$2
11512 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11513 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11514 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11515 echo $ECHO_N "(cached
) $ECHO_C" >&6
11517 if test -n "$WINDMC_FOR_TARGET"; then
11518 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11521 for as_dir in $PATH
11524 test -z "$as_dir" && as_dir=.
11525 for ac_exec_ext in '' $ac_executable_extensions; do
11526 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11527 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11528 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11536 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11537 if test -n "$WINDMC_FOR_TARGET"; then
11538 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11539 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11541 echo "$as_me:$LINENO: result
: no
" >&5
11542 echo "${ECHO_T}no
" >&6
11548 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11549 for ncn_progname in windmc; do
11550 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11551 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11552 if test -x $with_build_time_tools/${ncn_progname}; then
11553 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11554 echo "$as_me:$LINENO: result
: yes" >&5
11555 echo "${ECHO_T}yes" >&6
11558 echo "$as_me:$LINENO: result
: no
" >&5
11559 echo "${ECHO_T}no
" >&6
11564 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11565 for ncn_progname in windmc; do
11566 if test -n "$ncn_target_tool_prefix"; then
11567 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11568 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11569 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11570 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11571 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11572 echo $ECHO_N "(cached
) $ECHO_C" >&6
11574 if test -n "$WINDMC_FOR_TARGET"; then
11575 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11578 for as_dir in $PATH
11581 test -z "$as_dir" && as_dir=.
11582 for ac_exec_ext in '' $ac_executable_extensions; do
11583 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11584 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11585 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11593 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11594 if test -n "$WINDMC_FOR_TARGET"; then
11595 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11596 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11598 echo "$as_me:$LINENO: result
: no
" >&5
11599 echo "${ECHO_T}no
" >&6
11603 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11604 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11605 set dummy ${ncn_progname}; ac_word=$2
11606 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11607 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11608 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11609 echo $ECHO_N "(cached
) $ECHO_C" >&6
11611 if test -n "$WINDMC_FOR_TARGET"; then
11612 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11615 for as_dir in $PATH
11618 test -z "$as_dir" && as_dir=.
11619 for ac_exec_ext in '' $ac_executable_extensions; do
11620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11621 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11622 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11630 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11631 if test -n "$WINDMC_FOR_TARGET"; then
11632 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11633 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11635 echo "$as_me:$LINENO: result
: no
" >&5
11636 echo "${ECHO_T}no
" >&6
11640 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11644 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11646 if test $build = $target ; then
11647 WINDMC_FOR_TARGET="$2"
11649 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11652 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11656 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11660 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11662 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11663 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11664 if test "x
${build}" != "x
${host}" ; then
11665 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11666 # We already found the complete path
11667 ac_dir=`dirname $AR_FOR_TARGET`
11668 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11669 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11671 # Canadian cross, just use what we found
11672 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11673 echo "${ECHO_T}pre-installed
" >&6
11677 case " ${configdirs} " in
11682 if test $ok = yes; then
11683 # An in-tree tool is available and we can use it
11684 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11685 echo "$as_me:$LINENO: result
: just compiled
" >&5
11686 echo "${ECHO_T}just compiled
" >&6
11687 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11688 # We already found the complete path
11689 ac_dir=`dirname $AR_FOR_TARGET`
11690 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11691 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11692 elif test "x
$target" = "x
$host"; then
11693 # We can use an host tool
11694 AR_FOR_TARGET='$(AR)'
11695 echo "$as_me:$LINENO: result
: host tool
" >&5
11696 echo "${ECHO_T}host tool
" >&6
11698 # We need a cross tool
11699 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11700 echo "${ECHO_T}pre-installed
" >&6
11704 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11705 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11706 if test "x
${build}" != "x
${host}" ; then
11707 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11708 # We already found the complete path
11709 ac_dir=`dirname $AS_FOR_TARGET`
11710 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11711 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11713 # Canadian cross, just use what we found
11714 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11715 echo "${ECHO_T}pre-installed
" >&6
11719 case " ${configdirs} " in
11724 if test $ok = yes; then
11725 # An in-tree tool is available and we can use it
11726 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11727 echo "$as_me:$LINENO: result
: just compiled
" >&5
11728 echo "${ECHO_T}just compiled
" >&6
11729 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11730 # We already found the complete path
11731 ac_dir=`dirname $AS_FOR_TARGET`
11732 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11733 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11734 elif test "x
$target" = "x
$host"; then
11735 # We can use an host tool
11736 AS_FOR_TARGET='$(AS)'
11737 echo "$as_me:$LINENO: result
: host tool
" >&5
11738 echo "${ECHO_T}host tool
" >&6
11740 # We need a cross tool
11741 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11742 echo "${ECHO_T}pre-installed
" >&6
11746 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11747 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11748 if test "x
${build}" != "x
${host}" ; then
11749 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11750 # We already found the complete path
11751 ac_dir=`dirname $CC_FOR_TARGET`
11752 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11753 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11755 # Canadian cross, just use what we found
11756 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11757 echo "${ECHO_T}pre-installed
" >&6
11761 case " ${configdirs} " in
11766 if test $ok = yes; then
11767 # An in-tree tool is available and we can use it
11768 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11769 echo "$as_me:$LINENO: result
: just compiled
" >&5
11770 echo "${ECHO_T}just compiled
" >&6
11771 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11772 # We already found the complete path
11773 ac_dir=`dirname $CC_FOR_TARGET`
11774 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11775 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11776 elif test "x
$target" = "x
$host"; then
11777 # We can use an host tool
11778 CC_FOR_TARGET='$(CC)'
11779 echo "$as_me:$LINENO: result
: host tool
" >&5
11780 echo "${ECHO_T}host tool
" >&6
11782 # We need a cross tool
11783 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11784 echo "${ECHO_T}pre-installed
" >&6
11788 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11789 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11790 if test "x
${build}" != "x
${host}" ; then
11791 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11792 # We already found the complete path
11793 ac_dir=`dirname $CXX_FOR_TARGET`
11794 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11795 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11797 # Canadian cross, just use what we found
11798 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11799 echo "${ECHO_T}pre-installed
" >&6
11803 case " ${configdirs} " in
11807 case ,${enable_languages}, in
11811 if test $ok = yes; then
11812 # An in-tree tool is available and we can use it
11813 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'
11814 echo "$as_me:$LINENO: result
: just compiled
" >&5
11815 echo "${ECHO_T}just compiled
" >&6
11816 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11817 # We already found the complete path
11818 ac_dir=`dirname $CXX_FOR_TARGET`
11819 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11820 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11821 elif test "x
$target" = "x
$host"; then
11822 # We can use an host tool
11823 CXX_FOR_TARGET='$(CXX)'
11824 echo "$as_me:$LINENO: result
: host tool
" >&5
11825 echo "${ECHO_T}host tool
" >&6
11827 # We need a cross tool
11828 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11829 echo "${ECHO_T}pre-installed
" >&6
11833 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11834 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11835 if test "x
${build}" != "x
${host}" ; then
11836 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11837 # We already found the complete path
11838 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11839 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11840 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11842 # Canadian cross, just use what we found
11843 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11844 echo "${ECHO_T}pre-installed
" >&6
11848 case " ${configdirs} " in
11852 case ,${enable_languages}, in
11856 if test $ok = yes; then
11857 # An in-tree tool is available and we can use it
11858 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'
11859 echo "$as_me:$LINENO: result
: just compiled
" >&5
11860 echo "${ECHO_T}just compiled
" >&6
11861 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11862 # We already found the complete path
11863 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11864 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11865 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11866 elif test "x
$target" = "x
$host"; then
11867 # We can use an host tool
11868 RAW_CXX_FOR_TARGET='$(CXX)'
11869 echo "$as_me:$LINENO: result
: host tool
" >&5
11870 echo "${ECHO_T}host tool
" >&6
11872 # We need a cross tool
11873 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11874 echo "${ECHO_T}pre-installed
" >&6
11878 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11879 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11880 if test "x
${build}" != "x
${host}" ; then
11881 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11882 # We already found the complete path
11883 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11884 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11885 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11887 # Canadian cross, just use what we found
11888 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11889 echo "${ECHO_T}pre-installed
" >&6
11893 case " ${configdirs} " in
11898 if test $ok = yes; then
11899 # An in-tree tool is available and we can use it
11900 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11901 echo "$as_me:$LINENO: result
: just compiled
" >&5
11902 echo "${ECHO_T}just compiled
" >&6
11903 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11904 # We already found the complete path
11905 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11906 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11907 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11908 elif test "x
$target" = "x
$host"; then
11909 # We can use an host tool
11910 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11911 echo "$as_me:$LINENO: result
: host tool
" >&5
11912 echo "${ECHO_T}host tool
" >&6
11914 # We need a cross tool
11915 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11916 echo "${ECHO_T}pre-installed
" >&6
11920 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11921 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11922 if test "x
${build}" != "x
${host}" ; then
11923 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11924 # We already found the complete path
11925 ac_dir=`dirname $GCC_FOR_TARGET`
11926 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11927 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11929 # Canadian cross, just use what we found
11930 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11931 echo "${ECHO_T}pre-installed
" >&6
11935 case " ${configdirs} " in
11940 if test $ok = yes; then
11941 # An in-tree tool is available and we can use it
11942 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11943 echo "$as_me:$LINENO: result
: just compiled
" >&5
11944 echo "${ECHO_T}just compiled
" >&6
11945 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11946 # We already found the complete path
11947 ac_dir=`dirname $GCC_FOR_TARGET`
11948 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11949 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11950 elif test "x
$target" = "x
$host"; then
11951 # We can use an host tool
11952 GCC_FOR_TARGET='$()'
11953 echo "$as_me:$LINENO: result
: host tool
" >&5
11954 echo "${ECHO_T}host tool
" >&6
11956 # We need a cross tool
11957 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11958 echo "${ECHO_T}pre-installed
" >&6
11962 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11963 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11964 if test "x
${build}" != "x
${host}" ; then
11965 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11966 # We already found the complete path
11967 ac_dir=`dirname $GCJ_FOR_TARGET`
11968 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11969 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11971 # Canadian cross, just use what we found
11972 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11973 echo "${ECHO_T}pre-installed
" >&6
11977 case " ${configdirs} " in
11981 case ,${enable_languages}, in
11985 if test $ok = yes; then
11986 # An in-tree tool is available and we can use it
11987 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11988 echo "$as_me:$LINENO: result
: just compiled
" >&5
11989 echo "${ECHO_T}just compiled
" >&6
11990 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11991 # We already found the complete path
11992 ac_dir=`dirname $GCJ_FOR_TARGET`
11993 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11994 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11995 elif test "x
$target" = "x
$host"; then
11996 # We can use an host tool
11997 GCJ_FOR_TARGET='$(GCJ)'
11998 echo "$as_me:$LINENO: result
: host tool
" >&5
11999 echo "${ECHO_T}host tool
" >&6
12001 # We need a cross tool
12002 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12003 echo "${ECHO_T}pre-installed
" >&6
12007 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
12008 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
12009 if test "x
${build}" != "x
${host}" ; then
12010 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12011 # We already found the complete path
12012 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12013 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12014 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12016 # Canadian cross, just use what we found
12017 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12018 echo "${ECHO_T}pre-installed
" >&6
12022 case " ${configdirs} " in
12026 case ,${enable_languages}, in
12030 if test $ok = yes; then
12031 # An in-tree tool is available and we can use it
12032 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
12033 echo "$as_me:$LINENO: result
: just compiled
" >&5
12034 echo "${ECHO_T}just compiled
" >&6
12035 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12036 # We already found the complete path
12037 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12038 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12039 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12040 elif test "x
$target" = "x
$host"; then
12041 # We can use an host tool
12042 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
12043 echo "$as_me:$LINENO: result
: host tool
" >&5
12044 echo "${ECHO_T}host tool
" >&6
12046 # We need a cross tool
12047 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12048 echo "${ECHO_T}pre-installed
" >&6
12052 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
12053 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
12054 if test "x
${build}" != "x
${host}" ; then
12055 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12056 # We already found the complete path
12057 ac_dir=`dirname $LD_FOR_TARGET`
12058 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12059 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12061 # Canadian cross, just use what we found
12062 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12063 echo "${ECHO_T}pre-installed
" >&6
12067 case " ${configdirs} " in
12072 if test $ok = yes; then
12073 # An in-tree tool is available and we can use it
12074 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
12075 echo "$as_me:$LINENO: result
: just compiled
" >&5
12076 echo "${ECHO_T}just compiled
" >&6
12077 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12078 # We already found the complete path
12079 ac_dir=`dirname $LD_FOR_TARGET`
12080 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12081 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12082 elif test "x
$target" = "x
$host"; then
12083 # We can use an host tool
12084 LD_FOR_TARGET='$(LD)'
12085 echo "$as_me:$LINENO: result
: host tool
" >&5
12086 echo "${ECHO_T}host tool
" >&6
12088 # We need a cross tool
12089 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12090 echo "${ECHO_T}pre-installed
" >&6
12094 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
12095 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
12096 if test "x
${build}" != "x
${host}" ; then
12097 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12098 # We already found the complete path
12099 ac_dir=`dirname $LIPO_FOR_TARGET`
12100 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12101 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12103 # Canadian cross, just use what we found
12104 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12105 echo "${ECHO_T}pre-installed
" >&6
12108 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12109 # We already found the complete path
12110 ac_dir=`dirname $LIPO_FOR_TARGET`
12111 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12112 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12113 elif test "x
$target" = "x
$host"; then
12114 # We can use an host tool
12115 LIPO_FOR_TARGET='$(LIPO)'
12116 echo "$as_me:$LINENO: result
: host tool
" >&5
12117 echo "${ECHO_T}host tool
" >&6
12119 # We need a cross tool
12120 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12121 echo "${ECHO_T}pre-installed
" >&6
12125 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
12126 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
12127 if test "x
${build}" != "x
${host}" ; then
12128 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12129 # We already found the complete path
12130 ac_dir=`dirname $NM_FOR_TARGET`
12131 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12132 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12134 # Canadian cross, just use what we found
12135 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12136 echo "${ECHO_T}pre-installed
" >&6
12140 case " ${configdirs} " in
12145 if test $ok = yes; then
12146 # An in-tree tool is available and we can use it
12147 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
12148 echo "$as_me:$LINENO: result
: just compiled
" >&5
12149 echo "${ECHO_T}just compiled
" >&6
12150 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12151 # We already found the complete path
12152 ac_dir=`dirname $NM_FOR_TARGET`
12153 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12154 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12155 elif test "x
$target" = "x
$host"; then
12156 # We can use an host tool
12157 NM_FOR_TARGET='$(NM)'
12158 echo "$as_me:$LINENO: result
: host tool
" >&5
12159 echo "${ECHO_T}host tool
" >&6
12161 # We need a cross tool
12162 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12163 echo "${ECHO_T}pre-installed
" >&6
12167 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
12168 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
12169 if test "x
${build}" != "x
${host}" ; then
12170 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12171 # We already found the complete path
12172 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12173 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12174 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12176 # Canadian cross, just use what we found
12177 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12178 echo "${ECHO_T}pre-installed
" >&6
12182 case " ${configdirs} " in
12187 if test $ok = yes; then
12188 # An in-tree tool is available and we can use it
12189 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
12190 echo "$as_me:$LINENO: result
: just compiled
" >&5
12191 echo "${ECHO_T}just compiled
" >&6
12192 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12193 # We already found the complete path
12194 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12195 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12196 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12197 elif test "x
$target" = "x
$host"; then
12198 # We can use an host tool
12199 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
12200 echo "$as_me:$LINENO: result
: host tool
" >&5
12201 echo "${ECHO_T}host tool
" >&6
12203 # We need a cross tool
12204 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12205 echo "${ECHO_T}pre-installed
" >&6
12209 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
12210 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
12211 if test "x
${build}" != "x
${host}" ; then
12212 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12213 # We already found the complete path
12214 ac_dir=`dirname $RANLIB_FOR_TARGET`
12215 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12216 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12218 # Canadian cross, just use what we found
12219 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12220 echo "${ECHO_T}pre-installed
" >&6
12224 case " ${configdirs} " in
12229 if test $ok = yes; then
12230 # An in-tree tool is available and we can use it
12231 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
12232 echo "$as_me:$LINENO: result
: just compiled
" >&5
12233 echo "${ECHO_T}just compiled
" >&6
12234 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12235 # We already found the complete path
12236 ac_dir=`dirname $RANLIB_FOR_TARGET`
12237 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12238 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12239 elif test "x
$target" = "x
$host"; then
12240 # We can use an host tool
12241 RANLIB_FOR_TARGET='$(RANLIB)'
12242 echo "$as_me:$LINENO: result
: host tool
" >&5
12243 echo "${ECHO_T}host tool
" >&6
12245 # We need a cross tool
12246 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12247 echo "${ECHO_T}pre-installed
" >&6
12251 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
12252 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
12253 if test "x
${build}" != "x
${host}" ; then
12254 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12255 # We already found the complete path
12256 ac_dir=`dirname $STRIP_FOR_TARGET`
12257 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12258 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12260 # Canadian cross, just use what we found
12261 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12262 echo "${ECHO_T}pre-installed
" >&6
12266 case " ${configdirs} " in
12271 if test $ok = yes; then
12272 # An in-tree tool is available and we can use it
12273 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
12274 echo "$as_me:$LINENO: result
: just compiled
" >&5
12275 echo "${ECHO_T}just compiled
" >&6
12276 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12277 # We already found the complete path
12278 ac_dir=`dirname $STRIP_FOR_TARGET`
12279 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12280 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12281 elif test "x
$target" = "x
$host"; then
12282 # We can use an host tool
12283 STRIP_FOR_TARGET='$(STRIP)'
12284 echo "$as_me:$LINENO: result
: host tool
" >&5
12285 echo "${ECHO_T}host tool
" >&6
12287 # We need a cross tool
12288 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12289 echo "${ECHO_T}pre-installed
" >&6
12293 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
12294 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
12295 if test "x
${build}" != "x
${host}" ; then
12296 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12297 # We already found the complete path
12298 ac_dir=`dirname $WINDRES_FOR_TARGET`
12299 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12300 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12302 # Canadian cross, just use what we found
12303 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12304 echo "${ECHO_T}pre-installed
" >&6
12308 case " ${configdirs} " in
12313 if test $ok = yes; then
12314 # An in-tree tool is available and we can use it
12315 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
12316 echo "$as_me:$LINENO: result
: just compiled
" >&5
12317 echo "${ECHO_T}just compiled
" >&6
12318 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12319 # We already found the complete path
12320 ac_dir=`dirname $WINDRES_FOR_TARGET`
12321 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12322 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12323 elif test "x
$target" = "x
$host"; then
12324 # We can use an host tool
12325 WINDRES_FOR_TARGET='$(WINDRES)'
12326 echo "$as_me:$LINENO: result
: host tool
" >&5
12327 echo "${ECHO_T}host tool
" >&6
12329 # We need a cross tool
12330 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12331 echo "${ECHO_T}pre-installed
" >&6
12335 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
12336 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
12337 if test "x
${build}" != "x
${host}" ; then
12338 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12339 # We already found the complete path
12340 ac_dir=`dirname $WINDMC_FOR_TARGET`
12341 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12342 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12344 # Canadian cross, just use what we found
12345 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12346 echo "${ECHO_T}pre-installed
" >&6
12350 case " ${configdirs} " in
12355 if test $ok = yes; then
12356 # An in-tree tool is available and we can use it
12357 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12358 echo "$as_me:$LINENO: result
: just compiled
" >&5
12359 echo "${ECHO_T}just compiled
" >&6
12360 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12361 # We already found the complete path
12362 ac_dir=`dirname $WINDMC_FOR_TARGET`
12363 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12364 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12365 elif test "x
$target" = "x
$host"; then
12366 # We can use an host tool
12367 WINDMC_FOR_TARGET='$(WINDMC)'
12368 echo "$as_me:$LINENO: result
: host tool
" >&5
12369 echo "${ECHO_T}host tool
" >&6
12371 # We need a cross tool
12372 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12373 echo "${ECHO_T}pre-installed
" >&6
12381 # Certain tools may need extra flags.
12382 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12383 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12384 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12386 # When building target libraries, except in a Canadian cross, we use
12387 # the same toolchain as the compiler we just built.
12388 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12389 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12390 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12391 if test $host = $build; then
12392 case " $configdirs " in
12394 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12395 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12396 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12405 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12406 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12407 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12408 if test "${enable_maintainer_mode+set}" = set; then
12409 enableval="$enable_maintainer_mode"
12410 USE_MAINTAINER_MODE=$enableval
12412 USE_MAINTAINER_MODE=no
12414 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12415 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12418 if test "$USE_MAINTAINER_MODE" = yes; then
12419 MAINTAINER_MODE_TRUE=
12420 MAINTAINER_MODE_FALSE='#'
12422 MAINTAINER_MODE_TRUE='#'
12423 MAINTAINER_MODE_FALSE=
12425 MAINT=$MAINTAINER_MODE_TRUE
12427 # ---------------------
12428 # GCC bootstrap support
12429 # ---------------------
12431 # Stage specific cflags for build.
12436 yes) stage1_cflags="-g -Wa,-J" ;;
12437 *) stage1_cflags="-g -J" ;;
12441 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12442 if test "$GCC" = yes; then
12443 saved_CFLAGS="$CFLAGS"
12445 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12446 CFLAGS="$CFLAGS -fkeep-inline-functions"
12447 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12448 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12449 cat >conftest.$ac_ext <<_ACEOF
12452 cat confdefs.h >>conftest.$ac_ext
12453 cat >>conftest.$ac_ext <<_ACEOF
12454 /* end confdefs.h. */
12456 #if (__GNUC__ < 3) \
12457 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12458 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12459 #error http://gcc.gnu.org/PR29382
12470 rm -f conftest.$ac_objext
12471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12472 (eval $ac_compile) 2>conftest.er1
12474 grep -v '^ *+' conftest.er1 >conftest.err
12476 cat conftest.err >&5
12477 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12478 (exit $ac_status); } &&
12479 { ac_try='test -z "$ac_c_werror_flag"
12480 || test ! -s conftest.err'
12481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12482 (eval $ac_try) 2>&5
12484 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12485 (exit $ac_status); }; } &&
12486 { ac_try='test -s conftest.$ac_objext'
12487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12488 (eval $ac_try) 2>&5
12490 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12491 (exit $ac_status); }; }; then
12492 echo "$as_me:$LINENO: result
: yes" >&5
12493 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12495 echo "$as_me: failed program was
:" >&5
12496 sed 's/^/| /' conftest.$ac_ext >&5
12498 echo "$as_me:$LINENO: result
: no
" >&5
12499 echo "${ECHO_T}no
" >&6
12501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12503 CFLAGS="$saved_CFLAGS"
12508 # Enable --enable-checking in stage1 of the compiler.
12509 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12510 if test "${enable_stage1_checking+set}" = set; then
12511 enableval="$enable_stage1_checking"
12512 stage1_checking=--enable-checking=${enable_stage1_checking}
12514 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12515 stage1_checking=--enable-checking=yes,types
12517 stage1_checking=--enable-checking=$enable_checking,types
12522 # Enable -Werror in bootstrap stage2 and later.
12523 # Check whether --enable-werror or --disable-werror was given.
12524 if test "${enable_werror+set}" = set; then
12525 enableval="$enable_werror"
12528 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12534 case ${enable_werror} in
12535 yes) stage2_werror_flag="--enable-werror-always" ;;
12536 *) stage2_werror_flag="" ;;
12540 # Flags needed to enable html installing and building
12542 # Check whether --with-datarootdir or --without-datarootdir was given.
12543 if test "${with_datarootdir+set}" = set; then
12544 withval="$with_datarootdir"
12545 datarootdir="\
${prefix}/${withval}"
12547 datarootdir="\
${prefix}/share
"
12551 # Check whether --with-docdir or --without-docdir was given.
12552 if test "${with_docdir+set}" = set; then
12553 withval="$with_docdir"
12554 docdir="\
${prefix}/${withval}"
12556 docdir="\
${datarootdir}/doc
"
12560 # Check whether --with-pdfdir or --without-pdfdir was given.
12561 if test "${with_pdfdir+set}" = set; then
12562 withval="$with_pdfdir"
12563 pdfdir="\
${prefix}/${withval}"
12565 pdfdir="\
${docdir}"
12569 # Check whether --with-htmldir or --without-htmldir was given.
12570 if test "${with_htmldir+set}" = set; then
12571 withval="$with_htmldir"
12572 htmldir="\
${prefix}/${withval}"
12574 htmldir="\
${docdir}"
12582 ac_config_files="$ac_config_files Makefile
"
12583 cat >confcache <<\_ACEOF
12584 # This file is a shell script that caches the results of configure
12585 # tests run on this system so they can be shared between configure
12586 # scripts and configure runs, see configure's option --config-cache.
12587 # It is not useful on other systems. If it contains results you don't
12588 # want to keep, you may remove or edit it.
12590 # config.status only pays attention to the cache file if you give it
12591 # the --recheck option to rerun configure.
12593 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12594 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12595 # following values.
12599 # The following way of writing the cache mishandles newlines in values,
12600 # but we know of no workaround that is simple, portable, and efficient.
12601 # So, don't put newlines in cache variables' values.
12602 # Ultrix sh set writes to stderr and can't be redirected directly,
12603 # and sets the high bit in the cache file unless we assign to the vars.
12606 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12608 # `set' does not quote correctly, so add quotes (double-quote
12609 # substitution turns \\\\ into \\, and sed turns \\ into \).
12612 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12615 # `set' quotes correctly as required by POSIX, so do not add quotes.
12617 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12624 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12626 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12628 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12629 if test -w $cache_file; then
12630 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12631 cat confcache >$cache_file
12633 echo "not updating unwritable cache
$cache_file"
12638 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12639 # Let make expand exec_prefix.
12640 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12642 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12643 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12644 # trailing colons and then remove the whole line if VPATH becomes empty
12645 # (actually we leave an empty line to preserve line numbers).
12646 if test "x
$srcdir" = x.; then
12647 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12648 s/:*\$(srcdir):*/:/;
12649 s/:*\${srcdir}:*/:/;
12651 s/^\([^=]*=[ ]*\):*/\1/;
12657 # Transform confdefs.h into DEFS.
12658 # Protect against shell expansion while executing Makefile rules.
12659 # Protect against Makefile macro expansion.
12661 # If the first sed substitution is executed (which looks for macros that
12662 # take arguments), then we branch to the quote section. Otherwise,
12663 # look for a macro that doesn't take arguments.
12664 cat >confdef2opt.sed <<\_ACEOF
12667 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12669 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12673 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12679 # We use echo to avoid assuming a particular line-breaking character.
12680 # The extra dot is to prevent the shell from consuming trailing
12681 # line-breaks from the sub-command output. A line-break within
12682 # single-quotes doesn't work because, if this script is created in a
12683 # platform that uses two characters for line-breaks (e.g., DOS), tr
12685 ac_LF_and_DOT
=`echo; echo .`
12686 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12687 rm -f confdef2opt.
sed
12692 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12693 # 1. Remove the extension, and $U if already installed.
12694 ac_i
=`echo "$ac_i" |
12695 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12697 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12698 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12700 LIBOBJS
=$ac_libobjs
12702 LTLIBOBJS
=$ac_ltlibobjs
12706 : ${CONFIG_STATUS=./config.status}
12707 ac_clean_files_save
=$ac_clean_files
12708 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12709 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12710 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12711 cat >$CONFIG_STATUS <<_ACEOF
12713 # Generated by $as_me.
12714 # Run this file to recreate the current configuration.
12715 # Compiler output produced by configure, useful for debugging
12716 # configure, is in config.log if it exists.
12719 ac_cs_recheck=false
12721 SHELL=\${CONFIG_SHELL-$SHELL}
12724 cat >>$CONFIG_STATUS <<\_ACEOF
12725 ## --------------------- ##
12726 ## M4sh Initialization. ##
12727 ## --------------------- ##
12729 # Be Bourne compatible
12730 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12733 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12734 # is contrary to our usage. Disable this feature.
12735 alias -g '${1+"$@"}'='"$@"'
12736 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12739 DUALCASE
=1; export DUALCASE
# for MKS sh
12741 # Support unset when possible.
12742 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12749 # Work around bugs in pre-3.0 UWIN ksh.
12750 $as_unset ENV MAIL MAILPATH
12757 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12758 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12759 LC_TELEPHONE LC_TIME
12761 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12762 eval $as_var=C
; export $as_var
12768 # Required to use basename.
12769 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12775 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12776 as_basename
=basename
12782 # Name of the executable.
12783 as_me
=`$as_basename "$0" ||
12784 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12785 X"$0" : 'X\(//\)$' \| \
12786 X"$0" : 'X\(/\)$' \| \
12787 . : '\(.\)' 2>/dev/null ||
12789 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12790 /^X\/\(\/\/\)$/{ s//\1/; q; }
12791 /^X\/\(\/\).*/{ s//\1/; q; }
12795 # PATH needs CR, and LINENO needs CR and PATH.
12796 # Avoid depending upon Character Ranges.
12797 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12798 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12799 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12800 as_cr_digits
='0123456789'
12801 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12803 # The user is always right.
12804 if test "${PATH_SEPARATOR+set}" != set; then
12805 echo "#! /bin/sh" >conf$$.sh
12806 echo "exit 0" >>conf$$.sh
12808 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12817 as_lineno_1
=$LINENO
12818 as_lineno_2
=$LINENO
12819 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12820 test "x$as_lineno_1" != "x$as_lineno_2" &&
12821 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12822 # Find who we are. Look in the path if we contain no path at all
12825 *[\\/]* ) as_myself
=$0 ;;
12826 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12827 for as_dir
in $PATH
12830 test -z "$as_dir" && as_dir
=.
12831 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12836 # We did not find ourselves, most probably we were run as `sh COMMAND'
12837 # in which case we are not to be found in the path.
12838 if test "x$as_myself" = x
; then
12841 if test ! -f "$as_myself"; then
12842 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12843 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12844 { (exit 1); exit 1; }; }
12846 case $CONFIG_SHELL in
12848 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12849 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12852 test -z "$as_dir" && as_dir
=.
12853 for as_base
in sh bash ksh sh5
; do
12856 if ("$as_dir/$as_base" -c '
12857 as_lineno_1=$LINENO
12858 as_lineno_2=$LINENO
12859 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12860 test "x$as_lineno_1" != "x$as_lineno_2" &&
12861 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12862 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12863 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12864 CONFIG_SHELL
=$as_dir/$as_base
12865 export CONFIG_SHELL
12866 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12874 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12875 # uniformly replaced by the line number. The first 'sed' inserts a
12876 # line-number line before each line; the second 'sed' does the real
12877 # work. The second script uses 'N' to pair each line-number line
12878 # with the numbered line, and appends trailing '-' during
12879 # substitution so that $LINENO is not a special case at line end.
12880 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12881 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12882 sed '=' <$as_myself |
12887 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12890 s,^['$as_cr_digits']*\n,,
12891 ' >$as_me.lineno
&&
12892 chmod +x
$as_me.lineno ||
12893 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12894 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12895 { (exit 1); exit 1; }; }
12897 # Don't try to exec as it changes $[0], causing all sort of problems
12898 # (the dirname of $[0] is not the place where we might find the
12899 # original and so on. Autoconf is especially sensible to this).
12901 # Exit status is that of the last command.
12906 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12907 *c
*,-n*) ECHO_N
= ECHO_C
='
12909 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12910 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12913 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12919 rm -f conf$$ conf$$.exe conf$$.
file
12921 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12922 # We could just check for DJGPP; but this test a) works b) is more generic
12923 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12924 if test -f conf$$.exe
; then
12925 # Don't use ln at all; we don't have any links
12930 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12935 rm -f conf$$ conf$$.exe conf$$.
file
12937 if mkdir
-p .
2>/dev
/null
; then
12940 test -d .
/-p && rmdir .
/-p
12944 as_executable_p
="test -f"
12946 # Sed expression to map a string onto a valid CPP name.
12947 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12949 # Sed expression to map a string onto a valid variable name.
12950 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12954 # We need space, tab and new line, in precisely that order.
12964 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12965 # report actual input values of CONFIG_FILES etc. instead of their
12966 # values after options handling. Logging --version etc. is OK.
12970 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12971 ## Running $as_me. ##
12976 This file was extended by $as_me, which was
12977 generated by GNU Autoconf 2.59. Invocation command line was
12979 CONFIG_FILES = $CONFIG_FILES
12980 CONFIG_HEADERS = $CONFIG_HEADERS
12981 CONFIG_LINKS = $CONFIG_LINKS
12982 CONFIG_COMMANDS = $CONFIG_COMMANDS
12986 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12990 # Files that config.status was made for.
12991 if test -n "$ac_config_files"; then
12992 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
12995 if test -n "$ac_config_headers"; then
12996 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
12999 if test -n "$ac_config_links"; then
13000 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13003 if test -n "$ac_config_commands"; then
13004 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13007 cat >>$CONFIG_STATUS <<\_ACEOF
13010 \`$as_me' instantiates files from templates according to the
13011 current configuration.
13013 Usage: $0 [OPTIONS] [FILE]...
13015 -h, --help print this help, then exit
13016 -V, --version print version number, then exit
13017 -q, --quiet do not print progress messages
13018 -d, --debug don't remove temporary files
13019 --recheck update $as_me by reconfiguring in the same conditions
13020 --file=FILE[:TEMPLATE]
13021 instantiate the configuration file FILE
13023 Configuration files:
13026 Report bugs to <bug-autoconf@gnu.org>."
13029 cat >>$CONFIG_STATUS <<_ACEOF
13032 configured by $0, generated by GNU Autoconf 2.59,
13033 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13035 Copyright (C) 2003 Free Software Foundation, Inc.
13036 This config.status script is free software; the Free Software Foundation
13037 gives unlimited permission to copy, distribute and modify it."
13042 cat >>$CONFIG_STATUS <<\_ACEOF
13043 # If no file are specified by the user, then we need to provide default
13044 # value. By we need to know if files were specified by the user.
13050 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13051 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13059 *) # This is not an option, so the user has probably given explicit
13062 ac_need_defaults
=false
;;
13066 # Handling of the options.
13068 cat >>$CONFIG_STATUS <<\_ACEOF
13069 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13071 --version |
--vers* |
-V )
13072 echo "$ac_cs_version"; exit 0 ;;
13074 # Conflict between --help and --header
13075 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13076 Try \`$0 --help' for more information." >&5
13077 echo "$as_me: error: ambiguous option: $1
13078 Try \`$0 --help' for more information." >&2;}
13079 { (exit 1); exit 1; }; };;
13080 --help |
--hel |
-h )
13081 echo "$ac_cs_usage"; exit 0 ;;
13082 --debug |
--d* |
-d )
13084 --file |
--fil |
--fi |
--f )
13086 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13087 ac_need_defaults
=false
;;
13088 --header |
--heade |
--head |
--hea )
13090 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13091 ac_need_defaults
=false
;;
13092 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13093 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13096 # This is an error.
13097 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13098 Try \`$0 --help' for more information." >&5
13099 echo "$as_me: error: unrecognized option: $1
13100 Try \`$0 --help' for more information." >&2;}
13101 { (exit 1); exit 1; }; } ;;
13103 *) ac_config_targets
="$ac_config_targets $1" ;;
13109 ac_configure_extra_args
=
13111 if $ac_cs_silent; then
13113 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13117 cat >>$CONFIG_STATUS <<_ACEOF
13118 if \$ac_cs_recheck; then
13119 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13120 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13129 cat >>$CONFIG_STATUS <<\_ACEOF
13130 for ac_config_target
in $ac_config_targets
13132 case "$ac_config_target" in
13133 # Handling of arguments.
13134 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13135 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13136 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13137 { (exit 1); exit 1; }; };;
13141 # If the user did not use the arguments to specify the items to instantiate,
13142 # then the envvar interface is used. Set only those that are not.
13143 # We use the long form for the default assignment because of an extremely
13144 # bizarre bug on SunOS 4.1.3.
13145 if $ac_need_defaults; then
13146 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13149 # Have a temporary directory for convenience. Make it in the build tree
13150 # simply because there is no reason to put it here, and in addition,
13151 # creating and moving files from /tmp can sometimes cause problems.
13152 # Create a temporary directory, and hook for its removal unless debugging.
13155 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13156 trap '{ (exit 1); exit 1; }' 1 2 13 15
13159 # Create a (secure) tmp directory for tmp files.
13162 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13163 test -n "$tmp" && test -d "$tmp"
13166 tmp
=.
/confstat$$
-$RANDOM
13167 (umask 077 && mkdir
$tmp)
13170 echo "$me: cannot create a temporary directory in ." >&2
13171 { (exit 1); exit 1; }
13176 cat >>$CONFIG_STATUS <<_ACEOF
13179 # CONFIG_FILES section.
13182 # No need to generate the scripts if there are no CONFIG_FILES.
13183 # This happens for instance when ./config.status config.h
13184 if test -n "\$CONFIG_FILES"; then
13185 # Protect against being on the right side of a sed subst in config.status.
13186 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13187 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13188 s,@SHELL@,$SHELL,;t t
13189 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13190 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13191 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13192 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13193 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13194 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13195 s,@exec_prefix@,$exec_prefix,;t t
13196 s,@prefix@,$prefix,;t t
13197 s,@program_transform_name@,$program_transform_name,;t t
13198 s,@bindir@,$bindir,;t t
13199 s,@sbindir@,$sbindir,;t t
13200 s,@libexecdir@,$libexecdir,;t t
13201 s,@datadir@,$datadir,;t t
13202 s,@sysconfdir@,$sysconfdir,;t t
13203 s,@sharedstatedir@,$sharedstatedir,;t t
13204 s,@localstatedir@,$localstatedir,;t t
13205 s,@libdir@,$libdir,;t t
13206 s,@includedir@,$includedir,;t t
13207 s,@oldincludedir@,$oldincludedir,;t t
13208 s,@infodir@,$infodir,;t t
13209 s,@mandir@,$mandir,;t t
13210 s,@build_alias@,$build_alias,;t t
13211 s,@host_alias@,$host_alias,;t t
13212 s,@target_alias@,$target_alias,;t t
13213 s,@DEFS@,$DEFS,;t t
13214 s,@ECHO_C@,$ECHO_C,;t t
13215 s,@ECHO_N@,$ECHO_N,;t t
13216 s,@ECHO_T@,$ECHO_T,;t t
13217 s,@LIBS@,$LIBS,;t t
13218 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
13219 s,@build@,$build,;t t
13220 s,@build_cpu@,$build_cpu,;t t
13221 s,@build_vendor@,$build_vendor,;t t
13222 s,@build_os@,$build_os,;t t
13223 s,@build_noncanonical@,$build_noncanonical,;t t
13224 s,@host_noncanonical@,$host_noncanonical,;t t
13225 s,@target_noncanonical@,$target_noncanonical,;t t
13226 s,@host@,$host,;t t
13227 s,@host_cpu@,$host_cpu,;t t
13228 s,@host_vendor@,$host_vendor,;t t
13229 s,@host_os@,$host_os,;t t
13230 s,@target@,$target,;t t
13231 s,@target_cpu@,$target_cpu,;t t
13232 s,@target_vendor@,$target_vendor,;t t
13233 s,@target_os@,$target_os,;t t
13234 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13235 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13236 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13238 s,@LN_S@,$LN_S,;t t
13239 s,@build_libsubdir@,$build_libsubdir,;t t
13240 s,@build_subdir@,$build_subdir,;t t
13241 s,@host_subdir@,$host_subdir,;t t
13242 s,@target_subdir@,$target_subdir,;t t
13244 s,@CFLAGS@,$CFLAGS,;t t
13245 s,@LDFLAGS@,$LDFLAGS,;t t
13246 s,@CPPFLAGS@,$CPPFLAGS,;t t
13247 s,@ac_ct_CC@,$ac_ct_CC,;t t
13248 s,@EXEEXT@,$EXEEXT,;t t
13249 s,@OBJEXT@,$OBJEXT,;t t
13251 s,@CXXFLAGS@,$CXXFLAGS,;t t
13252 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13253 s,@GNATBIND@,$GNATBIND,;t t
13254 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
13255 s,@GNATMAKE@,$GNATMAKE,;t t
13256 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
13257 s,@do_compare@,$do_compare,;t t
13258 s,@gmplibs@,$gmplibs,;t t
13259 s,@gmpinc@,$gmpinc,;t t
13260 s,@extra_mpfr_configure_flags@,$extra_mpfr_configure_flags,;t t
13261 s,@ppllibs@,$ppllibs,;t t
13262 s,@pplinc@,$pplinc,;t t
13263 s,@clooglibs@,$clooglibs,;t t
13264 s,@clooginc@,$clooginc,;t t
13265 s,@stage1_languages@,$stage1_languages,;t t
13266 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
13267 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
13268 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
13269 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
13270 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
13271 s,@GCC_SHLIB_SUBDIR@,$GCC_SHLIB_SUBDIR,;t t
13272 s,@tooldir@,$tooldir,;t t
13273 s,@build_tooldir@,$build_tooldir,;t t
13274 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
13275 s,@GDB_TK@,$GDB_TK,;t t
13276 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
13277 s,@build_configargs@,$build_configargs,;t t
13278 s,@build_configdirs@,$build_configdirs,;t t
13279 s,@host_configargs@,$host_configargs,;t t
13280 s,@configdirs@,$configdirs,;t t
13281 s,@target_configargs@,$target_configargs,;t t
13282 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
13283 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
13284 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
13285 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
13286 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
13287 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
13288 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
13289 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
13290 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
13291 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
13292 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
13293 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
13294 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
13295 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
13296 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
13297 s,@config_shell@,$config_shell,;t t
13298 s,@YACC@,$YACC,;t t
13299 s,@BISON@,$BISON,;t t
13302 s,@FLEX@,$FLEX,;t t
13303 s,@MAKEINFO@,$MAKEINFO,;t t
13304 s,@EXPECT@,$EXPECT,;t t
13305 s,@RUNTEST@,$RUNTEST,;t t
13308 s,@DLLTOOL@,$DLLTOOL,;t t
13310 s,@LIPO@,$LIPO,;t t
13312 s,@RANLIB@,$RANLIB,;t t
13313 s,@STRIP@,$STRIP,;t t
13314 s,@WINDRES@,$WINDRES,;t t
13315 s,@WINDMC@,$WINDMC,;t t
13316 s,@OBJCOPY@,$OBJCOPY,;t t
13317 s,@OBJDUMP@,$OBJDUMP,;t t
13318 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
13319 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
13320 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
13321 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
13322 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
13323 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
13324 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
13325 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
13326 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
13327 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
13328 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
13329 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
13330 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
13331 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
13332 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
13333 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
13334 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
13335 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
13336 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
13337 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
13338 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
13339 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13340 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13341 s,@MAINT@,$MAINT,;t t
13342 s,@stage1_cflags@,$stage1_cflags,;t t
13343 s,@stage1_checking@,$stage1_checking,;t t
13344 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
13345 s,@datarootdir@,$datarootdir,;t t
13346 s,@docdir@,$docdir,;t t
13347 s,@pdfdir@,$pdfdir,;t t
13348 s,@htmldir@,$htmldir,;t t
13349 s,@LIBOBJS@,$LIBOBJS,;t t
13350 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13351 /@serialization_dependencies@/r $serialization_dependencies
13352 s,@serialization_dependencies@,,;t t
13353 /@host_makefile_frag@/r $host_makefile_frag
13354 s,@host_makefile_frag@,,;t t
13355 /@target_makefile_frag@/r $target_makefile_frag
13356 s,@target_makefile_frag@,,;t t
13357 /@alphaieee_frag@/r $alphaieee_frag
13358 s,@alphaieee_frag@,,;t t
13359 /@ospace_frag@/r $ospace_frag
13360 s,@ospace_frag@,,;t t
13365 cat >>$CONFIG_STATUS <<\_ACEOF
13366 # Split the substitutions into bite-sized pieces for seds with
13367 # small command number limits, like on Digital OSF/1 and HP-UX.
13368 ac_max_sed_lines
=48
13369 ac_sed_frag
=1 # Number of current file.
13370 ac_beg
=1 # First line for current file.
13371 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13374 while $ac_more_lines; do
13375 if test $ac_beg -gt 1; then
13376 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13378 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13380 if test ! -s $tmp/subs.frag
; then
13381 ac_more_lines
=false
13383 # The purpose of the label and of the branching condition is to
13384 # speed up the sed processing (if there are no `@' at all, there
13385 # is no need to browse any of the substitutions).
13386 # These are the two extra sed commands mentioned above.
13388 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13389 if test -z "$ac_sed_cmds"; then
13390 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13392 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13394 ac_sed_frag
=`expr $ac_sed_frag + 1`
13396 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13399 if test -z "$ac_sed_cmds"; then
13402 fi # test -n "$CONFIG_FILES"
13405 cat >>$CONFIG_STATUS <<\_ACEOF
13406 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13407 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13409 - |
*:- |
*:-:* ) # input from stdin
13411 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13412 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13413 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13414 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13415 * ) ac_file_in
=$ac_file.
in ;;
13418 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13419 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13420 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13421 X"$ac_file" : 'X\(//\)[^/]' \| \
13422 X"$ac_file" : 'X\(//\)$' \| \
13423 X"$ac_file" : 'X\(/\)' \| \
13424 . : '\(.\)' 2>/dev/null ||
13426 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13427 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13428 /^X\(\/\/\)$/{ s//\1/; q; }
13429 /^X\(\/\).*/{ s//\1/; q; }
13431 { if $as_mkdir_p; then
13436 while test ! -d "$as_dir"; do
13437 as_dirs
="$as_dir $as_dirs"
13438 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13439 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13440 X"$as_dir" : 'X\(//\)[^/]' \| \
13441 X"$as_dir" : 'X\(//\)$' \| \
13442 X"$as_dir" : 'X\(/\)' \| \
13443 . : '\(.\)' 2>/dev/null ||
13445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13446 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13447 /^X\(\/\/\)$/{ s//\1/; q; }
13448 /^X\(\/\).*/{ s//\1/; q; }
13451 test ! -n "$as_dirs" || mkdir
$as_dirs
13452 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13453 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13454 { (exit 1); exit 1; }; }; }
13458 if test "$ac_dir" != .
; then
13459 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13460 # A "../" for each directory in $ac_dir_suffix.
13461 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13463 ac_dir_suffix
= ac_top_builddir
=
13467 .
) # No --srcdir option. We are building in place.
13469 if test -z "$ac_top_builddir"; then
13472 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13474 [\\/]* | ?
:[\\/]* ) # Absolute path.
13475 ac_srcdir
=$srcdir$ac_dir_suffix;
13476 ac_top_srcdir
=$srcdir ;;
13477 *) # Relative path.
13478 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13479 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13482 # Do not use `cd foo && pwd` to compute absolute paths, because
13483 # the directories may not exist.
13485 .
) ac_abs_builddir
="$ac_dir";;
13488 .
) ac_abs_builddir
=`pwd`;;
13489 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13490 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13493 case $ac_abs_builddir in
13494 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13496 case ${ac_top_builddir}.
in
13497 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13498 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13499 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13502 case $ac_abs_builddir in
13503 .
) ac_abs_srcdir
=$ac_srcdir;;
13506 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13507 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13508 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13511 case $ac_abs_builddir in
13512 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13514 case $ac_top_srcdir in
13515 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13516 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13517 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13523 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13524 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13527 if test x
"$ac_file" != x-
; then
13528 { echo "$as_me:$LINENO: creating $ac_file" >&5
13529 echo "$as_me: creating $ac_file" >&6;}
13532 # Let's still pretend it is `configure' which instantiates (i.e., don't
13533 # use $as_me), people would be surprised to read:
13534 # /* config.h. Generated by config.status. */
13535 if test x
"$ac_file" = x-
; then
13538 configure_input
="$ac_file. "
13540 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13541 sed 's,.*/,,'` by configure."
13543 # First look for the input files in the build tree, otherwise in the
13545 ac_file_inputs
=`IFS=:
13546 for f in $ac_file_in; do
13548 -) echo $tmp/stdin ;;
13550 # Absolute (can't be DOS-style, as IFS=:)
13551 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13552 echo "$as_me: error: cannot find input file: $f" >&2;}
13553 { (exit 1); exit 1; }; }
13556 if test -f "$f"; then
13559 elif test -f "$srcdir/$f"; then
13564 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13565 echo "$as_me: error: cannot find input file: $f" >&2;}
13566 { (exit 1); exit 1; }; }
13569 done` ||
{ (exit 1); exit 1; }
13571 cat >>$CONFIG_STATUS <<_ACEOF
13575 cat >>$CONFIG_STATUS <<\_ACEOF
13577 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13578 s
,@configure_input@
,$configure_input,;t t
13579 s
,@srcdir@
,$ac_srcdir,;t t
13580 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13581 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13582 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13583 s
,@builddir@
,$ac_builddir,;t t
13584 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13585 s
,@top_builddir@
,$ac_top_builddir,;t t
13586 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13587 s
,@INSTALL@
,$ac_INSTALL,;t t
13588 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13590 if test x"$ac_file" != x-; then
13591 mv $tmp/out $ac_file
13600 cat >>$CONFIG_STATUS <<\_ACEOF
13602 { (exit 0); exit 0; }
13604 chmod +x $CONFIG_STATUS
13605 ac_clean_files=$ac_clean_files_save
13608 # configure is writing to config.log, and then calls config.status.
13609 # config.status does its own redirection, appending to config.log.
13610 # Unfortunately, on DOS this fails, as config.log is still kept open
13611 # by configure, so config.status won't be able to write to it; its
13612 # output is simply discarded. So we exec the FD to /dev/null,
13613 # effectively closing config.log, so it can be properly (re)opened and
13614 # appended to by config.status. When coming back to configure, we
13615 # need to make the FD available again.
13616 if test "$no_create" != yes; then
13618 ac_config_status_args=
13619 test "$silent" = yes &&
13620 ac_config_status_args="$ac_config_status_args --quiet"
13622 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13624 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13625 # would make configure fail if this is the last instruction.
13626 $ac_cs_success || { (exit 1); exit 1; }