OSDN Git Service

Patch from Richard Guenther.
[pf3gnuchains/gcc-fork.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --enable-libada        Builds libada directory"
16 ac_help="$ac_help
17   --enable-serial-[{host,target,build}-]configure
18                           Force sequential configuration of
19                           sub-packages for the host, target or build
20                           machine, or all sub-packages"
21 ac_help="$ac_help
22   --enable-maintainer-mode enable make rules and dependencies not useful
23                           (and sometimes confusing) to the casual installer"
24 ac_help="$ac_help
25   --enable-werror         enable -Werror in bootstrap stage2 and later"
26
27 # Initialize some variables set by options.
28 # The variables have the same names as the options, with
29 # dashes changed to underlines.
30 build=NONE
31 cache_file=./config.cache
32 exec_prefix=NONE
33 host=NONE
34 no_create=
35 nonopt=NONE
36 no_recursion=
37 prefix=NONE
38 program_prefix=NONE
39 program_suffix=NONE
40 program_transform_name=s,x,x,
41 silent=
42 site=
43 srcdir=
44 target=NONE
45 verbose=
46 x_includes=NONE
47 x_libraries=NONE
48 bindir='${exec_prefix}/bin'
49 sbindir='${exec_prefix}/sbin'
50 libexecdir='${exec_prefix}/libexec'
51 datadir='${prefix}/share'
52 sysconfdir='${prefix}/etc'
53 sharedstatedir='${prefix}/com'
54 localstatedir='${prefix}/var'
55 libdir='${exec_prefix}/lib'
56 includedir='${prefix}/include'
57 oldincludedir='/usr/include'
58 infodir='${prefix}/info'
59 mandir='${prefix}/man'
60
61 # Initialize some other variables.
62 subdirs=
63 MFLAGS= MAKEFLAGS=
64 SHELL=${CONFIG_SHELL-/bin/sh}
65 # Maximum number of lines to put in a shell here document.
66 ac_max_here_lines=12
67
68 ac_prev=
69 for ac_option
70 do
71
72   # If the previous option needs an argument, assign it.
73   if test -n "$ac_prev"; then
74     eval "$ac_prev=\$ac_option"
75     ac_prev=
76     continue
77   fi
78
79   case "$ac_option" in
80   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
81   *) ac_optarg= ;;
82   esac
83
84   # Accept the important Cygnus configure options, so we can diagnose typos.
85
86   case "$ac_option" in
87
88   -bindir | --bindir | --bindi | --bind | --bin | --bi)
89     ac_prev=bindir ;;
90   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
91     bindir="$ac_optarg" ;;
92
93   -build | --build | --buil | --bui | --bu)
94     ac_prev=build ;;
95   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
96     build="$ac_optarg" ;;
97
98   -cache-file | --cache-file | --cache-fil | --cache-fi \
99   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
100     ac_prev=cache_file ;;
101   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
102   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
103     cache_file="$ac_optarg" ;;
104
105   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
106     ac_prev=datadir ;;
107   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
108   | --da=*)
109     datadir="$ac_optarg" ;;
110
111   -disable-* | --disable-*)
112     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
113     # Reject names that are not valid shell variable names.
114     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
115       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
116     fi
117     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
118     eval "enable_${ac_feature}=no" ;;
119
120   -enable-* | --enable-*)
121     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
122     # Reject names that are not valid shell variable names.
123     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
124       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
125     fi
126     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
127     case "$ac_option" in
128       *=*) ;;
129       *) ac_optarg=yes ;;
130     esac
131     eval "enable_${ac_feature}='$ac_optarg'" ;;
132
133   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
134   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
135   | --exec | --exe | --ex)
136     ac_prev=exec_prefix ;;
137   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
138   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
139   | --exec=* | --exe=* | --ex=*)
140     exec_prefix="$ac_optarg" ;;
141
142   -gas | --gas | --ga | --g)
143     # Obsolete; use --with-gas.
144     with_gas=yes ;;
145
146   -help | --help | --hel | --he)
147     # Omit some internal or obsolete options to make the list less imposing.
148     # This message is too long to be a string in the A/UX 3.1 sh.
149     cat << EOF
150 Usage: configure [options] [host]
151 Options: [defaults in brackets after descriptions]
152 Configuration:
153   --cache-file=FILE       cache test results in FILE
154   --help                  print this message
155   --no-create             do not create output files
156   --quiet, --silent       do not print \`checking...' messages
157   --version               print the version of autoconf that created configure
158 Directory and file names:
159   --prefix=PREFIX         install architecture-independent files in PREFIX
160                           [$ac_default_prefix]
161   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
162                           [same as prefix]
163   --bindir=DIR            user executables in DIR [EPREFIX/bin]
164   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
165   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
166   --datadir=DIR           read-only architecture-independent data in DIR
167                           [PREFIX/share]
168   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
169   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
170                           [PREFIX/com]
171   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
172   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
173   --includedir=DIR        C header files in DIR [PREFIX/include]
174   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
175   --infodir=DIR           info documentation in DIR [PREFIX/info]
176   --mandir=DIR            man documentation in DIR [PREFIX/man]
177   --srcdir=DIR            find the sources in DIR [configure dir or ..]
178   --program-prefix=PREFIX prepend PREFIX to installed program names
179   --program-suffix=SUFFIX append SUFFIX to installed program names
180   --program-transform-name=PROGRAM
181                           run sed PROGRAM on installed program names
182 EOF
183     cat << EOF
184 Host type:
185   --build=BUILD           configure for building on BUILD [BUILD=HOST]
186   --host=HOST             configure for HOST [guessed]
187   --target=TARGET         configure for TARGET [TARGET=HOST]
188 Features and packages:
189   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
190   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
191   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
192   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
193   --x-includes=DIR        X include files are in DIR
194   --x-libraries=DIR       X library files are in DIR
195 EOF
196     if test -n "$ac_help"; then
197       echo "--enable and --with options recognized:$ac_help"
198     fi
199     exit 0 ;;
200
201   -host | --host | --hos | --ho)
202     ac_prev=host ;;
203   -host=* | --host=* | --hos=* | --ho=*)
204     host="$ac_optarg" ;;
205
206   -includedir | --includedir | --includedi | --included | --include \
207   | --includ | --inclu | --incl | --inc)
208     ac_prev=includedir ;;
209   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
210   | --includ=* | --inclu=* | --incl=* | --inc=*)
211     includedir="$ac_optarg" ;;
212
213   -infodir | --infodir | --infodi | --infod | --info | --inf)
214     ac_prev=infodir ;;
215   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
216     infodir="$ac_optarg" ;;
217
218   -libdir | --libdir | --libdi | --libd)
219     ac_prev=libdir ;;
220   -libdir=* | --libdir=* | --libdi=* | --libd=*)
221     libdir="$ac_optarg" ;;
222
223   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
224   | --libexe | --libex | --libe)
225     ac_prev=libexecdir ;;
226   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
227   | --libexe=* | --libex=* | --libe=*)
228     libexecdir="$ac_optarg" ;;
229
230   -localstatedir | --localstatedir | --localstatedi | --localstated \
231   | --localstate | --localstat | --localsta | --localst \
232   | --locals | --local | --loca | --loc | --lo)
233     ac_prev=localstatedir ;;
234   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
235   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
236   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
237     localstatedir="$ac_optarg" ;;
238
239   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
240     ac_prev=mandir ;;
241   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
242     mandir="$ac_optarg" ;;
243
244   -nfp | --nfp | --nf)
245     # Obsolete; use --without-fp.
246     with_fp=no ;;
247
248   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
249   | --no-cr | --no-c)
250     no_create=yes ;;
251
252   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
253   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
254     no_recursion=yes ;;
255
256   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
257   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
258   | --oldin | --oldi | --old | --ol | --o)
259     ac_prev=oldincludedir ;;
260   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
261   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
262   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
263     oldincludedir="$ac_optarg" ;;
264
265   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
266     ac_prev=prefix ;;
267   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
268     prefix="$ac_optarg" ;;
269
270   -program-prefix | --program-prefix | --program-prefi | --program-pref \
271   | --program-pre | --program-pr | --program-p)
272     ac_prev=program_prefix ;;
273   -program-prefix=* | --program-prefix=* | --program-prefi=* \
274   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
275     program_prefix="$ac_optarg" ;;
276
277   -program-suffix | --program-suffix | --program-suffi | --program-suff \
278   | --program-suf | --program-su | --program-s)
279     ac_prev=program_suffix ;;
280   -program-suffix=* | --program-suffix=* | --program-suffi=* \
281   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
282     program_suffix="$ac_optarg" ;;
283
284   -program-transform-name | --program-transform-name \
285   | --program-transform-nam | --program-transform-na \
286   | --program-transform-n | --program-transform- \
287   | --program-transform | --program-transfor \
288   | --program-transfo | --program-transf \
289   | --program-trans | --program-tran \
290   | --progr-tra | --program-tr | --program-t)
291     ac_prev=program_transform_name ;;
292   -program-transform-name=* | --program-transform-name=* \
293   | --program-transform-nam=* | --program-transform-na=* \
294   | --program-transform-n=* | --program-transform-=* \
295   | --program-transform=* | --program-transfor=* \
296   | --program-transfo=* | --program-transf=* \
297   | --program-trans=* | --program-tran=* \
298   | --progr-tra=* | --program-tr=* | --program-t=*)
299     program_transform_name="$ac_optarg" ;;
300
301   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
302   | -silent | --silent | --silen | --sile | --sil)
303     silent=yes ;;
304
305   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
306     ac_prev=sbindir ;;
307   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
308   | --sbi=* | --sb=*)
309     sbindir="$ac_optarg" ;;
310
311   -sharedstatedir | --sharedstatedir | --sharedstatedi \
312   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
313   | --sharedst | --shareds | --shared | --share | --shar \
314   | --sha | --sh)
315     ac_prev=sharedstatedir ;;
316   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
317   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
318   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
319   | --sha=* | --sh=*)
320     sharedstatedir="$ac_optarg" ;;
321
322   -site | --site | --sit)
323     ac_prev=site ;;
324   -site=* | --site=* | --sit=*)
325     site="$ac_optarg" ;;
326
327   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
328     ac_prev=srcdir ;;
329   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
330     srcdir="$ac_optarg" ;;
331
332   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
333   | --syscon | --sysco | --sysc | --sys | --sy)
334     ac_prev=sysconfdir ;;
335   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
336   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
337     sysconfdir="$ac_optarg" ;;
338
339   -target | --target | --targe | --targ | --tar | --ta | --t)
340     ac_prev=target ;;
341   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
342     target="$ac_optarg" ;;
343
344   -v | -verbose | --verbose | --verbos | --verbo | --verb)
345     verbose=yes ;;
346
347   -version | --version | --versio | --versi | --vers)
348     echo "configure generated by autoconf version 2.13"
349     exit 0 ;;
350
351   -with-* | --with-*)
352     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
353     # Reject names that are not valid shell variable names.
354     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
355       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
356     fi
357     ac_package=`echo $ac_package| sed 's/-/_/g'`
358     case "$ac_option" in
359       *=*) ;;
360       *) ac_optarg=yes ;;
361     esac
362     eval "with_${ac_package}='$ac_optarg'" ;;
363
364   -without-* | --without-*)
365     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
366     # Reject names that are not valid shell variable names.
367     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
368       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
369     fi
370     ac_package=`echo $ac_package| sed 's/-/_/g'`
371     eval "with_${ac_package}=no" ;;
372
373   --x)
374     # Obsolete; use --with-x.
375     with_x=yes ;;
376
377   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
378   | --x-incl | --x-inc | --x-in | --x-i)
379     ac_prev=x_includes ;;
380   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
381   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
382     x_includes="$ac_optarg" ;;
383
384   -x-libraries | --x-libraries | --x-librarie | --x-librari \
385   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
386     ac_prev=x_libraries ;;
387   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
388   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
389     x_libraries="$ac_optarg" ;;
390
391   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
392     ;;
393
394   *)
395     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
396       echo "configure: warning: $ac_option: invalid host type" 1>&2
397     fi
398     if test "x$nonopt" != xNONE; then
399       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
400     fi
401     nonopt="$ac_option"
402     ;;
403
404   esac
405 done
406
407 if test -n "$ac_prev"; then
408   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
409 fi
410
411 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
412
413 # File descriptor usage:
414 # 0 standard input
415 # 1 file creation
416 # 2 errors and warnings
417 # 3 some systems may open it to /dev/tty
418 # 4 used on the Kubota Titan
419 # 6 checking for... messages and results
420 # 5 compiler messages saved in config.log
421 if test "$silent" = yes; then
422   exec 6>/dev/null
423 else
424   exec 6>&1
425 fi
426 exec 5>./config.log
427
428 echo "\
429 This file contains any messages produced by compilers while
430 running configure, to aid debugging if configure makes a mistake.
431 " 1>&5
432
433 # Strip out --no-create and --no-recursion so they do not pile up.
434 # Also quote any args containing shell metacharacters.
435 ac_configure_args=
436 for ac_arg
437 do
438   case "$ac_arg" in
439   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
440   | --no-cr | --no-c) ;;
441   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
442   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
443   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
444   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
445   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
446   esac
447 done
448
449 # NLS nuisances.
450 # Only set these to C if already set.  These must not be set unconditionally
451 # because not all systems understand e.g. LANG=C (notably SCO).
452 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
453 # Non-C LC_CTYPE values break the ctype check.
454 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
455 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
456 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
457 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
458
459 # confdefs.h avoids OS command line length limits that DEFS can exceed.
460 rm -rf conftest* confdefs.h
461 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
462 echo > confdefs.h
463
464 # A filename unique to this package, relative to the directory that
465 # configure is in, which we can look for to find out if srcdir is correct.
466 ac_unique_file=move-if-change
467
468 # Find the source files, if location was not specified.
469 if test -z "$srcdir"; then
470   ac_srcdir_defaulted=yes
471   # Try the directory containing this script, then its parent.
472   ac_prog=$0
473   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
474   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
475   srcdir=$ac_confdir
476   if test ! -r $srcdir/$ac_unique_file; then
477     srcdir=..
478   fi
479 else
480   ac_srcdir_defaulted=no
481 fi
482 if test ! -r $srcdir/$ac_unique_file; then
483   if test "$ac_srcdir_defaulted" = yes; then
484     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
485   else
486     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
487   fi
488 fi
489 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
490
491 # Prefer explicitly selected file to automatically selected ones.
492 if test -z "$CONFIG_SITE"; then
493   if test "x$prefix" != xNONE; then
494     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
495   else
496     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
497   fi
498 fi
499 for ac_site_file in $CONFIG_SITE; do
500   if test -r "$ac_site_file"; then
501     echo "loading site script $ac_site_file"
502     . "$ac_site_file"
503   fi
504 done
505
506 if test -r "$cache_file"; then
507   echo "loading cache $cache_file"
508   . $cache_file
509 else
510   echo "creating cache $cache_file"
511   > $cache_file
512 fi
513
514 ac_ext=c
515 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
516 ac_cpp='$CPP $CPPFLAGS'
517 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
518 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
519 cross_compiling=$ac_cv_prog_cc_cross
520
521 ac_exeext=
522 ac_objext=o
523 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
524   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
525   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
526     ac_n= ac_c='
527 ' ac_t='        '
528   else
529     ac_n=-n ac_c= ac_t=
530   fi
531 else
532   ac_n= ac_c='\c' ac_t=
533 fi
534
535
536
537 ac_aux_dir=
538 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
539   if test -f $ac_dir/install-sh; then
540     ac_aux_dir=$ac_dir
541     ac_install_sh="$ac_aux_dir/install-sh -c"
542     break
543   elif test -f $ac_dir/install.sh; then
544     ac_aux_dir=$ac_dir
545     ac_install_sh="$ac_aux_dir/install.sh -c"
546     break
547   fi
548 done
549 if test -z "$ac_aux_dir"; then
550   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
551 fi
552 ac_config_guess=$ac_aux_dir/config.guess
553 ac_config_sub=$ac_aux_dir/config.sub
554 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
555
556
557 # Do some error checking and defaulting for the host and target type.
558 # The inputs are:
559 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
560 #
561 # The rules are:
562 # 1. You are not allowed to specify --host, --target, and nonopt at the
563 #    same time.
564 # 2. Host defaults to nonopt.
565 # 3. If nonopt is not specified, then host defaults to the current host,
566 #    as determined by config.guess.
567 # 4. Target and build default to nonopt.
568 # 5. If nonopt is not specified, then target and build default to host.
569
570 # The aliases save the names the user supplied, while $host etc.
571 # will get canonicalized.
572 case $host---$target---$nonopt in
573 NONE---*---* | *---NONE---* | *---*---NONE) ;;
574 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
575 esac
576
577
578 # Make sure we can run config.sub.
579 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
580 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
581 fi
582
583 echo $ac_n "checking host system type""... $ac_c" 1>&6
584 echo "configure:585: checking host system type" >&5
585
586 host_alias=$host
587 case "$host_alias" in
588 NONE)
589   case $nonopt in
590   NONE)
591     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
592     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
593     fi ;;
594   *) host_alias=$nonopt ;;
595   esac ;;
596 esac
597
598 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
599 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
600 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
601 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
602 echo "$ac_t""$host" 1>&6
603
604 echo $ac_n "checking target system type""... $ac_c" 1>&6
605 echo "configure:606: checking target system type" >&5
606
607 target_alias=$target
608 case "$target_alias" in
609 NONE)
610   case $nonopt in
611   NONE) target_alias=$host_alias ;;
612   *) target_alias=$nonopt ;;
613   esac ;;
614 esac
615
616 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
617 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620 echo "$ac_t""$target" 1>&6
621
622 echo $ac_n "checking build system type""... $ac_c" 1>&6
623 echo "configure:624: checking build system type" >&5
624
625 build_alias=$build
626 case "$build_alias" in
627 NONE)
628   case $nonopt in
629   NONE) build_alias=$host_alias ;;
630   *) build_alias=$nonopt ;;
631   esac ;;
632 esac
633
634 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
635 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638 echo "$ac_t""$build" 1>&6
639
640 test "$host_alias" != "$target_alias" &&
641   test "$program_prefix$program_suffix$program_transform_name" = \
642     NONENONEs,x,x, &&
643   program_prefix=${target_alias}-
644
645 if test "$program_transform_name" = s,x,x,; then
646   program_transform_name=
647 else
648   # Double any \ or $.  echo might interpret backslashes.
649   cat <<\EOF_SED > conftestsed
650 s,\\,\\\\,g; s,\$,$$,g
651 EOF_SED
652   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
653   rm -f conftestsed
654 fi
655 test "$program_prefix" != NONE &&
656   program_transform_name="s,^,${program_prefix},; $program_transform_name"
657 # Use a double $ so make ignores it.
658 test "$program_suffix" != NONE &&
659   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
660
661 # sed with no file args requires a program.
662 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
663
664
665 # Get 'install' or 'install-sh' and its variants.
666 # Find a good install program.  We prefer a C program (faster),
667 # so one script is as good as another.  But avoid the broken or
668 # incompatible versions:
669 # SysV /etc/install, /usr/sbin/install
670 # SunOS /usr/etc/install
671 # IRIX /sbin/install
672 # AIX /bin/install
673 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
674 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
675 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
676 # ./install, which can be erroneously created by make from ./install.sh.
677 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
678 echo "configure:679: checking for a BSD compatible install" >&5
679 if test -z "$INSTALL"; then
680 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
681   echo $ac_n "(cached) $ac_c" 1>&6
682 else
683     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
684   for ac_dir in $PATH; do
685     # Account for people who put trailing slashes in PATH elements.
686     case "$ac_dir/" in
687     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
688     *)
689       # OSF1 and SCO ODT 3.0 have their own names for install.
690       # Don't use installbsd from OSF since it installs stuff as root
691       # by default.
692       for ac_prog in ginstall scoinst install; do
693         if test -f $ac_dir/$ac_prog; then
694           if test $ac_prog = install &&
695             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
696             # AIX install.  It has an incompatible calling convention.
697             :
698           else
699             ac_cv_path_install="$ac_dir/$ac_prog -c"
700             break 2
701           fi
702         fi
703       done
704       ;;
705     esac
706   done
707   IFS="$ac_save_IFS"
708
709 fi
710   if test "${ac_cv_path_install+set}" = set; then
711     INSTALL="$ac_cv_path_install"
712   else
713     # As a last resort, use the slow shell script.  We don't cache a
714     # path for INSTALL within a source directory, because that will
715     # break other packages using the cache if that directory is
716     # removed, or if the path is relative.
717     INSTALL="$ac_install_sh"
718   fi
719 fi
720 echo "$ac_t""$INSTALL" 1>&6
721
722 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
723 # It thinks the first close brace ends the variable substitution.
724 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
725
726 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
727
728 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
729
730
731 # Autoconf M4 include file defining utility macros for complex Canadian
732 # cross builds.
733
734  
735  
736  
737  
738
739 ####
740 # _NCN_TOOL_PREFIXES:  Some stuff that oughtta be done in AC_CANONICAL_SYSTEM 
741 # or AC_INIT.
742 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
743  
744 ####
745 # NCN_CHECK_TARGET_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
746 # Like AC_CHECK_TOOL, but tries a prefix of the target, not the host.
747 # Code is pretty much lifted from autoconf2.53.
748
749  
750
751 ####
752 # NCN_STRICT_CHECK_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
753 # Like AC_CHECK_TOOL, but requires the prefix if build!=host.
754
755  
756
757 ####
758 # NCN_STRICT_CHECK_TARGET_TOOL(variable, prog-to-check-for,[value-if-not-found],[path])
759 # Like NCN_CHECK_TARGET_TOOL, but requires the prefix if build!=target.
760
761  
762 ###
763 # AC_PROG_CPP_WERROR
764 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
765 # triggers warnings from the preprocessor.  Will be in autoconf 2.58.
766 # For now, using this also overrides header checks to use only the
767 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
768 # bit harder from here).
769 # Eventually autoconf will default to checking headers with the compiler
770 # instead, and we'll have to do this differently.
771
772 # AC_PROG_CPP_WERROR
773
774 # Test for GNAT.
775 # We require the gnatbind program, and a compiler driver that
776 # understands Ada.  We use the user's CC setting, already found.
777 #
778 # Sets the shell variable have_gnat to yes or no as appropriate, and
779 # substitutes GNATBIND.
780
781
782
783
784
785 ### we might need to use some other shell than /bin/sh for running subshells
786 ### If we are on Windows, search for the shell.  This will permit people
787 ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
788 ### without also having to set CONFIG_SHELL.  This code will work when
789 ### using bash, which sets OSTYPE.
790 case "${OSTYPE}" in
791 *win32*)
792   if test x${CONFIG_SHELL} = x ; then
793     if test ! -f /bin/sh ; then
794       if test x${SHELL} != x && test -f ${SHELL} ; then
795         CONFIG_SHELL=${SHELL}
796         export CONFIG_SHELL
797       else
798         for prog in sh sh.exe bash bash.exe; do
799           IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
800           for dir in $PATH; do
801             test -z "$dir" && dir=.
802             if test -f $dir/$prog; then
803               CONFIG_SHELL=$dir/$prog
804               export CONFIG_SHELL
805               break
806             fi
807           done
808           IFS="$save_ifs"
809           test -n "${CONFIG_SHELL}" && break
810         done
811       fi
812     fi
813   fi
814   ;;
815 esac
816
817 config_shell=${CONFIG_SHELL-/bin/sh}
818
819 progname=$0
820 # if PWD already has a value, it is probably wrong.
821 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
822
823 # Export original configure arguments for use by sub-configures.  These
824 # will be expanded by make, so quote '$'.
825 tmp="$progname $@"
826 sed -e 's,\$,$$,g' <<EOF_SED > conftestsed.out
827 $tmp
828 EOF_SED
829 TOPLEVEL_CONFIGURE_ARGUMENTS=`cat conftestsed.out`
830 rm -f conftestsed.out
831
832
833 moveifchange=${srcdir}/move-if-change
834
835 # Set srcdir to "." if that's what it is.
836 # This is important for multilib support.
837 pwd=`${PWDCMD-pwd}`
838 srcpwd=`cd ${srcdir} ; ${PWDCMD-pwd}`
839 if test "${pwd}" = "${srcpwd}" ; then
840   srcdir=.
841 fi
842
843 topsrcdir=$srcpwd
844
845 extra_host_args=
846 # Define the trigger file to make sure configure will re-run whenever
847 # the gcc version number changes.
848 if test "${with_gcc_version_trigger+set}" = set ; then
849   gcc_version_trigger="$with_gcc_version_trigger"
850   gcc_version=`grep version_string ${with_gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
851 else
852   # If gcc's sources are available, define the trigger file.
853   if test -f ${topsrcdir}/gcc/version.c ; then
854     gcc_version_trigger=${topsrcdir}/gcc/version.c
855     gcc_version=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
856     case "$ac_configure_args" in
857       *--with-gcc-version-trigger=$gcc_version_trigger* )
858         ;;
859       * )
860         # Add to all subconfigure arguments: build, host, and target.
861         ac_configure_args="$ac_configure_args --with-gcc-version-trigger=$gcc_version_trigger"
862         ;;
863     esac
864   fi
865 fi
866
867 ### To add a new directory to the tree, first choose whether it is a target
868 ### or a host dependent tool.  Then put it into the appropriate list
869 ### (library or tools, host or target), doing a dependency sort.
870
871 # Subdirs will be configured in the order listed in build_configdirs, 
872 # configdirs, or target_configdirs; see the serialization section below.
873
874 # Dependency sorting is only needed when *configuration* must be done in 
875 # a particular order.  In all cases a dependency should be specified in 
876 # the Makefile, whether or not it's implicitly specified here.
877
878 # Double entries in build_configdirs, configdirs, or target_configdirs may
879 # cause circular dependencies and break everything horribly.
880
881 # these libraries are used by various programs built for the host environment
882 #
883 host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zlib"
884
885 # these tools are built for the host environment
886 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
887 # know that we are building the simulator.
888 # binutils, gas and ld appear in that order because it makes sense to run
889 # "make check" in that particular order.
890 host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
891
892 # libgcj represents the runtime libraries only used by gcj.
893 libgcj="target-libffi \
894         target-boehm-gc \
895         target-zlib \
896         target-qthreads \
897         target-libjava"
898
899 # these libraries are built for the target environment, and are built after
900 # the host libraries and the host tools (which may be a cross compiler)
901 #
902 target_libraries="target-libiberty \
903                 target-libgloss \
904                 target-newlib \
905                 target-libstdc++-v3 \
906                 target-libf2c \
907                 ${libgcj} \
908                 target-libobjc \
909                 target-libada"
910
911 # these tools are built using the target libraries, and are intended to
912 # run only in the target environment
913 #
914 # note: any program that *uses* libraries that are in the "target_libraries"
915 # list belongs in this list.  those programs are also very likely
916 # candidates for the "native_only" list which follows
917 #
918 target_tools="target-examples target-groff target-gperf target-rda"
919
920 ################################################################################
921
922 ## All tools belong in one of the four categories, and are assigned above
923 ## We assign ${configdirs} this way to remove all embedded newlines.  This
924 ## is important because configure will choke if they ever get through.
925 ## ${configdirs} is directories we build using the host tools.
926 ## ${target_configdirs} is directories we build using the target tools.
927 #
928 configdirs=`echo ${host_libs} ${host_tools}`
929 target_configdirs=`echo ${target_libraries} ${target_tools}`
930
931 # Only make build modules if build != host.
932 # This should be done more generally, but at the moment it doesn't matter.
933 if test ${host_alias} != ${build_alias} ; then
934   # This is the only build module.
935   build_modules=libiberty
936 else
937   build_modules=
938 fi
939
940
941 ################################################################################
942
943 srcname="gnu development package"
944
945 # This gets set non-empty for some net releases of packages.
946 appdirs=""
947
948 # Define is_cross_compiler to save on calls to 'test'.
949 is_cross_compiler=
950 if test x"${host}" = x"${target}" ; then
951   is_cross_compiler=no
952 else
953   is_cross_compiler=yes
954 fi      
955
956 # Find the build and target subdir names.
957  case ${build_alias} in
958   "") build_noncanonical=${build} ;;
959   *) build_noncanonical=${build_alias} ;;
960 esac
961
962  case ${host_alias} in
963   "") host_noncanonical=${build_noncanonical} ;;
964   *) host_noncanonical=${host_alias} ;;
965 esac
966
967  case ${target_alias} in
968   "") target_noncanonical=${host_noncanonical} ;;
969   *) target_noncanonical=${target_alias} ;;
970 esac
971
972   # Prefix 'build-' so this never conflicts with target_subdir.
973 build_subdir="build-${build_noncanonical}"
974 # Not really a subdirectory, but here for completeness.
975 host_subdir=.
976 # No prefix.
977 target_subdir=${target_noncanonical}
978    
979
980 # Skipdirs are removed silently.
981 skipdirs=
982 # Noconfigdirs are removed loudly.
983 noconfigdirs=""
984
985 use_gnu_ld=
986 # Make sure we don't let GNU ld be added if we didn't want it.
987 if test x$with_gnu_ld = xno ; then
988   use_gnu_ld=no
989   noconfigdirs="$noconfigdirs ld"
990 fi
991
992 use_gnu_as=
993 # Make sure we don't let GNU as be added if we didn't want it.
994 if test x$with_gnu_as = xno ; then
995   use_gnu_as=no
996   noconfigdirs="$noconfigdirs gas"
997 fi
998
999 # some tools are so dependent upon X11 that if we're not building with X, 
1000 # it's not even worth trying to configure, much less build, that tool.
1001
1002 case ${with_x} in
1003   yes | "") ;; # the default value for this tree is that X11 is available
1004   no)
1005     skipdirs="${skipdirs} tk tix itcl libgui"
1006     # We won't be able to build gdbtk without X.
1007     enable_gdbtk=no 
1008     ;;
1009   *)  echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 ;;
1010 esac
1011
1012 # Some tools are only suitable for building in a "native" situation.
1013 # Remove these if host!=target.  
1014 native_only="autoconf automake libtool fileutils find gawk gettext gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms gnuserv target-gperf"
1015
1016 # Similarly, some are only suitable for cross toolchains.
1017 # Remove these if host=target.
1018 cross_only="target-libgloss target-newlib target-opcodes"
1019
1020 case $is_cross_compiler in
1021   no) skipdirs="${skipdirs} ${cross_only}" ;;
1022   yes) skipdirs="${skipdirs} ${native_only}" ;;
1023 esac
1024
1025 # If both --with-headers and --with-libs are specified, default to
1026 # --without-newlib.
1027 if test x"${with_headers}" != x && test x"${with_headers} != xno \
1028    && test x"${with_libs}" != x && test x"${with_libs} != xno ; then
1029   if test x"${with_newlib}" = x ; then
1030     with_newlib=no
1031   fi
1032 fi
1033
1034 # Recognize --with-newlib/--without-newlib.
1035 case ${with_newlib} in
1036   no) skipdirs="${skipdirs} target-newlib" ;;
1037   yes) skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;;
1038 esac
1039
1040 # Configure extra directories which are host specific
1041
1042 case "${host}" in
1043   *-cygwin*)
1044     configdirs="$configdirs libtermcap" ;;
1045 esac
1046
1047 # Remove more programs from consideration, based on the host or 
1048 # target this usually means that a port of the program doesn't
1049 # exist yet.
1050
1051 case "${host}" in
1052   hppa*64*-*-*)
1053     noconfigdirs="$noconfigdirs byacc"
1054     ;;
1055   i[3456789]86-*-vsta)
1056     noconfigdirs="$noconfigdirs tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix gnuserv gettext"
1057     ;;
1058   i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*)
1059     noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl tix gnuserv libffi"
1060     ;;
1061   i[3456789]86-*-mingw32*)
1062     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix gnuserv"
1063     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool"
1064     ;;
1065   i[3456789]86-*-beos*)
1066     noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
1067     ;;
1068   *-*-cygwin*)
1069     noconfigdirs="$noconfigdirs autoconf automake send-pr rcs guile perl"
1070     ;;
1071   *-*-netbsd*)
1072     noconfigdirs="$noconfigdirs rcs"
1073     ;;
1074   ppc*-*-pe)
1075     noconfigdirs="$noconfigdirs patch diff make tk tcl expect dejagnu autoconf automake texinfo bison send-pr gprof rcs guile perl itcl tix gnuserv"
1076     ;;
1077   powerpc-*-beos*)
1078     noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
1079     ;;
1080   *-*-darwin*)
1081     noconfigdirs="$noconfigdirs tk itcl tix libgui"
1082     ;;
1083 esac
1084
1085 # Check whether --enable-libada or --disable-libada was given.
1086 if test "${enable_libada+set}" = set; then
1087   enableval="$enable_libada"
1088   ENABLE_LIBADA=$enableval
1089 else
1090   ENABLE_LIBADA=yes
1091 fi
1092
1093 if test "${ENABLE_LIBADA}" != "yes" ; then
1094   noconfigdirs="$noconfigdirs target-libada"
1095 fi
1096
1097 # Save it here so that, even in case of --enable-libgcj, if the Java
1098 # front-end isn't enabled, we still get libgcj disabled.
1099 libgcj_saved=$libgcj
1100 case $enable_libgcj in
1101 yes)
1102   # If we reset it here, it won't get added to noconfigdirs in the
1103   # target-specific build rules, so it will be forcibly enabled
1104   # (unless the Java language itself isn't enabled).
1105   libgcj=
1106   ;;
1107 no)
1108   # Make sure we get it printed in the list of not supported target libs.
1109   noconfigdirs="$noconfigdirs ${libgcj}"
1110   ;;
1111 esac
1112
1113 case "${target}" in
1114   *-*-chorusos)
1115     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1116     ;;
1117   powerpc-*-darwin*)
1118     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1119     noconfigdirs="$noconfigdirs target-libobjc"
1120     ;;
1121   *-*-darwin*)
1122     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1123     noconfigdirs="$noconfigdirs target-libobjc ${libgcj}"
1124     ;;
1125   *-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
1126     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1127     ;;
1128   *-*-kaos*)
1129     # Remove unsupported stuff on all kaOS configurations.
1130     skipdirs="target-libiberty ${libgcj} target-libstdc++-v3 target-libf2c target-librx"
1131     skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
1132     skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
1133     noconfigdirs="$noconfigdirs target-libgloss"
1134     ;;
1135   *-*-netbsd*)
1136     # Skip some stuff on all NetBSD configurations.
1137     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
1138
1139     # Skip some stuff that's unsupported on some NetBSD configurations.
1140     case "${target}" in
1141       i*86-*-netbsdelf*) ;;
1142       arm*-*-netbsdelf*) ;;
1143       *)
1144         noconfigdirs="$noconfigdirs ${libgcj}"
1145         ;;
1146     esac
1147     ;;
1148   *-*-netware)
1149     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-newlib target-libiberty target-libgloss ${libgcj}"
1150     ;;
1151   *-*-rtems*)
1152     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1153     case ${target} in
1154         h8300*-*-* | h8500-*-*)
1155           noconfigdirs="$noconfigdirs target-libf2c"
1156           ;;
1157         *) ;;
1158     esac
1159     ;;
1160   *-*-uclinux*)
1161     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
1162     ;;
1163   *-*-vxworks*)
1164     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
1165     ;;
1166   alpha*-dec-osf*)
1167     # ld works, but does not support shared libraries.
1168     # newlib is not 64 bit ready.  I'm not sure about fileutils.
1169     # gas doesn't generate exception information.
1170     noconfigdirs="$noconfigdirs gas ld fileutils target-newlib target-libgloss"
1171     ;;
1172   alpha*-*-*vms*)
1173     noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
1174     ;;
1175   alpha*-*-linux*)
1176     # newlib is not 64 bit ready
1177     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1178     ;;
1179   alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
1180     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1181     ;;
1182   alpha*-*-*)
1183     # newlib is not 64 bit ready
1184     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1185     ;;
1186   am33_2.0-*-linux*)
1187     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1188     ;;
1189   sh-*-linux*)
1190     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1191     ;;    
1192   sh*-*-pe|mips*-*-pe|*arm-wince-pe)
1193     noconfigdirs="$noconfigdirs ${libgcj}"
1194     noconfigdirs="$noconfigdirs target-examples"
1195     noconfigdirs="$noconfigdirs target-libiberty texinfo send-pr"
1196     noconfigdirs="$noconfigdirs tcl tix tk itcl libgui sim"
1197     noconfigdirs="$noconfigdirs expect dejagnu"
1198     # the C++ libraries don't build on top of CE's C libraries
1199     noconfigdirs="$noconfigdirs target-libstdc++-v3"
1200     noconfigdirs="$noconfigdirs target-newlib"
1201     case "${host}" in
1202       *-*-cygwin*) ;; # keep gdb and readline
1203       *) noconfigdirs="$noconfigdirs gdb readline"
1204          ;;
1205     esac
1206     ;;
1207   arc-*-*)
1208     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1209     ;;
1210   arm-*-coff | strongarm-*-coff | xscale-*-coff)
1211     noconfigdirs="$noconfigdirs ${libgcj}"
1212     ;;
1213   arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
1214     noconfigdirs="$noconfigdirs target-libffi target-qthreads"
1215     ;;
1216   arm-*-pe*)
1217     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1218     ;;
1219   arm-*-oabi*)
1220     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1221     ;;
1222   thumb-*-coff)
1223     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1224     ;;
1225   thumb-*-elf)
1226     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1227     ;;
1228   thumb-*-oabi)
1229     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1230     ;;
1231   thumb-*-pe)
1232     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1233     ;;
1234   arm-*-riscix*)
1235     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1236     ;;
1237   avr-*-*)
1238     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1239     ;;
1240   c4x-*-* | tic4x-*-*)
1241     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1242     ;;
1243   c54x*-*-* | tic54x-*-*)
1244     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
1245     ;;
1246   cris-*-*)
1247     noconfigdirs="$noconfigdirs ${libgcj} target-newlib target-libgloss"
1248     ;;
1249   d10v-*-*)
1250     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1251     ;;
1252   d30v-*-*)
1253     noconfigdirs="$noconfigdirs ${libgcj} gdb"
1254     ;;
1255   fr30-*-elf*)
1256     noconfigdirs="$noconfigdirs ${libgcj} gdb"
1257     ;;
1258   frv-*-*)
1259     noconfigdirs="$noconfigdirs ${libgcj}"
1260     ;;
1261   h8300*-*-*)
1262     noconfigdirs="$noconfigdirs target-libgloss ${libgcj} target-libf2c"
1263     ;;
1264   h8500-*-*)
1265     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} target-libf2c"
1266     ;;
1267   hppa*64*-*-linux* | parisc*64*-*-linux*)
1268     # In this case, it's because the hppa64-linux target is for
1269     # the kernel only at this point and has no libc, and thus no
1270     # headers, crt*.o, etc., all of which are needed by these.
1271     noconfigdirs="$noconfigdirs target-zlib"
1272     ;;
1273   hppa*-*-*elf* | \
1274   parisc*-*-linux* | hppa*-*-linux* | \
1275   hppa*-*-lites* | \
1276   hppa*-*-openbsd* | \
1277   hppa*64*-*-*)
1278     noconfigdirs="$noconfigdirs ${libgcj}"
1279     # Do configure ld/binutils/gas for this case.
1280     ;;
1281   hppa*-*-*)
1282     # According to Alexandre Oliva <aoliva@redhat.com>, libjava won't
1283     # build on HP-UX 10.20.
1284     noconfigdirs="$noconfigdirs ld shellutils ${libgcj}"
1285     ;;
1286   i960-*-*)
1287     noconfigdirs="$noconfigdirs ${libgcj} gdb"
1288     ;;
1289   ia64*-*-elf*)
1290     # No gdb support yet.
1291     noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb"
1292     ;;
1293   ia64*-**-hpux*)
1294     # No gdb or ld support yet.
1295     noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld"
1296     ;;
1297   i[3456789]86-*-coff | i[3456789]86-*-elf)
1298     noconfigdirs="$noconfigdirs ${libgcj}"
1299     ;;
1300   i[3456789]86-*-freebsd* | i[3456789]86-*-kfreebsd*-gnu)
1301     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1302     ;;
1303   i[3456789]86-*-linux*)
1304     # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
1305     # not build java stuff by default.
1306     case "${target}" in
1307       *-*-*libc1*)
1308         noconfigdirs="$noconfigdirs ${libgcj}";;
1309     esac
1310
1311     # This section makes it possible to build newlib natively on linux.
1312     # If we are using a cross compiler then don't configure newlib.
1313     if test x${is_cross_compiler} != xno ; then
1314       noconfigdirs="$noconfigdirs target-newlib"
1315     fi
1316     noconfigdirs="$noconfigdirs target-libgloss"
1317     # If we are not using a cross compiler, do configure newlib.
1318     # Note however, that newlib will only be configured in this situation
1319     # if the --with-newlib option has been given, because otherwise
1320     # 'target-newlib' will appear in skipdirs.
1321     ;;
1322   i[3456789]86-*-mingw32*)
1323     target_configdirs="$target_configdirs target-mingw"
1324     noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
1325
1326     # Can't build gdb for mingw32 if not native.
1327     case "${host}" in
1328       i[3456789]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
1329       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix gnuserv"
1330          ;;
1331     esac
1332     ;;    
1333   *-*-cygwin*)
1334     target_configdirs="$target_configdirs target-libtermcap target-winsup"
1335     noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
1336     # always build newlib.
1337     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1338
1339     # Can't build gdb for Cygwin if not native.
1340     case "${host}" in
1341       *-*-cygwin*) ;; # keep gdb tcl tk expect etc.
1342       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui gnuserv"
1343          ;;
1344     esac
1345     ;;    
1346   i[3456789]86-*-pe)
1347     noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}"
1348     ;;
1349   i[3456789]86-*-sco3.2v5*)
1350     # The linker does not yet know about weak symbols in COFF,
1351     # and is not configured to handle mixed ELF and COFF.
1352     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
1353     ;;
1354   i[3456789]86-*-sco*)
1355     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1356     ;;
1357   i[3456789]86-*-solaris2*)
1358     noconfigdirs="$noconfigdirs target-libgloss"
1359     ;;
1360   i[3456789]86-*-sysv4*)
1361     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1362     ;;
1363   i[3456789]86-*-beos*)
1364     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1365     ;;
1366   m32r-*-*)
1367     noconfigdirs="$noconfigdirs ${libgcj}"
1368     ;;
1369   m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
1370     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1371     ;;
1372   m68k-*-elf*)
1373     noconfigdirs="$noconfigdirs ${libgcj}"
1374     ;;
1375   m68k-*-coff*)
1376     noconfigdirs="$noconfigdirs ${libgcj}"
1377     ;;
1378   mcore-*-pe*)
1379   # The EPOC C++ environment does not support exceptions or rtti,
1380   # and so building libstdc++-v3 tends not to always work.
1381     noconfigdirs="$noconfigdirs target-libstdc++-v3"
1382     ;;
1383   mmix-*-*)
1384     noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
1385     ;;
1386   mn10200-*-*)
1387     noconfigdirs="$noconfigdirs ${libgcj}"
1388     ;;
1389   mn10300-*-*)
1390     noconfigdirs="$noconfigdirs ${libgcj}"
1391     ;;
1392   powerpc-*-aix*)
1393     # copied from rs6000-*-* entry
1394     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1395     ;;
1396   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
1397     target_configdirs="$target_configdirs target-winsup"
1398     noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix gnuserv ${libgcj}"
1399     # always build newlib.
1400     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
1401     ;;
1402     # This is temporary until we can link against shared libraries
1403   powerpcle-*-solaris*)
1404     noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix gnuserv ${libgcj}"
1405     ;;
1406   powerpc-*-beos*)
1407     noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
1408     ;;
1409   powerpc-*-eabi)
1410     noconfigdirs="$noconfigdirs ${libgcj}"
1411     ;;
1412   rs6000-*-lynxos*)
1413     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
1414     ;;
1415   rs6000-*-aix*)
1416     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1417     ;;
1418   rs6000-*-*)
1419     noconfigdirs="$noconfigdirs gprof ${libgcj}"
1420     ;;
1421   m68k-apollo-*)
1422     noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}"
1423     ;;
1424   mips*-*-irix5*)
1425     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1426     ;;
1427   mips*-*-irix6*)
1428     # Linking libjava exceeds command-line length limits on at least
1429     # IRIX 6.2, but not on IRIX 6.5.
1430     # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham
1431     # <oldham@codesourcery.com>
1432     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1433     ;;
1434   mips*-dec-bsd*)
1435     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1436     ;;
1437   mips*-*-bsd*)
1438     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
1439     ;;
1440   mipstx39-*-*)
1441     noconfigdirs="$noconfigdirs gprof ${libgcj}"   # same as generic mips
1442     ;;
1443   mips64*-*-linux*)
1444     noconfigdirs="$noconfigdirs target-newlib ${libgcj}"
1445     ;;
1446   mips*-*-linux*)
1447     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1448     ;;
1449   mips*-*-*)
1450     noconfigdirs="$noconfigdirs gprof ${libgcj}"
1451     ;;
1452   romp-*-*)
1453     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
1454     ;;
1455   sh-*-*)
1456     case "${host}" in
1457       i[3456789]86-*-vsta) ;; # don't add gprof back in
1458       i[3456789]86-*-go32*) ;; # don't add gprof back in
1459       i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in
1460       *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
1461     esac
1462     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1463     ;;
1464   sh64-*-*)
1465     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1466     ;;
1467   sparc-*-elf*)
1468     noconfigdirs="$noconfigdirs ${libgcj}"
1469     ;;
1470   sparc64-*-elf*)
1471     noconfigdirs="$noconfigdirs ${libgcj}"
1472     ;;
1473   sparclite-*-*)
1474     noconfigdirs="$noconfigdirs ${libgcj}"
1475     ;;
1476   sparc-*-sunos4*)
1477     noconfigdirs="$noconfigdirs ${libgcj}"
1478     if test x${is_cross_compiler} != xno ; then
1479            noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss"
1480     else
1481            use_gnu_ld=no
1482     fi
1483     ;;
1484   sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*)
1485     ;;
1486   v810-*-*)
1487     noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libstdc++-v3 opcodes target-libgloss ${libgcj}"
1488     ;;
1489   v850-*-*)
1490     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1491     ;;
1492   v850e-*-*)
1493     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1494     ;;
1495   v850ea-*-*)
1496     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
1497     ;;
1498   vax-*-vms)
1499     noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes target-libgloss ${libgcj}"
1500     ;;
1501   vax-*-*)
1502     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1503     ;;
1504   xtensa-*-*)
1505     noconfigdirs="$noconfigdirs ${libgcj}"
1506     ;;
1507   ip2k-*-*)
1508     noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
1509     ;;
1510   *-*-linux*)
1511     noconfigdirs="$noconfigdirs target-newlib target-libgloss"
1512     ;;
1513   *-*-lynxos*)
1514     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
1515     ;; 
1516   *-*-*)
1517     noconfigdirs="$noconfigdirs ${libgcj}"
1518     ;;
1519 esac
1520
1521 # If we aren't building newlib, then don't build libgloss, since libgloss
1522 # depends upon some newlib header files.
1523 case "${noconfigdirs}" in
1524   *target-libgloss*) ;;
1525   *target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
1526 esac
1527
1528 # Work in distributions that contain no compiler tools, like Autoconf.
1529 tentative_cc=""
1530 host_makefile_frag=/dev/null
1531 if test -d ${srcdir}/config ; then
1532 case "${host}" in
1533   m68k-hp-hpux*)
1534     # Avoid "too much defining" errors from HPUX compiler.
1535     tentative_cc="cc -Wp,-H256000"
1536     # If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
1537     # If it's HP/UX ar, this should be harmless.
1538     RANLIB="ar ts"
1539     ;;
1540   m68k-apollo-sysv*)
1541     tentative_cc="cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DUSG"
1542     ;;
1543   m68k-apollo-bsd*)
1544     #None of the Apollo compilers can compile gas or binutils.  The preprocessor
1545     # chokes on bfd, the compiler won't let you assign integers to enums, and
1546     # other problems.  Defining CC to gcc is a questionable way to say "don't use
1547     # the apollo compiler" (the preferred version of GCC could be called cc,
1548     # or whatever), but I'm not sure leaving CC as cc is any better...
1549     #CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG
1550     # Used to have BISON=yacc.
1551     tentative_cc=gcc
1552     ;;
1553   m88k-dg-dgux*)
1554     tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1555     ;;
1556   m88k-harris-cxux*)
1557     # Under CX/UX, we want to tell the compiler to use ANSI mode.
1558     tentative_cc="cc -Xa"
1559     host_makefile_frag="config/mh-cxux"
1560     ;;
1561   m88k-motorola-sysv*)
1562     ;;
1563   mips*-dec-ultrix*)
1564     tentative_cc="cc -Wf,-XNg1000"
1565     host_makefile_frag="config/mh-decstation"
1566     ;;
1567   mips*-nec-sysv4*)
1568     # The C compiler on NEC MIPS SVR4 needs bigger tables.
1569     tentative_cc="cc -ZXNd=5000 -ZXNg=1000"
1570     host_makefile_frag="config/mh-necv4"
1571     ;;
1572   mips*-sgi-irix4*)
1573     # Tell compiler to use K&R C.  We can't compile under the SGI Ansi
1574     # environment.  Also bump switch table size so that cp-parse will
1575     # compile.  Bump string length limit so linker builds.
1576     tentative_cc="cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192"
1577     ;;
1578   mips*-*-sysv4*)
1579     host_makefile_frag="config/mh-sysv4"
1580     ;;
1581   mips*-*-sysv*)
1582     # This is for a MIPS running RISC/os 4.52C.
1583
1584     # This is needed for GDB, but needs to be in the top-level make because
1585     # if a library is compiled with the bsd headers and gets linked with the
1586     # sysv system libraries all hell can break loose (e.g. a jmp_buf might be
1587     # a different size).
1588     # ptrace(2) apparently has problems in the BSD environment.  No workaround is
1589     # known except to select the sysv environment.  Could we use /proc instead?
1590     # These "sysv environments" and "bsd environments" often end up being a pain.
1591     #
1592     # This is not part of CFLAGS because perhaps not all C compilers have this
1593     # option.
1594     tentative_cc="cc -systype sysv"
1595     ;;
1596   i370-ibm-opened*)
1597     tentative_cc="c89"
1598     ;;
1599   i[3456789]86-*-sysv5*)
1600     host_makefile_frag="config/mh-sysv5"
1601     ;;
1602   i[3456789]86-*-dgux*)
1603     tentative_cc="gcc -Wall -ansi -D__using_DGUX"
1604     host_makefile_frag="config/mh-dgux386"
1605     ;;
1606   i[3456789]86-ncr-sysv4.3*)
1607     # The MetaWare compiler will generate a copyright message unless you
1608     # turn it off by adding the -Hnocopyr flag.
1609     tentative_cc="cc -Hnocopyr"
1610     ;;
1611   i[3456789]86-ncr-sysv4*)
1612     # for an NCR 3000 (i486/SVR4) system.
1613     # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
1614     # This compiler not only emits obnoxious copyright messages every time
1615     # you run it, but it chokes and dies on a whole bunch of GNU source
1616     # files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
1617     tentative_cc="/usr/ccs/ATT/cc"
1618     host_makefile_frag="config/mh-ncr3000"
1619     ;;
1620   i[3456789]86-*-sco3.2v5*)
1621     ;;
1622   i[3456789]86-*-sco*)
1623     # The native C compiler botches some simple uses of const.  Unfortunately,
1624     # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
1625     tentative_cc="cc -Dconst="
1626     host_makefile_frag="config/mh-sco"
1627     ;;
1628   i[3456789]86-*-udk*)
1629     host_makefile_frag="config/mh-sysv5"
1630     ;;
1631   i[3456789]86-*-solaris2*)
1632     host_makefile_frag="config/mh-sysv4"
1633     ;;
1634   i[3456789]86-*-msdosdjgpp*)
1635     host_makefile_frag="config/mh-djgpp"
1636     ;;
1637   *-cygwin*)
1638     host_makefile_frag="config/mh-cygwin"
1639     ;;
1640   *-mingw32*)
1641     host_makefile_frag="config/mh-mingw32"
1642     ;;
1643   *-interix*)
1644     host_makefile_frag="config/mh-interix"
1645     ;;
1646   vax-*-ultrix2*)
1647     # The old BSD pcc isn't up to compiling parts of gdb so use gcc
1648     tentative_cc=gcc
1649     ;;
1650   *-*-solaris2*)
1651     host_makefile_frag="config/mh-solaris"
1652     ;;
1653   m68k-sun-sunos*)
1654     # Sun's C compiler needs the -J flag to be able to compile cp-parse.c
1655     # without overflowing the jump tables (-J says to use a 32 bit table)
1656     tentative_cc="cc -J"
1657     ;;
1658   *-hp-hpux*)
1659     tentative_cc="cc -Wp,-H256000"
1660     ;;
1661   *-*-hiux*)
1662     tentative_cc="cc -Wp,-H256000"
1663     ;;
1664   rs6000-*-lynxos*)
1665     # /bin/cc is less than useful for our purposes.  Always use GCC
1666     tentative_cc="/usr/cygnus/progressive/bin/gcc"
1667     host_makefile_frag="config/mh-lynxrs6k"
1668     ;;
1669   *-*-lynxos*)
1670     # /bin/cc is less than useful for our purposes.  Always use GCC
1671     tentative_cc="/bin/gcc"
1672     ;;
1673   *-*-sysv4*)
1674     host_makefile_frag="config/mh-sysv4"
1675     ;;
1676 esac
1677 fi
1678
1679 # If we aren't going to be using gcc, see if we can extract a definition
1680 # of CC from the fragment.
1681 # Actually, use the 'pre-extracted' version above.
1682 if test -z "${CC}" && test "${build}" = "${host}" ; then
1683   IFS="${IFS=   }"; save_ifs="$IFS"; IFS="${IFS}:"
1684   found=
1685   for dir in $PATH; do
1686     test -z "$dir" && dir=.
1687     if test -f $dir/gcc; then
1688       found=yes
1689       break
1690     fi
1691   done
1692   IFS="$save_ifs"
1693   if test -z "${found}" && test -n "${tentative_cc}" ; then
1694     CC=$tentative_cc
1695   fi
1696 fi
1697
1698 if test "${build}" != "${host}" ; then
1699   # If we are doing a Canadian Cross, in which the host and build systems
1700   # are not the same, we set reasonable default values for the tools.
1701
1702   BISON=${BISON-bison}
1703   CC=${CC-${host_alias}-gcc}
1704   CFLAGS=${CFLAGS-"-g -O2"}
1705   CXX=${CXX-${host_alias}-c++}
1706   CXXFLAGS=${CXXFLAGS-"-g -O2"}
1707   CC_FOR_BUILD=${CC_FOR_BUILD-gcc}
1708   CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc}
1709   CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++}
1710   GCJ_FOR_TARGET=${GCJ_FOR_TARGET-${target_alias}-gcj}
1711   GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}}
1712   BUILD_PREFIX=${build_alias}-
1713   BUILD_PREFIX_1=${build_alias}-
1714   MAKEINFO=${MAKEINFO-makeinfo}
1715
1716   if test -z "${YACC}" ; then
1717     IFS="${IFS=         }"; save_ifs="$IFS"; IFS="${IFS}:"
1718     for dir in $PATH; do
1719       test -z "$dir" && dir=.
1720       if test -f $dir/bison; then
1721         YACC="bison -y"
1722         break
1723       fi
1724       if test -f $dir/byacc; then
1725         YACC=byacc
1726         break
1727       fi
1728       if test -f $dir/yacc; then
1729         YACC=yacc
1730         break
1731       fi
1732     done
1733     IFS="$save_ifs"
1734     if test -z "${YACC}" ; then
1735       YACC="bison -y"
1736     fi
1737   fi
1738
1739   if test -z "${LEX}" ; then
1740     IFS="${IFS=         }"; save_ifs="$IFS"; IFS="${IFS}:"
1741     for dir in $PATH; do
1742       test -z "$dir" && dir=.
1743       if test -f $dir/flex; then
1744         LEX=flex
1745         break
1746       fi
1747       if test -f $dir/lex; then
1748         LEX=lex
1749         break
1750       fi
1751     done
1752     IFS="$save_ifs"
1753     LEX=${LEX-flex}
1754   fi
1755
1756 else
1757   # Set reasonable default values for some tools even if not Canadian.
1758   # Of course, these are different reasonable default values, originally
1759   # specified directly in the Makefile.
1760   # We don't export, so that autoconf can do its job.
1761   # Note that all these settings are above the fragment inclusion point
1762   # in Makefile.in, so can still be overridden by fragments.
1763   # This is all going to change when we autoconfiscate...
1764
1765   BISON="\$(USUAL_BISON)"
1766   CC_FOR_BUILD="\$(CC)"
1767   GCC_FOR_TARGET="\$(USUAL_GCC_FOR_TARGET)"
1768   BUILD_PREFIX=
1769   BUILD_PREFIX_1=loser-
1770   MAKEINFO="\$(USUAL_MAKEINFO)"
1771   LEX="\$(USUAL_LEX)"
1772   YACC="\$(USUAL_YACC)"
1773
1774   # If CC is still not set, try to get gcc.
1775   cc_prog_is_gcc=
1776   if test -z "${CC}" ; then
1777     IFS="${IFS=         }"; save_ifs="$IFS"; IFS="${IFS}:"
1778     for dir in $PATH; do
1779       test -z "$dir" && dir=.
1780       if test -f $dir/gcc; then
1781         CC="gcc"
1782         cc_prog_is_gcc=yes
1783         echo 'void f(){}' > conftest.c
1784         if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1785           CFLAGS=${CFLAGS-"-g -O2"}
1786           CXXFLAGS=${CXXFLAGS-"-g -O2"}
1787         else
1788           CFLAGS=${CFLAGS-"-O2"}
1789           CXXFLAGS=${CXXFLAGS-"-O2"}
1790         fi
1791         rm -f conftest*
1792         break
1793       fi
1794     done
1795     IFS="$save_ifs"
1796     CC=${CC-cc}
1797   else
1798     # Determine if we are using gcc.
1799     cat > conftest.c <<EOF
1800 #ifdef __GNUC__
1801   yes;
1802 #endif
1803 EOF
1804     if ${CC} -E conftest.c | grep yes >/dev/null 2>&1; then
1805       cc_prog_is_gcc=yes
1806     fi
1807     rm -f conftest.c
1808     if test -z "${CFLAGS}"; then
1809       # Here CC is set but CFLAGS is not.  Use a quick hack to use -O2 if CC
1810       # is set to a version of gcc.
1811       if test "$cc_prog_is_gcc" = yes; then
1812         echo 'void f(){}' > conftest.c
1813         if test -z "`${CC} -g -c conftest.c 2>&1`"; then
1814           CFLAGS=${CFLAGS-"-g -O2"}
1815           CXXFLAGS=${CXXFLAGS-"-g -O2"}
1816         else
1817           CFLAGS=${CFLAGS-"-O2"}
1818           CXXFLAGS=${CXXFLAGS-"-O2"}
1819         fi
1820         rm -f conftest*
1821       fi
1822     fi
1823   fi
1824
1825   # We must set the default linker to the linker used by gcc for the correct
1826   # operation of libtool.  If LD is not defined and we are using gcc, try to
1827   # set the LD default to the ld used by gcc.
1828   if test -z "$LD"; then
1829     if test "$cc_prog_is_gcc" = yes; then
1830       case $build in
1831       *-*-mingw*)
1832         gcc_prog_ld=`$CC -print-prog-name=ld 2>&1 | tr -d '\015'` ;;
1833       *)
1834         gcc_prog_ld=`$CC -print-prog-name=ld 2>&1` ;;
1835       esac
1836       case $gcc_prog_ld in
1837       # Accept absolute paths.
1838       [\\/]* | [A-Za-z]:[\\/]*)
1839         LD="$gcc_prog_ld" ;;
1840       esac
1841     fi
1842   fi
1843
1844   CXX=${CXX-"c++"}
1845   CFLAGS=${CFLAGS-"-g"}
1846   CXXFLAGS=${CXXFLAGS-"-g -O2"}
1847 fi
1848
1849 if test $host != $build; then
1850   ac_tool_prefix=${host_alias}-
1851 else
1852   ac_tool_prefix=
1853 fi
1854
1855 # Extract the first word of "gcc", so it can be a program name with args.
1856 set dummy gcc; ac_word=$2
1857 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1858 echo "configure:1859: checking for $ac_word" >&5
1859 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1860   echo $ac_n "(cached) $ac_c" 1>&6
1861 else
1862   if test -n "$CC"; then
1863   ac_cv_prog_CC="$CC" # Let the user override the test.
1864 else
1865   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1866   ac_dummy="$PATH"
1867   for ac_dir in $ac_dummy; do
1868     test -z "$ac_dir" && ac_dir=.
1869     if test -f $ac_dir/$ac_word; then
1870       ac_cv_prog_CC="gcc"
1871       break
1872     fi
1873   done
1874   IFS="$ac_save_ifs"
1875 fi
1876 fi
1877 CC="$ac_cv_prog_CC"
1878 if test -n "$CC"; then
1879   echo "$ac_t""$CC" 1>&6
1880 else
1881   echo "$ac_t""no" 1>&6
1882 fi
1883
1884 if test -z "$CC"; then
1885   # Extract the first word of "cc", so it can be a program name with args.
1886 set dummy cc; ac_word=$2
1887 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1888 echo "configure:1889: checking for $ac_word" >&5
1889 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1890   echo $ac_n "(cached) $ac_c" 1>&6
1891 else
1892   if test -n "$CC"; then
1893   ac_cv_prog_CC="$CC" # Let the user override the test.
1894 else
1895   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1896   ac_prog_rejected=no
1897   ac_dummy="$PATH"
1898   for ac_dir in $ac_dummy; do
1899     test -z "$ac_dir" && ac_dir=.
1900     if test -f $ac_dir/$ac_word; then
1901       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1902         ac_prog_rejected=yes
1903         continue
1904       fi
1905       ac_cv_prog_CC="cc"
1906       break
1907     fi
1908   done
1909   IFS="$ac_save_ifs"
1910 if test $ac_prog_rejected = yes; then
1911   # We found a bogon in the path, so make sure we never use it.
1912   set dummy $ac_cv_prog_CC
1913   shift
1914   if test $# -gt 0; then
1915     # We chose a different compiler from the bogus one.
1916     # However, it has the same basename, so the bogon will be chosen
1917     # first if we set CC to just the basename; use the full file name.
1918     shift
1919     set dummy "$ac_dir/$ac_word" "$@"
1920     shift
1921     ac_cv_prog_CC="$@"
1922   fi
1923 fi
1924 fi
1925 fi
1926 CC="$ac_cv_prog_CC"
1927 if test -n "$CC"; then
1928   echo "$ac_t""$CC" 1>&6
1929 else
1930   echo "$ac_t""no" 1>&6
1931 fi
1932
1933   if test -z "$CC"; then
1934     case "`uname -s`" in
1935     *win32* | *WIN32*)
1936       # Extract the first word of "cl", so it can be a program name with args.
1937 set dummy cl; ac_word=$2
1938 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1939 echo "configure:1940: checking for $ac_word" >&5
1940 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1941   echo $ac_n "(cached) $ac_c" 1>&6
1942 else
1943   if test -n "$CC"; then
1944   ac_cv_prog_CC="$CC" # Let the user override the test.
1945 else
1946   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1947   ac_dummy="$PATH"
1948   for ac_dir in $ac_dummy; do
1949     test -z "$ac_dir" && ac_dir=.
1950     if test -f $ac_dir/$ac_word; then
1951       ac_cv_prog_CC="cl"
1952       break
1953     fi
1954   done
1955   IFS="$ac_save_ifs"
1956 fi
1957 fi
1958 CC="$ac_cv_prog_CC"
1959 if test -n "$CC"; then
1960   echo "$ac_t""$CC" 1>&6
1961 else
1962   echo "$ac_t""no" 1>&6
1963 fi
1964  ;;
1965     esac
1966   fi
1967   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1968 fi
1969
1970 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1971 echo "configure:1972: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1972
1973 ac_ext=c
1974 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1975 ac_cpp='$CPP $CPPFLAGS'
1976 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1977 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1978 cross_compiling=$ac_cv_prog_cc_cross
1979
1980 cat > conftest.$ac_ext << EOF
1981
1982 #line 1983 "configure"
1983 #include "confdefs.h"
1984
1985 main(){return(0);}
1986 EOF
1987 if { (eval echo configure:1988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1988   ac_cv_prog_cc_works=yes
1989   # If we can't run a trivial program, we are probably using a cross compiler.
1990   if (./conftest; exit) 2>/dev/null; then
1991     ac_cv_prog_cc_cross=no
1992   else
1993     ac_cv_prog_cc_cross=yes
1994   fi
1995 else
1996   echo "configure: failed program was:" >&5
1997   cat conftest.$ac_ext >&5
1998   ac_cv_prog_cc_works=no
1999 fi
2000 rm -fr conftest*
2001 ac_ext=c
2002 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2003 ac_cpp='$CPP $CPPFLAGS'
2004 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2005 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2006 cross_compiling=$ac_cv_prog_cc_cross
2007
2008 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
2009 if test $ac_cv_prog_cc_works = no; then
2010   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2011 fi
2012 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2013 echo "configure:2014: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2014 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2015 cross_compiling=$ac_cv_prog_cc_cross
2016
2017 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2018 echo "configure:2019: checking whether we are using GNU C" >&5
2019 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2020   echo $ac_n "(cached) $ac_c" 1>&6
2021 else
2022   cat > conftest.c <<EOF
2023 #ifdef __GNUC__
2024   yes;
2025 #endif
2026 EOF
2027 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2028   ac_cv_prog_gcc=yes
2029 else
2030   ac_cv_prog_gcc=no
2031 fi
2032 fi
2033
2034 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
2035
2036 if test $ac_cv_prog_gcc = yes; then
2037   GCC=yes
2038 else
2039   GCC=
2040 fi
2041
2042 ac_test_CFLAGS="${CFLAGS+set}"
2043 ac_save_CFLAGS="$CFLAGS"
2044 CFLAGS=
2045 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2046 echo "configure:2047: checking whether ${CC-cc} accepts -g" >&5
2047 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2048   echo $ac_n "(cached) $ac_c" 1>&6
2049 else
2050   echo 'void f(){}' > conftest.c
2051 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
2052   ac_cv_prog_cc_g=yes
2053 else
2054   ac_cv_prog_cc_g=no
2055 fi
2056 rm -f conftest*
2057
2058 fi
2059
2060 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
2061 if test "$ac_test_CFLAGS" = set; then
2062   CFLAGS="$ac_save_CFLAGS"
2063 elif test $ac_cv_prog_cc_g = yes; then
2064   if test "$GCC" = yes; then
2065     CFLAGS="-g -O2"
2066   else
2067     CFLAGS="-g"
2068   fi
2069 else
2070   if test "$GCC" = yes; then
2071     CFLAGS="-O2"
2072   else
2073     CFLAGS=
2074   fi
2075 fi
2076
2077
2078
2079 # Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
2080 set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
2081 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2082 echo "configure:2083: checking for $ac_word" >&5
2083 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2084   echo $ac_n "(cached) $ac_c" 1>&6
2085 else
2086   if test -n "$GNATBIND"; then
2087   ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2088 else
2089   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2090   ac_dummy="$PATH"
2091   for ac_dir in $ac_dummy; do
2092     test -z "$ac_dir" && ac_dir=.
2093     if test -f $ac_dir/$ac_word; then
2094       ac_cv_prog_GNATBIND="${ac_tool_prefix}gnatbind"
2095       break
2096     fi
2097   done
2098   IFS="$ac_save_ifs"
2099 fi
2100 fi
2101 GNATBIND="$ac_cv_prog_GNATBIND"
2102 if test -n "$GNATBIND"; then
2103   echo "$ac_t""$GNATBIND" 1>&6
2104 else
2105   echo "$ac_t""no" 1>&6
2106 fi
2107
2108
2109 if test -z "$ac_cv_prog_GNATBIND"; then
2110 if test -n "$ac_tool_prefix"; then
2111   # Extract the first word of "gnatbind", so it can be a program name with args.
2112 set dummy gnatbind; ac_word=$2
2113 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2114 echo "configure:2115: checking for $ac_word" >&5
2115 if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
2116   echo $ac_n "(cached) $ac_c" 1>&6
2117 else
2118   if test -n "$GNATBIND"; then
2119   ac_cv_prog_GNATBIND="$GNATBIND" # Let the user override the test.
2120 else
2121   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2122   ac_dummy="$PATH"
2123   for ac_dir in $ac_dummy; do
2124     test -z "$ac_dir" && ac_dir=.
2125     if test -f $ac_dir/$ac_word; then
2126       ac_cv_prog_GNATBIND="gnatbind"
2127       break
2128     fi
2129   done
2130   IFS="$ac_save_ifs"
2131   test -z "$ac_cv_prog_GNATBIND" && ac_cv_prog_GNATBIND="no"
2132 fi
2133 fi
2134 GNATBIND="$ac_cv_prog_GNATBIND"
2135 if test -n "$GNATBIND"; then
2136   echo "$ac_t""$GNATBIND" 1>&6
2137 else
2138   echo "$ac_t""no" 1>&6
2139 fi
2140
2141 else
2142   GNATBIND="no"
2143 fi
2144 fi
2145
2146 echo $ac_n "checking whether compiler driver understands Ada""... $ac_c" 1>&6
2147 echo "configure:2148: checking whether compiler driver understands Ada" >&5
2148 if eval "test \"`echo '$''{'acx_cv_cc_gcc_supports_ada'+set}'`\" = set"; then
2149   echo $ac_n "(cached) $ac_c" 1>&6
2150 else
2151   cat >conftest.adb <<EOF
2152 procedure conftest is begin null; end conftest;
2153 EOF
2154 acx_cv_cc_gcc_supports_ada=no
2155 # There is a bug in old released versions of GCC which causes the
2156 # driver to exit successfully when the appropriate language module
2157 # has not been installed.  This is fixed in 2.95.4, 3.0.2, and 3.1.
2158 # Therefore we must check for the error message as well as an
2159 # unsuccessful exit.
2160 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
2161 # given a .adb file, but produce no object file.  So we must check
2162 # if an object file was really produced to guard against this.
2163 errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
2164 if test x"$errors" = x && test -f conftest.$ac_objext; then
2165   acx_cv_cc_gcc_supports_ada=yes
2166   break
2167 fi
2168 rm -f conftest.*
2169 fi
2170
2171 echo "$ac_t""$acx_cv_cc_gcc_supports_ada" 1>&6
2172
2173 if test x$GNATBIND != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
2174   have_gnat=yes
2175 else
2176   have_gnat=no
2177 fi
2178
2179 echo $ac_n "checking how to compare bootstrapped objects""... $ac_c" 1>&6
2180 echo "configure:2181: checking how to compare bootstrapped objects" >&5
2181 if eval "test \"`echo '$''{'gcc_cv_prog_cmp_skip'+set}'`\" = set"; then
2182   echo $ac_n "(cached) $ac_c" 1>&6
2183 else
2184    echo abfoo >t1
2185   echo cdfoo >t2
2186   gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
2187   if cmp t1 t2 2 2 > /dev/null 2>&1; then
2188     if cmp t1 t2 1 1 > /dev/null 2>&1; then
2189       :
2190     else
2191       gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
2192     fi
2193   fi
2194   if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
2195     if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
2196       :
2197     else
2198       gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
2199     fi
2200   fi
2201   rm t1 t2
2202
2203 fi
2204
2205 echo "$ac_t""$gcc_cv_prog_cmp_skip" 1>&6
2206 do_compare="$gcc_cv_prog_cmp_skip"
2207
2208
2209
2210 # By default, C is the only stage 1 language.
2211 stage1_languages=c
2212
2213
2214 # Figure out what language subdirectories are present.
2215 # Look if the user specified --enable-languages="..."; if not, use
2216 # the environment variable $LANGUAGES if defined. $LANGUAGES might
2217 # go away some day.
2218 # NB:  embedded tabs in this IF block -- do not untabify
2219 if test -d ${srcdir}/gcc; then
2220   if test x"${enable_languages+set}" != xset; then
2221     if test x"${LANGUAGES+set}" = xset; then
2222       enable_languages="${LANGUAGES}"
2223         echo configure.in: warning: setting LANGUAGES is deprecated, use --enable-languages instead 1>&2
2224     else
2225       enable_languages=all
2226     fi
2227   else
2228     if test x"${enable_languages}" = x ||
2229        test x"${enable_languages}" = xyes;
2230        then
2231       echo configure.in: --enable-languages needs at least one language argument 1>&2
2232       exit 1
2233     fi
2234   fi
2235   enable_languages=`echo "${enable_languages}" | sed -e 's/[    ,][     ,]*/,/g' -e 's/,$//'`
2236
2237   # First scan to see if an enabled language requires some other language.
2238   # We assume that a given config-lang.in will list all the language
2239   # front ends it requires, even if some are required indirectly.
2240   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2241     case ${lang_frag} in
2242       ..) ;;
2243       # The odd quoting in the next line works around
2244       # an apparent bug in bash 1.12 on linux.
2245       ${srcdir}/gcc/[*]/config-lang.in) ;;
2246       *)
2247         # From the config-lang.in, get $language, $lang_requires
2248         language=
2249         lang_requires=
2250         . ${lang_frag}
2251         for other in ${lang_requires} ; do
2252           case ,${enable_languages}, in
2253             *,$other,*) ;;
2254             *,all,*) ;;
2255             *,$language,*)
2256               echo " \`$other' language required by \`$language'; enabling" 1>&2
2257               enable_languages="${enable_languages},${other}"
2258               ;;
2259           esac
2260         done
2261         ;;
2262     esac
2263   done
2264
2265   new_enable_languages=c
2266   missing_languages=`echo ",$enable_languages," | sed -e s/,all,/,/ -e s/,c,/,/ `
2267
2268   for lang_frag in ${srcdir}/gcc/*/config-lang.in .. ; do
2269     case ${lang_frag} in
2270       ..) ;;
2271       # The odd quoting in the next line works around
2272       # an apparent bug in bash 1.12 on linux.
2273       ${srcdir}/gcc/[*]/config-lang.in) ;;
2274       *)
2275         # From the config-lang.in, get $language, $target_libs, 
2276         # $lang_dirs, $boot_language, and $build_by_default
2277         language=
2278         target_libs=
2279         lang_dirs=
2280         boot_language=
2281         build_by_default=
2282         . ${lang_frag}
2283         # This is quite sensitive to the ordering of the case statement arms.
2284         case ,${enable_languages},:${language}:${have_gnat}:${build_by_default} in
2285           *::*:*)
2286             echo "${lang_frag} doesn't set \$language." 1>&2
2287             exit 1
2288             ;;
2289           *:ada:no:*)
2290             # Ada was requested with no preexisting GNAT.  Disable unconditionally.
2291             add_this_lang=no
2292             ;;
2293           *,${language},*:*:*:*)
2294             # Language was explicitly selected; include it.
2295             add_this_lang=yes
2296             ;;
2297           *,all,*:*:*:no)
2298             # 'all' was selected, but this is not a default language
2299             # so do not include it.
2300             add_this_lang=no
2301             ;;
2302           *,all,*:*:*:*)
2303             # 'all' was selected and this is a default language; include it.
2304             add_this_lang=yes
2305             ;;
2306           *)
2307             add_this_lang=no
2308             ;;
2309         esac
2310         case $add_this_lang in
2311           no)
2312             # Remove language-dependent dirs.
2313             eval noconfigdirs='"$noconfigdirs "'\"$target_libs $lang_dirs\"
2314             ;;
2315           *)
2316             new_enable_languages="$new_enable_languages,$language"
2317             missing_languages=`echo "$missing_languages" | sed "s/,$language,/,/"`
2318             case ${boot_language} in
2319               yes)
2320                 # Add to (comma-separated) list of stage 1 languages.
2321                 stage1_languages="${stage1_languages},${language}"
2322                 ;;
2323             esac
2324             ;;
2325         esac
2326         ;;
2327     esac
2328   done
2329
2330   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
2331   if test "x$missing_languages" != x; then
2332     { echo "configure: error: 
2333 The following requested languages were not found: ${missing_languages}" 1>&2; exit 1; }
2334   fi
2335
2336   if test "x$new_enable_languages" != "x$enable_languages"; then
2337     echo The following languages will be built: ${new_enable_languages}
2338   fi
2339   enable_languages="$new_enable_languages"
2340   ac_configure_args=`echo " $ac_configure_args" | sed -e 's/ --enable-languages=[^ ]*//' -e 's/$/ --enable-languages='"$enable_languages"/ `
2341 fi
2342
2343 # Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
2344 # $target_configdirs.
2345 # If we have the source for $noconfigdirs entries, add them to $notsupp.
2346
2347 notsupp=""
2348 for dir in . $skipdirs $noconfigdirs ; do
2349   dirname=`echo $dir | sed -e s/target-//g`
2350   if test $dir != .  && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2351     configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
2352     if test -r $srcdir/$dirname/configure ; then
2353       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2354         true
2355       else
2356         notsupp="$notsupp $dir"
2357       fi
2358     fi
2359   fi
2360   if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2361     target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2362     if test -r $srcdir/$dirname/configure ; then
2363       if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2364         true
2365       else
2366         notsupp="$notsupp $dir"
2367       fi
2368     fi
2369   fi
2370 done
2371
2372 # Sometimes the tools are distributed with libiberty but with no other
2373 # libraries.  In that case, we don't want to build target-libiberty.
2374 if test -n "${target_configdirs}" ; then
2375   others=
2376   for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
2377     if test "$i" != "libiberty" ; then
2378       if test -r $srcdir/$i/configure ; then
2379         others=yes;
2380         break;
2381       fi
2382     fi
2383   done
2384   if test -z "${others}" ; then
2385     target_configdirs=
2386   fi
2387 fi
2388
2389 # Quietly strip out all directories which aren't configurable in this tree.
2390 # This relies on all configurable subdirectories being autoconfiscated, which
2391 # is now the case.
2392 configdirs_all="$configdirs"
2393 configdirs=
2394 for i in ${configdirs_all} ; do
2395   if test -f ${srcdir}/$i/configure ; then
2396     configdirs="${configdirs} $i"
2397   fi
2398 done
2399 target_configdirs_all="$target_configdirs"
2400 target_configdirs=
2401 for i in ${target_configdirs_all} ; do
2402   j=`echo $i | sed -e s/target-//g` 
2403   if test -f ${srcdir}/$j/configure ; then
2404     target_configdirs="${target_configdirs} $i"
2405   fi
2406 done
2407
2408 # Produce a warning message for the subdirs we can't configure.
2409 # This isn't especially interesting in the Cygnus tree, but in the individual
2410 # FSF releases, it's important to let people know when their machine isn't
2411 # supported by the one or two programs in a package.
2412
2413 if test -n "${notsupp}" && test -z "${norecursion}" ; then
2414   # If $appdirs is non-empty, at least one of those directories must still
2415   # be configured, or we error out.  (E.g., if the gas release supports a
2416   # specified target in some subdirs but not the gas subdir, we shouldn't
2417   # pretend that all is well.)
2418   if test -n "$appdirs" ; then
2419     for dir in $appdirs ; do
2420       if test -r $dir/Makefile.in ; then
2421         if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2422           appdirs=""
2423           break
2424         fi
2425         if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2426           appdirs=""
2427           break
2428         fi
2429       fi
2430     done
2431     if test -n "$appdirs" ; then
2432       echo "*** This configuration is not supported by this package." 1>&2
2433       exit 1
2434     fi
2435   fi
2436   # Okay, some application will build, or we don't care to check.  Still
2437   # notify of subdirs not getting built.
2438   echo "*** This configuration is not supported in the following subdirectories:" 1>&2
2439   echo "    ${notsupp}" 1>&2
2440   echo "    (Any other directories should still work fine.)" 1>&2
2441 fi
2442
2443 case "$host" in
2444   *msdosdjgpp*)
2445     enable_gdbtk=no ;;
2446 esac
2447
2448 copy_dirs=
2449
2450 # Handle --with-headers=XXX.  If the value is not "yes", the contents of
2451 # the named directory are copied to $(tooldir)/sys-include.
2452 if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
2453   if test x${is_cross_compiler} = xno ; then
2454     echo 1>&2 '***' --with-headers is only supported when cross compiling
2455     exit 1
2456   fi
2457   if test x"${with_headers}" != xyes ; then
2458     case "${exec_prefixoption}" in
2459     "") x=${prefix} ;;
2460     *) x=${exec_prefix} ;;
2461     esac
2462     copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
2463   fi
2464 fi
2465
2466 # Handle --with-libs=XXX.  If the value is not "yes", the contents of
2467 # the name directories are copied to $(tooldir)/lib.  Multiple directories
2468 # are permitted.
2469 if test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
2470   if test x${is_cross_compiler} = xno ; then
2471     echo 1>&2 '***' --with-libs is only supported when cross compiling
2472     exit 1
2473   fi
2474   if test x"${with_libs}" != xyes ; then
2475     # Copy the libraries in reverse order, so that files in the first named
2476     # library override files in subsequent libraries.
2477     case "${exec_prefixoption}" in
2478     "") x=${prefix} ;;
2479     *) x=${exec_prefix} ;;
2480     esac
2481     for l in ${with_libs}; do
2482       copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
2483     done
2484   fi
2485 fi
2486
2487 # Handle ${copy_dirs}
2488 set fnord ${copy_dirs}
2489 shift
2490 while test $# != 0 ; do
2491   if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
2492     :
2493   else
2494     echo Copying $1 to $2
2495
2496     # Use the install script to create the directory and all required
2497     # parent directories.
2498     if test -d $2 ; then
2499       :
2500     else
2501       echo >config.temp
2502       ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
2503     fi
2504
2505     # Copy the directory, assuming we have tar.
2506     # FIXME: Should we use B in the second tar?  Not all systems support it.
2507     (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
2508
2509     # It is the responsibility of the user to correctly adjust all
2510     # symlinks.  If somebody can figure out how to handle them correctly
2511     # here, feel free to add the code.
2512
2513     echo $1 > $2/COPIED
2514   fi
2515   shift; shift
2516 done
2517
2518 extra_arflags_for_target=
2519 extra_nmflags_for_target=
2520 extra_ranlibflags_for_target=
2521 target_makefile_frag=/dev/null
2522 case "${target}" in
2523   i[3456789]86-*-netware*)
2524     target_makefile_frag="config/mt-netware"
2525     ;;
2526   powerpc-*-netware*)
2527     target_makefile_frag="config/mt-netware"
2528     ;;
2529   *-*-linux*)
2530     target_makefile_frag="config/mt-linux"
2531     ;;
2532   *-*-aix4.[3456789]* | *-*-aix[56789].*)
2533     # nm and ar from AIX 4.3 and above require -X32_64 flag to all ar and nm 
2534     # commands to handle both 32-bit and 64-bit objects.  These flags are
2535     # harmless if we're using GNU nm or ar.
2536     extra_arflags_for_target=" -X32_64"
2537     extra_nmflags_for_target=" -B -X32_64"
2538     ;;
2539   *-*-darwin*)
2540     # ranlib from Darwin requires the -c flag to look at common symbols.
2541     extra_ranlibflags_for_target=" -c"
2542     ;;
2543   mips*-*-pe | sh*-*-pe | *arm-wince-pe)
2544     target_makefile_frag="config/mt-wince"
2545     ;;
2546 esac
2547
2548 alphaieee_frag=/dev/null
2549 case $target in
2550   alpha*-*-*)
2551     # This just makes sure to use the -mieee option to build target libs.
2552     # This should probably be set individually by each library.
2553     alphaieee_frag="config/mt-alphaieee"
2554     ;;
2555 esac
2556
2557 # If --enable-target-optspace always use -Os instead of -O2 to build
2558 # the target libraries, similarly if it is not specified, use -Os
2559 # on selected platforms.
2560 ospace_frag=/dev/null
2561 case "${enable_target_optspace}:${target}" in
2562   yes:*)
2563     ospace_frag="config/mt-ospace"
2564     ;;
2565   :d30v-*)
2566     ospace_frag="config/mt-d30v"
2567     ;;
2568   :m32r-* | :d10v-* | :fr30-*)
2569     ospace_frag="config/mt-ospace"
2570     ;;
2571   no:* | :*)
2572     ;;
2573   *)
2574     echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2
2575     ;;
2576 esac
2577
2578 # Set with_gnu_as and with_gnu_ld as appropriate.
2579 #
2580 # This is done by determining whether or not the appropriate directory
2581 # is available, and by checking whether or not specific configurations
2582 # have requested that this magic not happen.
2583
2584 # The command line options always override the explicit settings in 
2585 # configure.in, and the settings in configure.in override this magic.
2586 #
2587 # If the default for a toolchain is to use GNU as and ld, and you don't 
2588 # want to do that, then you should use the --without-gnu-as and
2589 # --without-gnu-ld options for the configure script.
2590
2591 if test x${use_gnu_as} = x &&
2592    echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 ; then
2593   with_gnu_as=yes
2594   extra_host_args="$extra_host_args --with-gnu-as"
2595 fi
2596
2597 if test x${use_gnu_ld} = x &&
2598    echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 ; then
2599   with_gnu_ld=yes
2600   extra_host_args="$extra_host_args --with-gnu-ld"
2601 fi
2602
2603 # If using newlib, add --with-newlib to the extra_host_args so that gcc/configure
2604 # can detect this case.
2605
2606 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target-newlib " > /dev/null 2>&1 ; then
2607   with_newlib=yes
2608   extra_host_args="$extra_host_args --with-newlib"
2609 fi
2610
2611
2612 # Default to using --with-stabs for certain targets.
2613 if test x${with_stabs} = x ; then
2614   case "${target}" in
2615   mips*-*-irix[56]*)
2616     ;;
2617   mips*-*-* | alpha*-*-osf*)
2618     with_stabs=yes;
2619     extra_host_args="${extra_host_args} --with-stabs"
2620     ;;
2621   esac
2622 fi
2623
2624 # hpux11 in 64bit mode has libraries in a weird place.  Arrange to find
2625 # them automatically.
2626 case "${host}" in
2627   hppa*64*-*-hpux11*)   
2628     extra_host_args="$extra_host_args -x-libraries=/usr/lib/pa20_64 -x-includes=/usr/X11R6/include"
2629     ;;
2630 esac
2631
2632 # Some systems (e.g., one of the i386-aix systems the gas testers are
2633 # using) don't handle "\$" correctly, so don't use it here.
2634 tooldir='${exec_prefix}'/${target_alias}
2635 build_tooldir=${tooldir}
2636
2637 # Generate default definitions for YACC, M4, LEX.  These are used if the
2638 # Makefile can't locate these programs in objdir.
2639 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
2640 for ac_prog in 'bison -y' byacc yacc
2641 do
2642 # Extract the first word of "$ac_prog", so it can be a program name with args.
2643 set dummy $ac_prog; ac_word=$2
2644 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2645 echo "configure:2646: checking for $ac_word" >&5
2646 if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_YACC'+set}'`\" = set"; then
2647   echo $ac_n "(cached) $ac_c" 1>&6
2648 else
2649   if test -n "$DEFAULT_YACC"; then
2650   ac_cv_prog_DEFAULT_YACC="$DEFAULT_YACC" # Let the user override the test.
2651 else
2652   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2653   ac_dummy="$PATH"
2654   for ac_dir in $ac_dummy; do
2655     test -z "$ac_dir" && ac_dir=.
2656     if test -f $ac_dir/$ac_word; then
2657       ac_cv_prog_DEFAULT_YACC="$ac_prog"
2658       break
2659     fi
2660   done
2661   IFS="$ac_save_ifs"
2662 fi
2663 fi
2664 DEFAULT_YACC="$ac_cv_prog_DEFAULT_YACC"
2665 if test -n "$DEFAULT_YACC"; then
2666   echo "$ac_t""$DEFAULT_YACC" 1>&6
2667 else
2668   echo "$ac_t""no" 1>&6
2669 fi
2670
2671 test -n "$DEFAULT_YACC" && break
2672 done
2673 test -n "$DEFAULT_YACC" || DEFAULT_YACC="$MISSING bison"
2674
2675 for ac_prog in gm4 gnum4 m4
2676 do
2677 # Extract the first word of "$ac_prog", so it can be a program name with args.
2678 set dummy $ac_prog; ac_word=$2
2679 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2680 echo "configure:2681: checking for $ac_word" >&5
2681 if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_M4'+set}'`\" = set"; then
2682   echo $ac_n "(cached) $ac_c" 1>&6
2683 else
2684   if test -n "$DEFAULT_M4"; then
2685   ac_cv_prog_DEFAULT_M4="$DEFAULT_M4" # Let the user override the test.
2686 else
2687   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2688   ac_dummy="$PATH"
2689   for ac_dir in $ac_dummy; do
2690     test -z "$ac_dir" && ac_dir=.
2691     if test -f $ac_dir/$ac_word; then
2692       ac_cv_prog_DEFAULT_M4="$ac_prog"
2693       break
2694     fi
2695   done
2696   IFS="$ac_save_ifs"
2697 fi
2698 fi
2699 DEFAULT_M4="$ac_cv_prog_DEFAULT_M4"
2700 if test -n "$DEFAULT_M4"; then
2701   echo "$ac_t""$DEFAULT_M4" 1>&6
2702 else
2703   echo "$ac_t""no" 1>&6
2704 fi
2705
2706 test -n "$DEFAULT_M4" && break
2707 done
2708 test -n "$DEFAULT_M4" || DEFAULT_M4="$MISSING m4"
2709
2710 for ac_prog in flex lex
2711 do
2712 # Extract the first word of "$ac_prog", so it can be a program name with args.
2713 set dummy $ac_prog; ac_word=$2
2714 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2715 echo "configure:2716: checking for $ac_word" >&5
2716 if eval "test \"`echo '$''{'ac_cv_prog_DEFAULT_LEX'+set}'`\" = set"; then
2717   echo $ac_n "(cached) $ac_c" 1>&6
2718 else
2719   if test -n "$DEFAULT_LEX"; then
2720   ac_cv_prog_DEFAULT_LEX="$DEFAULT_LEX" # Let the user override the test.
2721 else
2722   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2723   ac_dummy="$PATH"
2724   for ac_dir in $ac_dummy; do
2725     test -z "$ac_dir" && ac_dir=.
2726     if test -f $ac_dir/$ac_word; then
2727       ac_cv_prog_DEFAULT_LEX="$ac_prog"
2728       break
2729     fi
2730   done
2731   IFS="$ac_save_ifs"
2732 fi
2733 fi
2734 DEFAULT_LEX="$ac_cv_prog_DEFAULT_LEX"
2735 if test -n "$DEFAULT_LEX"; then
2736   echo "$ac_t""$DEFAULT_LEX" 1>&6
2737 else
2738   echo "$ac_t""no" 1>&6
2739 fi
2740
2741 test -n "$DEFAULT_LEX" && break
2742 done
2743 test -n "$DEFAULT_LEX" || DEFAULT_LEX="$MISSING flex"
2744
2745
2746 # Create a .gdbinit file which runs the one in srcdir
2747 # and tells GDB to look there for source files.
2748
2749 if test -r ${srcdir}/.gdbinit ; then
2750   case ${srcdir} in
2751     .) ;;
2752     *) cat > ./.gdbinit <<EOF
2753 # ${NO_EDIT}
2754 dir ${srcdir}
2755 dir .
2756 source ${srcdir}/.gdbinit
2757 EOF
2758     ;;
2759   esac
2760 fi
2761
2762 # Make sure that the compiler is able to generate an executable.  If it
2763 # can't, we are probably in trouble.  We don't care whether we can run the
2764 # executable--we might be using a cross compiler--we only care whether it
2765 # can be created.  At this point the main configure script has set CC.
2766 we_are_ok=no
2767 echo "int main () { return 0; }" > conftest.c
2768 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
2769 if test $? = 0 ; then
2770   if test -s conftest || test -s conftest.exe ; then
2771     we_are_ok=yes
2772   fi
2773 fi 
2774 case $we_are_ok in
2775   no)
2776     echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
2777     echo 1>&2 "*** You must set the environment variable CC to a working compiler."
2778     rm -f conftest*
2779     exit 1
2780     ;;
2781 esac
2782 rm -f conftest*
2783
2784 # The Solaris /usr/ucb/cc compiler does not appear to work.
2785 case "${host}" in
2786   sparc-sun-solaris2*)
2787       CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
2788       if test "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ; then
2789           could_use=
2790           test -d /opt/SUNWspro/bin && could_use="/opt/SUNWspro/bin"
2791           if test -d /opt/cygnus/bin ; then
2792               if test "$could_use" = "" ; then
2793                   could_use="/opt/cygnus/bin"
2794               else
2795                   could_use="$could_use or /opt/cygnus/bin"
2796               fi
2797           fi
2798         if test "$could_use" = "" ; then
2799             echo "Warning: compilation may fail because you're using"
2800             echo "/usr/ucb/cc.  You should change your PATH or CC "
2801             echo "variable and rerun configure."
2802         else
2803             echo "Warning: compilation may fail because you're using"
2804             echo "/usr/ucb/cc, when you should use the C compiler from"
2805             echo "$could_use.  You should change your"
2806             echo "PATH or CC variable and rerun configure."
2807         fi
2808       fi
2809   ;;
2810 esac
2811
2812 # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
2813 # binutils tools will find libbfd.so.
2814 case "${enable_shared}" in
2815   no | "") SET_LIB_PATH= ;;
2816   *) SET_LIB_PATH="\$(REALLY_SET_LIB_PATH)" ;;
2817 esac
2818
2819 case "${host}" in
2820   *-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
2821   *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
2822 esac
2823
2824 # Record target_configdirs and the configure arguments for target and
2825 # build configuration in Makefile.
2826 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
2827
2828 # This is the final value for target_configdirs.  configdirs already
2829 # has its final value, as does build_modules.  It's time to create some 
2830 # lists of valid targets.
2831
2832 all_build_modules=
2833 configure_build_modules=
2834 for module in ${build_modules} ; do
2835   all_build_modules=all-build-${module}
2836   configure_build_modules=configure-build-${module}
2837 done
2838
2839 # Determine whether gdb needs tk/tcl or not.
2840 # Use 'maybe' since enable_gdbtk might be true even if tk isn't available
2841 # and in that case we want gdb to be built without tk.  Ugh!
2842 # In fact I believe gdb is the *only* package directly dependent on tk,
2843 # so we should be able to put the 'maybe's in unconditionally and
2844 # leave out the maybe dependencies when enable_gdbtk is false.  I'm not
2845 # 100% sure that that's safe though.
2846
2847 gdb_tk="maybe-all-tcl maybe-all-tk maybe-all-itcl maybe-all-tix maybe-all-libgui"
2848 case "$enable_gdbtk" in
2849   no)
2850     GDB_TK="" ;;
2851   yes)
2852     GDB_TK="${gdb_tk}" ;;
2853   *)
2854     # Only add the dependency on gdbtk when GDBtk is part of the gdb
2855     # distro.  Eventually someone will fix this and move Insight, nee
2856     # gdbtk to a separate directory.
2857     if test -d ${srcdir}/gdb/gdbtk ; then
2858       GDB_TK="${gdb_tk}"
2859     else
2860       GDB_TK=""
2861     fi
2862     ;;
2863 esac
2864
2865 # Create the 'maybe dependencies'.  This uses a temporary file.
2866
2867 # While at that, we remove Makefiles if we were started for recursive
2868 # configuration, so that the top-level Makefile reconfigures them,
2869 # like we used to do when configure itself was recursive.
2870 rm -f maybedep.tmp
2871 echo '# maybedep.tmp' > maybedep.tmp
2872
2873 # Make-targets which may need maybe dependencies.
2874 mts="configure all install check clean distclean dvi info install-info"
2875 mts="${mts} installcheck mostlyclean maintainer-clean TAGS"
2876
2877 # Loop over modules and make-targets.
2878 for module in ${build_modules} ; do
2879   if test -z "${no_recursion}" \
2880      && test -f ${build_subdir}/${module}/Makefile; then
2881     echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure"
2882     rm -f ${build_subdir}/${module}/Makefile
2883   fi
2884   for mt in ${mts} ; do
2885     case ${mt} in
2886       install) ;; # No installing build modules.
2887       *) echo "maybe-${mt}-build-${module}: ${mt}-build-${module}" >> maybedep.tmp ;;
2888     esac
2889   done
2890 done
2891 for module in ${configdirs} ; do
2892   if test -z "${no_recursion}" \
2893      && test -f ${module}/Makefile; then
2894     echo 1>&2 "*** removing ${module}/Makefile to force reconfigure"
2895     rm -f ${module}/Makefile
2896   fi
2897   for mt in ${mts} ; do
2898     echo "maybe-${mt}-${module}: ${mt}-${module}" >> maybedep.tmp
2899   done
2900 done
2901 for module in ${target_configdirs} ; do
2902   if test -z "${no_recursion}" \
2903      && test -f ${target_subdir}/${module}/Makefile; then
2904     echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure"
2905     rm -f ${target_subdir}/${module}/Makefile
2906   fi
2907   for mt in ${mts} ; do
2908     echo "maybe-${mt}-target-${module}: ${mt}-target-${module}" >> maybedep.tmp
2909   done
2910 done
2911 maybe_dependencies=maybedep.tmp
2912
2913
2914 # Create the serialization dependencies.  This uses a temporary file.
2915
2916 # Check whether --enable-serial-configure or --disable-serial-configure was given.
2917 if test "${enable_serial_configure+set}" = set; then
2918   enableval="$enable_serial_configure"
2919   :
2920 fi
2921
2922
2923 case ${enable_serial_configure} in
2924   yes)
2925     enable_serial_build_configure=yes
2926     enable_serial_host_configure=yes
2927     enable_serial_target_configure=yes
2928     ;;
2929 esac
2930
2931 # These force 'configure's to be done one at a time, to avoid problems
2932 # with contention over a shared config.cache.
2933 rm -f serdep.tmp
2934 echo '# serdep.tmp' > serdep.tmp
2935 olditem=
2936 test "x${enable_serial_build_configure}" = xyes &&
2937 for item in ${build_configdirs} ; do
2938   case ${olditem} in
2939     "") ;;
2940     *) echo "configure-build-${item}: configure-build-${olditem}" >> serdep.tmp ;;
2941   esac
2942   olditem=${item}
2943 done
2944 olditem=
2945 test "x${enable_serial_host_configure}" = xyes &&
2946 for item in ${configdirs} ; do
2947   case ${olditem} in
2948     "") ;;
2949     *) echo "configure-${item}: configure-${olditem}" >> serdep.tmp ;;
2950   esac
2951   olditem=${item}
2952 done
2953 olditem=
2954 test "x${enable_serial_target_configure}" = xyes &&
2955 for item in ${target_configdirs} ; do
2956   case ${olditem} in
2957     "") ;;
2958     *) echo "configure-target-${item}: configure-target-${olditem}" >> serdep.tmp ;;
2959   esac
2960   olditem=${item}
2961 done
2962 serialization_dependencies=serdep.tmp
2963
2964
2965 # Base args.  Strip norecursion, cache-file, srcdir, host, build,
2966 # target and nonopt.  These are the ones we might not want to pass
2967 # down to subconfigures.  Also strip program-prefix, program-suffix,
2968 # and program-transform-name, so that we can pass down a consistent
2969 # program-transform-name.  If autoconf has put single quotes around
2970 # any of these arguments (because they contain shell metacharacters)
2971 # then this will fail; in practice this only happens for
2972 # --program-transform-name, so be sure to override --program-transform-name
2973 # at the end of the argument list.
2974 # These will be expanded by make, so quote '$'.
2975 cat <<\EOF_SED > conftestsed
2976 s/ --no[^ ]*/ /g
2977 s/ --c[a-z-]*[= ][^ ]*//g
2978 s/ --sr[a-z-]*[= ][^ ]*//g
2979 s/ --ho[a-z-]*[= ][^ ]*//g
2980 s/ --bu[a-z-]*[= ][^ ]*//g
2981 s/ --t[a-z-]*[= ][^ ]*//g
2982 s/ --program-[pst][a-z-]*[= ][^ ]*//g
2983 s/ -cache-file[= ][^ ]*//g
2984 s/ -srcdir[= ][^ ]*//g
2985 s/ -host[= ][^ ]*//g
2986 s/ -build[= ][^ ]*//g
2987 s/ -target[= ][^ ]*//g
2988 s/ -program-prefix[= ][^ ]*//g
2989 s/ -program-suffix[= ][^ ]*//g
2990 s/ -program-transform-name[= ][^ ]*//g
2991 s/ [^' -][^ ]* / /
2992 s/^ *//;s/ *$//
2993 s,\$,$$,g
2994 EOF_SED
2995 sed -f conftestsed <<EOF_SED > conftestsed.out
2996  ${ac_configure_args} 
2997 EOF_SED
2998 baseargs=`cat conftestsed.out`
2999 rm -f conftestsed conftestsed.out
3000
3001 # Add in --program-transform-name, after --program-prefix and
3002 # --program-suffix have been applied to it.  Autoconf has already
3003 # doubled dollar signs and backslashes in program_transform_name; we want
3004 # the backslashes un-doubled, and then the entire thing wrapped in single
3005 # quotes, because this will be expanded first by make and then by the shell. 
3006 # Also, because we want to override the logic in subdir configure scripts to
3007 # choose program_transform_name, replace any s,x,x, with s,y,y,.
3008 sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED > conftestsed.out
3009 ${program_transform_name}
3010 EOF_SED
3011 gcc_transform_name=`cat conftestsed.out`
3012 rm -f conftestsed.out
3013 baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
3014
3015 # For the build-side libraries, we just need to pretend we're native,
3016 # and not use the same cache file.  Multilibs are neither needed nor
3017 # desired.
3018 build_configargs="--cache-file=../config.cache --build=${build_alias} --host=${build_alias} ${baseargs}"
3019
3020 # For host modules, accept cache file option, or specification as blank.
3021 case "${cache_file}" in
3022 "") # empty
3023   cache_file_option="" ;;
3024 /* | [A-Za-z]:[\\/]* ) # absolute path
3025   cache_file_option="--cache-file=${cache_file}" ;;
3026 *) # relative path
3027   cache_file_option="--cache-file=../${cache_file}" ;;
3028 esac
3029
3030 # Host dirs don't like to share a cache file either, horribly enough.
3031 # This seems to be due to autoconf 2.5x stupidity.
3032 host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
3033
3034 target_configargs=${baseargs}
3035
3036 # Passing a --with-cross-host argument lets the target libraries know
3037 # whether they are being built with a cross-compiler or being built
3038 # native.  However, it would be better to use other mechanisms to make the
3039 # sorts of decisions they want to make on this basis.  Please consider
3040 # this option to be deprecated.  FIXME.
3041 if test x${is_cross_compiler} = xyes ; then
3042   target_configargs="--with-cross-host=${host_alias} ${target_configargs}"
3043 fi
3044
3045 # Default to --enable-multilib.
3046 if test x${enable_multilib} = x ; then
3047   target_configargs="--enable-multilib ${target_configargs}"
3048 fi
3049
3050 # Pass --with-newlib if appropriate.  Note that target_configdirs has
3051 # changed from the earlier setting of with_newlib.
3052 if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " newlib " > /dev/null 2>&1 && test -d ${srcdir}/newlib ; then
3053   target_configargs="--with-newlib ${target_configargs}"
3054 fi
3055
3056 # Different target subdirs use different values of certain variables
3057 # (notably CXX).  Worse, multilibs use *lots* of different values.
3058 # Worse yet, autoconf 2.5x makes some of these 'precious', meaning that
3059 # it doesn't automatically accept command-line overrides of them.
3060 # This means it's not safe for target subdirs to share a cache file,
3061 # which is disgusting, but there you have it.  Hopefully this can be
3062 # fixed in future.  It's still worthwhile to use a cache file for each
3063 # directory.  I think.
3064
3065 # Pass the appropriate --host, --build, and --cache-file arguments.
3066 target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
3067
3068 # provide a proper gxx_include_dir.
3069 # Note, if you change the default, make sure to fix both here and in
3070 # the gcc and libstdc++-v3 subdirectories.
3071 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
3072 case "${with_gxx_include_dir}" in
3073   yes)
3074     { echo "configure: error: --with-gxx-include-dir=[dir] requires a directory" 1>&2; exit 1; }
3075     ;;
3076   no | "")
3077     case "${enable_version_specific_runtime_libs}" in
3078       yes) gxx_include_dir='${libsubdir}/include/c++' ;;
3079       *)
3080         . ${srcdir}/config.if
3081         gxx_include_dir='${prefix}/include/'${libstdcxx_incdir} ;;
3082     esac ;;
3083   *) gxx_include_dir=${with_gxx_include_dir} ;;
3084 esac
3085
3086 FLAGS_FOR_TARGET=
3087 case " $target_configdirs " in
3088  *" newlib "*)
3089   case " $target_configargs " in
3090   *" --with-newlib "*)
3091    case "$target" in
3092    *-cygwin*)
3093      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' ;;
3094    esac
3095
3096    # If we're not building GCC, don't discard standard headers.
3097    if test -d ${srcdir}/gcc; then
3098      FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -nostdinc'
3099
3100      if test "${build}" != "${host}"; then
3101        # On Canadian crosses, CC_FOR_TARGET will have already been set
3102        # by `configure', so we won't have an opportunity to add -Bgcc/
3103        # to it.  This is right: we don't want to search that directory
3104        # for binaries, but we want the header files in there, so add
3105        # them explicitly.
3106        FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/gcc/include'
3107
3108        # Someone might think of using the pre-installed headers on
3109        # Canadian crosses, in case the installed compiler is not fully
3110        # compatible with the compiler being built.  In this case, it
3111        # would be better to flag an error than risking having
3112        # incompatible object files being constructed.  We can't
3113        # guarantee that an error will be flagged, but let's hope the
3114        # compiler will do it, when presented with incompatible header
3115        # files.
3116      fi
3117    fi
3118
3119    case "${target}-${is_cross_compiler}" in
3120    i[3456789]86-*-linux*-no)
3121       # Here host == target, so we don't need to build gcc,
3122       # so we don't want to discard standard headers.
3123       FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'`
3124       ;;
3125    *)
3126       # If we're building newlib, use its generic headers last, but search
3127       # for any libc-related directories first (so make it the last -B
3128       # switch).
3129       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/ -isystem $$r/$(TARGET_SUBDIR)/newlib/targ-include -isystem $$s/newlib/libc/include'
3130       ;;
3131    esac
3132    ;;
3133   esac
3134   ;;
3135 esac
3136
3137 # Allow the user to override the flags for
3138 # our build compiler if desired.
3139 CFLAGS_FOR_BUILD=${CFLAGS_FOR_BUILD-${CFLAGS}}
3140
3141 # On Canadian crosses, we'll be searching the right directories for
3142 # the previously-installed cross compiler, so don't bother to add
3143 # flags for directories within the install tree of the compiler
3144 # being built; programs in there won't even run.
3145 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
3146   # Search for pre-installed headers if nothing else fits.
3147   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
3148 fi
3149
3150 if test "x${use_gnu_ld}" = x &&
3151    echo " ${configdirs} " | grep " ld " > /dev/null ; then
3152   # Arrange for us to find uninstalled linker scripts.
3153   FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/ld'
3154 fi
3155
3156 if test "x${CC_FOR_TARGET+set}" = xset; then
3157   :
3158 elif test -d ${srcdir}/gcc; then
3159   CC_FOR_TARGET='$$r/gcc/xgcc -B$$r/gcc/'
3160 elif test "$host" = "$target"; then
3161   CC_FOR_TARGET='$(CC)'
3162 else
3163   CC_FOR_TARGET=`echo gcc | sed "${program_transform_name}"`
3164 fi
3165 CC_FOR_TARGET=$CC_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3166
3167 if test "x${GCJ_FOR_TARGET+set}" = xset; then
3168   :
3169 elif test -d ${srcdir}/gcc; then
3170   GCJ_FOR_TARGET='$$r/gcc/gcj -B$$r/gcc/'
3171 elif test "$host" = "$target"; then
3172   GCJ_FOR_TARGET='gcj'
3173 else
3174   GCJ_FOR_TARGET=`echo gcj | sed "${program_transform_name}"`
3175 fi
3176 GCJ_FOR_TARGET=$GCJ_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3177
3178 # Don't use libstdc++-v3's flags to configure/build itself.
3179 libstdcxx_flags='`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'
3180 raw_libstdcxx_flags='-L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
3181
3182 if test "x${CXX_FOR_TARGET+set}" = xset; then
3183   if test "x${RAW_CXX_FOR_TARGET+set}" != xset; then
3184     RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3185   fi
3186 elif test -d ${srcdir}/gcc; then
3187   # We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
3188   # of g++ for linking C++ or Java, because g++ has -shared-libgcc by
3189   # default whereas gcc does not.
3190   # RAW_CXX_FOR_TARGET is for linking C++ or java; CXX_FOR_TARGET is for
3191   # all other cases.
3192   CXX_FOR_TARGET='$$r/gcc/g++ -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
3193   RAW_CXX_FOR_TARGET='$$r/gcc/xgcc -shared-libgcc -B$$r/gcc/ -nostdinc++ '$raw_libstdcxx_flags
3194 elif test "$host" = "$target"; then
3195   CXX_FOR_TARGET='$(CXX)'
3196   RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3197 else
3198   CXX_FOR_TARGET=`echo c++ | sed "${program_transform_name}"`
3199   RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
3200 fi
3201 CXX_FOR_TARGET=$CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3202 RAW_CXX_FOR_TARGET=$RAW_CXX_FOR_TARGET' $(FLAGS_FOR_TARGET)'
3203
3204 qCXX_FOR_TARGET=`echo "$CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3205 qRAW_CXX_FOR_TARGET=`echo "$RAW_CXX_FOR_TARGET" | sed 's,[&%],\\\&,g'`
3206
3207 # We want to defer the evaluation of `cmd`s and shell variables in
3208 # CXX_FOR_TARGET when recursing in the top-level Makefile, such as for
3209 # bootstrap.  We'll enclose CXX_FOR_TARGET_FOR_RECURSIVE_MAKE in single
3210 # quotes, but we still have to duplicate `$'s so that shell variables
3211 # can be expanded by the nested make as shell variables, not as make
3212 # macros.
3213 qqCXX_FOR_TARGET=`echo "$qCXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3214 qqRAW_CXX_FOR_TARGET=`echo "$qRAW_CXX_FOR_TARGET" | sed -e 's,[$][$],$$$$,g'`
3215
3216 # Wrap CC_FOR_TARGET and friends, for certain types of builds.
3217 CC_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${CC_FOR_TARGET}"
3218 GCJ_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${GCJ_FOR_TARGET}"
3219 CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qCXX_FOR_TARGET}"
3220 RAW_CXX_FOR_TARGET="\$(STAGE_CC_WRAPPER) ${qRAW_CXX_FOR_TARGET}"
3221 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqCXX_FOR_TARGET}"
3222 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE="\$(STAGE_CC_WRAPPER) ${qqRAW_CXX_FOR_TARGET}"
3223
3224 # Makefile fragments.
3225 host_makefile_frag=${srcdir}/${host_makefile_frag}
3226 target_makefile_frag=${srcdir}/${target_makefile_frag}
3227 alphaieee_frag=${srcdir}/${alphaieee_frag}
3228 ospace_frag=${srcdir}/${ospace_frag}
3229
3230
3231
3232
3233
3234 # Miscellanea: directories, flags, etc.
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247 # Build module lists & subconfigure args.
3248
3249
3250
3251
3252 # Host module lists & subconfigure args.
3253
3254
3255
3256 # Target module lists & subconfigure args.
3257
3258
3259
3260 # Build tools.
3261
3262
3263
3264
3265
3266
3267
3268 # Host tools.
3269 ncn_tool_prefix=
3270 test -n "$host_alias" && ncn_tool_prefix=$host_alias-
3271 ncn_target_tool_prefix=
3272 test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
3273
3274  if test -n "$ncn_tool_prefix"; then
3275   # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
3276 set dummy ${ncn_tool_prefix}ar; ac_word=$2
3277 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3278 echo "configure:3279: checking for $ac_word" >&5
3279 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
3280   echo $ac_n "(cached) $ac_c" 1>&6
3281 else
3282   if test -n "$AR"; then
3283   ac_cv_prog_AR="$AR" # Let the user override the test.
3284 else
3285   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3286   ac_dummy="$PATH"
3287   for ac_dir in $ac_dummy; do
3288     test -z "$ac_dir" && ac_dir=.
3289     if test -f $ac_dir/$ac_word; then
3290       ac_cv_prog_AR="${ncn_tool_prefix}ar"
3291       break
3292     fi
3293   done
3294   IFS="$ac_save_ifs"
3295 fi
3296 fi
3297 AR="$ac_cv_prog_AR"
3298 if test -n "$AR"; then
3299   echo "$ac_t""$AR" 1>&6
3300 else
3301   echo "$ac_t""no" 1>&6
3302 fi
3303
3304 fi
3305 if test -z "$ac_cv_prog_AR" ; then
3306   if test $build = $host ; then
3307     ncn_cv_AR=$AR
3308     # Extract the first word of "ar", so it can be a program name with args.
3309 set dummy ar; ac_word=$2
3310 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3311 echo "configure:3312: checking for $ac_word" >&5
3312 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then
3313   echo $ac_n "(cached) $ac_c" 1>&6
3314 else
3315   if test -n "$ncn_cv_AR"; then
3316   ac_cv_prog_ncn_cv_AR="$ncn_cv_AR" # Let the user override the test.
3317 else
3318   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3319   ac_dummy="$PATH"
3320   for ac_dir in $ac_dummy; do
3321     test -z "$ac_dir" && ac_dir=.
3322     if test -f $ac_dir/$ac_word; then
3323       ac_cv_prog_ncn_cv_AR="ar"
3324       break
3325     fi
3326   done
3327   IFS="$ac_save_ifs"
3328   test -z "$ac_cv_prog_ncn_cv_AR" && ac_cv_prog_ncn_cv_AR="ar"
3329 fi
3330 fi
3331 ncn_cv_AR="$ac_cv_prog_ncn_cv_AR"
3332 if test -n "$ncn_cv_AR"; then
3333   echo "$ac_t""$ncn_cv_AR" 1>&6
3334 else
3335   echo "$ac_t""no" 1>&6
3336 fi
3337  
3338     AR=$ncn_cv_AR
3339   else
3340     AR="${ncn_tool_prefix}ar"
3341   fi
3342 else
3343   AR="$ac_cv_prog_AR"
3344 fi
3345
3346  if test -n "$ncn_tool_prefix"; then
3347   # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
3348 set dummy ${ncn_tool_prefix}as; ac_word=$2
3349 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3350 echo "configure:3351: checking for $ac_word" >&5
3351 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
3352   echo $ac_n "(cached) $ac_c" 1>&6
3353 else
3354   if test -n "$AS"; then
3355   ac_cv_prog_AS="$AS" # Let the user override the test.
3356 else
3357   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3358   ac_dummy="$PATH"
3359   for ac_dir in $ac_dummy; do
3360     test -z "$ac_dir" && ac_dir=.
3361     if test -f $ac_dir/$ac_word; then
3362       ac_cv_prog_AS="${ncn_tool_prefix}as"
3363       break
3364     fi
3365   done
3366   IFS="$ac_save_ifs"
3367 fi
3368 fi
3369 AS="$ac_cv_prog_AS"
3370 if test -n "$AS"; then
3371   echo "$ac_t""$AS" 1>&6
3372 else
3373   echo "$ac_t""no" 1>&6
3374 fi
3375
3376 fi
3377 if test -z "$ac_cv_prog_AS" ; then
3378   if test $build = $host ; then
3379     ncn_cv_AS=$AS
3380     # Extract the first word of "as", so it can be a program name with args.
3381 set dummy as; ac_word=$2
3382 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3383 echo "configure:3384: checking for $ac_word" >&5
3384 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then
3385   echo $ac_n "(cached) $ac_c" 1>&6
3386 else
3387   if test -n "$ncn_cv_AS"; then
3388   ac_cv_prog_ncn_cv_AS="$ncn_cv_AS" # Let the user override the test.
3389 else
3390   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3391   ac_dummy="$PATH"
3392   for ac_dir in $ac_dummy; do
3393     test -z "$ac_dir" && ac_dir=.
3394     if test -f $ac_dir/$ac_word; then
3395       ac_cv_prog_ncn_cv_AS="as"
3396       break
3397     fi
3398   done
3399   IFS="$ac_save_ifs"
3400   test -z "$ac_cv_prog_ncn_cv_AS" && ac_cv_prog_ncn_cv_AS="as"
3401 fi
3402 fi
3403 ncn_cv_AS="$ac_cv_prog_ncn_cv_AS"
3404 if test -n "$ncn_cv_AS"; then
3405   echo "$ac_t""$ncn_cv_AS" 1>&6
3406 else
3407   echo "$ac_t""no" 1>&6
3408 fi
3409  
3410     AS=$ncn_cv_AS
3411   else
3412     AS="${ncn_tool_prefix}as"
3413   fi
3414 else
3415   AS="$ac_cv_prog_AS"
3416 fi
3417
3418  if test -n "$ncn_tool_prefix"; then
3419   # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
3420 set dummy ${ncn_tool_prefix}dlltool; ac_word=$2
3421 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3422 echo "configure:3423: checking for $ac_word" >&5
3423 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
3424   echo $ac_n "(cached) $ac_c" 1>&6
3425 else
3426   if test -n "$DLLTOOL"; then
3427   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
3428 else
3429   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3430   ac_dummy="$PATH"
3431   for ac_dir in $ac_dummy; do
3432     test -z "$ac_dir" && ac_dir=.
3433     if test -f $ac_dir/$ac_word; then
3434       ac_cv_prog_DLLTOOL="${ncn_tool_prefix}dlltool"
3435       break
3436     fi
3437   done
3438   IFS="$ac_save_ifs"
3439 fi
3440 fi
3441 DLLTOOL="$ac_cv_prog_DLLTOOL"
3442 if test -n "$DLLTOOL"; then
3443   echo "$ac_t""$DLLTOOL" 1>&6
3444 else
3445   echo "$ac_t""no" 1>&6
3446 fi
3447
3448 fi
3449 if test -z "$ac_cv_prog_DLLTOOL" ; then
3450   if test $build = $host ; then
3451     ncn_cv_DLLTOOL=$DLLTOOL
3452     # Extract the first word of "dlltool", so it can be a program name with args.
3453 set dummy dlltool; ac_word=$2
3454 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3455 echo "configure:3456: checking for $ac_word" >&5
3456 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then
3457   echo $ac_n "(cached) $ac_c" 1>&6
3458 else
3459   if test -n "$ncn_cv_DLLTOOL"; then
3460   ac_cv_prog_ncn_cv_DLLTOOL="$ncn_cv_DLLTOOL" # Let the user override the test.
3461 else
3462   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3463   ac_dummy="$PATH"
3464   for ac_dir in $ac_dummy; do
3465     test -z "$ac_dir" && ac_dir=.
3466     if test -f $ac_dir/$ac_word; then
3467       ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3468       break
3469     fi
3470   done
3471   IFS="$ac_save_ifs"
3472   test -z "$ac_cv_prog_ncn_cv_DLLTOOL" && ac_cv_prog_ncn_cv_DLLTOOL="dlltool"
3473 fi
3474 fi
3475 ncn_cv_DLLTOOL="$ac_cv_prog_ncn_cv_DLLTOOL"
3476 if test -n "$ncn_cv_DLLTOOL"; then
3477   echo "$ac_t""$ncn_cv_DLLTOOL" 1>&6
3478 else
3479   echo "$ac_t""no" 1>&6
3480 fi
3481  
3482     DLLTOOL=$ncn_cv_DLLTOOL
3483   else
3484     DLLTOOL="${ncn_tool_prefix}dlltool"
3485   fi
3486 else
3487   DLLTOOL="$ac_cv_prog_DLLTOOL"
3488 fi
3489
3490  if test -n "$ncn_tool_prefix"; then
3491   # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
3492 set dummy ${ncn_tool_prefix}ld; ac_word=$2
3493 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3494 echo "configure:3495: checking for $ac_word" >&5
3495 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
3496   echo $ac_n "(cached) $ac_c" 1>&6
3497 else
3498   if test -n "$LD"; then
3499   ac_cv_prog_LD="$LD" # Let the user override the test.
3500 else
3501   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3502   ac_dummy="$PATH"
3503   for ac_dir in $ac_dummy; do
3504     test -z "$ac_dir" && ac_dir=.
3505     if test -f $ac_dir/$ac_word; then
3506       ac_cv_prog_LD="${ncn_tool_prefix}ld"
3507       break
3508     fi
3509   done
3510   IFS="$ac_save_ifs"
3511 fi
3512 fi
3513 LD="$ac_cv_prog_LD"
3514 if test -n "$LD"; then
3515   echo "$ac_t""$LD" 1>&6
3516 else
3517   echo "$ac_t""no" 1>&6
3518 fi
3519
3520 fi
3521 if test -z "$ac_cv_prog_LD" ; then
3522   if test $build = $host ; then
3523     ncn_cv_LD=$LD
3524     # Extract the first word of "ld", so it can be a program name with args.
3525 set dummy ld; ac_word=$2
3526 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3527 echo "configure:3528: checking for $ac_word" >&5
3528 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then
3529   echo $ac_n "(cached) $ac_c" 1>&6
3530 else
3531   if test -n "$ncn_cv_LD"; then
3532   ac_cv_prog_ncn_cv_LD="$ncn_cv_LD" # Let the user override the test.
3533 else
3534   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3535   ac_dummy="$PATH"
3536   for ac_dir in $ac_dummy; do
3537     test -z "$ac_dir" && ac_dir=.
3538     if test -f $ac_dir/$ac_word; then
3539       ac_cv_prog_ncn_cv_LD="ld"
3540       break
3541     fi
3542   done
3543   IFS="$ac_save_ifs"
3544   test -z "$ac_cv_prog_ncn_cv_LD" && ac_cv_prog_ncn_cv_LD="ld"
3545 fi
3546 fi
3547 ncn_cv_LD="$ac_cv_prog_ncn_cv_LD"
3548 if test -n "$ncn_cv_LD"; then
3549   echo "$ac_t""$ncn_cv_LD" 1>&6
3550 else
3551   echo "$ac_t""no" 1>&6
3552 fi
3553  
3554     LD=$ncn_cv_LD
3555   else
3556     LD="${ncn_tool_prefix}ld"
3557   fi
3558 else
3559   LD="$ac_cv_prog_LD"
3560 fi
3561
3562  if test -n "$ncn_tool_prefix"; then
3563   # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
3564 set dummy ${ncn_tool_prefix}nm; ac_word=$2
3565 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3566 echo "configure:3567: checking for $ac_word" >&5
3567 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then
3568   echo $ac_n "(cached) $ac_c" 1>&6
3569 else
3570   if test -n "$NM"; then
3571   ac_cv_prog_NM="$NM" # Let the user override the test.
3572 else
3573   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3574   ac_dummy="$PATH"
3575   for ac_dir in $ac_dummy; do
3576     test -z "$ac_dir" && ac_dir=.
3577     if test -f $ac_dir/$ac_word; then
3578       ac_cv_prog_NM="${ncn_tool_prefix}nm"
3579       break
3580     fi
3581   done
3582   IFS="$ac_save_ifs"
3583 fi
3584 fi
3585 NM="$ac_cv_prog_NM"
3586 if test -n "$NM"; then
3587   echo "$ac_t""$NM" 1>&6
3588 else
3589   echo "$ac_t""no" 1>&6
3590 fi
3591
3592 fi
3593 if test -z "$ac_cv_prog_NM" ; then
3594   if test $build = $host ; then
3595     ncn_cv_NM=$NM
3596     # Extract the first word of "nm", so it can be a program name with args.
3597 set dummy nm; ac_word=$2
3598 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3599 echo "configure:3600: checking for $ac_word" >&5
3600 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then
3601   echo $ac_n "(cached) $ac_c" 1>&6
3602 else
3603   if test -n "$ncn_cv_NM"; then
3604   ac_cv_prog_ncn_cv_NM="$ncn_cv_NM" # Let the user override the test.
3605 else
3606   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3607   ac_dummy="$PATH"
3608   for ac_dir in $ac_dummy; do
3609     test -z "$ac_dir" && ac_dir=.
3610     if test -f $ac_dir/$ac_word; then
3611       ac_cv_prog_ncn_cv_NM="nm"
3612       break
3613     fi
3614   done
3615   IFS="$ac_save_ifs"
3616   test -z "$ac_cv_prog_ncn_cv_NM" && ac_cv_prog_ncn_cv_NM="nm"
3617 fi
3618 fi
3619 ncn_cv_NM="$ac_cv_prog_ncn_cv_NM"
3620 if test -n "$ncn_cv_NM"; then
3621   echo "$ac_t""$ncn_cv_NM" 1>&6
3622 else
3623   echo "$ac_t""no" 1>&6
3624 fi
3625  
3626     NM=$ncn_cv_NM
3627   else
3628     NM="${ncn_tool_prefix}nm"
3629   fi
3630 else
3631   NM="$ac_cv_prog_NM"
3632 fi
3633
3634  if test -n "$ncn_tool_prefix"; then
3635   # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
3636 set dummy ${ncn_tool_prefix}ranlib; ac_word=$2
3637 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3638 echo "configure:3639: checking for $ac_word" >&5
3639 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
3640   echo $ac_n "(cached) $ac_c" 1>&6
3641 else
3642   if test -n "$RANLIB"; then
3643   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3644 else
3645   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3646   ac_dummy="$PATH"
3647   for ac_dir in $ac_dummy; do
3648     test -z "$ac_dir" && ac_dir=.
3649     if test -f $ac_dir/$ac_word; then
3650       ac_cv_prog_RANLIB="${ncn_tool_prefix}ranlib"
3651       break
3652     fi
3653   done
3654   IFS="$ac_save_ifs"
3655 fi
3656 fi
3657 RANLIB="$ac_cv_prog_RANLIB"
3658 if test -n "$RANLIB"; then
3659   echo "$ac_t""$RANLIB" 1>&6
3660 else
3661   echo "$ac_t""no" 1>&6
3662 fi
3663
3664 fi
3665 if test -z "$ac_cv_prog_RANLIB" ; then
3666   if test $build = $host ; then
3667     ncn_cv_RANLIB=$RANLIB
3668     # Extract the first word of "ranlib", so it can be a program name with args.
3669 set dummy ranlib; ac_word=$2
3670 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3671 echo "configure:3672: checking for $ac_word" >&5
3672 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then
3673   echo $ac_n "(cached) $ac_c" 1>&6
3674 else
3675   if test -n "$ncn_cv_RANLIB"; then
3676   ac_cv_prog_ncn_cv_RANLIB="$ncn_cv_RANLIB" # Let the user override the test.
3677 else
3678   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3679   ac_dummy="$PATH"
3680   for ac_dir in $ac_dummy; do
3681     test -z "$ac_dir" && ac_dir=.
3682     if test -f $ac_dir/$ac_word; then
3683       ac_cv_prog_ncn_cv_RANLIB="ranlib"
3684       break
3685     fi
3686   done
3687   IFS="$ac_save_ifs"
3688   test -z "$ac_cv_prog_ncn_cv_RANLIB" && ac_cv_prog_ncn_cv_RANLIB=":"
3689 fi
3690 fi
3691 ncn_cv_RANLIB="$ac_cv_prog_ncn_cv_RANLIB"
3692 if test -n "$ncn_cv_RANLIB"; then
3693   echo "$ac_t""$ncn_cv_RANLIB" 1>&6
3694 else
3695   echo "$ac_t""no" 1>&6
3696 fi
3697  
3698     RANLIB=$ncn_cv_RANLIB
3699   else
3700     RANLIB=":"
3701   fi
3702 else
3703   RANLIB="$ac_cv_prog_RANLIB"
3704 fi
3705
3706  if test -n "$ncn_tool_prefix"; then
3707   # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
3708 set dummy ${ncn_tool_prefix}windres; ac_word=$2
3709 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3710 echo "configure:3711: checking for $ac_word" >&5
3711 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
3712   echo $ac_n "(cached) $ac_c" 1>&6
3713 else
3714   if test -n "$WINDRES"; then
3715   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
3716 else
3717   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3718   ac_dummy="$PATH"
3719   for ac_dir in $ac_dummy; do
3720     test -z "$ac_dir" && ac_dir=.
3721     if test -f $ac_dir/$ac_word; then
3722       ac_cv_prog_WINDRES="${ncn_tool_prefix}windres"
3723       break
3724     fi
3725   done
3726   IFS="$ac_save_ifs"
3727 fi
3728 fi
3729 WINDRES="$ac_cv_prog_WINDRES"
3730 if test -n "$WINDRES"; then
3731   echo "$ac_t""$WINDRES" 1>&6
3732 else
3733   echo "$ac_t""no" 1>&6
3734 fi
3735
3736 fi
3737 if test -z "$ac_cv_prog_WINDRES" ; then
3738   if test $build = $host ; then
3739     ncn_cv_WINDRES=$WINDRES
3740     # Extract the first word of "windres", so it can be a program name with args.
3741 set dummy windres; ac_word=$2
3742 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3743 echo "configure:3744: checking for $ac_word" >&5
3744 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then
3745   echo $ac_n "(cached) $ac_c" 1>&6
3746 else
3747   if test -n "$ncn_cv_WINDRES"; then
3748   ac_cv_prog_ncn_cv_WINDRES="$ncn_cv_WINDRES" # Let the user override the test.
3749 else
3750   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3751   ac_dummy="$PATH"
3752   for ac_dir in $ac_dummy; do
3753     test -z "$ac_dir" && ac_dir=.
3754     if test -f $ac_dir/$ac_word; then
3755       ac_cv_prog_ncn_cv_WINDRES="windres"
3756       break
3757     fi
3758   done
3759   IFS="$ac_save_ifs"
3760   test -z "$ac_cv_prog_ncn_cv_WINDRES" && ac_cv_prog_ncn_cv_WINDRES="windres"
3761 fi
3762 fi
3763 ncn_cv_WINDRES="$ac_cv_prog_ncn_cv_WINDRES"
3764 if test -n "$ncn_cv_WINDRES"; then
3765   echo "$ac_t""$ncn_cv_WINDRES" 1>&6
3766 else
3767   echo "$ac_t""no" 1>&6
3768 fi
3769  
3770     WINDRES=$ncn_cv_WINDRES
3771   else
3772     WINDRES="${ncn_tool_prefix}windres"
3773   fi
3774 else
3775   WINDRES="$ac_cv_prog_WINDRES"
3776 fi
3777
3778  if test -n "$ncn_tool_prefix"; then
3779   # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
3780 set dummy ${ncn_tool_prefix}objcopy; ac_word=$2
3781 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3782 echo "configure:3783: checking for $ac_word" >&5
3783 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then
3784   echo $ac_n "(cached) $ac_c" 1>&6
3785 else
3786   if test -n "$OBJCOPY"; then
3787   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
3788 else
3789   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3790   ac_dummy="$PATH"
3791   for ac_dir in $ac_dummy; do
3792     test -z "$ac_dir" && ac_dir=.
3793     if test -f $ac_dir/$ac_word; then
3794       ac_cv_prog_OBJCOPY="${ncn_tool_prefix}objcopy"
3795       break
3796     fi
3797   done
3798   IFS="$ac_save_ifs"
3799 fi
3800 fi
3801 OBJCOPY="$ac_cv_prog_OBJCOPY"
3802 if test -n "$OBJCOPY"; then
3803   echo "$ac_t""$OBJCOPY" 1>&6
3804 else
3805   echo "$ac_t""no" 1>&6
3806 fi
3807
3808 fi
3809 if test -z "$ac_cv_prog_OBJCOPY" ; then
3810   if test $build = $host ; then
3811     ncn_cv_OBJCOPY=$OBJCOPY
3812     # Extract the first word of "objcopy", so it can be a program name with args.
3813 set dummy objcopy; ac_word=$2
3814 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3815 echo "configure:3816: checking for $ac_word" >&5
3816 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then
3817   echo $ac_n "(cached) $ac_c" 1>&6
3818 else
3819   if test -n "$ncn_cv_OBJCOPY"; then
3820   ac_cv_prog_ncn_cv_OBJCOPY="$ncn_cv_OBJCOPY" # Let the user override the test.
3821 else
3822   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3823   ac_dummy="$PATH"
3824   for ac_dir in $ac_dummy; do
3825     test -z "$ac_dir" && ac_dir=.
3826     if test -f $ac_dir/$ac_word; then
3827       ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
3828       break
3829     fi
3830   done
3831   IFS="$ac_save_ifs"
3832   test -z "$ac_cv_prog_ncn_cv_OBJCOPY" && ac_cv_prog_ncn_cv_OBJCOPY="objcopy"
3833 fi
3834 fi
3835 ncn_cv_OBJCOPY="$ac_cv_prog_ncn_cv_OBJCOPY"
3836 if test -n "$ncn_cv_OBJCOPY"; then
3837   echo "$ac_t""$ncn_cv_OBJCOPY" 1>&6
3838 else
3839   echo "$ac_t""no" 1>&6
3840 fi
3841  
3842     OBJCOPY=$ncn_cv_OBJCOPY
3843   else
3844     OBJCOPY="${ncn_tool_prefix}objcopy"
3845   fi
3846 else
3847   OBJCOPY="$ac_cv_prog_OBJCOPY"
3848 fi
3849
3850  if test -n "$ncn_tool_prefix"; then
3851   # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
3852 set dummy ${ncn_tool_prefix}objdump; ac_word=$2
3853 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3854 echo "configure:3855: checking for $ac_word" >&5
3855 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
3856   echo $ac_n "(cached) $ac_c" 1>&6
3857 else
3858   if test -n "$OBJDUMP"; then
3859   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
3860 else
3861   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3862   ac_dummy="$PATH"
3863   for ac_dir in $ac_dummy; do
3864     test -z "$ac_dir" && ac_dir=.
3865     if test -f $ac_dir/$ac_word; then
3866       ac_cv_prog_OBJDUMP="${ncn_tool_prefix}objdump"
3867       break
3868     fi
3869   done
3870   IFS="$ac_save_ifs"
3871 fi
3872 fi
3873 OBJDUMP="$ac_cv_prog_OBJDUMP"
3874 if test -n "$OBJDUMP"; then
3875   echo "$ac_t""$OBJDUMP" 1>&6
3876 else
3877   echo "$ac_t""no" 1>&6
3878 fi
3879
3880 fi
3881 if test -z "$ac_cv_prog_OBJDUMP" ; then
3882   if test $build = $host ; then
3883     ncn_cv_OBJDUMP=$OBJDUMP
3884     # Extract the first word of "objdump", so it can be a program name with args.
3885 set dummy objdump; ac_word=$2
3886 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3887 echo "configure:3888: checking for $ac_word" >&5
3888 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then
3889   echo $ac_n "(cached) $ac_c" 1>&6
3890 else
3891   if test -n "$ncn_cv_OBJDUMP"; then
3892   ac_cv_prog_ncn_cv_OBJDUMP="$ncn_cv_OBJDUMP" # Let the user override the test.
3893 else
3894   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3895   ac_dummy="$PATH"
3896   for ac_dir in $ac_dummy; do
3897     test -z "$ac_dir" && ac_dir=.
3898     if test -f $ac_dir/$ac_word; then
3899       ac_cv_prog_ncn_cv_OBJDUMP="objdump"
3900       break
3901     fi
3902   done
3903   IFS="$ac_save_ifs"
3904   test -z "$ac_cv_prog_ncn_cv_OBJDUMP" && ac_cv_prog_ncn_cv_OBJDUMP="objdump"
3905 fi
3906 fi
3907 ncn_cv_OBJDUMP="$ac_cv_prog_ncn_cv_OBJDUMP"
3908 if test -n "$ncn_cv_OBJDUMP"; then
3909   echo "$ac_t""$ncn_cv_OBJDUMP" 1>&6
3910 else
3911   echo "$ac_t""no" 1>&6
3912 fi
3913  
3914     OBJDUMP=$ncn_cv_OBJDUMP
3915   else
3916     OBJDUMP="${ncn_tool_prefix}objdump"
3917   fi
3918 else
3919   OBJDUMP="$ac_cv_prog_OBJDUMP"
3920 fi
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931 # Target tools.
3932  if test -n "$ncn_target_tool_prefix"; then
3933   # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
3934 set dummy ${ncn_target_tool_prefix}ar; ac_word=$2
3935 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3936 echo "configure:3937: checking for $ac_word" >&5
3937 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
3938   echo $ac_n "(cached) $ac_c" 1>&6
3939 else
3940   if test -n "$CONFIGURED_AR_FOR_TARGET"; then
3941   ac_cv_prog_CONFIGURED_AR_FOR_TARGET="$CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
3942 else
3943   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3944   ac_dummy="$PATH"
3945   for ac_dir in $ac_dummy; do
3946     test -z "$ac_dir" && ac_dir=.
3947     if test -f $ac_dir/$ac_word; then
3948       ac_cv_prog_CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
3949       break
3950     fi
3951   done
3952   IFS="$ac_save_ifs"
3953 fi
3954 fi
3955 CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
3956 if test -n "$CONFIGURED_AR_FOR_TARGET"; then
3957   echo "$ac_t""$CONFIGURED_AR_FOR_TARGET" 1>&6
3958 else
3959   echo "$ac_t""no" 1>&6
3960 fi
3961
3962 fi
3963 if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then
3964   if test $build = $target ; then
3965     ncn_cv_CONFIGURED_AR_FOR_TARGET=$CONFIGURED_AR_FOR_TARGET
3966     # Extract the first word of "ar", so it can be a program name with args.
3967 set dummy ar; ac_word=$2
3968 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3969 echo "configure:3970: checking for $ac_word" >&5
3970 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET'+set}'`\" = set"; then
3971   echo $ac_n "(cached) $ac_c" 1>&6
3972 else
3973   if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
3974   ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="$ncn_cv_CONFIGURED_AR_FOR_TARGET" # Let the user override the test.
3975 else
3976   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3977   ac_dummy="$PATH"
3978   for ac_dir in $ac_dummy; do
3979     test -z "$ac_dir" && ac_dir=.
3980     if test -f $ac_dir/$ac_word; then
3981       ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
3982       break
3983     fi
3984   done
3985   IFS="$ac_save_ifs"
3986   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET="ar"
3987 fi
3988 fi
3989 ncn_cv_CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET"
3990 if test -n "$ncn_cv_CONFIGURED_AR_FOR_TARGET"; then
3991   echo "$ac_t""$ncn_cv_CONFIGURED_AR_FOR_TARGET" 1>&6
3992 else
3993   echo "$ac_t""no" 1>&6
3994 fi
3995  
3996     CONFIGURED_AR_FOR_TARGET=$ncn_cv_CONFIGURED_AR_FOR_TARGET
3997   else
3998     CONFIGURED_AR_FOR_TARGET="${ncn_target_tool_prefix}ar"
3999   fi
4000 else
4001   CONFIGURED_AR_FOR_TARGET="$ac_cv_prog_CONFIGURED_AR_FOR_TARGET"
4002 fi
4003
4004  if test -n "$ncn_target_tool_prefix"; then
4005   # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
4006 set dummy ${ncn_target_tool_prefix}as; ac_word=$2
4007 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4008 echo "configure:4009: checking for $ac_word" >&5
4009 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
4010   echo $ac_n "(cached) $ac_c" 1>&6
4011 else
4012   if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4013   ac_cv_prog_CONFIGURED_AS_FOR_TARGET="$CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
4014 else
4015   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4016   ac_dummy="$PATH"
4017   for ac_dir in $ac_dummy; do
4018     test -z "$ac_dir" && ac_dir=.
4019     if test -f $ac_dir/$ac_word; then
4020       ac_cv_prog_CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
4021       break
4022     fi
4023   done
4024   IFS="$ac_save_ifs"
4025 fi
4026 fi
4027 CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
4028 if test -n "$CONFIGURED_AS_FOR_TARGET"; then
4029   echo "$ac_t""$CONFIGURED_AS_FOR_TARGET" 1>&6
4030 else
4031   echo "$ac_t""no" 1>&6
4032 fi
4033
4034 fi
4035 if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then
4036   if test $build = $target ; then
4037     ncn_cv_CONFIGURED_AS_FOR_TARGET=$CONFIGURED_AS_FOR_TARGET
4038     # Extract the first word of "as", so it can be a program name with args.
4039 set dummy as; ac_word=$2
4040 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4041 echo "configure:4042: checking for $ac_word" >&5
4042 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET'+set}'`\" = set"; then
4043   echo $ac_n "(cached) $ac_c" 1>&6
4044 else
4045   if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4046   ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="$ncn_cv_CONFIGURED_AS_FOR_TARGET" # Let the user override the test.
4047 else
4048   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4049   ac_dummy="$PATH"
4050   for ac_dir in $ac_dummy; do
4051     test -z "$ac_dir" && ac_dir=.
4052     if test -f $ac_dir/$ac_word; then
4053       ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
4054       break
4055     fi
4056   done
4057   IFS="$ac_save_ifs"
4058   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET="as"
4059 fi
4060 fi
4061 ncn_cv_CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET"
4062 if test -n "$ncn_cv_CONFIGURED_AS_FOR_TARGET"; then
4063   echo "$ac_t""$ncn_cv_CONFIGURED_AS_FOR_TARGET" 1>&6
4064 else
4065   echo "$ac_t""no" 1>&6
4066 fi
4067  
4068     CONFIGURED_AS_FOR_TARGET=$ncn_cv_CONFIGURED_AS_FOR_TARGET
4069   else
4070     CONFIGURED_AS_FOR_TARGET="${ncn_target_tool_prefix}as"
4071   fi
4072 else
4073   CONFIGURED_AS_FOR_TARGET="$ac_cv_prog_CONFIGURED_AS_FOR_TARGET"
4074 fi
4075
4076  if test -n "$ncn_target_tool_prefix"; then
4077   # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
4078 set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2
4079 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4080 echo "configure:4081: checking for $ac_word" >&5
4081 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
4082   echo $ac_n "(cached) $ac_c" 1>&6
4083 else
4084   if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4085   ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="$CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
4086 else
4087   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4088   ac_dummy="$PATH"
4089   for ac_dir in $ac_dummy; do
4090     test -z "$ac_dir" && ac_dir=.
4091     if test -f $ac_dir/$ac_word; then
4092       ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
4093       break
4094     fi
4095   done
4096   IFS="$ac_save_ifs"
4097 fi
4098 fi
4099 CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
4100 if test -n "$CONFIGURED_DLLTOOL_FOR_TARGET"; then
4101   echo "$ac_t""$CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
4102 else
4103   echo "$ac_t""no" 1>&6
4104 fi
4105
4106 fi
4107 if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then
4108   if test $build = $target ; then
4109     ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET=$CONFIGURED_DLLTOOL_FOR_TARGET
4110     # Extract the first word of "dlltool", so it can be a program name with args.
4111 set dummy dlltool; ac_word=$2
4112 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4113 echo "configure:4114: checking for $ac_word" >&5
4114 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then
4115   echo $ac_n "(cached) $ac_c" 1>&6
4116 else
4117   if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4118   ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" # Let the user override the test.
4119 else
4120   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4121   ac_dummy="$PATH"
4122   for ac_dir in $ac_dummy; do
4123     test -z "$ac_dir" && ac_dir=.
4124     if test -f $ac_dir/$ac_word; then
4125       ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
4126       break
4127     fi
4128   done
4129   IFS="$ac_save_ifs"
4130   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="dlltool"
4131 fi
4132 fi
4133 ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"
4134 if test -n "$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET"; then
4135   echo "$ac_t""$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET" 1>&6
4136 else
4137   echo "$ac_t""no" 1>&6
4138 fi
4139  
4140     CONFIGURED_DLLTOOL_FOR_TARGET=$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET
4141   else
4142     CONFIGURED_DLLTOOL_FOR_TARGET="${ncn_target_tool_prefix}dlltool"
4143   fi
4144 else
4145   CONFIGURED_DLLTOOL_FOR_TARGET="$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET"
4146 fi
4147
4148  if test -n "$ncn_target_tool_prefix"; then
4149   # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
4150 set dummy ${ncn_target_tool_prefix}ld; ac_word=$2
4151 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4152 echo "configure:4153: checking for $ac_word" >&5
4153 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
4154   echo $ac_n "(cached) $ac_c" 1>&6
4155 else
4156   if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4157   ac_cv_prog_CONFIGURED_LD_FOR_TARGET="$CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
4158 else
4159   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4160   ac_dummy="$PATH"
4161   for ac_dir in $ac_dummy; do
4162     test -z "$ac_dir" && ac_dir=.
4163     if test -f $ac_dir/$ac_word; then
4164       ac_cv_prog_CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
4165       break
4166     fi
4167   done
4168   IFS="$ac_save_ifs"
4169 fi
4170 fi
4171 CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
4172 if test -n "$CONFIGURED_LD_FOR_TARGET"; then
4173   echo "$ac_t""$CONFIGURED_LD_FOR_TARGET" 1>&6
4174 else
4175   echo "$ac_t""no" 1>&6
4176 fi
4177
4178 fi
4179 if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then
4180   if test $build = $target ; then
4181     ncn_cv_CONFIGURED_LD_FOR_TARGET=$CONFIGURED_LD_FOR_TARGET
4182     # Extract the first word of "ld", so it can be a program name with args.
4183 set dummy ld; ac_word=$2
4184 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4185 echo "configure:4186: checking for $ac_word" >&5
4186 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET'+set}'`\" = set"; then
4187   echo $ac_n "(cached) $ac_c" 1>&6
4188 else
4189   if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4190   ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="$ncn_cv_CONFIGURED_LD_FOR_TARGET" # Let the user override the test.
4191 else
4192   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4193   ac_dummy="$PATH"
4194   for ac_dir in $ac_dummy; do
4195     test -z "$ac_dir" && ac_dir=.
4196     if test -f $ac_dir/$ac_word; then
4197       ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
4198       break
4199     fi
4200   done
4201   IFS="$ac_save_ifs"
4202   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET="ld"
4203 fi
4204 fi
4205 ncn_cv_CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET"
4206 if test -n "$ncn_cv_CONFIGURED_LD_FOR_TARGET"; then
4207   echo "$ac_t""$ncn_cv_CONFIGURED_LD_FOR_TARGET" 1>&6
4208 else
4209   echo "$ac_t""no" 1>&6
4210 fi
4211  
4212     CONFIGURED_LD_FOR_TARGET=$ncn_cv_CONFIGURED_LD_FOR_TARGET
4213   else
4214     CONFIGURED_LD_FOR_TARGET="${ncn_target_tool_prefix}ld"
4215   fi
4216 else
4217   CONFIGURED_LD_FOR_TARGET="$ac_cv_prog_CONFIGURED_LD_FOR_TARGET"
4218 fi
4219
4220  if test -n "$ncn_target_tool_prefix"; then
4221   # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
4222 set dummy ${ncn_target_tool_prefix}nm; ac_word=$2
4223 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4224 echo "configure:4225: checking for $ac_word" >&5
4225 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
4226   echo $ac_n "(cached) $ac_c" 1>&6
4227 else
4228   if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4229   ac_cv_prog_CONFIGURED_NM_FOR_TARGET="$CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
4230 else
4231   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4232   ac_dummy="$PATH"
4233   for ac_dir in $ac_dummy; do
4234     test -z "$ac_dir" && ac_dir=.
4235     if test -f $ac_dir/$ac_word; then
4236       ac_cv_prog_CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
4237       break
4238     fi
4239   done
4240   IFS="$ac_save_ifs"
4241 fi
4242 fi
4243 CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
4244 if test -n "$CONFIGURED_NM_FOR_TARGET"; then
4245   echo "$ac_t""$CONFIGURED_NM_FOR_TARGET" 1>&6
4246 else
4247   echo "$ac_t""no" 1>&6
4248 fi
4249
4250 fi
4251 if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then
4252   if test $build = $target ; then
4253     ncn_cv_CONFIGURED_NM_FOR_TARGET=$CONFIGURED_NM_FOR_TARGET
4254     # Extract the first word of "nm", so it can be a program name with args.
4255 set dummy nm; ac_word=$2
4256 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4257 echo "configure:4258: checking for $ac_word" >&5
4258 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET'+set}'`\" = set"; then
4259   echo $ac_n "(cached) $ac_c" 1>&6
4260 else
4261   if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4262   ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="$ncn_cv_CONFIGURED_NM_FOR_TARGET" # Let the user override the test.
4263 else
4264   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4265   ac_dummy="$PATH"
4266   for ac_dir in $ac_dummy; do
4267     test -z "$ac_dir" && ac_dir=.
4268     if test -f $ac_dir/$ac_word; then
4269       ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
4270       break
4271     fi
4272   done
4273   IFS="$ac_save_ifs"
4274   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET="nm"
4275 fi
4276 fi
4277 ncn_cv_CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET"
4278 if test -n "$ncn_cv_CONFIGURED_NM_FOR_TARGET"; then
4279   echo "$ac_t""$ncn_cv_CONFIGURED_NM_FOR_TARGET" 1>&6
4280 else
4281   echo "$ac_t""no" 1>&6
4282 fi
4283  
4284     CONFIGURED_NM_FOR_TARGET=$ncn_cv_CONFIGURED_NM_FOR_TARGET
4285   else
4286     CONFIGURED_NM_FOR_TARGET="${ncn_target_tool_prefix}nm"
4287   fi
4288 else
4289   CONFIGURED_NM_FOR_TARGET="$ac_cv_prog_CONFIGURED_NM_FOR_TARGET"
4290 fi
4291
4292  if test -n "$ncn_target_tool_prefix"; then
4293   # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
4294 set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2
4295 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4296 echo "configure:4297: checking for $ac_word" >&5
4297 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
4298   echo $ac_n "(cached) $ac_c" 1>&6
4299 else
4300   if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4301   ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="$CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
4302 else
4303   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4304   ac_dummy="$PATH"
4305   for ac_dir in $ac_dummy; do
4306     test -z "$ac_dir" && ac_dir=.
4307     if test -f $ac_dir/$ac_word; then
4308       ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET="${ncn_target_tool_prefix}ranlib"
4309       break
4310     fi
4311   done
4312   IFS="$ac_save_ifs"
4313 fi
4314 fi
4315 CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
4316 if test -n "$CONFIGURED_RANLIB_FOR_TARGET"; then
4317   echo "$ac_t""$CONFIGURED_RANLIB_FOR_TARGET" 1>&6
4318 else
4319   echo "$ac_t""no" 1>&6
4320 fi
4321
4322 fi
4323 if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then
4324   if test $build = $target ; then
4325     ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=$CONFIGURED_RANLIB_FOR_TARGET
4326     # Extract the first word of "ranlib", so it can be a program name with args.
4327 set dummy ranlib; ac_word=$2
4328 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4329 echo "configure:4330: checking for $ac_word" >&5
4330 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET'+set}'`\" = set"; then
4331   echo $ac_n "(cached) $ac_c" 1>&6
4332 else
4333   if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4334   ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" # Let the user override the test.
4335 else
4336   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4337   ac_dummy="$PATH"
4338   for ac_dir in $ac_dummy; do
4339     test -z "$ac_dir" && ac_dir=.
4340     if test -f $ac_dir/$ac_word; then
4341       ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="ranlib"
4342       break
4343     fi
4344   done
4345   IFS="$ac_save_ifs"
4346   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET=":"
4347 fi
4348 fi
4349 ncn_cv_CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"
4350 if test -n "$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET"; then
4351   echo "$ac_t""$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET" 1>&6
4352 else
4353   echo "$ac_t""no" 1>&6
4354 fi
4355  
4356     CONFIGURED_RANLIB_FOR_TARGET=$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET
4357   else
4358     CONFIGURED_RANLIB_FOR_TARGET=":"
4359   fi
4360 else
4361   CONFIGURED_RANLIB_FOR_TARGET="$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET"
4362 fi
4363
4364  if test -n "$ncn_target_tool_prefix"; then
4365   # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
4366 set dummy ${ncn_target_tool_prefix}windres; ac_word=$2
4367 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4368 echo "configure:4369: checking for $ac_word" >&5
4369 if eval "test \"`echo '$''{'ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
4370   echo $ac_n "(cached) $ac_c" 1>&6
4371 else
4372   if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4373   ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="$CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
4374 else
4375   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4376   ac_dummy="$PATH"
4377   for ac_dir in $ac_dummy; do
4378     test -z "$ac_dir" && ac_dir=.
4379     if test -f $ac_dir/$ac_word; then
4380       ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
4381       break
4382     fi
4383   done
4384   IFS="$ac_save_ifs"
4385 fi
4386 fi
4387 CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
4388 if test -n "$CONFIGURED_WINDRES_FOR_TARGET"; then
4389   echo "$ac_t""$CONFIGURED_WINDRES_FOR_TARGET" 1>&6
4390 else
4391   echo "$ac_t""no" 1>&6
4392 fi
4393
4394 fi
4395 if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then
4396   if test $build = $target ; then
4397     ncn_cv_CONFIGURED_WINDRES_FOR_TARGET=$CONFIGURED_WINDRES_FOR_TARGET
4398     # Extract the first word of "windres", so it can be a program name with args.
4399 set dummy windres; ac_word=$2
4400 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4401 echo "configure:4402: checking for $ac_word" >&5
4402 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET'+set}'`\" = set"; then
4403   echo $ac_n "(cached) $ac_c" 1>&6
4404 else
4405   if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4406   ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" # Let the user override the test.
4407 else
4408   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4409   ac_dummy="$PATH"
4410   for ac_dir in $ac_dummy; do
4411     test -z "$ac_dir" && ac_dir=.
4412     if test -f $ac_dir/$ac_word; then
4413       ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
4414       break
4415     fi
4416   done
4417   IFS="$ac_save_ifs"
4418   test -z "$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" && ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="windres"
4419 fi
4420 fi
4421 ncn_cv_CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"
4422 if test -n "$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET"; then
4423   echo "$ac_t""$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET" 1>&6
4424 else
4425   echo "$ac_t""no" 1>&6
4426 fi
4427  
4428     CONFIGURED_WINDRES_FOR_TARGET=$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET
4429   else
4430     CONFIGURED_WINDRES_FOR_TARGET="${ncn_target_tool_prefix}windres"
4431   fi
4432 else
4433   CONFIGURED_WINDRES_FOR_TARGET="$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET"
4434 fi
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446 # Fix up target tools.
4447 if test "x${build}" = "x${host}" ; then
4448   # In this case, the newly built tools can and should be used,
4449   # so we override the results of the autoconf tests.
4450   # This should really only happen when the tools are actually being built,
4451   # but that's a further refinement.  The new build scheme, where
4452   # tools are built into a structure paralleling where they're installed,
4453   # should also eliminate all of this cleanly.
4454   AR_FOR_TARGET="\$(USUAL_AR_FOR_TARGET)"
4455   AS_FOR_TARGET="\$(USUAL_AS_FOR_TARGET)"
4456   DLLTOOL_FOR_TARGET="\$(USUAL_DLLTOOL_FOR_TARGET)"
4457   LD_FOR_TARGET="\$(USUAL_LD_FOR_TARGET)"
4458   NM_FOR_TARGET="\$(USUAL_NM_FOR_TARGET)"
4459   RANLIB_FOR_TARGET="\$(USUAL_RANLIB_FOR_TARGET)"
4460   WINDRES_FOR_TARGET="\$(USUAL_WINDRES_FOR_TARGET)"
4461 else
4462   # Just use the ones we found.
4463   AR_FOR_TARGET="\$(CONFIGURED_AR_FOR_TARGET)"
4464   AS_FOR_TARGET="\$(CONFIGURED_AS_FOR_TARGET)"
4465   DLLTOOL_FOR_TARGET="\$(CONFIGURED_DLLTOOL_FOR_TARGET)"
4466   LD_FOR_TARGET="\$(CONFIGURED_LD_FOR_TARGET)"
4467   NM_FOR_TARGET="\$(CONFIGURED_NM_FOR_TARGET)"
4468   RANLIB_FOR_TARGET="\$(CONFIGURED_RANLIB_FOR_TARGET)"
4469   WINDRES_FOR_TARGET="\$(CONFIGURED_WINDRES_FOR_TARGET)"  
4470 fi
4471
4472
4473
4474
4475
4476
4477
4478
4479 # Certain tools may need extra flags.
4480 AR_FOR_TARGET=${AR_FOR_TARGET}${extra_arflags_for_target}
4481 RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
4482 NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target}
4483
4484 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
4485 echo "configure:4486: checking whether to enable maintainer-specific portions of Makefiles" >&5
4486 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4487 if test "${enable_maintainer_mode+set}" = set; then
4488   enableval="$enable_maintainer_mode"
4489   USE_MAINTAINER_MODE=$enableval
4490 else
4491   USE_MAINTAINER_MODE=no
4492 fi
4493
4494 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
4495
4496
4497 if test "$USE_MAINTAINER_MODE" = yes; then
4498   MAINTAINER_MODE_TRUE=
4499   MAINTAINER_MODE_FALSE='#'
4500 else
4501   MAINTAINER_MODE_TRUE='#'
4502   MAINTAINER_MODE_FALSE=
4503 fi      
4504 MAINT=$MAINTAINER_MODE_TRUE
4505
4506 # ---------------------
4507 # GCC bootstrap support
4508 # ---------------------
4509
4510 # Stage specific cflags for build.
4511 stage1_cflags="-g"
4512 case $build in
4513   vax-*-*)
4514     case ${GCC} in
4515       yes) stage1_cflags="-g -Wa,-J" ;;
4516       *) stage1_cflags="-g -J" ;;
4517     esac ;;
4518   powerpc-*-darwin*)
4519     # The spiffy cpp-precomp chokes on some legitimate constructs in GCC
4520     # sources; use -no-cpp-precomp to get to GNU cpp.
4521     # Apple's GCC has bugs in designated initializer handling, so disable
4522     # that too.
4523     stage1_cflags="-g -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0"
4524     ;;
4525 esac
4526
4527
4528 # Enable -Werror in bootstrap stage2 and later.
4529 # Change the default to "no" on release branches.
4530 # Check whether --enable-werror or --disable-werror was given.
4531 if test "${enable_werror+set}" = set; then
4532   enableval="$enable_werror"
4533   :
4534 else
4535   enable_werror=yes
4536 fi
4537
4538 case ${enable_werror} in
4539   yes) stage2_werror_flag="--enable-werror-always" ;;
4540   *) stage2_werror_flag="" ;;
4541 esac
4542
4543
4544 trap '' 1 2 15
4545 cat > confcache <<\EOF
4546 # This file is a shell script that caches the results of configure
4547 # tests run on this system so they can be shared between configure
4548 # scripts and configure runs.  It is not useful on other systems.
4549 # If it contains results you don't want to keep, you may remove or edit it.
4550 #
4551 # By default, configure uses ./config.cache as the cache file,
4552 # creating it if it does not exist already.  You can give configure
4553 # the --cache-file=FILE option to use a different cache file; that is
4554 # what configure does when it calls configure scripts in
4555 # subdirectories, so they share the cache.
4556 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4557 # config.status only pays attention to the cache file if you give it the
4558 # --recheck option to rerun configure.
4559 #
4560 EOF
4561 # The following way of writing the cache mishandles newlines in values,
4562 # but we know of no workaround that is simple, portable, and efficient.
4563 # So, don't put newlines in cache variables' values.
4564 # Ultrix sh set writes to stderr and can't be redirected directly,
4565 # and sets the high bit in the cache file unless we assign to the vars.
4566 (set) 2>&1 |
4567   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4568   *ac_space=\ *)
4569     # `set' does not quote correctly, so add quotes (double-quote substitution
4570     # turns \\\\ into \\, and sed turns \\ into \).
4571     sed -n \
4572       -e "s/'/'\\\\''/g" \
4573       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4574     ;;
4575   *)
4576     # `set' quotes correctly as required by POSIX, so do not add quotes.
4577     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
4578     ;;
4579   esac >> confcache
4580 if cmp -s $cache_file confcache; then
4581   :
4582 else
4583   if test -w $cache_file; then
4584     echo "updating cache $cache_file"
4585     cat confcache > $cache_file
4586   else
4587     echo "not updating unwritable cache $cache_file"
4588   fi
4589 fi
4590 rm -f confcache
4591
4592 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
4593
4594 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4595 # Let make expand exec_prefix.
4596 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4597
4598 # Any assignment to VPATH causes Sun make to only execute
4599 # the first set of double-colon rules, so remove it if not needed.
4600 # If there is a colon in the path, we need to keep it.
4601 if test "x$srcdir" = x.; then
4602   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
4603 fi
4604
4605 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
4606
4607 # Transform confdefs.h into DEFS.
4608 # Protect against shell expansion while executing Makefile rules.
4609 # Protect against Makefile macro expansion.
4610 cat > conftest.defs <<\EOF
4611 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
4612 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
4613 s%\[%\\&%g
4614 s%\]%\\&%g
4615 s%\$%$$%g
4616 EOF
4617 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
4618 rm -f conftest.defs
4619
4620
4621 # Without the "./", some shells look in PATH for config.status.
4622 : ${CONFIG_STATUS=./config.status}
4623
4624 echo creating $CONFIG_STATUS
4625 rm -f $CONFIG_STATUS
4626 cat > $CONFIG_STATUS <<EOF
4627 #! /bin/sh
4628 # Generated automatically by configure.
4629 # Run this file to recreate the current configuration.
4630 # This directory was configured as follows,
4631 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4632 #
4633 # $0 $ac_configure_args
4634 #
4635 # Compiler output produced by configure, useful for debugging
4636 # configure, is in ./config.log if it exists.
4637
4638 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
4639 for ac_option
4640 do
4641   case "\$ac_option" in
4642   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4643     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
4644     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
4645   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
4646     echo "$CONFIG_STATUS generated by autoconf version 2.13"
4647     exit 0 ;;
4648   -help | --help | --hel | --he | --h)
4649     echo "\$ac_cs_usage"; exit 0 ;;
4650   *) echo "\$ac_cs_usage"; exit 1 ;;
4651   esac
4652 done
4653
4654 ac_given_srcdir=$srcdir
4655 ac_given_INSTALL="$INSTALL"
4656
4657 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
4658 EOF
4659 cat >> $CONFIG_STATUS <<EOF
4660
4661 # Protect against being on the right side of a sed subst in config.status.
4662 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
4663  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
4664 $ac_vpsub
4665 $extrasub
4666 s%@SHELL@%$SHELL%g
4667 s%@CFLAGS@%$CFLAGS%g
4668 s%@CPPFLAGS@%$CPPFLAGS%g
4669 s%@CXXFLAGS@%$CXXFLAGS%g
4670 s%@FFLAGS@%$FFLAGS%g
4671 s%@DEFS@%$DEFS%g
4672 s%@LDFLAGS@%$LDFLAGS%g
4673 s%@LIBS@%$LIBS%g
4674 s%@exec_prefix@%$exec_prefix%g
4675 s%@prefix@%$prefix%g
4676 s%@program_transform_name@%$program_transform_name%g
4677 s%@bindir@%$bindir%g
4678 s%@sbindir@%$sbindir%g
4679 s%@libexecdir@%$libexecdir%g
4680 s%@datadir@%$datadir%g
4681 s%@sysconfdir@%$sysconfdir%g
4682 s%@sharedstatedir@%$sharedstatedir%g
4683 s%@localstatedir@%$localstatedir%g
4684 s%@libdir@%$libdir%g
4685 s%@includedir@%$includedir%g
4686 s%@oldincludedir@%$oldincludedir%g
4687 s%@infodir@%$infodir%g
4688 s%@mandir@%$mandir%g
4689 s%@host@%$host%g
4690 s%@host_alias@%$host_alias%g
4691 s%@host_cpu@%$host_cpu%g
4692 s%@host_vendor@%$host_vendor%g
4693 s%@host_os@%$host_os%g
4694 s%@target@%$target%g
4695 s%@target_alias@%$target_alias%g
4696 s%@target_cpu@%$target_cpu%g
4697 s%@target_vendor@%$target_vendor%g
4698 s%@target_os@%$target_os%g
4699 s%@build@%$build%g
4700 s%@build_alias@%$build_alias%g
4701 s%@build_cpu@%$build_cpu%g
4702 s%@build_vendor@%$build_vendor%g
4703 s%@build_os@%$build_os%g
4704 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
4705 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
4706 s%@INSTALL_DATA@%$INSTALL_DATA%g
4707 s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g
4708 s%@build_subdir@%$build_subdir%g
4709 s%@host_subdir@%$host_subdir%g
4710 s%@target_subdir@%$target_subdir%g
4711 s%@CC@%$CC%g
4712 s%@GNATBIND@%$GNATBIND%g
4713 s%@do_compare@%$do_compare%g
4714 s%@stage1_languages@%$stage1_languages%g
4715 s%@DEFAULT_YACC@%$DEFAULT_YACC%g
4716 s%@DEFAULT_M4@%$DEFAULT_M4%g
4717 s%@DEFAULT_LEX@%$DEFAULT_LEX%g
4718 /@maybe_dependencies@/r $maybe_dependencies
4719 s%@maybe_dependencies@%%g
4720 /@serialization_dependencies@/r $serialization_dependencies
4721 s%@serialization_dependencies@%%g
4722 /@host_makefile_frag@/r $host_makefile_frag
4723 s%@host_makefile_frag@%%g
4724 /@target_makefile_frag@/r $target_makefile_frag
4725 s%@target_makefile_frag@%%g
4726 /@alphaieee_frag@/r $alphaieee_frag
4727 s%@alphaieee_frag@%%g
4728 /@ospace_frag@/r $ospace_frag
4729 s%@ospace_frag@%%g
4730 s%@SET_LIB_PATH@%$SET_LIB_PATH%g
4731 s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
4732 s%@BUILD_PREFIX@%$BUILD_PREFIX%g
4733 s%@BUILD_PREFIX_1@%$BUILD_PREFIX_1%g
4734 s%@gcc_version_trigger@%$gcc_version_trigger%g
4735 s%@gcc_version@%$gcc_version%g
4736 s%@tooldir@%$tooldir%g
4737 s%@build_tooldir@%$build_tooldir%g
4738 s%@GDB_TK@%$GDB_TK%g
4739 s%@gxx_include_dir@%$gxx_include_dir%g
4740 s%@libstdcxx_incdir@%$libstdcxx_incdir%g
4741 s%@build_configargs@%$build_configargs%g
4742 s%@configure_build_modules@%$configure_build_modules%g
4743 s%@all_build_modules@%$all_build_modules%g
4744 s%@host_configargs@%$host_configargs%g
4745 s%@configdirs@%$configdirs%g
4746 s%@target_configargs@%$target_configargs%g
4747 s%@target_configdirs@%$target_configdirs%g
4748 s%@BISON@%$BISON%g
4749 s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
4750 s%@LEX@%$LEX%g
4751 s%@MAKEINFO@%$MAKEINFO%g
4752 s%@YACC@%$YACC%g
4753 s%@config_shell@%$config_shell%g
4754 s%@AR@%$AR%g
4755 s%@ncn_cv_AR@%$ncn_cv_AR%g
4756 s%@AS@%$AS%g
4757 s%@ncn_cv_AS@%$ncn_cv_AS%g
4758 s%@DLLTOOL@%$DLLTOOL%g
4759 s%@ncn_cv_DLLTOOL@%$ncn_cv_DLLTOOL%g
4760 s%@LD@%$LD%g
4761 s%@ncn_cv_LD@%$ncn_cv_LD%g
4762 s%@NM@%$NM%g
4763 s%@ncn_cv_NM@%$ncn_cv_NM%g
4764 s%@RANLIB@%$RANLIB%g
4765 s%@ncn_cv_RANLIB@%$ncn_cv_RANLIB%g
4766 s%@WINDRES@%$WINDRES%g
4767 s%@ncn_cv_WINDRES@%$ncn_cv_WINDRES%g
4768 s%@OBJCOPY@%$OBJCOPY%g
4769 s%@ncn_cv_OBJCOPY@%$ncn_cv_OBJCOPY%g
4770 s%@OBJDUMP@%$OBJDUMP%g
4771 s%@ncn_cv_OBJDUMP@%$ncn_cv_OBJDUMP%g
4772 s%@CXX@%$CXX%g
4773 s%@CFLAGS_FOR_BUILD@%$CFLAGS_FOR_BUILD%g
4774 s%@CONFIGURED_AR_FOR_TARGET@%$CONFIGURED_AR_FOR_TARGET%g
4775 s%@ncn_cv_CONFIGURED_AR_FOR_TARGET@%$ncn_cv_CONFIGURED_AR_FOR_TARGET%g
4776 s%@CONFIGURED_AS_FOR_TARGET@%$CONFIGURED_AS_FOR_TARGET%g
4777 s%@ncn_cv_CONFIGURED_AS_FOR_TARGET@%$ncn_cv_CONFIGURED_AS_FOR_TARGET%g
4778 s%@CONFIGURED_DLLTOOL_FOR_TARGET@%$CONFIGURED_DLLTOOL_FOR_TARGET%g
4779 s%@ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET@%$ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET%g
4780 s%@CONFIGURED_LD_FOR_TARGET@%$CONFIGURED_LD_FOR_TARGET%g
4781 s%@ncn_cv_CONFIGURED_LD_FOR_TARGET@%$ncn_cv_CONFIGURED_LD_FOR_TARGET%g
4782 s%@CONFIGURED_NM_FOR_TARGET@%$CONFIGURED_NM_FOR_TARGET%g
4783 s%@ncn_cv_CONFIGURED_NM_FOR_TARGET@%$ncn_cv_CONFIGURED_NM_FOR_TARGET%g
4784 s%@CONFIGURED_RANLIB_FOR_TARGET@%$CONFIGURED_RANLIB_FOR_TARGET%g
4785 s%@ncn_cv_CONFIGURED_RANLIB_FOR_TARGET@%$ncn_cv_CONFIGURED_RANLIB_FOR_TARGET%g
4786 s%@CONFIGURED_WINDRES_FOR_TARGET@%$CONFIGURED_WINDRES_FOR_TARGET%g
4787 s%@ncn_cv_CONFIGURED_WINDRES_FOR_TARGET@%$ncn_cv_CONFIGURED_WINDRES_FOR_TARGET%g
4788 s%@GCC_FOR_TARGET@%$GCC_FOR_TARGET%g
4789 s%@FLAGS_FOR_TARGET@%$FLAGS_FOR_TARGET%g
4790 s%@CC_FOR_TARGET@%$CC_FOR_TARGET%g
4791 s%@GCJ_FOR_TARGET@%$GCJ_FOR_TARGET%g
4792 s%@CXX_FOR_TARGET@%$CXX_FOR_TARGET%g
4793 s%@RAW_CXX_FOR_TARGET@%$RAW_CXX_FOR_TARGET%g
4794 s%@CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
4795 s%@RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE@%$RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE%g
4796 s%@AR_FOR_TARGET@%$AR_FOR_TARGET%g
4797 s%@AS_FOR_TARGET@%$AS_FOR_TARGET%g
4798 s%@DLLTOOL_FOR_TARGET@%$DLLTOOL_FOR_TARGET%g
4799 s%@LD_FOR_TARGET@%$LD_FOR_TARGET%g
4800 s%@NM_FOR_TARGET@%$NM_FOR_TARGET%g
4801 s%@RANLIB_FOR_TARGET@%$RANLIB_FOR_TARGET%g
4802 s%@WINDRES_FOR_TARGET@%$WINDRES_FOR_TARGET%g
4803 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
4804 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
4805 s%@MAINT@%$MAINT%g
4806 s%@stage1_cflags@%$stage1_cflags%g
4807 s%@stage2_werror_flag@%$stage2_werror_flag%g
4808
4809 CEOF
4810 EOF
4811
4812 cat >> $CONFIG_STATUS <<\EOF
4813
4814 # Split the substitutions into bite-sized pieces for seds with
4815 # small command number limits, like on Digital OSF/1 and HP-UX.
4816 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
4817 ac_file=1 # Number of current file.
4818 ac_beg=1 # First line for current file.
4819 ac_end=$ac_max_sed_cmds # Line after last line for current file.
4820 ac_more_lines=:
4821 ac_sed_cmds=""
4822 while $ac_more_lines; do
4823   if test $ac_beg -gt 1; then
4824     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
4825   else
4826     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
4827   fi
4828   if test ! -s conftest.s$ac_file; then
4829     ac_more_lines=false
4830     rm -f conftest.s$ac_file
4831   else
4832     if test -z "$ac_sed_cmds"; then
4833       ac_sed_cmds="sed -f conftest.s$ac_file"
4834     else
4835       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
4836     fi
4837     ac_file=`expr $ac_file + 1`
4838     ac_beg=$ac_end
4839     ac_end=`expr $ac_end + $ac_max_sed_cmds`
4840   fi
4841 done
4842 if test -z "$ac_sed_cmds"; then
4843   ac_sed_cmds=cat
4844 fi
4845 EOF
4846
4847 cat >> $CONFIG_STATUS <<EOF
4848
4849 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
4850 EOF
4851 cat >> $CONFIG_STATUS <<\EOF
4852 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
4853   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4854   case "$ac_file" in
4855   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
4856        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
4857   *) ac_file_in="${ac_file}.in" ;;
4858   esac
4859
4860   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
4861
4862   # Remove last slash and all that follows it.  Not all systems have dirname.
4863   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
4864   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
4865     # The file is in a subdirectory.
4866     test ! -d "$ac_dir" && mkdir "$ac_dir"
4867     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
4868     # A "../" for each directory in $ac_dir_suffix.
4869     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
4870   else
4871     ac_dir_suffix= ac_dots=
4872   fi
4873
4874   case "$ac_given_srcdir" in
4875   .)  srcdir=.
4876       if test -z "$ac_dots"; then top_srcdir=.
4877       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
4878   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
4879   *) # Relative path.
4880     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
4881     top_srcdir="$ac_dots$ac_given_srcdir" ;;
4882   esac
4883
4884   case "$ac_given_INSTALL" in
4885   [/$]*) INSTALL="$ac_given_INSTALL" ;;
4886   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
4887   esac
4888
4889   echo creating "$ac_file"
4890   rm -f "$ac_file"
4891   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
4892   case "$ac_file" in
4893   *Makefile*) ac_comsub="1i\\
4894 # $configure_input" ;;
4895   *) ac_comsub= ;;
4896   esac
4897
4898   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
4899   sed -e "$ac_comsub
4900 s%@configure_input@%$configure_input%g
4901 s%@srcdir@%$srcdir%g
4902 s%@top_srcdir@%$top_srcdir%g
4903 s%@INSTALL@%$INSTALL%g
4904 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
4905 fi; done
4906 rm -f conftest.s*
4907
4908 EOF
4909 cat >> $CONFIG_STATUS <<EOF
4910
4911 EOF
4912 cat >> $CONFIG_STATUS <<\EOF
4913
4914 exit 0
4915 EOF
4916 chmod +x $CONFIG_STATUS
4917 rm -fr confdefs* $ac_clean_files
4918 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
4919