OSDN Git Service

* java/lang/Runtime.java (loadLibraryInternal): Declare.
[pf3gnuchains/gcc-fork.git] / libjava / 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   --with-target-subdir=SUBDIR
16                            configuring in a subdirectory"
17 ac_help="$ac_help
18   --with-cross-host=HOST  configuring with a cross compiler"
19 ac_help="$ac_help
20   --enable-multilib       build many library versions (default)"
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-shared[=PKGS]  build shared libraries [default=yes]"
26 ac_help="$ac_help
27   --enable-static[=PKGS]  build static libraries [default=yes]"
28 ac_help="$ac_help
29   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
30 ac_help="$ac_help
31   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
32 ac_help="$ac_help
33   --disable-libtool-lock  avoid locking (might break parallel builds)"
34 ac_help="$ac_help
35   --enable-fast-character prefer speed over size for Character"
36 ac_help="$ac_help
37   --disable-getenv-properties
38                           don't set system properties from GCJ_PROPERTIES"
39 ac_help="$ac_help
40   --enable-libgcj-debug   enable runtime debugging code"
41 ac_help="$ac_help
42   --enable-interpreter    enable interpreter"
43 ac_help="$ac_help
44   --enable-sjlj-exceptions    use setjmp/longjmp exceptions"
45 ac_help="$ac_help
46   --disable-java-net      disable java.net"
47 ac_help="$ac_help
48   --with-ecos             enable runtime eCos target support"
49 ac_help="$ac_help
50   --with-system-zlib      use installed libz"
51 ac_help="$ac_help
52   --enable-java-gc=TYPE   choose garbage collector [boehm]"
53 ac_help="$ac_help
54   --enable-threads=TYPE   choose threading package"
55
56 # Initialize some variables set by options.
57 # The variables have the same names as the options, with
58 # dashes changed to underlines.
59 build=NONE
60 cache_file=./config.cache
61 exec_prefix=NONE
62 host=NONE
63 no_create=
64 nonopt=NONE
65 no_recursion=
66 prefix=NONE
67 program_prefix=NONE
68 program_suffix=NONE
69 program_transform_name=s,x,x,
70 silent=
71 site=
72 sitefile=
73 srcdir=
74 target=NONE
75 verbose=
76 x_includes=NONE
77 x_libraries=NONE
78 bindir='${exec_prefix}/bin'
79 sbindir='${exec_prefix}/sbin'
80 libexecdir='${exec_prefix}/libexec'
81 datadir='${prefix}/share'
82 sysconfdir='${prefix}/etc'
83 sharedstatedir='${prefix}/com'
84 localstatedir='${prefix}/var'
85 libdir='${exec_prefix}/lib'
86 includedir='${prefix}/include'
87 oldincludedir='/usr/include'
88 infodir='${prefix}/info'
89 mandir='${prefix}/man'
90
91 # Initialize some other variables.
92 subdirs=
93 MFLAGS= MAKEFLAGS=
94 SHELL=${CONFIG_SHELL-/bin/sh}
95 # Maximum number of lines to put in a shell here document.
96 ac_max_here_lines=12
97
98 ac_prev=
99 for ac_option
100 do
101
102   # If the previous option needs an argument, assign it.
103   if test -n "$ac_prev"; then
104     eval "$ac_prev=\$ac_option"
105     ac_prev=
106     continue
107   fi
108
109   case "$ac_option" in
110   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
111   *) ac_optarg= ;;
112   esac
113
114   # Accept the important Cygnus configure options, so we can diagnose typos.
115
116   case "$ac_option" in
117
118   -bindir | --bindir | --bindi | --bind | --bin | --bi)
119     ac_prev=bindir ;;
120   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
121     bindir="$ac_optarg" ;;
122
123   -build | --build | --buil | --bui | --bu)
124     ac_prev=build ;;
125   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
126     build="$ac_optarg" ;;
127
128   -cache-file | --cache-file | --cache-fil | --cache-fi \
129   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
130     ac_prev=cache_file ;;
131   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
132   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
133     cache_file="$ac_optarg" ;;
134
135   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
136     ac_prev=datadir ;;
137   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
138   | --da=*)
139     datadir="$ac_optarg" ;;
140
141   -disable-* | --disable-*)
142     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
143     # Reject names that are not valid shell variable names.
144     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
145       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
146     fi
147     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
148     eval "enable_${ac_feature}=no" ;;
149
150   -enable-* | --enable-*)
151     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
152     # Reject names that are not valid shell variable names.
153     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
154       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
155     fi
156     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
157     case "$ac_option" in
158       *=*) ;;
159       *) ac_optarg=yes ;;
160     esac
161     eval "enable_${ac_feature}='$ac_optarg'" ;;
162
163   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
164   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
165   | --exec | --exe | --ex)
166     ac_prev=exec_prefix ;;
167   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
168   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
169   | --exec=* | --exe=* | --ex=*)
170     exec_prefix="$ac_optarg" ;;
171
172   -gas | --gas | --ga | --g)
173     # Obsolete; use --with-gas.
174     with_gas=yes ;;
175
176   -help | --help | --hel | --he)
177     # Omit some internal or obsolete options to make the list less imposing.
178     # This message is too long to be a string in the A/UX 3.1 sh.
179     cat << EOF
180 Usage: configure [options] [host]
181 Options: [defaults in brackets after descriptions]
182 Configuration:
183   --cache-file=FILE       cache test results in FILE
184   --help                  print this message
185   --no-create             do not create output files
186   --quiet, --silent       do not print \`checking...' messages
187   --site-file=FILE        use FILE as the site file
188   --version               print the version of autoconf that created configure
189 Directory and file names:
190   --prefix=PREFIX         install architecture-independent files in PREFIX
191                           [$ac_default_prefix]
192   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
193                           [same as prefix]
194   --bindir=DIR            user executables in DIR [EPREFIX/bin]
195   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
196   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
197   --datadir=DIR           read-only architecture-independent data in DIR
198                           [PREFIX/share]
199   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
200   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
201                           [PREFIX/com]
202   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
203   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
204   --includedir=DIR        C header files in DIR [PREFIX/include]
205   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
206   --infodir=DIR           info documentation in DIR [PREFIX/info]
207   --mandir=DIR            man documentation in DIR [PREFIX/man]
208   --srcdir=DIR            find the sources in DIR [configure dir or ..]
209   --program-prefix=PREFIX prepend PREFIX to installed program names
210   --program-suffix=SUFFIX append SUFFIX to installed program names
211   --program-transform-name=PROGRAM
212                           run sed PROGRAM on installed program names
213 EOF
214     cat << EOF
215 Host type:
216   --build=BUILD           configure for building on BUILD [BUILD=HOST]
217   --host=HOST             configure for HOST [guessed]
218   --target=TARGET         configure for TARGET [TARGET=HOST]
219 Features and packages:
220   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
221   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
222   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
223   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
224   --x-includes=DIR        X include files are in DIR
225   --x-libraries=DIR       X library files are in DIR
226 EOF
227     if test -n "$ac_help"; then
228       echo "--enable and --with options recognized:$ac_help"
229     fi
230     exit 0 ;;
231
232   -host | --host | --hos | --ho)
233     ac_prev=host ;;
234   -host=* | --host=* | --hos=* | --ho=*)
235     host="$ac_optarg" ;;
236
237   -includedir | --includedir | --includedi | --included | --include \
238   | --includ | --inclu | --incl | --inc)
239     ac_prev=includedir ;;
240   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
241   | --includ=* | --inclu=* | --incl=* | --inc=*)
242     includedir="$ac_optarg" ;;
243
244   -infodir | --infodir | --infodi | --infod | --info | --inf)
245     ac_prev=infodir ;;
246   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
247     infodir="$ac_optarg" ;;
248
249   -libdir | --libdir | --libdi | --libd)
250     ac_prev=libdir ;;
251   -libdir=* | --libdir=* | --libdi=* | --libd=*)
252     libdir="$ac_optarg" ;;
253
254   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
255   | --libexe | --libex | --libe)
256     ac_prev=libexecdir ;;
257   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
258   | --libexe=* | --libex=* | --libe=*)
259     libexecdir="$ac_optarg" ;;
260
261   -localstatedir | --localstatedir | --localstatedi | --localstated \
262   | --localstate | --localstat | --localsta | --localst \
263   | --locals | --local | --loca | --loc | --lo)
264     ac_prev=localstatedir ;;
265   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
266   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
267   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
268     localstatedir="$ac_optarg" ;;
269
270   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
271     ac_prev=mandir ;;
272   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
273     mandir="$ac_optarg" ;;
274
275   -nfp | --nfp | --nf)
276     # Obsolete; use --without-fp.
277     with_fp=no ;;
278
279   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
280   | --no-cr | --no-c)
281     no_create=yes ;;
282
283   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
284   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
285     no_recursion=yes ;;
286
287   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
288   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
289   | --oldin | --oldi | --old | --ol | --o)
290     ac_prev=oldincludedir ;;
291   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
292   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
293   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
294     oldincludedir="$ac_optarg" ;;
295
296   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
297     ac_prev=prefix ;;
298   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
299     prefix="$ac_optarg" ;;
300
301   -program-prefix | --program-prefix | --program-prefi | --program-pref \
302   | --program-pre | --program-pr | --program-p)
303     ac_prev=program_prefix ;;
304   -program-prefix=* | --program-prefix=* | --program-prefi=* \
305   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
306     program_prefix="$ac_optarg" ;;
307
308   -program-suffix | --program-suffix | --program-suffi | --program-suff \
309   | --program-suf | --program-su | --program-s)
310     ac_prev=program_suffix ;;
311   -program-suffix=* | --program-suffix=* | --program-suffi=* \
312   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
313     program_suffix="$ac_optarg" ;;
314
315   -program-transform-name | --program-transform-name \
316   | --program-transform-nam | --program-transform-na \
317   | --program-transform-n | --program-transform- \
318   | --program-transform | --program-transfor \
319   | --program-transfo | --program-transf \
320   | --program-trans | --program-tran \
321   | --progr-tra | --program-tr | --program-t)
322     ac_prev=program_transform_name ;;
323   -program-transform-name=* | --program-transform-name=* \
324   | --program-transform-nam=* | --program-transform-na=* \
325   | --program-transform-n=* | --program-transform-=* \
326   | --program-transform=* | --program-transfor=* \
327   | --program-transfo=* | --program-transf=* \
328   | --program-trans=* | --program-tran=* \
329   | --progr-tra=* | --program-tr=* | --program-t=*)
330     program_transform_name="$ac_optarg" ;;
331
332   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
333   | -silent | --silent | --silen | --sile | --sil)
334     silent=yes ;;
335
336   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
337     ac_prev=sbindir ;;
338   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
339   | --sbi=* | --sb=*)
340     sbindir="$ac_optarg" ;;
341
342   -sharedstatedir | --sharedstatedir | --sharedstatedi \
343   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
344   | --sharedst | --shareds | --shared | --share | --shar \
345   | --sha | --sh)
346     ac_prev=sharedstatedir ;;
347   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
348   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
349   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
350   | --sha=* | --sh=*)
351     sharedstatedir="$ac_optarg" ;;
352
353   -site | --site | --sit)
354     ac_prev=site ;;
355   -site=* | --site=* | --sit=*)
356     site="$ac_optarg" ;;
357
358   -site-file | --site-file | --site-fil | --site-fi | --site-f)
359     ac_prev=sitefile ;;
360   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
361     sitefile="$ac_optarg" ;;
362
363   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
364     ac_prev=srcdir ;;
365   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
366     srcdir="$ac_optarg" ;;
367
368   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
369   | --syscon | --sysco | --sysc | --sys | --sy)
370     ac_prev=sysconfdir ;;
371   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
372   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
373     sysconfdir="$ac_optarg" ;;
374
375   -target | --target | --targe | --targ | --tar | --ta | --t)
376     ac_prev=target ;;
377   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
378     target="$ac_optarg" ;;
379
380   -v | -verbose | --verbose | --verbos | --verbo | --verb)
381     verbose=yes ;;
382
383   -version | --version | --versio | --versi | --vers)
384     echo "configure generated by autoconf version 2.13"
385     exit 0 ;;
386
387   -with-* | --with-*)
388     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
389     # Reject names that are not valid shell variable names.
390     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
391       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
392     fi
393     ac_package=`echo $ac_package| sed 's/-/_/g'`
394     case "$ac_option" in
395       *=*) ;;
396       *) ac_optarg=yes ;;
397     esac
398     eval "with_${ac_package}='$ac_optarg'" ;;
399
400   -without-* | --without-*)
401     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
402     # Reject names that are not valid shell variable names.
403     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
404       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
405     fi
406     ac_package=`echo $ac_package| sed 's/-/_/g'`
407     eval "with_${ac_package}=no" ;;
408
409   --x)
410     # Obsolete; use --with-x.
411     with_x=yes ;;
412
413   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
414   | --x-incl | --x-inc | --x-in | --x-i)
415     ac_prev=x_includes ;;
416   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
417   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
418     x_includes="$ac_optarg" ;;
419
420   -x-libraries | --x-libraries | --x-librarie | --x-librari \
421   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
422     ac_prev=x_libraries ;;
423   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
424   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
425     x_libraries="$ac_optarg" ;;
426
427   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
428     ;;
429
430   *)
431     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
432       echo "configure: warning: $ac_option: invalid host type" 1>&2
433     fi
434     if test "x$nonopt" != xNONE; then
435       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
436     fi
437     nonopt="$ac_option"
438     ;;
439
440   esac
441 done
442
443 if test -n "$ac_prev"; then
444   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
445 fi
446
447 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
448
449 # File descriptor usage:
450 # 0 standard input
451 # 1 file creation
452 # 2 errors and warnings
453 # 3 some systems may open it to /dev/tty
454 # 4 used on the Kubota Titan
455 # 6 checking for... messages and results
456 # 5 compiler messages saved in config.log
457 if test "$silent" = yes; then
458   exec 6>/dev/null
459 else
460   exec 6>&1
461 fi
462 exec 5>./config.log
463
464 echo "\
465 This file contains any messages produced by compilers while
466 running configure, to aid debugging if configure makes a mistake.
467 " 1>&5
468
469 # Strip out --no-create and --no-recursion so they do not pile up.
470 # Also quote any args containing shell metacharacters.
471 ac_configure_args=
472 for ac_arg
473 do
474   case "$ac_arg" in
475   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
476   | --no-cr | --no-c) ;;
477   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
478   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
479   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
480   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
481   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
482   esac
483 done
484
485 # NLS nuisances.
486 # Only set these to C if already set.  These must not be set unconditionally
487 # because not all systems understand e.g. LANG=C (notably SCO).
488 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
489 # Non-C LC_CTYPE values break the ctype check.
490 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
491 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
492 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
493 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
494
495 # confdefs.h avoids OS command line length limits that DEFS can exceed.
496 rm -rf conftest* confdefs.h
497 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
498 echo > confdefs.h
499
500 # A filename unique to this package, relative to the directory that
501 # configure is in, which we can look for to find out if srcdir is correct.
502 ac_unique_file=java/lang/System.java
503
504 # Find the source files, if location was not specified.
505 if test -z "$srcdir"; then
506   ac_srcdir_defaulted=yes
507   # Try the directory containing this script, then its parent.
508   ac_prog=$0
509   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
510   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
511   srcdir=$ac_confdir
512   if test ! -r $srcdir/$ac_unique_file; then
513     srcdir=..
514   fi
515 else
516   ac_srcdir_defaulted=no
517 fi
518 if test ! -r $srcdir/$ac_unique_file; then
519   if test "$ac_srcdir_defaulted" = yes; then
520     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
521   else
522     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
523   fi
524 fi
525 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
526
527 # Prefer explicitly selected file to automatically selected ones.
528 if test -z "$sitefile"; then
529   if test -z "$CONFIG_SITE"; then
530     if test "x$prefix" != xNONE; then
531       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
532     else
533       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
534     fi
535   fi
536 else
537   CONFIG_SITE="$sitefile"
538 fi
539 for ac_site_file in $CONFIG_SITE; do
540   if test -r "$ac_site_file"; then
541     echo "loading site script $ac_site_file"
542     . "$ac_site_file"
543   fi
544 done
545
546 if test -r "$cache_file"; then
547   echo "loading cache $cache_file"
548   . $cache_file
549 else
550   echo "creating cache $cache_file"
551   > $cache_file
552 fi
553
554 ac_ext=c
555 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
556 ac_cpp='$CPP $CPPFLAGS'
557 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
558 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
559 cross_compiling=$ac_cv_prog_cc_cross
560
561 ac_exeext=
562 ac_objext=o
563 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
564   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
565   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
566     ac_n= ac_c='
567 ' ac_t='        '
568   else
569     ac_n=-n ac_c= ac_t=
570   fi
571 else
572   ac_n= ac_c='\c' ac_t=
573 fi
574
575
576
577 ac_aux_dir=
578 for ac_dir in .. $srcdir/..; do
579   if test -f $ac_dir/install-sh; then
580     ac_aux_dir=$ac_dir
581     ac_install_sh="$ac_aux_dir/install-sh -c"
582     break
583   elif test -f $ac_dir/install.sh; then
584     ac_aux_dir=$ac_dir
585     ac_install_sh="$ac_aux_dir/install.sh -c"
586     break
587   fi
588 done
589 if test -z "$ac_aux_dir"; then
590   { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
591 fi
592 ac_config_guess=$ac_aux_dir/config.guess
593 ac_config_sub=$ac_aux_dir/config.sub
594 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
595
596
597
598 # Do some error checking and defaulting for the host and target type.
599 # The inputs are:
600 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
601 #
602 # The rules are:
603 # 1. You are not allowed to specify --host, --target, and nonopt at the
604 #    same time.
605 # 2. Host defaults to nonopt.
606 # 3. If nonopt is not specified, then host defaults to the current host,
607 #    as determined by config.guess.
608 # 4. Target and build default to nonopt.
609 # 5. If nonopt is not specified, then target and build default to host.
610
611 # The aliases save the names the user supplied, while $host etc.
612 # will get canonicalized.
613 case $host---$target---$nonopt in
614 NONE---*---* | *---NONE---* | *---*---NONE) ;;
615 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
616 esac
617
618
619 # Make sure we can run config.sub.
620 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
621 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
622 fi
623
624 echo $ac_n "checking host system type""... $ac_c" 1>&6
625 echo "configure:626: checking host system type" >&5
626
627 host_alias=$host
628 case "$host_alias" in
629 NONE)
630   case $nonopt in
631   NONE)
632     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
633     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
634     fi ;;
635   *) host_alias=$nonopt ;;
636   esac ;;
637 esac
638
639 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
640 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
641 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
642 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
643 echo "$ac_t""$host" 1>&6
644
645 echo $ac_n "checking target system type""... $ac_c" 1>&6
646 echo "configure:647: checking target system type" >&5
647
648 target_alias=$target
649 case "$target_alias" in
650 NONE)
651   case $nonopt in
652   NONE) target_alias=$host_alias ;;
653   *) target_alias=$nonopt ;;
654   esac ;;
655 esac
656
657 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
658 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
659 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
660 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
661 echo "$ac_t""$target" 1>&6
662
663 echo $ac_n "checking build system type""... $ac_c" 1>&6
664 echo "configure:665: checking build system type" >&5
665
666 build_alias=$build
667 case "$build_alias" in
668 NONE)
669   case $nonopt in
670   NONE) build_alias=$host_alias ;;
671   *) build_alias=$nonopt ;;
672   esac ;;
673 esac
674
675 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
676 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
677 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
678 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
679 echo "$ac_t""$build" 1>&6
680
681 test "$host_alias" != "$target_alias" &&
682   test "$program_prefix$program_suffix$program_transform_name" = \
683     NONENONEs,x,x, &&
684   program_prefix=${target_alias}-
685
686
687 # Check whether --with-target-subdir or --without-target-subdir was given.
688 if test "${with_target_subdir+set}" = set; then
689   withval="$with_target_subdir"
690   :
691 fi
692
693 # Check whether --with-cross-host or --without-cross-host was given.
694 if test "${with_cross_host+set}" = set; then
695   withval="$with_cross_host"
696   :
697 fi
698
699
700 # Find a good install program.  We prefer a C program (faster),
701 # so one script is as good as another.  But avoid the broken or
702 # incompatible versions:
703 # SysV /etc/install, /usr/sbin/install
704 # SunOS /usr/etc/install
705 # IRIX /sbin/install
706 # AIX /bin/install
707 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
708 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
709 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
710 # ./install, which can be erroneously created by make from ./install.sh.
711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
712 echo "configure:713: checking for a BSD compatible install" >&5
713 if test -z "$INSTALL"; then
714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
715   echo $ac_n "(cached) $ac_c" 1>&6
716 else
717     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
718   for ac_dir in $PATH; do
719     # Account for people who put trailing slashes in PATH elements.
720     case "$ac_dir/" in
721     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
722     *)
723       # OSF1 and SCO ODT 3.0 have their own names for install.
724       # Don't use installbsd from OSF since it installs stuff as root
725       # by default.
726       for ac_prog in ginstall scoinst install; do
727         if test -f $ac_dir/$ac_prog; then
728           if test $ac_prog = install &&
729             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
730             # AIX install.  It has an incompatible calling convention.
731             :
732           else
733             ac_cv_path_install="$ac_dir/$ac_prog -c"
734             break 2
735           fi
736         fi
737       done
738       ;;
739     esac
740   done
741   IFS="$ac_save_IFS"
742
743 fi
744   if test "${ac_cv_path_install+set}" = set; then
745     INSTALL="$ac_cv_path_install"
746   else
747     # As a last resort, use the slow shell script.  We don't cache a
748     # path for INSTALL within a source directory, because that will
749     # break other packages using the cache if that directory is
750     # removed, or if the path is relative.
751     INSTALL="$ac_install_sh"
752   fi
753 fi
754 echo "$ac_t""$INSTALL" 1>&6
755
756 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
757 # It thinks the first close brace ends the variable substitution.
758 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
759
760 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
761
762 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
763
764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
765 echo "configure:766: checking whether build environment is sane" >&5
766 # Just in case
767 sleep 1
768 echo timestamp > conftestfile
769 # Do `set' in a subshell so we don't clobber the current shell's
770 # arguments.  Must try -L first in case configure is actually a
771 # symlink; some systems play weird games with the mod time of symlinks
772 # (eg FreeBSD returns the mod time of the symlink's containing
773 # directory).
774 if (
775    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
776    if test "$*" = "X"; then
777       # -L didn't work.
778       set X `ls -t $srcdir/configure conftestfile`
779    fi
780    if test "$*" != "X $srcdir/configure conftestfile" \
781       && test "$*" != "X conftestfile $srcdir/configure"; then
782
783       # If neither matched, then we have a broken ls.  This can happen
784       # if, for instance, CONFIG_SHELL is bash and it inherits a
785       # broken ls alias from the environment.  This has actually
786       # happened.  Such a system could not be considered "sane".
787       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
788 alias in your environment" 1>&2; exit 1; }
789    fi
790
791    test "$2" = conftestfile
792    )
793 then
794    # Ok.
795    :
796 else
797    { echo "configure: error: newly created file is older than distributed files!
798 Check your system clock" 1>&2; exit 1; }
799 fi
800 rm -f conftest*
801 echo "$ac_t""yes" 1>&6
802 if test "$program_transform_name" = s,x,x,; then
803   program_transform_name=
804 else
805   # Double any \ or $.  echo might interpret backslashes.
806   cat <<\EOF_SED > conftestsed
807 s,\\,\\\\,g; s,\$,$$,g
808 EOF_SED
809   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
810   rm -f conftestsed
811 fi
812 test "$program_prefix" != NONE &&
813   program_transform_name="s,^,${program_prefix},; $program_transform_name"
814 # Use a double $ so make ignores it.
815 test "$program_suffix" != NONE &&
816   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
817
818 # sed with no file args requires a program.
819 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
820
821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5
823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
825   echo $ac_n "(cached) $ac_c" 1>&6
826 else
827   cat > conftestmake <<\EOF
828 all:
829         @echo 'ac_maketemp="${MAKE}"'
830 EOF
831 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
832 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
833 if test -n "$ac_maketemp"; then
834   eval ac_cv_prog_make_${ac_make}_set=yes
835 else
836   eval ac_cv_prog_make_${ac_make}_set=no
837 fi
838 rm -f conftestmake
839 fi
840 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
841   echo "$ac_t""yes" 1>&6
842   SET_MAKE=
843 else
844   echo "$ac_t""no" 1>&6
845   SET_MAKE="MAKE=${MAKE-make}"
846 fi
847
848 if test $host != $build; then
849   ac_tool_prefix=${host_alias}-
850 else
851   ac_tool_prefix=
852 fi
853
854 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
855 echo "configure:856: checking for Cygwin environment" >&5
856 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
857   echo $ac_n "(cached) $ac_c" 1>&6
858 else
859   cat > conftest.$ac_ext <<EOF
860 #line 861 "configure"
861 #include "confdefs.h"
862
863 int main() {
864
865 #ifndef __CYGWIN__
866 #define __CYGWIN__ __CYGWIN32__
867 #endif
868 return __CYGWIN__;
869 ; return 0; }
870 EOF
871 if { (eval echo configure:872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
872   rm -rf conftest*
873   ac_cv_cygwin=yes
874 else
875   echo "configure: failed program was:" >&5
876   cat conftest.$ac_ext >&5
877   rm -rf conftest*
878   ac_cv_cygwin=no
879 fi
880 rm -f conftest*
881 rm -f conftest*
882 fi
883
884 echo "$ac_t""$ac_cv_cygwin" 1>&6
885 CYGWIN=
886 test "$ac_cv_cygwin" = yes && CYGWIN=yes
887 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
888 echo "configure:889: checking for mingw32 environment" >&5
889 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
890   echo $ac_n "(cached) $ac_c" 1>&6
891 else
892   cat > conftest.$ac_ext <<EOF
893 #line 894 "configure"
894 #include "confdefs.h"
895
896 int main() {
897 return __MINGW32__;
898 ; return 0; }
899 EOF
900 if { (eval echo configure:901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
901   rm -rf conftest*
902   ac_cv_mingw32=yes
903 else
904   echo "configure: failed program was:" >&5
905   cat conftest.$ac_ext >&5
906   rm -rf conftest*
907   ac_cv_mingw32=no
908 fi
909 rm -f conftest*
910 rm -f conftest*
911 fi
912
913 echo "$ac_t""$ac_cv_mingw32" 1>&6
914 MINGW32=
915 test "$ac_cv_mingw32" = yes && MINGW32=yes
916
917 # Check whether --enable-multilib or --disable-multilib was given.
918 if test "${enable_multilib+set}" = set; then
919   enableval="$enable_multilib"
920   case "${enableval}" in
921   yes) multilib=yes ;;
922   no)  multilib=no ;;
923   *)   { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
924  esac
925 else
926   multilib=yes
927 fi
928
929
930 if test "${srcdir}" = "."; then
931   if test "${with_target_subdir}" != "."; then
932     libgcj_basedir="${srcdir}/${with_multisrctop}../."
933   else
934     libgcj_basedir="${srcdir}/${with_multisrctop}."
935   fi
936 else
937   libgcj_basedir="${srcdir}/."
938 fi
939
940
941
942 # Make sure we can run config.sub.
943 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
944 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
945 fi
946
947 echo $ac_n "checking host system type""... $ac_c" 1>&6
948 echo "configure:949: checking host system type" >&5
949
950 host_alias=$host
951 case "$host_alias" in
952 NONE)
953   case $nonopt in
954   NONE)
955     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
956     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
957     fi ;;
958   *) host_alias=$nonopt ;;
959   esac ;;
960 esac
961
962 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
963 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
964 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
965 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
966 echo "$ac_t""$host" 1>&6
967
968
969 version=0.0.7
970
971 PACKAGE=libjava
972
973 VERSION=$version
974
975 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
976   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
977 fi
978 cat >> confdefs.h <<EOF
979 #define PACKAGE "$PACKAGE"
980 EOF
981
982 cat >> confdefs.h <<EOF
983 #define VERSION "$VERSION"
984 EOF
985
986
987
988 missing_dir=`cd $ac_aux_dir && pwd`
989 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
990 echo "configure:991: checking for working aclocal" >&5
991 # Run test in a subshell; some versions of sh will print an error if
992 # an executable is not found, even if stderr is redirected.
993 # Redirect stdin to placate older versions of autoconf.  Sigh.
994 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
995    ACLOCAL=aclocal
996    echo "$ac_t""found" 1>&6
997 else
998    ACLOCAL="$missing_dir/missing aclocal"
999    echo "$ac_t""missing" 1>&6
1000 fi
1001
1002 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1003 echo "configure:1004: checking for working autoconf" >&5
1004 # Run test in a subshell; some versions of sh will print an error if
1005 # an executable is not found, even if stderr is redirected.
1006 # Redirect stdin to placate older versions of autoconf.  Sigh.
1007 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1008    AUTOCONF=autoconf
1009    echo "$ac_t""found" 1>&6
1010 else
1011    AUTOCONF="$missing_dir/missing autoconf"
1012    echo "$ac_t""missing" 1>&6
1013 fi
1014
1015 echo $ac_n "checking for working automake""... $ac_c" 1>&6
1016 echo "configure:1017: checking for working automake" >&5
1017 # Run test in a subshell; some versions of sh will print an error if
1018 # an executable is not found, even if stderr is redirected.
1019 # Redirect stdin to placate older versions of autoconf.  Sigh.
1020 if (automake --version) < /dev/null > /dev/null 2>&1; then
1021    AUTOMAKE=automake
1022    echo "$ac_t""found" 1>&6
1023 else
1024    AUTOMAKE="$missing_dir/missing automake"
1025    echo "$ac_t""missing" 1>&6
1026 fi
1027
1028 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1029 echo "configure:1030: checking for working autoheader" >&5
1030 # Run test in a subshell; some versions of sh will print an error if
1031 # an executable is not found, even if stderr is redirected.
1032 # Redirect stdin to placate older versions of autoconf.  Sigh.
1033 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1034    AUTOHEADER=autoheader
1035    echo "$ac_t""found" 1>&6
1036 else
1037    AUTOHEADER="$missing_dir/missing autoheader"
1038    echo "$ac_t""missing" 1>&6
1039 fi
1040
1041 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1042 echo "configure:1043: checking for working makeinfo" >&5
1043 # Run test in a subshell; some versions of sh will print an error if
1044 # an executable is not found, even if stderr is redirected.
1045 # Redirect stdin to placate older versions of autoconf.  Sigh.
1046 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1047    MAKEINFO=makeinfo
1048    echo "$ac_t""found" 1>&6
1049 else
1050    MAKEINFO="$missing_dir/missing makeinfo"
1051    echo "$ac_t""missing" 1>&6
1052 fi
1053
1054
1055
1056 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
1057 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
1058 # are probably using a cross compiler, which will not be able to fully
1059 # link an executable.  This should really be fixed in autoconf
1060 # itself.
1061
1062
1063
1064
1065 # Extract the first word of "gcc", so it can be a program name with args.
1066 set dummy gcc; ac_word=$2
1067 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1068 echo "configure:1069: checking for $ac_word" >&5
1069 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1070   echo $ac_n "(cached) $ac_c" 1>&6
1071 else
1072   if test -n "$CC"; then
1073   ac_cv_prog_CC="$CC" # Let the user override the test.
1074 else
1075   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1076   ac_dummy="$PATH"
1077   for ac_dir in $ac_dummy; do
1078     test -z "$ac_dir" && ac_dir=.
1079     if test -f $ac_dir/$ac_word; then
1080       ac_cv_prog_CC="gcc"
1081       break
1082     fi
1083   done
1084   IFS="$ac_save_ifs"
1085 fi
1086 fi
1087 CC="$ac_cv_prog_CC"
1088 if test -n "$CC"; then
1089   echo "$ac_t""$CC" 1>&6
1090 else
1091   echo "$ac_t""no" 1>&6
1092 fi
1093
1094 if test -z "$CC"; then
1095   # Extract the first word of "cc", so it can be a program name with args.
1096 set dummy cc; ac_word=$2
1097 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1098 echo "configure:1099: checking for $ac_word" >&5
1099 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1100   echo $ac_n "(cached) $ac_c" 1>&6
1101 else
1102   if test -n "$CC"; then
1103   ac_cv_prog_CC="$CC" # Let the user override the test.
1104 else
1105   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1106   ac_prog_rejected=no
1107   ac_dummy="$PATH"
1108   for ac_dir in $ac_dummy; do
1109     test -z "$ac_dir" && ac_dir=.
1110     if test -f $ac_dir/$ac_word; then
1111       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1112         ac_prog_rejected=yes
1113         continue
1114       fi
1115       ac_cv_prog_CC="cc"
1116       break
1117     fi
1118   done
1119   IFS="$ac_save_ifs"
1120 if test $ac_prog_rejected = yes; then
1121   # We found a bogon in the path, so make sure we never use it.
1122   set dummy $ac_cv_prog_CC
1123   shift
1124   if test $# -gt 0; then
1125     # We chose a different compiler from the bogus one.
1126     # However, it has the same basename, so the bogon will be chosen
1127     # first if we set CC to just the basename; use the full file name.
1128     shift
1129     set dummy "$ac_dir/$ac_word" "$@"
1130     shift
1131     ac_cv_prog_CC="$@"
1132   fi
1133 fi
1134 fi
1135 fi
1136 CC="$ac_cv_prog_CC"
1137 if test -n "$CC"; then
1138   echo "$ac_t""$CC" 1>&6
1139 else
1140   echo "$ac_t""no" 1>&6
1141 fi
1142
1143   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1144 fi
1145
1146 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1147 echo "configure:1148: checking whether we are using GNU C" >&5
1148 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1149   echo $ac_n "(cached) $ac_c" 1>&6
1150 else
1151   cat > conftest.c <<EOF
1152 #ifdef __GNUC__
1153   yes;
1154 #endif
1155 EOF
1156 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1157   ac_cv_prog_gcc=yes
1158 else
1159   ac_cv_prog_gcc=no
1160 fi
1161 fi
1162
1163 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1164
1165 if test $ac_cv_prog_gcc = yes; then
1166   GCC=yes
1167   ac_test_CFLAGS="${CFLAGS+set}"
1168   ac_save_CFLAGS="$CFLAGS"
1169   CFLAGS=
1170   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1171 echo "configure:1172: checking whether ${CC-cc} accepts -g" >&5
1172 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1173   echo $ac_n "(cached) $ac_c" 1>&6
1174 else
1175   echo 'void f(){}' > conftest.c
1176 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1177   ac_cv_prog_cc_g=yes
1178 else
1179   ac_cv_prog_cc_g=no
1180 fi
1181 rm -f conftest*
1182
1183 fi
1184
1185 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1186   if test "$ac_test_CFLAGS" = set; then
1187     CFLAGS="$ac_save_CFLAGS"
1188   elif test $ac_cv_prog_cc_g = yes; then
1189     CFLAGS="-g -O2"
1190   else
1191     CFLAGS="-O2"
1192   fi
1193 else
1194   GCC=
1195   test "${CFLAGS+set}" = set || CFLAGS="-g"
1196 fi
1197
1198
1199 # Likewise for AC_PROG_CXX.
1200
1201
1202
1203 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1204 do
1205 # Extract the first word of "$ac_prog", so it can be a program name with args.
1206 set dummy $ac_prog; ac_word=$2
1207 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1208 echo "configure:1209: checking for $ac_word" >&5
1209 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1210   echo $ac_n "(cached) $ac_c" 1>&6
1211 else
1212   if test -n "$CXX"; then
1213   ac_cv_prog_CXX="$CXX" # Let the user override the test.
1214 else
1215   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1216   ac_dummy="$PATH"
1217   for ac_dir in $ac_dummy; do
1218     test -z "$ac_dir" && ac_dir=.
1219     if test -f $ac_dir/$ac_word; then
1220       ac_cv_prog_CXX="$ac_prog"
1221       break
1222     fi
1223   done
1224   IFS="$ac_save_ifs"
1225 fi
1226 fi
1227 CXX="$ac_cv_prog_CXX"
1228 if test -n "$CXX"; then
1229   echo "$ac_t""$CXX" 1>&6
1230 else
1231   echo "$ac_t""no" 1>&6
1232 fi
1233
1234 test -n "$CXX" && break
1235 done
1236 test -n "$CXX" || CXX="gcc"
1237
1238 test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1239
1240 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1241 echo "configure:1242: checking whether we are using GNU C++" >&5
1242 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1243   echo $ac_n "(cached) $ac_c" 1>&6
1244 else
1245   cat > conftest.C <<EOF
1246 #ifdef __GNUC__
1247   yes;
1248 #endif
1249 EOF
1250 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1251   ac_cv_prog_gxx=yes
1252 else
1253   ac_cv_prog_gxx=no
1254 fi
1255 fi
1256
1257 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1258
1259 if test $ac_cv_prog_gxx = yes; then
1260   GXX=yes
1261   ac_test_CXXFLAGS="${CXXFLAGS+set}"
1262   ac_save_CXXFLAGS="$CXXFLAGS"
1263   CXXFLAGS=
1264   echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1265 echo "configure:1266: checking whether ${CXX-g++} accepts -g" >&5
1266 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1267   echo $ac_n "(cached) $ac_c" 1>&6
1268 else
1269   echo 'void f(){}' > conftest.cc
1270 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1271   ac_cv_prog_cxx_g=yes
1272 else
1273   ac_cv_prog_cxx_g=no
1274 fi
1275 rm -f conftest*
1276
1277 fi
1278
1279 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1280   if test "$ac_test_CXXFLAGS" = set; then
1281     CXXFLAGS="$ac_save_CXXFLAGS"
1282   elif test $ac_cv_prog_cxx_g = yes; then
1283     CXXFLAGS="-g -O2"
1284   else
1285     CXXFLAGS="-O2"
1286   fi
1287 else
1288   GXX=
1289   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1290 fi
1291
1292
1293 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD).  If we dont
1294 # run it explicitly here, it will be run implicitly before
1295 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
1296 # be run before AC_CANONICAL_HOST.
1297 echo $ac_n "checking build system type""... $ac_c" 1>&6
1298 echo "configure:1299: checking build system type" >&5
1299
1300 build_alias=$build
1301 case "$build_alias" in
1302 NONE)
1303   case $nonopt in
1304   NONE) build_alias=$host_alias ;;
1305   *) build_alias=$nonopt ;;
1306   esac ;;
1307 esac
1308
1309 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1310 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1311 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1312 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1313 echo "$ac_t""$build" 1>&6
1314
1315
1316 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1317 set dummy ${ac_tool_prefix}as; ac_word=$2
1318 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1319 echo "configure:1320: checking for $ac_word" >&5
1320 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1321   echo $ac_n "(cached) $ac_c" 1>&6
1322 else
1323   if test -n "$AS"; then
1324   ac_cv_prog_AS="$AS" # Let the user override the test.
1325 else
1326   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1327   ac_dummy="$PATH"
1328   for ac_dir in $ac_dummy; do
1329     test -z "$ac_dir" && ac_dir=.
1330     if test -f $ac_dir/$ac_word; then
1331       ac_cv_prog_AS="${ac_tool_prefix}as"
1332       break
1333     fi
1334   done
1335   IFS="$ac_save_ifs"
1336   test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1337 fi
1338 fi
1339 AS="$ac_cv_prog_AS"
1340 if test -n "$AS"; then
1341   echo "$ac_t""$AS" 1>&6
1342 else
1343   echo "$ac_t""no" 1>&6
1344 fi
1345
1346
1347
1348 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1349 set dummy ${ac_tool_prefix}ar; ac_word=$2
1350 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1351 echo "configure:1352: checking for $ac_word" >&5
1352 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1353   echo $ac_n "(cached) $ac_c" 1>&6
1354 else
1355   if test -n "$AR"; then
1356   ac_cv_prog_AR="$AR" # Let the user override the test.
1357 else
1358   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1359   ac_dummy="$PATH"
1360   for ac_dir in $ac_dummy; do
1361     test -z "$ac_dir" && ac_dir=.
1362     if test -f $ac_dir/$ac_word; then
1363       ac_cv_prog_AR="${ac_tool_prefix}ar"
1364       break
1365     fi
1366   done
1367   IFS="$ac_save_ifs"
1368   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1369 fi
1370 fi
1371 AR="$ac_cv_prog_AR"
1372 if test -n "$AR"; then
1373   echo "$ac_t""$AR" 1>&6
1374 else
1375   echo "$ac_t""no" 1>&6
1376 fi
1377
1378
1379
1380 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1381 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1382 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1383 echo "configure:1384: checking for $ac_word" >&5
1384 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1385   echo $ac_n "(cached) $ac_c" 1>&6
1386 else
1387   if test -n "$RANLIB"; then
1388   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1389 else
1390   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1391   ac_dummy="$PATH"
1392   for ac_dir in $ac_dummy; do
1393     test -z "$ac_dir" && ac_dir=.
1394     if test -f $ac_dir/$ac_word; then
1395       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1396       break
1397     fi
1398   done
1399   IFS="$ac_save_ifs"
1400 fi
1401 fi
1402 RANLIB="$ac_cv_prog_RANLIB"
1403 if test -n "$RANLIB"; then
1404   echo "$ac_t""$RANLIB" 1>&6
1405 else
1406   echo "$ac_t""no" 1>&6
1407 fi
1408
1409
1410 if test -z "$ac_cv_prog_RANLIB"; then
1411 if test -n "$ac_tool_prefix"; then
1412   # Extract the first word of "ranlib", so it can be a program name with args.
1413 set dummy ranlib; ac_word=$2
1414 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1415 echo "configure:1416: checking for $ac_word" >&5
1416 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1417   echo $ac_n "(cached) $ac_c" 1>&6
1418 else
1419   if test -n "$RANLIB"; then
1420   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1421 else
1422   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1423   ac_dummy="$PATH"
1424   for ac_dir in $ac_dummy; do
1425     test -z "$ac_dir" && ac_dir=.
1426     if test -f $ac_dir/$ac_word; then
1427       ac_cv_prog_RANLIB="ranlib"
1428       break
1429     fi
1430   done
1431   IFS="$ac_save_ifs"
1432   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1433 fi
1434 fi
1435 RANLIB="$ac_cv_prog_RANLIB"
1436 if test -n "$RANLIB"; then
1437   echo "$ac_t""$RANLIB" 1>&6
1438 else
1439   echo "$ac_t""no" 1>&6
1440 fi
1441
1442 else
1443   RANLIB=":"
1444 fi
1445 fi
1446
1447
1448 # Find a good install program.  We prefer a C program (faster),
1449 # so one script is as good as another.  But avoid the broken or
1450 # incompatible versions:
1451 # SysV /etc/install, /usr/sbin/install
1452 # SunOS /usr/etc/install
1453 # IRIX /sbin/install
1454 # AIX /bin/install
1455 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1456 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1457 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1458 # ./install, which can be erroneously created by make from ./install.sh.
1459 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1460 echo "configure:1461: checking for a BSD compatible install" >&5
1461 if test -z "$INSTALL"; then
1462 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1463   echo $ac_n "(cached) $ac_c" 1>&6
1464 else
1465     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1466   for ac_dir in $PATH; do
1467     # Account for people who put trailing slashes in PATH elements.
1468     case "$ac_dir/" in
1469     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1470     *)
1471       # OSF1 and SCO ODT 3.0 have their own names for install.
1472       # Don't use installbsd from OSF since it installs stuff as root
1473       # by default.
1474       for ac_prog in ginstall scoinst install; do
1475         if test -f $ac_dir/$ac_prog; then
1476           if test $ac_prog = install &&
1477             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1478             # AIX install.  It has an incompatible calling convention.
1479             :
1480           else
1481             ac_cv_path_install="$ac_dir/$ac_prog -c"
1482             break 2
1483           fi
1484         fi
1485       done
1486       ;;
1487     esac
1488   done
1489   IFS="$ac_save_IFS"
1490
1491 fi
1492   if test "${ac_cv_path_install+set}" = set; then
1493     INSTALL="$ac_cv_path_install"
1494   else
1495     # As a last resort, use the slow shell script.  We don't cache a
1496     # path for INSTALL within a source directory, because that will
1497     # break other packages using the cache if that directory is
1498     # removed, or if the path is relative.
1499     INSTALL="$ac_install_sh"
1500   fi
1501 fi
1502 echo "$ac_t""$INSTALL" 1>&6
1503
1504 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1505 # It thinks the first close brace ends the variable substitution.
1506 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1507
1508 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1509
1510 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1511
1512
1513 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1514 echo "configure:1515: checking whether to enable maintainer-specific portions of Makefiles" >&5
1515     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1516 if test "${enable_maintainer_mode+set}" = set; then
1517   enableval="$enable_maintainer_mode"
1518   USE_MAINTAINER_MODE=$enableval
1519 else
1520   USE_MAINTAINER_MODE=no
1521 fi
1522
1523   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1524   
1525
1526 if test $USE_MAINTAINER_MODE = yes; then
1527   MAINTAINER_MODE_TRUE=
1528   MAINTAINER_MODE_FALSE='#'
1529 else
1530   MAINTAINER_MODE_TRUE='#'
1531   MAINTAINER_MODE_FALSE=
1532 fi
1533   MAINT=$MAINTAINER_MODE_TRUE
1534   
1535
1536
1537 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
1538 # at least currently, we never actually build a program, so we never
1539 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
1540 # fails, because we are probably configuring with a cross compiler
1541 # which cant create executables.  So we include AC_EXEEXT to keep
1542 # automake happy, but we dont execute it, since we dont care about
1543 # the result.
1544 if false; then
1545   
1546
1547 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1548 echo "configure:1549: checking for executable suffix" >&5
1549 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1550   echo $ac_n "(cached) $ac_c" 1>&6
1551 else
1552   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1553   ac_cv_exeext=.exe
1554 else
1555   rm -f conftest*
1556   echo 'int main () { return 0; }' > conftest.$ac_ext
1557   ac_cv_exeext=
1558   if { (eval echo configure:1559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1559     for file in conftest.*; do
1560       case $file in
1561       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
1562       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1563       esac
1564     done
1565   else
1566     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1567   fi
1568   rm -f conftest*
1569   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1570 fi
1571 fi
1572
1573 EXEEXT=""
1574 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1575 echo "$ac_t""${ac_cv_exeext}" 1>&6
1576 ac_exeext=$EXEEXT
1577
1578 fi
1579
1580 # configure.host sets the following important variables
1581 #       libgcj_cflags    - host specific C compiler flags
1582 #       libgcj_cxxflags  - host specific C++ compiler flags
1583 #       libgcj_javaflags - host specific Java compiler flags
1584
1585 libgcj_cflags=
1586 libgcj_cxxflags=
1587 libgcj_javaflags=
1588
1589 . ${libgcj_basedir}/configure.host
1590
1591 case ${libgcj_basedir} in
1592 /* | A-Za-z:/\\*) libgcj_flagbasedir=${libgcj_basedir} ;;
1593 *) libgcj_flagbasedir='$(top_builddir)/'${libgcj_basedir} ;;
1594 esac
1595
1596 LIBGCJ_CFLAGS="${libgcj_cflags}"
1597 LIBGCJ_CXXFLAGS="${libgcj_cxxflags}"
1598 LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608 # Only use libltdl for native builds.
1609 if test -z "${with_cross_host}"; then
1610      case "$enable_ltdl_convenience" in
1611   no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;;
1612   "") enable_ltdl_convenience=yes
1613       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1614   esac
1615   LIBLTDL='${top_builddir}/libltdl'/libltdlc.la
1616   INCLTDL='-I${top_builddir}/libltdl'
1617
1618    
1619    DIRLTDL=libltdl
1620    cat >> confdefs.h <<\EOF
1621 #define USE_LTDL 1
1622 EOF
1623
1624    # Sigh.  Libtool's macro doesn't do the right thing.
1625    INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
1626 fi
1627
1628
1629
1630 # Check whether --enable-shared or --disable-shared was given.
1631 if test "${enable_shared+set}" = set; then
1632   enableval="$enable_shared"
1633   p=${PACKAGE-default}
1634 case "$enableval" in
1635 yes) enable_shared=yes ;;
1636 no) enable_shared=no ;;
1637 *)
1638   enable_shared=no
1639   # Look at the argument we got.  We use all the common list separators.
1640   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1641   for pkg in $enableval; do
1642     if test "X$pkg" = "X$p"; then
1643       enable_shared=yes
1644     fi
1645   done
1646   IFS="$ac_save_ifs"
1647   ;;
1648 esac
1649 else
1650   enable_shared=yes
1651 fi
1652
1653 # Check whether --enable-static or --disable-static was given.
1654 if test "${enable_static+set}" = set; then
1655   enableval="$enable_static"
1656   p=${PACKAGE-default}
1657 case "$enableval" in
1658 yes) enable_static=yes ;;
1659 no) enable_static=no ;;
1660 *)
1661   enable_static=no
1662   # Look at the argument we got.  We use all the common list separators.
1663   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1664   for pkg in $enableval; do
1665     if test "X$pkg" = "X$p"; then
1666       enable_static=yes
1667     fi
1668   done
1669   IFS="$ac_save_ifs"
1670   ;;
1671 esac
1672 else
1673   enable_static=yes
1674 fi
1675
1676 # Check whether --enable-fast-install or --disable-fast-install was given.
1677 if test "${enable_fast_install+set}" = set; then
1678   enableval="$enable_fast_install"
1679   p=${PACKAGE-default}
1680 case "$enableval" in
1681 yes) enable_fast_install=yes ;;
1682 no) enable_fast_install=no ;;
1683 *)
1684   enable_fast_install=no
1685   # Look at the argument we got.  We use all the common list separators.
1686   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1687   for pkg in $enableval; do
1688     if test "X$pkg" = "X$p"; then
1689       enable_fast_install=yes
1690     fi
1691   done
1692   IFS="$ac_save_ifs"
1693   ;;
1694 esac
1695 else
1696   enable_fast_install=yes
1697 fi
1698
1699 # Extract the first word of "ranlib", so it can be a program name with args.
1700 set dummy ranlib; ac_word=$2
1701 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1702 echo "configure:1703: checking for $ac_word" >&5
1703 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1704   echo $ac_n "(cached) $ac_c" 1>&6
1705 else
1706   if test -n "$RANLIB"; then
1707   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1708 else
1709   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1710   ac_dummy="$PATH"
1711   for ac_dir in $ac_dummy; do
1712     test -z "$ac_dir" && ac_dir=.
1713     if test -f $ac_dir/$ac_word; then
1714       ac_cv_prog_RANLIB="ranlib"
1715       break
1716     fi
1717   done
1718   IFS="$ac_save_ifs"
1719   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1720 fi
1721 fi
1722 RANLIB="$ac_cv_prog_RANLIB"
1723 if test -n "$RANLIB"; then
1724   echo "$ac_t""$RANLIB" 1>&6
1725 else
1726   echo "$ac_t""no" 1>&6
1727 fi
1728
1729 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1730 if test "${with_gnu_ld+set}" = set; then
1731   withval="$with_gnu_ld"
1732   test "$withval" = no || with_gnu_ld=yes
1733 else
1734   with_gnu_ld=no
1735 fi
1736
1737 ac_prog=ld
1738 if test "$ac_cv_prog_gcc" = yes; then
1739   # Check if gcc -print-prog-name=ld gives a path.
1740   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1741 echo "configure:1742: checking for ld used by GCC" >&5
1742   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1743   case "$ac_prog" in
1744     # Accept absolute paths.
1745     [\\/]* | [A-Za-z]:[\\/]*)
1746       re_direlt='/[^/][^/]*/\.\./'
1747       # Canonicalize the path of ld
1748       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1749       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1750         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1751       done
1752       test -z "$LD" && LD="$ac_prog"
1753       ;;
1754   "")
1755     # If it fails, then pretend we aren't using GCC.
1756     ac_prog=ld
1757     ;;
1758   *)
1759     # If it is relative, then search for the first ld in PATH.
1760     with_gnu_ld=unknown
1761     ;;
1762   esac
1763 elif test "$with_gnu_ld" = yes; then
1764   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1765 echo "configure:1766: checking for GNU ld" >&5
1766 else
1767   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1768 echo "configure:1769: checking for non-GNU ld" >&5
1769 fi
1770 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1771   echo $ac_n "(cached) $ac_c" 1>&6
1772 else
1773   if test -z "$LD"; then
1774   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1775   for ac_dir in $PATH; do
1776     test -z "$ac_dir" && ac_dir=.
1777     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1778       ac_cv_path_LD="$ac_dir/$ac_prog"
1779       # Check to see if the program is GNU ld.  I'd rather use --version,
1780       # but apparently some GNU ld's only accept -v.
1781       # Break only if it was the GNU/non-GNU ld that we prefer.
1782       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1783         test "$with_gnu_ld" != no && break
1784       else
1785         test "$with_gnu_ld" != yes && break
1786       fi
1787     fi
1788   done
1789   IFS="$ac_save_ifs"
1790 else
1791   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1792 fi
1793 fi
1794
1795 LD="$ac_cv_path_LD"
1796 if test -n "$LD"; then
1797   echo "$ac_t""$LD" 1>&6
1798 else
1799   echo "$ac_t""no" 1>&6
1800 fi
1801 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1802 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1803 echo "configure:1804: checking if the linker ($LD) is GNU ld" >&5
1804 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1805   echo $ac_n "(cached) $ac_c" 1>&6
1806 else
1807   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1808 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1809   ac_cv_prog_gnu_ld=yes
1810 else
1811   ac_cv_prog_gnu_ld=no
1812 fi
1813 fi
1814
1815 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1816
1817
1818 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1819 echo "configure:1820: checking for BSD-compatible nm" >&5
1820 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1821   echo $ac_n "(cached) $ac_c" 1>&6
1822 else
1823   if test -n "$NM"; then
1824   # Let the user override the test.
1825   ac_cv_path_NM="$NM"
1826 else
1827   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1828   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1829     test -z "$ac_dir" && ac_dir=.
1830     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
1831       # Check to see if the nm accepts a BSD-compat flag.
1832       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1833       #   nm: unknown option "B" ignored
1834       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1835         ac_cv_path_NM="$ac_dir/nm -B"
1836         break
1837       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1838         ac_cv_path_NM="$ac_dir/nm -p"
1839         break
1840       else
1841         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1842         continue # so that we can try to find one that supports BSD flags
1843       fi
1844     fi
1845   done
1846   IFS="$ac_save_ifs"
1847   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1848 fi
1849 fi
1850
1851 NM="$ac_cv_path_NM"
1852 echo "$ac_t""$NM" 1>&6
1853
1854 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1855 echo "configure:1856: checking whether ln -s works" >&5
1856 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1857   echo $ac_n "(cached) $ac_c" 1>&6
1858 else
1859   rm -f conftestdata
1860 if ln -s X conftestdata 2>/dev/null
1861 then
1862   rm -f conftestdata
1863   ac_cv_prog_LN_S="ln -s"
1864 else
1865   ac_cv_prog_LN_S=ln
1866 fi
1867 fi
1868 LN_S="$ac_cv_prog_LN_S"
1869 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1870   echo "$ac_t""yes" 1>&6
1871 else
1872   echo "$ac_t""no" 1>&6
1873 fi
1874
1875
1876 case "$target" in
1877 NONE) lt_target="$host" ;;
1878 *) lt_target="$target" ;;
1879 esac
1880
1881 # Check for any special flags to pass to ltconfig.
1882 libtool_flags="--cache-file=$cache_file"
1883 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1884 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1885 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1886 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1887 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1888 libtool_flags="$libtool_flags --enable-dlopen"
1889
1890 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1891 if test "${enable_libtool_lock+set}" = set; then
1892   enableval="$enable_libtool_lock"
1893   :
1894 fi
1895
1896 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1897 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1898
1899 # Some flags need to be propagated to the compiler or linker for good
1900 # libtool support.
1901 case "$lt_target" in
1902 *-*-irix6*)
1903   # Find out which ABI we are using.
1904   echo '#line 1905 "configure"' > conftest.$ac_ext
1905   if { (eval echo configure:1906: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1906     case "`/usr/bin/file conftest.o`" in
1907     *32-bit*)
1908       LD="${LD-ld} -32"
1909       ;;
1910     *N32*)
1911       LD="${LD-ld} -n32"
1912       ;;
1913     *64-bit*)
1914       LD="${LD-ld} -64"
1915       ;;
1916     esac
1917   fi
1918   rm -rf conftest*
1919   ;;
1920
1921 *-*-sco3.2v5*)
1922   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1923   SAVE_CFLAGS="$CFLAGS"
1924   CFLAGS="$CFLAGS -belf"
1925   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1926 echo "configure:1927: checking whether the C compiler needs -belf" >&5
1927 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1928   echo $ac_n "(cached) $ac_c" 1>&6
1929 else
1930   cat > conftest.$ac_ext <<EOF
1931 #line 1932 "configure"
1932 #include "confdefs.h"
1933
1934 int main() {
1935
1936 ; return 0; }
1937 EOF
1938 if { (eval echo configure:1939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1939   rm -rf conftest*
1940   lt_cv_cc_needs_belf=yes
1941 else
1942   echo "configure: failed program was:" >&5
1943   cat conftest.$ac_ext >&5
1944   rm -rf conftest*
1945   lt_cv_cc_needs_belf=no
1946 fi
1947 rm -f conftest*
1948 fi
1949
1950 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1951   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1952     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1953     CFLAGS="$SAVE_CFLAGS"
1954   fi
1955   ;;
1956
1957
1958 esac
1959
1960
1961 # Save cache, so that ltconfig can load it
1962 cat > confcache <<\EOF
1963 # This file is a shell script that caches the results of configure
1964 # tests run on this system so they can be shared between configure
1965 # scripts and configure runs.  It is not useful on other systems.
1966 # If it contains results you don't want to keep, you may remove or edit it.
1967 #
1968 # By default, configure uses ./config.cache as the cache file,
1969 # creating it if it does not exist already.  You can give configure
1970 # the --cache-file=FILE option to use a different cache file; that is
1971 # what configure does when it calls configure scripts in
1972 # subdirectories, so they share the cache.
1973 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1974 # config.status only pays attention to the cache file if you give it the
1975 # --recheck option to rerun configure.
1976 #
1977 EOF
1978 # The following way of writing the cache mishandles newlines in values,
1979 # but we know of no workaround that is simple, portable, and efficient.
1980 # So, don't put newlines in cache variables' values.
1981 # Ultrix sh set writes to stderr and can't be redirected directly,
1982 # and sets the high bit in the cache file unless we assign to the vars.
1983 (set) 2>&1 |
1984   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1985   *ac_space=\ *)
1986     # `set' does not quote correctly, so add quotes (double-quote substitution
1987     # turns \\\\ into \\, and sed turns \\ into \).
1988     sed -n \
1989       -e "s/'/'\\\\''/g" \
1990       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1991     ;;
1992   *)
1993     # `set' quotes correctly as required by POSIX, so do not add quotes.
1994     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1995     ;;
1996   esac >> confcache
1997 if cmp -s $cache_file confcache; then
1998   :
1999 else
2000   if test -w $cache_file; then
2001     echo "updating cache $cache_file"
2002     cat confcache > $cache_file
2003   else
2004     echo "not updating unwritable cache $cache_file"
2005   fi
2006 fi
2007 rm -f confcache
2008
2009
2010 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
2011 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2012 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2013 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
2014 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
2015 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2016 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
2017 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2018
2019 # Reload cache, that may have been modified by ltconfig
2020 if test -r "$cache_file"; then
2021   echo "loading cache $cache_file"
2022   . $cache_file
2023 else
2024   echo "creating cache $cache_file"
2025   > $cache_file
2026 fi
2027
2028
2029 # This can be used to rebuild libtool when needed
2030 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
2031
2032 # Always use our own libtool.
2033 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2034
2035 # Redirect the config.log output again, so that the ltconfig log is not
2036 # clobbered by the next message.
2037 exec 5>>./config.log
2038
2039 subdirs="$DIRLDL"
2040
2041
2042 if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
2043    COMPPATH=.
2044 else
2045    COMPPATH=..
2046 fi
2047
2048
2049
2050
2051 if test -d $srcdir/testsuite; then
2052   TESTSUBDIR_TRUE=
2053   TESTSUBDIR_FALSE='#'
2054 else
2055   TESTSUBDIR_TRUE='#'
2056   TESTSUBDIR_FALSE=
2057 fi
2058
2059 # Check whether --enable-fast-character or --disable-fast-character was given.
2060 if test "${enable_fast_character+set}" = set; then
2061   enableval="$enable_fast_character"
2062   # Nothing
2063
2064 else
2065   cat >> confdefs.h <<\EOF
2066 #define COMPACT_CHARACTER 1
2067 EOF
2068
2069 fi
2070
2071
2072 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
2073 if test "${enable_getenv_properties+set}" = set; then
2074   enableval="$enable_getenv_properties"
2075   :
2076 fi
2077
2078
2079 if test -n "$enable_getenv_properties"; then
2080    enable_getenv_properties=${enable_getenv_properties_default-yes}
2081 fi
2082 if test "$enable_getenv_properties" = no; then
2083    cat >> confdefs.h <<\EOF
2084 #define DISABLE_GETENV_PROPERTIES 1
2085 EOF
2086
2087 fi
2088
2089 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
2090 if test "${enable_libgcj_debug+set}" = set; then
2091   enableval="$enable_libgcj_debug"
2092   if test "$enable_libgcj_debug" = yes; then
2093      cat >> confdefs.h <<\EOF
2094 #define DEBUG 1
2095 EOF
2096
2097   fi
2098 fi
2099
2100
2101 # Check whether --enable-interpreter or --disable-interpreter was given.
2102 if test "${enable_interpreter+set}" = set; then
2103   enableval="$enable_interpreter"
2104   if test "$enable_interpreter" = yes; then
2105     # This can also be set in configure.host.
2106     libgcj_interpreter=yes
2107   fi
2108 fi
2109
2110
2111 if test "$libgcj_interpreter" = yes; then
2112    cat >> confdefs.h <<\EOF
2113 #define INTERPRETER 1
2114 EOF
2115
2116 fi
2117
2118 EXCEPTIONSPEC=
2119 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
2120 if test "${enable_sjlj_exceptions+set}" = set; then
2121   enableval="$enable_sjlj_exceptions"
2122   if test "$enable_sjlj_exceptions" = yes; then
2123      # This can be set in configure.host.
2124      libgcj_sjlj=yes
2125   fi
2126 fi
2127
2128
2129 if test "$libgcj_sjlj" = yes; then
2130    EXCEPTIONSPEC="-fsjlj-exceptions"
2131    cat >> confdefs.h <<\EOF
2132 #define SJLJ_EXCEPTIONS 1
2133 EOF
2134
2135 fi
2136
2137 FORCELIBGCCSPEC=
2138 if test "$ac_cv_prog_gnu_ld" = yes; then
2139    FORCELIBGCCSPEC="-u __rethrow -u __frame_state_for -lgcc"
2140 fi   
2141
2142 echo $ac_n "checking for data_start""... $ac_c" 1>&6
2143 echo "configure:2144: checking for data_start" >&5
2144 LIBDATASTARTSPEC=
2145 NEEDS_DATA_START=
2146 cat > conftest.$ac_ext <<EOF
2147 #line 2148 "configure"
2148 #include "confdefs.h"
2149 extern int data_start;
2150 int main() {
2151 return ((int) &data_start);
2152 ; return 0; }
2153 EOF
2154 if { (eval echo configure:2155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2155   rm -rf conftest*
2156   echo "$ac_t""found it" 1>&6
2157 else
2158   echo "configure: failed program was:" >&5
2159   cat conftest.$ac_ext >&5
2160   rm -rf conftest*
2161   LIBDATASTARTSPEC="-u data_start -lgcjdata"
2162    NEEDS_DATA_START=yes 
2163    echo "$ac_t""missing" 1>&6
2164 fi
2165 rm -f conftest*
2166
2167
2168 # Check whether --enable-java-net or --disable-java-net was given.
2169 if test "${enable_java_net+set}" = set; then
2170   enableval="$enable_java_net"
2171   :
2172 fi
2173
2174
2175 if test -n "$enable_java_net"; then
2176    enable_java_net=${enable_java_net_default-yes}
2177 fi
2178 if test "$enable_java_net" = no; then
2179    cat >> confdefs.h <<\EOF
2180 #define DISABLE_JAVA_NET 1
2181 EOF
2182
2183 fi
2184
2185 TARGET_ECOS="no"
2186 # Check whether --with-ecos or --without-ecos was given.
2187 if test "${with_ecos+set}" = set; then
2188   withval="$with_ecos"
2189   TARGET_ECOS="$with_ecos"
2190
2191 fi
2192
2193
2194 case "$TARGET_ECOS" in
2195    no)
2196       FILE_DESCRIPTOR=natFileDescriptorPosix.cc
2197       PROCESS=${PROCESS-Posix}
2198       ;;
2199    *)
2200       FILE_DESCRIPTOR=natFileDescriptorEcos.cc
2201       PROCESS=Ecos
2202       cat >> confdefs.h <<\EOF
2203 #define ECOS 1
2204 EOF
2205
2206       ;;
2207 esac
2208
2209 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2210 echo "configure:2211: checking how to run the C preprocessor" >&5
2211 # On Suns, sometimes $CPP names a directory.
2212 if test -n "$CPP" && test -d "$CPP"; then
2213   CPP=
2214 fi
2215 if test -z "$CPP"; then
2216 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2217   echo $ac_n "(cached) $ac_c" 1>&6
2218 else
2219     # This must be in double quotes, not single quotes, because CPP may get
2220   # substituted into the Makefile and "${CC-cc}" will confuse make.
2221   CPP="${CC-cc} -E"
2222   # On the NeXT, cc -E runs the code through the compiler's parser,
2223   # not just through cpp.
2224   cat > conftest.$ac_ext <<EOF
2225 #line 2226 "configure"
2226 #include "confdefs.h"
2227 #include <assert.h>
2228 Syntax Error
2229 EOF
2230 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2231 { (eval echo configure:2232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2232 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2233 if test -z "$ac_err"; then
2234   :
2235 else
2236   echo "$ac_err" >&5
2237   echo "configure: failed program was:" >&5
2238   cat conftest.$ac_ext >&5
2239   rm -rf conftest*
2240   CPP="${CC-cc} -E -traditional-cpp"
2241   cat > conftest.$ac_ext <<EOF
2242 #line 2243 "configure"
2243 #include "confdefs.h"
2244 #include <assert.h>
2245 Syntax Error
2246 EOF
2247 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2248 { (eval echo configure:2249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2249 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2250 if test -z "$ac_err"; then
2251   :
2252 else
2253   echo "$ac_err" >&5
2254   echo "configure: failed program was:" >&5
2255   cat conftest.$ac_ext >&5
2256   rm -rf conftest*
2257   CPP="${CC-cc} -nologo -E"
2258   cat > conftest.$ac_ext <<EOF
2259 #line 2260 "configure"
2260 #include "confdefs.h"
2261 #include <assert.h>
2262 Syntax Error
2263 EOF
2264 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2265 { (eval echo configure:2266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2266 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2267 if test -z "$ac_err"; then
2268   :
2269 else
2270   echo "$ac_err" >&5
2271   echo "configure: failed program was:" >&5
2272   cat conftest.$ac_ext >&5
2273   rm -rf conftest*
2274   CPP=/lib/cpp
2275 fi
2276 rm -f conftest*
2277 fi
2278 rm -f conftest*
2279 fi
2280 rm -f conftest*
2281   ac_cv_prog_CPP="$CPP"
2282 fi
2283   CPP="$ac_cv_prog_CPP"
2284 else
2285   ac_cv_prog_CPP="$CPP"
2286 fi
2287 echo "$ac_t""$CPP" 1>&6
2288
2289 cat > conftest.$ac_ext <<EOF
2290 #line 2291 "configure"
2291 #include "confdefs.h"
2292 #include <stdint.h>
2293 EOF
2294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2295   egrep "uint32_t" >/dev/null 2>&1; then
2296   rm -rf conftest*
2297   cat >> confdefs.h <<\EOF
2298 #define HAVE_INT32_DEFINED 1
2299 EOF
2300
2301 fi
2302 rm -f conftest*
2303
2304 cat > conftest.$ac_ext <<EOF
2305 #line 2306 "configure"
2306 #include "confdefs.h"
2307 #include <inttypes.h>
2308 EOF
2309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2310   egrep "uint32_t" >/dev/null 2>&1; then
2311   rm -rf conftest*
2312   cat >> confdefs.h <<\EOF
2313 #define HAVE_INT32_DEFINED 1
2314 EOF
2315
2316 fi
2317 rm -f conftest*
2318
2319 cat > conftest.$ac_ext <<EOF
2320 #line 2321 "configure"
2321 #include "confdefs.h"
2322 #include <sys/types.h>
2323 EOF
2324 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2325   egrep "u_int32_t" >/dev/null 2>&1; then
2326   rm -rf conftest*
2327   cat >> confdefs.h <<\EOF
2328 #define HAVE_BSD_INT32_DEFINED 1
2329 EOF
2330
2331 fi
2332 rm -f conftest*
2333
2334 cat > conftest.$ac_ext <<EOF
2335 #line 2336 "configure"
2336 #include "confdefs.h"
2337 #include <sys/config.h>
2338 EOF
2339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2340   egrep "u_int32_t" >/dev/null 2>&1; then
2341   rm -rf conftest*
2342   cat >> confdefs.h <<\EOF
2343 #define HAVE_BSD_INT32_DEFINED 1
2344 EOF
2345
2346 fi
2347 rm -f conftest*
2348
2349
2350
2351 cat > conftest.$ac_ext <<EOF
2352 #line 2353 "configure"
2353 #include "confdefs.h"
2354 #include <time.h>
2355 EOF
2356 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2357   egrep "mktime" >/dev/null 2>&1; then
2358   rm -rf conftest*
2359   cat >> confdefs.h <<\EOF
2360 #define HAVE_MKTIME 1
2361 EOF
2362
2363 fi
2364 rm -f conftest*
2365
2366 cat > conftest.$ac_ext <<EOF
2367 #line 2368 "configure"
2368 #include "confdefs.h"
2369 #include <time.h>
2370 EOF
2371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2372   egrep "localtime" >/dev/null 2>&1; then
2373   rm -rf conftest*
2374   cat >> confdefs.h <<\EOF
2375 #define HAVE_LOCALTIME 1
2376 EOF
2377
2378 fi
2379 rm -f conftest*
2380
2381
2382 test -d java || mkdir java
2383 test -d java/io || mkdir java/io
2384
2385
2386 test -d java/lang || mkdir java/lang
2387
2388
2389
2390 SYSTEMSPEC=
2391
2392
2393 # Check whether --with-system-zlib or --without-system-zlib was given.
2394 if test "${with_system_zlib+set}" = set; then
2395   withval="$with_system_zlib"
2396   :
2397 fi
2398
2399 ZLIBSPEC=
2400
2401
2402 libsubdir=.libs
2403
2404 echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
2405 echo "configure:2406: checking for garbage collector to use" >&5
2406 # Check whether --enable-java-gc or --disable-java-gc was given.
2407 if test "${enable_java_gc+set}" = set; then
2408   enableval="$enable_java_gc"
2409   
2410   GC=$enableval
2411 else
2412   GC=boehm
2413 fi
2414
2415 GCLIBS=
2416 GCINCS=
2417 GCDEPS=
2418 GCOBJS=
2419 GCSPEC=
2420 case "$GC" in
2421  boehm)
2422     echo "$ac_t""boehm" 1>&6
2423     GCDEPS='$(top_builddir)/../boehm-gc/libgcjgc.la'
2424     # We include the path to the boehm-gc build directory.
2425     # See Makefile.am to understand why.
2426     GCLIBS="$GCDEPS -L\$(here)/../boehm-gc/$libsubdir"
2427     GCINCS='-I$(top_srcdir)/../boehm-gc -I$(top_builddir)/../boehm-gc'
2428     GCSPEC='-lgcjgc'
2429             GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
2430     GCOBJS=boehm.lo
2431     GCHDR=boehm-gc.h
2432         cat >> confdefs.h <<\EOF
2433 #define HAVE_BOEHM_GC 1
2434 EOF
2435
2436     ;;
2437  no)
2438     echo "$ac_t""none" 1>&6
2439     GCOBJS=nogc.lo
2440     GCHDR=no-gc.h
2441     ;;
2442  *)
2443     { echo "configure: error: unrecognized collector \"$GC\"" 1>&2; exit 1; }
2444     ;;
2445 esac
2446
2447
2448
2449
2450
2451
2452
2453
2454 echo $ac_n "checking for threads package to use""... $ac_c" 1>&6
2455 echo "configure:2456: checking for threads package to use" >&5
2456 # Check whether --enable-threads or --disable-threads was given.
2457 if test "${enable_threads+set}" = set; then
2458   enableval="$enable_threads"
2459   THREADS=$enableval
2460 else
2461     THREADS=no
2462 fi
2463
2464
2465 if test "$THREADS" = yes; then
2466    case "$host" in
2467     *-*-vxworks*)
2468        THREADS=vxworks
2469        ;;
2470     *-*-linux*)
2471        # FIXME: this isn't correct in all cases.
2472        THREADS=posix
2473        ;;
2474     *-*-win*)
2475        THREADS=win32
2476        ;;
2477     *-*-irix*)
2478        # FIXME: for now, choose POSIX, because we implement that.
2479        # Later, choose irix threads.
2480        THREADS=posix
2481        ;;
2482     *-*-solaris*)
2483        # FIXME: for now, choose POSIX, because we implement that.
2484        # Later, choose solaris threads.
2485        THREADS=posix
2486        ;;
2487     *)
2488        # For now.
2489        THREADS=none
2490        ;;
2491    esac
2492 fi
2493
2494 case "$THREADS" in
2495  no | none | single)
2496     THREADS=none
2497     ;;
2498  posix | pthreads)
2499     THREADS=posix
2500     case "$host" in
2501      *-*-linux*)
2502         cat >> confdefs.h <<\EOF
2503 #define LINUX_THREADS 1
2504 EOF
2505
2506         ;;
2507     esac
2508     ;;
2509  decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks)
2510     { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
2511     ;;
2512  *)
2513     { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
2514     ;;
2515 esac
2516 echo "$ac_t""$THREADS" 1>&6
2517
2518 THREADLIBS=
2519 THREADINCS=
2520 THREADDEPS=
2521 THREADOBJS=
2522 THREADH=
2523 THREADSPEC=
2524 case "$THREADS" in
2525  posix)
2526     THREADLIBS=-lpthread
2527     THREADSPEC=-lpthread
2528     THREADOBJS=posix-threads.lo
2529     THREADH=posix-threads.h
2530     # MIT pthreads doesn't seem to have the mutexattr functions.
2531     # But for now we don't check for it.  We just assume you aren't
2532     # using MIT pthreads.
2533     cat >> confdefs.h <<\EOF
2534 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
2535 EOF
2536
2537     ;;
2538
2539  none)
2540     THREADOBJS=no-threads.lo
2541     THREADH=no-threads.h
2542     ;;
2543 esac
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553 if test "$GCC" = yes; then
2554   USING_GCC_TRUE=
2555   USING_GCC_FALSE='#'
2556 else
2557   USING_GCC_TRUE='#'
2558   USING_GCC_FALSE=
2559 fi
2560
2561 CANADIAN=no
2562 NULL_TARGET=no
2563 NATIVE=yes
2564
2565 # Find eh-common.h and support headers.  If we're in the tree with
2566 # gcc, then look there.  Otherwise look in compat-include.  If all else
2567 # fails, just hope the user has set things up somehow.
2568 if test -r $srcdir/../gcc/eh-common.h; then
2569    EH_COMMON_INCLUDE='-I$(top_srcdir)/../gcc -I$(top_srcdir)/../include'
2570 else
2571    if test -d $srcdir/../compat-include; then
2572       EH_COMMON_INCLUDE='-I$(top_srcdir)/../compat-include'
2573    else
2574       EH_COMMON_INCLUDE=
2575    fi
2576 fi
2577
2578 if test -n "${with_cross_host}"; then
2579    # We are being configured with a cross compiler.  AC_REPLACE_FUNCS
2580    # may not work correctly, because the compiler may not be able to
2581    # link executables.
2582
2583    # We assume newlib.  This lets us hard-code the functions we know
2584    # we'll have.
2585    cat >> confdefs.h <<\EOF
2586 #define HAVE_MEMMOVE 1
2587 EOF
2588
2589    cat >> confdefs.h <<\EOF
2590 #define HAVE_MEMCPY 1
2591 EOF
2592
2593    cat >> confdefs.h <<\EOF
2594 #define HAVE_STRERROR 1
2595 EOF
2596
2597    cat >> confdefs.h <<\EOF
2598 #define HAVE_GMTIME_R 1
2599 EOF
2600
2601    cat >> confdefs.h <<\EOF
2602 #define HAVE_LOCALTIME_R 1
2603 EOF
2604
2605       cat >> confdefs.h <<\EOF
2606 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
2607 EOF
2608
2609       cat >> confdefs.h <<\EOF
2610 #define HAVE_ALLOCA 1
2611 EOF
2612
2613
2614       cat >> confdefs.h <<\EOF
2615 #define NO_GETUID 1
2616 EOF
2617
2618
2619    ZLIBSPEC=-lzgcj
2620
2621    # If Canadian cross, then don't pick up tools from the build
2622    # directory.
2623    if test "$build" != "$with_cross_host"; then
2624       CANADIAN=yes
2625       EH_COMMON_INCLUDE=
2626       GCJ="${target_alias}-gcj"
2627    else
2628       GCJ=
2629    fi
2630    NATIVE=no
2631 else
2632    for ac_func in strerror ioctl select fstat open fsync sleep
2633 do
2634 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2635 echo "configure:2636: checking for $ac_func" >&5
2636 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2637   echo $ac_n "(cached) $ac_c" 1>&6
2638 else
2639   cat > conftest.$ac_ext <<EOF
2640 #line 2641 "configure"
2641 #include "confdefs.h"
2642 /* System header to define __stub macros and hopefully few prototypes,
2643     which can conflict with char $ac_func(); below.  */
2644 #include <assert.h>
2645 /* Override any gcc2 internal prototype to avoid an error.  */
2646 /* We use char because int might match the return type of a gcc2
2647     builtin and then its argument prototype would still apply.  */
2648 char $ac_func();
2649
2650 int main() {
2651
2652 /* The GNU C library defines this for functions which it implements
2653     to always fail with ENOSYS.  Some functions are actually named
2654     something starting with __ and the normal name is an alias.  */
2655 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2656 choke me
2657 #else
2658 $ac_func();
2659 #endif
2660
2661 ; return 0; }
2662 EOF
2663 if { (eval echo configure:2664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2664   rm -rf conftest*
2665   eval "ac_cv_func_$ac_func=yes"
2666 else
2667   echo "configure: failed program was:" >&5
2668   cat conftest.$ac_ext >&5
2669   rm -rf conftest*
2670   eval "ac_cv_func_$ac_func=no"
2671 fi
2672 rm -f conftest*
2673 fi
2674
2675 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2676   echo "$ac_t""yes" 1>&6
2677     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2678   cat >> confdefs.h <<EOF
2679 #define $ac_tr_func 1
2680 EOF
2681  
2682 else
2683   echo "$ac_t""no" 1>&6
2684 fi
2685 done
2686
2687    for ac_func in gmtime_r localtime_r readdir_r getpwuid_r getcwd
2688 do
2689 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2690 echo "configure:2691: checking for $ac_func" >&5
2691 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2692   echo $ac_n "(cached) $ac_c" 1>&6
2693 else
2694   cat > conftest.$ac_ext <<EOF
2695 #line 2696 "configure"
2696 #include "confdefs.h"
2697 /* System header to define __stub macros and hopefully few prototypes,
2698     which can conflict with char $ac_func(); below.  */
2699 #include <assert.h>
2700 /* Override any gcc2 internal prototype to avoid an error.  */
2701 /* We use char because int might match the return type of a gcc2
2702     builtin and then its argument prototype would still apply.  */
2703 char $ac_func();
2704
2705 int main() {
2706
2707 /* The GNU C library defines this for functions which it implements
2708     to always fail with ENOSYS.  Some functions are actually named
2709     something starting with __ and the normal name is an alias.  */
2710 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2711 choke me
2712 #else
2713 $ac_func();
2714 #endif
2715
2716 ; return 0; }
2717 EOF
2718 if { (eval echo configure:2719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2719   rm -rf conftest*
2720   eval "ac_cv_func_$ac_func=yes"
2721 else
2722   echo "configure: failed program was:" >&5
2723   cat conftest.$ac_ext >&5
2724   rm -rf conftest*
2725   eval "ac_cv_func_$ac_func=no"
2726 fi
2727 rm -f conftest*
2728 fi
2729
2730 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2731   echo "$ac_t""yes" 1>&6
2732     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2733   cat >> confdefs.h <<EOF
2734 #define $ac_tr_func 1
2735 EOF
2736  
2737 else
2738   echo "$ac_t""no" 1>&6
2739 fi
2740 done
2741
2742    for ac_func in access stat mkdir rename rmdir unlink realpath
2743 do
2744 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2745 echo "configure:2746: checking for $ac_func" >&5
2746 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2747   echo $ac_n "(cached) $ac_c" 1>&6
2748 else
2749   cat > conftest.$ac_ext <<EOF
2750 #line 2751 "configure"
2751 #include "confdefs.h"
2752 /* System header to define __stub macros and hopefully few prototypes,
2753     which can conflict with char $ac_func(); below.  */
2754 #include <assert.h>
2755 /* Override any gcc2 internal prototype to avoid an error.  */
2756 /* We use char because int might match the return type of a gcc2
2757     builtin and then its argument prototype would still apply.  */
2758 char $ac_func();
2759
2760 int main() {
2761
2762 /* The GNU C library defines this for functions which it implements
2763     to always fail with ENOSYS.  Some functions are actually named
2764     something starting with __ and the normal name is an alias.  */
2765 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2766 choke me
2767 #else
2768 $ac_func();
2769 #endif
2770
2771 ; return 0; }
2772 EOF
2773 if { (eval echo configure:2774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2774   rm -rf conftest*
2775   eval "ac_cv_func_$ac_func=yes"
2776 else
2777   echo "configure: failed program was:" >&5
2778   cat conftest.$ac_ext >&5
2779   rm -rf conftest*
2780   eval "ac_cv_func_$ac_func=no"
2781 fi
2782 rm -f conftest*
2783 fi
2784
2785 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2786   echo "$ac_t""yes" 1>&6
2787     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2788   cat >> confdefs.h <<EOF
2789 #define $ac_tr_func 1
2790 EOF
2791  
2792 else
2793   echo "$ac_t""no" 1>&6
2794 fi
2795 done
2796
2797    for ac_func in inet_aton inet_addr
2798 do
2799 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2800 echo "configure:2801: checking for $ac_func" >&5
2801 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2802   echo $ac_n "(cached) $ac_c" 1>&6
2803 else
2804   cat > conftest.$ac_ext <<EOF
2805 #line 2806 "configure"
2806 #include "confdefs.h"
2807 /* System header to define __stub macros and hopefully few prototypes,
2808     which can conflict with char $ac_func(); below.  */
2809 #include <assert.h>
2810 /* Override any gcc2 internal prototype to avoid an error.  */
2811 /* We use char because int might match the return type of a gcc2
2812     builtin and then its argument prototype would still apply.  */
2813 char $ac_func();
2814
2815 int main() {
2816
2817 /* The GNU C library defines this for functions which it implements
2818     to always fail with ENOSYS.  Some functions are actually named
2819     something starting with __ and the normal name is an alias.  */
2820 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2821 choke me
2822 #else
2823 $ac_func();
2824 #endif
2825
2826 ; return 0; }
2827 EOF
2828 if { (eval echo configure:2829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2829   rm -rf conftest*
2830   eval "ac_cv_func_$ac_func=yes"
2831 else
2832   echo "configure: failed program was:" >&5
2833   cat conftest.$ac_ext >&5
2834   rm -rf conftest*
2835   eval "ac_cv_func_$ac_func=no"
2836 fi
2837 rm -f conftest*
2838 fi
2839
2840 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2841   echo "$ac_t""yes" 1>&6
2842     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2843   cat >> confdefs.h <<EOF
2844 #define $ac_tr_func 1
2845 EOF
2846  break
2847 else
2848   echo "$ac_t""no" 1>&6
2849 fi
2850 done
2851
2852    for ac_func in inet_pton uname inet_ntoa
2853 do
2854 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2855 echo "configure:2856: checking for $ac_func" >&5
2856 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2857   echo $ac_n "(cached) $ac_c" 1>&6
2858 else
2859   cat > conftest.$ac_ext <<EOF
2860 #line 2861 "configure"
2861 #include "confdefs.h"
2862 /* System header to define __stub macros and hopefully few prototypes,
2863     which can conflict with char $ac_func(); below.  */
2864 #include <assert.h>
2865 /* Override any gcc2 internal prototype to avoid an error.  */
2866 /* We use char because int might match the return type of a gcc2
2867     builtin and then its argument prototype would still apply.  */
2868 char $ac_func();
2869
2870 int main() {
2871
2872 /* The GNU C library defines this for functions which it implements
2873     to always fail with ENOSYS.  Some functions are actually named
2874     something starting with __ and the normal name is an alias.  */
2875 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2876 choke me
2877 #else
2878 $ac_func();
2879 #endif
2880
2881 ; return 0; }
2882 EOF
2883 if { (eval echo configure:2884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2884   rm -rf conftest*
2885   eval "ac_cv_func_$ac_func=yes"
2886 else
2887   echo "configure: failed program was:" >&5
2888   cat conftest.$ac_ext >&5
2889   rm -rf conftest*
2890   eval "ac_cv_func_$ac_func=no"
2891 fi
2892 rm -f conftest*
2893 fi
2894
2895 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2896   echo "$ac_t""yes" 1>&6
2897     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2898   cat >> confdefs.h <<EOF
2899 #define $ac_tr_func 1
2900 EOF
2901  
2902 else
2903   echo "$ac_t""no" 1>&6
2904 fi
2905 done
2906
2907    for ac_func in backtrace fork execvp pipe
2908 do
2909 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2910 echo "configure:2911: checking for $ac_func" >&5
2911 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2912   echo $ac_n "(cached) $ac_c" 1>&6
2913 else
2914   cat > conftest.$ac_ext <<EOF
2915 #line 2916 "configure"
2916 #include "confdefs.h"
2917 /* System header to define __stub macros and hopefully few prototypes,
2918     which can conflict with char $ac_func(); below.  */
2919 #include <assert.h>
2920 /* Override any gcc2 internal prototype to avoid an error.  */
2921 /* We use char because int might match the return type of a gcc2
2922     builtin and then its argument prototype would still apply.  */
2923 char $ac_func();
2924
2925 int main() {
2926
2927 /* The GNU C library defines this for functions which it implements
2928     to always fail with ENOSYS.  Some functions are actually named
2929     something starting with __ and the normal name is an alias.  */
2930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2931 choke me
2932 #else
2933 $ac_func();
2934 #endif
2935
2936 ; return 0; }
2937 EOF
2938 if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2939   rm -rf conftest*
2940   eval "ac_cv_func_$ac_func=yes"
2941 else
2942   echo "configure: failed program was:" >&5
2943   cat conftest.$ac_ext >&5
2944   rm -rf conftest*
2945   eval "ac_cv_func_$ac_func=no"
2946 fi
2947 rm -f conftest*
2948 fi
2949
2950 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2951   echo "$ac_t""yes" 1>&6
2952     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2953   cat >> confdefs.h <<EOF
2954 #define $ac_tr_func 1
2955 EOF
2956  
2957 else
2958   echo "$ac_t""no" 1>&6
2959 fi
2960 done
2961
2962    for ac_hdr in execinfo.h unistd.h dlfcn.h
2963 do
2964 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2965 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2966 echo "configure:2967: checking for $ac_hdr" >&5
2967 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2968   echo $ac_n "(cached) $ac_c" 1>&6
2969 else
2970   cat > conftest.$ac_ext <<EOF
2971 #line 2972 "configure"
2972 #include "confdefs.h"
2973 #include <$ac_hdr>
2974 EOF
2975 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2976 { (eval echo configure:2977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2977 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2978 if test -z "$ac_err"; then
2979   rm -rf conftest*
2980   eval "ac_cv_header_$ac_safe=yes"
2981 else
2982   echo "$ac_err" >&5
2983   echo "configure: failed program was:" >&5
2984   cat conftest.$ac_ext >&5
2985   rm -rf conftest*
2986   eval "ac_cv_header_$ac_safe=no"
2987 fi
2988 rm -f conftest*
2989 fi
2990 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2991   echo "$ac_t""yes" 1>&6
2992     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2993   cat >> confdefs.h <<EOF
2994 #define $ac_tr_hdr 1
2995 EOF
2996  
2997 else
2998   echo "$ac_t""no" 1>&6
2999 fi
3000 done
3001  
3002    for ac_file in /proc/self/exe
3003 do
3004
3005 ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
3006 echo $ac_n "checking for $ac_file""... $ac_c" 1>&6
3007 echo "configure:3008: checking for $ac_file" >&5
3008 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
3009   echo $ac_n "(cached) $ac_c" 1>&6
3010 else
3011   if test "$cross_compiling" = yes; then
3012     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
3013 else
3014   if test -r $ac_file; then
3015     eval "ac_cv_file_$ac_safe=yes"
3016   else
3017     eval "ac_cv_file_$ac_safe=no"
3018   fi
3019 fi
3020 fi
3021 if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
3022   echo "$ac_t""yes" 1>&6
3023     ac_tr_file=HAVE_`echo $ac_file | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3024   cat >> confdefs.h <<EOF
3025 #define $ac_tr_file 1
3026 EOF
3027  
3028      cat >> confdefs.h <<\EOF
3029 #define HAVE_PROC_SELF_EXE 1
3030 EOF
3031
3032 else
3033   echo "$ac_t""no" 1>&6
3034
3035 fi
3036 done
3037
3038
3039    for ac_func in gethostbyname_r
3040 do
3041 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3042 echo "configure:3043: checking for $ac_func" >&5
3043 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3044   echo $ac_n "(cached) $ac_c" 1>&6
3045 else
3046   cat > conftest.$ac_ext <<EOF
3047 #line 3048 "configure"
3048 #include "confdefs.h"
3049 /* System header to define __stub macros and hopefully few prototypes,
3050     which can conflict with char $ac_func(); below.  */
3051 #include <assert.h>
3052 /* Override any gcc2 internal prototype to avoid an error.  */
3053 /* We use char because int might match the return type of a gcc2
3054     builtin and then its argument prototype would still apply.  */
3055 char $ac_func();
3056
3057 int main() {
3058
3059 /* The GNU C library defines this for functions which it implements
3060     to always fail with ENOSYS.  Some functions are actually named
3061     something starting with __ and the normal name is an alias.  */
3062 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3063 choke me
3064 #else
3065 $ac_func();
3066 #endif
3067
3068 ; return 0; }
3069 EOF
3070 if { (eval echo configure:3071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3071   rm -rf conftest*
3072   eval "ac_cv_func_$ac_func=yes"
3073 else
3074   echo "configure: failed program was:" >&5
3075   cat conftest.$ac_ext >&5
3076   rm -rf conftest*
3077   eval "ac_cv_func_$ac_func=no"
3078 fi
3079 rm -f conftest*
3080 fi
3081
3082 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3083   echo "$ac_t""yes" 1>&6
3084     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3085   cat >> confdefs.h <<EOF
3086 #define $ac_tr_func 1
3087 EOF
3088  
3089      cat >> confdefs.h <<\EOF
3090 #define HAVE_GETHOSTBYNAME_R 1
3091 EOF
3092
3093      # There are two different kinds of gethostbyname_r.
3094      # We look for the one that returns `int'.
3095      # Hopefully this check is robust enough.
3096      cat > conftest.$ac_ext <<EOF
3097 #line 3098 "configure"
3098 #include "confdefs.h"
3099 #include <netdb.h>
3100 EOF
3101 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3102   egrep "int.*gethostbyname_r" >/dev/null 2>&1; then
3103   rm -rf conftest*
3104   
3105        cat >> confdefs.h <<\EOF
3106 #define GETHOSTBYNAME_R_RETURNS_INT 1
3107 EOF
3108
3109 fi
3110 rm -f conftest*
3111
3112
3113      case " $GCINCS " in
3114      *" -D_REENTRANT "*) ;;
3115      *)
3116                 echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
3117 echo "configure:3118: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
3118 if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
3119   echo $ac_n "(cached) $ac_c" 1>&6
3120 else
3121    
3122           ac_ext=C
3123 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3124 ac_cpp='$CXXCPP $CPPFLAGS'
3125 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3126 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3127 cross_compiling=$ac_cv_prog_cxx_cross
3128
3129           cat > conftest.$ac_ext <<EOF
3130 #line 3131 "configure"
3131 #include "confdefs.h"
3132 #include <netdb.h>
3133 int main() {
3134 gethostbyname_r("", 0, 0);
3135 ; return 0; }
3136 EOF
3137 if { (eval echo configure:3138: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3138   rm -rf conftest*
3139   libjava_cv_gethostbyname_r_needs_reentrant=no
3140 else
3141   echo "configure: failed program was:" >&5
3142   cat conftest.$ac_ext >&5
3143   rm -rf conftest*
3144                 CPPFLAGS_SAVE="$CPPFLAGS"
3145                 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
3146                 cat > conftest.$ac_ext <<EOF
3147 #line 3148 "configure"
3148 #include "confdefs.h"
3149 #include <netdb.h>
3150 int main() {
3151 gethostbyname_r("", 0, 0);
3152 ; return 0; }
3153 EOF
3154 if { (eval echo configure:3155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3155   rm -rf conftest*
3156   libjava_cv_gethostbyname_r_needs_reentrant=yes
3157 else
3158   echo "configure: failed program was:" >&5
3159   cat conftest.$ac_ext >&5
3160   rm -rf conftest*
3161   libjava_cv_gethostbyname_r_needs_reentrant=fail
3162 fi
3163 rm -f conftest*
3164                 CPPFLAGS="$CPPFLAGS_SAVE"
3165           
3166 fi
3167 rm -f conftest*
3168           ac_ext=c
3169 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3170 ac_cpp='$CPP $CPPFLAGS'
3171 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3172 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3173 cross_compiling=$ac_cv_prog_cc_cross
3174
3175         
3176 fi
3177
3178 echo "$ac_t""$libjava_cv_gethostbyname_r_needs_reentrant" 1>&6
3179         if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
3180           cat >> confdefs.h <<\EOF
3181 #define GETHOSTBYNAME_R_NEEDS_REENTRANT 1
3182 EOF
3183
3184         fi
3185      ;;
3186      esac
3187
3188      echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
3189 echo "configure:3190: checking for struct hostent_data" >&5
3190 if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
3191   echo $ac_n "(cached) $ac_c" 1>&6
3192 else
3193         cat > conftest.$ac_ext <<EOF
3194 #line 3195 "configure"
3195 #include "confdefs.h"
3196
3197 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
3198 # define _REENTRANT 1
3199 #endif
3200 #include <netdb.h>
3201 int main() {
3202 struct hostent_data data;
3203 ; return 0; }
3204 EOF
3205 if { (eval echo configure:3206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3206   rm -rf conftest*
3207   libjava_cv_struct_hostent_data=yes
3208 else
3209   echo "configure: failed program was:" >&5
3210   cat conftest.$ac_ext >&5
3211   rm -rf conftest*
3212   libjava_cv_struct_hostent_data=no
3213 fi
3214 rm -f conftest*
3215 fi
3216
3217 echo "$ac_t""$libjava_cv_struct_hostent_data" 1>&6
3218      if test "x$libjava_cv_struct_hostent_data" = xyes; then
3219        cat >> confdefs.h <<\EOF
3220 #define HAVE_STRUCT_HOSTENT_DATA 1
3221 EOF
3222
3223      fi
3224    
3225 else
3226   echo "$ac_t""no" 1>&6
3227 fi
3228 done
3229
3230
3231    for ac_func in gethostbyaddr_r
3232 do
3233 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3234 echo "configure:3235: checking for $ac_func" >&5
3235 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3236   echo $ac_n "(cached) $ac_c" 1>&6
3237 else
3238   cat > conftest.$ac_ext <<EOF
3239 #line 3240 "configure"
3240 #include "confdefs.h"
3241 /* System header to define __stub macros and hopefully few prototypes,
3242     which can conflict with char $ac_func(); below.  */
3243 #include <assert.h>
3244 /* Override any gcc2 internal prototype to avoid an error.  */
3245 /* We use char because int might match the return type of a gcc2
3246     builtin and then its argument prototype would still apply.  */
3247 char $ac_func();
3248
3249 int main() {
3250
3251 /* The GNU C library defines this for functions which it implements
3252     to always fail with ENOSYS.  Some functions are actually named
3253     something starting with __ and the normal name is an alias.  */
3254 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3255 choke me
3256 #else
3257 $ac_func();
3258 #endif
3259
3260 ; return 0; }
3261 EOF
3262 if { (eval echo configure:3263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3263   rm -rf conftest*
3264   eval "ac_cv_func_$ac_func=yes"
3265 else
3266   echo "configure: failed program was:" >&5
3267   cat conftest.$ac_ext >&5
3268   rm -rf conftest*
3269   eval "ac_cv_func_$ac_func=no"
3270 fi
3271 rm -f conftest*
3272 fi
3273
3274 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3275   echo "$ac_t""yes" 1>&6
3276     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3277   cat >> confdefs.h <<EOF
3278 #define $ac_tr_func 1
3279 EOF
3280  
3281      cat >> confdefs.h <<\EOF
3282 #define HAVE_GETHOSTBYADDR_R 1
3283 EOF
3284
3285      # There are two different kinds of gethostbyaddr_r.
3286      # We look for the one that returns `int'.
3287      # Hopefully this check is robust enough.
3288      cat > conftest.$ac_ext <<EOF
3289 #line 3290 "configure"
3290 #include "confdefs.h"
3291 #include <netdb.h>
3292 EOF
3293 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3294   egrep "int.*gethostbyaddr_r" >/dev/null 2>&1; then
3295   rm -rf conftest*
3296   
3297        cat >> confdefs.h <<\EOF
3298 #define GETHOSTBYADDR_R_RETURNS_INT 1
3299 EOF
3300
3301 fi
3302 rm -f conftest*
3303
3304 else
3305   echo "$ac_t""no" 1>&6
3306 fi
3307 done
3308
3309
3310    for ac_func in gethostname
3311 do
3312 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3313 echo "configure:3314: checking for $ac_func" >&5
3314 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3315   echo $ac_n "(cached) $ac_c" 1>&6
3316 else
3317   cat > conftest.$ac_ext <<EOF
3318 #line 3319 "configure"
3319 #include "confdefs.h"
3320 /* System header to define __stub macros and hopefully few prototypes,
3321     which can conflict with char $ac_func(); below.  */
3322 #include <assert.h>
3323 /* Override any gcc2 internal prototype to avoid an error.  */
3324 /* We use char because int might match the return type of a gcc2
3325     builtin and then its argument prototype would still apply.  */
3326 char $ac_func();
3327
3328 int main() {
3329
3330 /* The GNU C library defines this for functions which it implements
3331     to always fail with ENOSYS.  Some functions are actually named
3332     something starting with __ and the normal name is an alias.  */
3333 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3334 choke me
3335 #else
3336 $ac_func();
3337 #endif
3338
3339 ; return 0; }
3340 EOF
3341 if { (eval echo configure:3342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3342   rm -rf conftest*
3343   eval "ac_cv_func_$ac_func=yes"
3344 else
3345   echo "configure: failed program was:" >&5
3346   cat conftest.$ac_ext >&5
3347   rm -rf conftest*
3348   eval "ac_cv_func_$ac_func=no"
3349 fi
3350 rm -f conftest*
3351 fi
3352
3353 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3354   echo "$ac_t""yes" 1>&6
3355     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3356   cat >> confdefs.h <<EOF
3357 #define $ac_tr_func 1
3358 EOF
3359  
3360      cat >> confdefs.h <<\EOF
3361 #define HAVE_GETHOSTNAME 1
3362 EOF
3363
3364      cat > conftest.$ac_ext <<EOF
3365 #line 3366 "configure"
3366 #include "confdefs.h"
3367 #include <unistd.h>
3368 EOF
3369 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3370   egrep "gethostname" >/dev/null 2>&1; then
3371   rm -rf conftest*
3372   
3373        cat >> confdefs.h <<\EOF
3374 #define HAVE_GETHOSTNAME_DECL 1
3375 EOF
3376
3377 fi
3378 rm -f conftest*
3379
3380 else
3381   echo "$ac_t""no" 1>&6
3382 fi
3383 done
3384
3385
3386    # Look for these functions in the thread library, but only bother
3387    # if using POSIX threads.
3388    if test "$THREADS" = posix; then
3389       save_LIBS="$LIBS"
3390       LIBS="$LIBS $THREADLIBS"
3391       # Some POSIX thread systems don't have pthread_mutexattr_settype.
3392       # E.g., Solaris.
3393       for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np
3394 do
3395 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3396 echo "configure:3397: checking for $ac_func" >&5
3397 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3398   echo $ac_n "(cached) $ac_c" 1>&6
3399 else
3400   cat > conftest.$ac_ext <<EOF
3401 #line 3402 "configure"
3402 #include "confdefs.h"
3403 /* System header to define __stub macros and hopefully few prototypes,
3404     which can conflict with char $ac_func(); below.  */
3405 #include <assert.h>
3406 /* Override any gcc2 internal prototype to avoid an error.  */
3407 /* We use char because int might match the return type of a gcc2
3408     builtin and then its argument prototype would still apply.  */
3409 char $ac_func();
3410
3411 int main() {
3412
3413 /* The GNU C library defines this for functions which it implements
3414     to always fail with ENOSYS.  Some functions are actually named
3415     something starting with __ and the normal name is an alias.  */
3416 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3417 choke me
3418 #else
3419 $ac_func();
3420 #endif
3421
3422 ; return 0; }
3423 EOF
3424 if { (eval echo configure:3425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3425   rm -rf conftest*
3426   eval "ac_cv_func_$ac_func=yes"
3427 else
3428   echo "configure: failed program was:" >&5
3429   cat conftest.$ac_ext >&5
3430   rm -rf conftest*
3431   eval "ac_cv_func_$ac_func=no"
3432 fi
3433 rm -f conftest*
3434 fi
3435
3436 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3437   echo "$ac_t""yes" 1>&6
3438     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3439   cat >> confdefs.h <<EOF
3440 #define $ac_tr_func 1
3441 EOF
3442  
3443 else
3444   echo "$ac_t""no" 1>&6
3445 fi
3446 done
3447
3448
3449       # Look for sched_yield.  Up to Solaris 2.6, it is in libposix4, since
3450       # Solaris 7 the name librt is preferred.
3451       for ac_func in sched_yield
3452 do
3453 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3454 echo "configure:3455: checking for $ac_func" >&5
3455 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3456   echo $ac_n "(cached) $ac_c" 1>&6
3457 else
3458   cat > conftest.$ac_ext <<EOF
3459 #line 3460 "configure"
3460 #include "confdefs.h"
3461 /* System header to define __stub macros and hopefully few prototypes,
3462     which can conflict with char $ac_func(); below.  */
3463 #include <assert.h>
3464 /* Override any gcc2 internal prototype to avoid an error.  */
3465 /* We use char because int might match the return type of a gcc2
3466     builtin and then its argument prototype would still apply.  */
3467 char $ac_func();
3468
3469 int main() {
3470
3471 /* The GNU C library defines this for functions which it implements
3472     to always fail with ENOSYS.  Some functions are actually named
3473     something starting with __ and the normal name is an alias.  */
3474 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3475 choke me
3476 #else
3477 $ac_func();
3478 #endif
3479
3480 ; return 0; }
3481 EOF
3482 if { (eval echo configure:3483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3483   rm -rf conftest*
3484   eval "ac_cv_func_$ac_func=yes"
3485 else
3486   echo "configure: failed program was:" >&5
3487   cat conftest.$ac_ext >&5
3488   rm -rf conftest*
3489   eval "ac_cv_func_$ac_func=no"
3490 fi
3491 rm -f conftest*
3492 fi
3493
3494 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3495   echo "$ac_t""yes" 1>&6
3496     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3497   cat >> confdefs.h <<EOF
3498 #define $ac_tr_func 1
3499 EOF
3500  
3501 else
3502   echo "$ac_t""no" 1>&6
3503 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
3504 echo "configure:3505: checking for sched_yield in -lrt" >&5
3505 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
3506 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3507   echo $ac_n "(cached) $ac_c" 1>&6
3508 else
3509   ac_save_LIBS="$LIBS"
3510 LIBS="-lrt  $LIBS"
3511 cat > conftest.$ac_ext <<EOF
3512 #line 3513 "configure"
3513 #include "confdefs.h"
3514 /* Override any gcc2 internal prototype to avoid an error.  */
3515 /* We use char because int might match the return type of a gcc2
3516     builtin and then its argument prototype would still apply.  */
3517 char sched_yield();
3518
3519 int main() {
3520 sched_yield()
3521 ; return 0; }
3522 EOF
3523 if { (eval echo configure:3524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3524   rm -rf conftest*
3525   eval "ac_cv_lib_$ac_lib_var=yes"
3526 else
3527   echo "configure: failed program was:" >&5
3528   cat conftest.$ac_ext >&5
3529   rm -rf conftest*
3530   eval "ac_cv_lib_$ac_lib_var=no"
3531 fi
3532 rm -f conftest*
3533 LIBS="$ac_save_LIBS"
3534
3535 fi
3536 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3537   echo "$ac_t""yes" 1>&6
3538   
3539           cat >> confdefs.h <<\EOF
3540 #define HAVE_SCHED_YIELD 1
3541 EOF
3542
3543           THREADLIBS="$THREADLIBS -lrt"
3544           THREADSPEC="$THREADSPEC -lrt"
3545 else
3546   echo "$ac_t""no" 1>&6
3547
3548           echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
3549 echo "configure:3550: checking for sched_yield in -lposix4" >&5
3550 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
3551 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3552   echo $ac_n "(cached) $ac_c" 1>&6
3553 else
3554   ac_save_LIBS="$LIBS"
3555 LIBS="-lposix4  $LIBS"
3556 cat > conftest.$ac_ext <<EOF
3557 #line 3558 "configure"
3558 #include "confdefs.h"
3559 /* Override any gcc2 internal prototype to avoid an error.  */
3560 /* We use char because int might match the return type of a gcc2
3561     builtin and then its argument prototype would still apply.  */
3562 char sched_yield();
3563
3564 int main() {
3565 sched_yield()
3566 ; return 0; }
3567 EOF
3568 if { (eval echo configure:3569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3569   rm -rf conftest*
3570   eval "ac_cv_lib_$ac_lib_var=yes"
3571 else
3572   echo "configure: failed program was:" >&5
3573   cat conftest.$ac_ext >&5
3574   rm -rf conftest*
3575   eval "ac_cv_lib_$ac_lib_var=no"
3576 fi
3577 rm -f conftest*
3578 LIBS="$ac_save_LIBS"
3579
3580 fi
3581 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3582   echo "$ac_t""yes" 1>&6
3583   
3584             cat >> confdefs.h <<\EOF
3585 #define HAVE_SCHED_YIELD 1
3586 EOF
3587
3588             THREADLIBS="$THREADLIBS -lposix4"
3589             THREADSPEC="$THREADSPEC -lposix4"
3590 else
3591   echo "$ac_t""no" 1>&6
3592 fi
3593
3594 fi
3595
3596 fi
3597 done
3598
3599       LIBS="$save_LIBS"
3600
3601       # We can save a little space at runtime if the mutex has m_count
3602       # or __m_count.  This is a nice hack for Linux.
3603       cat > conftest.$ac_ext <<EOF
3604 #line 3605 "configure"
3605 #include "confdefs.h"
3606 #include <pthread.h>
3607 int main() {
3608
3609           extern pthread_mutex_t *mutex; int q = mutex->m_count;
3610         
3611 ; return 0; }
3612 EOF
3613 if { (eval echo configure:3614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3614   rm -rf conftest*
3615   cat >> confdefs.h <<\EOF
3616 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
3617 EOF
3618
3619 else
3620   echo "configure: failed program was:" >&5
3621   cat conftest.$ac_ext >&5
3622   rm -rf conftest*
3623   
3624         cat > conftest.$ac_ext <<EOF
3625 #line 3626 "configure"
3626 #include "confdefs.h"
3627 #include <pthread.h>
3628 int main() {
3629
3630             extern pthread_mutex_t *mutex; int q = mutex->__m_count;
3631           
3632 ; return 0; }
3633 EOF
3634 if { (eval echo configure:3635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3635   rm -rf conftest*
3636   cat >> confdefs.h <<\EOF
3637 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
3638 EOF
3639
3640 else
3641   echo "configure: failed program was:" >&5
3642   cat conftest.$ac_ext >&5
3643 fi
3644 rm -f conftest*
3645 fi
3646 rm -f conftest*
3647    fi
3648
3649    # We require a way to get the time.
3650    time_found=no
3651    for ac_func in gettimeofday time ftime
3652 do
3653 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3654 echo "configure:3655: checking for $ac_func" >&5
3655 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3656   echo $ac_n "(cached) $ac_c" 1>&6
3657 else
3658   cat > conftest.$ac_ext <<EOF
3659 #line 3660 "configure"
3660 #include "confdefs.h"
3661 /* System header to define __stub macros and hopefully few prototypes,
3662     which can conflict with char $ac_func(); below.  */
3663 #include <assert.h>
3664 /* Override any gcc2 internal prototype to avoid an error.  */
3665 /* We use char because int might match the return type of a gcc2
3666     builtin and then its argument prototype would still apply.  */
3667 char $ac_func();
3668
3669 int main() {
3670
3671 /* The GNU C library defines this for functions which it implements
3672     to always fail with ENOSYS.  Some functions are actually named
3673     something starting with __ and the normal name is an alias.  */
3674 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3675 choke me
3676 #else
3677 $ac_func();
3678 #endif
3679
3680 ; return 0; }
3681 EOF
3682 if { (eval echo configure:3683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3683   rm -rf conftest*
3684   eval "ac_cv_func_$ac_func=yes"
3685 else
3686   echo "configure: failed program was:" >&5
3687   cat conftest.$ac_ext >&5
3688   rm -rf conftest*
3689   eval "ac_cv_func_$ac_func=no"
3690 fi
3691 rm -f conftest*
3692 fi
3693
3694 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3695   echo "$ac_t""yes" 1>&6
3696     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3697   cat >> confdefs.h <<EOF
3698 #define $ac_tr_func 1
3699 EOF
3700  time_found=yes
3701 else
3702   echo "$ac_t""no" 1>&6
3703 fi
3704 done
3705
3706    if test "$time_found" = no; then
3707       { echo "configure: error: no function found to get the time" 1>&2; exit 1; }
3708    fi
3709
3710    for ac_func in memmove
3711 do
3712 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3713 echo "configure:3714: checking for $ac_func" >&5
3714 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3715   echo $ac_n "(cached) $ac_c" 1>&6
3716 else
3717   cat > conftest.$ac_ext <<EOF
3718 #line 3719 "configure"
3719 #include "confdefs.h"
3720 /* System header to define __stub macros and hopefully few prototypes,
3721     which can conflict with char $ac_func(); below.  */
3722 #include <assert.h>
3723 /* Override any gcc2 internal prototype to avoid an error.  */
3724 /* We use char because int might match the return type of a gcc2
3725     builtin and then its argument prototype would still apply.  */
3726 char $ac_func();
3727
3728 int main() {
3729
3730 /* The GNU C library defines this for functions which it implements
3731     to always fail with ENOSYS.  Some functions are actually named
3732     something starting with __ and the normal name is an alias.  */
3733 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3734 choke me
3735 #else
3736 $ac_func();
3737 #endif
3738
3739 ; return 0; }
3740 EOF
3741 if { (eval echo configure:3742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3742   rm -rf conftest*
3743   eval "ac_cv_func_$ac_func=yes"
3744 else
3745   echo "configure: failed program was:" >&5
3746   cat conftest.$ac_ext >&5
3747   rm -rf conftest*
3748   eval "ac_cv_func_$ac_func=no"
3749 fi
3750 rm -f conftest*
3751 fi
3752
3753 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3754   echo "$ac_t""yes" 1>&6
3755     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3756   cat >> confdefs.h <<EOF
3757 #define $ac_tr_func 1
3758 EOF
3759  
3760 else
3761   echo "$ac_t""no" 1>&6
3762 fi
3763 done
3764
3765
3766    # We require memcpy.
3767    memcpy_found=no
3768    for ac_func in memcpy
3769 do
3770 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3771 echo "configure:3772: checking for $ac_func" >&5
3772 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3773   echo $ac_n "(cached) $ac_c" 1>&6
3774 else
3775   cat > conftest.$ac_ext <<EOF
3776 #line 3777 "configure"
3777 #include "confdefs.h"
3778 /* System header to define __stub macros and hopefully few prototypes,
3779     which can conflict with char $ac_func(); below.  */
3780 #include <assert.h>
3781 /* Override any gcc2 internal prototype to avoid an error.  */
3782 /* We use char because int might match the return type of a gcc2
3783     builtin and then its argument prototype would still apply.  */
3784 char $ac_func();
3785
3786 int main() {
3787
3788 /* The GNU C library defines this for functions which it implements
3789     to always fail with ENOSYS.  Some functions are actually named
3790     something starting with __ and the normal name is an alias.  */
3791 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3792 choke me
3793 #else
3794 $ac_func();
3795 #endif
3796
3797 ; return 0; }
3798 EOF
3799 if { (eval echo configure:3800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3800   rm -rf conftest*
3801   eval "ac_cv_func_$ac_func=yes"
3802 else
3803   echo "configure: failed program was:" >&5
3804   cat conftest.$ac_ext >&5
3805   rm -rf conftest*
3806   eval "ac_cv_func_$ac_func=no"
3807 fi
3808 rm -f conftest*
3809 fi
3810
3811 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3812   echo "$ac_t""yes" 1>&6
3813     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3814   cat >> confdefs.h <<EOF
3815 #define $ac_tr_func 1
3816 EOF
3817  memcpy_found=yes
3818 else
3819   echo "$ac_t""no" 1>&6
3820 fi
3821 done
3822
3823    if test "$memcpy_found" = no; then
3824       { echo "configure: error: memcpy is required" 1>&2; exit 1; }
3825    fi
3826
3827    # Some library-finding code we stole from Tcl.
3828    #--------------------------------------------------------------------
3829    #    Check for the existence of the -lsocket and -lnsl libraries.
3830    #    The order here is important, so that they end up in the right
3831    #    order in the command line generated by make.  Here are some
3832    #    special considerations:
3833    #    1. Use "connect" and "accept" to check for -lsocket, and
3834    #       "gethostbyname" to check for -lnsl.
3835    #    2. Use each function name only once:  can't redo a check because
3836    #       autoconf caches the results of the last check and won't redo it.
3837    #    3. Use -lnsl and -lsocket only if they supply procedures that
3838    #       aren't already present in the normal libraries.  This is because
3839    #       IRIX 5.2 has libraries, but they aren't needed and they're
3840    #       bogus:  they goof up name resolution if used.
3841    #    4. On some SVR4 systems, can't use -lsocket without -lnsl too.
3842    #       To get around this problem, check for both libraries together
3843    #       if -lsocket doesn't work by itself.
3844    #--------------------------------------------------------------------
3845
3846    echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
3847 echo "configure:3848: checking for socket libraries" >&5
3848 if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
3849   echo $ac_n "(cached) $ac_c" 1>&6
3850 else
3851   gcj_cv_lib_sockets=
3852      gcj_checkBoth=0
3853      unset ac_cv_func_connect
3854      echo $ac_n "checking for connect""... $ac_c" 1>&6
3855 echo "configure:3856: checking for connect" >&5
3856 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
3857   echo $ac_n "(cached) $ac_c" 1>&6
3858 else
3859   cat > conftest.$ac_ext <<EOF
3860 #line 3861 "configure"
3861 #include "confdefs.h"
3862 /* System header to define __stub macros and hopefully few prototypes,
3863     which can conflict with char connect(); below.  */
3864 #include <assert.h>
3865 /* Override any gcc2 internal prototype to avoid an error.  */
3866 /* We use char because int might match the return type of a gcc2
3867     builtin and then its argument prototype would still apply.  */
3868 char connect();
3869
3870 int main() {
3871
3872 /* The GNU C library defines this for functions which it implements
3873     to always fail with ENOSYS.  Some functions are actually named
3874     something starting with __ and the normal name is an alias.  */
3875 #if defined (__stub_connect) || defined (__stub___connect)
3876 choke me
3877 #else
3878 connect();
3879 #endif
3880
3881 ; return 0; }
3882 EOF
3883 if { (eval echo configure:3884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3884   rm -rf conftest*
3885   eval "ac_cv_func_connect=yes"
3886 else
3887   echo "configure: failed program was:" >&5
3888   cat conftest.$ac_ext >&5
3889   rm -rf conftest*
3890   eval "ac_cv_func_connect=no"
3891 fi
3892 rm -f conftest*
3893 fi
3894
3895 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
3896   echo "$ac_t""yes" 1>&6
3897   gcj_checkSocket=0
3898 else
3899   echo "$ac_t""no" 1>&6
3900 gcj_checkSocket=1
3901 fi
3902
3903      if test "$gcj_checkSocket" = 1; then
3904          unset ac_cv_func_connect
3905          echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
3906 echo "configure:3907: checking for main in -lsocket" >&5
3907 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3908 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3909   echo $ac_n "(cached) $ac_c" 1>&6
3910 else
3911   ac_save_LIBS="$LIBS"
3912 LIBS="-lsocket  $LIBS"
3913 cat > conftest.$ac_ext <<EOF
3914 #line 3915 "configure"
3915 #include "confdefs.h"
3916
3917 int main() {
3918 main()
3919 ; return 0; }
3920 EOF
3921 if { (eval echo configure:3922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3922   rm -rf conftest*
3923   eval "ac_cv_lib_$ac_lib_var=yes"
3924 else
3925   echo "configure: failed program was:" >&5
3926   cat conftest.$ac_ext >&5
3927   rm -rf conftest*
3928   eval "ac_cv_lib_$ac_lib_var=no"
3929 fi
3930 rm -f conftest*
3931 LIBS="$ac_save_LIBS"
3932
3933 fi
3934 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3935   echo "$ac_t""yes" 1>&6
3936   gcj_cv_lib_sockets="-lsocket"
3937 else
3938   echo "$ac_t""no" 1>&6
3939 gcj_checkBoth=1
3940 fi
3941
3942      fi
3943      if test "$gcj_checkBoth" = 1; then
3944          gcj_oldLibs=$LIBS
3945          LIBS="$LIBS -lsocket -lnsl"
3946          unset ac_cv_func_accept
3947          echo $ac_n "checking for accept""... $ac_c" 1>&6
3948 echo "configure:3949: checking for accept" >&5
3949 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
3950   echo $ac_n "(cached) $ac_c" 1>&6
3951 else
3952   cat > conftest.$ac_ext <<EOF
3953 #line 3954 "configure"
3954 #include "confdefs.h"
3955 /* System header to define __stub macros and hopefully few prototypes,
3956     which can conflict with char accept(); below.  */
3957 #include <assert.h>
3958 /* Override any gcc2 internal prototype to avoid an error.  */
3959 /* We use char because int might match the return type of a gcc2
3960     builtin and then its argument prototype would still apply.  */
3961 char accept();
3962
3963 int main() {
3964
3965 /* The GNU C library defines this for functions which it implements
3966     to always fail with ENOSYS.  Some functions are actually named
3967     something starting with __ and the normal name is an alias.  */
3968 #if defined (__stub_accept) || defined (__stub___accept)
3969 choke me
3970 #else
3971 accept();
3972 #endif
3973
3974 ; return 0; }
3975 EOF
3976 if { (eval echo configure:3977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3977   rm -rf conftest*
3978   eval "ac_cv_func_accept=yes"
3979 else
3980   echo "configure: failed program was:" >&5
3981   cat conftest.$ac_ext >&5
3982   rm -rf conftest*
3983   eval "ac_cv_func_accept=no"
3984 fi
3985 rm -f conftest*
3986 fi
3987
3988 if eval "test \"`echo '$ac_cv_func_'accept`\" = yes"; then
3989   echo "$ac_t""yes" 1>&6
3990   gcj_checkNsl=0
3991                         gcj_cv_lib_sockets="-lsocket -lnsl"
3992 else
3993   echo "$ac_t""no" 1>&6
3994 fi
3995
3996          unset ac_cv_func_accept
3997          LIBS=$gcj_oldLibs
3998      fi
3999      unset ac_cv_func_gethostbyname
4000      gcj_oldLibs=$LIBS
4001      LIBS="$LIBS $gcj_cv_lib_sockets"
4002      echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
4003 echo "configure:4004: checking for gethostbyname" >&5
4004 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
4005   echo $ac_n "(cached) $ac_c" 1>&6
4006 else
4007   cat > conftest.$ac_ext <<EOF
4008 #line 4009 "configure"
4009 #include "confdefs.h"
4010 /* System header to define __stub macros and hopefully few prototypes,
4011     which can conflict with char gethostbyname(); below.  */
4012 #include <assert.h>
4013 /* Override any gcc2 internal prototype to avoid an error.  */
4014 /* We use char because int might match the return type of a gcc2
4015     builtin and then its argument prototype would still apply.  */
4016 char gethostbyname();
4017
4018 int main() {
4019
4020 /* The GNU C library defines this for functions which it implements
4021     to always fail with ENOSYS.  Some functions are actually named
4022     something starting with __ and the normal name is an alias.  */
4023 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
4024 choke me
4025 #else
4026 gethostbyname();
4027 #endif
4028
4029 ; return 0; }
4030 EOF
4031 if { (eval echo configure:4032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4032   rm -rf conftest*
4033   eval "ac_cv_func_gethostbyname=yes"
4034 else
4035   echo "configure: failed program was:" >&5
4036   cat conftest.$ac_ext >&5
4037   rm -rf conftest*
4038   eval "ac_cv_func_gethostbyname=no"
4039 fi
4040 rm -f conftest*
4041 fi
4042
4043 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
4044   echo "$ac_t""yes" 1>&6
4045   :
4046 else
4047   echo "$ac_t""no" 1>&6
4048 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
4049 echo "configure:4050: checking for main in -lnsl" >&5
4050 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
4051 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4052   echo $ac_n "(cached) $ac_c" 1>&6
4053 else
4054   ac_save_LIBS="$LIBS"
4055 LIBS="-lnsl  $LIBS"
4056 cat > conftest.$ac_ext <<EOF
4057 #line 4058 "configure"
4058 #include "confdefs.h"
4059
4060 int main() {
4061 main()
4062 ; return 0; }
4063 EOF
4064 if { (eval echo configure:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4065   rm -rf conftest*
4066   eval "ac_cv_lib_$ac_lib_var=yes"
4067 else
4068   echo "configure: failed program was:" >&5
4069   cat conftest.$ac_ext >&5
4070   rm -rf conftest*
4071   eval "ac_cv_lib_$ac_lib_var=no"
4072 fi
4073 rm -f conftest*
4074 LIBS="$ac_save_LIBS"
4075
4076 fi
4077 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4078   echo "$ac_t""yes" 1>&6
4079   gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
4080 else
4081   echo "$ac_t""no" 1>&6
4082 fi
4083
4084 fi
4085
4086      unset ac_cv_func_gethostbyname
4087      LIBS=$gcj_oldLIBS
4088    
4089 fi
4090
4091 echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
4092    SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
4093
4094    if test "$with_system_zlib" = yes; then
4095       echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
4096 echo "configure:4097: checking for deflate in -lz" >&5
4097 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
4098 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4099   echo $ac_n "(cached) $ac_c" 1>&6
4100 else
4101   ac_save_LIBS="$LIBS"
4102 LIBS="-lz  $LIBS"
4103 cat > conftest.$ac_ext <<EOF
4104 #line 4105 "configure"
4105 #include "confdefs.h"
4106 /* Override any gcc2 internal prototype to avoid an error.  */
4107 /* We use char because int might match the return type of a gcc2
4108     builtin and then its argument prototype would still apply.  */
4109 char deflate();
4110
4111 int main() {
4112 deflate()
4113 ; return 0; }
4114 EOF
4115 if { (eval echo configure:4116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4116   rm -rf conftest*
4117   eval "ac_cv_lib_$ac_lib_var=yes"
4118 else
4119   echo "configure: failed program was:" >&5
4120   cat conftest.$ac_ext >&5
4121   rm -rf conftest*
4122   eval "ac_cv_lib_$ac_lib_var=no"
4123 fi
4124 rm -f conftest*
4125 LIBS="$ac_save_LIBS"
4126
4127 fi
4128 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4129   echo "$ac_t""yes" 1>&6
4130   ZLIBSPEC=-lz
4131 else
4132   echo "$ac_t""no" 1>&6
4133 ZLIBSPEC=-lzgcj
4134 fi
4135
4136    else
4137       ZLIBSPEC=-lzgcj
4138    fi
4139
4140    # On Solaris, and maybe other architectures, the Boehm collector
4141    # requires -ldl.
4142    if test "$GC" = boehm; then
4143       echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
4144 echo "configure:4145: checking for main in -ldl" >&5
4145 ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
4146 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4147   echo $ac_n "(cached) $ac_c" 1>&6
4148 else
4149   ac_save_LIBS="$LIBS"
4150 LIBS="-ldl  $LIBS"
4151 cat > conftest.$ac_ext <<EOF
4152 #line 4153 "configure"
4153 #include "confdefs.h"
4154
4155 int main() {
4156 main()
4157 ; return 0; }
4158 EOF
4159 if { (eval echo configure:4160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4160   rm -rf conftest*
4161   eval "ac_cv_lib_$ac_lib_var=yes"
4162 else
4163   echo "configure: failed program was:" >&5
4164   cat conftest.$ac_ext >&5
4165   rm -rf conftest*
4166   eval "ac_cv_lib_$ac_lib_var=no"
4167 fi
4168 rm -f conftest*
4169 LIBS="$ac_save_LIBS"
4170
4171 fi
4172 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4173   echo "$ac_t""yes" 1>&6
4174   SYSTEMSPEC="$SYSTEMSPEC -ldl"
4175 else
4176   echo "$ac_t""no" 1>&6
4177 fi
4178
4179    fi
4180
4181    if test -d "$libgcj_basedir/../gcc/java"; then
4182       GCJ=
4183    else
4184       CANADIAN=yes
4185       NULL_TARGET=yes
4186       GCJ=gcj
4187    fi
4188 fi
4189
4190 ZLIBS=
4191 ZDEPS=
4192 ZINCS=
4193 if test "x$ZLIBSPEC" = "x-lzgcj"; then
4194    # We include the path to the zlib build directory.
4195    # See Makefile.am to understand why.
4196    ZDEPS='$(top_builddir)/../zlib/libzgcj.la'
4197    ZLIBS="$ZDEPS -L\$(here)/../zlib/$libsubdir"
4198    ZINCS='-I$(top_srcdir)/../zlib'
4199 else
4200    ZLIBS="$ZLIBSPEC"
4201 fi
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211 if test "$CANADIAN" = yes; then
4212   CANADIAN_TRUE=
4213   CANADIAN_FALSE='#'
4214 else
4215   CANADIAN_TRUE='#'
4216   CANADIAN_FALSE=
4217 fi
4218
4219
4220 if test "$NULL_TARGET" = yes; then
4221   NULL_TARGET_TRUE=
4222   NULL_TARGET_FALSE='#'
4223 else
4224   NULL_TARGET_TRUE='#'
4225   NULL_TARGET_FALSE=
4226 fi
4227
4228
4229 if test "$NATIVE" = yes || test "$NULL_TARGET" = yes; then
4230   NATIVE_TRUE=
4231   NATIVE_FALSE='#'
4232 else
4233   NATIVE_TRUE='#'
4234   NATIVE_FALSE=
4235 fi
4236
4237
4238 if test -z "$with_cross_host"; then
4239   USE_LIBDIR_TRUE=
4240   USE_LIBDIR_FALSE='#'
4241 else
4242   USE_LIBDIR_TRUE='#'
4243   USE_LIBDIR_FALSE=
4244 fi
4245
4246
4247 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
4248   NEEDS_DATA_START_TRUE=
4249   NEEDS_DATA_START_FALSE='#'
4250 else
4251   NEEDS_DATA_START_TRUE='#'
4252   NEEDS_DATA_START_FALSE=
4253 fi
4254
4255
4256 # Determine gcj version number.
4257 if test "$GCJ" = ""; then
4258    if test -z "${with_multisubdir}"; then
4259       builddotdot=.
4260    else
4261
4262       builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
4263
4264    fi
4265    dir="`cd ${builddotdot}/../../gcc && pwd`"
4266    GCJ="$dir/gcj -B$dir/"
4267 fi
4268
4269 gcjvers="`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`"
4270
4271 cat >> confdefs.h <<EOF
4272 #define GCJVERSION "$gcjvers"
4273 EOF
4274
4275
4276 # See if gcj supports -fuse-divide-subroutine.  gcc 2.95 does not, and
4277 # we want to continue to support that version.
4278 echo $ac_n "checking whether gcj supports -fuse-divide-subroutine""... $ac_c" 1>&6
4279 echo "configure:4280: checking whether gcj supports -fuse-divide-subroutine" >&5
4280 cat > conftest.java << 'END'
4281 public class conftest { }
4282 END
4283 use_fuse=yes
4284 $GCJ -classpath $srcdir -fuse-divide-subroutine -fsyntax-only \
4285    conftest.java > /dev/null 2>&1 \
4286    || use_fuse=no
4287 rm -f conftest.java
4288 if test "$use_fuse" = no; then
4289    DIVIDESPEC=
4290 fi
4291 echo "$ac_t""$use_fuse" 1>&6
4292
4293
4294
4295 for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/filio.h sys/stat.h sys/select.h sys/socket.h netinet/in.h arpa/inet.h netdb.h pwd.h sys/config.h inttypes.h stdint.h
4296 do
4297 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4298 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4299 echo "configure:4300: checking for $ac_hdr" >&5
4300 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4301   echo $ac_n "(cached) $ac_c" 1>&6
4302 else
4303   cat > conftest.$ac_ext <<EOF
4304 #line 4305 "configure"
4305 #include "confdefs.h"
4306 #include <$ac_hdr>
4307 EOF
4308 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4309 { (eval echo configure:4310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4310 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4311 if test -z "$ac_err"; then
4312   rm -rf conftest*
4313   eval "ac_cv_header_$ac_safe=yes"
4314 else
4315   echo "$ac_err" >&5
4316   echo "configure: failed program was:" >&5
4317   cat conftest.$ac_ext >&5
4318   rm -rf conftest*
4319   eval "ac_cv_header_$ac_safe=no"
4320 fi
4321 rm -f conftest*
4322 fi
4323 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4324   echo "$ac_t""yes" 1>&6
4325     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4326   cat >> confdefs.h <<EOF
4327 #define $ac_tr_hdr 1
4328 EOF
4329  
4330 else
4331   echo "$ac_t""no" 1>&6
4332 fi
4333 done
4334
4335 for ac_hdr in dirent.h
4336 do
4337 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4338 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4339 echo "configure:4340: checking for $ac_hdr" >&5
4340 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4341   echo $ac_n "(cached) $ac_c" 1>&6
4342 else
4343   cat > conftest.$ac_ext <<EOF
4344 #line 4345 "configure"
4345 #include "confdefs.h"
4346 #include <$ac_hdr>
4347 EOF
4348 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4349 { (eval echo configure:4350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4350 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4351 if test -z "$ac_err"; then
4352   rm -rf conftest*
4353   eval "ac_cv_header_$ac_safe=yes"
4354 else
4355   echo "$ac_err" >&5
4356   echo "configure: failed program was:" >&5
4357   cat conftest.$ac_ext >&5
4358   rm -rf conftest*
4359   eval "ac_cv_header_$ac_safe=no"
4360 fi
4361 rm -f conftest*
4362 fi
4363 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4364   echo "$ac_t""yes" 1>&6
4365     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4366   cat >> confdefs.h <<EOF
4367 #define $ac_tr_hdr 1
4368 EOF
4369  
4370 else
4371   echo "$ac_t""no" 1>&6
4372 fi
4373 done
4374
4375
4376 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
4377 echo "configure:4378: checking for ANSI C header files" >&5
4378 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
4379   echo $ac_n "(cached) $ac_c" 1>&6
4380 else
4381   cat > conftest.$ac_ext <<EOF
4382 #line 4383 "configure"
4383 #include "confdefs.h"
4384 #include <stdlib.h>
4385 #include <stdarg.h>
4386 #include <string.h>
4387 #include <float.h>
4388 EOF
4389 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4390 { (eval echo configure:4391: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4391 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4392 if test -z "$ac_err"; then
4393   rm -rf conftest*
4394   ac_cv_header_stdc=yes
4395 else
4396   echo "$ac_err" >&5
4397   echo "configure: failed program was:" >&5
4398   cat conftest.$ac_ext >&5
4399   rm -rf conftest*
4400   ac_cv_header_stdc=no
4401 fi
4402 rm -f conftest*
4403
4404 if test $ac_cv_header_stdc = yes; then
4405   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4406 cat > conftest.$ac_ext <<EOF
4407 #line 4408 "configure"
4408 #include "confdefs.h"
4409 #include <string.h>
4410 EOF
4411 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4412   egrep "memchr" >/dev/null 2>&1; then
4413   :
4414 else
4415   rm -rf conftest*
4416   ac_cv_header_stdc=no
4417 fi
4418 rm -f conftest*
4419
4420 fi
4421
4422 if test $ac_cv_header_stdc = yes; then
4423   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4424 cat > conftest.$ac_ext <<EOF
4425 #line 4426 "configure"
4426 #include "confdefs.h"
4427 #include <stdlib.h>
4428 EOF
4429 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4430   egrep "free" >/dev/null 2>&1; then
4431   :
4432 else
4433   rm -rf conftest*
4434   ac_cv_header_stdc=no
4435 fi
4436 rm -f conftest*
4437
4438 fi
4439
4440 if test $ac_cv_header_stdc = yes; then
4441   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4442 if test "$cross_compiling" = yes; then
4443   :
4444 else
4445   cat > conftest.$ac_ext <<EOF
4446 #line 4447 "configure"
4447 #include "confdefs.h"
4448 #include <ctype.h>
4449 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4450 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4451 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4452 int main () { int i; for (i = 0; i < 256; i++)
4453 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
4454 exit (0); }
4455
4456 EOF
4457 if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4458 then
4459   :
4460 else
4461   echo "configure: failed program was:" >&5
4462   cat conftest.$ac_ext >&5
4463   rm -fr conftest*
4464   ac_cv_header_stdc=no
4465 fi
4466 rm -fr conftest*
4467 fi
4468
4469 fi
4470 fi
4471
4472 echo "$ac_t""$ac_cv_header_stdc" 1>&6
4473 if test $ac_cv_header_stdc = yes; then
4474   cat >> confdefs.h <<\EOF
4475 #define STDC_HEADERS 1
4476 EOF
4477
4478 fi
4479
4480 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
4481 echo "configure:4482: checking for ssize_t" >&5
4482 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
4483   echo $ac_n "(cached) $ac_c" 1>&6
4484 else
4485   cat > conftest.$ac_ext <<EOF
4486 #line 4487 "configure"
4487 #include "confdefs.h"
4488 #include <sys/types.h>
4489 #if STDC_HEADERS
4490 #include <stdlib.h>
4491 #include <stddef.h>
4492 #endif
4493 EOF
4494 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4495   egrep "(^|[^a-zA-Z_0-9])ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
4496   rm -rf conftest*
4497   ac_cv_type_ssize_t=yes
4498 else
4499   rm -rf conftest*
4500   ac_cv_type_ssize_t=no
4501 fi
4502 rm -f conftest*
4503
4504 fi
4505 echo "$ac_t""$ac_cv_type_ssize_t" 1>&6
4506 if test $ac_cv_type_ssize_t = no; then
4507   cat >> confdefs.h <<\EOF
4508 #define ssize_t int
4509 EOF
4510
4511 fi
4512
4513
4514 echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
4515 echo "configure:4516: checking for in_addr_t" >&5
4516 cat > conftest.$ac_ext <<EOF
4517 #line 4518 "configure"
4518 #include "confdefs.h"
4519 #include <sys/types.h>
4520 #if STDC_HEADERS
4521 #include <stdlib.h>
4522 #include <stddef.h>
4523 #endif
4524 #if HAVE_NETINET_IN_H
4525 #include <netinet/in.h>
4526 #endif
4527 int main() {
4528 in_addr_t foo;
4529 ; return 0; }
4530 EOF
4531 if { (eval echo configure:4532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4532   rm -rf conftest*
4533   cat >> confdefs.h <<\EOF
4534 #define HAVE_IN_ADDR_T 1
4535 EOF
4536
4537    echo "$ac_t""yes" 1>&6
4538 else
4539   echo "configure: failed program was:" >&5
4540   cat conftest.$ac_ext >&5
4541   rm -rf conftest*
4542   echo "$ac_t""no" 1>&6
4543 fi
4544 rm -f conftest*
4545
4546 echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
4547 echo "configure:4548: checking whether struct ip_mreq is in netinet/in.h" >&5
4548 cat > conftest.$ac_ext <<EOF
4549 #line 4550 "configure"
4550 #include "confdefs.h"
4551 #include <netinet/in.h>
4552 int main() {
4553 struct ip_mreq mreq;
4554 ; return 0; }
4555 EOF
4556 if { (eval echo configure:4557: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4557   rm -rf conftest*
4558   cat >> confdefs.h <<\EOF
4559 #define HAVE_STRUCT_IP_MREQ 1
4560 EOF
4561
4562    echo "$ac_t""yes" 1>&6
4563 else
4564   echo "configure: failed program was:" >&5
4565   cat conftest.$ac_ext >&5
4566   rm -rf conftest*
4567   echo "$ac_t""no" 1>&6
4568 fi
4569 rm -f conftest*
4570
4571 echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
4572 echo "configure:4573: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
4573 cat > conftest.$ac_ext <<EOF
4574 #line 4575 "configure"
4575 #include "confdefs.h"
4576 #include <netinet/in.h>
4577 int main() {
4578 struct sockaddr_in6 addr6;
4579 ; return 0; }
4580 EOF
4581 if { (eval echo configure:4582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4582   rm -rf conftest*
4583   cat >> confdefs.h <<\EOF
4584 #define HAVE_INET6 1
4585 EOF
4586
4587    echo "$ac_t""yes" 1>&6
4588 else
4589   echo "configure: failed program was:" >&5
4590   cat conftest.$ac_ext >&5
4591   rm -rf conftest*
4592   echo "$ac_t""no" 1>&6
4593 fi
4594 rm -f conftest*
4595
4596 echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
4597 echo "configure:4598: checking for socklen_t in sys/socket.h" >&5
4598 cat > conftest.$ac_ext <<EOF
4599 #line 4600 "configure"
4600 #include "confdefs.h"
4601 #include <sys/socket.h>
4602 int main() {
4603 socklen_t x = 5;
4604 ; return 0; }
4605 EOF
4606 if { (eval echo configure:4607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4607   rm -rf conftest*
4608   cat >> confdefs.h <<\EOF
4609 #define HAVE_SOCKLEN_T 1
4610 EOF
4611
4612    echo "$ac_t""yes" 1>&6
4613 else
4614   echo "configure: failed program was:" >&5
4615   cat conftest.$ac_ext >&5
4616   rm -rf conftest*
4617   echo "$ac_t""no" 1>&6
4618 fi
4619 rm -f conftest*
4620
4621 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
4622 echo "configure:4623: checking for tm_gmtoff in struct tm" >&5
4623 cat > conftest.$ac_ext <<EOF
4624 #line 4625 "configure"
4625 #include "confdefs.h"
4626 #include <time.h>
4627 int main() {
4628 struct tm tim; tim.tm_gmtoff = 0;
4629 ; return 0; }
4630 EOF
4631 if { (eval echo configure:4632: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4632   rm -rf conftest*
4633   cat >> confdefs.h <<\EOF
4634 #define STRUCT_TM_HAS_GMTOFF 1
4635 EOF
4636
4637    echo "$ac_t""yes" 1>&6
4638 else
4639   echo "configure: failed program was:" >&5
4640   cat conftest.$ac_ext >&5
4641   rm -rf conftest*
4642   echo "$ac_t""no" 1>&6
4643    echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
4644 echo "configure:4645: checking for global timezone variable" >&5
4645             cat > conftest.$ac_ext <<EOF
4646 #line 4647 "configure"
4647 #include "confdefs.h"
4648 #include <time.h>
4649 int main() {
4650 long z2 = timezone;
4651 ; return 0; }
4652 EOF
4653 if { (eval echo configure:4654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4654   rm -rf conftest*
4655   cat >> confdefs.h <<\EOF
4656 #define HAVE_TIMEZONE 1
4657 EOF
4658
4659       echo "$ac_t""yes" 1>&6
4660 else
4661   echo "configure: failed program was:" >&5
4662   cat conftest.$ac_ext >&5
4663   rm -rf conftest*
4664   echo "$ac_t""no" 1>&6
4665 fi
4666 rm -f conftest*
4667 fi
4668 rm -f conftest*
4669
4670 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
4671 # for constant arguments.  Useless!
4672 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
4673 echo "configure:4674: checking for working alloca.h" >&5
4674 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
4675   echo $ac_n "(cached) $ac_c" 1>&6
4676 else
4677   cat > conftest.$ac_ext <<EOF
4678 #line 4679 "configure"
4679 #include "confdefs.h"
4680 #include <alloca.h>
4681 int main() {
4682 char *p = alloca(2 * sizeof(int));
4683 ; return 0; }
4684 EOF
4685 if { (eval echo configure:4686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4686   rm -rf conftest*
4687   ac_cv_header_alloca_h=yes
4688 else
4689   echo "configure: failed program was:" >&5
4690   cat conftest.$ac_ext >&5
4691   rm -rf conftest*
4692   ac_cv_header_alloca_h=no
4693 fi
4694 rm -f conftest*
4695 fi
4696
4697 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
4698 if test $ac_cv_header_alloca_h = yes; then
4699   cat >> confdefs.h <<\EOF
4700 #define HAVE_ALLOCA_H 1
4701 EOF
4702
4703 fi
4704
4705 echo $ac_n "checking for alloca""... $ac_c" 1>&6
4706 echo "configure:4707: checking for alloca" >&5
4707 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
4708   echo $ac_n "(cached) $ac_c" 1>&6
4709 else
4710   cat > conftest.$ac_ext <<EOF
4711 #line 4712 "configure"
4712 #include "confdefs.h"
4713
4714 #ifdef __GNUC__
4715 # define alloca __builtin_alloca
4716 #else
4717 # ifdef _MSC_VER
4718 #  include <malloc.h>
4719 #  define alloca _alloca
4720 # else
4721 #  if HAVE_ALLOCA_H
4722 #   include <alloca.h>
4723 #  else
4724 #   ifdef _AIX
4725  #pragma alloca
4726 #   else
4727 #    ifndef alloca /* predefined by HP cc +Olibcalls */
4728 char *alloca ();
4729 #    endif
4730 #   endif
4731 #  endif
4732 # endif
4733 #endif
4734
4735 int main() {
4736 char *p = (char *) alloca(1);
4737 ; return 0; }
4738 EOF
4739 if { (eval echo configure:4740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4740   rm -rf conftest*
4741   ac_cv_func_alloca_works=yes
4742 else
4743   echo "configure: failed program was:" >&5
4744   cat conftest.$ac_ext >&5
4745   rm -rf conftest*
4746   ac_cv_func_alloca_works=no
4747 fi
4748 rm -f conftest*
4749 fi
4750
4751 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
4752 if test $ac_cv_func_alloca_works = yes; then
4753   cat >> confdefs.h <<\EOF
4754 #define HAVE_ALLOCA 1
4755 EOF
4756
4757 fi
4758
4759 if test $ac_cv_func_alloca_works = no; then
4760   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
4761   # that cause trouble.  Some versions do not even contain alloca or
4762   # contain a buggy version.  If you still want to use their alloca,
4763   # use ar to extract alloca.o from them instead of compiling alloca.c.
4764   ALLOCA=alloca.${ac_objext}
4765   cat >> confdefs.h <<\EOF
4766 #define C_ALLOCA 1
4767 EOF
4768
4769
4770 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
4771 echo "configure:4772: checking whether alloca needs Cray hooks" >&5
4772 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
4773   echo $ac_n "(cached) $ac_c" 1>&6
4774 else
4775   cat > conftest.$ac_ext <<EOF
4776 #line 4777 "configure"
4777 #include "confdefs.h"
4778 #if defined(CRAY) && ! defined(CRAY2)
4779 webecray
4780 #else
4781 wenotbecray
4782 #endif
4783
4784 EOF
4785 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4786   egrep "webecray" >/dev/null 2>&1; then
4787   rm -rf conftest*
4788   ac_cv_os_cray=yes
4789 else
4790   rm -rf conftest*
4791   ac_cv_os_cray=no
4792 fi
4793 rm -f conftest*
4794
4795 fi
4796
4797 echo "$ac_t""$ac_cv_os_cray" 1>&6
4798 if test $ac_cv_os_cray = yes; then
4799 for ac_func in _getb67 GETB67 getb67; do
4800   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4801 echo "configure:4802: checking for $ac_func" >&5
4802 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4803   echo $ac_n "(cached) $ac_c" 1>&6
4804 else
4805   cat > conftest.$ac_ext <<EOF
4806 #line 4807 "configure"
4807 #include "confdefs.h"
4808 /* System header to define __stub macros and hopefully few prototypes,
4809     which can conflict with char $ac_func(); below.  */
4810 #include <assert.h>
4811 /* Override any gcc2 internal prototype to avoid an error.  */
4812 /* We use char because int might match the return type of a gcc2
4813     builtin and then its argument prototype would still apply.  */
4814 char $ac_func();
4815
4816 int main() {
4817
4818 /* The GNU C library defines this for functions which it implements
4819     to always fail with ENOSYS.  Some functions are actually named
4820     something starting with __ and the normal name is an alias.  */
4821 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4822 choke me
4823 #else
4824 $ac_func();
4825 #endif
4826
4827 ; return 0; }
4828 EOF
4829 if { (eval echo configure:4830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4830   rm -rf conftest*
4831   eval "ac_cv_func_$ac_func=yes"
4832 else
4833   echo "configure: failed program was:" >&5
4834   cat conftest.$ac_ext >&5
4835   rm -rf conftest*
4836   eval "ac_cv_func_$ac_func=no"
4837 fi
4838 rm -f conftest*
4839 fi
4840
4841 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4842   echo "$ac_t""yes" 1>&6
4843   cat >> confdefs.h <<EOF
4844 #define CRAY_STACKSEG_END $ac_func
4845 EOF
4846
4847   break
4848 else
4849   echo "$ac_t""no" 1>&6
4850 fi
4851
4852 done
4853 fi
4854
4855 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
4856 echo "configure:4857: checking stack direction for C alloca" >&5
4857 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
4858   echo $ac_n "(cached) $ac_c" 1>&6
4859 else
4860   if test "$cross_compiling" = yes; then
4861   ac_cv_c_stack_direction=0
4862 else
4863   cat > conftest.$ac_ext <<EOF
4864 #line 4865 "configure"
4865 #include "confdefs.h"
4866 find_stack_direction ()
4867 {
4868   static char *addr = 0;
4869   auto char dummy;
4870   if (addr == 0)
4871     {
4872       addr = &dummy;
4873       return find_stack_direction ();
4874     }
4875   else
4876     return (&dummy > addr) ? 1 : -1;
4877 }
4878 main ()
4879 {
4880   exit (find_stack_direction() < 0);
4881 }
4882 EOF
4883 if { (eval echo configure:4884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4884 then
4885   ac_cv_c_stack_direction=1
4886 else
4887   echo "configure: failed program was:" >&5
4888   cat conftest.$ac_ext >&5
4889   rm -fr conftest*
4890   ac_cv_c_stack_direction=-1
4891 fi
4892 rm -fr conftest*
4893 fi
4894
4895 fi
4896
4897 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
4898 cat >> confdefs.h <<EOF
4899 #define STACK_DIRECTION $ac_cv_c_stack_direction
4900 EOF
4901
4902 fi
4903
4904
4905 for ac_prog in perl
4906 do
4907 # Extract the first word of "$ac_prog", so it can be a program name with args.
4908 set dummy $ac_prog; ac_word=$2
4909 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4910 echo "configure:4911: checking for $ac_word" >&5
4911 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
4912   echo $ac_n "(cached) $ac_c" 1>&6
4913 else
4914   if test -n "$PERL"; then
4915   ac_cv_prog_PERL="$PERL" # Let the user override the test.
4916 else
4917   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
4918   ac_dummy="$PATH"
4919   for ac_dir in $ac_dummy; do
4920     test -z "$ac_dir" && ac_dir=.
4921     if test -f $ac_dir/$ac_word; then
4922       ac_cv_prog_PERL="$ac_prog"
4923       break
4924     fi
4925   done
4926   IFS="$ac_save_ifs"
4927 fi
4928 fi
4929 PERL="$ac_cv_prog_PERL"
4930 if test -n "$PERL"; then
4931   echo "$ac_t""$PERL" 1>&6
4932 else
4933   echo "$ac_t""no" 1>&6
4934 fi
4935
4936 test -n "$PERL" && break
4937 done
4938 test -n "$PERL" || PERL="false"
4939
4940
4941 if test "$enable_sjlj_exceptions" = yes; then
4942    SIGNAL_HANDLER=include/default-signal.h
4943 else
4944    case "${host}" in
4945     i?86-*-linux*)
4946        SIGNAL_HANDLER=include/i386-signal.h
4947        ;;
4948     sparc-sun-solaris*)
4949        SIGNAL_HANDLER=include/sparc-signal.h
4950        ;;
4951     *)
4952        SIGNAL_HANDLER=include/default-signal.h
4953        ;;
4954    esac
4955 fi
4956
4957
4958
4959 if test "${multilib}" = "yes"; then
4960   multilib_arg="--enable-multilib"
4961 else
4962   multilib_arg=
4963 fi
4964
4965 here=`pwd`
4966
4967
4968 trap '' 1 2 15
4969 cat > confcache <<\EOF
4970 # This file is a shell script that caches the results of configure
4971 # tests run on this system so they can be shared between configure
4972 # scripts and configure runs.  It is not useful on other systems.
4973 # If it contains results you don't want to keep, you may remove or edit it.
4974 #
4975 # By default, configure uses ./config.cache as the cache file,
4976 # creating it if it does not exist already.  You can give configure
4977 # the --cache-file=FILE option to use a different cache file; that is
4978 # what configure does when it calls configure scripts in
4979 # subdirectories, so they share the cache.
4980 # Giving --cache-file=/dev/null disables caching, for debugging configure.
4981 # config.status only pays attention to the cache file if you give it the
4982 # --recheck option to rerun configure.
4983 #
4984 EOF
4985 # The following way of writing the cache mishandles newlines in values,
4986 # but we know of no workaround that is simple, portable, and efficient.
4987 # So, don't put newlines in cache variables' values.
4988 # Ultrix sh set writes to stderr and can't be redirected directly,
4989 # and sets the high bit in the cache file unless we assign to the vars.
4990 (set) 2>&1 |
4991   case `(ac_space=' '; set | grep ac_space) 2>&1` in
4992   *ac_space=\ *)
4993     # `set' does not quote correctly, so add quotes (double-quote substitution
4994     # turns \\\\ into \\, and sed turns \\ into \).
4995     sed -n \
4996       -e "s/'/'\\\\''/g" \
4997       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
4998     ;;
4999   *)
5000     # `set' quotes correctly as required by POSIX, so do not add quotes.
5001     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
5002     ;;
5003   esac >> confcache
5004 if cmp -s $cache_file confcache; then
5005   :
5006 else
5007   if test -w $cache_file; then
5008     echo "updating cache $cache_file"
5009     cat confcache > $cache_file
5010   else
5011     echo "not updating unwritable cache $cache_file"
5012   fi
5013 fi
5014 rm -f confcache
5015
5016 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
5017
5018 test "x$prefix" = xNONE && prefix=$ac_default_prefix
5019 # Let make expand exec_prefix.
5020 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5021
5022 # Any assignment to VPATH causes Sun make to only execute
5023 # the first set of double-colon rules, so remove it if not needed.
5024 # If there is a colon in the path, we need to keep it.
5025 if test "x$srcdir" = x.; then
5026   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
5027 fi
5028
5029 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
5030
5031 DEFS=-DHAVE_CONFIG_H
5032
5033 # Without the "./", some shells look in PATH for config.status.
5034 : ${CONFIG_STATUS=./config.status}
5035
5036 echo creating $CONFIG_STATUS
5037 rm -f $CONFIG_STATUS
5038 cat > $CONFIG_STATUS <<EOF
5039 #! /bin/sh
5040 # Generated automatically by configure.
5041 # Run this file to recreate the current configuration.
5042 # This directory was configured as follows,
5043 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
5044 #
5045 # $0 $ac_configure_args
5046 #
5047 # Compiler output produced by configure, useful for debugging
5048 # configure, is in ./config.log if it exists.
5049
5050 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
5051 for ac_option
5052 do
5053   case "\$ac_option" in
5054   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5055     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
5056     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
5057   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
5058     echo "$CONFIG_STATUS generated by autoconf version 2.13"
5059     exit 0 ;;
5060   -help | --help | --hel | --he | --h)
5061     echo "\$ac_cs_usage"; exit 0 ;;
5062   *) echo "\$ac_cs_usage"; exit 1 ;;
5063   esac
5064 done
5065
5066 ac_given_srcdir=$srcdir
5067 ac_given_INSTALL="$INSTALL"
5068
5069 trap 'rm -fr `echo "Makefile libgcj.spec gcj/Makefile include/Makefile testsuite/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
5070 EOF
5071 cat >> $CONFIG_STATUS <<EOF
5072
5073 # Protect against being on the right side of a sed subst in config.status.
5074 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
5075  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
5076 $ac_vpsub
5077 $extrasub
5078 s%@SHELL@%$SHELL%g
5079 s%@CFLAGS@%$CFLAGS%g
5080 s%@CPPFLAGS@%$CPPFLAGS%g
5081 s%@CXXFLAGS@%$CXXFLAGS%g
5082 s%@FFLAGS@%$FFLAGS%g
5083 s%@DEFS@%$DEFS%g
5084 s%@LDFLAGS@%$LDFLAGS%g
5085 s%@LIBS@%$LIBS%g
5086 s%@exec_prefix@%$exec_prefix%g
5087 s%@prefix@%$prefix%g
5088 s%@program_transform_name@%$program_transform_name%g
5089 s%@bindir@%$bindir%g
5090 s%@sbindir@%$sbindir%g
5091 s%@libexecdir@%$libexecdir%g
5092 s%@datadir@%$datadir%g
5093 s%@sysconfdir@%$sysconfdir%g
5094 s%@sharedstatedir@%$sharedstatedir%g
5095 s%@localstatedir@%$localstatedir%g
5096 s%@libdir@%$libdir%g
5097 s%@includedir@%$includedir%g
5098 s%@oldincludedir@%$oldincludedir%g
5099 s%@infodir@%$infodir%g
5100 s%@mandir@%$mandir%g
5101 s%@host@%$host%g
5102 s%@host_alias@%$host_alias%g
5103 s%@host_cpu@%$host_cpu%g
5104 s%@host_vendor@%$host_vendor%g
5105 s%@host_os@%$host_os%g
5106 s%@target@%$target%g
5107 s%@target_alias@%$target_alias%g
5108 s%@target_cpu@%$target_cpu%g
5109 s%@target_vendor@%$target_vendor%g
5110 s%@target_os@%$target_os%g
5111 s%@build@%$build%g
5112 s%@build_alias@%$build_alias%g
5113 s%@build_cpu@%$build_cpu%g
5114 s%@build_vendor@%$build_vendor%g
5115 s%@build_os@%$build_os%g
5116 s%@libgcj_basedir@%$libgcj_basedir%g
5117 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
5118 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
5119 s%@INSTALL_DATA@%$INSTALL_DATA%g
5120 s%@PACKAGE@%$PACKAGE%g
5121 s%@VERSION@%$VERSION%g
5122 s%@ACLOCAL@%$ACLOCAL%g
5123 s%@AUTOCONF@%$AUTOCONF%g
5124 s%@AUTOMAKE@%$AUTOMAKE%g
5125 s%@AUTOHEADER@%$AUTOHEADER%g
5126 s%@MAKEINFO@%$MAKEINFO%g
5127 s%@SET_MAKE@%$SET_MAKE%g
5128 s%@CC@%$CC%g
5129 s%@CXX@%$CXX%g
5130 s%@AS@%$AS%g
5131 s%@AR@%$AR%g
5132 s%@RANLIB@%$RANLIB%g
5133 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
5134 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
5135 s%@MAINT@%$MAINT%g
5136 s%@EXEEXT@%$EXEEXT%g
5137 s%@LIBGCJ_CFLAGS@%$LIBGCJ_CFLAGS%g
5138 s%@LIBGCJ_CXXFLAGS@%$LIBGCJ_CXXFLAGS%g
5139 s%@LIBGCJ_JAVAFLAGS@%$LIBGCJ_JAVAFLAGS%g
5140 s%@INCLTDL@%$INCLTDL%g
5141 s%@LIBLTDL@%$LIBLTDL%g
5142 s%@DIRLTDL@%$DIRLTDL%g
5143 s%@LN_S@%$LN_S%g
5144 s%@LIBTOOL@%$LIBTOOL%g
5145 s%@subdirs@%$subdirs%g
5146 s%@COMPPATH@%$COMPPATH%g
5147 s%@TESTSUBDIR_TRUE@%$TESTSUBDIR_TRUE%g
5148 s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
5149 s%@LIBDATASTARTSPEC@%$LIBDATASTARTSPEC%g
5150 s%@CPP@%$CPP%g
5151 s%@SYSTEMSPEC@%$SYSTEMSPEC%g
5152 s%@ZLIBSPEC@%$ZLIBSPEC%g
5153 s%@GCLIBS@%$GCLIBS%g
5154 s%@GCINCS@%$GCINCS%g
5155 s%@GCDEPS@%$GCDEPS%g
5156 s%@GCOBJS@%$GCOBJS%g
5157 s%@GCSPEC@%$GCSPEC%g
5158 s%@THREADLIBS@%$THREADLIBS%g
5159 s%@THREADINCS@%$THREADINCS%g
5160 s%@THREADDEPS@%$THREADDEPS%g
5161 s%@THREADOBJS@%$THREADOBJS%g
5162 s%@THREADSPEC@%$THREADSPEC%g
5163 s%@USING_GCC_TRUE@%$USING_GCC_TRUE%g
5164 s%@USING_GCC_FALSE@%$USING_GCC_FALSE%g
5165 s%@ZLIBS@%$ZLIBS%g
5166 s%@ZDEPS@%$ZDEPS%g
5167 s%@ZINCS@%$ZINCS%g
5168 s%@DIVIDESPEC@%$DIVIDESPEC%g
5169 s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
5170 s%@FORCELIBGCCSPEC@%$FORCELIBGCCSPEC%g
5171 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
5172 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
5173 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
5174 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
5175 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
5176 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
5177 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
5178 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
5179 s%@NEEDS_DATA_START_TRUE@%$NEEDS_DATA_START_TRUE%g
5180 s%@NEEDS_DATA_START_FALSE@%$NEEDS_DATA_START_FALSE%g
5181 s%@EH_COMMON_INCLUDE@%$EH_COMMON_INCLUDE%g
5182 s%@AM_RUNTESTFLAGS@%$AM_RUNTESTFLAGS%g
5183 s%@ALLOCA@%$ALLOCA%g
5184 s%@PERL@%$PERL%g
5185 s%@here@%$here%g
5186
5187 CEOF
5188 EOF
5189
5190 cat >> $CONFIG_STATUS <<\EOF
5191
5192 # Split the substitutions into bite-sized pieces for seds with
5193 # small command number limits, like on Digital OSF/1 and HP-UX.
5194 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
5195 ac_file=1 # Number of current file.
5196 ac_beg=1 # First line for current file.
5197 ac_end=$ac_max_sed_cmds # Line after last line for current file.
5198 ac_more_lines=:
5199 ac_sed_cmds=""
5200 while $ac_more_lines; do
5201   if test $ac_beg -gt 1; then
5202     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
5203   else
5204     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5205   fi
5206   if test ! -s conftest.s$ac_file; then
5207     ac_more_lines=false
5208     rm -f conftest.s$ac_file
5209   else
5210     if test -z "$ac_sed_cmds"; then
5211       ac_sed_cmds="sed -f conftest.s$ac_file"
5212     else
5213       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
5214     fi
5215     ac_file=`expr $ac_file + 1`
5216     ac_beg=$ac_end
5217     ac_end=`expr $ac_end + $ac_max_sed_cmds`
5218   fi
5219 done
5220 if test -z "$ac_sed_cmds"; then
5221   ac_sed_cmds=cat
5222 fi
5223 EOF
5224
5225 cat >> $CONFIG_STATUS <<EOF
5226
5227 CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.spec gcj/Makefile include/Makefile testsuite/Makefile"}
5228 EOF
5229 cat >> $CONFIG_STATUS <<\EOF
5230 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
5231   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5232   case "$ac_file" in
5233   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5234        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5235   *) ac_file_in="${ac_file}.in" ;;
5236   esac
5237
5238   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
5239
5240   # Remove last slash and all that follows it.  Not all systems have dirname.
5241   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5242   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5243     # The file is in a subdirectory.
5244     test ! -d "$ac_dir" && mkdir "$ac_dir"
5245     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
5246     # A "../" for each directory in $ac_dir_suffix.
5247     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
5248   else
5249     ac_dir_suffix= ac_dots=
5250   fi
5251
5252   case "$ac_given_srcdir" in
5253   .)  srcdir=.
5254       if test -z "$ac_dots"; then top_srcdir=.
5255       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
5256   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
5257   *) # Relative path.
5258     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
5259     top_srcdir="$ac_dots$ac_given_srcdir" ;;
5260   esac
5261
5262   case "$ac_given_INSTALL" in
5263   [/$]*) INSTALL="$ac_given_INSTALL" ;;
5264   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5265   esac
5266
5267   echo creating "$ac_file"
5268   rm -f "$ac_file"
5269   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
5270   case "$ac_file" in
5271   *Makefile*) ac_comsub="1i\\
5272 # $configure_input" ;;
5273   *) ac_comsub= ;;
5274   esac
5275
5276   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5277   sed -e "$ac_comsub
5278 s%@configure_input@%$configure_input%g
5279 s%@srcdir@%$srcdir%g
5280 s%@top_srcdir@%$top_srcdir%g
5281 s%@INSTALL@%$INSTALL%g
5282 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
5283 fi; done
5284 rm -f conftest.s*
5285
5286 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5287 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5288 #
5289 # ac_d sets the value in "#define NAME VALUE" lines.
5290 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
5291 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
5292 ac_dC='\3'
5293 ac_dD='%g'
5294 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
5295 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
5296 ac_uB='\([      ]\)%\1#\2define\3'
5297 ac_uC=' '
5298 ac_uD='\4%g'
5299 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5300 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
5301 ac_eB='$%\1#\2define\3'
5302 ac_eC=' '
5303 ac_eD='%g'
5304
5305 if test "${CONFIG_HEADERS+set}" != set; then
5306 EOF
5307 cat >> $CONFIG_STATUS <<EOF
5308   CONFIG_HEADERS="include/config.h"
5309 EOF
5310 cat >> $CONFIG_STATUS <<\EOF
5311 fi
5312 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
5313   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5314   case "$ac_file" in
5315   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
5316        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
5317   *) ac_file_in="${ac_file}.in" ;;
5318   esac
5319
5320   echo creating $ac_file
5321
5322   rm -f conftest.frag conftest.in conftest.out
5323   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
5324   cat $ac_file_inputs > conftest.in
5325
5326 EOF
5327
5328 # Transform confdefs.h into a sed script conftest.vals that substitutes
5329 # the proper values into config.h.in to produce config.h.  And first:
5330 # Protect against being on the right side of a sed subst in config.status.
5331 # Protect against being in an unquoted here document in config.status.
5332 rm -f conftest.vals
5333 cat > conftest.hdr <<\EOF
5334 s/[\\&%]/\\&/g
5335 s%[\\$`]%\\&%g
5336 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
5337 s%ac_d%ac_u%gp
5338 s%ac_u%ac_e%gp
5339 EOF
5340 sed -n -f conftest.hdr confdefs.h > conftest.vals
5341 rm -f conftest.hdr
5342
5343 # This sed command replaces #undef with comments.  This is necessary, for
5344 # example, in the case of _POSIX_SOURCE, which is predefined and required
5345 # on some systems where configure will not decide to define it.
5346 cat >> conftest.vals <<\EOF
5347 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
5348 EOF
5349
5350 # Break up conftest.vals because some shells have a limit on
5351 # the size of here documents, and old seds have small limits too.
5352
5353 rm -f conftest.tail
5354 while :
5355 do
5356   ac_lines=`grep -c . conftest.vals`
5357   # grep -c gives empty output for an empty file on some AIX systems.
5358   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
5359   # Write a limited-size here document to conftest.frag.
5360   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
5361   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
5362   echo 'CEOF
5363   sed -f conftest.frag conftest.in > conftest.out
5364   rm -f conftest.in
5365   mv conftest.out conftest.in
5366 ' >> $CONFIG_STATUS
5367   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
5368   rm -f conftest.vals
5369   mv conftest.tail conftest.vals
5370 done
5371 rm -f conftest.vals
5372
5373 cat >> $CONFIG_STATUS <<\EOF
5374   rm -f conftest.frag conftest.h
5375   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
5376   cat conftest.in >> conftest.h
5377   rm -f conftest.in
5378   if cmp -s $ac_file conftest.h 2>/dev/null; then
5379     echo "$ac_file is unchanged"
5380     rm -f conftest.h
5381   else
5382     # Remove last slash and all that follows it.  Not all systems have dirname.
5383       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
5384       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
5385       # The file is in a subdirectory.
5386       test ! -d "$ac_dir" && mkdir "$ac_dir"
5387     fi
5388     rm -f $ac_file
5389     mv conftest.h $ac_file
5390   fi
5391 fi; done
5392
5393 EOF
5394
5395 cat >> $CONFIG_STATUS <<EOF
5396 ac_sources="java/io/$FILE_DESCRIPTOR java/lang/${PROCESS}Process.java java/lang/nat${PROCESS}Process.cc include/$GCHDR include/$THREADH $SIGNAL_HANDLER"
5397 ac_dests="java/io/natFileDescriptor.cc java/lang/ConcreteProcess.java java/lang/natConcreteProcess.cc include/java-gc.h include/java-threads.h include/java-signal.h"
5398 EOF
5399
5400 cat >> $CONFIG_STATUS <<\EOF
5401 srcdir=$ac_given_srcdir
5402 while test -n "$ac_sources"; do
5403   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
5404   set $ac_sources; ac_source=$1; shift; ac_sources=$*
5405
5406   echo "linking $srcdir/$ac_source to $ac_dest"
5407
5408   if test ! -r $srcdir/$ac_source; then
5409     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
5410   fi
5411   rm -f $ac_dest
5412
5413   # Make relative symlinks.
5414   # Remove last slash and all that follows it.  Not all systems have dirname.
5415   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
5416   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
5417     # The dest file is in a subdirectory.
5418     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
5419     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
5420     # A "../" for each directory in $ac_dest_dir_suffix.
5421     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
5422   else
5423     ac_dest_dir_suffix= ac_dots=
5424   fi
5425
5426   case "$srcdir" in
5427   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
5428   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
5429   esac
5430
5431   # Make a symlink if possible; otherwise try a hard link.
5432   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
5433     ln $srcdir/$ac_source $ac_dest; then :
5434   else
5435     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
5436   fi
5437 done
5438 EOF
5439 cat >> $CONFIG_STATUS <<EOF
5440
5441 srcdir=${srcdir}
5442 host=${host}
5443 target=${target}
5444 with_multisubdir=${with_multisubdir}
5445 ac_configure_args="${multilib_arg} ${ac_configure_args}"
5446 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
5447 libgcj_basedir=${libgcj_basedir}
5448 CC="${CC}"
5449 CXX="${CXX}"
5450
5451 EOF
5452 cat >> $CONFIG_STATUS <<\EOF
5453 test -z "$CONFIG_HEADERS" || echo timestamp > include/stamp-h
5454 if test -n "$CONFIG_FILES"; then
5455   ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
5456 fi
5457 exit 0
5458 EOF
5459 chmod +x $CONFIG_STATUS
5460 rm -fr confdefs* $ac_clean_files
5461 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
5462
5463 if test "$no_recursion" != yes; then
5464
5465   # Remove --cache-file and --srcdir arguments so they do not pile up.
5466   ac_sub_configure_args=
5467   ac_prev=
5468   for ac_arg in $ac_configure_args; do
5469     if test -n "$ac_prev"; then
5470       ac_prev=
5471       continue
5472     fi
5473     case "$ac_arg" in
5474     -cache-file | --cache-file | --cache-fil | --cache-fi \
5475     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
5476       ac_prev=cache_file ;;
5477     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
5478     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5479       ;;
5480     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
5481       ac_prev=srcdir ;;
5482     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5483       ;;
5484     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
5485     esac
5486   done
5487
5488   for ac_config_dir in $DIRLDL; do
5489
5490     # Do not complain, so a configure script can configure whichever
5491     # parts of a large source tree are present.
5492     if test ! -d $srcdir/$ac_config_dir; then
5493       continue
5494     fi
5495
5496     echo configuring in $ac_config_dir
5497
5498     case "$srcdir" in
5499     .) ;;
5500     *)
5501       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
5502       else
5503         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
5504       fi
5505       ;;
5506     esac
5507
5508     ac_popdir=`pwd`
5509     cd $ac_config_dir
5510
5511       # A "../" for each directory in /$ac_config_dir.
5512       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
5513
5514     case "$srcdir" in
5515     .) # No --srcdir option.  We are building in place.
5516       ac_sub_srcdir=$srcdir ;;
5517     /*) # Absolute path.
5518       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
5519     *) # Relative path.
5520       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
5521     esac
5522
5523     # Check for guested configure; otherwise get Cygnus style configure.
5524     if test -f $ac_sub_srcdir/configure; then
5525       ac_sub_configure=$ac_sub_srcdir/configure
5526     elif test -f $ac_sub_srcdir/configure.in; then
5527       ac_sub_configure=$ac_configure
5528     else
5529       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
5530       ac_sub_configure=
5531     fi
5532
5533     # The recursion is here.
5534     if test -n "$ac_sub_configure"; then
5535
5536       # Make the cache file name correct relative to the subdirectory.
5537       case "$cache_file" in
5538       /*) ac_sub_cache_file=$cache_file ;;
5539       *) # Relative path.
5540         ac_sub_cache_file="$ac_dots$cache_file" ;;
5541       esac
5542   case "$ac_given_INSTALL" in
5543         [/$]*) INSTALL="$ac_given_INSTALL" ;;
5544         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
5545         esac
5546
5547       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
5548       # The eval makes quoting arguments work.
5549       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
5550       then :
5551       else
5552         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
5553       fi
5554     fi
5555
5556     cd $ac_popdir
5557   done
5558 fi
5559