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 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 cgen 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* |
*-*-nto*)
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
*-*-* | arm
*-*-*)
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*)
2219 noconfigdirs
="$noconfigdirs ld gprof"
2220 noconfigdirs
="$noconfigdirs sim target-rda"
2223 noconfigdirs
="$noconfigdirs ld gas gprof"
2224 noconfigdirs
="$noconfigdirs sim target-rda"
2227 noconfigdirs
="$noconfigdirs ld gas gdb gprof"
2228 noconfigdirs
="$noconfigdirs sim target-rda"
2229 noconfigdirs
="$noconfigdirs ${libgcj}"
2231 *-*-freebsd[12] |
*-*-freebsd[12].
* |
*-*-freebsd*aout
*)
2232 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2235 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2236 if test "x$with_gmp" = x
&& test "x$with_gmp_dir" = x \
2237 && test -f /usr
/local
/include
/gmp.h
; then
2241 # Skip some stuff that's unsupported on some FreeBSD configurations.
2246 noconfigdirs
="$noconfigdirs ${libgcj}"
2251 # Remove unsupported stuff on all kaOS configurations.
2252 skipdirs
="target-libiberty ${libgcj} target-libstdc++-v3 target-librx"
2253 skipdirs
="$skipdirs target-libobjc target-examples target-groff target-gperf"
2254 skipdirs
="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
2255 noconfigdirs
="$noconfigdirs target-libgloss"
2258 # Skip some stuff on all NetBSD configurations.
2259 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss"
2261 # Skip some stuff that's unsupported on some NetBSD configurations.
2263 i
*86-*-netbsdelf*) ;;
2264 arm
*-*-netbsdelf*) ;;
2266 noconfigdirs
="$noconfigdirs ${libgcj}"
2271 noconfigdirs
="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
2274 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2276 # The tpf target doesn't support gdb yet.
2278 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj} target-libmudflap gdb tcl tk libgui itcl"
2281 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
2284 noconfigdirs
="$noconfigdirs target-newlib target-libgloss target-libiberty target-libstdc++-v3 ${libgcj}"
2287 # ld works, but does not support shared libraries.
2288 # newlib is not 64 bit ready. I'm not sure about fileutils.
2289 # gas doesn't generate exception information.
2290 noconfigdirs
="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
2293 noconfigdirs
="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
2296 # newlib is not 64 bit ready
2297 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2300 # newlib is not 64 bit ready
2301 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2304 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2307 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss"
2309 sh
*-*-pe|mips
*-*-pe|
*arm-wince-pe
)
2310 noconfigdirs
="$noconfigdirs ${libgcj}"
2311 noconfigdirs
="$noconfigdirs target-examples"
2312 noconfigdirs
="$noconfigdirs target-libiberty texinfo send-pr"
2313 noconfigdirs
="$noconfigdirs tcl tk itcl libgui sim"
2314 noconfigdirs
="$noconfigdirs expect dejagnu"
2315 # the C++ libraries don't build on top of CE's C libraries
2316 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2317 noconfigdirs
="$noconfigdirs target-newlib"
2319 *-*-cygwin*) ;; # keep gdb and readline
2320 *) noconfigdirs
="$noconfigdirs gdb readline"
2326 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2330 arm-
*-coff | strongarm-
*-coff | xscale-
*-coff)
2331 noconfigdirs
="$noconfigdirs ${libgcj}"
2334 arm-
*-elf* | strongarm-
*-elf* | xscale-
*-elf* | arm
*-*-eabi* )
2335 noconfigdirs
="$noconfigdirs target-libffi target-qthreads"
2338 arm
*-*-linux-gnueabi)
2339 noconfigdirs
="$noconfigdirs target-qthreads"
2340 case ${with_newlib} in
2341 no
) noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2346 noconfigdirs
="$noconfigdirs ${libgcj} target-libiberty"
2350 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2353 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2356 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2359 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2362 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2365 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj} target-libssp"
2368 noconfigdirs
="$noconfigdirs gdb"
2369 if test x
${is_cross_compiler} != xno
; then
2370 target_configdirs
="${target_configdirs} target-bsp target-cygmon"
2373 c4x-
*-* | tic4x-
*-*)
2374 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2376 c54x
*-*-* | tic54x-
*-*)
2377 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
2380 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2382 cris-
*-* | crisv32-
*-*)
2383 unsupported_languages
="$unsupported_languages java"
2386 unsupported_languages
="$unsupported_languages fortran"
2387 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc";;
2389 noconfigdirs
="$noconfigdirs target-boehm-gc";;
2391 noconfigdirs
="$noconfigdirs target-newlib target-libgloss";;
2393 unsupported_languages
="$unsupported_languages fortran"
2394 noconfigdirs
="$noconfigdirs ${libgcj} target-newlib target-libgloss";;
2399 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-mudflap ${libgcj}"
2402 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2405 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2407 ep9312-
*-elf | ep9312-
*-coff)
2411 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2414 noconfigdirs
="$noconfigdirs ${libgcj}"
2417 noconfigdirs
="$noconfigdirs ${libgcj}"
2418 noconfigdirs
="$noconfigdirs gprof"
2421 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2424 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2426 hppa1.1
-*-osf* | hppa1.1
-*-bsd* )
2428 hppa
*64*-*-linux* | parisc
*64*-*-linux*)
2429 # In this case, it's because the hppa64-linux target is for
2430 # the kernel only at this point and has no libc, and thus no
2431 # headers, crt*.o, etc., all of which are needed by these.
2432 noconfigdirs
="$noconfigdirs target-zlib"
2434 parisc
*-*-linux* | hppa
*-*-linux*)
2438 hppa
*-*-openbsd* | \
2440 noconfigdirs
="$noconfigdirs ${libgcj}"
2443 noconfigdirs
="$noconfigdirs ld shellutils"
2449 # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
2450 # build on HP-UX 10.20.
2451 noconfigdirs
="$noconfigdirs ld shellutils ${libgcj}"
2454 noconfigdirs
="$noconfigdirs ${libgcj} gdb"
2457 # No gdb support yet.
2458 noconfigdirs
="$noconfigdirs readline mmalloc libgui itcl gdb"
2461 # No gdb or ld support yet.
2462 noconfigdirs
="$noconfigdirs ${libgcj} readline mmalloc libgui itcl gdb ld"
2465 # No gdb or ld support yet.
2466 noconfigdirs
="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
2470 i
[3456789]86-*-coff | i
[3456789]86-*-elf)
2471 noconfigdirs
="$noconfigdirs ${libgcj}"
2474 i
[3456789]86-*-linux*)
2475 # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
2476 # not build java stuff by default.
2479 noconfigdirs
="$noconfigdirs ${libgcj}";;
2482 # This section makes it possible to build newlib natively on linux.
2483 # If we are using a cross compiler then don't configure newlib.
2484 if test x
${is_cross_compiler} != xno
; then
2485 noconfigdirs
="$noconfigdirs target-newlib"
2487 noconfigdirs
="$noconfigdirs target-libgloss"
2488 # If we are not using a cross compiler, do configure newlib.
2489 # Note however, that newlib will only be configured in this situation
2490 # if the --with-newlib option has been given, because otherwise
2491 # 'target-newlib' will appear in skipdirs.
2493 i
[3456789]86-*-mingw32*)
2494 target_configdirs
="$target_configdirs target-winsup"
2495 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2498 target_configdirs
="$target_configdirs target-winsup"
2499 noconfigdirs
="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
2502 target_configdirs
="$target_configdirs target-libtermcap target-winsup"
2503 noconfigdirs
="$noconfigdirs target-gperf target-libgloss ${libgcj}"
2504 # always build newlib if winsup directory is present.
2505 if test -d "$srcdir/winsup/cygwin"; then
2506 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2507 elif test -d "$srcdir/newlib"; then
2508 echo "Warning: winsup/cygwin is missing so newlib can't be built."
2511 i
[3456789]86-moss-msdos | i
[3456789]86-*-moss* | \
2512 i
[3456789]86-*-uwin* | i
[3456789]86-*-interix* )
2515 noconfigdirs
="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
2517 i
[3456789]86-*-sco3.2v5
*)
2518 # The linker does not yet know about weak symbols in COFF,
2519 # and is not configured to handle mixed ELF and COFF.
2520 noconfigdirs
="$noconfigdirs ld target-libgloss ${libgcj}"
2522 i
[3456789]86-*-sco*)
2523 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2525 i
[3456789]86-*-solaris2*)
2526 noconfigdirs
="$noconfigdirs target-libgloss"
2528 i
[3456789]86-*-sysv4*)
2529 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2531 i
[3456789]86-*-beos*)
2532 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2534 i
[3456789]86-*-rdos*)
2535 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2538 noconfigdirs
="$noconfigdirs ${libgcj}"
2540 m68hc11-
*-*|m6811-
*-*|m68hc12-
*-*|m6812-
*-*)
2541 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2542 libgloss_dir
=m68hc11
2545 noconfigdirs
="$noconfigdirs ${libgcj}"
2548 noconfigdirs
="$noconfigdirs ${libgcj}"
2550 m68
*-*-* | fido-
*-*)
2554 # The EPOC C++ environment does not support exceptions or rtti,
2555 # and so building libstdc++-v3 tends not to always work.
2556 noconfigdirs
="$noconfigdirs target-libstdc++-v3"
2559 noconfigdirs
="$noconfigdirs target-libffi target-boehm-gc gdb libgloss"
2560 unsupported_languages
="$unsupported_languages fortran java"
2563 noconfigdirs
="$noconfigdirs ${libgcj}"
2566 noconfigdirs
="$noconfigdirs ${libgcj}"
2569 noconfigdirs
="$noconfigdirs sim"
2572 # copied from rs6000-*-* entry
2573 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2575 powerpc
*-*-winnt* | powerpc
*-*-pe* | ppc
*-*-pe)
2576 target_configdirs
="$target_configdirs target-winsup"
2577 noconfigdirs
="$noconfigdirs gdb tcl tk make expect target-libgloss itcl gnuserv ${libgcj}"
2578 # always build newlib.
2579 skipdirs
=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
2581 # This is temporary until we can link against shared libraries
2582 powerpcle-
*-solaris*)
2583 noconfigdirs
="$noconfigdirs gdb sim make tcl tk expect itcl gnuserv ${libgcj}"
2587 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
2590 noconfigdirs
="$noconfigdirs ${libgcj}"
2593 powerpc-
*-eabi* | powerpcle-
*-eabi* | powerpc-
*-rtems* )
2597 noconfigdirs
="$noconfigdirs target-newlib gprof ${libgcj}"
2600 noconfigdirs
="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}"
2603 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2606 noconfigdirs
="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
2609 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2612 skipdirs
="$skipdirs target-libiberty"
2613 noconfigdirs
="$noconfigdirs ${libgcj}"
2614 if test x
$with_newlib = xyes
; then
2615 noconfigdirs
="$noconfigdirs gprof"
2620 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2623 # Linking libjava exceeds command-line length limits on at least
2624 # IRIX 6.2, but not on IRIX 6.5.
2625 # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
2626 # <oldham@codesourcery.com>
2627 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2630 noconfigdirs
="$noconfigdirs gprof target-libgloss ${libgcj}"
2633 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2636 noconfigdirs
="$noconfigdirs gprof ${libgcj}"
2640 noconfigdirs
="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
2644 i
[3456789]86-*-vsta) ;; # don't add gprof back in
2645 i
[3456789]86-*-go32*) ;; # don't add gprof back in
2646 i
[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
2647 *) skipdirs
=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
2649 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2651 sparclet-
*-aout* | sparc86x-
*-*)
2655 noconfigdirs
="$noconfigdirs ${libgcj}"
2658 noconfigdirs
="$noconfigdirs ${libgcj}"
2662 noconfigdirs
="$noconfigdirs ${libgcj}"
2666 noconfigdirs
="$noconfigdirs ${libgcj}"
2667 if test x
${is_cross_compiler} != xno
; then
2668 noconfigdirs
="$noconfigdirs gdb target-newlib target-libgloss"
2673 sparc-
*-solaris2.
[0-6] | sparc-
*-solaris2.
[0-6].
*)
2674 noconfigdirs
="$noconfigdirs ${libgcj}"
2676 sparc-
*-solaris* | sparc64-
*-solaris* | sparcv9-
*-solaris*)
2679 noconfigdirs
="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
2682 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2685 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2688 noconfigdirs
="$noconfigdirs target-libgloss ${libgcj}"
2691 noconfigdirs
="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
2694 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2697 noconfigdirs
="$noconfigdirs ${libgcj}"
2700 noconfigdirs
="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
2702 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
2703 noconfigdirs
="$noconfigdirs target-newlib target-libgloss"
2706 noconfigdirs
="$noconfigdirs target-newlib target-libgloss ${libgcj}"
2709 noconfigdirs
="$noconfigdirs ${libgcj}"
2713 # If we aren't building newlib, then don't build libgloss, since libgloss
2714 # depends upon some newlib header files.
2715 case "${noconfigdirs}" in
2716 *target-libgloss
*) ;;
2717 *target-newlib
*) noconfigdirs
="$noconfigdirs target-libgloss" ;;
2720 # Work in distributions that contain no compiler tools, like Autoconf.
2722 host_makefile_frag
=/dev
/null
2723 if test -d ${srcdir}/config
; then
2726 # Avoid "too much defining" errors from HPUX compiler.
2727 tentative_cc
="cc -Wp,-H256000"
2728 # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
2729 # If it's HP/UX ar, this should be harmless.
2733 tentative_cc
="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
2736 #None of the Apollo compilers can compile gas or binutils. The preprocessor
2737 # chokes on bfd, the compiler won't let you assign integers to enums, and
2738 # other problems. Defining CC to gcc is a questionable way to say "don't use
2739 # the apollo compiler" (the preferred version of GCC could be called cc,
2740 # or whatever), but I'm not sure leaving CC as cc is any better...
2741 #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
2742 # Used to have BISON=yacc.
2746 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2749 # Under CX/UX, we want to tell the compiler to use ANSI mode.
2750 tentative_cc
="cc -Xa"
2751 host_makefile_frag
="config/mh-cxux"
2753 m88k-motorola-sysv
*)
2756 tentative_cc
="cc -Wf,-XNg1000"
2757 host_makefile_frag
="config/mh-decstation"
2760 # The C compiler on NEC MIPS SVR4 needs bigger tables.
2761 tentative_cc
="cc -ZXNd=5000 -ZXNg=1000"
2762 host_makefile_frag
="config/mh-necv4"
2765 # Tell compiler to use K&R C. We can't compile under the SGI Ansi
2766 # environment. Also bump switch table size so that cp-parse will
2767 # compile. Bump string length limit so linker builds.
2768 tentative_cc
="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
2771 host_makefile_frag
="config/mh-sysv4"
2774 # This is for a MIPS running RISC/os 4.52C.
2776 # This is needed for GDB, but needs to be in the top-level make because
2777 # if a library is compiled with the bsd headers and gets linked with the
2778 # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
2779 # a different size).
2780 # ptrace(2) apparently has problems in the BSD environment. No workaround is
2781 # known except to select the sysv environment. Could we use /proc instead?
2782 # These "sysv environments" and "bsd environments" often end up being a pain.
2784 # This is not part of CFLAGS because perhaps not all C compilers have this
2786 tentative_cc
="cc -systype sysv"
2791 i
[3456789]86-*-sysv5*)
2792 host_makefile_frag
="config/mh-sysv5"
2794 i
[3456789]86-*-dgux*)
2795 tentative_cc
="gcc -Wall -ansi -D__using_DGUX"
2796 host_makefile_frag
="config/mh-dgux386"
2798 i
[3456789]86-ncr-sysv4.3
*)
2799 # The MetaWare compiler will generate a copyright message unless you
2800 # turn it off by adding the -Hnocopyr flag.
2801 tentative_cc
="cc -Hnocopyr"
2803 i
[3456789]86-ncr-sysv4*)
2804 # for an NCR 3000 (i486/SVR4) system.
2805 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
2806 # This compiler not only emits obnoxious copyright messages every time
2807 # you run it, but it chokes and dies on a whole bunch of GNU source
2808 # files. Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
2809 tentative_cc
="/usr/ccs/ATT/cc"
2810 host_makefile_frag
="config/mh-ncr3000"
2812 i
[3456789]86-*-sco3.2v5
*)
2814 i
[3456789]86-*-sco*)
2815 # The native C compiler botches some simple uses of const. Unfortunately,
2816 # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
2817 tentative_cc
="cc -Dconst="
2818 host_makefile_frag
="config/mh-sco"
2820 i
[3456789]86-*-udk*)
2821 host_makefile_frag
="config/mh-sysv5"
2823 i
[3456789]86-*-solaris2*)
2824 host_makefile_frag
="config/mh-sysv4"
2826 i
[3456789]86-*-msdosdjgpp*)
2827 host_makefile_frag
="config/mh-djgpp"
2831 echo "$as_me:$LINENO: checking to see if cat works as expected" >&5
2832 echo $ECHO_N "checking to see if cat works as expected... $ECHO_C" >&6
2833 echo a
>cygwin-cat-check
2834 if test `cat cygwin-cat-check` == a
; then
2836 echo "$as_me:$LINENO: result: yes" >&5
2837 echo "${ECHO_T}yes" >&6
2840 echo "$as_me:$LINENO: result: no" >&5
2841 echo "${ECHO_T}no" >&6
2842 { { echo "$as_me:$LINENO: error: The cat command does not ignore carriage return characters.
2843 Please either mount the build directory in binary mode or run the following
2844 commands before running any configure script:
2848 echo "$as_me: error: The cat command does not ignore carriage return characters.
2849 Please either mount the build directory in binary mode or run the following
2850 commands before running any configure script:
2854 { (exit 1); exit 1; }; }
2857 host_makefile_frag
="config/mh-cygwin"
2860 host_makefile_frag
="config/mh-mingw"
2863 host_makefile_frag
="config/mh-interix"
2866 # The old BSD pcc isn't up to compiling parts of gdb so use gcc
2870 host_makefile_frag
="config/mh-solaris"
2873 # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
2874 # without overflowing the jump tables (-J says to use a 32 bit table)
2875 tentative_cc
="cc -J"
2878 tentative_cc
="cc -Wp,-H256000"
2879 host_makefile_frag
="config/mh-pa-hpux10"
2881 hppa
*-hp-hpux* | hppa
*-*-hiux*)
2882 tentative_cc
="cc -Wp,-H256000"
2883 host_makefile_frag
="config/mh-pa"
2886 host_makefile_frag
="config/mh-pa"
2888 *-hp-hpux* |
*-*-hiux*)
2889 tentative_cc
="cc -Wp,-H256000"
2892 # /bin/cc is less than useful for our purposes. Always use GCC
2893 tentative_cc
="/usr/cygnus/progressive/bin/gcc"
2894 host_makefile_frag
="config/mh-lynxrs6k"
2897 host_makefile_frag
="config/mh-ppc-darwin"
2900 host_makefile_frag
="config/mh-ppc-aix"
2903 host_makefile_frag
="config/mh-ppc-aix"
2906 # /bin/cc is less than useful for our purposes. Always use GCC
2907 tentative_cc
="/bin/gcc"
2910 host_makefile_frag
="config/mh-sysv4"
2912 # This is placed last to prevent interfering with the cases above.
2914 # Build the stage2 and stage3 compilers with -fomit-frame-pointer.
2915 host_makefile_frag
="config/mh-x86omitfp"
2920 # If we aren't going to be using gcc, see if we can extract a definition
2921 # of CC from the fragment.
2922 # Actually, use the 'pre-extracted' version above.
2923 if test -z "${CC}" && test "${build}" = "${host}" ; then
2924 IFS
="${IFS= }"; save_ifs
="$IFS"; IFS
="${IFS}:"
2926 for dir
in $PATH; do
2927 test -z "$dir" && dir
=.
2928 if test -f $dir/gcc
; then
2934 if test -z "${found}" && test -n "${tentative_cc}" ; then
2939 if test "${build}" != "${host}" ; then
2940 AR_FOR_BUILD
=${AR_FOR_BUILD-ar}
2941 AS_FOR_BUILD
=${AS_FOR_BUILD-as}
2942 CC_FOR_BUILD
=${CC_FOR_BUILD-gcc}
2943 CXX_FOR_BUILD
=${CXX_FOR_BUILD-g++}
2944 GCJ_FOR_BUILD
=${GCJ_FOR_BUILD-gcj}
2945 GFORTRAN_FOR_BUILD
=${GFORTRAN_FOR_BUILD-gfortran}
2946 DLLTOOL_FOR_BUILD
=${DLLTOOL_FOR_BUILD-dlltool}
2947 LD_FOR_BUILD
=${LD_FOR_BUILD-ld}
2948 NM_FOR_BUILD
=${NM_FOR_BUILD-nm}
2949 RANLIB_FOR_BUILD
=${RANLIB_FOR_BUILD-ranlib}
2950 WINDRES_FOR_BUILD
=${WINDRES_FOR_BUILD-windres}
2951 WINDMC_FOR_BUILD
=${WINDMC_FOR_BUILD-windmc}
2953 AR_FOR_BUILD
="\$(AR)"
2954 AS_FOR_BUILD
="\$(AS)"
2955 CC_FOR_BUILD
="\$(CC)"
2956 CXX_FOR_BUILD
="\$(CXX)"
2957 GCJ_FOR_BUILD
="\$(GCJ)"
2958 GFORTRAN_FOR_BUILD
="\$(GFORTRAN)"
2959 DLLTOOL_FOR_BUILD
="\$(DLLTOOL)"
2960 LD_FOR_BUILD
="\$(LD)"
2961 NM_FOR_BUILD
="\$(NM)"
2962 RANLIB_FOR_BUILD
="\$(RANLIB)"
2963 WINDRES_FOR_BUILD
="\$(WINDRES)"
2964 WINDMC_FOR_BUILD
="\$(WINDMC)"
2968 ac_cpp
='$CPP $CPPFLAGS'
2969 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2970 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2971 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2972 if test -n "$ac_tool_prefix"; then
2973 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2974 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2975 echo "$as_me:$LINENO: checking for $ac_word" >&5
2976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2977 if test "${ac_cv_prog_CC+set}" = set; then
2978 echo $ECHO_N "(cached) $ECHO_C" >&6
2980 if test -n "$CC"; then
2981 ac_cv_prog_CC
="$CC" # Let the user override the test.
2983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2987 test -z "$as_dir" && as_dir
=.
2988 for ac_exec_ext
in '' $ac_executable_extensions; do
2989 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2990 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3000 if test -n "$CC"; then
3001 echo "$as_me:$LINENO: result: $CC" >&5
3002 echo "${ECHO_T}$CC" >&6
3004 echo "$as_me:$LINENO: result: no" >&5
3005 echo "${ECHO_T}no" >&6
3009 if test -z "$ac_cv_prog_CC"; then
3011 # Extract the first word of "gcc", so it can be a program name with args.
3012 set dummy gcc
; ac_word
=$2
3013 echo "$as_me:$LINENO: checking for $ac_word" >&5
3014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3015 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3016 echo $ECHO_N "(cached) $ECHO_C" >&6
3018 if test -n "$ac_ct_CC"; then
3019 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3021 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3025 test -z "$as_dir" && as_dir
=.
3026 for ac_exec_ext
in '' $ac_executable_extensions; do
3027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3028 ac_cv_prog_ac_ct_CC
="gcc"
3029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3037 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3038 if test -n "$ac_ct_CC"; then
3039 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3040 echo "${ECHO_T}$ac_ct_CC" >&6
3042 echo "$as_me:$LINENO: result: no" >&5
3043 echo "${ECHO_T}no" >&6
3051 if test -z "$CC"; then
3052 if test -n "$ac_tool_prefix"; then
3053 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3054 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3055 echo "$as_me:$LINENO: checking for $ac_word" >&5
3056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3057 if test "${ac_cv_prog_CC+set}" = set; then
3058 echo $ECHO_N "(cached) $ECHO_C" >&6
3060 if test -n "$CC"; then
3061 ac_cv_prog_CC
="$CC" # Let the user override the test.
3063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3067 test -z "$as_dir" && as_dir
=.
3068 for ac_exec_ext
in '' $ac_executable_extensions; do
3069 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3070 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3080 if test -n "$CC"; then
3081 echo "$as_me:$LINENO: result: $CC" >&5
3082 echo "${ECHO_T}$CC" >&6
3084 echo "$as_me:$LINENO: result: no" >&5
3085 echo "${ECHO_T}no" >&6
3089 if test -z "$ac_cv_prog_CC"; then
3091 # Extract the first word of "cc", so it can be a program name with args.
3092 set dummy cc
; ac_word
=$2
3093 echo "$as_me:$LINENO: checking for $ac_word" >&5
3094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3095 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3096 echo $ECHO_N "(cached) $ECHO_C" >&6
3098 if test -n "$ac_ct_CC"; then
3099 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3101 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3105 test -z "$as_dir" && as_dir
=.
3106 for ac_exec_ext
in '' $ac_executable_extensions; do
3107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3108 ac_cv_prog_ac_ct_CC
="cc"
3109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3117 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3118 if test -n "$ac_ct_CC"; then
3119 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3120 echo "${ECHO_T}$ac_ct_CC" >&6
3122 echo "$as_me:$LINENO: result: no" >&5
3123 echo "${ECHO_T}no" >&6
3132 if test -z "$CC"; then
3133 # Extract the first word of "cc", so it can be a program name with args.
3134 set dummy cc
; ac_word
=$2
3135 echo "$as_me:$LINENO: checking for $ac_word" >&5
3136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3137 if test "${ac_cv_prog_CC+set}" = set; then
3138 echo $ECHO_N "(cached) $ECHO_C" >&6
3140 if test -n "$CC"; then
3141 ac_cv_prog_CC
="$CC" # Let the user override the test.
3144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3148 test -z "$as_dir" && as_dir
=.
3149 for ac_exec_ext
in '' $ac_executable_extensions; do
3150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3151 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3152 ac_prog_rejected
=yes
3156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3162 if test $ac_prog_rejected = yes; then
3163 # We found a bogon in the path, so make sure we never use it.
3164 set dummy
$ac_cv_prog_CC
3166 if test $# != 0; then
3167 # We chose a different compiler from the bogus one.
3168 # However, it has the same basename, so the bogon will be chosen
3169 # first if we set CC to just the basename; use the full file name.
3171 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3177 if test -n "$CC"; then
3178 echo "$as_me:$LINENO: result: $CC" >&5
3179 echo "${ECHO_T}$CC" >&6
3181 echo "$as_me:$LINENO: result: no" >&5
3182 echo "${ECHO_T}no" >&6
3186 if test -z "$CC"; then
3187 if test -n "$ac_tool_prefix"; then
3190 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3191 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3192 echo "$as_me:$LINENO: checking for $ac_word" >&5
3193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3194 if test "${ac_cv_prog_CC+set}" = set; then
3195 echo $ECHO_N "(cached) $ECHO_C" >&6
3197 if test -n "$CC"; then
3198 ac_cv_prog_CC
="$CC" # Let the user override the test.
3200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3204 test -z "$as_dir" && as_dir
=.
3205 for ac_exec_ext
in '' $ac_executable_extensions; do
3206 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3207 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3208 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3217 if test -n "$CC"; then
3218 echo "$as_me:$LINENO: result: $CC" >&5
3219 echo "${ECHO_T}$CC" >&6
3221 echo "$as_me:$LINENO: result: no" >&5
3222 echo "${ECHO_T}no" >&6
3225 test -n "$CC" && break
3228 if test -z "$CC"; then
3232 # Extract the first word of "$ac_prog", so it can be a program name with args.
3233 set dummy
$ac_prog; ac_word
=$2
3234 echo "$as_me:$LINENO: checking for $ac_word" >&5
3235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3236 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
3237 echo $ECHO_N "(cached) $ECHO_C" >&6
3239 if test -n "$ac_ct_CC"; then
3240 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3242 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3246 test -z "$as_dir" && as_dir
=.
3247 for ac_exec_ext
in '' $ac_executable_extensions; do
3248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3249 ac_cv_prog_ac_ct_CC
="$ac_prog"
3250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3258 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3259 if test -n "$ac_ct_CC"; then
3260 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3261 echo "${ECHO_T}$ac_ct_CC" >&6
3263 echo "$as_me:$LINENO: result: no" >&5
3264 echo "${ECHO_T}no" >&6
3267 test -n "$ac_ct_CC" && break
3276 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3277 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3278 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
3279 See \`config.log' for more details." >&5
3280 echo "$as_me: error: no acceptable C compiler found in \$PATH
3281 See \`config.log' for more details." >&2;}
3282 { (exit 1); exit 1; }; }; }
3284 # Provide some information about the compiler.
3285 echo "$as_me:$LINENO:" \
3286 "checking for C compiler version" >&5
3287 ac_compiler
=`set X $ac_compile; echo $2`
3288 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3289 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3292 (exit $ac_status); }
3293 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3294 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297 (exit $ac_status); }
3298 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3299 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3302 (exit $ac_status); }
3304 cat >conftest.
$ac_ext <<_ACEOF
3307 cat confdefs.h
>>conftest.
$ac_ext
3308 cat >>conftest.
$ac_ext <<_ACEOF
3309 /* end confdefs.h. */
3319 ac_clean_files_save
=$ac_clean_files
3320 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
3321 # Try to create an executable without -o first, disregard a.out.
3322 # It will help us diagnose broken compilers, and finding out an intuition
3324 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3325 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3326 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3327 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3328 (eval $ac_link_default) 2>&5
3330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); }; then
3332 # Find the output, starting from the most likely. This scheme is
3333 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
3336 # Be careful to initialize this variable, since it used to be cached.
3337 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
3339 # b.out is created by i960 compilers.
3340 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
3342 test -f "$ac_file" ||
continue
3344 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
3347 # This is the source file.
3350 # We found the default executable, but exeext='' is most
3354 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3355 # FIXME: I believe we export ac_cv_exeext for Libtool,
3356 # but it would be cool to find out if it's true. Does anybody
3357 # maintain Libtool? --akim.
3365 echo "$as_me: failed program was:" >&5
3366 sed 's/^/| /' conftest.
$ac_ext >&5
3368 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3369 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3370 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
3371 See \`config.log' for more details." >&5
3372 echo "$as_me: error: C compiler cannot create executables
3373 See \`config.log' for more details." >&2;}
3374 { (exit 77); exit 77; }; }; }
3377 ac_exeext
=$ac_cv_exeext
3378 echo "$as_me:$LINENO: result: $ac_file" >&5
3379 echo "${ECHO_T}$ac_file" >&6
3381 # Check the compiler produces executables we can run. If not, either
3382 # the compiler is broken, or we cross compile.
3383 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3384 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
3385 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3386 # If not cross compiling, check that we can run a simple program.
3387 if test "$cross_compiling" != yes; then
3388 if { ac_try
='./$ac_file'
3389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3393 (exit $ac_status); }; }; then
3396 if test "$cross_compiling" = maybe
; then
3399 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3400 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3401 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3402 If you meant to cross compile, use \`--host'.
3403 See \`config.log' for more details." >&5
3404 echo "$as_me: error: cannot run C compiled programs.
3405 If you meant to cross compile, use \`--host'.
3406 See \`config.log' for more details." >&2;}
3407 { (exit 1); exit 1; }; }; }
3411 echo "$as_me:$LINENO: result: yes" >&5
3412 echo "${ECHO_T}yes" >&6
3414 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
3415 ac_clean_files
=$ac_clean_files_save
3416 # Check the compiler produces executables we can run. If not, either
3417 # the compiler is broken, or we cross compile.
3418 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3419 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
3420 echo "$as_me:$LINENO: result: $cross_compiling" >&5
3421 echo "${ECHO_T}$cross_compiling" >&6
3423 echo "$as_me:$LINENO: checking for suffix of executables" >&5
3424 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
3425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3426 (eval $ac_link) 2>&5
3428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3429 (exit $ac_status); }; then
3430 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3431 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3432 # work properly (i.e., refer to `conftest.exe'), while it won't with
3434 for ac_file
in conftest.exe conftest conftest.
*; do
3435 test -f "$ac_file" ||
continue
3437 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
3438 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3445 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3446 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3447 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3448 See \`config.log' for more details." >&5
3449 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3450 See \`config.log' for more details." >&2;}
3451 { (exit 1); exit 1; }; }; }
3454 rm -f conftest
$ac_cv_exeext
3455 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3456 echo "${ECHO_T}$ac_cv_exeext" >&6
3458 rm -f conftest.
$ac_ext
3459 EXEEXT
=$ac_cv_exeext
3461 echo "$as_me:$LINENO: checking for suffix of object files" >&5
3462 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
3463 if test "${ac_cv_objext+set}" = set; then
3464 echo $ECHO_N "(cached) $ECHO_C" >&6
3466 cat >conftest.
$ac_ext <<_ACEOF
3469 cat confdefs.h
>>conftest.
$ac_ext
3470 cat >>conftest.
$ac_ext <<_ACEOF
3471 /* end confdefs.h. */
3481 rm -f conftest.o conftest.obj
3482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3483 (eval $ac_compile) 2>&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); }; then
3487 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
3489 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
3490 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
3495 echo "$as_me: failed program was:" >&5
3496 sed 's/^/| /' conftest.
$ac_ext >&5
3498 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3499 echo "$as_me: error: in \`$ac_pwd':" >&2;}
3500 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3501 See \`config.log' for more details." >&5
3502 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3503 See \`config.log' for more details." >&2;}
3504 { (exit 1); exit 1; }; }; }
3507 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
3509 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3510 echo "${ECHO_T}$ac_cv_objext" >&6
3511 OBJEXT
=$ac_cv_objext
3513 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3514 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3515 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3516 echo $ECHO_N "(cached) $ECHO_C" >&6
3518 cat >conftest.
$ac_ext <<_ACEOF
3521 cat confdefs.h
>>conftest.
$ac_ext
3522 cat >>conftest.
$ac_ext <<_ACEOF
3523 /* end confdefs.h. */
3536 rm -f conftest.
$ac_objext
3537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3538 (eval $ac_compile) 2>conftest.er1
3540 grep -v '^ *+' conftest.er1
>conftest.err
3542 cat conftest.err
>&5
3543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3544 (exit $ac_status); } &&
3545 { ac_try
='test -z "$ac_c_werror_flag"
3546 || test ! -s conftest.err'
3547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3551 (exit $ac_status); }; } &&
3552 { ac_try
='test -s conftest.$ac_objext'
3553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3557 (exit $ac_status); }; }; then
3560 echo "$as_me: failed program was:" >&5
3561 sed 's/^/| /' conftest.
$ac_ext >&5
3565 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3566 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
3569 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3570 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3571 GCC
=`test $ac_compiler_gnu = yes && echo yes`
3572 ac_test_CFLAGS
=${CFLAGS+set}
3573 ac_save_CFLAGS
=$CFLAGS
3575 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3576 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3577 if test "${ac_cv_prog_cc_g+set}" = set; then
3578 echo $ECHO_N "(cached) $ECHO_C" >&6
3580 cat >conftest.
$ac_ext <<_ACEOF
3583 cat confdefs.h
>>conftest.
$ac_ext
3584 cat >>conftest.
$ac_ext <<_ACEOF
3585 /* end confdefs.h. */
3595 rm -f conftest.
$ac_objext
3596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3597 (eval $ac_compile) 2>conftest.er1
3599 grep -v '^ *+' conftest.er1
>conftest.err
3601 cat conftest.err
>&5
3602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3603 (exit $ac_status); } &&
3604 { ac_try
='test -z "$ac_c_werror_flag"
3605 || test ! -s conftest.err'
3606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3610 (exit $ac_status); }; } &&
3611 { ac_try
='test -s conftest.$ac_objext'
3612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3616 (exit $ac_status); }; }; then
3619 echo "$as_me: failed program was:" >&5
3620 sed 's/^/| /' conftest.
$ac_ext >&5
3624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3626 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3627 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3628 if test "$ac_test_CFLAGS" = set; then
3629 CFLAGS
=$ac_save_CFLAGS
3630 elif test $ac_cv_prog_cc_g = yes; then
3631 if test "$GCC" = yes; then
3637 if test "$GCC" = yes; then
3643 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3644 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3645 if test "${ac_cv_prog_cc_stdc+set}" = set; then
3646 echo $ECHO_N "(cached) $ECHO_C" >&6
3648 ac_cv_prog_cc_stdc
=no
3650 cat >conftest.
$ac_ext <<_ACEOF
3653 cat confdefs.h
>>conftest.
$ac_ext
3654 cat >>conftest.
$ac_ext <<_ACEOF
3655 /* end confdefs.h. */
3658 #include <sys/types.h>
3659 #include <sys/stat.h>
3660 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3661 struct buf { int x; };
3662 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3663 static char *e (p, i)
3669 static char *f (char * (*g) (char **, int), char **p, ...)
3674 s = g (p, va_arg (v,int));
3679 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3680 function prototypes and stuff, but not '\xHH' hex character constants.
3681 These don't provoke an error unfortunately, instead are silently treated
3682 as 'x'. The following induces an error, until -std1 is added to get
3683 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3684 array size at least. It's necessary to write '\x00'==0 to get something
3685 that's true only with -std1. */
3686 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3688 int test (int i, double x);
3689 struct s1 {int (*f) (int a);};
3690 struct s2 {int (*f) (double a);};
3691 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3697 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3702 # Don't try gcc -ansi; that turns off useful extensions and
3703 # breaks some systems' header files.
3704 # AIX -qlanglvl=ansi
3705 # Ultrix and OSF/1 -std1
3706 # HP-UX 10.20 and later -Ae
3707 # HP-UX older versions -Aa -D_HPUX_SOURCE
3708 # SVR4 -Xc -D__EXTENSIONS__
3709 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3711 CC
="$ac_save_CC $ac_arg"
3712 rm -f conftest.
$ac_objext
3713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3714 (eval $ac_compile) 2>conftest.er1
3716 grep -v '^ *+' conftest.er1
>conftest.err
3718 cat conftest.err
>&5
3719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720 (exit $ac_status); } &&
3721 { ac_try
='test -z "$ac_c_werror_flag"
3722 || test ! -s conftest.err'
3723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3727 (exit $ac_status); }; } &&
3728 { ac_try
='test -s conftest.$ac_objext'
3729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3733 (exit $ac_status); }; }; then
3734 ac_cv_prog_cc_stdc
=$ac_arg
3737 echo "$as_me: failed program was:" >&5
3738 sed 's/^/| /' conftest.
$ac_ext >&5
3741 rm -f conftest.err conftest.
$ac_objext
3743 rm -f conftest.
$ac_ext conftest.
$ac_objext
3748 case "x$ac_cv_prog_cc_stdc" in
3750 echo "$as_me:$LINENO: result: none needed" >&5
3751 echo "${ECHO_T}none needed" >&6 ;;
3753 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3754 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3755 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3758 # Some people use a C++ compiler to compile C. Since we use `exit',
3759 # in C++ we need to declare it. In case someone uses the same compiler
3760 # for both compiling C and C++ we need to have the C++ compiler decide
3761 # the declaration of exit, since it's the most demanding environment.
3762 cat >conftest.
$ac_ext <<_ACEOF
3767 rm -f conftest.
$ac_objext
3768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3769 (eval $ac_compile) 2>conftest.er1
3771 grep -v '^ *+' conftest.er1
>conftest.err
3773 cat conftest.err
>&5
3774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3775 (exit $ac_status); } &&
3776 { ac_try
='test -z "$ac_c_werror_flag"
3777 || test ! -s conftest.err'
3778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3782 (exit $ac_status); }; } &&
3783 { ac_try
='test -s conftest.$ac_objext'
3784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3788 (exit $ac_status); }; }; then
3789 for ac_declaration
in \
3791 'extern "C" void std::exit (int) throw (); using std::exit;' \
3792 'extern "C" void std::exit (int); using std::exit;' \
3793 'extern "C" void exit (int) throw ();' \
3794 'extern "C" void exit (int);' \
3797 cat >conftest.
$ac_ext <<_ACEOF
3800 cat confdefs.h
>>conftest.
$ac_ext
3801 cat >>conftest.
$ac_ext <<_ACEOF
3802 /* end confdefs.h. */
3813 rm -f conftest.
$ac_objext
3814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3815 (eval $ac_compile) 2>conftest.er1
3817 grep -v '^ *+' conftest.er1
>conftest.err
3819 cat conftest.err
>&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); } &&
3822 { ac_try
='test -z "$ac_c_werror_flag"
3823 || test ! -s conftest.err'
3824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3828 (exit $ac_status); }; } &&
3829 { ac_try
='test -s conftest.$ac_objext'
3830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3834 (exit $ac_status); }; }; then
3837 echo "$as_me: failed program was:" >&5
3838 sed 's/^/| /' conftest.
$ac_ext >&5
3842 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3843 cat >conftest.
$ac_ext <<_ACEOF
3846 cat confdefs.h
>>conftest.
$ac_ext
3847 cat >>conftest.
$ac_ext <<_ACEOF
3848 /* end confdefs.h. */
3858 rm -f conftest.
$ac_objext
3859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3860 (eval $ac_compile) 2>conftest.er1
3862 grep -v '^ *+' conftest.er1
>conftest.err
3864 cat conftest.err
>&5
3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 (exit $ac_status); } &&
3867 { ac_try
='test -z "$ac_c_werror_flag"
3868 || test ! -s conftest.err'
3869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); }; } &&
3874 { ac_try
='test -s conftest.$ac_objext'
3875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3879 (exit $ac_status); }; }; then
3882 echo "$as_me: failed program was:" >&5
3883 sed 's/^/| /' conftest.
$ac_ext >&5
3886 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3889 if test -n "$ac_declaration"; then
3890 echo '#ifdef __cplusplus' >>confdefs.h
3891 echo $ac_declaration >>confdefs.h
3892 echo '#endif' >>confdefs.h
3896 echo "$as_me: failed program was:" >&5
3897 sed 's/^/| /' conftest.
$ac_ext >&5
3900 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3902 ac_cpp
='$CPP $CPPFLAGS'
3903 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3904 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3905 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3908 ac_cpp
='$CXXCPP $CPPFLAGS'
3909 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3910 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3911 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3912 if test -n "$ac_tool_prefix"; then
3913 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3916 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3917 echo "$as_me:$LINENO: checking for $ac_word" >&5
3918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3919 if test "${ac_cv_prog_CXX+set}" = set; then
3920 echo $ECHO_N "(cached) $ECHO_C" >&6
3922 if test -n "$CXX"; then
3923 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3929 test -z "$as_dir" && as_dir
=.
3930 for ac_exec_ext
in '' $ac_executable_extensions; do
3931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3932 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3942 if test -n "$CXX"; then
3943 echo "$as_me:$LINENO: result: $CXX" >&5
3944 echo "${ECHO_T}$CXX" >&6
3946 echo "$as_me:$LINENO: result: no" >&5
3947 echo "${ECHO_T}no" >&6
3950 test -n "$CXX" && break
3953 if test -z "$CXX"; then
3955 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3957 # Extract the first word of "$ac_prog", so it can be a program name with args.
3958 set dummy
$ac_prog; ac_word
=$2
3959 echo "$as_me:$LINENO: checking for $ac_word" >&5
3960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3961 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3962 echo $ECHO_N "(cached) $ECHO_C" >&6
3964 if test -n "$ac_ct_CXX"; then
3965 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3967 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3971 test -z "$as_dir" && as_dir
=.
3972 for ac_exec_ext
in '' $ac_executable_extensions; do
3973 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3974 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3984 if test -n "$ac_ct_CXX"; then
3985 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3986 echo "${ECHO_T}$ac_ct_CXX" >&6
3988 echo "$as_me:$LINENO: result: no" >&5
3989 echo "${ECHO_T}no" >&6
3992 test -n "$ac_ct_CXX" && break
3994 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
4000 # Provide some information about the compiler.
4001 echo "$as_me:$LINENO:" \
4002 "checking for C++ compiler version" >&5
4003 ac_compiler
=`set X $ac_compile; echo $2`
4004 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4005 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4008 (exit $ac_status); }
4009 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4010 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4013 (exit $ac_status); }
4014 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4015 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4018 (exit $ac_status); }
4020 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
4021 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
4022 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
4023 echo $ECHO_N "(cached) $ECHO_C" >&6
4025 cat >conftest.
$ac_ext <<_ACEOF
4028 cat confdefs.h
>>conftest.
$ac_ext
4029 cat >>conftest.
$ac_ext <<_ACEOF
4030 /* end confdefs.h. */
4043 rm -f conftest.
$ac_objext
4044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4045 (eval $ac_compile) 2>conftest.er1
4047 grep -v '^ *+' conftest.er1
>conftest.err
4049 cat conftest.err
>&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); } &&
4052 { ac_try
='test -z "$ac_cxx_werror_flag"
4053 || test ! -s conftest.err'
4054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4058 (exit $ac_status); }; } &&
4059 { ac_try
='test -s conftest.$ac_objext'
4060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 (exit $ac_status); }; }; then
4067 echo "$as_me: failed program was:" >&5
4068 sed 's/^/| /' conftest.
$ac_ext >&5
4072 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4073 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4076 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
4077 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
4078 GXX
=`test $ac_compiler_gnu = yes && echo yes`
4079 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4080 ac_save_CXXFLAGS
=$CXXFLAGS
4082 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
4083 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
4084 if test "${ac_cv_prog_cxx_g+set}" = set; then
4085 echo $ECHO_N "(cached) $ECHO_C" >&6
4087 cat >conftest.
$ac_ext <<_ACEOF
4090 cat confdefs.h
>>conftest.
$ac_ext
4091 cat >>conftest.
$ac_ext <<_ACEOF
4092 /* end confdefs.h. */
4102 rm -f conftest.
$ac_objext
4103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4104 (eval $ac_compile) 2>conftest.er1
4106 grep -v '^ *+' conftest.er1
>conftest.err
4108 cat conftest.err
>&5
4109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4110 (exit $ac_status); } &&
4111 { ac_try
='test -z "$ac_cxx_werror_flag"
4112 || test ! -s conftest.err'
4113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117 (exit $ac_status); }; } &&
4118 { ac_try
='test -s conftest.$ac_objext'
4119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); }; }; then
4124 ac_cv_prog_cxx_g
=yes
4126 echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.
$ac_ext >&5
4131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4133 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
4134 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
4135 if test "$ac_test_CXXFLAGS" = set; then
4136 CXXFLAGS
=$ac_save_CXXFLAGS
4137 elif test $ac_cv_prog_cxx_g = yes; then
4138 if test "$GXX" = yes; then
4144 if test "$GXX" = yes; then
4150 for ac_declaration
in \
4152 'extern "C" void std::exit (int) throw (); using std::exit;' \
4153 'extern "C" void std::exit (int); using std::exit;' \
4154 'extern "C" void exit (int) throw ();' \
4155 'extern "C" void exit (int);' \
4158 cat >conftest.
$ac_ext <<_ACEOF
4161 cat confdefs.h
>>conftest.
$ac_ext
4162 cat >>conftest.
$ac_ext <<_ACEOF
4163 /* end confdefs.h. */
4174 rm -f conftest.
$ac_objext
4175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4176 (eval $ac_compile) 2>conftest.er1
4178 grep -v '^ *+' conftest.er1
>conftest.err
4180 cat conftest.err
>&5
4181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4182 (exit $ac_status); } &&
4183 { ac_try
='test -z "$ac_cxx_werror_flag"
4184 || test ! -s conftest.err'
4185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4189 (exit $ac_status); }; } &&
4190 { ac_try
='test -s conftest.$ac_objext'
4191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4195 (exit $ac_status); }; }; then
4198 echo "$as_me: failed program was:" >&5
4199 sed 's/^/| /' conftest.
$ac_ext >&5
4203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4204 cat >conftest.
$ac_ext <<_ACEOF
4207 cat confdefs.h
>>conftest.
$ac_ext
4208 cat >>conftest.
$ac_ext <<_ACEOF
4209 /* end confdefs.h. */
4219 rm -f conftest.
$ac_objext
4220 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4221 (eval $ac_compile) 2>conftest.er1
4223 grep -v '^ *+' conftest.er1
>conftest.err
4225 cat conftest.err
>&5
4226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4227 (exit $ac_status); } &&
4228 { ac_try
='test -z "$ac_cxx_werror_flag"
4229 || test ! -s conftest.err'
4230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4234 (exit $ac_status); }; } &&
4235 { ac_try
='test -s conftest.$ac_objext'
4236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4240 (exit $ac_status); }; }; then
4243 echo "$as_me: failed program was:" >&5
4244 sed 's/^/| /' conftest.
$ac_ext >&5
4247 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4250 if test -n "$ac_declaration"; then
4251 echo '#ifdef __cplusplus' >>confdefs.h
4252 echo $ac_declaration >>confdefs.h
4253 echo '#endif' >>confdefs.h
4257 ac_cpp
='$CPP $CPPFLAGS'
4258 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4259 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4260 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4263 # We must set the default linker to the linker used by gcc for the correct
4264 # operation of libtool. If LD is not defined and we are using gcc, try to
4265 # set the LD default to the ld used by gcc.
4266 if test -z "$LD"; then
4267 if test "$GCC" = yes; then
4270 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
4272 gcc_prog_ld
=`$CC -print-prog-name=ld 2>&1` ;;
4274 case $gcc_prog_ld in
4275 # Accept absolute paths.
4276 [\\/]* |
[A-Za-z
]:[\\/]*)
4277 LD
="$gcc_prog_ld" ;;
4285 if test -n "$ac_tool_prefix"; then
4286 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
4287 set dummy
${ac_tool_prefix}gnatbind
; ac_word
=$2
4288 echo "$as_me:$LINENO: checking for $ac_word" >&5
4289 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4290 if test "${ac_cv_prog_GNATBIND+set}" = set; then
4291 echo $ECHO_N "(cached) $ECHO_C" >&6
4293 if test -n "$GNATBIND"; then
4294 ac_cv_prog_GNATBIND
="$GNATBIND" # Let the user override the test.
4296 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4300 test -z "$as_dir" && as_dir
=.
4301 for ac_exec_ext
in '' $ac_executable_extensions; do
4302 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4303 ac_cv_prog_GNATBIND
="${ac_tool_prefix}gnatbind"
4304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4312 GNATBIND
=$ac_cv_prog_GNATBIND
4313 if test -n "$GNATBIND"; then
4314 echo "$as_me:$LINENO: result: $GNATBIND" >&5
4315 echo "${ECHO_T}$GNATBIND" >&6
4317 echo "$as_me:$LINENO: result: no" >&5
4318 echo "${ECHO_T}no" >&6
4322 if test -z "$ac_cv_prog_GNATBIND"; then
4323 ac_ct_GNATBIND
=$GNATBIND
4324 # Extract the first word of "gnatbind", so it can be a program name with args.
4325 set dummy gnatbind
; ac_word
=$2
4326 echo "$as_me:$LINENO: checking for $ac_word" >&5
4327 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4328 if test "${ac_cv_prog_ac_ct_GNATBIND+set}" = set; then
4329 echo $ECHO_N "(cached) $ECHO_C" >&6
4331 if test -n "$ac_ct_GNATBIND"; then
4332 ac_cv_prog_ac_ct_GNATBIND
="$ac_ct_GNATBIND" # Let the user override the test.
4334 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4338 test -z "$as_dir" && as_dir
=.
4339 for ac_exec_ext
in '' $ac_executable_extensions; do
4340 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4341 ac_cv_prog_ac_ct_GNATBIND
="gnatbind"
4342 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4348 test -z "$ac_cv_prog_ac_ct_GNATBIND" && ac_cv_prog_ac_ct_GNATBIND
="no"
4351 ac_ct_GNATBIND
=$ac_cv_prog_ac_ct_GNATBIND
4352 if test -n "$ac_ct_GNATBIND"; then
4353 echo "$as_me:$LINENO: result: $ac_ct_GNATBIND" >&5
4354 echo "${ECHO_T}$ac_ct_GNATBIND" >&6
4356 echo "$as_me:$LINENO: result: no" >&5
4357 echo "${ECHO_T}no" >&6
4360 GNATBIND
=$ac_ct_GNATBIND
4362 GNATBIND
="$ac_cv_prog_GNATBIND"
4365 if test -n "$ac_tool_prefix"; then
4366 # Extract the first word of "${ac_tool_prefix}gnatmake", so it can be a program name with args.
4367 set dummy
${ac_tool_prefix}gnatmake
; ac_word
=$2
4368 echo "$as_me:$LINENO: checking for $ac_word" >&5
4369 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4370 if test "${ac_cv_prog_GNATMAKE+set}" = set; then
4371 echo $ECHO_N "(cached) $ECHO_C" >&6
4373 if test -n "$GNATMAKE"; then
4374 ac_cv_prog_GNATMAKE
="$GNATMAKE" # Let the user override the test.
4376 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4380 test -z "$as_dir" && as_dir
=.
4381 for ac_exec_ext
in '' $ac_executable_extensions; do
4382 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4383 ac_cv_prog_GNATMAKE
="${ac_tool_prefix}gnatmake"
4384 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 GNATMAKE
=$ac_cv_prog_GNATMAKE
4393 if test -n "$GNATMAKE"; then
4394 echo "$as_me:$LINENO: result: $GNATMAKE" >&5
4395 echo "${ECHO_T}$GNATMAKE" >&6
4397 echo "$as_me:$LINENO: result: no" >&5
4398 echo "${ECHO_T}no" >&6
4402 if test -z "$ac_cv_prog_GNATMAKE"; then
4403 ac_ct_GNATMAKE
=$GNATMAKE
4404 # Extract the first word of "gnatmake", so it can be a program name with args.
4405 set dummy gnatmake
; ac_word
=$2
4406 echo "$as_me:$LINENO: checking for $ac_word" >&5
4407 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4408 if test "${ac_cv_prog_ac_ct_GNATMAKE+set}" = set; then
4409 echo $ECHO_N "(cached) $ECHO_C" >&6
4411 if test -n "$ac_ct_GNATMAKE"; then
4412 ac_cv_prog_ac_ct_GNATMAKE
="$ac_ct_GNATMAKE" # Let the user override the test.
4414 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4418 test -z "$as_dir" && as_dir
=.
4419 for ac_exec_ext
in '' $ac_executable_extensions; do
4420 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4421 ac_cv_prog_ac_ct_GNATMAKE
="gnatmake"
4422 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 test -z "$ac_cv_prog_ac_ct_GNATMAKE" && ac_cv_prog_ac_ct_GNATMAKE
="no"
4431 ac_ct_GNATMAKE
=$ac_cv_prog_ac_ct_GNATMAKE
4432 if test -n "$ac_ct_GNATMAKE"; then
4433 echo "$as_me:$LINENO: result: $ac_ct_GNATMAKE" >&5
4434 echo "${ECHO_T}$ac_ct_GNATMAKE" >&6
4436 echo "$as_me:$LINENO: result: no" >&5
4437 echo "${ECHO_T}no" >&6
4440 GNATMAKE
=$ac_ct_GNATMAKE
4442 GNATMAKE
="$ac_cv_prog_GNATMAKE"
4445 echo "$as_me:$LINENO: checking whether compiler driver understands Ada" >&5
4446 echo $ECHO_N "checking whether compiler driver understands Ada... $ECHO_C" >&6
4447 if test "${acx_cv_cc_gcc_supports_ada+set}" = set; then
4448 echo $ECHO_N "(cached) $ECHO_C" >&6
4450 cat >conftest.adb
<<EOF
4451 procedure conftest is begin null; end conftest;
4453 acx_cv_cc_gcc_supports_ada
=no
4454 # There is a bug in old released versions of GCC which causes the
4455 # driver to exit successfully when the appropriate language module
4456 # has not been installed. This is fixed in 2.95.4, 3.0.2, and 3.1.
4457 # Therefore we must check for the error message as well as an
4458 # unsuccessful exit.
4459 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4460 # given a .adb file, but produce no object file. So we must check
4461 # if an object file was really produced to guard against this.
4462 errors
=`(${CC} -c conftest.adb) 2>&1 || echo failure`
4463 if test x
"$errors" = x
&& test -f conftest.
$ac_objext; then
4464 acx_cv_cc_gcc_supports_ada
=yes
4468 echo "$as_me:$LINENO: result: $acx_cv_cc_gcc_supports_ada" >&5
4469 echo "${ECHO_T}$acx_cv_cc_gcc_supports_ada" >&6
4471 if test x
$GNATBIND != xno
&& test x
$GNATMAKE != xno
&& test x
$acx_cv_cc_gcc_supports_ada != xno
; then
4477 echo "$as_me:$LINENO: checking how to compare bootstrapped objects" >&5
4478 echo $ECHO_N "checking how to compare bootstrapped objects... $ECHO_C" >&6
4479 if test "${gcc_cv_prog_cmp_skip+set}" = set; then
4480 echo $ECHO_N "(cached) $ECHO_C" >&6
4484 gcc_cv_prog_cmp_skip
='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
4485 if cmp t1 t2
2 2 > /dev
/null
2>&1; then
4486 if cmp t1 t2
1 1 > /dev
/null
2>&1; then
4489 gcc_cv_prog_cmp_skip
='cmp $$f1 $$f2 16 16'
4492 if cmp --ignore-initial=2 t1 t2
> /dev
/null
2>&1; then
4493 if cmp --ignore-initial=1 t1 t2
> /dev
/null
2>&1; then
4496 gcc_cv_prog_cmp_skip
='cmp --ignore-initial=16 $$f1 $$f2'
4502 echo "$as_me:$LINENO: result: $gcc_cv_prog_cmp_skip" >&5
4503 echo "${ECHO_T}$gcc_cv_prog_cmp_skip" >&6
4504 do_compare
="$gcc_cv_prog_cmp_skip"
4508 # Check for GMP and MPFR
4509 gmplibs
="-lmpfr -lgmp"
4513 # Specify a location for mpfr
4514 # check for this first so it ends up on the link line before gmp.
4516 # Check whether --with-mpfr-dir or --without-mpfr-dir was given.
4517 if test "${with_mpfr_dir+set}" = set; then
4518 withval
="$with_mpfr_dir"
4519 { { echo "$as_me:$LINENO: error: The --with-mpfr-dir=PATH option has been removed.
4520 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&5
4521 echo "$as_me: error: The --with-mpfr-dir=PATH option has been removed.
4522 Use --with-mpfr=PATH or --with-mpfr-include=PATH plus --with-mpfr-lib=PATH" >&2;}
4523 { (exit 1); exit 1; }; }
4527 # Check whether --with-mpfr or --without-mpfr was given.
4528 if test "${with_mpfr+set}" = set; then
4529 withval
="$with_mpfr"
4533 # Check whether --with-mpfr_include or --without-mpfr_include was given.
4534 if test "${with_mpfr_include+set}" = set; then
4535 withval
="$with_mpfr_include"
4539 # Check whether --with-mpfr_lib or --without-mpfr_lib was given.
4540 if test "${with_mpfr_lib+set}" = set; then
4541 withval
="$with_mpfr_lib"
4545 if test "x$with_mpfr" != x
; then
4546 gmplibs
="-L$with_mpfr/lib $gmplibs"
4547 gmpinc
="-I$with_mpfr/include"
4549 if test "x$with_mpfr_include" != x
; then
4550 gmpinc
="-I$with_mpfr_include"
4552 if test "x$with_mpfr_lib" != x
; then
4553 gmplibs
="-L$with_mpfr_lib $gmplibs"
4555 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x
&& test -d ${srcdir}/mpfr
; then
4556 gmplibs
='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
4557 gmpinc
='-I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr '"$gmpinc"
4558 # Do not test the mpfr version. Assume that it is sufficient, since
4559 # it is in the source tree, and the library has not been built yet
4560 # but it would be included on the link line in the version check below
4561 # hence making the test fail.
4565 # Specify a location for gmp
4567 # Check whether --with-gmp-dir or --without-gmp-dir was given.
4568 if test "${with_gmp_dir+set}" = set; then
4569 withval
="$with_gmp_dir"
4570 { { echo "$as_me:$LINENO: error: The --with-gmp-dir=PATH option has been removed.
4571 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&5
4572 echo "$as_me: error: The --with-gmp-dir=PATH option has been removed.
4573 Use --with-gmp=PATH or --with-gmp-include=PATH plus --with-gmp-lib=PATH" >&2;}
4574 { (exit 1); exit 1; }; }
4578 # Check whether --with-gmp or --without-gmp was given.
4579 if test "${with_gmp+set}" = set; then
4584 # Check whether --with-gmp_include or --without-gmp_include was given.
4585 if test "${with_gmp_include+set}" = set; then
4586 withval
="$with_gmp_include"
4590 # Check whether --with-gmp_lib or --without-gmp_lib was given.
4591 if test "${with_gmp_lib+set}" = set; then
4592 withval
="$with_gmp_lib"
4597 if test "x$with_gmp" != x
; then
4598 gmplibs
="-L$with_gmp/lib $gmplibs"
4599 gmpinc
="-I$with_gmp/include $gmpinc"
4601 if test "x$with_gmp_include" != x
; then
4602 gmpinc
="-I$with_gmp_include $gmpinc"
4604 if test "x$with_gmp_lib" != x
; then
4605 gmplibs
="-L$with_gmp_lib $gmplibs"
4607 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x
&& test -d ${srcdir}/gmp
; then
4608 gmplibs
='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
4609 gmpinc
='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
4610 # Do not test the gmp version. Assume that it is sufficient, since
4611 # it is in the source tree, and the library has not been built yet
4612 # but it would be included on the link line in the version check below
4613 # hence making the test fail.
4617 if test -d ${srcdir}/gcc
&& test "x$have_gmp" = xno
; then
4619 saved_CFLAGS
="$CFLAGS"
4620 CFLAGS
="$CFLAGS $gmpinc"
4621 # Check GMP actually works
4622 echo "$as_me:$LINENO: checking for correct version of gmp.h" >&5
4623 echo $ECHO_N "checking for correct version of gmp.h... $ECHO_C" >&6
4625 cat >conftest.
$ac_ext <<_ACEOF
4628 cat confdefs.h
>>conftest.
$ac_ext
4629 cat >>conftest.
$ac_ext <<_ACEOF
4630 /* end confdefs.h. */
4636 #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 2)
4644 rm -f conftest.
$ac_objext
4645 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4646 (eval $ac_compile) 2>conftest.er1
4648 grep -v '^ *+' conftest.er1
>conftest.err
4650 cat conftest.err
>&5
4651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4652 (exit $ac_status); } &&
4653 { ac_try
='test -z "$ac_c_werror_flag"
4654 || test ! -s conftest.err'
4655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4659 (exit $ac_status); }; } &&
4660 { ac_try
='test -s conftest.$ac_objext'
4661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4665 (exit $ac_status); }; }; then
4666 echo "$as_me:$LINENO: result: yes" >&5
4667 echo "${ECHO_T}yes" >&6
4669 echo "$as_me: failed program was:" >&5
4670 sed 's/^/| /' conftest.
$ac_ext >&5
4672 echo "$as_me:$LINENO: result: no" >&5
4673 echo "${ECHO_T}no" >&6; have_gmp
=no
4675 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4677 if test x
"$have_gmp" = xyes
; then
4679 LIBS
="$LIBS $gmplibs"
4680 echo "$as_me:$LINENO: checking for correct version of mpfr.h" >&5
4681 echo $ECHO_N "checking for correct version of mpfr.h... $ECHO_C" >&6
4682 cat >conftest.
$ac_ext <<_ACEOF
4685 cat confdefs.h
>>conftest.
$ac_ext
4686 cat >>conftest.
$ac_ext <<_ACEOF
4687 /* end confdefs.h. */
4694 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,1)
4702 mpfr_atan2 (n, n, x, GMP_RNDN);
4703 mpfr_erfc (n, x, GMP_RNDN);
4704 mpfr_subnormalize (x, t, GMP_RNDN);
4710 rm -f conftest.
$ac_objext conftest
$ac_exeext
4711 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4712 (eval $ac_link) 2>conftest.er1
4714 grep -v '^ *+' conftest.er1
>conftest.err
4716 cat conftest.err
>&5
4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); } &&
4719 { ac_try
='test -z "$ac_c_werror_flag"
4720 || test ! -s conftest.err'
4721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4725 (exit $ac_status); }; } &&
4726 { ac_try
='test -s conftest$ac_exeext'
4727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4731 (exit $ac_status); }; }; then
4732 cat >conftest.
$ac_ext <<_ACEOF
4735 cat confdefs.h
>>conftest.
$ac_ext
4736 cat >>conftest.
$ac_ext <<_ACEOF
4737 /* end confdefs.h. */
4744 #if MPFR_VERSION < MPFR_VERSION_NUM(2,3,2)
4747 mpfr_t n; mpfr_init(n);
4753 rm -f conftest.
$ac_objext conftest
$ac_exeext
4754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4755 (eval $ac_link) 2>conftest.er1
4757 grep -v '^ *+' conftest.er1
>conftest.err
4759 cat conftest.err
>&5
4760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4761 (exit $ac_status); } &&
4762 { ac_try
='test -z "$ac_c_werror_flag"
4763 || test ! -s conftest.err'
4764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4768 (exit $ac_status); }; } &&
4769 { ac_try
='test -s conftest$ac_exeext'
4770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 (exit $ac_status); }; }; then
4775 echo "$as_me:$LINENO: result: yes" >&5
4776 echo "${ECHO_T}yes" >&6
4778 echo "$as_me: failed program was:" >&5
4779 sed 's/^/| /' conftest.
$ac_ext >&5
4781 echo "$as_me:$LINENO: result: buggy but acceptable" >&5
4782 echo "${ECHO_T}buggy but acceptable" >&6
4784 rm -f conftest.err conftest.
$ac_objext \
4785 conftest
$ac_exeext conftest.
$ac_ext
4787 echo "$as_me: failed program was:" >&5
4788 sed 's/^/| /' conftest.
$ac_ext >&5
4790 echo "$as_me:$LINENO: result: no" >&5
4791 echo "${ECHO_T}no" >&6; have_gmp
=no
4793 rm -f conftest.err conftest.
$ac_objext \
4794 conftest
$ac_exeext conftest.
$ac_ext
4797 CFLAGS
="$saved_CFLAGS"
4799 if test x
$have_gmp != xyes
; then
4800 { { echo "$as_me:$LINENO: error: Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
4801 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4802 Copies of these libraries' source code can be found at their respective
4803 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4804 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4805 If you obtained GMP and/or MPFR from a vendor distribution package, make
4806 sure that you have installed both the libraries and the header files.
4807 They may be located in separate packages." >&5
4808 echo "$as_me: error: Building GCC requires GMP 4.2+ and MPFR 2.3.2+.
4809 Try the --with-gmp and/or --with-mpfr options to specify their locations.
4810 Copies of these libraries' source code can be found at their respective
4811 hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/.
4812 See also http://gcc.gnu.org/install/prerequisites.html for additional info.
4813 If you obtained GMP and/or MPFR from a vendor distribution package, make
4814 sure that you have installed both the libraries and the header files.
4815 They may be located in separate packages." >&2;}
4816 { (exit 1); exit 1; }; }
4820 # Flags needed for both GMP and/or MPFR
4824 # Allow host libstdc++ to be specified for static linking with PPL.
4826 # Check whether --with-host-libstdcxx or --without-host-libstdcxx was given.
4827 if test "${with_host_libstdcxx+set}" = set; then
4828 withval
="$with_host_libstdcxx"
4832 case $with_host_libstdcxx in
4834 { { echo "$as_me:$LINENO: error: -with-host-libstdcxx needs an argument" >&5
4835 echo "$as_me: error: -with-host-libstdcxx needs an argument" >&2;}
4836 { (exit 1); exit 1; }; }
4842 ppl_minor_version
=10
4843 ppllibs
=" -lppl_c -lppl -lgmpxx $with_host_libstdcxx "
4847 # Check whether --with-ppl or --without-ppl was given.
4848 if test "${with_ppl+set}" = set; then
4853 # Check whether --with-ppl_include or --without-ppl_include was given.
4854 if test "${with_ppl_include+set}" = set; then
4855 withval
="$with_ppl_include"
4859 # Check whether --with-ppl_lib or --without-ppl_lib was given.
4860 if test "${with_ppl_lib+set}" = set; then
4861 withval
="$with_ppl_lib"
4870 ppllibs
="-L$with_ppl/lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4871 pplinc
="-I$with_ppl/include $pplinc"
4872 LIBS
="$ppllibs $LIBS"
4875 if test "x$with_ppl_include" != x
; then
4876 pplinc
="-I$with_ppl_include $pplinc"
4878 if test "x$with_ppl_lib" != x
; then
4879 ppllibs
="-L$with_ppl_lib -lppl_c -lppl -lgmpxx $with_host_libstdcxx"
4880 LIBS
="$ppllibs $LIBS"
4882 if test "x$with_ppl$with_ppl_include$with_ppl_lib" = x
&& test -d ${srcdir}/ppl
; then
4883 ppllibs
='-L$$r/$(HOST_SUBDIR)/ppl/.libs -L$$r/$(HOST_SUBDIR)/ppl/_libs -lppl_c -lppl -lgmpxx '"$with_host_libstdcxx "
4884 pplinc
='-I$$r/$(HOST_SUBDIR)/ppl/include -I$$s/ppl/include '
4885 LIBS
="$ppllibs $LIBS"
4888 # Check whether --enable-ppl-version-check or --disable-ppl-version-check was given.
4889 if test "${enable_ppl_version_check+set}" = set; then
4890 enableval
="$enable_ppl_version_check"
4891 ENABLE_PPL_CHECK
=$enableval
4893 ENABLE_PPL_CHECK
=yes
4896 if test "${ENABLE_PPL_CHECK}" = "yes"; then
4897 saved_CFLAGS
="$CFLAGS"
4898 CFLAGS
="$CFLAGS $pplinc $gmpinc"
4899 echo "$as_me:$LINENO: checking for version $ppl_major_version.$ppl_minor_version of PPL" >&5
4900 echo $ECHO_N "checking for version $ppl_major_version.$ppl_minor_version of PPL... $ECHO_C" >&6
4901 cat >conftest.
$ac_ext <<_ACEOF
4904 cat confdefs.h
>>conftest.
$ac_ext
4905 cat >>conftest.
$ac_ext <<_ACEOF
4906 /* end confdefs.h. */
4912 #if PPL_VERSION_MAJOR != $ppl_major_version || PPL_VERSION_MINOR != $ppl_minor_version
4920 rm -f conftest.
$ac_objext
4921 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4922 (eval $ac_compile) 2>conftest.er1
4924 grep -v '^ *+' conftest.er1
>conftest.err
4926 cat conftest.err
>&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } &&
4929 { ac_try
='test -z "$ac_c_werror_flag"
4930 || test ! -s conftest.err'
4931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935 (exit $ac_status); }; } &&
4936 { ac_try
='test -s conftest.$ac_objext'
4937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4941 (exit $ac_status); }; }; then
4942 echo "$as_me:$LINENO: result: yes" >&5
4943 echo "${ECHO_T}yes" >&6
4945 echo "$as_me: failed program was:" >&5
4946 sed 's/^/| /' conftest.
$ac_ext >&5
4948 echo "$as_me:$LINENO: result: no" >&5
4949 echo "${ECHO_T}no" >&6; ppllibs
= ; pplinc
=
4951 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4952 CFLAGS
="$saved_CFLAGS"
4955 # Flags needed for PPL
4961 clooglibs
=" -lcloog "
4962 clooginc
=" -DCLOOG_PPL_BACKEND "
4965 # Check whether --with-cloog or --without-cloog was given.
4966 if test "${with_cloog+set}" = set; then
4967 withval
="$with_cloog"
4971 # Check whether --with-cloog_include or --without-cloog_include was given.
4972 if test "${with_cloog_include+set}" = set; then
4973 withval
="$with_cloog_include"
4977 # Check whether --with-cloog_lib or --without-cloog_lib was given.
4978 if test "${with_cloog_lib+set}" = set; then
4979 withval
="$with_cloog_lib"
4989 clooglibs
="-L$with_cloog/lib -lcloog"
4990 clooginc
="-I$with_cloog/include -DCLOOG_PPL_BACKEND "
4991 LIBS
="$clooglibs $LIBS"
4994 if test "x$with_cloog_include" != x
; then
4995 clooginc
="-I$with_cloog_include -DCLOOG_PPL_BACKEND "
4997 if test "x$with_cloog_lib" != x
; then
4998 clooglibs
="-L$with_cloog_lib -lcloog"
4999 LIBS
="$clooglibs $LIBS"
5001 if test "x$with_cloog$with_cloog_include$with_cloog_lib" = x
&& test -d ${srcdir}/cloog
; then
5002 clooglibs
='-L$$r/$(HOST_SUBDIR)/cloog/.libs -L$$r/$(HOST_SUBDIR)/cloog/_libs -lcloog '
5003 clooginc
='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -DCLOOG_PPL_BACKEND '
5004 LIBS
="$clooglibs $LIBS"
5007 # Check whether --enable-cloog-version-check or --disable-cloog-version-check was given.
5008 if test "${enable_cloog_version_check+set}" = set; then
5009 enableval
="$enable_cloog_version_check"
5010 ENABLE_CLOOG_CHECK
=$enableval
5012 ENABLE_CLOOG_CHECK
=yes
5015 if test "${ENABLE_CLOOG_CHECK}" = "yes"; then
5016 saved_CFLAGS
="$CFLAGS"
5017 CFLAGS
="$CFLAGS $clooginc $gmpinc $pplinc"
5018 echo "$as_me:$LINENO: checking for correct version of CLooG" >&5
5019 echo $ECHO_N "checking for correct version of CLooG... $ECHO_C" >&6
5020 cat >conftest.
$ac_ext <<_ACEOF
5023 cat confdefs.h
>>conftest.
$ac_ext
5024 cat >>conftest.
$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 #include "cloog/cloog.h"
5031 #if CLOOG_VERSION_MAJOR != 0 || CLOOG_VERSION_MINOR != 15
5039 rm -f conftest.
$ac_objext
5040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5041 (eval $ac_compile) 2>conftest.er1
5043 grep -v '^ *+' conftest.er1
>conftest.err
5045 cat conftest.err
>&5
5046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047 (exit $ac_status); } &&
5048 { ac_try
='test -z "$ac_c_werror_flag"
5049 || test ! -s conftest.err'
5050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5054 (exit $ac_status); }; } &&
5055 { ac_try
='test -s conftest.$ac_objext'
5056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); }; }; then
5061 echo "$as_me:$LINENO: result: yes" >&5
5062 echo "${ECHO_T}yes" >&6
5064 echo "$as_me: failed program was:" >&5
5065 sed 's/^/| /' conftest.
$ac_ext >&5
5067 echo "$as_me:$LINENO: result: no" >&5
5068 echo "${ECHO_T}no" >&6; clooglibs
= ; clooginc
=
5070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5071 CFLAGS
="$saved_CFLAGS"
5074 # Flags needed for CLOOG
5079 # By default, C is the only stage 1 language.
5080 stage1_languages
=,c
,
5082 # Figure out what language subdirectories are present.
5083 # Look if the user specified --enable-languages="..."; if not, use
5084 # the environment variable $LANGUAGES if defined. $LANGUAGES might
5086 # NB: embedded tabs in this IF block -- do not untabify
5087 if test -d ${srcdir}/gcc
; then
5088 if test x
"${enable_languages+set}" != xset
; then
5089 if test x
"${LANGUAGES+set}" = xset
; then
5090 enable_languages
="${LANGUAGES}"
5091 echo configure.
in: warning
: setting LANGUAGES is deprecated
, use
--enable-languages instead
1>&2
5093 enable_languages
=all
5096 if test x
"${enable_languages}" = x ||
5097 test x
"${enable_languages}" = xyes
;
5099 echo configure.
in: --enable-languages needs
at least one language argument
1>&2
5103 enable_languages
=`echo "${enable_languages}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
5105 # 'f95' is the old name for the 'fortran' language. We issue a warning
5106 # and make the substitution.
5107 case ,${enable_languages}, in
5109 echo configure.
in: warning
: 'f95' as language name is deprecated
, use
'fortran' instead
1>&2
5110 enable_languages
=`echo "${enable_languages}" | sed -e 's/f95/fortran/g'`
5114 # First scan to see if an enabled language requires some other language.
5115 # We assume that a given config-lang.in will list all the language
5116 # front ends it requires, even if some are required indirectly.
5117 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5118 case ${lang_frag} in
5120 # The odd quoting in the next line works around
5121 # an apparent bug in bash 1.12 on linux.
5122 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5124 # From the config-lang.in, get $language, $lang_requires
5128 for other
in ${lang_requires} ; do
5129 case ,${enable_languages}, in
5133 echo " \`$other' language required by \`$language'; enabling" 1>&2
5134 enable_languages
="${enable_languages},${other}"
5142 new_enable_languages
=,c
,
5143 missing_languages
=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
5144 potential_languages
=,c
,
5146 for lang_frag
in ${srcdir}/gcc
/*/config-lang.
in ..
; do
5147 case ${lang_frag} in
5149 # The odd quoting in the next line works around
5150 # an apparent bug in bash 1.12 on linux.
5151 ${srcdir}/gcc
/[*]/config-lang.
in) ;;
5153 # From the config-lang.in, get $language, $target_libs,
5154 # $lang_dirs, $boot_language, and $build_by_default
5160 build_by_default
=yes
5162 if test x
${language} = x
; then
5163 echo "${lang_frag} doesn't set \$language." 1>&2
5167 case ,${enable_languages}, in
5169 # Language was explicitly selected; include it.
5173 # 'all' was selected, select it if it is a default language
5174 add_this_lang
=${build_by_default}
5181 # Disable languages that need other directories if these aren't available.
5182 for i
in $subdir_requires; do
5183 test -f "$srcdir/gcc/$i/config-lang.in" && continue
5184 case ,${enable_languages}, in
5186 # Specifically requested language; tell them.
5187 { { echo "$as_me:$LINENO: error: The gcc/$i directory contains parts of $language but is missing" >&5
5188 echo "$as_me: error: The gcc/$i directory contains parts of $language but is missing" >&2;}
5189 { (exit 1); exit 1; }; }
5193 add_this_lang
=unsupported
5198 # Disable Ada if no preexisting GNAT is available.
5199 case ,${enable_languages},:${language}:${have_gnat} in
5200 *,${language},*:ada
:no
)
5201 # Specifically requested language; tell them.
5202 { { echo "$as_me:$LINENO: error: GNAT is required to build $language" >&5
5203 echo "$as_me: error: GNAT is required to build $language" >&2;}
5204 { (exit 1); exit 1; }; }
5208 add_this_lang
=unsupported
5212 # Disable a language that is unsupported by the target.
5213 case " $unsupported_languages " in
5215 add_this_lang
=unsupported
5219 case $add_this_lang in
5221 # Remove language-dependent dirs.
5222 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5225 # Remove language-dependent dirs; still show language as supported.
5226 eval noconfigdirs
='"$noconfigdirs "'\"$target_libs $lang_dirs\"
5227 potential_languages
="${potential_languages}${language},"
5230 new_enable_languages
="${new_enable_languages}${language},"
5231 potential_languages
="${potential_languages}${language},"
5232 missing_languages
=`echo "$missing_languages" | sed "s/,$language,/,/"`
5233 case ${boot_language} in
5235 # Add to (comma-separated) list of stage 1 languages.
5236 stage1_languages
="${stage1_languages}${language},"
5245 # Check whether --enable-stage1-languages or --disable-stage1-languages was given.
5246 if test "${enable_stage1_languages+set}" = set; then
5247 enableval
="$enable_stage1_languages"
5248 case ,${enable_stage1_languages}, in
5250 # Set it to something that will have no effect in the loop below
5251 enable_stage1_languages
=c
;;
5253 enable_stage1_languages
=`echo $new_enable_languages | \
5254 sed -e "s/^,//" -e "s/,$//" ` ;;
5256 enable_stage1_languages
=`echo ,$enable_stage1_languages, | \
5257 sed -e "s/,all,/$new_enable_languages/" -e "s/^,//" -e "s/,$//" ` ;;
5260 # Add "good" languages from enable_stage1_languages to stage1_languages,
5261 # while "bad" languages go in missing_languages. Leave no duplicates.
5262 for i
in `echo $enable_stage1_languages | sed 's/,/ /g' `; do
5263 case $potential_languages in
5265 case $stage1_languages in
5267 *) stage1_languages
="$stage1_languages$i," ;;
5270 case $missing_languages in
5272 *) missing_languages
="$missing_languages$i," ;;
5278 # Remove leading/trailing commas that were added for simplicity
5279 potential_languages
=`echo "$potential_languages" | sed -e "s/^,//" -e "s/,$//"`
5280 missing_languages
=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
5281 stage1_languages
=`echo "$stage1_languages" | sed -e "s/^,//" -e "s/,$//"`
5282 new_enable_languages
=`echo "$new_enable_languages" | sed -e "s/^,//" -e "s/,$//"`
5284 if test "x$missing_languages" != x
; then
5285 { { echo "$as_me:$LINENO: error:
5286 The following requested languages could not be built: ${missing_languages}
5287 Supported languages are: ${potential_languages}" >&5
5288 echo "$as_me: error:
5289 The following requested languages could not be built: ${missing_languages}
5290 Supported languages are: ${potential_languages}" >&2;}
5291 { (exit 1); exit 1; }; }
5293 if test "x$new_enable_languages" != "x$enable_languages"; then
5294 echo The following languages will be built
: ${new_enable_languages}
5295 enable_languages
="$new_enable_languages"
5299 ac_configure_args
=`echo " $ac_configure_args" | sed -e "s/ '--enable-languages=[^ ]*'//g" -e "s/$/ '--enable-languages="$enable_languages"'/" `
5302 # Handle --disable-<component> generically.
5303 for dir
in $configdirs $build_configdirs $target_configdirs ; do
5304 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
5305 varname
=`echo $dirname | sed -e s/+/_/g`
5306 if eval test x\
${enable_${varname}} "=" xno
; then
5307 noconfigdirs
="$noconfigdirs $dir"
5311 # Check for Boehm's garbage collector
5312 # Check whether --enable-objc-gc or --disable-objc-gc was given.
5313 if test "${enable_objc_gc+set}" = set; then
5314 enableval
="$enable_objc_gc"
5315 case ,${enable_languages},:${enable_objc_gc}:${noconfigdirs} in
5316 *,objc
,*:*:yes:*target-boehm-gc
*)
5317 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
5318 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
5319 { (exit 1); exit 1; }; }
5324 # Make sure we only build Boehm's garbage collector if required.
5325 case ,${enable_languages},:${enable_objc_gc} in
5327 # Keep target-boehm-gc if requested for Objective-C.
5330 # Otherwise remove target-boehm-gc depending on target-libjava.
5331 if echo " ${noconfigdirs} " |
grep "target-libjava" >/dev
/null
2>&1; then
5332 noconfigdirs
="$noconfigdirs target-boehm-gc"
5337 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs,
5338 # $build_configdirs and $target_configdirs.
5339 # If we have the source for $noconfigdirs entries, add them to $notsupp.
5342 for dir
in .
$skipdirs $noconfigdirs ; do
5343 dirname=`echo $dir | sed -e s/target-//g -e s/build-//g`
5344 if test $dir != .
&& echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5345 configdirs
=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
5346 if test -r $srcdir/$dirname/configure
; then
5347 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5350 notsupp
="$notsupp $dir"
5354 if test $dir != .
&& echo " ${build_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5355 build_configdirs
=`echo " ${build_configdirs} " | sed -e "s/ ${dir} / /"`
5356 if test -r $srcdir/$dirname/configure
; then
5357 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5360 notsupp
="$notsupp $dir"
5364 if test $dir != .
&& echo " ${target_configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5365 target_configdirs
=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
5366 if test -r $srcdir/$dirname/configure
; then
5367 if echo " ${skipdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5370 notsupp
="$notsupp $dir"
5376 # Sometimes the tools are distributed with libiberty but with no other
5377 # libraries. In that case, we don't want to build target-libiberty.
5378 # Don't let libgcc imply libiberty either.
5379 if test -n "${target_configdirs}" ; then
5382 for i
in `echo ${target_configdirs} | sed -e s/target-//g` ; do
5383 if test "$i" = "libgcc"; then
5384 libgcc
=target-libgcc
5385 elif test "$i" != "libiberty" ; then
5386 if test -r $srcdir/$i/configure
; then
5392 if test -z "${others}" ; then
5393 target_configdirs
=$libgcc
5397 # Quietly strip out all directories which aren't configurable in this tree.
5398 # This relies on all configurable subdirectories being autoconfiscated, which
5400 build_configdirs_all
="$build_configdirs"
5402 for i
in ${build_configdirs_all} ; do
5403 j
=`echo $i | sed -e s/build-//g`
5404 if test -f ${srcdir}/$j/configure
; then
5405 build_configdirs
="${build_configdirs} $i"
5409 configdirs_all
="$configdirs"
5411 for i
in ${configdirs_all} ; do
5412 if test -f ${srcdir}/$i/configure
; then
5413 configdirs
="${configdirs} $i"
5417 target_configdirs_all
="$target_configdirs"
5419 for i
in ${target_configdirs_all} ; do
5420 j
=`echo $i | sed -e s/target-//g`
5421 if test -f ${srcdir}/$j/configure
; then
5422 target_configdirs
="${target_configdirs} $i"
5426 # Produce a warning message for the subdirs we can't configure.
5427 # This isn't especially interesting in the Cygnus tree, but in the individual
5428 # FSF releases, it's important to let people know when their machine isn't
5429 # supported by the one or two programs in a package.
5431 if test -n "${notsupp}" && test -z "${norecursion}" ; then
5432 # If $appdirs is non-empty, at least one of those directories must still
5433 # be configured, or we error out. (E.g., if the gas release supports a
5434 # specified target in some subdirs but not the gas subdir, we shouldn't
5435 # pretend that all is well.)
5436 if test -n "$appdirs" ; then
5437 for dir
in $appdirs ; do
5438 if test -r $dir/Makefile.
in ; then
5439 if echo " ${configdirs} " |
grep " ${dir} " >/dev
/null
2>&1; then
5443 if echo " ${target_configdirs} " |
grep " target-${dir} " >/dev
/null
2>&1; then
5449 if test -n "$appdirs" ; then
5450 echo "*** This configuration is not supported by this package." 1>&2
5454 # Okay, some application will build, or we don't care to check. Still
5455 # notify of subdirs not getting built.
5456 echo "*** This configuration is not supported in the following subdirectories:" 1>&2
5457 echo " ${notsupp}" 1>&2
5458 echo " (Any other directories should still work fine.)" 1>&2
5466 # To find our prefix, in gcc_cv_tool_prefix.
5468 # The user is always right.
5469 if test "${PATH_SEPARATOR+set}" != set; then
5470 echo "#! /bin/sh" >conf$$.sh
5471 echo "exit 0" >>conf$$.sh
5473 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5483 if test "x$exec_prefix" = xNONE
; then
5484 if test "x$prefix" = xNONE
; then
5485 gcc_cv_tool_prefix
=$ac_default_prefix
5487 gcc_cv_tool_prefix
=$prefix
5490 gcc_cv_tool_prefix
=$exec_prefix
5493 # If there is no compiler in the tree, use the PATH only. In any
5494 # case, if there is no compiler in the tree nobody should use
5495 # AS_FOR_TARGET and LD_FOR_TARGET.
5496 if test x
$host = x
$build && test -f $srcdir/gcc
/BASE-VER
; then
5497 gcc_version
=`cat $srcdir/gcc/BASE-VER`
5498 gcc_cv_tool_dirs
="$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5499 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/libexec/gcc/$target_noncanonical$PATH_SEPARATOR"
5500 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5501 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs/usr/lib/gcc/$target_noncanonical$PATH_SEPARATOR"
5502 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version$PATH_SEPARATOR"
5503 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$gcc_cv_tool_prefix/$target_noncanonical/bin$PATH_SEPARATOR"
5508 if test x
$build = x
$target && test -n "$md_exec_prefix"; then
5509 gcc_cv_tool_dirs
="$gcc_cv_tool_dirs$md_exec_prefix$PATH_SEPARATOR"
5517 # Check whether --with-build-sysroot or --without-build-sysroot was given.
5518 if test "${with_build_sysroot+set}" = set; then
5519 withval
="$with_build_sysroot"
5520 if test x
"$withval" != x
; then
5521 SYSROOT_CFLAGS_FOR_TARGET
="--sysroot=$withval"
5524 SYSROOT_CFLAGS_FOR_TARGET
=
5529 # Check whether --with-debug-prefix-map or --without-debug-prefix-map was given.
5530 if test "${with_debug_prefix_map+set}" = set; then
5531 withval
="$with_debug_prefix_map"
5532 if test x
"$withval" != x
; then
5533 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5534 for debug_map
in $withval; do
5535 DEBUG_PREFIX_CFLAGS_FOR_TARGET
="$DEBUG_PREFIX_CFLAGS_FOR_TARGET -fdebug-prefix-map=$debug_map"
5539 DEBUG_PREFIX_CFLAGS_FOR_TARGET
=
5543 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
5544 # might be empty or "-g". We don't require a C++ compiler, so CXXFLAGS
5545 # might also be empty (or "-g", if a non-GCC C++ compiler is in the path).
5546 # We want to ensure that TARGET libraries (which we know are built with
5547 # gcc) are built with "-O2 -g", so include those options when setting
5548 # CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5549 if test "x$CFLAGS_FOR_TARGET" = x
; then
5550 CFLAGS_FOR_TARGET
=$CFLAGS
5553 *) CFLAGS_FOR_TARGET
="-O2 $CFLAGS" ;;
5556 *" -g "* |
*" -g3 "*) ;;
5557 *) CFLAGS_FOR_TARGET
="-g $CFLAGS" ;;
5562 if test "x$CXXFLAGS_FOR_TARGET" = x
; then
5563 CXXFLAGS_FOR_TARGET
=$CXXFLAGS
5564 case " $CXXFLAGS " in
5566 *) CXXFLAGS_FOR_TARGET
="-O2 $CXXFLAGS" ;;
5568 case " $CXXFLAGS " in
5569 *" -g "* |
*" -g3 "*) ;;
5570 *) CXXFLAGS_FOR_TARGET
="-g $CXXFLAGS" ;;
5575 # Handle --with-headers=XXX. If the value is not "yes", the contents of
5576 # the named directory are copied to $(tooldir)/sys-include.
5577 if test x
"${with_headers}" != x
&& test x
"${with_headers}" != xno
; then
5578 if test x
${is_cross_compiler} = xno
; then
5579 echo 1>&2 '***' --with-headers is only supported when cross compiling
5582 if test x
"${with_headers}" != xyes
; then
5583 x
=${gcc_cv_tool_prefix}
5584 copy_dirs
="${copy_dirs} ${with_headers} $x/${target_noncanonical}/sys-include"
5588 # Handle --with-libs=XXX. If the value is not "yes", the contents of
5589 # the name directories are copied to $(tooldir)/lib. Multiple directories
5591 if test x
"${with_libs}" != x
&& test x
"${with_libs}" != xno
; then
5592 if test x
${is_cross_compiler} = xno
; then
5593 echo 1>&2 '***' --with-libs is only supported when cross compiling
5596 if test x
"${with_libs}" != xyes
; then
5597 # Copy the libraries in reverse order, so that files in the first named
5598 # library override files in subsequent libraries.
5599 x
=${gcc_cv_tool_prefix}
5600 for l
in ${with_libs}; do
5601 copy_dirs
="$l $x/${target_noncanonical}/lib ${copy_dirs}"
5606 # Set with_gnu_as and with_gnu_ld as appropriate.
5608 # This is done by determining whether or not the appropriate directory
5609 # is available, and by checking whether or not specific configurations
5610 # have requested that this magic not happen.
5612 # The command line options always override the explicit settings in
5613 # configure.in, and the settings in configure.in override this magic.
5615 # If the default for a toolchain is to use GNU as and ld, and you don't
5616 # want to do that, then you should use the --without-gnu-as and
5617 # --without-gnu-ld options for the configure script.
5619 if test x
${use_gnu_as} = x
&&
5620 echo " ${configdirs} " |
grep " gas " > /dev
/null
2>&1 ; then
5622 extra_host_args
="$extra_host_args --with-gnu-as"
5625 if test x
${use_gnu_ld} = x
&&
5626 echo " ${configdirs} " |
egrep " (go)?ld " > /dev
/null
2>&1 ; then
5628 extra_host_args
="$extra_host_args --with-gnu-ld"
5631 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
5632 # can detect this case.
5634 if test x
${with_newlib} != xno
&& echo " ${target_configdirs} " |
grep " target-newlib " > /dev
/null
2>&1 ; then
5636 extra_host_args
="$extra_host_args --with-newlib"
5639 # Handle ${copy_dirs}
5640 set fnord
${copy_dirs}
5642 while test $# != 0 ; do
5643 if test -f $2/COPIED
&& test x
"`cat $2/COPIED`" = x
"$1" ; then
5646 echo Copying
$1 to
$2
5648 # Use the install script to create the directory and all required
5649 # parent directories.
5650 if test -d $2 ; then
5654 ${srcdir}/install-sh
-c -m 644 config.temp
$2/COPIED
5657 # Copy the directory, assuming we have tar.
5658 # FIXME: Should we use B in the second tar? Not all systems support it.
5659 (cd $1; tar -cf - .
) |
(cd $2; tar -xpf -)
5661 # It is the responsibility of the user to correctly adjust all
5662 # symlinks. If somebody can figure out how to handle them correctly
5663 # here, feel free to add the code.
5670 # Determine a target-dependent exec_prefix that the installed
5671 # gcc will search in. Keep this list sorted by triplet, with
5672 # the *-*-osname triplets last.
5676 md_exec_prefix
=/gnu
/lib
/gcc-lib
5678 i
[34567]86-pc-msdosdjgpp*)
5679 md_exec_prefix
=/dev
/env
/DJDIR
/bin
5681 i
[34567]86-*-sco3.2v5
*)
5682 if test $with_gnu_as = yes; then
5683 md_exec_prefix
=/usr
/gnu
/bin
5685 md_exec_prefix
=/usr
/ccs
/bin
/elf
5690 powerpc-
*-chorusos* | \
5691 powerpc
*-*-eabi* | \
5692 powerpc
*-*-sysv* | \
5693 powerpc
*-*-kaos* | \
5695 md_exec_prefix
=/usr
/ccs
/bin
5700 md_exec_prefix
=/usr
/ccs
/bin
5715 md_exec_prefix
=/usr
/ccs
/bin
5719 extra_arflags_for_target
=
5720 extra_nmflags_for_target
=
5721 extra_ranlibflags_for_target
=
5722 target_makefile_frag
=/dev
/null
5725 target_makefile_frag
="config/mt-mep"
5728 target_makefile_frag
="config/mt-spu"
5731 target_makefile_frag
="config/mt-sde"
5733 mipsisa
*-*-elfoabi*)
5734 target_makefile_frag
="config/mt-mips-elfoabi"
5736 mips
*-*-*linux
* | mips
*-*-gnu*)
5737 target_makefile_frag
="config/mt-mips-gnu"
5740 target_makefile_frag
="config/mt-netware"
5742 *-*-linux* |
*-*-gnu* |
*-*-k*bsd
*-gnu |
*-*-kopensolaris*-gnu)
5743 target_makefile_frag
="config/mt-gnu"
5745 *-*-aix4.
[3456789]* |
*-*-aix[56789].
*)
5746 # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm
5747 # commands to handle both 32-bit and 64-bit objects. These flags are
5748 # harmless if we're using GNU nm or ar.
5749 extra_arflags_for_target
=" -X32_64"
5750 extra_nmflags_for_target
=" -B -X32_64"
5753 # ranlib from Darwin requires the -c flag to look at common symbols.
5754 extra_ranlibflags_for_target
=" -c"
5756 mips
*-*-pe | sh
*-*-pe |
*arm-wince-pe
)
5757 target_makefile_frag
="config/mt-wince"
5761 alphaieee_frag
=/dev
/null
5764 # This just makes sure to use the -mieee option to build target libs.
5765 # This should probably be set individually by each library.
5766 alphaieee_frag
="config/mt-alphaieee"
5770 # If --enable-target-optspace always use -Os instead of -O2 to build
5771 # the target libraries, similarly if it is not specified, use -Os
5772 # on selected platforms.
5773 ospace_frag
=/dev
/null
5774 case "${enable_target_optspace}:${target}" in
5776 ospace_frag
="config/mt-ospace"
5779 ospace_frag
="config/mt-d30v"
5781 :m32r-
* |
:d10v-
* |
:fr30-
*)
5782 ospace_frag
="config/mt-ospace"
5787 echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
5791 # Default to using --with-stabs for certain targets.
5792 if test x
${with_stabs} = x
; then
5796 mips
*-*-* | alpha
*-*-osf*)
5798 extra_host_args
="${extra_host_args} --with-stabs"
5803 # hpux11 in 64bit mode has libraries in a weird place. Arrange to find
5804 # them automatically.
5807 extra_host_args
="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
5811 # Some systems (e.g., one of the i386-aix systems the gas testers are
5812 # using) don't handle "\$" correctly, so don't use it here.
5813 tooldir
='${exec_prefix}'/${target_noncanonical}
5814 build_tooldir
=${tooldir}
5816 # Create a .gdbinit file which runs the one in srcdir
5817 # and tells GDB to look there for source files.
5819 if test -r ${srcdir}/.gdbinit
; then
5822 *) cat > .
/.gdbinit
<<EOF
5826 source ${srcdir}/.gdbinit
5832 # Make sure that the compiler is able to generate an executable. If it
5833 # can't, we are probably in trouble. We don't care whether we can run the
5834 # executable--we might be using a cross compiler--we only care whether it
5835 # can be created. At this point the main configure script has set CC.
5837 echo "int main () { return 0; }" > conftest.c
5838 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
5839 if test $?
= 0 ; then
5840 if test -s conftest ||
test -s conftest.exe
; then
5846 echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
5847 echo 1>&2 "*** You must set the environment variable CC to a working compiler."
5854 # The Solaris /usr/ucb/cc compiler does not appear to work.
5856 sparc-sun-solaris2
*)
5857 CCBASE
="`echo ${CC-cc} | sed 's/ .*$//'`"
5858 if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
5860 test -d /opt
/SUNWspro
/bin
&& could_use
="/opt/SUNWspro/bin"
5861 if test -d /opt
/cygnus
/bin
; then
5862 if test "$could_use" = "" ; then
5863 could_use
="/opt/cygnus/bin"
5865 could_use
="$could_use or /opt/cygnus/bin"
5868 if test "$could_use" = "" ; then
5869 echo "Warning: compilation may fail because you're using"
5870 echo "/usr/ucb/cc. You should change your PATH or CC "
5871 echo "variable and rerun configure."
5873 echo "Warning: compilation may fail because you're using"
5874 echo "/usr/ucb/cc, when you should use the C compiler from"
5875 echo "$could_use. You should change your"
5876 echo "PATH or CC variable and rerun configure."
5882 # Decide which environment variable is used to find dynamic libraries.
5884 *-*-hpux*) RPATH_ENVVAR
=SHLIB_PATH
;;
5885 *-*-darwin* |
*-*-rhapsody* ) RPATH_ENVVAR
=DYLD_LIBRARY_PATH
;;
5886 *-*-mingw* |
*-*-cygwin ) RPATH_ENVVAR
=PATH
;;
5887 *) RPATH_ENVVAR
=LD_LIBRARY_PATH
;;
5890 # On systems where the dynamic library environment variable is PATH,
5891 # gcc/ will put dynamic libraries into a subdirectory to avoid adding
5892 # built executables to PATH.
5893 if test "$RPATH_ENVVAR" = PATH
; then
5894 GCC_SHLIB_SUBDIR
=/shlib
5899 # Record target_configdirs and the configure arguments for target and
5900 # build configuration in Makefile.
5901 target_configdirs
=`echo "${target_configdirs}" | sed -e 's/target-//g'`
5902 build_configdirs
=`echo "${build_configdirs}" | sed -e 's/build-//g'`
5904 # Determine whether gdb needs tk/tcl or not.
5905 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
5906 # and in that case we want gdb to be built without tk. Ugh!
5907 # In fact I believe gdb is the *only* package directly dependent on tk,
5908 # so we should be able to put the 'maybe's in unconditionally and
5909 # leave out the maybe dependencies when enable_gdbtk is false. I'm not
5910 # 100% sure that that's safe though.
5912 gdb_tk
="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-libgui"
5913 case "$enable_gdbtk" in
5917 GDB_TK
="${gdb_tk}" ;;
5919 # Only add the dependency on gdbtk when GDBtk is part of the gdb
5920 # distro. Eventually someone will fix this and move Insight, nee
5921 # gdbtk to a separate directory.
5922 if test -d ${srcdir}/gdb
/gdbtk
; then
5929 CONFIGURE_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
5930 INSTALL_GDB_TK
=`echo ${GDB_TK} | sed s/-all-/-install-/g`
5932 # Strip out unwanted targets.
5934 # While at that, we remove Makefiles if we were started for recursive
5935 # configuration, so that the top-level Makefile reconfigures them,
5936 # like we used to do when configure itself was recursive.
5938 # Loop over modules. $extrasub must be used with care, limiting as
5939 # much as possible the usage of range addresses. That's because autoconf
5940 # splits the sed script to overcome limits in the number of commands,
5941 # and relying on carefully-timed sed passes may turn out to be very hard
5942 # to maintain later. In this particular case, you just have to be careful
5943 # not to nest @if/@endif pairs, because configure will not warn you at all.
5945 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5946 if test "${enable_bootstrap+set}" = set; then
5947 enableval
="$enable_bootstrap"
5950 enable_bootstrap
=default
5953 # Issue errors and warnings for invalid/strange bootstrap combinations.
5954 case "$configdirs" in
5955 *gcc
*) have_compiler
=yes ;;
5956 *) have_compiler
=no
;;
5959 case "$have_compiler:$host:$target:$enable_bootstrap" in
5962 # Default behavior. Enable bootstrap if we have a compiler
5963 # and we are in a native configuration.
5964 yes:$build:$build:default
)
5965 enable_bootstrap
=yes ;;
5968 enable_bootstrap
=no
;;
5970 # We have a compiler and we are in a native configuration, bootstrap is ok
5971 yes:$build:$build:yes)
5974 # Other configurations, but we have a compiler. Assume the user knows
5977 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5978 echo "$as_me: WARNING: trying to bootstrap a cross compiler" >&2;}
5981 # No compiler: if they passed --enable-bootstrap explicitly, fail
5983 { { echo "$as_me:$LINENO: error: cannot bootstrap without a compiler" >&5
5984 echo "$as_me: error: cannot bootstrap without a compiler" >&2;}
5985 { (exit 1); exit 1; }; } ;;
5987 # Fail if wrong command line
5989 { { echo "$as_me:$LINENO: error: invalid option for --enable-bootstrap" >&5
5990 echo "$as_me: error: invalid option for --enable-bootstrap" >&2;}
5991 { (exit 1); exit 1; }; }
5995 # Adjust the toplevel makefile according to whether bootstrap was selected.
5996 case "$enable_bootstrap" in
5998 bootstrap_suffix
=bootstrap
;;
6000 bootstrap_suffix
=no-bootstrap
;;
6003 for module
in ${build_configdirs} ; do
6004 if test -z "${no_recursion}" \
6005 && test -f ${build_subdir}/${module}/Makefile
; then
6006 echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
6007 rm -f ${build_subdir}/${module}/Makefile
6010 /^@if build-$module\$/d
6011 /^@endif build-$module\$/d
6012 /^@if build-$module-$bootstrap_suffix\$/d
6013 /^@endif build-$module-$bootstrap_suffix\$/d"
6015 for module
in ${configdirs} ; do
6016 if test -z "${no_recursion}"; then
6017 for file in stage
*-${module}/Makefile prev-${module}/Makefile ${module}/Makefile
; do
6018 if test -f ${file}; then
6019 echo 1>&2 "*** removing ${file} to force reconfigure"
6026 /^@endif $module\$/d
6027 /^@if $module-$bootstrap_suffix\$/d
6028 /^@endif $module-$bootstrap_suffix\$/d"
6030 for module
in ${target_configdirs} ; do
6031 if test -z "${no_recursion}" \
6032 && test -f ${target_subdir}/${module}/Makefile
; then
6033 echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
6034 rm -f ${target_subdir}/${module}/Makefile
6037 /^@if target-$module\$/d
6038 /^@endif target-$module\$/d
6039 /^@if target-$module-$bootstrap_suffix\$/d
6040 /^@endif target-$module-$bootstrap_suffix\$/d"
6044 /^@if /,/^@endif /d"
6046 # Create the serialization dependencies. This uses a temporary file.
6048 # Check whether --enable-serial-configure or --disable-serial-configure was given.
6049 if test "${enable_serial_configure+set}" = set; then
6050 enableval
="$enable_serial_configure"
6054 case ${enable_serial_configure} in
6056 enable_serial_build_configure
=yes
6057 enable_serial_host_configure
=yes
6058 enable_serial_target_configure
=yes
6062 # These force 'configure's to be done one at a time, to avoid problems
6063 # with contention over a shared config.cache.
6065 echo '# serdep.tmp' > serdep.tmp
6067 test "x${enable_serial_build_configure}" = xyes
&&
6068 for item
in ${build_configdirs} ; do
6071 *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp
;;
6076 test "x${enable_serial_host_configure}" = xyes
&&
6077 for item
in ${configdirs} ; do
6080 *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp
;;
6085 test "x${enable_serial_target_configure}" = xyes
&&
6086 for item
in ${target_configdirs} ; do
6089 *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp
;;
6093 serialization_dependencies
=serdep.tmp
6096 # Base args. Strip norecursion, cache-file, srcdir, host, build,
6097 # target, nonopt, and variable assignments. These are the ones we
6098 # might not want to pass down to subconfigures. Also strip
6099 # program-prefix, program-suffix, and program-transform-name, so that
6100 # we can pass down a consistent program-transform-name.
6104 eval "set -- $ac_configure_args"
6107 if test X
"$skip_next" = X
"yes"; then
6111 if test X
"$keep_next" = X
"yes"; then
6114 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6116 baseargs
="$baseargs '$ac_arg'"
6121 # Handle separated arguments. Based on the logic generated by
6124 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
6125 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
6126 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
6127 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
6153 -program-prefix* | \
6154 -program-suffix* | \
6155 -program-transform-name* )
6156 skip_next
=$separate_arg
6160 # An option. Add it.
6163 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
6165 baseargs
="$baseargs '$ac_arg'"
6166 keep_next
=$separate_arg
6169 # Either a variable assignment, or a nonopt (triplet). Don't
6170 # pass it down; let the Makefile handle this.
6175 # Remove the initial space we just introduced and, as these will be
6176 # expanded by make, quote '$'.
6177 baseargs
=`echo "x$baseargs" | sed -e 's/^x *//' -e 's,\\$,$$,g'`
6179 # Add in --program-transform-name, after --program-prefix and
6180 # --program-suffix have been applied to it. Autoconf has already
6181 # doubled dollar signs and backslashes in program_transform_name; we want
6182 # the backslashes un-doubled, and then the entire thing wrapped in single
6183 # quotes, because this will be expanded first by make and then by the shell.
6184 # Also, because we want to override the logic in subdir configure scripts to
6185 # choose program_transform_name, replace any s,x,x, with s,y,y,.
6186 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
6187 ${program_transform_name}
6189 gcc_transform_name
=`cat conftestsed.out`
6190 rm -f conftestsed.out
6191 baseargs
="$baseargs --program-transform-name='${gcc_transform_name}'"
6192 if test "$silent" = yes; then
6193 baseargs
="$baseargs --silent"
6196 # For the build-side libraries, we just need to pretend we're native,
6197 # and not use the same cache file. Multilibs are neither needed nor
6199 build_configargs
="--cache-file=../config.cache ${baseargs}"
6201 # For host modules, accept cache file option, or specification as blank.
6202 case "${cache_file}" in
6204 cache_file_option
="" ;;
6205 /* |
[A-Za-z
]:[\\/]* ) # absolute path
6206 cache_file_option
="--cache-file=${cache_file}" ;;
6208 cache_file_option
="--cache-file=../${cache_file}" ;;
6211 # Host dirs don't like to share a cache file either, horribly enough.
6212 # This seems to be due to autoconf 2.5x stupidity.
6213 host_configargs
="--cache-file=./config.cache ${extra_host_args} ${baseargs}"
6215 target_configargs
=${baseargs}
6217 # Passing a --with-cross-host argument lets the target libraries know
6218 # whether they are being built with a cross-compiler or being built
6219 # native. However, it would be better to use other mechanisms to make the
6220 # sorts of decisions they want to make on this basis. Please consider
6221 # this option to be deprecated. FIXME.
6222 if test x
${is_cross_compiler} = xyes
; then
6223 target_configargs
="--with-cross-host=${host_noncanonical} ${target_configargs}"
6226 # Default to --enable-multilib.
6227 if test x
${enable_multilib} = x
; then
6228 target_configargs
="--enable-multilib ${target_configargs}"
6231 # Pass --with-newlib if appropriate. Note that target_configdirs has
6232 # changed from the earlier setting of with_newlib.
6233 if test x
${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib
; then
6234 target_configargs
="--with-newlib ${target_configargs}"
6237 # Different target subdirs use different values of certain variables
6238 # (notably CXX). Worse, multilibs use *lots* of different values.
6239 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
6240 # it doesn't automatically accept command-line overrides of them.
6241 # This means it's not safe for target subdirs to share a cache file,
6242 # which is disgusting, but there you have it. Hopefully this can be
6243 # fixed in future. It's still worthwhile to use a cache file for each
6244 # directory. I think.
6246 # Pass the appropriate --build, --host, --target and --cache-file arguments.
6247 # We need to pass --target, as newer autoconf's requires consistency
6248 # for target_alias and gcc doesn't manage it consistently.
6249 target_configargs
="--cache-file=./config.cache ${target_configargs}"
6252 case " $target_configdirs " in
6254 case " $target_configargs " in
6255 *" --with-newlib "*)
6258 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' ;;
6261 # If we're not building GCC, don't discard standard headers.
6262 if test -d ${srcdir}/gcc
; then
6263 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -nostdinc'
6265 if test "${build}" != "${host}"; then
6266 # On Canadian crosses, CC_FOR_TARGET will have already been set
6267 # by `configure', so we won't have an opportunity to add -Bgcc/
6268 # to it. This is right: we don't want to search that directory
6269 # for binaries, but we want the header files in there, so add
6271 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
6273 # Someone might think of using the pre-installed headers on
6274 # Canadian crosses, in case the installed compiler is not fully
6275 # compatible with the compiler being built. In this case, it
6276 # would be better to flag an error than risking having
6277 # incompatible object files being constructed. We can't
6278 # guarantee that an error will be flagged, but let's hope the
6279 # compiler will do it, when presented with incompatible header
6284 case "${target}-${is_cross_compiler}" in
6285 i
[3456789]86-*-linux*-no)
6286 # Here host == target, so we don't need to build gcc,
6287 # so we don't want to discard standard headers.
6288 FLAGS_FOR_TARGET
=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
6291 # If we're building newlib, use its generic headers last, but search
6292 # for any libc-related directories first (so make it the last -B
6294 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
6296 # If we're building libgloss, find the startup file, simulator library
6297 # and linker script.
6298 case " $target_configdirs " in
6300 # Look for startup file, simulator library and maybe linker script.
6301 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/libgloss/'"$libgloss_dir"
6302 # Look for libnosys.a in case the target needs it.
6303 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/libgloss/libnosys'
6304 # Most targets have the linker script in the source directory.
6305 FLAGS_FOR_TARGET
=$FLAGS_FOR_TARGET' -L$$s/libgloss/'"$libgloss_dir"
6316 # Can't be handled as Cygwin above since Mingw does not use newlib.
6317 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' ;;
6320 # Allow the user to override the flags for
6321 # our build compiler if desired.
6322 if test x
"${build}" = x
"${host}" ; then
6323 CFLAGS_FOR_BUILD
=${CFLAGS_FOR_BUILD-${CFLAGS}}
6324 CXXFLAGS_FOR_BUILD
=${CXXFLAGS_FOR_BUILD-${CXXFLAGS}}
6325 LDFLAGS_FOR_BUILD
=${LDFLAGS_FOR_BUILD-${LDFLAGS}}
6328 # On Canadian crosses, we'll be searching the right directories for
6329 # the previously-installed cross compiler, so don't bother to add
6330 # flags for directories within the install tree of the compiler
6331 # being built; programs in there won't even run.
6332 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
6333 # Search for pre-installed headers if nothing else fits.
6334 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
6337 if test "x
${use_gnu_ld}" = x &&
6338 echo " ${configdirs} " | grep " ld
" > /dev/null ; then
6339 # Arrange for us to find uninstalled linker scripts.
6340 FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(HOST_SUBDIR)/ld'
6343 # Search for other target-specific linker scripts and such.
6346 FLAGS_FOR_TARGET="$FLAGS_FOR_TARGET -mlibrary"
6350 # Makefile fragments.
6351 for frag in host_makefile_frag target_makefile_frag alphaieee_frag ospace_frag;
6353 eval fragval=\$$frag
6354 if test $fragval != /dev/null; then
6355 eval $frag=${srcdir}/$fragval
6363 # Miscellanea: directories, flags, etc.
6372 # Build module lists & subconfigure args.
6376 # Host module lists & subconfigure args.
6380 # Target module lists & subconfigure args.
6402 # Generate default definitions for YACC, M4, LEX and other programs that run
6403 # on the build machine. These are used if the Makefile can't locate these
6404 # programs in objdir.
6405 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
6407 for ac_prog in 'bison -y' byacc yacc
6409 # Extract the first word of "$ac_prog", so it can be a program name with args.
6410 set dummy $ac_prog; ac_word=$2
6411 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6412 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6413 if test "${ac_cv_prog_YACC+set}" = set; then
6414 echo $ECHO_N "(cached
) $ECHO_C" >&6
6416 if test -n "$YACC"; then
6417 ac_cv_prog_YACC="$YACC" # Let the user override the test.
6419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6423 test -z "$as_dir" && as_dir=.
6424 for ac_exec_ext in '' $ac_executable_extensions; do
6425 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6426 ac_cv_prog_YACC="$ac_prog"
6427 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6435 YACC=$ac_cv_prog_YACC
6436 if test -n "$YACC"; then
6437 echo "$as_me:$LINENO: result
: $YACC" >&5
6438 echo "${ECHO_T}$YACC" >&6
6440 echo "$as_me:$LINENO: result
: no
" >&5
6441 echo "${ECHO_T}no
" >&6
6444 test -n "$YACC" && break
6446 test -n "$YACC" || YACC="$MISSING bison
-y"
6448 case " $build_configdirs " in
6449 *" bison
"*) YACC='$$r/$(BUILD_SUBDIR)/bison/tests/bison -y' ;;
6450 *" byacc
"*) YACC='$$r/$(BUILD_SUBDIR)/byacc/byacc' ;;
6453 for ac_prog in bison
6455 # Extract the first word of "$ac_prog", so it can be a program name with args.
6456 set dummy $ac_prog; ac_word=$2
6457 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6458 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6459 if test "${ac_cv_prog_BISON+set}" = set; then
6460 echo $ECHO_N "(cached
) $ECHO_C" >&6
6462 if test -n "$BISON"; then
6463 ac_cv_prog_BISON="$BISON" # Let the user override the test.
6465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6469 test -z "$as_dir" && as_dir=.
6470 for ac_exec_ext in '' $ac_executable_extensions; do
6471 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6472 ac_cv_prog_BISON="$ac_prog"
6473 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6481 BISON=$ac_cv_prog_BISON
6482 if test -n "$BISON"; then
6483 echo "$as_me:$LINENO: result
: $BISON" >&5
6484 echo "${ECHO_T}$BISON" >&6
6486 echo "$as_me:$LINENO: result
: no
" >&5
6487 echo "${ECHO_T}no
" >&6
6490 test -n "$BISON" && break
6492 test -n "$BISON" || BISON="$MISSING bison
"
6494 case " $build_configdirs " in
6495 *" bison
"*) BISON='$$r/$(BUILD_SUBDIR)/bison/tests/bison' ;;
6498 for ac_prog in gm4 gnum4 m4
6500 # Extract the first word of "$ac_prog", so it can be a program name with args.
6501 set dummy $ac_prog; ac_word=$2
6502 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6503 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6504 if test "${ac_cv_prog_M4+set}" = set; then
6505 echo $ECHO_N "(cached
) $ECHO_C" >&6
6507 if test -n "$M4"; then
6508 ac_cv_prog_M4="$M4" # Let the user override the test.
6510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514 test -z "$as_dir" && as_dir=.
6515 for ac_exec_ext in '' $ac_executable_extensions; do
6516 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6517 ac_cv_prog_M4="$ac_prog"
6518 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6527 if test -n "$M4"; then
6528 echo "$as_me:$LINENO: result
: $M4" >&5
6529 echo "${ECHO_T}$M4" >&6
6531 echo "$as_me:$LINENO: result
: no
" >&5
6532 echo "${ECHO_T}no
" >&6
6535 test -n "$M4" && break
6537 test -n "$M4" || M4="$MISSING m4"
6539 case " $build_configdirs " in
6540 *" m4 "*) M4='$$r/$(BUILD_SUBDIR)/m4/m4' ;;
6543 for ac_prog in flex lex
6545 # Extract the first word of "$ac_prog", so it can be a program name with args.
6546 set dummy $ac_prog; ac_word=$2
6547 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6548 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6549 if test "${ac_cv_prog_LEX+set}" = set; then
6550 echo $ECHO_N "(cached
) $ECHO_C" >&6
6552 if test -n "$LEX"; then
6553 ac_cv_prog_LEX="$LEX" # Let the user override the test.
6555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6559 test -z "$as_dir" && as_dir=.
6560 for ac_exec_ext in '' $ac_executable_extensions; do
6561 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6562 ac_cv_prog_LEX="$ac_prog"
6563 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6572 if test -n "$LEX"; then
6573 echo "$as_me:$LINENO: result
: $LEX" >&5
6574 echo "${ECHO_T}$LEX" >&6
6576 echo "$as_me:$LINENO: result
: no
" >&5
6577 echo "${ECHO_T}no
" >&6
6580 test -n "$LEX" && break
6582 test -n "$LEX" || LEX="$MISSING flex
"
6584 case " $build_configdirs " in
6585 *" flex
"*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6586 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
6591 # Extract the first word of "$ac_prog", so it can be a program name with args.
6592 set dummy $ac_prog; ac_word=$2
6593 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6594 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6595 if test "${ac_cv_prog_FLEX+set}" = set; then
6596 echo $ECHO_N "(cached
) $ECHO_C" >&6
6598 if test -n "$FLEX"; then
6599 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
6601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6605 test -z "$as_dir" && as_dir=.
6606 for ac_exec_ext in '' $ac_executable_extensions; do
6607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6608 ac_cv_prog_FLEX="$ac_prog"
6609 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6617 FLEX=$ac_cv_prog_FLEX
6618 if test -n "$FLEX"; then
6619 echo "$as_me:$LINENO: result
: $FLEX" >&5
6620 echo "${ECHO_T}$FLEX" >&6
6622 echo "$as_me:$LINENO: result
: no
" >&5
6623 echo "${ECHO_T}no
" >&6
6626 test -n "$FLEX" && break
6628 test -n "$FLEX" || FLEX="$MISSING flex
"
6630 case " $build_configdirs " in
6631 *" flex
"*) FLEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
6634 for ac_prog in makeinfo
6636 # Extract the first word of "$ac_prog", so it can be a program name with args.
6637 set dummy $ac_prog; ac_word=$2
6638 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6639 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6640 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
6641 echo $ECHO_N "(cached
) $ECHO_C" >&6
6643 if test -n "$MAKEINFO"; then
6644 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
6646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6653 ac_cv_prog_MAKEINFO="$ac_prog"
6654 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6662 MAKEINFO=$ac_cv_prog_MAKEINFO
6663 if test -n "$MAKEINFO"; then
6664 echo "$as_me:$LINENO: result
: $MAKEINFO" >&5
6665 echo "${ECHO_T}$MAKEINFO" >&6
6667 echo "$as_me:$LINENO: result
: no
" >&5
6668 echo "${ECHO_T}no
" >&6
6671 test -n "$MAKEINFO" && break
6673 test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo
"
6675 case " $build_configdirs " in
6676 *" texinfo
"*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
6679 # For an installed makeinfo, we require it to be from texinfo 4.7 or
6680 # higher, else we use the "missing
" dummy.
6681 if ${MAKEINFO} --version \
6682 | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
6685 MAKEINFO="$MISSING makeinfo
"
6691 # FIXME: expect and dejagnu may become build tools?
6693 for ac_prog in expect
6695 # Extract the first word of "$ac_prog", so it can be a program name with args.
6696 set dummy $ac_prog; ac_word=$2
6697 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6698 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6699 if test "${ac_cv_prog_EXPECT+set}" = set; then
6700 echo $ECHO_N "(cached
) $ECHO_C" >&6
6702 if test -n "$EXPECT"; then
6703 ac_cv_prog_EXPECT="$EXPECT" # Let the user override the test.
6705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6709 test -z "$as_dir" && as_dir=.
6710 for ac_exec_ext in '' $ac_executable_extensions; do
6711 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6712 ac_cv_prog_EXPECT="$ac_prog"
6713 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6721 EXPECT=$ac_cv_prog_EXPECT
6722 if test -n "$EXPECT"; then
6723 echo "$as_me:$LINENO: result
: $EXPECT" >&5
6724 echo "${ECHO_T}$EXPECT" >&6
6726 echo "$as_me:$LINENO: result
: no
" >&5
6727 echo "${ECHO_T}no
" >&6
6730 test -n "$EXPECT" && break
6732 test -n "$EXPECT" || EXPECT="expect
"
6734 case " $configdirs " in
6736 test $host = $build && EXPECT='$$r/$(HOST_SUBDIR)/expect/expect'
6740 for ac_prog in runtest
6742 # Extract the first word of "$ac_prog", so it can be a program name with args.
6743 set dummy $ac_prog; ac_word=$2
6744 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6745 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6746 if test "${ac_cv_prog_RUNTEST+set}" = set; then
6747 echo $ECHO_N "(cached
) $ECHO_C" >&6
6749 if test -n "$RUNTEST"; then
6750 ac_cv_prog_RUNTEST="$RUNTEST" # Let the user override the test.
6752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6756 test -z "$as_dir" && as_dir=.
6757 for ac_exec_ext in '' $ac_executable_extensions; do
6758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6759 ac_cv_prog_RUNTEST="$ac_prog"
6760 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6768 RUNTEST=$ac_cv_prog_RUNTEST
6769 if test -n "$RUNTEST"; then
6770 echo "$as_me:$LINENO: result
: $RUNTEST" >&5
6771 echo "${ECHO_T}$RUNTEST" >&6
6773 echo "$as_me:$LINENO: result
: no
" >&5
6774 echo "${ECHO_T}no
" >&6
6777 test -n "$RUNTEST" && break
6779 test -n "$RUNTEST" || RUNTEST="runtest
"
6781 case " $configdirs " in
6783 test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest'
6790 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
6791 ncn_target_tool_prefix=
6792 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
6796 if test -n "$AR"; then
6798 elif test -n "$ac_cv_prog_AR"; then
6802 if test -n "$ac_cv_prog_AR"; then
6803 for ncn_progname in ar; do
6804 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6805 set dummy ${ncn_progname}; ac_word=$2
6806 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6807 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6808 if test "${ac_cv_prog_AR+set}" = set; then
6809 echo $ECHO_N "(cached
) $ECHO_C" >&6
6811 if test -n "$AR"; then
6812 ac_cv_prog_AR="$AR" # Let the user override the test.
6814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818 test -z "$as_dir" && as_dir=.
6819 for ac_exec_ext in '' $ac_executable_extensions; do
6820 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6821 ac_cv_prog_AR="${ncn_progname}"
6822 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6831 if test -n "$AR"; then
6832 echo "$as_me:$LINENO: result
: $AR" >&5
6833 echo "${ECHO_T}$AR" >&6
6835 echo "$as_me:$LINENO: result
: no
" >&5
6836 echo "${ECHO_T}no
" >&6
6842 for ncn_progname in ar; do
6843 if test -n "$ncn_tool_prefix"; then
6844 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6845 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6846 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6847 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6848 if test "${ac_cv_prog_AR+set}" = set; then
6849 echo $ECHO_N "(cached
) $ECHO_C" >&6
6851 if test -n "$AR"; then
6852 ac_cv_prog_AR="$AR" # Let the user override the test.
6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6861 ac_cv_prog_AR="${ncn_tool_prefix}${ncn_progname}"
6862 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6871 if test -n "$AR"; then
6872 echo "$as_me:$LINENO: result
: $AR" >&5
6873 echo "${ECHO_T}$AR" >&6
6875 echo "$as_me:$LINENO: result
: no
" >&5
6876 echo "${ECHO_T}no
" >&6
6880 if test -z "$ac_cv_prog_AR" && test $build = $host ; then
6881 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6882 set dummy ${ncn_progname}; ac_word=$2
6883 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6884 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6885 if test "${ac_cv_prog_AR+set}" = set; then
6886 echo $ECHO_N "(cached
) $ECHO_C" >&6
6888 if test -n "$AR"; then
6889 ac_cv_prog_AR="$AR" # Let the user override the test.
6891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6895 test -z "$as_dir" && as_dir=.
6896 for ac_exec_ext in '' $ac_executable_extensions; do
6897 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6898 ac_cv_prog_AR="${ncn_progname}"
6899 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6908 if test -n "$AR"; then
6909 echo "$as_me:$LINENO: result
: $AR" >&5
6910 echo "${ECHO_T}$AR" >&6
6912 echo "$as_me:$LINENO: result
: no
" >&5
6913 echo "${ECHO_T}no
" >&6
6917 test -n "$ac_cv_prog_AR" && break
6920 if test -z "$ac_cv_prog_AR" ; then
6922 if test $build = $host ; then
6925 AR="${ncn_tool_prefix}$2"
6931 if test -n "$AS"; then
6933 elif test -n "$ac_cv_prog_AS"; then
6937 if test -n "$ac_cv_prog_AS"; then
6938 for ncn_progname in as; do
6939 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
6940 set dummy ${ncn_progname}; ac_word=$2
6941 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6942 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6943 if test "${ac_cv_prog_AS+set}" = set; then
6944 echo $ECHO_N "(cached
) $ECHO_C" >&6
6946 if test -n "$AS"; then
6947 ac_cv_prog_AS="$AS" # Let the user override the test.
6949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6953 test -z "$as_dir" && as_dir=.
6954 for ac_exec_ext in '' $ac_executable_extensions; do
6955 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6956 ac_cv_prog_AS="${ncn_progname}"
6957 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6966 if test -n "$AS"; then
6967 echo "$as_me:$LINENO: result
: $AS" >&5
6968 echo "${ECHO_T}$AS" >&6
6970 echo "$as_me:$LINENO: result
: no
" >&5
6971 echo "${ECHO_T}no
" >&6
6977 for ncn_progname in as; do
6978 if test -n "$ncn_tool_prefix"; then
6979 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
6980 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
6981 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6982 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6983 if test "${ac_cv_prog_AS+set}" = set; then
6984 echo $ECHO_N "(cached
) $ECHO_C" >&6
6986 if test -n "$AS"; then
6987 ac_cv_prog_AS="$AS" # Let the user override the test.
6989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6993 test -z "$as_dir" && as_dir=.
6994 for ac_exec_ext in '' $ac_executable_extensions; do
6995 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6996 ac_cv_prog_AS="${ncn_tool_prefix}${ncn_progname}"
6997 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7006 if test -n "$AS"; then
7007 echo "$as_me:$LINENO: result
: $AS" >&5
7008 echo "${ECHO_T}$AS" >&6
7010 echo "$as_me:$LINENO: result
: no
" >&5
7011 echo "${ECHO_T}no
" >&6
7015 if test -z "$ac_cv_prog_AS" && test $build = $host ; then
7016 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7017 set dummy ${ncn_progname}; ac_word=$2
7018 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7019 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7020 if test "${ac_cv_prog_AS+set}" = set; then
7021 echo $ECHO_N "(cached
) $ECHO_C" >&6
7023 if test -n "$AS"; then
7024 ac_cv_prog_AS="$AS" # Let the user override the test.
7026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7030 test -z "$as_dir" && as_dir=.
7031 for ac_exec_ext in '' $ac_executable_extensions; do
7032 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7033 ac_cv_prog_AS="${ncn_progname}"
7034 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7043 if test -n "$AS"; then
7044 echo "$as_me:$LINENO: result
: $AS" >&5
7045 echo "${ECHO_T}$AS" >&6
7047 echo "$as_me:$LINENO: result
: no
" >&5
7048 echo "${ECHO_T}no
" >&6
7052 test -n "$ac_cv_prog_AS" && break
7055 if test -z "$ac_cv_prog_AS" ; then
7057 if test $build = $host ; then
7060 AS="${ncn_tool_prefix}$2"
7066 if test -n "$DLLTOOL"; then
7067 ac_cv_prog_DLLTOOL=$DLLTOOL
7068 elif test -n "$ac_cv_prog_DLLTOOL"; then
7069 DLLTOOL=$ac_cv_prog_DLLTOOL
7072 if test -n "$ac_cv_prog_DLLTOOL"; then
7073 for ncn_progname in dlltool; do
7074 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7075 set dummy ${ncn_progname}; ac_word=$2
7076 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7077 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7078 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7079 echo $ECHO_N "(cached
) $ECHO_C" >&6
7081 if test -n "$DLLTOOL"; then
7082 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7088 test -z "$as_dir" && as_dir=.
7089 for ac_exec_ext in '' $ac_executable_extensions; do
7090 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7091 ac_cv_prog_DLLTOOL="${ncn_progname}"
7092 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7100 DLLTOOL=$ac_cv_prog_DLLTOOL
7101 if test -n "$DLLTOOL"; then
7102 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7103 echo "${ECHO_T}$DLLTOOL" >&6
7105 echo "$as_me:$LINENO: result
: no
" >&5
7106 echo "${ECHO_T}no
" >&6
7112 for ncn_progname in dlltool; do
7113 if test -n "$ncn_tool_prefix"; then
7114 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7115 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7116 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7117 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7118 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7119 echo $ECHO_N "(cached
) $ECHO_C" >&6
7121 if test -n "$DLLTOOL"; then
7122 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7128 test -z "$as_dir" && as_dir=.
7129 for ac_exec_ext in '' $ac_executable_extensions; do
7130 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7131 ac_cv_prog_DLLTOOL="${ncn_tool_prefix}${ncn_progname}"
7132 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7140 DLLTOOL=$ac_cv_prog_DLLTOOL
7141 if test -n "$DLLTOOL"; then
7142 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7143 echo "${ECHO_T}$DLLTOOL" >&6
7145 echo "$as_me:$LINENO: result
: no
" >&5
7146 echo "${ECHO_T}no
" >&6
7150 if test -z "$ac_cv_prog_DLLTOOL" && test $build = $host ; then
7151 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7152 set dummy ${ncn_progname}; ac_word=$2
7153 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7154 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7155 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7156 echo $ECHO_N "(cached
) $ECHO_C" >&6
7158 if test -n "$DLLTOOL"; then
7159 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7165 test -z "$as_dir" && as_dir=.
7166 for ac_exec_ext in '' $ac_executable_extensions; do
7167 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7168 ac_cv_prog_DLLTOOL="${ncn_progname}"
7169 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7177 DLLTOOL=$ac_cv_prog_DLLTOOL
7178 if test -n "$DLLTOOL"; then
7179 echo "$as_me:$LINENO: result
: $DLLTOOL" >&5
7180 echo "${ECHO_T}$DLLTOOL" >&6
7182 echo "$as_me:$LINENO: result
: no
" >&5
7183 echo "${ECHO_T}no
" >&6
7187 test -n "$ac_cv_prog_DLLTOOL" && break
7190 if test -z "$ac_cv_prog_DLLTOOL" ; then
7192 if test $build = $host ; then
7195 DLLTOOL="${ncn_tool_prefix}$2"
7201 if test -n "$LD"; then
7203 elif test -n "$ac_cv_prog_LD"; then
7207 if test -n "$ac_cv_prog_LD"; then
7208 for ncn_progname in ld; do
7209 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7210 set dummy ${ncn_progname}; ac_word=$2
7211 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7212 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7213 if test "${ac_cv_prog_LD+set}" = set; then
7214 echo $ECHO_N "(cached
) $ECHO_C" >&6
7216 if test -n "$LD"; then
7217 ac_cv_prog_LD="$LD" # Let the user override the test.
7219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223 test -z "$as_dir" && as_dir=.
7224 for ac_exec_ext in '' $ac_executable_extensions; do
7225 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7226 ac_cv_prog_LD="${ncn_progname}"
7227 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7236 if test -n "$LD"; then
7237 echo "$as_me:$LINENO: result
: $LD" >&5
7238 echo "${ECHO_T}$LD" >&6
7240 echo "$as_me:$LINENO: result
: no
" >&5
7241 echo "${ECHO_T}no
" >&6
7247 for ncn_progname in ld; do
7248 if test -n "$ncn_tool_prefix"; then
7249 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7250 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7251 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7252 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7253 if test "${ac_cv_prog_LD+set}" = set; then
7254 echo $ECHO_N "(cached
) $ECHO_C" >&6
7256 if test -n "$LD"; then
7257 ac_cv_prog_LD="$LD" # Let the user override the test.
7259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 test -z "$as_dir" && as_dir=.
7264 for ac_exec_ext in '' $ac_executable_extensions; do
7265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7266 ac_cv_prog_LD="${ncn_tool_prefix}${ncn_progname}"
7267 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7276 if test -n "$LD"; then
7277 echo "$as_me:$LINENO: result
: $LD" >&5
7278 echo "${ECHO_T}$LD" >&6
7280 echo "$as_me:$LINENO: result
: no
" >&5
7281 echo "${ECHO_T}no
" >&6
7285 if test -z "$ac_cv_prog_LD" && test $build = $host ; then
7286 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7287 set dummy ${ncn_progname}; ac_word=$2
7288 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7289 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7290 if test "${ac_cv_prog_LD+set}" = set; then
7291 echo $ECHO_N "(cached
) $ECHO_C" >&6
7293 if test -n "$LD"; then
7294 ac_cv_prog_LD="$LD" # Let the user override the test.
7296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7300 test -z "$as_dir" && as_dir=.
7301 for ac_exec_ext in '' $ac_executable_extensions; do
7302 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7303 ac_cv_prog_LD="${ncn_progname}"
7304 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7313 if test -n "$LD"; then
7314 echo "$as_me:$LINENO: result
: $LD" >&5
7315 echo "${ECHO_T}$LD" >&6
7317 echo "$as_me:$LINENO: result
: no
" >&5
7318 echo "${ECHO_T}no
" >&6
7322 test -n "$ac_cv_prog_LD" && break
7325 if test -z "$ac_cv_prog_LD" ; then
7327 if test $build = $host ; then
7330 LD="${ncn_tool_prefix}$2"
7336 if test -n "$LIPO"; then
7337 ac_cv_prog_LIPO=$LIPO
7338 elif test -n "$ac_cv_prog_LIPO"; then
7339 LIPO=$ac_cv_prog_LIPO
7342 if test -n "$ac_cv_prog_LIPO"; then
7343 for ncn_progname in lipo; do
7344 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7345 set dummy ${ncn_progname}; ac_word=$2
7346 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7347 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7348 if test "${ac_cv_prog_LIPO+set}" = set; then
7349 echo $ECHO_N "(cached
) $ECHO_C" >&6
7351 if test -n "$LIPO"; then
7352 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7358 test -z "$as_dir" && as_dir=.
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7361 ac_cv_prog_LIPO="${ncn_progname}"
7362 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7370 LIPO=$ac_cv_prog_LIPO
7371 if test -n "$LIPO"; then
7372 echo "$as_me:$LINENO: result
: $LIPO" >&5
7373 echo "${ECHO_T}$LIPO" >&6
7375 echo "$as_me:$LINENO: result
: no
" >&5
7376 echo "${ECHO_T}no
" >&6
7382 for ncn_progname in lipo; do
7383 if test -n "$ncn_tool_prefix"; then
7384 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7385 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7386 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7387 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7388 if test "${ac_cv_prog_LIPO+set}" = set; then
7389 echo $ECHO_N "(cached
) $ECHO_C" >&6
7391 if test -n "$LIPO"; then
7392 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7398 test -z "$as_dir" && as_dir=.
7399 for ac_exec_ext in '' $ac_executable_extensions; do
7400 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7401 ac_cv_prog_LIPO="${ncn_tool_prefix}${ncn_progname}"
7402 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7410 LIPO=$ac_cv_prog_LIPO
7411 if test -n "$LIPO"; then
7412 echo "$as_me:$LINENO: result
: $LIPO" >&5
7413 echo "${ECHO_T}$LIPO" >&6
7415 echo "$as_me:$LINENO: result
: no
" >&5
7416 echo "${ECHO_T}no
" >&6
7420 if test -z "$ac_cv_prog_LIPO" && test $build = $host ; then
7421 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7422 set dummy ${ncn_progname}; ac_word=$2
7423 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7424 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7425 if test "${ac_cv_prog_LIPO+set}" = set; then
7426 echo $ECHO_N "(cached
) $ECHO_C" >&6
7428 if test -n "$LIPO"; then
7429 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7435 test -z "$as_dir" && as_dir=.
7436 for ac_exec_ext in '' $ac_executable_extensions; do
7437 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7438 ac_cv_prog_LIPO="${ncn_progname}"
7439 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7447 LIPO=$ac_cv_prog_LIPO
7448 if test -n "$LIPO"; then
7449 echo "$as_me:$LINENO: result
: $LIPO" >&5
7450 echo "${ECHO_T}$LIPO" >&6
7452 echo "$as_me:$LINENO: result
: no
" >&5
7453 echo "${ECHO_T}no
" >&6
7457 test -n "$ac_cv_prog_LIPO" && break
7460 if test -z "$ac_cv_prog_LIPO" ; then
7462 if test $build = $host ; then
7465 LIPO="${ncn_tool_prefix}$2"
7471 if test -n "$NM"; then
7473 elif test -n "$ac_cv_prog_NM"; then
7477 if test -n "$ac_cv_prog_NM"; then
7478 for ncn_progname in nm; do
7479 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7480 set dummy ${ncn_progname}; ac_word=$2
7481 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7482 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7483 if test "${ac_cv_prog_NM+set}" = set; then
7484 echo $ECHO_N "(cached
) $ECHO_C" >&6
7486 if test -n "$NM"; then
7487 ac_cv_prog_NM="$NM" # Let the user override the test.
7489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7493 test -z "$as_dir" && as_dir=.
7494 for ac_exec_ext in '' $ac_executable_extensions; do
7495 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7496 ac_cv_prog_NM="${ncn_progname}"
7497 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7506 if test -n "$NM"; then
7507 echo "$as_me:$LINENO: result
: $NM" >&5
7508 echo "${ECHO_T}$NM" >&6
7510 echo "$as_me:$LINENO: result
: no
" >&5
7511 echo "${ECHO_T}no
" >&6
7517 for ncn_progname in nm; do
7518 if test -n "$ncn_tool_prefix"; then
7519 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7520 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7521 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7522 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7523 if test "${ac_cv_prog_NM+set}" = set; then
7524 echo $ECHO_N "(cached
) $ECHO_C" >&6
7526 if test -n "$NM"; then
7527 ac_cv_prog_NM="$NM" # Let the user override the test.
7529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7533 test -z "$as_dir" && as_dir=.
7534 for ac_exec_ext in '' $ac_executable_extensions; do
7535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7536 ac_cv_prog_NM="${ncn_tool_prefix}${ncn_progname}"
7537 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7546 if test -n "$NM"; then
7547 echo "$as_me:$LINENO: result
: $NM" >&5
7548 echo "${ECHO_T}$NM" >&6
7550 echo "$as_me:$LINENO: result
: no
" >&5
7551 echo "${ECHO_T}no
" >&6
7555 if test -z "$ac_cv_prog_NM" && test $build = $host ; then
7556 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7557 set dummy ${ncn_progname}; ac_word=$2
7558 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7559 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7560 if test "${ac_cv_prog_NM+set}" = set; then
7561 echo $ECHO_N "(cached
) $ECHO_C" >&6
7563 if test -n "$NM"; then
7564 ac_cv_prog_NM="$NM" # Let the user override the test.
7566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7570 test -z "$as_dir" && as_dir=.
7571 for ac_exec_ext in '' $ac_executable_extensions; do
7572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7573 ac_cv_prog_NM="${ncn_progname}"
7574 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7583 if test -n "$NM"; then
7584 echo "$as_me:$LINENO: result
: $NM" >&5
7585 echo "${ECHO_T}$NM" >&6
7587 echo "$as_me:$LINENO: result
: no
" >&5
7588 echo "${ECHO_T}no
" >&6
7592 test -n "$ac_cv_prog_NM" && break
7595 if test -z "$ac_cv_prog_NM" ; then
7597 if test $build = $host ; then
7600 NM="${ncn_tool_prefix}$2"
7606 if test -n "$RANLIB"; then
7607 ac_cv_prog_RANLIB=$RANLIB
7608 elif test -n "$ac_cv_prog_RANLIB"; then
7609 RANLIB=$ac_cv_prog_RANLIB
7612 if test -n "$ac_cv_prog_RANLIB"; then
7613 for ncn_progname in ranlib; do
7614 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7615 set dummy ${ncn_progname}; ac_word=$2
7616 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7617 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7618 if test "${ac_cv_prog_RANLIB+set}" = set; then
7619 echo $ECHO_N "(cached
) $ECHO_C" >&6
7621 if test -n "$RANLIB"; then
7622 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7628 test -z "$as_dir" && as_dir=.
7629 for ac_exec_ext in '' $ac_executable_extensions; do
7630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7631 ac_cv_prog_RANLIB="${ncn_progname}"
7632 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7640 RANLIB=$ac_cv_prog_RANLIB
7641 if test -n "$RANLIB"; then
7642 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7643 echo "${ECHO_T}$RANLIB" >&6
7645 echo "$as_me:$LINENO: result
: no
" >&5
7646 echo "${ECHO_T}no
" >&6
7652 for ncn_progname in ranlib; do
7653 if test -n "$ncn_tool_prefix"; then
7654 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7655 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7656 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7657 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7658 if test "${ac_cv_prog_RANLIB+set}" = set; then
7659 echo $ECHO_N "(cached
) $ECHO_C" >&6
7661 if test -n "$RANLIB"; then
7662 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7668 test -z "$as_dir" && as_dir=.
7669 for ac_exec_ext in '' $ac_executable_extensions; do
7670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7671 ac_cv_prog_RANLIB="${ncn_tool_prefix}${ncn_progname}"
7672 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7680 RANLIB=$ac_cv_prog_RANLIB
7681 if test -n "$RANLIB"; then
7682 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7683 echo "${ECHO_T}$RANLIB" >&6
7685 echo "$as_me:$LINENO: result
: no
" >&5
7686 echo "${ECHO_T}no
" >&6
7690 if test -z "$ac_cv_prog_RANLIB" && test $build = $host ; then
7691 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7692 set dummy ${ncn_progname}; ac_word=$2
7693 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7694 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7695 if test "${ac_cv_prog_RANLIB+set}" = set; then
7696 echo $ECHO_N "(cached
) $ECHO_C" >&6
7698 if test -n "$RANLIB"; then
7699 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7705 test -z "$as_dir" && as_dir=.
7706 for ac_exec_ext in '' $ac_executable_extensions; do
7707 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7708 ac_cv_prog_RANLIB="${ncn_progname}"
7709 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7717 RANLIB=$ac_cv_prog_RANLIB
7718 if test -n "$RANLIB"; then
7719 echo "$as_me:$LINENO: result
: $RANLIB" >&5
7720 echo "${ECHO_T}$RANLIB" >&6
7722 echo "$as_me:$LINENO: result
: no
" >&5
7723 echo "${ECHO_T}no
" >&6
7727 test -n "$ac_cv_prog_RANLIB" && break
7730 if test -z "$ac_cv_prog_RANLIB" ; then
7736 if test -n "$STRIP"; then
7737 ac_cv_prog_STRIP=$STRIP
7738 elif test -n "$ac_cv_prog_STRIP"; then
7739 STRIP=$ac_cv_prog_STRIP
7742 if test -n "$ac_cv_prog_STRIP"; then
7743 for ncn_progname in strip; do
7744 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7745 set dummy ${ncn_progname}; ac_word=$2
7746 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7747 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7748 if test "${ac_cv_prog_STRIP+set}" = set; then
7749 echo $ECHO_N "(cached
) $ECHO_C" >&6
7751 if test -n "$STRIP"; then
7752 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7758 test -z "$as_dir" && as_dir=.
7759 for ac_exec_ext in '' $ac_executable_extensions; do
7760 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7761 ac_cv_prog_STRIP="${ncn_progname}"
7762 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7770 STRIP=$ac_cv_prog_STRIP
7771 if test -n "$STRIP"; then
7772 echo "$as_me:$LINENO: result
: $STRIP" >&5
7773 echo "${ECHO_T}$STRIP" >&6
7775 echo "$as_me:$LINENO: result
: no
" >&5
7776 echo "${ECHO_T}no
" >&6
7782 for ncn_progname in strip; do
7783 if test -n "$ncn_tool_prefix"; then
7784 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7785 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7786 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7787 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7788 if test "${ac_cv_prog_STRIP+set}" = set; then
7789 echo $ECHO_N "(cached
) $ECHO_C" >&6
7791 if test -n "$STRIP"; then
7792 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7798 test -z "$as_dir" && as_dir=.
7799 for ac_exec_ext in '' $ac_executable_extensions; do
7800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7801 ac_cv_prog_STRIP="${ncn_tool_prefix}${ncn_progname}"
7802 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7810 STRIP=$ac_cv_prog_STRIP
7811 if test -n "$STRIP"; then
7812 echo "$as_me:$LINENO: result
: $STRIP" >&5
7813 echo "${ECHO_T}$STRIP" >&6
7815 echo "$as_me:$LINENO: result
: no
" >&5
7816 echo "${ECHO_T}no
" >&6
7820 if test -z "$ac_cv_prog_STRIP" && test $build = $host ; then
7821 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7822 set dummy ${ncn_progname}; ac_word=$2
7823 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7824 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7825 if test "${ac_cv_prog_STRIP+set}" = set; then
7826 echo $ECHO_N "(cached
) $ECHO_C" >&6
7828 if test -n "$STRIP"; then
7829 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7835 test -z "$as_dir" && as_dir=.
7836 for ac_exec_ext in '' $ac_executable_extensions; do
7837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7838 ac_cv_prog_STRIP="${ncn_progname}"
7839 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7847 STRIP=$ac_cv_prog_STRIP
7848 if test -n "$STRIP"; then
7849 echo "$as_me:$LINENO: result
: $STRIP" >&5
7850 echo "${ECHO_T}$STRIP" >&6
7852 echo "$as_me:$LINENO: result
: no
" >&5
7853 echo "${ECHO_T}no
" >&6
7857 test -n "$ac_cv_prog_STRIP" && break
7860 if test -z "$ac_cv_prog_STRIP" ; then
7866 if test -n "$WINDRES"; then
7867 ac_cv_prog_WINDRES=$WINDRES
7868 elif test -n "$ac_cv_prog_WINDRES"; then
7869 WINDRES=$ac_cv_prog_WINDRES
7872 if test -n "$ac_cv_prog_WINDRES"; then
7873 for ncn_progname in windres; do
7874 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7875 set dummy ${ncn_progname}; ac_word=$2
7876 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7877 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7878 if test "${ac_cv_prog_WINDRES+set}" = set; then
7879 echo $ECHO_N "(cached
) $ECHO_C" >&6
7881 if test -n "$WINDRES"; then
7882 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888 test -z "$as_dir" && as_dir=.
7889 for ac_exec_ext in '' $ac_executable_extensions; do
7890 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7891 ac_cv_prog_WINDRES="${ncn_progname}"
7892 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7900 WINDRES=$ac_cv_prog_WINDRES
7901 if test -n "$WINDRES"; then
7902 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7903 echo "${ECHO_T}$WINDRES" >&6
7905 echo "$as_me:$LINENO: result
: no
" >&5
7906 echo "${ECHO_T}no
" >&6
7912 for ncn_progname in windres; do
7913 if test -n "$ncn_tool_prefix"; then
7914 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
7915 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
7916 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7917 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7918 if test "${ac_cv_prog_WINDRES+set}" = set; then
7919 echo $ECHO_N "(cached
) $ECHO_C" >&6
7921 if test -n "$WINDRES"; then
7922 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
7930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7931 ac_cv_prog_WINDRES="${ncn_tool_prefix}${ncn_progname}"
7932 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7940 WINDRES=$ac_cv_prog_WINDRES
7941 if test -n "$WINDRES"; then
7942 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7943 echo "${ECHO_T}$WINDRES" >&6
7945 echo "$as_me:$LINENO: result
: no
" >&5
7946 echo "${ECHO_T}no
" >&6
7950 if test -z "$ac_cv_prog_WINDRES" && test $build = $host ; then
7951 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
7952 set dummy ${ncn_progname}; ac_word=$2
7953 echo "$as_me:$LINENO: checking
for $ac_word" >&5
7954 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
7955 if test "${ac_cv_prog_WINDRES+set}" = set; then
7956 echo $ECHO_N "(cached
) $ECHO_C" >&6
7958 if test -n "$WINDRES"; then
7959 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7968 ac_cv_prog_WINDRES="${ncn_progname}"
7969 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
7977 WINDRES=$ac_cv_prog_WINDRES
7978 if test -n "$WINDRES"; then
7979 echo "$as_me:$LINENO: result
: $WINDRES" >&5
7980 echo "${ECHO_T}$WINDRES" >&6
7982 echo "$as_me:$LINENO: result
: no
" >&5
7983 echo "${ECHO_T}no
" >&6
7987 test -n "$ac_cv_prog_WINDRES" && break
7990 if test -z "$ac_cv_prog_WINDRES" ; then
7992 if test $build = $host ; then
7995 WINDRES="${ncn_tool_prefix}$2"
8001 if test -n "$WINDMC"; then
8002 ac_cv_prog_WINDMC=$WINDMC
8003 elif test -n "$ac_cv_prog_WINDMC"; then
8004 WINDMC=$ac_cv_prog_WINDMC
8007 if test -n "$ac_cv_prog_WINDMC"; then
8008 for ncn_progname in windmc; do
8009 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8010 set dummy ${ncn_progname}; ac_word=$2
8011 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8012 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8013 if test "${ac_cv_prog_WINDMC+set}" = set; then
8014 echo $ECHO_N "(cached
) $ECHO_C" >&6
8016 if test -n "$WINDMC"; then
8017 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8023 test -z "$as_dir" && as_dir=.
8024 for ac_exec_ext in '' $ac_executable_extensions; do
8025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8026 ac_cv_prog_WINDMC="${ncn_progname}"
8027 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8035 WINDMC=$ac_cv_prog_WINDMC
8036 if test -n "$WINDMC"; then
8037 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8038 echo "${ECHO_T}$WINDMC" >&6
8040 echo "$as_me:$LINENO: result
: no
" >&5
8041 echo "${ECHO_T}no
" >&6
8047 for ncn_progname in windmc; do
8048 if test -n "$ncn_tool_prefix"; then
8049 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8050 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8051 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8052 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8053 if test "${ac_cv_prog_WINDMC+set}" = set; then
8054 echo $ECHO_N "(cached
) $ECHO_C" >&6
8056 if test -n "$WINDMC"; then
8057 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8059 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8063 test -z "$as_dir" && as_dir=.
8064 for ac_exec_ext in '' $ac_executable_extensions; do
8065 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8066 ac_cv_prog_WINDMC="${ncn_tool_prefix}${ncn_progname}"
8067 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8075 WINDMC=$ac_cv_prog_WINDMC
8076 if test -n "$WINDMC"; then
8077 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8078 echo "${ECHO_T}$WINDMC" >&6
8080 echo "$as_me:$LINENO: result
: no
" >&5
8081 echo "${ECHO_T}no
" >&6
8085 if test -z "$ac_cv_prog_WINDMC" && test $build = $host ; then
8086 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8087 set dummy ${ncn_progname}; ac_word=$2
8088 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8089 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8090 if test "${ac_cv_prog_WINDMC+set}" = set; then
8091 echo $ECHO_N "(cached
) $ECHO_C" >&6
8093 if test -n "$WINDMC"; then
8094 ac_cv_prog_WINDMC="$WINDMC" # Let the user override the test.
8096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8100 test -z "$as_dir" && as_dir=.
8101 for ac_exec_ext in '' $ac_executable_extensions; do
8102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8103 ac_cv_prog_WINDMC="${ncn_progname}"
8104 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8112 WINDMC=$ac_cv_prog_WINDMC
8113 if test -n "$WINDMC"; then
8114 echo "$as_me:$LINENO: result
: $WINDMC" >&5
8115 echo "${ECHO_T}$WINDMC" >&6
8117 echo "$as_me:$LINENO: result
: no
" >&5
8118 echo "${ECHO_T}no
" >&6
8122 test -n "$ac_cv_prog_WINDMC" && break
8125 if test -z "$ac_cv_prog_WINDMC" ; then
8127 if test $build = $host ; then
8130 WINDMC="${ncn_tool_prefix}$2"
8136 if test -n "$OBJCOPY"; then
8137 ac_cv_prog_OBJCOPY=$OBJCOPY
8138 elif test -n "$ac_cv_prog_OBJCOPY"; then
8139 OBJCOPY=$ac_cv_prog_OBJCOPY
8142 if test -n "$ac_cv_prog_OBJCOPY"; then
8143 for ncn_progname in objcopy; do
8144 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8145 set dummy ${ncn_progname}; ac_word=$2
8146 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8147 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8148 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8149 echo $ECHO_N "(cached
) $ECHO_C" >&6
8151 if test -n "$OBJCOPY"; then
8152 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8158 test -z "$as_dir" && as_dir=.
8159 for ac_exec_ext in '' $ac_executable_extensions; do
8160 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8161 ac_cv_prog_OBJCOPY="${ncn_progname}"
8162 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8170 OBJCOPY=$ac_cv_prog_OBJCOPY
8171 if test -n "$OBJCOPY"; then
8172 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8173 echo "${ECHO_T}$OBJCOPY" >&6
8175 echo "$as_me:$LINENO: result
: no
" >&5
8176 echo "${ECHO_T}no
" >&6
8182 for ncn_progname in objcopy; do
8183 if test -n "$ncn_tool_prefix"; then
8184 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8185 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8186 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8187 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8188 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8189 echo $ECHO_N "(cached
) $ECHO_C" >&6
8191 if test -n "$OBJCOPY"; then
8192 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8198 test -z "$as_dir" && as_dir=.
8199 for ac_exec_ext in '' $ac_executable_extensions; do
8200 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8201 ac_cv_prog_OBJCOPY="${ncn_tool_prefix}${ncn_progname}"
8202 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8210 OBJCOPY=$ac_cv_prog_OBJCOPY
8211 if test -n "$OBJCOPY"; then
8212 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8213 echo "${ECHO_T}$OBJCOPY" >&6
8215 echo "$as_me:$LINENO: result
: no
" >&5
8216 echo "${ECHO_T}no
" >&6
8220 if test -z "$ac_cv_prog_OBJCOPY" && test $build = $host ; then
8221 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8222 set dummy ${ncn_progname}; ac_word=$2
8223 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8224 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8225 if test "${ac_cv_prog_OBJCOPY+set}" = set; then
8226 echo $ECHO_N "(cached
) $ECHO_C" >&6
8228 if test -n "$OBJCOPY"; then
8229 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
8231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8235 test -z "$as_dir" && as_dir=.
8236 for ac_exec_ext in '' $ac_executable_extensions; do
8237 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8238 ac_cv_prog_OBJCOPY="${ncn_progname}"
8239 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8247 OBJCOPY=$ac_cv_prog_OBJCOPY
8248 if test -n "$OBJCOPY"; then
8249 echo "$as_me:$LINENO: result
: $OBJCOPY" >&5
8250 echo "${ECHO_T}$OBJCOPY" >&6
8252 echo "$as_me:$LINENO: result
: no
" >&5
8253 echo "${ECHO_T}no
" >&6
8257 test -n "$ac_cv_prog_OBJCOPY" && break
8260 if test -z "$ac_cv_prog_OBJCOPY" ; then
8262 if test $build = $host ; then
8265 OBJCOPY="${ncn_tool_prefix}$2"
8271 if test -n "$OBJDUMP"; then
8272 ac_cv_prog_OBJDUMP=$OBJDUMP
8273 elif test -n "$ac_cv_prog_OBJDUMP"; then
8274 OBJDUMP=$ac_cv_prog_OBJDUMP
8277 if test -n "$ac_cv_prog_OBJDUMP"; then
8278 for ncn_progname in objdump; do
8279 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8280 set dummy ${ncn_progname}; ac_word=$2
8281 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8282 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8283 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8284 echo $ECHO_N "(cached
) $ECHO_C" >&6
8286 if test -n "$OBJDUMP"; then
8287 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8293 test -z "$as_dir" && as_dir=.
8294 for ac_exec_ext in '' $ac_executable_extensions; do
8295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8296 ac_cv_prog_OBJDUMP="${ncn_progname}"
8297 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8305 OBJDUMP=$ac_cv_prog_OBJDUMP
8306 if test -n "$OBJDUMP"; then
8307 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8308 echo "${ECHO_T}$OBJDUMP" >&6
8310 echo "$as_me:$LINENO: result
: no
" >&5
8311 echo "${ECHO_T}no
" >&6
8317 for ncn_progname in objdump; do
8318 if test -n "$ncn_tool_prefix"; then
8319 # Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
8320 set dummy ${ncn_tool_prefix}${ncn_progname}; ac_word=$2
8321 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8322 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8323 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8324 echo $ECHO_N "(cached
) $ECHO_C" >&6
8326 if test -n "$OBJDUMP"; then
8327 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8333 test -z "$as_dir" && as_dir=.
8334 for ac_exec_ext in '' $ac_executable_extensions; do
8335 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8336 ac_cv_prog_OBJDUMP="${ncn_tool_prefix}${ncn_progname}"
8337 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8345 OBJDUMP=$ac_cv_prog_OBJDUMP
8346 if test -n "$OBJDUMP"; then
8347 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8348 echo "${ECHO_T}$OBJDUMP" >&6
8350 echo "$as_me:$LINENO: result
: no
" >&5
8351 echo "${ECHO_T}no
" >&6
8355 if test -z "$ac_cv_prog_OBJDUMP" && test $build = $host ; then
8356 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8357 set dummy ${ncn_progname}; ac_word=$2
8358 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8359 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8360 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
8361 echo $ECHO_N "(cached
) $ECHO_C" >&6
8363 if test -n "$OBJDUMP"; then
8364 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
8366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8370 test -z "$as_dir" && as_dir=.
8371 for ac_exec_ext in '' $ac_executable_extensions; do
8372 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8373 ac_cv_prog_OBJDUMP="${ncn_progname}"
8374 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8382 OBJDUMP=$ac_cv_prog_OBJDUMP
8383 if test -n "$OBJDUMP"; then
8384 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
8385 echo "${ECHO_T}$OBJDUMP" >&6
8387 echo "$as_me:$LINENO: result
: no
" >&5
8388 echo "${ECHO_T}no
" >&6
8392 test -n "$ac_cv_prog_OBJDUMP" && break
8395 if test -z "$ac_cv_prog_OBJDUMP" ; then
8397 if test $build = $host ; then
8400 OBJDUMP="${ncn_tool_prefix}$2"
8411 # Check whether --with-build-time-tools or --without-build-time-tools was given.
8412 if test "${with_build_time_tools+set}" = set; then
8413 withval="$with_build_time_tools"
8417 with_build_time_tools=
8418 { echo "$as_me:$LINENO: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&5
8419 echo "$as_me: WARNING
: argument to
--with-build-time-tools must be an absolute path
" >&2;}
8423 with_build_time_tools=
8428 if test -n "$CC_FOR_TARGET"; then
8429 ac_cv_prog_CC_FOR_TARGET=$CC_FOR_TARGET
8430 elif test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8431 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8434 if test -n "$ac_cv_prog_CC_FOR_TARGET"; then
8435 for ncn_progname in cc gcc; do
8436 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8437 set dummy ${ncn_progname}; ac_word=$2
8438 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8439 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8440 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8441 echo $ECHO_N "(cached
) $ECHO_C" >&6
8443 if test -n "$CC_FOR_TARGET"; then
8444 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8450 test -z "$as_dir" && as_dir=.
8451 for ac_exec_ext in '' $ac_executable_extensions; do
8452 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8453 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8454 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8462 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8463 if test -n "$CC_FOR_TARGET"; then
8464 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8465 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8467 echo "$as_me:$LINENO: result
: no
" >&5
8468 echo "${ECHO_T}no
" >&6
8474 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8475 for ncn_progname in cc gcc; do
8476 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8477 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8478 if test -x $with_build_time_tools/${ncn_progname}; then
8479 ac_cv_prog_CC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8480 echo "$as_me:$LINENO: result
: yes" >&5
8481 echo "${ECHO_T}yes" >&6
8484 echo "$as_me:$LINENO: result
: no
" >&5
8485 echo "${ECHO_T}no
" >&6
8490 if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
8491 for ncn_progname in cc gcc; do
8492 if test -n "$ncn_target_tool_prefix"; then
8493 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8494 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8495 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8496 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8497 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8498 echo $ECHO_N "(cached
) $ECHO_C" >&6
8500 if test -n "$CC_FOR_TARGET"; then
8501 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8507 test -z "$as_dir" && as_dir=.
8508 for ac_exec_ext in '' $ac_executable_extensions; do
8509 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8510 ac_cv_prog_CC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8511 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8519 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8520 if test -n "$CC_FOR_TARGET"; then
8521 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8522 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8524 echo "$as_me:$LINENO: result
: no
" >&5
8525 echo "${ECHO_T}no
" >&6
8529 if test -z "$ac_cv_prog_CC_FOR_TARGET" && test $build = $target ; then
8530 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8531 set dummy ${ncn_progname}; ac_word=$2
8532 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8533 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8534 if test "${ac_cv_prog_CC_FOR_TARGET+set}" = set; then
8535 echo $ECHO_N "(cached
) $ECHO_C" >&6
8537 if test -n "$CC_FOR_TARGET"; then
8538 ac_cv_prog_CC_FOR_TARGET="$CC_FOR_TARGET" # Let the user override the test.
8540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8544 test -z "$as_dir" && as_dir=.
8545 for ac_exec_ext in '' $ac_executable_extensions; do
8546 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8547 ac_cv_prog_CC_FOR_TARGET="${ncn_progname}"
8548 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8556 CC_FOR_TARGET=$ac_cv_prog_CC_FOR_TARGET
8557 if test -n "$CC_FOR_TARGET"; then
8558 echo "$as_me:$LINENO: result
: $CC_FOR_TARGET" >&5
8559 echo "${ECHO_T}$CC_FOR_TARGET" >&6
8561 echo "$as_me:$LINENO: result
: no
" >&5
8562 echo "${ECHO_T}no
" >&6
8566 test -n "$ac_cv_prog_CC_FOR_TARGET" && break
8570 if test -z "$ac_cv_prog_CC_FOR_TARGET" ; then
8572 if test $build = $target ; then
8575 CC_FOR_TARGET="${ncn_target_tool_prefix}$2"
8578 CC_FOR_TARGET="$ac_cv_prog_CC_FOR_TARGET"
8583 if test -n "$CXX_FOR_TARGET"; then
8584 ac_cv_prog_CXX_FOR_TARGET=$CXX_FOR_TARGET
8585 elif test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8586 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8589 if test -n "$ac_cv_prog_CXX_FOR_TARGET"; then
8590 for ncn_progname in c++ g++ cxx gxx; do
8591 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8592 set dummy ${ncn_progname}; ac_word=$2
8593 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8594 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8595 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8596 echo $ECHO_N "(cached
) $ECHO_C" >&6
8598 if test -n "$CXX_FOR_TARGET"; then
8599 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8605 test -z "$as_dir" && as_dir=.
8606 for ac_exec_ext in '' $ac_executable_extensions; do
8607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8608 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8609 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8617 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8618 if test -n "$CXX_FOR_TARGET"; then
8619 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8620 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8622 echo "$as_me:$LINENO: result
: no
" >&5
8623 echo "${ECHO_T}no
" >&6
8629 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test -n "$with_build_time_tools"; then
8630 for ncn_progname in c++ g++ cxx gxx; do
8631 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8632 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8633 if test -x $with_build_time_tools/${ncn_progname}; then
8634 ac_cv_prog_CXX_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8635 echo "$as_me:$LINENO: result
: yes" >&5
8636 echo "${ECHO_T}yes" >&6
8639 echo "$as_me:$LINENO: result
: no
" >&5
8640 echo "${ECHO_T}no
" >&6
8645 if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
8646 for ncn_progname in c++ g++ cxx gxx; do
8647 if test -n "$ncn_target_tool_prefix"; then
8648 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8649 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8650 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8651 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8652 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8653 echo $ECHO_N "(cached
) $ECHO_C" >&6
8655 if test -n "$CXX_FOR_TARGET"; then
8656 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8662 test -z "$as_dir" && as_dir=.
8663 for ac_exec_ext in '' $ac_executable_extensions; do
8664 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8665 ac_cv_prog_CXX_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8666 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8674 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8675 if test -n "$CXX_FOR_TARGET"; then
8676 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8677 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8679 echo "$as_me:$LINENO: result
: no
" >&5
8680 echo "${ECHO_T}no
" >&6
8684 if test -z "$ac_cv_prog_CXX_FOR_TARGET" && test $build = $target ; then
8685 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8686 set dummy ${ncn_progname}; ac_word=$2
8687 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8688 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8689 if test "${ac_cv_prog_CXX_FOR_TARGET+set}" = set; then
8690 echo $ECHO_N "(cached
) $ECHO_C" >&6
8692 if test -n "$CXX_FOR_TARGET"; then
8693 ac_cv_prog_CXX_FOR_TARGET="$CXX_FOR_TARGET" # Let the user override the test.
8695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8699 test -z "$as_dir" && as_dir=.
8700 for ac_exec_ext in '' $ac_executable_extensions; do
8701 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8702 ac_cv_prog_CXX_FOR_TARGET="${ncn_progname}"
8703 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8711 CXX_FOR_TARGET=$ac_cv_prog_CXX_FOR_TARGET
8712 if test -n "$CXX_FOR_TARGET"; then
8713 echo "$as_me:$LINENO: result
: $CXX_FOR_TARGET" >&5
8714 echo "${ECHO_T}$CXX_FOR_TARGET" >&6
8716 echo "$as_me:$LINENO: result
: no
" >&5
8717 echo "${ECHO_T}no
" >&6
8721 test -n "$ac_cv_prog_CXX_FOR_TARGET" && break
8725 if test -z "$ac_cv_prog_CXX_FOR_TARGET" ; then
8726 set dummy c++ g++ cxx gxx
8727 if test $build = $target ; then
8730 CXX_FOR_TARGET="${ncn_target_tool_prefix}$2"
8733 CXX_FOR_TARGET="$ac_cv_prog_CXX_FOR_TARGET"
8738 if test -n "$GCC_FOR_TARGET"; then
8739 ac_cv_prog_GCC_FOR_TARGET=$GCC_FOR_TARGET
8740 elif test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8741 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8744 if test -n "$ac_cv_prog_GCC_FOR_TARGET"; then
8745 for ncn_progname in gcc; do
8746 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8747 set dummy ${ncn_progname}; ac_word=$2
8748 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8749 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8750 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8751 echo $ECHO_N "(cached
) $ECHO_C" >&6
8753 if test -n "$GCC_FOR_TARGET"; then
8754 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8760 test -z "$as_dir" && as_dir=.
8761 for ac_exec_ext in '' $ac_executable_extensions; do
8762 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8763 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8764 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8772 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8773 if test -n "$GCC_FOR_TARGET"; then
8774 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8775 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8777 echo "$as_me:$LINENO: result
: no
" >&5
8778 echo "${ECHO_T}no
" >&6
8784 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test -n "$with_build_time_tools"; then
8785 for ncn_progname in gcc; do
8786 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8787 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8788 if test -x $with_build_time_tools/${ncn_progname}; then
8789 ac_cv_prog_GCC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8790 echo "$as_me:$LINENO: result
: yes" >&5
8791 echo "${ECHO_T}yes" >&6
8794 echo "$as_me:$LINENO: result
: no
" >&5
8795 echo "${ECHO_T}no
" >&6
8800 if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
8801 for ncn_progname in gcc; do
8802 if test -n "$ncn_target_tool_prefix"; then
8803 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8804 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8805 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8806 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8807 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8808 echo $ECHO_N "(cached
) $ECHO_C" >&6
8810 if test -n "$GCC_FOR_TARGET"; then
8811 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8817 test -z "$as_dir" && as_dir=.
8818 for ac_exec_ext in '' $ac_executable_extensions; do
8819 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8820 ac_cv_prog_GCC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8821 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8829 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8830 if test -n "$GCC_FOR_TARGET"; then
8831 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8832 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8834 echo "$as_me:$LINENO: result
: no
" >&5
8835 echo "${ECHO_T}no
" >&6
8839 if test -z "$ac_cv_prog_GCC_FOR_TARGET" && test $build = $target ; then
8840 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8841 set dummy ${ncn_progname}; ac_word=$2
8842 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8843 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8844 if test "${ac_cv_prog_GCC_FOR_TARGET+set}" = set; then
8845 echo $ECHO_N "(cached
) $ECHO_C" >&6
8847 if test -n "$GCC_FOR_TARGET"; then
8848 ac_cv_prog_GCC_FOR_TARGET="$GCC_FOR_TARGET" # Let the user override the test.
8850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8854 test -z "$as_dir" && as_dir=.
8855 for ac_exec_ext in '' $ac_executable_extensions; do
8856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8857 ac_cv_prog_GCC_FOR_TARGET="${ncn_progname}"
8858 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8866 GCC_FOR_TARGET=$ac_cv_prog_GCC_FOR_TARGET
8867 if test -n "$GCC_FOR_TARGET"; then
8868 echo "$as_me:$LINENO: result
: $GCC_FOR_TARGET" >&5
8869 echo "${ECHO_T}$GCC_FOR_TARGET" >&6
8871 echo "$as_me:$LINENO: result
: no
" >&5
8872 echo "${ECHO_T}no
" >&6
8876 test -n "$ac_cv_prog_GCC_FOR_TARGET" && break
8880 if test -z "$ac_cv_prog_GCC_FOR_TARGET" ; then
8881 GCC_FOR_TARGET="${CC_FOR_TARGET}"
8883 GCC_FOR_TARGET="$ac_cv_prog_GCC_FOR_TARGET"
8888 if test -n "$GCJ_FOR_TARGET"; then
8889 ac_cv_prog_GCJ_FOR_TARGET=$GCJ_FOR_TARGET
8890 elif test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8891 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8894 if test -n "$ac_cv_prog_GCJ_FOR_TARGET"; then
8895 for ncn_progname in gcj; do
8896 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8897 set dummy ${ncn_progname}; ac_word=$2
8898 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8899 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8900 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8901 echo $ECHO_N "(cached
) $ECHO_C" >&6
8903 if test -n "$GCJ_FOR_TARGET"; then
8904 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8910 test -z "$as_dir" && as_dir=.
8911 for ac_exec_ext in '' $ac_executable_extensions; do
8912 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8913 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
8914 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8922 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8923 if test -n "$GCJ_FOR_TARGET"; then
8924 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8925 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8927 echo "$as_me:$LINENO: result
: no
" >&5
8928 echo "${ECHO_T}no
" >&6
8934 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test -n "$with_build_time_tools"; then
8935 for ncn_progname in gcj; do
8936 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
8937 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
8938 if test -x $with_build_time_tools/${ncn_progname}; then
8939 ac_cv_prog_GCJ_FOR_TARGET=$with_build_time_tools/${ncn_progname}
8940 echo "$as_me:$LINENO: result
: yes" >&5
8941 echo "${ECHO_T}yes" >&6
8944 echo "$as_me:$LINENO: result
: no
" >&5
8945 echo "${ECHO_T}no
" >&6
8950 if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
8951 for ncn_progname in gcj; do
8952 if test -n "$ncn_target_tool_prefix"; then
8953 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
8954 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
8955 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8956 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8957 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8958 echo $ECHO_N "(cached
) $ECHO_C" >&6
8960 if test -n "$GCJ_FOR_TARGET"; then
8961 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
8963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8967 test -z "$as_dir" && as_dir=.
8968 for ac_exec_ext in '' $ac_executable_extensions; do
8969 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8970 ac_cv_prog_GCJ_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
8971 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
8979 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
8980 if test -n "$GCJ_FOR_TARGET"; then
8981 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
8982 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
8984 echo "$as_me:$LINENO: result
: no
" >&5
8985 echo "${ECHO_T}no
" >&6
8989 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" && test $build = $target ; then
8990 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
8991 set dummy ${ncn_progname}; ac_word=$2
8992 echo "$as_me:$LINENO: checking
for $ac_word" >&5
8993 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
8994 if test "${ac_cv_prog_GCJ_FOR_TARGET+set}" = set; then
8995 echo $ECHO_N "(cached
) $ECHO_C" >&6
8997 if test -n "$GCJ_FOR_TARGET"; then
8998 ac_cv_prog_GCJ_FOR_TARGET="$GCJ_FOR_TARGET" # Let the user override the test.
9000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9004 test -z "$as_dir" && as_dir=.
9005 for ac_exec_ext in '' $ac_executable_extensions; do
9006 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9007 ac_cv_prog_GCJ_FOR_TARGET="${ncn_progname}"
9008 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9016 GCJ_FOR_TARGET=$ac_cv_prog_GCJ_FOR_TARGET
9017 if test -n "$GCJ_FOR_TARGET"; then
9018 echo "$as_me:$LINENO: result
: $GCJ_FOR_TARGET" >&5
9019 echo "${ECHO_T}$GCJ_FOR_TARGET" >&6
9021 echo "$as_me:$LINENO: result
: no
" >&5
9022 echo "${ECHO_T}no
" >&6
9026 test -n "$ac_cv_prog_GCJ_FOR_TARGET" && break
9030 if test -z "$ac_cv_prog_GCJ_FOR_TARGET" ; then
9032 if test $build = $target ; then
9035 GCJ_FOR_TARGET="${ncn_target_tool_prefix}$2"
9038 GCJ_FOR_TARGET="$ac_cv_prog_GCJ_FOR_TARGET"
9043 if test -n "$GFORTRAN_FOR_TARGET"; then
9044 ac_cv_prog_GFORTRAN_FOR_TARGET=$GFORTRAN_FOR_TARGET
9045 elif test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9046 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9049 if test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9050 for ncn_progname in gfortran; do
9051 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9052 set dummy ${ncn_progname}; ac_word=$2
9053 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9054 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9055 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9056 echo $ECHO_N "(cached
) $ECHO_C" >&6
9058 if test -n "$GFORTRAN_FOR_TARGET"; then
9059 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9065 test -z "$as_dir" && as_dir=.
9066 for ac_exec_ext in '' $ac_executable_extensions; do
9067 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9068 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9069 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9077 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9078 if test -n "$GFORTRAN_FOR_TARGET"; then
9079 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9080 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9082 echo "$as_me:$LINENO: result
: no
" >&5
9083 echo "${ECHO_T}no
" >&6
9089 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test -n "$with_build_time_tools"; then
9090 for ncn_progname in gfortran; do
9091 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9092 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9093 if test -x $with_build_time_tools/${ncn_progname}; then
9094 ac_cv_prog_GFORTRAN_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9095 echo "$as_me:$LINENO: result
: yes" >&5
9096 echo "${ECHO_T}yes" >&6
9099 echo "$as_me:$LINENO: result
: no
" >&5
9100 echo "${ECHO_T}no
" >&6
9105 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
9106 for ncn_progname in gfortran; do
9107 if test -n "$ncn_target_tool_prefix"; then
9108 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9109 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9110 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9111 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9112 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9113 echo $ECHO_N "(cached
) $ECHO_C" >&6
9115 if test -n "$GFORTRAN_FOR_TARGET"; then
9116 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9122 test -z "$as_dir" && as_dir=.
9123 for ac_exec_ext in '' $ac_executable_extensions; do
9124 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9125 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9126 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9134 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9135 if test -n "$GFORTRAN_FOR_TARGET"; then
9136 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9137 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9139 echo "$as_me:$LINENO: result
: no
" >&5
9140 echo "${ECHO_T}no
" >&6
9144 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" && test $build = $target ; then
9145 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9146 set dummy ${ncn_progname}; ac_word=$2
9147 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9148 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9149 if test "${ac_cv_prog_GFORTRAN_FOR_TARGET+set}" = set; then
9150 echo $ECHO_N "(cached
) $ECHO_C" >&6
9152 if test -n "$GFORTRAN_FOR_TARGET"; then
9153 ac_cv_prog_GFORTRAN_FOR_TARGET="$GFORTRAN_FOR_TARGET" # Let the user override the test.
9155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9159 test -z "$as_dir" && as_dir=.
9160 for ac_exec_ext in '' $ac_executable_extensions; do
9161 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9162 ac_cv_prog_GFORTRAN_FOR_TARGET="${ncn_progname}"
9163 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9171 GFORTRAN_FOR_TARGET=$ac_cv_prog_GFORTRAN_FOR_TARGET
9172 if test -n "$GFORTRAN_FOR_TARGET"; then
9173 echo "$as_me:$LINENO: result
: $GFORTRAN_FOR_TARGET" >&5
9174 echo "${ECHO_T}$GFORTRAN_FOR_TARGET" >&6
9176 echo "$as_me:$LINENO: result
: no
" >&5
9177 echo "${ECHO_T}no
" >&6
9181 test -n "$ac_cv_prog_GFORTRAN_FOR_TARGET" && break
9185 if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET" ; then
9187 if test $build = $target ; then
9188 GFORTRAN_FOR_TARGET="$2"
9190 GFORTRAN_FOR_TARGET="${ncn_target_tool_prefix}$2"
9193 GFORTRAN_FOR_TARGET="$ac_cv_prog_GFORTRAN_FOR_TARGET"
9198 cat > conftest.c << \EOF
9203 if ($GCC_FOR_TARGET -E conftest.c | grep gcc_yay) > /dev/null 2>&1; then
9204 have_gcc_for_target=yes
9206 GCC_FOR_TARGET=${ncn_target_tool_prefix}gcc
9207 have_gcc_for_target=no
9214 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9215 if test -n "$with_build_time_tools"; then
9216 echo "$as_me:$LINENO: checking
for ar in $with_build_time_tools" >&5
9217 echo $ECHO_N "checking
for ar in $with_build_time_tools...
$ECHO_C" >&6
9218 if test -x $with_build_time_tools/ar; then
9219 AR_FOR_TARGET=`cd $with_build_time_tools && pwd`/ar
9220 ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9221 echo "$as_me:$LINENO: result
: $ac_cv_path_AR_FOR_TARGET" >&5
9222 echo "${ECHO_T}$ac_cv_path_AR_FOR_TARGET" >&6
9224 echo "$as_me:$LINENO: result
: no
" >&5
9225 echo "${ECHO_T}no
" >&6
9227 elif test $build != $host && test $have_gcc_for_target = yes; then
9228 AR_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ar`
9229 test $AR_FOR_TARGET = ar && AR_FOR_TARGET=
9230 test -n "$AR_FOR_TARGET" && ac_cv_path_AR_FOR_TARGET=$AR_FOR_TARGET
9233 if test -z "$ac_cv_path_AR_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9234 # Extract the first word of "ar", so it can be a program name with args.
9235 set dummy ar; ac_word=$2
9236 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9237 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9238 if test "${ac_cv_path_AR_FOR_TARGET+set}" = set; then
9239 echo $ECHO_N "(cached
) $ECHO_C" >&6
9241 case $AR_FOR_TARGET in
9243 ac_cv_path_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test with a path.
9246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9247 for as_dir in $gcc_cv_tool_dirs
9250 test -z "$as_dir" && as_dir=.
9251 for ac_exec_ext in '' $ac_executable_extensions; do
9252 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9253 ac_cv_path_AR_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9254 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9263 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9265 if test -n "$AR_FOR_TARGET"; then
9266 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9267 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9269 echo "$as_me:$LINENO: result
: no
" >&5
9270 echo "${ECHO_T}no
" >&6
9274 if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
9277 if test -n "$AR_FOR_TARGET"; then
9278 ac_cv_prog_AR_FOR_TARGET=$AR_FOR_TARGET
9279 elif test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9280 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9283 if test -n "$ac_cv_prog_AR_FOR_TARGET"; then
9284 for ncn_progname in ar; do
9285 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9286 set dummy ${ncn_progname}; ac_word=$2
9287 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9288 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9289 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9290 echo $ECHO_N "(cached
) $ECHO_C" >&6
9292 if test -n "$AR_FOR_TARGET"; then
9293 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9299 test -z "$as_dir" && as_dir=.
9300 for ac_exec_ext in '' $ac_executable_extensions; do
9301 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9302 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9303 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9311 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9312 if test -n "$AR_FOR_TARGET"; then
9313 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9314 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9316 echo "$as_me:$LINENO: result
: no
" >&5
9317 echo "${ECHO_T}no
" >&6
9323 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test -n "$with_build_time_tools"; then
9324 for ncn_progname in ar; do
9325 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9326 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9327 if test -x $with_build_time_tools/${ncn_progname}; then
9328 ac_cv_prog_AR_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9329 echo "$as_me:$LINENO: result
: yes" >&5
9330 echo "${ECHO_T}yes" >&6
9333 echo "$as_me:$LINENO: result
: no
" >&5
9334 echo "${ECHO_T}no
" >&6
9339 if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
9340 for ncn_progname in ar; do
9341 if test -n "$ncn_target_tool_prefix"; then
9342 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9343 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9344 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9345 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9346 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9347 echo $ECHO_N "(cached
) $ECHO_C" >&6
9349 if test -n "$AR_FOR_TARGET"; then
9350 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9356 test -z "$as_dir" && as_dir=.
9357 for ac_exec_ext in '' $ac_executable_extensions; do
9358 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9359 ac_cv_prog_AR_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9360 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9368 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9369 if test -n "$AR_FOR_TARGET"; then
9370 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9371 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9373 echo "$as_me:$LINENO: result
: no
" >&5
9374 echo "${ECHO_T}no
" >&6
9378 if test -z "$ac_cv_prog_AR_FOR_TARGET" && test $build = $target ; then
9379 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9380 set dummy ${ncn_progname}; ac_word=$2
9381 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9382 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9383 if test "${ac_cv_prog_AR_FOR_TARGET+set}" = set; then
9384 echo $ECHO_N "(cached
) $ECHO_C" >&6
9386 if test -n "$AR_FOR_TARGET"; then
9387 ac_cv_prog_AR_FOR_TARGET="$AR_FOR_TARGET" # Let the user override the test.
9389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9393 test -z "$as_dir" && as_dir=.
9394 for ac_exec_ext in '' $ac_executable_extensions; do
9395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9396 ac_cv_prog_AR_FOR_TARGET="${ncn_progname}"
9397 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9405 AR_FOR_TARGET=$ac_cv_prog_AR_FOR_TARGET
9406 if test -n "$AR_FOR_TARGET"; then
9407 echo "$as_me:$LINENO: result
: $AR_FOR_TARGET" >&5
9408 echo "${ECHO_T}$AR_FOR_TARGET" >&6
9410 echo "$as_me:$LINENO: result
: no
" >&5
9411 echo "${ECHO_T}no
" >&6
9415 test -n "$ac_cv_prog_AR_FOR_TARGET" && break
9419 if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
9421 if test $build = $target ; then
9424 AR_FOR_TARGET="${ncn_target_tool_prefix}$2"
9427 AR_FOR_TARGET="$ac_cv_prog_AR_FOR_TARGET"
9431 AR_FOR_TARGET=$ac_cv_path_AR_FOR_TARGET
9437 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9438 if test -n "$with_build_time_tools"; then
9439 echo "$as_me:$LINENO: checking
for as
in $with_build_time_tools" >&5
9440 echo $ECHO_N "checking
for as
in $with_build_time_tools...
$ECHO_C" >&6
9441 if test -x $with_build_time_tools/as; then
9442 AS_FOR_TARGET=`cd $with_build_time_tools && pwd`/as
9443 ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9444 echo "$as_me:$LINENO: result
: $ac_cv_path_AS_FOR_TARGET" >&5
9445 echo "${ECHO_T}$ac_cv_path_AS_FOR_TARGET" >&6
9447 echo "$as_me:$LINENO: result
: no
" >&5
9448 echo "${ECHO_T}no
" >&6
9450 elif test $build != $host && test $have_gcc_for_target = yes; then
9451 AS_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=as`
9452 test $AS_FOR_TARGET = as && AS_FOR_TARGET=
9453 test -n "$AS_FOR_TARGET" && ac_cv_path_AS_FOR_TARGET=$AS_FOR_TARGET
9456 if test -z "$ac_cv_path_AS_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9457 # Extract the first word of "as
", so it can be a program name with args.
9458 set dummy as; ac_word=$2
9459 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9460 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9461 if test "${ac_cv_path_AS_FOR_TARGET+set}" = set; then
9462 echo $ECHO_N "(cached
) $ECHO_C" >&6
9464 case $AS_FOR_TARGET in
9466 ac_cv_path_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test with a path.
9469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9470 for as_dir in $gcc_cv_tool_dirs
9473 test -z "$as_dir" && as_dir=.
9474 for ac_exec_ext in '' $ac_executable_extensions; do
9475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9476 ac_cv_path_AS_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9477 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9486 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9488 if test -n "$AS_FOR_TARGET"; then
9489 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9490 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9492 echo "$as_me:$LINENO: result
: no
" >&5
9493 echo "${ECHO_T}no
" >&6
9497 if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
9500 if test -n "$AS_FOR_TARGET"; then
9501 ac_cv_prog_AS_FOR_TARGET=$AS_FOR_TARGET
9502 elif test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9503 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9506 if test -n "$ac_cv_prog_AS_FOR_TARGET"; then
9507 for ncn_progname in as; do
9508 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9509 set dummy ${ncn_progname}; ac_word=$2
9510 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9511 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9512 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9513 echo $ECHO_N "(cached
) $ECHO_C" >&6
9515 if test -n "$AS_FOR_TARGET"; then
9516 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9522 test -z "$as_dir" && as_dir=.
9523 for ac_exec_ext in '' $ac_executable_extensions; do
9524 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9525 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9526 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9534 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9535 if test -n "$AS_FOR_TARGET"; then
9536 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9537 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9539 echo "$as_me:$LINENO: result
: no
" >&5
9540 echo "${ECHO_T}no
" >&6
9546 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test -n "$with_build_time_tools"; then
9547 for ncn_progname in as; do
9548 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9549 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9550 if test -x $with_build_time_tools/${ncn_progname}; then
9551 ac_cv_prog_AS_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9552 echo "$as_me:$LINENO: result
: yes" >&5
9553 echo "${ECHO_T}yes" >&6
9556 echo "$as_me:$LINENO: result
: no
" >&5
9557 echo "${ECHO_T}no
" >&6
9562 if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
9563 for ncn_progname in as; do
9564 if test -n "$ncn_target_tool_prefix"; then
9565 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9566 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9567 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9568 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9569 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9570 echo $ECHO_N "(cached
) $ECHO_C" >&6
9572 if test -n "$AS_FOR_TARGET"; then
9573 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9579 test -z "$as_dir" && as_dir=.
9580 for ac_exec_ext in '' $ac_executable_extensions; do
9581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9582 ac_cv_prog_AS_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9583 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9591 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9592 if test -n "$AS_FOR_TARGET"; then
9593 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9594 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9596 echo "$as_me:$LINENO: result
: no
" >&5
9597 echo "${ECHO_T}no
" >&6
9601 if test -z "$ac_cv_prog_AS_FOR_TARGET" && test $build = $target ; then
9602 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9603 set dummy ${ncn_progname}; ac_word=$2
9604 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9605 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9606 if test "${ac_cv_prog_AS_FOR_TARGET+set}" = set; then
9607 echo $ECHO_N "(cached
) $ECHO_C" >&6
9609 if test -n "$AS_FOR_TARGET"; then
9610 ac_cv_prog_AS_FOR_TARGET="$AS_FOR_TARGET" # Let the user override the test.
9612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9616 test -z "$as_dir" && as_dir=.
9617 for ac_exec_ext in '' $ac_executable_extensions; do
9618 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9619 ac_cv_prog_AS_FOR_TARGET="${ncn_progname}"
9620 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9628 AS_FOR_TARGET=$ac_cv_prog_AS_FOR_TARGET
9629 if test -n "$AS_FOR_TARGET"; then
9630 echo "$as_me:$LINENO: result
: $AS_FOR_TARGET" >&5
9631 echo "${ECHO_T}$AS_FOR_TARGET" >&6
9633 echo "$as_me:$LINENO: result
: no
" >&5
9634 echo "${ECHO_T}no
" >&6
9638 test -n "$ac_cv_prog_AS_FOR_TARGET" && break
9642 if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
9644 if test $build = $target ; then
9647 AS_FOR_TARGET="${ncn_target_tool_prefix}$2"
9650 AS_FOR_TARGET="$ac_cv_prog_AS_FOR_TARGET"
9654 AS_FOR_TARGET=$ac_cv_path_AS_FOR_TARGET
9660 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9661 if test -n "$with_build_time_tools"; then
9662 echo "$as_me:$LINENO: checking
for dlltool
in $with_build_time_tools" >&5
9663 echo $ECHO_N "checking
for dlltool
in $with_build_time_tools...
$ECHO_C" >&6
9664 if test -x $with_build_time_tools/dlltool; then
9665 DLLTOOL_FOR_TARGET=`cd $with_build_time_tools && pwd`/dlltool
9666 ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9667 echo "$as_me:$LINENO: result
: $ac_cv_path_DLLTOOL_FOR_TARGET" >&5
9668 echo "${ECHO_T}$ac_cv_path_DLLTOOL_FOR_TARGET" >&6
9670 echo "$as_me:$LINENO: result
: no
" >&5
9671 echo "${ECHO_T}no
" >&6
9673 elif test $build != $host && test $have_gcc_for_target = yes; then
9674 DLLTOOL_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=dlltool`
9675 test $DLLTOOL_FOR_TARGET = dlltool && DLLTOOL_FOR_TARGET=
9676 test -n "$DLLTOOL_FOR_TARGET" && ac_cv_path_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9679 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9680 # Extract the first word of "dlltool
", so it can be a program name with args.
9681 set dummy dlltool; ac_word=$2
9682 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9683 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9684 if test "${ac_cv_path_DLLTOOL_FOR_TARGET+set}" = set; then
9685 echo $ECHO_N "(cached
) $ECHO_C" >&6
9687 case $DLLTOOL_FOR_TARGET in
9689 ac_cv_path_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test with a path.
9692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9693 for as_dir in $gcc_cv_tool_dirs
9696 test -z "$as_dir" && as_dir=.
9697 for ac_exec_ext in '' $ac_executable_extensions; do
9698 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9699 ac_cv_path_DLLTOOL_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9700 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9709 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9711 if test -n "$DLLTOOL_FOR_TARGET"; then
9712 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9713 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9715 echo "$as_me:$LINENO: result
: no
" >&5
9716 echo "${ECHO_T}no
" >&6
9720 if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
9723 if test -n "$DLLTOOL_FOR_TARGET"; then
9724 ac_cv_prog_DLLTOOL_FOR_TARGET=$DLLTOOL_FOR_TARGET
9725 elif test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9726 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9729 if test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9730 for ncn_progname in dlltool; do
9731 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9732 set dummy ${ncn_progname}; ac_word=$2
9733 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9734 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9735 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9736 echo $ECHO_N "(cached
) $ECHO_C" >&6
9738 if test -n "$DLLTOOL_FOR_TARGET"; then
9739 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9745 test -z "$as_dir" && as_dir=.
9746 for ac_exec_ext in '' $ac_executable_extensions; do
9747 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9748 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9749 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9757 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9758 if test -n "$DLLTOOL_FOR_TARGET"; then
9759 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9760 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9762 echo "$as_me:$LINENO: result
: no
" >&5
9763 echo "${ECHO_T}no
" >&6
9769 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test -n "$with_build_time_tools"; then
9770 for ncn_progname in dlltool; do
9771 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9772 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9773 if test -x $with_build_time_tools/${ncn_progname}; then
9774 ac_cv_prog_DLLTOOL_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9775 echo "$as_me:$LINENO: result
: yes" >&5
9776 echo "${ECHO_T}yes" >&6
9779 echo "$as_me:$LINENO: result
: no
" >&5
9780 echo "${ECHO_T}no
" >&6
9785 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
9786 for ncn_progname in dlltool; do
9787 if test -n "$ncn_target_tool_prefix"; then
9788 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
9789 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
9790 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9791 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9792 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9793 echo $ECHO_N "(cached
) $ECHO_C" >&6
9795 if test -n "$DLLTOOL_FOR_TARGET"; then
9796 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9802 test -z "$as_dir" && as_dir=.
9803 for ac_exec_ext in '' $ac_executable_extensions; do
9804 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9805 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
9806 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9814 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9815 if test -n "$DLLTOOL_FOR_TARGET"; then
9816 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9817 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9819 echo "$as_me:$LINENO: result
: no
" >&5
9820 echo "${ECHO_T}no
" >&6
9824 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" && test $build = $target ; then
9825 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9826 set dummy ${ncn_progname}; ac_word=$2
9827 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9828 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9829 if test "${ac_cv_prog_DLLTOOL_FOR_TARGET+set}" = set; then
9830 echo $ECHO_N "(cached
) $ECHO_C" >&6
9832 if test -n "$DLLTOOL_FOR_TARGET"; then
9833 ac_cv_prog_DLLTOOL_FOR_TARGET="$DLLTOOL_FOR_TARGET" # Let the user override the test.
9835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9839 test -z "$as_dir" && as_dir=.
9840 for ac_exec_ext in '' $ac_executable_extensions; do
9841 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9842 ac_cv_prog_DLLTOOL_FOR_TARGET="${ncn_progname}"
9843 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9851 DLLTOOL_FOR_TARGET=$ac_cv_prog_DLLTOOL_FOR_TARGET
9852 if test -n "$DLLTOOL_FOR_TARGET"; then
9853 echo "$as_me:$LINENO: result
: $DLLTOOL_FOR_TARGET" >&5
9854 echo "${ECHO_T}$DLLTOOL_FOR_TARGET" >&6
9856 echo "$as_me:$LINENO: result
: no
" >&5
9857 echo "${ECHO_T}no
" >&6
9861 test -n "$ac_cv_prog_DLLTOOL_FOR_TARGET" && break
9865 if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
9867 if test $build = $target ; then
9868 DLLTOOL_FOR_TARGET="$2"
9870 DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}$2"
9873 DLLTOOL_FOR_TARGET="$ac_cv_prog_DLLTOOL_FOR_TARGET"
9877 DLLTOOL_FOR_TARGET=$ac_cv_path_DLLTOOL_FOR_TARGET
9883 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9884 if test -n "$with_build_time_tools"; then
9885 echo "$as_me:$LINENO: checking
for ld
in $with_build_time_tools" >&5
9886 echo $ECHO_N "checking
for ld
in $with_build_time_tools...
$ECHO_C" >&6
9887 if test -x $with_build_time_tools/ld; then
9888 LD_FOR_TARGET=`cd $with_build_time_tools && pwd`/ld
9889 ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9890 echo "$as_me:$LINENO: result
: $ac_cv_path_LD_FOR_TARGET" >&5
9891 echo "${ECHO_T}$ac_cv_path_LD_FOR_TARGET" >&6
9893 echo "$as_me:$LINENO: result
: no
" >&5
9894 echo "${ECHO_T}no
" >&6
9896 elif test $build != $host && test $have_gcc_for_target = yes; then
9897 LD_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ld`
9898 test $LD_FOR_TARGET = ld && LD_FOR_TARGET=
9899 test -n "$LD_FOR_TARGET" && ac_cv_path_LD_FOR_TARGET=$LD_FOR_TARGET
9902 if test -z "$ac_cv_path_LD_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
9903 # Extract the first word of "ld
", so it can be a program name with args.
9904 set dummy ld; ac_word=$2
9905 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9906 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9907 if test "${ac_cv_path_LD_FOR_TARGET+set}" = set; then
9908 echo $ECHO_N "(cached
) $ECHO_C" >&6
9910 case $LD_FOR_TARGET in
9912 ac_cv_path_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test with a path.
9915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9916 for as_dir in $gcc_cv_tool_dirs
9919 test -z "$as_dir" && as_dir=.
9920 for ac_exec_ext in '' $ac_executable_extensions; do
9921 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9922 ac_cv_path_LD_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
9923 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9932 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
9934 if test -n "$LD_FOR_TARGET"; then
9935 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9936 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9938 echo "$as_me:$LINENO: result
: no
" >&5
9939 echo "${ECHO_T}no
" >&6
9943 if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
9946 if test -n "$LD_FOR_TARGET"; then
9947 ac_cv_prog_LD_FOR_TARGET=$LD_FOR_TARGET
9948 elif test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9949 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9952 if test -n "$ac_cv_prog_LD_FOR_TARGET"; then
9953 for ncn_progname in ld; do
9954 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
9955 set dummy ${ncn_progname}; ac_word=$2
9956 echo "$as_me:$LINENO: checking
for $ac_word" >&5
9957 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
9958 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
9959 echo $ECHO_N "(cached
) $ECHO_C" >&6
9961 if test -n "$LD_FOR_TARGET"; then
9962 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
9964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9968 test -z "$as_dir" && as_dir=.
9969 for ac_exec_ext in '' $ac_executable_extensions; do
9970 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9971 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
9972 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
9980 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
9981 if test -n "$LD_FOR_TARGET"; then
9982 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
9983 echo "${ECHO_T}$LD_FOR_TARGET" >&6
9985 echo "$as_me:$LINENO: result
: no
" >&5
9986 echo "${ECHO_T}no
" >&6
9992 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test -n "$with_build_time_tools"; then
9993 for ncn_progname in ld; do
9994 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
9995 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
9996 if test -x $with_build_time_tools/${ncn_progname}; then
9997 ac_cv_prog_LD_FOR_TARGET=$with_build_time_tools/${ncn_progname}
9998 echo "$as_me:$LINENO: result
: yes" >&5
9999 echo "${ECHO_T}yes" >&6
10002 echo "$as_me:$LINENO: result
: no
" >&5
10003 echo "${ECHO_T}no
" >&6
10008 if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
10009 for ncn_progname in ld; do
10010 if test -n "$ncn_target_tool_prefix"; then
10011 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10012 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10013 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10014 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10015 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10016 echo $ECHO_N "(cached
) $ECHO_C" >&6
10018 if test -n "$LD_FOR_TARGET"; then
10019 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10022 for as_dir in $PATH
10025 test -z "$as_dir" && as_dir=.
10026 for ac_exec_ext in '' $ac_executable_extensions; do
10027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10028 ac_cv_prog_LD_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10029 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10037 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10038 if test -n "$LD_FOR_TARGET"; then
10039 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10040 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10042 echo "$as_me:$LINENO: result
: no
" >&5
10043 echo "${ECHO_T}no
" >&6
10047 if test -z "$ac_cv_prog_LD_FOR_TARGET" && test $build = $target ; then
10048 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10049 set dummy ${ncn_progname}; ac_word=$2
10050 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10051 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10052 if test "${ac_cv_prog_LD_FOR_TARGET+set}" = set; then
10053 echo $ECHO_N "(cached
) $ECHO_C" >&6
10055 if test -n "$LD_FOR_TARGET"; then
10056 ac_cv_prog_LD_FOR_TARGET="$LD_FOR_TARGET" # Let the user override the test.
10058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059 for as_dir in $PATH
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
10064 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10065 ac_cv_prog_LD_FOR_TARGET="${ncn_progname}"
10066 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10074 LD_FOR_TARGET=$ac_cv_prog_LD_FOR_TARGET
10075 if test -n "$LD_FOR_TARGET"; then
10076 echo "$as_me:$LINENO: result
: $LD_FOR_TARGET" >&5
10077 echo "${ECHO_T}$LD_FOR_TARGET" >&6
10079 echo "$as_me:$LINENO: result
: no
" >&5
10080 echo "${ECHO_T}no
" >&6
10084 test -n "$ac_cv_prog_LD_FOR_TARGET" && break
10088 if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
10090 if test $build = $target ; then
10093 LD_FOR_TARGET="${ncn_target_tool_prefix}$2"
10096 LD_FOR_TARGET="$ac_cv_prog_LD_FOR_TARGET"
10100 LD_FOR_TARGET=$ac_cv_path_LD_FOR_TARGET
10106 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10107 if test -n "$with_build_time_tools"; then
10108 echo "$as_me:$LINENO: checking
for lipo
in $with_build_time_tools" >&5
10109 echo $ECHO_N "checking
for lipo
in $with_build_time_tools...
$ECHO_C" >&6
10110 if test -x $with_build_time_tools/lipo; then
10111 LIPO_FOR_TARGET=`cd $with_build_time_tools && pwd`/lipo
10112 ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10113 echo "$as_me:$LINENO: result
: $ac_cv_path_LIPO_FOR_TARGET" >&5
10114 echo "${ECHO_T}$ac_cv_path_LIPO_FOR_TARGET" >&6
10116 echo "$as_me:$LINENO: result
: no
" >&5
10117 echo "${ECHO_T}no
" >&6
10119 elif test $build != $host && test $have_gcc_for_target = yes; then
10120 LIPO_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=lipo`
10121 test $LIPO_FOR_TARGET = lipo && LIPO_FOR_TARGET=
10122 test -n "$LIPO_FOR_TARGET" && ac_cv_path_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10125 if test -z "$ac_cv_path_LIPO_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10126 # Extract the first word of "lipo
", so it can be a program name with args.
10127 set dummy lipo; ac_word=$2
10128 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10129 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10130 if test "${ac_cv_path_LIPO_FOR_TARGET+set}" = set; then
10131 echo $ECHO_N "(cached
) $ECHO_C" >&6
10133 case $LIPO_FOR_TARGET in
10135 ac_cv_path_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test with a path.
10138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10139 for as_dir in $gcc_cv_tool_dirs
10142 test -z "$as_dir" && as_dir=.
10143 for ac_exec_ext in '' $ac_executable_extensions; do
10144 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10145 ac_cv_path_LIPO_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10146 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10155 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10157 if test -n "$LIPO_FOR_TARGET"; then
10158 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10159 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10161 echo "$as_me:$LINENO: result
: no
" >&5
10162 echo "${ECHO_T}no
" >&6
10166 if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
10169 if test -n "$LIPO_FOR_TARGET"; then
10170 ac_cv_prog_LIPO_FOR_TARGET=$LIPO_FOR_TARGET
10171 elif test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10172 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10175 if test -n "$ac_cv_prog_LIPO_FOR_TARGET"; then
10176 for ncn_progname in lipo; do
10177 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10178 set dummy ${ncn_progname}; ac_word=$2
10179 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10180 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10181 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10182 echo $ECHO_N "(cached
) $ECHO_C" >&6
10184 if test -n "$LIPO_FOR_TARGET"; then
10185 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10188 for as_dir in $PATH
10191 test -z "$as_dir" && as_dir=.
10192 for ac_exec_ext in '' $ac_executable_extensions; do
10193 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10194 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10195 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10203 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10204 if test -n "$LIPO_FOR_TARGET"; then
10205 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10206 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10208 echo "$as_me:$LINENO: result
: no
" >&5
10209 echo "${ECHO_T}no
" >&6
10215 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test -n "$with_build_time_tools"; then
10216 for ncn_progname in lipo; do
10217 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10218 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10219 if test -x $with_build_time_tools/${ncn_progname}; then
10220 ac_cv_prog_LIPO_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10221 echo "$as_me:$LINENO: result
: yes" >&5
10222 echo "${ECHO_T}yes" >&6
10225 echo "$as_me:$LINENO: result
: no
" >&5
10226 echo "${ECHO_T}no
" >&6
10231 if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
10232 for ncn_progname in lipo; do
10233 if test -n "$ncn_target_tool_prefix"; then
10234 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10235 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10236 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10237 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10238 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10239 echo $ECHO_N "(cached
) $ECHO_C" >&6
10241 if test -n "$LIPO_FOR_TARGET"; then
10242 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10245 for as_dir in $PATH
10248 test -z "$as_dir" && as_dir=.
10249 for ac_exec_ext in '' $ac_executable_extensions; do
10250 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10251 ac_cv_prog_LIPO_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10252 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10260 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10261 if test -n "$LIPO_FOR_TARGET"; then
10262 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10263 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10265 echo "$as_me:$LINENO: result
: no
" >&5
10266 echo "${ECHO_T}no
" >&6
10270 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" && test $build = $target ; then
10271 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10272 set dummy ${ncn_progname}; ac_word=$2
10273 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10274 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10275 if test "${ac_cv_prog_LIPO_FOR_TARGET+set}" = set; then
10276 echo $ECHO_N "(cached
) $ECHO_C" >&6
10278 if test -n "$LIPO_FOR_TARGET"; then
10279 ac_cv_prog_LIPO_FOR_TARGET="$LIPO_FOR_TARGET" # Let the user override the test.
10281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10282 for as_dir in $PATH
10285 test -z "$as_dir" && as_dir=.
10286 for ac_exec_ext in '' $ac_executable_extensions; do
10287 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10288 ac_cv_prog_LIPO_FOR_TARGET="${ncn_progname}"
10289 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10297 LIPO_FOR_TARGET=$ac_cv_prog_LIPO_FOR_TARGET
10298 if test -n "$LIPO_FOR_TARGET"; then
10299 echo "$as_me:$LINENO: result
: $LIPO_FOR_TARGET" >&5
10300 echo "${ECHO_T}$LIPO_FOR_TARGET" >&6
10302 echo "$as_me:$LINENO: result
: no
" >&5
10303 echo "${ECHO_T}no
" >&6
10307 test -n "$ac_cv_prog_LIPO_FOR_TARGET" && break
10311 if test -z "$ac_cv_prog_LIPO_FOR_TARGET" ; then
10313 if test $build = $target ; then
10314 LIPO_FOR_TARGET="$2"
10316 LIPO_FOR_TARGET="${ncn_target_tool_prefix}$2"
10319 LIPO_FOR_TARGET="$ac_cv_prog_LIPO_FOR_TARGET"
10323 LIPO_FOR_TARGET=$ac_cv_path_LIPO_FOR_TARGET
10329 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10330 if test -n "$with_build_time_tools"; then
10331 echo "$as_me:$LINENO: checking
for nm
in $with_build_time_tools" >&5
10332 echo $ECHO_N "checking
for nm
in $with_build_time_tools...
$ECHO_C" >&6
10333 if test -x $with_build_time_tools/nm; then
10334 NM_FOR_TARGET=`cd $with_build_time_tools && pwd`/nm
10335 ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10336 echo "$as_me:$LINENO: result
: $ac_cv_path_NM_FOR_TARGET" >&5
10337 echo "${ECHO_T}$ac_cv_path_NM_FOR_TARGET" >&6
10339 echo "$as_me:$LINENO: result
: no
" >&5
10340 echo "${ECHO_T}no
" >&6
10342 elif test $build != $host && test $have_gcc_for_target = yes; then
10343 NM_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=nm`
10344 test $NM_FOR_TARGET = nm && NM_FOR_TARGET=
10345 test -n "$NM_FOR_TARGET" && ac_cv_path_NM_FOR_TARGET=$NM_FOR_TARGET
10348 if test -z "$ac_cv_path_NM_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10349 # Extract the first word of "nm
", so it can be a program name with args.
10350 set dummy nm; ac_word=$2
10351 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10352 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10353 if test "${ac_cv_path_NM_FOR_TARGET+set}" = set; then
10354 echo $ECHO_N "(cached
) $ECHO_C" >&6
10356 case $NM_FOR_TARGET in
10358 ac_cv_path_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test with a path.
10361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10362 for as_dir in $gcc_cv_tool_dirs
10365 test -z "$as_dir" && as_dir=.
10366 for ac_exec_ext in '' $ac_executable_extensions; do
10367 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10368 ac_cv_path_NM_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10369 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10378 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10380 if test -n "$NM_FOR_TARGET"; then
10381 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10382 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10384 echo "$as_me:$LINENO: result
: no
" >&5
10385 echo "${ECHO_T}no
" >&6
10389 if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
10392 if test -n "$NM_FOR_TARGET"; then
10393 ac_cv_prog_NM_FOR_TARGET=$NM_FOR_TARGET
10394 elif test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10395 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10398 if test -n "$ac_cv_prog_NM_FOR_TARGET"; then
10399 for ncn_progname in nm; do
10400 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10401 set dummy ${ncn_progname}; ac_word=$2
10402 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10403 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10404 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10405 echo $ECHO_N "(cached
) $ECHO_C" >&6
10407 if test -n "$NM_FOR_TARGET"; then
10408 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10411 for as_dir in $PATH
10414 test -z "$as_dir" && as_dir=.
10415 for ac_exec_ext in '' $ac_executable_extensions; do
10416 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10417 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10418 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10426 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10427 if test -n "$NM_FOR_TARGET"; then
10428 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10429 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10431 echo "$as_me:$LINENO: result
: no
" >&5
10432 echo "${ECHO_T}no
" >&6
10438 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test -n "$with_build_time_tools"; then
10439 for ncn_progname in nm; do
10440 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10441 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10442 if test -x $with_build_time_tools/${ncn_progname}; then
10443 ac_cv_prog_NM_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10444 echo "$as_me:$LINENO: result
: yes" >&5
10445 echo "${ECHO_T}yes" >&6
10448 echo "$as_me:$LINENO: result
: no
" >&5
10449 echo "${ECHO_T}no
" >&6
10454 if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
10455 for ncn_progname in nm; do
10456 if test -n "$ncn_target_tool_prefix"; then
10457 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10458 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10459 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10460 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10461 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10462 echo $ECHO_N "(cached
) $ECHO_C" >&6
10464 if test -n "$NM_FOR_TARGET"; then
10465 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10468 for as_dir in $PATH
10471 test -z "$as_dir" && as_dir=.
10472 for ac_exec_ext in '' $ac_executable_extensions; do
10473 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10474 ac_cv_prog_NM_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10475 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10483 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10484 if test -n "$NM_FOR_TARGET"; then
10485 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10486 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10488 echo "$as_me:$LINENO: result
: no
" >&5
10489 echo "${ECHO_T}no
" >&6
10493 if test -z "$ac_cv_prog_NM_FOR_TARGET" && test $build = $target ; then
10494 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10495 set dummy ${ncn_progname}; ac_word=$2
10496 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10497 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10498 if test "${ac_cv_prog_NM_FOR_TARGET+set}" = set; then
10499 echo $ECHO_N "(cached
) $ECHO_C" >&6
10501 if test -n "$NM_FOR_TARGET"; then
10502 ac_cv_prog_NM_FOR_TARGET="$NM_FOR_TARGET" # Let the user override the test.
10504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10505 for as_dir in $PATH
10508 test -z "$as_dir" && as_dir=.
10509 for ac_exec_ext in '' $ac_executable_extensions; do
10510 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10511 ac_cv_prog_NM_FOR_TARGET="${ncn_progname}"
10512 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10520 NM_FOR_TARGET=$ac_cv_prog_NM_FOR_TARGET
10521 if test -n "$NM_FOR_TARGET"; then
10522 echo "$as_me:$LINENO: result
: $NM_FOR_TARGET" >&5
10523 echo "${ECHO_T}$NM_FOR_TARGET" >&6
10525 echo "$as_me:$LINENO: result
: no
" >&5
10526 echo "${ECHO_T}no
" >&6
10530 test -n "$ac_cv_prog_NM_FOR_TARGET" && break
10534 if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
10536 if test $build = $target ; then
10539 NM_FOR_TARGET="${ncn_target_tool_prefix}$2"
10542 NM_FOR_TARGET="$ac_cv_prog_NM_FOR_TARGET"
10546 NM_FOR_TARGET=$ac_cv_path_NM_FOR_TARGET
10552 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10553 if test -n "$with_build_time_tools"; then
10554 echo "$as_me:$LINENO: checking
for objdump
in $with_build_time_tools" >&5
10555 echo $ECHO_N "checking
for objdump
in $with_build_time_tools...
$ECHO_C" >&6
10556 if test -x $with_build_time_tools/objdump; then
10557 OBJDUMP_FOR_TARGET=`cd $with_build_time_tools && pwd`/objdump
10558 ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10559 echo "$as_me:$LINENO: result
: $ac_cv_path_OBJDUMP_FOR_TARGET" >&5
10560 echo "${ECHO_T}$ac_cv_path_OBJDUMP_FOR_TARGET" >&6
10562 echo "$as_me:$LINENO: result
: no
" >&5
10563 echo "${ECHO_T}no
" >&6
10565 elif test $build != $host && test $have_gcc_for_target = yes; then
10566 OBJDUMP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=objdump`
10567 test $OBJDUMP_FOR_TARGET = objdump && OBJDUMP_FOR_TARGET=
10568 test -n "$OBJDUMP_FOR_TARGET" && ac_cv_path_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10571 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10572 # Extract the first word of "objdump
", so it can be a program name with args.
10573 set dummy objdump; ac_word=$2
10574 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10575 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10576 if test "${ac_cv_path_OBJDUMP_FOR_TARGET+set}" = set; then
10577 echo $ECHO_N "(cached
) $ECHO_C" >&6
10579 case $OBJDUMP_FOR_TARGET in
10581 ac_cv_path_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test with a path.
10584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10585 for as_dir in $gcc_cv_tool_dirs
10588 test -z "$as_dir" && as_dir=.
10589 for ac_exec_ext in '' $ac_executable_extensions; do
10590 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10591 ac_cv_path_OBJDUMP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10592 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10601 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10603 if test -n "$OBJDUMP_FOR_TARGET"; then
10604 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10605 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10607 echo "$as_me:$LINENO: result
: no
" >&5
10608 echo "${ECHO_T}no
" >&6
10612 if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
10615 if test -n "$OBJDUMP_FOR_TARGET"; then
10616 ac_cv_prog_OBJDUMP_FOR_TARGET=$OBJDUMP_FOR_TARGET
10617 elif test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10618 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10621 if test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10622 for ncn_progname in objdump; do
10623 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10624 set dummy ${ncn_progname}; ac_word=$2
10625 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10626 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10627 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10628 echo $ECHO_N "(cached
) $ECHO_C" >&6
10630 if test -n "$OBJDUMP_FOR_TARGET"; then
10631 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10634 for as_dir in $PATH
10637 test -z "$as_dir" && as_dir=.
10638 for ac_exec_ext in '' $ac_executable_extensions; do
10639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10640 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10641 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10649 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10650 if test -n "$OBJDUMP_FOR_TARGET"; then
10651 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10652 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10654 echo "$as_me:$LINENO: result
: no
" >&5
10655 echo "${ECHO_T}no
" >&6
10661 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test -n "$with_build_time_tools"; then
10662 for ncn_progname in objdump; do
10663 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10664 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10665 if test -x $with_build_time_tools/${ncn_progname}; then
10666 ac_cv_prog_OBJDUMP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10667 echo "$as_me:$LINENO: result
: yes" >&5
10668 echo "${ECHO_T}yes" >&6
10671 echo "$as_me:$LINENO: result
: no
" >&5
10672 echo "${ECHO_T}no
" >&6
10677 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
10678 for ncn_progname in objdump; do
10679 if test -n "$ncn_target_tool_prefix"; then
10680 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10681 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10682 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10683 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10684 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10685 echo $ECHO_N "(cached
) $ECHO_C" >&6
10687 if test -n "$OBJDUMP_FOR_TARGET"; then
10688 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10691 for as_dir in $PATH
10694 test -z "$as_dir" && as_dir=.
10695 for ac_exec_ext in '' $ac_executable_extensions; do
10696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10697 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10698 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10706 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10707 if test -n "$OBJDUMP_FOR_TARGET"; then
10708 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10709 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10711 echo "$as_me:$LINENO: result
: no
" >&5
10712 echo "${ECHO_T}no
" >&6
10716 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" && test $build = $target ; then
10717 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10718 set dummy ${ncn_progname}; ac_word=$2
10719 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10720 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10721 if test "${ac_cv_prog_OBJDUMP_FOR_TARGET+set}" = set; then
10722 echo $ECHO_N "(cached
) $ECHO_C" >&6
10724 if test -n "$OBJDUMP_FOR_TARGET"; then
10725 ac_cv_prog_OBJDUMP_FOR_TARGET="$OBJDUMP_FOR_TARGET" # Let the user override the test.
10727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10728 for as_dir in $PATH
10731 test -z "$as_dir" && as_dir=.
10732 for ac_exec_ext in '' $ac_executable_extensions; do
10733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10734 ac_cv_prog_OBJDUMP_FOR_TARGET="${ncn_progname}"
10735 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10743 OBJDUMP_FOR_TARGET=$ac_cv_prog_OBJDUMP_FOR_TARGET
10744 if test -n "$OBJDUMP_FOR_TARGET"; then
10745 echo "$as_me:$LINENO: result
: $OBJDUMP_FOR_TARGET" >&5
10746 echo "${ECHO_T}$OBJDUMP_FOR_TARGET" >&6
10748 echo "$as_me:$LINENO: result
: no
" >&5
10749 echo "${ECHO_T}no
" >&6
10753 test -n "$ac_cv_prog_OBJDUMP_FOR_TARGET" && break
10757 if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET" ; then
10759 if test $build = $target ; then
10760 OBJDUMP_FOR_TARGET="$2"
10762 OBJDUMP_FOR_TARGET="${ncn_target_tool_prefix}$2"
10765 OBJDUMP_FOR_TARGET="$ac_cv_prog_OBJDUMP_FOR_TARGET"
10769 OBJDUMP_FOR_TARGET=$ac_cv_path_OBJDUMP_FOR_TARGET
10775 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10776 if test -n "$with_build_time_tools"; then
10777 echo "$as_me:$LINENO: checking
for ranlib
in $with_build_time_tools" >&5
10778 echo $ECHO_N "checking
for ranlib
in $with_build_time_tools...
$ECHO_C" >&6
10779 if test -x $with_build_time_tools/ranlib; then
10780 RANLIB_FOR_TARGET=`cd $with_build_time_tools && pwd`/ranlib
10781 ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10782 echo "$as_me:$LINENO: result
: $ac_cv_path_RANLIB_FOR_TARGET" >&5
10783 echo "${ECHO_T}$ac_cv_path_RANLIB_FOR_TARGET" >&6
10785 echo "$as_me:$LINENO: result
: no
" >&5
10786 echo "${ECHO_T}no
" >&6
10788 elif test $build != $host && test $have_gcc_for_target = yes; then
10789 RANLIB_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=ranlib`
10790 test $RANLIB_FOR_TARGET = ranlib && RANLIB_FOR_TARGET=
10791 test -n "$RANLIB_FOR_TARGET" && ac_cv_path_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10794 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
10795 # Extract the first word of "ranlib
", so it can be a program name with args.
10796 set dummy ranlib; ac_word=$2
10797 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10798 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10799 if test "${ac_cv_path_RANLIB_FOR_TARGET+set}" = set; then
10800 echo $ECHO_N "(cached
) $ECHO_C" >&6
10802 case $RANLIB_FOR_TARGET in
10804 ac_cv_path_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test with a path.
10807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10808 for as_dir in $gcc_cv_tool_dirs
10811 test -z "$as_dir" && as_dir=.
10812 for ac_exec_ext in '' $ac_executable_extensions; do
10813 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10814 ac_cv_path_RANLIB_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
10815 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10824 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10826 if test -n "$RANLIB_FOR_TARGET"; then
10827 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10828 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10830 echo "$as_me:$LINENO: result
: no
" >&5
10831 echo "${ECHO_T}no
" >&6
10835 if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
10838 if test -n "$RANLIB_FOR_TARGET"; then
10839 ac_cv_prog_RANLIB_FOR_TARGET=$RANLIB_FOR_TARGET
10840 elif test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10841 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10844 if test -n "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10845 for ncn_progname in ranlib; do
10846 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10847 set dummy ${ncn_progname}; ac_word=$2
10848 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10849 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10850 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10851 echo $ECHO_N "(cached
) $ECHO_C" >&6
10853 if test -n "$RANLIB_FOR_TARGET"; then
10854 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10857 for as_dir in $PATH
10860 test -z "$as_dir" && as_dir=.
10861 for ac_exec_ext in '' $ac_executable_extensions; do
10862 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10863 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10864 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10872 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10873 if test -n "$RANLIB_FOR_TARGET"; then
10874 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10875 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10877 echo "$as_me:$LINENO: result
: no
" >&5
10878 echo "${ECHO_T}no
" >&6
10884 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test -n "$with_build_time_tools"; then
10885 for ncn_progname in ranlib; do
10886 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
10887 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
10888 if test -x $with_build_time_tools/${ncn_progname}; then
10889 ac_cv_prog_RANLIB_FOR_TARGET=$with_build_time_tools/${ncn_progname}
10890 echo "$as_me:$LINENO: result
: yes" >&5
10891 echo "${ECHO_T}yes" >&6
10894 echo "$as_me:$LINENO: result
: no
" >&5
10895 echo "${ECHO_T}no
" >&6
10900 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
10901 for ncn_progname in ranlib; do
10902 if test -n "$ncn_target_tool_prefix"; then
10903 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
10904 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
10905 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10906 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10907 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10908 echo $ECHO_N "(cached
) $ECHO_C" >&6
10910 if test -n "$RANLIB_FOR_TARGET"; then
10911 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10914 for as_dir in $PATH
10917 test -z "$as_dir" && as_dir=.
10918 for ac_exec_ext in '' $ac_executable_extensions; do
10919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10920 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
10921 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10929 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10930 if test -n "$RANLIB_FOR_TARGET"; then
10931 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10932 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10934 echo "$as_me:$LINENO: result
: no
" >&5
10935 echo "${ECHO_T}no
" >&6
10939 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" && test $build = $target ; then
10940 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
10941 set dummy ${ncn_progname}; ac_word=$2
10942 echo "$as_me:$LINENO: checking
for $ac_word" >&5
10943 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
10944 if test "${ac_cv_prog_RANLIB_FOR_TARGET+set}" = set; then
10945 echo $ECHO_N "(cached
) $ECHO_C" >&6
10947 if test -n "$RANLIB_FOR_TARGET"; then
10948 ac_cv_prog_RANLIB_FOR_TARGET="$RANLIB_FOR_TARGET" # Let the user override the test.
10950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10951 for as_dir in $PATH
10954 test -z "$as_dir" && as_dir=.
10955 for ac_exec_ext in '' $ac_executable_extensions; do
10956 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10957 ac_cv_prog_RANLIB_FOR_TARGET="${ncn_progname}"
10958 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
10966 RANLIB_FOR_TARGET=$ac_cv_prog_RANLIB_FOR_TARGET
10967 if test -n "$RANLIB_FOR_TARGET"; then
10968 echo "$as_me:$LINENO: result
: $RANLIB_FOR_TARGET" >&5
10969 echo "${ECHO_T}$RANLIB_FOR_TARGET" >&6
10971 echo "$as_me:$LINENO: result
: no
" >&5
10972 echo "${ECHO_T}no
" >&6
10976 test -n "$ac_cv_prog_RANLIB_FOR_TARGET" && break
10980 if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
10982 if test $build = $target ; then
10983 RANLIB_FOR_TARGET="$2"
10985 RANLIB_FOR_TARGET="${ncn_target_tool_prefix}$2"
10988 RANLIB_FOR_TARGET="$ac_cv_prog_RANLIB_FOR_TARGET"
10992 RANLIB_FOR_TARGET=$ac_cv_path_RANLIB_FOR_TARGET
10998 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
10999 if test -n "$with_build_time_tools"; then
11000 echo "$as_me:$LINENO: checking
for strip
in $with_build_time_tools" >&5
11001 echo $ECHO_N "checking
for strip
in $with_build_time_tools...
$ECHO_C" >&6
11002 if test -x $with_build_time_tools/strip; then
11003 STRIP_FOR_TARGET=`cd $with_build_time_tools && pwd`/strip
11004 ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11005 echo "$as_me:$LINENO: result
: $ac_cv_path_STRIP_FOR_TARGET" >&5
11006 echo "${ECHO_T}$ac_cv_path_STRIP_FOR_TARGET" >&6
11008 echo "$as_me:$LINENO: result
: no
" >&5
11009 echo "${ECHO_T}no
" >&6
11011 elif test $build != $host && test $have_gcc_for_target = yes; then
11012 STRIP_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=strip`
11013 test $STRIP_FOR_TARGET = strip && STRIP_FOR_TARGET=
11014 test -n "$STRIP_FOR_TARGET" && ac_cv_path_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11017 if test -z "$ac_cv_path_STRIP_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11018 # Extract the first word of "strip
", so it can be a program name with args.
11019 set dummy strip; ac_word=$2
11020 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11021 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11022 if test "${ac_cv_path_STRIP_FOR_TARGET+set}" = set; then
11023 echo $ECHO_N "(cached
) $ECHO_C" >&6
11025 case $STRIP_FOR_TARGET in
11027 ac_cv_path_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test with a path.
11030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11031 for as_dir in $gcc_cv_tool_dirs
11034 test -z "$as_dir" && as_dir=.
11035 for ac_exec_ext in '' $ac_executable_extensions; do
11036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11037 ac_cv_path_STRIP_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11038 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11047 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11049 if test -n "$STRIP_FOR_TARGET"; then
11050 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11051 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11053 echo "$as_me:$LINENO: result
: no
" >&5
11054 echo "${ECHO_T}no
" >&6
11058 if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
11061 if test -n "$STRIP_FOR_TARGET"; then
11062 ac_cv_prog_STRIP_FOR_TARGET=$STRIP_FOR_TARGET
11063 elif test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11064 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11067 if test -n "$ac_cv_prog_STRIP_FOR_TARGET"; then
11068 for ncn_progname in strip; do
11069 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11070 set dummy ${ncn_progname}; ac_word=$2
11071 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11072 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11073 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11074 echo $ECHO_N "(cached
) $ECHO_C" >&6
11076 if test -n "$STRIP_FOR_TARGET"; then
11077 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11080 for as_dir in $PATH
11083 test -z "$as_dir" && as_dir=.
11084 for ac_exec_ext in '' $ac_executable_extensions; do
11085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11086 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11087 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11095 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11096 if test -n "$STRIP_FOR_TARGET"; then
11097 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11098 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11100 echo "$as_me:$LINENO: result
: no
" >&5
11101 echo "${ECHO_T}no
" >&6
11107 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test -n "$with_build_time_tools"; then
11108 for ncn_progname in strip; do
11109 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11110 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11111 if test -x $with_build_time_tools/${ncn_progname}; then
11112 ac_cv_prog_STRIP_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11113 echo "$as_me:$LINENO: result
: yes" >&5
11114 echo "${ECHO_T}yes" >&6
11117 echo "$as_me:$LINENO: result
: no
" >&5
11118 echo "${ECHO_T}no
" >&6
11123 if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
11124 for ncn_progname in strip; do
11125 if test -n "$ncn_target_tool_prefix"; then
11126 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11127 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11128 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11129 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11130 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11131 echo $ECHO_N "(cached
) $ECHO_C" >&6
11133 if test -n "$STRIP_FOR_TARGET"; then
11134 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11137 for as_dir in $PATH
11140 test -z "$as_dir" && as_dir=.
11141 for ac_exec_ext in '' $ac_executable_extensions; do
11142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11143 ac_cv_prog_STRIP_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11144 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11152 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11153 if test -n "$STRIP_FOR_TARGET"; then
11154 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11155 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11157 echo "$as_me:$LINENO: result
: no
" >&5
11158 echo "${ECHO_T}no
" >&6
11162 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" && test $build = $target ; then
11163 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11164 set dummy ${ncn_progname}; ac_word=$2
11165 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11166 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11167 if test "${ac_cv_prog_STRIP_FOR_TARGET+set}" = set; then
11168 echo $ECHO_N "(cached
) $ECHO_C" >&6
11170 if test -n "$STRIP_FOR_TARGET"; then
11171 ac_cv_prog_STRIP_FOR_TARGET="$STRIP_FOR_TARGET" # Let the user override the test.
11173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11174 for as_dir in $PATH
11177 test -z "$as_dir" && as_dir=.
11178 for ac_exec_ext in '' $ac_executable_extensions; do
11179 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11180 ac_cv_prog_STRIP_FOR_TARGET="${ncn_progname}"
11181 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11189 STRIP_FOR_TARGET=$ac_cv_prog_STRIP_FOR_TARGET
11190 if test -n "$STRIP_FOR_TARGET"; then
11191 echo "$as_me:$LINENO: result
: $STRIP_FOR_TARGET" >&5
11192 echo "${ECHO_T}$STRIP_FOR_TARGET" >&6
11194 echo "$as_me:$LINENO: result
: no
" >&5
11195 echo "${ECHO_T}no
" >&6
11199 test -n "$ac_cv_prog_STRIP_FOR_TARGET" && break
11203 if test -z "$ac_cv_prog_STRIP_FOR_TARGET" ; then
11205 if test $build = $target ; then
11206 STRIP_FOR_TARGET="$2"
11208 STRIP_FOR_TARGET="${ncn_target_tool_prefix}$2"
11211 STRIP_FOR_TARGET="$ac_cv_prog_STRIP_FOR_TARGET"
11215 STRIP_FOR_TARGET=$ac_cv_path_STRIP_FOR_TARGET
11221 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11222 if test -n "$with_build_time_tools"; then
11223 echo "$as_me:$LINENO: checking
for windres
in $with_build_time_tools" >&5
11224 echo $ECHO_N "checking
for windres
in $with_build_time_tools...
$ECHO_C" >&6
11225 if test -x $with_build_time_tools/windres; then
11226 WINDRES_FOR_TARGET=`cd $with_build_time_tools && pwd`/windres
11227 ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11228 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDRES_FOR_TARGET" >&5
11229 echo "${ECHO_T}$ac_cv_path_WINDRES_FOR_TARGET" >&6
11231 echo "$as_me:$LINENO: result
: no
" >&5
11232 echo "${ECHO_T}no
" >&6
11234 elif test $build != $host && test $have_gcc_for_target = yes; then
11235 WINDRES_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windres`
11236 test $WINDRES_FOR_TARGET = windres && WINDRES_FOR_TARGET=
11237 test -n "$WINDRES_FOR_TARGET" && ac_cv_path_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11240 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11241 # Extract the first word of "windres
", so it can be a program name with args.
11242 set dummy windres; ac_word=$2
11243 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11244 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11245 if test "${ac_cv_path_WINDRES_FOR_TARGET+set}" = set; then
11246 echo $ECHO_N "(cached
) $ECHO_C" >&6
11248 case $WINDRES_FOR_TARGET in
11250 ac_cv_path_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test with a path.
11253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11254 for as_dir in $gcc_cv_tool_dirs
11257 test -z "$as_dir" && as_dir=.
11258 for ac_exec_ext in '' $ac_executable_extensions; do
11259 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11260 ac_cv_path_WINDRES_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11261 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11270 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11272 if test -n "$WINDRES_FOR_TARGET"; then
11273 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11274 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11276 echo "$as_me:$LINENO: result
: no
" >&5
11277 echo "${ECHO_T}no
" >&6
11281 if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
11284 if test -n "$WINDRES_FOR_TARGET"; then
11285 ac_cv_prog_WINDRES_FOR_TARGET=$WINDRES_FOR_TARGET
11286 elif test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11287 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11290 if test -n "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11291 for ncn_progname in windres; do
11292 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11293 set dummy ${ncn_progname}; ac_word=$2
11294 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11295 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11296 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11297 echo $ECHO_N "(cached
) $ECHO_C" >&6
11299 if test -n "$WINDRES_FOR_TARGET"; then
11300 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11303 for as_dir in $PATH
11306 test -z "$as_dir" && as_dir=.
11307 for ac_exec_ext in '' $ac_executable_extensions; do
11308 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11309 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11310 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11318 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11319 if test -n "$WINDRES_FOR_TARGET"; then
11320 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11321 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11323 echo "$as_me:$LINENO: result
: no
" >&5
11324 echo "${ECHO_T}no
" >&6
11330 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test -n "$with_build_time_tools"; then
11331 for ncn_progname in windres; do
11332 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11333 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11334 if test -x $with_build_time_tools/${ncn_progname}; then
11335 ac_cv_prog_WINDRES_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11336 echo "$as_me:$LINENO: result
: yes" >&5
11337 echo "${ECHO_T}yes" >&6
11340 echo "$as_me:$LINENO: result
: no
" >&5
11341 echo "${ECHO_T}no
" >&6
11346 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
11347 for ncn_progname in windres; do
11348 if test -n "$ncn_target_tool_prefix"; then
11349 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11350 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11351 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11352 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11353 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11354 echo $ECHO_N "(cached
) $ECHO_C" >&6
11356 if test -n "$WINDRES_FOR_TARGET"; then
11357 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11360 for as_dir in $PATH
11363 test -z "$as_dir" && as_dir=.
11364 for ac_exec_ext in '' $ac_executable_extensions; do
11365 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11366 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11367 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11375 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11376 if test -n "$WINDRES_FOR_TARGET"; then
11377 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11378 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11380 echo "$as_me:$LINENO: result
: no
" >&5
11381 echo "${ECHO_T}no
" >&6
11385 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" && test $build = $target ; then
11386 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11387 set dummy ${ncn_progname}; ac_word=$2
11388 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11389 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11390 if test "${ac_cv_prog_WINDRES_FOR_TARGET+set}" = set; then
11391 echo $ECHO_N "(cached
) $ECHO_C" >&6
11393 if test -n "$WINDRES_FOR_TARGET"; then
11394 ac_cv_prog_WINDRES_FOR_TARGET="$WINDRES_FOR_TARGET" # Let the user override the test.
11396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11397 for as_dir in $PATH
11400 test -z "$as_dir" && as_dir=.
11401 for ac_exec_ext in '' $ac_executable_extensions; do
11402 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11403 ac_cv_prog_WINDRES_FOR_TARGET="${ncn_progname}"
11404 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11412 WINDRES_FOR_TARGET=$ac_cv_prog_WINDRES_FOR_TARGET
11413 if test -n "$WINDRES_FOR_TARGET"; then
11414 echo "$as_me:$LINENO: result
: $WINDRES_FOR_TARGET" >&5
11415 echo "${ECHO_T}$WINDRES_FOR_TARGET" >&6
11417 echo "$as_me:$LINENO: result
: no
" >&5
11418 echo "${ECHO_T}no
" >&6
11422 test -n "$ac_cv_prog_WINDRES_FOR_TARGET" && break
11426 if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
11428 if test $build = $target ; then
11429 WINDRES_FOR_TARGET="$2"
11431 WINDRES_FOR_TARGET="${ncn_target_tool_prefix}$2"
11434 WINDRES_FOR_TARGET="$ac_cv_prog_WINDRES_FOR_TARGET"
11438 WINDRES_FOR_TARGET=$ac_cv_path_WINDRES_FOR_TARGET
11444 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11445 if test -n "$with_build_time_tools"; then
11446 echo "$as_me:$LINENO: checking
for windmc
in $with_build_time_tools" >&5
11447 echo $ECHO_N "checking
for windmc
in $with_build_time_tools...
$ECHO_C" >&6
11448 if test -x $with_build_time_tools/windmc; then
11449 WINDMC_FOR_TARGET=`cd $with_build_time_tools && pwd`/windmc
11450 ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11451 echo "$as_me:$LINENO: result
: $ac_cv_path_WINDMC_FOR_TARGET" >&5
11452 echo "${ECHO_T}$ac_cv_path_WINDMC_FOR_TARGET" >&6
11454 echo "$as_me:$LINENO: result
: no
" >&5
11455 echo "${ECHO_T}no
" >&6
11457 elif test $build != $host && test $have_gcc_for_target = yes; then
11458 WINDMC_FOR_TARGET=`$GCC_FOR_TARGET --print-prog-name=windmc`
11459 test $WINDMC_FOR_TARGET = windmc && WINDMC_FOR_TARGET=
11460 test -n "$WINDMC_FOR_TARGET" && ac_cv_path_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11463 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" && test -n "$gcc_cv_tool_dirs"; then
11464 # Extract the first word of "windmc
", so it can be a program name with args.
11465 set dummy windmc; ac_word=$2
11466 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11467 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11468 if test "${ac_cv_path_WINDMC_FOR_TARGET+set}" = set; then
11469 echo $ECHO_N "(cached
) $ECHO_C" >&6
11471 case $WINDMC_FOR_TARGET in
11473 ac_cv_path_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test with a path.
11476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11477 for as_dir in $gcc_cv_tool_dirs
11480 test -z "$as_dir" && as_dir=.
11481 for ac_exec_ext in '' $ac_executable_extensions; do
11482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11483 ac_cv_path_WINDMC_FOR_TARGET="$as_dir/$ac_word$ac_exec_ext"
11484 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11493 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11495 if test -n "$WINDMC_FOR_TARGET"; then
11496 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11497 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11499 echo "$as_me:$LINENO: result
: no
" >&5
11500 echo "${ECHO_T}no
" >&6
11504 if test -z "$ac_cv_path_WINDMC_FOR_TARGET" ; then
11507 if test -n "$WINDMC_FOR_TARGET"; then
11508 ac_cv_prog_WINDMC_FOR_TARGET=$WINDMC_FOR_TARGET
11509 elif test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11510 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11513 if test -n "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11514 for ncn_progname in windmc; do
11515 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11516 set dummy ${ncn_progname}; ac_word=$2
11517 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11518 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11519 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11520 echo $ECHO_N "(cached
) $ECHO_C" >&6
11522 if test -n "$WINDMC_FOR_TARGET"; then
11523 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11526 for as_dir in $PATH
11529 test -z "$as_dir" && as_dir=.
11530 for ac_exec_ext in '' $ac_executable_extensions; do
11531 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11532 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11533 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11541 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11542 if test -n "$WINDMC_FOR_TARGET"; then
11543 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11544 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11546 echo "$as_me:$LINENO: result
: no
" >&5
11547 echo "${ECHO_T}no
" >&6
11553 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test -n "$with_build_time_tools"; then
11554 for ncn_progname in windmc; do
11555 echo "$as_me:$LINENO: checking
for ${ncn_progname} in $with_build_time_tools" >&5
11556 echo $ECHO_N "checking
for ${ncn_progname} in $with_build_time_tools...
$ECHO_C" >&6
11557 if test -x $with_build_time_tools/${ncn_progname}; then
11558 ac_cv_prog_WINDMC_FOR_TARGET=$with_build_time_tools/${ncn_progname}
11559 echo "$as_me:$LINENO: result
: yes" >&5
11560 echo "${ECHO_T}yes" >&6
11563 echo "$as_me:$LINENO: result
: no
" >&5
11564 echo "${ECHO_T}no
" >&6
11569 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET"; then
11570 for ncn_progname in windmc; do
11571 if test -n "$ncn_target_tool_prefix"; then
11572 # Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
11573 set dummy ${ncn_target_tool_prefix}${ncn_progname}; ac_word=$2
11574 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11575 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11576 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11577 echo $ECHO_N "(cached
) $ECHO_C" >&6
11579 if test -n "$WINDMC_FOR_TARGET"; then
11580 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11583 for as_dir in $PATH
11586 test -z "$as_dir" && as_dir=.
11587 for ac_exec_ext in '' $ac_executable_extensions; do
11588 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11589 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_target_tool_prefix}${ncn_progname}"
11590 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11598 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11599 if test -n "$WINDMC_FOR_TARGET"; then
11600 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11601 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11603 echo "$as_me:$LINENO: result
: no
" >&5
11604 echo "${ECHO_T}no
" >&6
11608 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" && test $build = $target ; then
11609 # Extract the first word of "${ncn_progname}", so it can be a program name with args.
11610 set dummy ${ncn_progname}; ac_word=$2
11611 echo "$as_me:$LINENO: checking
for $ac_word" >&5
11612 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
11613 if test "${ac_cv_prog_WINDMC_FOR_TARGET+set}" = set; then
11614 echo $ECHO_N "(cached
) $ECHO_C" >&6
11616 if test -n "$WINDMC_FOR_TARGET"; then
11617 ac_cv_prog_WINDMC_FOR_TARGET="$WINDMC_FOR_TARGET" # Let the user override the test.
11619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11620 for as_dir in $PATH
11623 test -z "$as_dir" && as_dir=.
11624 for ac_exec_ext in '' $ac_executable_extensions; do
11625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11626 ac_cv_prog_WINDMC_FOR_TARGET="${ncn_progname}"
11627 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
11635 WINDMC_FOR_TARGET=$ac_cv_prog_WINDMC_FOR_TARGET
11636 if test -n "$WINDMC_FOR_TARGET"; then
11637 echo "$as_me:$LINENO: result
: $WINDMC_FOR_TARGET" >&5
11638 echo "${ECHO_T}$WINDMC_FOR_TARGET" >&6
11640 echo "$as_me:$LINENO: result
: no
" >&5
11641 echo "${ECHO_T}no
" >&6
11645 test -n "$ac_cv_prog_WINDMC_FOR_TARGET" && break
11649 if test -z "$ac_cv_prog_WINDMC_FOR_TARGET" ; then
11651 if test $build = $target ; then
11652 WINDMC_FOR_TARGET="$2"
11654 WINDMC_FOR_TARGET="${ncn_target_tool_prefix}$2"
11657 WINDMC_FOR_TARGET="$ac_cv_prog_WINDMC_FOR_TARGET"
11661 WINDMC_FOR_TARGET=$ac_cv_path_WINDMC_FOR_TARGET
11665 RAW_CXX_FOR_TARGET="$CXX_FOR_TARGET"
11667 echo "$as_me:$LINENO: checking where to
find the target
ar" >&5
11668 echo $ECHO_N "checking where to
find the target
ar...
$ECHO_C" >&6
11669 if test "x
${build}" != "x
${host}" ; then
11670 if expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11671 # We already found the complete path
11672 ac_dir=`dirname $AR_FOR_TARGET`
11673 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11674 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11676 # Canadian cross, just use what we found
11677 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11678 echo "${ECHO_T}pre-installed
" >&6
11682 case " ${configdirs} " in
11687 if test $ok = yes; then
11688 # An in-tree tool is available and we can use it
11689 AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar'
11690 echo "$as_me:$LINENO: result
: just compiled
" >&5
11691 echo "${ECHO_T}just compiled
" >&6
11692 elif expr "x
$AR_FOR_TARGET" : "x
/" > /dev/null; then
11693 # We already found the complete path
11694 ac_dir=`dirname $AR_FOR_TARGET`
11695 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11696 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11697 elif test "x
$target" = "x
$host"; then
11698 # We can use an host tool
11699 AR_FOR_TARGET='$(AR)'
11700 echo "$as_me:$LINENO: result
: host tool
" >&5
11701 echo "${ECHO_T}host tool
" >&6
11703 # We need a cross tool
11704 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11705 echo "${ECHO_T}pre-installed
" >&6
11709 echo "$as_me:$LINENO: checking where to
find the target as
" >&5
11710 echo $ECHO_N "checking where to
find the target as...
$ECHO_C" >&6
11711 if test "x
${build}" != "x
${host}" ; then
11712 if expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11713 # We already found the complete path
11714 ac_dir=`dirname $AS_FOR_TARGET`
11715 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11716 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11718 # Canadian cross, just use what we found
11719 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11720 echo "${ECHO_T}pre-installed
" >&6
11724 case " ${configdirs} " in
11729 if test $ok = yes; then
11730 # An in-tree tool is available and we can use it
11731 AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new'
11732 echo "$as_me:$LINENO: result
: just compiled
" >&5
11733 echo "${ECHO_T}just compiled
" >&6
11734 elif expr "x
$AS_FOR_TARGET" : "x
/" > /dev/null; then
11735 # We already found the complete path
11736 ac_dir=`dirname $AS_FOR_TARGET`
11737 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11738 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11739 elif test "x
$target" = "x
$host"; then
11740 # We can use an host tool
11741 AS_FOR_TARGET='$(AS)'
11742 echo "$as_me:$LINENO: result
: host tool
" >&5
11743 echo "${ECHO_T}host tool
" >&6
11745 # We need a cross tool
11746 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11747 echo "${ECHO_T}pre-installed
" >&6
11751 echo "$as_me:$LINENO: checking where to
find the target cc
" >&5
11752 echo $ECHO_N "checking where to
find the target cc...
$ECHO_C" >&6
11753 if test "x
${build}" != "x
${host}" ; then
11754 if expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11755 # We already found the complete path
11756 ac_dir=`dirname $CC_FOR_TARGET`
11757 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11758 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11760 # Canadian cross, just use what we found
11761 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11762 echo "${ECHO_T}pre-installed
" >&6
11766 case " ${configdirs} " in
11771 if test $ok = yes; then
11772 # An in-tree tool is available and we can use it
11773 CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11774 echo "$as_me:$LINENO: result
: just compiled
" >&5
11775 echo "${ECHO_T}just compiled
" >&6
11776 elif expr "x
$CC_FOR_TARGET" : "x
/" > /dev/null; then
11777 # We already found the complete path
11778 ac_dir=`dirname $CC_FOR_TARGET`
11779 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11780 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11781 elif test "x
$target" = "x
$host"; then
11782 # We can use an host tool
11783 CC_FOR_TARGET='$(CC)'
11784 echo "$as_me:$LINENO: result
: host tool
" >&5
11785 echo "${ECHO_T}host tool
" >&6
11787 # We need a cross tool
11788 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11789 echo "${ECHO_T}pre-installed
" >&6
11793 echo "$as_me:$LINENO: checking where to
find the target c
++" >&5
11794 echo $ECHO_N "checking where to
find the target c
++...
$ECHO_C" >&6
11795 if test "x
${build}" != "x
${host}" ; then
11796 if expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11797 # We already found the complete path
11798 ac_dir=`dirname $CXX_FOR_TARGET`
11799 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11800 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11802 # Canadian cross, just use what we found
11803 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11804 echo "${ECHO_T}pre-installed
" >&6
11808 case " ${configdirs} " in
11812 case ,${enable_languages}, in
11816 if test $ok = yes; then
11817 # An in-tree tool is available and we can use it
11818 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'
11819 echo "$as_me:$LINENO: result
: just compiled
" >&5
11820 echo "${ECHO_T}just compiled
" >&6
11821 elif expr "x
$CXX_FOR_TARGET" : "x
/" > /dev/null; then
11822 # We already found the complete path
11823 ac_dir=`dirname $CXX_FOR_TARGET`
11824 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11825 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11826 elif test "x
$target" = "x
$host"; then
11827 # We can use an host tool
11828 CXX_FOR_TARGET='$(CXX)'
11829 echo "$as_me:$LINENO: result
: host tool
" >&5
11830 echo "${ECHO_T}host tool
" >&6
11832 # We need a cross tool
11833 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11834 echo "${ECHO_T}pre-installed
" >&6
11838 echo "$as_me:$LINENO: checking where to
find the target c
++ for libstdc
++" >&5
11839 echo $ECHO_N "checking where to
find the target c
++ for libstdc
++...
$ECHO_C" >&6
11840 if test "x
${build}" != "x
${host}" ; then
11841 if expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11842 # We already found the complete path
11843 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11844 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11845 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11847 # Canadian cross, just use what we found
11848 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11849 echo "${ECHO_T}pre-installed
" >&6
11853 case " ${configdirs} " in
11857 case ,${enable_languages}, in
11861 if test $ok = yes; then
11862 # An in-tree tool is available and we can use it
11863 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'
11864 echo "$as_me:$LINENO: result
: just compiled
" >&5
11865 echo "${ECHO_T}just compiled
" >&6
11866 elif expr "x
$RAW_CXX_FOR_TARGET" : "x
/" > /dev/null; then
11867 # We already found the complete path
11868 ac_dir=`dirname $RAW_CXX_FOR_TARGET`
11869 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11870 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11871 elif test "x
$target" = "x
$host"; then
11872 # We can use an host tool
11873 RAW_CXX_FOR_TARGET='$(CXX)'
11874 echo "$as_me:$LINENO: result
: host tool
" >&5
11875 echo "${ECHO_T}host tool
" >&6
11877 # We need a cross tool
11878 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11879 echo "${ECHO_T}pre-installed
" >&6
11883 echo "$as_me:$LINENO: checking where to
find the target dlltool
" >&5
11884 echo $ECHO_N "checking where to
find the target dlltool...
$ECHO_C" >&6
11885 if test "x
${build}" != "x
${host}" ; then
11886 if expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11887 # We already found the complete path
11888 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11889 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11890 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11892 # Canadian cross, just use what we found
11893 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11894 echo "${ECHO_T}pre-installed
" >&6
11898 case " ${configdirs} " in
11903 if test $ok = yes; then
11904 # An in-tree tool is available and we can use it
11905 DLLTOOL_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/dlltool'
11906 echo "$as_me:$LINENO: result
: just compiled
" >&5
11907 echo "${ECHO_T}just compiled
" >&6
11908 elif expr "x
$DLLTOOL_FOR_TARGET" : "x
/" > /dev/null; then
11909 # We already found the complete path
11910 ac_dir=`dirname $DLLTOOL_FOR_TARGET`
11911 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11912 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11913 elif test "x
$target" = "x
$host"; then
11914 # We can use an host tool
11915 DLLTOOL_FOR_TARGET='$(DLLTOOL)'
11916 echo "$as_me:$LINENO: result
: host tool
" >&5
11917 echo "${ECHO_T}host tool
" >&6
11919 # We need a cross tool
11920 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11921 echo "${ECHO_T}pre-installed
" >&6
11925 echo "$as_me:$LINENO: checking where to
find the target gcc
" >&5
11926 echo $ECHO_N "checking where to
find the target gcc...
$ECHO_C" >&6
11927 if test "x
${build}" != "x
${host}" ; then
11928 if expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11929 # We already found the complete path
11930 ac_dir=`dirname $GCC_FOR_TARGET`
11931 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11932 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11934 # Canadian cross, just use what we found
11935 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11936 echo "${ECHO_T}pre-installed
" >&6
11940 case " ${configdirs} " in
11945 if test $ok = yes; then
11946 # An in-tree tool is available and we can use it
11947 GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
11948 echo "$as_me:$LINENO: result
: just compiled
" >&5
11949 echo "${ECHO_T}just compiled
" >&6
11950 elif expr "x
$GCC_FOR_TARGET" : "x
/" > /dev/null; then
11951 # We already found the complete path
11952 ac_dir=`dirname $GCC_FOR_TARGET`
11953 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11954 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11955 elif test "x
$target" = "x
$host"; then
11956 # We can use an host tool
11957 GCC_FOR_TARGET='$()'
11958 echo "$as_me:$LINENO: result
: host tool
" >&5
11959 echo "${ECHO_T}host tool
" >&6
11961 # We need a cross tool
11962 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11963 echo "${ECHO_T}pre-installed
" >&6
11967 echo "$as_me:$LINENO: checking where to
find the target gcj
" >&5
11968 echo $ECHO_N "checking where to
find the target gcj...
$ECHO_C" >&6
11969 if test "x
${build}" != "x
${host}" ; then
11970 if expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11971 # We already found the complete path
11972 ac_dir=`dirname $GCJ_FOR_TARGET`
11973 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11974 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
11976 # Canadian cross, just use what we found
11977 echo "$as_me:$LINENO: result
: pre-installed
" >&5
11978 echo "${ECHO_T}pre-installed
" >&6
11982 case " ${configdirs} " in
11986 case ,${enable_languages}, in
11990 if test $ok = yes; then
11991 # An in-tree tool is available and we can use it
11992 GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/'
11993 echo "$as_me:$LINENO: result
: just compiled
" >&5
11994 echo "${ECHO_T}just compiled
" >&6
11995 elif expr "x
$GCJ_FOR_TARGET" : "x
/" > /dev/null; then
11996 # We already found the complete path
11997 ac_dir=`dirname $GCJ_FOR_TARGET`
11998 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
11999 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12000 elif test "x
$target" = "x
$host"; then
12001 # We can use an host tool
12002 GCJ_FOR_TARGET='$(GCJ)'
12003 echo "$as_me:$LINENO: result
: host tool
" >&5
12004 echo "${ECHO_T}host tool
" >&6
12006 # We need a cross tool
12007 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12008 echo "${ECHO_T}pre-installed
" >&6
12012 echo "$as_me:$LINENO: checking where to
find the target gfortran
" >&5
12013 echo $ECHO_N "checking where to
find the target gfortran...
$ECHO_C" >&6
12014 if test "x
${build}" != "x
${host}" ; then
12015 if expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12016 # We already found the complete path
12017 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12018 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12019 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12021 # Canadian cross, just use what we found
12022 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12023 echo "${ECHO_T}pre-installed
" >&6
12027 case " ${configdirs} " in
12031 case ,${enable_languages}, in
12035 if test $ok = yes; then
12036 # An in-tree tool is available and we can use it
12037 GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/'
12038 echo "$as_me:$LINENO: result
: just compiled
" >&5
12039 echo "${ECHO_T}just compiled
" >&6
12040 elif expr "x
$GFORTRAN_FOR_TARGET" : "x
/" > /dev/null; then
12041 # We already found the complete path
12042 ac_dir=`dirname $GFORTRAN_FOR_TARGET`
12043 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12044 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12045 elif test "x
$target" = "x
$host"; then
12046 # We can use an host tool
12047 GFORTRAN_FOR_TARGET='$(GFORTRAN)'
12048 echo "$as_me:$LINENO: result
: host tool
" >&5
12049 echo "${ECHO_T}host tool
" >&6
12051 # We need a cross tool
12052 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12053 echo "${ECHO_T}pre-installed
" >&6
12057 echo "$as_me:$LINENO: checking where to
find the target ld
" >&5
12058 echo $ECHO_N "checking where to
find the target ld...
$ECHO_C" >&6
12059 if test "x
${build}" != "x
${host}" ; then
12060 if expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12061 # We already found the complete path
12062 ac_dir=`dirname $LD_FOR_TARGET`
12063 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12064 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12066 # Canadian cross, just use what we found
12067 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12068 echo "${ECHO_T}pre-installed
" >&6
12072 case " ${configdirs} " in
12077 if test $ok = yes; then
12078 # An in-tree tool is available and we can use it
12079 LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/ld/ld-new'
12080 echo "$as_me:$LINENO: result
: just compiled
" >&5
12081 echo "${ECHO_T}just compiled
" >&6
12082 elif expr "x
$LD_FOR_TARGET" : "x
/" > /dev/null; then
12083 # We already found the complete path
12084 ac_dir=`dirname $LD_FOR_TARGET`
12085 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12086 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12087 elif test "x
$target" = "x
$host"; then
12088 # We can use an host tool
12089 LD_FOR_TARGET='$(LD)'
12090 echo "$as_me:$LINENO: result
: host tool
" >&5
12091 echo "${ECHO_T}host tool
" >&6
12093 # We need a cross tool
12094 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12095 echo "${ECHO_T}pre-installed
" >&6
12099 echo "$as_me:$LINENO: checking where to
find the target lipo
" >&5
12100 echo $ECHO_N "checking where to
find the target lipo...
$ECHO_C" >&6
12101 if test "x
${build}" != "x
${host}" ; then
12102 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12103 # We already found the complete path
12104 ac_dir=`dirname $LIPO_FOR_TARGET`
12105 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12106 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12108 # Canadian cross, just use what we found
12109 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12110 echo "${ECHO_T}pre-installed
" >&6
12113 if expr "x
$LIPO_FOR_TARGET" : "x
/" > /dev/null; then
12114 # We already found the complete path
12115 ac_dir=`dirname $LIPO_FOR_TARGET`
12116 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12117 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12118 elif test "x
$target" = "x
$host"; then
12119 # We can use an host tool
12120 LIPO_FOR_TARGET='$(LIPO)'
12121 echo "$as_me:$LINENO: result
: host tool
" >&5
12122 echo "${ECHO_T}host tool
" >&6
12124 # We need a cross tool
12125 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12126 echo "${ECHO_T}pre-installed
" >&6
12130 echo "$as_me:$LINENO: checking where to
find the target nm
" >&5
12131 echo $ECHO_N "checking where to
find the target nm...
$ECHO_C" >&6
12132 if test "x
${build}" != "x
${host}" ; then
12133 if expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12134 # We already found the complete path
12135 ac_dir=`dirname $NM_FOR_TARGET`
12136 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12137 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12139 # Canadian cross, just use what we found
12140 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12141 echo "${ECHO_T}pre-installed
" >&6
12145 case " ${configdirs} " in
12150 if test $ok = yes; then
12151 # An in-tree tool is available and we can use it
12152 NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/nm-new'
12153 echo "$as_me:$LINENO: result
: just compiled
" >&5
12154 echo "${ECHO_T}just compiled
" >&6
12155 elif expr "x
$NM_FOR_TARGET" : "x
/" > /dev/null; then
12156 # We already found the complete path
12157 ac_dir=`dirname $NM_FOR_TARGET`
12158 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12159 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12160 elif test "x
$target" = "x
$host"; then
12161 # We can use an host tool
12162 NM_FOR_TARGET='$(NM)'
12163 echo "$as_me:$LINENO: result
: host tool
" >&5
12164 echo "${ECHO_T}host tool
" >&6
12166 # We need a cross tool
12167 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12168 echo "${ECHO_T}pre-installed
" >&6
12172 echo "$as_me:$LINENO: checking where to
find the target objdump
" >&5
12173 echo $ECHO_N "checking where to
find the target objdump...
$ECHO_C" >&6
12174 if test "x
${build}" != "x
${host}" ; then
12175 if expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12176 # We already found the complete path
12177 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12178 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12179 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12181 # Canadian cross, just use what we found
12182 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12183 echo "${ECHO_T}pre-installed
" >&6
12187 case " ${configdirs} " in
12192 if test $ok = yes; then
12193 # An in-tree tool is available and we can use it
12194 OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump'
12195 echo "$as_me:$LINENO: result
: just compiled
" >&5
12196 echo "${ECHO_T}just compiled
" >&6
12197 elif expr "x
$OBJDUMP_FOR_TARGET" : "x
/" > /dev/null; then
12198 # We already found the complete path
12199 ac_dir=`dirname $OBJDUMP_FOR_TARGET`
12200 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12201 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12202 elif test "x
$target" = "x
$host"; then
12203 # We can use an host tool
12204 OBJDUMP_FOR_TARGET='$(OBJDUMP)'
12205 echo "$as_me:$LINENO: result
: host tool
" >&5
12206 echo "${ECHO_T}host tool
" >&6
12208 # We need a cross tool
12209 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12210 echo "${ECHO_T}pre-installed
" >&6
12214 echo "$as_me:$LINENO: checking where to
find the target ranlib
" >&5
12215 echo $ECHO_N "checking where to
find the target ranlib...
$ECHO_C" >&6
12216 if test "x
${build}" != "x
${host}" ; then
12217 if expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12218 # We already found the complete path
12219 ac_dir=`dirname $RANLIB_FOR_TARGET`
12220 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12221 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12223 # Canadian cross, just use what we found
12224 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12225 echo "${ECHO_T}pre-installed
" >&6
12229 case " ${configdirs} " in
12234 if test $ok = yes; then
12235 # An in-tree tool is available and we can use it
12236 RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib'
12237 echo "$as_me:$LINENO: result
: just compiled
" >&5
12238 echo "${ECHO_T}just compiled
" >&6
12239 elif expr "x
$RANLIB_FOR_TARGET" : "x
/" > /dev/null; then
12240 # We already found the complete path
12241 ac_dir=`dirname $RANLIB_FOR_TARGET`
12242 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12243 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12244 elif test "x
$target" = "x
$host"; then
12245 # We can use an host tool
12246 RANLIB_FOR_TARGET='$(RANLIB)'
12247 echo "$as_me:$LINENO: result
: host tool
" >&5
12248 echo "${ECHO_T}host tool
" >&6
12250 # We need a cross tool
12251 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12252 echo "${ECHO_T}pre-installed
" >&6
12256 echo "$as_me:$LINENO: checking where to
find the target strip
" >&5
12257 echo $ECHO_N "checking where to
find the target strip...
$ECHO_C" >&6
12258 if test "x
${build}" != "x
${host}" ; then
12259 if expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12260 # We already found the complete path
12261 ac_dir=`dirname $STRIP_FOR_TARGET`
12262 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12263 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12265 # Canadian cross, just use what we found
12266 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12267 echo "${ECHO_T}pre-installed
" >&6
12271 case " ${configdirs} " in
12276 if test $ok = yes; then
12277 # An in-tree tool is available and we can use it
12278 STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
12279 echo "$as_me:$LINENO: result
: just compiled
" >&5
12280 echo "${ECHO_T}just compiled
" >&6
12281 elif expr "x
$STRIP_FOR_TARGET" : "x
/" > /dev/null; then
12282 # We already found the complete path
12283 ac_dir=`dirname $STRIP_FOR_TARGET`
12284 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12285 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12286 elif test "x
$target" = "x
$host"; then
12287 # We can use an host tool
12288 STRIP_FOR_TARGET='$(STRIP)'
12289 echo "$as_me:$LINENO: result
: host tool
" >&5
12290 echo "${ECHO_T}host tool
" >&6
12292 # We need a cross tool
12293 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12294 echo "${ECHO_T}pre-installed
" >&6
12298 echo "$as_me:$LINENO: checking where to
find the target windres
" >&5
12299 echo $ECHO_N "checking where to
find the target windres...
$ECHO_C" >&6
12300 if test "x
${build}" != "x
${host}" ; then
12301 if expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12302 # We already found the complete path
12303 ac_dir=`dirname $WINDRES_FOR_TARGET`
12304 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12305 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12307 # Canadian cross, just use what we found
12308 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12309 echo "${ECHO_T}pre-installed
" >&6
12313 case " ${configdirs} " in
12318 if test $ok = yes; then
12319 # An in-tree tool is available and we can use it
12320 WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres'
12321 echo "$as_me:$LINENO: result
: just compiled
" >&5
12322 echo "${ECHO_T}just compiled
" >&6
12323 elif expr "x
$WINDRES_FOR_TARGET" : "x
/" > /dev/null; then
12324 # We already found the complete path
12325 ac_dir=`dirname $WINDRES_FOR_TARGET`
12326 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12327 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12328 elif test "x
$target" = "x
$host"; then
12329 # We can use an host tool
12330 WINDRES_FOR_TARGET='$(WINDRES)'
12331 echo "$as_me:$LINENO: result
: host tool
" >&5
12332 echo "${ECHO_T}host tool
" >&6
12334 # We need a cross tool
12335 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12336 echo "${ECHO_T}pre-installed
" >&6
12340 echo "$as_me:$LINENO: checking where to
find the target windmc
" >&5
12341 echo $ECHO_N "checking where to
find the target windmc...
$ECHO_C" >&6
12342 if test "x
${build}" != "x
${host}" ; then
12343 if expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12344 # We already found the complete path
12345 ac_dir=`dirname $WINDMC_FOR_TARGET`
12346 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12347 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12349 # Canadian cross, just use what we found
12350 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12351 echo "${ECHO_T}pre-installed
" >&6
12355 case " ${configdirs} " in
12360 if test $ok = yes; then
12361 # An in-tree tool is available and we can use it
12362 WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc'
12363 echo "$as_me:$LINENO: result
: just compiled
" >&5
12364 echo "${ECHO_T}just compiled
" >&6
12365 elif expr "x
$WINDMC_FOR_TARGET" : "x
/" > /dev/null; then
12366 # We already found the complete path
12367 ac_dir=`dirname $WINDMC_FOR_TARGET`
12368 echo "$as_me:$LINENO: result
: pre-installed
in $ac_dir" >&5
12369 echo "${ECHO_T}pre-installed
in $ac_dir" >&6
12370 elif test "x
$target" = "x
$host"; then
12371 # We can use an host tool
12372 WINDMC_FOR_TARGET='$(WINDMC)'
12373 echo "$as_me:$LINENO: result
: host tool
" >&5
12374 echo "${ECHO_T}host tool
" >&6
12376 # We need a cross tool
12377 echo "$as_me:$LINENO: result
: pre-installed
" >&5
12378 echo "${ECHO_T}pre-installed
" >&6
12386 # Certain tools may need extra flags.
12387 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
12388 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
12389 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
12391 # When building target libraries, except in a Canadian cross, we use
12392 # the same toolchain as the compiler we just built.
12393 COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)'
12394 COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)'
12395 COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)'
12396 if test $host = $build; then
12397 case " $configdirs " in
12399 COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
12400 COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
12401 COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'${extra_nmflags_for_target}
12410 echo "$as_me:$LINENO: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
12411 echo $ECHO_N "checking whether to
enable maintainer-specific portions of Makefiles...
$ECHO_C" >&6
12412 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
12413 if test "${enable_maintainer_mode+set}" = set; then
12414 enableval="$enable_maintainer_mode"
12415 USE_MAINTAINER_MODE=$enableval
12417 USE_MAINTAINER_MODE=no
12419 echo "$as_me:$LINENO: result
: $USE_MAINTAINER_MODE" >&5
12420 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
12423 if test "$USE_MAINTAINER_MODE" = yes; then
12424 MAINTAINER_MODE_TRUE=
12425 MAINTAINER_MODE_FALSE='#'
12427 MAINTAINER_MODE_TRUE='#'
12428 MAINTAINER_MODE_FALSE=
12430 MAINT=$MAINTAINER_MODE_TRUE
12432 # ---------------------
12433 # GCC bootstrap support
12434 # ---------------------
12436 # Stage specific cflags for build.
12441 yes) stage1_cflags="-g -Wa,-J" ;;
12442 *) stage1_cflags="-g -J" ;;
12446 # This is aimed to mimic bootstrap with a non-GCC compiler to catch problems.
12447 if test "$GCC" = yes; then
12448 saved_CFLAGS="$CFLAGS"
12450 # Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
12451 CFLAGS="$CFLAGS -fkeep-inline-functions"
12452 echo "$as_me:$LINENO: checking whether
-fkeep-inline-functions is supported
" >&5
12453 echo $ECHO_N "checking whether
-fkeep-inline-functions is supported...
$ECHO_C" >&6
12454 cat >conftest.$ac_ext <<_ACEOF
12457 cat confdefs.h >>conftest.$ac_ext
12458 cat >>conftest.$ac_ext <<_ACEOF
12459 /* end confdefs.h. */
12461 #if (__GNUC__ < 3) \
12462 || (__GNUC__ == 3 && (__GNUC_MINOR__ < 3 \
12463 || (__GNUC_MINOR__ == 3 && __GNUC_PATCHLEVEL__ < 1)))
12464 #error http://gcc.gnu.org/PR29382
12475 rm -f conftest.$ac_objext
12476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12477 (eval $ac_compile) 2>conftest.er1
12479 grep -v '^ *+' conftest.er1 >conftest.err
12481 cat conftest.err >&5
12482 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12483 (exit $ac_status); } &&
12484 { ac_try='test -z "$ac_c_werror_flag"
12485 || test ! -s conftest.err'
12486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12487 (eval $ac_try) 2>&5
12489 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12490 (exit $ac_status); }; } &&
12491 { ac_try='test -s conftest.$ac_objext'
12492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12493 (eval $ac_try) 2>&5
12495 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
12496 (exit $ac_status); }; }; then
12497 echo "$as_me:$LINENO: result
: yes" >&5
12498 echo "${ECHO_T}yes" >&6; stage1_cflags="$stage1_cflags -fkeep-inline-functions"
12500 echo "$as_me: failed program was
:" >&5
12501 sed 's/^/| /' conftest.$ac_ext >&5
12503 echo "$as_me:$LINENO: result
: no
" >&5
12504 echo "${ECHO_T}no
" >&6
12506 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12508 CFLAGS="$saved_CFLAGS"
12513 # Enable --enable-checking in stage1 of the compiler.
12514 # Check whether --enable-stage1-checking or --disable-stage1-checking was given.
12515 if test "${enable_stage1_checking+set}" = set; then
12516 enableval="$enable_stage1_checking"
12517 stage1_checking=--enable-checking=${enable_stage1_checking}
12519 if test "x
$enable_checking" = xno || test "x
$enable_checking" = x; then
12520 stage1_checking=--enable-checking=yes,types
12522 stage1_checking=--enable-checking=$enable_checking,types
12527 # Enable -Werror in bootstrap stage2 and later.
12528 # Check whether --enable-werror or --disable-werror was given.
12529 if test "${enable_werror+set}" = set; then
12530 enableval="$enable_werror"
12533 if test -d ${srcdir}/gcc && test x"`cat $srcdir/gcc/DEV-PHASE`" = xexperimental; then
12539 case ${enable_werror} in
12540 yes) stage2_werror_flag="--enable-werror-always" ;;
12541 *) stage2_werror_flag="" ;;
12545 # Flags needed to enable html installing and building
12547 # Check whether --with-datarootdir or --without-datarootdir was given.
12548 if test "${with_datarootdir+set}" = set; then
12549 withval="$with_datarootdir"
12550 datarootdir="\
${prefix}/${withval}"
12552 datarootdir="\
${prefix}/share
"
12556 # Check whether --with-docdir or --without-docdir was given.
12557 if test "${with_docdir+set}" = set; then
12558 withval="$with_docdir"
12559 docdir="\
${prefix}/${withval}"
12561 docdir="\
${datarootdir}/doc
"
12565 # Check whether --with-pdfdir or --without-pdfdir was given.
12566 if test "${with_pdfdir+set}" = set; then
12567 withval="$with_pdfdir"
12568 pdfdir="\
${prefix}/${withval}"
12570 pdfdir="\
${docdir}"
12574 # Check whether --with-htmldir or --without-htmldir was given.
12575 if test "${with_htmldir+set}" = set; then
12576 withval="$with_htmldir"
12577 htmldir="\
${prefix}/${withval}"
12579 htmldir="\
${docdir}"
12587 ac_config_files="$ac_config_files Makefile
"
12588 cat >confcache <<\_ACEOF
12589 # This file is a shell script that caches the results of configure
12590 # tests run on this system so they can be shared between configure
12591 # scripts and configure runs, see configure's option --config-cache.
12592 # It is not useful on other systems. If it contains results you don't
12593 # want to keep, you may remove or edit it.
12595 # config.status only pays attention to the cache file if you give it
12596 # the --recheck option to rerun configure.
12598 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12599 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12600 # following values.
12604 # The following way of writing the cache mishandles newlines in values,
12605 # but we know of no workaround that is simple, portable, and efficient.
12606 # So, don't put newlines in cache variables' values.
12607 # Ultrix sh set writes to stderr and can't be redirected directly,
12608 # and sets the high bit in the cache file unless we assign to the vars.
12611 case `(ac_space=' '; set | grep ac_space) 2>&1` in
12613 # `set' does not quote correctly, so add quotes (double-quote
12614 # substitution turns \\\\ into \\, and sed turns \\ into \).
12617 s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1='\\2'/p
"
12620 # `set' quotes correctly as required by POSIX, so do not add quotes.
12622 "s
/^
\\([_
$as_cr_alnum]*_cv_
[_
$as_cr_alnum]*\\)=\\(.
*\\)/\\1=\\2/p
"
12629 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12631 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12633 if diff $cache_file confcache >/dev/null 2>&1; then :; else
12634 if test -w $cache_file; then
12635 test "x
$cache_file" != "x
/dev
/null
" && echo "updating cache
$cache_file"
12636 cat confcache >$cache_file
12638 echo "not updating unwritable cache
$cache_file"
12643 test "x
$prefix" = xNONE && prefix=$ac_default_prefix
12644 # Let make expand exec_prefix.
12645 test "x
$exec_prefix" = xNONE && exec_prefix='${prefix}'
12647 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12648 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".
", strip leading and
12649 # trailing colons and then remove the whole line if VPATH becomes empty
12650 # (actually we leave an empty line to preserve line numbers).
12651 if test "x
$srcdir" = x.; then
12652 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12653 s/:*\$(srcdir):*/:/;
12654 s/:*\${srcdir}:*/:/;
12656 s/^\([^=]*=[ ]*\):*/\1/;
12662 # Transform confdefs.h into DEFS.
12663 # Protect against shell expansion while executing Makefile rules.
12664 # Protect against Makefile macro expansion.
12666 # If the first sed substitution is executed (which looks for macros that
12667 # take arguments), then we branch to the quote section. Otherwise,
12668 # look for a macro that doesn't take arguments.
12669 cat >confdef2opt.sed <<\_ACEOF
12672 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
12674 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
12678 s,[ `~#$^&*(){}\\|;'"<>?
],\\&,g
12684 # We use echo to avoid assuming a particular line-breaking character.
12685 # The extra dot is to prevent the shell from consuming trailing
12686 # line-breaks from the sub-command output. A line-break within
12687 # single-quotes doesn't work because, if this script is created in a
12688 # platform that uses two characters for line-breaks (e.g., DOS), tr
12690 ac_LF_and_DOT
=`echo; echo .`
12691 DEFS
=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
12692 rm -f confdef2opt.
sed
12697 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
12698 # 1. Remove the extension, and $U if already installed.
12699 ac_i
=`echo "$ac_i" |
12700 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
12702 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
12703 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
12705 LIBOBJS
=$ac_libobjs
12707 LTLIBOBJS
=$ac_ltlibobjs
12711 : ${CONFIG_STATUS=./config.status}
12712 ac_clean_files_save
=$ac_clean_files
12713 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
12714 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
12715 echo "$as_me: creating $CONFIG_STATUS" >&6;}
12716 cat >$CONFIG_STATUS <<_ACEOF
12718 # Generated by $as_me.
12719 # Run this file to recreate the current configuration.
12720 # Compiler output produced by configure, useful for debugging
12721 # configure, is in config.log if it exists.
12724 ac_cs_recheck=false
12726 SHELL=\${CONFIG_SHELL-$SHELL}
12729 cat >>$CONFIG_STATUS <<\_ACEOF
12730 ## --------------------- ##
12731 ## M4sh Initialization. ##
12732 ## --------------------- ##
12734 # Be Bourne compatible
12735 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
12738 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
12739 # is contrary to our usage. Disable this feature.
12740 alias -g '${1+"$@"}'='"$@"'
12741 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
12744 DUALCASE
=1; export DUALCASE
# for MKS sh
12746 # Support unset when possible.
12747 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
12754 # Work around bugs in pre-3.0 UWIN ksh.
12755 $as_unset ENV MAIL MAILPATH
12762 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
12763 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
12764 LC_TELEPHONE LC_TIME
12766 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
12767 eval $as_var=C
; export $as_var
12773 # Required to use basename.
12774 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12780 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
12781 as_basename
=basename
12787 # Name of the executable.
12788 as_me
=`$as_basename "$0" ||
12789 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12790 X"$0" : 'X\(//\)$' \| \
12791 X"$0" : 'X\(/\)$' \| \
12792 . : '\(.\)' 2>/dev/null ||
12794 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
12795 /^X\/\(\/\/\)$/{ s//\1/; q; }
12796 /^X\/\(\/\).*/{ s//\1/; q; }
12800 # PATH needs CR, and LINENO needs CR and PATH.
12801 # Avoid depending upon Character Ranges.
12802 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
12803 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12804 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
12805 as_cr_digits
='0123456789'
12806 as_cr_alnum
=$as_cr_Letters$as_cr_digits
12808 # The user is always right.
12809 if test "${PATH_SEPARATOR+set}" != set; then
12810 echo "#! /bin/sh" >conf$$.sh
12811 echo "exit 0" >>conf$$.sh
12813 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
12822 as_lineno_1
=$LINENO
12823 as_lineno_2
=$LINENO
12824 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
12825 test "x$as_lineno_1" != "x$as_lineno_2" &&
12826 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
12827 # Find who we are. Look in the path if we contain no path at all
12830 *[\\/]* ) as_myself
=$0 ;;
12831 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12832 for as_dir
in $PATH
12835 test -z "$as_dir" && as_dir
=.
12836 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
12841 # We did not find ourselves, most probably we were run as `sh COMMAND'
12842 # in which case we are not to be found in the path.
12843 if test "x$as_myself" = x
; then
12846 if test ! -f "$as_myself"; then
12847 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
12848 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
12849 { (exit 1); exit 1; }; }
12851 case $CONFIG_SHELL in
12853 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12854 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
12857 test -z "$as_dir" && as_dir
=.
12858 for as_base
in sh bash ksh sh5
; do
12861 if ("$as_dir/$as_base" -c '
12862 as_lineno_1=$LINENO
12863 as_lineno_2=$LINENO
12864 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
12865 test "x$as_lineno_1" != "x$as_lineno_2" &&
12866 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
12867 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
12868 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
12869 CONFIG_SHELL
=$as_dir/$as_base
12870 export CONFIG_SHELL
12871 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
12879 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
12880 # uniformly replaced by the line number. The first 'sed' inserts a
12881 # line-number line before each line; the second 'sed' does the real
12882 # work. The second script uses 'N' to pair each line-number line
12883 # with the numbered line, and appends trailing '-' during
12884 # substitution so that $LINENO is not a special case at line end.
12885 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
12886 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
12887 sed '=' <$as_myself |
12892 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
12895 s,^['$as_cr_digits']*\n,,
12896 ' >$as_me.lineno
&&
12897 chmod +x
$as_me.lineno ||
12898 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
12899 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
12900 { (exit 1); exit 1; }; }
12902 # Don't try to exec as it changes $[0], causing all sort of problems
12903 # (the dirname of $[0] is not the place where we might find the
12904 # original and so on. Autoconf is especially sensible to this).
12906 # Exit status is that of the last command.
12911 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
12912 *c
*,-n*) ECHO_N
= ECHO_C
='
12914 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
12915 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
12918 if expr a
: '\(a\)' >/dev
/null
2>&1; then
12924 rm -f conf$$ conf$$.exe conf$$.
file
12926 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
12927 # We could just check for DJGPP; but this test a) works b) is more generic
12928 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
12929 if test -f conf$$.exe
; then
12930 # Don't use ln at all; we don't have any links
12935 elif ln conf$$.
file conf$$
2>/dev
/null
; then
12940 rm -f conf$$ conf$$.exe conf$$.
file
12942 if mkdir
-p .
2>/dev
/null
; then
12945 test -d .
/-p && rmdir .
/-p
12949 as_executable_p
="test -f"
12951 # Sed expression to map a string onto a valid CPP name.
12952 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12954 # Sed expression to map a string onto a valid variable name.
12955 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12959 # We need space, tab and new line, in precisely that order.
12969 # Open the log real soon, to keep \$[0] and so on meaningful, and to
12970 # report actual input values of CONFIG_FILES etc. instead of their
12971 # values after options handling. Logging --version etc. is OK.
12975 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12976 ## Running $as_me. ##
12981 This file was extended by $as_me, which was
12982 generated by GNU Autoconf 2.59. Invocation command line was
12984 CONFIG_FILES = $CONFIG_FILES
12985 CONFIG_HEADERS = $CONFIG_HEADERS
12986 CONFIG_LINKS = $CONFIG_LINKS
12987 CONFIG_COMMANDS = $CONFIG_COMMANDS
12991 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
12995 # Files that config.status was made for.
12996 if test -n "$ac_config_files"; then
12997 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
13000 if test -n "$ac_config_headers"; then
13001 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
13004 if test -n "$ac_config_links"; then
13005 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
13008 if test -n "$ac_config_commands"; then
13009 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
13012 cat >>$CONFIG_STATUS <<\_ACEOF
13015 \`$as_me' instantiates files from templates according to the
13016 current configuration.
13018 Usage: $0 [OPTIONS] [FILE]...
13020 -h, --help print this help, then exit
13021 -V, --version print version number, then exit
13022 -q, --quiet do not print progress messages
13023 -d, --debug don't remove temporary files
13024 --recheck update $as_me by reconfiguring in the same conditions
13025 --file=FILE[:TEMPLATE]
13026 instantiate the configuration file FILE
13028 Configuration files:
13031 Report bugs to <bug-autoconf@gnu.org>."
13034 cat >>$CONFIG_STATUS <<_ACEOF
13037 configured by $0, generated by GNU Autoconf 2.59,
13038 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
13040 Copyright (C) 2003 Free Software Foundation, Inc.
13041 This config.status script is free software; the Free Software Foundation
13042 gives unlimited permission to copy, distribute and modify it."
13047 cat >>$CONFIG_STATUS <<\_ACEOF
13048 # If no file are specified by the user, then we need to provide default
13049 # value. By we need to know if files were specified by the user.
13055 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
13056 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
13064 *) # This is not an option, so the user has probably given explicit
13067 ac_need_defaults
=false
;;
13071 # Handling of the options.
13073 cat >>$CONFIG_STATUS <<\_ACEOF
13074 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
13076 --version |
--vers* |
-V )
13077 echo "$ac_cs_version"; exit 0 ;;
13079 # Conflict between --help and --header
13080 { { echo "$as_me:$LINENO: error: ambiguous option: $1
13081 Try \`$0 --help' for more information." >&5
13082 echo "$as_me: error: ambiguous option: $1
13083 Try \`$0 --help' for more information." >&2;}
13084 { (exit 1); exit 1; }; };;
13085 --help |
--hel |
-h )
13086 echo "$ac_cs_usage"; exit 0 ;;
13087 --debug |
--d* |
-d )
13089 --file |
--fil |
--fi |
--f )
13091 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
13092 ac_need_defaults
=false
;;
13093 --header |
--heade |
--head |
--hea )
13095 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
13096 ac_need_defaults
=false
;;
13097 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
13098 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
13101 # This is an error.
13102 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
13103 Try \`$0 --help' for more information." >&5
13104 echo "$as_me: error: unrecognized option: $1
13105 Try \`$0 --help' for more information." >&2;}
13106 { (exit 1); exit 1; }; } ;;
13108 *) ac_config_targets
="$ac_config_targets $1" ;;
13114 ac_configure_extra_args
=
13116 if $ac_cs_silent; then
13118 ac_configure_extra_args
="$ac_configure_extra_args --silent"
13122 cat >>$CONFIG_STATUS <<_ACEOF
13123 if \$ac_cs_recheck; then
13124 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13125 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13134 cat >>$CONFIG_STATUS <<\_ACEOF
13135 for ac_config_target
in $ac_config_targets
13137 case "$ac_config_target" in
13138 # Handling of arguments.
13139 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
13140 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13141 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13142 { (exit 1); exit 1; }; };;
13146 # If the user did not use the arguments to specify the items to instantiate,
13147 # then the envvar interface is used. Set only those that are not.
13148 # We use the long form for the default assignment because of an extremely
13149 # bizarre bug on SunOS 4.1.3.
13150 if $ac_need_defaults; then
13151 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
13154 # Have a temporary directory for convenience. Make it in the build tree
13155 # simply because there is no reason to put it here, and in addition,
13156 # creating and moving files from /tmp can sometimes cause problems.
13157 # Create a temporary directory, and hook for its removal unless debugging.
13160 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
13161 trap '{ (exit 1); exit 1; }' 1 2 13 15
13164 # Create a (secure) tmp directory for tmp files.
13167 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
13168 test -n "$tmp" && test -d "$tmp"
13171 tmp
=.
/confstat$$
-$RANDOM
13172 (umask 077 && mkdir
$tmp)
13175 echo "$me: cannot create a temporary directory in ." >&2
13176 { (exit 1); exit 1; }
13181 cat >>$CONFIG_STATUS <<_ACEOF
13184 # CONFIG_FILES section.
13187 # No need to generate the scripts if there are no CONFIG_FILES.
13188 # This happens for instance when ./config.status config.h
13189 if test -n "\$CONFIG_FILES"; then
13190 # Protect against being on the right side of a sed subst in config.status.
13191 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
13192 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
13193 s,@SHELL@,$SHELL,;t t
13194 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
13195 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
13196 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
13197 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
13198 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
13199 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
13200 s,@exec_prefix@,$exec_prefix,;t t
13201 s,@prefix@,$prefix,;t t
13202 s,@program_transform_name@,$program_transform_name,;t t
13203 s,@bindir@,$bindir,;t t
13204 s,@sbindir@,$sbindir,;t t
13205 s,@libexecdir@,$libexecdir,;t t
13206 s,@datadir@,$datadir,;t t
13207 s,@sysconfdir@,$sysconfdir,;t t
13208 s,@sharedstatedir@,$sharedstatedir,;t t
13209 s,@localstatedir@,$localstatedir,;t t
13210 s,@libdir@,$libdir,;t t
13211 s,@includedir@,$includedir,;t t
13212 s,@oldincludedir@,$oldincludedir,;t t
13213 s,@infodir@,$infodir,;t t
13214 s,@mandir@,$mandir,;t t
13215 s,@build_alias@,$build_alias,;t t
13216 s,@host_alias@,$host_alias,;t t
13217 s,@target_alias@,$target_alias,;t t
13218 s,@DEFS@,$DEFS,;t t
13219 s,@ECHO_C@,$ECHO_C,;t t
13220 s,@ECHO_N@,$ECHO_N,;t t
13221 s,@ECHO_T@,$ECHO_T,;t t
13222 s,@LIBS@,$LIBS,;t t
13223 s,@TOPLEVEL_CONFIGURE_ARGUMENTS@,$TOPLEVEL_CONFIGURE_ARGUMENTS,;t t
13224 s,@build@,$build,;t t
13225 s,@build_cpu@,$build_cpu,;t t
13226 s,@build_vendor@,$build_vendor,;t t
13227 s,@build_os@,$build_os,;t t
13228 s,@build_noncanonical@,$build_noncanonical,;t t
13229 s,@host_noncanonical@,$host_noncanonical,;t t
13230 s,@target_noncanonical@,$target_noncanonical,;t t
13231 s,@host@,$host,;t t
13232 s,@host_cpu@,$host_cpu,;t t
13233 s,@host_vendor@,$host_vendor,;t t
13234 s,@host_os@,$host_os,;t t
13235 s,@target@,$target,;t t
13236 s,@target_cpu@,$target_cpu,;t t
13237 s,@target_vendor@,$target_vendor,;t t
13238 s,@target_os@,$target_os,;t t
13239 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
13240 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
13241 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
13243 s,@LN_S@,$LN_S,;t t
13244 s,@build_libsubdir@,$build_libsubdir,;t t
13245 s,@build_subdir@,$build_subdir,;t t
13246 s,@host_subdir@,$host_subdir,;t t
13247 s,@target_subdir@,$target_subdir,;t t
13249 s,@CFLAGS@,$CFLAGS,;t t
13250 s,@LDFLAGS@,$LDFLAGS,;t t
13251 s,@CPPFLAGS@,$CPPFLAGS,;t t
13252 s,@ac_ct_CC@,$ac_ct_CC,;t t
13253 s,@EXEEXT@,$EXEEXT,;t t
13254 s,@OBJEXT@,$OBJEXT,;t t
13256 s,@CXXFLAGS@,$CXXFLAGS,;t t
13257 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
13258 s,@GNATBIND@,$GNATBIND,;t t
13259 s,@ac_ct_GNATBIND@,$ac_ct_GNATBIND,;t t
13260 s,@GNATMAKE@,$GNATMAKE,;t t
13261 s,@ac_ct_GNATMAKE@,$ac_ct_GNATMAKE,;t t
13262 s,@do_compare@,$do_compare,;t t
13263 s,@gmplibs@,$gmplibs,;t t
13264 s,@gmpinc@,$gmpinc,;t t
13265 s,@ppllibs@,$ppllibs,;t t
13266 s,@pplinc@,$pplinc,;t t
13267 s,@clooglibs@,$clooglibs,;t t
13268 s,@clooginc@,$clooginc,;t t
13269 s,@stage1_languages@,$stage1_languages,;t t
13270 s,@SYSROOT_CFLAGS_FOR_TARGET@,$SYSROOT_CFLAGS_FOR_TARGET,;t t
13271 s,@DEBUG_PREFIX_CFLAGS_FOR_TARGET@,$DEBUG_PREFIX_CFLAGS_FOR_TARGET,;t t
13272 s,@CFLAGS_FOR_TARGET@,$CFLAGS_FOR_TARGET,;t t
13273 s,@CXXFLAGS_FOR_TARGET@,$CXXFLAGS_FOR_TARGET,;t t
13274 s,@RPATH_ENVVAR@,$RPATH_ENVVAR,;t t
13275 s,@GCC_SHLIB_SUBDIR@,$GCC_SHLIB_SUBDIR,;t t
13276 s,@tooldir@,$tooldir,;t t
13277 s,@build_tooldir@,$build_tooldir,;t t
13278 s,@CONFIGURE_GDB_TK@,$CONFIGURE_GDB_TK,;t t
13279 s,@GDB_TK@,$GDB_TK,;t t
13280 s,@INSTALL_GDB_TK@,$INSTALL_GDB_TK,;t t
13281 s,@build_configargs@,$build_configargs,;t t
13282 s,@build_configdirs@,$build_configdirs,;t t
13283 s,@host_configargs@,$host_configargs,;t t
13284 s,@configdirs@,$configdirs,;t t
13285 s,@target_configargs@,$target_configargs,;t t
13286 s,@AR_FOR_BUILD@,$AR_FOR_BUILD,;t t
13287 s,@AS_FOR_BUILD@,$AS_FOR_BUILD,;t t
13288 s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
13289 s,@CFLAGS_FOR_BUILD@,$CFLAGS_FOR_BUILD,;t t
13290 s,@CXXFLAGS_FOR_BUILD@,$CXXFLAGS_FOR_BUILD,;t t
13291 s,@CXX_FOR_BUILD@,$CXX_FOR_BUILD,;t t
13292 s,@DLLTOOL_FOR_BUILD@,$DLLTOOL_FOR_BUILD,;t t
13293 s,@GCJ_FOR_BUILD@,$GCJ_FOR_BUILD,;t t
13294 s,@GFORTRAN_FOR_BUILD@,$GFORTRAN_FOR_BUILD,;t t
13295 s,@LDFLAGS_FOR_BUILD@,$LDFLAGS_FOR_BUILD,;t t
13296 s,@LD_FOR_BUILD@,$LD_FOR_BUILD,;t t
13297 s,@NM_FOR_BUILD@,$NM_FOR_BUILD,;t t
13298 s,@RANLIB_FOR_BUILD@,$RANLIB_FOR_BUILD,;t t
13299 s,@WINDMC_FOR_BUILD@,$WINDMC_FOR_BUILD,;t t
13300 s,@WINDRES_FOR_BUILD@,$WINDRES_FOR_BUILD,;t t
13301 s,@config_shell@,$config_shell,;t t
13302 s,@YACC@,$YACC,;t t
13303 s,@BISON@,$BISON,;t t
13306 s,@FLEX@,$FLEX,;t t
13307 s,@MAKEINFO@,$MAKEINFO,;t t
13308 s,@EXPECT@,$EXPECT,;t t
13309 s,@RUNTEST@,$RUNTEST,;t t
13312 s,@DLLTOOL@,$DLLTOOL,;t t
13314 s,@LIPO@,$LIPO,;t t
13316 s,@RANLIB@,$RANLIB,;t t
13317 s,@STRIP@,$STRIP,;t t
13318 s,@WINDRES@,$WINDRES,;t t
13319 s,@WINDMC@,$WINDMC,;t t
13320 s,@OBJCOPY@,$OBJCOPY,;t t
13321 s,@OBJDUMP@,$OBJDUMP,;t t
13322 s,@CC_FOR_TARGET@,$CC_FOR_TARGET,;t t
13323 s,@CXX_FOR_TARGET@,$CXX_FOR_TARGET,;t t
13324 s,@GCC_FOR_TARGET@,$GCC_FOR_TARGET,;t t
13325 s,@GCJ_FOR_TARGET@,$GCJ_FOR_TARGET,;t t
13326 s,@GFORTRAN_FOR_TARGET@,$GFORTRAN_FOR_TARGET,;t t
13327 s,@AR_FOR_TARGET@,$AR_FOR_TARGET,;t t
13328 s,@AS_FOR_TARGET@,$AS_FOR_TARGET,;t t
13329 s,@DLLTOOL_FOR_TARGET@,$DLLTOOL_FOR_TARGET,;t t
13330 s,@LD_FOR_TARGET@,$LD_FOR_TARGET,;t t
13331 s,@LIPO_FOR_TARGET@,$LIPO_FOR_TARGET,;t t
13332 s,@NM_FOR_TARGET@,$NM_FOR_TARGET,;t t
13333 s,@OBJDUMP_FOR_TARGET@,$OBJDUMP_FOR_TARGET,;t t
13334 s,@RANLIB_FOR_TARGET@,$RANLIB_FOR_TARGET,;t t
13335 s,@STRIP_FOR_TARGET@,$STRIP_FOR_TARGET,;t t
13336 s,@WINDRES_FOR_TARGET@,$WINDRES_FOR_TARGET,;t t
13337 s,@WINDMC_FOR_TARGET@,$WINDMC_FOR_TARGET,;t t
13338 s,@RAW_CXX_FOR_TARGET@,$RAW_CXX_FOR_TARGET,;t t
13339 s,@FLAGS_FOR_TARGET@,$FLAGS_FOR_TARGET,;t t
13340 s,@COMPILER_AS_FOR_TARGET@,$COMPILER_AS_FOR_TARGET,;t t
13341 s,@COMPILER_LD_FOR_TARGET@,$COMPILER_LD_FOR_TARGET,;t t
13342 s,@COMPILER_NM_FOR_TARGET@,$COMPILER_NM_FOR_TARGET,;t t
13343 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
13344 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
13345 s,@MAINT@,$MAINT,;t t
13346 s,@stage1_cflags@,$stage1_cflags,;t t
13347 s,@stage1_checking@,$stage1_checking,;t t
13348 s,@stage2_werror_flag@,$stage2_werror_flag,;t t
13349 s,@datarootdir@,$datarootdir,;t t
13350 s,@docdir@,$docdir,;t t
13351 s,@pdfdir@,$pdfdir,;t t
13352 s,@htmldir@,$htmldir,;t t
13353 s,@LIBOBJS@,$LIBOBJS,;t t
13354 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
13355 /@serialization_dependencies@/r $serialization_dependencies
13356 s,@serialization_dependencies@,,;t t
13357 /@host_makefile_frag@/r $host_makefile_frag
13358 s,@host_makefile_frag@,,;t t
13359 /@target_makefile_frag@/r $target_makefile_frag
13360 s,@target_makefile_frag@,,;t t
13361 /@alphaieee_frag@/r $alphaieee_frag
13362 s,@alphaieee_frag@,,;t t
13363 /@ospace_frag@/r $ospace_frag
13364 s,@ospace_frag@,,;t t
13369 cat >>$CONFIG_STATUS <<\_ACEOF
13370 # Split the substitutions into bite-sized pieces for seds with
13371 # small command number limits, like on Digital OSF/1 and HP-UX.
13372 ac_max_sed_lines
=48
13373 ac_sed_frag
=1 # Number of current file.
13374 ac_beg
=1 # First line for current file.
13375 ac_end
=$ac_max_sed_lines # Line after last line for current file.
13378 while $ac_more_lines; do
13379 if test $ac_beg -gt 1; then
13380 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13382 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
13384 if test ! -s $tmp/subs.frag
; then
13385 ac_more_lines
=false
13387 # The purpose of the label and of the branching condition is to
13388 # speed up the sed processing (if there are no `@' at all, there
13389 # is no need to browse any of the substitutions).
13390 # These are the two extra sed commands mentioned above.
13392 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
13393 if test -z "$ac_sed_cmds"; then
13394 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
13396 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
13398 ac_sed_frag
=`expr $ac_sed_frag + 1`
13400 ac_end
=`expr $ac_end + $ac_max_sed_lines`
13403 if test -z "$ac_sed_cmds"; then
13406 fi # test -n "$CONFIG_FILES"
13409 cat >>$CONFIG_STATUS <<\_ACEOF
13410 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
13411 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
13413 - |
*:- |
*:-:* ) # input from stdin
13415 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13416 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13417 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
13418 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
13419 * ) ac_file_in
=$ac_file.
in ;;
13422 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
13423 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
13424 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13425 X"$ac_file" : 'X\(//\)[^/]' \| \
13426 X"$ac_file" : 'X\(//\)$' \| \
13427 X"$ac_file" : 'X\(/\)' \| \
13428 . : '\(.\)' 2>/dev/null ||
13430 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13431 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13432 /^X\(\/\/\)$/{ s//\1/; q; }
13433 /^X\(\/\).*/{ s//\1/; q; }
13435 { if $as_mkdir_p; then
13440 while test ! -d "$as_dir"; do
13441 as_dirs
="$as_dir $as_dirs"
13442 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
13443 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13444 X"$as_dir" : 'X\(//\)[^/]' \| \
13445 X"$as_dir" : 'X\(//\)$' \| \
13446 X"$as_dir" : 'X\(/\)' \| \
13447 . : '\(.\)' 2>/dev/null ||
13449 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
13450 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
13451 /^X\(\/\/\)$/{ s//\1/; q; }
13452 /^X\(\/\).*/{ s//\1/; q; }
13455 test ! -n "$as_dirs" || mkdir
$as_dirs
13456 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
13457 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
13458 { (exit 1); exit 1; }; }; }
13462 if test "$ac_dir" != .
; then
13463 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
13464 # A "../" for each directory in $ac_dir_suffix.
13465 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
13467 ac_dir_suffix
= ac_top_builddir
=
13471 .
) # No --srcdir option. We are building in place.
13473 if test -z "$ac_top_builddir"; then
13476 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
13478 [\\/]* | ?
:[\\/]* ) # Absolute path.
13479 ac_srcdir
=$srcdir$ac_dir_suffix;
13480 ac_top_srcdir
=$srcdir ;;
13481 *) # Relative path.
13482 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
13483 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
13486 # Do not use `cd foo && pwd` to compute absolute paths, because
13487 # the directories may not exist.
13489 .
) ac_abs_builddir
="$ac_dir";;
13492 .
) ac_abs_builddir
=`pwd`;;
13493 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
13494 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
13497 case $ac_abs_builddir in
13498 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13500 case ${ac_top_builddir}.
in
13501 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
13502 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
13503 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
13506 case $ac_abs_builddir in
13507 .
) ac_abs_srcdir
=$ac_srcdir;;
13510 .
) ac_abs_srcdir
=$ac_abs_builddir;;
13511 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
13512 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
13515 case $ac_abs_builddir in
13516 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
13518 case $ac_top_srcdir in
13519 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
13520 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
13521 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
13527 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
13528 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
13531 if test x
"$ac_file" != x-
; then
13532 { echo "$as_me:$LINENO: creating $ac_file" >&5
13533 echo "$as_me: creating $ac_file" >&6;}
13536 # Let's still pretend it is `configure' which instantiates (i.e., don't
13537 # use $as_me), people would be surprised to read:
13538 # /* config.h. Generated by config.status. */
13539 if test x
"$ac_file" = x-
; then
13542 configure_input
="$ac_file. "
13544 configure_input
=$configure_input"Generated from `echo $ac_file_in |
13545 sed 's,.*/,,'` by configure."
13547 # First look for the input files in the build tree, otherwise in the
13549 ac_file_inputs
=`IFS=:
13550 for f in $ac_file_in; do
13552 -) echo $tmp/stdin ;;
13554 # Absolute (can't be DOS-style, as IFS=:)
13555 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13556 echo "$as_me: error: cannot find input file: $f" >&2;}
13557 { (exit 1); exit 1; }; }
13560 if test -f "$f"; then
13563 elif test -f "$srcdir/$f"; then
13568 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
13569 echo "$as_me: error: cannot find input file: $f" >&2;}
13570 { (exit 1); exit 1; }; }
13573 done` ||
{ (exit 1); exit 1; }
13575 cat >>$CONFIG_STATUS <<_ACEOF
13579 cat >>$CONFIG_STATUS <<\_ACEOF
13581 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
13582 s
,@configure_input@
,$configure_input,;t t
13583 s
,@srcdir@
,$ac_srcdir,;t t
13584 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
13585 s
,@top_srcdir@
,$ac_top_srcdir,;t t
13586 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
13587 s
,@builddir@
,$ac_builddir,;t t
13588 s
,@abs_builddir@
,$ac_abs_builddir,;t t
13589 s
,@top_builddir@
,$ac_top_builddir,;t t
13590 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
13591 s
,@INSTALL@
,$ac_INSTALL,;t t
13592 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
13594 if test x"$ac_file" != x-; then
13595 mv $tmp/out $ac_file
13604 cat >>$CONFIG_STATUS <<\_ACEOF
13606 { (exit 0); exit 0; }
13608 chmod +x $CONFIG_STATUS
13609 ac_clean_files=$ac_clean_files_save
13612 # configure is writing to config.log, and then calls config.status.
13613 # config.status does its own redirection, appending to config.log.
13614 # Unfortunately, on DOS this fails, as config.log is still kept open
13615 # by configure, so config.status won't be able to write to it; its
13616 # output is simply discarded. So we exec the FD to /dev/null,
13617 # effectively closing config.log, so it can be properly (re)opened and
13618 # appended to by config.status. When coming back to configure, we
13619 # need to make the FD available again.
13620 if test "$no_create" != yes; then
13622 ac_config_status_args=
13623 test "$silent" = yes &&
13624 ac_config_status_args="$ac_config_status_args --quiet"
13626 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13628 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13629 # would make configure fail if this is the last instruction.
13630 $ac_cs_success || { (exit 1); exit 1; }