Install libgcj-config.h in a better place.
[platform/upstream/gcc.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   --with-pic              try to use only PIC/non-PIC objects [default=use both]"
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-hash-synchronization
41                           Use global hash table for monitor locks"
42 ac_help="$ac_help
43   --enable-libgcj-debug   enable runtime debugging code"
44 ac_help="$ac_help
45   --enable-interpreter    enable interpreter"
46 ac_help="$ac_help
47   --enable-sjlj-exceptions  force use of builtin_setjmp for exceptions"
48 ac_help="$ac_help
49   --disable-java-net      disable java.net"
50 ac_help="$ac_help
51   --without-libffi        don't use libffi"
52 ac_help="$ac_help
53   --disable-jvmpi         disable JVMPI support"
54 ac_help="$ac_help
55   --with-ecos             enable runtime eCos target support"
56 ac_help="$ac_help
57   --with-system-zlib      use installed libz"
58 ac_help="$ac_help
59   --enable-java-gc=TYPE   choose garbage collector [boehm]"
60 ac_help="$ac_help
61   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib"
62 ac_help="$ac_help
63   --with-x                use the X Window System"
64 ac_help="$ac_help
65   --enable-java-awt       list of AWT peer implementations to be built"
66
67 # Initialize some variables set by options.
68 # The variables have the same names as the options, with
69 # dashes changed to underlines.
70 build=NONE
71 cache_file=./config.cache
72 exec_prefix=NONE
73 host=NONE
74 no_create=
75 nonopt=NONE
76 no_recursion=
77 prefix=NONE
78 program_prefix=NONE
79 program_suffix=NONE
80 program_transform_name=s,x,x,
81 silent=
82 site=
83 srcdir=
84 target=NONE
85 verbose=
86 x_includes=NONE
87 x_libraries=NONE
88 bindir='${exec_prefix}/bin'
89 sbindir='${exec_prefix}/sbin'
90 libexecdir='${exec_prefix}/libexec'
91 datadir='${prefix}/share'
92 sysconfdir='${prefix}/etc'
93 sharedstatedir='${prefix}/com'
94 localstatedir='${prefix}/var'
95 libdir='${exec_prefix}/lib'
96 includedir='${prefix}/include'
97 oldincludedir='/usr/include'
98 infodir='${prefix}/info'
99 mandir='${prefix}/man'
100
101 # Initialize some other variables.
102 subdirs=
103 MFLAGS= MAKEFLAGS=
104 SHELL=${CONFIG_SHELL-/bin/sh}
105 # Maximum number of lines to put in a shell here document.
106 ac_max_here_lines=12
107
108 ac_prev=
109 for ac_option
110 do
111
112   # If the previous option needs an argument, assign it.
113   if test -n "$ac_prev"; then
114     eval "$ac_prev=\$ac_option"
115     ac_prev=
116     continue
117   fi
118
119   case "$ac_option" in
120   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
121   *) ac_optarg= ;;
122   esac
123
124   # Accept the important Cygnus configure options, so we can diagnose typos.
125
126   case "$ac_option" in
127
128   -bindir | --bindir | --bindi | --bind | --bin | --bi)
129     ac_prev=bindir ;;
130   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
131     bindir="$ac_optarg" ;;
132
133   -build | --build | --buil | --bui | --bu)
134     ac_prev=build ;;
135   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
136     build="$ac_optarg" ;;
137
138   -cache-file | --cache-file | --cache-fil | --cache-fi \
139   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
140     ac_prev=cache_file ;;
141   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
142   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
143     cache_file="$ac_optarg" ;;
144
145   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
146     ac_prev=datadir ;;
147   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
148   | --da=*)
149     datadir="$ac_optarg" ;;
150
151   -disable-* | --disable-*)
152     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
153     # Reject names that are not valid shell variable names.
154     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
155       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
156     fi
157     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
158     eval "enable_${ac_feature}=no" ;;
159
160   -enable-* | --enable-*)
161     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
162     # Reject names that are not valid shell variable names.
163     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
164       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
165     fi
166     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
167     case "$ac_option" in
168       *=*) ;;
169       *) ac_optarg=yes ;;
170     esac
171     eval "enable_${ac_feature}='$ac_optarg'" ;;
172
173   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
174   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
175   | --exec | --exe | --ex)
176     ac_prev=exec_prefix ;;
177   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
178   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
179   | --exec=* | --exe=* | --ex=*)
180     exec_prefix="$ac_optarg" ;;
181
182   -gas | --gas | --ga | --g)
183     # Obsolete; use --with-gas.
184     with_gas=yes ;;
185
186   -help | --help | --hel | --he)
187     # Omit some internal or obsolete options to make the list less imposing.
188     # This message is too long to be a string in the A/UX 3.1 sh.
189     cat << EOF
190 Usage: configure [options] [host]
191 Options: [defaults in brackets after descriptions]
192 Configuration:
193   --cache-file=FILE       cache test results in FILE
194   --help                  print this message
195   --no-create             do not create output files
196   --quiet, --silent       do not print \`checking...' messages
197   --version               print the version of autoconf that created configure
198 Directory and file names:
199   --prefix=PREFIX         install architecture-independent files in PREFIX
200                           [$ac_default_prefix]
201   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
202                           [same as prefix]
203   --bindir=DIR            user executables in DIR [EPREFIX/bin]
204   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
205   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
206   --datadir=DIR           read-only architecture-independent data in DIR
207                           [PREFIX/share]
208   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
209   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
210                           [PREFIX/com]
211   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
212   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
213   --includedir=DIR        C header files in DIR [PREFIX/include]
214   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
215   --infodir=DIR           info documentation in DIR [PREFIX/info]
216   --mandir=DIR            man documentation in DIR [PREFIX/man]
217   --srcdir=DIR            find the sources in DIR [configure dir or ..]
218   --program-prefix=PREFIX prepend PREFIX to installed program names
219   --program-suffix=SUFFIX append SUFFIX to installed program names
220   --program-transform-name=PROGRAM
221                           run sed PROGRAM on installed program names
222 EOF
223     cat << EOF
224 Host type:
225   --build=BUILD           configure for building on BUILD [BUILD=HOST]
226   --host=HOST             configure for HOST [guessed]
227   --target=TARGET         configure for TARGET [TARGET=HOST]
228 Features and packages:
229   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
230   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
231   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
232   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
233   --x-includes=DIR        X include files are in DIR
234   --x-libraries=DIR       X library files are in DIR
235 EOF
236     if test -n "$ac_help"; then
237       echo "--enable and --with options recognized:$ac_help"
238     fi
239     exit 0 ;;
240
241   -host | --host | --hos | --ho)
242     ac_prev=host ;;
243   -host=* | --host=* | --hos=* | --ho=*)
244     host="$ac_optarg" ;;
245
246   -includedir | --includedir | --includedi | --included | --include \
247   | --includ | --inclu | --incl | --inc)
248     ac_prev=includedir ;;
249   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
250   | --includ=* | --inclu=* | --incl=* | --inc=*)
251     includedir="$ac_optarg" ;;
252
253   -infodir | --infodir | --infodi | --infod | --info | --inf)
254     ac_prev=infodir ;;
255   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
256     infodir="$ac_optarg" ;;
257
258   -libdir | --libdir | --libdi | --libd)
259     ac_prev=libdir ;;
260   -libdir=* | --libdir=* | --libdi=* | --libd=*)
261     libdir="$ac_optarg" ;;
262
263   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
264   | --libexe | --libex | --libe)
265     ac_prev=libexecdir ;;
266   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
267   | --libexe=* | --libex=* | --libe=*)
268     libexecdir="$ac_optarg" ;;
269
270   -localstatedir | --localstatedir | --localstatedi | --localstated \
271   | --localstate | --localstat | --localsta | --localst \
272   | --locals | --local | --loca | --loc | --lo)
273     ac_prev=localstatedir ;;
274   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
275   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
276   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
277     localstatedir="$ac_optarg" ;;
278
279   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
280     ac_prev=mandir ;;
281   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
282     mandir="$ac_optarg" ;;
283
284   -nfp | --nfp | --nf)
285     # Obsolete; use --without-fp.
286     with_fp=no ;;
287
288   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
289   | --no-cr | --no-c)
290     no_create=yes ;;
291
292   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
293   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
294     no_recursion=yes ;;
295
296   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
297   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
298   | --oldin | --oldi | --old | --ol | --o)
299     ac_prev=oldincludedir ;;
300   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
301   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
302   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
303     oldincludedir="$ac_optarg" ;;
304
305   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
306     ac_prev=prefix ;;
307   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
308     prefix="$ac_optarg" ;;
309
310   -program-prefix | --program-prefix | --program-prefi | --program-pref \
311   | --program-pre | --program-pr | --program-p)
312     ac_prev=program_prefix ;;
313   -program-prefix=* | --program-prefix=* | --program-prefi=* \
314   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
315     program_prefix="$ac_optarg" ;;
316
317   -program-suffix | --program-suffix | --program-suffi | --program-suff \
318   | --program-suf | --program-su | --program-s)
319     ac_prev=program_suffix ;;
320   -program-suffix=* | --program-suffix=* | --program-suffi=* \
321   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
322     program_suffix="$ac_optarg" ;;
323
324   -program-transform-name | --program-transform-name \
325   | --program-transform-nam | --program-transform-na \
326   | --program-transform-n | --program-transform- \
327   | --program-transform | --program-transfor \
328   | --program-transfo | --program-transf \
329   | --program-trans | --program-tran \
330   | --progr-tra | --program-tr | --program-t)
331     ac_prev=program_transform_name ;;
332   -program-transform-name=* | --program-transform-name=* \
333   | --program-transform-nam=* | --program-transform-na=* \
334   | --program-transform-n=* | --program-transform-=* \
335   | --program-transform=* | --program-transfor=* \
336   | --program-transfo=* | --program-transf=* \
337   | --program-trans=* | --program-tran=* \
338   | --progr-tra=* | --program-tr=* | --program-t=*)
339     program_transform_name="$ac_optarg" ;;
340
341   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
342   | -silent | --silent | --silen | --sile | --sil)
343     silent=yes ;;
344
345   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
346     ac_prev=sbindir ;;
347   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
348   | --sbi=* | --sb=*)
349     sbindir="$ac_optarg" ;;
350
351   -sharedstatedir | --sharedstatedir | --sharedstatedi \
352   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
353   | --sharedst | --shareds | --shared | --share | --shar \
354   | --sha | --sh)
355     ac_prev=sharedstatedir ;;
356   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
357   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
358   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
359   | --sha=* | --sh=*)
360     sharedstatedir="$ac_optarg" ;;
361
362   -site | --site | --sit)
363     ac_prev=site ;;
364   -site=* | --site=* | --sit=*)
365     site="$ac_optarg" ;;
366
367   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
368     ac_prev=srcdir ;;
369   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
370     srcdir="$ac_optarg" ;;
371
372   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
373   | --syscon | --sysco | --sysc | --sys | --sy)
374     ac_prev=sysconfdir ;;
375   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
376   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
377     sysconfdir="$ac_optarg" ;;
378
379   -target | --target | --targe | --targ | --tar | --ta | --t)
380     ac_prev=target ;;
381   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
382     target="$ac_optarg" ;;
383
384   -v | -verbose | --verbose | --verbos | --verbo | --verb)
385     verbose=yes ;;
386
387   -version | --version | --versio | --versi | --vers)
388     echo "configure generated by autoconf version 2.13"
389     exit 0 ;;
390
391   -with-* | --with-*)
392     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
393     # Reject names that are not valid shell variable names.
394     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
395       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
396     fi
397     ac_package=`echo $ac_package| sed 's/-/_/g'`
398     case "$ac_option" in
399       *=*) ;;
400       *) ac_optarg=yes ;;
401     esac
402     eval "with_${ac_package}='$ac_optarg'" ;;
403
404   -without-* | --without-*)
405     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
406     # Reject names that are not valid shell variable names.
407     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
408       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
409     fi
410     ac_package=`echo $ac_package| sed 's/-/_/g'`
411     eval "with_${ac_package}=no" ;;
412
413   --x)
414     # Obsolete; use --with-x.
415     with_x=yes ;;
416
417   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
418   | --x-incl | --x-inc | --x-in | --x-i)
419     ac_prev=x_includes ;;
420   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
421   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
422     x_includes="$ac_optarg" ;;
423
424   -x-libraries | --x-libraries | --x-librarie | --x-librari \
425   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
426     ac_prev=x_libraries ;;
427   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
428   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
429     x_libraries="$ac_optarg" ;;
430
431   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
432     ;;
433
434   *)
435     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
436       echo "configure: warning: $ac_option: invalid host type" 1>&2
437     fi
438     if test "x$nonopt" != xNONE; then
439       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
440     fi
441     nonopt="$ac_option"
442     ;;
443
444   esac
445 done
446
447 if test -n "$ac_prev"; then
448   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
449 fi
450
451 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
452
453 # File descriptor usage:
454 # 0 standard input
455 # 1 file creation
456 # 2 errors and warnings
457 # 3 some systems may open it to /dev/tty
458 # 4 used on the Kubota Titan
459 # 6 checking for... messages and results
460 # 5 compiler messages saved in config.log
461 if test "$silent" = yes; then
462   exec 6>/dev/null
463 else
464   exec 6>&1
465 fi
466 exec 5>./config.log
467
468 echo "\
469 This file contains any messages produced by compilers while
470 running configure, to aid debugging if configure makes a mistake.
471 " 1>&5
472
473 # Strip out --no-create and --no-recursion so they do not pile up.
474 # Also quote any args containing shell metacharacters.
475 ac_configure_args=
476 for ac_arg
477 do
478   case "$ac_arg" in
479   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
480   | --no-cr | --no-c) ;;
481   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
482   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
483   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
484   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
485   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
486   esac
487 done
488
489 # NLS nuisances.
490 # Only set these to C if already set.  These must not be set unconditionally
491 # because not all systems understand e.g. LANG=C (notably SCO).
492 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
493 # Non-C LC_CTYPE values break the ctype check.
494 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
495 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
496 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
497 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
498
499 # confdefs.h avoids OS command line length limits that DEFS can exceed.
500 rm -rf conftest* confdefs.h
501 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
502 echo > confdefs.h
503
504 # A filename unique to this package, relative to the directory that
505 # configure is in, which we can look for to find out if srcdir is correct.
506 ac_unique_file=java/lang/System.java
507
508 # Find the source files, if location was not specified.
509 if test -z "$srcdir"; then
510   ac_srcdir_defaulted=yes
511   # Try the directory containing this script, then its parent.
512   ac_prog=$0
513   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
514   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
515   srcdir=$ac_confdir
516   if test ! -r $srcdir/$ac_unique_file; then
517     srcdir=..
518   fi
519 else
520   ac_srcdir_defaulted=no
521 fi
522 if test ! -r $srcdir/$ac_unique_file; then
523   if test "$ac_srcdir_defaulted" = yes; then
524     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
525   else
526     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
527   fi
528 fi
529 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
530
531 # Prefer explicitly selected file to automatically selected ones.
532 if test -z "$CONFIG_SITE"; then
533   if test "x$prefix" != xNONE; then
534     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
535   else
536     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
537   fi
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 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
578 echo "configure:579: checking whether ln -s works" >&5
579 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
580   echo $ac_n "(cached) $ac_c" 1>&6
581 else
582   rm -f conftestdata
583 if ln -s X conftestdata 2>/dev/null
584 then
585   rm -f conftestdata
586   ac_cv_prog_LN_S="ln -s"
587 else
588   ac_cv_prog_LN_S=ln
589 fi
590 fi
591 LN_S="$ac_cv_prog_LN_S"
592 if test "$ac_cv_prog_LN_S" = "ln -s"; then
593   echo "$ac_t""yes" 1>&6
594 else
595   echo "$ac_t""no" 1>&6
596 fi
597
598
599 # Check whether --with-target-subdir or --without-target-subdir was given.
600 if test "${with_target_subdir+set}" = set; then
601   withval="$with_target_subdir"
602   :
603 fi
604
605 # Check whether --with-cross-host or --without-cross-host was given.
606 if test "${with_cross_host+set}" = set; then
607   withval="$with_cross_host"
608   :
609 fi
610
611
612 # Find a good install program.  We prefer a C program (faster),
613 # so one script is as good as another.  But avoid the broken or
614 # incompatible versions:
615 # SysV /etc/install, /usr/sbin/install
616 # SunOS /usr/etc/install
617 # IRIX /sbin/install
618 # AIX /bin/install
619 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
620 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
621 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
622 # ./install, which can be erroneously created by make from ./install.sh.
623 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
624 echo "configure:625: checking for a BSD compatible install" >&5
625 if test -z "$INSTALL"; then
626 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
627   echo $ac_n "(cached) $ac_c" 1>&6
628 else
629     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
630   for ac_dir in $PATH; do
631     # Account for people who put trailing slashes in PATH elements.
632     case "$ac_dir/" in
633     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
634     *)
635       # OSF1 and SCO ODT 3.0 have their own names for install.
636       # Don't use installbsd from OSF since it installs stuff as root
637       # by default.
638       for ac_prog in ginstall scoinst install; do
639         if test -f $ac_dir/$ac_prog; then
640           if test $ac_prog = install &&
641             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
642             # AIX install.  It has an incompatible calling convention.
643             :
644           else
645             ac_cv_path_install="$ac_dir/$ac_prog -c"
646             break 2
647           fi
648         fi
649       done
650       ;;
651     esac
652   done
653   IFS="$ac_save_IFS"
654
655 fi
656   if test "${ac_cv_path_install+set}" = set; then
657     INSTALL="$ac_cv_path_install"
658   else
659     # As a last resort, use the slow shell script.  We don't cache a
660     # path for INSTALL within a source directory, because that will
661     # break other packages using the cache if that directory is
662     # removed, or if the path is relative.
663     INSTALL="$ac_install_sh"
664   fi
665 fi
666 echo "$ac_t""$INSTALL" 1>&6
667
668 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
669 # It thinks the first close brace ends the variable substitution.
670 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
671
672 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
673
674 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
675
676 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
677 echo "configure:678: checking whether build environment is sane" >&5
678 # Just in case
679 sleep 1
680 echo timestamp > conftestfile
681 # Do `set' in a subshell so we don't clobber the current shell's
682 # arguments.  Must try -L first in case configure is actually a
683 # symlink; some systems play weird games with the mod time of symlinks
684 # (eg FreeBSD returns the mod time of the symlink's containing
685 # directory).
686 if (
687    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
688    if test "$*" = "X"; then
689       # -L didn't work.
690       set X `ls -t $srcdir/configure conftestfile`
691    fi
692    if test "$*" != "X $srcdir/configure conftestfile" \
693       && test "$*" != "X conftestfile $srcdir/configure"; then
694
695       # If neither matched, then we have a broken ls.  This can happen
696       # if, for instance, CONFIG_SHELL is bash and it inherits a
697       # broken ls alias from the environment.  This has actually
698       # happened.  Such a system could not be considered "sane".
699       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
700 alias in your environment" 1>&2; exit 1; }
701    fi
702
703    test "$2" = conftestfile
704    )
705 then
706    # Ok.
707    :
708 else
709    { echo "configure: error: newly created file is older than distributed files!
710 Check your system clock" 1>&2; exit 1; }
711 fi
712 rm -f conftest*
713 echo "$ac_t""yes" 1>&6
714 if test "$program_transform_name" = s,x,x,; then
715   program_transform_name=
716 else
717   # Double any \ or $.  echo might interpret backslashes.
718   cat <<\EOF_SED > conftestsed
719 s,\\,\\\\,g; s,\$,$$,g
720 EOF_SED
721   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
722   rm -f conftestsed
723 fi
724 test "$program_prefix" != NONE &&
725   program_transform_name="s,^,${program_prefix},; $program_transform_name"
726 # Use a double $ so make ignores it.
727 test "$program_suffix" != NONE &&
728   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
729
730 # sed with no file args requires a program.
731 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
732
733 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
734 echo "configure:735: checking whether ${MAKE-make} sets \${MAKE}" >&5
735 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
736 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
737   echo $ac_n "(cached) $ac_c" 1>&6
738 else
739   cat > conftestmake <<\EOF
740 all:
741         @echo 'ac_maketemp="${MAKE}"'
742 EOF
743 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
744 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
745 if test -n "$ac_maketemp"; then
746   eval ac_cv_prog_make_${ac_make}_set=yes
747 else
748   eval ac_cv_prog_make_${ac_make}_set=no
749 fi
750 rm -f conftestmake
751 fi
752 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
753   echo "$ac_t""yes" 1>&6
754   SET_MAKE=
755 else
756   echo "$ac_t""no" 1>&6
757   SET_MAKE="MAKE=${MAKE-make}"
758 fi
759
760 if test $host != $build; then
761   ac_tool_prefix=${host_alias}-
762 else
763   ac_tool_prefix=
764 fi
765
766 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
767 echo "configure:768: checking for Cygwin environment" >&5
768 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
769   echo $ac_n "(cached) $ac_c" 1>&6
770 else
771   cat > conftest.$ac_ext <<EOF
772 #line 773 "configure"
773 #include "confdefs.h"
774
775 int main() {
776
777 #ifndef __CYGWIN__
778 #define __CYGWIN__ __CYGWIN32__
779 #endif
780 return __CYGWIN__;
781 ; return 0; }
782 EOF
783 if { (eval echo configure:784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
784   rm -rf conftest*
785   ac_cv_cygwin=yes
786 else
787   echo "configure: failed program was:" >&5
788   cat conftest.$ac_ext >&5
789   rm -rf conftest*
790   ac_cv_cygwin=no
791 fi
792 rm -f conftest*
793 rm -f conftest*
794 fi
795
796 echo "$ac_t""$ac_cv_cygwin" 1>&6
797 CYGWIN=
798 test "$ac_cv_cygwin" = yes && CYGWIN=yes
799 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
800 echo "configure:801: checking for mingw32 environment" >&5
801 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
802   echo $ac_n "(cached) $ac_c" 1>&6
803 else
804   cat > conftest.$ac_ext <<EOF
805 #line 806 "configure"
806 #include "confdefs.h"
807
808 int main() {
809 return __MINGW32__;
810 ; return 0; }
811 EOF
812 if { (eval echo configure:813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
813   rm -rf conftest*
814   ac_cv_mingw32=yes
815 else
816   echo "configure: failed program was:" >&5
817   cat conftest.$ac_ext >&5
818   rm -rf conftest*
819   ac_cv_mingw32=no
820 fi
821 rm -f conftest*
822 rm -f conftest*
823 fi
824
825 echo "$ac_t""$ac_cv_mingw32" 1>&6
826 MINGW32=
827 test "$ac_cv_mingw32" = yes && MINGW32=yes
828
829 # Check whether --enable-multilib or --disable-multilib was given.
830 if test "${enable_multilib+set}" = set; then
831   enableval="$enable_multilib"
832   case "${enableval}" in
833   yes) multilib=yes ;;
834   no)  multilib=no ;;
835   *)   { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
836  esac
837 else
838   multilib=yes
839 fi
840
841
842 # When building with srcdir == objdir, links to the source files will
843 # be created in directories within the target_subdir.  We have to
844 # adjust toplevel_srcdir accordingly, so that configure finds
845 # install-sh and other auxiliary files that live in the top-level
846 # source directory.
847 if test "${srcdir}" = "."; then
848   if test -z "${with_target_subdir}"; then
849     toprel=".."
850   else
851     if test "${with_target_subdir}" != "."; then
852       toprel="${with_multisrctop}../.."
853     else
854       toprel="${with_multisrctop}.."
855     fi
856   fi
857 else
858   toprel=".."
859 fi
860
861 libgcj_basedir=$srcdir/$toprel/./libjava
862
863
864 ac_aux_dir=
865 for ac_dir in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel; do
866   if test -f $ac_dir/install-sh; then
867     ac_aux_dir=$ac_dir
868     ac_install_sh="$ac_aux_dir/install-sh -c"
869     break
870   elif test -f $ac_dir/install.sh; then
871     ac_aux_dir=$ac_dir
872     ac_install_sh="$ac_aux_dir/install.sh -c"
873     break
874   fi
875 done
876 if test -z "$ac_aux_dir"; then
877   { echo "configure: error: can not find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" 1>&2; exit 1; }
878 fi
879 ac_config_guess=$ac_aux_dir/config.guess
880 ac_config_sub=$ac_aux_dir/config.sub
881 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
882
883 if :; then :; else
884   # This overrides the previous occurrence for automake, but not for
885   # autoconf, which is exactly what we want.
886   ac_aux_dir=
887 for ac_dir in .. $srcdir/..; do
888   if test -f $ac_dir/install-sh; then
889     ac_aux_dir=$ac_dir
890     ac_install_sh="$ac_aux_dir/install-sh -c"
891     break
892   elif test -f $ac_dir/install.sh; then
893     ac_aux_dir=$ac_dir
894     ac_install_sh="$ac_aux_dir/install.sh -c"
895     break
896   fi
897 done
898 if test -z "$ac_aux_dir"; then
899   { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
900 fi
901 ac_config_guess=$ac_aux_dir/config.guess
902 ac_config_sub=$ac_aux_dir/config.sub
903 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
904
905 fi
906
907 # This works around an automake problem.
908 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
909
910
911
912 # Do some error checking and defaulting for the host and target type.
913 # The inputs are:
914 #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
915 #
916 # The rules are:
917 # 1. You are not allowed to specify --host, --target, and nonopt at the
918 #    same time.
919 # 2. Host defaults to nonopt.
920 # 3. If nonopt is not specified, then host defaults to the current host,
921 #    as determined by config.guess.
922 # 4. Target and build default to nonopt.
923 # 5. If nonopt is not specified, then target and build default to host.
924
925 # The aliases save the names the user supplied, while $host etc.
926 # will get canonicalized.
927 case $host---$target---$nonopt in
928 NONE---*---* | *---NONE---* | *---*---NONE) ;;
929 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
930 esac
931
932
933 # Make sure we can run config.sub.
934 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
935 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
936 fi
937
938 echo $ac_n "checking host system type""... $ac_c" 1>&6
939 echo "configure:940: checking host system type" >&5
940
941 host_alias=$host
942 case "$host_alias" in
943 NONE)
944   case $nonopt in
945   NONE)
946     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
947     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
948     fi ;;
949   *) host_alias=$nonopt ;;
950   esac ;;
951 esac
952
953 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
954 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
955 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
956 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
957 echo "$ac_t""$host" 1>&6
958
959 echo $ac_n "checking target system type""... $ac_c" 1>&6
960 echo "configure:961: checking target system type" >&5
961
962 target_alias=$target
963 case "$target_alias" in
964 NONE)
965   case $nonopt in
966   NONE) target_alias=$host_alias ;;
967   *) target_alias=$nonopt ;;
968   esac ;;
969 esac
970
971 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
972 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
973 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
974 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
975 echo "$ac_t""$target" 1>&6
976
977 echo $ac_n "checking build system type""... $ac_c" 1>&6
978 echo "configure:979: checking build system type" >&5
979
980 build_alias=$build
981 case "$build_alias" in
982 NONE)
983   case $nonopt in
984   NONE) build_alias=$host_alias ;;
985   *) build_alias=$nonopt ;;
986   esac ;;
987 esac
988
989 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
990 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
991 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
992 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
993 echo "$ac_t""$build" 1>&6
994
995 test "$host_alias" != "$target_alias" &&
996   test "$program_prefix$program_suffix$program_transform_name" = \
997     NONENONEs,x,x, &&
998   program_prefix=${target_alias}-
999
1000
1001
1002
1003
1004 # Extract the first word of "gcc", so it can be a program name with args.
1005 set dummy gcc; ac_word=$2
1006 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1007 echo "configure:1008: checking for $ac_word" >&5
1008 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1009   echo $ac_n "(cached) $ac_c" 1>&6
1010 else
1011   if test -n "$CC"; then
1012   ac_cv_prog_CC="$CC" # Let the user override the test.
1013 else
1014   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1015   ac_dummy="$PATH"
1016   for ac_dir in $ac_dummy; do
1017     test -z "$ac_dir" && ac_dir=.
1018     if test -f $ac_dir/$ac_word; then
1019       ac_cv_prog_CC="gcc"
1020       break
1021     fi
1022   done
1023   IFS="$ac_save_ifs"
1024 fi
1025 fi
1026 CC="$ac_cv_prog_CC"
1027 if test -n "$CC"; then
1028   echo "$ac_t""$CC" 1>&6
1029 else
1030   echo "$ac_t""no" 1>&6
1031 fi
1032
1033 if test -z "$CC"; then
1034   # Extract the first word of "cc", so it can be a program name with args.
1035 set dummy cc; ac_word=$2
1036 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1037 echo "configure:1038: checking for $ac_word" >&5
1038 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1039   echo $ac_n "(cached) $ac_c" 1>&6
1040 else
1041   if test -n "$CC"; then
1042   ac_cv_prog_CC="$CC" # Let the user override the test.
1043 else
1044   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1045   ac_prog_rejected=no
1046   ac_dummy="$PATH"
1047   for ac_dir in $ac_dummy; do
1048     test -z "$ac_dir" && ac_dir=.
1049     if test -f $ac_dir/$ac_word; then
1050       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1051         ac_prog_rejected=yes
1052         continue
1053       fi
1054       ac_cv_prog_CC="cc"
1055       break
1056     fi
1057   done
1058   IFS="$ac_save_ifs"
1059 if test $ac_prog_rejected = yes; then
1060   # We found a bogon in the path, so make sure we never use it.
1061   set dummy $ac_cv_prog_CC
1062   shift
1063   if test $# -gt 0; then
1064     # We chose a different compiler from the bogus one.
1065     # However, it has the same basename, so the bogon will be chosen
1066     # first if we set CC to just the basename; use the full file name.
1067     shift
1068     set dummy "$ac_dir/$ac_word" "$@"
1069     shift
1070     ac_cv_prog_CC="$@"
1071   fi
1072 fi
1073 fi
1074 fi
1075 CC="$ac_cv_prog_CC"
1076 if test -n "$CC"; then
1077   echo "$ac_t""$CC" 1>&6
1078 else
1079   echo "$ac_t""no" 1>&6
1080 fi
1081
1082   if test -z "$CC"; then
1083     case "`uname -s`" in
1084     *win32* | *WIN32*)
1085       # Extract the first word of "cl", so it can be a program name with args.
1086 set dummy cl; ac_word=$2
1087 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1088 echo "configure:1089: checking for $ac_word" >&5
1089 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1090   echo $ac_n "(cached) $ac_c" 1>&6
1091 else
1092   if test -n "$CC"; then
1093   ac_cv_prog_CC="$CC" # Let the user override the test.
1094 else
1095   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1096   ac_dummy="$PATH"
1097   for ac_dir in $ac_dummy; do
1098     test -z "$ac_dir" && ac_dir=.
1099     if test -f $ac_dir/$ac_word; then
1100       ac_cv_prog_CC="cl"
1101       break
1102     fi
1103   done
1104   IFS="$ac_save_ifs"
1105 fi
1106 fi
1107 CC="$ac_cv_prog_CC"
1108 if test -n "$CC"; then
1109   echo "$ac_t""$CC" 1>&6
1110 else
1111   echo "$ac_t""no" 1>&6
1112 fi
1113  ;;
1114     esac
1115   fi
1116   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1117 fi
1118
1119
1120 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1121 echo "configure:1122: checking whether we are using GNU C" >&5
1122 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1123   echo $ac_n "(cached) $ac_c" 1>&6
1124 else
1125   cat > conftest.c <<EOF
1126 #ifdef __GNUC__
1127   yes;
1128 #endif
1129 EOF
1130 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1131: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1131   ac_cv_prog_gcc=yes
1132 else
1133   ac_cv_prog_gcc=no
1134 fi
1135 fi
1136
1137 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1138
1139 if test $ac_cv_prog_gcc = yes; then
1140   GCC=yes
1141 else
1142   GCC=
1143 fi
1144
1145 ac_test_CFLAGS="${CFLAGS+set}"
1146 ac_save_CFLAGS="$CFLAGS"
1147 CFLAGS=
1148 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1149 echo "configure:1150: checking whether ${CC-cc} accepts -g" >&5
1150 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1151   echo $ac_n "(cached) $ac_c" 1>&6
1152 else
1153   echo 'void f(){}' > conftest.c
1154 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1155   ac_cv_prog_cc_g=yes
1156 else
1157   ac_cv_prog_cc_g=no
1158 fi
1159 rm -f conftest*
1160
1161 fi
1162
1163 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1164 if test "$ac_test_CFLAGS" = set; then
1165   CFLAGS="$ac_save_CFLAGS"
1166 elif test $ac_cv_prog_cc_g = yes; then
1167   if test "$GCC" = yes; then
1168     CFLAGS="-g -O2"
1169   else
1170     CFLAGS="-g"
1171   fi
1172 else
1173   if test "$GCC" = yes; then
1174     CFLAGS="-O2"
1175   else
1176     CFLAGS=
1177   fi
1178 fi
1179
1180
1181 # We use the libstdc++-v3 version of LIB_AC_PROG_CXX, but use
1182 # glibjava_CXX instead of glibcpp_CXX.  That's because we're passed a
1183 # different definition of CXX than other directories, since we don't
1184 # depend on libstdc++-v3 having already been built.
1185
1186
1187
1188 # Use glibjava_CXX so that we do not cause CXX to be cached with the
1189 # flags that come in CXX while configuring libjava.  They're different
1190 # from those used for all other target libraries.  If CXX is set in
1191 # the environment, respect that here.
1192 glibjava_CXX=$CXX
1193 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1194 do
1195 # Extract the first word of "$ac_prog", so it can be a program name with args.
1196 set dummy $ac_prog; ac_word=$2
1197 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1198 echo "configure:1199: checking for $ac_word" >&5
1199 if eval "test \"`echo '$''{'ac_cv_prog_glibjava_CXX'+set}'`\" = set"; then
1200   echo $ac_n "(cached) $ac_c" 1>&6
1201 else
1202   if test -n "$glibjava_CXX"; then
1203   ac_cv_prog_glibjava_CXX="$glibjava_CXX" # Let the user override the test.
1204 else
1205   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1206   ac_dummy="$PATH"
1207   for ac_dir in $ac_dummy; do
1208     test -z "$ac_dir" && ac_dir=.
1209     if test -f $ac_dir/$ac_word; then
1210       ac_cv_prog_glibjava_CXX="$ac_prog"
1211       break
1212     fi
1213   done
1214   IFS="$ac_save_ifs"
1215 fi
1216 fi
1217 glibjava_CXX="$ac_cv_prog_glibjava_CXX"
1218 if test -n "$glibjava_CXX"; then
1219   echo "$ac_t""$glibjava_CXX" 1>&6
1220 else
1221   echo "$ac_t""no" 1>&6
1222 fi
1223
1224 test -n "$glibjava_CXX" && break
1225 done
1226 test -n "$glibjava_CXX" || glibjava_CXX="gcc"
1227
1228
1229 CXX=$glibjava_CXX
1230 test -z "$glibjava_CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1231
1232 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1233 echo "configure:1234: checking whether we are using GNU C++" >&5
1234 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1235   echo $ac_n "(cached) $ac_c" 1>&6
1236 else
1237   cat > conftest.C <<EOF
1238 #ifdef __GNUC__
1239   yes;
1240 #endif
1241 EOF
1242 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1243   ac_cv_prog_gxx=yes
1244 else
1245   ac_cv_prog_gxx=no
1246 fi
1247 fi
1248
1249 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1250
1251 if test $ac_cv_prog_gxx = yes; then
1252   GXX=yes
1253   ac_test_CXXFLAGS="${CXXFLAGS+set}"
1254   ac_save_CXXFLAGS="$CXXFLAGS"
1255   CXXFLAGS=
1256   echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1257 echo "configure:1258: checking whether ${CXX-g++} accepts -g" >&5
1258 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1259   echo $ac_n "(cached) $ac_c" 1>&6
1260 else
1261   echo 'void f(){}' > conftest.cc
1262 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1263   ac_cv_prog_cxx_g=yes
1264 else
1265   ac_cv_prog_cxx_g=no
1266 fi
1267 rm -f conftest*
1268
1269 fi
1270
1271 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1272   if test "$ac_test_CXXFLAGS" = set; then
1273     CXXFLAGS="$ac_save_CXXFLAGS"
1274   elif test $ac_cv_prog_cxx_g = yes; then
1275     CXXFLAGS="-g -O2"
1276   else
1277     CXXFLAGS="-O2"
1278   fi
1279 else
1280   GXX=
1281   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1282 fi
1283
1284
1285 version=0.0.7
1286
1287 PACKAGE=libjava
1288
1289 VERSION=$version
1290
1291 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1292   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
1293 fi
1294 cat >> confdefs.h <<EOF
1295 #define PACKAGE "$PACKAGE"
1296 EOF
1297
1298 cat >> confdefs.h <<EOF
1299 #define VERSION "$VERSION"
1300 EOF
1301
1302
1303
1304 missing_dir=`cd $ac_aux_dir && pwd`
1305 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
1306 echo "configure:1307: checking for working aclocal" >&5
1307 # Run test in a subshell; some versions of sh will print an error if
1308 # an executable is not found, even if stderr is redirected.
1309 # Redirect stdin to placate older versions of autoconf.  Sigh.
1310 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1311    ACLOCAL=aclocal
1312    echo "$ac_t""found" 1>&6
1313 else
1314    ACLOCAL="$missing_dir/missing aclocal"
1315    echo "$ac_t""missing" 1>&6
1316 fi
1317
1318 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
1319 echo "configure:1320: checking for working autoconf" >&5
1320 # Run test in a subshell; some versions of sh will print an error if
1321 # an executable is not found, even if stderr is redirected.
1322 # Redirect stdin to placate older versions of autoconf.  Sigh.
1323 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1324    AUTOCONF=autoconf
1325    echo "$ac_t""found" 1>&6
1326 else
1327    AUTOCONF="$missing_dir/missing autoconf"
1328    echo "$ac_t""missing" 1>&6
1329 fi
1330
1331 echo $ac_n "checking for working automake""... $ac_c" 1>&6
1332 echo "configure:1333: checking for working automake" >&5
1333 # Run test in a subshell; some versions of sh will print an error if
1334 # an executable is not found, even if stderr is redirected.
1335 # Redirect stdin to placate older versions of autoconf.  Sigh.
1336 if (automake --version) < /dev/null > /dev/null 2>&1; then
1337    AUTOMAKE=automake
1338    echo "$ac_t""found" 1>&6
1339 else
1340    AUTOMAKE="$missing_dir/missing automake"
1341    echo "$ac_t""missing" 1>&6
1342 fi
1343
1344 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
1345 echo "configure:1346: checking for working autoheader" >&5
1346 # Run test in a subshell; some versions of sh will print an error if
1347 # an executable is not found, even if stderr is redirected.
1348 # Redirect stdin to placate older versions of autoconf.  Sigh.
1349 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1350    AUTOHEADER=autoheader
1351    echo "$ac_t""found" 1>&6
1352 else
1353    AUTOHEADER="$missing_dir/missing autoheader"
1354    echo "$ac_t""missing" 1>&6
1355 fi
1356
1357 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1358 echo "configure:1359: checking for working makeinfo" >&5
1359 # Run test in a subshell; some versions of sh will print an error if
1360 # an executable is not found, even if stderr is redirected.
1361 # Redirect stdin to placate older versions of autoconf.  Sigh.
1362 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1363    MAKEINFO=makeinfo
1364    echo "$ac_t""found" 1>&6
1365 else
1366    MAKEINFO="$missing_dir/missing makeinfo"
1367    echo "$ac_t""missing" 1>&6
1368 fi
1369
1370
1371
1372 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD).  If we don't
1373 # run it explicitly here, it will be run implicitly before
1374 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
1375 # be run before AC_CANONICAL_HOST.
1376 echo $ac_n "checking build system type""... $ac_c" 1>&6
1377 echo "configure:1378: checking build system type" >&5
1378
1379 build_alias=$build
1380 case "$build_alias" in
1381 NONE)
1382   case $nonopt in
1383   NONE) build_alias=$host_alias ;;
1384   *) build_alias=$nonopt ;;
1385   esac ;;
1386 esac
1387
1388 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1389 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1390 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1391 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1392 echo "$ac_t""$build" 1>&6
1393
1394
1395 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1396 set dummy ${ac_tool_prefix}as; ac_word=$2
1397 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1398 echo "configure:1399: checking for $ac_word" >&5
1399 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1400   echo $ac_n "(cached) $ac_c" 1>&6
1401 else
1402   if test -n "$AS"; then
1403   ac_cv_prog_AS="$AS" # Let the user override the test.
1404 else
1405   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1406   ac_dummy="$PATH"
1407   for ac_dir in $ac_dummy; do
1408     test -z "$ac_dir" && ac_dir=.
1409     if test -f $ac_dir/$ac_word; then
1410       ac_cv_prog_AS="${ac_tool_prefix}as"
1411       break
1412     fi
1413   done
1414   IFS="$ac_save_ifs"
1415   test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1416 fi
1417 fi
1418 AS="$ac_cv_prog_AS"
1419 if test -n "$AS"; then
1420   echo "$ac_t""$AS" 1>&6
1421 else
1422   echo "$ac_t""no" 1>&6
1423 fi
1424
1425
1426
1427 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1428 set dummy ${ac_tool_prefix}ar; ac_word=$2
1429 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1430 echo "configure:1431: checking for $ac_word" >&5
1431 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1432   echo $ac_n "(cached) $ac_c" 1>&6
1433 else
1434   if test -n "$AR"; then
1435   ac_cv_prog_AR="$AR" # Let the user override the test.
1436 else
1437   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1438   ac_dummy="$PATH"
1439   for ac_dir in $ac_dummy; do
1440     test -z "$ac_dir" && ac_dir=.
1441     if test -f $ac_dir/$ac_word; then
1442       ac_cv_prog_AR="${ac_tool_prefix}ar"
1443       break
1444     fi
1445   done
1446   IFS="$ac_save_ifs"
1447   test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1448 fi
1449 fi
1450 AR="$ac_cv_prog_AR"
1451 if test -n "$AR"; then
1452   echo "$ac_t""$AR" 1>&6
1453 else
1454   echo "$ac_t""no" 1>&6
1455 fi
1456
1457
1458
1459 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1460 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1461 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1462 echo "configure:1463: checking for $ac_word" >&5
1463 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1464   echo $ac_n "(cached) $ac_c" 1>&6
1465 else
1466   if test -n "$RANLIB"; then
1467   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1468 else
1469   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1470   ac_dummy="$PATH"
1471   for ac_dir in $ac_dummy; do
1472     test -z "$ac_dir" && ac_dir=.
1473     if test -f $ac_dir/$ac_word; then
1474       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1475       break
1476     fi
1477   done
1478   IFS="$ac_save_ifs"
1479 fi
1480 fi
1481 RANLIB="$ac_cv_prog_RANLIB"
1482 if test -n "$RANLIB"; then
1483   echo "$ac_t""$RANLIB" 1>&6
1484 else
1485   echo "$ac_t""no" 1>&6
1486 fi
1487
1488
1489 if test -z "$ac_cv_prog_RANLIB"; then
1490 if test -n "$ac_tool_prefix"; then
1491   # Extract the first word of "ranlib", so it can be a program name with args.
1492 set dummy ranlib; ac_word=$2
1493 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1494 echo "configure:1495: checking for $ac_word" >&5
1495 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1496   echo $ac_n "(cached) $ac_c" 1>&6
1497 else
1498   if test -n "$RANLIB"; then
1499   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1500 else
1501   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1502   ac_dummy="$PATH"
1503   for ac_dir in $ac_dummy; do
1504     test -z "$ac_dir" && ac_dir=.
1505     if test -f $ac_dir/$ac_word; then
1506       ac_cv_prog_RANLIB="ranlib"
1507       break
1508     fi
1509   done
1510   IFS="$ac_save_ifs"
1511   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1512 fi
1513 fi
1514 RANLIB="$ac_cv_prog_RANLIB"
1515 if test -n "$RANLIB"; then
1516   echo "$ac_t""$RANLIB" 1>&6
1517 else
1518   echo "$ac_t""no" 1>&6
1519 fi
1520
1521 else
1522   RANLIB=":"
1523 fi
1524 fi
1525
1526
1527 # Find a good install program.  We prefer a C program (faster),
1528 # so one script is as good as another.  But avoid the broken or
1529 # incompatible versions:
1530 # SysV /etc/install, /usr/sbin/install
1531 # SunOS /usr/etc/install
1532 # IRIX /sbin/install
1533 # AIX /bin/install
1534 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1535 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1536 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1537 # ./install, which can be erroneously created by make from ./install.sh.
1538 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1539 echo "configure:1540: checking for a BSD compatible install" >&5
1540 if test -z "$INSTALL"; then
1541 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1542   echo $ac_n "(cached) $ac_c" 1>&6
1543 else
1544     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1545   for ac_dir in $PATH; do
1546     # Account for people who put trailing slashes in PATH elements.
1547     case "$ac_dir/" in
1548     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1549     *)
1550       # OSF1 and SCO ODT 3.0 have their own names for install.
1551       # Don't use installbsd from OSF since it installs stuff as root
1552       # by default.
1553       for ac_prog in ginstall scoinst install; do
1554         if test -f $ac_dir/$ac_prog; then
1555           if test $ac_prog = install &&
1556             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1557             # AIX install.  It has an incompatible calling convention.
1558             :
1559           else
1560             ac_cv_path_install="$ac_dir/$ac_prog -c"
1561             break 2
1562           fi
1563         fi
1564       done
1565       ;;
1566     esac
1567   done
1568   IFS="$ac_save_IFS"
1569
1570 fi
1571   if test "${ac_cv_path_install+set}" = set; then
1572     INSTALL="$ac_cv_path_install"
1573   else
1574     # As a last resort, use the slow shell script.  We don't cache a
1575     # path for INSTALL within a source directory, because that will
1576     # break other packages using the cache if that directory is
1577     # removed, or if the path is relative.
1578     INSTALL="$ac_install_sh"
1579   fi
1580 fi
1581 echo "$ac_t""$INSTALL" 1>&6
1582
1583 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1584 # It thinks the first close brace ends the variable substitution.
1585 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1586
1587 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1588
1589 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1590
1591
1592 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1593 echo "configure:1594: checking whether to enable maintainer-specific portions of Makefiles" >&5
1594     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1595 if test "${enable_maintainer_mode+set}" = set; then
1596   enableval="$enable_maintainer_mode"
1597   USE_MAINTAINER_MODE=$enableval
1598 else
1599   USE_MAINTAINER_MODE=no
1600 fi
1601
1602   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1603   
1604
1605 if test $USE_MAINTAINER_MODE = yes; then
1606   MAINTAINER_MODE_TRUE=
1607   MAINTAINER_MODE_FALSE='#'
1608 else
1609   MAINTAINER_MODE_TRUE='#'
1610   MAINTAINER_MODE_FALSE=
1611 fi
1612   MAINT=$MAINTAINER_MODE_TRUE
1613   
1614
1615
1616 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
1617 # at least currently, we never actually build a program, so we never
1618 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
1619 # fails, because we are probably configuring with a cross compiler
1620 # which cant create executables.  So we include AC_EXEEXT to keep
1621 # automake happy, but we don't execute it, since we don't care about
1622 # the result.
1623 if false; then
1624   # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
1625   # to nothing, so nothing would remain between `then' and `fi' if it
1626   # were not for the `:' below.
1627   :
1628   
1629
1630 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1631 echo "configure:1632: checking for executable suffix" >&5
1632 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1633   echo $ac_n "(cached) $ac_c" 1>&6
1634 else
1635   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1636   ac_cv_exeext=.exe
1637 else
1638   rm -f conftest*
1639   echo 'int main () { return 0; }' > conftest.$ac_ext
1640   ac_cv_exeext=
1641   if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1642     for file in conftest.*; do
1643       case $file in
1644       *.c | *.o | *.obj) ;;
1645       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1646       esac
1647     done
1648   else
1649     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1650   fi
1651   rm -f conftest*
1652   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1653 fi
1654 fi
1655
1656 EXEEXT=""
1657 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1658 echo "$ac_t""${ac_cv_exeext}" 1>&6
1659 ac_exeext=$EXEEXT
1660
1661 fi
1662
1663 # configure.host sets the following important variables
1664 #       libgcj_cflags    - host specific C compiler flags
1665 #       libgcj_cxxflags  - host specific C++ compiler flags
1666 #       libgcj_javaflags - host specific Java compiler flags
1667
1668 libgcj_cflags=
1669 libgcj_cxxflags=
1670 libgcj_javaflags=
1671
1672 . ${srcdir}/configure.host
1673
1674 LIBGCJ_CFLAGS="${libgcj_cflags}"
1675 LIBGCJ_CXXFLAGS="${libgcj_cxxflags}"
1676 LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686 # Only use libltdl for native builds.
1687 if test -z "${with_cross_host}"; then
1688      case $enable_ltdl_convenience in
1689   no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;;
1690   "") enable_ltdl_convenience=yes
1691       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1692   esac
1693   LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
1694   INCLTDL='-I${top_srcdir}/''libltdl'
1695
1696    
1697    DIRLTDL=libltdl
1698    cat >> confdefs.h <<\EOF
1699 #define USE_LTDL 1
1700 EOF
1701
1702    # Sigh.  Libtool's macro doesn't do the right thing.
1703    INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
1704    # FIXME: this is a hack.
1705    sub_auxdir="`cd $ac_aux_dir && pwd`"
1706    ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
1707 fi
1708
1709
1710
1711 # Check whether --enable-shared or --disable-shared was given.
1712 if test "${enable_shared+set}" = set; then
1713   enableval="$enable_shared"
1714   p=${PACKAGE-default}
1715 case $enableval in
1716 yes) enable_shared=yes ;;
1717 no) enable_shared=no ;;
1718 *)
1719   enable_shared=no
1720   # Look at the argument we got.  We use all the common list separators.
1721   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1722   for pkg in $enableval; do
1723     if test "X$pkg" = "X$p"; then
1724       enable_shared=yes
1725     fi
1726   done
1727   IFS="$ac_save_ifs"
1728   ;;
1729 esac
1730 else
1731   enable_shared=yes
1732 fi
1733
1734 # Check whether --enable-static or --disable-static was given.
1735 if test "${enable_static+set}" = set; then
1736   enableval="$enable_static"
1737   p=${PACKAGE-default}
1738 case $enableval in
1739 yes) enable_static=yes ;;
1740 no) enable_static=no ;;
1741 *)
1742   enable_static=no
1743   # Look at the argument we got.  We use all the common list separators.
1744   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1745   for pkg in $enableval; do
1746     if test "X$pkg" = "X$p"; then
1747       enable_static=yes
1748     fi
1749   done
1750   IFS="$ac_save_ifs"
1751   ;;
1752 esac
1753 else
1754   enable_static=yes
1755 fi
1756
1757 # Check whether --enable-fast-install or --disable-fast-install was given.
1758 if test "${enable_fast_install+set}" = set; then
1759   enableval="$enable_fast_install"
1760   p=${PACKAGE-default}
1761 case $enableval in
1762 yes) enable_fast_install=yes ;;
1763 no) enable_fast_install=no ;;
1764 *)
1765   enable_fast_install=no
1766   # Look at the argument we got.  We use all the common list separators.
1767   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1768   for pkg in $enableval; do
1769     if test "X$pkg" = "X$p"; then
1770       enable_fast_install=yes
1771     fi
1772   done
1773   IFS="$ac_save_ifs"
1774   ;;
1775 esac
1776 else
1777   enable_fast_install=yes
1778 fi
1779
1780 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1781 if test "${with_gnu_ld+set}" = set; then
1782   withval="$with_gnu_ld"
1783   test "$withval" = no || with_gnu_ld=yes
1784 else
1785   with_gnu_ld=no
1786 fi
1787
1788 ac_prog=ld
1789 if test "$GCC" = yes; then
1790   # Check if gcc -print-prog-name=ld gives a path.
1791   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1792 echo "configure:1793: checking for ld used by GCC" >&5
1793   case $host in
1794   *-*-mingw*)
1795     # gcc leaves a trailing carriage return which upsets mingw
1796     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1797   *)
1798     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1799   esac
1800   case $ac_prog in
1801     # Accept absolute paths.
1802     [\\/]* | [A-Za-z]:[\\/]*)
1803       re_direlt='/[^/][^/]*/\.\./'
1804       # Canonicalize the path of ld
1805       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1806       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1807         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1808       done
1809       test -z "$LD" && LD="$ac_prog"
1810       ;;
1811   "")
1812     # If it fails, then pretend we aren't using GCC.
1813     ac_prog=ld
1814     ;;
1815   *)
1816     # If it is relative, then search for the first ld in PATH.
1817     with_gnu_ld=unknown
1818     ;;
1819   esac
1820 elif test "$with_gnu_ld" = yes; then
1821   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1822 echo "configure:1823: checking for GNU ld" >&5
1823 else
1824   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1825 echo "configure:1826: checking for non-GNU ld" >&5
1826 fi
1827 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1828   echo $ac_n "(cached) $ac_c" 1>&6
1829 else
1830   if test -z "$LD"; then
1831   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1832   for ac_dir in $PATH; do
1833     test -z "$ac_dir" && ac_dir=.
1834     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1835       lt_cv_path_LD="$ac_dir/$ac_prog"
1836       # Check to see if the program is GNU ld.  I'd rather use --version,
1837       # but apparently some GNU ld's only accept -v.
1838       # Break only if it was the GNU/non-GNU ld that we prefer.
1839       if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1840         test "$with_gnu_ld" != no && break
1841       else
1842         test "$with_gnu_ld" != yes && break
1843       fi
1844     fi
1845   done
1846   IFS="$ac_save_ifs"
1847 else
1848   lt_cv_path_LD="$LD" # Let the user override the test with a path.
1849 fi
1850 fi
1851
1852 LD="$lt_cv_path_LD"
1853 if test -n "$LD"; then
1854   echo "$ac_t""$LD" 1>&6
1855 else
1856   echo "$ac_t""no" 1>&6
1857 fi
1858 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1859 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1860 echo "configure:1861: checking if the linker ($LD) is GNU ld" >&5
1861 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1862   echo $ac_n "(cached) $ac_c" 1>&6
1863 else
1864   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1865 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1866   lt_cv_prog_gnu_ld=yes
1867 else
1868   lt_cv_prog_gnu_ld=no
1869 fi
1870 fi
1871
1872 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1873 with_gnu_ld=$lt_cv_prog_gnu_ld
1874
1875
1876 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1877 echo "configure:1878: checking for $LD option to reload object files" >&5
1878 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1879   echo $ac_n "(cached) $ac_c" 1>&6
1880 else
1881   lt_cv_ld_reload_flag='-r'
1882 fi
1883
1884 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1885 reload_flag=$lt_cv_ld_reload_flag
1886 test -n "$reload_flag" && reload_flag=" $reload_flag"
1887
1888 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1889 echo "configure:1890: checking for BSD-compatible nm" >&5
1890 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1891   echo $ac_n "(cached) $ac_c" 1>&6
1892 else
1893   if test -n "$NM"; then
1894   # Let the user override the test.
1895   lt_cv_path_NM="$NM"
1896 else
1897   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1898   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1899     test -z "$ac_dir" && ac_dir=.
1900     tmp_nm=$ac_dir/${ac_tool_prefix}nm
1901     if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1902       # Check to see if the nm accepts a BSD-compat flag.
1903       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1904       #   nm: unknown option "B" ignored
1905       # Tru64's nm complains that /dev/null is an invalid object file
1906       if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1907         lt_cv_path_NM="$tmp_nm -B"
1908         break
1909       elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1910         lt_cv_path_NM="$tmp_nm -p"
1911         break
1912       else
1913         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1914         continue # so that we can try to find one that supports BSD flags
1915       fi
1916     fi
1917   done
1918   IFS="$ac_save_ifs"
1919   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1920 fi
1921 fi
1922
1923 NM="$lt_cv_path_NM"
1924 echo "$ac_t""$NM" 1>&6
1925
1926 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1927 echo "configure:1928: checking how to recognise dependant libraries" >&5
1928 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1929   echo $ac_n "(cached) $ac_c" 1>&6
1930 else
1931   lt_cv_file_magic_cmd='$MAGIC_CMD'
1932 lt_cv_file_magic_test_file=
1933 lt_cv_deplibs_check_method='unknown'
1934 # Need to set the preceding variable on all platforms that support
1935 # interlibrary dependencies.
1936 # 'none' -- dependencies not supported.
1937 # `unknown' -- same as none, but documents that we really don't know.
1938 # 'pass_all' -- all dependencies passed with no checks.
1939 # 'test_compile' -- check by making test program.
1940 # 'file_magic [regex]' -- check by looking for files in library path
1941 # which responds to the $file_magic_cmd with a given egrep regex.
1942 # If you have `file' or equivalent on your system and you're not sure
1943 # whether `pass_all' will *always* work, you probably want this one.
1944
1945 case $host_os in
1946 aix*)
1947   lt_cv_deplibs_check_method=pass_all
1948   ;;
1949
1950 beos*)
1951   lt_cv_deplibs_check_method=pass_all
1952   ;;
1953
1954 bsdi4*)
1955   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1956   lt_cv_file_magic_cmd='/usr/bin/file -L'
1957   lt_cv_file_magic_test_file=/shlib/libc.so
1958   ;;
1959
1960 cygwin* | mingw* |pw32*)
1961   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1962   lt_cv_file_magic_cmd='$OBJDUMP -f'
1963   ;;
1964
1965 darwin* | rhapsody*)
1966   lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1967   lt_cv_file_magic_cmd='/usr/bin/file -L'
1968   case "$host_os" in
1969   rhapsody* | darwin1.012)
1970     lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1971     ;;
1972   *) # Darwin 1.3 on
1973     lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1974     ;;
1975   esac
1976   ;;
1977
1978 freebsd* )
1979   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1980     case $host_cpu in
1981     i*86 )
1982       # Not sure whether the presence of OpenBSD here was a mistake.
1983       # Let's accept both of them until this is cleared up.
1984       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1985       lt_cv_file_magic_cmd=/usr/bin/file
1986       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1987       ;;
1988     esac
1989   else
1990     lt_cv_deplibs_check_method=pass_all
1991   fi
1992   ;;
1993
1994 gnu*)
1995   lt_cv_deplibs_check_method=pass_all
1996   ;;
1997
1998 hpux10.20*|hpux11*)
1999   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
2000   lt_cv_file_magic_cmd=/usr/bin/file
2001   lt_cv_file_magic_test_file=/usr/lib/libc.sl
2002   ;;
2003
2004 irix5* | irix6*)
2005   case $host_os in
2006   irix5*)
2007     # this will be overridden with pass_all, but let us keep it just in case
2008     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
2009     ;;
2010   *)
2011     case $LD in
2012     *-32|*"-32 ") libmagic=32-bit;;
2013     *-n32|*"-n32 ") libmagic=N32;;
2014     *-64|*"-64 ") libmagic=64-bit;;
2015     *) libmagic=never-match;;
2016     esac
2017     # this will be overridden with pass_all, but let us keep it just in case
2018     lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
2019     ;;
2020   esac
2021   lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
2022   lt_cv_deplibs_check_method=pass_all
2023   ;;
2024
2025 # This must be Linux ELF.
2026 linux-gnu*)
2027   case $host_cpu in
2028   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
2029     lt_cv_deplibs_check_method=pass_all ;;
2030   *)
2031     # glibc up to 2.1.1 does not perform some relocations on ARM
2032     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
2033   esac
2034   lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
2035   ;;
2036
2037 netbsd*)
2038   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2039     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
2040   else
2041     lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
2042   fi
2043   ;;
2044
2045 newsos6)
2046   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
2047   lt_cv_file_magic_cmd=/usr/bin/file
2048   lt_cv_file_magic_test_file=/usr/lib/libnls.so
2049   ;;
2050
2051 osf3* | osf4* | osf5*)
2052   # this will be overridden with pass_all, but let us keep it just in case
2053   lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
2054   lt_cv_file_magic_test_file=/shlib/libc.so
2055   lt_cv_deplibs_check_method=pass_all
2056   ;;
2057
2058 sco3.2v5*)
2059   lt_cv_deplibs_check_method=pass_all
2060   ;;
2061
2062 solaris*)
2063   lt_cv_deplibs_check_method=pass_all
2064   lt_cv_file_magic_test_file=/lib/libc.so
2065   ;;
2066
2067 sysv5uw[78]* | sysv4*uw2*)
2068   lt_cv_deplibs_check_method=pass_all
2069   ;;
2070
2071 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2072   case $host_vendor in
2073   ncr)
2074     lt_cv_deplibs_check_method=pass_all
2075     ;;
2076   motorola)
2077     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
2078     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2079     ;;
2080   esac
2081   ;;
2082 esac
2083
2084 fi
2085
2086 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
2087 file_magic_cmd=$lt_cv_file_magic_cmd
2088 deplibs_check_method=$lt_cv_deplibs_check_method
2089
2090 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
2091 echo "configure:2092: checking for object suffix" >&5
2092 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
2093   echo $ac_n "(cached) $ac_c" 1>&6
2094 else
2095   rm -f conftest*
2096 echo 'int i = 1;' > conftest.$ac_ext
2097 if { (eval echo configure:2098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2098   for ac_file in conftest.*; do
2099     case $ac_file in
2100     *.c) ;;
2101     *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
2102     esac
2103   done
2104 else
2105   { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
2106 fi
2107 rm -f conftest*
2108 fi
2109
2110 echo "$ac_t""$ac_cv_objext" 1>&6
2111 OBJEXT=$ac_cv_objext
2112 ac_objext=$ac_cv_objext
2113
2114 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
2115
2116 # Only perform the check for file, if the check method requires it
2117 case $deplibs_check_method in
2118 file_magic*)
2119   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2120     echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
2121 echo "configure:2122: checking for ${ac_tool_prefix}file" >&5
2122 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2123   echo $ac_n "(cached) $ac_c" 1>&6
2124 else
2125   case $MAGIC_CMD in
2126   /*)
2127   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2128   ;;
2129   ?:/*)
2130   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2131   ;;
2132   *)
2133   ac_save_MAGIC_CMD="$MAGIC_CMD"
2134   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2135   ac_dummy="/usr/bin:$PATH"
2136   for ac_dir in $ac_dummy; do
2137     test -z "$ac_dir" && ac_dir=.
2138     if test -f $ac_dir/${ac_tool_prefix}file; then
2139       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
2140       if test -n "$file_magic_test_file"; then
2141         case $deplibs_check_method in
2142         "file_magic "*)
2143           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2144           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2145           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2146             egrep "$file_magic_regex" > /dev/null; then
2147             :
2148           else
2149             cat <<EOF 1>&2
2150
2151 *** Warning: the command libtool uses to detect shared libraries,
2152 *** $file_magic_cmd, produces output that libtool cannot recognize.
2153 *** The result is that libtool may fail to recognize shared libraries
2154 *** as such.  This will affect the creation of libtool libraries that
2155 *** depend on shared libraries, but programs linked with such libtool
2156 *** libraries will work regardless of this problem.  Nevertheless, you
2157 *** may want to report the problem to your system manager and/or to
2158 *** bug-libtool@gnu.org
2159
2160 EOF
2161           fi ;;
2162         esac
2163       fi
2164       break
2165     fi
2166   done
2167   IFS="$ac_save_ifs"
2168   MAGIC_CMD="$ac_save_MAGIC_CMD"
2169   ;;
2170 esac
2171 fi
2172
2173 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2174 if test -n "$MAGIC_CMD"; then
2175   echo "$ac_t""$MAGIC_CMD" 1>&6
2176 else
2177   echo "$ac_t""no" 1>&6
2178 fi
2179
2180 if test -z "$lt_cv_path_MAGIC_CMD"; then
2181   if test -n "$ac_tool_prefix"; then
2182     echo $ac_n "checking for file""... $ac_c" 1>&6
2183 echo "configure:2184: checking for file" >&5
2184 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2185   echo $ac_n "(cached) $ac_c" 1>&6
2186 else
2187   case $MAGIC_CMD in
2188   /*)
2189   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2190   ;;
2191   ?:/*)
2192   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2193   ;;
2194   *)
2195   ac_save_MAGIC_CMD="$MAGIC_CMD"
2196   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2197   ac_dummy="/usr/bin:$PATH"
2198   for ac_dir in $ac_dummy; do
2199     test -z "$ac_dir" && ac_dir=.
2200     if test -f $ac_dir/file; then
2201       lt_cv_path_MAGIC_CMD="$ac_dir/file"
2202       if test -n "$file_magic_test_file"; then
2203         case $deplibs_check_method in
2204         "file_magic "*)
2205           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2206           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2207           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2208             egrep "$file_magic_regex" > /dev/null; then
2209             :
2210           else
2211             cat <<EOF 1>&2
2212
2213 *** Warning: the command libtool uses to detect shared libraries,
2214 *** $file_magic_cmd, produces output that libtool cannot recognize.
2215 *** The result is that libtool may fail to recognize shared libraries
2216 *** as such.  This will affect the creation of libtool libraries that
2217 *** depend on shared libraries, but programs linked with such libtool
2218 *** libraries will work regardless of this problem.  Nevertheless, you
2219 *** may want to report the problem to your system manager and/or to
2220 *** bug-libtool@gnu.org
2221
2222 EOF
2223           fi ;;
2224         esac
2225       fi
2226       break
2227     fi
2228   done
2229   IFS="$ac_save_ifs"
2230   MAGIC_CMD="$ac_save_MAGIC_CMD"
2231   ;;
2232 esac
2233 fi
2234
2235 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2236 if test -n "$MAGIC_CMD"; then
2237   echo "$ac_t""$MAGIC_CMD" 1>&6
2238 else
2239   echo "$ac_t""no" 1>&6
2240 fi
2241
2242   else
2243     MAGIC_CMD=:
2244   fi
2245 fi
2246
2247   fi
2248   ;;
2249 esac
2250
2251 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2252 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2253 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2254 echo "configure:2255: checking for $ac_word" >&5
2255 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2256   echo $ac_n "(cached) $ac_c" 1>&6
2257 else
2258   if test -n "$RANLIB"; then
2259   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2260 else
2261   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2262   ac_dummy="$PATH"
2263   for ac_dir in $ac_dummy; do
2264     test -z "$ac_dir" && ac_dir=.
2265     if test -f $ac_dir/$ac_word; then
2266       ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2267       break
2268     fi
2269   done
2270   IFS="$ac_save_ifs"
2271 fi
2272 fi
2273 RANLIB="$ac_cv_prog_RANLIB"
2274 if test -n "$RANLIB"; then
2275   echo "$ac_t""$RANLIB" 1>&6
2276 else
2277   echo "$ac_t""no" 1>&6
2278 fi
2279
2280
2281 if test -z "$ac_cv_prog_RANLIB"; then
2282 if test -n "$ac_tool_prefix"; then
2283   # Extract the first word of "ranlib", so it can be a program name with args.
2284 set dummy ranlib; ac_word=$2
2285 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2286 echo "configure:2287: checking for $ac_word" >&5
2287 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2288   echo $ac_n "(cached) $ac_c" 1>&6
2289 else
2290   if test -n "$RANLIB"; then
2291   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2292 else
2293   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2294   ac_dummy="$PATH"
2295   for ac_dir in $ac_dummy; do
2296     test -z "$ac_dir" && ac_dir=.
2297     if test -f $ac_dir/$ac_word; then
2298       ac_cv_prog_RANLIB="ranlib"
2299       break
2300     fi
2301   done
2302   IFS="$ac_save_ifs"
2303   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2304 fi
2305 fi
2306 RANLIB="$ac_cv_prog_RANLIB"
2307 if test -n "$RANLIB"; then
2308   echo "$ac_t""$RANLIB" 1>&6
2309 else
2310   echo "$ac_t""no" 1>&6
2311 fi
2312
2313 else
2314   RANLIB=":"
2315 fi
2316 fi
2317
2318 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2319 set dummy ${ac_tool_prefix}strip; ac_word=$2
2320 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2321 echo "configure:2322: checking for $ac_word" >&5
2322 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2323   echo $ac_n "(cached) $ac_c" 1>&6
2324 else
2325   if test -n "$STRIP"; then
2326   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2327 else
2328   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2329   ac_dummy="$PATH"
2330   for ac_dir in $ac_dummy; do
2331     test -z "$ac_dir" && ac_dir=.
2332     if test -f $ac_dir/$ac_word; then
2333       ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2334       break
2335     fi
2336   done
2337   IFS="$ac_save_ifs"
2338 fi
2339 fi
2340 STRIP="$ac_cv_prog_STRIP"
2341 if test -n "$STRIP"; then
2342   echo "$ac_t""$STRIP" 1>&6
2343 else
2344   echo "$ac_t""no" 1>&6
2345 fi
2346
2347
2348 if test -z "$ac_cv_prog_STRIP"; then
2349 if test -n "$ac_tool_prefix"; then
2350   # Extract the first word of "strip", so it can be a program name with args.
2351 set dummy strip; ac_word=$2
2352 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2353 echo "configure:2354: checking for $ac_word" >&5
2354 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2355   echo $ac_n "(cached) $ac_c" 1>&6
2356 else
2357   if test -n "$STRIP"; then
2358   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2359 else
2360   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2361   ac_dummy="$PATH"
2362   for ac_dir in $ac_dummy; do
2363     test -z "$ac_dir" && ac_dir=.
2364     if test -f $ac_dir/$ac_word; then
2365       ac_cv_prog_STRIP="strip"
2366       break
2367     fi
2368   done
2369   IFS="$ac_save_ifs"
2370   test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2371 fi
2372 fi
2373 STRIP="$ac_cv_prog_STRIP"
2374 if test -n "$STRIP"; then
2375   echo "$ac_t""$STRIP" 1>&6
2376 else
2377   echo "$ac_t""no" 1>&6
2378 fi
2379
2380 else
2381   STRIP=":"
2382 fi
2383 fi
2384
2385
2386 # Check for any special flags to pass to ltconfig.
2387 libtool_flags="--cache-file=$cache_file"
2388 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2389 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2390 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2391 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2392 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2393 libtool_flags="$libtool_flags --enable-dlopen"
2394
2395 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2396 if test "${enable_libtool_lock+set}" = set; then
2397   enableval="$enable_libtool_lock"
2398   :
2399 fi
2400
2401 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2402 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2403
2404 # Check whether --with-pic or --without-pic was given.
2405 if test "${with_pic+set}" = set; then
2406   withval="$with_pic"
2407   pic_mode="$withval"
2408 else
2409   pic_mode=default
2410 fi
2411
2412 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2413 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2414
2415 # Some flags need to be propagated to the compiler or linker for good
2416 # libtool support.
2417 case $host in
2418 *-*-irix6*)
2419   # Find out which ABI we are using.
2420   echo '#line 2421 "configure"' > conftest.$ac_ext
2421   if { (eval echo configure:2422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2422     case `/usr/bin/file conftest.$ac_objext` in
2423     *32-bit*)
2424       LD="${LD-ld} -32"
2425       ;;
2426     *N32*)
2427       LD="${LD-ld} -n32"
2428       ;;
2429     *64-bit*)
2430       LD="${LD-ld} -64"
2431       ;;
2432     esac
2433   fi
2434   rm -rf conftest*
2435   ;;
2436
2437 *-*-sco3.2v5*)
2438   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2439   SAVE_CFLAGS="$CFLAGS"
2440   CFLAGS="$CFLAGS -belf"
2441   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2442 echo "configure:2443: checking whether the C compiler needs -belf" >&5
2443 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2444   echo $ac_n "(cached) $ac_c" 1>&6
2445 else
2446   
2447      ac_ext=c
2448 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2451 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2452 cross_compiling=$ac_cv_prog_cc_cross
2453
2454      cat > conftest.$ac_ext <<EOF
2455 #line 2456 "configure"
2456 #include "confdefs.h"
2457
2458 int main() {
2459
2460 ; return 0; }
2461 EOF
2462 if { (eval echo configure:2463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2463   rm -rf conftest*
2464   lt_cv_cc_needs_belf=yes
2465 else
2466   echo "configure: failed program was:" >&5
2467   cat conftest.$ac_ext >&5
2468   rm -rf conftest*
2469   lt_cv_cc_needs_belf=no
2470 fi
2471 rm -f conftest*
2472      ac_ext=c
2473 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2474 ac_cpp='$CPP $CPPFLAGS'
2475 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2476 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2477 cross_compiling=$ac_cv_prog_cc_cross
2478
2479 fi
2480
2481 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2482   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2483     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2484     CFLAGS="$SAVE_CFLAGS"
2485   fi
2486   ;;
2487
2488
2489 esac
2490
2491 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2492 echo "configure:2493: checking how to run the C++ preprocessor" >&5
2493 if test -z "$CXXCPP"; then
2494 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2495   echo $ac_n "(cached) $ac_c" 1>&6
2496 else
2497   ac_ext=C
2498 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2499 ac_cpp='$CXXCPP $CPPFLAGS'
2500 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2501 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2502 cross_compiling=$ac_cv_prog_cxx_cross
2503   CXXCPP="${CXX-g++} -E"
2504   cat > conftest.$ac_ext <<EOF
2505 #line 2506 "configure"
2506 #include "confdefs.h"
2507 #include <stdlib.h>
2508 EOF
2509 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2510 { (eval echo configure:2511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2511 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2512 if test -z "$ac_err"; then
2513   :
2514 else
2515   echo "$ac_err" >&5
2516   echo "configure: failed program was:" >&5
2517   cat conftest.$ac_ext >&5
2518   rm -rf conftest*
2519   CXXCPP=/lib/cpp
2520 fi
2521 rm -f conftest*
2522   ac_cv_prog_CXXCPP="$CXXCPP"
2523 ac_ext=c
2524 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2525 ac_cpp='$CPP $CPPFLAGS'
2526 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2527 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2528 cross_compiling=$ac_cv_prog_cc_cross
2529 fi
2530 fi
2531 CXXCPP="$ac_cv_prog_CXXCPP"
2532 echo "$ac_t""$CXXCPP" 1>&6
2533
2534
2535 # Save cache, so that ltconfig can load it
2536 cat > confcache <<\EOF
2537 # This file is a shell script that caches the results of configure
2538 # tests run on this system so they can be shared between configure
2539 # scripts and configure runs.  It is not useful on other systems.
2540 # If it contains results you don't want to keep, you may remove or edit it.
2541 #
2542 # By default, configure uses ./config.cache as the cache file,
2543 # creating it if it does not exist already.  You can give configure
2544 # the --cache-file=FILE option to use a different cache file; that is
2545 # what configure does when it calls configure scripts in
2546 # subdirectories, so they share the cache.
2547 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2548 # config.status only pays attention to the cache file if you give it the
2549 # --recheck option to rerun configure.
2550 #
2551 EOF
2552 # The following way of writing the cache mishandles newlines in values,
2553 # but we know of no workaround that is simple, portable, and efficient.
2554 # So, don't put newlines in cache variables' values.
2555 # Ultrix sh set writes to stderr and can't be redirected directly,
2556 # and sets the high bit in the cache file unless we assign to the vars.
2557 (set) 2>&1 |
2558   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2559   *ac_space=\ *)
2560     # `set' does not quote correctly, so add quotes (double-quote substitution
2561     # turns \\\\ into \\, and sed turns \\ into \).
2562     sed -n \
2563       -e "s/'/'\\\\''/g" \
2564       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2565     ;;
2566   *)
2567     # `set' quotes correctly as required by POSIX, so do not add quotes.
2568     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2569     ;;
2570   esac >> confcache
2571 if cmp -s $cache_file confcache; then
2572   :
2573 else
2574   if test -w $cache_file; then
2575     echo "updating cache $cache_file"
2576     cat confcache > $cache_file
2577   else
2578     echo "not updating unwritable cache $cache_file"
2579   fi
2580 fi
2581 rm -f confcache
2582
2583
2584 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
2585 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2586 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2587 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2588 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2589 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2590 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2591 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2592 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2593 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2594
2595 # Reload cache, that may have been modified by ltconfig
2596 if test -r "$cache_file"; then
2597   echo "loading cache $cache_file"
2598   . $cache_file
2599 else
2600   echo "creating cache $cache_file"
2601   > $cache_file
2602 fi
2603
2604
2605 # This can be used to rebuild libtool when needed
2606 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2607
2608 # Always use our own libtool.
2609 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2610
2611 # Redirect the config.log output again, so that the ltconfig log is not
2612 # clobbered by the next message.
2613 exec 5>>./config.log
2614
2615
2616
2617 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
2618 lt_save_CC="$CC"
2619 lt_save_CFLAGS="$CFLAGS"
2620 AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
2621 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2622 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2623 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2624 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2625 deplibs_check_method="$deplibs_check_method" \
2626 file_magic_cmd="$file_magic_cmd" \
2627 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
2628 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
2629 || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
2630 CC="$lt_save_CC"
2631 CFLAGS="$lt_save_CFLAGS"
2632
2633 # Redirect the config.log output again, so that the ltconfig log is not
2634 # clobbered by the next message.
2635 exec 5>>./config.log
2636
2637   
2638
2639   
2640          
2641          
2642 subdirs="$DIRLTDL"
2643
2644
2645 if test -z "$with_target_subdir" || test "$with_target_subdir" = "."; then
2646    COMPPATH=.
2647 else
2648    COMPPATH=..
2649 fi
2650
2651
2652
2653
2654 if test -d $srcdir/testsuite; then
2655   TESTSUBDIR_TRUE=
2656   TESTSUBDIR_FALSE='#'
2657 else
2658   TESTSUBDIR_TRUE='#'
2659   TESTSUBDIR_FALSE=
2660 fi
2661
2662 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
2663 if test "${enable_getenv_properties+set}" = set; then
2664   enableval="$enable_getenv_properties"
2665   :
2666 fi
2667
2668
2669 if test -z "$enable_getenv_properties"; then
2670    enable_getenv_properties=${enable_getenv_properties_default-yes}
2671 fi
2672 if test "$enable_getenv_properties" = no; then
2673    cat >> confdefs.h <<\EOF
2674 #define DISABLE_GETENV_PROPERTIES 1
2675 EOF
2676
2677 fi
2678
2679 if test -z "$enable_main_args"; then
2680    enable_main_args=${enable_main_args_default-yes}
2681 fi
2682 if test "$enable_main_args" = no; then
2683    cat >> confdefs.h <<\EOF
2684 #define DISABLE_MAIN_ARGS 1
2685 EOF
2686
2687 fi
2688
2689
2690 # Check whether --enable-hash-synchronization or --disable-hash-synchronization was given.
2691 if test "${enable_hash_synchronization+set}" = set; then
2692   enableval="$enable_hash_synchronization"
2693   :
2694 fi
2695
2696
2697 if test -z "$enable_hash_synchronization"; then
2698    enable_hash_synchronization=$enable_hash_synchronization_default
2699 fi
2700
2701 if test "${slow_pthread_self}" = "yes"; then
2702   cat >> confdefs.h <<\EOF
2703 #define SLOW_PTHREAD_SELF 1
2704 EOF
2705
2706 fi
2707
2708
2709 LIBGCJDEBUG="false"
2710
2711 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
2712 if test "${enable_libgcj_debug+set}" = set; then
2713   enableval="$enable_libgcj_debug"
2714   if test "$enable_libgcj_debug" = yes; then
2715     cat >> confdefs.h <<\EOF
2716 #define DEBUG 1
2717 EOF
2718
2719     LIBGCJDEBUG="true"
2720   fi
2721 fi
2722
2723
2724 # Check whether --enable-interpreter or --disable-interpreter was given.
2725 if test "${enable_interpreter+set}" = set; then
2726   enableval="$enable_interpreter"
2727   if test "$enable_interpreter" = yes; then
2728     # This can also be set in configure.host.
2729     libgcj_interpreter=yes
2730   elif test "$enable_interpreter" = no; then
2731     libgcj_interpreter=no
2732   fi
2733 fi
2734
2735
2736 if test "$libgcj_interpreter" = yes; then
2737    cat >> confdefs.h <<\EOF
2738 #define INTERPRETER 1
2739 EOF
2740
2741 fi
2742
2743 echo $ac_n "checking for exception model to use""... $ac_c" 1>&6
2744 echo "configure:2745: checking for exception model to use" >&5
2745
2746 ac_ext=C
2747 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2748 ac_cpp='$CXXCPP $CPPFLAGS'
2749 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2750 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2751 cross_compiling=$ac_cv_prog_cxx_cross
2752
2753 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
2754 if test "${enable_sjlj_exceptions+set}" = set; then
2755   enableval="$enable_sjlj_exceptions"
2756   :
2757 else
2758   cat > conftest.$ac_ext << EOF
2759 #line 2760 "configure"
2760 struct S { ~S(); };
2761 void bar();
2762 void foo()
2763 {
2764   S s;
2765   bar();
2766 }
2767 EOF
2768 old_CXXFLAGS="$CXXFLAGS"  
2769 CXXFLAGS=-S
2770 if { (eval echo configure:2771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2771   if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
2772     enable_sjlj_exceptions=yes
2773   elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
2774     enable_sjlj_exceptions=no
2775   fi
2776 fi
2777 CXXFLAGS="$old_CXXFLAGS"
2778 rm -f conftest*
2779 fi
2780
2781 if test x$enable_sjlj_exceptions = xyes; then
2782   cat >> confdefs.h <<\EOF
2783 #define SJLJ_EXCEPTIONS 1
2784 EOF
2785
2786   ac_exception_model_name=sjlj
2787 elif test x$enable_sjlj_exceptions = xno; then
2788   ac_exception_model_name="call frame"
2789 else
2790   { echo "configure: error: unable to detect exception model" 1>&2; exit 1; }
2791 fi
2792 ac_ext=c
2793 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2794 ac_cpp='$CPP $CPPFLAGS'
2795 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2796 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2797 cross_compiling=$ac_cv_prog_cc_cross
2798
2799 echo "$ac_t""$ac_exception_model_name" 1>&6
2800
2801 # Check whether --enable-java-net or --disable-java-net was given.
2802 if test "${enable_java_net+set}" = set; then
2803   enableval="$enable_java_net"
2804   :
2805 fi
2806
2807
2808 if test -z "$enable_java_net"; then
2809    enable_java_net=${enable_java_net_default-yes}
2810 fi
2811 if test "$enable_java_net" = no; then
2812    cat >> confdefs.h <<\EOF
2813 #define DISABLE_JAVA_NET 1
2814 EOF
2815
2816 fi
2817
2818 # Check whether --with-libffi or --without-libffi was given.
2819 if test "${with_libffi+set}" = set; then
2820   withval="$with_libffi"
2821   :
2822 else
2823   with_libffi=${with_libffi_default-yes}
2824 fi
2825
2826
2827 LIBFFI=
2828 LIBFFIINCS=
2829 if test "$with_libffi" != no; then
2830    cat >> confdefs.h <<\EOF
2831 #define USE_LIBFFI 1
2832 EOF
2833
2834    LIBFFI=../libffi/libfficonvenience.la
2835    LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
2836 fi
2837
2838
2839
2840 # Check whether --enable-jvmpi or --disable-jvmpi was given.
2841 if test "${enable_jvmpi+set}" = set; then
2842   enableval="$enable_jvmpi"
2843   :
2844 fi
2845
2846
2847 if test "$enable_jvmpi" != no; then
2848     cat >> confdefs.h <<\EOF
2849 #define ENABLE_JVMPI 1
2850 EOF
2851
2852 fi
2853
2854 TARGET_ECOS=${PROCESS-"no"}
2855 # Check whether --with-ecos or --without-ecos was given.
2856 if test "${with_ecos+set}" = set; then
2857   withval="$with_ecos"
2858   TARGET_ECOS="$with_ecos"
2859
2860 fi
2861
2862
2863 PLATFORMOBJS=
2864 case "$TARGET_ECOS" in
2865    no) case "$host" in
2866       *mingw*)
2867             PLATFORM=Win32
2868             PLATFORMOBJS=win32.lo
2869             PLATFORMH=win32.h
2870       ;;
2871       *)
2872             PLATFORM=Posix
2873             PLATFORMOBJS=posix.lo
2874             PLATFORMH=posix.h
2875       ;;
2876       esac
2877       ;;
2878    *)
2879       PLATFORM=Ecos
2880       cat >> confdefs.h <<\EOF
2881 #define ECOS 1
2882 EOF
2883
2884       PLATFORMOBJS=posix.lo
2885       PLATFORMH=posix.h
2886       ;;
2887 esac
2888
2889
2890
2891 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2892 echo "configure:2893: checking how to run the C preprocessor" >&5
2893 # On Suns, sometimes $CPP names a directory.
2894 if test -n "$CPP" && test -d "$CPP"; then
2895   CPP=
2896 fi
2897 if test -z "$CPP"; then
2898 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2899   echo $ac_n "(cached) $ac_c" 1>&6
2900 else
2901     # This must be in double quotes, not single quotes, because CPP may get
2902   # substituted into the Makefile and "${CC-cc}" will confuse make.
2903   CPP="${CC-cc} -E"
2904   # On the NeXT, cc -E runs the code through the compiler's parser,
2905   # not just through cpp.
2906   cat > conftest.$ac_ext <<EOF
2907 #line 2908 "configure"
2908 #include "confdefs.h"
2909 #include <assert.h>
2910 Syntax Error
2911 EOF
2912 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2913 { (eval echo configure:2914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2914 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2915 if test -z "$ac_err"; then
2916   :
2917 else
2918   echo "$ac_err" >&5
2919   echo "configure: failed program was:" >&5
2920   cat conftest.$ac_ext >&5
2921   rm -rf conftest*
2922   CPP="${CC-cc} -E -traditional-cpp"
2923   cat > conftest.$ac_ext <<EOF
2924 #line 2925 "configure"
2925 #include "confdefs.h"
2926 #include <assert.h>
2927 Syntax Error
2928 EOF
2929 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2930 { (eval echo configure:2931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2931 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2932 if test -z "$ac_err"; then
2933   :
2934 else
2935   echo "$ac_err" >&5
2936   echo "configure: failed program was:" >&5
2937   cat conftest.$ac_ext >&5
2938   rm -rf conftest*
2939   CPP="${CC-cc} -nologo -E"
2940   cat > conftest.$ac_ext <<EOF
2941 #line 2942 "configure"
2942 #include "confdefs.h"
2943 #include <assert.h>
2944 Syntax Error
2945 EOF
2946 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2947 { (eval echo configure:2948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2948 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2949 if test -z "$ac_err"; then
2950   :
2951 else
2952   echo "$ac_err" >&5
2953   echo "configure: failed program was:" >&5
2954   cat conftest.$ac_ext >&5
2955   rm -rf conftest*
2956   CPP=/lib/cpp
2957 fi
2958 rm -f conftest*
2959 fi
2960 rm -f conftest*
2961 fi
2962 rm -f conftest*
2963   ac_cv_prog_CPP="$CPP"
2964 fi
2965   CPP="$ac_cv_prog_CPP"
2966 else
2967   ac_cv_prog_CPP="$CPP"
2968 fi
2969 echo "$ac_t""$CPP" 1>&6
2970
2971 cat > conftest.$ac_ext <<EOF
2972 #line 2973 "configure"
2973 #include "confdefs.h"
2974 #include <stdint.h>
2975 EOF
2976 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2977   egrep "uint32_t" >/dev/null 2>&1; then
2978   rm -rf conftest*
2979   cat >> confdefs.h <<\EOF
2980 #define HAVE_INT32_DEFINED 1
2981 EOF
2982
2983 fi
2984 rm -f conftest*
2985
2986 cat > conftest.$ac_ext <<EOF
2987 #line 2988 "configure"
2988 #include "confdefs.h"
2989 #include <inttypes.h>
2990 EOF
2991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2992   egrep "uint32_t" >/dev/null 2>&1; then
2993   rm -rf conftest*
2994   cat >> confdefs.h <<\EOF
2995 #define HAVE_INT32_DEFINED 1
2996 EOF
2997
2998 fi
2999 rm -f conftest*
3000
3001 cat > conftest.$ac_ext <<EOF
3002 #line 3003 "configure"
3003 #include "confdefs.h"
3004 #include <sys/types.h>
3005 EOF
3006 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3007   egrep "u_int32_t" >/dev/null 2>&1; then
3008   rm -rf conftest*
3009   cat >> confdefs.h <<\EOF
3010 #define HAVE_BSD_INT32_DEFINED 1
3011 EOF
3012
3013 fi
3014 rm -f conftest*
3015
3016 cat > conftest.$ac_ext <<EOF
3017 #line 3018 "configure"
3018 #include "confdefs.h"
3019 #include <sys/config.h>
3020 EOF
3021 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3022   egrep "u_int32_t" >/dev/null 2>&1; then
3023   rm -rf conftest*
3024   cat >> confdefs.h <<\EOF
3025 #define HAVE_BSD_INT32_DEFINED 1
3026 EOF
3027
3028 fi
3029 rm -f conftest*
3030
3031
3032
3033 cat > conftest.$ac_ext <<EOF
3034 #line 3035 "configure"
3035 #include "confdefs.h"
3036 #include <time.h>
3037 EOF
3038 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3039   egrep "mktime" >/dev/null 2>&1; then
3040   rm -rf conftest*
3041   cat >> confdefs.h <<\EOF
3042 #define HAVE_MKTIME 1
3043 EOF
3044
3045 fi
3046 rm -f conftest*
3047
3048 cat > conftest.$ac_ext <<EOF
3049 #line 3050 "configure"
3050 #include "confdefs.h"
3051 #include <time.h>
3052 EOF
3053 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3054   egrep "localtime" >/dev/null 2>&1; then
3055   rm -rf conftest*
3056   cat >> confdefs.h <<\EOF
3057 #define HAVE_LOCALTIME 1
3058 EOF
3059
3060 fi
3061 rm -f conftest*
3062
3063
3064 test -d java || mkdir java
3065 test -d java/io || mkdir java/io
3066 test -d gnu || mkdir gnu
3067
3068
3069
3070 test -d java/lang || mkdir java/lang
3071
3072
3073
3074 case "${host}" in
3075     *mingw*)
3076       SYSTEMSPEC="-lgdi32 -lwsock32 -lws2_32"
3077     ;;
3078     *)
3079       SYSTEMSPEC=
3080     ;;
3081 esac
3082
3083
3084 LIBGCJTESTSPEC="-L`pwd`/.libs -rpath `pwd`/.libs"
3085
3086
3087 # Check whether --with-system-zlib or --without-system-zlib was given.
3088 if test "${with_system_zlib+set}" = set; then
3089   withval="$with_system_zlib"
3090   :
3091 fi
3092
3093 ZLIBSPEC=
3094
3095 ZLIBTESTSPEC=
3096
3097
3098 libsubdir=.libs
3099
3100 echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
3101 echo "configure:3102: checking for garbage collector to use" >&5
3102 # Check whether --enable-java-gc or --disable-java-gc was given.
3103 if test "${enable_java_gc+set}" = set; then
3104   enableval="$enable_java_gc"
3105   
3106   GC=$enableval
3107 else
3108   GC=boehm
3109 fi
3110
3111 GCLIBS=
3112 GCINCS=
3113 GCDEPS=
3114 GCOBJS=
3115 GCSPEC=
3116 JC1GCSPEC=
3117 GCTESTSPEC=
3118 case "$GC" in
3119  boehm)
3120     echo "$ac_t""boehm" 1>&6
3121     GCDEPS='$(top_builddir)/../boehm-gc/libgcjgc.la'
3122     # We include the path to the boehm-gc build directory.
3123     # See Makefile.am to understand why.
3124     GCLIBS="$GCDEPS -L\$(here)/../boehm-gc/$libsubdir"
3125     GCINCS='-I$(top_srcdir)/../boehm-gc/include'
3126     GCSPEC='-lgcjgc'
3127     JC1GCSPEC='-fuse-boehm-gc'
3128     GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
3129             GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
3130     GCOBJS=boehm.lo
3131     GCHDR=boehm-gc.h
3132         cat >> confdefs.h <<\EOF
3133 #define HAVE_BOEHM_GC 1
3134 EOF
3135
3136     ;;
3137  no)
3138     echo "$ac_t""none" 1>&6
3139     GCOBJS=nogc.lo
3140     GCHDR=no-gc.h
3141     ;;
3142  *)
3143     { echo "configure: error: unrecognized collector \"$GC\"" 1>&2; exit 1; }
3144     ;;
3145 esac
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
3157 echo "configure:3158: checking for thread model used by GCC" >&5
3158 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
3159 echo "$ac_t""$THREADS" 1>&6
3160
3161 case "$THREADS" in
3162  no | none | single)
3163     THREADS=none
3164     ;;
3165  posix | pthreads)
3166     THREADS=posix
3167     case "$host" in
3168      *-*-linux*)
3169         cat >> confdefs.h <<\EOF
3170 #define LINUX_THREADS 1
3171 EOF
3172
3173         ;;
3174     esac
3175     ;;
3176  win32)
3177     ;;
3178  decosf1 | irix | mach | os2 | solaris | dce | vxworks)
3179     { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
3180     ;;
3181  *)
3182     { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
3183     ;;
3184 esac
3185
3186 THREADLIBS=
3187 THREADINCS=
3188 THREADDEPS=
3189 THREADOBJS=
3190 THREADH=
3191 THREADSPEC=
3192 case "$THREADS" in
3193  posix)
3194     case "$host" in
3195      *-*-cygwin*)
3196         # Don't set THREADLIBS here.  Cygwin doesn't have -lpthread.
3197         ;;
3198    
3199      *-*-freebsd[1234]*)
3200    
3201         # Before FreeBSD 5, it didn't have -lpthread (or any library which
3202         # merely adds pthread_* functions) but it does have a -pthread switch
3203         # which is required at link-time to select -lc_r *instead* of -lc.
3204         THREADLIBS=-pthread
3205         # Don't set THREADSPEC here as might be expected since -pthread is
3206         # not processed when found within a spec file, it must come from
3207         # the command line.  For now, the user must provide the -pthread
3208         # switch to link code compiled with gcj.  In future, consider adding
3209         # support for weak references to pthread_* functions ala gthr.h API.
3210         THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
3211         ;;
3212      *-*-freebsd*)
3213         # FreeBSD 5 implements a model much closer to other modern UNIX
3214         # which support threads.  However, it still does not support
3215         # -lpthread.
3216         THREADLIBS=-pthread
3217         THREADSPEC=-lc_r
3218         ;;
3219      *)
3220         THREADLIBS=-lpthread
3221         THREADSPEC=-lpthread
3222         ;;
3223     esac
3224     THREADOBJS=posix-threads.lo
3225     THREADH=posix-threads.h
3226     # MIT pthreads doesn't seem to have the mutexattr functions.
3227     # But for now we don't check for it.  We just assume you aren't
3228     # using MIT pthreads.
3229     cat >> confdefs.h <<\EOF
3230 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
3231 EOF
3232
3233
3234     # If we're using the Boehm GC, then we happen to know that it
3235     # defines _REENTRANT, so we don't bother.  Eww.
3236     if test "$GC" != boehm; then
3237        cat >> confdefs.h <<\EOF
3238 #define _REENTRANT 1
3239 EOF
3240
3241     fi
3242     cat >> confdefs.h <<\EOF
3243 #define _POSIX_PTHREAD_SEMANTICS 1
3244 EOF
3245
3246     ;;
3247
3248  win32)
3249     THREADOBJS=win32-threads.lo
3250     THREADH=win32-threads.h
3251     ;;
3252
3253  none)
3254     THREADOBJS=no-threads.lo
3255     THREADH=no-threads.h
3256     ;;
3257 esac
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267 HASH_SYNC_SPEC=
3268 # Hash synchronization is only useful with posix threads right now.
3269 if test "$enable_hash_synchronization" = yes && test "$THREADS" = "posix"; then
3270    HASH_SYNC_SPEC=-fhash-synchronization
3271    cat >> confdefs.h <<\EOF
3272 #define JV_HASH_SYNCHRONIZATION 1
3273 EOF
3274
3275 fi
3276
3277
3278
3279
3280
3281 if test "$GCC" = yes; then
3282   USING_GCC_TRUE=
3283   USING_GCC_FALSE='#'
3284 else
3285   USING_GCC_TRUE='#'
3286   USING_GCC_FALSE=
3287 fi
3288
3289 CANADIAN=no
3290 NULL_TARGET=no
3291 NATIVE=yes
3292
3293 # We're in the tree with gcc, and need to include some of its headers.
3294 GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
3295
3296 # Figure out where generated headers like libgcj-config.h get installed.
3297 gcc_version_trigger=${srcdir}/../gcc/version.c
3298 gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
3299 gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
3300 tool_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include
3301
3302
3303 if test -n "${with_cross_host}"; then
3304    # We are being configured with a cross compiler.  AC_REPLACE_FUNCS
3305    # may not work correctly, because the compiler may not be able to
3306    # link executables.
3307
3308    # We assume newlib.  This lets us hard-code the functions we know
3309    # we'll have.
3310    cat >> confdefs.h <<\EOF
3311 #define HAVE_MEMMOVE 1
3312 EOF
3313
3314    cat >> confdefs.h <<\EOF
3315 #define HAVE_MEMCPY 1
3316 EOF
3317
3318    cat >> confdefs.h <<\EOF
3319 #define HAVE_STRERROR 1
3320 EOF
3321
3322    cat >> confdefs.h <<\EOF
3323 #define HAVE_GMTIME_R 1
3324 EOF
3325
3326    cat >> confdefs.h <<\EOF
3327 #define HAVE_LOCALTIME_R 1
3328 EOF
3329
3330       cat >> confdefs.h <<\EOF
3331 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
3332 EOF
3333
3334       cat >> confdefs.h <<\EOF
3335 #define HAVE_ALLOCA 1
3336 EOF
3337
3338
3339       cat >> confdefs.h <<\EOF
3340 #define NO_GETUID 1
3341 EOF
3342
3343
3344    ZLIBSPEC=-lzgcj
3345    ZLIBTESTSPEC="-L`pwd`/../zlib/.libs -rpath `pwd`/../zlib/.libs"
3346
3347    # If Canadian cross, then don't pick up tools from the build
3348    # directory.
3349    if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
3350       CANADIAN=yes
3351       GCC_UNWIND_INCLUDE=
3352       GCJ="${target_alias}-gcj"
3353    fi
3354    NATIVE=no
3355 else
3356    for ac_func in strerror ioctl select fstat open fsync sleep opendir
3357 do
3358 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3359 echo "configure:3360: checking for $ac_func" >&5
3360 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3361   echo $ac_n "(cached) $ac_c" 1>&6
3362 else
3363   cat > conftest.$ac_ext <<EOF
3364 #line 3365 "configure"
3365 #include "confdefs.h"
3366 /* System header to define __stub macros and hopefully few prototypes,
3367     which can conflict with char $ac_func(); below.  */
3368 #include <assert.h>
3369 /* Override any gcc2 internal prototype to avoid an error.  */
3370 /* We use char because int might match the return type of a gcc2
3371     builtin and then its argument prototype would still apply.  */
3372 char $ac_func();
3373
3374 int main() {
3375
3376 /* The GNU C library defines this for functions which it implements
3377     to always fail with ENOSYS.  Some functions are actually named
3378     something starting with __ and the normal name is an alias.  */
3379 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3380 choke me
3381 #else
3382 $ac_func();
3383 #endif
3384
3385 ; return 0; }
3386 EOF
3387 if { (eval echo configure:3388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3388   rm -rf conftest*
3389   eval "ac_cv_func_$ac_func=yes"
3390 else
3391   echo "configure: failed program was:" >&5
3392   cat conftest.$ac_ext >&5
3393   rm -rf conftest*
3394   eval "ac_cv_func_$ac_func=no"
3395 fi
3396 rm -f conftest*
3397 fi
3398
3399 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3400   echo "$ac_t""yes" 1>&6
3401     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3402   cat >> confdefs.h <<EOF
3403 #define $ac_tr_func 1
3404 EOF
3405  
3406 else
3407   echo "$ac_t""no" 1>&6
3408 fi
3409 done
3410
3411    for ac_func in gmtime_r localtime_r readdir_r getpwuid_r getcwd
3412 do
3413 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3414 echo "configure:3415: checking for $ac_func" >&5
3415 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3416   echo $ac_n "(cached) $ac_c" 1>&6
3417 else
3418   cat > conftest.$ac_ext <<EOF
3419 #line 3420 "configure"
3420 #include "confdefs.h"
3421 /* System header to define __stub macros and hopefully few prototypes,
3422     which can conflict with char $ac_func(); below.  */
3423 #include <assert.h>
3424 /* Override any gcc2 internal prototype to avoid an error.  */
3425 /* We use char because int might match the return type of a gcc2
3426     builtin and then its argument prototype would still apply.  */
3427 char $ac_func();
3428
3429 int main() {
3430
3431 /* The GNU C library defines this for functions which it implements
3432     to always fail with ENOSYS.  Some functions are actually named
3433     something starting with __ and the normal name is an alias.  */
3434 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3435 choke me
3436 #else
3437 $ac_func();
3438 #endif
3439
3440 ; return 0; }
3441 EOF
3442 if { (eval echo configure:3443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3443   rm -rf conftest*
3444   eval "ac_cv_func_$ac_func=yes"
3445 else
3446   echo "configure: failed program was:" >&5
3447   cat conftest.$ac_ext >&5
3448   rm -rf conftest*
3449   eval "ac_cv_func_$ac_func=no"
3450 fi
3451 rm -f conftest*
3452 fi
3453
3454 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3455   echo "$ac_t""yes" 1>&6
3456     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3457   cat >> confdefs.h <<EOF
3458 #define $ac_tr_func 1
3459 EOF
3460  
3461 else
3462   echo "$ac_t""no" 1>&6
3463 fi
3464 done
3465
3466    for ac_func in access stat mkdir rename rmdir unlink realpath utime chmod
3467 do
3468 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3469 echo "configure:3470: checking for $ac_func" >&5
3470 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3471   echo $ac_n "(cached) $ac_c" 1>&6
3472 else
3473   cat > conftest.$ac_ext <<EOF
3474 #line 3475 "configure"
3475 #include "confdefs.h"
3476 /* System header to define __stub macros and hopefully few prototypes,
3477     which can conflict with char $ac_func(); below.  */
3478 #include <assert.h>
3479 /* Override any gcc2 internal prototype to avoid an error.  */
3480 /* We use char because int might match the return type of a gcc2
3481     builtin and then its argument prototype would still apply.  */
3482 char $ac_func();
3483
3484 int main() {
3485
3486 /* The GNU C library defines this for functions which it implements
3487     to always fail with ENOSYS.  Some functions are actually named
3488     something starting with __ and the normal name is an alias.  */
3489 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3490 choke me
3491 #else
3492 $ac_func();
3493 #endif
3494
3495 ; return 0; }
3496 EOF
3497 if { (eval echo configure:3498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3498   rm -rf conftest*
3499   eval "ac_cv_func_$ac_func=yes"
3500 else
3501   echo "configure: failed program was:" >&5
3502   cat conftest.$ac_ext >&5
3503   rm -rf conftest*
3504   eval "ac_cv_func_$ac_func=no"
3505 fi
3506 rm -f conftest*
3507 fi
3508
3509 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3510   echo "$ac_t""yes" 1>&6
3511     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3512   cat >> confdefs.h <<EOF
3513 #define $ac_tr_func 1
3514 EOF
3515  
3516 else
3517   echo "$ac_t""no" 1>&6
3518 fi
3519 done
3520
3521    for ac_func in nl_langinfo setlocale
3522 do
3523 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3524 echo "configure:3525: checking for $ac_func" >&5
3525 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3526   echo $ac_n "(cached) $ac_c" 1>&6
3527 else
3528   cat > conftest.$ac_ext <<EOF
3529 #line 3530 "configure"
3530 #include "confdefs.h"
3531 /* System header to define __stub macros and hopefully few prototypes,
3532     which can conflict with char $ac_func(); below.  */
3533 #include <assert.h>
3534 /* Override any gcc2 internal prototype to avoid an error.  */
3535 /* We use char because int might match the return type of a gcc2
3536     builtin and then its argument prototype would still apply.  */
3537 char $ac_func();
3538
3539 int main() {
3540
3541 /* The GNU C library defines this for functions which it implements
3542     to always fail with ENOSYS.  Some functions are actually named
3543     something starting with __ and the normal name is an alias.  */
3544 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3545 choke me
3546 #else
3547 $ac_func();
3548 #endif
3549
3550 ; return 0; }
3551 EOF
3552 if { (eval echo configure:3553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3553   rm -rf conftest*
3554   eval "ac_cv_func_$ac_func=yes"
3555 else
3556   echo "configure: failed program was:" >&5
3557   cat conftest.$ac_ext >&5
3558   rm -rf conftest*
3559   eval "ac_cv_func_$ac_func=no"
3560 fi
3561 rm -f conftest*
3562 fi
3563
3564 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3565   echo "$ac_t""yes" 1>&6
3566     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3567   cat >> confdefs.h <<EOF
3568 #define $ac_tr_func 1
3569 EOF
3570  
3571 else
3572   echo "$ac_t""no" 1>&6
3573 fi
3574 done
3575
3576    for ac_func in inet_aton inet_addr
3577 do
3578 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3579 echo "configure:3580: checking for $ac_func" >&5
3580 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3581   echo $ac_n "(cached) $ac_c" 1>&6
3582 else
3583   cat > conftest.$ac_ext <<EOF
3584 #line 3585 "configure"
3585 #include "confdefs.h"
3586 /* System header to define __stub macros and hopefully few prototypes,
3587     which can conflict with char $ac_func(); below.  */
3588 #include <assert.h>
3589 /* Override any gcc2 internal prototype to avoid an error.  */
3590 /* We use char because int might match the return type of a gcc2
3591     builtin and then its argument prototype would still apply.  */
3592 char $ac_func();
3593
3594 int main() {
3595
3596 /* The GNU C library defines this for functions which it implements
3597     to always fail with ENOSYS.  Some functions are actually named
3598     something starting with __ and the normal name is an alias.  */
3599 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3600 choke me
3601 #else
3602 $ac_func();
3603 #endif
3604
3605 ; return 0; }
3606 EOF
3607 if { (eval echo configure:3608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3608   rm -rf conftest*
3609   eval "ac_cv_func_$ac_func=yes"
3610 else
3611   echo "configure: failed program was:" >&5
3612   cat conftest.$ac_ext >&5
3613   rm -rf conftest*
3614   eval "ac_cv_func_$ac_func=no"
3615 fi
3616 rm -f conftest*
3617 fi
3618
3619 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3620   echo "$ac_t""yes" 1>&6
3621     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3622   cat >> confdefs.h <<EOF
3623 #define $ac_tr_func 1
3624 EOF
3625  break
3626 else
3627   echo "$ac_t""no" 1>&6
3628 fi
3629 done
3630
3631    for ac_func in inet_pton uname inet_ntoa
3632 do
3633 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3634 echo "configure:3635: checking for $ac_func" >&5
3635 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3636   echo $ac_n "(cached) $ac_c" 1>&6
3637 else
3638   cat > conftest.$ac_ext <<EOF
3639 #line 3640 "configure"
3640 #include "confdefs.h"
3641 /* System header to define __stub macros and hopefully few prototypes,
3642     which can conflict with char $ac_func(); below.  */
3643 #include <assert.h>
3644 /* Override any gcc2 internal prototype to avoid an error.  */
3645 /* We use char because int might match the return type of a gcc2
3646     builtin and then its argument prototype would still apply.  */
3647 char $ac_func();
3648
3649 int main() {
3650
3651 /* The GNU C library defines this for functions which it implements
3652     to always fail with ENOSYS.  Some functions are actually named
3653     something starting with __ and the normal name is an alias.  */
3654 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3655 choke me
3656 #else
3657 $ac_func();
3658 #endif
3659
3660 ; return 0; }
3661 EOF
3662 if { (eval echo configure:3663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3663   rm -rf conftest*
3664   eval "ac_cv_func_$ac_func=yes"
3665 else
3666   echo "configure: failed program was:" >&5
3667   cat conftest.$ac_ext >&5
3668   rm -rf conftest*
3669   eval "ac_cv_func_$ac_func=no"
3670 fi
3671 rm -f conftest*
3672 fi
3673
3674 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3675   echo "$ac_t""yes" 1>&6
3676     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3677   cat >> confdefs.h <<EOF
3678 #define $ac_tr_func 1
3679 EOF
3680  
3681 else
3682   echo "$ac_t""no" 1>&6
3683 fi
3684 done
3685
3686    for ac_func in backtrace fork execvp pipe sigaction
3687 do
3688 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3689 echo "configure:3690: checking for $ac_func" >&5
3690 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3691   echo $ac_n "(cached) $ac_c" 1>&6
3692 else
3693   cat > conftest.$ac_ext <<EOF
3694 #line 3695 "configure"
3695 #include "confdefs.h"
3696 /* System header to define __stub macros and hopefully few prototypes,
3697     which can conflict with char $ac_func(); below.  */
3698 #include <assert.h>
3699 /* Override any gcc2 internal prototype to avoid an error.  */
3700 /* We use char because int might match the return type of a gcc2
3701     builtin and then its argument prototype would still apply.  */
3702 char $ac_func();
3703
3704 int main() {
3705
3706 /* The GNU C library defines this for functions which it implements
3707     to always fail with ENOSYS.  Some functions are actually named
3708     something starting with __ and the normal name is an alias.  */
3709 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3710 choke me
3711 #else
3712 $ac_func();
3713 #endif
3714
3715 ; return 0; }
3716 EOF
3717 if { (eval echo configure:3718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3718   rm -rf conftest*
3719   eval "ac_cv_func_$ac_func=yes"
3720 else
3721   echo "configure: failed program was:" >&5
3722   cat conftest.$ac_ext >&5
3723   rm -rf conftest*
3724   eval "ac_cv_func_$ac_func=no"
3725 fi
3726 rm -f conftest*
3727 fi
3728
3729 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3730   echo "$ac_t""yes" 1>&6
3731     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3732   cat >> confdefs.h <<EOF
3733 #define $ac_tr_func 1
3734 EOF
3735  
3736 else
3737   echo "$ac_t""no" 1>&6
3738 fi
3739 done
3740
3741    for ac_hdr in execinfo.h unistd.h dlfcn.h
3742 do
3743 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3744 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3745 echo "configure:3746: checking for $ac_hdr" >&5
3746 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3747   echo $ac_n "(cached) $ac_c" 1>&6
3748 else
3749   cat > conftest.$ac_ext <<EOF
3750 #line 3751 "configure"
3751 #include "confdefs.h"
3752 #include <$ac_hdr>
3753 EOF
3754 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3755 { (eval echo configure:3756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3756 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3757 if test -z "$ac_err"; then
3758   rm -rf conftest*
3759   eval "ac_cv_header_$ac_safe=yes"
3760 else
3761   echo "$ac_err" >&5
3762   echo "configure: failed program was:" >&5
3763   cat conftest.$ac_ext >&5
3764   rm -rf conftest*
3765   eval "ac_cv_header_$ac_safe=no"
3766 fi
3767 rm -f conftest*
3768 fi
3769 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3770   echo "$ac_t""yes" 1>&6
3771     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3772   cat >> confdefs.h <<EOF
3773 #define $ac_tr_hdr 1
3774 EOF
3775  
3776 else
3777   echo "$ac_t""no" 1>&6
3778 fi
3779 done
3780  
3781    echo $ac_n "checking for dladdr in -ldl""... $ac_c" 1>&6
3782 echo "configure:3783: checking for dladdr in -ldl" >&5
3783 ac_lib_var=`echo dl'_'dladdr | sed 'y%./+-%__p_%'`
3784 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3785   echo $ac_n "(cached) $ac_c" 1>&6
3786 else
3787   ac_save_LIBS="$LIBS"
3788 LIBS="-ldl  $LIBS"
3789 cat > conftest.$ac_ext <<EOF
3790 #line 3791 "configure"
3791 #include "confdefs.h"
3792 /* Override any gcc2 internal prototype to avoid an error.  */
3793 /* We use char because int might match the return type of a gcc2
3794     builtin and then its argument prototype would still apply.  */
3795 char dladdr();
3796
3797 int main() {
3798 dladdr()
3799 ; return 0; }
3800 EOF
3801 if { (eval echo configure:3802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3802   rm -rf conftest*
3803   eval "ac_cv_lib_$ac_lib_var=yes"
3804 else
3805   echo "configure: failed program was:" >&5
3806   cat conftest.$ac_ext >&5
3807   rm -rf conftest*
3808   eval "ac_cv_lib_$ac_lib_var=no"
3809 fi
3810 rm -f conftest*
3811 LIBS="$ac_save_LIBS"
3812
3813 fi
3814 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3815   echo "$ac_t""yes" 1>&6
3816   
3817      cat >> confdefs.h <<\EOF
3818 #define HAVE_DLADDR 1
3819 EOF
3820
3821 else
3822   echo "$ac_t""no" 1>&6
3823 fi
3824
3825    for ac_file in /proc/self/exe
3826 do
3827
3828 ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
3829 echo $ac_n "checking for $ac_file""... $ac_c" 1>&6
3830 echo "configure:3831: checking for $ac_file" >&5
3831 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
3832   echo $ac_n "(cached) $ac_c" 1>&6
3833 else
3834   if test "$cross_compiling" = yes; then
3835     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
3836 else
3837   if test -r $ac_file; then
3838     eval "ac_cv_file_$ac_safe=yes"
3839   else
3840     eval "ac_cv_file_$ac_safe=no"
3841   fi
3842 fi
3843 fi
3844 if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
3845   echo "$ac_t""yes" 1>&6
3846     ac_tr_file=HAVE_`echo $ac_file | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3847   cat >> confdefs.h <<EOF
3848 #define $ac_tr_file 1
3849 EOF
3850  
3851      cat >> confdefs.h <<\EOF
3852 #define HAVE_PROC_SELF_EXE 1
3853 EOF
3854
3855 else
3856   echo "$ac_t""no" 1>&6
3857
3858 fi
3859 done
3860
3861
3862    
3863     
3864   am_cv_lib_iconv_ldpath=
3865   # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3866 if test "${with_libiconv_prefix+set}" = set; then
3867   withval="$with_libiconv_prefix"
3868   
3869     for dir in `echo "$withval" | tr : ' '`; do
3870       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
3871       if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib"; fi
3872     done
3873    
3874 fi
3875
3876
3877   echo $ac_n "checking for iconv""... $ac_c" 1>&6
3878 echo "configure:3879: checking for iconv" >&5
3879 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
3880   echo $ac_n "(cached) $ac_c" 1>&6
3881 else
3882   
3883     am_cv_func_iconv="no, consider installing GNU libiconv"
3884     am_cv_lib_iconv=no
3885     cat > conftest.$ac_ext <<EOF
3886 #line 3887 "configure"
3887 #include "confdefs.h"
3888 #include <stdlib.h>
3889 #include <iconv.h>
3890 int main() {
3891 iconv_t cd = iconv_open("","");
3892        iconv(cd,NULL,NULL,NULL,NULL);
3893        iconv_close(cd);
3894 ; return 0; }
3895 EOF
3896 if { (eval echo configure:3897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3897   rm -rf conftest*
3898   am_cv_func_iconv=yes
3899 else
3900   echo "configure: failed program was:" >&5
3901   cat conftest.$ac_ext >&5
3902 fi
3903 rm -f conftest*
3904     if test "$am_cv_func_iconv" != yes; then
3905       am_save_LIBS="$LIBS"
3906       LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
3907       cat > conftest.$ac_ext <<EOF
3908 #line 3909 "configure"
3909 #include "confdefs.h"
3910 #include <stdlib.h>
3911 #include <iconv.h>
3912 int main() {
3913 iconv_t cd = iconv_open("","");
3914          iconv(cd,NULL,NULL,NULL,NULL);
3915          iconv_close(cd);
3916 ; return 0; }
3917 EOF
3918 if { (eval echo configure:3919: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3919   rm -rf conftest*
3920   am_cv_lib_iconv=yes
3921         am_cv_func_iconv=yes
3922 else
3923   echo "configure: failed program was:" >&5
3924   cat conftest.$ac_ext >&5
3925 fi
3926 rm -f conftest*
3927       LIBS="$am_save_LIBS"
3928     fi
3929   
3930 fi
3931
3932 echo "$ac_t""$am_cv_func_iconv" 1>&6
3933   if test "$am_cv_func_iconv" = yes; then
3934     cat >> confdefs.h <<\EOF
3935 #define HAVE_ICONV 1
3936 EOF
3937
3938     echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
3939 echo "configure:3940: checking for iconv declaration" >&5
3940     if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
3941   echo $ac_n "(cached) $ac_c" 1>&6
3942 else
3943   
3944       cat > conftest.$ac_ext <<EOF
3945 #line 3946 "configure"
3946 #include "confdefs.h"
3947
3948 #include <stdlib.h>
3949 #include <iconv.h>
3950 extern
3951 #ifdef __cplusplus
3952 "C"
3953 #endif
3954 #if defined(__STDC__) || defined(__cplusplus)
3955 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3956 #else
3957 size_t iconv();
3958 #endif
3959
3960 int main() {
3961
3962 ; return 0; }
3963 EOF
3964 if { (eval echo configure:3965: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3965   rm -rf conftest*
3966   am_cv_proto_iconv_arg1=""
3967 else
3968   echo "configure: failed program was:" >&5
3969   cat conftest.$ac_ext >&5
3970   rm -rf conftest*
3971   am_cv_proto_iconv_arg1="const"
3972 fi
3973 rm -f conftest*
3974       am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
3975 fi
3976
3977     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
3978     echo "$ac_t""${ac_t:-
3979          }$am_cv_proto_iconv" 1>&6
3980     cat >> confdefs.h <<EOF
3981 #define ICONV_CONST $am_cv_proto_iconv_arg1
3982 EOF
3983
3984   fi
3985   LIBICONV=
3986   if test "$am_cv_lib_iconv" = yes; then
3987     LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
3988   fi
3989   
3990
3991    if test $ac_cv_header_locale_h = yes; then
3992     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
3993 echo "configure:3994: checking for LC_MESSAGES" >&5
3994 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
3995   echo $ac_n "(cached) $ac_c" 1>&6
3996 else
3997   cat > conftest.$ac_ext <<EOF
3998 #line 3999 "configure"
3999 #include "confdefs.h"
4000 #include <locale.h>
4001 int main() {
4002 return LC_MESSAGES
4003 ; return 0; }
4004 EOF
4005 if { (eval echo configure:4006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4006   rm -rf conftest*
4007   am_cv_val_LC_MESSAGES=yes
4008 else
4009   echo "configure: failed program was:" >&5
4010   cat conftest.$ac_ext >&5
4011   rm -rf conftest*
4012   am_cv_val_LC_MESSAGES=no
4013 fi
4014 rm -f conftest*
4015 fi
4016
4017 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
4018     if test $am_cv_val_LC_MESSAGES = yes; then
4019       cat >> confdefs.h <<\EOF
4020 #define HAVE_LC_MESSAGES 1
4021 EOF
4022
4023     fi
4024   fi
4025    echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
4026 echo "configure:4027: checking whether struct tm is in sys/time.h or time.h" >&5
4027 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
4028   echo $ac_n "(cached) $ac_c" 1>&6
4029 else
4030   cat > conftest.$ac_ext <<EOF
4031 #line 4032 "configure"
4032 #include "confdefs.h"
4033 #include <sys/types.h>
4034 #include <time.h>
4035 int main() {
4036 struct tm *tp; tp->tm_sec;
4037 ; return 0; }
4038 EOF
4039 if { (eval echo configure:4040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4040   rm -rf conftest*
4041   ac_cv_struct_tm=time.h
4042 else
4043   echo "configure: failed program was:" >&5
4044   cat conftest.$ac_ext >&5
4045   rm -rf conftest*
4046   ac_cv_struct_tm=sys/time.h
4047 fi
4048 rm -f conftest*
4049 fi
4050
4051 echo "$ac_t""$ac_cv_struct_tm" 1>&6
4052 if test $ac_cv_struct_tm = sys/time.h; then
4053   cat >> confdefs.h <<\EOF
4054 #define TM_IN_SYS_TIME 1
4055 EOF
4056
4057 fi
4058
4059 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
4060 echo "configure:4061: checking for tm_zone in struct tm" >&5
4061 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
4062   echo $ac_n "(cached) $ac_c" 1>&6
4063 else
4064   cat > conftest.$ac_ext <<EOF
4065 #line 4066 "configure"
4066 #include "confdefs.h"
4067 #include <sys/types.h>
4068 #include <$ac_cv_struct_tm>
4069 int main() {
4070 struct tm tm; tm.tm_zone;
4071 ; return 0; }
4072 EOF
4073 if { (eval echo configure:4074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4074   rm -rf conftest*
4075   ac_cv_struct_tm_zone=yes
4076 else
4077   echo "configure: failed program was:" >&5
4078   cat conftest.$ac_ext >&5
4079   rm -rf conftest*
4080   ac_cv_struct_tm_zone=no
4081 fi
4082 rm -f conftest*
4083 fi
4084
4085 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
4086 if test "$ac_cv_struct_tm_zone" = yes; then
4087   cat >> confdefs.h <<\EOF
4088 #define HAVE_TM_ZONE 1
4089 EOF
4090
4091 else
4092   echo $ac_n "checking for tzname""... $ac_c" 1>&6
4093 echo "configure:4094: checking for tzname" >&5
4094 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
4095   echo $ac_n "(cached) $ac_c" 1>&6
4096 else
4097   cat > conftest.$ac_ext <<EOF
4098 #line 4099 "configure"
4099 #include "confdefs.h"
4100 #include <time.h>
4101 #ifndef tzname /* For SGI.  */
4102 extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
4103 #endif
4104 int main() {
4105 atoi(*tzname);
4106 ; return 0; }
4107 EOF
4108 if { (eval echo configure:4109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4109   rm -rf conftest*
4110   ac_cv_var_tzname=yes
4111 else
4112   echo "configure: failed program was:" >&5
4113   cat conftest.$ac_ext >&5
4114   rm -rf conftest*
4115   ac_cv_var_tzname=no
4116 fi
4117 rm -f conftest*
4118 fi
4119
4120 echo "$ac_t""$ac_cv_var_tzname" 1>&6
4121   if test $ac_cv_var_tzname = yes; then
4122     cat >> confdefs.h <<\EOF
4123 #define HAVE_TZNAME 1
4124 EOF
4125
4126   fi
4127 fi
4128
4129
4130    for ac_func in gethostbyname_r
4131 do
4132 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4133 echo "configure:4134: checking for $ac_func" >&5
4134 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4135   echo $ac_n "(cached) $ac_c" 1>&6
4136 else
4137   cat > conftest.$ac_ext <<EOF
4138 #line 4139 "configure"
4139 #include "confdefs.h"
4140 /* System header to define __stub macros and hopefully few prototypes,
4141     which can conflict with char $ac_func(); below.  */
4142 #include <assert.h>
4143 /* Override any gcc2 internal prototype to avoid an error.  */
4144 /* We use char because int might match the return type of a gcc2
4145     builtin and then its argument prototype would still apply.  */
4146 char $ac_func();
4147
4148 int main() {
4149
4150 /* The GNU C library defines this for functions which it implements
4151     to always fail with ENOSYS.  Some functions are actually named
4152     something starting with __ and the normal name is an alias.  */
4153 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4154 choke me
4155 #else
4156 $ac_func();
4157 #endif
4158
4159 ; return 0; }
4160 EOF
4161 if { (eval echo configure:4162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4162   rm -rf conftest*
4163   eval "ac_cv_func_$ac_func=yes"
4164 else
4165   echo "configure: failed program was:" >&5
4166   cat conftest.$ac_ext >&5
4167   rm -rf conftest*
4168   eval "ac_cv_func_$ac_func=no"
4169 fi
4170 rm -f conftest*
4171 fi
4172
4173 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4174   echo "$ac_t""yes" 1>&6
4175     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4176   cat >> confdefs.h <<EOF
4177 #define $ac_tr_func 1
4178 EOF
4179  
4180      cat >> confdefs.h <<\EOF
4181 #define HAVE_GETHOSTBYNAME_R 1
4182 EOF
4183
4184      # There are two different kinds of gethostbyname_r.
4185      # We look for the one that returns `int'.
4186      # Hopefully this check is robust enough.
4187      cat > conftest.$ac_ext <<EOF
4188 #line 4189 "configure"
4189 #include "confdefs.h"
4190 #include <netdb.h>
4191 EOF
4192 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4193   egrep "int.*gethostbyname_r" >/dev/null 2>&1; then
4194   rm -rf conftest*
4195   
4196        cat >> confdefs.h <<\EOF
4197 #define GETHOSTBYNAME_R_RETURNS_INT 1
4198 EOF
4199
4200 fi
4201 rm -f conftest*
4202
4203
4204      case " $GCINCS " in
4205      *" -D_REENTRANT "*) ;;
4206      *)
4207                 echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
4208 echo "configure:4209: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
4209 if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
4210   echo $ac_n "(cached) $ac_c" 1>&6
4211 else
4212    
4213           ac_ext=C
4214 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4215 ac_cpp='$CXXCPP $CPPFLAGS'
4216 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4217 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4218 cross_compiling=$ac_cv_prog_cxx_cross
4219
4220           cat > conftest.$ac_ext <<EOF
4221 #line 4222 "configure"
4222 #include "confdefs.h"
4223 #include <netdb.h>
4224 int main() {
4225 gethostbyname_r("", 0, 0);
4226 ; return 0; }
4227 EOF
4228 if { (eval echo configure:4229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4229   rm -rf conftest*
4230   libjava_cv_gethostbyname_r_needs_reentrant=no
4231 else
4232   echo "configure: failed program was:" >&5
4233   cat conftest.$ac_ext >&5
4234   rm -rf conftest*
4235                 CPPFLAGS_SAVE="$CPPFLAGS"
4236                 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
4237                 cat > conftest.$ac_ext <<EOF
4238 #line 4239 "configure"
4239 #include "confdefs.h"
4240 #include <netdb.h>
4241 int main() {
4242 gethostbyname_r("", 0, 0);
4243 ; return 0; }
4244 EOF
4245 if { (eval echo configure:4246: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4246   rm -rf conftest*
4247   libjava_cv_gethostbyname_r_needs_reentrant=yes
4248 else
4249   echo "configure: failed program was:" >&5
4250   cat conftest.$ac_ext >&5
4251   rm -rf conftest*
4252   libjava_cv_gethostbyname_r_needs_reentrant=fail
4253 fi
4254 rm -f conftest*
4255                 CPPFLAGS="$CPPFLAGS_SAVE"
4256           
4257 fi
4258 rm -f conftest*
4259           ac_ext=c
4260 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4261 ac_cpp='$CPP $CPPFLAGS'
4262 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4263 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4264 cross_compiling=$ac_cv_prog_cc_cross
4265
4266         
4267 fi
4268
4269 echo "$ac_t""$libjava_cv_gethostbyname_r_needs_reentrant" 1>&6
4270         if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
4271           cat >> confdefs.h <<\EOF
4272 #define _REENTRANT 1
4273 EOF
4274
4275         fi
4276      ;;
4277      esac
4278
4279      echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
4280 echo "configure:4281: checking for struct hostent_data" >&5
4281 if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
4282   echo $ac_n "(cached) $ac_c" 1>&6
4283 else
4284         cat > conftest.$ac_ext <<EOF
4285 #line 4286 "configure"
4286 #include "confdefs.h"
4287
4288 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
4289 # define _REENTRANT 1
4290 #endif
4291 #include <netdb.h>
4292 int main() {
4293 struct hostent_data data;
4294 ; return 0; }
4295 EOF
4296 if { (eval echo configure:4297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4297   rm -rf conftest*
4298   libjava_cv_struct_hostent_data=yes
4299 else
4300   echo "configure: failed program was:" >&5
4301   cat conftest.$ac_ext >&5
4302   rm -rf conftest*
4303   libjava_cv_struct_hostent_data=no
4304 fi
4305 rm -f conftest*
4306 fi
4307
4308 echo "$ac_t""$libjava_cv_struct_hostent_data" 1>&6
4309      if test "x$libjava_cv_struct_hostent_data" = xyes; then
4310        cat >> confdefs.h <<\EOF
4311 #define HAVE_STRUCT_HOSTENT_DATA 1
4312 EOF
4313
4314      fi
4315    
4316 else
4317   echo "$ac_t""no" 1>&6
4318 fi
4319 done
4320
4321
4322    # FIXME: libjava source code expects to find a prototype for
4323    # gethostbyaddr_r in netdb.h.  The outer check ensures that
4324    # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
4325    # to exist where expected.  (The root issue: AC_CHECK_FUNCS assumes C
4326    # linkage check is enough, yet C++ code requires proper prototypes.)
4327    cat > conftest.$ac_ext <<EOF
4328 #line 4329 "configure"
4329 #include "confdefs.h"
4330 #include <netdb.h>
4331 EOF
4332 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4333   egrep "gethostbyaddr_r" >/dev/null 2>&1; then
4334   rm -rf conftest*
4335   
4336    for ac_func in gethostbyaddr_r
4337 do
4338 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4339 echo "configure:4340: checking for $ac_func" >&5
4340 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+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 /* System header to define __stub macros and hopefully few prototypes,
4347     which can conflict with char $ac_func(); below.  */
4348 #include <assert.h>
4349 /* Override any gcc2 internal prototype to avoid an error.  */
4350 /* We use char because int might match the return type of a gcc2
4351     builtin and then its argument prototype would still apply.  */
4352 char $ac_func();
4353
4354 int main() {
4355
4356 /* The GNU C library defines this for functions which it implements
4357     to always fail with ENOSYS.  Some functions are actually named
4358     something starting with __ and the normal name is an alias.  */
4359 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4360 choke me
4361 #else
4362 $ac_func();
4363 #endif
4364
4365 ; return 0; }
4366 EOF
4367 if { (eval echo configure:4368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4368   rm -rf conftest*
4369   eval "ac_cv_func_$ac_func=yes"
4370 else
4371   echo "configure: failed program was:" >&5
4372   cat conftest.$ac_ext >&5
4373   rm -rf conftest*
4374   eval "ac_cv_func_$ac_func=no"
4375 fi
4376 rm -f conftest*
4377 fi
4378
4379 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4380   echo "$ac_t""yes" 1>&6
4381     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4382   cat >> confdefs.h <<EOF
4383 #define $ac_tr_func 1
4384 EOF
4385  
4386      cat >> confdefs.h <<\EOF
4387 #define HAVE_GETHOSTBYADDR_R 1
4388 EOF
4389
4390      # There are two different kinds of gethostbyaddr_r.
4391      # We look for the one that returns `int'.
4392      # Hopefully this check is robust enough.
4393      cat > conftest.$ac_ext <<EOF
4394 #line 4395 "configure"
4395 #include "confdefs.h"
4396 #include <netdb.h>
4397 EOF
4398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4399   egrep "int.*gethostbyaddr_r" >/dev/null 2>&1; then
4400   rm -rf conftest*
4401   
4402        cat >> confdefs.h <<\EOF
4403 #define GETHOSTBYADDR_R_RETURNS_INT 1
4404 EOF
4405
4406 fi
4407 rm -f conftest*
4408
4409 else
4410   echo "$ac_t""no" 1>&6
4411 fi
4412 done
4413
4414 fi
4415 rm -f conftest*
4416
4417
4418    for ac_func in gethostname
4419 do
4420 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4421 echo "configure:4422: checking for $ac_func" >&5
4422 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4423   echo $ac_n "(cached) $ac_c" 1>&6
4424 else
4425   cat > conftest.$ac_ext <<EOF
4426 #line 4427 "configure"
4427 #include "confdefs.h"
4428 /* System header to define __stub macros and hopefully few prototypes,
4429     which can conflict with char $ac_func(); below.  */
4430 #include <assert.h>
4431 /* Override any gcc2 internal prototype to avoid an error.  */
4432 /* We use char because int might match the return type of a gcc2
4433     builtin and then its argument prototype would still apply.  */
4434 char $ac_func();
4435
4436 int main() {
4437
4438 /* The GNU C library defines this for functions which it implements
4439     to always fail with ENOSYS.  Some functions are actually named
4440     something starting with __ and the normal name is an alias.  */
4441 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4442 choke me
4443 #else
4444 $ac_func();
4445 #endif
4446
4447 ; return 0; }
4448 EOF
4449 if { (eval echo configure:4450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4450   rm -rf conftest*
4451   eval "ac_cv_func_$ac_func=yes"
4452 else
4453   echo "configure: failed program was:" >&5
4454   cat conftest.$ac_ext >&5
4455   rm -rf conftest*
4456   eval "ac_cv_func_$ac_func=no"
4457 fi
4458 rm -f conftest*
4459 fi
4460
4461 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4462   echo "$ac_t""yes" 1>&6
4463     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4464   cat >> confdefs.h <<EOF
4465 #define $ac_tr_func 1
4466 EOF
4467  
4468      cat >> confdefs.h <<\EOF
4469 #define HAVE_GETHOSTNAME 1
4470 EOF
4471
4472      cat > conftest.$ac_ext <<EOF
4473 #line 4474 "configure"
4474 #include "confdefs.h"
4475 #include <unistd.h>
4476 EOF
4477 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4478   egrep "gethostname" >/dev/null 2>&1; then
4479   rm -rf conftest*
4480   
4481        cat >> confdefs.h <<\EOF
4482 #define HAVE_GETHOSTNAME_DECL 1
4483 EOF
4484
4485 fi
4486 rm -f conftest*
4487
4488 else
4489   echo "$ac_t""no" 1>&6
4490 fi
4491 done
4492
4493
4494    # Look for these functions in the thread library, but only bother
4495    # if using POSIX threads.
4496    if test "$THREADS" = posix; then
4497       save_LIBS="$LIBS"
4498       LIBS="$LIBS $THREADLIBS"
4499       # Some POSIX thread systems don't have pthread_mutexattr_settype.
4500       # E.g., Solaris.
4501       for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np
4502 do
4503 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4504 echo "configure:4505: checking for $ac_func" >&5
4505 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4506   echo $ac_n "(cached) $ac_c" 1>&6
4507 else
4508   cat > conftest.$ac_ext <<EOF
4509 #line 4510 "configure"
4510 #include "confdefs.h"
4511 /* System header to define __stub macros and hopefully few prototypes,
4512     which can conflict with char $ac_func(); below.  */
4513 #include <assert.h>
4514 /* Override any gcc2 internal prototype to avoid an error.  */
4515 /* We use char because int might match the return type of a gcc2
4516     builtin and then its argument prototype would still apply.  */
4517 char $ac_func();
4518
4519 int main() {
4520
4521 /* The GNU C library defines this for functions which it implements
4522     to always fail with ENOSYS.  Some functions are actually named
4523     something starting with __ and the normal name is an alias.  */
4524 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4525 choke me
4526 #else
4527 $ac_func();
4528 #endif
4529
4530 ; return 0; }
4531 EOF
4532 if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4533   rm -rf conftest*
4534   eval "ac_cv_func_$ac_func=yes"
4535 else
4536   echo "configure: failed program was:" >&5
4537   cat conftest.$ac_ext >&5
4538   rm -rf conftest*
4539   eval "ac_cv_func_$ac_func=no"
4540 fi
4541 rm -f conftest*
4542 fi
4543
4544 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4545   echo "$ac_t""yes" 1>&6
4546     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4547   cat >> confdefs.h <<EOF
4548 #define $ac_tr_func 1
4549 EOF
4550  
4551 else
4552   echo "$ac_t""no" 1>&6
4553 fi
4554 done
4555
4556
4557       # Look for sched_yield.  Up to Solaris 2.6, it is in libposix4, since
4558       # Solaris 7 the name librt is preferred.
4559       for ac_func in sched_yield
4560 do
4561 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4562 echo "configure:4563: checking for $ac_func" >&5
4563 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4564   echo $ac_n "(cached) $ac_c" 1>&6
4565 else
4566   cat > conftest.$ac_ext <<EOF
4567 #line 4568 "configure"
4568 #include "confdefs.h"
4569 /* System header to define __stub macros and hopefully few prototypes,
4570     which can conflict with char $ac_func(); below.  */
4571 #include <assert.h>
4572 /* Override any gcc2 internal prototype to avoid an error.  */
4573 /* We use char because int might match the return type of a gcc2
4574     builtin and then its argument prototype would still apply.  */
4575 char $ac_func();
4576
4577 int main() {
4578
4579 /* The GNU C library defines this for functions which it implements
4580     to always fail with ENOSYS.  Some functions are actually named
4581     something starting with __ and the normal name is an alias.  */
4582 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4583 choke me
4584 #else
4585 $ac_func();
4586 #endif
4587
4588 ; return 0; }
4589 EOF
4590 if { (eval echo configure:4591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4591   rm -rf conftest*
4592   eval "ac_cv_func_$ac_func=yes"
4593 else
4594   echo "configure: failed program was:" >&5
4595   cat conftest.$ac_ext >&5
4596   rm -rf conftest*
4597   eval "ac_cv_func_$ac_func=no"
4598 fi
4599 rm -f conftest*
4600 fi
4601
4602 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4603   echo "$ac_t""yes" 1>&6
4604     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4605   cat >> confdefs.h <<EOF
4606 #define $ac_tr_func 1
4607 EOF
4608  
4609 else
4610   echo "$ac_t""no" 1>&6
4611 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
4612 echo "configure:4613: checking for sched_yield in -lrt" >&5
4613 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
4614 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4615   echo $ac_n "(cached) $ac_c" 1>&6
4616 else
4617   ac_save_LIBS="$LIBS"
4618 LIBS="-lrt  $LIBS"
4619 cat > conftest.$ac_ext <<EOF
4620 #line 4621 "configure"
4621 #include "confdefs.h"
4622 /* Override any gcc2 internal prototype to avoid an error.  */
4623 /* We use char because int might match the return type of a gcc2
4624     builtin and then its argument prototype would still apply.  */
4625 char sched_yield();
4626
4627 int main() {
4628 sched_yield()
4629 ; return 0; }
4630 EOF
4631 if { (eval echo configure:4632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4632   rm -rf conftest*
4633   eval "ac_cv_lib_$ac_lib_var=yes"
4634 else
4635   echo "configure: failed program was:" >&5
4636   cat conftest.$ac_ext >&5
4637   rm -rf conftest*
4638   eval "ac_cv_lib_$ac_lib_var=no"
4639 fi
4640 rm -f conftest*
4641 LIBS="$ac_save_LIBS"
4642
4643 fi
4644 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4645   echo "$ac_t""yes" 1>&6
4646   
4647           cat >> confdefs.h <<\EOF
4648 #define HAVE_SCHED_YIELD 1
4649 EOF
4650
4651           THREADLIBS="$THREADLIBS -lrt"
4652           THREADSPEC="$THREADSPEC -lrt"
4653 else
4654   echo "$ac_t""no" 1>&6
4655
4656           echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
4657 echo "configure:4658: checking for sched_yield in -lposix4" >&5
4658 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
4659 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4660   echo $ac_n "(cached) $ac_c" 1>&6
4661 else
4662   ac_save_LIBS="$LIBS"
4663 LIBS="-lposix4  $LIBS"
4664 cat > conftest.$ac_ext <<EOF
4665 #line 4666 "configure"
4666 #include "confdefs.h"
4667 /* Override any gcc2 internal prototype to avoid an error.  */
4668 /* We use char because int might match the return type of a gcc2
4669     builtin and then its argument prototype would still apply.  */
4670 char sched_yield();
4671
4672 int main() {
4673 sched_yield()
4674 ; return 0; }
4675 EOF
4676 if { (eval echo configure:4677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4677   rm -rf conftest*
4678   eval "ac_cv_lib_$ac_lib_var=yes"
4679 else
4680   echo "configure: failed program was:" >&5
4681   cat conftest.$ac_ext >&5
4682   rm -rf conftest*
4683   eval "ac_cv_lib_$ac_lib_var=no"
4684 fi
4685 rm -f conftest*
4686 LIBS="$ac_save_LIBS"
4687
4688 fi
4689 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4690   echo "$ac_t""yes" 1>&6
4691   
4692             cat >> confdefs.h <<\EOF
4693 #define HAVE_SCHED_YIELD 1
4694 EOF
4695
4696             THREADLIBS="$THREADLIBS -lposix4"
4697             THREADSPEC="$THREADSPEC -lposix4"
4698 else
4699   echo "$ac_t""no" 1>&6
4700 fi
4701
4702 fi
4703
4704 fi
4705 done
4706
4707       LIBS="$save_LIBS"
4708
4709       # We can save a little space at runtime if the mutex has m_count
4710       # or __m_count.  This is a nice hack for Linux.
4711       cat > conftest.$ac_ext <<EOF
4712 #line 4713 "configure"
4713 #include "confdefs.h"
4714 #include <pthread.h>
4715 int main() {
4716
4717           extern pthread_mutex_t *mutex; int q = mutex->m_count;
4718         
4719 ; return 0; }
4720 EOF
4721 if { (eval echo configure:4722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4722   rm -rf conftest*
4723   cat >> confdefs.h <<\EOF
4724 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
4725 EOF
4726
4727 else
4728   echo "configure: failed program was:" >&5
4729   cat conftest.$ac_ext >&5
4730   rm -rf conftest*
4731   
4732         cat > conftest.$ac_ext <<EOF
4733 #line 4734 "configure"
4734 #include "confdefs.h"
4735 #include <pthread.h>
4736 int main() {
4737
4738             extern pthread_mutex_t *mutex; int q = mutex->__m_count;
4739           
4740 ; return 0; }
4741 EOF
4742 if { (eval echo configure:4743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4743   rm -rf conftest*
4744   cat >> confdefs.h <<\EOF
4745 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
4746 EOF
4747
4748 else
4749   echo "configure: failed program was:" >&5
4750   cat conftest.$ac_ext >&5
4751 fi
4752 rm -f conftest*
4753 fi
4754 rm -f conftest*
4755    fi
4756
4757    # We require a way to get the time.
4758    time_found=no
4759    for ac_func in gettimeofday time ftime
4760 do
4761 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4762 echo "configure:4763: checking for $ac_func" >&5
4763 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4764   echo $ac_n "(cached) $ac_c" 1>&6
4765 else
4766   cat > conftest.$ac_ext <<EOF
4767 #line 4768 "configure"
4768 #include "confdefs.h"
4769 /* System header to define __stub macros and hopefully few prototypes,
4770     which can conflict with char $ac_func(); below.  */
4771 #include <assert.h>
4772 /* Override any gcc2 internal prototype to avoid an error.  */
4773 /* We use char because int might match the return type of a gcc2
4774     builtin and then its argument prototype would still apply.  */
4775 char $ac_func();
4776
4777 int main() {
4778
4779 /* The GNU C library defines this for functions which it implements
4780     to always fail with ENOSYS.  Some functions are actually named
4781     something starting with __ and the normal name is an alias.  */
4782 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4783 choke me
4784 #else
4785 $ac_func();
4786 #endif
4787
4788 ; return 0; }
4789 EOF
4790 if { (eval echo configure:4791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4791   rm -rf conftest*
4792   eval "ac_cv_func_$ac_func=yes"
4793 else
4794   echo "configure: failed program was:" >&5
4795   cat conftest.$ac_ext >&5
4796   rm -rf conftest*
4797   eval "ac_cv_func_$ac_func=no"
4798 fi
4799 rm -f conftest*
4800 fi
4801
4802 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4803   echo "$ac_t""yes" 1>&6
4804     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4805   cat >> confdefs.h <<EOF
4806 #define $ac_tr_func 1
4807 EOF
4808  time_found=yes
4809 else
4810   echo "$ac_t""no" 1>&6
4811 fi
4812 done
4813
4814    if test "$time_found" = no; then
4815       { echo "configure: error: no function found to get the time" 1>&2; exit 1; }
4816    fi
4817
4818    for ac_func in memmove
4819 do
4820 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4821 echo "configure:4822: checking for $ac_func" >&5
4822 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4823   echo $ac_n "(cached) $ac_c" 1>&6
4824 else
4825   cat > conftest.$ac_ext <<EOF
4826 #line 4827 "configure"
4827 #include "confdefs.h"
4828 /* System header to define __stub macros and hopefully few prototypes,
4829     which can conflict with char $ac_func(); below.  */
4830 #include <assert.h>
4831 /* Override any gcc2 internal prototype to avoid an error.  */
4832 /* We use char because int might match the return type of a gcc2
4833     builtin and then its argument prototype would still apply.  */
4834 char $ac_func();
4835
4836 int main() {
4837
4838 /* The GNU C library defines this for functions which it implements
4839     to always fail with ENOSYS.  Some functions are actually named
4840     something starting with __ and the normal name is an alias.  */
4841 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4842 choke me
4843 #else
4844 $ac_func();
4845 #endif
4846
4847 ; return 0; }
4848 EOF
4849 if { (eval echo configure:4850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4850   rm -rf conftest*
4851   eval "ac_cv_func_$ac_func=yes"
4852 else
4853   echo "configure: failed program was:" >&5
4854   cat conftest.$ac_ext >&5
4855   rm -rf conftest*
4856   eval "ac_cv_func_$ac_func=no"
4857 fi
4858 rm -f conftest*
4859 fi
4860
4861 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4862   echo "$ac_t""yes" 1>&6
4863     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4864   cat >> confdefs.h <<EOF
4865 #define $ac_tr_func 1
4866 EOF
4867  
4868 else
4869   echo "$ac_t""no" 1>&6
4870 fi
4871 done
4872
4873
4874    # We require memcpy.
4875    memcpy_found=no
4876    for ac_func in memcpy
4877 do
4878 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4879 echo "configure:4880: checking for $ac_func" >&5
4880 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4881   echo $ac_n "(cached) $ac_c" 1>&6
4882 else
4883   cat > conftest.$ac_ext <<EOF
4884 #line 4885 "configure"
4885 #include "confdefs.h"
4886 /* System header to define __stub macros and hopefully few prototypes,
4887     which can conflict with char $ac_func(); below.  */
4888 #include <assert.h>
4889 /* Override any gcc2 internal prototype to avoid an error.  */
4890 /* We use char because int might match the return type of a gcc2
4891     builtin and then its argument prototype would still apply.  */
4892 char $ac_func();
4893
4894 int main() {
4895
4896 /* The GNU C library defines this for functions which it implements
4897     to always fail with ENOSYS.  Some functions are actually named
4898     something starting with __ and the normal name is an alias.  */
4899 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4900 choke me
4901 #else
4902 $ac_func();
4903 #endif
4904
4905 ; return 0; }
4906 EOF
4907 if { (eval echo configure:4908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4908   rm -rf conftest*
4909   eval "ac_cv_func_$ac_func=yes"
4910 else
4911   echo "configure: failed program was:" >&5
4912   cat conftest.$ac_ext >&5
4913   rm -rf conftest*
4914   eval "ac_cv_func_$ac_func=no"
4915 fi
4916 rm -f conftest*
4917 fi
4918
4919 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4920   echo "$ac_t""yes" 1>&6
4921     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4922   cat >> confdefs.h <<EOF
4923 #define $ac_tr_func 1
4924 EOF
4925  memcpy_found=yes
4926 else
4927   echo "$ac_t""no" 1>&6
4928 fi
4929 done
4930
4931    if test "$memcpy_found" = no; then
4932       { echo "configure: error: memcpy is required" 1>&2; exit 1; }
4933    fi
4934
4935    echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
4936 echo "configure:4937: checking for dlopen in -ldl" >&5
4937 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4938 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4939   echo $ac_n "(cached) $ac_c" 1>&6
4940 else
4941   ac_save_LIBS="$LIBS"
4942 LIBS="-ldl  $LIBS"
4943 cat > conftest.$ac_ext <<EOF
4944 #line 4945 "configure"
4945 #include "confdefs.h"
4946 /* Override any gcc2 internal prototype to avoid an error.  */
4947 /* We use char because int might match the return type of a gcc2
4948     builtin and then its argument prototype would still apply.  */
4949 char dlopen();
4950
4951 int main() {
4952 dlopen()
4953 ; return 0; }
4954 EOF
4955 if { (eval echo configure:4956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4956   rm -rf conftest*
4957   eval "ac_cv_lib_$ac_lib_var=yes"
4958 else
4959   echo "configure: failed program was:" >&5
4960   cat conftest.$ac_ext >&5
4961   rm -rf conftest*
4962   eval "ac_cv_lib_$ac_lib_var=no"
4963 fi
4964 rm -f conftest*
4965 LIBS="$ac_save_LIBS"
4966
4967 fi
4968 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4969   echo "$ac_t""yes" 1>&6
4970   
4971        cat >> confdefs.h <<\EOF
4972 #define HAVE_DLOPEN 1
4973 EOF
4974
4975 else
4976   echo "$ac_t""no" 1>&6
4977 fi
4978
4979
4980    # Some library-finding code we stole from Tcl.
4981    #--------------------------------------------------------------------
4982    #    Check for the existence of the -lsocket and -lnsl libraries.
4983    #    The order here is important, so that they end up in the right
4984    #    order in the command line generated by make.  Here are some
4985    #    special considerations:
4986    #    1. Use "connect" and "accept" to check for -lsocket, and
4987    #       "gethostbyname" to check for -lnsl.
4988    #    2. Use each function name only once:  can't redo a check because
4989    #       autoconf caches the results of the last check and won't redo it.
4990    #    3. Use -lnsl and -lsocket only if they supply procedures that
4991    #       aren't already present in the normal libraries.  This is because
4992    #       IRIX 5.2 has libraries, but they aren't needed and they're
4993    #       bogus:  they goof up name resolution if used.
4994    #    4. On some SVR4 systems, can't use -lsocket without -lnsl too.
4995    #       To get around this problem, check for both libraries together
4996    #       if -lsocket doesn't work by itself.
4997    #--------------------------------------------------------------------
4998
4999    echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
5000 echo "configure:5001: checking for socket libraries" >&5
5001 if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
5002   echo $ac_n "(cached) $ac_c" 1>&6
5003 else
5004   gcj_cv_lib_sockets=
5005      gcj_checkBoth=0
5006      unset ac_cv_func_connect
5007      echo $ac_n "checking for connect""... $ac_c" 1>&6
5008 echo "configure:5009: checking for connect" >&5
5009 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
5010   echo $ac_n "(cached) $ac_c" 1>&6
5011 else
5012   cat > conftest.$ac_ext <<EOF
5013 #line 5014 "configure"
5014 #include "confdefs.h"
5015 /* System header to define __stub macros and hopefully few prototypes,
5016     which can conflict with char connect(); below.  */
5017 #include <assert.h>
5018 /* Override any gcc2 internal prototype to avoid an error.  */
5019 /* We use char because int might match the return type of a gcc2
5020     builtin and then its argument prototype would still apply.  */
5021 char connect();
5022
5023 int main() {
5024
5025 /* The GNU C library defines this for functions which it implements
5026     to always fail with ENOSYS.  Some functions are actually named
5027     something starting with __ and the normal name is an alias.  */
5028 #if defined (__stub_connect) || defined (__stub___connect)
5029 choke me
5030 #else
5031 connect();
5032 #endif
5033
5034 ; return 0; }
5035 EOF
5036 if { (eval echo configure:5037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5037   rm -rf conftest*
5038   eval "ac_cv_func_connect=yes"
5039 else
5040   echo "configure: failed program was:" >&5
5041   cat conftest.$ac_ext >&5
5042   rm -rf conftest*
5043   eval "ac_cv_func_connect=no"
5044 fi
5045 rm -f conftest*
5046 fi
5047
5048 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
5049   echo "$ac_t""yes" 1>&6
5050   gcj_checkSocket=0
5051 else
5052   echo "$ac_t""no" 1>&6
5053 gcj_checkSocket=1
5054 fi
5055
5056      if test "$gcj_checkSocket" = 1; then
5057          unset ac_cv_func_connect
5058          echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
5059 echo "configure:5060: checking for main in -lsocket" >&5
5060 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
5061 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5062   echo $ac_n "(cached) $ac_c" 1>&6
5063 else
5064   ac_save_LIBS="$LIBS"
5065 LIBS="-lsocket  $LIBS"
5066 cat > conftest.$ac_ext <<EOF
5067 #line 5068 "configure"
5068 #include "confdefs.h"
5069
5070 int main() {
5071 main()
5072 ; return 0; }
5073 EOF
5074 if { (eval echo configure:5075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5075   rm -rf conftest*
5076   eval "ac_cv_lib_$ac_lib_var=yes"
5077 else
5078   echo "configure: failed program was:" >&5
5079   cat conftest.$ac_ext >&5
5080   rm -rf conftest*
5081   eval "ac_cv_lib_$ac_lib_var=no"
5082 fi
5083 rm -f conftest*
5084 LIBS="$ac_save_LIBS"
5085
5086 fi
5087 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5088   echo "$ac_t""yes" 1>&6
5089   gcj_cv_lib_sockets="-lsocket"
5090 else
5091   echo "$ac_t""no" 1>&6
5092 gcj_checkBoth=1
5093 fi
5094
5095      fi
5096      if test "$gcj_checkBoth" = 1; then
5097          gcj_oldLibs=$LIBS
5098          LIBS="$LIBS -lsocket -lnsl"
5099          unset ac_cv_func_accept
5100          echo $ac_n "checking for accept""... $ac_c" 1>&6
5101 echo "configure:5102: checking for accept" >&5
5102 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
5103   echo $ac_n "(cached) $ac_c" 1>&6
5104 else
5105   cat > conftest.$ac_ext <<EOF
5106 #line 5107 "configure"
5107 #include "confdefs.h"
5108 /* System header to define __stub macros and hopefully few prototypes,
5109     which can conflict with char accept(); below.  */
5110 #include <assert.h>
5111 /* Override any gcc2 internal prototype to avoid an error.  */
5112 /* We use char because int might match the return type of a gcc2
5113     builtin and then its argument prototype would still apply.  */
5114 char accept();
5115
5116 int main() {
5117
5118 /* The GNU C library defines this for functions which it implements
5119     to always fail with ENOSYS.  Some functions are actually named
5120     something starting with __ and the normal name is an alias.  */
5121 #if defined (__stub_accept) || defined (__stub___accept)
5122 choke me
5123 #else
5124 accept();
5125 #endif
5126
5127 ; return 0; }
5128 EOF
5129 if { (eval echo configure:5130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5130   rm -rf conftest*
5131   eval "ac_cv_func_accept=yes"
5132 else
5133   echo "configure: failed program was:" >&5
5134   cat conftest.$ac_ext >&5
5135   rm -rf conftest*
5136   eval "ac_cv_func_accept=no"
5137 fi
5138 rm -f conftest*
5139 fi
5140
5141 if eval "test \"`echo '$ac_cv_func_'accept`\" = yes"; then
5142   echo "$ac_t""yes" 1>&6
5143   gcj_checkNsl=0
5144                         gcj_cv_lib_sockets="-lsocket -lnsl"
5145 else
5146   echo "$ac_t""no" 1>&6
5147 fi
5148
5149          unset ac_cv_func_accept
5150          LIBS=$gcj_oldLibs
5151      fi
5152      unset ac_cv_func_gethostbyname
5153      gcj_oldLibs=$LIBS
5154      LIBS="$LIBS $gcj_cv_lib_sockets"
5155      echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
5156 echo "configure:5157: checking for gethostbyname" >&5
5157 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
5158   echo $ac_n "(cached) $ac_c" 1>&6
5159 else
5160   cat > conftest.$ac_ext <<EOF
5161 #line 5162 "configure"
5162 #include "confdefs.h"
5163 /* System header to define __stub macros and hopefully few prototypes,
5164     which can conflict with char gethostbyname(); below.  */
5165 #include <assert.h>
5166 /* Override any gcc2 internal prototype to avoid an error.  */
5167 /* We use char because int might match the return type of a gcc2
5168     builtin and then its argument prototype would still apply.  */
5169 char gethostbyname();
5170
5171 int main() {
5172
5173 /* The GNU C library defines this for functions which it implements
5174     to always fail with ENOSYS.  Some functions are actually named
5175     something starting with __ and the normal name is an alias.  */
5176 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5177 choke me
5178 #else
5179 gethostbyname();
5180 #endif
5181
5182 ; return 0; }
5183 EOF
5184 if { (eval echo configure:5185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5185   rm -rf conftest*
5186   eval "ac_cv_func_gethostbyname=yes"
5187 else
5188   echo "configure: failed program was:" >&5
5189   cat conftest.$ac_ext >&5
5190   rm -rf conftest*
5191   eval "ac_cv_func_gethostbyname=no"
5192 fi
5193 rm -f conftest*
5194 fi
5195
5196 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
5197   echo "$ac_t""yes" 1>&6
5198   :
5199 else
5200   echo "$ac_t""no" 1>&6
5201 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
5202 echo "configure:5203: checking for main in -lnsl" >&5
5203 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
5204 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5205   echo $ac_n "(cached) $ac_c" 1>&6
5206 else
5207   ac_save_LIBS="$LIBS"
5208 LIBS="-lnsl  $LIBS"
5209 cat > conftest.$ac_ext <<EOF
5210 #line 5211 "configure"
5211 #include "confdefs.h"
5212
5213 int main() {
5214 main()
5215 ; return 0; }
5216 EOF
5217 if { (eval echo configure:5218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5218   rm -rf conftest*
5219   eval "ac_cv_lib_$ac_lib_var=yes"
5220 else
5221   echo "configure: failed program was:" >&5
5222   cat conftest.$ac_ext >&5
5223   rm -rf conftest*
5224   eval "ac_cv_lib_$ac_lib_var=no"
5225 fi
5226 rm -f conftest*
5227 LIBS="$ac_save_LIBS"
5228
5229 fi
5230 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5231   echo "$ac_t""yes" 1>&6
5232   gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
5233 else
5234   echo "$ac_t""no" 1>&6
5235 fi
5236
5237 fi
5238
5239      unset ac_cv_func_gethostbyname
5240      LIBS=$gcj_oldLIBS
5241    
5242 fi
5243
5244 echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
5245    SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
5246
5247    if test "$with_system_zlib" = yes; then
5248       echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
5249 echo "configure:5250: checking for deflate in -lz" >&5
5250 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
5251 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5252   echo $ac_n "(cached) $ac_c" 1>&6
5253 else
5254   ac_save_LIBS="$LIBS"
5255 LIBS="-lz  $LIBS"
5256 cat > conftest.$ac_ext <<EOF
5257 #line 5258 "configure"
5258 #include "confdefs.h"
5259 /* Override any gcc2 internal prototype to avoid an error.  */
5260 /* We use char because int might match the return type of a gcc2
5261     builtin and then its argument prototype would still apply.  */
5262 char deflate();
5263
5264 int main() {
5265 deflate()
5266 ; return 0; }
5267 EOF
5268 if { (eval echo configure:5269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5269   rm -rf conftest*
5270   eval "ac_cv_lib_$ac_lib_var=yes"
5271 else
5272   echo "configure: failed program was:" >&5
5273   cat conftest.$ac_ext >&5
5274   rm -rf conftest*
5275   eval "ac_cv_lib_$ac_lib_var=no"
5276 fi
5277 rm -f conftest*
5278 LIBS="$ac_save_LIBS"
5279
5280 fi
5281 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5282   echo "$ac_t""yes" 1>&6
5283   ZLIBSPEC=-lz
5284 else
5285   echo "$ac_t""no" 1>&6
5286 ZLIBSPEC=-lzgcj
5287 fi
5288
5289    else
5290       ZLIBSPEC=-lzgcj
5291       ZLIBTESTSPEC="-L`pwd`/../zlib/.libs -rpath `pwd`/../zlib/.libs"
5292    fi
5293
5294    # On Solaris, and maybe other architectures, the Boehm collector
5295    # requires -ldl.
5296    if test "$GC" = boehm; then
5297       echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
5298 echo "configure:5299: checking for main in -ldl" >&5
5299 ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
5300 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5301   echo $ac_n "(cached) $ac_c" 1>&6
5302 else
5303   ac_save_LIBS="$LIBS"
5304 LIBS="-ldl  $LIBS"
5305 cat > conftest.$ac_ext <<EOF
5306 #line 5307 "configure"
5307 #include "confdefs.h"
5308
5309 int main() {
5310 main()
5311 ; return 0; }
5312 EOF
5313 if { (eval echo configure:5314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5314   rm -rf conftest*
5315   eval "ac_cv_lib_$ac_lib_var=yes"
5316 else
5317   echo "configure: failed program was:" >&5
5318   cat conftest.$ac_ext >&5
5319   rm -rf conftest*
5320   eval "ac_cv_lib_$ac_lib_var=no"
5321 fi
5322 rm -f conftest*
5323 LIBS="$ac_save_LIBS"
5324
5325 fi
5326 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5327   echo "$ac_t""yes" 1>&6
5328   SYSTEMSPEC="$SYSTEMSPEC -ldl"
5329 else
5330   echo "$ac_t""no" 1>&6
5331 fi
5332
5333    fi
5334
5335    if test -z "${with_multisubdir}"; then
5336       builddotdot=.
5337    else
5338
5339       builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
5340
5341    fi
5342    if test -x "${builddotdot}/../../gcc/gcj"; then
5343       dir="`cd ${builddotdot}/../../gcc && pwd`"
5344       GCJ="$dir/gcj -B`pwd`/ -B$dir/"
5345    else
5346       CANADIAN=yes
5347       NULL_TARGET=yes
5348       GCJ="gcj -B`pwd`/"
5349    fi
5350 fi
5351
5352 # Create it, so that compile/link tests don't fail
5353 test -f libgcj.spec || touch libgcj.spec
5354
5355 # We must search the source tree for java.lang, since we still don't
5356 # have libgcj.jar nor java/lang/*.class
5357 GCJ_SAVE_CPPFLAGS=$CPPFLAGS
5358 CPPFLAGS="$CPPFLAGS -I`pwd` -I`cd $srcdir && pwd`"
5359
5360 # Since some classes depend on this one, we need its source available
5361 # before we can do any GCJ compilation test :-(
5362 if test ! -f gnu/classpath/Configuration.java; then
5363   test -d gnu || mkdir gnu
5364   test -d gnu/classpath || mkdir gnu/classpath
5365   sed 's,@LIBGCJDEBUG@,$LIBGCJDEBUG,' \
5366         < $srcdir/gnu/classpath/Configuration.java.in \
5367         > gnu/classpath/Configuration.java
5368   # We do not want to redirect the output of the grep below to /dev/null,
5369   # but we add /dev/null to the input list so that grep will print the
5370   # filename of Configuration.java in case it finds any matches.
5371   if grep @ gnu/classpath/Configuration.java /dev/null; then
5372     { echo "configure: error: configure.in is missing the substitutions above" 1>&2; exit 1; }
5373   fi
5374 fi
5375
5376 # Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
5377 set dummy ${ac_tool_prefix}gcj; ac_word=$2
5378 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5379 echo "configure:5380: checking for $ac_word" >&5
5380 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
5381   echo $ac_n "(cached) $ac_c" 1>&6
5382 else
5383   if test -n "$GCJ"; then
5384   ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
5385 else
5386   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
5387   ac_dummy="$PATH"
5388   for ac_dir in $ac_dummy; do
5389     test -z "$ac_dir" && ac_dir=.
5390     if test -f $ac_dir/$ac_word; then
5391       ac_cv_prog_GCJ="${ac_tool_prefix}gcj"
5392       break
5393     fi
5394   done
5395   IFS="$ac_save_ifs"
5396 fi
5397 fi
5398 GCJ="$ac_cv_prog_GCJ"
5399 if test -n "$GCJ"; then
5400   echo "$ac_t""$GCJ" 1>&6
5401 else
5402   echo "$ac_t""no" 1>&6
5403 fi
5404
5405
5406 if test -z "$ac_cv_prog_GCJ"; then
5407 if test -n "$ac_tool_prefix"; then
5408   # Extract the first word of "gcj", so it can be a program name with args.
5409 set dummy gcj; ac_word=$2
5410 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5411 echo "configure:5412: checking for $ac_word" >&5
5412 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
5413   echo $ac_n "(cached) $ac_c" 1>&6
5414 else
5415   if test -n "$GCJ"; then
5416   ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
5417 else
5418   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
5419   ac_dummy="$PATH"
5420   for ac_dir in $ac_dummy; do
5421     test -z "$ac_dir" && ac_dir=.
5422     if test -f $ac_dir/$ac_word; then
5423       ac_cv_prog_GCJ="gcj"
5424       break
5425     fi
5426   done
5427   IFS="$ac_save_ifs"
5428   test -z "$ac_cv_prog_GCJ" && ac_cv_prog_GCJ="no"
5429 fi
5430 fi
5431 GCJ="$ac_cv_prog_GCJ"
5432 if test -n "$GCJ"; then
5433   echo "$ac_t""$GCJ" 1>&6
5434 else
5435   echo "$ac_t""no" 1>&6
5436 fi
5437
5438 else
5439   GCJ="no"
5440 fi
5441 fi
5442
5443   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5444   
5445
5446
5447 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
5448 lt_save_CC="$CC"
5449 lt_save_CFLAGS="$CFLAGS"
5450 AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
5451 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
5452 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
5453 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
5454 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
5455 deplibs_check_method="$deplibs_check_method" \
5456 file_magic_cmd="$file_magic_cmd" \
5457 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
5458 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
5459 || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
5460 CC="$lt_save_CC"
5461 CFLAGS="$lt_save_CFLAGS"
5462
5463 # Redirect the config.log output again, so that the ltconfig log is not
5464 # clobbered by the next message.
5465 exec 5>>./config.log
5466
5467
5468
5469
5470 CPPFLAGS=$GCJ_SAVE_CPPFLAGS
5471
5472 echo $ac_n "checking size of void *""... $ac_c" 1>&6
5473 echo "configure:5474: checking size of void *" >&5
5474 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
5475   echo $ac_n "(cached) $ac_c" 1>&6
5476 else
5477   for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
5478   cat > conftest.$ac_ext <<EOF
5479 #line 5480 "configure"
5480 #include "confdefs.h"
5481 #include "confdefs.h"
5482 #include <sys/types.h>
5483
5484
5485 int main() {
5486 switch (0) case 0: case (sizeof (void *) == $ac_size):;
5487 ; return 0; }
5488 EOF
5489 if { (eval echo configure:5490: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5490   rm -rf conftest*
5491   ac_cv_sizeof_void_p=$ac_size
5492 else
5493   echo "configure: failed program was:" >&5
5494   cat conftest.$ac_ext >&5
5495 fi
5496 rm -f conftest*
5497   if test x$ac_cv_sizeof_void_p != x ; then break; fi
5498 done
5499
5500 fi
5501
5502 if test x$ac_cv_sizeof_void_p = x ; then
5503   { echo "configure: error: cannot determine a size for void *" 1>&2; exit 1; }
5504 fi
5505 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
5506 cat >> confdefs.h <<EOF
5507 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5508 EOF
5509
5510
5511
5512 ZLIBS=
5513 ZDEPS=
5514 ZINCS=
5515 if test "x$ZLIBSPEC" = "x-lzgcj"; then
5516    # We include the path to the zlib build directory.
5517    # See Makefile.am to understand why.
5518    ZDEPS='$(top_builddir)/../zlib/libzgcj.la'
5519    ZLIBS="$ZDEPS -L\$(here)/../zlib/$libsubdir"
5520    ZINCS='-I$(top_srcdir)/../zlib'
5521 else
5522    ZLIBS="$ZLIBSPEC"
5523 fi
5524
5525
5526
5527
5528
5529
5530
5531
5532 if test "$CANADIAN" = yes; then
5533   CANADIAN_TRUE=
5534   CANADIAN_FALSE='#'
5535 else
5536   CANADIAN_TRUE='#'
5537   CANADIAN_FALSE=
5538 fi
5539
5540
5541 if test "$NULL_TARGET" = yes; then
5542   NULL_TARGET_TRUE=
5543   NULL_TARGET_FALSE='#'
5544 else
5545   NULL_TARGET_TRUE='#'
5546   NULL_TARGET_FALSE=
5547 fi
5548
5549
5550 if test "$NATIVE" = yes || test "$NULL_TARGET" = yes; then
5551   NATIVE_TRUE=
5552   NATIVE_FALSE='#'
5553 else
5554   NATIVE_TRUE='#'
5555   NATIVE_FALSE=
5556 fi
5557
5558
5559 if test -z "$with_cross_host"; then
5560   USE_LIBDIR_TRUE=
5561   USE_LIBDIR_FALSE='#'
5562 else
5563   USE_LIBDIR_TRUE='#'
5564   USE_LIBDIR_FALSE=
5565 fi
5566
5567
5568 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
5569   NEEDS_DATA_START_TRUE=
5570   NEEDS_DATA_START_FALSE='#'
5571 else
5572   NEEDS_DATA_START_TRUE='#'
5573   NEEDS_DATA_START_FALSE=
5574 fi
5575
5576
5577
5578
5579 echo $ac_n "checking for g++ -ffloat-store bug""... $ac_c" 1>&6
5580 echo "configure:5581: checking for g++ -ffloat-store bug" >&5
5581 save_CFLAGS="$CFLAGS"
5582 CFLAGS="-x c++ -O2 -ffloat-store"
5583 cat > conftest.$ac_ext <<EOF
5584 #line 5585 "configure"
5585 #include "confdefs.h"
5586 #include <math.h>
5587 int main() {
5588
5589 ; return 0; }
5590 EOF
5591 if { (eval echo configure:5592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5592   rm -rf conftest*
5593   echo "$ac_t""no" 1>&6
5594 else
5595   echo "configure: failed program was:" >&5
5596   cat conftest.$ac_ext >&5
5597   rm -rf conftest*
5598   cat >> confdefs.h <<\EOF
5599 #define __NO_MATH_INLINES 1
5600 EOF
5601
5602    echo "$ac_t""yes" 1>&6
5603 fi
5604 rm -f conftest*
5605 CFLAGS="$save_CFLAGS"
5606
5607 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 stdint.h langinfo.h locale.h
5608 do
5609 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5610 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5611 echo "configure:5612: checking for $ac_hdr" >&5
5612 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5613   echo $ac_n "(cached) $ac_c" 1>&6
5614 else
5615   cat > conftest.$ac_ext <<EOF
5616 #line 5617 "configure"
5617 #include "confdefs.h"
5618 #include <$ac_hdr>
5619 EOF
5620 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5621 { (eval echo configure:5622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5622 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5623 if test -z "$ac_err"; then
5624   rm -rf conftest*
5625   eval "ac_cv_header_$ac_safe=yes"
5626 else
5627   echo "$ac_err" >&5
5628   echo "configure: failed program was:" >&5
5629   cat conftest.$ac_ext >&5
5630   rm -rf conftest*
5631   eval "ac_cv_header_$ac_safe=no"
5632 fi
5633 rm -f conftest*
5634 fi
5635 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5636   echo "$ac_t""yes" 1>&6
5637     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5638   cat >> confdefs.h <<EOF
5639 #define $ac_tr_hdr 1
5640 EOF
5641  
5642 else
5643   echo "$ac_t""no" 1>&6
5644 fi
5645 done
5646
5647 for ac_hdr in dirent.h
5648 do
5649 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5650 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5651 echo "configure:5652: checking for $ac_hdr" >&5
5652 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5653   echo $ac_n "(cached) $ac_c" 1>&6
5654 else
5655   cat > conftest.$ac_ext <<EOF
5656 #line 5657 "configure"
5657 #include "confdefs.h"
5658 #include <$ac_hdr>
5659 EOF
5660 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5661 { (eval echo configure:5662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5662 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5663 if test -z "$ac_err"; then
5664   rm -rf conftest*
5665   eval "ac_cv_header_$ac_safe=yes"
5666 else
5667   echo "$ac_err" >&5
5668   echo "configure: failed program was:" >&5
5669   cat conftest.$ac_ext >&5
5670   rm -rf conftest*
5671   eval "ac_cv_header_$ac_safe=no"
5672 fi
5673 rm -f conftest*
5674 fi
5675 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5676   echo "$ac_t""yes" 1>&6
5677     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5678   cat >> confdefs.h <<EOF
5679 #define $ac_tr_hdr 1
5680 EOF
5681  
5682 else
5683   echo "$ac_t""no" 1>&6
5684 fi
5685 done
5686
5687 for ac_hdr in inttypes.h
5688 do
5689 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5690 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5691 echo "configure:5692: checking for $ac_hdr" >&5
5692 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5693   echo $ac_n "(cached) $ac_c" 1>&6
5694 else
5695   cat > conftest.$ac_ext <<EOF
5696 #line 5697 "configure"
5697 #include "confdefs.h"
5698 #include <$ac_hdr>
5699 EOF
5700 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5701 { (eval echo configure:5702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5702 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5703 if test -z "$ac_err"; then
5704   rm -rf conftest*
5705   eval "ac_cv_header_$ac_safe=yes"
5706 else
5707   echo "$ac_err" >&5
5708   echo "configure: failed program was:" >&5
5709   cat conftest.$ac_ext >&5
5710   rm -rf conftest*
5711   eval "ac_cv_header_$ac_safe=no"
5712 fi
5713 rm -f conftest*
5714 fi
5715 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5716   echo "$ac_t""yes" 1>&6
5717     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5718   cat >> confdefs.h <<EOF
5719 #define $ac_tr_hdr 1
5720 EOF
5721  
5722     cat >> confdefs.h <<\EOF
5723 #define HAVE_INTTYPES_H 1
5724 EOF
5725
5726     cat >> confdefs.h <<\EOF
5727 #define JV_HAVE_INTTYPES_H 1
5728 EOF
5729
5730
5731 else
5732   echo "$ac_t""no" 1>&6
5733 fi
5734 done
5735
5736 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
5737 echo "configure:5738: checking for sys/wait.h that is POSIX.1 compatible" >&5
5738 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
5739   echo $ac_n "(cached) $ac_c" 1>&6
5740 else
5741   cat > conftest.$ac_ext <<EOF
5742 #line 5743 "configure"
5743 #include "confdefs.h"
5744 #include <sys/types.h>
5745 #include <sys/wait.h>
5746 #ifndef WEXITSTATUS
5747 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5748 #endif
5749 #ifndef WIFEXITED
5750 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5751 #endif
5752 int main() {
5753 int s;
5754 wait (&s);
5755 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5756 ; return 0; }
5757 EOF
5758 if { (eval echo configure:5759: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5759   rm -rf conftest*
5760   ac_cv_header_sys_wait_h=yes
5761 else
5762   echo "configure: failed program was:" >&5
5763   cat conftest.$ac_ext >&5
5764   rm -rf conftest*
5765   ac_cv_header_sys_wait_h=no
5766 fi
5767 rm -f conftest*
5768 fi
5769
5770 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
5771 if test $ac_cv_header_sys_wait_h = yes; then
5772   cat >> confdefs.h <<\EOF
5773 #define HAVE_SYS_WAIT_H 1
5774 EOF
5775
5776 fi
5777
5778
5779 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5780 echo "configure:5781: checking for ANSI C header files" >&5
5781 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5782   echo $ac_n "(cached) $ac_c" 1>&6
5783 else
5784   cat > conftest.$ac_ext <<EOF
5785 #line 5786 "configure"
5786 #include "confdefs.h"
5787 #include <stdlib.h>
5788 #include <stdarg.h>
5789 #include <string.h>
5790 #include <float.h>
5791 EOF
5792 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5793 { (eval echo configure:5794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5794 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5795 if test -z "$ac_err"; then
5796   rm -rf conftest*
5797   ac_cv_header_stdc=yes
5798 else
5799   echo "$ac_err" >&5
5800   echo "configure: failed program was:" >&5
5801   cat conftest.$ac_ext >&5
5802   rm -rf conftest*
5803   ac_cv_header_stdc=no
5804 fi
5805 rm -f conftest*
5806
5807 if test $ac_cv_header_stdc = yes; then
5808   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5809 cat > conftest.$ac_ext <<EOF
5810 #line 5811 "configure"
5811 #include "confdefs.h"
5812 #include <string.h>
5813 EOF
5814 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5815   egrep "memchr" >/dev/null 2>&1; then
5816   :
5817 else
5818   rm -rf conftest*
5819   ac_cv_header_stdc=no
5820 fi
5821 rm -f conftest*
5822
5823 fi
5824
5825 if test $ac_cv_header_stdc = yes; then
5826   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5827 cat > conftest.$ac_ext <<EOF
5828 #line 5829 "configure"
5829 #include "confdefs.h"
5830 #include <stdlib.h>
5831 EOF
5832 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5833   egrep "free" >/dev/null 2>&1; then
5834   :
5835 else
5836   rm -rf conftest*
5837   ac_cv_header_stdc=no
5838 fi
5839 rm -f conftest*
5840
5841 fi
5842
5843 if test $ac_cv_header_stdc = yes; then
5844   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5845 if test "$cross_compiling" = yes; then
5846   :
5847 else
5848   cat > conftest.$ac_ext <<EOF
5849 #line 5850 "configure"
5850 #include "confdefs.h"
5851 #include <ctype.h>
5852 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5853 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5854 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5855 int main () { int i; for (i = 0; i < 256; i++)
5856 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5857 exit (0); }
5858
5859 EOF
5860 if { (eval echo configure:5861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5861 then
5862   :
5863 else
5864   echo "configure: failed program was:" >&5
5865   cat conftest.$ac_ext >&5
5866   rm -fr conftest*
5867   ac_cv_header_stdc=no
5868 fi
5869 rm -fr conftest*
5870 fi
5871
5872 fi
5873 fi
5874
5875 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5876 if test $ac_cv_header_stdc = yes; then
5877   cat >> confdefs.h <<\EOF
5878 #define STDC_HEADERS 1
5879 EOF
5880
5881 fi
5882
5883 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
5884 echo "configure:5885: checking for ssize_t" >&5
5885 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
5886   echo $ac_n "(cached) $ac_c" 1>&6
5887 else
5888   cat > conftest.$ac_ext <<EOF
5889 #line 5890 "configure"
5890 #include "confdefs.h"
5891 #include <sys/types.h>
5892 #if STDC_HEADERS
5893 #include <stdlib.h>
5894 #include <stddef.h>
5895 #endif
5896 EOF
5897 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5898   egrep "(^|[^a-zA-Z_0-9])ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5899   rm -rf conftest*
5900   ac_cv_type_ssize_t=yes
5901 else
5902   rm -rf conftest*
5903   ac_cv_type_ssize_t=no
5904 fi
5905 rm -f conftest*
5906
5907 fi
5908 echo "$ac_t""$ac_cv_type_ssize_t" 1>&6
5909 if test $ac_cv_type_ssize_t = no; then
5910   cat >> confdefs.h <<\EOF
5911 #define ssize_t int
5912 EOF
5913
5914 fi
5915
5916
5917 echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
5918 echo "configure:5919: checking for in_addr_t" >&5
5919 cat > conftest.$ac_ext <<EOF
5920 #line 5921 "configure"
5921 #include "confdefs.h"
5922 #include <sys/types.h>
5923 #if STDC_HEADERS
5924 #include <stdlib.h>
5925 #include <stddef.h>
5926 #endif
5927 #if HAVE_NETINET_IN_H
5928 #include <netinet/in.h>
5929 #endif
5930 int main() {
5931 in_addr_t foo;
5932 ; return 0; }
5933 EOF
5934 if { (eval echo configure:5935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5935   rm -rf conftest*
5936   cat >> confdefs.h <<\EOF
5937 #define HAVE_IN_ADDR_T 1
5938 EOF
5939
5940    echo "$ac_t""yes" 1>&6
5941 else
5942   echo "configure: failed program was:" >&5
5943   cat conftest.$ac_ext >&5
5944   rm -rf conftest*
5945   echo "$ac_t""no" 1>&6
5946 fi
5947 rm -f conftest*
5948
5949 echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
5950 echo "configure:5951: checking whether struct ip_mreq is in netinet/in.h" >&5
5951 cat > conftest.$ac_ext <<EOF
5952 #line 5953 "configure"
5953 #include "confdefs.h"
5954 #include <netinet/in.h>
5955 int main() {
5956 struct ip_mreq mreq;
5957 ; return 0; }
5958 EOF
5959 if { (eval echo configure:5960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5960   rm -rf conftest*
5961   cat >> confdefs.h <<\EOF
5962 #define HAVE_STRUCT_IP_MREQ 1
5963 EOF
5964
5965    echo "$ac_t""yes" 1>&6
5966 else
5967   echo "configure: failed program was:" >&5
5968   cat conftest.$ac_ext >&5
5969   rm -rf conftest*
5970   echo "$ac_t""no" 1>&6
5971 fi
5972 rm -f conftest*
5973
5974 echo $ac_n "checking whether struct ipv6_mreq is in netinet/in.h""... $ac_c" 1>&6
5975 echo "configure:5976: checking whether struct ipv6_mreq is in netinet/in.h" >&5
5976 cat > conftest.$ac_ext <<EOF
5977 #line 5978 "configure"
5978 #include "confdefs.h"
5979 #include <netinet/in.h>
5980 int main() {
5981 struct ipv6_mreq mreq6;
5982 ; return 0; }
5983 EOF
5984 if { (eval echo configure:5985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5985   rm -rf conftest*
5986   cat >> confdefs.h <<\EOF
5987 #define HAVE_STRUCT_IPV6_MREQ 1
5988 EOF
5989
5990    echo "$ac_t""yes" 1>&6
5991 else
5992   echo "configure: failed program was:" >&5
5993   cat conftest.$ac_ext >&5
5994   rm -rf conftest*
5995   echo "$ac_t""no" 1>&6
5996 fi
5997 rm -f conftest*
5998
5999 echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
6000 echo "configure:6001: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
6001 cat > conftest.$ac_ext <<EOF
6002 #line 6003 "configure"
6003 #include "confdefs.h"
6004 #include <netinet/in.h>
6005 int main() {
6006 struct sockaddr_in6 addr6;
6007 ; return 0; }
6008 EOF
6009 if { (eval echo configure:6010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6010   rm -rf conftest*
6011   cat >> confdefs.h <<\EOF
6012 #define HAVE_INET6 1
6013 EOF
6014
6015    echo "$ac_t""yes" 1>&6
6016 else
6017   echo "configure: failed program was:" >&5
6018   cat conftest.$ac_ext >&5
6019   rm -rf conftest*
6020   echo "$ac_t""no" 1>&6
6021 fi
6022 rm -f conftest*
6023
6024 echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
6025 echo "configure:6026: checking for socklen_t in sys/socket.h" >&5
6026 cat > conftest.$ac_ext <<EOF
6027 #line 6028 "configure"
6028 #include "confdefs.h"
6029 #define _POSIX_PII_SOCKET
6030 #include <sys/types.h>
6031 #include <sys/socket.h>
6032 int main() {
6033 socklen_t x = 5;
6034 ; return 0; }
6035 EOF
6036 if { (eval echo configure:6037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6037   rm -rf conftest*
6038   cat >> confdefs.h <<\EOF
6039 #define HAVE_SOCKLEN_T 1
6040 EOF
6041
6042    echo "$ac_t""yes" 1>&6
6043 else
6044   echo "configure: failed program was:" >&5
6045   cat conftest.$ac_ext >&5
6046   rm -rf conftest*
6047   echo "$ac_t""no" 1>&6
6048 fi
6049 rm -f conftest*
6050
6051 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
6052 echo "configure:6053: checking for tm_gmtoff in struct tm" >&5
6053 cat > conftest.$ac_ext <<EOF
6054 #line 6055 "configure"
6055 #include "confdefs.h"
6056 #include <time.h>
6057 int main() {
6058 struct tm tim; tim.tm_gmtoff = 0;
6059 ; return 0; }
6060 EOF
6061 if { (eval echo configure:6062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6062   rm -rf conftest*
6063   cat >> confdefs.h <<\EOF
6064 #define STRUCT_TM_HAS_GMTOFF 1
6065 EOF
6066
6067    echo "$ac_t""yes" 1>&6
6068 else
6069   echo "configure: failed program was:" >&5
6070   cat conftest.$ac_ext >&5
6071   rm -rf conftest*
6072   echo "$ac_t""no" 1>&6
6073    echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
6074 echo "configure:6075: checking for global timezone variable" >&5
6075             cat > conftest.$ac_ext <<EOF
6076 #line 6077 "configure"
6077 #include "confdefs.h"
6078 #include <time.h>
6079 int main() {
6080 long z2 = timezone;
6081 ; return 0; }
6082 EOF
6083 if { (eval echo configure:6084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6084   rm -rf conftest*
6085   cat >> confdefs.h <<\EOF
6086 #define HAVE_TIMEZONE 1
6087 EOF
6088
6089       echo "$ac_t""yes" 1>&6
6090 else
6091   echo "configure: failed program was:" >&5
6092   cat conftest.$ac_ext >&5
6093   rm -rf conftest*
6094   echo "$ac_t""no" 1>&6
6095 fi
6096 rm -f conftest*
6097 fi
6098 rm -f conftest*
6099
6100 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6101 # for constant arguments.  Useless!
6102 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
6103 echo "configure:6104: checking for working alloca.h" >&5
6104 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
6105   echo $ac_n "(cached) $ac_c" 1>&6
6106 else
6107   cat > conftest.$ac_ext <<EOF
6108 #line 6109 "configure"
6109 #include "confdefs.h"
6110 #include <alloca.h>
6111 int main() {
6112 char *p = alloca(2 * sizeof(int));
6113 ; return 0; }
6114 EOF
6115 if { (eval echo configure:6116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6116   rm -rf conftest*
6117   ac_cv_header_alloca_h=yes
6118 else
6119   echo "configure: failed program was:" >&5
6120   cat conftest.$ac_ext >&5
6121   rm -rf conftest*
6122   ac_cv_header_alloca_h=no
6123 fi
6124 rm -f conftest*
6125 fi
6126
6127 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
6128 if test $ac_cv_header_alloca_h = yes; then
6129   cat >> confdefs.h <<\EOF
6130 #define HAVE_ALLOCA_H 1
6131 EOF
6132
6133 fi
6134
6135 echo $ac_n "checking for alloca""... $ac_c" 1>&6
6136 echo "configure:6137: checking for alloca" >&5
6137 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
6138   echo $ac_n "(cached) $ac_c" 1>&6
6139 else
6140   cat > conftest.$ac_ext <<EOF
6141 #line 6142 "configure"
6142 #include "confdefs.h"
6143
6144 #ifdef __GNUC__
6145 # define alloca __builtin_alloca
6146 #else
6147 # ifdef _MSC_VER
6148 #  include <malloc.h>
6149 #  define alloca _alloca
6150 # else
6151 #  if HAVE_ALLOCA_H
6152 #   include <alloca.h>
6153 #  else
6154 #   ifdef _AIX
6155  #pragma alloca
6156 #   else
6157 #    ifndef alloca /* predefined by HP cc +Olibcalls */
6158 char *alloca ();
6159 #    endif
6160 #   endif
6161 #  endif
6162 # endif
6163 #endif
6164
6165 int main() {
6166 char *p = (char *) alloca(1);
6167 ; return 0; }
6168 EOF
6169 if { (eval echo configure:6170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6170   rm -rf conftest*
6171   ac_cv_func_alloca_works=yes
6172 else
6173   echo "configure: failed program was:" >&5
6174   cat conftest.$ac_ext >&5
6175   rm -rf conftest*
6176   ac_cv_func_alloca_works=no
6177 fi
6178 rm -f conftest*
6179 fi
6180
6181 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
6182 if test $ac_cv_func_alloca_works = yes; then
6183   cat >> confdefs.h <<\EOF
6184 #define HAVE_ALLOCA 1
6185 EOF
6186
6187 fi
6188
6189 if test $ac_cv_func_alloca_works = no; then
6190   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6191   # that cause trouble.  Some versions do not even contain alloca or
6192   # contain a buggy version.  If you still want to use their alloca,
6193   # use ar to extract alloca.o from them instead of compiling alloca.c.
6194   ALLOCA=alloca.${ac_objext}
6195   cat >> confdefs.h <<\EOF
6196 #define C_ALLOCA 1
6197 EOF
6198
6199
6200 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
6201 echo "configure:6202: checking whether alloca needs Cray hooks" >&5
6202 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
6203   echo $ac_n "(cached) $ac_c" 1>&6
6204 else
6205   cat > conftest.$ac_ext <<EOF
6206 #line 6207 "configure"
6207 #include "confdefs.h"
6208 #if defined(CRAY) && ! defined(CRAY2)
6209 webecray
6210 #else
6211 wenotbecray
6212 #endif
6213
6214 EOF
6215 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6216   egrep "webecray" >/dev/null 2>&1; then
6217   rm -rf conftest*
6218   ac_cv_os_cray=yes
6219 else
6220   rm -rf conftest*
6221   ac_cv_os_cray=no
6222 fi
6223 rm -f conftest*
6224
6225 fi
6226
6227 echo "$ac_t""$ac_cv_os_cray" 1>&6
6228 if test $ac_cv_os_cray = yes; then
6229 for ac_func in _getb67 GETB67 getb67; do
6230   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6231 echo "configure:6232: checking for $ac_func" >&5
6232 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6233   echo $ac_n "(cached) $ac_c" 1>&6
6234 else
6235   cat > conftest.$ac_ext <<EOF
6236 #line 6237 "configure"
6237 #include "confdefs.h"
6238 /* System header to define __stub macros and hopefully few prototypes,
6239     which can conflict with char $ac_func(); below.  */
6240 #include <assert.h>
6241 /* Override any gcc2 internal prototype to avoid an error.  */
6242 /* We use char because int might match the return type of a gcc2
6243     builtin and then its argument prototype would still apply.  */
6244 char $ac_func();
6245
6246 int main() {
6247
6248 /* The GNU C library defines this for functions which it implements
6249     to always fail with ENOSYS.  Some functions are actually named
6250     something starting with __ and the normal name is an alias.  */
6251 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6252 choke me
6253 #else
6254 $ac_func();
6255 #endif
6256
6257 ; return 0; }
6258 EOF
6259 if { (eval echo configure:6260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6260   rm -rf conftest*
6261   eval "ac_cv_func_$ac_func=yes"
6262 else
6263   echo "configure: failed program was:" >&5
6264   cat conftest.$ac_ext >&5
6265   rm -rf conftest*
6266   eval "ac_cv_func_$ac_func=no"
6267 fi
6268 rm -f conftest*
6269 fi
6270
6271 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6272   echo "$ac_t""yes" 1>&6
6273   cat >> confdefs.h <<EOF
6274 #define CRAY_STACKSEG_END $ac_func
6275 EOF
6276
6277   break
6278 else
6279   echo "$ac_t""no" 1>&6
6280 fi
6281
6282 done
6283 fi
6284
6285 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
6286 echo "configure:6287: checking stack direction for C alloca" >&5
6287 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
6288   echo $ac_n "(cached) $ac_c" 1>&6
6289 else
6290   if test "$cross_compiling" = yes; then
6291   ac_cv_c_stack_direction=0
6292 else
6293   cat > conftest.$ac_ext <<EOF
6294 #line 6295 "configure"
6295 #include "confdefs.h"
6296 find_stack_direction ()
6297 {
6298   static char *addr = 0;
6299   auto char dummy;
6300   if (addr == 0)
6301     {
6302       addr = &dummy;
6303       return find_stack_direction ();
6304     }
6305   else
6306     return (&dummy > addr) ? 1 : -1;
6307 }
6308 main ()
6309 {
6310   exit (find_stack_direction() < 0);
6311 }
6312 EOF
6313 if { (eval echo configure:6314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6314 then
6315   ac_cv_c_stack_direction=1
6316 else
6317   echo "configure: failed program was:" >&5
6318   cat conftest.$ac_ext >&5
6319   rm -fr conftest*
6320   ac_cv_c_stack_direction=-1
6321 fi
6322 rm -fr conftest*
6323 fi
6324
6325 fi
6326
6327 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
6328 cat >> confdefs.h <<EOF
6329 #define STACK_DIRECTION $ac_cv_c_stack_direction
6330 EOF
6331
6332 fi
6333
6334
6335 for ac_prog in perl
6336 do
6337 # Extract the first word of "$ac_prog", so it can be a program name with args.
6338 set dummy $ac_prog; ac_word=$2
6339 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6340 echo "configure:6341: checking for $ac_word" >&5
6341 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
6342   echo $ac_n "(cached) $ac_c" 1>&6
6343 else
6344   if test -n "$PERL"; then
6345   ac_cv_prog_PERL="$PERL" # Let the user override the test.
6346 else
6347   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
6348   ac_dummy="$PATH"
6349   for ac_dir in $ac_dummy; do
6350     test -z "$ac_dir" && ac_dir=.
6351     if test -f $ac_dir/$ac_word; then
6352       ac_cv_prog_PERL="$ac_prog"
6353       break
6354     fi
6355   done
6356   IFS="$ac_save_ifs"
6357 fi
6358 fi
6359 PERL="$ac_cv_prog_PERL"
6360 if test -n "$PERL"; then
6361   echo "$ac_t""$PERL" 1>&6
6362 else
6363   echo "$ac_t""no" 1>&6
6364 fi
6365
6366 test -n "$PERL" && break
6367 done
6368 test -n "$PERL" || PERL="false"
6369
6370
6371 SYSDEP_SOURCES=
6372
6373 case "${host}" in
6374  i?86-*-linux*)
6375     SIGNAL_HANDLER=include/i386-signal.h
6376     ;;
6377  sparc-sun-solaris*)
6378     SIGNAL_HANDLER=include/sparc-signal.h
6379     ;;
6380 # ia64-*)
6381 #    SYSDEP_SOURCES=sysdep/ia64.c
6382 #    test -d sysdep || mkdir sysdep
6383 #    ;;
6384  powerpc-*-linux*)
6385     SIGNAL_HANDLER=include/dwarf2-signal.h
6386     ;;
6387  alpha*-*-linux*)
6388     SIGNAL_HANDLER=include/dwarf2-signal.h
6389     ;;
6390  *mingw*)
6391     SIGNAL_HANDLER=include/win32-signal.h
6392     ;;
6393  *)
6394     SIGNAL_HANDLER=include/default-signal.h
6395     ;;
6396 esac
6397
6398 # If we're using sjlj exceptions, forget what we just learned.
6399 if test "$enable_sjlj_exceptions" = yes; then
6400    SIGNAL_HANDLER=include/default-signal.h
6401 fi
6402
6403
6404
6405
6406
6407 if test "${multilib}" = "yes"; then
6408   multilib_arg="--enable-multilib"
6409 else
6410   multilib_arg=
6411 fi
6412
6413 # If we find X, set shell vars x_includes and x_libraries to the
6414 # paths, otherwise set no_x=yes.
6415 # Uses ac_ vars as temps to allow command line to override cache and checks.
6416 # --without-x overrides everything else, but does not touch the cache.
6417 echo $ac_n "checking for X""... $ac_c" 1>&6
6418 echo "configure:6419: checking for X" >&5
6419
6420 # Check whether --with-x or --without-x was given.
6421 if test "${with_x+set}" = set; then
6422   withval="$with_x"
6423   :
6424 fi
6425
6426 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6427 if test "x$with_x" = xno; then
6428   # The user explicitly disabled X.
6429   have_x=disabled
6430 else
6431   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
6432     # Both variables are already set.
6433     have_x=yes
6434   else
6435 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
6436   echo $ac_n "(cached) $ac_c" 1>&6
6437 else
6438   # One or both of the vars are not set, and there is no cached value.
6439 ac_x_includes=NO ac_x_libraries=NO
6440 rm -fr conftestdir
6441 if mkdir conftestdir; then
6442   cd conftestdir
6443   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
6444   cat > Imakefile <<'EOF'
6445 acfindx:
6446         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
6447 EOF
6448   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
6449     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6450     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
6451     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6452     for ac_extension in a so sl; do
6453       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6454         test -f $ac_im_libdir/libX11.$ac_extension; then
6455         ac_im_usrlibdir=$ac_im_libdir; break
6456       fi
6457     done
6458     # Screen out bogus values from the imake configuration.  They are
6459     # bogus both because they are the default anyway, and because
6460     # using them would break gcc on systems where it needs fixed includes.
6461     case "$ac_im_incroot" in
6462         /usr/include) ;;
6463         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
6464     esac
6465     case "$ac_im_usrlibdir" in
6466         /usr/lib | /lib) ;;
6467         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
6468     esac
6469   fi
6470   cd ..
6471   rm -fr conftestdir
6472 fi
6473
6474 if test "$ac_x_includes" = NO; then
6475   # Guess where to find include files, by looking for this one X11 .h file.
6476   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6477
6478   # First, try using that file with no special directory specified.
6479 cat > conftest.$ac_ext <<EOF
6480 #line 6481 "configure"
6481 #include "confdefs.h"
6482 #include <$x_direct_test_include>
6483 EOF
6484 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6485 { (eval echo configure:6486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6486 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6487 if test -z "$ac_err"; then
6488   rm -rf conftest*
6489   # We can compile using X headers with no special include directory.
6490 ac_x_includes=
6491 else
6492   echo "$ac_err" >&5
6493   echo "configure: failed program was:" >&5
6494   cat conftest.$ac_ext >&5
6495   rm -rf conftest*
6496   # Look for the header file in a standard set of common directories.
6497 # Check X11 before X11Rn because it is often a symlink to the current release.
6498   for ac_dir in               \
6499     /usr/X11/include          \
6500     /usr/X11R6/include        \
6501     /usr/X11R5/include        \
6502     /usr/X11R4/include        \
6503                               \
6504     /usr/include/X11          \
6505     /usr/include/X11R6        \
6506     /usr/include/X11R5        \
6507     /usr/include/X11R4        \
6508                               \
6509     /usr/local/X11/include    \
6510     /usr/local/X11R6/include  \
6511     /usr/local/X11R5/include  \
6512     /usr/local/X11R4/include  \
6513                               \
6514     /usr/local/include/X11    \
6515     /usr/local/include/X11R6  \
6516     /usr/local/include/X11R5  \
6517     /usr/local/include/X11R4  \
6518                               \
6519     /usr/X386/include         \
6520     /usr/x386/include         \
6521     /usr/XFree86/include/X11  \
6522                               \
6523     /usr/include              \
6524     /usr/local/include        \
6525     /usr/unsupported/include  \
6526     /usr/athena/include       \
6527     /usr/local/x11r5/include  \
6528     /usr/lpp/Xamples/include  \
6529                               \
6530     /usr/openwin/include      \
6531     /usr/openwin/share/include \
6532     ; \
6533   do
6534     if test -r "$ac_dir/$x_direct_test_include"; then
6535       ac_x_includes=$ac_dir
6536       break
6537     fi
6538   done
6539 fi
6540 rm -f conftest*
6541 fi # $ac_x_includes = NO
6542
6543 if test "$ac_x_libraries" = NO; then
6544   # Check for the libraries.
6545
6546   test -z "$x_direct_test_library" && x_direct_test_library=Xt
6547   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6548
6549   # See if we find them without any special options.
6550   # Don't add to $LIBS permanently.
6551   ac_save_LIBS="$LIBS"
6552   LIBS="-l$x_direct_test_library $LIBS"
6553 cat > conftest.$ac_ext <<EOF
6554 #line 6555 "configure"
6555 #include "confdefs.h"
6556
6557 int main() {
6558 ${x_direct_test_function}()
6559 ; return 0; }
6560 EOF
6561 if { (eval echo configure:6562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6562   rm -rf conftest*
6563   LIBS="$ac_save_LIBS"
6564 # We can link X programs with no special library path.
6565 ac_x_libraries=
6566 else
6567   echo "configure: failed program was:" >&5
6568   cat conftest.$ac_ext >&5
6569   rm -rf conftest*
6570   LIBS="$ac_save_LIBS"
6571 # First see if replacing the include by lib works.
6572 # Check X11 before X11Rn because it is often a symlink to the current release.
6573 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
6574     /usr/X11/lib          \
6575     /usr/X11R6/lib        \
6576     /usr/X11R5/lib        \
6577     /usr/X11R4/lib        \
6578                           \
6579     /usr/lib/X11          \
6580     /usr/lib/X11R6        \
6581     /usr/lib/X11R5        \
6582     /usr/lib/X11R4        \
6583                           \
6584     /usr/local/X11/lib    \
6585     /usr/local/X11R6/lib  \
6586     /usr/local/X11R5/lib  \
6587     /usr/local/X11R4/lib  \
6588                           \
6589     /usr/local/lib/X11    \
6590     /usr/local/lib/X11R6  \
6591     /usr/local/lib/X11R5  \
6592     /usr/local/lib/X11R4  \
6593                           \
6594     /usr/X386/lib         \
6595     /usr/x386/lib         \
6596     /usr/XFree86/lib/X11  \
6597                           \
6598     /usr/lib              \
6599     /usr/local/lib        \
6600     /usr/unsupported/lib  \
6601     /usr/athena/lib       \
6602     /usr/local/x11r5/lib  \
6603     /usr/lpp/Xamples/lib  \
6604     /lib/usr/lib/X11      \
6605                           \
6606     /usr/openwin/lib      \
6607     /usr/openwin/share/lib \
6608     ; \
6609 do
6610   for ac_extension in a so sl; do
6611     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
6612       ac_x_libraries=$ac_dir
6613       break 2
6614     fi
6615   done
6616 done
6617 fi
6618 rm -f conftest*
6619 fi # $ac_x_libraries = NO
6620
6621 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
6622   # Didn't find X anywhere.  Cache the known absence of X.
6623   ac_cv_have_x="have_x=no"
6624 else
6625   # Record where we found X for the cache.
6626   ac_cv_have_x="have_x=yes \
6627                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6628 fi
6629 fi
6630   fi
6631   eval "$ac_cv_have_x"
6632 fi # $with_x != no
6633
6634 if test "$have_x" != yes; then
6635   echo "$ac_t""$have_x" 1>&6
6636   no_x=yes
6637 else
6638   # If each of the values was on the command line, it overrides each guess.
6639   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6640   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6641   # Update the cache value to reflect the command line values.
6642   ac_cv_have_x="have_x=yes \
6643                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6644   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
6645 fi
6646
6647 if test "$no_x" = yes; then
6648   # Not all programs may use this symbol, but it does not hurt to define it.
6649   cat >> confdefs.h <<\EOF
6650 #define X_DISPLAY_MISSING 1
6651 EOF
6652
6653   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6654 else
6655   if test -n "$x_includes"; then
6656     X_CFLAGS="$X_CFLAGS -I$x_includes"
6657   fi
6658
6659   # It would also be nice to do this for all -L options, not just this one.
6660   if test -n "$x_libraries"; then
6661     X_LIBS="$X_LIBS -L$x_libraries"
6662     # For Solaris; some versions of Sun CC require a space after -R and
6663     # others require no space.  Words are not sufficient . . . .
6664     case "`(uname -sr) 2>/dev/null`" in
6665     "SunOS 5"*)
6666       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
6667 echo "configure:6668: checking whether -R must be followed by a space" >&5
6668       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
6669       cat > conftest.$ac_ext <<EOF
6670 #line 6671 "configure"
6671 #include "confdefs.h"
6672
6673 int main() {
6674
6675 ; return 0; }
6676 EOF
6677 if { (eval echo configure:6678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6678   rm -rf conftest*
6679   ac_R_nospace=yes
6680 else
6681   echo "configure: failed program was:" >&5
6682   cat conftest.$ac_ext >&5
6683   rm -rf conftest*
6684   ac_R_nospace=no
6685 fi
6686 rm -f conftest*
6687       if test $ac_R_nospace = yes; then
6688         echo "$ac_t""no" 1>&6
6689         X_LIBS="$X_LIBS -R$x_libraries"
6690       else
6691         LIBS="$ac_xsave_LIBS -R $x_libraries"
6692         cat > conftest.$ac_ext <<EOF
6693 #line 6694 "configure"
6694 #include "confdefs.h"
6695
6696 int main() {
6697
6698 ; return 0; }
6699 EOF
6700 if { (eval echo configure:6701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6701   rm -rf conftest*
6702   ac_R_space=yes
6703 else
6704   echo "configure: failed program was:" >&5
6705   cat conftest.$ac_ext >&5
6706   rm -rf conftest*
6707   ac_R_space=no
6708 fi
6709 rm -f conftest*
6710         if test $ac_R_space = yes; then
6711           echo "$ac_t""yes" 1>&6
6712           X_LIBS="$X_LIBS -R $x_libraries"
6713         else
6714           echo "$ac_t""neither works" 1>&6
6715         fi
6716       fi
6717       LIBS="$ac_xsave_LIBS"
6718     esac
6719   fi
6720
6721   # Check for system-dependent libraries X programs must link with.
6722   # Do this before checking for the system-independent R6 libraries
6723   # (-lICE), since we may need -lsocket or whatever for X linking.
6724
6725   if test "$ISC" = yes; then
6726     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6727   else
6728     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
6729     # libraries were built with DECnet support.  And karl@cs.umb.edu says
6730     # the Alpha needs dnet_stub (dnet does not exist).
6731     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
6732 echo "configure:6733: checking for dnet_ntoa in -ldnet" >&5
6733 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6734 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6735   echo $ac_n "(cached) $ac_c" 1>&6
6736 else
6737   ac_save_LIBS="$LIBS"
6738 LIBS="-ldnet  $LIBS"
6739 cat > conftest.$ac_ext <<EOF
6740 #line 6741 "configure"
6741 #include "confdefs.h"
6742 /* Override any gcc2 internal prototype to avoid an error.  */
6743 /* We use char because int might match the return type of a gcc2
6744     builtin and then its argument prototype would still apply.  */
6745 char dnet_ntoa();
6746
6747 int main() {
6748 dnet_ntoa()
6749 ; return 0; }
6750 EOF
6751 if { (eval echo configure:6752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6752   rm -rf conftest*
6753   eval "ac_cv_lib_$ac_lib_var=yes"
6754 else
6755   echo "configure: failed program was:" >&5
6756   cat conftest.$ac_ext >&5
6757   rm -rf conftest*
6758   eval "ac_cv_lib_$ac_lib_var=no"
6759 fi
6760 rm -f conftest*
6761 LIBS="$ac_save_LIBS"
6762
6763 fi
6764 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6765   echo "$ac_t""yes" 1>&6
6766   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6767 else
6768   echo "$ac_t""no" 1>&6
6769 fi
6770
6771     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
6772       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
6773 echo "configure:6774: checking for dnet_ntoa in -ldnet_stub" >&5
6774 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6775 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6776   echo $ac_n "(cached) $ac_c" 1>&6
6777 else
6778   ac_save_LIBS="$LIBS"
6779 LIBS="-ldnet_stub  $LIBS"
6780 cat > conftest.$ac_ext <<EOF
6781 #line 6782 "configure"
6782 #include "confdefs.h"
6783 /* Override any gcc2 internal prototype to avoid an error.  */
6784 /* We use char because int might match the return type of a gcc2
6785     builtin and then its argument prototype would still apply.  */
6786 char dnet_ntoa();
6787
6788 int main() {
6789 dnet_ntoa()
6790 ; return 0; }
6791 EOF
6792 if { (eval echo configure:6793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6793   rm -rf conftest*
6794   eval "ac_cv_lib_$ac_lib_var=yes"
6795 else
6796   echo "configure: failed program was:" >&5
6797   cat conftest.$ac_ext >&5
6798   rm -rf conftest*
6799   eval "ac_cv_lib_$ac_lib_var=no"
6800 fi
6801 rm -f conftest*
6802 LIBS="$ac_save_LIBS"
6803
6804 fi
6805 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6806   echo "$ac_t""yes" 1>&6
6807   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6808 else
6809   echo "$ac_t""no" 1>&6
6810 fi
6811
6812     fi
6813
6814     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6815     # to get the SysV transport functions.
6816     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
6817     # needs -lnsl.
6818     # The nsl library prevents programs from opening the X display
6819     # on Irix 5.2, according to dickey@clark.net.
6820     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
6821 echo "configure:6822: checking for gethostbyname" >&5
6822 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
6823   echo $ac_n "(cached) $ac_c" 1>&6
6824 else
6825   cat > conftest.$ac_ext <<EOF
6826 #line 6827 "configure"
6827 #include "confdefs.h"
6828 /* System header to define __stub macros and hopefully few prototypes,
6829     which can conflict with char gethostbyname(); below.  */
6830 #include <assert.h>
6831 /* Override any gcc2 internal prototype to avoid an error.  */
6832 /* We use char because int might match the return type of a gcc2
6833     builtin and then its argument prototype would still apply.  */
6834 char gethostbyname();
6835
6836 int main() {
6837
6838 /* The GNU C library defines this for functions which it implements
6839     to always fail with ENOSYS.  Some functions are actually named
6840     something starting with __ and the normal name is an alias.  */
6841 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6842 choke me
6843 #else
6844 gethostbyname();
6845 #endif
6846
6847 ; return 0; }
6848 EOF
6849 if { (eval echo configure:6850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6850   rm -rf conftest*
6851   eval "ac_cv_func_gethostbyname=yes"
6852 else
6853   echo "configure: failed program was:" >&5
6854   cat conftest.$ac_ext >&5
6855   rm -rf conftest*
6856   eval "ac_cv_func_gethostbyname=no"
6857 fi
6858 rm -f conftest*
6859 fi
6860
6861 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
6862   echo "$ac_t""yes" 1>&6
6863   :
6864 else
6865   echo "$ac_t""no" 1>&6
6866 fi
6867
6868     if test $ac_cv_func_gethostbyname = no; then
6869       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
6870 echo "configure:6871: checking for gethostbyname in -lnsl" >&5
6871 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6872 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6873   echo $ac_n "(cached) $ac_c" 1>&6
6874 else
6875   ac_save_LIBS="$LIBS"
6876 LIBS="-lnsl  $LIBS"
6877 cat > conftest.$ac_ext <<EOF
6878 #line 6879 "configure"
6879 #include "confdefs.h"
6880 /* Override any gcc2 internal prototype to avoid an error.  */
6881 /* We use char because int might match the return type of a gcc2
6882     builtin and then its argument prototype would still apply.  */
6883 char gethostbyname();
6884
6885 int main() {
6886 gethostbyname()
6887 ; return 0; }
6888 EOF
6889 if { (eval echo configure:6890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6890   rm -rf conftest*
6891   eval "ac_cv_lib_$ac_lib_var=yes"
6892 else
6893   echo "configure: failed program was:" >&5
6894   cat conftest.$ac_ext >&5
6895   rm -rf conftest*
6896   eval "ac_cv_lib_$ac_lib_var=no"
6897 fi
6898 rm -f conftest*
6899 LIBS="$ac_save_LIBS"
6900
6901 fi
6902 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6903   echo "$ac_t""yes" 1>&6
6904   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6905 else
6906   echo "$ac_t""no" 1>&6
6907 fi
6908
6909     fi
6910
6911     # lieder@skyler.mavd.honeywell.com says without -lsocket,
6912     # socket/setsockopt and other routines are undefined under SCO ODT
6913     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
6914     # on later versions), says simon@lia.di.epfl.ch: it contains
6915     # gethostby* variants that don't use the nameserver (or something).
6916     # -lsocket must be given before -lnsl if both are needed.
6917     # We assume that if connect needs -lnsl, so does gethostbyname.
6918     echo $ac_n "checking for connect""... $ac_c" 1>&6
6919 echo "configure:6920: checking for connect" >&5
6920 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
6921   echo $ac_n "(cached) $ac_c" 1>&6
6922 else
6923   cat > conftest.$ac_ext <<EOF
6924 #line 6925 "configure"
6925 #include "confdefs.h"
6926 /* System header to define __stub macros and hopefully few prototypes,
6927     which can conflict with char connect(); below.  */
6928 #include <assert.h>
6929 /* Override any gcc2 internal prototype to avoid an error.  */
6930 /* We use char because int might match the return type of a gcc2
6931     builtin and then its argument prototype would still apply.  */
6932 char connect();
6933
6934 int main() {
6935
6936 /* The GNU C library defines this for functions which it implements
6937     to always fail with ENOSYS.  Some functions are actually named
6938     something starting with __ and the normal name is an alias.  */
6939 #if defined (__stub_connect) || defined (__stub___connect)
6940 choke me
6941 #else
6942 connect();
6943 #endif
6944
6945 ; return 0; }
6946 EOF
6947 if { (eval echo configure:6948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6948   rm -rf conftest*
6949   eval "ac_cv_func_connect=yes"
6950 else
6951   echo "configure: failed program was:" >&5
6952   cat conftest.$ac_ext >&5
6953   rm -rf conftest*
6954   eval "ac_cv_func_connect=no"
6955 fi
6956 rm -f conftest*
6957 fi
6958
6959 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
6960   echo "$ac_t""yes" 1>&6
6961   :
6962 else
6963   echo "$ac_t""no" 1>&6
6964 fi
6965
6966     if test $ac_cv_func_connect = no; then
6967       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
6968 echo "configure:6969: checking for connect in -lsocket" >&5
6969 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6970 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6971   echo $ac_n "(cached) $ac_c" 1>&6
6972 else
6973   ac_save_LIBS="$LIBS"
6974 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6975 cat > conftest.$ac_ext <<EOF
6976 #line 6977 "configure"
6977 #include "confdefs.h"
6978 /* Override any gcc2 internal prototype to avoid an error.  */
6979 /* We use char because int might match the return type of a gcc2
6980     builtin and then its argument prototype would still apply.  */
6981 char connect();
6982
6983 int main() {
6984 connect()
6985 ; return 0; }
6986 EOF
6987 if { (eval echo configure:6988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6988   rm -rf conftest*
6989   eval "ac_cv_lib_$ac_lib_var=yes"
6990 else
6991   echo "configure: failed program was:" >&5
6992   cat conftest.$ac_ext >&5
6993   rm -rf conftest*
6994   eval "ac_cv_lib_$ac_lib_var=no"
6995 fi
6996 rm -f conftest*
6997 LIBS="$ac_save_LIBS"
6998
6999 fi
7000 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7001   echo "$ac_t""yes" 1>&6
7002   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7003 else
7004   echo "$ac_t""no" 1>&6
7005 fi
7006
7007     fi
7008
7009     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
7010     echo $ac_n "checking for remove""... $ac_c" 1>&6
7011 echo "configure:7012: checking for remove" >&5
7012 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
7013   echo $ac_n "(cached) $ac_c" 1>&6
7014 else
7015   cat > conftest.$ac_ext <<EOF
7016 #line 7017 "configure"
7017 #include "confdefs.h"
7018 /* System header to define __stub macros and hopefully few prototypes,
7019     which can conflict with char remove(); below.  */
7020 #include <assert.h>
7021 /* Override any gcc2 internal prototype to avoid an error.  */
7022 /* We use char because int might match the return type of a gcc2
7023     builtin and then its argument prototype would still apply.  */
7024 char remove();
7025
7026 int main() {
7027
7028 /* The GNU C library defines this for functions which it implements
7029     to always fail with ENOSYS.  Some functions are actually named
7030     something starting with __ and the normal name is an alias.  */
7031 #if defined (__stub_remove) || defined (__stub___remove)
7032 choke me
7033 #else
7034 remove();
7035 #endif
7036
7037 ; return 0; }
7038 EOF
7039 if { (eval echo configure:7040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7040   rm -rf conftest*
7041   eval "ac_cv_func_remove=yes"
7042 else
7043   echo "configure: failed program was:" >&5
7044   cat conftest.$ac_ext >&5
7045   rm -rf conftest*
7046   eval "ac_cv_func_remove=no"
7047 fi
7048 rm -f conftest*
7049 fi
7050
7051 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
7052   echo "$ac_t""yes" 1>&6
7053   :
7054 else
7055   echo "$ac_t""no" 1>&6
7056 fi
7057
7058     if test $ac_cv_func_remove = no; then
7059       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
7060 echo "configure:7061: checking for remove in -lposix" >&5
7061 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
7062 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7063   echo $ac_n "(cached) $ac_c" 1>&6
7064 else
7065   ac_save_LIBS="$LIBS"
7066 LIBS="-lposix  $LIBS"
7067 cat > conftest.$ac_ext <<EOF
7068 #line 7069 "configure"
7069 #include "confdefs.h"
7070 /* Override any gcc2 internal prototype to avoid an error.  */
7071 /* We use char because int might match the return type of a gcc2
7072     builtin and then its argument prototype would still apply.  */
7073 char remove();
7074
7075 int main() {
7076 remove()
7077 ; return 0; }
7078 EOF
7079 if { (eval echo configure:7080: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7080   rm -rf conftest*
7081   eval "ac_cv_lib_$ac_lib_var=yes"
7082 else
7083   echo "configure: failed program was:" >&5
7084   cat conftest.$ac_ext >&5
7085   rm -rf conftest*
7086   eval "ac_cv_lib_$ac_lib_var=no"
7087 fi
7088 rm -f conftest*
7089 LIBS="$ac_save_LIBS"
7090
7091 fi
7092 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7093   echo "$ac_t""yes" 1>&6
7094   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7095 else
7096   echo "$ac_t""no" 1>&6
7097 fi
7098
7099     fi
7100
7101     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7102     echo $ac_n "checking for shmat""... $ac_c" 1>&6
7103 echo "configure:7104: checking for shmat" >&5
7104 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
7105   echo $ac_n "(cached) $ac_c" 1>&6
7106 else
7107   cat > conftest.$ac_ext <<EOF
7108 #line 7109 "configure"
7109 #include "confdefs.h"
7110 /* System header to define __stub macros and hopefully few prototypes,
7111     which can conflict with char shmat(); below.  */
7112 #include <assert.h>
7113 /* Override any gcc2 internal prototype to avoid an error.  */
7114 /* We use char because int might match the return type of a gcc2
7115     builtin and then its argument prototype would still apply.  */
7116 char shmat();
7117
7118 int main() {
7119
7120 /* The GNU C library defines this for functions which it implements
7121     to always fail with ENOSYS.  Some functions are actually named
7122     something starting with __ and the normal name is an alias.  */
7123 #if defined (__stub_shmat) || defined (__stub___shmat)
7124 choke me
7125 #else
7126 shmat();
7127 #endif
7128
7129 ; return 0; }
7130 EOF
7131 if { (eval echo configure:7132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7132   rm -rf conftest*
7133   eval "ac_cv_func_shmat=yes"
7134 else
7135   echo "configure: failed program was:" >&5
7136   cat conftest.$ac_ext >&5
7137   rm -rf conftest*
7138   eval "ac_cv_func_shmat=no"
7139 fi
7140 rm -f conftest*
7141 fi
7142
7143 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
7144   echo "$ac_t""yes" 1>&6
7145   :
7146 else
7147   echo "$ac_t""no" 1>&6
7148 fi
7149
7150     if test $ac_cv_func_shmat = no; then
7151       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
7152 echo "configure:7153: checking for shmat in -lipc" >&5
7153 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
7154 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7155   echo $ac_n "(cached) $ac_c" 1>&6
7156 else
7157   ac_save_LIBS="$LIBS"
7158 LIBS="-lipc  $LIBS"
7159 cat > conftest.$ac_ext <<EOF
7160 #line 7161 "configure"
7161 #include "confdefs.h"
7162 /* Override any gcc2 internal prototype to avoid an error.  */
7163 /* We use char because int might match the return type of a gcc2
7164     builtin and then its argument prototype would still apply.  */
7165 char shmat();
7166
7167 int main() {
7168 shmat()
7169 ; return 0; }
7170 EOF
7171 if { (eval echo configure:7172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7172   rm -rf conftest*
7173   eval "ac_cv_lib_$ac_lib_var=yes"
7174 else
7175   echo "configure: failed program was:" >&5
7176   cat conftest.$ac_ext >&5
7177   rm -rf conftest*
7178   eval "ac_cv_lib_$ac_lib_var=no"
7179 fi
7180 rm -f conftest*
7181 LIBS="$ac_save_LIBS"
7182
7183 fi
7184 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7185   echo "$ac_t""yes" 1>&6
7186   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7187 else
7188   echo "$ac_t""no" 1>&6
7189 fi
7190
7191     fi
7192   fi
7193
7194   # Check for libraries that X11R6 Xt/Xaw programs need.
7195   ac_save_LDFLAGS="$LDFLAGS"
7196   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7197   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7198   # check for ICE first), but we must link in the order -lSM -lICE or
7199   # we get undefined symbols.  So assume we have SM if we have ICE.
7200   # These have to be linked with before -lX11, unlike the other
7201   # libraries we check for below, so use a different variable.
7202   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
7203   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
7204 echo "configure:7205: checking for IceConnectionNumber in -lICE" >&5
7205 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
7206 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7207   echo $ac_n "(cached) $ac_c" 1>&6
7208 else
7209   ac_save_LIBS="$LIBS"
7210 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7211 cat > conftest.$ac_ext <<EOF
7212 #line 7213 "configure"
7213 #include "confdefs.h"
7214 /* Override any gcc2 internal prototype to avoid an error.  */
7215 /* We use char because int might match the return type of a gcc2
7216     builtin and then its argument prototype would still apply.  */
7217 char IceConnectionNumber();
7218
7219 int main() {
7220 IceConnectionNumber()
7221 ; return 0; }
7222 EOF
7223 if { (eval echo configure:7224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7224   rm -rf conftest*
7225   eval "ac_cv_lib_$ac_lib_var=yes"
7226 else
7227   echo "configure: failed program was:" >&5
7228   cat conftest.$ac_ext >&5
7229   rm -rf conftest*
7230   eval "ac_cv_lib_$ac_lib_var=no"
7231 fi
7232 rm -f conftest*
7233 LIBS="$ac_save_LIBS"
7234
7235 fi
7236 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7237   echo "$ac_t""yes" 1>&6
7238   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7239 else
7240   echo "$ac_t""no" 1>&6
7241 fi
7242
7243   LDFLAGS="$ac_save_LDFLAGS"
7244
7245 fi
7246
7247
7248 # Check whether --enable-java-awt or --disable-java-awt was given.
7249 if test "${enable_java_awt+set}" = set; then
7250   enableval="$enable_java_awt"
7251   :
7252 fi
7253
7254
7255 peerlibs="`echo ${enable_java_awt} | tr ',' ' '`"
7256 use_xlib_awt=""
7257 use_gtk_awt=""
7258
7259 for peer in $peerlibs ; do
7260   case $peer in
7261     xlib)
7262       if test "$no_x" = yes; then
7263         echo "*** xlib peers requested but no X library available" 1>&2
7264         exit 1
7265       else
7266         use_xlib_awt="yes"
7267       fi
7268       ;;
7269     gtk)
7270       # Nothing, yet...
7271       ;;
7272     no)
7273       use_xlib_awt=
7274       use_gtk_awt=
7275       break
7276       ;;
7277     *)
7278       echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
7279       exit 1
7280   esac
7281 done
7282
7283
7284
7285 if test "$use_xlib_awt" = yes; then
7286   XLIB_AWT_TRUE=
7287   XLIB_AWT_FALSE='#'
7288 else
7289   XLIB_AWT_TRUE='#'
7290   XLIB_AWT_FALSE=
7291 fi
7292
7293
7294 if test "$use_gtk_awt" = yes; then
7295   GTK_AWT_TRUE=
7296   GTK_AWT_FALSE='#'
7297 else
7298   GTK_AWT_TRUE='#'
7299   GTK_AWT_FALSE=
7300 fi
7301
7302
7303 here=`pwd`
7304
7305
7306 # We get this from the environment.
7307
7308
7309 trap '' 1 2 15
7310 cat > confcache <<\EOF
7311 # This file is a shell script that caches the results of configure
7312 # tests run on this system so they can be shared between configure
7313 # scripts and configure runs.  It is not useful on other systems.
7314 # If it contains results you don't want to keep, you may remove or edit it.
7315 #
7316 # By default, configure uses ./config.cache as the cache file,
7317 # creating it if it does not exist already.  You can give configure
7318 # the --cache-file=FILE option to use a different cache file; that is
7319 # what configure does when it calls configure scripts in
7320 # subdirectories, so they share the cache.
7321 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7322 # config.status only pays attention to the cache file if you give it the
7323 # --recheck option to rerun configure.
7324 #
7325 EOF
7326 # The following way of writing the cache mishandles newlines in values,
7327 # but we know of no workaround that is simple, portable, and efficient.
7328 # So, don't put newlines in cache variables' values.
7329 # Ultrix sh set writes to stderr and can't be redirected directly,
7330 # and sets the high bit in the cache file unless we assign to the vars.
7331 (set) 2>&1 |
7332   case `(ac_space=' '; set | grep ac_space) 2>&1` in
7333   *ac_space=\ *)
7334     # `set' does not quote correctly, so add quotes (double-quote substitution
7335     # turns \\\\ into \\, and sed turns \\ into \).
7336     sed -n \
7337       -e "s/'/'\\\\''/g" \
7338       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7339     ;;
7340   *)
7341     # `set' quotes correctly as required by POSIX, so do not add quotes.
7342     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7343     ;;
7344   esac >> confcache
7345 if cmp -s $cache_file confcache; then
7346   :
7347 else
7348   if test -w $cache_file; then
7349     echo "updating cache $cache_file"
7350     cat confcache > $cache_file
7351   else
7352     echo "not updating unwritable cache $cache_file"
7353   fi
7354 fi
7355 rm -f confcache
7356
7357 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7358
7359 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7360 # Let make expand exec_prefix.
7361 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7362
7363 # Any assignment to VPATH causes Sun make to only execute
7364 # the first set of double-colon rules, so remove it if not needed.
7365 # If there is a colon in the path, we need to keep it.
7366 if test "x$srcdir" = x.; then
7367   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
7368 fi
7369
7370 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7371
7372 DEFS=-DHAVE_CONFIG_H
7373
7374 # Without the "./", some shells look in PATH for config.status.
7375 : ${CONFIG_STATUS=./config.status}
7376
7377 echo creating $CONFIG_STATUS
7378 rm -f $CONFIG_STATUS
7379 cat > $CONFIG_STATUS <<EOF
7380 #! /bin/sh
7381 # Generated automatically by configure.
7382 # Run this file to recreate the current configuration.
7383 # This directory was configured as follows,
7384 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7385 #
7386 # $0 $ac_configure_args
7387 #
7388 # Compiler output produced by configure, useful for debugging
7389 # configure, is in ./config.log if it exists.
7390
7391 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
7392 for ac_option
7393 do
7394   case "\$ac_option" in
7395   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7396     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
7397     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
7398   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7399     echo "$CONFIG_STATUS generated by autoconf version 2.13"
7400     exit 0 ;;
7401   -help | --help | --hel | --he | --h)
7402     echo "\$ac_cs_usage"; exit 0 ;;
7403   *) echo "\$ac_cs_usage"; exit 1 ;;
7404   esac
7405 done
7406
7407 ac_given_srcdir=$srcdir
7408 ac_given_INSTALL="$INSTALL"
7409
7410 trap 'rm -fr `echo "Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile include/config.h gcj/libgcj-config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7411 EOF
7412 cat >> $CONFIG_STATUS <<EOF
7413
7414 # Protect against being on the right side of a sed subst in config.status.
7415 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7416  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7417 $ac_vpsub
7418 $extrasub
7419 s%@SHELL@%$SHELL%g
7420 s%@CFLAGS@%$CFLAGS%g
7421 s%@CPPFLAGS@%$CPPFLAGS%g
7422 s%@CXXFLAGS@%$CXXFLAGS%g
7423 s%@FFLAGS@%$FFLAGS%g
7424 s%@DEFS@%$DEFS%g
7425 s%@LDFLAGS@%$LDFLAGS%g
7426 s%@LIBS@%$LIBS%g
7427 s%@exec_prefix@%$exec_prefix%g
7428 s%@prefix@%$prefix%g
7429 s%@program_transform_name@%$program_transform_name%g
7430 s%@bindir@%$bindir%g
7431 s%@sbindir@%$sbindir%g
7432 s%@libexecdir@%$libexecdir%g
7433 s%@datadir@%$datadir%g
7434 s%@sysconfdir@%$sysconfdir%g
7435 s%@sharedstatedir@%$sharedstatedir%g
7436 s%@localstatedir@%$localstatedir%g
7437 s%@libdir@%$libdir%g
7438 s%@includedir@%$includedir%g
7439 s%@oldincludedir@%$oldincludedir%g
7440 s%@infodir@%$infodir%g
7441 s%@mandir@%$mandir%g
7442 s%@LN_S@%$LN_S%g
7443 s%@libgcj_basedir@%$libgcj_basedir%g
7444 s%@mkinstalldirs@%$mkinstalldirs%g
7445 s%@host@%$host%g
7446 s%@host_alias@%$host_alias%g
7447 s%@host_cpu@%$host_cpu%g
7448 s%@host_vendor@%$host_vendor%g
7449 s%@host_os@%$host_os%g
7450 s%@target@%$target%g
7451 s%@target_alias@%$target_alias%g
7452 s%@target_cpu@%$target_cpu%g
7453 s%@target_vendor@%$target_vendor%g
7454 s%@target_os@%$target_os%g
7455 s%@build@%$build%g
7456 s%@build_alias@%$build_alias%g
7457 s%@build_cpu@%$build_cpu%g
7458 s%@build_vendor@%$build_vendor%g
7459 s%@build_os@%$build_os%g
7460 s%@CC@%$CC%g
7461 s%@glibjava_CXX@%$glibjava_CXX%g
7462 s%@CXX@%$CXX%g
7463 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7464 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7465 s%@INSTALL_DATA@%$INSTALL_DATA%g
7466 s%@PACKAGE@%$PACKAGE%g
7467 s%@VERSION@%$VERSION%g
7468 s%@ACLOCAL@%$ACLOCAL%g
7469 s%@AUTOCONF@%$AUTOCONF%g
7470 s%@AUTOMAKE@%$AUTOMAKE%g
7471 s%@AUTOHEADER@%$AUTOHEADER%g
7472 s%@MAKEINFO@%$MAKEINFO%g
7473 s%@SET_MAKE@%$SET_MAKE%g
7474 s%@AS@%$AS%g
7475 s%@AR@%$AR%g
7476 s%@RANLIB@%$RANLIB%g
7477 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
7478 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
7479 s%@MAINT@%$MAINT%g
7480 s%@EXEEXT@%$EXEEXT%g
7481 s%@LIBGCJ_CFLAGS@%$LIBGCJ_CFLAGS%g
7482 s%@LIBGCJ_CXXFLAGS@%$LIBGCJ_CXXFLAGS%g
7483 s%@LIBGCJ_JAVAFLAGS@%$LIBGCJ_JAVAFLAGS%g
7484 s%@INCLTDL@%$INCLTDL%g
7485 s%@LIBLTDL@%$LIBLTDL%g
7486 s%@DIRLTDL@%$DIRLTDL%g
7487 s%@OBJEXT@%$OBJEXT%g
7488 s%@STRIP@%$STRIP%g
7489 s%@LIBTOOL@%$LIBTOOL%g
7490 s%@CXXCPP@%$CXXCPP%g
7491 s%@subdirs@%$subdirs%g
7492 s%@COMPPATH@%$COMPPATH%g
7493 s%@TESTSUBDIR_TRUE@%$TESTSUBDIR_TRUE%g
7494 s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
7495 s%@LIBGCJDEBUG@%$LIBGCJDEBUG%g
7496 s%@LIBFFI@%$LIBFFI%g
7497 s%@LIBFFIINCS@%$LIBFFIINCS%g
7498 s%@PLATFORMOBJS@%$PLATFORMOBJS%g
7499 s%@CPP@%$CPP%g
7500 s%@SYSTEMSPEC@%$SYSTEMSPEC%g
7501 s%@LIBGCJTESTSPEC@%$LIBGCJTESTSPEC%g
7502 s%@ZLIBSPEC@%$ZLIBSPEC%g
7503 s%@ZLIBTESTSPEC@%$ZLIBTESTSPEC%g
7504 s%@GCLIBS@%$GCLIBS%g
7505 s%@GCINCS@%$GCINCS%g
7506 s%@GCDEPS@%$GCDEPS%g
7507 s%@GCOBJS@%$GCOBJS%g
7508 s%@GCSPEC@%$GCSPEC%g
7509 s%@JC1GCSPEC@%$JC1GCSPEC%g
7510 s%@GCTESTSPEC@%$GCTESTSPEC%g
7511 s%@THREADLIBS@%$THREADLIBS%g
7512 s%@THREADINCS@%$THREADINCS%g
7513 s%@THREADDEPS@%$THREADDEPS%g
7514 s%@THREADOBJS@%$THREADOBJS%g
7515 s%@THREADSPEC@%$THREADSPEC%g
7516 s%@HASH_SYNC_SPEC@%$HASH_SYNC_SPEC%g
7517 s%@USING_GCC_TRUE@%$USING_GCC_TRUE%g
7518 s%@USING_GCC_FALSE@%$USING_GCC_FALSE%g
7519 s%@tool_include_dir@%$tool_include_dir%g
7520 s%@LIBICONV@%$LIBICONV%g
7521 s%@GCJ@%$GCJ%g
7522 s%@GCJFLAGS@%$GCJFLAGS%g
7523 s%@ZLIBS@%$ZLIBS%g
7524 s%@ZDEPS@%$ZDEPS%g
7525 s%@ZINCS@%$ZINCS%g
7526 s%@DIVIDESPEC@%$DIVIDESPEC%g
7527 s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
7528 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
7529 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
7530 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
7531 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
7532 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
7533 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
7534 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
7535 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
7536 s%@NEEDS_DATA_START_TRUE@%$NEEDS_DATA_START_TRUE%g
7537 s%@NEEDS_DATA_START_FALSE@%$NEEDS_DATA_START_FALSE%g
7538 s%@GCC_UNWIND_INCLUDE@%$GCC_UNWIND_INCLUDE%g
7539 s%@AM_RUNTESTFLAGS@%$AM_RUNTESTFLAGS%g
7540 s%@ALLOCA@%$ALLOCA%g
7541 s%@PERL@%$PERL%g
7542 s%@SYSDEP_SOURCES@%$SYSDEP_SOURCES%g
7543 s%@X_CFLAGS@%$X_CFLAGS%g
7544 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
7545 s%@X_LIBS@%$X_LIBS%g
7546 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
7547 s%@XLIB_AWT_TRUE@%$XLIB_AWT_TRUE%g
7548 s%@XLIB_AWT_FALSE@%$XLIB_AWT_FALSE%g
7549 s%@GTK_AWT_TRUE@%$GTK_AWT_TRUE%g
7550 s%@GTK_AWT_FALSE@%$GTK_AWT_FALSE%g
7551 s%@here@%$here%g
7552
7553 CEOF
7554 EOF
7555
7556 cat >> $CONFIG_STATUS <<\EOF
7557
7558 # Split the substitutions into bite-sized pieces for seds with
7559 # small command number limits, like on Digital OSF/1 and HP-UX.
7560 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7561 ac_file=1 # Number of current file.
7562 ac_beg=1 # First line for current file.
7563 ac_end=$ac_max_sed_cmds # Line after last line for current file.
7564 ac_more_lines=:
7565 ac_sed_cmds=""
7566 while $ac_more_lines; do
7567   if test $ac_beg -gt 1; then
7568     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7569   else
7570     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7571   fi
7572   if test ! -s conftest.s$ac_file; then
7573     ac_more_lines=false
7574     rm -f conftest.s$ac_file
7575   else
7576     if test -z "$ac_sed_cmds"; then
7577       ac_sed_cmds="sed -f conftest.s$ac_file"
7578     else
7579       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
7580     fi
7581     ac_file=`expr $ac_file + 1`
7582     ac_beg=$ac_end
7583     ac_end=`expr $ac_end + $ac_max_sed_cmds`
7584   fi
7585 done
7586 if test -z "$ac_sed_cmds"; then
7587   ac_sed_cmds=cat
7588 fi
7589 EOF
7590
7591 cat >> $CONFIG_STATUS <<EOF
7592
7593 CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile"}
7594 EOF
7595 cat >> $CONFIG_STATUS <<\EOF
7596 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7597   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7598   case "$ac_file" in
7599   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7600        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7601   *) ac_file_in="${ac_file}.in" ;;
7602   esac
7603
7604   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7605
7606   # Remove last slash and all that follows it.  Not all systems have dirname.
7607   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7608   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7609     # The file is in a subdirectory.
7610     test ! -d "$ac_dir" && mkdir "$ac_dir"
7611     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
7612     # A "../" for each directory in $ac_dir_suffix.
7613     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7614   else
7615     ac_dir_suffix= ac_dots=
7616   fi
7617
7618   case "$ac_given_srcdir" in
7619   .)  srcdir=.
7620       if test -z "$ac_dots"; then top_srcdir=.
7621       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7622   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
7623   *) # Relative path.
7624     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7625     top_srcdir="$ac_dots$ac_given_srcdir" ;;
7626   esac
7627
7628   case "$ac_given_INSTALL" in
7629   [/$]*) INSTALL="$ac_given_INSTALL" ;;
7630   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7631   esac
7632
7633   echo creating "$ac_file"
7634   rm -f "$ac_file"
7635   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7636   case "$ac_file" in
7637   *Makefile*) ac_comsub="1i\\
7638 # $configure_input" ;;
7639   *) ac_comsub= ;;
7640   esac
7641
7642   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7643   sed -e "$ac_comsub
7644 s%@configure_input@%$configure_input%g
7645 s%@srcdir@%$srcdir%g
7646 s%@top_srcdir@%$top_srcdir%g
7647 s%@INSTALL@%$INSTALL%g
7648 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7649 fi; done
7650 rm -f conftest.s*
7651
7652 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7653 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7654 #
7655 # ac_d sets the value in "#define NAME VALUE" lines.
7656 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
7657 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
7658 ac_dC='\3'
7659 ac_dD='%g'
7660 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
7661 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
7662 ac_uB='\([      ]\)%\1#\2define\3'
7663 ac_uC=' '
7664 ac_uD='\4%g'
7665 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7666 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
7667 ac_eB='$%\1#\2define\3'
7668 ac_eC=' '
7669 ac_eD='%g'
7670
7671 if test "${CONFIG_HEADERS+set}" != set; then
7672 EOF
7673 cat >> $CONFIG_STATUS <<EOF
7674   CONFIG_HEADERS="include/config.h gcj/libgcj-config.h"
7675 EOF
7676 cat >> $CONFIG_STATUS <<\EOF
7677 fi
7678 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
7679   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7680   case "$ac_file" in
7681   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7682        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7683   *) ac_file_in="${ac_file}.in" ;;
7684   esac
7685
7686   echo creating $ac_file
7687
7688   rm -f conftest.frag conftest.in conftest.out
7689   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7690   cat $ac_file_inputs > conftest.in
7691
7692 EOF
7693
7694 # Transform confdefs.h into a sed script conftest.vals that substitutes
7695 # the proper values into config.h.in to produce config.h.  And first:
7696 # Protect against being on the right side of a sed subst in config.status.
7697 # Protect against being in an unquoted here document in config.status.
7698 rm -f conftest.vals
7699 cat > conftest.hdr <<\EOF
7700 s/[\\&%]/\\&/g
7701 s%[\\$`]%\\&%g
7702 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
7703 s%ac_d%ac_u%gp
7704 s%ac_u%ac_e%gp
7705 EOF
7706 sed -n -f conftest.hdr confdefs.h > conftest.vals
7707 rm -f conftest.hdr
7708
7709 # This sed command replaces #undef with comments.  This is necessary, for
7710 # example, in the case of _POSIX_SOURCE, which is predefined and required
7711 # on some systems where configure will not decide to define it.
7712 cat >> conftest.vals <<\EOF
7713 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
7714 EOF
7715
7716 # Break up conftest.vals because some shells have a limit on
7717 # the size of here documents, and old seds have small limits too.
7718
7719 rm -f conftest.tail
7720 while :
7721 do
7722   ac_lines=`grep -c . conftest.vals`
7723   # grep -c gives empty output for an empty file on some AIX systems.
7724   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
7725   # Write a limited-size here document to conftest.frag.
7726   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
7727   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
7728   echo 'CEOF
7729   sed -f conftest.frag conftest.in > conftest.out
7730   rm -f conftest.in
7731   mv conftest.out conftest.in
7732 ' >> $CONFIG_STATUS
7733   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
7734   rm -f conftest.vals
7735   mv conftest.tail conftest.vals
7736 done
7737 rm -f conftest.vals
7738
7739 cat >> $CONFIG_STATUS <<\EOF
7740   rm -f conftest.frag conftest.h
7741   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
7742   cat conftest.in >> conftest.h
7743   rm -f conftest.in
7744   if cmp -s $ac_file conftest.h 2>/dev/null; then
7745     echo "$ac_file is unchanged"
7746     rm -f conftest.h
7747   else
7748     # Remove last slash and all that follows it.  Not all systems have dirname.
7749       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7750       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7751       # The file is in a subdirectory.
7752       test ! -d "$ac_dir" && mkdir "$ac_dir"
7753     fi
7754     rm -f $ac_file
7755     mv conftest.h $ac_file
7756   fi
7757 fi; done
7758
7759 EOF
7760
7761 cat >> $CONFIG_STATUS <<EOF
7762 ac_sources="include/$PLATFORMH java/io/natFile${PLATFORM}.cc java/io/natFileDescriptor${PLATFORM}.cc java/lang/${PLATFORM}Process.java java/lang/nat${PLATFORM}Process.cc include/$GCHDR include/$THREADH sysdep/$sysdeps_dir $SIGNAL_HANDLER"
7763 ac_dests="include/platform.h java/io/natFile.cc java/io/natFileDescriptor.cc java/lang/ConcreteProcess.java java/lang/natConcreteProcess.cc include/java-gc.h include/java-threads.h sysdep include/java-signal.h"
7764 EOF
7765
7766 cat >> $CONFIG_STATUS <<\EOF
7767 srcdir=$ac_given_srcdir
7768 while test -n "$ac_sources"; do
7769   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
7770   set $ac_sources; ac_source=$1; shift; ac_sources=$*
7771
7772   echo "linking $srcdir/$ac_source to $ac_dest"
7773
7774   if test ! -r $srcdir/$ac_source; then
7775     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
7776   fi
7777   rm -f $ac_dest
7778
7779   # Make relative symlinks.
7780   # Remove last slash and all that follows it.  Not all systems have dirname.
7781   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
7782   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
7783     # The dest file is in a subdirectory.
7784     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
7785     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
7786     # A "../" for each directory in $ac_dest_dir_suffix.
7787     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
7788   else
7789     ac_dest_dir_suffix= ac_dots=
7790   fi
7791
7792   case "$srcdir" in
7793   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
7794   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
7795   esac
7796
7797   # Make a symlink if possible; otherwise try a hard link.
7798   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
7799     ln $srcdir/$ac_source $ac_dest; then :
7800   else
7801     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
7802   fi
7803 done
7804 EOF
7805 cat >> $CONFIG_STATUS <<EOF
7806
7807 srcdir=${srcdir}
7808 host=${host}
7809 target=${target}
7810 with_multisubdir=${with_multisubdir}
7811 ac_configure_args="${multilib_arg} ${ac_configure_args}"
7812 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7813 libgcj_basedir=${libgcj_basedir}
7814 CC="${CC}"
7815 CXX="${CXX}"
7816
7817 EOF
7818 cat >> $CONFIG_STATUS <<\EOF
7819 am_indx=1
7820 for am_file in include/config.h gcj/libgcj-config.h; do
7821   case " $CONFIG_HEADERS " in
7822   *" $am_file "*)
7823     echo timestamp > `echo $am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
7824     ;;
7825   esac
7826   am_indx=`expr "$am_indx" + 1`
7827 done
7828 # Only add multilib support code if we just rebuilt top-level Makefile.
7829 case " $CONFIG_FILES " in
7830  *" Makefile "*)
7831    ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
7832    ;;
7833 esac
7834
7835 # Make subdirectories and `.d' files.  Look in both srcdir and
7836 # builddir for the .java files.
7837 h=`pwd`
7838 : > deps.mk
7839 ( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' \) -print) ;
7840   find . \( -name '*.java' -o -name '*.cc' \) -print) | \
7841    fgrep -v testsuite | \
7842    sed -e 's/\.java/.d/'\;'s/\.cc/.d/' | \
7843    while read f; do
7844       echo "include $f" >> deps.mk
7845       test -f $f || {
7846
7847          d=`echo $f | sed -e 's,/[^/]*$,,'`
7848
7849          if test ! -d $d; then
7850            $libgcj_basedir/../mkinstalldirs $d
7851          fi;
7852          echo > $f
7853       }
7854    done
7855
7856 exit 0
7857 EOF
7858 chmod +x $CONFIG_STATUS
7859 rm -fr confdefs* $ac_clean_files
7860 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
7861
7862 if test "$no_recursion" != yes; then
7863
7864   # Remove --cache-file and --srcdir arguments so they do not pile up.
7865   ac_sub_configure_args=
7866   ac_prev=
7867   for ac_arg in $ac_configure_args; do
7868     if test -n "$ac_prev"; then
7869       ac_prev=
7870       continue
7871     fi
7872     case "$ac_arg" in
7873     -cache-file | --cache-file | --cache-fil | --cache-fi \
7874     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7875       ac_prev=cache_file ;;
7876     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7877     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
7878       ;;
7879     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
7880       ac_prev=srcdir ;;
7881     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
7882       ;;
7883     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
7884     esac
7885   done
7886
7887   for ac_config_dir in $DIRLTDL; do
7888
7889     # Do not complain, so a configure script can configure whichever
7890     # parts of a large source tree are present.
7891     if test ! -d $srcdir/$ac_config_dir; then
7892       continue
7893     fi
7894
7895     echo configuring in $ac_config_dir
7896
7897     case "$srcdir" in
7898     .) ;;
7899     *)
7900       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
7901       else
7902         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
7903       fi
7904       ;;
7905     esac
7906
7907     ac_popdir=`pwd`
7908     cd $ac_config_dir
7909
7910       # A "../" for each directory in /$ac_config_dir.
7911       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
7912
7913     case "$srcdir" in
7914     .) # No --srcdir option.  We are building in place.
7915       ac_sub_srcdir=$srcdir ;;
7916     /*) # Absolute path.
7917       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
7918     *) # Relative path.
7919       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
7920     esac
7921
7922     # Check for guested configure; otherwise get Cygnus style configure.
7923     if test -f $ac_sub_srcdir/configure; then
7924       ac_sub_configure=$ac_sub_srcdir/configure
7925     elif test -f $ac_sub_srcdir/configure.in; then
7926       ac_sub_configure=$ac_configure
7927     else
7928       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
7929       ac_sub_configure=
7930     fi
7931
7932     # The recursion is here.
7933     if test -n "$ac_sub_configure"; then
7934
7935       # Make the cache file name correct relative to the subdirectory.
7936       case "$cache_file" in
7937       /*) ac_sub_cache_file=$cache_file ;;
7938       *) # Relative path.
7939         ac_sub_cache_file="$ac_dots$cache_file" ;;
7940       esac
7941   case "$ac_given_INSTALL" in
7942         [/$]*) INSTALL="$ac_given_INSTALL" ;;
7943         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7944         esac
7945
7946       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
7947       # The eval makes quoting arguments work.
7948       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
7949       then :
7950       else
7951         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
7952       fi
7953     fi
7954
7955     cd $ac_popdir
7956   done
7957 fi
7958