configure.in: Allow building in $srcdir.
[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 # If we are non using SJLJ exceptions, and this host does not have support 
2802 # for unwinding from a signal handler, enable checked dereferences and divides.
2803 if test $can_unwind_signal = no && test $enable_sjlj_exceptions = no; then
2804   CHECKREFSPEC=-fcheck-references
2805   DIVIDESPEC=-fuse-divide-subroutine
2806   EXCEPTIONSPEC=
2807 fi
2808
2809 # Check whether --enable-java-net or --disable-java-net was given.
2810 if test "${enable_java_net+set}" = set; then
2811   enableval="$enable_java_net"
2812   :
2813 fi
2814
2815
2816 if test -z "$enable_java_net"; then
2817    enable_java_net=${enable_java_net_default-yes}
2818 fi
2819 if test "$enable_java_net" = no; then
2820    cat >> confdefs.h <<\EOF
2821 #define DISABLE_JAVA_NET 1
2822 EOF
2823
2824 fi
2825
2826 # Check whether --with-libffi or --without-libffi was given.
2827 if test "${with_libffi+set}" = set; then
2828   withval="$with_libffi"
2829   :
2830 else
2831   with_libffi=${with_libffi_default-yes}
2832 fi
2833
2834
2835 LIBFFI=
2836 LIBFFIINCS=
2837 if test "$with_libffi" != no; then
2838    cat >> confdefs.h <<\EOF
2839 #define USE_LIBFFI 1
2840 EOF
2841
2842    LIBFFI=../libffi/libffi_convenience.la
2843    LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
2844 fi
2845
2846
2847
2848 # Check whether --enable-jvmpi or --disable-jvmpi was given.
2849 if test "${enable_jvmpi+set}" = set; then
2850   enableval="$enable_jvmpi"
2851   :
2852 fi
2853
2854
2855 if test "$enable_jvmpi" != no; then
2856     cat >> confdefs.h <<\EOF
2857 #define ENABLE_JVMPI 1
2858 EOF
2859
2860 fi
2861
2862 TARGET_ECOS=${PROCESS-"no"}
2863 # Check whether --with-ecos or --without-ecos was given.
2864 if test "${with_ecos+set}" = set; then
2865   withval="$with_ecos"
2866   TARGET_ECOS="$with_ecos"
2867
2868 fi
2869
2870
2871 PLATFORMOBJS=
2872 case "$TARGET_ECOS" in
2873    no) case "$host" in
2874       *mingw*)
2875             PLATFORM=Win32
2876             PLATFORMOBJS=win32.lo
2877             PLATFORMH=win32.h
2878       ;;
2879       *)
2880             PLATFORM=Posix
2881             PLATFORMOBJS=posix.lo
2882             PLATFORMH=posix.h
2883       ;;
2884       esac
2885       ;;
2886    *)
2887       PLATFORM=Ecos
2888       cat >> confdefs.h <<\EOF
2889 #define ECOS 1
2890 EOF
2891
2892       PLATFORMOBJS=posix.lo
2893       PLATFORMH=posix.h
2894       ;;
2895 esac
2896
2897
2898
2899 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2900 echo "configure:2901: checking how to run the C preprocessor" >&5
2901 # On Suns, sometimes $CPP names a directory.
2902 if test -n "$CPP" && test -d "$CPP"; then
2903   CPP=
2904 fi
2905 if test -z "$CPP"; then
2906 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2907   echo $ac_n "(cached) $ac_c" 1>&6
2908 else
2909     # This must be in double quotes, not single quotes, because CPP may get
2910   # substituted into the Makefile and "${CC-cc}" will confuse make.
2911   CPP="${CC-cc} -E"
2912   # On the NeXT, cc -E runs the code through the compiler's parser,
2913   # not just through cpp.
2914   cat > conftest.$ac_ext <<EOF
2915 #line 2916 "configure"
2916 #include "confdefs.h"
2917 #include <assert.h>
2918 Syntax Error
2919 EOF
2920 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2921 { (eval echo configure:2922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2922 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2923 if test -z "$ac_err"; then
2924   :
2925 else
2926   echo "$ac_err" >&5
2927   echo "configure: failed program was:" >&5
2928   cat conftest.$ac_ext >&5
2929   rm -rf conftest*
2930   CPP="${CC-cc} -E -traditional-cpp"
2931   cat > conftest.$ac_ext <<EOF
2932 #line 2933 "configure"
2933 #include "confdefs.h"
2934 #include <assert.h>
2935 Syntax Error
2936 EOF
2937 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2938 { (eval echo configure:2939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2939 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2940 if test -z "$ac_err"; then
2941   :
2942 else
2943   echo "$ac_err" >&5
2944   echo "configure: failed program was:" >&5
2945   cat conftest.$ac_ext >&5
2946   rm -rf conftest*
2947   CPP="${CC-cc} -nologo -E"
2948   cat > conftest.$ac_ext <<EOF
2949 #line 2950 "configure"
2950 #include "confdefs.h"
2951 #include <assert.h>
2952 Syntax Error
2953 EOF
2954 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2955 { (eval echo configure:2956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2956 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2957 if test -z "$ac_err"; then
2958   :
2959 else
2960   echo "$ac_err" >&5
2961   echo "configure: failed program was:" >&5
2962   cat conftest.$ac_ext >&5
2963   rm -rf conftest*
2964   CPP=/lib/cpp
2965 fi
2966 rm -f conftest*
2967 fi
2968 rm -f conftest*
2969 fi
2970 rm -f conftest*
2971   ac_cv_prog_CPP="$CPP"
2972 fi
2973   CPP="$ac_cv_prog_CPP"
2974 else
2975   ac_cv_prog_CPP="$CPP"
2976 fi
2977 echo "$ac_t""$CPP" 1>&6
2978
2979 cat > conftest.$ac_ext <<EOF
2980 #line 2981 "configure"
2981 #include "confdefs.h"
2982 #include <stdint.h>
2983 EOF
2984 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2985   egrep "uint32_t" >/dev/null 2>&1; then
2986   rm -rf conftest*
2987   cat >> confdefs.h <<\EOF
2988 #define HAVE_INT32_DEFINED 1
2989 EOF
2990
2991 fi
2992 rm -f conftest*
2993
2994 cat > conftest.$ac_ext <<EOF
2995 #line 2996 "configure"
2996 #include "confdefs.h"
2997 #include <inttypes.h>
2998 EOF
2999 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3000   egrep "uint32_t" >/dev/null 2>&1; then
3001   rm -rf conftest*
3002   cat >> confdefs.h <<\EOF
3003 #define HAVE_INT32_DEFINED 1
3004 EOF
3005
3006 fi
3007 rm -f conftest*
3008
3009 cat > conftest.$ac_ext <<EOF
3010 #line 3011 "configure"
3011 #include "confdefs.h"
3012 #include <sys/types.h>
3013 EOF
3014 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3015   egrep "u_int32_t" >/dev/null 2>&1; then
3016   rm -rf conftest*
3017   cat >> confdefs.h <<\EOF
3018 #define HAVE_BSD_INT32_DEFINED 1
3019 EOF
3020
3021 fi
3022 rm -f conftest*
3023
3024 cat > conftest.$ac_ext <<EOF
3025 #line 3026 "configure"
3026 #include "confdefs.h"
3027 #include <sys/config.h>
3028 EOF
3029 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3030   egrep "u_int32_t" >/dev/null 2>&1; then
3031   rm -rf conftest*
3032   cat >> confdefs.h <<\EOF
3033 #define HAVE_BSD_INT32_DEFINED 1
3034 EOF
3035
3036 fi
3037 rm -f conftest*
3038
3039
3040
3041 cat > conftest.$ac_ext <<EOF
3042 #line 3043 "configure"
3043 #include "confdefs.h"
3044 #include <time.h>
3045 EOF
3046 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3047   egrep "mktime" >/dev/null 2>&1; then
3048   rm -rf conftest*
3049   cat >> confdefs.h <<\EOF
3050 #define HAVE_MKTIME 1
3051 EOF
3052
3053 fi
3054 rm -f conftest*
3055
3056 cat > conftest.$ac_ext <<EOF
3057 #line 3058 "configure"
3058 #include "confdefs.h"
3059 #include <time.h>
3060 EOF
3061 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3062   egrep "localtime" >/dev/null 2>&1; then
3063   rm -rf conftest*
3064   cat >> confdefs.h <<\EOF
3065 #define HAVE_LOCALTIME 1
3066 EOF
3067
3068 fi
3069 rm -f conftest*
3070
3071
3072 test -d java || mkdir java
3073 test -d java/io || mkdir java/io
3074 test -d gnu || mkdir gnu
3075
3076
3077
3078 test -d java/lang || mkdir java/lang
3079
3080
3081
3082 case "${host}" in
3083     *mingw*)
3084       SYSTEMSPEC="-lgdi32 -lwsock32 -lws2_32"
3085     ;;
3086     *)
3087       SYSTEMSPEC=
3088     ;;
3089 esac
3090
3091
3092 LIBGCJTESTSPEC="-L`pwd`/.libs -rpath `pwd`/.libs"
3093
3094
3095 # Check whether --with-system-zlib or --without-system-zlib was given.
3096 if test "${with_system_zlib+set}" = set; then
3097   withval="$with_system_zlib"
3098   :
3099 fi
3100
3101 ZLIBSPEC=
3102
3103 ZLIBTESTSPEC=
3104
3105
3106 libsubdir=.libs
3107
3108 echo $ac_n "checking for garbage collector to use""... $ac_c" 1>&6
3109 echo "configure:3110: checking for garbage collector to use" >&5
3110 # Check whether --enable-java-gc or --disable-java-gc was given.
3111 if test "${enable_java_gc+set}" = set; then
3112   enableval="$enable_java_gc"
3113   
3114   GC=$enableval
3115 else
3116   GC=boehm
3117 fi
3118
3119 GCLIBS=
3120 GCINCS=
3121 GCDEPS=
3122 GCOBJS=
3123 GCSPEC=
3124 JC1GCSPEC=
3125 GCTESTSPEC=
3126 case "$GC" in
3127  boehm)
3128     echo "$ac_t""boehm" 1>&6
3129     GCLIBS=../boehm-gc/libgcjgc_convenience.la
3130     GCINCS='-I$(top_srcdir)/../boehm-gc/include'
3131     JC1GCSPEC='-fuse-boehm-gc'
3132     GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
3133
3134             GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
3135     GCOBJS=boehm.lo
3136     GCHDR=boehm-gc.h
3137         cat >> confdefs.h <<\EOF
3138 #define HAVE_BOEHM_GC 1
3139 EOF
3140
3141     ;;
3142  no)
3143     echo "$ac_t""none" 1>&6
3144     GCOBJS=nogc.lo
3145     GCHDR=no-gc.h
3146     ;;
3147  *)
3148     { echo "configure: error: unrecognized collector \"$GC\"" 1>&2; exit 1; }
3149     ;;
3150 esac
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
3162 echo "configure:3163: checking for thread model used by GCC" >&5
3163 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
3164 echo "$ac_t""$THREADS" 1>&6
3165
3166 case "$THREADS" in
3167  no | none | single)
3168     THREADS=none
3169     ;;
3170  posix | pthreads)
3171     THREADS=posix
3172     case "$host" in
3173      *-*-linux*)
3174         cat >> confdefs.h <<\EOF
3175 #define LINUX_THREADS 1
3176 EOF
3177
3178         ;;
3179     esac
3180     ;;
3181  win32)
3182     ;;
3183  decosf1 | irix | mach | os2 | solaris | dce | vxworks)
3184     { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
3185     ;;
3186  *)
3187     { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
3188     ;;
3189 esac
3190
3191 THREADLDFLAGS=
3192 THREADLIBS=
3193 THREADINCS=
3194 THREADDEPS=
3195 THREADOBJS=
3196 THREADH=
3197 THREADSPEC=
3198 case "$THREADS" in
3199  posix)
3200     case "$host" in
3201      *-*-cygwin*)
3202         # Don't set THREADLIBS here.  Cygwin doesn't have -lpthread.
3203         ;;
3204    
3205      *-*-freebsd[1234]*)
3206    
3207         # Before FreeBSD 5, it didn't have -lpthread (or any library which
3208         # merely adds pthread_* functions) but it does have a -pthread switch
3209         # which is required at link-time to select -lc_r *instead* of -lc.
3210         THREADLDFLAGS=-pthread
3211         # Don't set THREADSPEC here as might be expected since -pthread is
3212         # not processed when found within a spec file, it must come from
3213         # the command line.  For now, the user must provide the -pthread
3214         # switch to link code compiled with gcj.  In future, consider adding
3215         # support for weak references to pthread_* functions ala gthr.h API.
3216         THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
3217         ;;
3218      *-*-freebsd*)
3219         # FreeBSD 5 implements a model much closer to other modern UNIX
3220         # which support threads.  However, it still does not support
3221         # -lpthread.
3222         THREADLDFLAGS=-pthread
3223         THREADSPEC=-lc_r
3224         ;;
3225      *)
3226         THREADLIBS=-lpthread
3227         THREADSPEC=-lpthread
3228         ;;
3229     esac
3230     THREADOBJS=posix-threads.lo
3231     THREADH=posix-threads.h
3232     # MIT pthreads doesn't seem to have the mutexattr functions.
3233     # But for now we don't check for it.  We just assume you aren't
3234     # using MIT pthreads.
3235     cat >> confdefs.h <<\EOF
3236 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
3237 EOF
3238
3239
3240     # If we're using the Boehm GC, then we happen to know that it
3241     # defines _REENTRANT, so we don't bother.  Eww.
3242     if test "$GC" != boehm; then
3243        cat >> confdefs.h <<\EOF
3244 #define _REENTRANT 1
3245 EOF
3246
3247     fi
3248     cat >> confdefs.h <<\EOF
3249 #define _POSIX_PTHREAD_SEMANTICS 1
3250 EOF
3251
3252     ;;
3253
3254  win32)
3255     THREADOBJS=win32-threads.lo
3256     THREADH=win32-threads.h
3257     ;;
3258
3259  none)
3260     THREADOBJS=no-threads.lo
3261     THREADH=no-threads.h
3262     ;;
3263 esac
3264
3265
3266
3267
3268
3269
3270
3271
3272 if test -d sysdep; then true; else mkdir sysdep; fi
3273
3274
3275 HASH_SYNC_SPEC=
3276 # Hash synchronization is only useful with posix threads right now.
3277 if test "$enable_hash_synchronization" = yes && test "$THREADS" = "posix"; then
3278    HASH_SYNC_SPEC=-fhash-synchronization
3279    cat >> confdefs.h <<\EOF
3280 #define JV_HASH_SYNCHRONIZATION 1
3281 EOF
3282
3283 fi
3284
3285
3286
3287
3288
3289 if test "$GCC" = yes; then
3290   USING_GCC_TRUE=
3291   USING_GCC_FALSE='#'
3292 else
3293   USING_GCC_TRUE='#'
3294   USING_GCC_FALSE=
3295 fi
3296
3297 CANADIAN=no
3298 NULL_TARGET=no
3299 NATIVE=yes
3300
3301 # We're in the tree with gcc, and need to include some of its headers.
3302 GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
3303
3304 # Figure out where generated headers like libgcj-config.h get installed.
3305 gcc_version_trigger=${libgcj_basedir}/../gcc/version.c
3306 gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
3307 gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
3308 tool_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include
3309
3310
3311
3312 if test -n "${with_cross_host}"; then
3313    # We are being configured with a cross compiler.  AC_REPLACE_FUNCS
3314    # may not work correctly, because the compiler may not be able to
3315    # link executables.
3316
3317    # We assume newlib.  This lets us hard-code the functions we know
3318    # we'll have.
3319    cat >> confdefs.h <<\EOF
3320 #define HAVE_MEMMOVE 1
3321 EOF
3322
3323    cat >> confdefs.h <<\EOF
3324 #define HAVE_MEMCPY 1
3325 EOF
3326
3327    cat >> confdefs.h <<\EOF
3328 #define HAVE_STRERROR 1
3329 EOF
3330
3331    cat >> confdefs.h <<\EOF
3332 #define HAVE_TIME 1
3333 EOF
3334
3335    cat >> confdefs.h <<\EOF
3336 #define HAVE_GMTIME_R 1
3337 EOF
3338
3339    cat >> confdefs.h <<\EOF
3340 #define HAVE_LOCALTIME_R 1
3341 EOF
3342
3343       cat >> confdefs.h <<\EOF
3344 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
3345 EOF
3346
3347       cat >> confdefs.h <<\EOF
3348 #define HAVE_ALLOCA 1
3349 EOF
3350
3351
3352       cat >> confdefs.h <<\EOF
3353 #define NO_GETUID 1
3354 EOF
3355
3356
3357    # If Canadian cross, then don't pick up tools from the build
3358    # directory.
3359    if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
3360       CANADIAN=yes
3361       GCC_UNWIND_INCLUDE=
3362       GCJ="${target_alias}-gcj"
3363    fi
3364    NATIVE=no
3365 else
3366    for ac_func in strerror ioctl select fstat open fsync sleep opendir
3367 do
3368 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3369 echo "configure:3370: checking for $ac_func" >&5
3370 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3371   echo $ac_n "(cached) $ac_c" 1>&6
3372 else
3373   cat > conftest.$ac_ext <<EOF
3374 #line 3375 "configure"
3375 #include "confdefs.h"
3376 /* System header to define __stub macros and hopefully few prototypes,
3377     which can conflict with char $ac_func(); below.  */
3378 #include <assert.h>
3379 /* Override any gcc2 internal prototype to avoid an error.  */
3380 /* We use char because int might match the return type of a gcc2
3381     builtin and then its argument prototype would still apply.  */
3382 char $ac_func();
3383
3384 int main() {
3385
3386 /* The GNU C library defines this for functions which it implements
3387     to always fail with ENOSYS.  Some functions are actually named
3388     something starting with __ and the normal name is an alias.  */
3389 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3390 choke me
3391 #else
3392 $ac_func();
3393 #endif
3394
3395 ; return 0; }
3396 EOF
3397 if { (eval echo configure:3398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3398   rm -rf conftest*
3399   eval "ac_cv_func_$ac_func=yes"
3400 else
3401   echo "configure: failed program was:" >&5
3402   cat conftest.$ac_ext >&5
3403   rm -rf conftest*
3404   eval "ac_cv_func_$ac_func=no"
3405 fi
3406 rm -f conftest*
3407 fi
3408
3409 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3410   echo "$ac_t""yes" 1>&6
3411     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3412   cat >> confdefs.h <<EOF
3413 #define $ac_tr_func 1
3414 EOF
3415  
3416 else
3417   echo "$ac_t""no" 1>&6
3418 fi
3419 done
3420
3421    for ac_func in gmtime_r localtime_r readdir_r getpwuid_r getcwd
3422 do
3423 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3424 echo "configure:3425: checking for $ac_func" >&5
3425 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3426   echo $ac_n "(cached) $ac_c" 1>&6
3427 else
3428   cat > conftest.$ac_ext <<EOF
3429 #line 3430 "configure"
3430 #include "confdefs.h"
3431 /* System header to define __stub macros and hopefully few prototypes,
3432     which can conflict with char $ac_func(); below.  */
3433 #include <assert.h>
3434 /* Override any gcc2 internal prototype to avoid an error.  */
3435 /* We use char because int might match the return type of a gcc2
3436     builtin and then its argument prototype would still apply.  */
3437 char $ac_func();
3438
3439 int main() {
3440
3441 /* The GNU C library defines this for functions which it implements
3442     to always fail with ENOSYS.  Some functions are actually named
3443     something starting with __ and the normal name is an alias.  */
3444 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3445 choke me
3446 #else
3447 $ac_func();
3448 #endif
3449
3450 ; return 0; }
3451 EOF
3452 if { (eval echo configure:3453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3453   rm -rf conftest*
3454   eval "ac_cv_func_$ac_func=yes"
3455 else
3456   echo "configure: failed program was:" >&5
3457   cat conftest.$ac_ext >&5
3458   rm -rf conftest*
3459   eval "ac_cv_func_$ac_func=no"
3460 fi
3461 rm -f conftest*
3462 fi
3463
3464 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3465   echo "$ac_t""yes" 1>&6
3466     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3467   cat >> confdefs.h <<EOF
3468 #define $ac_tr_func 1
3469 EOF
3470  
3471 else
3472   echo "$ac_t""no" 1>&6
3473 fi
3474 done
3475
3476    for ac_func in access stat mkdir rename rmdir unlink realpath utime chmod
3477 do
3478 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3479 echo "configure:3480: checking for $ac_func" >&5
3480 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3481   echo $ac_n "(cached) $ac_c" 1>&6
3482 else
3483   cat > conftest.$ac_ext <<EOF
3484 #line 3485 "configure"
3485 #include "confdefs.h"
3486 /* System header to define __stub macros and hopefully few prototypes,
3487     which can conflict with char $ac_func(); below.  */
3488 #include <assert.h>
3489 /* Override any gcc2 internal prototype to avoid an error.  */
3490 /* We use char because int might match the return type of a gcc2
3491     builtin and then its argument prototype would still apply.  */
3492 char $ac_func();
3493
3494 int main() {
3495
3496 /* The GNU C library defines this for functions which it implements
3497     to always fail with ENOSYS.  Some functions are actually named
3498     something starting with __ and the normal name is an alias.  */
3499 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3500 choke me
3501 #else
3502 $ac_func();
3503 #endif
3504
3505 ; return 0; }
3506 EOF
3507 if { (eval echo configure:3508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3508   rm -rf conftest*
3509   eval "ac_cv_func_$ac_func=yes"
3510 else
3511   echo "configure: failed program was:" >&5
3512   cat conftest.$ac_ext >&5
3513   rm -rf conftest*
3514   eval "ac_cv_func_$ac_func=no"
3515 fi
3516 rm -f conftest*
3517 fi
3518
3519 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3520   echo "$ac_t""yes" 1>&6
3521     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3522   cat >> confdefs.h <<EOF
3523 #define $ac_tr_func 1
3524 EOF
3525  
3526 else
3527   echo "$ac_t""no" 1>&6
3528 fi
3529 done
3530
3531    for ac_func in nl_langinfo setlocale
3532 do
3533 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3534 echo "configure:3535: checking for $ac_func" >&5
3535 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3536   echo $ac_n "(cached) $ac_c" 1>&6
3537 else
3538   cat > conftest.$ac_ext <<EOF
3539 #line 3540 "configure"
3540 #include "confdefs.h"
3541 /* System header to define __stub macros and hopefully few prototypes,
3542     which can conflict with char $ac_func(); below.  */
3543 #include <assert.h>
3544 /* Override any gcc2 internal prototype to avoid an error.  */
3545 /* We use char because int might match the return type of a gcc2
3546     builtin and then its argument prototype would still apply.  */
3547 char $ac_func();
3548
3549 int main() {
3550
3551 /* The GNU C library defines this for functions which it implements
3552     to always fail with ENOSYS.  Some functions are actually named
3553     something starting with __ and the normal name is an alias.  */
3554 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3555 choke me
3556 #else
3557 $ac_func();
3558 #endif
3559
3560 ; return 0; }
3561 EOF
3562 if { (eval echo configure:3563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3563   rm -rf conftest*
3564   eval "ac_cv_func_$ac_func=yes"
3565 else
3566   echo "configure: failed program was:" >&5
3567   cat conftest.$ac_ext >&5
3568   rm -rf conftest*
3569   eval "ac_cv_func_$ac_func=no"
3570 fi
3571 rm -f conftest*
3572 fi
3573
3574 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3575   echo "$ac_t""yes" 1>&6
3576     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3577   cat >> confdefs.h <<EOF
3578 #define $ac_tr_func 1
3579 EOF
3580  
3581 else
3582   echo "$ac_t""no" 1>&6
3583 fi
3584 done
3585
3586    for ac_func in inet_aton inet_addr
3587 do
3588 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3589 echo "configure:3590: checking for $ac_func" >&5
3590 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3591   echo $ac_n "(cached) $ac_c" 1>&6
3592 else
3593   cat > conftest.$ac_ext <<EOF
3594 #line 3595 "configure"
3595 #include "confdefs.h"
3596 /* System header to define __stub macros and hopefully few prototypes,
3597     which can conflict with char $ac_func(); below.  */
3598 #include <assert.h>
3599 /* Override any gcc2 internal prototype to avoid an error.  */
3600 /* We use char because int might match the return type of a gcc2
3601     builtin and then its argument prototype would still apply.  */
3602 char $ac_func();
3603
3604 int main() {
3605
3606 /* The GNU C library defines this for functions which it implements
3607     to always fail with ENOSYS.  Some functions are actually named
3608     something starting with __ and the normal name is an alias.  */
3609 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3610 choke me
3611 #else
3612 $ac_func();
3613 #endif
3614
3615 ; return 0; }
3616 EOF
3617 if { (eval echo configure:3618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3618   rm -rf conftest*
3619   eval "ac_cv_func_$ac_func=yes"
3620 else
3621   echo "configure: failed program was:" >&5
3622   cat conftest.$ac_ext >&5
3623   rm -rf conftest*
3624   eval "ac_cv_func_$ac_func=no"
3625 fi
3626 rm -f conftest*
3627 fi
3628
3629 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3630   echo "$ac_t""yes" 1>&6
3631     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3632   cat >> confdefs.h <<EOF
3633 #define $ac_tr_func 1
3634 EOF
3635  break
3636 else
3637   echo "$ac_t""no" 1>&6
3638 fi
3639 done
3640
3641    for ac_func in inet_pton uname inet_ntoa
3642 do
3643 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3644 echo "configure:3645: checking for $ac_func" >&5
3645 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3646   echo $ac_n "(cached) $ac_c" 1>&6
3647 else
3648   cat > conftest.$ac_ext <<EOF
3649 #line 3650 "configure"
3650 #include "confdefs.h"
3651 /* System header to define __stub macros and hopefully few prototypes,
3652     which can conflict with char $ac_func(); below.  */
3653 #include <assert.h>
3654 /* Override any gcc2 internal prototype to avoid an error.  */
3655 /* We use char because int might match the return type of a gcc2
3656     builtin and then its argument prototype would still apply.  */
3657 char $ac_func();
3658
3659 int main() {
3660
3661 /* The GNU C library defines this for functions which it implements
3662     to always fail with ENOSYS.  Some functions are actually named
3663     something starting with __ and the normal name is an alias.  */
3664 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3665 choke me
3666 #else
3667 $ac_func();
3668 #endif
3669
3670 ; return 0; }
3671 EOF
3672 if { (eval echo configure:3673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3673   rm -rf conftest*
3674   eval "ac_cv_func_$ac_func=yes"
3675 else
3676   echo "configure: failed program was:" >&5
3677   cat conftest.$ac_ext >&5
3678   rm -rf conftest*
3679   eval "ac_cv_func_$ac_func=no"
3680 fi
3681 rm -f conftest*
3682 fi
3683
3684 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3685   echo "$ac_t""yes" 1>&6
3686     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3687   cat >> confdefs.h <<EOF
3688 #define $ac_tr_func 1
3689 EOF
3690  
3691 else
3692   echo "$ac_t""no" 1>&6
3693 fi
3694 done
3695
3696    for ac_func in backtrace fork execvp pipe sigaction
3697 do
3698 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3699 echo "configure:3700: checking for $ac_func" >&5
3700 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3701   echo $ac_n "(cached) $ac_c" 1>&6
3702 else
3703   cat > conftest.$ac_ext <<EOF
3704 #line 3705 "configure"
3705 #include "confdefs.h"
3706 /* System header to define __stub macros and hopefully few prototypes,
3707     which can conflict with char $ac_func(); below.  */
3708 #include <assert.h>
3709 /* Override any gcc2 internal prototype to avoid an error.  */
3710 /* We use char because int might match the return type of a gcc2
3711     builtin and then its argument prototype would still apply.  */
3712 char $ac_func();
3713
3714 int main() {
3715
3716 /* The GNU C library defines this for functions which it implements
3717     to always fail with ENOSYS.  Some functions are actually named
3718     something starting with __ and the normal name is an alias.  */
3719 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3720 choke me
3721 #else
3722 $ac_func();
3723 #endif
3724
3725 ; return 0; }
3726 EOF
3727 if { (eval echo configure:3728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3728   rm -rf conftest*
3729   eval "ac_cv_func_$ac_func=yes"
3730 else
3731   echo "configure: failed program was:" >&5
3732   cat conftest.$ac_ext >&5
3733   rm -rf conftest*
3734   eval "ac_cv_func_$ac_func=no"
3735 fi
3736 rm -f conftest*
3737 fi
3738
3739 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3740   echo "$ac_t""yes" 1>&6
3741     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3742   cat >> confdefs.h <<EOF
3743 #define $ac_tr_func 1
3744 EOF
3745  
3746 else
3747   echo "$ac_t""no" 1>&6
3748 fi
3749 done
3750
3751    for ac_hdr in execinfo.h unistd.h dlfcn.h
3752 do
3753 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3754 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3755 echo "configure:3756: checking for $ac_hdr" >&5
3756 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3757   echo $ac_n "(cached) $ac_c" 1>&6
3758 else
3759   cat > conftest.$ac_ext <<EOF
3760 #line 3761 "configure"
3761 #include "confdefs.h"
3762 #include <$ac_hdr>
3763 EOF
3764 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3765 { (eval echo configure:3766: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3766 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3767 if test -z "$ac_err"; then
3768   rm -rf conftest*
3769   eval "ac_cv_header_$ac_safe=yes"
3770 else
3771   echo "$ac_err" >&5
3772   echo "configure: failed program was:" >&5
3773   cat conftest.$ac_ext >&5
3774   rm -rf conftest*
3775   eval "ac_cv_header_$ac_safe=no"
3776 fi
3777 rm -f conftest*
3778 fi
3779 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3780   echo "$ac_t""yes" 1>&6
3781     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3782   cat >> confdefs.h <<EOF
3783 #define $ac_tr_hdr 1
3784 EOF
3785  
3786 else
3787   echo "$ac_t""no" 1>&6
3788 fi
3789 done
3790  
3791    echo $ac_n "checking for dladdr in -ldl""... $ac_c" 1>&6
3792 echo "configure:3793: checking for dladdr in -ldl" >&5
3793 ac_lib_var=`echo dl'_'dladdr | sed 'y%./+-%__p_%'`
3794 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3795   echo $ac_n "(cached) $ac_c" 1>&6
3796 else
3797   ac_save_LIBS="$LIBS"
3798 LIBS="-ldl  $LIBS"
3799 cat > conftest.$ac_ext <<EOF
3800 #line 3801 "configure"
3801 #include "confdefs.h"
3802 /* Override any gcc2 internal prototype to avoid an error.  */
3803 /* We use char because int might match the return type of a gcc2
3804     builtin and then its argument prototype would still apply.  */
3805 char dladdr();
3806
3807 int main() {
3808 dladdr()
3809 ; return 0; }
3810 EOF
3811 if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3812   rm -rf conftest*
3813   eval "ac_cv_lib_$ac_lib_var=yes"
3814 else
3815   echo "configure: failed program was:" >&5
3816   cat conftest.$ac_ext >&5
3817   rm -rf conftest*
3818   eval "ac_cv_lib_$ac_lib_var=no"
3819 fi
3820 rm -f conftest*
3821 LIBS="$ac_save_LIBS"
3822
3823 fi
3824 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3825   echo "$ac_t""yes" 1>&6
3826   
3827      cat >> confdefs.h <<\EOF
3828 #define HAVE_DLADDR 1
3829 EOF
3830
3831 else
3832   echo "$ac_t""no" 1>&6
3833 fi
3834
3835    for ac_file in /proc/self/exe
3836 do
3837
3838 ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
3839 echo $ac_n "checking for $ac_file""... $ac_c" 1>&6
3840 echo "configure:3841: checking for $ac_file" >&5
3841 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
3842   echo $ac_n "(cached) $ac_c" 1>&6
3843 else
3844   if test "$cross_compiling" = yes; then
3845     { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
3846 else
3847   if test -r $ac_file; then
3848     eval "ac_cv_file_$ac_safe=yes"
3849   else
3850     eval "ac_cv_file_$ac_safe=no"
3851   fi
3852 fi
3853 fi
3854 if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
3855   echo "$ac_t""yes" 1>&6
3856     ac_tr_file=HAVE_`echo $ac_file | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3857   cat >> confdefs.h <<EOF
3858 #define $ac_tr_file 1
3859 EOF
3860  
3861      cat >> confdefs.h <<\EOF
3862 #define HAVE_PROC_SELF_EXE 1
3863 EOF
3864
3865 else
3866   echo "$ac_t""no" 1>&6
3867
3868 fi
3869 done
3870
3871
3872    
3873     
3874   am_cv_lib_iconv_ldpath=
3875   # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
3876 if test "${with_libiconv_prefix+set}" = set; then
3877   withval="$with_libiconv_prefix"
3878   
3879     for dir in `echo "$withval" | tr : ' '`; do
3880       if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
3881       if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib"; fi
3882     done
3883    
3884 fi
3885
3886
3887   echo $ac_n "checking for iconv""... $ac_c" 1>&6
3888 echo "configure:3889: checking for iconv" >&5
3889 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
3890   echo $ac_n "(cached) $ac_c" 1>&6
3891 else
3892   
3893     am_cv_func_iconv="no, consider installing GNU libiconv"
3894     am_cv_lib_iconv=no
3895     cat > conftest.$ac_ext <<EOF
3896 #line 3897 "configure"
3897 #include "confdefs.h"
3898 #include <stdlib.h>
3899 #include <iconv.h>
3900 int main() {
3901 iconv_t cd = iconv_open("","");
3902        iconv(cd,NULL,NULL,NULL,NULL);
3903        iconv_close(cd);
3904 ; return 0; }
3905 EOF
3906 if { (eval echo configure:3907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3907   rm -rf conftest*
3908   am_cv_func_iconv=yes
3909 else
3910   echo "configure: failed program was:" >&5
3911   cat conftest.$ac_ext >&5
3912 fi
3913 rm -f conftest*
3914     if test "$am_cv_func_iconv" != yes; then
3915       am_save_LIBS="$LIBS"
3916       LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
3917       cat > conftest.$ac_ext <<EOF
3918 #line 3919 "configure"
3919 #include "confdefs.h"
3920 #include <stdlib.h>
3921 #include <iconv.h>
3922 int main() {
3923 iconv_t cd = iconv_open("","");
3924          iconv(cd,NULL,NULL,NULL,NULL);
3925          iconv_close(cd);
3926 ; return 0; }
3927 EOF
3928 if { (eval echo configure:3929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3929   rm -rf conftest*
3930   am_cv_lib_iconv=yes
3931         am_cv_func_iconv=yes
3932 else
3933   echo "configure: failed program was:" >&5
3934   cat conftest.$ac_ext >&5
3935 fi
3936 rm -f conftest*
3937       LIBS="$am_save_LIBS"
3938     fi
3939   
3940 fi
3941
3942 echo "$ac_t""$am_cv_func_iconv" 1>&6
3943   if test "$am_cv_func_iconv" = yes; then
3944     cat >> confdefs.h <<\EOF
3945 #define HAVE_ICONV 1
3946 EOF
3947
3948     echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
3949 echo "configure:3950: checking for iconv declaration" >&5
3950     if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
3951   echo $ac_n "(cached) $ac_c" 1>&6
3952 else
3953   
3954       cat > conftest.$ac_ext <<EOF
3955 #line 3956 "configure"
3956 #include "confdefs.h"
3957
3958 #include <stdlib.h>
3959 #include <iconv.h>
3960 extern
3961 #ifdef __cplusplus
3962 "C"
3963 #endif
3964 #if defined(__STDC__) || defined(__cplusplus)
3965 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3966 #else
3967 size_t iconv();
3968 #endif
3969
3970 int main() {
3971
3972 ; return 0; }
3973 EOF
3974 if { (eval echo configure:3975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3975   rm -rf conftest*
3976   am_cv_proto_iconv_arg1=""
3977 else
3978   echo "configure: failed program was:" >&5
3979   cat conftest.$ac_ext >&5
3980   rm -rf conftest*
3981   am_cv_proto_iconv_arg1="const"
3982 fi
3983 rm -f conftest*
3984       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);"
3985 fi
3986
3987     am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
3988     echo "$ac_t""${ac_t:-
3989          }$am_cv_proto_iconv" 1>&6
3990     cat >> confdefs.h <<EOF
3991 #define ICONV_CONST $am_cv_proto_iconv_arg1
3992 EOF
3993
3994   fi
3995   LIBICONV=
3996   if test "$am_cv_lib_iconv" = yes; then
3997     LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
3998   fi
3999   
4000
4001    if test $ac_cv_header_locale_h = yes; then
4002     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
4003 echo "configure:4004: checking for LC_MESSAGES" >&5
4004 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
4005   echo $ac_n "(cached) $ac_c" 1>&6
4006 else
4007   cat > conftest.$ac_ext <<EOF
4008 #line 4009 "configure"
4009 #include "confdefs.h"
4010 #include <locale.h>
4011 int main() {
4012 return LC_MESSAGES
4013 ; return 0; }
4014 EOF
4015 if { (eval echo configure:4016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4016   rm -rf conftest*
4017   am_cv_val_LC_MESSAGES=yes
4018 else
4019   echo "configure: failed program was:" >&5
4020   cat conftest.$ac_ext >&5
4021   rm -rf conftest*
4022   am_cv_val_LC_MESSAGES=no
4023 fi
4024 rm -f conftest*
4025 fi
4026
4027 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
4028     if test $am_cv_val_LC_MESSAGES = yes; then
4029       cat >> confdefs.h <<\EOF
4030 #define HAVE_LC_MESSAGES 1
4031 EOF
4032
4033     fi
4034   fi
4035    echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
4036 echo "configure:4037: checking whether struct tm is in sys/time.h or time.h" >&5
4037 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
4038   echo $ac_n "(cached) $ac_c" 1>&6
4039 else
4040   cat > conftest.$ac_ext <<EOF
4041 #line 4042 "configure"
4042 #include "confdefs.h"
4043 #include <sys/types.h>
4044 #include <time.h>
4045 int main() {
4046 struct tm *tp; tp->tm_sec;
4047 ; return 0; }
4048 EOF
4049 if { (eval echo configure:4050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4050   rm -rf conftest*
4051   ac_cv_struct_tm=time.h
4052 else
4053   echo "configure: failed program was:" >&5
4054   cat conftest.$ac_ext >&5
4055   rm -rf conftest*
4056   ac_cv_struct_tm=sys/time.h
4057 fi
4058 rm -f conftest*
4059 fi
4060
4061 echo "$ac_t""$ac_cv_struct_tm" 1>&6
4062 if test $ac_cv_struct_tm = sys/time.h; then
4063   cat >> confdefs.h <<\EOF
4064 #define TM_IN_SYS_TIME 1
4065 EOF
4066
4067 fi
4068
4069 echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
4070 echo "configure:4071: checking for tm_zone in struct tm" >&5
4071 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
4072   echo $ac_n "(cached) $ac_c" 1>&6
4073 else
4074   cat > conftest.$ac_ext <<EOF
4075 #line 4076 "configure"
4076 #include "confdefs.h"
4077 #include <sys/types.h>
4078 #include <$ac_cv_struct_tm>
4079 int main() {
4080 struct tm tm; tm.tm_zone;
4081 ; return 0; }
4082 EOF
4083 if { (eval echo configure:4084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4084   rm -rf conftest*
4085   ac_cv_struct_tm_zone=yes
4086 else
4087   echo "configure: failed program was:" >&5
4088   cat conftest.$ac_ext >&5
4089   rm -rf conftest*
4090   ac_cv_struct_tm_zone=no
4091 fi
4092 rm -f conftest*
4093 fi
4094
4095 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
4096 if test "$ac_cv_struct_tm_zone" = yes; then
4097   cat >> confdefs.h <<\EOF
4098 #define HAVE_TM_ZONE 1
4099 EOF
4100
4101 else
4102   echo $ac_n "checking for tzname""... $ac_c" 1>&6
4103 echo "configure:4104: checking for tzname" >&5
4104 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
4105   echo $ac_n "(cached) $ac_c" 1>&6
4106 else
4107   cat > conftest.$ac_ext <<EOF
4108 #line 4109 "configure"
4109 #include "confdefs.h"
4110 #include <time.h>
4111 #ifndef tzname /* For SGI.  */
4112 extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
4113 #endif
4114 int main() {
4115 atoi(*tzname);
4116 ; return 0; }
4117 EOF
4118 if { (eval echo configure:4119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4119   rm -rf conftest*
4120   ac_cv_var_tzname=yes
4121 else
4122   echo "configure: failed program was:" >&5
4123   cat conftest.$ac_ext >&5
4124   rm -rf conftest*
4125   ac_cv_var_tzname=no
4126 fi
4127 rm -f conftest*
4128 fi
4129
4130 echo "$ac_t""$ac_cv_var_tzname" 1>&6
4131   if test $ac_cv_var_tzname = yes; then
4132     cat >> confdefs.h <<\EOF
4133 #define HAVE_TZNAME 1
4134 EOF
4135
4136   fi
4137 fi
4138
4139
4140    for ac_func in gethostbyname_r
4141 do
4142 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4143 echo "configure:4144: checking for $ac_func" >&5
4144 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4145   echo $ac_n "(cached) $ac_c" 1>&6
4146 else
4147   cat > conftest.$ac_ext <<EOF
4148 #line 4149 "configure"
4149 #include "confdefs.h"
4150 /* System header to define __stub macros and hopefully few prototypes,
4151     which can conflict with char $ac_func(); below.  */
4152 #include <assert.h>
4153 /* Override any gcc2 internal prototype to avoid an error.  */
4154 /* We use char because int might match the return type of a gcc2
4155     builtin and then its argument prototype would still apply.  */
4156 char $ac_func();
4157
4158 int main() {
4159
4160 /* The GNU C library defines this for functions which it implements
4161     to always fail with ENOSYS.  Some functions are actually named
4162     something starting with __ and the normal name is an alias.  */
4163 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4164 choke me
4165 #else
4166 $ac_func();
4167 #endif
4168
4169 ; return 0; }
4170 EOF
4171 if { (eval echo configure:4172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4172   rm -rf conftest*
4173   eval "ac_cv_func_$ac_func=yes"
4174 else
4175   echo "configure: failed program was:" >&5
4176   cat conftest.$ac_ext >&5
4177   rm -rf conftest*
4178   eval "ac_cv_func_$ac_func=no"
4179 fi
4180 rm -f conftest*
4181 fi
4182
4183 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4184   echo "$ac_t""yes" 1>&6
4185     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4186   cat >> confdefs.h <<EOF
4187 #define $ac_tr_func 1
4188 EOF
4189  
4190      cat >> confdefs.h <<\EOF
4191 #define HAVE_GETHOSTBYNAME_R 1
4192 EOF
4193
4194      # There are two different kinds of gethostbyname_r.
4195      # We look for the one that returns `int'.
4196      # Hopefully this check is robust enough.
4197      cat > conftest.$ac_ext <<EOF
4198 #line 4199 "configure"
4199 #include "confdefs.h"
4200 #include <netdb.h>
4201 EOF
4202 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4203   egrep "int.*gethostbyname_r" >/dev/null 2>&1; then
4204   rm -rf conftest*
4205   
4206        cat >> confdefs.h <<\EOF
4207 #define GETHOSTBYNAME_R_RETURNS_INT 1
4208 EOF
4209
4210 fi
4211 rm -f conftest*
4212
4213
4214      case " $GCINCS " in
4215      *" -D_REENTRANT "*) ;;
4216      *)
4217                 echo $ac_n "checking whether gethostbyname_r declaration requires -D_REENTRANT""... $ac_c" 1>&6
4218 echo "configure:4219: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
4219 if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
4220   echo $ac_n "(cached) $ac_c" 1>&6
4221 else
4222    
4223           ac_ext=C
4224 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4225 ac_cpp='$CXXCPP $CPPFLAGS'
4226 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4227 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4228 cross_compiling=$ac_cv_prog_cxx_cross
4229
4230           cat > conftest.$ac_ext <<EOF
4231 #line 4232 "configure"
4232 #include "confdefs.h"
4233 #include <netdb.h>
4234 int main() {
4235 gethostbyname_r("", 0, 0);
4236 ; return 0; }
4237 EOF
4238 if { (eval echo configure:4239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4239   rm -rf conftest*
4240   libjava_cv_gethostbyname_r_needs_reentrant=no
4241 else
4242   echo "configure: failed program was:" >&5
4243   cat conftest.$ac_ext >&5
4244   rm -rf conftest*
4245                 CPPFLAGS_SAVE="$CPPFLAGS"
4246                 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
4247                 cat > conftest.$ac_ext <<EOF
4248 #line 4249 "configure"
4249 #include "confdefs.h"
4250 #include <netdb.h>
4251 int main() {
4252 gethostbyname_r("", 0, 0);
4253 ; return 0; }
4254 EOF
4255 if { (eval echo configure:4256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4256   rm -rf conftest*
4257   libjava_cv_gethostbyname_r_needs_reentrant=yes
4258 else
4259   echo "configure: failed program was:" >&5
4260   cat conftest.$ac_ext >&5
4261   rm -rf conftest*
4262   libjava_cv_gethostbyname_r_needs_reentrant=fail
4263 fi
4264 rm -f conftest*
4265                 CPPFLAGS="$CPPFLAGS_SAVE"
4266           
4267 fi
4268 rm -f conftest*
4269           ac_ext=c
4270 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4271 ac_cpp='$CPP $CPPFLAGS'
4272 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4273 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4274 cross_compiling=$ac_cv_prog_cc_cross
4275
4276         
4277 fi
4278
4279 echo "$ac_t""$libjava_cv_gethostbyname_r_needs_reentrant" 1>&6
4280         if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
4281           cat >> confdefs.h <<\EOF
4282 #define _REENTRANT 1
4283 EOF
4284
4285         fi
4286      ;;
4287      esac
4288
4289      echo $ac_n "checking for struct hostent_data""... $ac_c" 1>&6
4290 echo "configure:4291: checking for struct hostent_data" >&5
4291 if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
4292   echo $ac_n "(cached) $ac_c" 1>&6
4293 else
4294         cat > conftest.$ac_ext <<EOF
4295 #line 4296 "configure"
4296 #include "confdefs.h"
4297
4298 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
4299 # define _REENTRANT 1
4300 #endif
4301 #include <netdb.h>
4302 int main() {
4303 struct hostent_data data;
4304 ; return 0; }
4305 EOF
4306 if { (eval echo configure:4307: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4307   rm -rf conftest*
4308   libjava_cv_struct_hostent_data=yes
4309 else
4310   echo "configure: failed program was:" >&5
4311   cat conftest.$ac_ext >&5
4312   rm -rf conftest*
4313   libjava_cv_struct_hostent_data=no
4314 fi
4315 rm -f conftest*
4316 fi
4317
4318 echo "$ac_t""$libjava_cv_struct_hostent_data" 1>&6
4319      if test "x$libjava_cv_struct_hostent_data" = xyes; then
4320        cat >> confdefs.h <<\EOF
4321 #define HAVE_STRUCT_HOSTENT_DATA 1
4322 EOF
4323
4324      fi
4325    
4326 else
4327   echo "$ac_t""no" 1>&6
4328 fi
4329 done
4330
4331
4332    # FIXME: libjava source code expects to find a prototype for
4333    # gethostbyaddr_r in netdb.h.  The outer check ensures that
4334    # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
4335    # to exist where expected.  (The root issue: AC_CHECK_FUNCS assumes C
4336    # linkage check is enough, yet C++ code requires proper prototypes.)
4337    cat > conftest.$ac_ext <<EOF
4338 #line 4339 "configure"
4339 #include "confdefs.h"
4340 #include <netdb.h>
4341 EOF
4342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4343   egrep "gethostbyaddr_r" >/dev/null 2>&1; then
4344   rm -rf conftest*
4345   
4346    for ac_func in gethostbyaddr_r
4347 do
4348 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4349 echo "configure:4350: checking for $ac_func" >&5
4350 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4351   echo $ac_n "(cached) $ac_c" 1>&6
4352 else
4353   cat > conftest.$ac_ext <<EOF
4354 #line 4355 "configure"
4355 #include "confdefs.h"
4356 /* System header to define __stub macros and hopefully few prototypes,
4357     which can conflict with char $ac_func(); below.  */
4358 #include <assert.h>
4359 /* Override any gcc2 internal prototype to avoid an error.  */
4360 /* We use char because int might match the return type of a gcc2
4361     builtin and then its argument prototype would still apply.  */
4362 char $ac_func();
4363
4364 int main() {
4365
4366 /* The GNU C library defines this for functions which it implements
4367     to always fail with ENOSYS.  Some functions are actually named
4368     something starting with __ and the normal name is an alias.  */
4369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4370 choke me
4371 #else
4372 $ac_func();
4373 #endif
4374
4375 ; return 0; }
4376 EOF
4377 if { (eval echo configure:4378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4378   rm -rf conftest*
4379   eval "ac_cv_func_$ac_func=yes"
4380 else
4381   echo "configure: failed program was:" >&5
4382   cat conftest.$ac_ext >&5
4383   rm -rf conftest*
4384   eval "ac_cv_func_$ac_func=no"
4385 fi
4386 rm -f conftest*
4387 fi
4388
4389 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4390   echo "$ac_t""yes" 1>&6
4391     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4392   cat >> confdefs.h <<EOF
4393 #define $ac_tr_func 1
4394 EOF
4395  
4396      cat >> confdefs.h <<\EOF
4397 #define HAVE_GETHOSTBYADDR_R 1
4398 EOF
4399
4400      # There are two different kinds of gethostbyaddr_r.
4401      # We look for the one that returns `int'.
4402      # Hopefully this check is robust enough.
4403      cat > conftest.$ac_ext <<EOF
4404 #line 4405 "configure"
4405 #include "confdefs.h"
4406 #include <netdb.h>
4407 EOF
4408 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4409   egrep "int.*gethostbyaddr_r" >/dev/null 2>&1; then
4410   rm -rf conftest*
4411   
4412        cat >> confdefs.h <<\EOF
4413 #define GETHOSTBYADDR_R_RETURNS_INT 1
4414 EOF
4415
4416 fi
4417 rm -f conftest*
4418
4419 else
4420   echo "$ac_t""no" 1>&6
4421 fi
4422 done
4423
4424 fi
4425 rm -f conftest*
4426
4427
4428    for ac_func in gethostname
4429 do
4430 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4431 echo "configure:4432: checking for $ac_func" >&5
4432 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4433   echo $ac_n "(cached) $ac_c" 1>&6
4434 else
4435   cat > conftest.$ac_ext <<EOF
4436 #line 4437 "configure"
4437 #include "confdefs.h"
4438 /* System header to define __stub macros and hopefully few prototypes,
4439     which can conflict with char $ac_func(); below.  */
4440 #include <assert.h>
4441 /* Override any gcc2 internal prototype to avoid an error.  */
4442 /* We use char because int might match the return type of a gcc2
4443     builtin and then its argument prototype would still apply.  */
4444 char $ac_func();
4445
4446 int main() {
4447
4448 /* The GNU C library defines this for functions which it implements
4449     to always fail with ENOSYS.  Some functions are actually named
4450     something starting with __ and the normal name is an alias.  */
4451 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4452 choke me
4453 #else
4454 $ac_func();
4455 #endif
4456
4457 ; return 0; }
4458 EOF
4459 if { (eval echo configure:4460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4460   rm -rf conftest*
4461   eval "ac_cv_func_$ac_func=yes"
4462 else
4463   echo "configure: failed program was:" >&5
4464   cat conftest.$ac_ext >&5
4465   rm -rf conftest*
4466   eval "ac_cv_func_$ac_func=no"
4467 fi
4468 rm -f conftest*
4469 fi
4470
4471 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4472   echo "$ac_t""yes" 1>&6
4473     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4474   cat >> confdefs.h <<EOF
4475 #define $ac_tr_func 1
4476 EOF
4477  
4478      cat >> confdefs.h <<\EOF
4479 #define HAVE_GETHOSTNAME 1
4480 EOF
4481
4482      cat > conftest.$ac_ext <<EOF
4483 #line 4484 "configure"
4484 #include "confdefs.h"
4485 #include <unistd.h>
4486 EOF
4487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4488   egrep "gethostname" >/dev/null 2>&1; then
4489   rm -rf conftest*
4490   
4491        cat >> confdefs.h <<\EOF
4492 #define HAVE_GETHOSTNAME_DECL 1
4493 EOF
4494
4495 fi
4496 rm -f conftest*
4497
4498 else
4499   echo "$ac_t""no" 1>&6
4500 fi
4501 done
4502
4503
4504    # Look for these functions in the thread library, but only bother
4505    # if using POSIX threads.
4506    if test "$THREADS" = posix; then
4507       save_LIBS="$LIBS"
4508       LIBS="$LIBS $THREADLIBS"
4509       # Some POSIX thread systems don't have pthread_mutexattr_settype.
4510       # E.g., Solaris.
4511       for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np
4512 do
4513 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4514 echo "configure:4515: checking for $ac_func" >&5
4515 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4516   echo $ac_n "(cached) $ac_c" 1>&6
4517 else
4518   cat > conftest.$ac_ext <<EOF
4519 #line 4520 "configure"
4520 #include "confdefs.h"
4521 /* System header to define __stub macros and hopefully few prototypes,
4522     which can conflict with char $ac_func(); below.  */
4523 #include <assert.h>
4524 /* Override any gcc2 internal prototype to avoid an error.  */
4525 /* We use char because int might match the return type of a gcc2
4526     builtin and then its argument prototype would still apply.  */
4527 char $ac_func();
4528
4529 int main() {
4530
4531 /* The GNU C library defines this for functions which it implements
4532     to always fail with ENOSYS.  Some functions are actually named
4533     something starting with __ and the normal name is an alias.  */
4534 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4535 choke me
4536 #else
4537 $ac_func();
4538 #endif
4539
4540 ; return 0; }
4541 EOF
4542 if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4543   rm -rf conftest*
4544   eval "ac_cv_func_$ac_func=yes"
4545 else
4546   echo "configure: failed program was:" >&5
4547   cat conftest.$ac_ext >&5
4548   rm -rf conftest*
4549   eval "ac_cv_func_$ac_func=no"
4550 fi
4551 rm -f conftest*
4552 fi
4553
4554 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4555   echo "$ac_t""yes" 1>&6
4556     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4557   cat >> confdefs.h <<EOF
4558 #define $ac_tr_func 1
4559 EOF
4560  
4561 else
4562   echo "$ac_t""no" 1>&6
4563 fi
4564 done
4565
4566
4567       # Look for sched_yield.  Up to Solaris 2.6, it is in libposix4, since
4568       # Solaris 7 the name librt is preferred.
4569       for ac_func in sched_yield
4570 do
4571 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4572 echo "configure:4573: checking for $ac_func" >&5
4573 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4574   echo $ac_n "(cached) $ac_c" 1>&6
4575 else
4576   cat > conftest.$ac_ext <<EOF
4577 #line 4578 "configure"
4578 #include "confdefs.h"
4579 /* System header to define __stub macros and hopefully few prototypes,
4580     which can conflict with char $ac_func(); below.  */
4581 #include <assert.h>
4582 /* Override any gcc2 internal prototype to avoid an error.  */
4583 /* We use char because int might match the return type of a gcc2
4584     builtin and then its argument prototype would still apply.  */
4585 char $ac_func();
4586
4587 int main() {
4588
4589 /* The GNU C library defines this for functions which it implements
4590     to always fail with ENOSYS.  Some functions are actually named
4591     something starting with __ and the normal name is an alias.  */
4592 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4593 choke me
4594 #else
4595 $ac_func();
4596 #endif
4597
4598 ; return 0; }
4599 EOF
4600 if { (eval echo configure:4601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4601   rm -rf conftest*
4602   eval "ac_cv_func_$ac_func=yes"
4603 else
4604   echo "configure: failed program was:" >&5
4605   cat conftest.$ac_ext >&5
4606   rm -rf conftest*
4607   eval "ac_cv_func_$ac_func=no"
4608 fi
4609 rm -f conftest*
4610 fi
4611
4612 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4613   echo "$ac_t""yes" 1>&6
4614     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4615   cat >> confdefs.h <<EOF
4616 #define $ac_tr_func 1
4617 EOF
4618  
4619 else
4620   echo "$ac_t""no" 1>&6
4621 echo $ac_n "checking for sched_yield in -lrt""... $ac_c" 1>&6
4622 echo "configure:4623: checking for sched_yield in -lrt" >&5
4623 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
4624 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4625   echo $ac_n "(cached) $ac_c" 1>&6
4626 else
4627   ac_save_LIBS="$LIBS"
4628 LIBS="-lrt  $LIBS"
4629 cat > conftest.$ac_ext <<EOF
4630 #line 4631 "configure"
4631 #include "confdefs.h"
4632 /* Override any gcc2 internal prototype to avoid an error.  */
4633 /* We use char because int might match the return type of a gcc2
4634     builtin and then its argument prototype would still apply.  */
4635 char sched_yield();
4636
4637 int main() {
4638 sched_yield()
4639 ; return 0; }
4640 EOF
4641 if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4642   rm -rf conftest*
4643   eval "ac_cv_lib_$ac_lib_var=yes"
4644 else
4645   echo "configure: failed program was:" >&5
4646   cat conftest.$ac_ext >&5
4647   rm -rf conftest*
4648   eval "ac_cv_lib_$ac_lib_var=no"
4649 fi
4650 rm -f conftest*
4651 LIBS="$ac_save_LIBS"
4652
4653 fi
4654 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4655   echo "$ac_t""yes" 1>&6
4656   
4657           cat >> confdefs.h <<\EOF
4658 #define HAVE_SCHED_YIELD 1
4659 EOF
4660
4661           THREADLIBS="$THREADLIBS -lrt"
4662           THREADSPEC="$THREADSPEC -lrt"
4663 else
4664   echo "$ac_t""no" 1>&6
4665
4666           echo $ac_n "checking for sched_yield in -lposix4""... $ac_c" 1>&6
4667 echo "configure:4668: checking for sched_yield in -lposix4" >&5
4668 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
4669 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4670   echo $ac_n "(cached) $ac_c" 1>&6
4671 else
4672   ac_save_LIBS="$LIBS"
4673 LIBS="-lposix4  $LIBS"
4674 cat > conftest.$ac_ext <<EOF
4675 #line 4676 "configure"
4676 #include "confdefs.h"
4677 /* Override any gcc2 internal prototype to avoid an error.  */
4678 /* We use char because int might match the return type of a gcc2
4679     builtin and then its argument prototype would still apply.  */
4680 char sched_yield();
4681
4682 int main() {
4683 sched_yield()
4684 ; return 0; }
4685 EOF
4686 if { (eval echo configure:4687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4687   rm -rf conftest*
4688   eval "ac_cv_lib_$ac_lib_var=yes"
4689 else
4690   echo "configure: failed program was:" >&5
4691   cat conftest.$ac_ext >&5
4692   rm -rf conftest*
4693   eval "ac_cv_lib_$ac_lib_var=no"
4694 fi
4695 rm -f conftest*
4696 LIBS="$ac_save_LIBS"
4697
4698 fi
4699 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4700   echo "$ac_t""yes" 1>&6
4701   
4702             cat >> confdefs.h <<\EOF
4703 #define HAVE_SCHED_YIELD 1
4704 EOF
4705
4706             THREADLIBS="$THREADLIBS -lposix4"
4707             THREADSPEC="$THREADSPEC -lposix4"
4708 else
4709   echo "$ac_t""no" 1>&6
4710 fi
4711
4712 fi
4713
4714 fi
4715 done
4716
4717       LIBS="$save_LIBS"
4718
4719       # We can save a little space at runtime if the mutex has m_count
4720       # or __m_count.  This is a nice hack for Linux.
4721       cat > conftest.$ac_ext <<EOF
4722 #line 4723 "configure"
4723 #include "confdefs.h"
4724 #include <pthread.h>
4725 int main() {
4726
4727           extern pthread_mutex_t *mutex; int q = mutex->m_count;
4728         
4729 ; return 0; }
4730 EOF
4731 if { (eval echo configure:4732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4732   rm -rf conftest*
4733   cat >> confdefs.h <<\EOF
4734 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
4735 EOF
4736
4737 else
4738   echo "configure: failed program was:" >&5
4739   cat conftest.$ac_ext >&5
4740   rm -rf conftest*
4741   
4742         cat > conftest.$ac_ext <<EOF
4743 #line 4744 "configure"
4744 #include "confdefs.h"
4745 #include <pthread.h>
4746 int main() {
4747
4748             extern pthread_mutex_t *mutex; int q = mutex->__m_count;
4749           
4750 ; return 0; }
4751 EOF
4752 if { (eval echo configure:4753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4753   rm -rf conftest*
4754   cat >> confdefs.h <<\EOF
4755 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
4756 EOF
4757
4758 else
4759   echo "configure: failed program was:" >&5
4760   cat conftest.$ac_ext >&5
4761 fi
4762 rm -f conftest*
4763 fi
4764 rm -f conftest*
4765    fi
4766
4767    # We require a way to get the time.
4768    time_found=no
4769    for ac_func in gettimeofday time ftime
4770 do
4771 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4772 echo "configure:4773: checking for $ac_func" >&5
4773 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4774   echo $ac_n "(cached) $ac_c" 1>&6
4775 else
4776   cat > conftest.$ac_ext <<EOF
4777 #line 4778 "configure"
4778 #include "confdefs.h"
4779 /* System header to define __stub macros and hopefully few prototypes,
4780     which can conflict with char $ac_func(); below.  */
4781 #include <assert.h>
4782 /* Override any gcc2 internal prototype to avoid an error.  */
4783 /* We use char because int might match the return type of a gcc2
4784     builtin and then its argument prototype would still apply.  */
4785 char $ac_func();
4786
4787 int main() {
4788
4789 /* The GNU C library defines this for functions which it implements
4790     to always fail with ENOSYS.  Some functions are actually named
4791     something starting with __ and the normal name is an alias.  */
4792 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4793 choke me
4794 #else
4795 $ac_func();
4796 #endif
4797
4798 ; return 0; }
4799 EOF
4800 if { (eval echo configure:4801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4801   rm -rf conftest*
4802   eval "ac_cv_func_$ac_func=yes"
4803 else
4804   echo "configure: failed program was:" >&5
4805   cat conftest.$ac_ext >&5
4806   rm -rf conftest*
4807   eval "ac_cv_func_$ac_func=no"
4808 fi
4809 rm -f conftest*
4810 fi
4811
4812 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4813   echo "$ac_t""yes" 1>&6
4814     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4815   cat >> confdefs.h <<EOF
4816 #define $ac_tr_func 1
4817 EOF
4818  time_found=yes
4819 else
4820   echo "$ac_t""no" 1>&6
4821 fi
4822 done
4823
4824    if test "$time_found" = no; then
4825       { echo "configure: error: no function found to get the time" 1>&2; exit 1; }
4826    fi
4827
4828    for ac_func in memmove
4829 do
4830 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4831 echo "configure:4832: checking for $ac_func" >&5
4832 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4833   echo $ac_n "(cached) $ac_c" 1>&6
4834 else
4835   cat > conftest.$ac_ext <<EOF
4836 #line 4837 "configure"
4837 #include "confdefs.h"
4838 /* System header to define __stub macros and hopefully few prototypes,
4839     which can conflict with char $ac_func(); below.  */
4840 #include <assert.h>
4841 /* Override any gcc2 internal prototype to avoid an error.  */
4842 /* We use char because int might match the return type of a gcc2
4843     builtin and then its argument prototype would still apply.  */
4844 char $ac_func();
4845
4846 int main() {
4847
4848 /* The GNU C library defines this for functions which it implements
4849     to always fail with ENOSYS.  Some functions are actually named
4850     something starting with __ and the normal name is an alias.  */
4851 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4852 choke me
4853 #else
4854 $ac_func();
4855 #endif
4856
4857 ; return 0; }
4858 EOF
4859 if { (eval echo configure:4860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4860   rm -rf conftest*
4861   eval "ac_cv_func_$ac_func=yes"
4862 else
4863   echo "configure: failed program was:" >&5
4864   cat conftest.$ac_ext >&5
4865   rm -rf conftest*
4866   eval "ac_cv_func_$ac_func=no"
4867 fi
4868 rm -f conftest*
4869 fi
4870
4871 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4872   echo "$ac_t""yes" 1>&6
4873     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4874   cat >> confdefs.h <<EOF
4875 #define $ac_tr_func 1
4876 EOF
4877  
4878 else
4879   echo "$ac_t""no" 1>&6
4880 fi
4881 done
4882
4883
4884    # We require memcpy.
4885    memcpy_found=no
4886    for ac_func in memcpy
4887 do
4888 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4889 echo "configure:4890: checking for $ac_func" >&5
4890 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4891   echo $ac_n "(cached) $ac_c" 1>&6
4892 else
4893   cat > conftest.$ac_ext <<EOF
4894 #line 4895 "configure"
4895 #include "confdefs.h"
4896 /* System header to define __stub macros and hopefully few prototypes,
4897     which can conflict with char $ac_func(); below.  */
4898 #include <assert.h>
4899 /* Override any gcc2 internal prototype to avoid an error.  */
4900 /* We use char because int might match the return type of a gcc2
4901     builtin and then its argument prototype would still apply.  */
4902 char $ac_func();
4903
4904 int main() {
4905
4906 /* The GNU C library defines this for functions which it implements
4907     to always fail with ENOSYS.  Some functions are actually named
4908     something starting with __ and the normal name is an alias.  */
4909 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4910 choke me
4911 #else
4912 $ac_func();
4913 #endif
4914
4915 ; return 0; }
4916 EOF
4917 if { (eval echo configure:4918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4918   rm -rf conftest*
4919   eval "ac_cv_func_$ac_func=yes"
4920 else
4921   echo "configure: failed program was:" >&5
4922   cat conftest.$ac_ext >&5
4923   rm -rf conftest*
4924   eval "ac_cv_func_$ac_func=no"
4925 fi
4926 rm -f conftest*
4927 fi
4928
4929 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4930   echo "$ac_t""yes" 1>&6
4931     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4932   cat >> confdefs.h <<EOF
4933 #define $ac_tr_func 1
4934 EOF
4935  memcpy_found=yes
4936 else
4937   echo "$ac_t""no" 1>&6
4938 fi
4939 done
4940
4941    if test "$memcpy_found" = no; then
4942       { echo "configure: error: memcpy is required" 1>&2; exit 1; }
4943    fi
4944
4945    echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
4946 echo "configure:4947: checking for dlopen in -ldl" >&5
4947 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4948 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4949   echo $ac_n "(cached) $ac_c" 1>&6
4950 else
4951   ac_save_LIBS="$LIBS"
4952 LIBS="-ldl  $LIBS"
4953 cat > conftest.$ac_ext <<EOF
4954 #line 4955 "configure"
4955 #include "confdefs.h"
4956 /* Override any gcc2 internal prototype to avoid an error.  */
4957 /* We use char because int might match the return type of a gcc2
4958     builtin and then its argument prototype would still apply.  */
4959 char dlopen();
4960
4961 int main() {
4962 dlopen()
4963 ; return 0; }
4964 EOF
4965 if { (eval echo configure:4966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4966   rm -rf conftest*
4967   eval "ac_cv_lib_$ac_lib_var=yes"
4968 else
4969   echo "configure: failed program was:" >&5
4970   cat conftest.$ac_ext >&5
4971   rm -rf conftest*
4972   eval "ac_cv_lib_$ac_lib_var=no"
4973 fi
4974 rm -f conftest*
4975 LIBS="$ac_save_LIBS"
4976
4977 fi
4978 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4979   echo "$ac_t""yes" 1>&6
4980   
4981        cat >> confdefs.h <<\EOF
4982 #define HAVE_DLOPEN 1
4983 EOF
4984
4985 else
4986   echo "$ac_t""no" 1>&6
4987 fi
4988
4989
4990    # Some library-finding code we stole from Tcl.
4991    #--------------------------------------------------------------------
4992    #    Check for the existence of the -lsocket and -lnsl libraries.
4993    #    The order here is important, so that they end up in the right
4994    #    order in the command line generated by make.  Here are some
4995    #    special considerations:
4996    #    1. Use "connect" and "accept" to check for -lsocket, and
4997    #       "gethostbyname" to check for -lnsl.
4998    #    2. Use each function name only once:  can't redo a check because
4999    #       autoconf caches the results of the last check and won't redo it.
5000    #    3. Use -lnsl and -lsocket only if they supply procedures that
5001    #       aren't already present in the normal libraries.  This is because
5002    #       IRIX 5.2 has libraries, but they aren't needed and they're
5003    #       bogus:  they goof up name resolution if used.
5004    #    4. On some SVR4 systems, can't use -lsocket without -lnsl too.
5005    #       To get around this problem, check for both libraries together
5006    #       if -lsocket doesn't work by itself.
5007    #--------------------------------------------------------------------
5008
5009    echo $ac_n "checking for socket libraries""... $ac_c" 1>&6
5010 echo "configure:5011: checking for socket libraries" >&5
5011 if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
5012   echo $ac_n "(cached) $ac_c" 1>&6
5013 else
5014   gcj_cv_lib_sockets=
5015      gcj_checkBoth=0
5016      unset ac_cv_func_connect
5017      echo $ac_n "checking for connect""... $ac_c" 1>&6
5018 echo "configure:5019: checking for connect" >&5
5019 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
5020   echo $ac_n "(cached) $ac_c" 1>&6
5021 else
5022   cat > conftest.$ac_ext <<EOF
5023 #line 5024 "configure"
5024 #include "confdefs.h"
5025 /* System header to define __stub macros and hopefully few prototypes,
5026     which can conflict with char connect(); below.  */
5027 #include <assert.h>
5028 /* Override any gcc2 internal prototype to avoid an error.  */
5029 /* We use char because int might match the return type of a gcc2
5030     builtin and then its argument prototype would still apply.  */
5031 char connect();
5032
5033 int main() {
5034
5035 /* The GNU C library defines this for functions which it implements
5036     to always fail with ENOSYS.  Some functions are actually named
5037     something starting with __ and the normal name is an alias.  */
5038 #if defined (__stub_connect) || defined (__stub___connect)
5039 choke me
5040 #else
5041 connect();
5042 #endif
5043
5044 ; return 0; }
5045 EOF
5046 if { (eval echo configure:5047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5047   rm -rf conftest*
5048   eval "ac_cv_func_connect=yes"
5049 else
5050   echo "configure: failed program was:" >&5
5051   cat conftest.$ac_ext >&5
5052   rm -rf conftest*
5053   eval "ac_cv_func_connect=no"
5054 fi
5055 rm -f conftest*
5056 fi
5057
5058 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
5059   echo "$ac_t""yes" 1>&6
5060   gcj_checkSocket=0
5061 else
5062   echo "$ac_t""no" 1>&6
5063 gcj_checkSocket=1
5064 fi
5065
5066      if test "$gcj_checkSocket" = 1; then
5067          unset ac_cv_func_connect
5068          echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
5069 echo "configure:5070: checking for main in -lsocket" >&5
5070 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
5071 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5072   echo $ac_n "(cached) $ac_c" 1>&6
5073 else
5074   ac_save_LIBS="$LIBS"
5075 LIBS="-lsocket  $LIBS"
5076 cat > conftest.$ac_ext <<EOF
5077 #line 5078 "configure"
5078 #include "confdefs.h"
5079
5080 int main() {
5081 main()
5082 ; return 0; }
5083 EOF
5084 if { (eval echo configure:5085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5085   rm -rf conftest*
5086   eval "ac_cv_lib_$ac_lib_var=yes"
5087 else
5088   echo "configure: failed program was:" >&5
5089   cat conftest.$ac_ext >&5
5090   rm -rf conftest*
5091   eval "ac_cv_lib_$ac_lib_var=no"
5092 fi
5093 rm -f conftest*
5094 LIBS="$ac_save_LIBS"
5095
5096 fi
5097 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5098   echo "$ac_t""yes" 1>&6
5099   gcj_cv_lib_sockets="-lsocket"
5100 else
5101   echo "$ac_t""no" 1>&6
5102 gcj_checkBoth=1
5103 fi
5104
5105      fi
5106      if test "$gcj_checkBoth" = 1; then
5107          gcj_oldLibs=$LIBS
5108          LIBS="$LIBS -lsocket -lnsl"
5109          unset ac_cv_func_accept
5110          echo $ac_n "checking for accept""... $ac_c" 1>&6
5111 echo "configure:5112: checking for accept" >&5
5112 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
5113   echo $ac_n "(cached) $ac_c" 1>&6
5114 else
5115   cat > conftest.$ac_ext <<EOF
5116 #line 5117 "configure"
5117 #include "confdefs.h"
5118 /* System header to define __stub macros and hopefully few prototypes,
5119     which can conflict with char accept(); below.  */
5120 #include <assert.h>
5121 /* Override any gcc2 internal prototype to avoid an error.  */
5122 /* We use char because int might match the return type of a gcc2
5123     builtin and then its argument prototype would still apply.  */
5124 char accept();
5125
5126 int main() {
5127
5128 /* The GNU C library defines this for functions which it implements
5129     to always fail with ENOSYS.  Some functions are actually named
5130     something starting with __ and the normal name is an alias.  */
5131 #if defined (__stub_accept) || defined (__stub___accept)
5132 choke me
5133 #else
5134 accept();
5135 #endif
5136
5137 ; return 0; }
5138 EOF
5139 if { (eval echo configure:5140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5140   rm -rf conftest*
5141   eval "ac_cv_func_accept=yes"
5142 else
5143   echo "configure: failed program was:" >&5
5144   cat conftest.$ac_ext >&5
5145   rm -rf conftest*
5146   eval "ac_cv_func_accept=no"
5147 fi
5148 rm -f conftest*
5149 fi
5150
5151 if eval "test \"`echo '$ac_cv_func_'accept`\" = yes"; then
5152   echo "$ac_t""yes" 1>&6
5153   gcj_checkNsl=0
5154                         gcj_cv_lib_sockets="-lsocket -lnsl"
5155 else
5156   echo "$ac_t""no" 1>&6
5157 fi
5158
5159          unset ac_cv_func_accept
5160          LIBS=$gcj_oldLibs
5161      fi
5162      unset ac_cv_func_gethostbyname
5163      gcj_oldLibs=$LIBS
5164      LIBS="$LIBS $gcj_cv_lib_sockets"
5165      echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
5166 echo "configure:5167: checking for gethostbyname" >&5
5167 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
5168   echo $ac_n "(cached) $ac_c" 1>&6
5169 else
5170   cat > conftest.$ac_ext <<EOF
5171 #line 5172 "configure"
5172 #include "confdefs.h"
5173 /* System header to define __stub macros and hopefully few prototypes,
5174     which can conflict with char gethostbyname(); below.  */
5175 #include <assert.h>
5176 /* Override any gcc2 internal prototype to avoid an error.  */
5177 /* We use char because int might match the return type of a gcc2
5178     builtin and then its argument prototype would still apply.  */
5179 char gethostbyname();
5180
5181 int main() {
5182
5183 /* The GNU C library defines this for functions which it implements
5184     to always fail with ENOSYS.  Some functions are actually named
5185     something starting with __ and the normal name is an alias.  */
5186 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
5187 choke me
5188 #else
5189 gethostbyname();
5190 #endif
5191
5192 ; return 0; }
5193 EOF
5194 if { (eval echo configure:5195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5195   rm -rf conftest*
5196   eval "ac_cv_func_gethostbyname=yes"
5197 else
5198   echo "configure: failed program was:" >&5
5199   cat conftest.$ac_ext >&5
5200   rm -rf conftest*
5201   eval "ac_cv_func_gethostbyname=no"
5202 fi
5203 rm -f conftest*
5204 fi
5205
5206 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
5207   echo "$ac_t""yes" 1>&6
5208   :
5209 else
5210   echo "$ac_t""no" 1>&6
5211 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
5212 echo "configure:5213: checking for main in -lnsl" >&5
5213 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
5214 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5215   echo $ac_n "(cached) $ac_c" 1>&6
5216 else
5217   ac_save_LIBS="$LIBS"
5218 LIBS="-lnsl  $LIBS"
5219 cat > conftest.$ac_ext <<EOF
5220 #line 5221 "configure"
5221 #include "confdefs.h"
5222
5223 int main() {
5224 main()
5225 ; return 0; }
5226 EOF
5227 if { (eval echo configure:5228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5228   rm -rf conftest*
5229   eval "ac_cv_lib_$ac_lib_var=yes"
5230 else
5231   echo "configure: failed program was:" >&5
5232   cat conftest.$ac_ext >&5
5233   rm -rf conftest*
5234   eval "ac_cv_lib_$ac_lib_var=no"
5235 fi
5236 rm -f conftest*
5237 LIBS="$ac_save_LIBS"
5238
5239 fi
5240 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5241   echo "$ac_t""yes" 1>&6
5242   gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
5243 else
5244   echo "$ac_t""no" 1>&6
5245 fi
5246
5247 fi
5248
5249      unset ac_cv_func_gethostbyname
5250      LIBS=$gcj_oldLIBS
5251    
5252 fi
5253
5254 echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
5255    SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
5256
5257    if test "$with_system_zlib" = yes; then
5258       echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
5259 echo "configure:5260: checking for deflate in -lz" >&5
5260 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
5261 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5262   echo $ac_n "(cached) $ac_c" 1>&6
5263 else
5264   ac_save_LIBS="$LIBS"
5265 LIBS="-lz  $LIBS"
5266 cat > conftest.$ac_ext <<EOF
5267 #line 5268 "configure"
5268 #include "confdefs.h"
5269 /* Override any gcc2 internal prototype to avoid an error.  */
5270 /* We use char because int might match the return type of a gcc2
5271     builtin and then its argument prototype would still apply.  */
5272 char deflate();
5273
5274 int main() {
5275 deflate()
5276 ; return 0; }
5277 EOF
5278 if { (eval echo configure:5279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5279   rm -rf conftest*
5280   eval "ac_cv_lib_$ac_lib_var=yes"
5281 else
5282   echo "configure: failed program was:" >&5
5283   cat conftest.$ac_ext >&5
5284   rm -rf conftest*
5285   eval "ac_cv_lib_$ac_lib_var=no"
5286 fi
5287 rm -f conftest*
5288 LIBS="$ac_save_LIBS"
5289
5290 fi
5291 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5292   echo "$ac_t""yes" 1>&6
5293   ZLIBSPEC=-lz
5294 else
5295   echo "$ac_t""no" 1>&6
5296 ZLIBSPEC=
5297 fi
5298
5299    fi
5300
5301    # On Solaris, and maybe other architectures, the Boehm collector
5302    # requires -ldl.
5303    if test "$GC" = boehm; then
5304       echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
5305 echo "configure:5306: checking for main in -ldl" >&5
5306 ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
5307 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5308   echo $ac_n "(cached) $ac_c" 1>&6
5309 else
5310   ac_save_LIBS="$LIBS"
5311 LIBS="-ldl  $LIBS"
5312 cat > conftest.$ac_ext <<EOF
5313 #line 5314 "configure"
5314 #include "confdefs.h"
5315
5316 int main() {
5317 main()
5318 ; return 0; }
5319 EOF
5320 if { (eval echo configure:5321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5321   rm -rf conftest*
5322   eval "ac_cv_lib_$ac_lib_var=yes"
5323 else
5324   echo "configure: failed program was:" >&5
5325   cat conftest.$ac_ext >&5
5326   rm -rf conftest*
5327   eval "ac_cv_lib_$ac_lib_var=no"
5328 fi
5329 rm -f conftest*
5330 LIBS="$ac_save_LIBS"
5331
5332 fi
5333 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5334   echo "$ac_t""yes" 1>&6
5335   SYSTEMSPEC="$SYSTEMSPEC -ldl"
5336 else
5337   echo "$ac_t""no" 1>&6
5338 fi
5339
5340    fi
5341
5342    if test -z "${with_multisubdir}"; then
5343       builddotdot=.
5344    else
5345
5346       builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
5347
5348    fi
5349    if test -x "${builddotdot}/../../gcc/gcj"; then
5350       dir="`cd ${builddotdot}/../../gcc && pwd`"
5351       GCJ="$dir/gcj -B`pwd`/ -B$dir/"
5352    else
5353       CANADIAN=yes
5354       NULL_TARGET=yes
5355       GCJ="gcj -B`pwd`/"
5356    fi
5357 fi
5358
5359 # Create it, so that compile/link tests don't fail
5360 test -f libgcj.spec || touch libgcj.spec
5361
5362 # We must search the source tree for java.lang, since we still don't
5363 # have libgcj.jar nor java/lang/*.class
5364 GCJ_SAVE_CPPFLAGS=$CPPFLAGS
5365 CPPFLAGS="$CPPFLAGS -I`pwd` -I`cd $srcdir && pwd`"
5366
5367 # Since some classes depend on this one, we need its source available
5368 # before we can do any GCJ compilation test :-(
5369 if test ! -f gnu/classpath/Configuration.java; then
5370   test -d gnu || mkdir gnu
5371   test -d gnu/classpath || mkdir gnu/classpath
5372   sed 's,@LIBGCJDEBUG@,$LIBGCJDEBUG,' \
5373         < $srcdir/gnu/classpath/Configuration.java.in \
5374         > gnu/classpath/Configuration.java
5375   # We do not want to redirect the output of the grep below to /dev/null,
5376   # but we add /dev/null to the input list so that grep will print the
5377   # filename of Configuration.java in case it finds any matches.
5378   if grep @ gnu/classpath/Configuration.java /dev/null; then
5379     { echo "configure: error: configure.in is missing the substitutions above" 1>&2; exit 1; }
5380   fi
5381 fi
5382
5383 # Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
5384 set dummy ${ac_tool_prefix}gcj; ac_word=$2
5385 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5386 echo "configure:5387: checking for $ac_word" >&5
5387 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
5388   echo $ac_n "(cached) $ac_c" 1>&6
5389 else
5390   if test -n "$GCJ"; then
5391   ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
5392 else
5393   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
5394   ac_dummy="$PATH"
5395   for ac_dir in $ac_dummy; do
5396     test -z "$ac_dir" && ac_dir=.
5397     if test -f $ac_dir/$ac_word; then
5398       ac_cv_prog_GCJ="${ac_tool_prefix}gcj"
5399       break
5400     fi
5401   done
5402   IFS="$ac_save_ifs"
5403 fi
5404 fi
5405 GCJ="$ac_cv_prog_GCJ"
5406 if test -n "$GCJ"; then
5407   echo "$ac_t""$GCJ" 1>&6
5408 else
5409   echo "$ac_t""no" 1>&6
5410 fi
5411
5412
5413 if test -z "$ac_cv_prog_GCJ"; then
5414 if test -n "$ac_tool_prefix"; then
5415   # Extract the first word of "gcj", so it can be a program name with args.
5416 set dummy gcj; ac_word=$2
5417 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5418 echo "configure:5419: checking for $ac_word" >&5
5419 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
5420   echo $ac_n "(cached) $ac_c" 1>&6
5421 else
5422   if test -n "$GCJ"; then
5423   ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
5424 else
5425   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
5426   ac_dummy="$PATH"
5427   for ac_dir in $ac_dummy; do
5428     test -z "$ac_dir" && ac_dir=.
5429     if test -f $ac_dir/$ac_word; then
5430       ac_cv_prog_GCJ="gcj"
5431       break
5432     fi
5433   done
5434   IFS="$ac_save_ifs"
5435   test -z "$ac_cv_prog_GCJ" && ac_cv_prog_GCJ="no"
5436 fi
5437 fi
5438 GCJ="$ac_cv_prog_GCJ"
5439 if test -n "$GCJ"; then
5440   echo "$ac_t""$GCJ" 1>&6
5441 else
5442   echo "$ac_t""no" 1>&6
5443 fi
5444
5445 else
5446   GCJ="no"
5447 fi
5448 fi
5449
5450   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5451   
5452
5453
5454 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
5455 lt_save_CC="$CC"
5456 lt_save_CFLAGS="$CFLAGS"
5457 AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
5458 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
5459 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
5460 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
5461 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
5462 deplibs_check_method="$deplibs_check_method" \
5463 file_magic_cmd="$file_magic_cmd" \
5464 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
5465 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
5466 || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
5467 CC="$lt_save_CC"
5468 CFLAGS="$lt_save_CFLAGS"
5469
5470 # Redirect the config.log output again, so that the ltconfig log is not
5471 # clobbered by the next message.
5472 exec 5>>./config.log
5473
5474
5475
5476
5477 CPPFLAGS=$GCJ_SAVE_CPPFLAGS
5478
5479 echo $ac_n "checking size of void *""... $ac_c" 1>&6
5480 echo "configure:5481: checking size of void *" >&5
5481 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
5482   echo $ac_n "(cached) $ac_c" 1>&6
5483 else
5484   for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
5485   cat > conftest.$ac_ext <<EOF
5486 #line 5487 "configure"
5487 #include "confdefs.h"
5488 #include "confdefs.h"
5489 #include <sys/types.h>
5490
5491
5492 int main() {
5493 switch (0) case 0: case (sizeof (void *) == $ac_size):;
5494 ; return 0; }
5495 EOF
5496 if { (eval echo configure:5497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5497   rm -rf conftest*
5498   ac_cv_sizeof_void_p=$ac_size
5499 else
5500   echo "configure: failed program was:" >&5
5501   cat conftest.$ac_ext >&5
5502 fi
5503 rm -f conftest*
5504   if test x$ac_cv_sizeof_void_p != x ; then break; fi
5505 done
5506
5507 fi
5508
5509 if test x$ac_cv_sizeof_void_p = x ; then
5510   { echo "configure: error: cannot determine a size for void *" 1>&2; exit 1; }
5511 fi
5512 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
5513 cat >> confdefs.h <<EOF
5514 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5515 EOF
5516
5517
5518
5519 ZLIBS=
5520 SYS_ZLIBS=
5521 ZINCS=
5522
5523 if test -z "$ZLIBSPEC"; then
5524    # Use zlib from the GCC tree.
5525    ZINCS='-I$(top_srcdir)/../zlib'
5526    ZLIBS=../zlib/libzgcj_convenience.la
5527 else
5528    # System's zlib.
5529    SYS_ZLIBS="$ZLIBSPEC"
5530 fi
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540 if test "$CANADIAN" = yes; then
5541   CANADIAN_TRUE=
5542   CANADIAN_FALSE='#'
5543 else
5544   CANADIAN_TRUE='#'
5545   CANADIAN_FALSE=
5546 fi
5547
5548
5549 if test "$NULL_TARGET" = yes; then
5550   NULL_TARGET_TRUE=
5551   NULL_TARGET_FALSE='#'
5552 else
5553   NULL_TARGET_TRUE='#'
5554   NULL_TARGET_FALSE=
5555 fi
5556
5557
5558 if test "$NATIVE" = yes || test "$NULL_TARGET" = yes; then
5559   NATIVE_TRUE=
5560   NATIVE_FALSE='#'
5561 else
5562   NATIVE_TRUE='#'
5563   NATIVE_FALSE=
5564 fi
5565
5566
5567 if test -z "$with_cross_host"; then
5568   USE_LIBDIR_TRUE=
5569   USE_LIBDIR_FALSE='#'
5570 else
5571   USE_LIBDIR_TRUE='#'
5572   USE_LIBDIR_FALSE=
5573 fi
5574
5575
5576 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
5577   NEEDS_DATA_START_TRUE=
5578   NEEDS_DATA_START_FALSE='#'
5579 else
5580   NEEDS_DATA_START_TRUE='#'
5581   NEEDS_DATA_START_FALSE=
5582 fi
5583
5584
5585
5586
5587 # Determine gcj version number.
5588
5589 gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
5590
5591 GCJVERSION=$gcjversion
5592
5593 cat >> confdefs.h <<EOF
5594 #define GCJVERSION "$GCJVERSION"
5595 EOF
5596
5597
5598 echo $ac_n "checking for g++ -ffloat-store bug""... $ac_c" 1>&6
5599 echo "configure:5600: checking for g++ -ffloat-store bug" >&5
5600 save_CFLAGS="$CFLAGS"
5601 CFLAGS="-x c++ -O2 -ffloat-store"
5602 cat > conftest.$ac_ext <<EOF
5603 #line 5604 "configure"
5604 #include "confdefs.h"
5605 #include <math.h>
5606 int main() {
5607
5608 ; return 0; }
5609 EOF
5610 if { (eval echo configure:5611: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5611   rm -rf conftest*
5612   echo "$ac_t""no" 1>&6
5613 else
5614   echo "configure: failed program was:" >&5
5615   cat conftest.$ac_ext >&5
5616   rm -rf conftest*
5617   cat >> confdefs.h <<\EOF
5618 #define __NO_MATH_INLINES 1
5619 EOF
5620
5621    echo "$ac_t""yes" 1>&6
5622 fi
5623 rm -f conftest*
5624 CFLAGS="$save_CFLAGS"
5625
5626 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
5627 do
5628 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5629 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5630 echo "configure:5631: checking for $ac_hdr" >&5
5631 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5632   echo $ac_n "(cached) $ac_c" 1>&6
5633 else
5634   cat > conftest.$ac_ext <<EOF
5635 #line 5636 "configure"
5636 #include "confdefs.h"
5637 #include <$ac_hdr>
5638 EOF
5639 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5640 { (eval echo configure:5641: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5641 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5642 if test -z "$ac_err"; then
5643   rm -rf conftest*
5644   eval "ac_cv_header_$ac_safe=yes"
5645 else
5646   echo "$ac_err" >&5
5647   echo "configure: failed program was:" >&5
5648   cat conftest.$ac_ext >&5
5649   rm -rf conftest*
5650   eval "ac_cv_header_$ac_safe=no"
5651 fi
5652 rm -f conftest*
5653 fi
5654 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5655   echo "$ac_t""yes" 1>&6
5656     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5657   cat >> confdefs.h <<EOF
5658 #define $ac_tr_hdr 1
5659 EOF
5660  
5661 else
5662   echo "$ac_t""no" 1>&6
5663 fi
5664 done
5665
5666 for ac_hdr in dirent.h
5667 do
5668 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5669 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5670 echo "configure:5671: checking for $ac_hdr" >&5
5671 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5672   echo $ac_n "(cached) $ac_c" 1>&6
5673 else
5674   cat > conftest.$ac_ext <<EOF
5675 #line 5676 "configure"
5676 #include "confdefs.h"
5677 #include <$ac_hdr>
5678 EOF
5679 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5680 { (eval echo configure:5681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5681 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5682 if test -z "$ac_err"; then
5683   rm -rf conftest*
5684   eval "ac_cv_header_$ac_safe=yes"
5685 else
5686   echo "$ac_err" >&5
5687   echo "configure: failed program was:" >&5
5688   cat conftest.$ac_ext >&5
5689   rm -rf conftest*
5690   eval "ac_cv_header_$ac_safe=no"
5691 fi
5692 rm -f conftest*
5693 fi
5694 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5695   echo "$ac_t""yes" 1>&6
5696     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5697   cat >> confdefs.h <<EOF
5698 #define $ac_tr_hdr 1
5699 EOF
5700  
5701 else
5702   echo "$ac_t""no" 1>&6
5703 fi
5704 done
5705
5706 for ac_hdr in inttypes.h
5707 do
5708 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5709 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5710 echo "configure:5711: checking for $ac_hdr" >&5
5711 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5712   echo $ac_n "(cached) $ac_c" 1>&6
5713 else
5714   cat > conftest.$ac_ext <<EOF
5715 #line 5716 "configure"
5716 #include "confdefs.h"
5717 #include <$ac_hdr>
5718 EOF
5719 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5720 { (eval echo configure:5721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5721 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5722 if test -z "$ac_err"; then
5723   rm -rf conftest*
5724   eval "ac_cv_header_$ac_safe=yes"
5725 else
5726   echo "$ac_err" >&5
5727   echo "configure: failed program was:" >&5
5728   cat conftest.$ac_ext >&5
5729   rm -rf conftest*
5730   eval "ac_cv_header_$ac_safe=no"
5731 fi
5732 rm -f conftest*
5733 fi
5734 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5735   echo "$ac_t""yes" 1>&6
5736     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5737   cat >> confdefs.h <<EOF
5738 #define $ac_tr_hdr 1
5739 EOF
5740  
5741     cat >> confdefs.h <<\EOF
5742 #define HAVE_INTTYPES_H 1
5743 EOF
5744
5745     cat >> confdefs.h <<\EOF
5746 #define JV_HAVE_INTTYPES_H 1
5747 EOF
5748
5749
5750 else
5751   echo "$ac_t""no" 1>&6
5752 fi
5753 done
5754
5755 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
5756 echo "configure:5757: checking for sys/wait.h that is POSIX.1 compatible" >&5
5757 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
5758   echo $ac_n "(cached) $ac_c" 1>&6
5759 else
5760   cat > conftest.$ac_ext <<EOF
5761 #line 5762 "configure"
5762 #include "confdefs.h"
5763 #include <sys/types.h>
5764 #include <sys/wait.h>
5765 #ifndef WEXITSTATUS
5766 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
5767 #endif
5768 #ifndef WIFEXITED
5769 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
5770 #endif
5771 int main() {
5772 int s;
5773 wait (&s);
5774 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
5775 ; return 0; }
5776 EOF
5777 if { (eval echo configure:5778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5778   rm -rf conftest*
5779   ac_cv_header_sys_wait_h=yes
5780 else
5781   echo "configure: failed program was:" >&5
5782   cat conftest.$ac_ext >&5
5783   rm -rf conftest*
5784   ac_cv_header_sys_wait_h=no
5785 fi
5786 rm -f conftest*
5787 fi
5788
5789 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
5790 if test $ac_cv_header_sys_wait_h = yes; then
5791   cat >> confdefs.h <<\EOF
5792 #define HAVE_SYS_WAIT_H 1
5793 EOF
5794
5795 fi
5796
5797
5798 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
5799 echo "configure:5800: checking for ANSI C header files" >&5
5800 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
5801   echo $ac_n "(cached) $ac_c" 1>&6
5802 else
5803   cat > conftest.$ac_ext <<EOF
5804 #line 5805 "configure"
5805 #include "confdefs.h"
5806 #include <stdlib.h>
5807 #include <stdarg.h>
5808 #include <string.h>
5809 #include <float.h>
5810 EOF
5811 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5812 { (eval echo configure:5813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5813 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5814 if test -z "$ac_err"; then
5815   rm -rf conftest*
5816   ac_cv_header_stdc=yes
5817 else
5818   echo "$ac_err" >&5
5819   echo "configure: failed program was:" >&5
5820   cat conftest.$ac_ext >&5
5821   rm -rf conftest*
5822   ac_cv_header_stdc=no
5823 fi
5824 rm -f conftest*
5825
5826 if test $ac_cv_header_stdc = yes; then
5827   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5828 cat > conftest.$ac_ext <<EOF
5829 #line 5830 "configure"
5830 #include "confdefs.h"
5831 #include <string.h>
5832 EOF
5833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5834   egrep "memchr" >/dev/null 2>&1; then
5835   :
5836 else
5837   rm -rf conftest*
5838   ac_cv_header_stdc=no
5839 fi
5840 rm -f conftest*
5841
5842 fi
5843
5844 if test $ac_cv_header_stdc = yes; then
5845   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5846 cat > conftest.$ac_ext <<EOF
5847 #line 5848 "configure"
5848 #include "confdefs.h"
5849 #include <stdlib.h>
5850 EOF
5851 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5852   egrep "free" >/dev/null 2>&1; then
5853   :
5854 else
5855   rm -rf conftest*
5856   ac_cv_header_stdc=no
5857 fi
5858 rm -f conftest*
5859
5860 fi
5861
5862 if test $ac_cv_header_stdc = yes; then
5863   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5864 if test "$cross_compiling" = yes; then
5865   :
5866 else
5867   cat > conftest.$ac_ext <<EOF
5868 #line 5869 "configure"
5869 #include "confdefs.h"
5870 #include <ctype.h>
5871 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5872 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5873 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5874 int main () { int i; for (i = 0; i < 256; i++)
5875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
5876 exit (0); }
5877
5878 EOF
5879 if { (eval echo configure:5880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5880 then
5881   :
5882 else
5883   echo "configure: failed program was:" >&5
5884   cat conftest.$ac_ext >&5
5885   rm -fr conftest*
5886   ac_cv_header_stdc=no
5887 fi
5888 rm -fr conftest*
5889 fi
5890
5891 fi
5892 fi
5893
5894 echo "$ac_t""$ac_cv_header_stdc" 1>&6
5895 if test $ac_cv_header_stdc = yes; then
5896   cat >> confdefs.h <<\EOF
5897 #define STDC_HEADERS 1
5898 EOF
5899
5900 fi
5901
5902 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
5903 echo "configure:5904: checking for ssize_t" >&5
5904 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
5905   echo $ac_n "(cached) $ac_c" 1>&6
5906 else
5907   cat > conftest.$ac_ext <<EOF
5908 #line 5909 "configure"
5909 #include "confdefs.h"
5910 #include <sys/types.h>
5911 #if STDC_HEADERS
5912 #include <stdlib.h>
5913 #include <stddef.h>
5914 #endif
5915 EOF
5916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5917   egrep "(^|[^a-zA-Z_0-9])ssize_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
5918   rm -rf conftest*
5919   ac_cv_type_ssize_t=yes
5920 else
5921   rm -rf conftest*
5922   ac_cv_type_ssize_t=no
5923 fi
5924 rm -f conftest*
5925
5926 fi
5927 echo "$ac_t""$ac_cv_type_ssize_t" 1>&6
5928 if test $ac_cv_type_ssize_t = no; then
5929   cat >> confdefs.h <<\EOF
5930 #define ssize_t int
5931 EOF
5932
5933 fi
5934
5935
5936 echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
5937 echo "configure:5938: checking for in_addr_t" >&5
5938 cat > conftest.$ac_ext <<EOF
5939 #line 5940 "configure"
5940 #include "confdefs.h"
5941 #include <sys/types.h>
5942 #if STDC_HEADERS
5943 #include <stdlib.h>
5944 #include <stddef.h>
5945 #endif
5946 #if HAVE_NETINET_IN_H
5947 #include <netinet/in.h>
5948 #endif
5949 int main() {
5950 in_addr_t foo;
5951 ; return 0; }
5952 EOF
5953 if { (eval echo configure:5954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5954   rm -rf conftest*
5955   cat >> confdefs.h <<\EOF
5956 #define HAVE_IN_ADDR_T 1
5957 EOF
5958
5959    echo "$ac_t""yes" 1>&6
5960 else
5961   echo "configure: failed program was:" >&5
5962   cat conftest.$ac_ext >&5
5963   rm -rf conftest*
5964   echo "$ac_t""no" 1>&6
5965 fi
5966 rm -f conftest*
5967
5968 echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
5969 echo "configure:5970: checking whether struct ip_mreq is in netinet/in.h" >&5
5970 cat > conftest.$ac_ext <<EOF
5971 #line 5972 "configure"
5972 #include "confdefs.h"
5973 #include <netinet/in.h>
5974 int main() {
5975 struct ip_mreq mreq;
5976 ; return 0; }
5977 EOF
5978 if { (eval echo configure:5979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5979   rm -rf conftest*
5980   cat >> confdefs.h <<\EOF
5981 #define HAVE_STRUCT_IP_MREQ 1
5982 EOF
5983
5984    echo "$ac_t""yes" 1>&6
5985 else
5986   echo "configure: failed program was:" >&5
5987   cat conftest.$ac_ext >&5
5988   rm -rf conftest*
5989   echo "$ac_t""no" 1>&6
5990 fi
5991 rm -f conftest*
5992
5993 echo $ac_n "checking whether struct ipv6_mreq is in netinet/in.h""... $ac_c" 1>&6
5994 echo "configure:5995: checking whether struct ipv6_mreq is in netinet/in.h" >&5
5995 cat > conftest.$ac_ext <<EOF
5996 #line 5997 "configure"
5997 #include "confdefs.h"
5998 #include <netinet/in.h>
5999 int main() {
6000 struct ipv6_mreq mreq6;
6001 ; return 0; }
6002 EOF
6003 if { (eval echo configure:6004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6004   rm -rf conftest*
6005   cat >> confdefs.h <<\EOF
6006 #define HAVE_STRUCT_IPV6_MREQ 1
6007 EOF
6008
6009    echo "$ac_t""yes" 1>&6
6010 else
6011   echo "configure: failed program was:" >&5
6012   cat conftest.$ac_ext >&5
6013   rm -rf conftest*
6014   echo "$ac_t""no" 1>&6
6015 fi
6016 rm -f conftest*
6017
6018 echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
6019 echo "configure:6020: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
6020 cat > conftest.$ac_ext <<EOF
6021 #line 6022 "configure"
6022 #include "confdefs.h"
6023 #include <netinet/in.h>
6024 int main() {
6025 struct sockaddr_in6 addr6;
6026 ; return 0; }
6027 EOF
6028 if { (eval echo configure:6029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6029   rm -rf conftest*
6030   cat >> confdefs.h <<\EOF
6031 #define HAVE_INET6 1
6032 EOF
6033
6034    echo "$ac_t""yes" 1>&6
6035 else
6036   echo "configure: failed program was:" >&5
6037   cat conftest.$ac_ext >&5
6038   rm -rf conftest*
6039   echo "$ac_t""no" 1>&6
6040 fi
6041 rm -f conftest*
6042
6043 echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
6044 echo "configure:6045: checking for socklen_t in sys/socket.h" >&5
6045 cat > conftest.$ac_ext <<EOF
6046 #line 6047 "configure"
6047 #include "confdefs.h"
6048 #define _POSIX_PII_SOCKET
6049 #include <sys/types.h>
6050 #include <sys/socket.h>
6051 int main() {
6052 socklen_t x = 5;
6053 ; return 0; }
6054 EOF
6055 if { (eval echo configure:6056: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6056   rm -rf conftest*
6057   cat >> confdefs.h <<\EOF
6058 #define HAVE_SOCKLEN_T 1
6059 EOF
6060
6061    echo "$ac_t""yes" 1>&6
6062 else
6063   echo "configure: failed program was:" >&5
6064   cat conftest.$ac_ext >&5
6065   rm -rf conftest*
6066   echo "$ac_t""no" 1>&6
6067 fi
6068 rm -f conftest*
6069
6070 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
6071 echo "configure:6072: checking for tm_gmtoff in struct tm" >&5
6072 cat > conftest.$ac_ext <<EOF
6073 #line 6074 "configure"
6074 #include "confdefs.h"
6075 #include <time.h>
6076 int main() {
6077 struct tm tim; tim.tm_gmtoff = 0;
6078 ; return 0; }
6079 EOF
6080 if { (eval echo configure:6081: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6081   rm -rf conftest*
6082   cat >> confdefs.h <<\EOF
6083 #define STRUCT_TM_HAS_GMTOFF 1
6084 EOF
6085
6086    echo "$ac_t""yes" 1>&6
6087 else
6088   echo "configure: failed program was:" >&5
6089   cat conftest.$ac_ext >&5
6090   rm -rf conftest*
6091   echo "$ac_t""no" 1>&6
6092    echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
6093 echo "configure:6094: checking for global timezone variable" >&5
6094             cat > conftest.$ac_ext <<EOF
6095 #line 6096 "configure"
6096 #include "confdefs.h"
6097 #include <time.h>
6098 int main() {
6099 long z2 = timezone;
6100 ; return 0; }
6101 EOF
6102 if { (eval echo configure:6103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6103   rm -rf conftest*
6104   cat >> confdefs.h <<\EOF
6105 #define HAVE_TIMEZONE 1
6106 EOF
6107
6108       echo "$ac_t""yes" 1>&6
6109 else
6110   echo "configure: failed program was:" >&5
6111   cat conftest.$ac_ext >&5
6112   rm -rf conftest*
6113   echo "$ac_t""no" 1>&6
6114 fi
6115 rm -f conftest*
6116 fi
6117 rm -f conftest*
6118
6119 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6120 # for constant arguments.  Useless!
6121 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
6122 echo "configure:6123: checking for working alloca.h" >&5
6123 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
6124   echo $ac_n "(cached) $ac_c" 1>&6
6125 else
6126   cat > conftest.$ac_ext <<EOF
6127 #line 6128 "configure"
6128 #include "confdefs.h"
6129 #include <alloca.h>
6130 int main() {
6131 char *p = alloca(2 * sizeof(int));
6132 ; return 0; }
6133 EOF
6134 if { (eval echo configure:6135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6135   rm -rf conftest*
6136   ac_cv_header_alloca_h=yes
6137 else
6138   echo "configure: failed program was:" >&5
6139   cat conftest.$ac_ext >&5
6140   rm -rf conftest*
6141   ac_cv_header_alloca_h=no
6142 fi
6143 rm -f conftest*
6144 fi
6145
6146 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
6147 if test $ac_cv_header_alloca_h = yes; then
6148   cat >> confdefs.h <<\EOF
6149 #define HAVE_ALLOCA_H 1
6150 EOF
6151
6152 fi
6153
6154 echo $ac_n "checking for alloca""... $ac_c" 1>&6
6155 echo "configure:6156: checking for alloca" >&5
6156 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
6157   echo $ac_n "(cached) $ac_c" 1>&6
6158 else
6159   cat > conftest.$ac_ext <<EOF
6160 #line 6161 "configure"
6161 #include "confdefs.h"
6162
6163 #ifdef __GNUC__
6164 # define alloca __builtin_alloca
6165 #else
6166 # ifdef _MSC_VER
6167 #  include <malloc.h>
6168 #  define alloca _alloca
6169 # else
6170 #  if HAVE_ALLOCA_H
6171 #   include <alloca.h>
6172 #  else
6173 #   ifdef _AIX
6174  #pragma alloca
6175 #   else
6176 #    ifndef alloca /* predefined by HP cc +Olibcalls */
6177 char *alloca ();
6178 #    endif
6179 #   endif
6180 #  endif
6181 # endif
6182 #endif
6183
6184 int main() {
6185 char *p = (char *) alloca(1);
6186 ; return 0; }
6187 EOF
6188 if { (eval echo configure:6189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6189   rm -rf conftest*
6190   ac_cv_func_alloca_works=yes
6191 else
6192   echo "configure: failed program was:" >&5
6193   cat conftest.$ac_ext >&5
6194   rm -rf conftest*
6195   ac_cv_func_alloca_works=no
6196 fi
6197 rm -f conftest*
6198 fi
6199
6200 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
6201 if test $ac_cv_func_alloca_works = yes; then
6202   cat >> confdefs.h <<\EOF
6203 #define HAVE_ALLOCA 1
6204 EOF
6205
6206 fi
6207
6208 if test $ac_cv_func_alloca_works = no; then
6209   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6210   # that cause trouble.  Some versions do not even contain alloca or
6211   # contain a buggy version.  If you still want to use their alloca,
6212   # use ar to extract alloca.o from them instead of compiling alloca.c.
6213   ALLOCA=alloca.${ac_objext}
6214   cat >> confdefs.h <<\EOF
6215 #define C_ALLOCA 1
6216 EOF
6217
6218
6219 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
6220 echo "configure:6221: checking whether alloca needs Cray hooks" >&5
6221 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
6222   echo $ac_n "(cached) $ac_c" 1>&6
6223 else
6224   cat > conftest.$ac_ext <<EOF
6225 #line 6226 "configure"
6226 #include "confdefs.h"
6227 #if defined(CRAY) && ! defined(CRAY2)
6228 webecray
6229 #else
6230 wenotbecray
6231 #endif
6232
6233 EOF
6234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6235   egrep "webecray" >/dev/null 2>&1; then
6236   rm -rf conftest*
6237   ac_cv_os_cray=yes
6238 else
6239   rm -rf conftest*
6240   ac_cv_os_cray=no
6241 fi
6242 rm -f conftest*
6243
6244 fi
6245
6246 echo "$ac_t""$ac_cv_os_cray" 1>&6
6247 if test $ac_cv_os_cray = yes; then
6248 for ac_func in _getb67 GETB67 getb67; do
6249   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6250 echo "configure:6251: checking for $ac_func" >&5
6251 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6252   echo $ac_n "(cached) $ac_c" 1>&6
6253 else
6254   cat > conftest.$ac_ext <<EOF
6255 #line 6256 "configure"
6256 #include "confdefs.h"
6257 /* System header to define __stub macros and hopefully few prototypes,
6258     which can conflict with char $ac_func(); below.  */
6259 #include <assert.h>
6260 /* Override any gcc2 internal prototype to avoid an error.  */
6261 /* We use char because int might match the return type of a gcc2
6262     builtin and then its argument prototype would still apply.  */
6263 char $ac_func();
6264
6265 int main() {
6266
6267 /* The GNU C library defines this for functions which it implements
6268     to always fail with ENOSYS.  Some functions are actually named
6269     something starting with __ and the normal name is an alias.  */
6270 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6271 choke me
6272 #else
6273 $ac_func();
6274 #endif
6275
6276 ; return 0; }
6277 EOF
6278 if { (eval echo configure:6279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6279   rm -rf conftest*
6280   eval "ac_cv_func_$ac_func=yes"
6281 else
6282   echo "configure: failed program was:" >&5
6283   cat conftest.$ac_ext >&5
6284   rm -rf conftest*
6285   eval "ac_cv_func_$ac_func=no"
6286 fi
6287 rm -f conftest*
6288 fi
6289
6290 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6291   echo "$ac_t""yes" 1>&6
6292   cat >> confdefs.h <<EOF
6293 #define CRAY_STACKSEG_END $ac_func
6294 EOF
6295
6296   break
6297 else
6298   echo "$ac_t""no" 1>&6
6299 fi
6300
6301 done
6302 fi
6303
6304 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
6305 echo "configure:6306: checking stack direction for C alloca" >&5
6306 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
6307   echo $ac_n "(cached) $ac_c" 1>&6
6308 else
6309   if test "$cross_compiling" = yes; then
6310   ac_cv_c_stack_direction=0
6311 else
6312   cat > conftest.$ac_ext <<EOF
6313 #line 6314 "configure"
6314 #include "confdefs.h"
6315 find_stack_direction ()
6316 {
6317   static char *addr = 0;
6318   auto char dummy;
6319   if (addr == 0)
6320     {
6321       addr = &dummy;
6322       return find_stack_direction ();
6323     }
6324   else
6325     return (&dummy > addr) ? 1 : -1;
6326 }
6327 main ()
6328 {
6329   exit (find_stack_direction() < 0);
6330 }
6331 EOF
6332 if { (eval echo configure:6333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6333 then
6334   ac_cv_c_stack_direction=1
6335 else
6336   echo "configure: failed program was:" >&5
6337   cat conftest.$ac_ext >&5
6338   rm -fr conftest*
6339   ac_cv_c_stack_direction=-1
6340 fi
6341 rm -fr conftest*
6342 fi
6343
6344 fi
6345
6346 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
6347 cat >> confdefs.h <<EOF
6348 #define STACK_DIRECTION $ac_cv_c_stack_direction
6349 EOF
6350
6351 fi
6352
6353
6354 for ac_prog in perl
6355 do
6356 # Extract the first word of "$ac_prog", so it can be a program name with args.
6357 set dummy $ac_prog; ac_word=$2
6358 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6359 echo "configure:6360: checking for $ac_word" >&5
6360 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
6361   echo $ac_n "(cached) $ac_c" 1>&6
6362 else
6363   if test -n "$PERL"; then
6364   ac_cv_prog_PERL="$PERL" # Let the user override the test.
6365 else
6366   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
6367   ac_dummy="$PATH"
6368   for ac_dir in $ac_dummy; do
6369     test -z "$ac_dir" && ac_dir=.
6370     if test -f $ac_dir/$ac_word; then
6371       ac_cv_prog_PERL="$ac_prog"
6372       break
6373     fi
6374   done
6375   IFS="$ac_save_ifs"
6376 fi
6377 fi
6378 PERL="$ac_cv_prog_PERL"
6379 if test -n "$PERL"; then
6380   echo "$ac_t""$PERL" 1>&6
6381 else
6382   echo "$ac_t""no" 1>&6
6383 fi
6384
6385 test -n "$PERL" && break
6386 done
6387 test -n "$PERL" || PERL="false"
6388
6389
6390 SYSDEP_SOURCES=
6391
6392 case "${host}" in
6393  i?86-*-linux*)
6394     SIGNAL_HANDLER=include/i386-signal.h
6395     ;;
6396  sparc-sun-solaris*)
6397     SIGNAL_HANDLER=include/sparc-signal.h
6398     ;;
6399 # ia64-*)
6400 #    SYSDEP_SOURCES=sysdep/ia64.c
6401 #    test -d sysdep || mkdir sysdep
6402 #    ;;
6403  ia64-*-linux*)
6404     SIGNAL_HANDLER=include/dwarf2-signal.h
6405     ;;
6406  powerpc-*-linux*)
6407     SIGNAL_HANDLER=include/dwarf2-signal.h
6408     ;;
6409  alpha*-*-linux*)
6410     SIGNAL_HANDLER=include/dwarf2-signal.h
6411     ;;
6412  *mingw*)
6413     SIGNAL_HANDLER=include/win32-signal.h
6414     ;;
6415  *)
6416     SIGNAL_HANDLER=include/default-signal.h
6417     ;;
6418 esac
6419
6420 # If we're using sjlj exceptions, forget what we just learned.
6421 if test "$enable_sjlj_exceptions" = yes; then
6422    SIGNAL_HANDLER=include/default-signal.h
6423 fi
6424
6425
6426
6427
6428
6429 if test "${multilib}" = "yes"; then
6430   multilib_arg="--enable-multilib"
6431 else
6432   multilib_arg=
6433 fi
6434
6435 # If we find X, set shell vars x_includes and x_libraries to the
6436 # paths, otherwise set no_x=yes.
6437 # Uses ac_ vars as temps to allow command line to override cache and checks.
6438 # --without-x overrides everything else, but does not touch the cache.
6439 echo $ac_n "checking for X""... $ac_c" 1>&6
6440 echo "configure:6441: checking for X" >&5
6441
6442 # Check whether --with-x or --without-x was given.
6443 if test "${with_x+set}" = set; then
6444   withval="$with_x"
6445   :
6446 fi
6447
6448 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6449 if test "x$with_x" = xno; then
6450   # The user explicitly disabled X.
6451   have_x=disabled
6452 else
6453   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
6454     # Both variables are already set.
6455     have_x=yes
6456   else
6457 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
6458   echo $ac_n "(cached) $ac_c" 1>&6
6459 else
6460   # One or both of the vars are not set, and there is no cached value.
6461 ac_x_includes=NO ac_x_libraries=NO
6462 rm -fr conftestdir
6463 if mkdir conftestdir; then
6464   cd conftestdir
6465   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
6466   cat > Imakefile <<'EOF'
6467 acfindx:
6468         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
6469 EOF
6470   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
6471     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6472     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
6473     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6474     for ac_extension in a so sl; do
6475       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6476         test -f $ac_im_libdir/libX11.$ac_extension; then
6477         ac_im_usrlibdir=$ac_im_libdir; break
6478       fi
6479     done
6480     # Screen out bogus values from the imake configuration.  They are
6481     # bogus both because they are the default anyway, and because
6482     # using them would break gcc on systems where it needs fixed includes.
6483     case "$ac_im_incroot" in
6484         /usr/include) ;;
6485         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
6486     esac
6487     case "$ac_im_usrlibdir" in
6488         /usr/lib | /lib) ;;
6489         *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
6490     esac
6491   fi
6492   cd ..
6493   rm -fr conftestdir
6494 fi
6495
6496 if test "$ac_x_includes" = NO; then
6497   # Guess where to find include files, by looking for this one X11 .h file.
6498   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
6499
6500   # First, try using that file with no special directory specified.
6501 cat > conftest.$ac_ext <<EOF
6502 #line 6503 "configure"
6503 #include "confdefs.h"
6504 #include <$x_direct_test_include>
6505 EOF
6506 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6507 { (eval echo configure:6508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6508 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6509 if test -z "$ac_err"; then
6510   rm -rf conftest*
6511   # We can compile using X headers with no special include directory.
6512 ac_x_includes=
6513 else
6514   echo "$ac_err" >&5
6515   echo "configure: failed program was:" >&5
6516   cat conftest.$ac_ext >&5
6517   rm -rf conftest*
6518   # Look for the header file in a standard set of common directories.
6519 # Check X11 before X11Rn because it is often a symlink to the current release.
6520   for ac_dir in               \
6521     /usr/X11/include          \
6522     /usr/X11R6/include        \
6523     /usr/X11R5/include        \
6524     /usr/X11R4/include        \
6525                               \
6526     /usr/include/X11          \
6527     /usr/include/X11R6        \
6528     /usr/include/X11R5        \
6529     /usr/include/X11R4        \
6530                               \
6531     /usr/local/X11/include    \
6532     /usr/local/X11R6/include  \
6533     /usr/local/X11R5/include  \
6534     /usr/local/X11R4/include  \
6535                               \
6536     /usr/local/include/X11    \
6537     /usr/local/include/X11R6  \
6538     /usr/local/include/X11R5  \
6539     /usr/local/include/X11R4  \
6540                               \
6541     /usr/X386/include         \
6542     /usr/x386/include         \
6543     /usr/XFree86/include/X11  \
6544                               \
6545     /usr/include              \
6546     /usr/local/include        \
6547     /usr/unsupported/include  \
6548     /usr/athena/include       \
6549     /usr/local/x11r5/include  \
6550     /usr/lpp/Xamples/include  \
6551                               \
6552     /usr/openwin/include      \
6553     /usr/openwin/share/include \
6554     ; \
6555   do
6556     if test -r "$ac_dir/$x_direct_test_include"; then
6557       ac_x_includes=$ac_dir
6558       break
6559     fi
6560   done
6561 fi
6562 rm -f conftest*
6563 fi # $ac_x_includes = NO
6564
6565 if test "$ac_x_libraries" = NO; then
6566   # Check for the libraries.
6567
6568   test -z "$x_direct_test_library" && x_direct_test_library=Xt
6569   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
6570
6571   # See if we find them without any special options.
6572   # Don't add to $LIBS permanently.
6573   ac_save_LIBS="$LIBS"
6574   LIBS="-l$x_direct_test_library $LIBS"
6575 cat > conftest.$ac_ext <<EOF
6576 #line 6577 "configure"
6577 #include "confdefs.h"
6578
6579 int main() {
6580 ${x_direct_test_function}()
6581 ; return 0; }
6582 EOF
6583 if { (eval echo configure:6584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6584   rm -rf conftest*
6585   LIBS="$ac_save_LIBS"
6586 # We can link X programs with no special library path.
6587 ac_x_libraries=
6588 else
6589   echo "configure: failed program was:" >&5
6590   cat conftest.$ac_ext >&5
6591   rm -rf conftest*
6592   LIBS="$ac_save_LIBS"
6593 # First see if replacing the include by lib works.
6594 # Check X11 before X11Rn because it is often a symlink to the current release.
6595 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
6596     /usr/X11/lib          \
6597     /usr/X11R6/lib        \
6598     /usr/X11R5/lib        \
6599     /usr/X11R4/lib        \
6600                           \
6601     /usr/lib/X11          \
6602     /usr/lib/X11R6        \
6603     /usr/lib/X11R5        \
6604     /usr/lib/X11R4        \
6605                           \
6606     /usr/local/X11/lib    \
6607     /usr/local/X11R6/lib  \
6608     /usr/local/X11R5/lib  \
6609     /usr/local/X11R4/lib  \
6610                           \
6611     /usr/local/lib/X11    \
6612     /usr/local/lib/X11R6  \
6613     /usr/local/lib/X11R5  \
6614     /usr/local/lib/X11R4  \
6615                           \
6616     /usr/X386/lib         \
6617     /usr/x386/lib         \
6618     /usr/XFree86/lib/X11  \
6619                           \
6620     /usr/lib              \
6621     /usr/local/lib        \
6622     /usr/unsupported/lib  \
6623     /usr/athena/lib       \
6624     /usr/local/x11r5/lib  \
6625     /usr/lpp/Xamples/lib  \
6626     /lib/usr/lib/X11      \
6627                           \
6628     /usr/openwin/lib      \
6629     /usr/openwin/share/lib \
6630     ; \
6631 do
6632   for ac_extension in a so sl; do
6633     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
6634       ac_x_libraries=$ac_dir
6635       break 2
6636     fi
6637   done
6638 done
6639 fi
6640 rm -f conftest*
6641 fi # $ac_x_libraries = NO
6642
6643 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
6644   # Didn't find X anywhere.  Cache the known absence of X.
6645   ac_cv_have_x="have_x=no"
6646 else
6647   # Record where we found X for the cache.
6648   ac_cv_have_x="have_x=yes \
6649                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6650 fi
6651 fi
6652   fi
6653   eval "$ac_cv_have_x"
6654 fi # $with_x != no
6655
6656 if test "$have_x" != yes; then
6657   echo "$ac_t""$have_x" 1>&6
6658   no_x=yes
6659 else
6660   # If each of the values was on the command line, it overrides each guess.
6661   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6662   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6663   # Update the cache value to reflect the command line values.
6664   ac_cv_have_x="have_x=yes \
6665                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6666   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
6667 fi
6668
6669 if test "$no_x" = yes; then
6670   # Not all programs may use this symbol, but it does not hurt to define it.
6671   cat >> confdefs.h <<\EOF
6672 #define X_DISPLAY_MISSING 1
6673 EOF
6674
6675   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6676 else
6677   if test -n "$x_includes"; then
6678     X_CFLAGS="$X_CFLAGS -I$x_includes"
6679   fi
6680
6681   # It would also be nice to do this for all -L options, not just this one.
6682   if test -n "$x_libraries"; then
6683     X_LIBS="$X_LIBS -L$x_libraries"
6684     # For Solaris; some versions of Sun CC require a space after -R and
6685     # others require no space.  Words are not sufficient . . . .
6686     case "`(uname -sr) 2>/dev/null`" in
6687     "SunOS 5"*)
6688       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
6689 echo "configure:6690: checking whether -R must be followed by a space" >&5
6690       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
6691       cat > conftest.$ac_ext <<EOF
6692 #line 6693 "configure"
6693 #include "confdefs.h"
6694
6695 int main() {
6696
6697 ; return 0; }
6698 EOF
6699 if { (eval echo configure:6700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6700   rm -rf conftest*
6701   ac_R_nospace=yes
6702 else
6703   echo "configure: failed program was:" >&5
6704   cat conftest.$ac_ext >&5
6705   rm -rf conftest*
6706   ac_R_nospace=no
6707 fi
6708 rm -f conftest*
6709       if test $ac_R_nospace = yes; then
6710         echo "$ac_t""no" 1>&6
6711         X_LIBS="$X_LIBS -R$x_libraries"
6712       else
6713         LIBS="$ac_xsave_LIBS -R $x_libraries"
6714         cat > conftest.$ac_ext <<EOF
6715 #line 6716 "configure"
6716 #include "confdefs.h"
6717
6718 int main() {
6719
6720 ; return 0; }
6721 EOF
6722 if { (eval echo configure:6723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6723   rm -rf conftest*
6724   ac_R_space=yes
6725 else
6726   echo "configure: failed program was:" >&5
6727   cat conftest.$ac_ext >&5
6728   rm -rf conftest*
6729   ac_R_space=no
6730 fi
6731 rm -f conftest*
6732         if test $ac_R_space = yes; then
6733           echo "$ac_t""yes" 1>&6
6734           X_LIBS="$X_LIBS -R $x_libraries"
6735         else
6736           echo "$ac_t""neither works" 1>&6
6737         fi
6738       fi
6739       LIBS="$ac_xsave_LIBS"
6740     esac
6741   fi
6742
6743   # Check for system-dependent libraries X programs must link with.
6744   # Do this before checking for the system-independent R6 libraries
6745   # (-lICE), since we may need -lsocket or whatever for X linking.
6746
6747   if test "$ISC" = yes; then
6748     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6749   else
6750     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
6751     # libraries were built with DECnet support.  And karl@cs.umb.edu says
6752     # the Alpha needs dnet_stub (dnet does not exist).
6753     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
6754 echo "configure:6755: checking for dnet_ntoa in -ldnet" >&5
6755 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6756 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6757   echo $ac_n "(cached) $ac_c" 1>&6
6758 else
6759   ac_save_LIBS="$LIBS"
6760 LIBS="-ldnet  $LIBS"
6761 cat > conftest.$ac_ext <<EOF
6762 #line 6763 "configure"
6763 #include "confdefs.h"
6764 /* Override any gcc2 internal prototype to avoid an error.  */
6765 /* We use char because int might match the return type of a gcc2
6766     builtin and then its argument prototype would still apply.  */
6767 char dnet_ntoa();
6768
6769 int main() {
6770 dnet_ntoa()
6771 ; return 0; }
6772 EOF
6773 if { (eval echo configure:6774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6774   rm -rf conftest*
6775   eval "ac_cv_lib_$ac_lib_var=yes"
6776 else
6777   echo "configure: failed program was:" >&5
6778   cat conftest.$ac_ext >&5
6779   rm -rf conftest*
6780   eval "ac_cv_lib_$ac_lib_var=no"
6781 fi
6782 rm -f conftest*
6783 LIBS="$ac_save_LIBS"
6784
6785 fi
6786 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6787   echo "$ac_t""yes" 1>&6
6788   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6789 else
6790   echo "$ac_t""no" 1>&6
6791 fi
6792
6793     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
6794       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
6795 echo "configure:6796: checking for dnet_ntoa in -ldnet_stub" >&5
6796 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
6797 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6798   echo $ac_n "(cached) $ac_c" 1>&6
6799 else
6800   ac_save_LIBS="$LIBS"
6801 LIBS="-ldnet_stub  $LIBS"
6802 cat > conftest.$ac_ext <<EOF
6803 #line 6804 "configure"
6804 #include "confdefs.h"
6805 /* Override any gcc2 internal prototype to avoid an error.  */
6806 /* We use char because int might match the return type of a gcc2
6807     builtin and then its argument prototype would still apply.  */
6808 char dnet_ntoa();
6809
6810 int main() {
6811 dnet_ntoa()
6812 ; return 0; }
6813 EOF
6814 if { (eval echo configure:6815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6815   rm -rf conftest*
6816   eval "ac_cv_lib_$ac_lib_var=yes"
6817 else
6818   echo "configure: failed program was:" >&5
6819   cat conftest.$ac_ext >&5
6820   rm -rf conftest*
6821   eval "ac_cv_lib_$ac_lib_var=no"
6822 fi
6823 rm -f conftest*
6824 LIBS="$ac_save_LIBS"
6825
6826 fi
6827 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6828   echo "$ac_t""yes" 1>&6
6829   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
6830 else
6831   echo "$ac_t""no" 1>&6
6832 fi
6833
6834     fi
6835
6836     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
6837     # to get the SysV transport functions.
6838     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
6839     # needs -lnsl.
6840     # The nsl library prevents programs from opening the X display
6841     # on Irix 5.2, according to dickey@clark.net.
6842     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
6843 echo "configure:6844: checking for gethostbyname" >&5
6844 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
6845   echo $ac_n "(cached) $ac_c" 1>&6
6846 else
6847   cat > conftest.$ac_ext <<EOF
6848 #line 6849 "configure"
6849 #include "confdefs.h"
6850 /* System header to define __stub macros and hopefully few prototypes,
6851     which can conflict with char gethostbyname(); below.  */
6852 #include <assert.h>
6853 /* Override any gcc2 internal prototype to avoid an error.  */
6854 /* We use char because int might match the return type of a gcc2
6855     builtin and then its argument prototype would still apply.  */
6856 char gethostbyname();
6857
6858 int main() {
6859
6860 /* The GNU C library defines this for functions which it implements
6861     to always fail with ENOSYS.  Some functions are actually named
6862     something starting with __ and the normal name is an alias.  */
6863 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6864 choke me
6865 #else
6866 gethostbyname();
6867 #endif
6868
6869 ; return 0; }
6870 EOF
6871 if { (eval echo configure:6872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6872   rm -rf conftest*
6873   eval "ac_cv_func_gethostbyname=yes"
6874 else
6875   echo "configure: failed program was:" >&5
6876   cat conftest.$ac_ext >&5
6877   rm -rf conftest*
6878   eval "ac_cv_func_gethostbyname=no"
6879 fi
6880 rm -f conftest*
6881 fi
6882
6883 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
6884   echo "$ac_t""yes" 1>&6
6885   :
6886 else
6887   echo "$ac_t""no" 1>&6
6888 fi
6889
6890     if test $ac_cv_func_gethostbyname = no; then
6891       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
6892 echo "configure:6893: checking for gethostbyname in -lnsl" >&5
6893 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
6894 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6895   echo $ac_n "(cached) $ac_c" 1>&6
6896 else
6897   ac_save_LIBS="$LIBS"
6898 LIBS="-lnsl  $LIBS"
6899 cat > conftest.$ac_ext <<EOF
6900 #line 6901 "configure"
6901 #include "confdefs.h"
6902 /* Override any gcc2 internal prototype to avoid an error.  */
6903 /* We use char because int might match the return type of a gcc2
6904     builtin and then its argument prototype would still apply.  */
6905 char gethostbyname();
6906
6907 int main() {
6908 gethostbyname()
6909 ; return 0; }
6910 EOF
6911 if { (eval echo configure:6912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6912   rm -rf conftest*
6913   eval "ac_cv_lib_$ac_lib_var=yes"
6914 else
6915   echo "configure: failed program was:" >&5
6916   cat conftest.$ac_ext >&5
6917   rm -rf conftest*
6918   eval "ac_cv_lib_$ac_lib_var=no"
6919 fi
6920 rm -f conftest*
6921 LIBS="$ac_save_LIBS"
6922
6923 fi
6924 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6925   echo "$ac_t""yes" 1>&6
6926   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
6927 else
6928   echo "$ac_t""no" 1>&6
6929 fi
6930
6931     fi
6932
6933     # lieder@skyler.mavd.honeywell.com says without -lsocket,
6934     # socket/setsockopt and other routines are undefined under SCO ODT
6935     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
6936     # on later versions), says simon@lia.di.epfl.ch: it contains
6937     # gethostby* variants that don't use the nameserver (or something).
6938     # -lsocket must be given before -lnsl if both are needed.
6939     # We assume that if connect needs -lnsl, so does gethostbyname.
6940     echo $ac_n "checking for connect""... $ac_c" 1>&6
6941 echo "configure:6942: checking for connect" >&5
6942 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
6943   echo $ac_n "(cached) $ac_c" 1>&6
6944 else
6945   cat > conftest.$ac_ext <<EOF
6946 #line 6947 "configure"
6947 #include "confdefs.h"
6948 /* System header to define __stub macros and hopefully few prototypes,
6949     which can conflict with char connect(); below.  */
6950 #include <assert.h>
6951 /* Override any gcc2 internal prototype to avoid an error.  */
6952 /* We use char because int might match the return type of a gcc2
6953     builtin and then its argument prototype would still apply.  */
6954 char connect();
6955
6956 int main() {
6957
6958 /* The GNU C library defines this for functions which it implements
6959     to always fail with ENOSYS.  Some functions are actually named
6960     something starting with __ and the normal name is an alias.  */
6961 #if defined (__stub_connect) || defined (__stub___connect)
6962 choke me
6963 #else
6964 connect();
6965 #endif
6966
6967 ; return 0; }
6968 EOF
6969 if { (eval echo configure:6970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6970   rm -rf conftest*
6971   eval "ac_cv_func_connect=yes"
6972 else
6973   echo "configure: failed program was:" >&5
6974   cat conftest.$ac_ext >&5
6975   rm -rf conftest*
6976   eval "ac_cv_func_connect=no"
6977 fi
6978 rm -f conftest*
6979 fi
6980
6981 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
6982   echo "$ac_t""yes" 1>&6
6983   :
6984 else
6985   echo "$ac_t""no" 1>&6
6986 fi
6987
6988     if test $ac_cv_func_connect = no; then
6989       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
6990 echo "configure:6991: checking for connect in -lsocket" >&5
6991 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
6992 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6993   echo $ac_n "(cached) $ac_c" 1>&6
6994 else
6995   ac_save_LIBS="$LIBS"
6996 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
6997 cat > conftest.$ac_ext <<EOF
6998 #line 6999 "configure"
6999 #include "confdefs.h"
7000 /* Override any gcc2 internal prototype to avoid an error.  */
7001 /* We use char because int might match the return type of a gcc2
7002     builtin and then its argument prototype would still apply.  */
7003 char connect();
7004
7005 int main() {
7006 connect()
7007 ; return 0; }
7008 EOF
7009 if { (eval echo configure:7010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7010   rm -rf conftest*
7011   eval "ac_cv_lib_$ac_lib_var=yes"
7012 else
7013   echo "configure: failed program was:" >&5
7014   cat conftest.$ac_ext >&5
7015   rm -rf conftest*
7016   eval "ac_cv_lib_$ac_lib_var=no"
7017 fi
7018 rm -f conftest*
7019 LIBS="$ac_save_LIBS"
7020
7021 fi
7022 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7023   echo "$ac_t""yes" 1>&6
7024   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7025 else
7026   echo "$ac_t""no" 1>&6
7027 fi
7028
7029     fi
7030
7031     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
7032     echo $ac_n "checking for remove""... $ac_c" 1>&6
7033 echo "configure:7034: checking for remove" >&5
7034 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
7035   echo $ac_n "(cached) $ac_c" 1>&6
7036 else
7037   cat > conftest.$ac_ext <<EOF
7038 #line 7039 "configure"
7039 #include "confdefs.h"
7040 /* System header to define __stub macros and hopefully few prototypes,
7041     which can conflict with char remove(); below.  */
7042 #include <assert.h>
7043 /* Override any gcc2 internal prototype to avoid an error.  */
7044 /* We use char because int might match the return type of a gcc2
7045     builtin and then its argument prototype would still apply.  */
7046 char remove();
7047
7048 int main() {
7049
7050 /* The GNU C library defines this for functions which it implements
7051     to always fail with ENOSYS.  Some functions are actually named
7052     something starting with __ and the normal name is an alias.  */
7053 #if defined (__stub_remove) || defined (__stub___remove)
7054 choke me
7055 #else
7056 remove();
7057 #endif
7058
7059 ; return 0; }
7060 EOF
7061 if { (eval echo configure:7062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7062   rm -rf conftest*
7063   eval "ac_cv_func_remove=yes"
7064 else
7065   echo "configure: failed program was:" >&5
7066   cat conftest.$ac_ext >&5
7067   rm -rf conftest*
7068   eval "ac_cv_func_remove=no"
7069 fi
7070 rm -f conftest*
7071 fi
7072
7073 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
7074   echo "$ac_t""yes" 1>&6
7075   :
7076 else
7077   echo "$ac_t""no" 1>&6
7078 fi
7079
7080     if test $ac_cv_func_remove = no; then
7081       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
7082 echo "configure:7083: checking for remove in -lposix" >&5
7083 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
7084 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7085   echo $ac_n "(cached) $ac_c" 1>&6
7086 else
7087   ac_save_LIBS="$LIBS"
7088 LIBS="-lposix  $LIBS"
7089 cat > conftest.$ac_ext <<EOF
7090 #line 7091 "configure"
7091 #include "confdefs.h"
7092 /* Override any gcc2 internal prototype to avoid an error.  */
7093 /* We use char because int might match the return type of a gcc2
7094     builtin and then its argument prototype would still apply.  */
7095 char remove();
7096
7097 int main() {
7098 remove()
7099 ; return 0; }
7100 EOF
7101 if { (eval echo configure:7102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7102   rm -rf conftest*
7103   eval "ac_cv_lib_$ac_lib_var=yes"
7104 else
7105   echo "configure: failed program was:" >&5
7106   cat conftest.$ac_ext >&5
7107   rm -rf conftest*
7108   eval "ac_cv_lib_$ac_lib_var=no"
7109 fi
7110 rm -f conftest*
7111 LIBS="$ac_save_LIBS"
7112
7113 fi
7114 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7115   echo "$ac_t""yes" 1>&6
7116   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7117 else
7118   echo "$ac_t""no" 1>&6
7119 fi
7120
7121     fi
7122
7123     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7124     echo $ac_n "checking for shmat""... $ac_c" 1>&6
7125 echo "configure:7126: checking for shmat" >&5
7126 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
7127   echo $ac_n "(cached) $ac_c" 1>&6
7128 else
7129   cat > conftest.$ac_ext <<EOF
7130 #line 7131 "configure"
7131 #include "confdefs.h"
7132 /* System header to define __stub macros and hopefully few prototypes,
7133     which can conflict with char shmat(); below.  */
7134 #include <assert.h>
7135 /* Override any gcc2 internal prototype to avoid an error.  */
7136 /* We use char because int might match the return type of a gcc2
7137     builtin and then its argument prototype would still apply.  */
7138 char shmat();
7139
7140 int main() {
7141
7142 /* The GNU C library defines this for functions which it implements
7143     to always fail with ENOSYS.  Some functions are actually named
7144     something starting with __ and the normal name is an alias.  */
7145 #if defined (__stub_shmat) || defined (__stub___shmat)
7146 choke me
7147 #else
7148 shmat();
7149 #endif
7150
7151 ; return 0; }
7152 EOF
7153 if { (eval echo configure:7154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7154   rm -rf conftest*
7155   eval "ac_cv_func_shmat=yes"
7156 else
7157   echo "configure: failed program was:" >&5
7158   cat conftest.$ac_ext >&5
7159   rm -rf conftest*
7160   eval "ac_cv_func_shmat=no"
7161 fi
7162 rm -f conftest*
7163 fi
7164
7165 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
7166   echo "$ac_t""yes" 1>&6
7167   :
7168 else
7169   echo "$ac_t""no" 1>&6
7170 fi
7171
7172     if test $ac_cv_func_shmat = no; then
7173       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
7174 echo "configure:7175: checking for shmat in -lipc" >&5
7175 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
7176 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7177   echo $ac_n "(cached) $ac_c" 1>&6
7178 else
7179   ac_save_LIBS="$LIBS"
7180 LIBS="-lipc  $LIBS"
7181 cat > conftest.$ac_ext <<EOF
7182 #line 7183 "configure"
7183 #include "confdefs.h"
7184 /* Override any gcc2 internal prototype to avoid an error.  */
7185 /* We use char because int might match the return type of a gcc2
7186     builtin and then its argument prototype would still apply.  */
7187 char shmat();
7188
7189 int main() {
7190 shmat()
7191 ; return 0; }
7192 EOF
7193 if { (eval echo configure:7194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7194   rm -rf conftest*
7195   eval "ac_cv_lib_$ac_lib_var=yes"
7196 else
7197   echo "configure: failed program was:" >&5
7198   cat conftest.$ac_ext >&5
7199   rm -rf conftest*
7200   eval "ac_cv_lib_$ac_lib_var=no"
7201 fi
7202 rm -f conftest*
7203 LIBS="$ac_save_LIBS"
7204
7205 fi
7206 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7207   echo "$ac_t""yes" 1>&6
7208   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7209 else
7210   echo "$ac_t""no" 1>&6
7211 fi
7212
7213     fi
7214   fi
7215
7216   # Check for libraries that X11R6 Xt/Xaw programs need.
7217   ac_save_LDFLAGS="$LDFLAGS"
7218   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7219   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7220   # check for ICE first), but we must link in the order -lSM -lICE or
7221   # we get undefined symbols.  So assume we have SM if we have ICE.
7222   # These have to be linked with before -lX11, unlike the other
7223   # libraries we check for below, so use a different variable.
7224   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
7225   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
7226 echo "configure:7227: checking for IceConnectionNumber in -lICE" >&5
7227 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
7228 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7229   echo $ac_n "(cached) $ac_c" 1>&6
7230 else
7231   ac_save_LIBS="$LIBS"
7232 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7233 cat > conftest.$ac_ext <<EOF
7234 #line 7235 "configure"
7235 #include "confdefs.h"
7236 /* Override any gcc2 internal prototype to avoid an error.  */
7237 /* We use char because int might match the return type of a gcc2
7238     builtin and then its argument prototype would still apply.  */
7239 char IceConnectionNumber();
7240
7241 int main() {
7242 IceConnectionNumber()
7243 ; return 0; }
7244 EOF
7245 if { (eval echo configure:7246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7246   rm -rf conftest*
7247   eval "ac_cv_lib_$ac_lib_var=yes"
7248 else
7249   echo "configure: failed program was:" >&5
7250   cat conftest.$ac_ext >&5
7251   rm -rf conftest*
7252   eval "ac_cv_lib_$ac_lib_var=no"
7253 fi
7254 rm -f conftest*
7255 LIBS="$ac_save_LIBS"
7256
7257 fi
7258 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7259   echo "$ac_t""yes" 1>&6
7260   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7261 else
7262   echo "$ac_t""no" 1>&6
7263 fi
7264
7265   LDFLAGS="$ac_save_LDFLAGS"
7266
7267 fi
7268
7269
7270 # Check whether --enable-java-awt or --disable-java-awt was given.
7271 if test "${enable_java_awt+set}" = set; then
7272   enableval="$enable_java_awt"
7273   :
7274 fi
7275
7276
7277 peerlibs="`echo ${enable_java_awt} | tr ',' ' '`"
7278 use_xlib_awt=""
7279 use_gtk_awt=""
7280
7281 for peer in $peerlibs ; do
7282   case $peer in
7283     xlib)
7284       if test "$no_x" = yes; then
7285         echo "*** xlib peers requested but no X library available" 1>&2
7286         exit 1
7287       else
7288         use_xlib_awt="yes"
7289       fi
7290       ;;
7291     gtk)
7292       # Nothing, yet...
7293       ;;
7294     no)
7295       use_xlib_awt=
7296       use_gtk_awt=
7297       break
7298       ;;
7299     *)
7300       echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
7301       exit 1
7302   esac
7303 done
7304
7305
7306
7307 if test "$use_xlib_awt" = yes; then
7308   XLIB_AWT_TRUE=
7309   XLIB_AWT_FALSE='#'
7310 else
7311   XLIB_AWT_TRUE='#'
7312   XLIB_AWT_FALSE=
7313 fi
7314
7315
7316 if test "$use_gtk_awt" = yes; then
7317   GTK_AWT_TRUE=
7318   GTK_AWT_FALSE='#'
7319 else
7320   GTK_AWT_TRUE='#'
7321   GTK_AWT_FALSE=
7322 fi
7323
7324
7325 here=`pwd`
7326
7327
7328 # We get this from the environment.
7329
7330
7331 trap '' 1 2 15
7332 cat > confcache <<\EOF
7333 # This file is a shell script that caches the results of configure
7334 # tests run on this system so they can be shared between configure
7335 # scripts and configure runs.  It is not useful on other systems.
7336 # If it contains results you don't want to keep, you may remove or edit it.
7337 #
7338 # By default, configure uses ./config.cache as the cache file,
7339 # creating it if it does not exist already.  You can give configure
7340 # the --cache-file=FILE option to use a different cache file; that is
7341 # what configure does when it calls configure scripts in
7342 # subdirectories, so they share the cache.
7343 # Giving --cache-file=/dev/null disables caching, for debugging configure.
7344 # config.status only pays attention to the cache file if you give it the
7345 # --recheck option to rerun configure.
7346 #
7347 EOF
7348 # The following way of writing the cache mishandles newlines in values,
7349 # but we know of no workaround that is simple, portable, and efficient.
7350 # So, don't put newlines in cache variables' values.
7351 # Ultrix sh set writes to stderr and can't be redirected directly,
7352 # and sets the high bit in the cache file unless we assign to the vars.
7353 (set) 2>&1 |
7354   case `(ac_space=' '; set | grep ac_space) 2>&1` in
7355   *ac_space=\ *)
7356     # `set' does not quote correctly, so add quotes (double-quote substitution
7357     # turns \\\\ into \\, and sed turns \\ into \).
7358     sed -n \
7359       -e "s/'/'\\\\''/g" \
7360       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
7361     ;;
7362   *)
7363     # `set' quotes correctly as required by POSIX, so do not add quotes.
7364     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
7365     ;;
7366   esac >> confcache
7367 if cmp -s $cache_file confcache; then
7368   :
7369 else
7370   if test -w $cache_file; then
7371     echo "updating cache $cache_file"
7372     cat confcache > $cache_file
7373   else
7374     echo "not updating unwritable cache $cache_file"
7375   fi
7376 fi
7377 rm -f confcache
7378
7379 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7380
7381 test "x$prefix" = xNONE && prefix=$ac_default_prefix
7382 # Let make expand exec_prefix.
7383 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
7384
7385 # Any assignment to VPATH causes Sun make to only execute
7386 # the first set of double-colon rules, so remove it if not needed.
7387 # If there is a colon in the path, we need to keep it.
7388 if test "x$srcdir" = x.; then
7389   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
7390 fi
7391
7392 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7393
7394 DEFS=-DHAVE_CONFIG_H
7395
7396 # Without the "./", some shells look in PATH for config.status.
7397 : ${CONFIG_STATUS=./config.status}
7398
7399 echo creating $CONFIG_STATUS
7400 rm -f $CONFIG_STATUS
7401 cat > $CONFIG_STATUS <<EOF
7402 #! /bin/sh
7403 # Generated automatically by configure.
7404 # Run this file to recreate the current configuration.
7405 # This directory was configured as follows,
7406 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
7407 #
7408 # $0 $ac_configure_args
7409 #
7410 # Compiler output produced by configure, useful for debugging
7411 # configure, is in ./config.log if it exists.
7412
7413 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
7414 for ac_option
7415 do
7416   case "\$ac_option" in
7417   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7418     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
7419     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
7420   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7421     echo "$CONFIG_STATUS generated by autoconf version 2.13"
7422     exit 0 ;;
7423   -help | --help | --hel | --he | --h)
7424     echo "\$ac_cs_usage"; exit 0 ;;
7425   *) echo "\$ac_cs_usage"; exit 1 ;;
7426   esac
7427 done
7428
7429 ac_given_srcdir=$srcdir
7430 ac_given_INSTALL="$INSTALL"
7431
7432 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
7433 EOF
7434 cat >> $CONFIG_STATUS <<EOF
7435
7436 # Protect against being on the right side of a sed subst in config.status.
7437 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
7438  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
7439 $ac_vpsub
7440 $extrasub
7441 s%@SHELL@%$SHELL%g
7442 s%@CFLAGS@%$CFLAGS%g
7443 s%@CPPFLAGS@%$CPPFLAGS%g
7444 s%@CXXFLAGS@%$CXXFLAGS%g
7445 s%@FFLAGS@%$FFLAGS%g
7446 s%@DEFS@%$DEFS%g
7447 s%@LDFLAGS@%$LDFLAGS%g
7448 s%@LIBS@%$LIBS%g
7449 s%@exec_prefix@%$exec_prefix%g
7450 s%@prefix@%$prefix%g
7451 s%@program_transform_name@%$program_transform_name%g
7452 s%@bindir@%$bindir%g
7453 s%@sbindir@%$sbindir%g
7454 s%@libexecdir@%$libexecdir%g
7455 s%@datadir@%$datadir%g
7456 s%@sysconfdir@%$sysconfdir%g
7457 s%@sharedstatedir@%$sharedstatedir%g
7458 s%@localstatedir@%$localstatedir%g
7459 s%@libdir@%$libdir%g
7460 s%@includedir@%$includedir%g
7461 s%@oldincludedir@%$oldincludedir%g
7462 s%@infodir@%$infodir%g
7463 s%@mandir@%$mandir%g
7464 s%@LN_S@%$LN_S%g
7465 s%@libgcj_basedir@%$libgcj_basedir%g
7466 s%@mkinstalldirs@%$mkinstalldirs%g
7467 s%@host@%$host%g
7468 s%@host_alias@%$host_alias%g
7469 s%@host_cpu@%$host_cpu%g
7470 s%@host_vendor@%$host_vendor%g
7471 s%@host_os@%$host_os%g
7472 s%@target@%$target%g
7473 s%@target_alias@%$target_alias%g
7474 s%@target_cpu@%$target_cpu%g
7475 s%@target_vendor@%$target_vendor%g
7476 s%@target_os@%$target_os%g
7477 s%@build@%$build%g
7478 s%@build_alias@%$build_alias%g
7479 s%@build_cpu@%$build_cpu%g
7480 s%@build_vendor@%$build_vendor%g
7481 s%@build_os@%$build_os%g
7482 s%@CC@%$CC%g
7483 s%@glibjava_CXX@%$glibjava_CXX%g
7484 s%@CXX@%$CXX%g
7485 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7486 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7487 s%@INSTALL_DATA@%$INSTALL_DATA%g
7488 s%@PACKAGE@%$PACKAGE%g
7489 s%@VERSION@%$VERSION%g
7490 s%@ACLOCAL@%$ACLOCAL%g
7491 s%@AUTOCONF@%$AUTOCONF%g
7492 s%@AUTOMAKE@%$AUTOMAKE%g
7493 s%@AUTOHEADER@%$AUTOHEADER%g
7494 s%@MAKEINFO@%$MAKEINFO%g
7495 s%@SET_MAKE@%$SET_MAKE%g
7496 s%@AS@%$AS%g
7497 s%@AR@%$AR%g
7498 s%@RANLIB@%$RANLIB%g
7499 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
7500 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
7501 s%@MAINT@%$MAINT%g
7502 s%@EXEEXT@%$EXEEXT%g
7503 s%@LIBGCJ_CFLAGS@%$LIBGCJ_CFLAGS%g
7504 s%@LIBGCJ_CXXFLAGS@%$LIBGCJ_CXXFLAGS%g
7505 s%@LIBGCJ_JAVAFLAGS@%$LIBGCJ_JAVAFLAGS%g
7506 s%@INCLTDL@%$INCLTDL%g
7507 s%@LIBLTDL@%$LIBLTDL%g
7508 s%@DIRLTDL@%$DIRLTDL%g
7509 s%@OBJEXT@%$OBJEXT%g
7510 s%@STRIP@%$STRIP%g
7511 s%@LIBTOOL@%$LIBTOOL%g
7512 s%@CXXCPP@%$CXXCPP%g
7513 s%@subdirs@%$subdirs%g
7514 s%@COMPPATH@%$COMPPATH%g
7515 s%@TESTSUBDIR_TRUE@%$TESTSUBDIR_TRUE%g
7516 s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
7517 s%@LIBGCJDEBUG@%$LIBGCJDEBUG%g
7518 s%@LIBFFI@%$LIBFFI%g
7519 s%@LIBFFIINCS@%$LIBFFIINCS%g
7520 s%@PLATFORMOBJS@%$PLATFORMOBJS%g
7521 s%@CPP@%$CPP%g
7522 s%@SYSTEMSPEC@%$SYSTEMSPEC%g
7523 s%@LIBGCJTESTSPEC@%$LIBGCJTESTSPEC%g
7524 s%@ZLIBSPEC@%$ZLIBSPEC%g
7525 s%@ZLIBTESTSPEC@%$ZLIBTESTSPEC%g
7526 s%@GCLIBS@%$GCLIBS%g
7527 s%@GCINCS@%$GCINCS%g
7528 s%@GCDEPS@%$GCDEPS%g
7529 s%@GCOBJS@%$GCOBJS%g
7530 s%@GCSPEC@%$GCSPEC%g
7531 s%@JC1GCSPEC@%$JC1GCSPEC%g
7532 s%@GCTESTSPEC@%$GCTESTSPEC%g
7533 s%@THREADLIBS@%$THREADLIBS%g
7534 s%@THREADINCS@%$THREADINCS%g
7535 s%@THREADDEPS@%$THREADDEPS%g
7536 s%@THREADOBJS@%$THREADOBJS%g
7537 s%@THREADSPEC@%$THREADSPEC%g
7538 s%@THREADLDFLAGS@%$THREADLDFLAGS%g
7539 s%@HASH_SYNC_SPEC@%$HASH_SYNC_SPEC%g
7540 s%@USING_GCC_TRUE@%$USING_GCC_TRUE%g
7541 s%@USING_GCC_FALSE@%$USING_GCC_FALSE%g
7542 s%@tool_include_dir@%$tool_include_dir%g
7543 s%@gcc_version@%$gcc_version%g
7544 s%@LIBICONV@%$LIBICONV%g
7545 s%@GCJ@%$GCJ%g
7546 s%@GCJFLAGS@%$GCJFLAGS%g
7547 s%@ZLIBS@%$ZLIBS%g
7548 s%@SYS_ZLIBS@%$SYS_ZLIBS%g
7549 s%@ZINCS@%$ZINCS%g
7550 s%@DIVIDESPEC@%$DIVIDESPEC%g
7551 s%@CHECKREFSPEC@%$CHECKREFSPEC%g
7552 s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
7553 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
7554 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
7555 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
7556 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
7557 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
7558 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
7559 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
7560 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
7561 s%@NEEDS_DATA_START_TRUE@%$NEEDS_DATA_START_TRUE%g
7562 s%@NEEDS_DATA_START_FALSE@%$NEEDS_DATA_START_FALSE%g
7563 s%@GCC_UNWIND_INCLUDE@%$GCC_UNWIND_INCLUDE%g
7564 s%@AM_RUNTESTFLAGS@%$AM_RUNTESTFLAGS%g
7565 s%@GCJVERSION@%$GCJVERSION%g
7566 s%@ALLOCA@%$ALLOCA%g
7567 s%@PERL@%$PERL%g
7568 s%@SYSDEP_SOURCES@%$SYSDEP_SOURCES%g
7569 s%@X_CFLAGS@%$X_CFLAGS%g
7570 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
7571 s%@X_LIBS@%$X_LIBS%g
7572 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
7573 s%@XLIB_AWT_TRUE@%$XLIB_AWT_TRUE%g
7574 s%@XLIB_AWT_FALSE@%$XLIB_AWT_FALSE%g
7575 s%@GTK_AWT_TRUE@%$GTK_AWT_TRUE%g
7576 s%@GTK_AWT_FALSE@%$GTK_AWT_FALSE%g
7577 s%@here@%$here%g
7578
7579 CEOF
7580 EOF
7581
7582 cat >> $CONFIG_STATUS <<\EOF
7583
7584 # Split the substitutions into bite-sized pieces for seds with
7585 # small command number limits, like on Digital OSF/1 and HP-UX.
7586 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
7587 ac_file=1 # Number of current file.
7588 ac_beg=1 # First line for current file.
7589 ac_end=$ac_max_sed_cmds # Line after last line for current file.
7590 ac_more_lines=:
7591 ac_sed_cmds=""
7592 while $ac_more_lines; do
7593   if test $ac_beg -gt 1; then
7594     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
7595   else
7596     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
7597   fi
7598   if test ! -s conftest.s$ac_file; then
7599     ac_more_lines=false
7600     rm -f conftest.s$ac_file
7601   else
7602     if test -z "$ac_sed_cmds"; then
7603       ac_sed_cmds="sed -f conftest.s$ac_file"
7604     else
7605       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
7606     fi
7607     ac_file=`expr $ac_file + 1`
7608     ac_beg=$ac_end
7609     ac_end=`expr $ac_end + $ac_max_sed_cmds`
7610   fi
7611 done
7612 if test -z "$ac_sed_cmds"; then
7613   ac_sed_cmds=cat
7614 fi
7615 EOF
7616
7617 cat >> $CONFIG_STATUS <<EOF
7618
7619 CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile"}
7620 EOF
7621 cat >> $CONFIG_STATUS <<\EOF
7622 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7623   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7624   case "$ac_file" in
7625   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7626        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7627   *) ac_file_in="${ac_file}.in" ;;
7628   esac
7629
7630   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7631
7632   # Remove last slash and all that follows it.  Not all systems have dirname.
7633   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7634   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7635     # The file is in a subdirectory.
7636     test ! -d "$ac_dir" && mkdir "$ac_dir"
7637     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
7638     # A "../" for each directory in $ac_dir_suffix.
7639     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
7640   else
7641     ac_dir_suffix= ac_dots=
7642   fi
7643
7644   case "$ac_given_srcdir" in
7645   .)  srcdir=.
7646       if test -z "$ac_dots"; then top_srcdir=.
7647       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
7648   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
7649   *) # Relative path.
7650     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
7651     top_srcdir="$ac_dots$ac_given_srcdir" ;;
7652   esac
7653
7654   case "$ac_given_INSTALL" in
7655   [/$]*) INSTALL="$ac_given_INSTALL" ;;
7656   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7657   esac
7658
7659   echo creating "$ac_file"
7660   rm -f "$ac_file"
7661   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
7662   case "$ac_file" in
7663   *Makefile*) ac_comsub="1i\\
7664 # $configure_input" ;;
7665   *) ac_comsub= ;;
7666   esac
7667
7668   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7669   sed -e "$ac_comsub
7670 s%@configure_input@%$configure_input%g
7671 s%@srcdir@%$srcdir%g
7672 s%@top_srcdir@%$top_srcdir%g
7673 s%@INSTALL@%$INSTALL%g
7674 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7675 fi; done
7676 rm -f conftest.s*
7677
7678 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7679 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7680 #
7681 # ac_d sets the value in "#define NAME VALUE" lines.
7682 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
7683 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
7684 ac_dC='\3'
7685 ac_dD='%g'
7686 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
7687 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
7688 ac_uB='\([      ]\)%\1#\2define\3'
7689 ac_uC=' '
7690 ac_uD='\4%g'
7691 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7692 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
7693 ac_eB='$%\1#\2define\3'
7694 ac_eC=' '
7695 ac_eD='%g'
7696
7697 if test "${CONFIG_HEADERS+set}" != set; then
7698 EOF
7699 cat >> $CONFIG_STATUS <<EOF
7700   CONFIG_HEADERS="include/config.h gcj/libgcj-config.h"
7701 EOF
7702 cat >> $CONFIG_STATUS <<\EOF
7703 fi
7704 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
7705   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7706   case "$ac_file" in
7707   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7708        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
7709   *) ac_file_in="${ac_file}.in" ;;
7710   esac
7711
7712   echo creating $ac_file
7713
7714   rm -f conftest.frag conftest.in conftest.out
7715   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7716   cat $ac_file_inputs > conftest.in
7717
7718 EOF
7719
7720 # Transform confdefs.h into a sed script conftest.vals that substitutes
7721 # the proper values into config.h.in to produce config.h.  And first:
7722 # Protect against being on the right side of a sed subst in config.status.
7723 # Protect against being in an unquoted here document in config.status.
7724 rm -f conftest.vals
7725 cat > conftest.hdr <<\EOF
7726 s/[\\&%]/\\&/g
7727 s%[\\$`]%\\&%g
7728 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
7729 s%ac_d%ac_u%gp
7730 s%ac_u%ac_e%gp
7731 EOF
7732 sed -n -f conftest.hdr confdefs.h > conftest.vals
7733 rm -f conftest.hdr
7734
7735 # This sed command replaces #undef with comments.  This is necessary, for
7736 # example, in the case of _POSIX_SOURCE, which is predefined and required
7737 # on some systems where configure will not decide to define it.
7738 cat >> conftest.vals <<\EOF
7739 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
7740 EOF
7741
7742 # Break up conftest.vals because some shells have a limit on
7743 # the size of here documents, and old seds have small limits too.
7744
7745 rm -f conftest.tail
7746 while :
7747 do
7748   ac_lines=`grep -c . conftest.vals`
7749   # grep -c gives empty output for an empty file on some AIX systems.
7750   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
7751   # Write a limited-size here document to conftest.frag.
7752   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
7753   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
7754   echo 'CEOF
7755   sed -f conftest.frag conftest.in > conftest.out
7756   rm -f conftest.in
7757   mv conftest.out conftest.in
7758 ' >> $CONFIG_STATUS
7759   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
7760   rm -f conftest.vals
7761   mv conftest.tail conftest.vals
7762 done
7763 rm -f conftest.vals
7764
7765 cat >> $CONFIG_STATUS <<\EOF
7766   rm -f conftest.frag conftest.h
7767   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
7768   cat conftest.in >> conftest.h
7769   rm -f conftest.in
7770   if cmp -s $ac_file conftest.h 2>/dev/null; then
7771     echo "$ac_file is unchanged"
7772     rm -f conftest.h
7773   else
7774     # Remove last slash and all that follows it.  Not all systems have dirname.
7775       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
7776       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7777       # The file is in a subdirectory.
7778       test ! -d "$ac_dir" && mkdir "$ac_dir"
7779     fi
7780     rm -f $ac_file
7781     mv conftest.h $ac_file
7782   fi
7783 fi; done
7784
7785 EOF
7786
7787 cat >> $CONFIG_STATUS <<EOF
7788 ac_sources="include/$PLATFORMH java/io/natFile${FILE-${PLATFORM}}.cc java/io/natFileDescriptor${FILE-${PLATFORM}}.cc java/lang/${PLATFORM}Process.java java/lang/nat${PLATFORM}Process.cc include/$GCHDR include/$THREADH sysdep/$sysdeps_dir/locks.h $SIGNAL_HANDLER"
7789 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/locks.h include/java-signal.h"
7790 EOF
7791
7792 cat >> $CONFIG_STATUS <<\EOF
7793 srcdir=$ac_given_srcdir
7794 while test -n "$ac_sources"; do
7795   set $ac_dests; ac_dest=$1; shift; ac_dests=$*
7796   set $ac_sources; ac_source=$1; shift; ac_sources=$*
7797
7798   echo "linking $srcdir/$ac_source to $ac_dest"
7799
7800   if test ! -r $srcdir/$ac_source; then
7801     { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
7802   fi
7803   rm -f $ac_dest
7804
7805   # Make relative symlinks.
7806   # Remove last slash and all that follows it.  Not all systems have dirname.
7807   ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
7808   if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
7809     # The dest file is in a subdirectory.
7810     test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
7811     ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
7812     # A "../" for each directory in $ac_dest_dir_suffix.
7813     ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
7814   else
7815     ac_dest_dir_suffix= ac_dots=
7816   fi
7817
7818   case "$srcdir" in
7819   [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
7820   *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
7821   esac
7822
7823   # Make a symlink if possible; otherwise try a hard link.
7824   if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
7825     ln $srcdir/$ac_source $ac_dest; then :
7826   else
7827     { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
7828   fi
7829 done
7830 EOF
7831 cat >> $CONFIG_STATUS <<EOF
7832
7833 srcdir=${srcdir}
7834 host=${host}
7835 target=${target}
7836 with_multisubdir=${with_multisubdir}
7837 ac_configure_args="${multilib_arg} ${ac_configure_args}"
7838 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7839 libgcj_basedir=${libgcj_basedir}
7840 CC="${CC}"
7841 CXX="${CXX}"
7842
7843 EOF
7844 cat >> $CONFIG_STATUS <<\EOF
7845 am_indx=1
7846 for am_file in include/config.h gcj/libgcj-config.h; do
7847   case " $CONFIG_HEADERS " in
7848   *" $am_file "*)
7849     echo timestamp > `echo $am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
7850     ;;
7851   esac
7852   am_indx=`expr "$am_indx" + 1`
7853 done
7854 # Only add multilib support code if we just rebuilt top-level Makefile.
7855 case " $CONFIG_FILES " in
7856  *" Makefile "*)
7857    ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
7858    ;;
7859 esac
7860
7861 # Make subdirectories and `.d' files.  Look in both srcdir and
7862 # builddir for the .java files.
7863 h=`pwd`
7864 : > deps.mk
7865 ( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' \) -print) ;
7866   find . \( -name '*.java' -o -name '*.cc' \) -print) | \
7867    fgrep -v testsuite | \
7868    sed -e 's/\.java/.d/'\;'s/\.cc/.d/' | \
7869    while read f; do
7870       echo "include $f" >> deps.mk
7871       test -f $f || {
7872
7873          d=`echo $f | sed -e 's,/[^/]*$,,'`
7874
7875          if test ! -d $d; then
7876            $libgcj_basedir/../mkinstalldirs $d
7877          fi;
7878          echo > $f
7879       }
7880    done
7881
7882 exit 0
7883 EOF
7884 chmod +x $CONFIG_STATUS
7885 rm -fr confdefs* $ac_clean_files
7886 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
7887
7888 if test "$no_recursion" != yes; then
7889
7890   # Remove --cache-file and --srcdir arguments so they do not pile up.
7891   ac_sub_configure_args=
7892   ac_prev=
7893   for ac_arg in $ac_configure_args; do
7894     if test -n "$ac_prev"; then
7895       ac_prev=
7896       continue
7897     fi
7898     case "$ac_arg" in
7899     -cache-file | --cache-file | --cache-fil | --cache-fi \
7900     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
7901       ac_prev=cache_file ;;
7902     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
7903     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
7904       ;;
7905     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
7906       ac_prev=srcdir ;;
7907     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
7908       ;;
7909     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
7910     esac
7911   done
7912
7913   for ac_config_dir in $DIRLTDL; do
7914
7915     # Do not complain, so a configure script can configure whichever
7916     # parts of a large source tree are present.
7917     if test ! -d $srcdir/$ac_config_dir; then
7918       continue
7919     fi
7920
7921     echo configuring in $ac_config_dir
7922
7923     case "$srcdir" in
7924     .) ;;
7925     *)
7926       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
7927       else
7928         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
7929       fi
7930       ;;
7931     esac
7932
7933     ac_popdir=`pwd`
7934     cd $ac_config_dir
7935
7936       # A "../" for each directory in /$ac_config_dir.
7937       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
7938
7939     case "$srcdir" in
7940     .) # No --srcdir option.  We are building in place.
7941       ac_sub_srcdir=$srcdir ;;
7942     /*) # Absolute path.
7943       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
7944     *) # Relative path.
7945       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
7946     esac
7947
7948     # Check for guested configure; otherwise get Cygnus style configure.
7949     if test -f $ac_sub_srcdir/configure; then
7950       ac_sub_configure=$ac_sub_srcdir/configure
7951     elif test -f $ac_sub_srcdir/configure.in; then
7952       ac_sub_configure=$ac_configure
7953     else
7954       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
7955       ac_sub_configure=
7956     fi
7957
7958     # The recursion is here.
7959     if test -n "$ac_sub_configure"; then
7960
7961       # Make the cache file name correct relative to the subdirectory.
7962       case "$cache_file" in
7963       /*) ac_sub_cache_file=$cache_file ;;
7964       *) # Relative path.
7965         ac_sub_cache_file="$ac_dots$cache_file" ;;
7966       esac
7967   case "$ac_given_INSTALL" in
7968         [/$]*) INSTALL="$ac_given_INSTALL" ;;
7969         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
7970         esac
7971
7972       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
7973       # The eval makes quoting arguments work.
7974       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
7975       then :
7976       else
7977         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
7978       fi
7979     fi
7980
7981     cd $ac_popdir
7982   done
7983 fi
7984