* configure.ac (target_header_dir): vfork is a stub under djgpp.
[official-gcc.git] / libjava / configure
blobf8fb203b9f96e2145abaa887a81d733b4b442e39
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for libjava version-unused.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
38 # NLS nuisances.
39 for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
49 done
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
96 rm -f conf$$.sh
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
154 esac
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
225 as_executable_p="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
238 IFS=" $as_nl"
240 # CDPATH.
241 $as_unset CDPATH
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
249 exec 6>&1
252 # Initializations.
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME='libjava'
269 PACKAGE_TARNAME='libjava'
270 PACKAGE_VERSION='version-unused'
271 PACKAGE_STRING='libjava version-unused'
272 PACKAGE_BUGREPORT=''
274 ac_unique_file="java/lang/System.java"
275 ac_subdirs_all="$ac_subdirs_all libltdl"
276 # Factoring default headers for most tests.
277 ac_includes_default="\
278 #include <stdio.h>
279 #if HAVE_SYS_TYPES_H
280 # include <sys/types.h>
281 #endif
282 #if HAVE_SYS_STAT_H
283 # include <sys/stat.h>
284 #endif
285 #if STDC_HEADERS
286 # include <stdlib.h>
287 # include <stddef.h>
288 #else
289 # if HAVE_STDLIB_H
290 # include <stdlib.h>
291 # endif
292 #endif
293 #if HAVE_STRING_H
294 # if !STDC_HEADERS && HAVE_MEMORY_H
295 # include <memory.h>
296 # endif
297 # include <string.h>
298 #endif
299 #if HAVE_STRINGS_H
300 # include <strings.h>
301 #endif
302 #if HAVE_INTTYPES_H
303 # include <inttypes.h>
304 #else
305 # if HAVE_STDINT_H
306 # include <stdint.h>
307 # endif
308 #endif
309 #if HAVE_UNISTD_H
310 # include <unistd.h>
311 #endif"
313 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_subdir host_subdir target_subdir libgcj_basedir host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical LN_S mkinstalldirs CC ac_ct_CC EXEEXT OBJEXT CXX ac_ct_CXX CFLAGS CXXFLAGS LDFLAGS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBGCJ_CFLAGS LIBGCJ_CXXFLAGS LIBGCJ_JAVAFLAGS LIBGCJ_LD_SYMBOLIC INCLTDL LIBLTDL DIRLTDL LIBTOOL CXXCPP CPPFLAGS GCJ GCJFLAGS GCJDEPMODE am__fastdepGCJ_TRUE am__fastdepGCJ_FALSE subdirs TESTSUBDIR_TRUE TESTSUBDIR_FALSE ONESTEP_TRUE ONESTEP_FALSE LIBGCJDEBUG INTERPRETER LIBFFI LIBFFIINCS PLATFORM_INNER_NAT_HDRS CPP EGREP USING_WIN32_PLATFORM_TRUE USING_WIN32_PLATFORM_FALSE USING_POSIX_PLATFORM_TRUE USING_POSIX_PLATFORM_FALSE USING_ECOS_PLATFORM_TRUE USING_ECOS_PLATFORM_FALSE USING_DARWIN_CRT_TRUE USING_DARWIN_CRT_FALSE SYSTEMSPEC LIBGCJTESTSPEC ZLIBSPEC ZLIBTESTSPEC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS TOOLKIT XLIB_AWT_TRUE XLIB_AWT_FALSE GTK_AWT_TRUE GTK_AWT_FALSE GTK_CAIRO_TRUE GTK_CAIRO_FALSE PKG_CONFIG CAIRO_CFLAGS CAIRO_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS GCLIBS GCINCS GCDEPS GCSPEC JC1GCSPEC GCTESTSPEC USING_BOEHMGC_TRUE USING_BOEHMGC_FALSE USING_NOGC_TRUE USING_NOGC_FALSE THREADLIBS THREADINCS THREADDEPS THREADSPEC THREADLDFLAGS THREADCXXFLAGS USING_POSIX_THREADS_TRUE USING_POSIX_THREADS_FALSE USING_WIN32_THREADS_TRUE USING_WIN32_THREADS_FALSE USING_NO_THREADS_TRUE USING_NO_THREADS_FALSE HASH_SYNC_SPEC USING_GCC_TRUE USING_GCC_FALSE gcc_version_trigger gcc_version_full gcc_version tool_include_dir LIBICONV LTLIBICONV GTK_CFLAGS GTK_LIBS GLIB_CFLAGS GLIB_LIBS LIBART_CFLAGS LIBART_LIBS SUPPLY_BACKTRACE_TRUE SUPPLY_BACKTRACE_FALSE GCJH ZIP CLASSPATH_SEPARATOR ac_ct_GCJ ZLIBS SYS_ZLIBS ZINCS DIVIDESPEC CHECKREFSPEC EXCEPTIONSPEC IEEESPEC NATIVE_TRUE NATIVE_FALSE NEEDS_DATA_START_TRUE NEEDS_DATA_START_FALSE GCC_UNWIND_INCLUDE toolexecdir toolexecmainlibdir toolexeclibdir GCJVERSION gxx_include_dir libstdcxx_incdir ALLOCA PERL BACKTRACESPEC SYSDEP_SOURCES here LIBOBJS LTLIBOBJS'
314 ac_subst_files=''
316 # Initialize some variables set by options.
317 ac_init_help=
318 ac_init_version=false
319 # The variables have the same names as the options, with
320 # dashes changed to underlines.
321 cache_file=/dev/null
322 exec_prefix=NONE
323 no_create=
324 no_recursion=
325 prefix=NONE
326 program_prefix=NONE
327 program_suffix=NONE
328 program_transform_name=s,x,x,
329 silent=
330 site=
331 srcdir=
332 verbose=
333 x_includes=NONE
334 x_libraries=NONE
336 # Installation directory options.
337 # These are left unexpanded so users can "make install exec_prefix=/foo"
338 # and all the variables that are supposed to be based on exec_prefix
339 # by default will actually change.
340 # Use braces instead of parens because sh, perl, etc. also accept them.
341 bindir='${exec_prefix}/bin'
342 sbindir='${exec_prefix}/sbin'
343 libexecdir='${exec_prefix}/libexec'
344 datadir='${prefix}/share'
345 sysconfdir='${prefix}/etc'
346 sharedstatedir='${prefix}/com'
347 localstatedir='${prefix}/var'
348 libdir='${exec_prefix}/lib'
349 includedir='${prefix}/include'
350 oldincludedir='/usr/include'
351 infodir='${prefix}/info'
352 mandir='${prefix}/man'
354 ac_prev=
355 for ac_option
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
360 ac_prev=
361 continue
364 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366 # Accept the important Cygnus configure options, so we can diagnose typos.
368 case $ac_option in
370 -bindir | --bindir | --bindi | --bind | --bin | --bi)
371 ac_prev=bindir ;;
372 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
373 bindir=$ac_optarg ;;
375 -build | --build | --buil | --bui | --bu)
376 ac_prev=build_alias ;;
377 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
378 build_alias=$ac_optarg ;;
380 -cache-file | --cache-file | --cache-fil | --cache-fi \
381 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 ac_prev=cache_file ;;
383 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
384 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
385 cache_file=$ac_optarg ;;
387 --config-cache | -C)
388 cache_file=config.cache ;;
390 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
391 ac_prev=datadir ;;
392 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
393 | --da=*)
394 datadir=$ac_optarg ;;
396 -disable-* | --disable-*)
397 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
398 # Reject names that are not valid shell variable names.
399 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
400 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
401 { (exit 1); exit 1; }; }
402 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
403 eval "enable_$ac_feature=no" ;;
405 -enable-* | --enable-*)
406 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
407 # Reject names that are not valid shell variable names.
408 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
409 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
410 { (exit 1); exit 1; }; }
411 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
412 case $ac_option in
413 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 *) ac_optarg=yes ;;
415 esac
416 eval "enable_$ac_feature='$ac_optarg'" ;;
418 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
419 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
420 | --exec | --exe | --ex)
421 ac_prev=exec_prefix ;;
422 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
423 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
424 | --exec=* | --exe=* | --ex=*)
425 exec_prefix=$ac_optarg ;;
427 -gas | --gas | --ga | --g)
428 # Obsolete; use --with-gas.
429 with_gas=yes ;;
431 -help | --help | --hel | --he | -h)
432 ac_init_help=long ;;
433 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
434 ac_init_help=recursive ;;
435 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
436 ac_init_help=short ;;
438 -host | --host | --hos | --ho)
439 ac_prev=host_alias ;;
440 -host=* | --host=* | --hos=* | --ho=*)
441 host_alias=$ac_optarg ;;
443 -includedir | --includedir | --includedi | --included | --include \
444 | --includ | --inclu | --incl | --inc)
445 ac_prev=includedir ;;
446 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
447 | --includ=* | --inclu=* | --incl=* | --inc=*)
448 includedir=$ac_optarg ;;
450 -infodir | --infodir | --infodi | --infod | --info | --inf)
451 ac_prev=infodir ;;
452 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
453 infodir=$ac_optarg ;;
455 -libdir | --libdir | --libdi | --libd)
456 ac_prev=libdir ;;
457 -libdir=* | --libdir=* | --libdi=* | --libd=*)
458 libdir=$ac_optarg ;;
460 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
461 | --libexe | --libex | --libe)
462 ac_prev=libexecdir ;;
463 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
464 | --libexe=* | --libex=* | --libe=*)
465 libexecdir=$ac_optarg ;;
467 -localstatedir | --localstatedir | --localstatedi | --localstated \
468 | --localstate | --localstat | --localsta | --localst \
469 | --locals | --local | --loca | --loc | --lo)
470 ac_prev=localstatedir ;;
471 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
472 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
473 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
474 localstatedir=$ac_optarg ;;
476 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
477 ac_prev=mandir ;;
478 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
479 mandir=$ac_optarg ;;
481 -nfp | --nfp | --nf)
482 # Obsolete; use --without-fp.
483 with_fp=no ;;
485 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
486 | --no-cr | --no-c | -n)
487 no_create=yes ;;
489 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
490 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
491 no_recursion=yes ;;
493 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
494 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
495 | --oldin | --oldi | --old | --ol | --o)
496 ac_prev=oldincludedir ;;
497 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
498 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
499 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
500 oldincludedir=$ac_optarg ;;
502 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
503 ac_prev=prefix ;;
504 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
505 prefix=$ac_optarg ;;
507 -program-prefix | --program-prefix | --program-prefi | --program-pref \
508 | --program-pre | --program-pr | --program-p)
509 ac_prev=program_prefix ;;
510 -program-prefix=* | --program-prefix=* | --program-prefi=* \
511 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
512 program_prefix=$ac_optarg ;;
514 -program-suffix | --program-suffix | --program-suffi | --program-suff \
515 | --program-suf | --program-su | --program-s)
516 ac_prev=program_suffix ;;
517 -program-suffix=* | --program-suffix=* | --program-suffi=* \
518 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
519 program_suffix=$ac_optarg ;;
521 -program-transform-name | --program-transform-name \
522 | --program-transform-nam | --program-transform-na \
523 | --program-transform-n | --program-transform- \
524 | --program-transform | --program-transfor \
525 | --program-transfo | --program-transf \
526 | --program-trans | --program-tran \
527 | --progr-tra | --program-tr | --program-t)
528 ac_prev=program_transform_name ;;
529 -program-transform-name=* | --program-transform-name=* \
530 | --program-transform-nam=* | --program-transform-na=* \
531 | --program-transform-n=* | --program-transform-=* \
532 | --program-transform=* | --program-transfor=* \
533 | --program-transfo=* | --program-transf=* \
534 | --program-trans=* | --program-tran=* \
535 | --progr-tra=* | --program-tr=* | --program-t=*)
536 program_transform_name=$ac_optarg ;;
538 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
539 | -silent | --silent | --silen | --sile | --sil)
540 silent=yes ;;
542 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
543 ac_prev=sbindir ;;
544 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
545 | --sbi=* | --sb=*)
546 sbindir=$ac_optarg ;;
548 -sharedstatedir | --sharedstatedir | --sharedstatedi \
549 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
550 | --sharedst | --shareds | --shared | --share | --shar \
551 | --sha | --sh)
552 ac_prev=sharedstatedir ;;
553 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
554 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
555 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
556 | --sha=* | --sh=*)
557 sharedstatedir=$ac_optarg ;;
559 -site | --site | --sit)
560 ac_prev=site ;;
561 -site=* | --site=* | --sit=*)
562 site=$ac_optarg ;;
564 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
565 ac_prev=srcdir ;;
566 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
567 srcdir=$ac_optarg ;;
569 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
570 | --syscon | --sysco | --sysc | --sys | --sy)
571 ac_prev=sysconfdir ;;
572 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
573 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
574 sysconfdir=$ac_optarg ;;
576 -target | --target | --targe | --targ | --tar | --ta | --t)
577 ac_prev=target_alias ;;
578 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
579 target_alias=$ac_optarg ;;
581 -v | -verbose | --verbose | --verbos | --verbo | --verb)
582 verbose=yes ;;
584 -version | --version | --versio | --versi | --vers | -V)
585 ac_init_version=: ;;
587 -with-* | --with-*)
588 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
589 # Reject names that are not valid shell variable names.
590 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
591 { echo "$as_me: error: invalid package name: $ac_package" >&2
592 { (exit 1); exit 1; }; }
593 ac_package=`echo $ac_package| sed 's/-/_/g'`
594 case $ac_option in
595 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 *) ac_optarg=yes ;;
597 esac
598 eval "with_$ac_package='$ac_optarg'" ;;
600 -without-* | --without-*)
601 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
602 # Reject names that are not valid shell variable names.
603 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
604 { echo "$as_me: error: invalid package name: $ac_package" >&2
605 { (exit 1); exit 1; }; }
606 ac_package=`echo $ac_package | sed 's/-/_/g'`
607 eval "with_$ac_package=no" ;;
609 --x)
610 # Obsolete; use --with-x.
611 with_x=yes ;;
613 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
614 | --x-incl | --x-inc | --x-in | --x-i)
615 ac_prev=x_includes ;;
616 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
617 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
618 x_includes=$ac_optarg ;;
620 -x-libraries | --x-libraries | --x-librarie | --x-librari \
621 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
622 ac_prev=x_libraries ;;
623 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
624 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
625 x_libraries=$ac_optarg ;;
627 -*) { echo "$as_me: error: unrecognized option: $ac_option
628 Try \`$0 --help' for more information." >&2
629 { (exit 1); exit 1; }; }
632 *=*)
633 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
634 # Reject names that are not valid shell variable names.
635 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
636 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
637 { (exit 1); exit 1; }; }
638 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
639 eval "$ac_envvar='$ac_optarg'"
640 export $ac_envvar ;;
643 # FIXME: should be removed in autoconf 3.0.
644 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
646 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
647 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
650 esac
651 done
653 if test -n "$ac_prev"; then
654 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
655 { echo "$as_me: error: missing argument to $ac_option" >&2
656 { (exit 1); exit 1; }; }
659 # Be sure to have absolute paths.
660 for ac_var in exec_prefix prefix
662 eval ac_val=$`echo $ac_var`
663 case $ac_val in
664 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
666 { (exit 1); exit 1; }; };;
667 esac
668 done
670 # Be sure to have absolute paths.
671 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir
674 eval ac_val=$`echo $ac_var`
675 case $ac_val in
676 [\\/$]* | ?:[\\/]* ) ;;
677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
678 { (exit 1); exit 1; }; };;
679 esac
680 done
682 # There might be people who depend on the old broken behavior: `$host'
683 # used to hold the argument of --host etc.
684 # FIXME: To remove some day.
685 build=$build_alias
686 host=$host_alias
687 target=$target_alias
689 # FIXME: To remove some day.
690 if test "x$host_alias" != x; then
691 if test "x$build_alias" = x; then
692 cross_compiling=maybe
693 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
694 If a cross compiler is detected then cross compile mode will be used." >&2
695 elif test "x$build_alias" != "x$host_alias"; then
696 cross_compiling=yes
700 ac_tool_prefix=
701 test -n "$host_alias" && ac_tool_prefix=$host_alias-
703 test "$silent" = yes && exec 6>/dev/null
706 # Find the source files, if location was not specified.
707 if test -z "$srcdir"; then
708 ac_srcdir_defaulted=yes
709 # Try the directory containing this script, then its parent.
710 ac_confdir=`(dirname "$0") 2>/dev/null ||
711 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null ||
716 echo X"$0" |
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
719 /^X\(\/\/\)$/{ s//\1/; q; }
720 /^X\(\/\).*/{ s//\1/; q; }
721 s/.*/./; q'`
722 srcdir=$ac_confdir
723 if test ! -r $srcdir/$ac_unique_file; then
724 srcdir=..
726 else
727 ac_srcdir_defaulted=no
729 if test ! -r $srcdir/$ac_unique_file; then
730 if test "$ac_srcdir_defaulted" = yes; then
731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
732 { (exit 1); exit 1; }; }
733 else
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
735 { (exit 1); exit 1; }; }
738 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740 { (exit 1); exit 1; }; }
741 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742 ac_env_build_alias_set=${build_alias+set}
743 ac_env_build_alias_value=$build_alias
744 ac_cv_env_build_alias_set=${build_alias+set}
745 ac_cv_env_build_alias_value=$build_alias
746 ac_env_host_alias_set=${host_alias+set}
747 ac_env_host_alias_value=$host_alias
748 ac_cv_env_host_alias_set=${host_alias+set}
749 ac_cv_env_host_alias_value=$host_alias
750 ac_env_target_alias_set=${target_alias+set}
751 ac_env_target_alias_value=$target_alias
752 ac_cv_env_target_alias_set=${target_alias+set}
753 ac_cv_env_target_alias_value=$target_alias
754 ac_env_CXXCPP_set=${CXXCPP+set}
755 ac_env_CXXCPP_value=$CXXCPP
756 ac_cv_env_CXXCPP_set=${CXXCPP+set}
757 ac_cv_env_CXXCPP_value=$CXXCPP
758 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
759 ac_env_CPPFLAGS_value=$CPPFLAGS
760 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
761 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
762 ac_env_CPP_set=${CPP+set}
763 ac_env_CPP_value=$CPP
764 ac_cv_env_CPP_set=${CPP+set}
765 ac_cv_env_CPP_value=$CPP
768 # Report the --help message.
770 if test "$ac_init_help" = "long"; then
771 # Omit some internal or obsolete options to make the list less imposing.
772 # This message is too long to be a string in the A/UX 3.1 sh.
773 cat <<_ACEOF
774 \`configure' configures libjava version-unused to adapt to many kinds of systems.
776 Usage: $0 [OPTION]... [VAR=VALUE]...
778 To assign environment variables (e.g., CC, CFLAGS...), specify them as
779 VAR=VALUE. See below for descriptions of some of the useful variables.
781 Defaults for the options are specified in brackets.
783 Configuration:
784 -h, --help display this help and exit
785 --help=short display options specific to this package
786 --help=recursive display the short help of all the included packages
787 -V, --version display version information and exit
788 -q, --quiet, --silent do not print \`checking...' messages
789 --cache-file=FILE cache test results in FILE [disabled]
790 -C, --config-cache alias for \`--cache-file=config.cache'
791 -n, --no-create do not create output files
792 --srcdir=DIR find the sources in DIR [configure dir or \`..']
794 _ACEOF
796 cat <<_ACEOF
797 Installation directories:
798 --prefix=PREFIX install architecture-independent files in PREFIX
799 [$ac_default_prefix]
800 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
801 [PREFIX]
803 By default, \`make install' will install all the files in
804 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
805 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
806 for instance \`--prefix=\$HOME'.
808 For better control, use the options below.
810 Fine tuning of the installation directories:
811 --bindir=DIR user executables [EPREFIX/bin]
812 --sbindir=DIR system admin executables [EPREFIX/sbin]
813 --libexecdir=DIR program executables [EPREFIX/libexec]
814 --datadir=DIR read-only architecture-independent data [PREFIX/share]
815 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
816 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
817 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
818 --libdir=DIR object code libraries [EPREFIX/lib]
819 --includedir=DIR C header files [PREFIX/include]
820 --oldincludedir=DIR C header files for non-gcc [/usr/include]
821 --infodir=DIR info documentation [PREFIX/info]
822 --mandir=DIR man documentation [PREFIX/man]
823 _ACEOF
825 cat <<\_ACEOF
827 Program names:
828 --program-prefix=PREFIX prepend PREFIX to installed program names
829 --program-suffix=SUFFIX append SUFFIX to installed program names
830 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
832 X features:
833 --x-includes=DIR X include files are in DIR
834 --x-libraries=DIR X library files are in DIR
836 System types:
837 --build=BUILD configure for building on BUILD [guessed]
838 --host=HOST cross-compile to build programs to run on HOST [BUILD]
839 --target=TARGET configure for building compilers for TARGET [HOST]
840 _ACEOF
843 if test -n "$ac_init_help"; then
844 case $ac_init_help in
845 short | recursive ) echo "Configuration of libjava version-unused:";;
846 esac
847 cat <<\_ACEOF
849 Optional Features:
850 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
851 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
852 --enable-version-specific-runtime-libs
853 specify that runtime libraries should be installed
854 in a compiler-specific directory
855 --enable-multilib build many library versions (default)
856 --disable-dependency-tracking speeds up one-time build
857 --enable-dependency-tracking do not reject slow dependency extractors
858 --enable-maintainer-mode enable make rules and dependencies not useful
859 (and sometimes confusing) to the casual installer
860 --enable-shared=PKGS build shared libraries default=yes
861 --enable-static=PKGS build static libraries default=yes
862 --enable-fast-install=PKGS optimize for fast installation default=yes
863 --disable-libtool-lock avoid locking (might break parallel builds)
864 --disable-getenv-properties
865 don't set system properties from GCJ_PROPERTIES
866 --enable-hash-synchronization
867 use global hash table for monitor locks
868 --enable-libgcj-multifile
869 allow compilation of several files at once
871 --enable-libgcj-debug enable runtime debugging code
872 --enable-gc-debug include full support for pointer backtracing etc.
873 --enable-interpreter enable interpreter
874 --enable-sjlj-exceptions
875 force use of builtin_setjmp for exceptions
876 --disable-java-net disable java.net
877 --disable-jvmpi disable JVMPI support
878 --enable-java-awt list of AWT peer implementations to be built
879 --enable-gtk-cairo build the cairo Graphics2D implementation on GTK
880 --enable-java-gc=TYPE choose garbage collector (default is boehm)
881 --disable-rpath do not hardcode runtime library paths
883 Optional Packages:
884 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
885 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
886 --with-target-subdir=SUBDIR
887 configure in a subdirectory
888 --with-cross-host=HOST configure with a cross compiler from HOST
889 --with-newlib configure with newlib
890 --with-gnu-ld assume the C compiler uses GNU ld default=no
891 --with-pic try to use only PIC/non-PIC objects default=use both
892 --with-win32-nlsapi=ansi or unicows or unicode
893 native MinGW libgcj Win32 OS API (default is ansi)
894 --without-libffi don't use libffi
895 --with-ecos enable runtime eCos target support
896 --with-system-zlib use installed libz
897 --with-x use the X Window System
898 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
899 --without-libiconv-prefix don't search for libiconv in includedir and libdir
901 Some influential environment variables:
902 CC C compiler command
903 CFLAGS C compiler flags
904 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
905 nonstandard directory <lib dir>
906 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
907 headers in a nonstandard directory <include dir>
908 CXX C++ compiler command
909 CXXFLAGS C++ compiler flags
910 CXXCPP C++ preprocessor
911 CPP C preprocessor
913 Use these variables to override the choices made by `configure' or to help
914 it to find libraries and programs with nonstandard names/locations.
916 _ACEOF
919 if test "$ac_init_help" = "recursive"; then
920 # If there are subdirs, report their specific --help.
921 ac_popdir=`pwd`
922 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
923 test -d $ac_dir || continue
924 ac_builddir=.
926 if test "$ac_dir" != .; then
927 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
928 # A "../" for each directory in $ac_dir_suffix.
929 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
930 else
931 ac_dir_suffix= ac_top_builddir=
934 case $srcdir in
935 .) # No --srcdir option. We are building in place.
936 ac_srcdir=.
937 if test -z "$ac_top_builddir"; then
938 ac_top_srcdir=.
939 else
940 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
941 fi ;;
942 [\\/]* | ?:[\\/]* ) # Absolute path.
943 ac_srcdir=$srcdir$ac_dir_suffix;
944 ac_top_srcdir=$srcdir ;;
945 *) # Relative path.
946 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
947 ac_top_srcdir=$ac_top_builddir$srcdir ;;
948 esac
950 # Do not use `cd foo && pwd` to compute absolute paths, because
951 # the directories may not exist.
952 case `pwd` in
953 .) ac_abs_builddir="$ac_dir";;
955 case "$ac_dir" in
956 .) ac_abs_builddir=`pwd`;;
957 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
958 *) ac_abs_builddir=`pwd`/"$ac_dir";;
959 esac;;
960 esac
961 case $ac_abs_builddir in
962 .) ac_abs_top_builddir=${ac_top_builddir}.;;
964 case ${ac_top_builddir}. in
965 .) ac_abs_top_builddir=$ac_abs_builddir;;
966 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
967 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
968 esac;;
969 esac
970 case $ac_abs_builddir in
971 .) ac_abs_srcdir=$ac_srcdir;;
973 case $ac_srcdir in
974 .) ac_abs_srcdir=$ac_abs_builddir;;
975 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
976 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
977 esac;;
978 esac
979 case $ac_abs_builddir in
980 .) ac_abs_top_srcdir=$ac_top_srcdir;;
982 case $ac_top_srcdir in
983 .) ac_abs_top_srcdir=$ac_abs_builddir;;
984 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
985 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
986 esac;;
987 esac
989 cd $ac_dir
990 # Check for guested configure; otherwise get Cygnus style configure.
991 if test -f $ac_srcdir/configure.gnu; then
992 echo
993 $SHELL $ac_srcdir/configure.gnu --help=recursive
994 elif test -f $ac_srcdir/configure; then
995 echo
996 $SHELL $ac_srcdir/configure --help=recursive
997 elif test -f $ac_srcdir/configure.ac ||
998 test -f $ac_srcdir/configure.in; then
999 echo
1000 $ac_configure --help
1001 else
1002 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1004 cd $ac_popdir
1005 done
1008 test -n "$ac_init_help" && exit 0
1009 if $ac_init_version; then
1010 cat <<\_ACEOF
1011 libjava configure version-unused
1012 generated by GNU Autoconf 2.59
1014 Copyright (C) 2003 Free Software Foundation, Inc.
1015 This configure script is free software; the Free Software Foundation
1016 gives unlimited permission to copy, distribute and modify it.
1017 _ACEOF
1018 exit 0
1020 exec 5>config.log
1021 cat >&5 <<_ACEOF
1022 This file contains any messages produced by compilers while
1023 running configure, to aid debugging if configure makes a mistake.
1025 It was created by libjava $as_me version-unused, which was
1026 generated by GNU Autoconf 2.59. Invocation command line was
1028 $ $0 $@
1030 _ACEOF
1032 cat <<_ASUNAME
1033 ## --------- ##
1034 ## Platform. ##
1035 ## --------- ##
1037 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1038 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1039 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1040 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1041 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1043 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1044 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1046 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1047 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1048 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1049 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1050 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1051 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1052 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1054 _ASUNAME
1056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1057 for as_dir in $PATH
1059 IFS=$as_save_IFS
1060 test -z "$as_dir" && as_dir=.
1061 echo "PATH: $as_dir"
1062 done
1064 } >&5
1066 cat >&5 <<_ACEOF
1069 ## ----------- ##
1070 ## Core tests. ##
1071 ## ----------- ##
1073 _ACEOF
1076 # Keep a trace of the command line.
1077 # Strip out --no-create and --no-recursion so they do not pile up.
1078 # Strip out --silent because we don't want to record it for future runs.
1079 # Also quote any args containing shell meta-characters.
1080 # Make two passes to allow for proper duplicate-argument suppression.
1081 ac_configure_args=
1082 ac_configure_args0=
1083 ac_configure_args1=
1084 ac_sep=
1085 ac_must_keep_next=false
1086 for ac_pass in 1 2
1088 for ac_arg
1090 case $ac_arg in
1091 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1093 | -silent | --silent | --silen | --sile | --sil)
1094 continue ;;
1095 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1096 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1097 esac
1098 case $ac_pass in
1099 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1101 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1102 if test $ac_must_keep_next = true; then
1103 ac_must_keep_next=false # Got value, back to normal.
1104 else
1105 case $ac_arg in
1106 *=* | --config-cache | -C | -disable-* | --disable-* \
1107 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1108 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1109 | -with-* | --with-* | -without-* | --without-* | --x)
1110 case "$ac_configure_args0 " in
1111 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1112 esac
1114 -* ) ac_must_keep_next=true ;;
1115 esac
1117 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1118 # Get rid of the leading space.
1119 ac_sep=" "
1121 esac
1122 done
1123 done
1124 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1125 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1127 # When interrupted or exit'd, cleanup temporary files, and complete
1128 # config.log. We remove comments because anyway the quotes in there
1129 # would cause problems or look ugly.
1130 # WARNING: Be sure not to use single quotes in there, as some shells,
1131 # such as our DU 5.0 friend, will then `close' the trap.
1132 trap 'exit_status=$?
1133 # Save into config.log some information that might help in debugging.
1135 echo
1137 cat <<\_ASBOX
1138 ## ---------------- ##
1139 ## Cache variables. ##
1140 ## ---------------- ##
1141 _ASBOX
1142 echo
1143 # The following way of writing the cache mishandles newlines in values,
1145 (set) 2>&1 |
1146 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1147 *ac_space=\ *)
1148 sed -n \
1149 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1150 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1153 sed -n \
1154 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1156 esac;
1158 echo
1160 cat <<\_ASBOX
1161 ## ----------------- ##
1162 ## Output variables. ##
1163 ## ----------------- ##
1164 _ASBOX
1165 echo
1166 for ac_var in $ac_subst_vars
1168 eval ac_val=$`echo $ac_var`
1169 echo "$ac_var='"'"'$ac_val'"'"'"
1170 done | sort
1171 echo
1173 if test -n "$ac_subst_files"; then
1174 cat <<\_ASBOX
1175 ## ------------- ##
1176 ## Output files. ##
1177 ## ------------- ##
1178 _ASBOX
1179 echo
1180 for ac_var in $ac_subst_files
1182 eval ac_val=$`echo $ac_var`
1183 echo "$ac_var='"'"'$ac_val'"'"'"
1184 done | sort
1185 echo
1188 if test -s confdefs.h; then
1189 cat <<\_ASBOX
1190 ## ----------- ##
1191 ## confdefs.h. ##
1192 ## ----------- ##
1193 _ASBOX
1194 echo
1195 sed "/^$/d" confdefs.h | sort
1196 echo
1198 test "$ac_signal" != 0 &&
1199 echo "$as_me: caught signal $ac_signal"
1200 echo "$as_me: exit $exit_status"
1201 } >&5
1202 rm -f core *.core &&
1203 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1204 exit $exit_status
1206 for ac_signal in 1 2 13 15; do
1207 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1208 done
1209 ac_signal=0
1211 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1212 rm -rf conftest* confdefs.h
1213 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1214 echo >confdefs.h
1216 # Predefined preprocessor variables.
1218 cat >>confdefs.h <<_ACEOF
1219 #define PACKAGE_NAME "$PACKAGE_NAME"
1220 _ACEOF
1223 cat >>confdefs.h <<_ACEOF
1224 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1225 _ACEOF
1228 cat >>confdefs.h <<_ACEOF
1229 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1230 _ACEOF
1233 cat >>confdefs.h <<_ACEOF
1234 #define PACKAGE_STRING "$PACKAGE_STRING"
1235 _ACEOF
1238 cat >>confdefs.h <<_ACEOF
1239 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1240 _ACEOF
1243 # Let the site file select an alternate cache file if it wants to.
1244 # Prefer explicitly selected file to automatically selected ones.
1245 if test -z "$CONFIG_SITE"; then
1246 if test "x$prefix" != xNONE; then
1247 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1248 else
1249 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1252 for ac_site_file in $CONFIG_SITE; do
1253 if test -r "$ac_site_file"; then
1254 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1255 echo "$as_me: loading site script $ac_site_file" >&6;}
1256 sed 's/^/| /' "$ac_site_file" >&5
1257 . "$ac_site_file"
1259 done
1261 if test -r "$cache_file"; then
1262 # Some versions of bash will fail to source /dev/null (special
1263 # files actually), so we avoid doing that.
1264 if test -f "$cache_file"; then
1265 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1266 echo "$as_me: loading cache $cache_file" >&6;}
1267 case $cache_file in
1268 [\\/]* | ?:[\\/]* ) . $cache_file;;
1269 *) . ./$cache_file;;
1270 esac
1272 else
1273 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1274 echo "$as_me: creating cache $cache_file" >&6;}
1275 >$cache_file
1278 # Check that the precious variables saved in the cache have kept the same
1279 # value.
1280 ac_cache_corrupted=false
1281 for ac_var in `(set) 2>&1 |
1282 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1283 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1284 eval ac_new_set=\$ac_env_${ac_var}_set
1285 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1286 eval ac_new_val="\$ac_env_${ac_var}_value"
1287 case $ac_old_set,$ac_new_set in
1288 set,)
1289 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1290 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1291 ac_cache_corrupted=: ;;
1292 ,set)
1293 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1294 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1295 ac_cache_corrupted=: ;;
1296 ,);;
1298 if test "x$ac_old_val" != "x$ac_new_val"; then
1299 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1300 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1301 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1302 echo "$as_me: former value: $ac_old_val" >&2;}
1303 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1304 echo "$as_me: current value: $ac_new_val" >&2;}
1305 ac_cache_corrupted=:
1306 fi;;
1307 esac
1308 # Pass precious variables to config.status.
1309 if test "$ac_new_set" = set; then
1310 case $ac_new_val in
1311 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1312 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1313 *) ac_arg=$ac_var=$ac_new_val ;;
1314 esac
1315 case " $ac_configure_args " in
1316 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1317 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1318 esac
1320 done
1321 if $ac_cache_corrupted; then
1322 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1323 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1324 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1325 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1326 { (exit 1); exit 1; }; }
1329 ac_ext=c
1330 ac_cpp='$CPP $CPPFLAGS'
1331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1333 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1364 ac_aux_dir=
1365 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1366 if test -f $ac_dir/install-sh; then
1367 ac_aux_dir=$ac_dir
1368 ac_install_sh="$ac_aux_dir/install-sh -c"
1369 break
1370 elif test -f $ac_dir/install.sh; then
1371 ac_aux_dir=$ac_dir
1372 ac_install_sh="$ac_aux_dir/install.sh -c"
1373 break
1374 elif test -f $ac_dir/shtool; then
1375 ac_aux_dir=$ac_dir
1376 ac_install_sh="$ac_aux_dir/shtool install -c"
1377 break
1379 done
1380 if test -z "$ac_aux_dir"; then
1381 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1382 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1383 { (exit 1); exit 1; }; }
1385 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1386 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1387 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1389 # Make sure we can run config.sub.
1390 $ac_config_sub sun4 >/dev/null 2>&1 ||
1391 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1392 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1393 { (exit 1); exit 1; }; }
1395 echo "$as_me:$LINENO: checking build system type" >&5
1396 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1397 if test "${ac_cv_build+set}" = set; then
1398 echo $ECHO_N "(cached) $ECHO_C" >&6
1399 else
1400 ac_cv_build_alias=$build_alias
1401 test -z "$ac_cv_build_alias" &&
1402 ac_cv_build_alias=`$ac_config_guess`
1403 test -z "$ac_cv_build_alias" &&
1404 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1405 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1406 { (exit 1); exit 1; }; }
1407 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1408 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1409 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1410 { (exit 1); exit 1; }; }
1413 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1414 echo "${ECHO_T}$ac_cv_build" >&6
1415 build=$ac_cv_build
1416 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1417 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1418 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1421 case ${build_alias} in
1422 "") build_noncanonical=${build} ;;
1423 *) build_noncanonical=${build_alias} ;;
1424 esac
1426 case ${host_alias} in
1427 "") host_noncanonical=${build_noncanonical} ;;
1428 *) host_noncanonical=${host_alias} ;;
1429 esac
1431 case ${target_alias} in
1432 "") target_noncanonical=${host_noncanonical} ;;
1433 *) target_noncanonical=${target_alias} ;;
1434 esac
1436 # Prefix 'build-' so this never conflicts with target_subdir.
1437 build_subdir="build-${build_noncanonical}"
1438 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1439 if ( test $srcdir = . && test -d gcc ) \
1440 || test -d $srcdir/../host-${host_noncanonical}; then
1441 host_subdir="host-${host_noncanonical}"
1442 else
1443 host_subdir=.
1445 # No prefix.
1446 target_subdir=${target_noncanonical}
1449 # We use these options to decide which functions to include.
1451 # Check whether --with-target-subdir or --without-target-subdir was given.
1452 if test "${with_target_subdir+set}" = set; then
1453 withval="$with_target_subdir"
1457 # We may get other options which we don't document:
1458 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1460 # When building with srcdir == objdir, links to the source files will
1461 # be created in directories within the target_subdir. We have to
1462 # adjust toplevel_srcdir accordingly, so that configure finds
1463 # install-sh and other auxiliary files that live in the top-level
1464 # source directory.
1465 if test "${srcdir}" = "."; then
1466 if test -z "${with_target_subdir}"; then
1467 toprel=".."
1468 else
1469 if test "${with_target_subdir}" != "."; then
1470 toprel="${with_multisrctop}../.."
1471 else
1472 toprel="${with_multisrctop}.."
1475 else
1476 toprel=".."
1479 libgcj_basedir=$srcdir/$toprel/./libjava
1482 echo "$as_me:$LINENO: checking host system type" >&5
1483 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1484 if test "${ac_cv_host+set}" = set; then
1485 echo $ECHO_N "(cached) $ECHO_C" >&6
1486 else
1487 ac_cv_host_alias=$host_alias
1488 test -z "$ac_cv_host_alias" &&
1489 ac_cv_host_alias=$ac_cv_build_alias
1490 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1491 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1492 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1493 { (exit 1); exit 1; }; }
1496 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1497 echo "${ECHO_T}$ac_cv_host" >&6
1498 host=$ac_cv_host
1499 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1500 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1501 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1504 echo "$as_me:$LINENO: checking target system type" >&5
1505 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1506 if test "${ac_cv_target+set}" = set; then
1507 echo $ECHO_N "(cached) $ECHO_C" >&6
1508 else
1509 ac_cv_target_alias=$target_alias
1510 test "x$ac_cv_target_alias" = "x" &&
1511 ac_cv_target_alias=$ac_cv_host_alias
1512 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1513 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1514 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1515 { (exit 1); exit 1; }; }
1518 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1519 echo "${ECHO_T}$ac_cv_target" >&6
1520 target=$ac_cv_target
1521 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1522 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1523 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1526 # The aliases save the names the user supplied, while $host etc.
1527 # will get canonicalized.
1528 test -n "$target_alias" &&
1529 test "$program_prefix$program_suffix$program_transform_name" = \
1530 NONENONEs,x,x, &&
1531 program_prefix=${target_alias}-
1532 case ${build_alias} in
1533 "") build_noncanonical=${build} ;;
1534 *) build_noncanonical=${build_alias} ;;
1535 esac
1537 case ${target_alias} in
1538 "") target_noncanonical=${host_noncanonical} ;;
1539 *) target_noncanonical=${target_alias} ;;
1540 esac
1545 # This works around the fact that libtool configuration may change LD
1546 # for this particular configuration, but some shells, instead of
1547 # keeping the changes in LD private, export them just because LD is
1548 # exported.
1549 ORIGINAL_LD_FOR_MULTILIBS=$LD
1551 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1552 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1553 LN_S=$as_ln_s
1554 if test "$LN_S" = "ln -s"; then
1555 echo "$as_me:$LINENO: result: yes" >&5
1556 echo "${ECHO_T}yes" >&6
1557 else
1558 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1559 echo "${ECHO_T}no, using $LN_S" >&6
1563 # This works around an automake problem.
1564 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
1568 # Check whether --with-cross-host or --without-cross-host was given.
1569 if test "${with_cross_host+set}" = set; then
1570 withval="$with_cross_host"
1575 # Check whether --with-newlib or --without-newlib was given.
1576 if test "${with_newlib+set}" = set; then
1577 withval="$with_newlib"
1581 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1582 if test "${enable_version_specific_runtime_libs+set}" = set; then
1583 enableval="$enable_version_specific_runtime_libs"
1584 case "$enableval" in
1585 yes) version_specific_libs=yes ;;
1586 no) version_specific_libs=no ;;
1587 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1588 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1589 { (exit 1); exit 1; }; };;
1590 esac
1591 else
1592 version_specific_libs=no
1596 # Default to --enable-multilib
1597 # Check whether --enable-multilib or --disable-multilib was given.
1598 if test "${enable_multilib+set}" = set; then
1599 enableval="$enable_multilib"
1600 case "${enableval}" in
1601 yes) multilib=yes ;;
1602 no) multilib=no ;;
1603 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
1604 echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
1605 { (exit 1); exit 1; }; } ;;
1606 esac
1607 else
1608 multilib=yes
1610 # It may not be safe to run linking tests in AC_PROG_CC/AC_PROG_CXX.
1613 # (1) We use an abnormal CXX (without library references), so we
1614 # must cache it under a different name.
1615 # (2) CC, CFLAGS, CXX, CXXFLAGS, LDFLAGS must not be 'precious', or
1616 # the non-multilib-adjusted value will be used in multilibs.
1617 # (3) As a side effect, we must SUBST CXXFLAGS, CFLAGS, and LDFLAGS ourselves.
1618 # (4) As another side effect, automake doesn't automatically include them
1619 # in Makefile.in.
1620 # (5) For libstdc++-v3, -fno-builtin must be present here so that a
1621 # non-conflicting form of std::exit can be guessed by AC_PROG_CXX, and
1622 # used in later tests. This may not be necessary in libjava; I don't know.
1626 save_CXXFLAGS="$CXXFLAGS"
1627 CXXFLAGS="$CXXFLAGS -fno-builtin"
1628 ac_ext=c
1629 ac_cpp='$CPP $CPPFLAGS'
1630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1631 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1633 if test -n "$ac_tool_prefix"; then
1634 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1635 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1636 echo "$as_me:$LINENO: checking for $ac_word" >&5
1637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1638 if test "${ac_cv_prog_CC+set}" = set; then
1639 echo $ECHO_N "(cached) $ECHO_C" >&6
1640 else
1641 if test -n "$CC"; then
1642 ac_cv_prog_CC="$CC" # Let the user override the test.
1643 else
1644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1645 for as_dir in $PATH
1647 IFS=$as_save_IFS
1648 test -z "$as_dir" && as_dir=.
1649 for ac_exec_ext in '' $ac_executable_extensions; do
1650 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1651 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1653 break 2
1655 done
1656 done
1660 CC=$ac_cv_prog_CC
1661 if test -n "$CC"; then
1662 echo "$as_me:$LINENO: result: $CC" >&5
1663 echo "${ECHO_T}$CC" >&6
1664 else
1665 echo "$as_me:$LINENO: result: no" >&5
1666 echo "${ECHO_T}no" >&6
1670 if test -z "$ac_cv_prog_CC"; then
1671 ac_ct_CC=$CC
1672 # Extract the first word of "gcc", so it can be a program name with args.
1673 set dummy gcc; ac_word=$2
1674 echo "$as_me:$LINENO: checking for $ac_word" >&5
1675 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1676 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1677 echo $ECHO_N "(cached) $ECHO_C" >&6
1678 else
1679 if test -n "$ac_ct_CC"; then
1680 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1681 else
1682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1683 for as_dir in $PATH
1685 IFS=$as_save_IFS
1686 test -z "$as_dir" && as_dir=.
1687 for ac_exec_ext in '' $ac_executable_extensions; do
1688 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1689 ac_cv_prog_ac_ct_CC="gcc"
1690 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1691 break 2
1693 done
1694 done
1698 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1699 if test -n "$ac_ct_CC"; then
1700 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1701 echo "${ECHO_T}$ac_ct_CC" >&6
1702 else
1703 echo "$as_me:$LINENO: result: no" >&5
1704 echo "${ECHO_T}no" >&6
1707 CC=$ac_ct_CC
1708 else
1709 CC="$ac_cv_prog_CC"
1712 if test -z "$CC"; then
1713 if test -n "$ac_tool_prefix"; then
1714 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1715 set dummy ${ac_tool_prefix}cc; ac_word=$2
1716 echo "$as_me:$LINENO: checking for $ac_word" >&5
1717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1718 if test "${ac_cv_prog_CC+set}" = set; then
1719 echo $ECHO_N "(cached) $ECHO_C" >&6
1720 else
1721 if test -n "$CC"; then
1722 ac_cv_prog_CC="$CC" # Let the user override the test.
1723 else
1724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1725 for as_dir in $PATH
1727 IFS=$as_save_IFS
1728 test -z "$as_dir" && as_dir=.
1729 for ac_exec_ext in '' $ac_executable_extensions; do
1730 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1731 ac_cv_prog_CC="${ac_tool_prefix}cc"
1732 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1733 break 2
1735 done
1736 done
1740 CC=$ac_cv_prog_CC
1741 if test -n "$CC"; then
1742 echo "$as_me:$LINENO: result: $CC" >&5
1743 echo "${ECHO_T}$CC" >&6
1744 else
1745 echo "$as_me:$LINENO: result: no" >&5
1746 echo "${ECHO_T}no" >&6
1750 if test -z "$ac_cv_prog_CC"; then
1751 ac_ct_CC=$CC
1752 # Extract the first word of "cc", so it can be a program name with args.
1753 set dummy cc; ac_word=$2
1754 echo "$as_me:$LINENO: checking for $ac_word" >&5
1755 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1756 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1757 echo $ECHO_N "(cached) $ECHO_C" >&6
1758 else
1759 if test -n "$ac_ct_CC"; then
1760 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1761 else
1762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1763 for as_dir in $PATH
1765 IFS=$as_save_IFS
1766 test -z "$as_dir" && as_dir=.
1767 for ac_exec_ext in '' $ac_executable_extensions; do
1768 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1769 ac_cv_prog_ac_ct_CC="cc"
1770 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1771 break 2
1773 done
1774 done
1778 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1779 if test -n "$ac_ct_CC"; then
1780 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1781 echo "${ECHO_T}$ac_ct_CC" >&6
1782 else
1783 echo "$as_me:$LINENO: result: no" >&5
1784 echo "${ECHO_T}no" >&6
1787 CC=$ac_ct_CC
1788 else
1789 CC="$ac_cv_prog_CC"
1793 if test -z "$CC"; then
1794 # Extract the first word of "cc", so it can be a program name with args.
1795 set dummy cc; ac_word=$2
1796 echo "$as_me:$LINENO: checking for $ac_word" >&5
1797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1798 if test "${ac_cv_prog_CC+set}" = set; then
1799 echo $ECHO_N "(cached) $ECHO_C" >&6
1800 else
1801 if test -n "$CC"; then
1802 ac_cv_prog_CC="$CC" # Let the user override the test.
1803 else
1804 ac_prog_rejected=no
1805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1806 for as_dir in $PATH
1808 IFS=$as_save_IFS
1809 test -z "$as_dir" && as_dir=.
1810 for ac_exec_ext in '' $ac_executable_extensions; do
1811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1812 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1813 ac_prog_rejected=yes
1814 continue
1816 ac_cv_prog_CC="cc"
1817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1818 break 2
1820 done
1821 done
1823 if test $ac_prog_rejected = yes; then
1824 # We found a bogon in the path, so make sure we never use it.
1825 set dummy $ac_cv_prog_CC
1826 shift
1827 if test $# != 0; then
1828 # We chose a different compiler from the bogus one.
1829 # However, it has the same basename, so the bogon will be chosen
1830 # first if we set CC to just the basename; use the full file name.
1831 shift
1832 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1837 CC=$ac_cv_prog_CC
1838 if test -n "$CC"; then
1839 echo "$as_me:$LINENO: result: $CC" >&5
1840 echo "${ECHO_T}$CC" >&6
1841 else
1842 echo "$as_me:$LINENO: result: no" >&5
1843 echo "${ECHO_T}no" >&6
1847 if test -z "$CC"; then
1848 if test -n "$ac_tool_prefix"; then
1849 for ac_prog in cl
1851 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1852 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1853 echo "$as_me:$LINENO: checking for $ac_word" >&5
1854 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1855 if test "${ac_cv_prog_CC+set}" = set; then
1856 echo $ECHO_N "(cached) $ECHO_C" >&6
1857 else
1858 if test -n "$CC"; then
1859 ac_cv_prog_CC="$CC" # Let the user override the test.
1860 else
1861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1862 for as_dir in $PATH
1864 IFS=$as_save_IFS
1865 test -z "$as_dir" && as_dir=.
1866 for ac_exec_ext in '' $ac_executable_extensions; do
1867 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1868 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1869 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1870 break 2
1872 done
1873 done
1877 CC=$ac_cv_prog_CC
1878 if test -n "$CC"; then
1879 echo "$as_me:$LINENO: result: $CC" >&5
1880 echo "${ECHO_T}$CC" >&6
1881 else
1882 echo "$as_me:$LINENO: result: no" >&5
1883 echo "${ECHO_T}no" >&6
1886 test -n "$CC" && break
1887 done
1889 if test -z "$CC"; then
1890 ac_ct_CC=$CC
1891 for ac_prog in cl
1893 # Extract the first word of "$ac_prog", so it can be a program name with args.
1894 set dummy $ac_prog; ac_word=$2
1895 echo "$as_me:$LINENO: checking for $ac_word" >&5
1896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1897 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1898 echo $ECHO_N "(cached) $ECHO_C" >&6
1899 else
1900 if test -n "$ac_ct_CC"; then
1901 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1902 else
1903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1904 for as_dir in $PATH
1906 IFS=$as_save_IFS
1907 test -z "$as_dir" && as_dir=.
1908 for ac_exec_ext in '' $ac_executable_extensions; do
1909 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1910 ac_cv_prog_ac_ct_CC="$ac_prog"
1911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1912 break 2
1914 done
1915 done
1919 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1920 if test -n "$ac_ct_CC"; then
1921 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1922 echo "${ECHO_T}$ac_ct_CC" >&6
1923 else
1924 echo "$as_me:$LINENO: result: no" >&5
1925 echo "${ECHO_T}no" >&6
1928 test -n "$ac_ct_CC" && break
1929 done
1931 CC=$ac_ct_CC
1937 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1938 See \`config.log' for more details." >&5
1939 echo "$as_me: error: no acceptable C compiler found in \$PATH
1940 See \`config.log' for more details." >&2;}
1941 { (exit 1); exit 1; }; }
1943 # Provide some information about the compiler.
1944 echo "$as_me:$LINENO:" \
1945 "checking for C compiler version" >&5
1946 ac_compiler=`set X $ac_compile; echo $2`
1947 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1948 (eval $ac_compiler --version </dev/null >&5) 2>&5
1949 ac_status=$?
1950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1951 (exit $ac_status); }
1952 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1953 (eval $ac_compiler -v </dev/null >&5) 2>&5
1954 ac_status=$?
1955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1956 (exit $ac_status); }
1957 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1958 (eval $ac_compiler -V </dev/null >&5) 2>&5
1959 ac_status=$?
1960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1961 (exit $ac_status); }
1963 cat >conftest.$ac_ext <<_ACEOF
1964 /* confdefs.h. */
1965 _ACEOF
1966 cat confdefs.h >>conftest.$ac_ext
1967 cat >>conftest.$ac_ext <<_ACEOF
1968 /* end confdefs.h. */
1971 main ()
1975 return 0;
1977 _ACEOF
1978 # FIXME: Cleanup?
1979 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1980 (eval $ac_link) 2>&5
1981 ac_status=$?
1982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1983 (exit $ac_status); }; then
1984 gcc_no_link=no
1985 else
1986 gcc_no_link=yes
1989 if test x$gcc_no_link = xyes; then
1990 # Setting cross_compile will disable run tests; it will
1991 # also disable AC_CHECK_FILE but that's generally
1992 # correct if we can't link.
1993 cross_compiling=yes
1994 EXEEXT=
1995 else
1996 cat >conftest.$ac_ext <<_ACEOF
1997 /* confdefs.h. */
1998 _ACEOF
1999 cat confdefs.h >>conftest.$ac_ext
2000 cat >>conftest.$ac_ext <<_ACEOF
2001 /* end confdefs.h. */
2004 main ()
2008 return 0;
2010 _ACEOF
2011 ac_clean_files_save=$ac_clean_files
2012 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2013 # Try to create an executable without -o first, disregard a.out.
2014 # It will help us diagnose broken compilers, and finding out an intuition
2015 # of exeext.
2016 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2017 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2018 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2019 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2020 (eval $ac_link_default) 2>&5
2021 ac_status=$?
2022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2023 (exit $ac_status); }; then
2024 # Find the output, starting from the most likely. This scheme is
2025 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2026 # resort.
2028 # Be careful to initialize this variable, since it used to be cached.
2029 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2030 ac_cv_exeext=
2031 # b.out is created by i960 compilers.
2032 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2034 test -f "$ac_file" || continue
2035 case $ac_file in
2036 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2038 conftest.$ac_ext )
2039 # This is the source file.
2041 [ab].out )
2042 # We found the default executable, but exeext='' is most
2043 # certainly right.
2044 break;;
2045 *.* )
2046 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2047 # FIXME: I believe we export ac_cv_exeext for Libtool,
2048 # but it would be cool to find out if it's true. Does anybody
2049 # maintain Libtool? --akim.
2050 export ac_cv_exeext
2051 break;;
2053 break;;
2054 esac
2055 done
2056 else
2057 echo "$as_me: failed program was:" >&5
2058 sed 's/^/| /' conftest.$ac_ext >&5
2060 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2061 See \`config.log' for more details." >&5
2062 echo "$as_me: error: C compiler cannot create executables
2063 See \`config.log' for more details." >&2;}
2064 { (exit 77); exit 77; }; }
2067 ac_exeext=$ac_cv_exeext
2068 echo "$as_me:$LINENO: result: $ac_file" >&5
2069 echo "${ECHO_T}$ac_file" >&6
2071 # Check the compiler produces executables we can run. If not, either
2072 # the compiler is broken, or we cross compile.
2073 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2074 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2075 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2076 # If not cross compiling, check that we can run a simple program.
2077 if test "$cross_compiling" != yes; then
2078 if { ac_try='./$ac_file'
2079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2080 (eval $ac_try) 2>&5
2081 ac_status=$?
2082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2083 (exit $ac_status); }; }; then
2084 cross_compiling=no
2085 else
2086 if test "$cross_compiling" = maybe; then
2087 cross_compiling=yes
2088 else
2089 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2090 If you meant to cross compile, use \`--host'.
2091 See \`config.log' for more details." >&5
2092 echo "$as_me: error: cannot run C compiled programs.
2093 If you meant to cross compile, use \`--host'.
2094 See \`config.log' for more details." >&2;}
2095 { (exit 1); exit 1; }; }
2099 echo "$as_me:$LINENO: result: yes" >&5
2100 echo "${ECHO_T}yes" >&6
2102 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2103 ac_clean_files=$ac_clean_files_save
2104 # Check the compiler produces executables we can run. If not, either
2105 # the compiler is broken, or we cross compile.
2106 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2107 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2108 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2109 echo "${ECHO_T}$cross_compiling" >&6
2111 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2112 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2114 (eval $ac_link) 2>&5
2115 ac_status=$?
2116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2117 (exit $ac_status); }; then
2118 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2119 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2120 # work properly (i.e., refer to `conftest.exe'), while it won't with
2121 # `rm'.
2122 for ac_file in conftest.exe conftest conftest.*; do
2123 test -f "$ac_file" || continue
2124 case $ac_file in
2125 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2126 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2127 export ac_cv_exeext
2128 break;;
2129 * ) break;;
2130 esac
2131 done
2132 else
2133 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2134 See \`config.log' for more details." >&5
2135 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2136 See \`config.log' for more details." >&2;}
2137 { (exit 1); exit 1; }; }
2140 rm -f conftest$ac_cv_exeext
2141 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2142 echo "${ECHO_T}$ac_cv_exeext" >&6
2144 rm -f conftest.$ac_ext
2145 EXEEXT=$ac_cv_exeext
2146 ac_exeext=$EXEEXT
2148 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2149 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2150 if test "${ac_cv_objext+set}" = set; then
2151 echo $ECHO_N "(cached) $ECHO_C" >&6
2152 else
2153 cat >conftest.$ac_ext <<_ACEOF
2154 /* confdefs.h. */
2155 _ACEOF
2156 cat confdefs.h >>conftest.$ac_ext
2157 cat >>conftest.$ac_ext <<_ACEOF
2158 /* end confdefs.h. */
2161 main ()
2165 return 0;
2167 _ACEOF
2168 rm -f conftest.o conftest.obj
2169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2170 (eval $ac_compile) 2>&5
2171 ac_status=$?
2172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2173 (exit $ac_status); }; then
2174 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2175 case $ac_file in
2176 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2177 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2178 break;;
2179 esac
2180 done
2181 else
2182 echo "$as_me: failed program was:" >&5
2183 sed 's/^/| /' conftest.$ac_ext >&5
2185 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2186 See \`config.log' for more details." >&5
2187 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2188 See \`config.log' for more details." >&2;}
2189 { (exit 1); exit 1; }; }
2192 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2194 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2195 echo "${ECHO_T}$ac_cv_objext" >&6
2196 OBJEXT=$ac_cv_objext
2197 ac_objext=$OBJEXT
2198 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2199 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2200 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2201 echo $ECHO_N "(cached) $ECHO_C" >&6
2202 else
2203 cat >conftest.$ac_ext <<_ACEOF
2204 /* confdefs.h. */
2205 _ACEOF
2206 cat confdefs.h >>conftest.$ac_ext
2207 cat >>conftest.$ac_ext <<_ACEOF
2208 /* end confdefs.h. */
2211 main ()
2213 #ifndef __GNUC__
2214 choke me
2215 #endif
2218 return 0;
2220 _ACEOF
2221 rm -f conftest.$ac_objext
2222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2223 (eval $ac_compile) 2>conftest.er1
2224 ac_status=$?
2225 grep -v '^ *+' conftest.er1 >conftest.err
2226 rm -f conftest.er1
2227 cat conftest.err >&5
2228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2229 (exit $ac_status); } &&
2230 { ac_try='test -z "$ac_c_werror_flag"
2231 || test ! -s conftest.err'
2232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2233 (eval $ac_try) 2>&5
2234 ac_status=$?
2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2236 (exit $ac_status); }; } &&
2237 { ac_try='test -s conftest.$ac_objext'
2238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2239 (eval $ac_try) 2>&5
2240 ac_status=$?
2241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2242 (exit $ac_status); }; }; then
2243 ac_compiler_gnu=yes
2244 else
2245 echo "$as_me: failed program was:" >&5
2246 sed 's/^/| /' conftest.$ac_ext >&5
2248 ac_compiler_gnu=no
2250 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2251 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2254 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2255 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2256 GCC=`test $ac_compiler_gnu = yes && echo yes`
2257 ac_test_CFLAGS=${CFLAGS+set}
2258 ac_save_CFLAGS=$CFLAGS
2259 CFLAGS="-g"
2260 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2261 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2262 if test "${ac_cv_prog_cc_g+set}" = set; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265 cat >conftest.$ac_ext <<_ACEOF
2266 /* confdefs.h. */
2267 _ACEOF
2268 cat confdefs.h >>conftest.$ac_ext
2269 cat >>conftest.$ac_ext <<_ACEOF
2270 /* end confdefs.h. */
2273 main ()
2277 return 0;
2279 _ACEOF
2280 rm -f conftest.$ac_objext
2281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2282 (eval $ac_compile) 2>conftest.er1
2283 ac_status=$?
2284 grep -v '^ *+' conftest.er1 >conftest.err
2285 rm -f conftest.er1
2286 cat conftest.err >&5
2287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2288 (exit $ac_status); } &&
2289 { ac_try='test -z "$ac_c_werror_flag"
2290 || test ! -s conftest.err'
2291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2292 (eval $ac_try) 2>&5
2293 ac_status=$?
2294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2295 (exit $ac_status); }; } &&
2296 { ac_try='test -s conftest.$ac_objext'
2297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2298 (eval $ac_try) 2>&5
2299 ac_status=$?
2300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2301 (exit $ac_status); }; }; then
2302 ac_cv_prog_cc_g=yes
2303 else
2304 echo "$as_me: failed program was:" >&5
2305 sed 's/^/| /' conftest.$ac_ext >&5
2307 ac_cv_prog_cc_g=no
2309 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2311 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2312 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2313 if test "$ac_test_CFLAGS" = set; then
2314 CFLAGS=$ac_save_CFLAGS
2315 elif test $ac_cv_prog_cc_g = yes; then
2316 if test "$GCC" = yes; then
2317 CFLAGS="-g -O2"
2318 else
2319 CFLAGS="-g"
2321 else
2322 if test "$GCC" = yes; then
2323 CFLAGS="-O2"
2324 else
2325 CFLAGS=
2328 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2329 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2330 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2331 echo $ECHO_N "(cached) $ECHO_C" >&6
2332 else
2333 ac_cv_prog_cc_stdc=no
2334 ac_save_CC=$CC
2335 cat >conftest.$ac_ext <<_ACEOF
2336 /* confdefs.h. */
2337 _ACEOF
2338 cat confdefs.h >>conftest.$ac_ext
2339 cat >>conftest.$ac_ext <<_ACEOF
2340 /* end confdefs.h. */
2341 #include <stdarg.h>
2342 #include <stdio.h>
2343 #include <sys/types.h>
2344 #include <sys/stat.h>
2345 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2346 struct buf { int x; };
2347 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2348 static char *e (p, i)
2349 char **p;
2350 int i;
2352 return p[i];
2354 static char *f (char * (*g) (char **, int), char **p, ...)
2356 char *s;
2357 va_list v;
2358 va_start (v,p);
2359 s = g (p, va_arg (v,int));
2360 va_end (v);
2361 return s;
2364 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2365 function prototypes and stuff, but not '\xHH' hex character constants.
2366 These don't provoke an error unfortunately, instead are silently treated
2367 as 'x'. The following induces an error, until -std1 is added to get
2368 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2369 array size at least. It's necessary to write '\x00'==0 to get something
2370 that's true only with -std1. */
2371 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2373 int test (int i, double x);
2374 struct s1 {int (*f) (int a);};
2375 struct s2 {int (*f) (double a);};
2376 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2377 int argc;
2378 char **argv;
2380 main ()
2382 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2384 return 0;
2386 _ACEOF
2387 # Don't try gcc -ansi; that turns off useful extensions and
2388 # breaks some systems' header files.
2389 # AIX -qlanglvl=ansi
2390 # Ultrix and OSF/1 -std1
2391 # HP-UX 10.20 and later -Ae
2392 # HP-UX older versions -Aa -D_HPUX_SOURCE
2393 # SVR4 -Xc -D__EXTENSIONS__
2394 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2396 CC="$ac_save_CC $ac_arg"
2397 rm -f conftest.$ac_objext
2398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2399 (eval $ac_compile) 2>conftest.er1
2400 ac_status=$?
2401 grep -v '^ *+' conftest.er1 >conftest.err
2402 rm -f conftest.er1
2403 cat conftest.err >&5
2404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2405 (exit $ac_status); } &&
2406 { ac_try='test -z "$ac_c_werror_flag"
2407 || test ! -s conftest.err'
2408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2409 (eval $ac_try) 2>&5
2410 ac_status=$?
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2412 (exit $ac_status); }; } &&
2413 { ac_try='test -s conftest.$ac_objext'
2414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2415 (eval $ac_try) 2>&5
2416 ac_status=$?
2417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2418 (exit $ac_status); }; }; then
2419 ac_cv_prog_cc_stdc=$ac_arg
2420 break
2421 else
2422 echo "$as_me: failed program was:" >&5
2423 sed 's/^/| /' conftest.$ac_ext >&5
2426 rm -f conftest.err conftest.$ac_objext
2427 done
2428 rm -f conftest.$ac_ext conftest.$ac_objext
2429 CC=$ac_save_CC
2433 case "x$ac_cv_prog_cc_stdc" in
2434 x|xno)
2435 echo "$as_me:$LINENO: result: none needed" >&5
2436 echo "${ECHO_T}none needed" >&6 ;;
2438 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2439 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2440 CC="$CC $ac_cv_prog_cc_stdc" ;;
2441 esac
2443 # Some people use a C++ compiler to compile C. Since we use `exit',
2444 # in C++ we need to declare it. In case someone uses the same compiler
2445 # for both compiling C and C++ we need to have the C++ compiler decide
2446 # the declaration of exit, since it's the most demanding environment.
2447 cat >conftest.$ac_ext <<_ACEOF
2448 #ifndef __cplusplus
2449 choke me
2450 #endif
2451 _ACEOF
2452 rm -f conftest.$ac_objext
2453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2454 (eval $ac_compile) 2>conftest.er1
2455 ac_status=$?
2456 grep -v '^ *+' conftest.er1 >conftest.err
2457 rm -f conftest.er1
2458 cat conftest.err >&5
2459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460 (exit $ac_status); } &&
2461 { ac_try='test -z "$ac_c_werror_flag"
2462 || test ! -s conftest.err'
2463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464 (eval $ac_try) 2>&5
2465 ac_status=$?
2466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2467 (exit $ac_status); }; } &&
2468 { ac_try='test -s conftest.$ac_objext'
2469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2470 (eval $ac_try) 2>&5
2471 ac_status=$?
2472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473 (exit $ac_status); }; }; then
2474 for ac_declaration in \
2475 '' \
2476 'extern "C" void std::exit (int) throw (); using std::exit;' \
2477 'extern "C" void std::exit (int); using std::exit;' \
2478 'extern "C" void exit (int) throw ();' \
2479 'extern "C" void exit (int);' \
2480 'void exit (int);'
2482 cat >conftest.$ac_ext <<_ACEOF
2483 /* confdefs.h. */
2484 _ACEOF
2485 cat confdefs.h >>conftest.$ac_ext
2486 cat >>conftest.$ac_ext <<_ACEOF
2487 /* end confdefs.h. */
2488 $ac_declaration
2489 #include <stdlib.h>
2491 main ()
2493 exit (42);
2495 return 0;
2497 _ACEOF
2498 rm -f conftest.$ac_objext
2499 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2500 (eval $ac_compile) 2>conftest.er1
2501 ac_status=$?
2502 grep -v '^ *+' conftest.er1 >conftest.err
2503 rm -f conftest.er1
2504 cat conftest.err >&5
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); } &&
2507 { ac_try='test -z "$ac_c_werror_flag"
2508 || test ! -s conftest.err'
2509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2510 (eval $ac_try) 2>&5
2511 ac_status=$?
2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2513 (exit $ac_status); }; } &&
2514 { ac_try='test -s conftest.$ac_objext'
2515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2516 (eval $ac_try) 2>&5
2517 ac_status=$?
2518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2519 (exit $ac_status); }; }; then
2521 else
2522 echo "$as_me: failed program was:" >&5
2523 sed 's/^/| /' conftest.$ac_ext >&5
2525 continue
2527 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2528 cat >conftest.$ac_ext <<_ACEOF
2529 /* confdefs.h. */
2530 _ACEOF
2531 cat confdefs.h >>conftest.$ac_ext
2532 cat >>conftest.$ac_ext <<_ACEOF
2533 /* end confdefs.h. */
2534 $ac_declaration
2536 main ()
2538 exit (42);
2540 return 0;
2542 _ACEOF
2543 rm -f conftest.$ac_objext
2544 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2545 (eval $ac_compile) 2>conftest.er1
2546 ac_status=$?
2547 grep -v '^ *+' conftest.er1 >conftest.err
2548 rm -f conftest.er1
2549 cat conftest.err >&5
2550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2551 (exit $ac_status); } &&
2552 { ac_try='test -z "$ac_c_werror_flag"
2553 || test ! -s conftest.err'
2554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2555 (eval $ac_try) 2>&5
2556 ac_status=$?
2557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2558 (exit $ac_status); }; } &&
2559 { ac_try='test -s conftest.$ac_objext'
2560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2561 (eval $ac_try) 2>&5
2562 ac_status=$?
2563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2564 (exit $ac_status); }; }; then
2565 break
2566 else
2567 echo "$as_me: failed program was:" >&5
2568 sed 's/^/| /' conftest.$ac_ext >&5
2571 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2572 done
2573 rm -f conftest*
2574 if test -n "$ac_declaration"; then
2575 echo '#ifdef __cplusplus' >>confdefs.h
2576 echo $ac_declaration >>confdefs.h
2577 echo '#endif' >>confdefs.h
2580 else
2581 echo "$as_me: failed program was:" >&5
2582 sed 's/^/| /' conftest.$ac_ext >&5
2585 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2586 ac_ext=c
2587 ac_cpp='$CPP $CPPFLAGS'
2588 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2589 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2590 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2592 ac_ext=cc
2593 ac_cpp='$CXXCPP $CPPFLAGS'
2594 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2595 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2596 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2597 if test -n "$ac_tool_prefix"; then
2598 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2601 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2602 echo "$as_me:$LINENO: checking for $ac_word" >&5
2603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2604 if test "${glibcxx_cv_prog_CXX+set}" = set; then
2605 echo $ECHO_N "(cached) $ECHO_C" >&6
2606 else
2607 if test -n "$CXX"; then
2608 glibcxx_cv_prog_CXX="$CXX" # Let the user override the test.
2609 else
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 for as_dir in $PATH
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
2616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2617 glibcxx_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2619 break 2
2621 done
2622 done
2626 CXX=$glibcxx_cv_prog_CXX
2627 if test -n "$CXX"; then
2628 echo "$as_me:$LINENO: result: $CXX" >&5
2629 echo "${ECHO_T}$CXX" >&6
2630 else
2631 echo "$as_me:$LINENO: result: no" >&5
2632 echo "${ECHO_T}no" >&6
2635 test -n "$CXX" && break
2636 done
2638 if test -z "$CXX"; then
2639 ac_ct_CXX=$CXX
2640 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
2642 # Extract the first word of "$ac_prog", so it can be a program name with args.
2643 set dummy $ac_prog; ac_word=$2
2644 echo "$as_me:$LINENO: checking for $ac_word" >&5
2645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2646 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2647 echo $ECHO_N "(cached) $ECHO_C" >&6
2648 else
2649 if test -n "$ac_ct_CXX"; then
2650 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2651 else
2652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653 for as_dir in $PATH
2655 IFS=$as_save_IFS
2656 test -z "$as_dir" && as_dir=.
2657 for ac_exec_ext in '' $ac_executable_extensions; do
2658 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2659 ac_cv_prog_ac_ct_CXX="$ac_prog"
2660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2661 break 2
2663 done
2664 done
2668 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2669 if test -n "$ac_ct_CXX"; then
2670 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2671 echo "${ECHO_T}$ac_ct_CXX" >&6
2672 else
2673 echo "$as_me:$LINENO: result: no" >&5
2674 echo "${ECHO_T}no" >&6
2677 test -n "$ac_ct_CXX" && break
2678 done
2679 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2681 CXX=$ac_ct_CXX
2685 # Provide some information about the compiler.
2686 echo "$as_me:$LINENO:" \
2687 "checking for C++ compiler version" >&5
2688 ac_compiler=`set X $ac_compile; echo $2`
2689 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2690 (eval $ac_compiler --version </dev/null >&5) 2>&5
2691 ac_status=$?
2692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693 (exit $ac_status); }
2694 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2695 (eval $ac_compiler -v </dev/null >&5) 2>&5
2696 ac_status=$?
2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2698 (exit $ac_status); }
2699 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2700 (eval $ac_compiler -V </dev/null >&5) 2>&5
2701 ac_status=$?
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }
2705 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2706 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2707 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2708 echo $ECHO_N "(cached) $ECHO_C" >&6
2709 else
2710 cat >conftest.$ac_ext <<_ACEOF
2711 /* confdefs.h. */
2712 _ACEOF
2713 cat confdefs.h >>conftest.$ac_ext
2714 cat >>conftest.$ac_ext <<_ACEOF
2715 /* end confdefs.h. */
2718 main ()
2720 #ifndef __GNUC__
2721 choke me
2722 #endif
2725 return 0;
2727 _ACEOF
2728 rm -f conftest.$ac_objext
2729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2730 (eval $ac_compile) 2>conftest.er1
2731 ac_status=$?
2732 grep -v '^ *+' conftest.er1 >conftest.err
2733 rm -f conftest.er1
2734 cat conftest.err >&5
2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2736 (exit $ac_status); } &&
2737 { ac_try='test -z "$ac_cxx_werror_flag"
2738 || test ! -s conftest.err'
2739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2740 (eval $ac_try) 2>&5
2741 ac_status=$?
2742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2743 (exit $ac_status); }; } &&
2744 { ac_try='test -s conftest.$ac_objext'
2745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2746 (eval $ac_try) 2>&5
2747 ac_status=$?
2748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); }; }; then
2750 ac_compiler_gnu=yes
2751 else
2752 echo "$as_me: failed program was:" >&5
2753 sed 's/^/| /' conftest.$ac_ext >&5
2755 ac_compiler_gnu=no
2757 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2758 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2761 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2762 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2763 GXX=`test $ac_compiler_gnu = yes && echo yes`
2764 ac_test_CXXFLAGS=${CXXFLAGS+set}
2765 ac_save_CXXFLAGS=$CXXFLAGS
2766 CXXFLAGS="-g"
2767 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2768 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2769 if test "${ac_cv_prog_cxx_g+set}" = set; then
2770 echo $ECHO_N "(cached) $ECHO_C" >&6
2771 else
2772 cat >conftest.$ac_ext <<_ACEOF
2773 /* confdefs.h. */
2774 _ACEOF
2775 cat confdefs.h >>conftest.$ac_ext
2776 cat >>conftest.$ac_ext <<_ACEOF
2777 /* end confdefs.h. */
2780 main ()
2784 return 0;
2786 _ACEOF
2787 rm -f conftest.$ac_objext
2788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2789 (eval $ac_compile) 2>conftest.er1
2790 ac_status=$?
2791 grep -v '^ *+' conftest.er1 >conftest.err
2792 rm -f conftest.er1
2793 cat conftest.err >&5
2794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2795 (exit $ac_status); } &&
2796 { ac_try='test -z "$ac_cxx_werror_flag"
2797 || test ! -s conftest.err'
2798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2799 (eval $ac_try) 2>&5
2800 ac_status=$?
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; } &&
2803 { ac_try='test -s conftest.$ac_objext'
2804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2805 (eval $ac_try) 2>&5
2806 ac_status=$?
2807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2808 (exit $ac_status); }; }; then
2809 ac_cv_prog_cxx_g=yes
2810 else
2811 echo "$as_me: failed program was:" >&5
2812 sed 's/^/| /' conftest.$ac_ext >&5
2814 ac_cv_prog_cxx_g=no
2816 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2818 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2819 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2820 if test "$ac_test_CXXFLAGS" = set; then
2821 CXXFLAGS=$ac_save_CXXFLAGS
2822 elif test $ac_cv_prog_cxx_g = yes; then
2823 if test "$GXX" = yes; then
2824 CXXFLAGS="-g -O2"
2825 else
2826 CXXFLAGS="-g"
2828 else
2829 if test "$GXX" = yes; then
2830 CXXFLAGS="-O2"
2831 else
2832 CXXFLAGS=
2835 for ac_declaration in \
2836 '' \
2837 'extern "C" void std::exit (int) throw (); using std::exit;' \
2838 'extern "C" void std::exit (int); using std::exit;' \
2839 'extern "C" void exit (int) throw ();' \
2840 'extern "C" void exit (int);' \
2841 'void exit (int);'
2843 cat >conftest.$ac_ext <<_ACEOF
2844 /* confdefs.h. */
2845 _ACEOF
2846 cat confdefs.h >>conftest.$ac_ext
2847 cat >>conftest.$ac_ext <<_ACEOF
2848 /* end confdefs.h. */
2849 $ac_declaration
2850 #include <stdlib.h>
2852 main ()
2854 exit (42);
2856 return 0;
2858 _ACEOF
2859 rm -f conftest.$ac_objext
2860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2861 (eval $ac_compile) 2>conftest.er1
2862 ac_status=$?
2863 grep -v '^ *+' conftest.er1 >conftest.err
2864 rm -f conftest.er1
2865 cat conftest.err >&5
2866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2867 (exit $ac_status); } &&
2868 { ac_try='test -z "$ac_cxx_werror_flag"
2869 || test ! -s conftest.err'
2870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2871 (eval $ac_try) 2>&5
2872 ac_status=$?
2873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2874 (exit $ac_status); }; } &&
2875 { ac_try='test -s conftest.$ac_objext'
2876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2877 (eval $ac_try) 2>&5
2878 ac_status=$?
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }; }; then
2882 else
2883 echo "$as_me: failed program was:" >&5
2884 sed 's/^/| /' conftest.$ac_ext >&5
2886 continue
2888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2889 cat >conftest.$ac_ext <<_ACEOF
2890 /* confdefs.h. */
2891 _ACEOF
2892 cat confdefs.h >>conftest.$ac_ext
2893 cat >>conftest.$ac_ext <<_ACEOF
2894 /* end confdefs.h. */
2895 $ac_declaration
2897 main ()
2899 exit (42);
2901 return 0;
2903 _ACEOF
2904 rm -f conftest.$ac_objext
2905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2906 (eval $ac_compile) 2>conftest.er1
2907 ac_status=$?
2908 grep -v '^ *+' conftest.er1 >conftest.err
2909 rm -f conftest.er1
2910 cat conftest.err >&5
2911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); } &&
2913 { ac_try='test -z "$ac_cxx_werror_flag"
2914 || test ! -s conftest.err'
2915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2916 (eval $ac_try) 2>&5
2917 ac_status=$?
2918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919 (exit $ac_status); }; } &&
2920 { ac_try='test -s conftest.$ac_objext'
2921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2922 (eval $ac_try) 2>&5
2923 ac_status=$?
2924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2925 (exit $ac_status); }; }; then
2926 break
2927 else
2928 echo "$as_me: failed program was:" >&5
2929 sed 's/^/| /' conftest.$ac_ext >&5
2932 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2933 done
2934 rm -f conftest*
2935 if test -n "$ac_declaration"; then
2936 echo '#ifdef __cplusplus' >>confdefs.h
2937 echo $ac_declaration >>confdefs.h
2938 echo '#endif' >>confdefs.h
2941 ac_ext=c
2942 ac_cpp='$CPP $CPPFLAGS'
2943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2947 CXXFLAGS="$save_CXXFLAGS"
2953 am__api_version="1.9"
2954 # Find a good install program. We prefer a C program (faster),
2955 # so one script is as good as another. But avoid the broken or
2956 # incompatible versions:
2957 # SysV /etc/install, /usr/sbin/install
2958 # SunOS /usr/etc/install
2959 # IRIX /sbin/install
2960 # AIX /bin/install
2961 # AmigaOS /C/install, which installs bootblocks on floppy discs
2962 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2963 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2964 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2965 # OS/2's system install, which has a completely different semantic
2966 # ./install, which can be erroneously created by make from ./install.sh.
2967 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2968 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2969 if test -z "$INSTALL"; then
2970 if test "${ac_cv_path_install+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2972 else
2973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2974 for as_dir in $PATH
2976 IFS=$as_save_IFS
2977 test -z "$as_dir" && as_dir=.
2978 # Account for people who put trailing slashes in PATH elements.
2979 case $as_dir/ in
2980 ./ | .// | /cC/* | \
2981 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2982 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2983 /usr/ucb/* ) ;;
2985 # OSF1 and SCO ODT 3.0 have their own names for install.
2986 # Don't use installbsd from OSF since it installs stuff as root
2987 # by default.
2988 for ac_prog in ginstall scoinst install; do
2989 for ac_exec_ext in '' $ac_executable_extensions; do
2990 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2991 if test $ac_prog = install &&
2992 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2993 # AIX install. It has an incompatible calling convention.
2995 elif test $ac_prog = install &&
2996 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2997 # program-specific install script used by HP pwplus--don't use.
2999 else
3000 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3001 break 3
3004 done
3005 done
3007 esac
3008 done
3012 if test "${ac_cv_path_install+set}" = set; then
3013 INSTALL=$ac_cv_path_install
3014 else
3015 # As a last resort, use the slow shell script. We don't cache a
3016 # path for INSTALL within a source directory, because that will
3017 # break other packages using the cache if that directory is
3018 # removed, or if the path is relative.
3019 INSTALL=$ac_install_sh
3022 echo "$as_me:$LINENO: result: $INSTALL" >&5
3023 echo "${ECHO_T}$INSTALL" >&6
3025 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3026 # It thinks the first close brace ends the variable substitution.
3027 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3029 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3031 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3033 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
3034 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
3035 # Just in case
3036 sleep 1
3037 echo timestamp > conftest.file
3038 # Do `set' in a subshell so we don't clobber the current shell's
3039 # arguments. Must try -L first in case configure is actually a
3040 # symlink; some systems play weird games with the mod time of symlinks
3041 # (eg FreeBSD returns the mod time of the symlink's containing
3042 # directory).
3043 if (
3044 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
3045 if test "$*" = "X"; then
3046 # -L didn't work.
3047 set X `ls -t $srcdir/configure conftest.file`
3049 rm -f conftest.file
3050 if test "$*" != "X $srcdir/configure conftest.file" \
3051 && test "$*" != "X conftest.file $srcdir/configure"; then
3053 # If neither matched, then we have a broken ls. This can happen
3054 # if, for instance, CONFIG_SHELL is bash and it inherits a
3055 # broken ls alias from the environment. This has actually
3056 # happened. Such a system could not be considered "sane".
3057 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
3058 alias in your environment" >&5
3059 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
3060 alias in your environment" >&2;}
3061 { (exit 1); exit 1; }; }
3064 test "$2" = conftest.file
3066 then
3067 # Ok.
3069 else
3070 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
3071 Check your system clock" >&5
3072 echo "$as_me: error: newly created file is older than distributed files!
3073 Check your system clock" >&2;}
3074 { (exit 1); exit 1; }; }
3076 echo "$as_me:$LINENO: result: yes" >&5
3077 echo "${ECHO_T}yes" >&6
3078 test "$program_prefix" != NONE &&
3079 program_transform_name="s,^,$program_prefix,;$program_transform_name"
3080 # Use a double $ so make ignores it.
3081 test "$program_suffix" != NONE &&
3082 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
3083 # Double any \ or $. echo might interpret backslashes.
3084 # By default was `s,x,x', remove it if useless.
3085 cat <<\_ACEOF >conftest.sed
3086 s/[\\$]/&&/g;s/;s,x,x,$//
3087 _ACEOF
3088 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
3089 rm conftest.sed
3091 # expand $ac_aux_dir to an absolute path
3092 am_aux_dir=`cd $ac_aux_dir && pwd`
3094 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
3095 # Use eval to expand $SHELL
3096 if eval "$MISSING --run true"; then
3097 am_missing_run="$MISSING --run "
3098 else
3099 am_missing_run=
3100 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
3101 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3104 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
3105 # We used to keeping the `.' as first argument, in order to
3106 # allow $(mkdir_p) to be used without argument. As in
3107 # $(mkdir_p) $(somedir)
3108 # where $(somedir) is conditionally defined. However this is wrong
3109 # for two reasons:
3110 # 1. if the package is installed by a user who cannot write `.'
3111 # make install will fail,
3112 # 2. the above comment should most certainly read
3113 # $(mkdir_p) $(DESTDIR)$(somedir)
3114 # so it does not work when $(somedir) is undefined and
3115 # $(DESTDIR) is not.
3116 # To support the latter case, we have to write
3117 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
3118 # so the `.' trick is pointless.
3119 mkdir_p='mkdir -p --'
3120 else
3121 # On NextStep and OpenStep, the `mkdir' command does not
3122 # recognize any option. It will interpret all options as
3123 # directories to create, and then abort because `.' already
3124 # exists.
3125 for d in ./-p ./--version;
3127 test -d $d && rmdir $d
3128 done
3129 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
3130 if test -f "$ac_aux_dir/mkinstalldirs"; then
3131 mkdir_p='$(mkinstalldirs)'
3132 else
3133 mkdir_p='$(install_sh) -d'
3137 for ac_prog in gawk mawk nawk awk
3139 # Extract the first word of "$ac_prog", so it can be a program name with args.
3140 set dummy $ac_prog; ac_word=$2
3141 echo "$as_me:$LINENO: checking for $ac_word" >&5
3142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3143 if test "${ac_cv_prog_AWK+set}" = set; then
3144 echo $ECHO_N "(cached) $ECHO_C" >&6
3145 else
3146 if test -n "$AWK"; then
3147 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3148 else
3149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3150 for as_dir in $PATH
3152 IFS=$as_save_IFS
3153 test -z "$as_dir" && as_dir=.
3154 for ac_exec_ext in '' $ac_executable_extensions; do
3155 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3156 ac_cv_prog_AWK="$ac_prog"
3157 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3158 break 2
3160 done
3161 done
3165 AWK=$ac_cv_prog_AWK
3166 if test -n "$AWK"; then
3167 echo "$as_me:$LINENO: result: $AWK" >&5
3168 echo "${ECHO_T}$AWK" >&6
3169 else
3170 echo "$as_me:$LINENO: result: no" >&5
3171 echo "${ECHO_T}no" >&6
3174 test -n "$AWK" && break
3175 done
3177 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3178 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3179 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
3180 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3181 echo $ECHO_N "(cached) $ECHO_C" >&6
3182 else
3183 cat >conftest.make <<\_ACEOF
3184 all:
3185 @echo 'ac_maketemp="$(MAKE)"'
3186 _ACEOF
3187 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3188 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3189 if test -n "$ac_maketemp"; then
3190 eval ac_cv_prog_make_${ac_make}_set=yes
3191 else
3192 eval ac_cv_prog_make_${ac_make}_set=no
3194 rm -f conftest.make
3196 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3197 echo "$as_me:$LINENO: result: yes" >&5
3198 echo "${ECHO_T}yes" >&6
3199 SET_MAKE=
3200 else
3201 echo "$as_me:$LINENO: result: no" >&5
3202 echo "${ECHO_T}no" >&6
3203 SET_MAKE="MAKE=${MAKE-make}"
3206 rm -rf .tst 2>/dev/null
3207 mkdir .tst 2>/dev/null
3208 if test -d .tst; then
3209 am__leading_dot=.
3210 else
3211 am__leading_dot=_
3213 rmdir .tst 2>/dev/null
3215 DEPDIR="${am__leading_dot}deps"
3217 ac_config_commands="$ac_config_commands depfiles"
3220 am_make=${MAKE-make}
3221 cat > confinc << 'END'
3222 am__doit:
3223 @echo done
3224 .PHONY: am__doit
3226 # If we don't find an include directive, just comment out the code.
3227 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3228 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3229 am__include="#"
3230 am__quote=
3231 _am_result=none
3232 # First try GNU make style include.
3233 echo "include confinc" > confmf
3234 # We grep out `Entering directory' and `Leaving directory'
3235 # messages which can occur if `w' ends up in MAKEFLAGS.
3236 # In particular we don't look at `^make:' because GNU make might
3237 # be invoked under some other name (usually "gmake"), in which
3238 # case it prints its new name instead of `make'.
3239 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3240 am__include=include
3241 am__quote=
3242 _am_result=GNU
3244 # Now try BSD make style include.
3245 if test "$am__include" = "#"; then
3246 echo '.include "confinc"' > confmf
3247 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3248 am__include=.include
3249 am__quote="\""
3250 _am_result=BSD
3255 echo "$as_me:$LINENO: result: $_am_result" >&5
3256 echo "${ECHO_T}$_am_result" >&6
3257 rm -f confinc confmf
3259 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3260 if test "${enable_dependency_tracking+set}" = set; then
3261 enableval="$enable_dependency_tracking"
3264 if test "x$enable_dependency_tracking" != xno; then
3265 am_depcomp="$ac_aux_dir/depcomp"
3266 AMDEPBACKSLASH='\'
3270 if test "x$enable_dependency_tracking" != xno; then
3271 AMDEP_TRUE=
3272 AMDEP_FALSE='#'
3273 else
3274 AMDEP_TRUE='#'
3275 AMDEP_FALSE=
3280 # test to see if srcdir already configured
3281 if test "`cd $srcdir && pwd`" != "`pwd`" &&
3282 test -f $srcdir/config.status; then
3283 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3284 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3285 { (exit 1); exit 1; }; }
3288 # test whether we have cygpath
3289 if test -z "$CYGPATH_W"; then
3290 if (cygpath --version) >/dev/null 2>/dev/null; then
3291 CYGPATH_W='cygpath -w'
3292 else
3293 CYGPATH_W=echo
3298 # Define the identity of the package.
3299 PACKAGE='libjava'
3300 VERSION='version-unused'
3303 cat >>confdefs.h <<_ACEOF
3304 #define PACKAGE "$PACKAGE"
3305 _ACEOF
3308 cat >>confdefs.h <<_ACEOF
3309 #define VERSION "$VERSION"
3310 _ACEOF
3312 # Some tools Automake needs.
3314 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3317 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3320 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3323 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3326 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3328 install_sh=${install_sh-"$am_aux_dir/install-sh"}
3330 # Installed binaries are usually stripped using `strip' when the user
3331 # run `make install-strip'. However `strip' might not be the right
3332 # tool to use in cross-compilation environments, therefore Automake
3333 # will honor the `STRIP' environment variable to overrule this program.
3334 if test "$cross_compiling" != no; then
3335 if test -n "$ac_tool_prefix"; then
3336 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3337 set dummy ${ac_tool_prefix}strip; ac_word=$2
3338 echo "$as_me:$LINENO: checking for $ac_word" >&5
3339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3340 if test "${ac_cv_prog_STRIP+set}" = set; then
3341 echo $ECHO_N "(cached) $ECHO_C" >&6
3342 else
3343 if test -n "$STRIP"; then
3344 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3345 else
3346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3347 for as_dir in $PATH
3349 IFS=$as_save_IFS
3350 test -z "$as_dir" && as_dir=.
3351 for ac_exec_ext in '' $ac_executable_extensions; do
3352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3353 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3355 break 2
3357 done
3358 done
3362 STRIP=$ac_cv_prog_STRIP
3363 if test -n "$STRIP"; then
3364 echo "$as_me:$LINENO: result: $STRIP" >&5
3365 echo "${ECHO_T}$STRIP" >&6
3366 else
3367 echo "$as_me:$LINENO: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3372 if test -z "$ac_cv_prog_STRIP"; then
3373 ac_ct_STRIP=$STRIP
3374 # Extract the first word of "strip", so it can be a program name with args.
3375 set dummy strip; ac_word=$2
3376 echo "$as_me:$LINENO: checking for $ac_word" >&5
3377 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3378 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3379 echo $ECHO_N "(cached) $ECHO_C" >&6
3380 else
3381 if test -n "$ac_ct_STRIP"; then
3382 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3383 else
3384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3385 for as_dir in $PATH
3387 IFS=$as_save_IFS
3388 test -z "$as_dir" && as_dir=.
3389 for ac_exec_ext in '' $ac_executable_extensions; do
3390 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3391 ac_cv_prog_ac_ct_STRIP="strip"
3392 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3393 break 2
3395 done
3396 done
3398 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3401 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3402 if test -n "$ac_ct_STRIP"; then
3403 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3404 echo "${ECHO_T}$ac_ct_STRIP" >&6
3405 else
3406 echo "$as_me:$LINENO: result: no" >&5
3407 echo "${ECHO_T}no" >&6
3410 STRIP=$ac_ct_STRIP
3411 else
3412 STRIP="$ac_cv_prog_STRIP"
3416 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3418 # We need awk for the "check" target. The system "awk" is bad on
3419 # some platforms.
3420 # Always define AMTAR for backward compatibility.
3422 AMTAR=${AMTAR-"${am_missing_run}tar"}
3424 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3429 depcc="$CC" am_compiler_list=
3431 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3432 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3433 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3434 echo $ECHO_N "(cached) $ECHO_C" >&6
3435 else
3436 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3437 # We make a subdir and do the tests there. Otherwise we can end up
3438 # making bogus files that we don't know about and never remove. For
3439 # instance it was reported that on HP-UX the gcc test will end up
3440 # making a dummy file named `D' -- because `-MD' means `put the output
3441 # in D'.
3442 mkdir conftest.dir
3443 # Copy depcomp to subdir because otherwise we won't find it if we're
3444 # using a relative directory.
3445 cp "$am_depcomp" conftest.dir
3446 cd conftest.dir
3447 # We will build objects and dependencies in a subdirectory because
3448 # it helps to detect inapplicable dependency modes. For instance
3449 # both Tru64's cc and ICC support -MD to output dependencies as a
3450 # side effect of compilation, but ICC will put the dependencies in
3451 # the current directory while Tru64 will put them in the object
3452 # directory.
3453 mkdir sub
3455 am_cv_CC_dependencies_compiler_type=none
3456 if test "$am_compiler_list" = ""; then
3457 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3459 for depmode in $am_compiler_list; do
3460 # Setup a source with many dependencies, because some compilers
3461 # like to wrap large dependency lists on column 80 (with \), and
3462 # we should not choose a depcomp mode which is confused by this.
3464 # We need to recreate these files for each test, as the compiler may
3465 # overwrite some of them when testing with obscure command lines.
3466 # This happens at least with the AIX C compiler.
3467 : > sub/conftest.c
3468 for i in 1 2 3 4 5 6; do
3469 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3470 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3471 # Solaris 8's {/usr,}/bin/sh.
3472 touch sub/conftst$i.h
3473 done
3474 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3476 case $depmode in
3477 nosideeffect)
3478 # after this tag, mechanisms are not by side-effect, so they'll
3479 # only be used when explicitly requested
3480 if test "x$enable_dependency_tracking" = xyes; then
3481 continue
3482 else
3483 break
3486 none) break ;;
3487 esac
3488 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3489 # mode. It turns out that the SunPro C++ compiler does not properly
3490 # handle `-M -o', and we need to detect this.
3491 if depmode=$depmode \
3492 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3493 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3494 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3495 >/dev/null 2>conftest.err &&
3496 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3497 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3498 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3499 # icc doesn't choke on unknown options, it will just issue warnings
3500 # or remarks (even with -Werror). So we grep stderr for any message
3501 # that says an option was ignored or not supported.
3502 # When given -MP, icc 7.0 and 7.1 complain thusly:
3503 # icc: Command line warning: ignoring option '-M'; no argument required
3504 # The diagnosis changed in icc 8.0:
3505 # icc: Command line remark: option '-MP' not supported
3506 if (grep 'ignoring option' conftest.err ||
3507 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3508 am_cv_CC_dependencies_compiler_type=$depmode
3509 break
3512 done
3514 cd ..
3515 rm -rf conftest.dir
3516 else
3517 am_cv_CC_dependencies_compiler_type=none
3521 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3522 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3523 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3528 test "x$enable_dependency_tracking" != xno \
3529 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3530 am__fastdepCC_TRUE=
3531 am__fastdepCC_FALSE='#'
3532 else
3533 am__fastdepCC_TRUE='#'
3534 am__fastdepCC_FALSE=
3538 depcc="$CXX" am_compiler_list=
3540 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3541 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3542 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3543 echo $ECHO_N "(cached) $ECHO_C" >&6
3544 else
3545 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3546 # We make a subdir and do the tests there. Otherwise we can end up
3547 # making bogus files that we don't know about and never remove. For
3548 # instance it was reported that on HP-UX the gcc test will end up
3549 # making a dummy file named `D' -- because `-MD' means `put the output
3550 # in D'.
3551 mkdir conftest.dir
3552 # Copy depcomp to subdir because otherwise we won't find it if we're
3553 # using a relative directory.
3554 cp "$am_depcomp" conftest.dir
3555 cd conftest.dir
3556 # We will build objects and dependencies in a subdirectory because
3557 # it helps to detect inapplicable dependency modes. For instance
3558 # both Tru64's cc and ICC support -MD to output dependencies as a
3559 # side effect of compilation, but ICC will put the dependencies in
3560 # the current directory while Tru64 will put them in the object
3561 # directory.
3562 mkdir sub
3564 am_cv_CXX_dependencies_compiler_type=none
3565 if test "$am_compiler_list" = ""; then
3566 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3568 for depmode in $am_compiler_list; do
3569 # Setup a source with many dependencies, because some compilers
3570 # like to wrap large dependency lists on column 80 (with \), and
3571 # we should not choose a depcomp mode which is confused by this.
3573 # We need to recreate these files for each test, as the compiler may
3574 # overwrite some of them when testing with obscure command lines.
3575 # This happens at least with the AIX C compiler.
3576 : > sub/conftest.c
3577 for i in 1 2 3 4 5 6; do
3578 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3579 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3580 # Solaris 8's {/usr,}/bin/sh.
3581 touch sub/conftst$i.h
3582 done
3583 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3585 case $depmode in
3586 nosideeffect)
3587 # after this tag, mechanisms are not by side-effect, so they'll
3588 # only be used when explicitly requested
3589 if test "x$enable_dependency_tracking" = xyes; then
3590 continue
3591 else
3592 break
3595 none) break ;;
3596 esac
3597 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3598 # mode. It turns out that the SunPro C++ compiler does not properly
3599 # handle `-M -o', and we need to detect this.
3600 if depmode=$depmode \
3601 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
3602 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3603 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3604 >/dev/null 2>conftest.err &&
3605 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3606 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3607 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3608 # icc doesn't choke on unknown options, it will just issue warnings
3609 # or remarks (even with -Werror). So we grep stderr for any message
3610 # that says an option was ignored or not supported.
3611 # When given -MP, icc 7.0 and 7.1 complain thusly:
3612 # icc: Command line warning: ignoring option '-M'; no argument required
3613 # The diagnosis changed in icc 8.0:
3614 # icc: Command line remark: option '-MP' not supported
3615 if (grep 'ignoring option' conftest.err ||
3616 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3617 am_cv_CXX_dependencies_compiler_type=$depmode
3618 break
3621 done
3623 cd ..
3624 rm -rf conftest.dir
3625 else
3626 am_cv_CXX_dependencies_compiler_type=none
3630 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3631 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3632 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3637 test "x$enable_dependency_tracking" != xno \
3638 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3639 am__fastdepCXX_TRUE=
3640 am__fastdepCXX_FALSE='#'
3641 else
3642 am__fastdepCXX_TRUE='#'
3643 am__fastdepCXX_FALSE=
3649 if test -n "$ac_tool_prefix"; then
3650 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3651 set dummy ${ac_tool_prefix}as; ac_word=$2
3652 echo "$as_me:$LINENO: checking for $ac_word" >&5
3653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3654 if test "${ac_cv_prog_AS+set}" = set; then
3655 echo $ECHO_N "(cached) $ECHO_C" >&6
3656 else
3657 if test -n "$AS"; then
3658 ac_cv_prog_AS="$AS" # Let the user override the test.
3659 else
3660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3661 for as_dir in $PATH
3663 IFS=$as_save_IFS
3664 test -z "$as_dir" && as_dir=.
3665 for ac_exec_ext in '' $ac_executable_extensions; do
3666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3667 ac_cv_prog_AS="${ac_tool_prefix}as"
3668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3669 break 2
3671 done
3672 done
3676 AS=$ac_cv_prog_AS
3677 if test -n "$AS"; then
3678 echo "$as_me:$LINENO: result: $AS" >&5
3679 echo "${ECHO_T}$AS" >&6
3680 else
3681 echo "$as_me:$LINENO: result: no" >&5
3682 echo "${ECHO_T}no" >&6
3686 if test -z "$ac_cv_prog_AS"; then
3687 ac_ct_AS=$AS
3688 # Extract the first word of "as", so it can be a program name with args.
3689 set dummy as; ac_word=$2
3690 echo "$as_me:$LINENO: checking for $ac_word" >&5
3691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3692 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3693 echo $ECHO_N "(cached) $ECHO_C" >&6
3694 else
3695 if test -n "$ac_ct_AS"; then
3696 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3705 ac_cv_prog_ac_ct_AS="as"
3706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3709 done
3710 done
3714 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3715 if test -n "$ac_ct_AS"; then
3716 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3717 echo "${ECHO_T}$ac_ct_AS" >&6
3718 else
3719 echo "$as_me:$LINENO: result: no" >&5
3720 echo "${ECHO_T}no" >&6
3723 AS=$ac_ct_AS
3724 else
3725 AS="$ac_cv_prog_AS"
3728 if test -n "$ac_tool_prefix"; then
3729 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3730 set dummy ${ac_tool_prefix}ar; ac_word=$2
3731 echo "$as_me:$LINENO: checking for $ac_word" >&5
3732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3733 if test "${ac_cv_prog_AR+set}" = set; then
3734 echo $ECHO_N "(cached) $ECHO_C" >&6
3735 else
3736 if test -n "$AR"; then
3737 ac_cv_prog_AR="$AR" # Let the user override the test.
3738 else
3739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3740 for as_dir in $PATH
3742 IFS=$as_save_IFS
3743 test -z "$as_dir" && as_dir=.
3744 for ac_exec_ext in '' $ac_executable_extensions; do
3745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3746 ac_cv_prog_AR="${ac_tool_prefix}ar"
3747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3748 break 2
3750 done
3751 done
3755 AR=$ac_cv_prog_AR
3756 if test -n "$AR"; then
3757 echo "$as_me:$LINENO: result: $AR" >&5
3758 echo "${ECHO_T}$AR" >&6
3759 else
3760 echo "$as_me:$LINENO: result: no" >&5
3761 echo "${ECHO_T}no" >&6
3765 if test -z "$ac_cv_prog_AR"; then
3766 ac_ct_AR=$AR
3767 # Extract the first word of "ar", so it can be a program name with args.
3768 set dummy ar; ac_word=$2
3769 echo "$as_me:$LINENO: checking for $ac_word" >&5
3770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3771 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3772 echo $ECHO_N "(cached) $ECHO_C" >&6
3773 else
3774 if test -n "$ac_ct_AR"; then
3775 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3776 else
3777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3778 for as_dir in $PATH
3780 IFS=$as_save_IFS
3781 test -z "$as_dir" && as_dir=.
3782 for ac_exec_ext in '' $ac_executable_extensions; do
3783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3784 ac_cv_prog_ac_ct_AR="ar"
3785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3786 break 2
3788 done
3789 done
3793 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3794 if test -n "$ac_ct_AR"; then
3795 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3796 echo "${ECHO_T}$ac_ct_AR" >&6
3797 else
3798 echo "$as_me:$LINENO: result: no" >&5
3799 echo "${ECHO_T}no" >&6
3802 AR=$ac_ct_AR
3803 else
3804 AR="$ac_cv_prog_AR"
3807 if test -n "$ac_tool_prefix"; then
3808 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3809 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3810 echo "$as_me:$LINENO: checking for $ac_word" >&5
3811 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3812 if test "${ac_cv_prog_RANLIB+set}" = set; then
3813 echo $ECHO_N "(cached) $ECHO_C" >&6
3814 else
3815 if test -n "$RANLIB"; then
3816 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3817 else
3818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3819 for as_dir in $PATH
3821 IFS=$as_save_IFS
3822 test -z "$as_dir" && as_dir=.
3823 for ac_exec_ext in '' $ac_executable_extensions; do
3824 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3825 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3826 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3827 break 2
3829 done
3830 done
3834 RANLIB=$ac_cv_prog_RANLIB
3835 if test -n "$RANLIB"; then
3836 echo "$as_me:$LINENO: result: $RANLIB" >&5
3837 echo "${ECHO_T}$RANLIB" >&6
3838 else
3839 echo "$as_me:$LINENO: result: no" >&5
3840 echo "${ECHO_T}no" >&6
3844 if test -z "$ac_cv_prog_RANLIB"; then
3845 ac_ct_RANLIB=$RANLIB
3846 # Extract the first word of "ranlib", so it can be a program name with args.
3847 set dummy ranlib; ac_word=$2
3848 echo "$as_me:$LINENO: checking for $ac_word" >&5
3849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3850 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3851 echo $ECHO_N "(cached) $ECHO_C" >&6
3852 else
3853 if test -n "$ac_ct_RANLIB"; then
3854 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3855 else
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857 for as_dir in $PATH
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3863 ac_cv_prog_ac_ct_RANLIB="ranlib"
3864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3865 break 2
3867 done
3868 done
3870 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3873 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3874 if test -n "$ac_ct_RANLIB"; then
3875 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3876 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3877 else
3878 echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6
3882 RANLIB=$ac_ct_RANLIB
3883 else
3884 RANLIB="$ac_cv_prog_RANLIB"
3888 # Find a good install program. We prefer a C program (faster),
3889 # so one script is as good as another. But avoid the broken or
3890 # incompatible versions:
3891 # SysV /etc/install, /usr/sbin/install
3892 # SunOS /usr/etc/install
3893 # IRIX /sbin/install
3894 # AIX /bin/install
3895 # AmigaOS /C/install, which installs bootblocks on floppy discs
3896 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3897 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3898 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3899 # OS/2's system install, which has a completely different semantic
3900 # ./install, which can be erroneously created by make from ./install.sh.
3901 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3902 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3903 if test -z "$INSTALL"; then
3904 if test "${ac_cv_path_install+set}" = set; then
3905 echo $ECHO_N "(cached) $ECHO_C" >&6
3906 else
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908 for as_dir in $PATH
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 # Account for people who put trailing slashes in PATH elements.
3913 case $as_dir/ in
3914 ./ | .// | /cC/* | \
3915 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3916 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3917 /usr/ucb/* ) ;;
3919 # OSF1 and SCO ODT 3.0 have their own names for install.
3920 # Don't use installbsd from OSF since it installs stuff as root
3921 # by default.
3922 for ac_prog in ginstall scoinst install; do
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3925 if test $ac_prog = install &&
3926 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3927 # AIX install. It has an incompatible calling convention.
3929 elif test $ac_prog = install &&
3930 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3931 # program-specific install script used by HP pwplus--don't use.
3933 else
3934 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3935 break 3
3938 done
3939 done
3941 esac
3942 done
3946 if test "${ac_cv_path_install+set}" = set; then
3947 INSTALL=$ac_cv_path_install
3948 else
3949 # As a last resort, use the slow shell script. We don't cache a
3950 # path for INSTALL within a source directory, because that will
3951 # break other packages using the cache if that directory is
3952 # removed, or if the path is relative.
3953 INSTALL=$ac_install_sh
3956 echo "$as_me:$LINENO: result: $INSTALL" >&5
3957 echo "${ECHO_T}$INSTALL" >&6
3959 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3960 # It thinks the first close brace ends the variable substitution.
3961 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3963 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3965 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3968 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3969 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
3970 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3971 if test "${enable_maintainer_mode+set}" = set; then
3972 enableval="$enable_maintainer_mode"
3973 USE_MAINTAINER_MODE=$enableval
3974 else
3975 USE_MAINTAINER_MODE=no
3977 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3978 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3981 if test $USE_MAINTAINER_MODE = yes; then
3982 MAINTAINER_MODE_TRUE=
3983 MAINTAINER_MODE_FALSE='#'
3984 else
3985 MAINTAINER_MODE_TRUE='#'
3986 MAINTAINER_MODE_FALSE=
3989 MAINT=$MAINTAINER_MODE_TRUE
3995 # configure.host sets the following important variables
3996 # libgcj_cflags - host specific C compiler flags
3997 # libgcj_cxxflags - host specific C++ compiler flags
3998 # libgcj_javaflags - host specific Java compiler flags
4000 libgcj_cflags=
4001 libgcj_cxxflags=
4002 libgcj_javaflags=
4004 . ${srcdir}/configure.host
4006 LIBGCJ_CFLAGS="${libgcj_cflags}"
4007 LIBGCJ_CXXFLAGS="${libgcj_cxxflags}"
4008 LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
4009 LIBGCJ_LD_SYMBOLIC="${libgcj_ld_symbolic}"
4015 ac_config_headers="$ac_config_headers include/config.h gcj/libgcj-config.h"
4018 # Only use libltdl for non-newlib builds.
4019 if test "x${with_newlib}" = "x" || test "x${with_newlib}" = "xno"; then
4020 case $enable_ltdl_convenience in
4021 no) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5
4022 echo "$as_me: error: this package needs a convenience libltdl" >&2;}
4023 { (exit 1); exit 1; }; } ;;
4024 "") enable_ltdl_convenience=yes
4025 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
4026 esac
4027 LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
4028 INCLTDL='-I${top_srcdir}/''libltdl'
4031 DIRLTDL=libltdl
4033 cat >>confdefs.h <<\_ACEOF
4034 #define USE_LTDL 1
4035 _ACEOF
4037 # Sigh. Libtool's macro doesn't do the right thing.
4038 INCLTDL="-I\$(top_srcdir)/libltdl $INCLTDL"
4039 # FIXME: this is a hack.
4040 sub_auxdir="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
4041 ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
4046 # Check whether --enable-shared or --disable-shared was given.
4047 if test "${enable_shared+set}" = set; then
4048 enableval="$enable_shared"
4049 p=${PACKAGE-default}
4050 case $enableval in
4051 yes) enable_shared=yes ;;
4052 no) enable_shared=no ;;
4054 enable_shared=no
4055 # Look at the argument we got. We use all the common list separators.
4056 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
4057 for pkg in $enableval; do
4058 if test "X$pkg" = "X$p"; then
4059 enable_shared=yes
4061 done
4062 IFS="$ac_save_ifs"
4064 esac
4065 else
4066 enable_shared=yes
4068 # Check whether --enable-static or --disable-static was given.
4069 if test "${enable_static+set}" = set; then
4070 enableval="$enable_static"
4071 p=${PACKAGE-default}
4072 case $enableval in
4073 yes) enable_static=yes ;;
4074 no) enable_static=no ;;
4076 enable_static=no
4077 # Look at the argument we got. We use all the common list separators.
4078 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
4079 for pkg in $enableval; do
4080 if test "X$pkg" = "X$p"; then
4081 enable_static=yes
4083 done
4084 IFS="$ac_save_ifs"
4086 esac
4087 else
4088 enable_static=yes
4090 # Check whether --enable-fast-install or --disable-fast-install was given.
4091 if test "${enable_fast_install+set}" = set; then
4092 enableval="$enable_fast_install"
4093 p=${PACKAGE-default}
4094 case $enableval in
4095 yes) enable_fast_install=yes ;;
4096 no) enable_fast_install=no ;;
4098 enable_fast_install=no
4099 # Look at the argument we got. We use all the common list separators.
4100 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
4101 for pkg in $enableval; do
4102 if test "X$pkg" = "X$p"; then
4103 enable_fast_install=yes
4105 done
4106 IFS="$ac_save_ifs"
4108 esac
4109 else
4110 enable_fast_install=yes
4113 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4114 if test "${with_gnu_ld+set}" = set; then
4115 withval="$with_gnu_ld"
4116 test "$withval" = no || with_gnu_ld=yes
4117 else
4118 with_gnu_ld=no
4120 ac_prog=ld
4121 if test "$GCC" = yes; then
4122 # Check if gcc -print-prog-name=ld gives a path.
4123 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
4124 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
4125 case $host in
4126 *-*-mingw*)
4127 # gcc leaves a trailing carriage return which upsets mingw
4128 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4130 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4131 esac
4132 case $ac_prog in
4133 # Accept absolute paths.
4134 [\\/]* | [A-Za-z]:[\\/]*)
4135 re_direlt='/[^/][^/]*/\.\./'
4136 # Canonicalize the path of ld
4137 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
4138 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
4139 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
4140 done
4141 test -z "$LD" && LD="$ac_prog"
4144 # If it fails, then pretend we aren't using GCC.
4145 ac_prog=ld
4148 # If it is relative, then search for the first ld in PATH.
4149 with_gnu_ld=unknown
4151 esac
4152 elif test "$with_gnu_ld" = yes; then
4153 echo "$as_me:$LINENO: checking for GNU ld" >&5
4154 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4155 else
4156 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4157 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4159 if test "${lt_cv_path_LD+set}" = set; then
4160 echo $ECHO_N "(cached) $ECHO_C" >&6
4161 else
4162 if test -z "$LD"; then
4163 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4164 for ac_dir in $PATH; do
4165 test -z "$ac_dir" && ac_dir=.
4166 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4167 lt_cv_path_LD="$ac_dir/$ac_prog"
4168 # Check to see if the program is GNU ld. I'd rather use --version,
4169 # but apparently some GNU ld's only accept -v.
4170 # Break only if it was the GNU/non-GNU ld that we prefer.
4171 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
4172 test "$with_gnu_ld" != no && break
4173 else
4174 test "$with_gnu_ld" != yes && break
4177 done
4178 IFS="$ac_save_ifs"
4179 else
4180 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4184 LD="$lt_cv_path_LD"
4185 if test -n "$LD"; then
4186 echo "$as_me:$LINENO: result: $LD" >&5
4187 echo "${ECHO_T}$LD" >&6
4188 else
4189 echo "$as_me:$LINENO: result: no" >&5
4190 echo "${ECHO_T}no" >&6
4192 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4193 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4194 { (exit 1); exit 1; }; }
4195 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4196 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4197 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4198 echo $ECHO_N "(cached) $ECHO_C" >&6
4199 else
4200 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4201 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
4202 lt_cv_prog_gnu_ld=yes
4203 else
4204 lt_cv_prog_gnu_ld=no
4207 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4208 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4209 with_gnu_ld=$lt_cv_prog_gnu_ld
4212 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4213 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4214 if test "${lt_cv_ld_reload_flag+set}" = set; then
4215 echo $ECHO_N "(cached) $ECHO_C" >&6
4216 else
4217 lt_cv_ld_reload_flag='-r'
4219 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4220 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4221 reload_flag=$lt_cv_ld_reload_flag
4222 test -n "$reload_flag" && reload_flag=" $reload_flag"
4224 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4225 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4226 if test "${lt_cv_path_NM+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6
4228 else
4229 if test -n "$NM"; then
4230 # Let the user override the test.
4231 lt_cv_path_NM="$NM"
4232 else
4233 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4234 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
4235 test -z "$ac_dir" && ac_dir=.
4236 tmp_nm=$ac_dir/${ac_tool_prefix}nm
4237 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
4238 # Check to see if the nm accepts a BSD-compat flag.
4239 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4240 # nm: unknown option "B" ignored
4241 # Tru64's nm complains that /dev/null is an invalid object file
4242 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
4243 lt_cv_path_NM="$tmp_nm -B"
4244 break
4245 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
4246 lt_cv_path_NM="$tmp_nm -p"
4247 break
4248 else
4249 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4250 continue # so that we can try to find one that supports BSD flags
4253 done
4254 IFS="$ac_save_ifs"
4255 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4259 NM="$lt_cv_path_NM"
4260 echo "$as_me:$LINENO: result: $NM" >&5
4261 echo "${ECHO_T}$NM" >&6
4263 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
4264 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
4265 if test "${lt_cv_deplibs_check_method+set}" = set; then
4266 echo $ECHO_N "(cached) $ECHO_C" >&6
4267 else
4268 lt_cv_file_magic_cmd='$MAGIC_CMD'
4269 lt_cv_file_magic_test_file=
4270 lt_cv_deplibs_check_method='unknown'
4271 # Need to set the preceding variable on all platforms that support
4272 # interlibrary dependencies.
4273 # 'none' -- dependencies not supported.
4274 # `unknown' -- same as none, but documents that we really don't know.
4275 # 'pass_all' -- all dependencies passed with no checks.
4276 # 'test_compile' -- check by making test program.
4277 # 'file_magic [regex]' -- check by looking for files in library path
4278 # which responds to the $file_magic_cmd with a given egrep regex.
4279 # If you have `file' or equivalent on your system and you're not sure
4280 # whether `pass_all' will *always* work, you probably want this one.
4282 case $host_os in
4283 aix*)
4284 lt_cv_deplibs_check_method=pass_all
4287 beos*)
4288 lt_cv_deplibs_check_method=pass_all
4291 bsdi4*)
4292 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4293 lt_cv_file_magic_cmd='/usr/bin/file -L'
4294 lt_cv_file_magic_test_file=/shlib/libc.so
4297 cygwin* | mingw* |pw32*)
4298 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4299 lt_cv_file_magic_cmd='$OBJDUMP -f'
4302 darwin* | rhapsody*)
4303 # this will be overwritten by pass_all, but leave it in just in case
4304 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
4305 lt_cv_file_magic_cmd='/usr/bin/file -L'
4306 case "$host_os" in
4307 rhapsody* | darwin1.012)
4308 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
4310 *) # Darwin 1.3 on
4311 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
4313 esac
4314 lt_cv_deplibs_check_method=pass_all
4317 freebsd* | kfreebsd*-gnu)
4318 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4319 case $host_cpu in
4320 i*86 )
4321 # Not sure whether the presence of OpenBSD here was a mistake.
4322 # Let's accept both of them until this is cleared up.
4323 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4324 lt_cv_file_magic_cmd=/usr/bin/file
4325 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4327 esac
4328 else
4329 lt_cv_deplibs_check_method=pass_all
4333 gnu*)
4334 lt_cv_deplibs_check_method=pass_all
4337 hpux10.20*|hpux11*)
4338 case $host_cpu in
4339 hppa*)
4340 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4341 lt_cv_file_magic_cmd=/usr/bin/file
4342 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4344 ia64*)
4345 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4346 lt_cv_file_magic_cmd=/usr/bin/file
4347 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4349 esac
4352 irix5* | irix6*)
4353 case $host_os in
4354 irix5*)
4355 # this will be overridden with pass_all, but let us keep it just in case
4356 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4359 case $LD in
4360 *-32|*"-32 ") libmagic=32-bit;;
4361 *-n32|*"-n32 ") libmagic=N32;;
4362 *-64|*"-64 ") libmagic=64-bit;;
4363 *) libmagic=never-match;;
4364 esac
4365 # this will be overridden with pass_all, but let us keep it just in case
4366 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4368 esac
4369 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
4370 lt_cv_deplibs_check_method=pass_all
4373 # This must be Linux ELF.
4374 linux-gnu*)
4375 lt_cv_deplibs_check_method=pass_all
4378 netbsd* | knetbsd*-gnu)
4379 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4380 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
4381 else
4382 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
4386 newsos6)
4387 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4388 lt_cv_file_magic_cmd=/usr/bin/file
4389 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4392 osf3* | osf4* | osf5*)
4393 # this will be overridden with pass_all, but let us keep it just in case
4394 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
4395 lt_cv_file_magic_test_file=/shlib/libc.so
4396 lt_cv_deplibs_check_method=pass_all
4399 sco3.2v5*)
4400 lt_cv_deplibs_check_method=pass_all
4403 solaris*)
4404 lt_cv_deplibs_check_method=pass_all
4405 lt_cv_file_magic_test_file=/lib/libc.so
4408 sysv5uw[78]* | sysv4*uw2*)
4409 lt_cv_deplibs_check_method=pass_all
4412 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4413 case $host_vendor in
4414 ncr)
4415 lt_cv_deplibs_check_method=pass_all
4417 motorola)
4418 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]'
4419 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4421 esac
4423 esac
4426 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4427 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4428 file_magic_cmd=$lt_cv_file_magic_cmd
4429 deplibs_check_method=$lt_cv_deplibs_check_method
4434 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
4436 # Only perform the check for file, if the check method requires it
4437 case $deplibs_check_method in
4438 file_magic*)
4439 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4440 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4441 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4442 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4444 else
4445 case $MAGIC_CMD in
4447 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4449 ?:/*)
4450 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4453 ac_save_MAGIC_CMD="$MAGIC_CMD"
4454 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4455 ac_dummy="/usr/bin:$PATH"
4456 for ac_dir in $ac_dummy; do
4457 test -z "$ac_dir" && ac_dir=.
4458 if test -f $ac_dir/${ac_tool_prefix}file; then
4459 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
4460 if test -n "$file_magic_test_file"; then
4461 case $deplibs_check_method in
4462 "file_magic "*)
4463 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4464 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4465 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4466 egrep "$file_magic_regex" > /dev/null; then
4468 else
4469 cat <<EOF 1>&2
4471 *** Warning: the command libtool uses to detect shared libraries,
4472 *** $file_magic_cmd, produces output that libtool cannot recognize.
4473 *** The result is that libtool may fail to recognize shared libraries
4474 *** as such. This will affect the creation of libtool libraries that
4475 *** depend on shared libraries, but programs linked with such libtool
4476 *** libraries will work regardless of this problem. Nevertheless, you
4477 *** may want to report the problem to your system manager and/or to
4478 *** bug-libtool@gnu.org
4481 fi ;;
4482 esac
4484 break
4486 done
4487 IFS="$ac_save_ifs"
4488 MAGIC_CMD="$ac_save_MAGIC_CMD"
4490 esac
4493 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4494 if test -n "$MAGIC_CMD"; then
4495 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4496 echo "${ECHO_T}$MAGIC_CMD" >&6
4497 else
4498 echo "$as_me:$LINENO: result: no" >&5
4499 echo "${ECHO_T}no" >&6
4502 if test -z "$lt_cv_path_MAGIC_CMD"; then
4503 if test -n "$ac_tool_prefix"; then
4504 echo "$as_me:$LINENO: checking for file" >&5
4505 echo $ECHO_N "checking for file... $ECHO_C" >&6
4506 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4507 echo $ECHO_N "(cached) $ECHO_C" >&6
4508 else
4509 case $MAGIC_CMD in
4511 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
4513 ?:/*)
4514 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
4517 ac_save_MAGIC_CMD="$MAGIC_CMD"
4518 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
4519 ac_dummy="/usr/bin:$PATH"
4520 for ac_dir in $ac_dummy; do
4521 test -z "$ac_dir" && ac_dir=.
4522 if test -f $ac_dir/file; then
4523 lt_cv_path_MAGIC_CMD="$ac_dir/file"
4524 if test -n "$file_magic_test_file"; then
4525 case $deplibs_check_method in
4526 "file_magic "*)
4527 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4528 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4529 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
4530 egrep "$file_magic_regex" > /dev/null; then
4532 else
4533 cat <<EOF 1>&2
4535 *** Warning: the command libtool uses to detect shared libraries,
4536 *** $file_magic_cmd, produces output that libtool cannot recognize.
4537 *** The result is that libtool may fail to recognize shared libraries
4538 *** as such. This will affect the creation of libtool libraries that
4539 *** depend on shared libraries, but programs linked with such libtool
4540 *** libraries will work regardless of this problem. Nevertheless, you
4541 *** may want to report the problem to your system manager and/or to
4542 *** bug-libtool@gnu.org
4545 fi ;;
4546 esac
4548 break
4550 done
4551 IFS="$ac_save_ifs"
4552 MAGIC_CMD="$ac_save_MAGIC_CMD"
4554 esac
4557 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
4558 if test -n "$MAGIC_CMD"; then
4559 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4560 echo "${ECHO_T}$MAGIC_CMD" >&6
4561 else
4562 echo "$as_me:$LINENO: result: no" >&5
4563 echo "${ECHO_T}no" >&6
4566 else
4567 MAGIC_CMD=:
4573 esac
4575 if test -n "$ac_tool_prefix"; then
4576 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4577 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4578 echo "$as_me:$LINENO: checking for $ac_word" >&5
4579 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4580 if test "${ac_cv_prog_RANLIB+set}" = set; then
4581 echo $ECHO_N "(cached) $ECHO_C" >&6
4582 else
4583 if test -n "$RANLIB"; then
4584 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4585 else
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4593 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4595 break 2
4597 done
4598 done
4602 RANLIB=$ac_cv_prog_RANLIB
4603 if test -n "$RANLIB"; then
4604 echo "$as_me:$LINENO: result: $RANLIB" >&5
4605 echo "${ECHO_T}$RANLIB" >&6
4606 else
4607 echo "$as_me:$LINENO: result: no" >&5
4608 echo "${ECHO_T}no" >&6
4612 if test -z "$ac_cv_prog_RANLIB"; then
4613 ac_ct_RANLIB=$RANLIB
4614 # Extract the first word of "ranlib", so it can be a program name with args.
4615 set dummy ranlib; ac_word=$2
4616 echo "$as_me:$LINENO: checking for $ac_word" >&5
4617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4618 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4619 echo $ECHO_N "(cached) $ECHO_C" >&6
4620 else
4621 if test -n "$ac_ct_RANLIB"; then
4622 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4623 else
4624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4625 for as_dir in $PATH
4627 IFS=$as_save_IFS
4628 test -z "$as_dir" && as_dir=.
4629 for ac_exec_ext in '' $ac_executable_extensions; do
4630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4631 ac_cv_prog_ac_ct_RANLIB="ranlib"
4632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4633 break 2
4635 done
4636 done
4638 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
4641 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4642 if test -n "$ac_ct_RANLIB"; then
4643 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4644 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4645 else
4646 echo "$as_me:$LINENO: result: no" >&5
4647 echo "${ECHO_T}no" >&6
4650 RANLIB=$ac_ct_RANLIB
4651 else
4652 RANLIB="$ac_cv_prog_RANLIB"
4655 if test -n "$ac_tool_prefix"; then
4656 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4657 set dummy ${ac_tool_prefix}strip; ac_word=$2
4658 echo "$as_me:$LINENO: checking for $ac_word" >&5
4659 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4660 if test "${ac_cv_prog_STRIP+set}" = set; then
4661 echo $ECHO_N "(cached) $ECHO_C" >&6
4662 else
4663 if test -n "$STRIP"; then
4664 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4665 else
4666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4667 for as_dir in $PATH
4669 IFS=$as_save_IFS
4670 test -z "$as_dir" && as_dir=.
4671 for ac_exec_ext in '' $ac_executable_extensions; do
4672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4673 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4675 break 2
4677 done
4678 done
4682 STRIP=$ac_cv_prog_STRIP
4683 if test -n "$STRIP"; then
4684 echo "$as_me:$LINENO: result: $STRIP" >&5
4685 echo "${ECHO_T}$STRIP" >&6
4686 else
4687 echo "$as_me:$LINENO: result: no" >&5
4688 echo "${ECHO_T}no" >&6
4692 if test -z "$ac_cv_prog_STRIP"; then
4693 ac_ct_STRIP=$STRIP
4694 # Extract the first word of "strip", so it can be a program name with args.
4695 set dummy strip; ac_word=$2
4696 echo "$as_me:$LINENO: checking for $ac_word" >&5
4697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4698 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4700 else
4701 if test -n "$ac_ct_STRIP"; then
4702 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4703 else
4704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4705 for as_dir in $PATH
4707 IFS=$as_save_IFS
4708 test -z "$as_dir" && as_dir=.
4709 for ac_exec_ext in '' $ac_executable_extensions; do
4710 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4711 ac_cv_prog_ac_ct_STRIP="strip"
4712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4713 break 2
4715 done
4716 done
4718 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
4721 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4722 if test -n "$ac_ct_STRIP"; then
4723 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4724 echo "${ECHO_T}$ac_ct_STRIP" >&6
4725 else
4726 echo "$as_me:$LINENO: result: no" >&5
4727 echo "${ECHO_T}no" >&6
4730 STRIP=$ac_ct_STRIP
4731 else
4732 STRIP="$ac_cv_prog_STRIP"
4736 # Check for any special flags to pass to ltconfig.
4737 libtool_flags="--cache-file=$cache_file"
4738 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
4739 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
4740 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
4741 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
4742 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
4745 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4746 if test "${enable_libtool_lock+set}" = set; then
4747 enableval="$enable_libtool_lock"
4750 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
4751 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
4754 # Check whether --with-pic or --without-pic was given.
4755 if test "${with_pic+set}" = set; then
4756 withval="$with_pic"
4757 pic_mode="$withval"
4758 else
4759 pic_mode=default
4761 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
4762 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
4764 # Some flags need to be propagated to the compiler or linker for good
4765 # libtool support.
4766 case $host in
4767 *-*-irix6*)
4768 # Find out which ABI we are using.
4769 echo '#line 4769 "configure"' > conftest.$ac_ext
4770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4771 (eval $ac_compile) 2>&5
4772 ac_status=$?
4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 (exit $ac_status); }; then
4775 if test "$lt_cv_prog_gnu_ld" = yes; then
4776 case `/usr/bin/file conftest.$ac_objext` in
4777 *32-bit*)
4778 LD="${LD-ld} -melf32bsmip"
4780 *N32*)
4781 LD="${LD-ld} -melf32bmipn32"
4783 *64-bit*)
4784 LD="${LD-ld} -melf64bmip"
4786 esac
4787 else
4788 case `/usr/bin/file conftest.$ac_objext` in
4789 *32-bit*)
4790 LD="${LD-ld} -32"
4792 *N32*)
4793 LD="${LD-ld} -n32"
4795 *64-bit*)
4796 LD="${LD-ld} -64"
4798 esac
4801 rm -rf conftest*
4804 ia64-*-hpux*)
4805 # Find out which ABI we are using.
4806 echo 'int i;' > conftest.$ac_ext
4807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4808 (eval $ac_compile) 2>&5
4809 ac_status=$?
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); }; then
4812 case "`/usr/bin/file conftest.o`" in
4813 *ELF-32*)
4814 HPUX_IA64_MODE="32"
4816 *ELF-64*)
4817 HPUX_IA64_MODE="64"
4819 esac
4821 rm -rf conftest*
4824 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
4825 # Find out which ABI we are using.
4826 echo 'int i;' > conftest.$ac_ext
4827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4828 (eval $ac_compile) 2>&5
4829 ac_status=$?
4830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4831 (exit $ac_status); }; then
4832 case "`/usr/bin/file conftest.o`" in
4833 *32-bit*)
4834 case $host in
4835 x86_64-*linux*)
4836 LD="${LD-ld} -m elf_i386"
4838 ppc64-*linux*|powerpc64-*linux*)
4839 LD="${LD-ld} -m elf32ppclinux"
4841 s390x-*linux*)
4842 LD="${LD-ld} -m elf_s390"
4844 sparc64-*linux*)
4845 LD="${LD-ld} -m elf32_sparc"
4847 esac
4849 *64-bit*)
4850 case $host in
4851 x86_64-*linux*)
4852 LD="${LD-ld} -m elf_x86_64"
4854 ppc*-*linux*|powerpc*-*linux*)
4855 LD="${LD-ld} -m elf64ppc"
4857 s390*-*linux*)
4858 LD="${LD-ld} -m elf64_s390"
4860 sparc*-*linux*)
4861 LD="${LD-ld} -m elf64_sparc"
4863 esac
4865 esac
4867 rm -rf conftest*
4870 *-*-sco3.2v5*)
4871 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4872 SAVE_CFLAGS="$CFLAGS"
4873 CFLAGS="$CFLAGS -belf"
4874 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4875 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4876 if test "${lt_cv_cc_needs_belf+set}" = set; then
4877 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4881 ac_ext=c
4882 ac_cpp='$CPP $CPPFLAGS'
4883 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4884 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4885 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4887 if test x$gcc_no_link = xyes; then
4888 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4889 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4890 { (exit 1); exit 1; }; }
4892 cat >conftest.$ac_ext <<_ACEOF
4893 /* confdefs.h. */
4894 _ACEOF
4895 cat confdefs.h >>conftest.$ac_ext
4896 cat >>conftest.$ac_ext <<_ACEOF
4897 /* end confdefs.h. */
4900 main ()
4904 return 0;
4906 _ACEOF
4907 rm -f conftest.$ac_objext conftest$ac_exeext
4908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4909 (eval $ac_link) 2>conftest.er1
4910 ac_status=$?
4911 grep -v '^ *+' conftest.er1 >conftest.err
4912 rm -f conftest.er1
4913 cat conftest.err >&5
4914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4915 (exit $ac_status); } &&
4916 { ac_try='test -z "$ac_c_werror_flag"
4917 || test ! -s conftest.err'
4918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4919 (eval $ac_try) 2>&5
4920 ac_status=$?
4921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4922 (exit $ac_status); }; } &&
4923 { ac_try='test -s conftest$ac_exeext'
4924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4925 (eval $ac_try) 2>&5
4926 ac_status=$?
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); }; }; then
4929 lt_cv_cc_needs_belf=yes
4930 else
4931 echo "$as_me: failed program was:" >&5
4932 sed 's/^/| /' conftest.$ac_ext >&5
4934 lt_cv_cc_needs_belf=no
4936 rm -f conftest.err conftest.$ac_objext \
4937 conftest$ac_exeext conftest.$ac_ext
4938 ac_ext=c
4939 ac_cpp='$CPP $CPPFLAGS'
4940 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4941 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4942 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4945 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4946 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4947 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4948 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4949 CFLAGS="$SAVE_CFLAGS"
4954 esac
4957 # Save cache, so that ltconfig can load it
4958 cat >confcache <<\_ACEOF
4959 # This file is a shell script that caches the results of configure
4960 # tests run on this system so they can be shared between configure
4961 # scripts and configure runs, see configure's option --config-cache.
4962 # It is not useful on other systems. If it contains results you don't
4963 # want to keep, you may remove or edit it.
4965 # config.status only pays attention to the cache file if you give it
4966 # the --recheck option to rerun configure.
4968 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4969 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4970 # following values.
4972 _ACEOF
4974 # The following way of writing the cache mishandles newlines in values,
4975 # but we know of no workaround that is simple, portable, and efficient.
4976 # So, don't put newlines in cache variables' values.
4977 # Ultrix sh set writes to stderr and can't be redirected directly,
4978 # and sets the high bit in the cache file unless we assign to the vars.
4980 (set) 2>&1 |
4981 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4982 *ac_space=\ *)
4983 # `set' does not quote correctly, so add quotes (double-quote
4984 # substitution turns \\\\ into \\, and sed turns \\ into \).
4985 sed -n \
4986 "s/'/'\\\\''/g;
4987 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4990 # `set' quotes correctly as required by POSIX, so do not add quotes.
4991 sed -n \
4992 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4994 esac;
4996 sed '
4997 t clear
4998 : clear
4999 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5000 t end
5001 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5002 : end' >>confcache
5003 if diff $cache_file confcache >/dev/null 2>&1; then :; else
5004 if test -w $cache_file; then
5005 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5006 cat confcache >$cache_file
5007 else
5008 echo "not updating unwritable cache $cache_file"
5011 rm -f confcache
5013 # Actually configure libtool. ac_aux_dir is where install-sh is found.
5014 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
5015 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
5016 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
5017 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
5018 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
5019 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
5020 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
5021 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
5022 || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5
5023 echo "$as_me: error: libtool configure failed" >&2;}
5024 { (exit 1); exit 1; }; }
5026 # Reload cache, that may have been modified by ltconfig
5027 if test -r "$cache_file"; then
5028 # Some versions of bash will fail to source /dev/null (special
5029 # files actually), so we avoid doing that.
5030 if test -f "$cache_file"; then
5031 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
5032 echo "$as_me: loading cache $cache_file" >&6;}
5033 case $cache_file in
5034 [\\/]* | ?:[\\/]* ) . $cache_file;;
5035 *) . ./$cache_file;;
5036 esac
5038 else
5039 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
5040 echo "$as_me: creating cache $cache_file" >&6;}
5041 >$cache_file
5045 # This can be used to rebuild libtool when needed
5046 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
5048 # Always use our own libtool.
5049 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
5051 # Redirect the config.log output again, so that the ltconfig log is not
5052 # clobbered by the next message.
5053 exec 5>>./config.log
5055 ac_ext=cc
5056 ac_cpp='$CXXCPP $CPPFLAGS'
5057 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5058 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5059 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5060 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5061 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
5062 if test -z "$CXXCPP"; then
5063 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5064 echo $ECHO_N "(cached) $ECHO_C" >&6
5065 else
5066 # Double quotes because CXXCPP needs to be expanded
5067 for CXXCPP in "$CXX -E" "/lib/cpp"
5069 ac_preproc_ok=false
5070 for ac_cxx_preproc_warn_flag in '' yes
5072 # Use a header file that comes with gcc, so configuring glibc
5073 # with a fresh cross-compiler works.
5074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5075 # <limits.h> exists even on freestanding compilers.
5076 # On the NeXT, cc -E runs the code through the compiler's parser,
5077 # not just through cpp. "Syntax error" is here to catch this case.
5078 cat >conftest.$ac_ext <<_ACEOF
5079 /* confdefs.h. */
5080 _ACEOF
5081 cat confdefs.h >>conftest.$ac_ext
5082 cat >>conftest.$ac_ext <<_ACEOF
5083 /* end confdefs.h. */
5084 #ifdef __STDC__
5085 # include <limits.h>
5086 #else
5087 # include <assert.h>
5088 #endif
5089 Syntax error
5090 _ACEOF
5091 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5093 ac_status=$?
5094 grep -v '^ *+' conftest.er1 >conftest.err
5095 rm -f conftest.er1
5096 cat conftest.err >&5
5097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5098 (exit $ac_status); } >/dev/null; then
5099 if test -s conftest.err; then
5100 ac_cpp_err=$ac_cxx_preproc_warn_flag
5101 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5102 else
5103 ac_cpp_err=
5105 else
5106 ac_cpp_err=yes
5108 if test -z "$ac_cpp_err"; then
5110 else
5111 echo "$as_me: failed program was:" >&5
5112 sed 's/^/| /' conftest.$ac_ext >&5
5114 # Broken: fails on valid input.
5115 continue
5117 rm -f conftest.err conftest.$ac_ext
5119 # OK, works on sane cases. Now check whether non-existent headers
5120 # can be detected and how.
5121 cat >conftest.$ac_ext <<_ACEOF
5122 /* confdefs.h. */
5123 _ACEOF
5124 cat confdefs.h >>conftest.$ac_ext
5125 cat >>conftest.$ac_ext <<_ACEOF
5126 /* end confdefs.h. */
5127 #include <ac_nonexistent.h>
5128 _ACEOF
5129 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5130 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5131 ac_status=$?
5132 grep -v '^ *+' conftest.er1 >conftest.err
5133 rm -f conftest.er1
5134 cat conftest.err >&5
5135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5136 (exit $ac_status); } >/dev/null; then
5137 if test -s conftest.err; then
5138 ac_cpp_err=$ac_cxx_preproc_warn_flag
5139 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5140 else
5141 ac_cpp_err=
5143 else
5144 ac_cpp_err=yes
5146 if test -z "$ac_cpp_err"; then
5147 # Broken: success on invalid input.
5148 continue
5149 else
5150 echo "$as_me: failed program was:" >&5
5151 sed 's/^/| /' conftest.$ac_ext >&5
5153 # Passes both tests.
5154 ac_preproc_ok=:
5155 break
5157 rm -f conftest.err conftest.$ac_ext
5159 done
5160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5161 rm -f conftest.err conftest.$ac_ext
5162 if $ac_preproc_ok; then
5163 break
5166 done
5167 ac_cv_prog_CXXCPP=$CXXCPP
5170 CXXCPP=$ac_cv_prog_CXXCPP
5171 else
5172 ac_cv_prog_CXXCPP=$CXXCPP
5174 echo "$as_me:$LINENO: result: $CXXCPP" >&5
5175 echo "${ECHO_T}$CXXCPP" >&6
5176 ac_preproc_ok=false
5177 for ac_cxx_preproc_warn_flag in '' yes
5179 # Use a header file that comes with gcc, so configuring glibc
5180 # with a fresh cross-compiler works.
5181 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5182 # <limits.h> exists even on freestanding compilers.
5183 # On the NeXT, cc -E runs the code through the compiler's parser,
5184 # not just through cpp. "Syntax error" is here to catch this case.
5185 cat >conftest.$ac_ext <<_ACEOF
5186 /* confdefs.h. */
5187 _ACEOF
5188 cat confdefs.h >>conftest.$ac_ext
5189 cat >>conftest.$ac_ext <<_ACEOF
5190 /* end confdefs.h. */
5191 #ifdef __STDC__
5192 # include <limits.h>
5193 #else
5194 # include <assert.h>
5195 #endif
5196 Syntax error
5197 _ACEOF
5198 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5199 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5200 ac_status=$?
5201 grep -v '^ *+' conftest.er1 >conftest.err
5202 rm -f conftest.er1
5203 cat conftest.err >&5
5204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5205 (exit $ac_status); } >/dev/null; then
5206 if test -s conftest.err; then
5207 ac_cpp_err=$ac_cxx_preproc_warn_flag
5208 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5209 else
5210 ac_cpp_err=
5212 else
5213 ac_cpp_err=yes
5215 if test -z "$ac_cpp_err"; then
5217 else
5218 echo "$as_me: failed program was:" >&5
5219 sed 's/^/| /' conftest.$ac_ext >&5
5221 # Broken: fails on valid input.
5222 continue
5224 rm -f conftest.err conftest.$ac_ext
5226 # OK, works on sane cases. Now check whether non-existent headers
5227 # can be detected and how.
5228 cat >conftest.$ac_ext <<_ACEOF
5229 /* confdefs.h. */
5230 _ACEOF
5231 cat confdefs.h >>conftest.$ac_ext
5232 cat >>conftest.$ac_ext <<_ACEOF
5233 /* end confdefs.h. */
5234 #include <ac_nonexistent.h>
5235 _ACEOF
5236 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5237 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5238 ac_status=$?
5239 grep -v '^ *+' conftest.er1 >conftest.err
5240 rm -f conftest.er1
5241 cat conftest.err >&5
5242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5243 (exit $ac_status); } >/dev/null; then
5244 if test -s conftest.err; then
5245 ac_cpp_err=$ac_cxx_preproc_warn_flag
5246 ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5247 else
5248 ac_cpp_err=
5250 else
5251 ac_cpp_err=yes
5253 if test -z "$ac_cpp_err"; then
5254 # Broken: success on invalid input.
5255 continue
5256 else
5257 echo "$as_me: failed program was:" >&5
5258 sed 's/^/| /' conftest.$ac_ext >&5
5260 # Passes both tests.
5261 ac_preproc_ok=:
5262 break
5264 rm -f conftest.err conftest.$ac_ext
5266 done
5267 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5268 rm -f conftest.err conftest.$ac_ext
5269 if $ac_preproc_ok; then
5271 else
5272 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5273 See \`config.log' for more details." >&5
5274 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5275 See \`config.log' for more details." >&2;}
5276 { (exit 1); exit 1; }; }
5279 ac_ext=c
5280 ac_cpp='$CPP $CPPFLAGS'
5281 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5282 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5283 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5287 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
5288 lt_save_CC="$CC"
5289 lt_save_CFLAGS="$CFLAGS"
5290 AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
5291 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
5292 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
5293 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
5294 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
5295 deplibs_check_method="$deplibs_check_method" \
5296 file_magic_cmd="$file_magic_cmd" \
5297 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
5298 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
5299 || { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
5300 echo "$as_me: error: libtool tag configuration failed" >&2;}
5301 { (exit 1); exit 1; }; }
5302 CC="$lt_save_CC"
5303 CFLAGS="$lt_save_CFLAGS"
5305 # Redirect the config.log output again, so that the ltconfig log is not
5306 # clobbered by the next message.
5307 exec 5>>./config.log
5315 for ac_prog in gcj
5317 # Extract the first word of "$ac_prog", so it can be a program name with args.
5318 set dummy $ac_prog; ac_word=$2
5319 echo "$as_me:$LINENO: checking for $ac_word" >&5
5320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5321 if test "${ac_cv_prog_GCJ+set}" = set; then
5322 echo $ECHO_N "(cached) $ECHO_C" >&6
5323 else
5324 if test -n "$GCJ"; then
5325 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
5326 else
5327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5328 for as_dir in $PATH
5330 IFS=$as_save_IFS
5331 test -z "$as_dir" && as_dir=.
5332 for ac_exec_ext in '' $ac_executable_extensions; do
5333 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5334 ac_cv_prog_GCJ="$ac_prog"
5335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5336 break 2
5338 done
5339 done
5343 GCJ=$ac_cv_prog_GCJ
5344 if test -n "$GCJ"; then
5345 echo "$as_me:$LINENO: result: $GCJ" >&5
5346 echo "${ECHO_T}$GCJ" >&6
5347 else
5348 echo "$as_me:$LINENO: result: no" >&5
5349 echo "${ECHO_T}no" >&6
5352 test -n "$GCJ" && break
5353 done
5354 test -n "$GCJ" || GCJ="gcj"
5356 test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5
5357 echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;}
5358 { (exit 1); exit 1; }; }
5359 if test "x${GCJFLAGS-unset}" = xunset; then
5360 GCJFLAGS="-g -O2"
5364 depcc="$GCJ" am_compiler_list='gcc3 gcc'
5366 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5367 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
5368 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then
5369 echo $ECHO_N "(cached) $ECHO_C" >&6
5370 else
5371 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5372 # We make a subdir and do the tests there. Otherwise we can end up
5373 # making bogus files that we don't know about and never remove. For
5374 # instance it was reported that on HP-UX the gcc test will end up
5375 # making a dummy file named `D' -- because `-MD' means `put the output
5376 # in D'.
5377 mkdir conftest.dir
5378 # Copy depcomp to subdir because otherwise we won't find it if we're
5379 # using a relative directory.
5380 cp "$am_depcomp" conftest.dir
5381 cd conftest.dir
5382 # We will build objects and dependencies in a subdirectory because
5383 # it helps to detect inapplicable dependency modes. For instance
5384 # both Tru64's cc and ICC support -MD to output dependencies as a
5385 # side effect of compilation, but ICC will put the dependencies in
5386 # the current directory while Tru64 will put them in the object
5387 # directory.
5388 mkdir sub
5390 am_cv_GCJ_dependencies_compiler_type=none
5391 if test "$am_compiler_list" = ""; then
5392 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5394 for depmode in $am_compiler_list; do
5395 # Setup a source with many dependencies, because some compilers
5396 # like to wrap large dependency lists on column 80 (with \), and
5397 # we should not choose a depcomp mode which is confused by this.
5399 # We need to recreate these files for each test, as the compiler may
5400 # overwrite some of them when testing with obscure command lines.
5401 # This happens at least with the AIX C compiler.
5402 : > sub/conftest.c
5403 for i in 1 2 3 4 5 6; do
5404 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5405 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5406 # Solaris 8's {/usr,}/bin/sh.
5407 touch sub/conftst$i.h
5408 done
5409 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5411 case $depmode in
5412 nosideeffect)
5413 # after this tag, mechanisms are not by side-effect, so they'll
5414 # only be used when explicitly requested
5415 if test "x$enable_dependency_tracking" = xyes; then
5416 continue
5417 else
5418 break
5421 none) break ;;
5422 esac
5423 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5424 # mode. It turns out that the SunPro C++ compiler does not properly
5425 # handle `-M -o', and we need to detect this.
5426 if depmode=$depmode \
5427 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
5428 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5429 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
5430 >/dev/null 2>conftest.err &&
5431 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5432 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
5433 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5434 # icc doesn't choke on unknown options, it will just issue warnings
5435 # or remarks (even with -Werror). So we grep stderr for any message
5436 # that says an option was ignored or not supported.
5437 # When given -MP, icc 7.0 and 7.1 complain thusly:
5438 # icc: Command line warning: ignoring option '-M'; no argument required
5439 # The diagnosis changed in icc 8.0:
5440 # icc: Command line remark: option '-MP' not supported
5441 if (grep 'ignoring option' conftest.err ||
5442 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5443 am_cv_GCJ_dependencies_compiler_type=$depmode
5444 break
5447 done
5449 cd ..
5450 rm -rf conftest.dir
5451 else
5452 am_cv_GCJ_dependencies_compiler_type=none
5456 echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5
5457 echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6
5458 GCJDEPMODE=depmode=$am_cv_GCJ_dependencies_compiler_type
5463 test "x$enable_dependency_tracking" != xno \
5464 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3; then
5465 am__fastdepGCJ_TRUE=
5466 am__fastdepGCJ_FALSE='#'
5467 else
5468 am__fastdepGCJ_TRUE='#'
5469 am__fastdepGCJ_FALSE=
5475 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
5476 lt_save_CC="$CC"
5477 lt_save_CFLAGS="$CFLAGS"
5478 AR="$AR" LTCC="$CC" CC="$GCJ" CFLAGS="$GCJFLAGS" CPPFLAGS="$CPPFLAGS" \
5479 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
5480 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
5481 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
5482 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
5483 deplibs_check_method="$deplibs_check_method" \
5484 file_magic_cmd="$file_magic_cmd" \
5485 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
5486 --build="$build" --add-tag=GCJ $ac_aux_dir/ltcf-gcj.sh $host \
5487 || { { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
5488 echo "$as_me: error: libtool tag configuration failed" >&2;}
5489 { (exit 1); exit 1; }; }
5490 CC="$lt_save_CC"
5491 CFLAGS="$lt_save_CFLAGS"
5493 # Redirect the config.log output again, so that the ltconfig log is not
5494 # clobbered by the next message.
5495 exec 5>>./config.log
5499 if test "x$CC" != xcc; then
5500 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
5501 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
5502 else
5503 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
5504 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
5506 set dummy $CC; ac_cc=`echo $2 |
5507 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5508 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
5509 echo $ECHO_N "(cached) $ECHO_C" >&6
5510 else
5511 cat >conftest.$ac_ext <<_ACEOF
5512 /* confdefs.h. */
5513 _ACEOF
5514 cat confdefs.h >>conftest.$ac_ext
5515 cat >>conftest.$ac_ext <<_ACEOF
5516 /* end confdefs.h. */
5519 main ()
5523 return 0;
5525 _ACEOF
5526 # Make sure it works both with $CC and with simple cc.
5527 # We do the test twice because some compilers refuse to overwrite an
5528 # existing .o file with -o, though they will create one.
5529 ac_try='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
5530 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5531 (eval $ac_try) 2>&5
5532 ac_status=$?
5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534 (exit $ac_status); } &&
5535 test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5536 (eval $ac_try) 2>&5
5537 ac_status=$?
5538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539 (exit $ac_status); };
5540 then
5541 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
5542 if test "x$CC" != xcc; then
5543 # Test first that cc exists at all.
5544 if { ac_try='cc -c conftest.$ac_ext >&5'
5545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5546 (eval $ac_try) 2>&5
5547 ac_status=$?
5548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5549 (exit $ac_status); }; }; then
5550 ac_try='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
5551 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5552 (eval $ac_try) 2>&5
5553 ac_status=$?
5554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5555 (exit $ac_status); } &&
5556 test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5557 (eval $ac_try) 2>&5
5558 ac_status=$?
5559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5560 (exit $ac_status); };
5561 then
5562 # cc works too.
5564 else
5565 # cc exists but doesn't like -o.
5566 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5570 else
5571 eval ac_cv_prog_cc_${ac_cc}_c_o=no
5573 rm -f conftest*
5576 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
5577 echo "$as_me:$LINENO: result: yes" >&5
5578 echo "${ECHO_T}yes" >&6
5579 else
5580 echo "$as_me:$LINENO: result: no" >&5
5581 echo "${ECHO_T}no" >&6
5583 cat >>confdefs.h <<\_ACEOF
5584 #define NO_MINUS_C_MINUS_O 1
5585 _ACEOF
5589 # FIXME: we rely on the cache variable name because
5590 # there is no other way.
5591 set dummy $CC
5592 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5593 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
5594 # Losing compiler, so override with the script.
5595 # FIXME: It is wrong to rewrite CC.
5596 # But if we don't then we get into trouble of one sort or another.
5597 # A longer-term fix would be to have automake use am__CC in this case,
5598 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5599 CC="$am_aux_dir/compile $CC"
5604 subdirs="$subdirs libltdl"
5607 # The -no-testsuite modules omit the test subdir.
5610 if test -d $srcdir/testsuite; then
5611 TESTSUBDIR_TRUE=
5612 TESTSUBDIR_FALSE='#'
5613 else
5614 TESTSUBDIR_TRUE='#'
5615 TESTSUBDIR_FALSE=
5619 # Should the runtime set system properties by examining the
5620 # environment variable GCJ_PROPERTIES?
5621 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
5622 if test "${enable_getenv_properties+set}" = set; then
5623 enableval="$enable_getenv_properties"
5627 # Whether GCJ_PROPERTIES is used depends on the target.
5628 if test -z "$enable_getenv_properties"; then
5629 enable_getenv_properties=${enable_getenv_properties_default-yes}
5631 if test "$enable_getenv_properties" = no; then
5633 cat >>confdefs.h <<\_ACEOF
5634 #define DISABLE_GETENV_PROPERTIES 1
5635 _ACEOF
5639 # Whether we should use arguments to main()
5640 if test -z "$enable_main_args"; then
5641 enable_main_args=${enable_main_args_default-yes}
5643 if test "$enable_main_args" = no; then
5645 cat >>confdefs.h <<\_ACEOF
5646 #define DISABLE_MAIN_ARGS 1
5647 _ACEOF
5652 # Should we use hashtable-based synchronization?
5653 # Currently works only for Linux X86/ia64
5654 # Typically faster and more space-efficient
5655 # Check whether --enable-hash-synchronization or --disable-hash-synchronization was given.
5656 if test "${enable_hash_synchronization+set}" = set; then
5657 enableval="$enable_hash_synchronization"
5661 if test -z "$enable_hash_synchronization"; then
5662 enable_hash_synchronization=$enable_hash_synchronization_default
5665 # Do we allow intermodule optimizations (i.e. compiling many files at once)?
5666 # Check whether --enable-libgcj-multifile or --disable-libgcj-multifile was given.
5667 if test "${enable_libgcj_multifile+set}" = set; then
5668 enableval="$enable_libgcj_multifile"
5669 case "${enableval}" in
5670 yes) enable_libgcj_multifile=yes ;;
5671 no) enable_libgcj_multifile=no ;;
5672 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-libgcj-multifile" >&5
5673 echo "$as_me: error: bad value ${enableval} for --enable-libgcj-multifile" >&2;}
5674 { (exit 1); exit 1; }; } ;;
5675 esac
5676 else
5677 enable_libgcj_multifile=no
5681 if test "$enable_libgcj_multifile" = yes; then
5682 ONESTEP_TRUE=
5683 ONESTEP_FALSE='#'
5684 else
5685 ONESTEP_TRUE='#'
5686 ONESTEP_FALSE=
5690 # What is the native OS API for MinGW?
5692 # Check whether --with-win32-nlsapi or --without-win32-nlsapi was given.
5693 if test "${with_win32_nlsapi+set}" = set; then
5694 withval="$with_win32_nlsapi"
5695 case "${withval}" in
5696 ansi) with_win32_nlsapi=ansi ;;
5697 unicows) with_win32_nlsapi=unicows ;;
5698 unicode) with_win32_nlsapi=unicode ;;
5699 *) { { echo "$as_me:$LINENO: error: Bad value ${withval} for --with-win32-nlsapi." >&5
5700 echo "$as_me: error: Bad value ${withval} for --with-win32-nlsapi." >&2;}
5701 { (exit 1); exit 1; }; } ;;
5702 esac
5703 else
5704 with_win32_nlsapi=ansi
5707 case "${with_win32_nlsapi}" in
5708 unicows | unicode)
5710 cat >>confdefs.h <<\_ACEOF
5711 #define MINGW_LIBGCJ_UNICODE 1
5712 _ACEOF
5715 esac
5717 # configure.host sets slow_pthread_self if the synchronization code should
5718 # try to avoid pthread_self calls by caching thread IDs in a hashtable.
5719 if test "${slow_pthread_self}" = "yes"; then
5721 cat >>confdefs.h <<\_ACEOF
5722 #define SLOW_PTHREAD_SELF 1
5723 _ACEOF
5728 # See if the user has requested runtime debugging.
5729 LIBGCJDEBUG="false"
5731 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
5732 if test "${enable_libgcj_debug+set}" = set; then
5733 enableval="$enable_libgcj_debug"
5734 if test "$enable_libgcj_debug" = yes; then
5736 cat >>confdefs.h <<\_ACEOF
5737 #define DEBUG 1
5738 _ACEOF
5740 LIBGCJDEBUG="true"
5744 # Check for gc debugging. This option is handled both here and in the GC.
5745 # Check whether --enable-gc-debug or --disable-gc-debug was given.
5746 if test "${enable_gc_debug+set}" = set; then
5747 enableval="$enable_gc_debug"
5748 if test "$enable_gc_debug" = "yes"; then
5750 cat >>confdefs.h <<\_ACEOF
5751 #define LIBGCJ_GC_DEBUG 1
5752 _ACEOF
5757 # See if the user has the interpreter included.
5758 # Check whether --enable-interpreter or --disable-interpreter was given.
5759 if test "${enable_interpreter+set}" = set; then
5760 enableval="$enable_interpreter"
5761 if test "$enable_interpreter" = yes; then
5762 # This can also be set in configure.host.
5763 libgcj_interpreter=yes
5764 elif test "$enable_interpreter" = no; then
5765 libgcj_interpreter=no
5769 if test "$libgcj_interpreter" = yes; then
5771 cat >>confdefs.h <<\_ACEOF
5772 #define INTERPRETER 1
5773 _ACEOF
5776 INTERPRETER="$libgcj_interpreter"
5779 echo "$as_me:$LINENO: checking for exception model to use" >&5
5780 echo $ECHO_N "checking for exception model to use... $ECHO_C" >&6
5781 ac_ext=cc
5782 ac_cpp='$CXXCPP $CPPFLAGS'
5783 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5784 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5785 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5787 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
5788 if test "${enable_sjlj_exceptions+set}" = set; then
5789 enableval="$enable_sjlj_exceptions"
5791 else
5792 cat > conftest.$ac_ext << EOF
5793 #line 5793 "configure"
5794 struct S { ~S(); };
5795 void bar();
5796 void foo()
5798 S s;
5799 bar();
5802 old_CXXFLAGS="$CXXFLAGS"
5803 CXXFLAGS=-S
5804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5805 (eval $ac_compile) 2>&5
5806 ac_status=$?
5807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5808 (exit $ac_status); }; then
5809 if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
5810 enable_sjlj_exceptions=yes
5811 elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
5812 enable_sjlj_exceptions=no
5815 CXXFLAGS="$old_CXXFLAGS"
5816 rm -f conftest*
5818 if test x$enable_sjlj_exceptions = xyes; then
5820 cat >>confdefs.h <<\_ACEOF
5821 #define SJLJ_EXCEPTIONS 1
5822 _ACEOF
5824 ac_exception_model_name=sjlj
5825 elif test x$enable_sjlj_exceptions = xno; then
5826 ac_exception_model_name="call frame"
5827 else
5828 { { echo "$as_me:$LINENO: error: unable to detect exception model" >&5
5829 echo "$as_me: error: unable to detect exception model" >&2;}
5830 { (exit 1); exit 1; }; }
5832 ac_ext=c
5833 ac_cpp='$CPP $CPPFLAGS'
5834 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5835 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5836 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5838 echo "$as_me:$LINENO: result: $ac_exception_model_name" >&5
5839 echo "${ECHO_T}$ac_exception_model_name" >&6
5841 # If we are non using SJLJ exceptions, and this host does not have support
5842 # for unwinding from a signal handler, enable checked dereferences and divides.
5843 if test $can_unwind_signal = no && test $enable_sjlj_exceptions = no; then
5844 CHECKREFSPEC=-fcheck-references
5845 DIVIDESPEC=-fuse-divide-subroutine
5846 EXCEPTIONSPEC=
5849 # See if the user wants to disable java.net. This is the mildly
5850 # ugly way that we admit that target-side configuration sucks.
5851 # Check whether --enable-java-net or --disable-java-net was given.
5852 if test "${enable_java_net+set}" = set; then
5853 enableval="$enable_java_net"
5857 # Whether java.net is built by default can depend on the target.
5858 if test -z "$enable_java_net"; then
5859 enable_java_net=${enable_java_net_default-yes}
5861 if test "$enable_java_net" = no; then
5863 cat >>confdefs.h <<\_ACEOF
5864 #define DISABLE_JAVA_NET 1
5865 _ACEOF
5869 # See if the user wants to configure without libffi. Some
5870 # architectures don't support it, and default values are set in
5871 # configure.host.
5873 # Check whether --with-libffi or --without-libffi was given.
5874 if test "${with_libffi+set}" = set; then
5875 withval="$with_libffi"
5877 else
5878 with_libffi=${with_libffi_default-yes}
5881 LIBFFI=
5882 LIBFFIINCS=
5883 if test "$with_libffi" != no; then
5885 cat >>confdefs.h <<\_ACEOF
5886 #define USE_LIBFFI 1
5887 _ACEOF
5889 LIBFFI=../libffi/libffi_convenience.la
5890 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
5895 # See if the user wants to disable JVMPI support.
5896 # Check whether --enable-jvmpi or --disable-jvmpi was given.
5897 if test "${enable_jvmpi+set}" = set; then
5898 enableval="$enable_jvmpi"
5902 if test "$enable_jvmpi" != no; then
5904 cat >>confdefs.h <<\_ACEOF
5905 #define ENABLE_JVMPI 1
5906 _ACEOF
5910 # If the target is an eCos system, use the appropriate eCos
5911 # I/O routines.
5912 # FIXME: this should not be a local option but a global target
5913 # system; at present there is no eCos target.
5914 TARGET_ECOS=${PROCESS-"no"}
5916 # Check whether --with-ecos or --without-ecos was given.
5917 if test "${with_ecos+set}" = set; then
5918 withval="$with_ecos"
5919 TARGET_ECOS="$with_ecos"
5923 supply_backtrace=no
5925 PLATFORM_INNER_NAT_HDRS=
5926 case "$TARGET_ECOS" in
5927 no) case "$host" in
5928 *mingw*)
5929 PLATFORM=Win32
5930 PLATFORMNET=Win32
5931 PLATFORMH=win32.h
5933 echo "$as_me:$LINENO: checking whether 'ld' is at least 2.13" >&5
5934 echo $ECHO_N "checking whether 'ld' is at least 2.13... $ECHO_C" >&6
5935 LD_PROG=`$CC --print-prog-name=ld`
5936 LD_VERSION=`$LD_PROG --version`
5937 LD_VERSION_MAJOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
5938 LD_VERSION_MINOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
5939 if expr "$LD_VERSION_MAJOR" \> 2 > /dev/null; then
5940 LD_OK="ok"
5941 else
5942 if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \>= 13 > /dev/null; then
5943 LD_OK="ok"
5946 if test "x$LD_OK" != x; then
5947 echo "$as_me:$LINENO: result: yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
5948 echo "${ECHO_T}yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
5949 else
5950 echo "$as_me:$LINENO: result: no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
5951 echo "${ECHO_T}no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
5952 { echo "$as_me:$LINENO: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&5
5953 echo "$as_me: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&2;}
5955 cat >>confdefs.h <<\_ACEOF
5956 #define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
5957 _ACEOF
5962 PLATFORM=Posix
5963 PLATFORMNET=Posix
5964 PLATFORMH=posix.h
5965 PLATFORM_INNER_NAT_HDRS='java/lang/ConcreteProcess$$ProcessManager.h'
5967 esac
5970 PLATFORM=Ecos
5971 PLATFORMNET=NoNet
5973 cat >>confdefs.h <<\_ACEOF
5974 #define ECOS 1
5975 _ACEOF
5977 PLATFORMH=posix.h
5979 esac
5981 ac_config_links="$ac_config_links include/platform.h:include/$PLATFORMH"
5984 ac_ext=c
5985 ac_cpp='$CPP $CPPFLAGS'
5986 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5987 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5988 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5989 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5990 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5991 # On Suns, sometimes $CPP names a directory.
5992 if test -n "$CPP" && test -d "$CPP"; then
5993 CPP=
5995 if test -z "$CPP"; then
5996 if test "${ac_cv_prog_CPP+set}" = set; then
5997 echo $ECHO_N "(cached) $ECHO_C" >&6
5998 else
5999 # Double quotes because CPP needs to be expanded
6000 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6002 ac_preproc_ok=false
6003 for ac_c_preproc_warn_flag in '' yes
6005 # Use a header file that comes with gcc, so configuring glibc
6006 # with a fresh cross-compiler works.
6007 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6008 # <limits.h> exists even on freestanding compilers.
6009 # On the NeXT, cc -E runs the code through the compiler's parser,
6010 # not just through cpp. "Syntax error" is here to catch this case.
6011 cat >conftest.$ac_ext <<_ACEOF
6012 /* confdefs.h. */
6013 _ACEOF
6014 cat confdefs.h >>conftest.$ac_ext
6015 cat >>conftest.$ac_ext <<_ACEOF
6016 /* end confdefs.h. */
6017 #ifdef __STDC__
6018 # include <limits.h>
6019 #else
6020 # include <assert.h>
6021 #endif
6022 Syntax error
6023 _ACEOF
6024 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6025 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6026 ac_status=$?
6027 grep -v '^ *+' conftest.er1 >conftest.err
6028 rm -f conftest.er1
6029 cat conftest.err >&5
6030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6031 (exit $ac_status); } >/dev/null; then
6032 if test -s conftest.err; then
6033 ac_cpp_err=$ac_c_preproc_warn_flag
6034 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6035 else
6036 ac_cpp_err=
6038 else
6039 ac_cpp_err=yes
6041 if test -z "$ac_cpp_err"; then
6043 else
6044 echo "$as_me: failed program was:" >&5
6045 sed 's/^/| /' conftest.$ac_ext >&5
6047 # Broken: fails on valid input.
6048 continue
6050 rm -f conftest.err conftest.$ac_ext
6052 # OK, works on sane cases. Now check whether non-existent headers
6053 # can be detected and how.
6054 cat >conftest.$ac_ext <<_ACEOF
6055 /* confdefs.h. */
6056 _ACEOF
6057 cat confdefs.h >>conftest.$ac_ext
6058 cat >>conftest.$ac_ext <<_ACEOF
6059 /* end confdefs.h. */
6060 #include <ac_nonexistent.h>
6061 _ACEOF
6062 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6063 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6064 ac_status=$?
6065 grep -v '^ *+' conftest.er1 >conftest.err
6066 rm -f conftest.er1
6067 cat conftest.err >&5
6068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6069 (exit $ac_status); } >/dev/null; then
6070 if test -s conftest.err; then
6071 ac_cpp_err=$ac_c_preproc_warn_flag
6072 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6073 else
6074 ac_cpp_err=
6076 else
6077 ac_cpp_err=yes
6079 if test -z "$ac_cpp_err"; then
6080 # Broken: success on invalid input.
6081 continue
6082 else
6083 echo "$as_me: failed program was:" >&5
6084 sed 's/^/| /' conftest.$ac_ext >&5
6086 # Passes both tests.
6087 ac_preproc_ok=:
6088 break
6090 rm -f conftest.err conftest.$ac_ext
6092 done
6093 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6094 rm -f conftest.err conftest.$ac_ext
6095 if $ac_preproc_ok; then
6096 break
6099 done
6100 ac_cv_prog_CPP=$CPP
6103 CPP=$ac_cv_prog_CPP
6104 else
6105 ac_cv_prog_CPP=$CPP
6107 echo "$as_me:$LINENO: result: $CPP" >&5
6108 echo "${ECHO_T}$CPP" >&6
6109 ac_preproc_ok=false
6110 for ac_c_preproc_warn_flag in '' yes
6112 # Use a header file that comes with gcc, so configuring glibc
6113 # with a fresh cross-compiler works.
6114 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6115 # <limits.h> exists even on freestanding compilers.
6116 # On the NeXT, cc -E runs the code through the compiler's parser,
6117 # not just through cpp. "Syntax error" is here to catch this case.
6118 cat >conftest.$ac_ext <<_ACEOF
6119 /* confdefs.h. */
6120 _ACEOF
6121 cat confdefs.h >>conftest.$ac_ext
6122 cat >>conftest.$ac_ext <<_ACEOF
6123 /* end confdefs.h. */
6124 #ifdef __STDC__
6125 # include <limits.h>
6126 #else
6127 # include <assert.h>
6128 #endif
6129 Syntax error
6130 _ACEOF
6131 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6132 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6133 ac_status=$?
6134 grep -v '^ *+' conftest.er1 >conftest.err
6135 rm -f conftest.er1
6136 cat conftest.err >&5
6137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 (exit $ac_status); } >/dev/null; then
6139 if test -s conftest.err; then
6140 ac_cpp_err=$ac_c_preproc_warn_flag
6141 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6142 else
6143 ac_cpp_err=
6145 else
6146 ac_cpp_err=yes
6148 if test -z "$ac_cpp_err"; then
6150 else
6151 echo "$as_me: failed program was:" >&5
6152 sed 's/^/| /' conftest.$ac_ext >&5
6154 # Broken: fails on valid input.
6155 continue
6157 rm -f conftest.err conftest.$ac_ext
6159 # OK, works on sane cases. Now check whether non-existent headers
6160 # can be detected and how.
6161 cat >conftest.$ac_ext <<_ACEOF
6162 /* confdefs.h. */
6163 _ACEOF
6164 cat confdefs.h >>conftest.$ac_ext
6165 cat >>conftest.$ac_ext <<_ACEOF
6166 /* end confdefs.h. */
6167 #include <ac_nonexistent.h>
6168 _ACEOF
6169 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6170 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6171 ac_status=$?
6172 grep -v '^ *+' conftest.er1 >conftest.err
6173 rm -f conftest.er1
6174 cat conftest.err >&5
6175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6176 (exit $ac_status); } >/dev/null; then
6177 if test -s conftest.err; then
6178 ac_cpp_err=$ac_c_preproc_warn_flag
6179 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6180 else
6181 ac_cpp_err=
6183 else
6184 ac_cpp_err=yes
6186 if test -z "$ac_cpp_err"; then
6187 # Broken: success on invalid input.
6188 continue
6189 else
6190 echo "$as_me: failed program was:" >&5
6191 sed 's/^/| /' conftest.$ac_ext >&5
6193 # Passes both tests.
6194 ac_preproc_ok=:
6195 break
6197 rm -f conftest.err conftest.$ac_ext
6199 done
6200 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6201 rm -f conftest.err conftest.$ac_ext
6202 if $ac_preproc_ok; then
6204 else
6205 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6206 See \`config.log' for more details." >&5
6207 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6208 See \`config.log' for more details." >&2;}
6209 { (exit 1); exit 1; }; }
6212 ac_ext=c
6213 ac_cpp='$CPP $CPPFLAGS'
6214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6219 echo "$as_me:$LINENO: checking for egrep" >&5
6220 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6221 if test "${ac_cv_prog_egrep+set}" = set; then
6222 echo $ECHO_N "(cached) $ECHO_C" >&6
6223 else
6224 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6225 then ac_cv_prog_egrep='grep -E'
6226 else ac_cv_prog_egrep='egrep'
6229 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6230 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6231 EGREP=$ac_cv_prog_egrep
6234 cat >conftest.$ac_ext <<_ACEOF
6235 /* confdefs.h. */
6236 _ACEOF
6237 cat confdefs.h >>conftest.$ac_ext
6238 cat >>conftest.$ac_ext <<_ACEOF
6239 /* end confdefs.h. */
6240 #include <stdint.h>
6242 _ACEOF
6243 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6244 $EGREP "uint32_t" >/dev/null 2>&1; then
6246 cat >>confdefs.h <<\_ACEOF
6247 #define HAVE_INT32_DEFINED 1
6248 _ACEOF
6251 rm -f conftest*
6253 cat >conftest.$ac_ext <<_ACEOF
6254 /* confdefs.h. */
6255 _ACEOF
6256 cat confdefs.h >>conftest.$ac_ext
6257 cat >>conftest.$ac_ext <<_ACEOF
6258 /* end confdefs.h. */
6259 #include <inttypes.h>
6261 _ACEOF
6262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6263 $EGREP "uint32_t" >/dev/null 2>&1; then
6265 cat >>confdefs.h <<\_ACEOF
6266 #define HAVE_INT32_DEFINED 1
6267 _ACEOF
6270 rm -f conftest*
6272 cat >conftest.$ac_ext <<_ACEOF
6273 /* confdefs.h. */
6274 _ACEOF
6275 cat confdefs.h >>conftest.$ac_ext
6276 cat >>conftest.$ac_ext <<_ACEOF
6277 /* end confdefs.h. */
6278 #include <sys/types.h>
6280 _ACEOF
6281 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6282 $EGREP "u_int32_t" >/dev/null 2>&1; then
6284 cat >>confdefs.h <<\_ACEOF
6285 #define HAVE_BSD_INT32_DEFINED 1
6286 _ACEOF
6289 rm -f conftest*
6291 cat >conftest.$ac_ext <<_ACEOF
6292 /* confdefs.h. */
6293 _ACEOF
6294 cat confdefs.h >>conftest.$ac_ext
6295 cat >>conftest.$ac_ext <<_ACEOF
6296 /* end confdefs.h. */
6297 #include <sys/config.h>
6299 _ACEOF
6300 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6301 $EGREP "u_int32_t" >/dev/null 2>&1; then
6303 cat >>confdefs.h <<\_ACEOF
6304 #define HAVE_BSD_INT32_DEFINED 1
6305 _ACEOF
6308 rm -f conftest*
6313 if test "$PLATFORM" = Win32; then
6314 USING_WIN32_PLATFORM_TRUE=
6315 USING_WIN32_PLATFORM_FALSE='#'
6316 else
6317 USING_WIN32_PLATFORM_TRUE='#'
6318 USING_WIN32_PLATFORM_FALSE=
6323 if test "$PLATFORM" = Posix; then
6324 USING_POSIX_PLATFORM_TRUE=
6325 USING_POSIX_PLATFORM_FALSE='#'
6326 else
6327 USING_POSIX_PLATFORM_TRUE='#'
6328 USING_POSIX_PLATFORM_FALSE=
6333 if test "$PLATFORM" = Ecos; then
6334 USING_ECOS_PLATFORM_TRUE=
6335 USING_ECOS_PLATFORM_FALSE='#'
6336 else
6337 USING_ECOS_PLATFORM_TRUE='#'
6338 USING_ECOS_PLATFORM_FALSE=
6342 case "$host" in
6343 *-darwin*) DARWIN_CRT=true ;;
6344 *) DARWIN_CRT=false ;;
6345 esac
6348 if $DARWIN_CRT; then
6349 USING_DARWIN_CRT_TRUE=
6350 USING_DARWIN_CRT_FALSE='#'
6351 else
6352 USING_DARWIN_CRT_TRUE='#'
6353 USING_DARWIN_CRT_FALSE=
6357 # These may not be defined in a non-ANS conformant embedded system.
6358 # FIXME: Should these case a runtime exception in that case?
6359 cat >conftest.$ac_ext <<_ACEOF
6360 /* confdefs.h. */
6361 _ACEOF
6362 cat confdefs.h >>conftest.$ac_ext
6363 cat >>conftest.$ac_ext <<_ACEOF
6364 /* end confdefs.h. */
6365 #include <time.h>
6367 _ACEOF
6368 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6369 $EGREP "mktime" >/dev/null 2>&1; then
6371 cat >>confdefs.h <<\_ACEOF
6372 #define HAVE_MKTIME 1
6373 _ACEOF
6376 rm -f conftest*
6378 cat >conftest.$ac_ext <<_ACEOF
6379 /* confdefs.h. */
6380 _ACEOF
6381 cat confdefs.h >>conftest.$ac_ext
6382 cat >>conftest.$ac_ext <<_ACEOF
6383 /* end confdefs.h. */
6384 #include <time.h>
6386 _ACEOF
6387 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6388 $EGREP "localtime" >/dev/null 2>&1; then
6390 cat >>confdefs.h <<\_ACEOF
6391 #define HAVE_LOCALTIME 1
6392 _ACEOF
6395 rm -f conftest*
6398 # Create the subdirectory for natFile.cc, or the attempt
6399 # to create the link will fail.
6400 test -d java || mkdir java
6401 test -d java/io || mkdir java/io
6402 test -d gnu || mkdir gnu
6403 ac_config_links="$ac_config_links java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc"
6406 # Likewise for ConcreteProcess.java and natConcreteProcess.cc.
6407 test -d java/lang || mkdir java/lang
6408 ac_config_links="$ac_config_links java/lang/ConcreteProcess.java:java/lang/${PLATFORM}Process.java"
6410 ac_config_links="$ac_config_links java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc"
6413 # Likewise for natInetAddress.cc and natNetworkInterface.cc.
6414 test -d java/net || mkdir java/net
6415 ac_config_links="$ac_config_links java/net/natInetAddress.cc:java/net/natInetAddress${PLATFORMNET}.cc"
6417 ac_config_links="$ac_config_links java/net/natNetworkInterface.cc:java/net/natNetworkInterface${PLATFORMNET}.cc"
6420 # Likewise for natPlainSocketImpl.cc and natPlainDatagramSocketImpl.cc.
6421 test -d gnu/java || mkdir gnu/java
6422 test -d gnu/java/net || mkdir gnu/java/net
6423 ac_config_links="$ac_config_links gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc"
6425 ac_config_links="$ac_config_links gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc"
6428 # Likewise for natPipeImpl.cc and natSelectorImpl.cc.
6429 test -d gnu/java/nio || mkdir gnu/java/nio
6430 ac_config_links="$ac_config_links gnu/java/nio/natPipeImpl.cc:gnu/java/nio/natPipeImpl${PLATFORM}.cc"
6432 ac_config_links="$ac_config_links gnu/java/nio/natSelectorImpl.cc:gnu/java/nio/natSelectorImpl${PLATFORM}.cc"
6434 test -d gnu/java/nio/channels || mkdir gnu/java/nio/channels
6435 ac_config_links="$ac_config_links gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc"
6438 case "${host}" in
6439 *mingw*)
6440 SYSTEMSPEC="-lgdi32 -lws2_32"
6441 if test "${with_win32_nlsapi}" = "unicows"; then
6442 SYSTEMSPEC="-lunicows $SYSTEMSPEC"
6446 SYSTEMSPEC=
6448 esac
6451 LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
6455 # Check whether --with-system-zlib or --without-system-zlib was given.
6456 if test "${with_system_zlib+set}" = set; then
6457 withval="$with_system_zlib"
6460 ZLIBSPEC=
6462 ZLIBTESTSPEC=
6465 echo "$as_me:$LINENO: checking for X" >&5
6466 echo $ECHO_N "checking for X... $ECHO_C" >&6
6469 # Check whether --with-x or --without-x was given.
6470 if test "${with_x+set}" = set; then
6471 withval="$with_x"
6474 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
6475 if test "x$with_x" = xno; then
6476 # The user explicitly disabled X.
6477 have_x=disabled
6478 else
6479 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
6480 # Both variables are already set.
6481 have_x=yes
6482 else
6483 if test "${ac_cv_have_x+set}" = set; then
6484 echo $ECHO_N "(cached) $ECHO_C" >&6
6485 else
6486 # One or both of the vars are not set, and there is no cached value.
6487 ac_x_includes=no ac_x_libraries=no
6488 rm -fr conftest.dir
6489 if mkdir conftest.dir; then
6490 cd conftest.dir
6491 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
6492 cat >Imakefile <<'_ACEOF'
6493 acfindx:
6494 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
6495 _ACEOF
6496 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
6497 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
6498 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
6499 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6500 for ac_extension in a so sl; do
6501 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6502 test -f $ac_im_libdir/libX11.$ac_extension; then
6503 ac_im_usrlibdir=$ac_im_libdir; break
6505 done
6506 # Screen out bogus values from the imake configuration. They are
6507 # bogus both because they are the default anyway, and because
6508 # using them would break gcc on systems where it needs fixed includes.
6509 case $ac_im_incroot in
6510 /usr/include) ;;
6511 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
6512 esac
6513 case $ac_im_usrlibdir in
6514 /usr/lib | /lib) ;;
6515 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
6516 esac
6518 cd ..
6519 rm -fr conftest.dir
6522 # Standard set of common directories for X headers.
6523 # Check X11 before X11Rn because it is often a symlink to the current release.
6524 ac_x_header_dirs='
6525 /usr/X11/include
6526 /usr/X11R6/include
6527 /usr/X11R5/include
6528 /usr/X11R4/include
6530 /usr/include/X11
6531 /usr/include/X11R6
6532 /usr/include/X11R5
6533 /usr/include/X11R4
6535 /usr/local/X11/include
6536 /usr/local/X11R6/include
6537 /usr/local/X11R5/include
6538 /usr/local/X11R4/include
6540 /usr/local/include/X11
6541 /usr/local/include/X11R6
6542 /usr/local/include/X11R5
6543 /usr/local/include/X11R4
6545 /usr/X386/include
6546 /usr/x386/include
6547 /usr/XFree86/include/X11
6549 /usr/include
6550 /usr/local/include
6551 /usr/unsupported/include
6552 /usr/athena/include
6553 /usr/local/x11r5/include
6554 /usr/lpp/Xamples/include
6556 /usr/openwin/include
6557 /usr/openwin/share/include'
6559 if test "$ac_x_includes" = no; then
6560 # Guess where to find include files, by looking for Intrinsic.h.
6561 # First, try using that file with no special directory specified.
6562 cat >conftest.$ac_ext <<_ACEOF
6563 /* confdefs.h. */
6564 _ACEOF
6565 cat confdefs.h >>conftest.$ac_ext
6566 cat >>conftest.$ac_ext <<_ACEOF
6567 /* end confdefs.h. */
6568 #include <X11/Intrinsic.h>
6569 _ACEOF
6570 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6571 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6572 ac_status=$?
6573 grep -v '^ *+' conftest.er1 >conftest.err
6574 rm -f conftest.er1
6575 cat conftest.err >&5
6576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6577 (exit $ac_status); } >/dev/null; then
6578 if test -s conftest.err; then
6579 ac_cpp_err=$ac_c_preproc_warn_flag
6580 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6581 else
6582 ac_cpp_err=
6584 else
6585 ac_cpp_err=yes
6587 if test -z "$ac_cpp_err"; then
6588 # We can compile using X headers with no special include directory.
6589 ac_x_includes=
6590 else
6591 echo "$as_me: failed program was:" >&5
6592 sed 's/^/| /' conftest.$ac_ext >&5
6594 for ac_dir in $ac_x_header_dirs; do
6595 if test -r "$ac_dir/X11/Intrinsic.h"; then
6596 ac_x_includes=$ac_dir
6597 break
6599 done
6601 rm -f conftest.err conftest.$ac_ext
6602 fi # $ac_x_includes = no
6604 if test "$ac_x_libraries" = no; then
6605 # Check for the libraries.
6606 # See if we find them without any special options.
6607 # Don't add to $LIBS permanently.
6608 ac_save_LIBS=$LIBS
6609 LIBS="-lXt $LIBS"
6610 if test x$gcc_no_link = xyes; then
6611 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6612 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6613 { (exit 1); exit 1; }; }
6615 cat >conftest.$ac_ext <<_ACEOF
6616 /* confdefs.h. */
6617 _ACEOF
6618 cat confdefs.h >>conftest.$ac_ext
6619 cat >>conftest.$ac_ext <<_ACEOF
6620 /* end confdefs.h. */
6621 #include <X11/Intrinsic.h>
6623 main ()
6625 XtMalloc (0)
6627 return 0;
6629 _ACEOF
6630 rm -f conftest.$ac_objext conftest$ac_exeext
6631 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6632 (eval $ac_link) 2>conftest.er1
6633 ac_status=$?
6634 grep -v '^ *+' conftest.er1 >conftest.err
6635 rm -f conftest.er1
6636 cat conftest.err >&5
6637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6638 (exit $ac_status); } &&
6639 { ac_try='test -z "$ac_c_werror_flag"
6640 || test ! -s conftest.err'
6641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6642 (eval $ac_try) 2>&5
6643 ac_status=$?
6644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6645 (exit $ac_status); }; } &&
6646 { ac_try='test -s conftest$ac_exeext'
6647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6648 (eval $ac_try) 2>&5
6649 ac_status=$?
6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651 (exit $ac_status); }; }; then
6652 LIBS=$ac_save_LIBS
6653 # We can link X programs with no special library path.
6654 ac_x_libraries=
6655 else
6656 echo "$as_me: failed program was:" >&5
6657 sed 's/^/| /' conftest.$ac_ext >&5
6659 LIBS=$ac_save_LIBS
6660 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
6662 # Don't even attempt the hair of trying to link an X program!
6663 for ac_extension in a so sl; do
6664 if test -r $ac_dir/libXt.$ac_extension; then
6665 ac_x_libraries=$ac_dir
6666 break 2
6668 done
6669 done
6671 rm -f conftest.err conftest.$ac_objext \
6672 conftest$ac_exeext conftest.$ac_ext
6673 fi # $ac_x_libraries = no
6675 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6676 # Didn't find X anywhere. Cache the known absence of X.
6677 ac_cv_have_x="have_x=no"
6678 else
6679 # Record where we found X for the cache.
6680 ac_cv_have_x="have_x=yes \
6681 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6686 eval "$ac_cv_have_x"
6687 fi # $with_x != no
6689 if test "$have_x" != yes; then
6690 echo "$as_me:$LINENO: result: $have_x" >&5
6691 echo "${ECHO_T}$have_x" >&6
6692 no_x=yes
6693 else
6694 # If each of the values was on the command line, it overrides each guess.
6695 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
6696 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
6697 # Update the cache value to reflect the command line values.
6698 ac_cv_have_x="have_x=yes \
6699 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
6700 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
6701 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
6704 if test "$no_x" = yes; then
6705 # Not all programs may use this symbol, but it does not hurt to define it.
6707 cat >>confdefs.h <<\_ACEOF
6708 #define X_DISPLAY_MISSING 1
6709 _ACEOF
6711 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
6712 else
6713 if test -n "$x_includes"; then
6714 X_CFLAGS="$X_CFLAGS -I$x_includes"
6717 # It would also be nice to do this for all -L options, not just this one.
6718 if test -n "$x_libraries"; then
6719 X_LIBS="$X_LIBS -L$x_libraries"
6720 # For Solaris; some versions of Sun CC require a space after -R and
6721 # others require no space. Words are not sufficient . . . .
6722 case `(uname -sr) 2>/dev/null` in
6723 "SunOS 5"*)
6724 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
6725 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
6726 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
6727 if test x$gcc_no_link = xyes; then
6728 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6729 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6730 { (exit 1); exit 1; }; }
6732 cat >conftest.$ac_ext <<_ACEOF
6733 /* confdefs.h. */
6734 _ACEOF
6735 cat confdefs.h >>conftest.$ac_ext
6736 cat >>conftest.$ac_ext <<_ACEOF
6737 /* end confdefs.h. */
6740 main ()
6744 return 0;
6746 _ACEOF
6747 rm -f conftest.$ac_objext conftest$ac_exeext
6748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6749 (eval $ac_link) 2>conftest.er1
6750 ac_status=$?
6751 grep -v '^ *+' conftest.er1 >conftest.err
6752 rm -f conftest.er1
6753 cat conftest.err >&5
6754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6755 (exit $ac_status); } &&
6756 { ac_try='test -z "$ac_c_werror_flag"
6757 || test ! -s conftest.err'
6758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6759 (eval $ac_try) 2>&5
6760 ac_status=$?
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); }; } &&
6763 { ac_try='test -s conftest$ac_exeext'
6764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6765 (eval $ac_try) 2>&5
6766 ac_status=$?
6767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6768 (exit $ac_status); }; }; then
6769 ac_R_nospace=yes
6770 else
6771 echo "$as_me: failed program was:" >&5
6772 sed 's/^/| /' conftest.$ac_ext >&5
6774 ac_R_nospace=no
6776 rm -f conftest.err conftest.$ac_objext \
6777 conftest$ac_exeext conftest.$ac_ext
6778 if test $ac_R_nospace = yes; then
6779 echo "$as_me:$LINENO: result: no" >&5
6780 echo "${ECHO_T}no" >&6
6781 X_LIBS="$X_LIBS -R$x_libraries"
6782 else
6783 LIBS="$ac_xsave_LIBS -R $x_libraries"
6784 if test x$gcc_no_link = xyes; then
6785 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6786 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6787 { (exit 1); exit 1; }; }
6789 cat >conftest.$ac_ext <<_ACEOF
6790 /* confdefs.h. */
6791 _ACEOF
6792 cat confdefs.h >>conftest.$ac_ext
6793 cat >>conftest.$ac_ext <<_ACEOF
6794 /* end confdefs.h. */
6797 main ()
6801 return 0;
6803 _ACEOF
6804 rm -f conftest.$ac_objext conftest$ac_exeext
6805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6806 (eval $ac_link) 2>conftest.er1
6807 ac_status=$?
6808 grep -v '^ *+' conftest.er1 >conftest.err
6809 rm -f conftest.er1
6810 cat conftest.err >&5
6811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6812 (exit $ac_status); } &&
6813 { ac_try='test -z "$ac_c_werror_flag"
6814 || test ! -s conftest.err'
6815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6816 (eval $ac_try) 2>&5
6817 ac_status=$?
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); }; } &&
6820 { ac_try='test -s conftest$ac_exeext'
6821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6822 (eval $ac_try) 2>&5
6823 ac_status=$?
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); }; }; then
6826 ac_R_space=yes
6827 else
6828 echo "$as_me: failed program was:" >&5
6829 sed 's/^/| /' conftest.$ac_ext >&5
6831 ac_R_space=no
6833 rm -f conftest.err conftest.$ac_objext \
6834 conftest$ac_exeext conftest.$ac_ext
6835 if test $ac_R_space = yes; then
6836 echo "$as_me:$LINENO: result: yes" >&5
6837 echo "${ECHO_T}yes" >&6
6838 X_LIBS="$X_LIBS -R $x_libraries"
6839 else
6840 echo "$as_me:$LINENO: result: neither works" >&5
6841 echo "${ECHO_T}neither works" >&6
6844 LIBS=$ac_xsave_LIBS
6845 esac
6848 # Check for system-dependent libraries X programs must link with.
6849 # Do this before checking for the system-independent R6 libraries
6850 # (-lICE), since we may need -lsocket or whatever for X linking.
6852 if test "$ISC" = yes; then
6853 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
6854 else
6855 # Martyn Johnson says this is needed for Ultrix, if the X
6856 # libraries were built with DECnet support. And Karl Berry says
6857 # the Alpha needs dnet_stub (dnet does not exist).
6858 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
6859 if test x$gcc_no_link = xyes; then
6860 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6861 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6862 { (exit 1); exit 1; }; }
6864 cat >conftest.$ac_ext <<_ACEOF
6865 /* confdefs.h. */
6866 _ACEOF
6867 cat confdefs.h >>conftest.$ac_ext
6868 cat >>conftest.$ac_ext <<_ACEOF
6869 /* end confdefs.h. */
6871 /* Override any gcc2 internal prototype to avoid an error. */
6872 #ifdef __cplusplus
6873 extern "C"
6874 #endif
6875 /* We use char because int might match the return type of a gcc2
6876 builtin and then its argument prototype would still apply. */
6877 char XOpenDisplay ();
6879 main ()
6881 XOpenDisplay ();
6883 return 0;
6885 _ACEOF
6886 rm -f conftest.$ac_objext conftest$ac_exeext
6887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6888 (eval $ac_link) 2>conftest.er1
6889 ac_status=$?
6890 grep -v '^ *+' conftest.er1 >conftest.err
6891 rm -f conftest.er1
6892 cat conftest.err >&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } &&
6895 { ac_try='test -z "$ac_c_werror_flag"
6896 || test ! -s conftest.err'
6897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6898 (eval $ac_try) 2>&5
6899 ac_status=$?
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); }; } &&
6902 { ac_try='test -s conftest$ac_exeext'
6903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6904 (eval $ac_try) 2>&5
6905 ac_status=$?
6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6907 (exit $ac_status); }; }; then
6909 else
6910 echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.$ac_ext >&5
6913 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
6914 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6915 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6916 echo $ECHO_N "(cached) $ECHO_C" >&6
6917 else
6918 ac_check_lib_save_LIBS=$LIBS
6919 LIBS="-ldnet $LIBS"
6920 if test x$gcc_no_link = xyes; then
6921 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6922 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6923 { (exit 1); exit 1; }; }
6925 cat >conftest.$ac_ext <<_ACEOF
6926 /* confdefs.h. */
6927 _ACEOF
6928 cat confdefs.h >>conftest.$ac_ext
6929 cat >>conftest.$ac_ext <<_ACEOF
6930 /* end confdefs.h. */
6932 /* Override any gcc2 internal prototype to avoid an error. */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 /* We use char because int might match the return type of a gcc2
6937 builtin and then its argument prototype would still apply. */
6938 char dnet_ntoa ();
6940 main ()
6942 dnet_ntoa ();
6944 return 0;
6946 _ACEOF
6947 rm -f conftest.$ac_objext conftest$ac_exeext
6948 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6949 (eval $ac_link) 2>conftest.er1
6950 ac_status=$?
6951 grep -v '^ *+' conftest.er1 >conftest.err
6952 rm -f conftest.er1
6953 cat conftest.err >&5
6954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6955 (exit $ac_status); } &&
6956 { ac_try='test -z "$ac_c_werror_flag"
6957 || test ! -s conftest.err'
6958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6959 (eval $ac_try) 2>&5
6960 ac_status=$?
6961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6962 (exit $ac_status); }; } &&
6963 { ac_try='test -s conftest$ac_exeext'
6964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6965 (eval $ac_try) 2>&5
6966 ac_status=$?
6967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968 (exit $ac_status); }; }; then
6969 ac_cv_lib_dnet_dnet_ntoa=yes
6970 else
6971 echo "$as_me: failed program was:" >&5
6972 sed 's/^/| /' conftest.$ac_ext >&5
6974 ac_cv_lib_dnet_dnet_ntoa=no
6976 rm -f conftest.err conftest.$ac_objext \
6977 conftest$ac_exeext conftest.$ac_ext
6978 LIBS=$ac_check_lib_save_LIBS
6980 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6981 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6982 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6983 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
6986 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
6987 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
6988 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
6989 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
6990 echo $ECHO_N "(cached) $ECHO_C" >&6
6991 else
6992 ac_check_lib_save_LIBS=$LIBS
6993 LIBS="-ldnet_stub $LIBS"
6994 if test x$gcc_no_link = xyes; then
6995 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6996 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6997 { (exit 1); exit 1; }; }
6999 cat >conftest.$ac_ext <<_ACEOF
7000 /* confdefs.h. */
7001 _ACEOF
7002 cat confdefs.h >>conftest.$ac_ext
7003 cat >>conftest.$ac_ext <<_ACEOF
7004 /* end confdefs.h. */
7006 /* Override any gcc2 internal prototype to avoid an error. */
7007 #ifdef __cplusplus
7008 extern "C"
7009 #endif
7010 /* We use char because int might match the return type of a gcc2
7011 builtin and then its argument prototype would still apply. */
7012 char dnet_ntoa ();
7014 main ()
7016 dnet_ntoa ();
7018 return 0;
7020 _ACEOF
7021 rm -f conftest.$ac_objext conftest$ac_exeext
7022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7023 (eval $ac_link) 2>conftest.er1
7024 ac_status=$?
7025 grep -v '^ *+' conftest.er1 >conftest.err
7026 rm -f conftest.er1
7027 cat conftest.err >&5
7028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } &&
7030 { ac_try='test -z "$ac_c_werror_flag"
7031 || test ! -s conftest.err'
7032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7033 (eval $ac_try) 2>&5
7034 ac_status=$?
7035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7036 (exit $ac_status); }; } &&
7037 { ac_try='test -s conftest$ac_exeext'
7038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7039 (eval $ac_try) 2>&5
7040 ac_status=$?
7041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042 (exit $ac_status); }; }; then
7043 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7044 else
7045 echo "$as_me: failed program was:" >&5
7046 sed 's/^/| /' conftest.$ac_ext >&5
7048 ac_cv_lib_dnet_stub_dnet_ntoa=no
7050 rm -f conftest.err conftest.$ac_objext \
7051 conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7054 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7055 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
7056 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
7057 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7062 rm -f conftest.err conftest.$ac_objext \
7063 conftest$ac_exeext conftest.$ac_ext
7064 LIBS="$ac_xsave_LIBS"
7066 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7067 # to get the SysV transport functions.
7068 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7069 # needs -lnsl.
7070 # The nsl library prevents programs from opening the X display
7071 # on Irix 5.2, according to T.E. Dickey.
7072 # The functions gethostbyname, getservbyname, and inet_addr are
7073 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7074 echo "$as_me:$LINENO: checking for gethostbyname" >&5
7075 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
7076 if test "${ac_cv_func_gethostbyname+set}" = set; then
7077 echo $ECHO_N "(cached) $ECHO_C" >&6
7078 else
7079 if test x$gcc_no_link = xyes; then
7080 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7081 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7082 { (exit 1); exit 1; }; }
7084 cat >conftest.$ac_ext <<_ACEOF
7085 /* confdefs.h. */
7086 _ACEOF
7087 cat confdefs.h >>conftest.$ac_ext
7088 cat >>conftest.$ac_ext <<_ACEOF
7089 /* end confdefs.h. */
7090 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
7091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7092 #define gethostbyname innocuous_gethostbyname
7094 /* System header to define __stub macros and hopefully few prototypes,
7095 which can conflict with char gethostbyname (); below.
7096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7097 <limits.h> exists even on freestanding compilers. */
7099 #ifdef __STDC__
7100 # include <limits.h>
7101 #else
7102 # include <assert.h>
7103 #endif
7105 #undef gethostbyname
7107 /* Override any gcc2 internal prototype to avoid an error. */
7108 #ifdef __cplusplus
7109 extern "C"
7111 #endif
7112 /* We use char because int might match the return type of a gcc2
7113 builtin and then its argument prototype would still apply. */
7114 char gethostbyname ();
7115 /* The GNU C library defines this for functions which it implements
7116 to always fail with ENOSYS. Some functions are actually named
7117 something starting with __ and the normal name is an alias. */
7118 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
7119 choke me
7120 #else
7121 char (*f) () = gethostbyname;
7122 #endif
7123 #ifdef __cplusplus
7125 #endif
7128 main ()
7130 return f != gethostbyname;
7132 return 0;
7134 _ACEOF
7135 rm -f conftest.$ac_objext conftest$ac_exeext
7136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7137 (eval $ac_link) 2>conftest.er1
7138 ac_status=$?
7139 grep -v '^ *+' conftest.er1 >conftest.err
7140 rm -f conftest.er1
7141 cat conftest.err >&5
7142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7143 (exit $ac_status); } &&
7144 { ac_try='test -z "$ac_c_werror_flag"
7145 || test ! -s conftest.err'
7146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7147 (eval $ac_try) 2>&5
7148 ac_status=$?
7149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7150 (exit $ac_status); }; } &&
7151 { ac_try='test -s conftest$ac_exeext'
7152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7153 (eval $ac_try) 2>&5
7154 ac_status=$?
7155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156 (exit $ac_status); }; }; then
7157 ac_cv_func_gethostbyname=yes
7158 else
7159 echo "$as_me: failed program was:" >&5
7160 sed 's/^/| /' conftest.$ac_ext >&5
7162 ac_cv_func_gethostbyname=no
7164 rm -f conftest.err conftest.$ac_objext \
7165 conftest$ac_exeext conftest.$ac_ext
7167 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
7168 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
7170 if test $ac_cv_func_gethostbyname = no; then
7171 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
7172 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
7173 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
7174 echo $ECHO_N "(cached) $ECHO_C" >&6
7175 else
7176 ac_check_lib_save_LIBS=$LIBS
7177 LIBS="-lnsl $LIBS"
7178 if test x$gcc_no_link = xyes; then
7179 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7180 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7181 { (exit 1); exit 1; }; }
7183 cat >conftest.$ac_ext <<_ACEOF
7184 /* confdefs.h. */
7185 _ACEOF
7186 cat confdefs.h >>conftest.$ac_ext
7187 cat >>conftest.$ac_ext <<_ACEOF
7188 /* end confdefs.h. */
7190 /* Override any gcc2 internal prototype to avoid an error. */
7191 #ifdef __cplusplus
7192 extern "C"
7193 #endif
7194 /* We use char because int might match the return type of a gcc2
7195 builtin and then its argument prototype would still apply. */
7196 char gethostbyname ();
7198 main ()
7200 gethostbyname ();
7202 return 0;
7204 _ACEOF
7205 rm -f conftest.$ac_objext conftest$ac_exeext
7206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7207 (eval $ac_link) 2>conftest.er1
7208 ac_status=$?
7209 grep -v '^ *+' conftest.er1 >conftest.err
7210 rm -f conftest.er1
7211 cat conftest.err >&5
7212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7213 (exit $ac_status); } &&
7214 { ac_try='test -z "$ac_c_werror_flag"
7215 || test ! -s conftest.err'
7216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7217 (eval $ac_try) 2>&5
7218 ac_status=$?
7219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7220 (exit $ac_status); }; } &&
7221 { ac_try='test -s conftest$ac_exeext'
7222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7223 (eval $ac_try) 2>&5
7224 ac_status=$?
7225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7226 (exit $ac_status); }; }; then
7227 ac_cv_lib_nsl_gethostbyname=yes
7228 else
7229 echo "$as_me: failed program was:" >&5
7230 sed 's/^/| /' conftest.$ac_ext >&5
7232 ac_cv_lib_nsl_gethostbyname=no
7234 rm -f conftest.err conftest.$ac_objext \
7235 conftest$ac_exeext conftest.$ac_ext
7236 LIBS=$ac_check_lib_save_LIBS
7238 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
7239 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
7240 if test $ac_cv_lib_nsl_gethostbyname = yes; then
7241 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7244 if test $ac_cv_lib_nsl_gethostbyname = no; then
7245 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
7246 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
7247 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
7248 echo $ECHO_N "(cached) $ECHO_C" >&6
7249 else
7250 ac_check_lib_save_LIBS=$LIBS
7251 LIBS="-lbsd $LIBS"
7252 if test x$gcc_no_link = xyes; then
7253 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7254 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7255 { (exit 1); exit 1; }; }
7257 cat >conftest.$ac_ext <<_ACEOF
7258 /* confdefs.h. */
7259 _ACEOF
7260 cat confdefs.h >>conftest.$ac_ext
7261 cat >>conftest.$ac_ext <<_ACEOF
7262 /* end confdefs.h. */
7264 /* Override any gcc2 internal prototype to avoid an error. */
7265 #ifdef __cplusplus
7266 extern "C"
7267 #endif
7268 /* We use char because int might match the return type of a gcc2
7269 builtin and then its argument prototype would still apply. */
7270 char gethostbyname ();
7272 main ()
7274 gethostbyname ();
7276 return 0;
7278 _ACEOF
7279 rm -f conftest.$ac_objext conftest$ac_exeext
7280 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7281 (eval $ac_link) 2>conftest.er1
7282 ac_status=$?
7283 grep -v '^ *+' conftest.er1 >conftest.err
7284 rm -f conftest.er1
7285 cat conftest.err >&5
7286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7287 (exit $ac_status); } &&
7288 { ac_try='test -z "$ac_c_werror_flag"
7289 || test ! -s conftest.err'
7290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7291 (eval $ac_try) 2>&5
7292 ac_status=$?
7293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7294 (exit $ac_status); }; } &&
7295 { ac_try='test -s conftest$ac_exeext'
7296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7297 (eval $ac_try) 2>&5
7298 ac_status=$?
7299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7300 (exit $ac_status); }; }; then
7301 ac_cv_lib_bsd_gethostbyname=yes
7302 else
7303 echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7306 ac_cv_lib_bsd_gethostbyname=no
7308 rm -f conftest.err conftest.$ac_objext \
7309 conftest$ac_exeext conftest.$ac_ext
7310 LIBS=$ac_check_lib_save_LIBS
7312 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
7313 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
7314 if test $ac_cv_lib_bsd_gethostbyname = yes; then
7315 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7321 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7322 # socket/setsockopt and other routines are undefined under SCO ODT
7323 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7324 # on later versions), says Simon Leinen: it contains gethostby*
7325 # variants that don't use the name server (or something). -lsocket
7326 # must be given before -lnsl if both are needed. We assume that
7327 # if connect needs -lnsl, so does gethostbyname.
7328 echo "$as_me:$LINENO: checking for connect" >&5
7329 echo $ECHO_N "checking for connect... $ECHO_C" >&6
7330 if test "${ac_cv_func_connect+set}" = set; then
7331 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 else
7333 if test x$gcc_no_link = xyes; then
7334 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7335 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7336 { (exit 1); exit 1; }; }
7338 cat >conftest.$ac_ext <<_ACEOF
7339 /* confdefs.h. */
7340 _ACEOF
7341 cat confdefs.h >>conftest.$ac_ext
7342 cat >>conftest.$ac_ext <<_ACEOF
7343 /* end confdefs.h. */
7344 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
7345 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7346 #define connect innocuous_connect
7348 /* System header to define __stub macros and hopefully few prototypes,
7349 which can conflict with char connect (); below.
7350 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7351 <limits.h> exists even on freestanding compilers. */
7353 #ifdef __STDC__
7354 # include <limits.h>
7355 #else
7356 # include <assert.h>
7357 #endif
7359 #undef connect
7361 /* Override any gcc2 internal prototype to avoid an error. */
7362 #ifdef __cplusplus
7363 extern "C"
7365 #endif
7366 /* We use char because int might match the return type of a gcc2
7367 builtin and then its argument prototype would still apply. */
7368 char connect ();
7369 /* The GNU C library defines this for functions which it implements
7370 to always fail with ENOSYS. Some functions are actually named
7371 something starting with __ and the normal name is an alias. */
7372 #if defined (__stub_connect) || defined (__stub___connect)
7373 choke me
7374 #else
7375 char (*f) () = connect;
7376 #endif
7377 #ifdef __cplusplus
7379 #endif
7382 main ()
7384 return f != connect;
7386 return 0;
7388 _ACEOF
7389 rm -f conftest.$ac_objext conftest$ac_exeext
7390 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7391 (eval $ac_link) 2>conftest.er1
7392 ac_status=$?
7393 grep -v '^ *+' conftest.er1 >conftest.err
7394 rm -f conftest.er1
7395 cat conftest.err >&5
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); } &&
7398 { ac_try='test -z "$ac_c_werror_flag"
7399 || test ! -s conftest.err'
7400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7401 (eval $ac_try) 2>&5
7402 ac_status=$?
7403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7404 (exit $ac_status); }; } &&
7405 { ac_try='test -s conftest$ac_exeext'
7406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7407 (eval $ac_try) 2>&5
7408 ac_status=$?
7409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7410 (exit $ac_status); }; }; then
7411 ac_cv_func_connect=yes
7412 else
7413 echo "$as_me: failed program was:" >&5
7414 sed 's/^/| /' conftest.$ac_ext >&5
7416 ac_cv_func_connect=no
7418 rm -f conftest.err conftest.$ac_objext \
7419 conftest$ac_exeext conftest.$ac_ext
7421 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
7422 echo "${ECHO_T}$ac_cv_func_connect" >&6
7424 if test $ac_cv_func_connect = no; then
7425 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
7426 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
7427 if test "${ac_cv_lib_socket_connect+set}" = set; then
7428 echo $ECHO_N "(cached) $ECHO_C" >&6
7429 else
7430 ac_check_lib_save_LIBS=$LIBS
7431 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7432 if test x$gcc_no_link = xyes; then
7433 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7434 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7435 { (exit 1); exit 1; }; }
7437 cat >conftest.$ac_ext <<_ACEOF
7438 /* confdefs.h. */
7439 _ACEOF
7440 cat confdefs.h >>conftest.$ac_ext
7441 cat >>conftest.$ac_ext <<_ACEOF
7442 /* end confdefs.h. */
7444 /* Override any gcc2 internal prototype to avoid an error. */
7445 #ifdef __cplusplus
7446 extern "C"
7447 #endif
7448 /* We use char because int might match the return type of a gcc2
7449 builtin and then its argument prototype would still apply. */
7450 char connect ();
7452 main ()
7454 connect ();
7456 return 0;
7458 _ACEOF
7459 rm -f conftest.$ac_objext conftest$ac_exeext
7460 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7461 (eval $ac_link) 2>conftest.er1
7462 ac_status=$?
7463 grep -v '^ *+' conftest.er1 >conftest.err
7464 rm -f conftest.er1
7465 cat conftest.err >&5
7466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7467 (exit $ac_status); } &&
7468 { ac_try='test -z "$ac_c_werror_flag"
7469 || test ! -s conftest.err'
7470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7471 (eval $ac_try) 2>&5
7472 ac_status=$?
7473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474 (exit $ac_status); }; } &&
7475 { ac_try='test -s conftest$ac_exeext'
7476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7477 (eval $ac_try) 2>&5
7478 ac_status=$?
7479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7480 (exit $ac_status); }; }; then
7481 ac_cv_lib_socket_connect=yes
7482 else
7483 echo "$as_me: failed program was:" >&5
7484 sed 's/^/| /' conftest.$ac_ext >&5
7486 ac_cv_lib_socket_connect=no
7488 rm -f conftest.err conftest.$ac_objext \
7489 conftest$ac_exeext conftest.$ac_ext
7490 LIBS=$ac_check_lib_save_LIBS
7492 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
7493 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
7494 if test $ac_cv_lib_socket_connect = yes; then
7495 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7500 # Guillermo Gomez says -lposix is necessary on A/UX.
7501 echo "$as_me:$LINENO: checking for remove" >&5
7502 echo $ECHO_N "checking for remove... $ECHO_C" >&6
7503 if test "${ac_cv_func_remove+set}" = set; then
7504 echo $ECHO_N "(cached) $ECHO_C" >&6
7505 else
7506 if test x$gcc_no_link = xyes; then
7507 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7508 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7509 { (exit 1); exit 1; }; }
7511 cat >conftest.$ac_ext <<_ACEOF
7512 /* confdefs.h. */
7513 _ACEOF
7514 cat confdefs.h >>conftest.$ac_ext
7515 cat >>conftest.$ac_ext <<_ACEOF
7516 /* end confdefs.h. */
7517 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
7518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7519 #define remove innocuous_remove
7521 /* System header to define __stub macros and hopefully few prototypes,
7522 which can conflict with char remove (); below.
7523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7524 <limits.h> exists even on freestanding compilers. */
7526 #ifdef __STDC__
7527 # include <limits.h>
7528 #else
7529 # include <assert.h>
7530 #endif
7532 #undef remove
7534 /* Override any gcc2 internal prototype to avoid an error. */
7535 #ifdef __cplusplus
7536 extern "C"
7538 #endif
7539 /* We use char because int might match the return type of a gcc2
7540 builtin and then its argument prototype would still apply. */
7541 char remove ();
7542 /* The GNU C library defines this for functions which it implements
7543 to always fail with ENOSYS. Some functions are actually named
7544 something starting with __ and the normal name is an alias. */
7545 #if defined (__stub_remove) || defined (__stub___remove)
7546 choke me
7547 #else
7548 char (*f) () = remove;
7549 #endif
7550 #ifdef __cplusplus
7552 #endif
7555 main ()
7557 return f != remove;
7559 return 0;
7561 _ACEOF
7562 rm -f conftest.$ac_objext conftest$ac_exeext
7563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7564 (eval $ac_link) 2>conftest.er1
7565 ac_status=$?
7566 grep -v '^ *+' conftest.er1 >conftest.err
7567 rm -f conftest.er1
7568 cat conftest.err >&5
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); } &&
7571 { ac_try='test -z "$ac_c_werror_flag"
7572 || test ! -s conftest.err'
7573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7574 (eval $ac_try) 2>&5
7575 ac_status=$?
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); }; } &&
7578 { ac_try='test -s conftest$ac_exeext'
7579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7580 (eval $ac_try) 2>&5
7581 ac_status=$?
7582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7583 (exit $ac_status); }; }; then
7584 ac_cv_func_remove=yes
7585 else
7586 echo "$as_me: failed program was:" >&5
7587 sed 's/^/| /' conftest.$ac_ext >&5
7589 ac_cv_func_remove=no
7591 rm -f conftest.err conftest.$ac_objext \
7592 conftest$ac_exeext conftest.$ac_ext
7594 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
7595 echo "${ECHO_T}$ac_cv_func_remove" >&6
7597 if test $ac_cv_func_remove = no; then
7598 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
7599 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
7600 if test "${ac_cv_lib_posix_remove+set}" = set; then
7601 echo $ECHO_N "(cached) $ECHO_C" >&6
7602 else
7603 ac_check_lib_save_LIBS=$LIBS
7604 LIBS="-lposix $LIBS"
7605 if test x$gcc_no_link = xyes; then
7606 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7607 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7608 { (exit 1); exit 1; }; }
7610 cat >conftest.$ac_ext <<_ACEOF
7611 /* confdefs.h. */
7612 _ACEOF
7613 cat confdefs.h >>conftest.$ac_ext
7614 cat >>conftest.$ac_ext <<_ACEOF
7615 /* end confdefs.h. */
7617 /* Override any gcc2 internal prototype to avoid an error. */
7618 #ifdef __cplusplus
7619 extern "C"
7620 #endif
7621 /* We use char because int might match the return type of a gcc2
7622 builtin and then its argument prototype would still apply. */
7623 char remove ();
7625 main ()
7627 remove ();
7629 return 0;
7631 _ACEOF
7632 rm -f conftest.$ac_objext conftest$ac_exeext
7633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7634 (eval $ac_link) 2>conftest.er1
7635 ac_status=$?
7636 grep -v '^ *+' conftest.er1 >conftest.err
7637 rm -f conftest.er1
7638 cat conftest.err >&5
7639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7640 (exit $ac_status); } &&
7641 { ac_try='test -z "$ac_c_werror_flag"
7642 || test ! -s conftest.err'
7643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7644 (eval $ac_try) 2>&5
7645 ac_status=$?
7646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647 (exit $ac_status); }; } &&
7648 { ac_try='test -s conftest$ac_exeext'
7649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7650 (eval $ac_try) 2>&5
7651 ac_status=$?
7652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7653 (exit $ac_status); }; }; then
7654 ac_cv_lib_posix_remove=yes
7655 else
7656 echo "$as_me: failed program was:" >&5
7657 sed 's/^/| /' conftest.$ac_ext >&5
7659 ac_cv_lib_posix_remove=no
7661 rm -f conftest.err conftest.$ac_objext \
7662 conftest$ac_exeext conftest.$ac_ext
7663 LIBS=$ac_check_lib_save_LIBS
7665 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
7666 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
7667 if test $ac_cv_lib_posix_remove = yes; then
7668 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7673 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7674 echo "$as_me:$LINENO: checking for shmat" >&5
7675 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
7676 if test "${ac_cv_func_shmat+set}" = set; then
7677 echo $ECHO_N "(cached) $ECHO_C" >&6
7678 else
7679 if test x$gcc_no_link = xyes; then
7680 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7681 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7682 { (exit 1); exit 1; }; }
7684 cat >conftest.$ac_ext <<_ACEOF
7685 /* confdefs.h. */
7686 _ACEOF
7687 cat confdefs.h >>conftest.$ac_ext
7688 cat >>conftest.$ac_ext <<_ACEOF
7689 /* end confdefs.h. */
7690 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
7691 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7692 #define shmat innocuous_shmat
7694 /* System header to define __stub macros and hopefully few prototypes,
7695 which can conflict with char shmat (); below.
7696 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7697 <limits.h> exists even on freestanding compilers. */
7699 #ifdef __STDC__
7700 # include <limits.h>
7701 #else
7702 # include <assert.h>
7703 #endif
7705 #undef shmat
7707 /* Override any gcc2 internal prototype to avoid an error. */
7708 #ifdef __cplusplus
7709 extern "C"
7711 #endif
7712 /* We use char because int might match the return type of a gcc2
7713 builtin and then its argument prototype would still apply. */
7714 char shmat ();
7715 /* The GNU C library defines this for functions which it implements
7716 to always fail with ENOSYS. Some functions are actually named
7717 something starting with __ and the normal name is an alias. */
7718 #if defined (__stub_shmat) || defined (__stub___shmat)
7719 choke me
7720 #else
7721 char (*f) () = shmat;
7722 #endif
7723 #ifdef __cplusplus
7725 #endif
7728 main ()
7730 return f != shmat;
7732 return 0;
7734 _ACEOF
7735 rm -f conftest.$ac_objext conftest$ac_exeext
7736 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7737 (eval $ac_link) 2>conftest.er1
7738 ac_status=$?
7739 grep -v '^ *+' conftest.er1 >conftest.err
7740 rm -f conftest.er1
7741 cat conftest.err >&5
7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743 (exit $ac_status); } &&
7744 { ac_try='test -z "$ac_c_werror_flag"
7745 || test ! -s conftest.err'
7746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7747 (eval $ac_try) 2>&5
7748 ac_status=$?
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); }; } &&
7751 { ac_try='test -s conftest$ac_exeext'
7752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7753 (eval $ac_try) 2>&5
7754 ac_status=$?
7755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756 (exit $ac_status); }; }; then
7757 ac_cv_func_shmat=yes
7758 else
7759 echo "$as_me: failed program was:" >&5
7760 sed 's/^/| /' conftest.$ac_ext >&5
7762 ac_cv_func_shmat=no
7764 rm -f conftest.err conftest.$ac_objext \
7765 conftest$ac_exeext conftest.$ac_ext
7767 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
7768 echo "${ECHO_T}$ac_cv_func_shmat" >&6
7770 if test $ac_cv_func_shmat = no; then
7771 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
7772 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
7773 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
7774 echo $ECHO_N "(cached) $ECHO_C" >&6
7775 else
7776 ac_check_lib_save_LIBS=$LIBS
7777 LIBS="-lipc $LIBS"
7778 if test x$gcc_no_link = xyes; then
7779 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7780 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7781 { (exit 1); exit 1; }; }
7783 cat >conftest.$ac_ext <<_ACEOF
7784 /* confdefs.h. */
7785 _ACEOF
7786 cat confdefs.h >>conftest.$ac_ext
7787 cat >>conftest.$ac_ext <<_ACEOF
7788 /* end confdefs.h. */
7790 /* Override any gcc2 internal prototype to avoid an error. */
7791 #ifdef __cplusplus
7792 extern "C"
7793 #endif
7794 /* We use char because int might match the return type of a gcc2
7795 builtin and then its argument prototype would still apply. */
7796 char shmat ();
7798 main ()
7800 shmat ();
7802 return 0;
7804 _ACEOF
7805 rm -f conftest.$ac_objext conftest$ac_exeext
7806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7807 (eval $ac_link) 2>conftest.er1
7808 ac_status=$?
7809 grep -v '^ *+' conftest.er1 >conftest.err
7810 rm -f conftest.er1
7811 cat conftest.err >&5
7812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } &&
7814 { ac_try='test -z "$ac_c_werror_flag"
7815 || test ! -s conftest.err'
7816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7817 (eval $ac_try) 2>&5
7818 ac_status=$?
7819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7820 (exit $ac_status); }; } &&
7821 { ac_try='test -s conftest$ac_exeext'
7822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7823 (eval $ac_try) 2>&5
7824 ac_status=$?
7825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 (exit $ac_status); }; }; then
7827 ac_cv_lib_ipc_shmat=yes
7828 else
7829 echo "$as_me: failed program was:" >&5
7830 sed 's/^/| /' conftest.$ac_ext >&5
7832 ac_cv_lib_ipc_shmat=no
7834 rm -f conftest.err conftest.$ac_objext \
7835 conftest$ac_exeext conftest.$ac_ext
7836 LIBS=$ac_check_lib_save_LIBS
7838 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
7839 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
7840 if test $ac_cv_lib_ipc_shmat = yes; then
7841 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7847 # Check for libraries that X11R6 Xt/Xaw programs need.
7848 ac_save_LDFLAGS=$LDFLAGS
7849 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7850 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7851 # check for ICE first), but we must link in the order -lSM -lICE or
7852 # we get undefined symbols. So assume we have SM if we have ICE.
7853 # These have to be linked with before -lX11, unlike the other
7854 # libraries we check for below, so use a different variable.
7855 # John Interrante, Karl Berry
7856 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
7857 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
7858 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 else
7861 ac_check_lib_save_LIBS=$LIBS
7862 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7863 if test x$gcc_no_link = xyes; then
7864 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7865 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7866 { (exit 1); exit 1; }; }
7868 cat >conftest.$ac_ext <<_ACEOF
7869 /* confdefs.h. */
7870 _ACEOF
7871 cat confdefs.h >>conftest.$ac_ext
7872 cat >>conftest.$ac_ext <<_ACEOF
7873 /* end confdefs.h. */
7875 /* Override any gcc2 internal prototype to avoid an error. */
7876 #ifdef __cplusplus
7877 extern "C"
7878 #endif
7879 /* We use char because int might match the return type of a gcc2
7880 builtin and then its argument prototype would still apply. */
7881 char IceConnectionNumber ();
7883 main ()
7885 IceConnectionNumber ();
7887 return 0;
7889 _ACEOF
7890 rm -f conftest.$ac_objext conftest$ac_exeext
7891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7892 (eval $ac_link) 2>conftest.er1
7893 ac_status=$?
7894 grep -v '^ *+' conftest.er1 >conftest.err
7895 rm -f conftest.er1
7896 cat conftest.err >&5
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 (exit $ac_status); } &&
7899 { ac_try='test -z "$ac_c_werror_flag"
7900 || test ! -s conftest.err'
7901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7902 (eval $ac_try) 2>&5
7903 ac_status=$?
7904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7905 (exit $ac_status); }; } &&
7906 { ac_try='test -s conftest$ac_exeext'
7907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7908 (eval $ac_try) 2>&5
7909 ac_status=$?
7910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911 (exit $ac_status); }; }; then
7912 ac_cv_lib_ICE_IceConnectionNumber=yes
7913 else
7914 echo "$as_me: failed program was:" >&5
7915 sed 's/^/| /' conftest.$ac_ext >&5
7917 ac_cv_lib_ICE_IceConnectionNumber=no
7919 rm -f conftest.err conftest.$ac_objext \
7920 conftest$ac_exeext conftest.$ac_ext
7921 LIBS=$ac_check_lib_save_LIBS
7923 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7924 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
7925 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
7926 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7929 LDFLAGS=$ac_save_LDFLAGS
7934 # Determine which AWT peer libraries to build
7935 # Check whether --enable-java-awt or --disable-java-awt was given.
7936 if test "${enable_java_awt+set}" = set; then
7937 enableval="$enable_java_awt"
7941 peerlibs="`echo ${enable_java_awt} | tr ',' ' '`"
7942 use_xlib_awt=""
7943 use_gtk_awt=""
7944 # The default toolkit to use is the first one specified.
7945 TOOLKIT=
7948 for peer in $peerlibs ; do
7949 case $peer in
7950 xlib)
7951 if test "$no_x" = yes; then
7952 echo "*** xlib peers requested but no X library available" 1>&2
7953 exit 1
7954 else
7955 use_xlib_awt="yes"
7956 if test -z "$TOOLKIT"; then
7957 TOOLKIT=gnu.awt.xlib.XToolkit
7961 gtk)
7962 if test "$no_x" = yes; then
7963 echo "*** xlib peers requested but no X library available" 1>&2
7964 exit 1
7965 else
7966 use_gtk_awt=yes
7967 if test -z "$TOOLKIT"; then
7968 TOOLKIT=gnu.java.awt.peer.gtk.GtkToolkit
7970 test -d jniinclude || mkdir jniinclude
7974 use_xlib_awt=
7975 use_gtk_awt=
7976 break
7979 echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
7980 exit 1
7981 esac
7982 done
7986 if test "$use_xlib_awt" = yes; then
7987 XLIB_AWT_TRUE=
7988 XLIB_AWT_FALSE='#'
7989 else
7990 XLIB_AWT_TRUE='#'
7991 XLIB_AWT_FALSE=
7996 if test "$use_gtk_awt" = yes; then
7997 GTK_AWT_TRUE=
7998 GTK_AWT_FALSE='#'
7999 else
8000 GTK_AWT_TRUE='#'
8001 GTK_AWT_FALSE=
8005 # determine whether to enable the cairo GTK Graphics2D backend
8006 # Check whether --enable-gtk-cairo or --disable-gtk-cairo was given.
8007 if test "${enable_gtk_cairo+set}" = set; then
8008 enableval="$enable_gtk_cairo"
8013 if test "x${enable_gtk_cairo}" = xyes; then
8014 GTK_CAIRO_TRUE=
8015 GTK_CAIRO_FALSE='#'
8016 else
8017 GTK_CAIRO_TRUE='#'
8018 GTK_CAIRO_FALSE=
8021 if test "x${enable_gtk_cairo}" = xyes
8022 then
8024 succeeded=no
8026 if test -z "$PKG_CONFIG"; then
8027 # Extract the first word of "pkg-config", so it can be a program name with args.
8028 set dummy pkg-config; ac_word=$2
8029 echo "$as_me:$LINENO: checking for $ac_word" >&5
8030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8031 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
8032 echo $ECHO_N "(cached) $ECHO_C" >&6
8033 else
8034 case $PKG_CONFIG in
8035 [\\/]* | ?:[\\/]*)
8036 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040 for as_dir in $PATH
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8046 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8050 done
8051 done
8053 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8055 esac
8057 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8059 if test -n "$PKG_CONFIG"; then
8060 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
8061 echo "${ECHO_T}$PKG_CONFIG" >&6
8062 else
8063 echo "$as_me:$LINENO: result: no" >&5
8064 echo "${ECHO_T}no" >&6
8069 if test "$PKG_CONFIG" = "no" ; then
8070 echo "*** The pkg-config script could not be found. Make sure it is"
8071 echo "*** in your path, or set the PKG_CONFIG environment variable"
8072 echo "*** to the full path to pkg-config."
8073 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
8074 else
8075 PKG_CONFIG_MIN_VERSION=0.9.0
8076 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8077 echo "$as_me:$LINENO: checking for cairo" >&5
8078 echo $ECHO_N "checking for cairo... $ECHO_C" >&6
8080 if $PKG_CONFIG --exists "cairo" ; then
8081 echo "$as_me:$LINENO: result: yes" >&5
8082 echo "${ECHO_T}yes" >&6
8083 succeeded=yes
8085 echo "$as_me:$LINENO: checking CAIRO_CFLAGS" >&5
8086 echo $ECHO_N "checking CAIRO_CFLAGS... $ECHO_C" >&6
8087 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo"`
8088 echo "$as_me:$LINENO: result: $CAIRO_CFLAGS" >&5
8089 echo "${ECHO_T}$CAIRO_CFLAGS" >&6
8091 echo "$as_me:$LINENO: checking CAIRO_LIBS" >&5
8092 echo $ECHO_N "checking CAIRO_LIBS... $ECHO_C" >&6
8093 CAIRO_LIBS=`$PKG_CONFIG --libs "cairo"`
8094 echo "$as_me:$LINENO: result: $CAIRO_LIBS" >&5
8095 echo "${ECHO_T}$CAIRO_LIBS" >&6
8096 else
8097 CAIRO_CFLAGS=""
8098 CAIRO_LIBS=""
8099 ## If we have a custom action on failure, don't print errors, but
8100 ## do set a variable so people can do so.
8101 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
8102 echo $CAIRO_PKG_ERRORS
8107 else
8108 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8109 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8113 if test $succeeded = yes; then
8115 else
8116 { { echo "$as_me:$LINENO: error: Library requirements (cairo) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
8117 echo "$as_me: error: Library requirements (cairo) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
8118 { (exit 1); exit 1; }; }
8122 succeeded=no
8124 if test -z "$PKG_CONFIG"; then
8125 # Extract the first word of "pkg-config", so it can be a program name with args.
8126 set dummy pkg-config; ac_word=$2
8127 echo "$as_me:$LINENO: checking for $ac_word" >&5
8128 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8129 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
8130 echo $ECHO_N "(cached) $ECHO_C" >&6
8131 else
8132 case $PKG_CONFIG in
8133 [\\/]* | ?:[\\/]*)
8134 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8138 for as_dir in $PATH
8140 IFS=$as_save_IFS
8141 test -z "$as_dir" && as_dir=.
8142 for ac_exec_ext in '' $ac_executable_extensions; do
8143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8144 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
8145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8146 break 2
8148 done
8149 done
8151 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
8153 esac
8155 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
8157 if test -n "$PKG_CONFIG"; then
8158 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
8159 echo "${ECHO_T}$PKG_CONFIG" >&6
8160 else
8161 echo "$as_me:$LINENO: result: no" >&5
8162 echo "${ECHO_T}no" >&6
8167 if test "$PKG_CONFIG" = "no" ; then
8168 echo "*** The pkg-config script could not be found. Make sure it is"
8169 echo "*** in your path, or set the PKG_CONFIG environment variable"
8170 echo "*** to the full path to pkg-config."
8171 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
8172 else
8173 PKG_CONFIG_MIN_VERSION=0.9.0
8174 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8175 echo "$as_me:$LINENO: checking for pangoft2" >&5
8176 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
8178 if $PKG_CONFIG --exists "pangoft2" ; then
8179 echo "$as_me:$LINENO: result: yes" >&5
8180 echo "${ECHO_T}yes" >&6
8181 succeeded=yes
8183 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
8184 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
8185 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
8186 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
8187 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
8189 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
8190 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
8191 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
8192 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
8193 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
8194 else
8195 PANGOFT2_CFLAGS=""
8196 PANGOFT2_LIBS=""
8197 ## If we have a custom action on failure, don't print errors, but
8198 ## do set a variable so people can do so.
8199 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
8200 echo $PANGOFT2_PKG_ERRORS
8205 else
8206 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8207 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8211 if test $succeeded = yes; then
8213 else
8214 { { echo "$as_me:$LINENO: error: Library requirements (pangoft2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
8215 echo "$as_me: error: Library requirements (pangoft2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
8216 { (exit 1); exit 1; }; }
8225 # FIXME: this should be _libs on some hosts.
8226 libsubdir=.libs
8228 # Allow the GC to be disabled. Can be useful when debugging.
8229 echo "$as_me:$LINENO: checking for garbage collector to use" >&5
8230 echo $ECHO_N "checking for garbage collector to use... $ECHO_C" >&6
8231 # Check whether --enable-java-gc or --disable-java-gc was given.
8232 if test "${enable_java_gc+set}" = set; then
8233 enableval="$enable_java_gc"
8234 GC=$enableval
8235 else
8236 GC=boehm
8238 GCLIBS=
8239 GCINCS=
8240 GCDEPS=
8241 GCSPEC=
8242 JC1GCSPEC=
8243 GCTESTSPEC=
8244 case "$GC" in
8245 boehm)
8246 echo "$as_me:$LINENO: result: boehm" >&5
8247 echo "${ECHO_T}boehm" >&6
8248 GCLIBS=../boehm-gc/libgcjgc_convenience.la
8249 JC1GCSPEC='-fuse-boehm-gc'
8250 GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
8251 GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
8252 GCOBJS=boehm.lo
8253 GCHDR=boehm-gc.h
8254 # The POSIX thread support needs to know this.
8256 cat >>confdefs.h <<\_ACEOF
8257 #define HAVE_BOEHM_GC 1
8258 _ACEOF
8262 echo "$as_me:$LINENO: result: none" >&5
8263 echo "${ECHO_T}none" >&6
8264 GCHDR=no-gc.h
8267 { { echo "$as_me:$LINENO: error: unrecognized collector \"$GC\"" >&5
8268 echo "$as_me: error: unrecognized collector \"$GC\"" >&2;}
8269 { (exit 1); exit 1; }; }
8271 esac
8278 ac_config_links="$ac_config_links include/java-gc.h:include/$GCHDR"
8282 if test "$GC" = boehm; then
8283 USING_BOEHMGC_TRUE=
8284 USING_BOEHMGC_FALSE='#'
8285 else
8286 USING_BOEHMGC_TRUE='#'
8287 USING_BOEHMGC_FALSE=
8292 if test "$GC" = no; then
8293 USING_NOGC_TRUE=
8294 USING_NOGC_FALSE='#'
8295 else
8296 USING_NOGC_TRUE='#'
8297 USING_NOGC_FALSE=
8302 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
8303 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
8304 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
8305 echo "$as_me:$LINENO: result: $THREADS" >&5
8306 echo "${ECHO_T}$THREADS" >&6
8308 case "$THREADS" in
8309 no | none | single)
8310 THREADS=none
8312 posix | posix95 | pthreads)
8313 THREADS=posix
8314 case "$host" in
8315 *-*-linux*)
8317 cat >>confdefs.h <<\_ACEOF
8318 #define LINUX_THREADS 1
8319 _ACEOF
8322 esac
8324 win32)
8326 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
8327 { { echo "$as_me:$LINENO: error: thread package $THREADS not yet supported" >&5
8328 echo "$as_me: error: thread package $THREADS not yet supported" >&2;}
8329 { (exit 1); exit 1; }; }
8332 { { echo "$as_me:$LINENO: error: $THREADS is an unknown thread package" >&5
8333 echo "$as_me: error: $THREADS is an unknown thread package" >&2;}
8334 { (exit 1); exit 1; }; }
8336 esac
8338 THREADCXXFLAGS=
8339 THREADLDFLAGS=
8340 THREADLIBS=
8341 THREADINCS=
8342 THREADDEPS=
8343 THREADH=
8344 THREADSPEC=
8345 case "$THREADS" in
8346 posix)
8347 case "$host" in
8348 *-*-cygwin*)
8349 # Don't set THREADLIBS here. Cygwin doesn't have -lpthread.
8351 *-*-freebsd[1234]*)
8352 # Before FreeBSD 5, it didn't have -lpthread (or any library which
8353 # merely adds pthread_* functions) but it does have a -pthread switch
8354 # which is required at link-time to select -lc_r *instead* of -lc.
8355 THREADLDFLAGS=-pthread
8356 # Don't set THREADSPEC here as might be expected since -pthread is
8357 # not processed when found within a spec file, it must come from
8358 # the command line. For now, the user must provide the -pthread
8359 # switch to link code compiled with gcj. In future, consider adding
8360 # support for weak references to pthread_* functions ala gthr.h API.
8361 THREADSPEC='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
8363 *-*-freebsd*)
8364 # FreeBSD 5 implements a model much closer to other modern UNIX
8365 # which support threads. However, it still does not support
8366 # -lpthread.
8367 THREADLDFLAGS=-pthread
8368 THREADSPEC=-lc_r
8370 alpha*-dec-osf*)
8371 THREADCXXFLAGS=-pthread
8372 # boehm-gc needs some functions from librt, so link that too.
8373 THREADLIBS='-lpthread -lrt'
8374 THREADSPEC='-lpthread -lrt'
8377 THREADLIBS=-lpthread
8378 THREADSPEC=-lpthread
8380 esac
8381 THREADH=posix-threads.h
8382 # MIT pthreads doesn't seem to have the mutexattr functions.
8383 # But for now we don't check for it. We just assume you aren't
8384 # using MIT pthreads.
8386 cat >>confdefs.h <<\_ACEOF
8387 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
8388 _ACEOF
8391 # If we're using the Boehm GC, then we happen to know that it
8392 # defines _REENTRANT, so we don't bother. Eww.
8393 if test "$GC" != boehm; then
8395 cat >>confdefs.h <<\_ACEOF
8396 #define _REENTRANT 1
8397 _ACEOF
8401 cat >>confdefs.h <<\_ACEOF
8402 #define _POSIX_PTHREAD_SEMANTICS 1
8403 _ACEOF
8407 win32)
8408 THREADH=win32-threads.h
8411 none)
8412 THREADH=no-threads.h
8414 esac
8415 ac_config_links="$ac_config_links include/java-threads.h:include/$THREADH"
8425 if test "$THREADS" = posix; then
8426 USING_POSIX_THREADS_TRUE=
8427 USING_POSIX_THREADS_FALSE='#'
8428 else
8429 USING_POSIX_THREADS_TRUE='#'
8430 USING_POSIX_THREADS_FALSE=
8435 if test "$THREADS" = win32; then
8436 USING_WIN32_THREADS_TRUE=
8437 USING_WIN32_THREADS_FALSE='#'
8438 else
8439 USING_WIN32_THREADS_TRUE='#'
8440 USING_WIN32_THREADS_FALSE=
8445 if test "$THREADS" = none; then
8446 USING_NO_THREADS_TRUE=
8447 USING_NO_THREADS_FALSE='#'
8448 else
8449 USING_NO_THREADS_TRUE='#'
8450 USING_NO_THREADS_FALSE=
8454 if test -d sysdep; then true; else mkdir sysdep; fi
8455 ac_config_links="$ac_config_links sysdep/locks.h:sysdep/$sysdeps_dir/locks.h"
8458 HASH_SYNC_SPEC=
8459 # Hash synchronization is only useful with posix threads right now.
8460 if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
8461 HASH_SYNC_SPEC=-fhash-synchronization
8463 cat >>confdefs.h <<\_ACEOF
8464 #define JV_HASH_SYNCHRONIZATION 1
8465 _ACEOF
8473 if test "$GCC" = yes; then
8474 USING_GCC_TRUE=
8475 USING_GCC_FALSE='#'
8476 else
8477 USING_GCC_TRUE='#'
8478 USING_GCC_FALSE=
8482 # We're in the tree with gcc, and need to include some of its headers.
8483 GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
8486 if test "${with_gcc_version_trigger+set}" = set; then
8487 gcc_version_trigger=$with_gcc_version_trigger
8488 else
8489 gcc_version_trigger=$srcdir/../gcc/version.c
8491 if test -f "${gcc_version_trigger}"; then
8492 gcc_version_full=`grep version_string "${gcc_version_trigger}" | sed -e 's/.*"\([^"]*\)".*/\1/'`
8493 else
8494 gcc_version_full=`$CC -v 2>&1 | sed -n 's/^gcc version //p'`
8496 gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
8502 # Figure out where generated headers like libgcj-config.h get installed.
8503 tool_include_dir='$(libdir)/gcc/$(target_noncanonical)/'${gcc_version}/include
8506 if test "x${with_newlib}" = "xyes"; then
8507 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
8508 # may not work correctly, because the compiler may not be able to
8509 # link executables.
8511 # We assume newlib. This lets us hard-code the functions we know
8512 # we'll have.
8514 cat >>confdefs.h <<\_ACEOF
8515 #define HAVE_MEMMOVE 1
8516 _ACEOF
8519 cat >>confdefs.h <<\_ACEOF
8520 #define HAVE_MEMCPY 1
8521 _ACEOF
8524 cat >>confdefs.h <<\_ACEOF
8525 #define HAVE_STRERROR 1
8526 _ACEOF
8529 cat >>confdefs.h <<\_ACEOF
8530 #define HAVE_TIME 1
8531 _ACEOF
8534 cat >>confdefs.h <<\_ACEOF
8535 #define HAVE_GMTIME_R 1
8536 _ACEOF
8539 cat >>confdefs.h <<\_ACEOF
8540 #define HAVE_LOCALTIME_R 1
8541 _ACEOF
8544 cat >>confdefs.h <<\_ACEOF
8545 #define HAVE_USLEEP_DECL 1
8546 _ACEOF
8548 # This is only for POSIX threads.
8550 cat >>confdefs.h <<\_ACEOF
8551 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
8552 _ACEOF
8554 # We also assume we are using gcc, which provides alloca.
8555 cat >>confdefs.h <<\_ACEOF
8556 #define HAVE_ALLOCA 1
8557 _ACEOF
8560 # Assume we do not have getuid and friends.
8562 cat >>confdefs.h <<\_ACEOF
8563 #define NO_GETUID 1
8564 _ACEOF
8566 PLATFORMNET=NoNet
8567 else
8600 for ac_func in strerror ioctl select fstat open fsync sleep opendir \
8601 gmtime_r localtime_r readdir_r getpwuid_r getcwd \
8602 access stat mkdir rename rmdir unlink realpath utime chmod \
8603 nl_langinfo setlocale \
8604 inet_pton uname inet_ntoa \
8605 fork execvp pipe sigaction ftruncate
8607 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8608 echo "$as_me:$LINENO: checking for $ac_func" >&5
8609 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8610 if eval "test \"\${$as_ac_var+set}\" = set"; then
8611 echo $ECHO_N "(cached) $ECHO_C" >&6
8612 else
8613 if test x$gcc_no_link = xyes; then
8614 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8615 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8616 { (exit 1); exit 1; }; }
8618 cat >conftest.$ac_ext <<_ACEOF
8619 /* confdefs.h. */
8620 _ACEOF
8621 cat confdefs.h >>conftest.$ac_ext
8622 cat >>conftest.$ac_ext <<_ACEOF
8623 /* end confdefs.h. */
8624 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8625 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8626 #define $ac_func innocuous_$ac_func
8628 /* System header to define __stub macros and hopefully few prototypes,
8629 which can conflict with char $ac_func (); below.
8630 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8631 <limits.h> exists even on freestanding compilers. */
8633 #ifdef __STDC__
8634 # include <limits.h>
8635 #else
8636 # include <assert.h>
8637 #endif
8639 #undef $ac_func
8641 /* Override any gcc2 internal prototype to avoid an error. */
8642 #ifdef __cplusplus
8643 extern "C"
8645 #endif
8646 /* We use char because int might match the return type of a gcc2
8647 builtin and then its argument prototype would still apply. */
8648 char $ac_func ();
8649 /* The GNU C library defines this for functions which it implements
8650 to always fail with ENOSYS. Some functions are actually named
8651 something starting with __ and the normal name is an alias. */
8652 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8653 choke me
8654 #else
8655 char (*f) () = $ac_func;
8656 #endif
8657 #ifdef __cplusplus
8659 #endif
8662 main ()
8664 return f != $ac_func;
8666 return 0;
8668 _ACEOF
8669 rm -f conftest.$ac_objext conftest$ac_exeext
8670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8671 (eval $ac_link) 2>conftest.er1
8672 ac_status=$?
8673 grep -v '^ *+' conftest.er1 >conftest.err
8674 rm -f conftest.er1
8675 cat conftest.err >&5
8676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8677 (exit $ac_status); } &&
8678 { ac_try='test -z "$ac_c_werror_flag"
8679 || test ! -s conftest.err'
8680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681 (eval $ac_try) 2>&5
8682 ac_status=$?
8683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684 (exit $ac_status); }; } &&
8685 { ac_try='test -s conftest$ac_exeext'
8686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8687 (eval $ac_try) 2>&5
8688 ac_status=$?
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 (exit $ac_status); }; }; then
8691 eval "$as_ac_var=yes"
8692 else
8693 echo "$as_me: failed program was:" >&5
8694 sed 's/^/| /' conftest.$ac_ext >&5
8696 eval "$as_ac_var=no"
8698 rm -f conftest.err conftest.$ac_objext \
8699 conftest$ac_exeext conftest.$ac_ext
8701 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8702 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8703 if test `eval echo '${'$as_ac_var'}'` = yes; then
8704 cat >>confdefs.h <<_ACEOF
8705 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8706 _ACEOF
8709 done
8713 for ac_func in inet_aton inet_addr
8715 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8716 echo "$as_me:$LINENO: checking for $ac_func" >&5
8717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8718 if eval "test \"\${$as_ac_var+set}\" = set"; then
8719 echo $ECHO_N "(cached) $ECHO_C" >&6
8720 else
8721 if test x$gcc_no_link = xyes; then
8722 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8723 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8724 { (exit 1); exit 1; }; }
8726 cat >conftest.$ac_ext <<_ACEOF
8727 /* confdefs.h. */
8728 _ACEOF
8729 cat confdefs.h >>conftest.$ac_ext
8730 cat >>conftest.$ac_ext <<_ACEOF
8731 /* end confdefs.h. */
8732 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8733 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8734 #define $ac_func innocuous_$ac_func
8736 /* System header to define __stub macros and hopefully few prototypes,
8737 which can conflict with char $ac_func (); below.
8738 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8739 <limits.h> exists even on freestanding compilers. */
8741 #ifdef __STDC__
8742 # include <limits.h>
8743 #else
8744 # include <assert.h>
8745 #endif
8747 #undef $ac_func
8749 /* Override any gcc2 internal prototype to avoid an error. */
8750 #ifdef __cplusplus
8751 extern "C"
8753 #endif
8754 /* We use char because int might match the return type of a gcc2
8755 builtin and then its argument prototype would still apply. */
8756 char $ac_func ();
8757 /* The GNU C library defines this for functions which it implements
8758 to always fail with ENOSYS. Some functions are actually named
8759 something starting with __ and the normal name is an alias. */
8760 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8761 choke me
8762 #else
8763 char (*f) () = $ac_func;
8764 #endif
8765 #ifdef __cplusplus
8767 #endif
8770 main ()
8772 return f != $ac_func;
8774 return 0;
8776 _ACEOF
8777 rm -f conftest.$ac_objext conftest$ac_exeext
8778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8779 (eval $ac_link) 2>conftest.er1
8780 ac_status=$?
8781 grep -v '^ *+' conftest.er1 >conftest.err
8782 rm -f conftest.er1
8783 cat conftest.err >&5
8784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785 (exit $ac_status); } &&
8786 { ac_try='test -z "$ac_c_werror_flag"
8787 || test ! -s conftest.err'
8788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8789 (eval $ac_try) 2>&5
8790 ac_status=$?
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); }; } &&
8793 { ac_try='test -s conftest$ac_exeext'
8794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8795 (eval $ac_try) 2>&5
8796 ac_status=$?
8797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798 (exit $ac_status); }; }; then
8799 eval "$as_ac_var=yes"
8800 else
8801 echo "$as_me: failed program was:" >&5
8802 sed 's/^/| /' conftest.$ac_ext >&5
8804 eval "$as_ac_var=no"
8806 rm -f conftest.err conftest.$ac_objext \
8807 conftest$ac_exeext conftest.$ac_ext
8809 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8810 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8811 if test `eval echo '${'$as_ac_var'}'` = yes; then
8812 cat >>confdefs.h <<_ACEOF
8813 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8814 _ACEOF
8815 break
8817 done
8819 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
8820 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
8821 if test "${ac_cv_header_stdc+set}" = set; then
8822 echo $ECHO_N "(cached) $ECHO_C" >&6
8823 else
8824 cat >conftest.$ac_ext <<_ACEOF
8825 /* confdefs.h. */
8826 _ACEOF
8827 cat confdefs.h >>conftest.$ac_ext
8828 cat >>conftest.$ac_ext <<_ACEOF
8829 /* end confdefs.h. */
8830 #include <stdlib.h>
8831 #include <stdarg.h>
8832 #include <string.h>
8833 #include <float.h>
8836 main ()
8840 return 0;
8842 _ACEOF
8843 rm -f conftest.$ac_objext
8844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8845 (eval $ac_compile) 2>conftest.er1
8846 ac_status=$?
8847 grep -v '^ *+' conftest.er1 >conftest.err
8848 rm -f conftest.er1
8849 cat conftest.err >&5
8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851 (exit $ac_status); } &&
8852 { ac_try='test -z "$ac_c_werror_flag"
8853 || test ! -s conftest.err'
8854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8855 (eval $ac_try) 2>&5
8856 ac_status=$?
8857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8858 (exit $ac_status); }; } &&
8859 { ac_try='test -s conftest.$ac_objext'
8860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8861 (eval $ac_try) 2>&5
8862 ac_status=$?
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); }; }; then
8865 ac_cv_header_stdc=yes
8866 else
8867 echo "$as_me: failed program was:" >&5
8868 sed 's/^/| /' conftest.$ac_ext >&5
8870 ac_cv_header_stdc=no
8872 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8874 if test $ac_cv_header_stdc = yes; then
8875 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8876 cat >conftest.$ac_ext <<_ACEOF
8877 /* confdefs.h. */
8878 _ACEOF
8879 cat confdefs.h >>conftest.$ac_ext
8880 cat >>conftest.$ac_ext <<_ACEOF
8881 /* end confdefs.h. */
8882 #include <string.h>
8884 _ACEOF
8885 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8886 $EGREP "memchr" >/dev/null 2>&1; then
8888 else
8889 ac_cv_header_stdc=no
8891 rm -f conftest*
8895 if test $ac_cv_header_stdc = yes; then
8896 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8897 cat >conftest.$ac_ext <<_ACEOF
8898 /* confdefs.h. */
8899 _ACEOF
8900 cat confdefs.h >>conftest.$ac_ext
8901 cat >>conftest.$ac_ext <<_ACEOF
8902 /* end confdefs.h. */
8903 #include <stdlib.h>
8905 _ACEOF
8906 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8907 $EGREP "free" >/dev/null 2>&1; then
8909 else
8910 ac_cv_header_stdc=no
8912 rm -f conftest*
8916 if test $ac_cv_header_stdc = yes; then
8917 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8918 if test "$cross_compiling" = yes; then
8920 else
8921 cat >conftest.$ac_ext <<_ACEOF
8922 /* confdefs.h. */
8923 _ACEOF
8924 cat confdefs.h >>conftest.$ac_ext
8925 cat >>conftest.$ac_ext <<_ACEOF
8926 /* end confdefs.h. */
8927 #include <ctype.h>
8928 #if ((' ' & 0x0FF) == 0x020)
8929 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8930 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8931 #else
8932 # define ISLOWER(c) \
8933 (('a' <= (c) && (c) <= 'i') \
8934 || ('j' <= (c) && (c) <= 'r') \
8935 || ('s' <= (c) && (c) <= 'z'))
8936 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8937 #endif
8939 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8941 main ()
8943 int i;
8944 for (i = 0; i < 256; i++)
8945 if (XOR (islower (i), ISLOWER (i))
8946 || toupper (i) != TOUPPER (i))
8947 exit(2);
8948 exit (0);
8950 _ACEOF
8951 rm -f conftest$ac_exeext
8952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8953 (eval $ac_link) 2>&5
8954 ac_status=$?
8955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8956 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8958 (eval $ac_try) 2>&5
8959 ac_status=$?
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); }; }; then
8963 else
8964 echo "$as_me: program exited with status $ac_status" >&5
8965 echo "$as_me: failed program was:" >&5
8966 sed 's/^/| /' conftest.$ac_ext >&5
8968 ( exit $ac_status )
8969 ac_cv_header_stdc=no
8971 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8975 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
8976 echo "${ECHO_T}$ac_cv_header_stdc" >&6
8977 if test $ac_cv_header_stdc = yes; then
8979 cat >>confdefs.h <<\_ACEOF
8980 #define STDC_HEADERS 1
8981 _ACEOF
8985 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8995 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8996 inttypes.h stdint.h unistd.h
8998 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8999 echo "$as_me:$LINENO: checking for $ac_header" >&5
9000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9001 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9002 echo $ECHO_N "(cached) $ECHO_C" >&6
9003 else
9004 cat >conftest.$ac_ext <<_ACEOF
9005 /* confdefs.h. */
9006 _ACEOF
9007 cat confdefs.h >>conftest.$ac_ext
9008 cat >>conftest.$ac_ext <<_ACEOF
9009 /* end confdefs.h. */
9010 $ac_includes_default
9012 #include <$ac_header>
9013 _ACEOF
9014 rm -f conftest.$ac_objext
9015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9016 (eval $ac_compile) 2>conftest.er1
9017 ac_status=$?
9018 grep -v '^ *+' conftest.er1 >conftest.err
9019 rm -f conftest.er1
9020 cat conftest.err >&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); } &&
9023 { ac_try='test -z "$ac_c_werror_flag"
9024 || test ! -s conftest.err'
9025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9026 (eval $ac_try) 2>&5
9027 ac_status=$?
9028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9029 (exit $ac_status); }; } &&
9030 { ac_try='test -s conftest.$ac_objext'
9031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9032 (eval $ac_try) 2>&5
9033 ac_status=$?
9034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9035 (exit $ac_status); }; }; then
9036 eval "$as_ac_Header=yes"
9037 else
9038 echo "$as_me: failed program was:" >&5
9039 sed 's/^/| /' conftest.$ac_ext >&5
9041 eval "$as_ac_Header=no"
9043 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9045 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9046 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9048 cat >>confdefs.h <<_ACEOF
9049 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9050 _ACEOF
9054 done
9060 for ac_header in execinfo.h unistd.h dlfcn.h
9062 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9063 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9064 echo "$as_me:$LINENO: checking for $ac_header" >&5
9065 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9066 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9067 echo $ECHO_N "(cached) $ECHO_C" >&6
9069 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9070 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9071 else
9072 # Is the header compilable?
9073 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9074 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9075 cat >conftest.$ac_ext <<_ACEOF
9076 /* confdefs.h. */
9077 _ACEOF
9078 cat confdefs.h >>conftest.$ac_ext
9079 cat >>conftest.$ac_ext <<_ACEOF
9080 /* end confdefs.h. */
9081 $ac_includes_default
9082 #include <$ac_header>
9083 _ACEOF
9084 rm -f conftest.$ac_objext
9085 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9086 (eval $ac_compile) 2>conftest.er1
9087 ac_status=$?
9088 grep -v '^ *+' conftest.er1 >conftest.err
9089 rm -f conftest.er1
9090 cat conftest.err >&5
9091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9092 (exit $ac_status); } &&
9093 { ac_try='test -z "$ac_c_werror_flag"
9094 || test ! -s conftest.err'
9095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9096 (eval $ac_try) 2>&5
9097 ac_status=$?
9098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9099 (exit $ac_status); }; } &&
9100 { ac_try='test -s conftest.$ac_objext'
9101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9102 (eval $ac_try) 2>&5
9103 ac_status=$?
9104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9105 (exit $ac_status); }; }; then
9106 ac_header_compiler=yes
9107 else
9108 echo "$as_me: failed program was:" >&5
9109 sed 's/^/| /' conftest.$ac_ext >&5
9111 ac_header_compiler=no
9113 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9114 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9115 echo "${ECHO_T}$ac_header_compiler" >&6
9117 # Is the header present?
9118 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9119 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9120 cat >conftest.$ac_ext <<_ACEOF
9121 /* confdefs.h. */
9122 _ACEOF
9123 cat confdefs.h >>conftest.$ac_ext
9124 cat >>conftest.$ac_ext <<_ACEOF
9125 /* end confdefs.h. */
9126 #include <$ac_header>
9127 _ACEOF
9128 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9129 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9130 ac_status=$?
9131 grep -v '^ *+' conftest.er1 >conftest.err
9132 rm -f conftest.er1
9133 cat conftest.err >&5
9134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9135 (exit $ac_status); } >/dev/null; then
9136 if test -s conftest.err; then
9137 ac_cpp_err=$ac_c_preproc_warn_flag
9138 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9139 else
9140 ac_cpp_err=
9142 else
9143 ac_cpp_err=yes
9145 if test -z "$ac_cpp_err"; then
9146 ac_header_preproc=yes
9147 else
9148 echo "$as_me: failed program was:" >&5
9149 sed 's/^/| /' conftest.$ac_ext >&5
9151 ac_header_preproc=no
9153 rm -f conftest.err conftest.$ac_ext
9154 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9155 echo "${ECHO_T}$ac_header_preproc" >&6
9157 # So? What about this header?
9158 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9159 yes:no: )
9160 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9161 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9162 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9163 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9164 ac_header_preproc=yes
9166 no:yes:* )
9167 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9168 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9169 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
9170 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
9171 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9172 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9173 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
9174 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
9175 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9176 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9177 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9178 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9180 cat <<\_ASBOX
9181 ## ---------------------------------- ##
9182 ## Report this to the libjava lists. ##
9183 ## ---------------------------------- ##
9184 _ASBOX
9186 sed "s/^/$as_me: WARNING: /" >&2
9188 esac
9189 echo "$as_me:$LINENO: checking for $ac_header" >&5
9190 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9191 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9193 else
9194 eval "$as_ac_Header=\$ac_header_preproc"
9196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9197 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9200 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9201 cat >>confdefs.h <<_ACEOF
9202 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9203 _ACEOF
9207 done
9209 echo "$as_me:$LINENO: checking for backtrace" >&5
9210 echo $ECHO_N "checking for backtrace... $ECHO_C" >&6
9211 if test "${ac_cv_func_backtrace+set}" = set; then
9212 echo $ECHO_N "(cached) $ECHO_C" >&6
9213 else
9214 if test x$gcc_no_link = xyes; then
9215 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9216 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9217 { (exit 1); exit 1; }; }
9219 cat >conftest.$ac_ext <<_ACEOF
9220 /* confdefs.h. */
9221 _ACEOF
9222 cat confdefs.h >>conftest.$ac_ext
9223 cat >>conftest.$ac_ext <<_ACEOF
9224 /* end confdefs.h. */
9225 /* Define backtrace to an innocuous variant, in case <limits.h> declares backtrace.
9226 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9227 #define backtrace innocuous_backtrace
9229 /* System header to define __stub macros and hopefully few prototypes,
9230 which can conflict with char backtrace (); below.
9231 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9232 <limits.h> exists even on freestanding compilers. */
9234 #ifdef __STDC__
9235 # include <limits.h>
9236 #else
9237 # include <assert.h>
9238 #endif
9240 #undef backtrace
9242 /* Override any gcc2 internal prototype to avoid an error. */
9243 #ifdef __cplusplus
9244 extern "C"
9246 #endif
9247 /* We use char because int might match the return type of a gcc2
9248 builtin and then its argument prototype would still apply. */
9249 char backtrace ();
9250 /* The GNU C library defines this for functions which it implements
9251 to always fail with ENOSYS. Some functions are actually named
9252 something starting with __ and the normal name is an alias. */
9253 #if defined (__stub_backtrace) || defined (__stub___backtrace)
9254 choke me
9255 #else
9256 char (*f) () = backtrace;
9257 #endif
9258 #ifdef __cplusplus
9260 #endif
9263 main ()
9265 return f != backtrace;
9267 return 0;
9269 _ACEOF
9270 rm -f conftest.$ac_objext conftest$ac_exeext
9271 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9272 (eval $ac_link) 2>conftest.er1
9273 ac_status=$?
9274 grep -v '^ *+' conftest.er1 >conftest.err
9275 rm -f conftest.er1
9276 cat conftest.err >&5
9277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9278 (exit $ac_status); } &&
9279 { ac_try='test -z "$ac_c_werror_flag"
9280 || test ! -s conftest.err'
9281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9282 (eval $ac_try) 2>&5
9283 ac_status=$?
9284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9285 (exit $ac_status); }; } &&
9286 { ac_try='test -s conftest$ac_exeext'
9287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9288 (eval $ac_try) 2>&5
9289 ac_status=$?
9290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291 (exit $ac_status); }; }; then
9292 ac_cv_func_backtrace=yes
9293 else
9294 echo "$as_me: failed program was:" >&5
9295 sed 's/^/| /' conftest.$ac_ext >&5
9297 ac_cv_func_backtrace=no
9299 rm -f conftest.err conftest.$ac_objext \
9300 conftest$ac_exeext conftest.$ac_ext
9302 echo "$as_me:$LINENO: result: $ac_cv_func_backtrace" >&5
9303 echo "${ECHO_T}$ac_cv_func_backtrace" >&6
9304 if test $ac_cv_func_backtrace = yes; then
9306 case "$host" in
9307 ia64-*-linux*)
9308 # Has broken backtrace()
9310 mips*-*-linux*)
9311 # Has broken backtrace(), but we supply our own.
9312 if test -d sysdep; then true; else mkdir -p sysdep; fi
9313 supply_backtrace=yes
9315 cat >>confdefs.h <<\_ACEOF
9316 #define HAVE_BACKTRACE 1
9317 _ACEOF
9322 cat >>confdefs.h <<\_ACEOF
9323 #define HAVE_BACKTRACE 1
9324 _ACEOF
9327 esac
9329 else
9331 case "$host" in
9332 *mingw*)
9333 # Has backtrace() defined in libgcj itself
9335 cat >>confdefs.h <<\_ACEOF
9336 #define HAVE_BACKTRACE 1
9337 _ACEOF
9340 esac
9345 echo "$as_me:$LINENO: checking for dladdr in -ldl" >&5
9346 echo $ECHO_N "checking for dladdr in -ldl... $ECHO_C" >&6
9347 if test "${ac_cv_lib_dl_dladdr+set}" = set; then
9348 echo $ECHO_N "(cached) $ECHO_C" >&6
9349 else
9350 ac_check_lib_save_LIBS=$LIBS
9351 LIBS="-ldl $LIBS"
9352 if test x$gcc_no_link = xyes; then
9353 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9354 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9355 { (exit 1); exit 1; }; }
9357 cat >conftest.$ac_ext <<_ACEOF
9358 /* confdefs.h. */
9359 _ACEOF
9360 cat confdefs.h >>conftest.$ac_ext
9361 cat >>conftest.$ac_ext <<_ACEOF
9362 /* end confdefs.h. */
9364 /* Override any gcc2 internal prototype to avoid an error. */
9365 #ifdef __cplusplus
9366 extern "C"
9367 #endif
9368 /* We use char because int might match the return type of a gcc2
9369 builtin and then its argument prototype would still apply. */
9370 char dladdr ();
9372 main ()
9374 dladdr ();
9376 return 0;
9378 _ACEOF
9379 rm -f conftest.$ac_objext conftest$ac_exeext
9380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9381 (eval $ac_link) 2>conftest.er1
9382 ac_status=$?
9383 grep -v '^ *+' conftest.er1 >conftest.err
9384 rm -f conftest.er1
9385 cat conftest.err >&5
9386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9387 (exit $ac_status); } &&
9388 { ac_try='test -z "$ac_c_werror_flag"
9389 || test ! -s conftest.err'
9390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9391 (eval $ac_try) 2>&5
9392 ac_status=$?
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); }; } &&
9395 { ac_try='test -s conftest$ac_exeext'
9396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9397 (eval $ac_try) 2>&5
9398 ac_status=$?
9399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 (exit $ac_status); }; }; then
9401 ac_cv_lib_dl_dladdr=yes
9402 else
9403 echo "$as_me: failed program was:" >&5
9404 sed 's/^/| /' conftest.$ac_ext >&5
9406 ac_cv_lib_dl_dladdr=no
9408 rm -f conftest.err conftest.$ac_objext \
9409 conftest$ac_exeext conftest.$ac_ext
9410 LIBS=$ac_check_lib_save_LIBS
9412 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dladdr" >&5
9413 echo "${ECHO_T}$ac_cv_lib_dl_dladdr" >&6
9414 if test $ac_cv_lib_dl_dladdr = yes; then
9416 if test "x${disable_dladdr}" = "xyes"; then
9417 #Broken dladdr().
9418 true
9419 else
9421 cat >>confdefs.h <<\_ACEOF
9422 #define HAVE_DLADDR 1
9423 _ACEOF
9429 if test x"$build" = x"$host"; then
9430 echo "$as_me:$LINENO: checking for /proc/self/exe" >&5
9431 echo $ECHO_N "checking for /proc/self/exe... $ECHO_C" >&6
9432 if test "${ac_cv_file__proc_self_exe+set}" = set; then
9433 echo $ECHO_N "(cached) $ECHO_C" >&6
9434 else
9435 test "$cross_compiling" = yes &&
9436 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
9437 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
9438 { (exit 1); exit 1; }; }
9439 if test -r "/proc/self/exe"; then
9440 ac_cv_file__proc_self_exe=yes
9441 else
9442 ac_cv_file__proc_self_exe=no
9445 echo "$as_me:$LINENO: result: $ac_cv_file__proc_self_exe" >&5
9446 echo "${ECHO_T}$ac_cv_file__proc_self_exe" >&6
9447 if test $ac_cv_file__proc_self_exe = yes; then
9449 cat >>confdefs.h <<_ACEOF
9450 #define HAVE__PROC_SELF_EXE 1
9451 _ACEOF
9455 cat >>confdefs.h <<\_ACEOF
9456 #define HAVE_PROC_SELF_EXE 1
9457 _ACEOF
9461 else
9462 case $host in
9463 *-linux*)
9465 cat >>confdefs.h <<\_ACEOF
9466 #define HAVE_PROC_SELF_EXE 1
9467 _ACEOF
9470 esac
9474 if test "X$prefix" = "XNONE"; then
9475 acl_final_prefix="$ac_default_prefix"
9476 else
9477 acl_final_prefix="$prefix"
9479 if test "X$exec_prefix" = "XNONE"; then
9480 acl_final_exec_prefix='${prefix}'
9481 else
9482 acl_final_exec_prefix="$exec_prefix"
9484 acl_save_prefix="$prefix"
9485 prefix="$acl_final_prefix"
9486 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
9487 prefix="$acl_save_prefix"
9490 # Check whether --with-gnu-ld or --without-gnu-ld was given.
9491 if test "${with_gnu_ld+set}" = set; then
9492 withval="$with_gnu_ld"
9493 test "$withval" = no || with_gnu_ld=yes
9494 else
9495 with_gnu_ld=no
9497 # Prepare PATH_SEPARATOR.
9498 # The user is always right.
9499 if test "${PATH_SEPARATOR+set}" != set; then
9500 echo "#! /bin/sh" >conf$$.sh
9501 echo "exit 0" >>conf$$.sh
9502 chmod +x conf$$.sh
9503 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9504 PATH_SEPARATOR=';'
9505 else
9506 PATH_SEPARATOR=:
9508 rm -f conf$$.sh
9510 ac_prog=ld
9511 if test "$GCC" = yes; then
9512 # Check if gcc -print-prog-name=ld gives a path.
9513 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
9514 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
9515 case $host in
9516 *-*-mingw*)
9517 # gcc leaves a trailing carriage return which upsets mingw
9518 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
9520 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
9521 esac
9522 case $ac_prog in
9523 # Accept absolute paths.
9524 [\\/]* | [A-Za-z]:[\\/]*)
9525 re_direlt='/[^/][^/]*/\.\./'
9526 # Canonicalize the path of ld
9527 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
9528 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
9529 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
9530 done
9531 test -z "$LD" && LD="$ac_prog"
9534 # If it fails, then pretend we aren't using GCC.
9535 ac_prog=ld
9538 # If it is relative, then search for the first ld in PATH.
9539 with_gnu_ld=unknown
9541 esac
9542 elif test "$with_gnu_ld" = yes; then
9543 echo "$as_me:$LINENO: checking for GNU ld" >&5
9544 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
9545 else
9546 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
9547 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
9549 if test "${acl_cv_path_LD+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552 if test -z "$LD"; then
9553 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
9554 for ac_dir in $PATH; do
9555 test -z "$ac_dir" && ac_dir=.
9556 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
9557 acl_cv_path_LD="$ac_dir/$ac_prog"
9558 # Check to see if the program is GNU ld. I'd rather use --version,
9559 # but apparently some GNU ld's only accept -v.
9560 # Break only if it was the GNU/non-GNU ld that we prefer.
9561 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
9562 test "$with_gnu_ld" != no && break
9563 else
9564 test "$with_gnu_ld" != yes && break
9567 done
9568 IFS="$ac_save_ifs"
9569 else
9570 acl_cv_path_LD="$LD" # Let the user override the test with a path.
9574 LD="$acl_cv_path_LD"
9575 if test -n "$LD"; then
9576 echo "$as_me:$LINENO: result: $LD" >&5
9577 echo "${ECHO_T}$LD" >&6
9578 else
9579 echo "$as_me:$LINENO: result: no" >&5
9580 echo "${ECHO_T}no" >&6
9582 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
9583 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
9584 { (exit 1); exit 1; }; }
9585 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
9586 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
9587 if test "${acl_cv_prog_gnu_ld+set}" = set; then
9588 echo $ECHO_N "(cached) $ECHO_C" >&6
9589 else
9590 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
9591 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
9592 acl_cv_prog_gnu_ld=yes
9593 else
9594 acl_cv_prog_gnu_ld=no
9597 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
9598 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
9599 with_gnu_ld=$acl_cv_prog_gnu_ld
9603 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
9604 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
9605 if test "${acl_cv_rpath+set}" = set; then
9606 echo $ECHO_N "(cached) $ECHO_C" >&6
9607 else
9609 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
9610 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
9611 . ./conftest.sh
9612 rm -f ./conftest.sh
9613 acl_cv_rpath=done
9616 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
9617 echo "${ECHO_T}$acl_cv_rpath" >&6
9618 wl="$acl_cv_wl"
9619 libext="$acl_cv_libext"
9620 shlibext="$acl_cv_shlibext"
9621 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
9622 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
9623 hardcode_direct="$acl_cv_hardcode_direct"
9624 hardcode_minus_L="$acl_cv_hardcode_minus_L"
9625 # Check whether --enable-rpath or --disable-rpath was given.
9626 if test "${enable_rpath+set}" = set; then
9627 enableval="$enable_rpath"
9629 else
9630 enable_rpath=yes
9639 use_additional=yes
9641 acl_save_prefix="$prefix"
9642 prefix="$acl_final_prefix"
9643 acl_save_exec_prefix="$exec_prefix"
9644 exec_prefix="$acl_final_exec_prefix"
9646 eval additional_includedir=\"$includedir\"
9647 eval additional_libdir=\"$libdir\"
9649 exec_prefix="$acl_save_exec_prefix"
9650 prefix="$acl_save_prefix"
9653 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
9654 if test "${with_libiconv_prefix+set}" = set; then
9655 withval="$with_libiconv_prefix"
9657 if test "X$withval" = "Xno"; then
9658 use_additional=no
9659 else
9660 if test "X$withval" = "X"; then
9662 acl_save_prefix="$prefix"
9663 prefix="$acl_final_prefix"
9664 acl_save_exec_prefix="$exec_prefix"
9665 exec_prefix="$acl_final_exec_prefix"
9667 eval additional_includedir=\"$includedir\"
9668 eval additional_libdir=\"$libdir\"
9670 exec_prefix="$acl_save_exec_prefix"
9671 prefix="$acl_save_prefix"
9673 else
9674 additional_includedir="$withval/include"
9675 additional_libdir="$withval/lib"
9680 LIBICONV=
9681 LTLIBICONV=
9682 INCICONV=
9683 rpathdirs=
9684 ltrpathdirs=
9685 names_already_handled=
9686 names_next_round='iconv '
9687 while test -n "$names_next_round"; do
9688 names_this_round="$names_next_round"
9689 names_next_round=
9690 for name in $names_this_round; do
9691 already_handled=
9692 for n in $names_already_handled; do
9693 if test "$n" = "$name"; then
9694 already_handled=yes
9695 break
9697 done
9698 if test -z "$already_handled"; then
9699 names_already_handled="$names_already_handled $name"
9700 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
9701 eval value=\"\$HAVE_LIB$uppername\"
9702 if test -n "$value"; then
9703 if test "$value" = yes; then
9704 eval value=\"\$LIB$uppername\"
9705 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
9706 eval value=\"\$LTLIB$uppername\"
9707 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
9708 else
9711 else
9712 found_dir=
9713 found_la=
9714 found_so=
9715 found_a=
9716 if test $use_additional = yes; then
9717 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
9718 found_dir="$additional_libdir"
9719 found_so="$additional_libdir/lib$name.$shlibext"
9720 if test -f "$additional_libdir/lib$name.la"; then
9721 found_la="$additional_libdir/lib$name.la"
9723 else
9724 if test -f "$additional_libdir/lib$name.$libext"; then
9725 found_dir="$additional_libdir"
9726 found_a="$additional_libdir/lib$name.$libext"
9727 if test -f "$additional_libdir/lib$name.la"; then
9728 found_la="$additional_libdir/lib$name.la"
9733 if test "X$found_dir" = "X"; then
9734 for x in $LDFLAGS $LTLIBICONV; do
9736 acl_save_prefix="$prefix"
9737 prefix="$acl_final_prefix"
9738 acl_save_exec_prefix="$exec_prefix"
9739 exec_prefix="$acl_final_exec_prefix"
9740 eval x=\"$x\"
9741 exec_prefix="$acl_save_exec_prefix"
9742 prefix="$acl_save_prefix"
9744 case "$x" in
9745 -L*)
9746 dir=`echo "X$x" | sed -e 's/^X-L//'`
9747 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
9748 found_dir="$dir"
9749 found_so="$dir/lib$name.$shlibext"
9750 if test -f "$dir/lib$name.la"; then
9751 found_la="$dir/lib$name.la"
9753 else
9754 if test -f "$dir/lib$name.$libext"; then
9755 found_dir="$dir"
9756 found_a="$dir/lib$name.$libext"
9757 if test -f "$dir/lib$name.la"; then
9758 found_la="$dir/lib$name.la"
9763 esac
9764 if test "X$found_dir" != "X"; then
9765 break
9767 done
9769 if test "X$found_dir" != "X"; then
9770 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
9771 if test "X$found_so" != "X"; then
9772 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
9773 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
9774 else
9775 haveit=
9776 for x in $ltrpathdirs; do
9777 if test "X$x" = "X$found_dir"; then
9778 haveit=yes
9779 break
9781 done
9782 if test -z "$haveit"; then
9783 ltrpathdirs="$ltrpathdirs $found_dir"
9785 if test "$hardcode_direct" = yes; then
9786 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
9787 else
9788 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
9789 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
9790 haveit=
9791 for x in $rpathdirs; do
9792 if test "X$x" = "X$found_dir"; then
9793 haveit=yes
9794 break
9796 done
9797 if test -z "$haveit"; then
9798 rpathdirs="$rpathdirs $found_dir"
9800 else
9801 haveit=
9802 for x in $LDFLAGS $LIBICONV; do
9804 acl_save_prefix="$prefix"
9805 prefix="$acl_final_prefix"
9806 acl_save_exec_prefix="$exec_prefix"
9807 exec_prefix="$acl_final_exec_prefix"
9808 eval x=\"$x\"
9809 exec_prefix="$acl_save_exec_prefix"
9810 prefix="$acl_save_prefix"
9812 if test "X$x" = "X-L$found_dir"; then
9813 haveit=yes
9814 break
9816 done
9817 if test -z "$haveit"; then
9818 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
9820 if test "$hardcode_minus_L" != no; then
9821 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
9822 else
9823 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
9828 else
9829 if test "X$found_a" != "X"; then
9830 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
9831 else
9832 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
9835 additional_includedir=
9836 case "$found_dir" in
9837 */lib | */lib/)
9838 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
9839 additional_includedir="$basedir/include"
9841 esac
9842 if test "X$additional_includedir" != "X"; then
9843 if test "X$additional_includedir" != "X/usr/include"; then
9844 haveit=
9845 if test "X$additional_includedir" = "X/usr/local/include"; then
9846 if test -n "$GCC"; then
9847 case $host_os in
9848 linux*) haveit=yes;;
9849 esac
9852 if test -z "$haveit"; then
9853 for x in $CPPFLAGS $INCICONV; do
9855 acl_save_prefix="$prefix"
9856 prefix="$acl_final_prefix"
9857 acl_save_exec_prefix="$exec_prefix"
9858 exec_prefix="$acl_final_exec_prefix"
9859 eval x=\"$x\"
9860 exec_prefix="$acl_save_exec_prefix"
9861 prefix="$acl_save_prefix"
9863 if test "X$x" = "X-I$additional_includedir"; then
9864 haveit=yes
9865 break
9867 done
9868 if test -z "$haveit"; then
9869 if test -d "$additional_includedir"; then
9870 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
9876 if test -n "$found_la"; then
9877 save_libdir="$libdir"
9878 case "$found_la" in
9879 */* | *\\*) . "$found_la" ;;
9880 *) . "./$found_la" ;;
9881 esac
9882 libdir="$save_libdir"
9883 for dep in $dependency_libs; do
9884 case "$dep" in
9885 -L*)
9886 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9887 if test "X$additional_libdir" != "X/usr/lib"; then
9888 haveit=
9889 if test "X$additional_libdir" = "X/usr/local/lib"; then
9890 if test -n "$GCC"; then
9891 case $host_os in
9892 linux*) haveit=yes;;
9893 esac
9896 if test -z "$haveit"; then
9897 haveit=
9898 for x in $LDFLAGS $LIBICONV; do
9900 acl_save_prefix="$prefix"
9901 prefix="$acl_final_prefix"
9902 acl_save_exec_prefix="$exec_prefix"
9903 exec_prefix="$acl_final_exec_prefix"
9904 eval x=\"$x\"
9905 exec_prefix="$acl_save_exec_prefix"
9906 prefix="$acl_save_prefix"
9908 if test "X$x" = "X-L$additional_libdir"; then
9909 haveit=yes
9910 break
9912 done
9913 if test -z "$haveit"; then
9914 if test -d "$additional_libdir"; then
9915 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
9918 haveit=
9919 for x in $LDFLAGS $LTLIBICONV; do
9921 acl_save_prefix="$prefix"
9922 prefix="$acl_final_prefix"
9923 acl_save_exec_prefix="$exec_prefix"
9924 exec_prefix="$acl_final_exec_prefix"
9925 eval x=\"$x\"
9926 exec_prefix="$acl_save_exec_prefix"
9927 prefix="$acl_save_prefix"
9929 if test "X$x" = "X-L$additional_libdir"; then
9930 haveit=yes
9931 break
9933 done
9934 if test -z "$haveit"; then
9935 if test -d "$additional_libdir"; then
9936 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
9942 -R*)
9943 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9944 if test "$enable_rpath" != no; then
9945 haveit=
9946 for x in $rpathdirs; do
9947 if test "X$x" = "X$dir"; then
9948 haveit=yes
9949 break
9951 done
9952 if test -z "$haveit"; then
9953 rpathdirs="$rpathdirs $dir"
9955 haveit=
9956 for x in $ltrpathdirs; do
9957 if test "X$x" = "X$dir"; then
9958 haveit=yes
9959 break
9961 done
9962 if test -z "$haveit"; then
9963 ltrpathdirs="$ltrpathdirs $dir"
9967 -l*)
9968 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
9970 *.la)
9971 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
9974 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
9975 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
9977 esac
9978 done
9980 else
9981 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
9982 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
9986 done
9987 done
9988 if test "X$rpathdirs" != "X"; then
9989 if test -n "$hardcode_libdir_separator"; then
9990 alldirs=
9991 for found_dir in $rpathdirs; do
9992 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
9993 done
9994 acl_save_libdir="$libdir"
9995 libdir="$alldirs"
9996 eval flag=\"$hardcode_libdir_flag_spec\"
9997 libdir="$acl_save_libdir"
9998 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
9999 else
10000 for found_dir in $rpathdirs; do
10001 acl_save_libdir="$libdir"
10002 libdir="$found_dir"
10003 eval flag=\"$hardcode_libdir_flag_spec\"
10004 libdir="$acl_save_libdir"
10005 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
10006 done
10009 if test "X$ltrpathdirs" != "X"; then
10010 for found_dir in $ltrpathdirs; do
10011 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
10012 done
10021 am_save_CPPFLAGS="$CPPFLAGS"
10023 for element in $INCICONV; do
10024 haveit=
10025 for x in $CPPFLAGS; do
10027 acl_save_prefix="$prefix"
10028 prefix="$acl_final_prefix"
10029 acl_save_exec_prefix="$exec_prefix"
10030 exec_prefix="$acl_final_exec_prefix"
10031 eval x=\"$x\"
10032 exec_prefix="$acl_save_exec_prefix"
10033 prefix="$acl_save_prefix"
10035 if test "X$x" = "X$element"; then
10036 haveit=yes
10037 break
10039 done
10040 if test -z "$haveit"; then
10041 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
10043 done
10046 echo "$as_me:$LINENO: checking for iconv" >&5
10047 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
10048 if test "${am_cv_func_iconv+set}" = set; then
10049 echo $ECHO_N "(cached) $ECHO_C" >&6
10050 else
10052 am_cv_func_iconv="no, consider installing GNU libiconv"
10053 am_cv_lib_iconv=no
10054 if test x$gcc_no_link = xyes; then
10055 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10056 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10057 { (exit 1); exit 1; }; }
10059 cat >conftest.$ac_ext <<_ACEOF
10060 /* confdefs.h. */
10061 _ACEOF
10062 cat confdefs.h >>conftest.$ac_ext
10063 cat >>conftest.$ac_ext <<_ACEOF
10064 /* end confdefs.h. */
10065 #include <stdlib.h>
10066 #include <iconv.h>
10068 main ()
10070 iconv_t cd = iconv_open("","");
10071 iconv(cd,NULL,NULL,NULL,NULL);
10072 iconv_close(cd);
10074 return 0;
10076 _ACEOF
10077 rm -f conftest.$ac_objext conftest$ac_exeext
10078 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10079 (eval $ac_link) 2>conftest.er1
10080 ac_status=$?
10081 grep -v '^ *+' conftest.er1 >conftest.err
10082 rm -f conftest.er1
10083 cat conftest.err >&5
10084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10085 (exit $ac_status); } &&
10086 { ac_try='test -z "$ac_c_werror_flag"
10087 || test ! -s conftest.err'
10088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10089 (eval $ac_try) 2>&5
10090 ac_status=$?
10091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10092 (exit $ac_status); }; } &&
10093 { ac_try='test -s conftest$ac_exeext'
10094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10095 (eval $ac_try) 2>&5
10096 ac_status=$?
10097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10098 (exit $ac_status); }; }; then
10099 am_cv_func_iconv=yes
10100 else
10101 echo "$as_me: failed program was:" >&5
10102 sed 's/^/| /' conftest.$ac_ext >&5
10105 rm -f conftest.err conftest.$ac_objext \
10106 conftest$ac_exeext conftest.$ac_ext
10107 if test "$am_cv_func_iconv" != yes; then
10108 am_save_LIBS="$LIBS"
10109 LIBS="$LIBS $LIBICONV"
10110 if test x$gcc_no_link = xyes; then
10111 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10112 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10113 { (exit 1); exit 1; }; }
10115 cat >conftest.$ac_ext <<_ACEOF
10116 /* confdefs.h. */
10117 _ACEOF
10118 cat confdefs.h >>conftest.$ac_ext
10119 cat >>conftest.$ac_ext <<_ACEOF
10120 /* end confdefs.h. */
10121 #include <stdlib.h>
10122 #include <iconv.h>
10124 main ()
10126 iconv_t cd = iconv_open("","");
10127 iconv(cd,NULL,NULL,NULL,NULL);
10128 iconv_close(cd);
10130 return 0;
10132 _ACEOF
10133 rm -f conftest.$ac_objext conftest$ac_exeext
10134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10135 (eval $ac_link) 2>conftest.er1
10136 ac_status=$?
10137 grep -v '^ *+' conftest.er1 >conftest.err
10138 rm -f conftest.er1
10139 cat conftest.err >&5
10140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10141 (exit $ac_status); } &&
10142 { ac_try='test -z "$ac_c_werror_flag"
10143 || test ! -s conftest.err'
10144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10145 (eval $ac_try) 2>&5
10146 ac_status=$?
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148 (exit $ac_status); }; } &&
10149 { ac_try='test -s conftest$ac_exeext'
10150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10151 (eval $ac_try) 2>&5
10152 ac_status=$?
10153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10154 (exit $ac_status); }; }; then
10155 am_cv_lib_iconv=yes
10156 am_cv_func_iconv=yes
10157 else
10158 echo "$as_me: failed program was:" >&5
10159 sed 's/^/| /' conftest.$ac_ext >&5
10162 rm -f conftest.err conftest.$ac_objext \
10163 conftest$ac_exeext conftest.$ac_ext
10164 LIBS="$am_save_LIBS"
10168 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
10169 echo "${ECHO_T}$am_cv_func_iconv" >&6
10170 if test "$am_cv_func_iconv" = yes; then
10172 cat >>confdefs.h <<\_ACEOF
10173 #define HAVE_ICONV 1
10174 _ACEOF
10177 if test "$am_cv_lib_iconv" = yes; then
10178 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
10179 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
10180 echo "$as_me:$LINENO: result: $LIBICONV" >&5
10181 echo "${ECHO_T}$LIBICONV" >&6
10182 else
10183 CPPFLAGS="$am_save_CPPFLAGS"
10184 LIBICONV=
10185 LTLIBICONV=
10190 if test "$am_cv_func_iconv" = yes; then
10191 echo "$as_me:$LINENO: checking for iconv declaration" >&5
10192 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
10193 if test "${am_cv_proto_iconv+set}" = set; then
10194 echo $ECHO_N "(cached) $ECHO_C" >&6
10195 else
10197 cat >conftest.$ac_ext <<_ACEOF
10198 /* confdefs.h. */
10199 _ACEOF
10200 cat confdefs.h >>conftest.$ac_ext
10201 cat >>conftest.$ac_ext <<_ACEOF
10202 /* end confdefs.h. */
10204 #include <stdlib.h>
10205 #include <iconv.h>
10206 extern
10207 #ifdef __cplusplus
10209 #endif
10210 #if defined(__STDC__) || defined(__cplusplus)
10211 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
10212 #else
10213 size_t iconv();
10214 #endif
10217 main ()
10221 return 0;
10223 _ACEOF
10224 rm -f conftest.$ac_objext
10225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10226 (eval $ac_compile) 2>conftest.er1
10227 ac_status=$?
10228 grep -v '^ *+' conftest.er1 >conftest.err
10229 rm -f conftest.er1
10230 cat conftest.err >&5
10231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10232 (exit $ac_status); } &&
10233 { ac_try='test -z "$ac_c_werror_flag"
10234 || test ! -s conftest.err'
10235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10236 (eval $ac_try) 2>&5
10237 ac_status=$?
10238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10239 (exit $ac_status); }; } &&
10240 { ac_try='test -s conftest.$ac_objext'
10241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10242 (eval $ac_try) 2>&5
10243 ac_status=$?
10244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10245 (exit $ac_status); }; }; then
10246 am_cv_proto_iconv_arg1=""
10247 else
10248 echo "$as_me: failed program was:" >&5
10249 sed 's/^/| /' conftest.$ac_ext >&5
10251 am_cv_proto_iconv_arg1="const"
10253 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10254 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);"
10257 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
10258 echo "$as_me:$LINENO: result: ${ac_t:-
10259 }$am_cv_proto_iconv" >&5
10260 echo "${ECHO_T}${ac_t:-
10261 }$am_cv_proto_iconv" >&6
10263 cat >>confdefs.h <<_ACEOF
10264 #define ICONV_CONST $am_cv_proto_iconv_arg1
10265 _ACEOF
10270 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
10271 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
10272 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
10273 echo $ECHO_N "(cached) $ECHO_C" >&6
10274 else
10275 if test x$gcc_no_link = xyes; then
10276 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10277 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10278 { (exit 1); exit 1; }; }
10280 cat >conftest.$ac_ext <<_ACEOF
10281 /* confdefs.h. */
10282 _ACEOF
10283 cat confdefs.h >>conftest.$ac_ext
10284 cat >>conftest.$ac_ext <<_ACEOF
10285 /* end confdefs.h. */
10286 #include <locale.h>
10288 main ()
10290 return LC_MESSAGES
10292 return 0;
10294 _ACEOF
10295 rm -f conftest.$ac_objext conftest$ac_exeext
10296 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10297 (eval $ac_link) 2>conftest.er1
10298 ac_status=$?
10299 grep -v '^ *+' conftest.er1 >conftest.err
10300 rm -f conftest.er1
10301 cat conftest.err >&5
10302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303 (exit $ac_status); } &&
10304 { ac_try='test -z "$ac_c_werror_flag"
10305 || test ! -s conftest.err'
10306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10307 (eval $ac_try) 2>&5
10308 ac_status=$?
10309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10310 (exit $ac_status); }; } &&
10311 { ac_try='test -s conftest$ac_exeext'
10312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10313 (eval $ac_try) 2>&5
10314 ac_status=$?
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); }; }; then
10317 am_cv_val_LC_MESSAGES=yes
10318 else
10319 echo "$as_me: failed program was:" >&5
10320 sed 's/^/| /' conftest.$ac_ext >&5
10322 am_cv_val_LC_MESSAGES=no
10324 rm -f conftest.err conftest.$ac_objext \
10325 conftest$ac_exeext conftest.$ac_ext
10327 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
10328 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
10329 if test $am_cv_val_LC_MESSAGES = yes; then
10331 cat >>confdefs.h <<\_ACEOF
10332 #define HAVE_LC_MESSAGES 1
10333 _ACEOF
10337 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
10338 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
10339 if test "${ac_cv_struct_tm+set}" = set; then
10340 echo $ECHO_N "(cached) $ECHO_C" >&6
10341 else
10342 cat >conftest.$ac_ext <<_ACEOF
10343 /* confdefs.h. */
10344 _ACEOF
10345 cat confdefs.h >>conftest.$ac_ext
10346 cat >>conftest.$ac_ext <<_ACEOF
10347 /* end confdefs.h. */
10348 #include <sys/types.h>
10349 #include <time.h>
10352 main ()
10354 struct tm *tp; tp->tm_sec;
10356 return 0;
10358 _ACEOF
10359 rm -f conftest.$ac_objext
10360 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10361 (eval $ac_compile) 2>conftest.er1
10362 ac_status=$?
10363 grep -v '^ *+' conftest.er1 >conftest.err
10364 rm -f conftest.er1
10365 cat conftest.err >&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); } &&
10368 { ac_try='test -z "$ac_c_werror_flag"
10369 || test ! -s conftest.err'
10370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10371 (eval $ac_try) 2>&5
10372 ac_status=$?
10373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10374 (exit $ac_status); }; } &&
10375 { ac_try='test -s conftest.$ac_objext'
10376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10377 (eval $ac_try) 2>&5
10378 ac_status=$?
10379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 (exit $ac_status); }; }; then
10381 ac_cv_struct_tm=time.h
10382 else
10383 echo "$as_me: failed program was:" >&5
10384 sed 's/^/| /' conftest.$ac_ext >&5
10386 ac_cv_struct_tm=sys/time.h
10388 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10390 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
10391 echo "${ECHO_T}$ac_cv_struct_tm" >&6
10392 if test $ac_cv_struct_tm = sys/time.h; then
10394 cat >>confdefs.h <<\_ACEOF
10395 #define TM_IN_SYS_TIME 1
10396 _ACEOF
10400 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
10401 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
10402 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
10403 echo $ECHO_N "(cached) $ECHO_C" >&6
10404 else
10405 cat >conftest.$ac_ext <<_ACEOF
10406 /* confdefs.h. */
10407 _ACEOF
10408 cat confdefs.h >>conftest.$ac_ext
10409 cat >>conftest.$ac_ext <<_ACEOF
10410 /* end confdefs.h. */
10411 #include <sys/types.h>
10412 #include <$ac_cv_struct_tm>
10416 main ()
10418 static struct tm ac_aggr;
10419 if (ac_aggr.tm_zone)
10420 return 0;
10422 return 0;
10424 _ACEOF
10425 rm -f conftest.$ac_objext
10426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10427 (eval $ac_compile) 2>conftest.er1
10428 ac_status=$?
10429 grep -v '^ *+' conftest.er1 >conftest.err
10430 rm -f conftest.er1
10431 cat conftest.err >&5
10432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10433 (exit $ac_status); } &&
10434 { ac_try='test -z "$ac_c_werror_flag"
10435 || test ! -s conftest.err'
10436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5
10438 ac_status=$?
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); }; } &&
10441 { ac_try='test -s conftest.$ac_objext'
10442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10443 (eval $ac_try) 2>&5
10444 ac_status=$?
10445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10446 (exit $ac_status); }; }; then
10447 ac_cv_member_struct_tm_tm_zone=yes
10448 else
10449 echo "$as_me: failed program was:" >&5
10450 sed 's/^/| /' conftest.$ac_ext >&5
10452 cat >conftest.$ac_ext <<_ACEOF
10453 /* confdefs.h. */
10454 _ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h. */
10458 #include <sys/types.h>
10459 #include <$ac_cv_struct_tm>
10463 main ()
10465 static struct tm ac_aggr;
10466 if (sizeof ac_aggr.tm_zone)
10467 return 0;
10469 return 0;
10471 _ACEOF
10472 rm -f conftest.$ac_objext
10473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10474 (eval $ac_compile) 2>conftest.er1
10475 ac_status=$?
10476 grep -v '^ *+' conftest.er1 >conftest.err
10477 rm -f conftest.er1
10478 cat conftest.err >&5
10479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); } &&
10481 { ac_try='test -z "$ac_c_werror_flag"
10482 || test ! -s conftest.err'
10483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10484 (eval $ac_try) 2>&5
10485 ac_status=$?
10486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); }; } &&
10488 { ac_try='test -s conftest.$ac_objext'
10489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10490 (eval $ac_try) 2>&5
10491 ac_status=$?
10492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10493 (exit $ac_status); }; }; then
10494 ac_cv_member_struct_tm_tm_zone=yes
10495 else
10496 echo "$as_me: failed program was:" >&5
10497 sed 's/^/| /' conftest.$ac_ext >&5
10499 ac_cv_member_struct_tm_tm_zone=no
10501 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10503 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10505 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
10506 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
10507 if test $ac_cv_member_struct_tm_tm_zone = yes; then
10509 cat >>confdefs.h <<_ACEOF
10510 #define HAVE_STRUCT_TM_TM_ZONE 1
10511 _ACEOF
10516 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
10518 cat >>confdefs.h <<\_ACEOF
10519 #define HAVE_TM_ZONE 1
10520 _ACEOF
10522 else
10523 echo "$as_me:$LINENO: checking for tzname" >&5
10524 echo $ECHO_N "checking for tzname... $ECHO_C" >&6
10525 if test "${ac_cv_var_tzname+set}" = set; then
10526 echo $ECHO_N "(cached) $ECHO_C" >&6
10527 else
10528 if test x$gcc_no_link = xyes; then
10529 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10530 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10531 { (exit 1); exit 1; }; }
10533 cat >conftest.$ac_ext <<_ACEOF
10534 /* confdefs.h. */
10535 _ACEOF
10536 cat confdefs.h >>conftest.$ac_ext
10537 cat >>conftest.$ac_ext <<_ACEOF
10538 /* end confdefs.h. */
10539 #include <time.h>
10540 #ifndef tzname /* For SGI. */
10541 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
10542 #endif
10545 main ()
10547 atoi(*tzname);
10549 return 0;
10551 _ACEOF
10552 rm -f conftest.$ac_objext conftest$ac_exeext
10553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10554 (eval $ac_link) 2>conftest.er1
10555 ac_status=$?
10556 grep -v '^ *+' conftest.er1 >conftest.err
10557 rm -f conftest.er1
10558 cat conftest.err >&5
10559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10560 (exit $ac_status); } &&
10561 { ac_try='test -z "$ac_c_werror_flag"
10562 || test ! -s conftest.err'
10563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10564 (eval $ac_try) 2>&5
10565 ac_status=$?
10566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10567 (exit $ac_status); }; } &&
10568 { ac_try='test -s conftest$ac_exeext'
10569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10570 (eval $ac_try) 2>&5
10571 ac_status=$?
10572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10573 (exit $ac_status); }; }; then
10574 ac_cv_var_tzname=yes
10575 else
10576 echo "$as_me: failed program was:" >&5
10577 sed 's/^/| /' conftest.$ac_ext >&5
10579 ac_cv_var_tzname=no
10581 rm -f conftest.err conftest.$ac_objext \
10582 conftest$ac_exeext conftest.$ac_ext
10584 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
10585 echo "${ECHO_T}$ac_cv_var_tzname" >&6
10586 if test $ac_cv_var_tzname = yes; then
10588 cat >>confdefs.h <<\_ACEOF
10589 #define HAVE_TZNAME 1
10590 _ACEOF
10598 for ac_func in gethostbyname_r
10600 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10601 echo "$as_me:$LINENO: checking for $ac_func" >&5
10602 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10603 if eval "test \"\${$as_ac_var+set}\" = set"; then
10604 echo $ECHO_N "(cached) $ECHO_C" >&6
10605 else
10606 if test x$gcc_no_link = xyes; then
10607 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10608 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10609 { (exit 1); exit 1; }; }
10611 cat >conftest.$ac_ext <<_ACEOF
10612 /* confdefs.h. */
10613 _ACEOF
10614 cat confdefs.h >>conftest.$ac_ext
10615 cat >>conftest.$ac_ext <<_ACEOF
10616 /* end confdefs.h. */
10617 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10618 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10619 #define $ac_func innocuous_$ac_func
10621 /* System header to define __stub macros and hopefully few prototypes,
10622 which can conflict with char $ac_func (); below.
10623 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10624 <limits.h> exists even on freestanding compilers. */
10626 #ifdef __STDC__
10627 # include <limits.h>
10628 #else
10629 # include <assert.h>
10630 #endif
10632 #undef $ac_func
10634 /* Override any gcc2 internal prototype to avoid an error. */
10635 #ifdef __cplusplus
10636 extern "C"
10638 #endif
10639 /* We use char because int might match the return type of a gcc2
10640 builtin and then its argument prototype would still apply. */
10641 char $ac_func ();
10642 /* The GNU C library defines this for functions which it implements
10643 to always fail with ENOSYS. Some functions are actually named
10644 something starting with __ and the normal name is an alias. */
10645 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10646 choke me
10647 #else
10648 char (*f) () = $ac_func;
10649 #endif
10650 #ifdef __cplusplus
10652 #endif
10655 main ()
10657 return f != $ac_func;
10659 return 0;
10661 _ACEOF
10662 rm -f conftest.$ac_objext conftest$ac_exeext
10663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10664 (eval $ac_link) 2>conftest.er1
10665 ac_status=$?
10666 grep -v '^ *+' conftest.er1 >conftest.err
10667 rm -f conftest.er1
10668 cat conftest.err >&5
10669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10670 (exit $ac_status); } &&
10671 { ac_try='test -z "$ac_c_werror_flag"
10672 || test ! -s conftest.err'
10673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10674 (eval $ac_try) 2>&5
10675 ac_status=$?
10676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10677 (exit $ac_status); }; } &&
10678 { ac_try='test -s conftest$ac_exeext'
10679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10680 (eval $ac_try) 2>&5
10681 ac_status=$?
10682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10683 (exit $ac_status); }; }; then
10684 eval "$as_ac_var=yes"
10685 else
10686 echo "$as_me: failed program was:" >&5
10687 sed 's/^/| /' conftest.$ac_ext >&5
10689 eval "$as_ac_var=no"
10691 rm -f conftest.err conftest.$ac_objext \
10692 conftest$ac_exeext conftest.$ac_ext
10694 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10695 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10696 if test `eval echo '${'$as_ac_var'}'` = yes; then
10697 cat >>confdefs.h <<_ACEOF
10698 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10699 _ACEOF
10702 cat >>confdefs.h <<\_ACEOF
10703 #define HAVE_GETHOSTBYNAME_R 1
10704 _ACEOF
10706 # There are two different kinds of gethostbyname_r.
10707 # We look for the one that returns `int'.
10708 # Hopefully this check is robust enough.
10709 cat >conftest.$ac_ext <<_ACEOF
10710 /* confdefs.h. */
10711 _ACEOF
10712 cat confdefs.h >>conftest.$ac_ext
10713 cat >>conftest.$ac_ext <<_ACEOF
10714 /* end confdefs.h. */
10715 #include <netdb.h>
10717 _ACEOF
10718 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10719 $EGREP "int.*gethostbyname_r" >/dev/null 2>&1; then
10722 cat >>confdefs.h <<\_ACEOF
10723 #define GETHOSTBYNAME_R_RETURNS_INT 1
10724 _ACEOF
10727 rm -f conftest*
10730 case " $GCINCS " in
10731 *" -D_REENTRANT "*) ;;
10733 echo "$as_me:$LINENO: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
10734 echo $ECHO_N "checking whether gethostbyname_r declaration requires -D_REENTRANT... $ECHO_C" >&6
10735 if test "${libjava_cv_gethostbyname_r_needs_reentrant+set}" = set; then
10736 echo $ECHO_N "(cached) $ECHO_C" >&6
10737 else
10738 ac_ext=cc
10739 ac_cpp='$CXXCPP $CPPFLAGS'
10740 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10741 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10742 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10744 cat >conftest.$ac_ext <<_ACEOF
10745 /* confdefs.h. */
10746 _ACEOF
10747 cat confdefs.h >>conftest.$ac_ext
10748 cat >>conftest.$ac_ext <<_ACEOF
10749 /* end confdefs.h. */
10750 #include <netdb.h>
10752 main ()
10754 gethostbyname_r("", 0, 0);
10756 return 0;
10758 _ACEOF
10759 rm -f conftest.$ac_objext
10760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10761 (eval $ac_compile) 2>conftest.er1
10762 ac_status=$?
10763 grep -v '^ *+' conftest.er1 >conftest.err
10764 rm -f conftest.er1
10765 cat conftest.err >&5
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } &&
10768 { ac_try='test -z "$ac_cxx_werror_flag"
10769 || test ! -s conftest.err'
10770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10771 (eval $ac_try) 2>&5
10772 ac_status=$?
10773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774 (exit $ac_status); }; } &&
10775 { ac_try='test -s conftest.$ac_objext'
10776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10777 (eval $ac_try) 2>&5
10778 ac_status=$?
10779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10780 (exit $ac_status); }; }; then
10781 libjava_cv_gethostbyname_r_needs_reentrant=no
10782 else
10783 echo "$as_me: failed program was:" >&5
10784 sed 's/^/| /' conftest.$ac_ext >&5
10786 CPPFLAGS_SAVE="$CPPFLAGS"
10787 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
10788 cat >conftest.$ac_ext <<_ACEOF
10789 /* confdefs.h. */
10790 _ACEOF
10791 cat confdefs.h >>conftest.$ac_ext
10792 cat >>conftest.$ac_ext <<_ACEOF
10793 /* end confdefs.h. */
10794 #include <netdb.h>
10796 main ()
10798 gethostbyname_r("", 0, 0);
10800 return 0;
10802 _ACEOF
10803 rm -f conftest.$ac_objext
10804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10805 (eval $ac_compile) 2>conftest.er1
10806 ac_status=$?
10807 grep -v '^ *+' conftest.er1 >conftest.err
10808 rm -f conftest.er1
10809 cat conftest.err >&5
10810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10811 (exit $ac_status); } &&
10812 { ac_try='test -z "$ac_cxx_werror_flag"
10813 || test ! -s conftest.err'
10814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10815 (eval $ac_try) 2>&5
10816 ac_status=$?
10817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10818 (exit $ac_status); }; } &&
10819 { ac_try='test -s conftest.$ac_objext'
10820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10821 (eval $ac_try) 2>&5
10822 ac_status=$?
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); }; }; then
10825 libjava_cv_gethostbyname_r_needs_reentrant=yes
10826 else
10827 echo "$as_me: failed program was:" >&5
10828 sed 's/^/| /' conftest.$ac_ext >&5
10830 libjava_cv_gethostbyname_r_needs_reentrant=fail
10832 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10833 CPPFLAGS="$CPPFLAGS_SAVE"
10836 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10837 ac_ext=c
10838 ac_cpp='$CPP $CPPFLAGS'
10839 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10840 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10841 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10845 echo "$as_me:$LINENO: result: $libjava_cv_gethostbyname_r_needs_reentrant" >&5
10846 echo "${ECHO_T}$libjava_cv_gethostbyname_r_needs_reentrant" >&6
10847 if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
10849 cat >>confdefs.h <<\_ACEOF
10850 #define _REENTRANT 1
10851 _ACEOF
10855 esac
10857 echo "$as_me:$LINENO: checking for struct hostent_data" >&5
10858 echo $ECHO_N "checking for struct hostent_data... $ECHO_C" >&6
10859 if test "${libjava_cv_struct_hostent_data+set}" = set; then
10860 echo $ECHO_N "(cached) $ECHO_C" >&6
10861 else
10862 cat >conftest.$ac_ext <<_ACEOF
10863 /* confdefs.h. */
10864 _ACEOF
10865 cat confdefs.h >>conftest.$ac_ext
10866 cat >>conftest.$ac_ext <<_ACEOF
10867 /* end confdefs.h. */
10869 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
10870 # define _REENTRANT 1
10871 #endif
10872 #include <netdb.h>
10874 main ()
10876 struct hostent_data data;
10878 return 0;
10880 _ACEOF
10881 rm -f conftest.$ac_objext
10882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10883 (eval $ac_compile) 2>conftest.er1
10884 ac_status=$?
10885 grep -v '^ *+' conftest.er1 >conftest.err
10886 rm -f conftest.er1
10887 cat conftest.err >&5
10888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10889 (exit $ac_status); } &&
10890 { ac_try='test -z "$ac_c_werror_flag"
10891 || test ! -s conftest.err'
10892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10893 (eval $ac_try) 2>&5
10894 ac_status=$?
10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10896 (exit $ac_status); }; } &&
10897 { ac_try='test -s conftest.$ac_objext'
10898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10899 (eval $ac_try) 2>&5
10900 ac_status=$?
10901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10902 (exit $ac_status); }; }; then
10903 libjava_cv_struct_hostent_data=yes
10904 else
10905 echo "$as_me: failed program was:" >&5
10906 sed 's/^/| /' conftest.$ac_ext >&5
10908 libjava_cv_struct_hostent_data=no
10910 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10912 echo "$as_me:$LINENO: result: $libjava_cv_struct_hostent_data" >&5
10913 echo "${ECHO_T}$libjava_cv_struct_hostent_data" >&6
10914 if test "x$libjava_cv_struct_hostent_data" = xyes; then
10916 cat >>confdefs.h <<\_ACEOF
10917 #define HAVE_STRUCT_HOSTENT_DATA 1
10918 _ACEOF
10923 done
10926 # FIXME: libjava source code expects to find a prototype for
10927 # gethostbyaddr_r in netdb.h. The outer check ensures that
10928 # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
10929 # to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
10930 # linkage check is enough, yet C++ code requires proper prototypes.)
10931 cat >conftest.$ac_ext <<_ACEOF
10932 /* confdefs.h. */
10933 _ACEOF
10934 cat confdefs.h >>conftest.$ac_ext
10935 cat >>conftest.$ac_ext <<_ACEOF
10936 /* end confdefs.h. */
10937 #include <netdb.h>
10939 _ACEOF
10940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10941 $EGREP "gethostbyaddr_r" >/dev/null 2>&1; then
10944 for ac_func in gethostbyaddr_r
10946 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10947 echo "$as_me:$LINENO: checking for $ac_func" >&5
10948 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10949 if eval "test \"\${$as_ac_var+set}\" = set"; then
10950 echo $ECHO_N "(cached) $ECHO_C" >&6
10951 else
10952 if test x$gcc_no_link = xyes; then
10953 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10954 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10955 { (exit 1); exit 1; }; }
10957 cat >conftest.$ac_ext <<_ACEOF
10958 /* confdefs.h. */
10959 _ACEOF
10960 cat confdefs.h >>conftest.$ac_ext
10961 cat >>conftest.$ac_ext <<_ACEOF
10962 /* end confdefs.h. */
10963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10965 #define $ac_func innocuous_$ac_func
10967 /* System header to define __stub macros and hopefully few prototypes,
10968 which can conflict with char $ac_func (); below.
10969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10970 <limits.h> exists even on freestanding compilers. */
10972 #ifdef __STDC__
10973 # include <limits.h>
10974 #else
10975 # include <assert.h>
10976 #endif
10978 #undef $ac_func
10980 /* Override any gcc2 internal prototype to avoid an error. */
10981 #ifdef __cplusplus
10982 extern "C"
10984 #endif
10985 /* We use char because int might match the return type of a gcc2
10986 builtin and then its argument prototype would still apply. */
10987 char $ac_func ();
10988 /* The GNU C library defines this for functions which it implements
10989 to always fail with ENOSYS. Some functions are actually named
10990 something starting with __ and the normal name is an alias. */
10991 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10992 choke me
10993 #else
10994 char (*f) () = $ac_func;
10995 #endif
10996 #ifdef __cplusplus
10998 #endif
11001 main ()
11003 return f != $ac_func;
11005 return 0;
11007 _ACEOF
11008 rm -f conftest.$ac_objext conftest$ac_exeext
11009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11010 (eval $ac_link) 2>conftest.er1
11011 ac_status=$?
11012 grep -v '^ *+' conftest.er1 >conftest.err
11013 rm -f conftest.er1
11014 cat conftest.err >&5
11015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11016 (exit $ac_status); } &&
11017 { ac_try='test -z "$ac_c_werror_flag"
11018 || test ! -s conftest.err'
11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11020 (eval $ac_try) 2>&5
11021 ac_status=$?
11022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11023 (exit $ac_status); }; } &&
11024 { ac_try='test -s conftest$ac_exeext'
11025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11026 (eval $ac_try) 2>&5
11027 ac_status=$?
11028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11029 (exit $ac_status); }; }; then
11030 eval "$as_ac_var=yes"
11031 else
11032 echo "$as_me: failed program was:" >&5
11033 sed 's/^/| /' conftest.$ac_ext >&5
11035 eval "$as_ac_var=no"
11037 rm -f conftest.err conftest.$ac_objext \
11038 conftest$ac_exeext conftest.$ac_ext
11040 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11041 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11042 if test `eval echo '${'$as_ac_var'}'` = yes; then
11043 cat >>confdefs.h <<_ACEOF
11044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11045 _ACEOF
11048 cat >>confdefs.h <<\_ACEOF
11049 #define HAVE_GETHOSTBYADDR_R 1
11050 _ACEOF
11052 # There are two different kinds of gethostbyaddr_r.
11053 # We look for the one that returns `int'.
11054 # Hopefully this check is robust enough.
11055 cat >conftest.$ac_ext <<_ACEOF
11056 /* confdefs.h. */
11057 _ACEOF
11058 cat confdefs.h >>conftest.$ac_ext
11059 cat >>conftest.$ac_ext <<_ACEOF
11060 /* end confdefs.h. */
11061 #include <netdb.h>
11063 _ACEOF
11064 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11065 $EGREP "int.*gethostbyaddr_r" >/dev/null 2>&1; then
11068 cat >>confdefs.h <<\_ACEOF
11069 #define GETHOSTBYADDR_R_RETURNS_INT 1
11070 _ACEOF
11073 rm -f conftest*
11076 done
11079 rm -f conftest*
11083 for ac_func in gethostname
11085 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11086 echo "$as_me:$LINENO: checking for $ac_func" >&5
11087 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11088 if eval "test \"\${$as_ac_var+set}\" = set"; then
11089 echo $ECHO_N "(cached) $ECHO_C" >&6
11090 else
11091 if test x$gcc_no_link = xyes; then
11092 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11093 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11094 { (exit 1); exit 1; }; }
11096 cat >conftest.$ac_ext <<_ACEOF
11097 /* confdefs.h. */
11098 _ACEOF
11099 cat confdefs.h >>conftest.$ac_ext
11100 cat >>conftest.$ac_ext <<_ACEOF
11101 /* end confdefs.h. */
11102 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11103 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11104 #define $ac_func innocuous_$ac_func
11106 /* System header to define __stub macros and hopefully few prototypes,
11107 which can conflict with char $ac_func (); below.
11108 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11109 <limits.h> exists even on freestanding compilers. */
11111 #ifdef __STDC__
11112 # include <limits.h>
11113 #else
11114 # include <assert.h>
11115 #endif
11117 #undef $ac_func
11119 /* Override any gcc2 internal prototype to avoid an error. */
11120 #ifdef __cplusplus
11121 extern "C"
11123 #endif
11124 /* We use char because int might match the return type of a gcc2
11125 builtin and then its argument prototype would still apply. */
11126 char $ac_func ();
11127 /* The GNU C library defines this for functions which it implements
11128 to always fail with ENOSYS. Some functions are actually named
11129 something starting with __ and the normal name is an alias. */
11130 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11131 choke me
11132 #else
11133 char (*f) () = $ac_func;
11134 #endif
11135 #ifdef __cplusplus
11137 #endif
11140 main ()
11142 return f != $ac_func;
11144 return 0;
11146 _ACEOF
11147 rm -f conftest.$ac_objext conftest$ac_exeext
11148 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11149 (eval $ac_link) 2>conftest.er1
11150 ac_status=$?
11151 grep -v '^ *+' conftest.er1 >conftest.err
11152 rm -f conftest.er1
11153 cat conftest.err >&5
11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11155 (exit $ac_status); } &&
11156 { ac_try='test -z "$ac_c_werror_flag"
11157 || test ! -s conftest.err'
11158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11159 (eval $ac_try) 2>&5
11160 ac_status=$?
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); }; } &&
11163 { ac_try='test -s conftest$ac_exeext'
11164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11165 (eval $ac_try) 2>&5
11166 ac_status=$?
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); }; }; then
11169 eval "$as_ac_var=yes"
11170 else
11171 echo "$as_me: failed program was:" >&5
11172 sed 's/^/| /' conftest.$ac_ext >&5
11174 eval "$as_ac_var=no"
11176 rm -f conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11179 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11180 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11181 if test `eval echo '${'$as_ac_var'}'` = yes; then
11182 cat >>confdefs.h <<_ACEOF
11183 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11184 _ACEOF
11187 cat >>confdefs.h <<\_ACEOF
11188 #define HAVE_GETHOSTNAME 1
11189 _ACEOF
11191 cat >conftest.$ac_ext <<_ACEOF
11192 /* confdefs.h. */
11193 _ACEOF
11194 cat confdefs.h >>conftest.$ac_ext
11195 cat >>conftest.$ac_ext <<_ACEOF
11196 /* end confdefs.h. */
11197 #include <unistd.h>
11199 _ACEOF
11200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11201 $EGREP "gethostname" >/dev/null 2>&1; then
11204 cat >>confdefs.h <<\_ACEOF
11205 #define HAVE_GETHOSTNAME_DECL 1
11206 _ACEOF
11209 rm -f conftest*
11212 done
11216 for ac_func in usleep
11218 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11219 echo "$as_me:$LINENO: checking for $ac_func" >&5
11220 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11221 if eval "test \"\${$as_ac_var+set}\" = set"; then
11222 echo $ECHO_N "(cached) $ECHO_C" >&6
11223 else
11224 if test x$gcc_no_link = xyes; then
11225 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11226 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11227 { (exit 1); exit 1; }; }
11229 cat >conftest.$ac_ext <<_ACEOF
11230 /* confdefs.h. */
11231 _ACEOF
11232 cat confdefs.h >>conftest.$ac_ext
11233 cat >>conftest.$ac_ext <<_ACEOF
11234 /* end confdefs.h. */
11235 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11236 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11237 #define $ac_func innocuous_$ac_func
11239 /* System header to define __stub macros and hopefully few prototypes,
11240 which can conflict with char $ac_func (); below.
11241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11242 <limits.h> exists even on freestanding compilers. */
11244 #ifdef __STDC__
11245 # include <limits.h>
11246 #else
11247 # include <assert.h>
11248 #endif
11250 #undef $ac_func
11252 /* Override any gcc2 internal prototype to avoid an error. */
11253 #ifdef __cplusplus
11254 extern "C"
11256 #endif
11257 /* We use char because int might match the return type of a gcc2
11258 builtin and then its argument prototype would still apply. */
11259 char $ac_func ();
11260 /* The GNU C library defines this for functions which it implements
11261 to always fail with ENOSYS. Some functions are actually named
11262 something starting with __ and the normal name is an alias. */
11263 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11264 choke me
11265 #else
11266 char (*f) () = $ac_func;
11267 #endif
11268 #ifdef __cplusplus
11270 #endif
11273 main ()
11275 return f != $ac_func;
11277 return 0;
11279 _ACEOF
11280 rm -f conftest.$ac_objext conftest$ac_exeext
11281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11282 (eval $ac_link) 2>conftest.er1
11283 ac_status=$?
11284 grep -v '^ *+' conftest.er1 >conftest.err
11285 rm -f conftest.er1
11286 cat conftest.err >&5
11287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); } &&
11289 { ac_try='test -z "$ac_c_werror_flag"
11290 || test ! -s conftest.err'
11291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11292 (eval $ac_try) 2>&5
11293 ac_status=$?
11294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11295 (exit $ac_status); }; } &&
11296 { ac_try='test -s conftest$ac_exeext'
11297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11298 (eval $ac_try) 2>&5
11299 ac_status=$?
11300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11301 (exit $ac_status); }; }; then
11302 eval "$as_ac_var=yes"
11303 else
11304 echo "$as_me: failed program was:" >&5
11305 sed 's/^/| /' conftest.$ac_ext >&5
11307 eval "$as_ac_var=no"
11309 rm -f conftest.err conftest.$ac_objext \
11310 conftest$ac_exeext conftest.$ac_ext
11312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11313 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11314 if test `eval echo '${'$as_ac_var'}'` = yes; then
11315 cat >>confdefs.h <<_ACEOF
11316 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11317 _ACEOF
11319 cat >conftest.$ac_ext <<_ACEOF
11320 /* confdefs.h. */
11321 _ACEOF
11322 cat confdefs.h >>conftest.$ac_ext
11323 cat >>conftest.$ac_ext <<_ACEOF
11324 /* end confdefs.h. */
11325 #include <unistd.h>
11327 _ACEOF
11328 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11329 $EGREP "usleep" >/dev/null 2>&1; then
11332 cat >>confdefs.h <<\_ACEOF
11333 #define HAVE_USLEEP_DECL 1
11334 _ACEOF
11337 rm -f conftest*
11340 done
11343 # Look for these functions in the thread library, but only bother
11344 # if using POSIX threads.
11345 if test "$THREADS" = posix; then
11346 save_LIBS="$LIBS"
11347 LIBS="$LIBS $THREADLIBS"
11348 # Some POSIX thread systems don't have pthread_mutexattr_settype.
11349 # E.g., Solaris.
11352 for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np
11354 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11355 echo "$as_me:$LINENO: checking for $ac_func" >&5
11356 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11357 if eval "test \"\${$as_ac_var+set}\" = set"; then
11358 echo $ECHO_N "(cached) $ECHO_C" >&6
11359 else
11360 if test x$gcc_no_link = xyes; then
11361 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11362 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11363 { (exit 1); exit 1; }; }
11365 cat >conftest.$ac_ext <<_ACEOF
11366 /* confdefs.h. */
11367 _ACEOF
11368 cat confdefs.h >>conftest.$ac_ext
11369 cat >>conftest.$ac_ext <<_ACEOF
11370 /* end confdefs.h. */
11371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11373 #define $ac_func innocuous_$ac_func
11375 /* System header to define __stub macros and hopefully few prototypes,
11376 which can conflict with char $ac_func (); below.
11377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11378 <limits.h> exists even on freestanding compilers. */
11380 #ifdef __STDC__
11381 # include <limits.h>
11382 #else
11383 # include <assert.h>
11384 #endif
11386 #undef $ac_func
11388 /* Override any gcc2 internal prototype to avoid an error. */
11389 #ifdef __cplusplus
11390 extern "C"
11392 #endif
11393 /* We use char because int might match the return type of a gcc2
11394 builtin and then its argument prototype would still apply. */
11395 char $ac_func ();
11396 /* The GNU C library defines this for functions which it implements
11397 to always fail with ENOSYS. Some functions are actually named
11398 something starting with __ and the normal name is an alias. */
11399 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11400 choke me
11401 #else
11402 char (*f) () = $ac_func;
11403 #endif
11404 #ifdef __cplusplus
11406 #endif
11409 main ()
11411 return f != $ac_func;
11413 return 0;
11415 _ACEOF
11416 rm -f conftest.$ac_objext conftest$ac_exeext
11417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11418 (eval $ac_link) 2>conftest.er1
11419 ac_status=$?
11420 grep -v '^ *+' conftest.er1 >conftest.err
11421 rm -f conftest.er1
11422 cat conftest.err >&5
11423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); } &&
11425 { ac_try='test -z "$ac_c_werror_flag"
11426 || test ! -s conftest.err'
11427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11428 (eval $ac_try) 2>&5
11429 ac_status=$?
11430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11431 (exit $ac_status); }; } &&
11432 { ac_try='test -s conftest$ac_exeext'
11433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11434 (eval $ac_try) 2>&5
11435 ac_status=$?
11436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11437 (exit $ac_status); }; }; then
11438 eval "$as_ac_var=yes"
11439 else
11440 echo "$as_me: failed program was:" >&5
11441 sed 's/^/| /' conftest.$ac_ext >&5
11443 eval "$as_ac_var=no"
11445 rm -f conftest.err conftest.$ac_objext \
11446 conftest$ac_exeext conftest.$ac_ext
11448 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11449 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11450 if test `eval echo '${'$as_ac_var'}'` = yes; then
11451 cat >>confdefs.h <<_ACEOF
11452 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11453 _ACEOF
11456 done
11459 # Look for sched_yield. Up to Solaris 2.6, it is in libposix4, since
11460 # Solaris 7 the name librt is preferred.
11462 for ac_func in sched_yield
11464 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11465 echo "$as_me:$LINENO: checking for $ac_func" >&5
11466 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11467 if eval "test \"\${$as_ac_var+set}\" = set"; then
11468 echo $ECHO_N "(cached) $ECHO_C" >&6
11469 else
11470 if test x$gcc_no_link = xyes; then
11471 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11472 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11473 { (exit 1); exit 1; }; }
11475 cat >conftest.$ac_ext <<_ACEOF
11476 /* confdefs.h. */
11477 _ACEOF
11478 cat confdefs.h >>conftest.$ac_ext
11479 cat >>conftest.$ac_ext <<_ACEOF
11480 /* end confdefs.h. */
11481 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11482 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11483 #define $ac_func innocuous_$ac_func
11485 /* System header to define __stub macros and hopefully few prototypes,
11486 which can conflict with char $ac_func (); below.
11487 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11488 <limits.h> exists even on freestanding compilers. */
11490 #ifdef __STDC__
11491 # include <limits.h>
11492 #else
11493 # include <assert.h>
11494 #endif
11496 #undef $ac_func
11498 /* Override any gcc2 internal prototype to avoid an error. */
11499 #ifdef __cplusplus
11500 extern "C"
11502 #endif
11503 /* We use char because int might match the return type of a gcc2
11504 builtin and then its argument prototype would still apply. */
11505 char $ac_func ();
11506 /* The GNU C library defines this for functions which it implements
11507 to always fail with ENOSYS. Some functions are actually named
11508 something starting with __ and the normal name is an alias. */
11509 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11510 choke me
11511 #else
11512 char (*f) () = $ac_func;
11513 #endif
11514 #ifdef __cplusplus
11516 #endif
11519 main ()
11521 return f != $ac_func;
11523 return 0;
11525 _ACEOF
11526 rm -f conftest.$ac_objext conftest$ac_exeext
11527 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11528 (eval $ac_link) 2>conftest.er1
11529 ac_status=$?
11530 grep -v '^ *+' conftest.er1 >conftest.err
11531 rm -f conftest.er1
11532 cat conftest.err >&5
11533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11534 (exit $ac_status); } &&
11535 { ac_try='test -z "$ac_c_werror_flag"
11536 || test ! -s conftest.err'
11537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11538 (eval $ac_try) 2>&5
11539 ac_status=$?
11540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11541 (exit $ac_status); }; } &&
11542 { ac_try='test -s conftest$ac_exeext'
11543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11544 (eval $ac_try) 2>&5
11545 ac_status=$?
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); }; }; then
11548 eval "$as_ac_var=yes"
11549 else
11550 echo "$as_me: failed program was:" >&5
11551 sed 's/^/| /' conftest.$ac_ext >&5
11553 eval "$as_ac_var=no"
11555 rm -f conftest.err conftest.$ac_objext \
11556 conftest$ac_exeext conftest.$ac_ext
11558 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11559 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11560 if test `eval echo '${'$as_ac_var'}'` = yes; then
11561 cat >>confdefs.h <<_ACEOF
11562 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11563 _ACEOF
11565 else
11567 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
11568 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
11569 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6
11571 else
11572 ac_check_lib_save_LIBS=$LIBS
11573 LIBS="-lrt $LIBS"
11574 if test x$gcc_no_link = xyes; then
11575 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11576 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11577 { (exit 1); exit 1; }; }
11579 cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h. */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h. */
11586 /* Override any gcc2 internal prototype to avoid an error. */
11587 #ifdef __cplusplus
11588 extern "C"
11589 #endif
11590 /* We use char because int might match the return type of a gcc2
11591 builtin and then its argument prototype would still apply. */
11592 char sched_yield ();
11594 main ()
11596 sched_yield ();
11598 return 0;
11600 _ACEOF
11601 rm -f conftest.$ac_objext conftest$ac_exeext
11602 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11603 (eval $ac_link) 2>conftest.er1
11604 ac_status=$?
11605 grep -v '^ *+' conftest.er1 >conftest.err
11606 rm -f conftest.er1
11607 cat conftest.err >&5
11608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11609 (exit $ac_status); } &&
11610 { ac_try='test -z "$ac_c_werror_flag"
11611 || test ! -s conftest.err'
11612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11613 (eval $ac_try) 2>&5
11614 ac_status=$?
11615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11616 (exit $ac_status); }; } &&
11617 { ac_try='test -s conftest$ac_exeext'
11618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11619 (eval $ac_try) 2>&5
11620 ac_status=$?
11621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11622 (exit $ac_status); }; }; then
11623 ac_cv_lib_rt_sched_yield=yes
11624 else
11625 echo "$as_me: failed program was:" >&5
11626 sed 's/^/| /' conftest.$ac_ext >&5
11628 ac_cv_lib_rt_sched_yield=no
11630 rm -f conftest.err conftest.$ac_objext \
11631 conftest$ac_exeext conftest.$ac_ext
11632 LIBS=$ac_check_lib_save_LIBS
11634 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
11635 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
11636 if test $ac_cv_lib_rt_sched_yield = yes; then
11638 cat >>confdefs.h <<\_ACEOF
11639 #define HAVE_SCHED_YIELD 1
11640 _ACEOF
11642 THREADLIBS="$THREADLIBS -lrt"
11643 THREADSPEC="$THREADSPEC -lrt"
11644 else
11646 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
11647 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
11648 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
11649 echo $ECHO_N "(cached) $ECHO_C" >&6
11650 else
11651 ac_check_lib_save_LIBS=$LIBS
11652 LIBS="-lposix4 $LIBS"
11653 if test x$gcc_no_link = xyes; then
11654 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11655 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11656 { (exit 1); exit 1; }; }
11658 cat >conftest.$ac_ext <<_ACEOF
11659 /* confdefs.h. */
11660 _ACEOF
11661 cat confdefs.h >>conftest.$ac_ext
11662 cat >>conftest.$ac_ext <<_ACEOF
11663 /* end confdefs.h. */
11665 /* Override any gcc2 internal prototype to avoid an error. */
11666 #ifdef __cplusplus
11667 extern "C"
11668 #endif
11669 /* We use char because int might match the return type of a gcc2
11670 builtin and then its argument prototype would still apply. */
11671 char sched_yield ();
11673 main ()
11675 sched_yield ();
11677 return 0;
11679 _ACEOF
11680 rm -f conftest.$ac_objext conftest$ac_exeext
11681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11682 (eval $ac_link) 2>conftest.er1
11683 ac_status=$?
11684 grep -v '^ *+' conftest.er1 >conftest.err
11685 rm -f conftest.er1
11686 cat conftest.err >&5
11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11688 (exit $ac_status); } &&
11689 { ac_try='test -z "$ac_c_werror_flag"
11690 || test ! -s conftest.err'
11691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11692 (eval $ac_try) 2>&5
11693 ac_status=$?
11694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11695 (exit $ac_status); }; } &&
11696 { ac_try='test -s conftest$ac_exeext'
11697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11698 (eval $ac_try) 2>&5
11699 ac_status=$?
11700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701 (exit $ac_status); }; }; then
11702 ac_cv_lib_posix4_sched_yield=yes
11703 else
11704 echo "$as_me: failed program was:" >&5
11705 sed 's/^/| /' conftest.$ac_ext >&5
11707 ac_cv_lib_posix4_sched_yield=no
11709 rm -f conftest.err conftest.$ac_objext \
11710 conftest$ac_exeext conftest.$ac_ext
11711 LIBS=$ac_check_lib_save_LIBS
11713 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
11714 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
11715 if test $ac_cv_lib_posix4_sched_yield = yes; then
11717 cat >>confdefs.h <<\_ACEOF
11718 #define HAVE_SCHED_YIELD 1
11719 _ACEOF
11721 THREADLIBS="$THREADLIBS -lposix4"
11722 THREADSPEC="$THREADSPEC -lposix4"
11728 done
11730 LIBS="$save_LIBS"
11732 # We can save a little space at runtime if the mutex has m_count
11733 # or __m_count. This is a nice hack for Linux.
11734 cat >conftest.$ac_ext <<_ACEOF
11735 /* confdefs.h. */
11736 _ACEOF
11737 cat confdefs.h >>conftest.$ac_ext
11738 cat >>conftest.$ac_ext <<_ACEOF
11739 /* end confdefs.h. */
11740 #include <pthread.h>
11742 main ()
11745 extern pthread_mutex_t *mutex; int q = mutex->m_count;
11748 return 0;
11750 _ACEOF
11751 rm -f conftest.$ac_objext
11752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11753 (eval $ac_compile) 2>conftest.er1
11754 ac_status=$?
11755 grep -v '^ *+' conftest.er1 >conftest.err
11756 rm -f conftest.er1
11757 cat conftest.err >&5
11758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11759 (exit $ac_status); } &&
11760 { ac_try='test -z "$ac_c_werror_flag"
11761 || test ! -s conftest.err'
11762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11763 (eval $ac_try) 2>&5
11764 ac_status=$?
11765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11766 (exit $ac_status); }; } &&
11767 { ac_try='test -s conftest.$ac_objext'
11768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11769 (eval $ac_try) 2>&5
11770 ac_status=$?
11771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11772 (exit $ac_status); }; }; then
11774 cat >>confdefs.h <<\_ACEOF
11775 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
11776 _ACEOF
11778 else
11779 echo "$as_me: failed program was:" >&5
11780 sed 's/^/| /' conftest.$ac_ext >&5
11783 cat >conftest.$ac_ext <<_ACEOF
11784 /* confdefs.h. */
11785 _ACEOF
11786 cat confdefs.h >>conftest.$ac_ext
11787 cat >>conftest.$ac_ext <<_ACEOF
11788 /* end confdefs.h. */
11789 #include <pthread.h>
11791 main ()
11794 extern pthread_mutex_t *mutex; int q = mutex->__m_count;
11797 return 0;
11799 _ACEOF
11800 rm -f conftest.$ac_objext
11801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11802 (eval $ac_compile) 2>conftest.er1
11803 ac_status=$?
11804 grep -v '^ *+' conftest.er1 >conftest.err
11805 rm -f conftest.er1
11806 cat conftest.err >&5
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); } &&
11809 { ac_try='test -z "$ac_c_werror_flag"
11810 || test ! -s conftest.err'
11811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11812 (eval $ac_try) 2>&5
11813 ac_status=$?
11814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11815 (exit $ac_status); }; } &&
11816 { ac_try='test -s conftest.$ac_objext'
11817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11818 (eval $ac_try) 2>&5
11819 ac_status=$?
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); }; }; then
11823 cat >>confdefs.h <<\_ACEOF
11824 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
11825 _ACEOF
11827 else
11828 echo "$as_me: failed program was:" >&5
11829 sed 's/^/| /' conftest.$ac_ext >&5
11832 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11834 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11837 # We require a way to get the time.
11838 time_found=no
11842 for ac_func in gettimeofday time ftime
11844 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11845 echo "$as_me:$LINENO: checking for $ac_func" >&5
11846 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11847 if eval "test \"\${$as_ac_var+set}\" = set"; then
11848 echo $ECHO_N "(cached) $ECHO_C" >&6
11849 else
11850 if test x$gcc_no_link = xyes; then
11851 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11852 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11853 { (exit 1); exit 1; }; }
11855 cat >conftest.$ac_ext <<_ACEOF
11856 /* confdefs.h. */
11857 _ACEOF
11858 cat confdefs.h >>conftest.$ac_ext
11859 cat >>conftest.$ac_ext <<_ACEOF
11860 /* end confdefs.h. */
11861 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11862 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11863 #define $ac_func innocuous_$ac_func
11865 /* System header to define __stub macros and hopefully few prototypes,
11866 which can conflict with char $ac_func (); below.
11867 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11868 <limits.h> exists even on freestanding compilers. */
11870 #ifdef __STDC__
11871 # include <limits.h>
11872 #else
11873 # include <assert.h>
11874 #endif
11876 #undef $ac_func
11878 /* Override any gcc2 internal prototype to avoid an error. */
11879 #ifdef __cplusplus
11880 extern "C"
11882 #endif
11883 /* We use char because int might match the return type of a gcc2
11884 builtin and then its argument prototype would still apply. */
11885 char $ac_func ();
11886 /* The GNU C library defines this for functions which it implements
11887 to always fail with ENOSYS. Some functions are actually named
11888 something starting with __ and the normal name is an alias. */
11889 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11890 choke me
11891 #else
11892 char (*f) () = $ac_func;
11893 #endif
11894 #ifdef __cplusplus
11896 #endif
11899 main ()
11901 return f != $ac_func;
11903 return 0;
11905 _ACEOF
11906 rm -f conftest.$ac_objext conftest$ac_exeext
11907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11908 (eval $ac_link) 2>conftest.er1
11909 ac_status=$?
11910 grep -v '^ *+' conftest.er1 >conftest.err
11911 rm -f conftest.er1
11912 cat conftest.err >&5
11913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); } &&
11915 { ac_try='test -z "$ac_c_werror_flag"
11916 || test ! -s conftest.err'
11917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11918 (eval $ac_try) 2>&5
11919 ac_status=$?
11920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921 (exit $ac_status); }; } &&
11922 { ac_try='test -s conftest$ac_exeext'
11923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11924 (eval $ac_try) 2>&5
11925 ac_status=$?
11926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11927 (exit $ac_status); }; }; then
11928 eval "$as_ac_var=yes"
11929 else
11930 echo "$as_me: failed program was:" >&5
11931 sed 's/^/| /' conftest.$ac_ext >&5
11933 eval "$as_ac_var=no"
11935 rm -f conftest.err conftest.$ac_objext \
11936 conftest$ac_exeext conftest.$ac_ext
11938 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11939 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11940 if test `eval echo '${'$as_ac_var'}'` = yes; then
11941 cat >>confdefs.h <<_ACEOF
11942 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11943 _ACEOF
11944 time_found=yes
11946 done
11948 if test "$time_found" = no; then
11949 { { echo "$as_me:$LINENO: error: no function found to get the time" >&5
11950 echo "$as_me: error: no function found to get the time" >&2;}
11951 { (exit 1); exit 1; }; }
11955 for ac_func in memmove
11957 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11958 echo "$as_me:$LINENO: checking for $ac_func" >&5
11959 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11960 if eval "test \"\${$as_ac_var+set}\" = set"; then
11961 echo $ECHO_N "(cached) $ECHO_C" >&6
11962 else
11963 if test x$gcc_no_link = xyes; then
11964 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11965 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11966 { (exit 1); exit 1; }; }
11968 cat >conftest.$ac_ext <<_ACEOF
11969 /* confdefs.h. */
11970 _ACEOF
11971 cat confdefs.h >>conftest.$ac_ext
11972 cat >>conftest.$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11974 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11975 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11976 #define $ac_func innocuous_$ac_func
11978 /* System header to define __stub macros and hopefully few prototypes,
11979 which can conflict with char $ac_func (); below.
11980 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11981 <limits.h> exists even on freestanding compilers. */
11983 #ifdef __STDC__
11984 # include <limits.h>
11985 #else
11986 # include <assert.h>
11987 #endif
11989 #undef $ac_func
11991 /* Override any gcc2 internal prototype to avoid an error. */
11992 #ifdef __cplusplus
11993 extern "C"
11995 #endif
11996 /* We use char because int might match the return type of a gcc2
11997 builtin and then its argument prototype would still apply. */
11998 char $ac_func ();
11999 /* The GNU C library defines this for functions which it implements
12000 to always fail with ENOSYS. Some functions are actually named
12001 something starting with __ and the normal name is an alias. */
12002 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12003 choke me
12004 #else
12005 char (*f) () = $ac_func;
12006 #endif
12007 #ifdef __cplusplus
12009 #endif
12012 main ()
12014 return f != $ac_func;
12016 return 0;
12018 _ACEOF
12019 rm -f conftest.$ac_objext conftest$ac_exeext
12020 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12021 (eval $ac_link) 2>conftest.er1
12022 ac_status=$?
12023 grep -v '^ *+' conftest.er1 >conftest.err
12024 rm -f conftest.er1
12025 cat conftest.err >&5
12026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12027 (exit $ac_status); } &&
12028 { ac_try='test -z "$ac_c_werror_flag"
12029 || test ! -s conftest.err'
12030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12031 (eval $ac_try) 2>&5
12032 ac_status=$?
12033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12034 (exit $ac_status); }; } &&
12035 { ac_try='test -s conftest$ac_exeext'
12036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12037 (eval $ac_try) 2>&5
12038 ac_status=$?
12039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12040 (exit $ac_status); }; }; then
12041 eval "$as_ac_var=yes"
12042 else
12043 echo "$as_me: failed program was:" >&5
12044 sed 's/^/| /' conftest.$ac_ext >&5
12046 eval "$as_ac_var=no"
12048 rm -f conftest.err conftest.$ac_objext \
12049 conftest$ac_exeext conftest.$ac_ext
12051 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12052 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12053 if test `eval echo '${'$as_ac_var'}'` = yes; then
12054 cat >>confdefs.h <<_ACEOF
12055 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12056 _ACEOF
12059 done
12062 # We require memcpy.
12063 memcpy_found=no
12065 for ac_func in memcpy
12067 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12068 echo "$as_me:$LINENO: checking for $ac_func" >&5
12069 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12070 if eval "test \"\${$as_ac_var+set}\" = set"; then
12071 echo $ECHO_N "(cached) $ECHO_C" >&6
12072 else
12073 if test x$gcc_no_link = xyes; then
12074 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12075 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12076 { (exit 1); exit 1; }; }
12078 cat >conftest.$ac_ext <<_ACEOF
12079 /* confdefs.h. */
12080 _ACEOF
12081 cat confdefs.h >>conftest.$ac_ext
12082 cat >>conftest.$ac_ext <<_ACEOF
12083 /* end confdefs.h. */
12084 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12085 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12086 #define $ac_func innocuous_$ac_func
12088 /* System header to define __stub macros and hopefully few prototypes,
12089 which can conflict with char $ac_func (); below.
12090 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12091 <limits.h> exists even on freestanding compilers. */
12093 #ifdef __STDC__
12094 # include <limits.h>
12095 #else
12096 # include <assert.h>
12097 #endif
12099 #undef $ac_func
12101 /* Override any gcc2 internal prototype to avoid an error. */
12102 #ifdef __cplusplus
12103 extern "C"
12105 #endif
12106 /* We use char because int might match the return type of a gcc2
12107 builtin and then its argument prototype would still apply. */
12108 char $ac_func ();
12109 /* The GNU C library defines this for functions which it implements
12110 to always fail with ENOSYS. Some functions are actually named
12111 something starting with __ and the normal name is an alias. */
12112 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12113 choke me
12114 #else
12115 char (*f) () = $ac_func;
12116 #endif
12117 #ifdef __cplusplus
12119 #endif
12122 main ()
12124 return f != $ac_func;
12126 return 0;
12128 _ACEOF
12129 rm -f conftest.$ac_objext conftest$ac_exeext
12130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12131 (eval $ac_link) 2>conftest.er1
12132 ac_status=$?
12133 grep -v '^ *+' conftest.er1 >conftest.err
12134 rm -f conftest.er1
12135 cat conftest.err >&5
12136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12137 (exit $ac_status); } &&
12138 { ac_try='test -z "$ac_c_werror_flag"
12139 || test ! -s conftest.err'
12140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12141 (eval $ac_try) 2>&5
12142 ac_status=$?
12143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12144 (exit $ac_status); }; } &&
12145 { ac_try='test -s conftest$ac_exeext'
12146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12147 (eval $ac_try) 2>&5
12148 ac_status=$?
12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); }; }; then
12151 eval "$as_ac_var=yes"
12152 else
12153 echo "$as_me: failed program was:" >&5
12154 sed 's/^/| /' conftest.$ac_ext >&5
12156 eval "$as_ac_var=no"
12158 rm -f conftest.err conftest.$ac_objext \
12159 conftest$ac_exeext conftest.$ac_ext
12161 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12162 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12163 if test `eval echo '${'$as_ac_var'}'` = yes; then
12164 cat >>confdefs.h <<_ACEOF
12165 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12166 _ACEOF
12167 memcpy_found=yes
12169 done
12171 if test "$memcpy_found" = no; then
12172 { { echo "$as_me:$LINENO: error: memcpy is required" >&5
12173 echo "$as_me: error: memcpy is required" >&2;}
12174 { (exit 1); exit 1; }; }
12177 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
12178 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
12179 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
12180 echo $ECHO_N "(cached) $ECHO_C" >&6
12181 else
12182 ac_check_lib_save_LIBS=$LIBS
12183 LIBS="-ldl $LIBS"
12184 if test x$gcc_no_link = xyes; then
12185 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12186 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12187 { (exit 1); exit 1; }; }
12189 cat >conftest.$ac_ext <<_ACEOF
12190 /* confdefs.h. */
12191 _ACEOF
12192 cat confdefs.h >>conftest.$ac_ext
12193 cat >>conftest.$ac_ext <<_ACEOF
12194 /* end confdefs.h. */
12196 /* Override any gcc2 internal prototype to avoid an error. */
12197 #ifdef __cplusplus
12198 extern "C"
12199 #endif
12200 /* We use char because int might match the return type of a gcc2
12201 builtin and then its argument prototype would still apply. */
12202 char dlopen ();
12204 main ()
12206 dlopen ();
12208 return 0;
12210 _ACEOF
12211 rm -f conftest.$ac_objext conftest$ac_exeext
12212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12213 (eval $ac_link) 2>conftest.er1
12214 ac_status=$?
12215 grep -v '^ *+' conftest.er1 >conftest.err
12216 rm -f conftest.er1
12217 cat conftest.err >&5
12218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12219 (exit $ac_status); } &&
12220 { ac_try='test -z "$ac_c_werror_flag"
12221 || test ! -s conftest.err'
12222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12223 (eval $ac_try) 2>&5
12224 ac_status=$?
12225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226 (exit $ac_status); }; } &&
12227 { ac_try='test -s conftest$ac_exeext'
12228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12229 (eval $ac_try) 2>&5
12230 ac_status=$?
12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232 (exit $ac_status); }; }; then
12233 ac_cv_lib_dl_dlopen=yes
12234 else
12235 echo "$as_me: failed program was:" >&5
12236 sed 's/^/| /' conftest.$ac_ext >&5
12238 ac_cv_lib_dl_dlopen=no
12240 rm -f conftest.err conftest.$ac_objext \
12241 conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_lib_save_LIBS
12244 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
12245 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
12246 if test $ac_cv_lib_dl_dlopen = yes; then
12249 cat >>confdefs.h <<\_ACEOF
12250 #define HAVE_DLOPEN 1
12251 _ACEOF
12256 # Some library-finding code we stole from Tcl.
12257 #--------------------------------------------------------------------
12258 # Check for the existence of the -lsocket and -lnsl libraries.
12259 # The order here is important, so that they end up in the right
12260 # order in the command line generated by make. Here are some
12261 # special considerations:
12262 # 1. Use "connect" and "accept" to check for -lsocket, and
12263 # "gethostbyname" to check for -lnsl.
12264 # 2. Use each function name only once: can't redo a check because
12265 # autoconf caches the results of the last check and won't redo it.
12266 # 3. Use -lnsl and -lsocket only if they supply procedures that
12267 # aren't already present in the normal libraries. This is because
12268 # IRIX 5.2 has libraries, but they aren't needed and they're
12269 # bogus: they goof up name resolution if used.
12270 # 4. On some SVR4 systems, can't use -lsocket without -lnsl too.
12271 # To get around this problem, check for both libraries together
12272 # if -lsocket doesn't work by itself.
12273 #--------------------------------------------------------------------
12275 echo "$as_me:$LINENO: checking for socket libraries" >&5
12276 echo $ECHO_N "checking for socket libraries... $ECHO_C" >&6
12277 if test "${gcj_cv_lib_sockets+set}" = set; then
12278 echo $ECHO_N "(cached) $ECHO_C" >&6
12279 else
12280 gcj_cv_lib_sockets=
12281 gcj_checkBoth=0
12282 unset ac_cv_func_connect
12283 echo "$as_me:$LINENO: checking for connect" >&5
12284 echo $ECHO_N "checking for connect... $ECHO_C" >&6
12285 if test "${ac_cv_func_connect+set}" = set; then
12286 echo $ECHO_N "(cached) $ECHO_C" >&6
12287 else
12288 if test x$gcc_no_link = xyes; then
12289 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12290 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12291 { (exit 1); exit 1; }; }
12293 cat >conftest.$ac_ext <<_ACEOF
12294 /* confdefs.h. */
12295 _ACEOF
12296 cat confdefs.h >>conftest.$ac_ext
12297 cat >>conftest.$ac_ext <<_ACEOF
12298 /* end confdefs.h. */
12299 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
12300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12301 #define connect innocuous_connect
12303 /* System header to define __stub macros and hopefully few prototypes,
12304 which can conflict with char connect (); below.
12305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12306 <limits.h> exists even on freestanding compilers. */
12308 #ifdef __STDC__
12309 # include <limits.h>
12310 #else
12311 # include <assert.h>
12312 #endif
12314 #undef connect
12316 /* Override any gcc2 internal prototype to avoid an error. */
12317 #ifdef __cplusplus
12318 extern "C"
12320 #endif
12321 /* We use char because int might match the return type of a gcc2
12322 builtin and then its argument prototype would still apply. */
12323 char connect ();
12324 /* The GNU C library defines this for functions which it implements
12325 to always fail with ENOSYS. Some functions are actually named
12326 something starting with __ and the normal name is an alias. */
12327 #if defined (__stub_connect) || defined (__stub___connect)
12328 choke me
12329 #else
12330 char (*f) () = connect;
12331 #endif
12332 #ifdef __cplusplus
12334 #endif
12337 main ()
12339 return f != connect;
12341 return 0;
12343 _ACEOF
12344 rm -f conftest.$ac_objext conftest$ac_exeext
12345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12346 (eval $ac_link) 2>conftest.er1
12347 ac_status=$?
12348 grep -v '^ *+' conftest.er1 >conftest.err
12349 rm -f conftest.er1
12350 cat conftest.err >&5
12351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12352 (exit $ac_status); } &&
12353 { ac_try='test -z "$ac_c_werror_flag"
12354 || test ! -s conftest.err'
12355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12356 (eval $ac_try) 2>&5
12357 ac_status=$?
12358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12359 (exit $ac_status); }; } &&
12360 { ac_try='test -s conftest$ac_exeext'
12361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12362 (eval $ac_try) 2>&5
12363 ac_status=$?
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); }; }; then
12366 ac_cv_func_connect=yes
12367 else
12368 echo "$as_me: failed program was:" >&5
12369 sed 's/^/| /' conftest.$ac_ext >&5
12371 ac_cv_func_connect=no
12373 rm -f conftest.err conftest.$ac_objext \
12374 conftest$ac_exeext conftest.$ac_ext
12376 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
12377 echo "${ECHO_T}$ac_cv_func_connect" >&6
12378 if test $ac_cv_func_connect = yes; then
12379 gcj_checkSocket=0
12380 else
12381 gcj_checkSocket=1
12384 if test "$gcj_checkSocket" = 1; then
12385 unset ac_cv_func_connect
12386 echo "$as_me:$LINENO: checking for main in -lsocket" >&5
12387 echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
12388 if test "${ac_cv_lib_socket_main+set}" = set; then
12389 echo $ECHO_N "(cached) $ECHO_C" >&6
12390 else
12391 ac_check_lib_save_LIBS=$LIBS
12392 LIBS="-lsocket $LIBS"
12393 if test x$gcc_no_link = xyes; then
12394 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12395 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12396 { (exit 1); exit 1; }; }
12398 cat >conftest.$ac_ext <<_ACEOF
12399 /* confdefs.h. */
12400 _ACEOF
12401 cat confdefs.h >>conftest.$ac_ext
12402 cat >>conftest.$ac_ext <<_ACEOF
12403 /* end confdefs.h. */
12407 main ()
12409 main ();
12411 return 0;
12413 _ACEOF
12414 rm -f conftest.$ac_objext conftest$ac_exeext
12415 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12416 (eval $ac_link) 2>conftest.er1
12417 ac_status=$?
12418 grep -v '^ *+' conftest.er1 >conftest.err
12419 rm -f conftest.er1
12420 cat conftest.err >&5
12421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12422 (exit $ac_status); } &&
12423 { ac_try='test -z "$ac_c_werror_flag"
12424 || test ! -s conftest.err'
12425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12426 (eval $ac_try) 2>&5
12427 ac_status=$?
12428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12429 (exit $ac_status); }; } &&
12430 { ac_try='test -s conftest$ac_exeext'
12431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12432 (eval $ac_try) 2>&5
12433 ac_status=$?
12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435 (exit $ac_status); }; }; then
12436 ac_cv_lib_socket_main=yes
12437 else
12438 echo "$as_me: failed program was:" >&5
12439 sed 's/^/| /' conftest.$ac_ext >&5
12441 ac_cv_lib_socket_main=no
12443 rm -f conftest.err conftest.$ac_objext \
12444 conftest$ac_exeext conftest.$ac_ext
12445 LIBS=$ac_check_lib_save_LIBS
12447 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5
12448 echo "${ECHO_T}$ac_cv_lib_socket_main" >&6
12449 if test $ac_cv_lib_socket_main = yes; then
12450 gcj_cv_lib_sockets="-lsocket"
12451 else
12452 gcj_checkBoth=1
12456 if test "$gcj_checkBoth" = 1; then
12457 gcj_oldLibs=$LIBS
12458 LIBS="$LIBS -lsocket -lnsl"
12459 unset ac_cv_func_accept
12460 echo "$as_me:$LINENO: checking for accept" >&5
12461 echo $ECHO_N "checking for accept... $ECHO_C" >&6
12462 if test "${ac_cv_func_accept+set}" = set; then
12463 echo $ECHO_N "(cached) $ECHO_C" >&6
12464 else
12465 if test x$gcc_no_link = xyes; then
12466 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12467 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12468 { (exit 1); exit 1; }; }
12470 cat >conftest.$ac_ext <<_ACEOF
12471 /* confdefs.h. */
12472 _ACEOF
12473 cat confdefs.h >>conftest.$ac_ext
12474 cat >>conftest.$ac_ext <<_ACEOF
12475 /* end confdefs.h. */
12476 /* Define accept to an innocuous variant, in case <limits.h> declares accept.
12477 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12478 #define accept innocuous_accept
12480 /* System header to define __stub macros and hopefully few prototypes,
12481 which can conflict with char accept (); below.
12482 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12483 <limits.h> exists even on freestanding compilers. */
12485 #ifdef __STDC__
12486 # include <limits.h>
12487 #else
12488 # include <assert.h>
12489 #endif
12491 #undef accept
12493 /* Override any gcc2 internal prototype to avoid an error. */
12494 #ifdef __cplusplus
12495 extern "C"
12497 #endif
12498 /* We use char because int might match the return type of a gcc2
12499 builtin and then its argument prototype would still apply. */
12500 char accept ();
12501 /* The GNU C library defines this for functions which it implements
12502 to always fail with ENOSYS. Some functions are actually named
12503 something starting with __ and the normal name is an alias. */
12504 #if defined (__stub_accept) || defined (__stub___accept)
12505 choke me
12506 #else
12507 char (*f) () = accept;
12508 #endif
12509 #ifdef __cplusplus
12511 #endif
12514 main ()
12516 return f != accept;
12518 return 0;
12520 _ACEOF
12521 rm -f conftest.$ac_objext conftest$ac_exeext
12522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12523 (eval $ac_link) 2>conftest.er1
12524 ac_status=$?
12525 grep -v '^ *+' conftest.er1 >conftest.err
12526 rm -f conftest.er1
12527 cat conftest.err >&5
12528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12529 (exit $ac_status); } &&
12530 { ac_try='test -z "$ac_c_werror_flag"
12531 || test ! -s conftest.err'
12532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12533 (eval $ac_try) 2>&5
12534 ac_status=$?
12535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12536 (exit $ac_status); }; } &&
12537 { ac_try='test -s conftest$ac_exeext'
12538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12539 (eval $ac_try) 2>&5
12540 ac_status=$?
12541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12542 (exit $ac_status); }; }; then
12543 ac_cv_func_accept=yes
12544 else
12545 echo "$as_me: failed program was:" >&5
12546 sed 's/^/| /' conftest.$ac_ext >&5
12548 ac_cv_func_accept=no
12550 rm -f conftest.err conftest.$ac_objext \
12551 conftest$ac_exeext conftest.$ac_ext
12553 echo "$as_me:$LINENO: result: $ac_cv_func_accept" >&5
12554 echo "${ECHO_T}$ac_cv_func_accept" >&6
12555 if test $ac_cv_func_accept = yes; then
12556 gcj_checkNsl=0
12557 gcj_cv_lib_sockets="-lsocket -lnsl"
12560 unset ac_cv_func_accept
12561 LIBS=$gcj_oldLibs
12563 unset ac_cv_func_gethostbyname
12564 gcj_oldLibs=$LIBS
12565 LIBS="$LIBS $gcj_cv_lib_sockets"
12566 echo "$as_me:$LINENO: checking for gethostbyname" >&5
12567 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
12568 if test "${ac_cv_func_gethostbyname+set}" = set; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571 if test x$gcc_no_link = xyes; then
12572 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12573 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12574 { (exit 1); exit 1; }; }
12576 cat >conftest.$ac_ext <<_ACEOF
12577 /* confdefs.h. */
12578 _ACEOF
12579 cat confdefs.h >>conftest.$ac_ext
12580 cat >>conftest.$ac_ext <<_ACEOF
12581 /* end confdefs.h. */
12582 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
12583 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12584 #define gethostbyname innocuous_gethostbyname
12586 /* System header to define __stub macros and hopefully few prototypes,
12587 which can conflict with char gethostbyname (); below.
12588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12589 <limits.h> exists even on freestanding compilers. */
12591 #ifdef __STDC__
12592 # include <limits.h>
12593 #else
12594 # include <assert.h>
12595 #endif
12597 #undef gethostbyname
12599 /* Override any gcc2 internal prototype to avoid an error. */
12600 #ifdef __cplusplus
12601 extern "C"
12603 #endif
12604 /* We use char because int might match the return type of a gcc2
12605 builtin and then its argument prototype would still apply. */
12606 char gethostbyname ();
12607 /* The GNU C library defines this for functions which it implements
12608 to always fail with ENOSYS. Some functions are actually named
12609 something starting with __ and the normal name is an alias. */
12610 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
12611 choke me
12612 #else
12613 char (*f) () = gethostbyname;
12614 #endif
12615 #ifdef __cplusplus
12617 #endif
12620 main ()
12622 return f != gethostbyname;
12624 return 0;
12626 _ACEOF
12627 rm -f conftest.$ac_objext conftest$ac_exeext
12628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12629 (eval $ac_link) 2>conftest.er1
12630 ac_status=$?
12631 grep -v '^ *+' conftest.er1 >conftest.err
12632 rm -f conftest.er1
12633 cat conftest.err >&5
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 (exit $ac_status); } &&
12636 { ac_try='test -z "$ac_c_werror_flag"
12637 || test ! -s conftest.err'
12638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12639 (eval $ac_try) 2>&5
12640 ac_status=$?
12641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12642 (exit $ac_status); }; } &&
12643 { ac_try='test -s conftest$ac_exeext'
12644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12645 (eval $ac_try) 2>&5
12646 ac_status=$?
12647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12648 (exit $ac_status); }; }; then
12649 ac_cv_func_gethostbyname=yes
12650 else
12651 echo "$as_me: failed program was:" >&5
12652 sed 's/^/| /' conftest.$ac_ext >&5
12654 ac_cv_func_gethostbyname=no
12656 rm -f conftest.err conftest.$ac_objext \
12657 conftest$ac_exeext conftest.$ac_ext
12659 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
12660 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
12661 if test $ac_cv_func_gethostbyname = yes; then
12663 else
12664 echo "$as_me:$LINENO: checking for main in -lnsl" >&5
12665 echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6
12666 if test "${ac_cv_lib_nsl_main+set}" = set; then
12667 echo $ECHO_N "(cached) $ECHO_C" >&6
12668 else
12669 ac_check_lib_save_LIBS=$LIBS
12670 LIBS="-lnsl $LIBS"
12671 if test x$gcc_no_link = xyes; then
12672 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12673 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12674 { (exit 1); exit 1; }; }
12676 cat >conftest.$ac_ext <<_ACEOF
12677 /* confdefs.h. */
12678 _ACEOF
12679 cat confdefs.h >>conftest.$ac_ext
12680 cat >>conftest.$ac_ext <<_ACEOF
12681 /* end confdefs.h. */
12685 main ()
12687 main ();
12689 return 0;
12691 _ACEOF
12692 rm -f conftest.$ac_objext conftest$ac_exeext
12693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12694 (eval $ac_link) 2>conftest.er1
12695 ac_status=$?
12696 grep -v '^ *+' conftest.er1 >conftest.err
12697 rm -f conftest.er1
12698 cat conftest.err >&5
12699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700 (exit $ac_status); } &&
12701 { ac_try='test -z "$ac_c_werror_flag"
12702 || test ! -s conftest.err'
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12705 ac_status=$?
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; } &&
12708 { ac_try='test -s conftest$ac_exeext'
12709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12710 (eval $ac_try) 2>&5
12711 ac_status=$?
12712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12713 (exit $ac_status); }; }; then
12714 ac_cv_lib_nsl_main=yes
12715 else
12716 echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.$ac_ext >&5
12719 ac_cv_lib_nsl_main=no
12721 rm -f conftest.err conftest.$ac_objext \
12722 conftest$ac_exeext conftest.$ac_ext
12723 LIBS=$ac_check_lib_save_LIBS
12725 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
12726 echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6
12727 if test $ac_cv_lib_nsl_main = yes; then
12728 gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
12733 unset ac_cv_func_gethostbyname
12734 LIBS=$gcj_oldLIBS
12737 echo "$as_me:$LINENO: result: $gcj_cv_lib_sockets" >&5
12738 echo "${ECHO_T}$gcj_cv_lib_sockets" >&6
12739 SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
12741 if test "$with_system_zlib" = yes; then
12742 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
12743 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
12744 if test "${ac_cv_lib_z_deflate+set}" = set; then
12745 echo $ECHO_N "(cached) $ECHO_C" >&6
12746 else
12747 ac_check_lib_save_LIBS=$LIBS
12748 LIBS="-lz $LIBS"
12749 if test x$gcc_no_link = xyes; then
12750 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12751 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12752 { (exit 1); exit 1; }; }
12754 cat >conftest.$ac_ext <<_ACEOF
12755 /* confdefs.h. */
12756 _ACEOF
12757 cat confdefs.h >>conftest.$ac_ext
12758 cat >>conftest.$ac_ext <<_ACEOF
12759 /* end confdefs.h. */
12761 /* Override any gcc2 internal prototype to avoid an error. */
12762 #ifdef __cplusplus
12763 extern "C"
12764 #endif
12765 /* We use char because int might match the return type of a gcc2
12766 builtin and then its argument prototype would still apply. */
12767 char deflate ();
12769 main ()
12771 deflate ();
12773 return 0;
12775 _ACEOF
12776 rm -f conftest.$ac_objext conftest$ac_exeext
12777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12778 (eval $ac_link) 2>conftest.er1
12779 ac_status=$?
12780 grep -v '^ *+' conftest.er1 >conftest.err
12781 rm -f conftest.er1
12782 cat conftest.err >&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); } &&
12785 { ac_try='test -z "$ac_c_werror_flag"
12786 || test ! -s conftest.err'
12787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12788 (eval $ac_try) 2>&5
12789 ac_status=$?
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); }; } &&
12792 { ac_try='test -s conftest$ac_exeext'
12793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12794 (eval $ac_try) 2>&5
12795 ac_status=$?
12796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12797 (exit $ac_status); }; }; then
12798 ac_cv_lib_z_deflate=yes
12799 else
12800 echo "$as_me: failed program was:" >&5
12801 sed 's/^/| /' conftest.$ac_ext >&5
12803 ac_cv_lib_z_deflate=no
12805 rm -f conftest.err conftest.$ac_objext \
12806 conftest$ac_exeext conftest.$ac_ext
12807 LIBS=$ac_check_lib_save_LIBS
12809 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
12810 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
12811 if test $ac_cv_lib_z_deflate = yes; then
12812 ZLIBSPEC=-lz
12813 else
12814 ZLIBSPEC=
12819 # Test for Gtk stuff, if asked for.
12820 if test "$use_gtk_awt" = yes; then
12822 succeeded=no
12824 if test -z "$PKG_CONFIG"; then
12825 # Extract the first word of "pkg-config", so it can be a program name with args.
12826 set dummy pkg-config; ac_word=$2
12827 echo "$as_me:$LINENO: checking for $ac_word" >&5
12828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12829 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12830 echo $ECHO_N "(cached) $ECHO_C" >&6
12831 else
12832 case $PKG_CONFIG in
12833 [\\/]* | ?:[\\/]*)
12834 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12838 for as_dir in $PATH
12840 IFS=$as_save_IFS
12841 test -z "$as_dir" && as_dir=.
12842 for ac_exec_ext in '' $ac_executable_extensions; do
12843 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12844 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12845 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12846 break 2
12848 done
12849 done
12851 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12853 esac
12855 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12857 if test -n "$PKG_CONFIG"; then
12858 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12859 echo "${ECHO_T}$PKG_CONFIG" >&6
12860 else
12861 echo "$as_me:$LINENO: result: no" >&5
12862 echo "${ECHO_T}no" >&6
12867 if test "$PKG_CONFIG" = "no" ; then
12868 echo "*** The pkg-config script could not be found. Make sure it is"
12869 echo "*** in your path, or set the PKG_CONFIG environment variable"
12870 echo "*** to the full path to pkg-config."
12871 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12872 else
12873 PKG_CONFIG_MIN_VERSION=0.9.0
12874 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12875 echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.4" >&5
12876 echo $ECHO_N "checking for gtk+-2.0 >= 2.4... $ECHO_C" >&6
12878 if $PKG_CONFIG --exists "gtk+-2.0 >= 2.4" ; then
12879 echo "$as_me:$LINENO: result: yes" >&5
12880 echo "${ECHO_T}yes" >&6
12881 succeeded=yes
12883 echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
12884 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
12885 GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4"`
12886 echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
12887 echo "${ECHO_T}$GTK_CFLAGS" >&6
12889 echo "$as_me:$LINENO: checking GTK_LIBS" >&5
12890 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
12891 GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4"`
12892 echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
12893 echo "${ECHO_T}$GTK_LIBS" >&6
12894 else
12895 GTK_CFLAGS=""
12896 GTK_LIBS=""
12897 ## If we have a custom action on failure, don't print errors, but
12898 ## do set a variable so people can do so.
12899 GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4"`
12900 echo $GTK_PKG_ERRORS
12905 else
12906 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
12907 echo "*** See http://www.freedesktop.org/software/pkgconfig"
12911 if test $succeeded = yes; then
12913 else
12914 { { echo "$as_me:$LINENO: error: Library requirements (gtk+-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
12915 echo "$as_me: error: Library requirements (gtk+-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
12916 { (exit 1); exit 1; }; }
12923 succeeded=no
12925 if test -z "$PKG_CONFIG"; then
12926 # Extract the first word of "pkg-config", so it can be a program name with args.
12927 set dummy pkg-config; ac_word=$2
12928 echo "$as_me:$LINENO: checking for $ac_word" >&5
12929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12930 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12931 echo $ECHO_N "(cached) $ECHO_C" >&6
12932 else
12933 case $PKG_CONFIG in
12934 [\\/]* | ?:[\\/]*)
12935 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12939 for as_dir in $PATH
12941 IFS=$as_save_IFS
12942 test -z "$as_dir" && as_dir=.
12943 for ac_exec_ext in '' $ac_executable_extensions; do
12944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12945 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12947 break 2
12949 done
12950 done
12952 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
12954 esac
12956 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12958 if test -n "$PKG_CONFIG"; then
12959 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
12960 echo "${ECHO_T}$PKG_CONFIG" >&6
12961 else
12962 echo "$as_me:$LINENO: result: no" >&5
12963 echo "${ECHO_T}no" >&6
12968 if test "$PKG_CONFIG" = "no" ; then
12969 echo "*** The pkg-config script could not be found. Make sure it is"
12970 echo "*** in your path, or set the PKG_CONFIG environment variable"
12971 echo "*** to the full path to pkg-config."
12972 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
12973 else
12974 PKG_CONFIG_MIN_VERSION=0.9.0
12975 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
12976 echo "$as_me:$LINENO: checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4" >&5
12977 echo $ECHO_N "checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4... $ECHO_C" >&6
12979 if $PKG_CONFIG --exists "glib-2.0 >= 2.4 gthread-2.0 >= 2.4" ; then
12980 echo "$as_me:$LINENO: result: yes" >&5
12981 echo "${ECHO_T}yes" >&6
12982 succeeded=yes
12984 echo "$as_me:$LINENO: checking GLIB_CFLAGS" >&5
12985 echo $ECHO_N "checking GLIB_CFLAGS... $ECHO_C" >&6
12986 GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
12987 echo "$as_me:$LINENO: result: $GLIB_CFLAGS" >&5
12988 echo "${ECHO_T}$GLIB_CFLAGS" >&6
12990 echo "$as_me:$LINENO: checking GLIB_LIBS" >&5
12991 echo $ECHO_N "checking GLIB_LIBS... $ECHO_C" >&6
12992 GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
12993 echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5
12994 echo "${ECHO_T}$GLIB_LIBS" >&6
12995 else
12996 GLIB_CFLAGS=""
12997 GLIB_LIBS=""
12998 ## If we have a custom action on failure, don't print errors, but
12999 ## do set a variable so people can do so.
13000 GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
13001 echo $GLIB_PKG_ERRORS
13006 else
13007 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13008 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13012 if test $succeeded = yes; then
13014 else
13015 { { echo "$as_me:$LINENO: error: Library requirements (glib-2.0 >= 2.4 gthread-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
13016 echo "$as_me: error: Library requirements (glib-2.0 >= 2.4 gthread-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
13017 { (exit 1); exit 1; }; }
13024 succeeded=no
13026 if test -z "$PKG_CONFIG"; then
13027 # Extract the first word of "pkg-config", so it can be a program name with args.
13028 set dummy pkg-config; ac_word=$2
13029 echo "$as_me:$LINENO: checking for $ac_word" >&5
13030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13031 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13032 echo $ECHO_N "(cached) $ECHO_C" >&6
13033 else
13034 case $PKG_CONFIG in
13035 [\\/]* | ?:[\\/]*)
13036 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
13039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13040 for as_dir in $PATH
13042 IFS=$as_save_IFS
13043 test -z "$as_dir" && as_dir=.
13044 for ac_exec_ext in '' $ac_executable_extensions; do
13045 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13046 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
13047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13048 break 2
13050 done
13051 done
13053 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
13055 esac
13057 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
13059 if test -n "$PKG_CONFIG"; then
13060 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13061 echo "${ECHO_T}$PKG_CONFIG" >&6
13062 else
13063 echo "$as_me:$LINENO: result: no" >&5
13064 echo "${ECHO_T}no" >&6
13069 if test "$PKG_CONFIG" = "no" ; then
13070 echo "*** The pkg-config script could not be found. Make sure it is"
13071 echo "*** in your path, or set the PKG_CONFIG environment variable"
13072 echo "*** to the full path to pkg-config."
13073 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
13074 else
13075 PKG_CONFIG_MIN_VERSION=0.9.0
13076 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13077 echo "$as_me:$LINENO: checking for libart-2.0 >= 2.1" >&5
13078 echo $ECHO_N "checking for libart-2.0 >= 2.1... $ECHO_C" >&6
13080 if $PKG_CONFIG --exists "libart-2.0 >= 2.1" ; then
13081 echo "$as_me:$LINENO: result: yes" >&5
13082 echo "${ECHO_T}yes" >&6
13083 succeeded=yes
13085 echo "$as_me:$LINENO: checking LIBART_CFLAGS" >&5
13086 echo $ECHO_N "checking LIBART_CFLAGS... $ECHO_C" >&6
13087 LIBART_CFLAGS=`$PKG_CONFIG --cflags "libart-2.0 >= 2.1"`
13088 echo "$as_me:$LINENO: result: $LIBART_CFLAGS" >&5
13089 echo "${ECHO_T}$LIBART_CFLAGS" >&6
13091 echo "$as_me:$LINENO: checking LIBART_LIBS" >&5
13092 echo $ECHO_N "checking LIBART_LIBS... $ECHO_C" >&6
13093 LIBART_LIBS=`$PKG_CONFIG --libs "libart-2.0 >= 2.1"`
13094 echo "$as_me:$LINENO: result: $LIBART_LIBS" >&5
13095 echo "${ECHO_T}$LIBART_LIBS" >&6
13096 else
13097 LIBART_CFLAGS=""
13098 LIBART_LIBS=""
13099 ## If we have a custom action on failure, don't print errors, but
13100 ## do set a variable so people can do so.
13101 LIBART_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libart-2.0 >= 2.1"`
13102 echo $LIBART_PKG_ERRORS
13107 else
13108 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13109 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13113 if test $succeeded = yes; then
13115 else
13116 { { echo "$as_me:$LINENO: error: Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
13117 echo "$as_me: error: Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
13118 { (exit 1); exit 1; }; }
13124 # We require the XTest Extension to support java.awt.Robot.
13125 echo "$as_me:$LINENO: checking for XTestQueryExtension in -lXtst" >&5
13126 echo $ECHO_N "checking for XTestQueryExtension in -lXtst... $ECHO_C" >&6
13127 if test "${ac_cv_lib_Xtst_XTestQueryExtension+set}" = set; then
13128 echo $ECHO_N "(cached) $ECHO_C" >&6
13129 else
13130 ac_check_lib_save_LIBS=$LIBS
13131 LIBS="-lXtst ${X_LIBS} $LIBS"
13132 if test x$gcc_no_link = xyes; then
13133 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13134 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13135 { (exit 1); exit 1; }; }
13137 cat >conftest.$ac_ext <<_ACEOF
13138 /* confdefs.h. */
13139 _ACEOF
13140 cat confdefs.h >>conftest.$ac_ext
13141 cat >>conftest.$ac_ext <<_ACEOF
13142 /* end confdefs.h. */
13144 /* Override any gcc2 internal prototype to avoid an error. */
13145 #ifdef __cplusplus
13146 extern "C"
13147 #endif
13148 /* We use char because int might match the return type of a gcc2
13149 builtin and then its argument prototype would still apply. */
13150 char XTestQueryExtension ();
13152 main ()
13154 XTestQueryExtension ();
13156 return 0;
13158 _ACEOF
13159 rm -f conftest.$ac_objext conftest$ac_exeext
13160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13161 (eval $ac_link) 2>conftest.er1
13162 ac_status=$?
13163 grep -v '^ *+' conftest.er1 >conftest.err
13164 rm -f conftest.er1
13165 cat conftest.err >&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } &&
13168 { ac_try='test -z "$ac_c_werror_flag"
13169 || test ! -s conftest.err'
13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13171 (eval $ac_try) 2>&5
13172 ac_status=$?
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); }; } &&
13175 { ac_try='test -s conftest$ac_exeext'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5
13178 ac_status=$?
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); }; }; then
13181 ac_cv_lib_Xtst_XTestQueryExtension=yes
13182 else
13183 echo "$as_me: failed program was:" >&5
13184 sed 's/^/| /' conftest.$ac_ext >&5
13186 ac_cv_lib_Xtst_XTestQueryExtension=no
13188 rm -f conftest.err conftest.$ac_objext \
13189 conftest$ac_exeext conftest.$ac_ext
13190 LIBS=$ac_check_lib_save_LIBS
13192 echo "$as_me:$LINENO: result: $ac_cv_lib_Xtst_XTestQueryExtension" >&5
13193 echo "${ECHO_T}$ac_cv_lib_Xtst_XTestQueryExtension" >&6
13194 if test $ac_cv_lib_Xtst_XTestQueryExtension = yes; then
13195 true
13196 else
13197 { { echo "$as_me:$LINENO: error: libXtst not found, required by java.awt.Robot" >&5
13198 echo "$as_me: error: libXtst not found, required by java.awt.Robot" >&2;}
13199 { (exit 1); exit 1; }; }
13204 # On Solaris, and maybe other architectures, the Boehm collector
13205 # requires -ldl.
13206 if test "$GC" = boehm; then
13207 echo "$as_me:$LINENO: checking for main in -ldl" >&5
13208 echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
13209 if test "${ac_cv_lib_dl_main+set}" = set; then
13210 echo $ECHO_N "(cached) $ECHO_C" >&6
13211 else
13212 ac_check_lib_save_LIBS=$LIBS
13213 LIBS="-ldl $LIBS"
13214 if test x$gcc_no_link = xyes; then
13215 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13216 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13217 { (exit 1); exit 1; }; }
13219 cat >conftest.$ac_ext <<_ACEOF
13220 /* confdefs.h. */
13221 _ACEOF
13222 cat confdefs.h >>conftest.$ac_ext
13223 cat >>conftest.$ac_ext <<_ACEOF
13224 /* end confdefs.h. */
13228 main ()
13230 main ();
13232 return 0;
13234 _ACEOF
13235 rm -f conftest.$ac_objext conftest$ac_exeext
13236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13237 (eval $ac_link) 2>conftest.er1
13238 ac_status=$?
13239 grep -v '^ *+' conftest.er1 >conftest.err
13240 rm -f conftest.er1
13241 cat conftest.err >&5
13242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13243 (exit $ac_status); } &&
13244 { ac_try='test -z "$ac_c_werror_flag"
13245 || test ! -s conftest.err'
13246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13247 (eval $ac_try) 2>&5
13248 ac_status=$?
13249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13250 (exit $ac_status); }; } &&
13251 { ac_try='test -s conftest$ac_exeext'
13252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13253 (eval $ac_try) 2>&5
13254 ac_status=$?
13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13256 (exit $ac_status); }; }; then
13257 ac_cv_lib_dl_main=yes
13258 else
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13262 ac_cv_lib_dl_main=no
13264 rm -f conftest.err conftest.$ac_objext \
13265 conftest$ac_exeext conftest.$ac_ext
13266 LIBS=$ac_check_lib_save_LIBS
13268 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_main" >&5
13269 echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
13270 if test $ac_cv_lib_dl_main = yes; then
13271 SYSTEMSPEC="$SYSTEMSPEC -ldl"
13278 if test "$supply_backtrace" = yes; then
13279 SUPPLY_BACKTRACE_TRUE=
13280 SUPPLY_BACKTRACE_FALSE='#'
13281 else
13282 SUPPLY_BACKTRACE_TRUE='#'
13283 SUPPLY_BACKTRACE_FALSE=
13287 if test -z "${with_multisubdir}"; then
13288 builddotdot=.
13289 else
13290 builddotdot=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
13293 NATIVE=yes
13295 # Which gcj do we use?
13296 which_gcj=default
13297 built_gcc_dir="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
13298 if test -n "${with_cross_host}"; then
13299 # We are being configured with a cross compiler. We can't
13300 # use ac_exeext, because that is for the target platform.
13301 NATIVE=no
13302 cross_host_exeext=
13303 case "${with_cross_host}" in
13304 *mingw* | *cygwin*)
13305 cross_host_exeext=.exe
13307 esac
13308 if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
13309 if test x"$build_noncanonical" = x"$with_cross_host"; then
13310 # Ordinary cross (host!=target and host=build)
13311 which_gcj=built
13312 else
13313 # Canadian cross (host!=target and host!=build)
13314 which_gcj=cross
13316 else
13317 which_gcj=cross
13319 else
13320 # We are being configured with a native or crossed-native compiler
13321 if test -x "${built_gcc_dir}/gcj${ac_exeext}"; then
13322 if test x"$build" = x"$host"; then
13323 # True native build (host=target and host=build)
13324 which_gcj=built
13325 else
13326 # Crossed-native build (host=target and host!=build)
13327 which_gcj=cross
13329 else
13330 which_gcj=path
13333 case "${which_gcj}" in
13334 built)
13335 GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
13336 GCJH='$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
13337 ZIP='$(MULTIBUILDTOP)../../$(host_subdir)/fastjar/fastjar'
13339 cross)
13340 if test "x${with_newlib}" = "xyes"; then
13341 # FIXME (comment): Why is this needed?
13342 GCC_UNWIND_INCLUDE=
13343 GCJ="${target_noncanonical}-gcj"
13344 else
13345 GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
13347 ZIP=jar
13348 GCJH='$(target_noncanonical)-gcjh'
13350 path)
13351 GCJ="gcj -B`${PWDCMD-pwd}`/"
13352 ## In this case, gcj is found outside the build tree. However, zip is
13353 ## found in the build tree.
13354 ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/fastjar'
13355 GCJH=gcjh
13357 esac
13362 # Create it, so that compile/link tests don't fail
13363 test -f libgcj.spec || touch libgcj.spec
13365 # Use a semicolon as CLASSPATH separator for MinGW, otherwise a colon.
13366 case $build in
13367 *-mingw32) CLASSPATH_SEPARATOR=';' ;;
13368 *) CLASSPATH_SEPARATOR=':' ;;
13369 esac
13372 # We must search the source tree for java.lang, since we still don't
13373 # have libgcj.jar nor java/lang/*.class
13374 GCJ_SAVE_CPPFLAGS=$CPPFLAGS
13375 CPPFLAGS="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
13377 # Since some classes depend on this one, we need its source available
13378 # before we can do any GCJ compilation test :-(
13379 if test ! -f gnu/classpath/Configuration.java; then
13380 test -d gnu || mkdir gnu
13381 test -d gnu/classpath || mkdir gnu/classpath
13382 sed -e 's,@LIBGCJDEBUG@,$LIBGCJDEBUG,' \
13383 -e 's,@TOOLKIT@,$TOOLKIT,' \
13384 < $srcdir/gnu/classpath/Configuration.java.in \
13385 > gnu/classpath/Configuration.java
13386 # We do not want to redirect the output of the grep below to /dev/null,
13387 # but we add /dev/null to the input list so that grep will print the
13388 # filename of Configuration.java in case it finds any matches.
13389 if grep @ gnu/classpath/Configuration.java /dev/null; then
13390 { { echo "$as_me:$LINENO: error: configure.ac is missing the substitutions above" >&5
13391 echo "$as_me: error: configure.ac is missing the substitutions above" >&2;}
13392 { (exit 1); exit 1; }; }
13396 if test -n "$ac_tool_prefix"; then
13397 # Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
13398 set dummy ${ac_tool_prefix}gcj; ac_word=$2
13399 echo "$as_me:$LINENO: checking for $ac_word" >&5
13400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13401 if test "${ac_cv_prog_GCJ+set}" = set; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13403 else
13404 if test -n "$GCJ"; then
13405 ac_cv_prog_GCJ="$GCJ" # Let the user override the test.
13406 else
13407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13408 for as_dir in $PATH
13410 IFS=$as_save_IFS
13411 test -z "$as_dir" && as_dir=.
13412 for ac_exec_ext in '' $ac_executable_extensions; do
13413 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13414 ac_cv_prog_GCJ="${ac_tool_prefix}gcj"
13415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13416 break 2
13418 done
13419 done
13423 GCJ=$ac_cv_prog_GCJ
13424 if test -n "$GCJ"; then
13425 echo "$as_me:$LINENO: result: $GCJ" >&5
13426 echo "${ECHO_T}$GCJ" >&6
13427 else
13428 echo "$as_me:$LINENO: result: no" >&5
13429 echo "${ECHO_T}no" >&6
13433 if test -z "$ac_cv_prog_GCJ"; then
13434 ac_ct_GCJ=$GCJ
13435 # Extract the first word of "gcj", so it can be a program name with args.
13436 set dummy gcj; ac_word=$2
13437 echo "$as_me:$LINENO: checking for $ac_word" >&5
13438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13439 if test "${ac_cv_prog_ac_ct_GCJ+set}" = set; then
13440 echo $ECHO_N "(cached) $ECHO_C" >&6
13441 else
13442 if test -n "$ac_ct_GCJ"; then
13443 ac_cv_prog_ac_ct_GCJ="$ac_ct_GCJ" # Let the user override the test.
13444 else
13445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13446 for as_dir in $PATH
13448 IFS=$as_save_IFS
13449 test -z "$as_dir" && as_dir=.
13450 for ac_exec_ext in '' $ac_executable_extensions; do
13451 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13452 ac_cv_prog_ac_ct_GCJ="gcj"
13453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13454 break 2
13456 done
13457 done
13459 test -z "$ac_cv_prog_ac_ct_GCJ" && ac_cv_prog_ac_ct_GCJ="no"
13462 ac_ct_GCJ=$ac_cv_prog_ac_ct_GCJ
13463 if test -n "$ac_ct_GCJ"; then
13464 echo "$as_me:$LINENO: result: $ac_ct_GCJ" >&5
13465 echo "${ECHO_T}$ac_ct_GCJ" >&6
13466 else
13467 echo "$as_me:$LINENO: result: no" >&5
13468 echo "${ECHO_T}no" >&6
13471 GCJ=$ac_ct_GCJ
13472 else
13473 GCJ="$ac_cv_prog_GCJ"
13476 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
13481 CPPFLAGS=$GCJ_SAVE_CPPFLAGS
13483 echo "$as_me:$LINENO: checking size of void *" >&5
13484 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
13485 if test "${ac_cv_sizeof_void_p+set}" = set; then
13486 echo $ECHO_N "(cached) $ECHO_C" >&6
13487 else
13488 for ac_size in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
13489 cat >conftest.$ac_ext <<_ACEOF
13490 /* confdefs.h. */
13491 _ACEOF
13492 cat confdefs.h >>conftest.$ac_ext
13493 cat >>conftest.$ac_ext <<_ACEOF
13494 /* end confdefs.h. */
13495 #include "confdefs.h"
13496 #include <sys/types.h>
13500 main ()
13502 switch (0) case 0: case (sizeof (void *) == $ac_size):;
13504 return 0;
13506 _ACEOF
13507 rm -f conftest.$ac_objext
13508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13509 (eval $ac_compile) 2>conftest.er1
13510 ac_status=$?
13511 grep -v '^ *+' conftest.er1 >conftest.err
13512 rm -f conftest.er1
13513 cat conftest.err >&5
13514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13515 (exit $ac_status); } &&
13516 { ac_try='test -z "$ac_c_werror_flag"
13517 || test ! -s conftest.err'
13518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13519 (eval $ac_try) 2>&5
13520 ac_status=$?
13521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13522 (exit $ac_status); }; } &&
13523 { ac_try='test -s conftest.$ac_objext'
13524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13525 (eval $ac_try) 2>&5
13526 ac_status=$?
13527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); }; }; then
13529 ac_cv_sizeof_void_p=$ac_size
13530 else
13531 echo "$as_me: failed program was:" >&5
13532 sed 's/^/| /' conftest.$ac_ext >&5
13535 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13536 if test x$ac_cv_sizeof_void_p != x ; then break; fi
13537 done
13541 if test x$ac_cv_sizeof_void_p = x ; then
13542 { { echo "$as_me:$LINENO: error: cannot determine a size for void *" >&5
13543 echo "$as_me: error: cannot determine a size for void *" >&2;}
13544 { (exit 1); exit 1; }; }
13546 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
13547 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
13549 cat >>confdefs.h <<_ACEOF
13550 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13551 _ACEOF
13555 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
13556 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
13557 if test "${ac_cv_c_bigendian+set}" = set; then
13558 echo $ECHO_N "(cached) $ECHO_C" >&6
13559 else
13560 ac_cv_c_bigendian=unknown
13561 # See if sys/param.h defines the BYTE_ORDER macro.
13562 cat >conftest.$ac_ext <<_ACEOF
13563 /* confdefs.h. */
13564 _ACEOF
13565 cat confdefs.h >>conftest.$ac_ext
13566 cat >>conftest.$ac_ext <<_ACEOF
13567 /* end confdefs.h. */
13568 #include <sys/types.h>
13569 #include <sys/param.h>
13571 main ()
13574 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
13575 bogus endian macros
13576 #endif
13578 return 0;
13580 _ACEOF
13581 rm -f conftest.$ac_objext
13582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13583 (eval $ac_compile) 2>conftest.er1
13584 ac_status=$?
13585 grep -v '^ *+' conftest.er1 >conftest.err
13586 rm -f conftest.er1
13587 cat conftest.err >&5
13588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13589 (exit $ac_status); } &&
13590 { ac_try='test -z "$ac_c_werror_flag"
13591 || test ! -s conftest.err'
13592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13593 (eval $ac_try) 2>&5
13594 ac_status=$?
13595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13596 (exit $ac_status); }; } &&
13597 { ac_try='test -s conftest.$ac_objext'
13598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13599 (eval $ac_try) 2>&5
13600 ac_status=$?
13601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13602 (exit $ac_status); }; }; then
13603 # It does; now see whether it defined to BIG_ENDIAN or not.
13604 cat >conftest.$ac_ext <<_ACEOF
13605 /* confdefs.h. */
13606 _ACEOF
13607 cat confdefs.h >>conftest.$ac_ext
13608 cat >>conftest.$ac_ext <<_ACEOF
13609 /* end confdefs.h. */
13610 #include <sys/types.h>
13611 #include <sys/param.h>
13613 main ()
13616 #if BYTE_ORDER != BIG_ENDIAN
13617 not big endian
13618 #endif
13620 return 0;
13622 _ACEOF
13623 rm -f conftest.$ac_objext
13624 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13625 (eval $ac_compile) 2>conftest.er1
13626 ac_status=$?
13627 grep -v '^ *+' conftest.er1 >conftest.err
13628 rm -f conftest.er1
13629 cat conftest.err >&5
13630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13631 (exit $ac_status); } &&
13632 { ac_try='test -z "$ac_c_werror_flag"
13633 || test ! -s conftest.err'
13634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13635 (eval $ac_try) 2>&5
13636 ac_status=$?
13637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638 (exit $ac_status); }; } &&
13639 { ac_try='test -s conftest.$ac_objext'
13640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13641 (eval $ac_try) 2>&5
13642 ac_status=$?
13643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13644 (exit $ac_status); }; }; then
13645 ac_cv_c_bigendian=yes
13646 else
13647 echo "$as_me: failed program was:" >&5
13648 sed 's/^/| /' conftest.$ac_ext >&5
13650 ac_cv_c_bigendian=no
13652 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13653 else
13654 echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13658 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13659 if test $ac_cv_c_bigendian = unknown; then
13660 if test "$cross_compiling" = yes; then
13661 echo $ac_n "cross-compiling... " 2>&6
13662 else
13663 cat >conftest.$ac_ext <<_ACEOF
13664 /* confdefs.h. */
13665 _ACEOF
13666 cat confdefs.h >>conftest.$ac_ext
13667 cat >>conftest.$ac_ext <<_ACEOF
13668 /* end confdefs.h. */
13669 main () {
13670 /* Are we little or big endian? From Harbison&Steele. */
13671 union
13673 long l;
13674 char c[sizeof (long)];
13675 } u;
13676 u.l = 1;
13677 exit (u.c[sizeof (long) - 1] == 1);
13679 _ACEOF
13680 rm -f conftest$ac_exeext
13681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13682 (eval $ac_link) 2>&5
13683 ac_status=$?
13684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13685 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13687 (eval $ac_try) 2>&5
13688 ac_status=$?
13689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13690 (exit $ac_status); }; }; then
13691 ac_cv_c_bigendian=no
13692 else
13693 echo "$as_me: program exited with status $ac_status" >&5
13694 echo "$as_me: failed program was:" >&5
13695 sed 's/^/| /' conftest.$ac_ext >&5
13697 ( exit $ac_status )
13698 ac_cv_c_bigendian=yes
13700 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13704 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
13705 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
13706 if test $ac_cv_c_bigendian = unknown; then
13707 echo "$as_me:$LINENO: checking to probe for byte ordering" >&5
13708 echo $ECHO_N "checking to probe for byte ordering... $ECHO_C" >&6
13710 cat >conftest.c <<EOF
13711 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13712 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13713 void _ascii() { char* s = (char*) ascii_mm; s = (char*) ascii_ii; }
13714 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13715 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13716 void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
13717 int main() { _ascii (); _ebcdic (); return 0; }
13719 if test -f conftest.c ; then
13720 if ${CC-cc} ${CFLAGS} -c conftest.c -o conftest.o && test -f conftest.o ; then
13721 if test `grep -l BIGenDianSyS conftest.o` ; then
13722 echo $ac_n ' big endian probe OK, ' 1>&6
13723 ac_cv_c_bigendian=yes
13725 if test `grep -l LiTTleEnDian conftest.o` ; then
13726 echo $ac_n ' little endian probe OK, ' 1>&6
13727 if test $ac_cv_c_bigendian = yes ; then
13728 ac_cv_c_bigendian=unknown;
13729 else
13730 ac_cv_c_bigendian=no
13733 echo $ac_n 'guessing bigendian ... ' >&6
13736 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
13737 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
13739 if test $ac_cv_c_bigendian = yes; then
13741 cat >>confdefs.h <<\_ACEOF
13742 #define WORDS_BIGENDIAN 1
13743 _ACEOF
13746 cat >>confdefs.h <<\_ACEOF
13747 #define HOST_WORDS_BIG_ENDIAN 1
13748 _ACEOF
13750 BYTEORDER=4321
13751 else
13752 BYTEORDER=1234
13755 cat >>confdefs.h <<_ACEOF
13756 #define BYTEORDER $BYTEORDER
13757 _ACEOF
13759 if test $ac_cv_c_bigendian = unknown; then
13760 { { echo "$as_me:$LINENO: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&5
13761 echo "$as_me: error: unknown endianess - sorry, please pre-set ac_cv_c_bigendian" >&2;}
13762 { (exit 1); exit 1; }; }
13766 ZLIBS=
13767 SYS_ZLIBS=
13768 ZINCS=
13770 if test -z "$ZLIBSPEC"; then
13771 # Use zlib from the GCC tree.
13772 ZINCS='-I$(top_srcdir)/../zlib'
13773 ZLIBS=../zlib/libzgcj_convenience.la
13774 else
13775 # System's zlib.
13776 SYS_ZLIBS="$ZLIBSPEC"
13788 if test "$NATIVE" = yes; then
13789 NATIVE_TRUE=
13790 NATIVE_FALSE='#'
13791 else
13792 NATIVE_TRUE='#'
13793 NATIVE_FALSE=
13798 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
13799 NEEDS_DATA_START_TRUE=
13800 NEEDS_DATA_START_FALSE='#'
13801 else
13802 NEEDS_DATA_START_TRUE='#'
13803 NEEDS_DATA_START_FALSE=
13808 # Process the option "--enable-version-specific-runtime-libs"
13809 # Calculate toolexeclibdir
13810 case ${version_specific_libs} in
13811 yes)
13812 # Need the gcc compiler version to know where to install libraries
13813 # and header files if --enable-version-specific-runtime-libs option
13814 # is selected.
13815 includedir='${libdir}/gcc/${target_noncanonical}/'$gcc_version/include/
13816 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
13817 toolexecmainlibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'
13818 toolexeclibdir=$toolexecmainlibdir
13821 if test -n "$with_cross_host" &&
13822 test x"$with_cross_host" != x"no"; then
13823 # Install a library built with a cross compiler in tooldir, not libdir.
13824 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
13825 toolexecmainlibdir='$(toolexecdir)/lib'
13826 else
13827 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
13828 toolexecmainlibdir='$(libdir)'
13830 multi_os_directory=`$CC -print-multi-os-directory`
13831 case $multi_os_directory in
13832 .) toolexeclibdir=$toolexecmainlibdir ;; # Avoid trailing /.
13833 *) toolexeclibdir=$toolexecmainlibdir/$multi_os_directory ;;
13834 esac
13836 esac
13841 # Determine gcj version number.
13842 gcjversion=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
13843 GCJVERSION=$gcjversion
13846 cat >>confdefs.h <<_ACEOF
13847 #define GCJVERSION "$GCJVERSION"
13848 _ACEOF
13852 case "${with_gxx_include_dir}" in
13853 yes)
13854 { { echo "$as_me:$LINENO: error: --with-gxx-include-dir=[dir] requires a directory" >&5
13855 echo "$as_me: error: --with-gxx-include-dir=[dir] requires a directory" >&2;}
13856 { (exit 1); exit 1; }; }
13858 no | "")
13859 case "${enable_version_specific_runtime_libs}" in
13860 yes) gxx_include_dir='${libsubdir}/include/c++' ;;
13862 libstdcxx_incdir=c++/${gcc_version}
13863 gxx_include_dir='${prefix}/include/'${libstdcxx_incdir} ;;
13864 esac ;;
13865 *) gxx_include_dir=${with_gxx_include_dir} ;;
13866 esac
13871 # We check for sys/filio.h because Solaris 2.5 defines FIONREAD there.
13872 # On that system, sys/ioctl.h will not include sys/filio.h unless
13873 # BSD_COMP is defined; just including sys/filio.h is simpler.
13874 # We avoid AC_HEADER_DIRENT since we really only care about dirent.h
13875 # for now. If you change this, you also must update natFile.cc.
13896 for ac_header in unistd.h bstring.h sys/time.h sys/types.h fcntl.h \
13897 sys/ioctl.h sys/filio.h sys/stat.h sys/select.h \
13898 sys/socket.h netinet/in.h arpa/inet.h netdb.h net/if.h \
13899 pwd.h sys/config.h stdint.h langinfo.h locale.h \
13900 dirent.h
13902 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13903 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13904 echo "$as_me:$LINENO: checking for $ac_header" >&5
13905 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13906 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13907 echo $ECHO_N "(cached) $ECHO_C" >&6
13909 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13910 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13911 else
13912 # Is the header compilable?
13913 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13914 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13915 cat >conftest.$ac_ext <<_ACEOF
13916 /* confdefs.h. */
13917 _ACEOF
13918 cat confdefs.h >>conftest.$ac_ext
13919 cat >>conftest.$ac_ext <<_ACEOF
13920 /* end confdefs.h. */
13921 $ac_includes_default
13922 #include <$ac_header>
13923 _ACEOF
13924 rm -f conftest.$ac_objext
13925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13926 (eval $ac_compile) 2>conftest.er1
13927 ac_status=$?
13928 grep -v '^ *+' conftest.er1 >conftest.err
13929 rm -f conftest.er1
13930 cat conftest.err >&5
13931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13932 (exit $ac_status); } &&
13933 { ac_try='test -z "$ac_c_werror_flag"
13934 || test ! -s conftest.err'
13935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13936 (eval $ac_try) 2>&5
13937 ac_status=$?
13938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13939 (exit $ac_status); }; } &&
13940 { ac_try='test -s conftest.$ac_objext'
13941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13942 (eval $ac_try) 2>&5
13943 ac_status=$?
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); }; }; then
13946 ac_header_compiler=yes
13947 else
13948 echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.$ac_ext >&5
13951 ac_header_compiler=no
13953 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13954 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13955 echo "${ECHO_T}$ac_header_compiler" >&6
13957 # Is the header present?
13958 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13959 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13960 cat >conftest.$ac_ext <<_ACEOF
13961 /* confdefs.h. */
13962 _ACEOF
13963 cat confdefs.h >>conftest.$ac_ext
13964 cat >>conftest.$ac_ext <<_ACEOF
13965 /* end confdefs.h. */
13966 #include <$ac_header>
13967 _ACEOF
13968 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13969 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13970 ac_status=$?
13971 grep -v '^ *+' conftest.er1 >conftest.err
13972 rm -f conftest.er1
13973 cat conftest.err >&5
13974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13975 (exit $ac_status); } >/dev/null; then
13976 if test -s conftest.err; then
13977 ac_cpp_err=$ac_c_preproc_warn_flag
13978 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13979 else
13980 ac_cpp_err=
13982 else
13983 ac_cpp_err=yes
13985 if test -z "$ac_cpp_err"; then
13986 ac_header_preproc=yes
13987 else
13988 echo "$as_me: failed program was:" >&5
13989 sed 's/^/| /' conftest.$ac_ext >&5
13991 ac_header_preproc=no
13993 rm -f conftest.err conftest.$ac_ext
13994 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13995 echo "${ECHO_T}$ac_header_preproc" >&6
13997 # So? What about this header?
13998 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13999 yes:no: )
14000 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14001 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14002 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14003 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14004 ac_header_preproc=yes
14006 no:yes:* )
14007 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14008 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14009 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14010 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14011 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14012 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14013 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14014 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14015 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14016 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14017 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14018 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14020 cat <<\_ASBOX
14021 ## ---------------------------------- ##
14022 ## Report this to the libjava lists. ##
14023 ## ---------------------------------- ##
14024 _ASBOX
14026 sed "s/^/$as_me: WARNING: /" >&2
14028 esac
14029 echo "$as_me:$LINENO: checking for $ac_header" >&5
14030 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14031 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14032 echo $ECHO_N "(cached) $ECHO_C" >&6
14033 else
14034 eval "$as_ac_Header=\$ac_header_preproc"
14036 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14037 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14040 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14041 cat >>confdefs.h <<_ACEOF
14042 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14043 _ACEOF
14047 done
14050 for ac_header in inttypes.h
14052 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14053 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14054 echo "$as_me:$LINENO: checking for $ac_header" >&5
14055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14056 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14057 echo $ECHO_N "(cached) $ECHO_C" >&6
14059 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14060 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14061 else
14062 # Is the header compilable?
14063 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14064 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14065 cat >conftest.$ac_ext <<_ACEOF
14066 /* confdefs.h. */
14067 _ACEOF
14068 cat confdefs.h >>conftest.$ac_ext
14069 cat >>conftest.$ac_ext <<_ACEOF
14070 /* end confdefs.h. */
14071 $ac_includes_default
14072 #include <$ac_header>
14073 _ACEOF
14074 rm -f conftest.$ac_objext
14075 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14076 (eval $ac_compile) 2>conftest.er1
14077 ac_status=$?
14078 grep -v '^ *+' conftest.er1 >conftest.err
14079 rm -f conftest.er1
14080 cat conftest.err >&5
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); } &&
14083 { ac_try='test -z "$ac_c_werror_flag"
14084 || test ! -s conftest.err'
14085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14086 (eval $ac_try) 2>&5
14087 ac_status=$?
14088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14089 (exit $ac_status); }; } &&
14090 { ac_try='test -s conftest.$ac_objext'
14091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14092 (eval $ac_try) 2>&5
14093 ac_status=$?
14094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095 (exit $ac_status); }; }; then
14096 ac_header_compiler=yes
14097 else
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.$ac_ext >&5
14101 ac_header_compiler=no
14103 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14104 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14105 echo "${ECHO_T}$ac_header_compiler" >&6
14107 # Is the header present?
14108 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14109 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14110 cat >conftest.$ac_ext <<_ACEOF
14111 /* confdefs.h. */
14112 _ACEOF
14113 cat confdefs.h >>conftest.$ac_ext
14114 cat >>conftest.$ac_ext <<_ACEOF
14115 /* end confdefs.h. */
14116 #include <$ac_header>
14117 _ACEOF
14118 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14119 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
14120 ac_status=$?
14121 grep -v '^ *+' conftest.er1 >conftest.err
14122 rm -f conftest.er1
14123 cat conftest.err >&5
14124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14125 (exit $ac_status); } >/dev/null; then
14126 if test -s conftest.err; then
14127 ac_cpp_err=$ac_c_preproc_warn_flag
14128 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14129 else
14130 ac_cpp_err=
14132 else
14133 ac_cpp_err=yes
14135 if test -z "$ac_cpp_err"; then
14136 ac_header_preproc=yes
14137 else
14138 echo "$as_me: failed program was:" >&5
14139 sed 's/^/| /' conftest.$ac_ext >&5
14141 ac_header_preproc=no
14143 rm -f conftest.err conftest.$ac_ext
14144 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14145 echo "${ECHO_T}$ac_header_preproc" >&6
14147 # So? What about this header?
14148 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14149 yes:no: )
14150 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14151 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14153 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14154 ac_header_preproc=yes
14156 no:yes:* )
14157 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14158 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14159 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14160 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14161 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14162 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14163 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14164 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14166 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14167 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14168 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14170 cat <<\_ASBOX
14171 ## ---------------------------------- ##
14172 ## Report this to the libjava lists. ##
14173 ## ---------------------------------- ##
14174 _ASBOX
14176 sed "s/^/$as_me: WARNING: /" >&2
14178 esac
14179 echo "$as_me:$LINENO: checking for $ac_header" >&5
14180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14181 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14182 echo $ECHO_N "(cached) $ECHO_C" >&6
14183 else
14184 eval "$as_ac_Header=\$ac_header_preproc"
14186 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14187 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14190 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14191 cat >>confdefs.h <<_ACEOF
14192 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14193 _ACEOF
14196 cat >>confdefs.h <<\_ACEOF
14197 #define HAVE_INTTYPES_H 1
14198 _ACEOF
14201 cat >>confdefs.h <<\_ACEOF
14202 #define JV_HAVE_INTTYPES_H 1
14203 _ACEOF
14208 done
14210 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
14211 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
14212 if test "${ac_cv_header_sys_wait_h+set}" = set; then
14213 echo $ECHO_N "(cached) $ECHO_C" >&6
14214 else
14215 cat >conftest.$ac_ext <<_ACEOF
14216 /* confdefs.h. */
14217 _ACEOF
14218 cat confdefs.h >>conftest.$ac_ext
14219 cat >>conftest.$ac_ext <<_ACEOF
14220 /* end confdefs.h. */
14221 #include <sys/types.h>
14222 #include <sys/wait.h>
14223 #ifndef WEXITSTATUS
14224 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
14225 #endif
14226 #ifndef WIFEXITED
14227 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
14228 #endif
14231 main ()
14233 int s;
14234 wait (&s);
14235 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
14237 return 0;
14239 _ACEOF
14240 rm -f conftest.$ac_objext
14241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14242 (eval $ac_compile) 2>conftest.er1
14243 ac_status=$?
14244 grep -v '^ *+' conftest.er1 >conftest.err
14245 rm -f conftest.er1
14246 cat conftest.err >&5
14247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14248 (exit $ac_status); } &&
14249 { ac_try='test -z "$ac_c_werror_flag"
14250 || test ! -s conftest.err'
14251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14252 (eval $ac_try) 2>&5
14253 ac_status=$?
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); }; } &&
14256 { ac_try='test -s conftest.$ac_objext'
14257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14258 (eval $ac_try) 2>&5
14259 ac_status=$?
14260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14261 (exit $ac_status); }; }; then
14262 ac_cv_header_sys_wait_h=yes
14263 else
14264 echo "$as_me: failed program was:" >&5
14265 sed 's/^/| /' conftest.$ac_ext >&5
14267 ac_cv_header_sys_wait_h=no
14269 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14271 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
14272 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
14273 if test $ac_cv_header_sys_wait_h = yes; then
14275 cat >>confdefs.h <<\_ACEOF
14276 #define HAVE_SYS_WAIT_H 1
14277 _ACEOF
14282 echo "$as_me:$LINENO: checking for ssize_t" >&5
14283 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
14284 if test "${ac_cv_type_ssize_t+set}" = set; then
14285 echo $ECHO_N "(cached) $ECHO_C" >&6
14286 else
14287 cat >conftest.$ac_ext <<_ACEOF
14288 /* confdefs.h. */
14289 _ACEOF
14290 cat confdefs.h >>conftest.$ac_ext
14291 cat >>conftest.$ac_ext <<_ACEOF
14292 /* end confdefs.h. */
14293 $ac_includes_default
14295 main ()
14297 if ((ssize_t *) 0)
14298 return 0;
14299 if (sizeof (ssize_t))
14300 return 0;
14302 return 0;
14304 _ACEOF
14305 rm -f conftest.$ac_objext
14306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14307 (eval $ac_compile) 2>conftest.er1
14308 ac_status=$?
14309 grep -v '^ *+' conftest.er1 >conftest.err
14310 rm -f conftest.er1
14311 cat conftest.err >&5
14312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313 (exit $ac_status); } &&
14314 { ac_try='test -z "$ac_c_werror_flag"
14315 || test ! -s conftest.err'
14316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14317 (eval $ac_try) 2>&5
14318 ac_status=$?
14319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); }; } &&
14321 { ac_try='test -s conftest.$ac_objext'
14322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14323 (eval $ac_try) 2>&5
14324 ac_status=$?
14325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14326 (exit $ac_status); }; }; then
14327 ac_cv_type_ssize_t=yes
14328 else
14329 echo "$as_me: failed program was:" >&5
14330 sed 's/^/| /' conftest.$ac_ext >&5
14332 ac_cv_type_ssize_t=no
14334 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14336 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
14337 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
14338 if test $ac_cv_type_ssize_t = yes; then
14340 else
14342 cat >>confdefs.h <<_ACEOF
14343 #define ssize_t int
14344 _ACEOF
14349 echo "$as_me:$LINENO: checking for in_addr_t" >&5
14350 echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6
14351 cat >conftest.$ac_ext <<_ACEOF
14352 /* confdefs.h. */
14353 _ACEOF
14354 cat confdefs.h >>conftest.$ac_ext
14355 cat >>conftest.$ac_ext <<_ACEOF
14356 /* end confdefs.h. */
14357 #include <sys/types.h>
14358 #if STDC_HEADERS
14359 #include <stdlib.h>
14360 #include <stddef.h>
14361 #endif
14362 #if HAVE_NETINET_IN_H
14363 #include <netinet/in.h>
14364 #endif
14366 main ()
14368 in_addr_t foo;
14370 return 0;
14372 _ACEOF
14373 rm -f conftest.$ac_objext
14374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14375 (eval $ac_compile) 2>conftest.er1
14376 ac_status=$?
14377 grep -v '^ *+' conftest.er1 >conftest.err
14378 rm -f conftest.er1
14379 cat conftest.err >&5
14380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381 (exit $ac_status); } &&
14382 { ac_try='test -z "$ac_c_werror_flag"
14383 || test ! -s conftest.err'
14384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14385 (eval $ac_try) 2>&5
14386 ac_status=$?
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); }; } &&
14389 { ac_try='test -s conftest.$ac_objext'
14390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14391 (eval $ac_try) 2>&5
14392 ac_status=$?
14393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14394 (exit $ac_status); }; }; then
14396 cat >>confdefs.h <<\_ACEOF
14397 #define HAVE_IN_ADDR_T 1
14398 _ACEOF
14400 echo "$as_me:$LINENO: result: yes" >&5
14401 echo "${ECHO_T}yes" >&6
14402 else
14403 echo "$as_me: failed program was:" >&5
14404 sed 's/^/| /' conftest.$ac_ext >&5
14406 echo "$as_me:$LINENO: result: no" >&5
14407 echo "${ECHO_T}no" >&6
14409 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14411 echo "$as_me:$LINENO: checking whether struct ip_mreq is in netinet/in.h" >&5
14412 echo $ECHO_N "checking whether struct ip_mreq is in netinet/in.h... $ECHO_C" >&6
14413 cat >conftest.$ac_ext <<_ACEOF
14414 /* confdefs.h. */
14415 _ACEOF
14416 cat confdefs.h >>conftest.$ac_ext
14417 cat >>conftest.$ac_ext <<_ACEOF
14418 /* end confdefs.h. */
14419 #include <netinet/in.h>
14421 main ()
14423 struct ip_mreq mreq;
14425 return 0;
14427 _ACEOF
14428 rm -f conftest.$ac_objext
14429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14430 (eval $ac_compile) 2>conftest.er1
14431 ac_status=$?
14432 grep -v '^ *+' conftest.er1 >conftest.err
14433 rm -f conftest.er1
14434 cat conftest.err >&5
14435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436 (exit $ac_status); } &&
14437 { ac_try='test -z "$ac_c_werror_flag"
14438 || test ! -s conftest.err'
14439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14440 (eval $ac_try) 2>&5
14441 ac_status=$?
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); }; } &&
14444 { ac_try='test -s conftest.$ac_objext'
14445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14446 (eval $ac_try) 2>&5
14447 ac_status=$?
14448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); }; }; then
14451 cat >>confdefs.h <<\_ACEOF
14452 #define HAVE_STRUCT_IP_MREQ 1
14453 _ACEOF
14455 echo "$as_me:$LINENO: result: yes" >&5
14456 echo "${ECHO_T}yes" >&6
14457 else
14458 echo "$as_me: failed program was:" >&5
14459 sed 's/^/| /' conftest.$ac_ext >&5
14461 echo "$as_me:$LINENO: result: no" >&5
14462 echo "${ECHO_T}no" >&6
14464 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14466 echo "$as_me:$LINENO: checking whether struct ipv6_mreq is in netinet/in.h" >&5
14467 echo $ECHO_N "checking whether struct ipv6_mreq is in netinet/in.h... $ECHO_C" >&6
14468 cat >conftest.$ac_ext <<_ACEOF
14469 /* confdefs.h. */
14470 _ACEOF
14471 cat confdefs.h >>conftest.$ac_ext
14472 cat >>conftest.$ac_ext <<_ACEOF
14473 /* end confdefs.h. */
14474 #include <netinet/in.h>
14476 main ()
14478 struct ipv6_mreq mreq6;
14480 return 0;
14482 _ACEOF
14483 rm -f conftest.$ac_objext
14484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14485 (eval $ac_compile) 2>conftest.er1
14486 ac_status=$?
14487 grep -v '^ *+' conftest.er1 >conftest.err
14488 rm -f conftest.er1
14489 cat conftest.err >&5
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); } &&
14492 { ac_try='test -z "$ac_c_werror_flag"
14493 || test ! -s conftest.err'
14494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14495 (eval $ac_try) 2>&5
14496 ac_status=$?
14497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14498 (exit $ac_status); }; } &&
14499 { ac_try='test -s conftest.$ac_objext'
14500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14501 (eval $ac_try) 2>&5
14502 ac_status=$?
14503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14504 (exit $ac_status); }; }; then
14506 cat >>confdefs.h <<\_ACEOF
14507 #define HAVE_STRUCT_IPV6_MREQ 1
14508 _ACEOF
14510 echo "$as_me:$LINENO: result: yes" >&5
14511 echo "${ECHO_T}yes" >&6
14512 else
14513 echo "$as_me: failed program was:" >&5
14514 sed 's/^/| /' conftest.$ac_ext >&5
14516 echo "$as_me:$LINENO: result: no" >&5
14517 echo "${ECHO_T}no" >&6
14519 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14521 echo "$as_me:$LINENO: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
14522 echo $ECHO_N "checking whether struct sockaddr_in6 is in netinet/in.h... $ECHO_C" >&6
14523 cat >conftest.$ac_ext <<_ACEOF
14524 /* confdefs.h. */
14525 _ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <netinet/in.h>
14531 main ()
14533 struct sockaddr_in6 addr6;
14535 return 0;
14537 _ACEOF
14538 rm -f conftest.$ac_objext
14539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14540 (eval $ac_compile) 2>conftest.er1
14541 ac_status=$?
14542 grep -v '^ *+' conftest.er1 >conftest.err
14543 rm -f conftest.er1
14544 cat conftest.err >&5
14545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14546 (exit $ac_status); } &&
14547 { ac_try='test -z "$ac_c_werror_flag"
14548 || test ! -s conftest.err'
14549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14550 (eval $ac_try) 2>&5
14551 ac_status=$?
14552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14553 (exit $ac_status); }; } &&
14554 { ac_try='test -s conftest.$ac_objext'
14555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14556 (eval $ac_try) 2>&5
14557 ac_status=$?
14558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14559 (exit $ac_status); }; }; then
14561 cat >>confdefs.h <<\_ACEOF
14562 #define HAVE_INET6 1
14563 _ACEOF
14565 echo "$as_me:$LINENO: result: yes" >&5
14566 echo "${ECHO_T}yes" >&6
14567 else
14568 echo "$as_me: failed program was:" >&5
14569 sed 's/^/| /' conftest.$ac_ext >&5
14571 echo "$as_me:$LINENO: result: no" >&5
14572 echo "${ECHO_T}no" >&6
14574 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14576 echo "$as_me:$LINENO: checking for socklen_t in sys/socket.h" >&5
14577 echo $ECHO_N "checking for socklen_t in sys/socket.h... $ECHO_C" >&6
14578 cat >conftest.$ac_ext <<_ACEOF
14579 /* confdefs.h. */
14580 _ACEOF
14581 cat confdefs.h >>conftest.$ac_ext
14582 cat >>conftest.$ac_ext <<_ACEOF
14583 /* end confdefs.h. */
14584 #define _POSIX_PII_SOCKET
14585 #include <sys/types.h>
14586 #include <sys/socket.h>
14588 main ()
14590 socklen_t x = 5;
14592 return 0;
14594 _ACEOF
14595 rm -f conftest.$ac_objext
14596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14597 (eval $ac_compile) 2>conftest.er1
14598 ac_status=$?
14599 grep -v '^ *+' conftest.er1 >conftest.err
14600 rm -f conftest.er1
14601 cat conftest.err >&5
14602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14603 (exit $ac_status); } &&
14604 { ac_try='test -z "$ac_c_werror_flag"
14605 || test ! -s conftest.err'
14606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14607 (eval $ac_try) 2>&5
14608 ac_status=$?
14609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14610 (exit $ac_status); }; } &&
14611 { ac_try='test -s conftest.$ac_objext'
14612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14613 (eval $ac_try) 2>&5
14614 ac_status=$?
14615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14616 (exit $ac_status); }; }; then
14618 cat >>confdefs.h <<\_ACEOF
14619 #define HAVE_SOCKLEN_T 1
14620 _ACEOF
14622 echo "$as_me:$LINENO: result: yes" >&5
14623 echo "${ECHO_T}yes" >&6
14624 else
14625 echo "$as_me: failed program was:" >&5
14626 sed 's/^/| /' conftest.$ac_ext >&5
14628 echo "$as_me:$LINENO: result: no" >&5
14629 echo "${ECHO_T}no" >&6
14631 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14633 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
14634 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
14635 cat >conftest.$ac_ext <<_ACEOF
14636 /* confdefs.h. */
14637 _ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h. */
14641 #include <time.h>
14643 main ()
14645 struct tm tim; tim.tm_gmtoff = 0;
14647 return 0;
14649 _ACEOF
14650 rm -f conftest.$ac_objext
14651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14652 (eval $ac_compile) 2>conftest.er1
14653 ac_status=$?
14654 grep -v '^ *+' conftest.er1 >conftest.err
14655 rm -f conftest.er1
14656 cat conftest.err >&5
14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); } &&
14659 { ac_try='test -z "$ac_c_werror_flag"
14660 || test ! -s conftest.err'
14661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14662 (eval $ac_try) 2>&5
14663 ac_status=$?
14664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14665 (exit $ac_status); }; } &&
14666 { ac_try='test -s conftest.$ac_objext'
14667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14668 (eval $ac_try) 2>&5
14669 ac_status=$?
14670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14671 (exit $ac_status); }; }; then
14673 cat >>confdefs.h <<\_ACEOF
14674 #define STRUCT_TM_HAS_GMTOFF 1
14675 _ACEOF
14677 echo "$as_me:$LINENO: result: yes" >&5
14678 echo "${ECHO_T}yes" >&6
14679 else
14680 echo "$as_me: failed program was:" >&5
14681 sed 's/^/| /' conftest.$ac_ext >&5
14683 echo "$as_me:$LINENO: result: no" >&5
14684 echo "${ECHO_T}no" >&6
14685 echo "$as_me:$LINENO: checking for global timezone variable" >&5
14686 echo $ECHO_N "checking for global timezone variable... $ECHO_C" >&6
14687 cat >conftest.$ac_ext <<_ACEOF
14688 /* confdefs.h. */
14689 _ACEOF
14690 cat confdefs.h >>conftest.$ac_ext
14691 cat >>conftest.$ac_ext <<_ACEOF
14692 /* end confdefs.h. */
14693 #include <time.h>
14695 main ()
14697 void i(){long z2 = 2*timezone;}
14699 return 0;
14701 _ACEOF
14702 rm -f conftest.$ac_objext
14703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14704 (eval $ac_compile) 2>conftest.er1
14705 ac_status=$?
14706 grep -v '^ *+' conftest.er1 >conftest.err
14707 rm -f conftest.er1
14708 cat conftest.err >&5
14709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14710 (exit $ac_status); } &&
14711 { ac_try='test -z "$ac_c_werror_flag"
14712 || test ! -s conftest.err'
14713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14714 (eval $ac_try) 2>&5
14715 ac_status=$?
14716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14717 (exit $ac_status); }; } &&
14718 { ac_try='test -s conftest.$ac_objext'
14719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14720 (eval $ac_try) 2>&5
14721 ac_status=$?
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); }; }; then
14725 cat >>confdefs.h <<\_ACEOF
14726 #define HAVE_TIMEZONE 1
14727 _ACEOF
14729 echo "$as_me:$LINENO: result: yes" >&5
14730 echo "${ECHO_T}yes" >&6
14731 else
14732 echo "$as_me: failed program was:" >&5
14733 sed 's/^/| /' conftest.$ac_ext >&5
14735 echo "$as_me:$LINENO: result: no" >&5
14736 echo "${ECHO_T}no" >&6
14737 echo "$as_me:$LINENO: checking for global _timezone variable" >&5
14738 echo $ECHO_N "checking for global _timezone variable... $ECHO_C" >&6
14739 cat >conftest.$ac_ext <<_ACEOF
14740 /* confdefs.h. */
14741 _ACEOF
14742 cat confdefs.h >>conftest.$ac_ext
14743 cat >>conftest.$ac_ext <<_ACEOF
14744 /* end confdefs.h. */
14745 #include <time.h>
14747 main ()
14749 long z2 = _timezone;
14751 return 0;
14753 _ACEOF
14754 rm -f conftest.$ac_objext
14755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14756 (eval $ac_compile) 2>conftest.er1
14757 ac_status=$?
14758 grep -v '^ *+' conftest.er1 >conftest.err
14759 rm -f conftest.er1
14760 cat conftest.err >&5
14761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14762 (exit $ac_status); } &&
14763 { ac_try='test -z "$ac_c_werror_flag"
14764 || test ! -s conftest.err'
14765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14766 (eval $ac_try) 2>&5
14767 ac_status=$?
14768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14769 (exit $ac_status); }; } &&
14770 { ac_try='test -s conftest.$ac_objext'
14771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14772 (eval $ac_try) 2>&5
14773 ac_status=$?
14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14775 (exit $ac_status); }; }; then
14777 cat >>confdefs.h <<\_ACEOF
14778 #define HAVE_UNDERSCORE_TIMEZONE 1
14779 _ACEOF
14781 echo "$as_me:$LINENO: result: yes" >&5
14782 echo "${ECHO_T}yes" >&6
14783 else
14784 echo "$as_me: failed program was:" >&5
14785 sed 's/^/| /' conftest.$ac_ext >&5
14787 echo "$as_me:$LINENO: result: no" >&5
14788 echo "${ECHO_T}no" >&6
14790 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14792 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14794 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14796 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14797 # for constant arguments. Useless!
14798 echo "$as_me:$LINENO: checking for working alloca.h" >&5
14799 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
14800 if test "${ac_cv_working_alloca_h+set}" = set; then
14801 echo $ECHO_N "(cached) $ECHO_C" >&6
14802 else
14803 if test x$gcc_no_link = xyes; then
14804 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14805 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14806 { (exit 1); exit 1; }; }
14808 cat >conftest.$ac_ext <<_ACEOF
14809 /* confdefs.h. */
14810 _ACEOF
14811 cat confdefs.h >>conftest.$ac_ext
14812 cat >>conftest.$ac_ext <<_ACEOF
14813 /* end confdefs.h. */
14814 #include <alloca.h>
14816 main ()
14818 char *p = (char *) alloca (2 * sizeof (int));
14820 return 0;
14822 _ACEOF
14823 rm -f conftest.$ac_objext conftest$ac_exeext
14824 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14825 (eval $ac_link) 2>conftest.er1
14826 ac_status=$?
14827 grep -v '^ *+' conftest.er1 >conftest.err
14828 rm -f conftest.er1
14829 cat conftest.err >&5
14830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831 (exit $ac_status); } &&
14832 { ac_try='test -z "$ac_c_werror_flag"
14833 || test ! -s conftest.err'
14834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14835 (eval $ac_try) 2>&5
14836 ac_status=$?
14837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14838 (exit $ac_status); }; } &&
14839 { ac_try='test -s conftest$ac_exeext'
14840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14841 (eval $ac_try) 2>&5
14842 ac_status=$?
14843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); }; }; then
14845 ac_cv_working_alloca_h=yes
14846 else
14847 echo "$as_me: failed program was:" >&5
14848 sed 's/^/| /' conftest.$ac_ext >&5
14850 ac_cv_working_alloca_h=no
14852 rm -f conftest.err conftest.$ac_objext \
14853 conftest$ac_exeext conftest.$ac_ext
14855 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
14856 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
14857 if test $ac_cv_working_alloca_h = yes; then
14859 cat >>confdefs.h <<\_ACEOF
14860 #define HAVE_ALLOCA_H 1
14861 _ACEOF
14865 echo "$as_me:$LINENO: checking for alloca" >&5
14866 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
14867 if test "${ac_cv_func_alloca_works+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14869 else
14870 if test x$gcc_no_link = xyes; then
14871 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14872 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14873 { (exit 1); exit 1; }; }
14875 cat >conftest.$ac_ext <<_ACEOF
14876 /* confdefs.h. */
14877 _ACEOF
14878 cat confdefs.h >>conftest.$ac_ext
14879 cat >>conftest.$ac_ext <<_ACEOF
14880 /* end confdefs.h. */
14881 #ifdef __GNUC__
14882 # define alloca __builtin_alloca
14883 #else
14884 # ifdef _MSC_VER
14885 # include <malloc.h>
14886 # define alloca _alloca
14887 # else
14888 # if HAVE_ALLOCA_H
14889 # include <alloca.h>
14890 # else
14891 # ifdef _AIX
14892 #pragma alloca
14893 # else
14894 # ifndef alloca /* predefined by HP cc +Olibcalls */
14895 char *alloca ();
14896 # endif
14897 # endif
14898 # endif
14899 # endif
14900 #endif
14903 main ()
14905 char *p = (char *) alloca (1);
14907 return 0;
14909 _ACEOF
14910 rm -f conftest.$ac_objext conftest$ac_exeext
14911 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14912 (eval $ac_link) 2>conftest.er1
14913 ac_status=$?
14914 grep -v '^ *+' conftest.er1 >conftest.err
14915 rm -f conftest.er1
14916 cat conftest.err >&5
14917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14918 (exit $ac_status); } &&
14919 { ac_try='test -z "$ac_c_werror_flag"
14920 || test ! -s conftest.err'
14921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14922 (eval $ac_try) 2>&5
14923 ac_status=$?
14924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14925 (exit $ac_status); }; } &&
14926 { ac_try='test -s conftest$ac_exeext'
14927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14928 (eval $ac_try) 2>&5
14929 ac_status=$?
14930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); }; }; then
14932 ac_cv_func_alloca_works=yes
14933 else
14934 echo "$as_me: failed program was:" >&5
14935 sed 's/^/| /' conftest.$ac_ext >&5
14937 ac_cv_func_alloca_works=no
14939 rm -f conftest.err conftest.$ac_objext \
14940 conftest$ac_exeext conftest.$ac_ext
14942 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
14943 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
14945 if test $ac_cv_func_alloca_works = yes; then
14947 cat >>confdefs.h <<\_ACEOF
14948 #define HAVE_ALLOCA 1
14949 _ACEOF
14951 else
14952 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14953 # that cause trouble. Some versions do not even contain alloca or
14954 # contain a buggy version. If you still want to use their alloca,
14955 # use ar to extract alloca.o from them instead of compiling alloca.c.
14957 ALLOCA=alloca.$ac_objext
14959 cat >>confdefs.h <<\_ACEOF
14960 #define C_ALLOCA 1
14961 _ACEOF
14964 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
14965 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
14966 if test "${ac_cv_os_cray+set}" = set; then
14967 echo $ECHO_N "(cached) $ECHO_C" >&6
14968 else
14969 cat >conftest.$ac_ext <<_ACEOF
14970 /* confdefs.h. */
14971 _ACEOF
14972 cat confdefs.h >>conftest.$ac_ext
14973 cat >>conftest.$ac_ext <<_ACEOF
14974 /* end confdefs.h. */
14975 #if defined(CRAY) && ! defined(CRAY2)
14976 webecray
14977 #else
14978 wenotbecray
14979 #endif
14981 _ACEOF
14982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14983 $EGREP "webecray" >/dev/null 2>&1; then
14984 ac_cv_os_cray=yes
14985 else
14986 ac_cv_os_cray=no
14988 rm -f conftest*
14991 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
14992 echo "${ECHO_T}$ac_cv_os_cray" >&6
14993 if test $ac_cv_os_cray = yes; then
14994 for ac_func in _getb67 GETB67 getb67; do
14995 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14996 echo "$as_me:$LINENO: checking for $ac_func" >&5
14997 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
14998 if eval "test \"\${$as_ac_var+set}\" = set"; then
14999 echo $ECHO_N "(cached) $ECHO_C" >&6
15000 else
15001 if test x$gcc_no_link = xyes; then
15002 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15003 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15004 { (exit 1); exit 1; }; }
15006 cat >conftest.$ac_ext <<_ACEOF
15007 /* confdefs.h. */
15008 _ACEOF
15009 cat confdefs.h >>conftest.$ac_ext
15010 cat >>conftest.$ac_ext <<_ACEOF
15011 /* end confdefs.h. */
15012 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15014 #define $ac_func innocuous_$ac_func
15016 /* System header to define __stub macros and hopefully few prototypes,
15017 which can conflict with char $ac_func (); below.
15018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15019 <limits.h> exists even on freestanding compilers. */
15021 #ifdef __STDC__
15022 # include <limits.h>
15023 #else
15024 # include <assert.h>
15025 #endif
15027 #undef $ac_func
15029 /* Override any gcc2 internal prototype to avoid an error. */
15030 #ifdef __cplusplus
15031 extern "C"
15033 #endif
15034 /* We use char because int might match the return type of a gcc2
15035 builtin and then its argument prototype would still apply. */
15036 char $ac_func ();
15037 /* The GNU C library defines this for functions which it implements
15038 to always fail with ENOSYS. Some functions are actually named
15039 something starting with __ and the normal name is an alias. */
15040 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15041 choke me
15042 #else
15043 char (*f) () = $ac_func;
15044 #endif
15045 #ifdef __cplusplus
15047 #endif
15050 main ()
15052 return f != $ac_func;
15054 return 0;
15056 _ACEOF
15057 rm -f conftest.$ac_objext conftest$ac_exeext
15058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15059 (eval $ac_link) 2>conftest.er1
15060 ac_status=$?
15061 grep -v '^ *+' conftest.er1 >conftest.err
15062 rm -f conftest.er1
15063 cat conftest.err >&5
15064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } &&
15066 { ac_try='test -z "$ac_c_werror_flag"
15067 || test ! -s conftest.err'
15068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15069 (eval $ac_try) 2>&5
15070 ac_status=$?
15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15072 (exit $ac_status); }; } &&
15073 { ac_try='test -s conftest$ac_exeext'
15074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15075 (eval $ac_try) 2>&5
15076 ac_status=$?
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); }; }; then
15079 eval "$as_ac_var=yes"
15080 else
15081 echo "$as_me: failed program was:" >&5
15082 sed 's/^/| /' conftest.$ac_ext >&5
15084 eval "$as_ac_var=no"
15086 rm -f conftest.err conftest.$ac_objext \
15087 conftest$ac_exeext conftest.$ac_ext
15089 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15090 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15091 if test `eval echo '${'$as_ac_var'}'` = yes; then
15093 cat >>confdefs.h <<_ACEOF
15094 #define CRAY_STACKSEG_END $ac_func
15095 _ACEOF
15097 break
15100 done
15103 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
15104 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
15105 if test "${ac_cv_c_stack_direction+set}" = set; then
15106 echo $ECHO_N "(cached) $ECHO_C" >&6
15107 else
15108 if test "$cross_compiling" = yes; then
15109 ac_cv_c_stack_direction=0
15110 else
15111 cat >conftest.$ac_ext <<_ACEOF
15112 /* confdefs.h. */
15113 _ACEOF
15114 cat confdefs.h >>conftest.$ac_ext
15115 cat >>conftest.$ac_ext <<_ACEOF
15116 /* end confdefs.h. */
15118 find_stack_direction ()
15120 static char *addr = 0;
15121 auto char dummy;
15122 if (addr == 0)
15124 addr = &dummy;
15125 return find_stack_direction ();
15127 else
15128 return (&dummy > addr) ? 1 : -1;
15132 main ()
15134 exit (find_stack_direction () < 0);
15136 _ACEOF
15137 rm -f conftest$ac_exeext
15138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15139 (eval $ac_link) 2>&5
15140 ac_status=$?
15141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15142 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15144 (eval $ac_try) 2>&5
15145 ac_status=$?
15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147 (exit $ac_status); }; }; then
15148 ac_cv_c_stack_direction=1
15149 else
15150 echo "$as_me: program exited with status $ac_status" >&5
15151 echo "$as_me: failed program was:" >&5
15152 sed 's/^/| /' conftest.$ac_ext >&5
15154 ( exit $ac_status )
15155 ac_cv_c_stack_direction=-1
15157 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15160 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
15161 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
15163 cat >>confdefs.h <<_ACEOF
15164 #define STACK_DIRECTION $ac_cv_c_stack_direction
15165 _ACEOF
15170 if test x$gcc_no_link = xyes; then
15171 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset; then
15172 ac_cv_func_mmap_fixed_mapped=no
15175 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset; then
15178 for ac_header in stdlib.h unistd.h
15180 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15181 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15182 echo "$as_me:$LINENO: checking for $ac_header" >&5
15183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15184 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15185 echo $ECHO_N "(cached) $ECHO_C" >&6
15187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15188 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15189 else
15190 # Is the header compilable?
15191 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15192 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15193 cat >conftest.$ac_ext <<_ACEOF
15194 /* confdefs.h. */
15195 _ACEOF
15196 cat confdefs.h >>conftest.$ac_ext
15197 cat >>conftest.$ac_ext <<_ACEOF
15198 /* end confdefs.h. */
15199 $ac_includes_default
15200 #include <$ac_header>
15201 _ACEOF
15202 rm -f conftest.$ac_objext
15203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15204 (eval $ac_compile) 2>conftest.er1
15205 ac_status=$?
15206 grep -v '^ *+' conftest.er1 >conftest.err
15207 rm -f conftest.er1
15208 cat conftest.err >&5
15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210 (exit $ac_status); } &&
15211 { ac_try='test -z "$ac_c_werror_flag"
15212 || test ! -s conftest.err'
15213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15214 (eval $ac_try) 2>&5
15215 ac_status=$?
15216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15217 (exit $ac_status); }; } &&
15218 { ac_try='test -s conftest.$ac_objext'
15219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15220 (eval $ac_try) 2>&5
15221 ac_status=$?
15222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15223 (exit $ac_status); }; }; then
15224 ac_header_compiler=yes
15225 else
15226 echo "$as_me: failed program was:" >&5
15227 sed 's/^/| /' conftest.$ac_ext >&5
15229 ac_header_compiler=no
15231 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
15232 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15233 echo "${ECHO_T}$ac_header_compiler" >&6
15235 # Is the header present?
15236 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15237 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15238 cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h. */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h. */
15244 #include <$ac_header>
15245 _ACEOF
15246 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15247 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
15248 ac_status=$?
15249 grep -v '^ *+' conftest.er1 >conftest.err
15250 rm -f conftest.er1
15251 cat conftest.err >&5
15252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15253 (exit $ac_status); } >/dev/null; then
15254 if test -s conftest.err; then
15255 ac_cpp_err=$ac_c_preproc_warn_flag
15256 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15257 else
15258 ac_cpp_err=
15260 else
15261 ac_cpp_err=yes
15263 if test -z "$ac_cpp_err"; then
15264 ac_header_preproc=yes
15265 else
15266 echo "$as_me: failed program was:" >&5
15267 sed 's/^/| /' conftest.$ac_ext >&5
15269 ac_header_preproc=no
15271 rm -f conftest.err conftest.$ac_ext
15272 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15273 echo "${ECHO_T}$ac_header_preproc" >&6
15275 # So? What about this header?
15276 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15277 yes:no: )
15278 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15279 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15280 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15281 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15282 ac_header_preproc=yes
15284 no:yes:* )
15285 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15286 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15287 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15288 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15289 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15290 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15291 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15292 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15293 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15294 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15295 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15296 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15298 cat <<\_ASBOX
15299 ## ---------------------------------- ##
15300 ## Report this to the libjava lists. ##
15301 ## ---------------------------------- ##
15302 _ASBOX
15304 sed "s/^/$as_me: WARNING: /" >&2
15306 esac
15307 echo "$as_me:$LINENO: checking for $ac_header" >&5
15308 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15309 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15310 echo $ECHO_N "(cached) $ECHO_C" >&6
15311 else
15312 eval "$as_ac_Header=\$ac_header_preproc"
15314 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15315 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15318 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15319 cat >>confdefs.h <<_ACEOF
15320 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15321 _ACEOF
15325 done
15328 for ac_func in getpagesize
15330 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15331 echo "$as_me:$LINENO: checking for $ac_func" >&5
15332 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15333 if eval "test \"\${$as_ac_var+set}\" = set"; then
15334 echo $ECHO_N "(cached) $ECHO_C" >&6
15335 else
15336 if test x$gcc_no_link = xyes; then
15337 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15338 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15339 { (exit 1); exit 1; }; }
15341 cat >conftest.$ac_ext <<_ACEOF
15342 /* confdefs.h. */
15343 _ACEOF
15344 cat confdefs.h >>conftest.$ac_ext
15345 cat >>conftest.$ac_ext <<_ACEOF
15346 /* end confdefs.h. */
15347 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15348 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15349 #define $ac_func innocuous_$ac_func
15351 /* System header to define __stub macros and hopefully few prototypes,
15352 which can conflict with char $ac_func (); below.
15353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15354 <limits.h> exists even on freestanding compilers. */
15356 #ifdef __STDC__
15357 # include <limits.h>
15358 #else
15359 # include <assert.h>
15360 #endif
15362 #undef $ac_func
15364 /* Override any gcc2 internal prototype to avoid an error. */
15365 #ifdef __cplusplus
15366 extern "C"
15368 #endif
15369 /* We use char because int might match the return type of a gcc2
15370 builtin and then its argument prototype would still apply. */
15371 char $ac_func ();
15372 /* The GNU C library defines this for functions which it implements
15373 to always fail with ENOSYS. Some functions are actually named
15374 something starting with __ and the normal name is an alias. */
15375 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15376 choke me
15377 #else
15378 char (*f) () = $ac_func;
15379 #endif
15380 #ifdef __cplusplus
15382 #endif
15385 main ()
15387 return f != $ac_func;
15389 return 0;
15391 _ACEOF
15392 rm -f conftest.$ac_objext conftest$ac_exeext
15393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15394 (eval $ac_link) 2>conftest.er1
15395 ac_status=$?
15396 grep -v '^ *+' conftest.er1 >conftest.err
15397 rm -f conftest.er1
15398 cat conftest.err >&5
15399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15400 (exit $ac_status); } &&
15401 { ac_try='test -z "$ac_c_werror_flag"
15402 || test ! -s conftest.err'
15403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15404 (eval $ac_try) 2>&5
15405 ac_status=$?
15406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407 (exit $ac_status); }; } &&
15408 { ac_try='test -s conftest$ac_exeext'
15409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15410 (eval $ac_try) 2>&5
15411 ac_status=$?
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); }; }; then
15414 eval "$as_ac_var=yes"
15415 else
15416 echo "$as_me: failed program was:" >&5
15417 sed 's/^/| /' conftest.$ac_ext >&5
15419 eval "$as_ac_var=no"
15421 rm -f conftest.err conftest.$ac_objext \
15422 conftest$ac_exeext conftest.$ac_ext
15424 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15425 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15426 if test `eval echo '${'$as_ac_var'}'` = yes; then
15427 cat >>confdefs.h <<_ACEOF
15428 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15429 _ACEOF
15432 done
15434 echo "$as_me:$LINENO: checking for working mmap" >&5
15435 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
15436 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
15437 echo $ECHO_N "(cached) $ECHO_C" >&6
15438 else
15439 if test "$cross_compiling" = yes; then
15440 ac_cv_func_mmap_fixed_mapped=no
15441 else
15442 cat >conftest.$ac_ext <<_ACEOF
15443 /* confdefs.h. */
15444 _ACEOF
15445 cat confdefs.h >>conftest.$ac_ext
15446 cat >>conftest.$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15448 $ac_includes_default
15449 /* malloc might have been renamed as rpl_malloc. */
15450 #undef malloc
15452 /* Thanks to Mike Haertel and Jim Avera for this test.
15453 Here is a matrix of mmap possibilities:
15454 mmap private not fixed
15455 mmap private fixed at somewhere currently unmapped
15456 mmap private fixed at somewhere already mapped
15457 mmap shared not fixed
15458 mmap shared fixed at somewhere currently unmapped
15459 mmap shared fixed at somewhere already mapped
15460 For private mappings, we should verify that changes cannot be read()
15461 back from the file, nor mmap's back from the file at a different
15462 address. (There have been systems where private was not correctly
15463 implemented like the infamous i386 svr4.0, and systems where the
15464 VM page cache was not coherent with the file system buffer cache
15465 like early versions of FreeBSD and possibly contemporary NetBSD.)
15466 For shared mappings, we should conversely verify that changes get
15467 propagated back to all the places they're supposed to be.
15469 Grep wants private fixed already mapped.
15470 The main things grep needs to know about mmap are:
15471 * does it exist and is it safe to write into the mmap'd area
15472 * how to use it (BSD variants) */
15474 #include <fcntl.h>
15475 #include <sys/mman.h>
15477 #if !STDC_HEADERS && !HAVE_STDLIB_H
15478 char *malloc ();
15479 #endif
15481 /* This mess was copied from the GNU getpagesize.h. */
15482 #if !HAVE_GETPAGESIZE
15483 /* Assume that all systems that can run configure have sys/param.h. */
15484 # if !HAVE_SYS_PARAM_H
15485 # define HAVE_SYS_PARAM_H 1
15486 # endif
15488 # ifdef _SC_PAGESIZE
15489 # define getpagesize() sysconf(_SC_PAGESIZE)
15490 # else /* no _SC_PAGESIZE */
15491 # if HAVE_SYS_PARAM_H
15492 # include <sys/param.h>
15493 # ifdef EXEC_PAGESIZE
15494 # define getpagesize() EXEC_PAGESIZE
15495 # else /* no EXEC_PAGESIZE */
15496 # ifdef NBPG
15497 # define getpagesize() NBPG * CLSIZE
15498 # ifndef CLSIZE
15499 # define CLSIZE 1
15500 # endif /* no CLSIZE */
15501 # else /* no NBPG */
15502 # ifdef NBPC
15503 # define getpagesize() NBPC
15504 # else /* no NBPC */
15505 # ifdef PAGESIZE
15506 # define getpagesize() PAGESIZE
15507 # endif /* PAGESIZE */
15508 # endif /* no NBPC */
15509 # endif /* no NBPG */
15510 # endif /* no EXEC_PAGESIZE */
15511 # else /* no HAVE_SYS_PARAM_H */
15512 # define getpagesize() 8192 /* punt totally */
15513 # endif /* no HAVE_SYS_PARAM_H */
15514 # endif /* no _SC_PAGESIZE */
15516 #endif /* no HAVE_GETPAGESIZE */
15519 main ()
15521 char *data, *data2, *data3;
15522 int i, pagesize;
15523 int fd;
15525 pagesize = getpagesize ();
15527 /* First, make a file with some known garbage in it. */
15528 data = (char *) malloc (pagesize);
15529 if (!data)
15530 exit (1);
15531 for (i = 0; i < pagesize; ++i)
15532 *(data + i) = rand ();
15533 umask (0);
15534 fd = creat ("conftest.mmap", 0600);
15535 if (fd < 0)
15536 exit (1);
15537 if (write (fd, data, pagesize) != pagesize)
15538 exit (1);
15539 close (fd);
15541 /* Next, try to mmap the file at a fixed address which already has
15542 something else allocated at it. If we can, also make sure that
15543 we see the same garbage. */
15544 fd = open ("conftest.mmap", O_RDWR);
15545 if (fd < 0)
15546 exit (1);
15547 data2 = (char *) malloc (2 * pagesize);
15548 if (!data2)
15549 exit (1);
15550 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
15551 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15552 MAP_PRIVATE | MAP_FIXED, fd, 0L))
15553 exit (1);
15554 for (i = 0; i < pagesize; ++i)
15555 if (*(data + i) != *(data2 + i))
15556 exit (1);
15558 /* Finally, make sure that changes to the mapped area do not
15559 percolate back to the file as seen by read(). (This is a bug on
15560 some variants of i386 svr4.0.) */
15561 for (i = 0; i < pagesize; ++i)
15562 *(data2 + i) = *(data2 + i) + 1;
15563 data3 = (char *) malloc (pagesize);
15564 if (!data3)
15565 exit (1);
15566 if (read (fd, data3, pagesize) != pagesize)
15567 exit (1);
15568 for (i = 0; i < pagesize; ++i)
15569 if (*(data + i) != *(data3 + i))
15570 exit (1);
15571 close (fd);
15572 exit (0);
15574 _ACEOF
15575 rm -f conftest$ac_exeext
15576 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15577 (eval $ac_link) 2>&5
15578 ac_status=$?
15579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15580 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15582 (eval $ac_try) 2>&5
15583 ac_status=$?
15584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15585 (exit $ac_status); }; }; then
15586 ac_cv_func_mmap_fixed_mapped=yes
15587 else
15588 echo "$as_me: program exited with status $ac_status" >&5
15589 echo "$as_me: failed program was:" >&5
15590 sed 's/^/| /' conftest.$ac_ext >&5
15592 ( exit $ac_status )
15593 ac_cv_func_mmap_fixed_mapped=no
15595 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15598 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
15599 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
15600 if test $ac_cv_func_mmap_fixed_mapped = yes; then
15602 cat >>confdefs.h <<\_ACEOF
15603 #define HAVE_MMAP 1
15604 _ACEOF
15607 rm -f conftest.mmap
15611 for ac_prog in perl
15613 # Extract the first word of "$ac_prog", so it can be a program name with args.
15614 set dummy $ac_prog; ac_word=$2
15615 echo "$as_me:$LINENO: checking for $ac_word" >&5
15616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15617 if test "${ac_cv_prog_PERL+set}" = set; then
15618 echo $ECHO_N "(cached) $ECHO_C" >&6
15619 else
15620 if test -n "$PERL"; then
15621 ac_cv_prog_PERL="$PERL" # Let the user override the test.
15622 else
15623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15624 for as_dir in $PATH
15626 IFS=$as_save_IFS
15627 test -z "$as_dir" && as_dir=.
15628 for ac_exec_ext in '' $ac_executable_extensions; do
15629 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15630 ac_cv_prog_PERL="$ac_prog"
15631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15632 break 2
15634 done
15635 done
15639 PERL=$ac_cv_prog_PERL
15640 if test -n "$PERL"; then
15641 echo "$as_me:$LINENO: result: $PERL" >&5
15642 echo "${ECHO_T}$PERL" >&6
15643 else
15644 echo "$as_me:$LINENO: result: no" >&5
15645 echo "${ECHO_T}no" >&6
15648 test -n "$PERL" && break
15649 done
15650 test -n "$PERL" || PERL="false"
15653 SYSDEP_SOURCES=
15654 SIGNAL_HANDLER_AUX=
15656 case "${host}" in
15657 i?86-*-linux*)
15658 SIGNAL_HANDLER=include/i386-signal.h
15660 sparc*-sun-solaris*)
15661 SIGNAL_HANDLER=include/sparc-signal.h
15663 # ia64-*)
15664 # SYSDEP_SOURCES=sysdep/ia64.c
15665 # test -d sysdep || mkdir sysdep
15666 # ;;
15667 hppa*-*-linux*)
15668 SIGNAL_HANDLER=include/pa-signal.h
15670 ia64-*-linux*)
15671 SIGNAL_HANDLER=include/dwarf2-signal.h
15673 powerpc*-*-linux*)
15674 SIGNAL_HANDLER=include/powerpc-signal.h
15676 alpha*-*-linux*)
15677 SIGNAL_HANDLER=include/dwarf2-signal.h
15679 s390*-*-linux*)
15680 SIGNAL_HANDLER=include/s390-signal.h
15682 x86_64*-*-linux*)
15683 SIGNAL_HANDLER=include/x86_64-signal.h
15684 SIGNAL_HANDLER_AUX=include/i386-signal.h
15686 sparc*-*-linux*)
15687 SIGNAL_HANDLER=include/dwarf2-signal.h
15689 sh*-*-linux*)
15690 SIGNAL_HANDLER=include/sh-signal.h
15692 *mingw*)
15693 SIGNAL_HANDLER=include/win32-signal.h
15695 mips*-*-linux*)
15696 SIGNAL_HANDLER=include/mips-signal.h
15698 *-*-darwin*)
15699 SIGNAL_HANDLER=include/darwin-signal.h
15702 SIGNAL_HANDLER=include/default-signal.h
15704 esac
15706 # If we're using sjlj exceptions, forget what we just learned.
15707 if test "$enable_sjlj_exceptions" = yes; then
15708 SIGNAL_HANDLER=include/default-signal.h
15709 SIGNAL_HANDLER_AUX=
15712 # Define here any compiler flags that you need in order to make backtrace() work.
15713 BACKTRACESPEC=
15714 case "${host}" in
15715 x86_64*-*-linux*|i?86-*)
15716 BACKTRACESPEC=-fno-omit-frame-pointer
15718 esac
15723 if test -z "$SIGNAL_HANDLER_AUX"; then
15724 SIGNAL_HANDLER_AUX=$SIGNAL_HANDLER
15727 ac_config_links="$ac_config_links include/java-signal.h:$SIGNAL_HANDLER include/java-signal-aux.h:$SIGNAL_HANDLER_AUX"
15730 if test "${multilib}" = "yes"; then
15731 multilib_arg="--enable-multilib"
15732 else
15733 multilib_arg=
15738 here=`${PWDCMD-pwd}`
15741 # We get this from the environment.
15744 ac_config_files="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile external/Makefile external/sax/Makefile external/w3c_dom/Makefile"
15747 ac_config_commands="$ac_config_commands default"
15750 cat >confcache <<\_ACEOF
15751 # This file is a shell script that caches the results of configure
15752 # tests run on this system so they can be shared between configure
15753 # scripts and configure runs, see configure's option --config-cache.
15754 # It is not useful on other systems. If it contains results you don't
15755 # want to keep, you may remove or edit it.
15757 # config.status only pays attention to the cache file if you give it
15758 # the --recheck option to rerun configure.
15760 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15761 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15762 # following values.
15764 _ACEOF
15766 # The following way of writing the cache mishandles newlines in values,
15767 # but we know of no workaround that is simple, portable, and efficient.
15768 # So, don't put newlines in cache variables' values.
15769 # Ultrix sh set writes to stderr and can't be redirected directly,
15770 # and sets the high bit in the cache file unless we assign to the vars.
15772 (set) 2>&1 |
15773 case `(ac_space=' '; set | grep ac_space) 2>&1` in
15774 *ac_space=\ *)
15775 # `set' does not quote correctly, so add quotes (double-quote
15776 # substitution turns \\\\ into \\, and sed turns \\ into \).
15777 sed -n \
15778 "s/'/'\\\\''/g;
15779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15782 # `set' quotes correctly as required by POSIX, so do not add quotes.
15783 sed -n \
15784 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
15786 esac;
15788 sed '
15789 t clear
15790 : clear
15791 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15792 t end
15793 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15794 : end' >>confcache
15795 if diff $cache_file confcache >/dev/null 2>&1; then :; else
15796 if test -w $cache_file; then
15797 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
15798 cat confcache >$cache_file
15799 else
15800 echo "not updating unwritable cache $cache_file"
15803 rm -f confcache
15805 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15806 # Let make expand exec_prefix.
15807 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15809 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15810 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15811 # trailing colons and then remove the whole line if VPATH becomes empty
15812 # (actually we leave an empty line to preserve line numbers).
15813 if test "x$srcdir" = x.; then
15814 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15815 s/:*\$(srcdir):*/:/;
15816 s/:*\${srcdir}:*/:/;
15817 s/:*@srcdir@:*/:/;
15818 s/^\([^=]*=[ ]*\):*/\1/;
15819 s/:*$//;
15820 s/^[^=]*=[ ]*$//;
15824 DEFS=-DHAVE_CONFIG_H
15826 ac_libobjs=
15827 ac_ltlibobjs=
15828 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15829 # 1. Remove the extension, and $U if already installed.
15830 ac_i=`echo "$ac_i" |
15831 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
15832 # 2. Add them.
15833 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
15834 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
15835 done
15836 LIBOBJS=$ac_libobjs
15838 LTLIBOBJS=$ac_ltlibobjs
15841 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15842 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
15843 Usually this means the macro was only invoked conditionally." >&5
15844 echo "$as_me: error: conditional \"AMDEP\" was never defined.
15845 Usually this means the macro was only invoked conditionally." >&2;}
15846 { (exit 1); exit 1; }; }
15848 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15849 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
15850 Usually this means the macro was only invoked conditionally." >&5
15851 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
15852 Usually this means the macro was only invoked conditionally." >&2;}
15853 { (exit 1); exit 1; }; }
15855 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
15856 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
15857 Usually this means the macro was only invoked conditionally." >&5
15858 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
15859 Usually this means the macro was only invoked conditionally." >&2;}
15860 { (exit 1); exit 1; }; }
15862 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15863 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
15864 Usually this means the macro was only invoked conditionally." >&5
15865 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
15866 Usually this means the macro was only invoked conditionally." >&2;}
15867 { (exit 1); exit 1; }; }
15869 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
15870 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined.
15871 Usually this means the macro was only invoked conditionally." >&5
15872 echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined.
15873 Usually this means the macro was only invoked conditionally." >&2;}
15874 { (exit 1); exit 1; }; }
15876 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
15877 { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
15878 Usually this means the macro was only invoked conditionally." >&5
15879 echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
15880 Usually this means the macro was only invoked conditionally." >&2;}
15881 { (exit 1); exit 1; }; }
15883 if test -z "${ONESTEP_TRUE}" && test -z "${ONESTEP_FALSE}"; then
15884 { { echo "$as_me:$LINENO: error: conditional \"ONESTEP\" was never defined.
15885 Usually this means the macro was only invoked conditionally." >&5
15886 echo "$as_me: error: conditional \"ONESTEP\" was never defined.
15887 Usually this means the macro was only invoked conditionally." >&2;}
15888 { (exit 1); exit 1; }; }
15890 if test -z "${USING_WIN32_PLATFORM_TRUE}" && test -z "${USING_WIN32_PLATFORM_FALSE}"; then
15891 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
15892 Usually this means the macro was only invoked conditionally." >&5
15893 echo "$as_me: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
15894 Usually this means the macro was only invoked conditionally." >&2;}
15895 { (exit 1); exit 1; }; }
15897 if test -z "${USING_POSIX_PLATFORM_TRUE}" && test -z "${USING_POSIX_PLATFORM_FALSE}"; then
15898 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
15899 Usually this means the macro was only invoked conditionally." >&5
15900 echo "$as_me: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
15901 Usually this means the macro was only invoked conditionally." >&2;}
15902 { (exit 1); exit 1; }; }
15904 if test -z "${USING_ECOS_PLATFORM_TRUE}" && test -z "${USING_ECOS_PLATFORM_FALSE}"; then
15905 { { echo "$as_me:$LINENO: error: conditional \"USING_ECOS_PLATFORM\" was never defined.
15906 Usually this means the macro was only invoked conditionally." >&5
15907 echo "$as_me: error: conditional \"USING_ECOS_PLATFORM\" was never defined.
15908 Usually this means the macro was only invoked conditionally." >&2;}
15909 { (exit 1); exit 1; }; }
15911 if test -z "${USING_DARWIN_CRT_TRUE}" && test -z "${USING_DARWIN_CRT_FALSE}"; then
15912 { { echo "$as_me:$LINENO: error: conditional \"USING_DARWIN_CRT\" was never defined.
15913 Usually this means the macro was only invoked conditionally." >&5
15914 echo "$as_me: error: conditional \"USING_DARWIN_CRT\" was never defined.
15915 Usually this means the macro was only invoked conditionally." >&2;}
15916 { (exit 1); exit 1; }; }
15918 if test -z "${XLIB_AWT_TRUE}" && test -z "${XLIB_AWT_FALSE}"; then
15919 { { echo "$as_me:$LINENO: error: conditional \"XLIB_AWT\" was never defined.
15920 Usually this means the macro was only invoked conditionally." >&5
15921 echo "$as_me: error: conditional \"XLIB_AWT\" was never defined.
15922 Usually this means the macro was only invoked conditionally." >&2;}
15923 { (exit 1); exit 1; }; }
15925 if test -z "${GTK_AWT_TRUE}" && test -z "${GTK_AWT_FALSE}"; then
15926 { { echo "$as_me:$LINENO: error: conditional \"GTK_AWT\" was never defined.
15927 Usually this means the macro was only invoked conditionally." >&5
15928 echo "$as_me: error: conditional \"GTK_AWT\" was never defined.
15929 Usually this means the macro was only invoked conditionally." >&2;}
15930 { (exit 1); exit 1; }; }
15932 if test -z "${GTK_CAIRO_TRUE}" && test -z "${GTK_CAIRO_FALSE}"; then
15933 { { echo "$as_me:$LINENO: error: conditional \"GTK_CAIRO\" was never defined.
15934 Usually this means the macro was only invoked conditionally." >&5
15935 echo "$as_me: error: conditional \"GTK_CAIRO\" was never defined.
15936 Usually this means the macro was only invoked conditionally." >&2;}
15937 { (exit 1); exit 1; }; }
15939 if test -z "${USING_BOEHMGC_TRUE}" && test -z "${USING_BOEHMGC_FALSE}"; then
15940 { { echo "$as_me:$LINENO: error: conditional \"USING_BOEHMGC\" was never defined.
15941 Usually this means the macro was only invoked conditionally." >&5
15942 echo "$as_me: error: conditional \"USING_BOEHMGC\" was never defined.
15943 Usually this means the macro was only invoked conditionally." >&2;}
15944 { (exit 1); exit 1; }; }
15946 if test -z "${USING_NOGC_TRUE}" && test -z "${USING_NOGC_FALSE}"; then
15947 { { echo "$as_me:$LINENO: error: conditional \"USING_NOGC\" was never defined.
15948 Usually this means the macro was only invoked conditionally." >&5
15949 echo "$as_me: error: conditional \"USING_NOGC\" was never defined.
15950 Usually this means the macro was only invoked conditionally." >&2;}
15951 { (exit 1); exit 1; }; }
15953 if test -z "${USING_POSIX_THREADS_TRUE}" && test -z "${USING_POSIX_THREADS_FALSE}"; then
15954 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_THREADS\" was never defined.
15955 Usually this means the macro was only invoked conditionally." >&5
15956 echo "$as_me: error: conditional \"USING_POSIX_THREADS\" was never defined.
15957 Usually this means the macro was only invoked conditionally." >&2;}
15958 { (exit 1); exit 1; }; }
15960 if test -z "${USING_WIN32_THREADS_TRUE}" && test -z "${USING_WIN32_THREADS_FALSE}"; then
15961 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_THREADS\" was never defined.
15962 Usually this means the macro was only invoked conditionally." >&5
15963 echo "$as_me: error: conditional \"USING_WIN32_THREADS\" was never defined.
15964 Usually this means the macro was only invoked conditionally." >&2;}
15965 { (exit 1); exit 1; }; }
15967 if test -z "${USING_NO_THREADS_TRUE}" && test -z "${USING_NO_THREADS_FALSE}"; then
15968 { { echo "$as_me:$LINENO: error: conditional \"USING_NO_THREADS\" was never defined.
15969 Usually this means the macro was only invoked conditionally." >&5
15970 echo "$as_me: error: conditional \"USING_NO_THREADS\" was never defined.
15971 Usually this means the macro was only invoked conditionally." >&2;}
15972 { (exit 1); exit 1; }; }
15974 if test -z "${USING_GCC_TRUE}" && test -z "${USING_GCC_FALSE}"; then
15975 { { echo "$as_me:$LINENO: error: conditional \"USING_GCC\" was never defined.
15976 Usually this means the macro was only invoked conditionally." >&5
15977 echo "$as_me: error: conditional \"USING_GCC\" was never defined.
15978 Usually this means the macro was only invoked conditionally." >&2;}
15979 { (exit 1); exit 1; }; }
15981 if test -z "${SUPPLY_BACKTRACE_TRUE}" && test -z "${SUPPLY_BACKTRACE_FALSE}"; then
15982 { { echo "$as_me:$LINENO: error: conditional \"SUPPLY_BACKTRACE\" was never defined.
15983 Usually this means the macro was only invoked conditionally." >&5
15984 echo "$as_me: error: conditional \"SUPPLY_BACKTRACE\" was never defined.
15985 Usually this means the macro was only invoked conditionally." >&2;}
15986 { (exit 1); exit 1; }; }
15988 if test -z "${NATIVE_TRUE}" && test -z "${NATIVE_FALSE}"; then
15989 { { echo "$as_me:$LINENO: error: conditional \"NATIVE\" was never defined.
15990 Usually this means the macro was only invoked conditionally." >&5
15991 echo "$as_me: error: conditional \"NATIVE\" was never defined.
15992 Usually this means the macro was only invoked conditionally." >&2;}
15993 { (exit 1); exit 1; }; }
15995 if test -z "${NEEDS_DATA_START_TRUE}" && test -z "${NEEDS_DATA_START_FALSE}"; then
15996 { { echo "$as_me:$LINENO: error: conditional \"NEEDS_DATA_START\" was never defined.
15997 Usually this means the macro was only invoked conditionally." >&5
15998 echo "$as_me: error: conditional \"NEEDS_DATA_START\" was never defined.
15999 Usually this means the macro was only invoked conditionally." >&2;}
16000 { (exit 1); exit 1; }; }
16003 : ${CONFIG_STATUS=./config.status}
16004 ac_clean_files_save=$ac_clean_files
16005 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16006 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
16007 echo "$as_me: creating $CONFIG_STATUS" >&6;}
16008 cat >$CONFIG_STATUS <<_ACEOF
16009 #! $SHELL
16010 # Generated by $as_me.
16011 # Run this file to recreate the current configuration.
16012 # Compiler output produced by configure, useful for debugging
16013 # configure, is in config.log if it exists.
16015 debug=false
16016 ac_cs_recheck=false
16017 ac_cs_silent=false
16018 SHELL=\${CONFIG_SHELL-$SHELL}
16019 _ACEOF
16021 cat >>$CONFIG_STATUS <<\_ACEOF
16022 ## --------------------- ##
16023 ## M4sh Initialization. ##
16024 ## --------------------- ##
16026 # Be Bourne compatible
16027 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16028 emulate sh
16029 NULLCMD=:
16030 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16031 # is contrary to our usage. Disable this feature.
16032 alias -g '${1+"$@"}'='"$@"'
16033 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
16034 set -o posix
16036 DUALCASE=1; export DUALCASE # for MKS sh
16038 # Support unset when possible.
16039 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
16040 as_unset=unset
16041 else
16042 as_unset=false
16046 # Work around bugs in pre-3.0 UWIN ksh.
16047 $as_unset ENV MAIL MAILPATH
16048 PS1='$ '
16049 PS2='> '
16050 PS4='+ '
16052 # NLS nuisances.
16053 for as_var in \
16054 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16055 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16056 LC_TELEPHONE LC_TIME
16058 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16059 eval $as_var=C; export $as_var
16060 else
16061 $as_unset $as_var
16063 done
16065 # Required to use basename.
16066 if expr a : '\(a\)' >/dev/null 2>&1; then
16067 as_expr=expr
16068 else
16069 as_expr=false
16072 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
16073 as_basename=basename
16074 else
16075 as_basename=false
16079 # Name of the executable.
16080 as_me=`$as_basename "$0" ||
16081 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16082 X"$0" : 'X\(//\)$' \| \
16083 X"$0" : 'X\(/\)$' \| \
16084 . : '\(.\)' 2>/dev/null ||
16085 echo X/"$0" |
16086 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16087 /^X\/\(\/\/\)$/{ s//\1/; q; }
16088 /^X\/\(\/\).*/{ s//\1/; q; }
16089 s/.*/./; q'`
16092 # PATH needs CR, and LINENO needs CR and PATH.
16093 # Avoid depending upon Character Ranges.
16094 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16095 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16096 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16097 as_cr_digits='0123456789'
16098 as_cr_alnum=$as_cr_Letters$as_cr_digits
16100 # The user is always right.
16101 if test "${PATH_SEPARATOR+set}" != set; then
16102 echo "#! /bin/sh" >conf$$.sh
16103 echo "exit 0" >>conf$$.sh
16104 chmod +x conf$$.sh
16105 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
16106 PATH_SEPARATOR=';'
16107 else
16108 PATH_SEPARATOR=:
16110 rm -f conf$$.sh
16114 as_lineno_1=$LINENO
16115 as_lineno_2=$LINENO
16116 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16117 test "x$as_lineno_1" != "x$as_lineno_2" &&
16118 test "x$as_lineno_3" = "x$as_lineno_2" || {
16119 # Find who we are. Look in the path if we contain no path at all
16120 # relative or not.
16121 case $0 in
16122 *[\\/]* ) as_myself=$0 ;;
16123 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16124 for as_dir in $PATH
16126 IFS=$as_save_IFS
16127 test -z "$as_dir" && as_dir=.
16128 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16129 done
16132 esac
16133 # We did not find ourselves, most probably we were run as `sh COMMAND'
16134 # in which case we are not to be found in the path.
16135 if test "x$as_myself" = x; then
16136 as_myself=$0
16138 if test ! -f "$as_myself"; then
16139 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
16140 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
16141 { (exit 1); exit 1; }; }
16143 case $CONFIG_SHELL in
16145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16146 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
16148 IFS=$as_save_IFS
16149 test -z "$as_dir" && as_dir=.
16150 for as_base in sh bash ksh sh5; do
16151 case $as_dir in
16153 if ("$as_dir/$as_base" -c '
16154 as_lineno_1=$LINENO
16155 as_lineno_2=$LINENO
16156 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
16157 test "x$as_lineno_1" != "x$as_lineno_2" &&
16158 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
16159 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
16160 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
16161 CONFIG_SHELL=$as_dir/$as_base
16162 export CONFIG_SHELL
16163 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
16164 fi;;
16165 esac
16166 done
16167 done
16169 esac
16171 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
16172 # uniformly replaced by the line number. The first 'sed' inserts a
16173 # line-number line before each line; the second 'sed' does the real
16174 # work. The second script uses 'N' to pair each line-number line
16175 # with the numbered line, and appends trailing '-' during
16176 # substitution so that $LINENO is not a special case at line end.
16177 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
16178 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
16179 sed '=' <$as_myself |
16180 sed '
16182 s,$,-,
16183 : loop
16184 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
16185 t loop
16186 s,-$,,
16187 s,^['$as_cr_digits']*\n,,
16188 ' >$as_me.lineno &&
16189 chmod +x $as_me.lineno ||
16190 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
16191 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
16192 { (exit 1); exit 1; }; }
16194 # Don't try to exec as it changes $[0], causing all sort of problems
16195 # (the dirname of $[0] is not the place where we might find the
16196 # original and so on. Autoconf is especially sensible to this).
16197 . ./$as_me.lineno
16198 # Exit status is that of the last command.
16199 exit
16203 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
16204 *c*,-n*) ECHO_N= ECHO_C='
16205 ' ECHO_T=' ' ;;
16206 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
16207 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
16208 esac
16210 if expr a : '\(a\)' >/dev/null 2>&1; then
16211 as_expr=expr
16212 else
16213 as_expr=false
16216 rm -f conf$$ conf$$.exe conf$$.file
16217 echo >conf$$.file
16218 if ln -s conf$$.file conf$$ 2>/dev/null; then
16219 # We could just check for DJGPP; but this test a) works b) is more generic
16220 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
16221 if test -f conf$$.exe; then
16222 # Don't use ln at all; we don't have any links
16223 as_ln_s='cp -p'
16224 else
16225 as_ln_s='ln -s'
16227 elif ln conf$$.file conf$$ 2>/dev/null; then
16228 as_ln_s=ln
16229 else
16230 as_ln_s='cp -p'
16232 rm -f conf$$ conf$$.exe conf$$.file
16234 if mkdir -p . 2>/dev/null; then
16235 as_mkdir_p=:
16236 else
16237 test -d ./-p && rmdir ./-p
16238 as_mkdir_p=false
16241 as_executable_p="test -f"
16243 # Sed expression to map a string onto a valid CPP name.
16244 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16246 # Sed expression to map a string onto a valid variable name.
16247 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16250 # IFS
16251 # We need space, tab and new line, in precisely that order.
16252 as_nl='
16254 IFS=" $as_nl"
16256 # CDPATH.
16257 $as_unset CDPATH
16259 exec 6>&1
16261 # Open the log real soon, to keep \$[0] and so on meaningful, and to
16262 # report actual input values of CONFIG_FILES etc. instead of their
16263 # values after options handling. Logging --version etc. is OK.
16264 exec 5>>config.log
16266 echo
16267 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16268 ## Running $as_me. ##
16269 _ASBOX
16270 } >&5
16271 cat >&5 <<_CSEOF
16273 This file was extended by libjava $as_me version-unused, which was
16274 generated by GNU Autoconf 2.59. Invocation command line was
16276 CONFIG_FILES = $CONFIG_FILES
16277 CONFIG_HEADERS = $CONFIG_HEADERS
16278 CONFIG_LINKS = $CONFIG_LINKS
16279 CONFIG_COMMANDS = $CONFIG_COMMANDS
16280 $ $0 $@
16282 _CSEOF
16283 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
16284 echo >&5
16285 _ACEOF
16287 # Files that config.status was made for.
16288 if test -n "$ac_config_files"; then
16289 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
16292 if test -n "$ac_config_headers"; then
16293 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
16296 if test -n "$ac_config_links"; then
16297 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
16300 if test -n "$ac_config_commands"; then
16301 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
16304 cat >>$CONFIG_STATUS <<\_ACEOF
16306 ac_cs_usage="\
16307 \`$as_me' instantiates files from templates according to the
16308 current configuration.
16310 Usage: $0 [OPTIONS] [FILE]...
16312 -h, --help print this help, then exit
16313 -V, --version print version number, then exit
16314 -q, --quiet do not print progress messages
16315 -d, --debug don't remove temporary files
16316 --recheck update $as_me by reconfiguring in the same conditions
16317 --file=FILE[:TEMPLATE]
16318 instantiate the configuration file FILE
16319 --header=FILE[:TEMPLATE]
16320 instantiate the configuration header FILE
16322 Configuration files:
16323 $config_files
16325 Configuration headers:
16326 $config_headers
16328 Configuration links:
16329 $config_links
16331 Configuration commands:
16332 $config_commands
16334 Report bugs to <bug-autoconf@gnu.org>."
16335 _ACEOF
16337 cat >>$CONFIG_STATUS <<_ACEOF
16338 ac_cs_version="\\
16339 libjava config.status version-unused
16340 configured by $0, generated by GNU Autoconf 2.59,
16341 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
16343 Copyright (C) 2003 Free Software Foundation, Inc.
16344 This config.status script is free software; the Free Software Foundation
16345 gives unlimited permission to copy, distribute and modify it."
16346 srcdir=$srcdir
16347 INSTALL="$INSTALL"
16348 _ACEOF
16350 cat >>$CONFIG_STATUS <<\_ACEOF
16351 # If no file are specified by the user, then we need to provide default
16352 # value. By we need to know if files were specified by the user.
16353 ac_need_defaults=:
16354 while test $# != 0
16356 case $1 in
16357 --*=*)
16358 ac_option=`expr "x$1" : 'x\([^=]*\)='`
16359 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
16360 ac_shift=:
16363 ac_option=$1
16364 ac_optarg=$2
16365 ac_shift=shift
16367 *) # This is not an option, so the user has probably given explicit
16368 # arguments.
16369 ac_option=$1
16370 ac_need_defaults=false;;
16371 esac
16373 case $ac_option in
16374 # Handling of the options.
16375 _ACEOF
16376 cat >>$CONFIG_STATUS <<\_ACEOF
16377 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16378 ac_cs_recheck=: ;;
16379 --version | --vers* | -V )
16380 echo "$ac_cs_version"; exit 0 ;;
16381 --he | --h)
16382 # Conflict between --help and --header
16383 { { echo "$as_me:$LINENO: error: ambiguous option: $1
16384 Try \`$0 --help' for more information." >&5
16385 echo "$as_me: error: ambiguous option: $1
16386 Try \`$0 --help' for more information." >&2;}
16387 { (exit 1); exit 1; }; };;
16388 --help | --hel | -h )
16389 echo "$ac_cs_usage"; exit 0 ;;
16390 --debug | --d* | -d )
16391 debug=: ;;
16392 --file | --fil | --fi | --f )
16393 $ac_shift
16394 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
16395 ac_need_defaults=false;;
16396 --header | --heade | --head | --hea )
16397 $ac_shift
16398 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
16399 ac_need_defaults=false;;
16400 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16401 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16402 ac_cs_silent=: ;;
16404 # This is an error.
16405 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
16406 Try \`$0 --help' for more information." >&5
16407 echo "$as_me: error: unrecognized option: $1
16408 Try \`$0 --help' for more information." >&2;}
16409 { (exit 1); exit 1; }; } ;;
16411 *) ac_config_targets="$ac_config_targets $1" ;;
16413 esac
16414 shift
16415 done
16417 ac_configure_extra_args=
16419 if $ac_cs_silent; then
16420 exec 6>/dev/null
16421 ac_configure_extra_args="$ac_configure_extra_args --silent"
16424 _ACEOF
16425 cat >>$CONFIG_STATUS <<_ACEOF
16426 if \$ac_cs_recheck; then
16427 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
16428 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16431 _ACEOF
16433 cat >>$CONFIG_STATUS <<_ACEOF
16435 # INIT-COMMANDS section.
16438 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16439 srcdir=${srcdir}
16440 host=${host}
16441 target=${target}
16442 with_multisubdir=${with_multisubdir}
16443 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16444 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16445 libgcj_basedir=${libgcj_basedir}
16446 CC="${CC}"
16447 CXX="${CXX}"
16448 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
16451 _ACEOF
16455 cat >>$CONFIG_STATUS <<\_ACEOF
16456 for ac_config_target in $ac_config_targets
16458 case "$ac_config_target" in
16459 # Handling of arguments.
16460 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16461 "libgcj.pc" ) CONFIG_FILES="$CONFIG_FILES libgcj.pc" ;;
16462 "libgcj.spec" ) CONFIG_FILES="$CONFIG_FILES libgcj.spec" ;;
16463 "libgcj-test.spec" ) CONFIG_FILES="$CONFIG_FILES libgcj-test.spec" ;;
16464 "gnu/classpath/Configuration.java" ) CONFIG_FILES="$CONFIG_FILES gnu/classpath/Configuration.java" ;;
16465 "gcj/Makefile" ) CONFIG_FILES="$CONFIG_FILES gcj/Makefile" ;;
16466 "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
16467 "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
16468 "external/Makefile" ) CONFIG_FILES="$CONFIG_FILES external/Makefile" ;;
16469 "external/sax/Makefile" ) CONFIG_FILES="$CONFIG_FILES external/sax/Makefile" ;;
16470 "external/w3c_dom/Makefile" ) CONFIG_FILES="$CONFIG_FILES external/w3c_dom/Makefile" ;;
16471 "include/platform.h" ) CONFIG_LINKS="$CONFIG_LINKS include/platform.h:include/$PLATFORMH" ;;
16472 "java/io/natFile.cc" ) CONFIG_LINKS="$CONFIG_LINKS java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc" ;;
16473 "java/lang/ConcreteProcess.java" ) CONFIG_LINKS="$CONFIG_LINKS java/lang/ConcreteProcess.java:java/lang/${PLATFORM}Process.java" ;;
16474 "java/lang/natConcreteProcess.cc" ) CONFIG_LINKS="$CONFIG_LINKS java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc" ;;
16475 "java/net/natInetAddress.cc" ) CONFIG_LINKS="$CONFIG_LINKS java/net/natInetAddress.cc:java/net/natInetAddress${PLATFORMNET}.cc" ;;
16476 "java/net/natNetworkInterface.cc" ) CONFIG_LINKS="$CONFIG_LINKS java/net/natNetworkInterface.cc:java/net/natNetworkInterface${PLATFORMNET}.cc" ;;
16477 "gnu/java/net/natPlainSocketImpl.cc" ) CONFIG_LINKS="$CONFIG_LINKS gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc" ;;
16478 "gnu/java/net/natPlainDatagramSocketImpl.cc" ) CONFIG_LINKS="$CONFIG_LINKS gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc" ;;
16479 "gnu/java/nio/natPipeImpl.cc" ) CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/natPipeImpl.cc:gnu/java/nio/natPipeImpl${PLATFORM}.cc" ;;
16480 "gnu/java/nio/natSelectorImpl.cc" ) CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/natSelectorImpl.cc:gnu/java/nio/natSelectorImpl${PLATFORM}.cc" ;;
16481 "gnu/java/nio/channels/natFileChannelImpl.cc" ) CONFIG_LINKS="$CONFIG_LINKS gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc" ;;
16482 "include/java-gc.h" ) CONFIG_LINKS="$CONFIG_LINKS include/java-gc.h:include/$GCHDR" ;;
16483 "include/java-threads.h" ) CONFIG_LINKS="$CONFIG_LINKS include/java-threads.h:include/$THREADH" ;;
16484 "sysdep/locks.h" ) CONFIG_LINKS="$CONFIG_LINKS sysdep/locks.h:sysdep/$sysdeps_dir/locks.h" ;;
16485 "include/java-signal.h" ) CONFIG_LINKS="$CONFIG_LINKS include/java-signal.h:$SIGNAL_HANDLER" ;;
16486 "include/java-signal-aux.h" ) CONFIG_LINKS="$CONFIG_LINKS include/java-signal-aux.h:$SIGNAL_HANDLER_AUX" ;;
16487 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16488 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16489 "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16490 "gcj/libgcj-config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gcj/libgcj-config.h" ;;
16491 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
16492 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
16493 { (exit 1); exit 1; }; };;
16494 esac
16495 done
16497 # If the user did not use the arguments to specify the items to instantiate,
16498 # then the envvar interface is used. Set only those that are not.
16499 # We use the long form for the default assignment because of an extremely
16500 # bizarre bug on SunOS 4.1.3.
16501 if $ac_need_defaults; then
16502 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16503 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16504 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16505 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16508 # Have a temporary directory for convenience. Make it in the build tree
16509 # simply because there is no reason to put it here, and in addition,
16510 # creating and moving files from /tmp can sometimes cause problems.
16511 # Create a temporary directory, and hook for its removal unless debugging.
16512 $debug ||
16514 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
16515 trap '{ (exit 1); exit 1; }' 1 2 13 15
16518 # Create a (secure) tmp directory for tmp files.
16521 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
16522 test -n "$tmp" && test -d "$tmp"
16523 } ||
16525 tmp=./confstat$$-$RANDOM
16526 (umask 077 && mkdir $tmp)
16527 } ||
16529 echo "$me: cannot create a temporary directory in ." >&2
16530 { (exit 1); exit 1; }
16533 _ACEOF
16535 cat >>$CONFIG_STATUS <<_ACEOF
16538 # CONFIG_FILES section.
16541 # No need to generate the scripts if there are no CONFIG_FILES.
16542 # This happens for instance when ./config.status config.h
16543 if test -n "\$CONFIG_FILES"; then
16544 # Protect against being on the right side of a sed subst in config.status.
16545 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
16546 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
16547 s,@SHELL@,$SHELL,;t t
16548 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
16549 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
16550 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
16551 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
16552 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
16553 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
16554 s,@exec_prefix@,$exec_prefix,;t t
16555 s,@prefix@,$prefix,;t t
16556 s,@program_transform_name@,$program_transform_name,;t t
16557 s,@bindir@,$bindir,;t t
16558 s,@sbindir@,$sbindir,;t t
16559 s,@libexecdir@,$libexecdir,;t t
16560 s,@datadir@,$datadir,;t t
16561 s,@sysconfdir@,$sysconfdir,;t t
16562 s,@sharedstatedir@,$sharedstatedir,;t t
16563 s,@localstatedir@,$localstatedir,;t t
16564 s,@libdir@,$libdir,;t t
16565 s,@includedir@,$includedir,;t t
16566 s,@oldincludedir@,$oldincludedir,;t t
16567 s,@infodir@,$infodir,;t t
16568 s,@mandir@,$mandir,;t t
16569 s,@build_alias@,$build_alias,;t t
16570 s,@host_alias@,$host_alias,;t t
16571 s,@target_alias@,$target_alias,;t t
16572 s,@DEFS@,$DEFS,;t t
16573 s,@ECHO_C@,$ECHO_C,;t t
16574 s,@ECHO_N@,$ECHO_N,;t t
16575 s,@ECHO_T@,$ECHO_T,;t t
16576 s,@LIBS@,$LIBS,;t t
16577 s,@build@,$build,;t t
16578 s,@build_cpu@,$build_cpu,;t t
16579 s,@build_vendor@,$build_vendor,;t t
16580 s,@build_os@,$build_os,;t t
16581 s,@build_subdir@,$build_subdir,;t t
16582 s,@host_subdir@,$host_subdir,;t t
16583 s,@target_subdir@,$target_subdir,;t t
16584 s,@libgcj_basedir@,$libgcj_basedir,;t t
16585 s,@host@,$host,;t t
16586 s,@host_cpu@,$host_cpu,;t t
16587 s,@host_vendor@,$host_vendor,;t t
16588 s,@host_os@,$host_os,;t t
16589 s,@target@,$target,;t t
16590 s,@target_cpu@,$target_cpu,;t t
16591 s,@target_vendor@,$target_vendor,;t t
16592 s,@target_os@,$target_os,;t t
16593 s,@target_noncanonical@,$target_noncanonical,;t t
16594 s,@LN_S@,$LN_S,;t t
16595 s,@mkinstalldirs@,$mkinstalldirs,;t t
16596 s,@CC@,$CC,;t t
16597 s,@ac_ct_CC@,$ac_ct_CC,;t t
16598 s,@EXEEXT@,$EXEEXT,;t t
16599 s,@OBJEXT@,$OBJEXT,;t t
16600 s,@CXX@,$CXX,;t t
16601 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
16602 s,@CFLAGS@,$CFLAGS,;t t
16603 s,@CXXFLAGS@,$CXXFLAGS,;t t
16604 s,@LDFLAGS@,$LDFLAGS,;t t
16605 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
16606 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
16607 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
16608 s,@CYGPATH_W@,$CYGPATH_W,;t t
16609 s,@PACKAGE@,$PACKAGE,;t t
16610 s,@VERSION@,$VERSION,;t t
16611 s,@ACLOCAL@,$ACLOCAL,;t t
16612 s,@AUTOCONF@,$AUTOCONF,;t t
16613 s,@AUTOMAKE@,$AUTOMAKE,;t t
16614 s,@AUTOHEADER@,$AUTOHEADER,;t t
16615 s,@MAKEINFO@,$MAKEINFO,;t t
16616 s,@install_sh@,$install_sh,;t t
16617 s,@STRIP@,$STRIP,;t t
16618 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
16619 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
16620 s,@mkdir_p@,$mkdir_p,;t t
16621 s,@AWK@,$AWK,;t t
16622 s,@SET_MAKE@,$SET_MAKE,;t t
16623 s,@am__leading_dot@,$am__leading_dot,;t t
16624 s,@AMTAR@,$AMTAR,;t t
16625 s,@am__tar@,$am__tar,;t t
16626 s,@am__untar@,$am__untar,;t t
16627 s,@DEPDIR@,$DEPDIR,;t t
16628 s,@am__include@,$am__include,;t t
16629 s,@am__quote@,$am__quote,;t t
16630 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
16631 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
16632 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
16633 s,@CCDEPMODE@,$CCDEPMODE,;t t
16634 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
16635 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
16636 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
16637 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
16638 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
16639 s,@AS@,$AS,;t t
16640 s,@ac_ct_AS@,$ac_ct_AS,;t t
16641 s,@AR@,$AR,;t t
16642 s,@ac_ct_AR@,$ac_ct_AR,;t t
16643 s,@RANLIB@,$RANLIB,;t t
16644 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
16645 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
16646 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
16647 s,@MAINT@,$MAINT,;t t
16648 s,@LIBGCJ_CFLAGS@,$LIBGCJ_CFLAGS,;t t
16649 s,@LIBGCJ_CXXFLAGS@,$LIBGCJ_CXXFLAGS,;t t
16650 s,@LIBGCJ_JAVAFLAGS@,$LIBGCJ_JAVAFLAGS,;t t
16651 s,@LIBGCJ_LD_SYMBOLIC@,$LIBGCJ_LD_SYMBOLIC,;t t
16652 s,@INCLTDL@,$INCLTDL,;t t
16653 s,@LIBLTDL@,$LIBLTDL,;t t
16654 s,@DIRLTDL@,$DIRLTDL,;t t
16655 s,@LIBTOOL@,$LIBTOOL,;t t
16656 s,@CXXCPP@,$CXXCPP,;t t
16657 s,@CPPFLAGS@,$CPPFLAGS,;t t
16658 s,@GCJ@,$GCJ,;t t
16659 s,@GCJFLAGS@,$GCJFLAGS,;t t
16660 s,@GCJDEPMODE@,$GCJDEPMODE,;t t
16661 s,@am__fastdepGCJ_TRUE@,$am__fastdepGCJ_TRUE,;t t
16662 s,@am__fastdepGCJ_FALSE@,$am__fastdepGCJ_FALSE,;t t
16663 s,@subdirs@,$subdirs,;t t
16664 s,@TESTSUBDIR_TRUE@,$TESTSUBDIR_TRUE,;t t
16665 s,@TESTSUBDIR_FALSE@,$TESTSUBDIR_FALSE,;t t
16666 s,@ONESTEP_TRUE@,$ONESTEP_TRUE,;t t
16667 s,@ONESTEP_FALSE@,$ONESTEP_FALSE,;t t
16668 s,@LIBGCJDEBUG@,$LIBGCJDEBUG,;t t
16669 s,@INTERPRETER@,$INTERPRETER,;t t
16670 s,@LIBFFI@,$LIBFFI,;t t
16671 s,@LIBFFIINCS@,$LIBFFIINCS,;t t
16672 s,@PLATFORM_INNER_NAT_HDRS@,$PLATFORM_INNER_NAT_HDRS,;t t
16673 s,@CPP@,$CPP,;t t
16674 s,@EGREP@,$EGREP,;t t
16675 s,@USING_WIN32_PLATFORM_TRUE@,$USING_WIN32_PLATFORM_TRUE,;t t
16676 s,@USING_WIN32_PLATFORM_FALSE@,$USING_WIN32_PLATFORM_FALSE,;t t
16677 s,@USING_POSIX_PLATFORM_TRUE@,$USING_POSIX_PLATFORM_TRUE,;t t
16678 s,@USING_POSIX_PLATFORM_FALSE@,$USING_POSIX_PLATFORM_FALSE,;t t
16679 s,@USING_ECOS_PLATFORM_TRUE@,$USING_ECOS_PLATFORM_TRUE,;t t
16680 s,@USING_ECOS_PLATFORM_FALSE@,$USING_ECOS_PLATFORM_FALSE,;t t
16681 s,@USING_DARWIN_CRT_TRUE@,$USING_DARWIN_CRT_TRUE,;t t
16682 s,@USING_DARWIN_CRT_FALSE@,$USING_DARWIN_CRT_FALSE,;t t
16683 s,@SYSTEMSPEC@,$SYSTEMSPEC,;t t
16684 s,@LIBGCJTESTSPEC@,$LIBGCJTESTSPEC,;t t
16685 s,@ZLIBSPEC@,$ZLIBSPEC,;t t
16686 s,@ZLIBTESTSPEC@,$ZLIBTESTSPEC,;t t
16687 s,@X_CFLAGS@,$X_CFLAGS,;t t
16688 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
16689 s,@X_LIBS@,$X_LIBS,;t t
16690 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
16691 s,@TOOLKIT@,$TOOLKIT,;t t
16692 s,@XLIB_AWT_TRUE@,$XLIB_AWT_TRUE,;t t
16693 s,@XLIB_AWT_FALSE@,$XLIB_AWT_FALSE,;t t
16694 s,@GTK_AWT_TRUE@,$GTK_AWT_TRUE,;t t
16695 s,@GTK_AWT_FALSE@,$GTK_AWT_FALSE,;t t
16696 s,@GTK_CAIRO_TRUE@,$GTK_CAIRO_TRUE,;t t
16697 s,@GTK_CAIRO_FALSE@,$GTK_CAIRO_FALSE,;t t
16698 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
16699 s,@CAIRO_CFLAGS@,$CAIRO_CFLAGS,;t t
16700 s,@CAIRO_LIBS@,$CAIRO_LIBS,;t t
16701 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
16702 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
16703 s,@GCLIBS@,$GCLIBS,;t t
16704 s,@GCINCS@,$GCINCS,;t t
16705 s,@GCDEPS@,$GCDEPS,;t t
16706 s,@GCSPEC@,$GCSPEC,;t t
16707 s,@JC1GCSPEC@,$JC1GCSPEC,;t t
16708 s,@GCTESTSPEC@,$GCTESTSPEC,;t t
16709 s,@USING_BOEHMGC_TRUE@,$USING_BOEHMGC_TRUE,;t t
16710 s,@USING_BOEHMGC_FALSE@,$USING_BOEHMGC_FALSE,;t t
16711 s,@USING_NOGC_TRUE@,$USING_NOGC_TRUE,;t t
16712 s,@USING_NOGC_FALSE@,$USING_NOGC_FALSE,;t t
16713 s,@THREADLIBS@,$THREADLIBS,;t t
16714 s,@THREADINCS@,$THREADINCS,;t t
16715 s,@THREADDEPS@,$THREADDEPS,;t t
16716 s,@THREADSPEC@,$THREADSPEC,;t t
16717 s,@THREADLDFLAGS@,$THREADLDFLAGS,;t t
16718 s,@THREADCXXFLAGS@,$THREADCXXFLAGS,;t t
16719 s,@USING_POSIX_THREADS_TRUE@,$USING_POSIX_THREADS_TRUE,;t t
16720 s,@USING_POSIX_THREADS_FALSE@,$USING_POSIX_THREADS_FALSE,;t t
16721 s,@USING_WIN32_THREADS_TRUE@,$USING_WIN32_THREADS_TRUE,;t t
16722 s,@USING_WIN32_THREADS_FALSE@,$USING_WIN32_THREADS_FALSE,;t t
16723 s,@USING_NO_THREADS_TRUE@,$USING_NO_THREADS_TRUE,;t t
16724 s,@USING_NO_THREADS_FALSE@,$USING_NO_THREADS_FALSE,;t t
16725 s,@HASH_SYNC_SPEC@,$HASH_SYNC_SPEC,;t t
16726 s,@USING_GCC_TRUE@,$USING_GCC_TRUE,;t t
16727 s,@USING_GCC_FALSE@,$USING_GCC_FALSE,;t t
16728 s,@gcc_version_trigger@,$gcc_version_trigger,;t t
16729 s,@gcc_version_full@,$gcc_version_full,;t t
16730 s,@gcc_version@,$gcc_version,;t t
16731 s,@tool_include_dir@,$tool_include_dir,;t t
16732 s,@LIBICONV@,$LIBICONV,;t t
16733 s,@LTLIBICONV@,$LTLIBICONV,;t t
16734 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
16735 s,@GTK_LIBS@,$GTK_LIBS,;t t
16736 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
16737 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
16738 s,@LIBART_CFLAGS@,$LIBART_CFLAGS,;t t
16739 s,@LIBART_LIBS@,$LIBART_LIBS,;t t
16740 s,@SUPPLY_BACKTRACE_TRUE@,$SUPPLY_BACKTRACE_TRUE,;t t
16741 s,@SUPPLY_BACKTRACE_FALSE@,$SUPPLY_BACKTRACE_FALSE,;t t
16742 s,@GCJH@,$GCJH,;t t
16743 s,@ZIP@,$ZIP,;t t
16744 s,@CLASSPATH_SEPARATOR@,$CLASSPATH_SEPARATOR,;t t
16745 s,@ac_ct_GCJ@,$ac_ct_GCJ,;t t
16746 s,@ZLIBS@,$ZLIBS,;t t
16747 s,@SYS_ZLIBS@,$SYS_ZLIBS,;t t
16748 s,@ZINCS@,$ZINCS,;t t
16749 s,@DIVIDESPEC@,$DIVIDESPEC,;t t
16750 s,@CHECKREFSPEC@,$CHECKREFSPEC,;t t
16751 s,@EXCEPTIONSPEC@,$EXCEPTIONSPEC,;t t
16752 s,@IEEESPEC@,$IEEESPEC,;t t
16753 s,@NATIVE_TRUE@,$NATIVE_TRUE,;t t
16754 s,@NATIVE_FALSE@,$NATIVE_FALSE,;t t
16755 s,@NEEDS_DATA_START_TRUE@,$NEEDS_DATA_START_TRUE,;t t
16756 s,@NEEDS_DATA_START_FALSE@,$NEEDS_DATA_START_FALSE,;t t
16757 s,@GCC_UNWIND_INCLUDE@,$GCC_UNWIND_INCLUDE,;t t
16758 s,@toolexecdir@,$toolexecdir,;t t
16759 s,@toolexecmainlibdir@,$toolexecmainlibdir,;t t
16760 s,@toolexeclibdir@,$toolexeclibdir,;t t
16761 s,@GCJVERSION@,$GCJVERSION,;t t
16762 s,@gxx_include_dir@,$gxx_include_dir,;t t
16763 s,@libstdcxx_incdir@,$libstdcxx_incdir,;t t
16764 s,@ALLOCA@,$ALLOCA,;t t
16765 s,@PERL@,$PERL,;t t
16766 s,@BACKTRACESPEC@,$BACKTRACESPEC,;t t
16767 s,@SYSDEP_SOURCES@,$SYSDEP_SOURCES,;t t
16768 s,@here@,$here,;t t
16769 s,@LIBOBJS@,$LIBOBJS,;t t
16770 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
16771 CEOF
16773 _ACEOF
16775 cat >>$CONFIG_STATUS <<\_ACEOF
16776 # Split the substitutions into bite-sized pieces for seds with
16777 # small command number limits, like on Digital OSF/1 and HP-UX.
16778 ac_max_sed_lines=48
16779 ac_sed_frag=1 # Number of current file.
16780 ac_beg=1 # First line for current file.
16781 ac_end=$ac_max_sed_lines # Line after last line for current file.
16782 ac_more_lines=:
16783 ac_sed_cmds=
16784 while $ac_more_lines; do
16785 if test $ac_beg -gt 1; then
16786 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16787 else
16788 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
16790 if test ! -s $tmp/subs.frag; then
16791 ac_more_lines=false
16792 else
16793 # The purpose of the label and of the branching condition is to
16794 # speed up the sed processing (if there are no `@' at all, there
16795 # is no need to browse any of the substitutions).
16796 # These are the two extra sed commands mentioned above.
16797 (echo ':t
16798 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
16799 if test -z "$ac_sed_cmds"; then
16800 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
16801 else
16802 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
16804 ac_sed_frag=`expr $ac_sed_frag + 1`
16805 ac_beg=$ac_end
16806 ac_end=`expr $ac_end + $ac_max_sed_lines`
16808 done
16809 if test -z "$ac_sed_cmds"; then
16810 ac_sed_cmds=cat
16812 fi # test -n "$CONFIG_FILES"
16814 _ACEOF
16815 cat >>$CONFIG_STATUS <<\_ACEOF
16816 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
16817 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
16818 case $ac_file in
16819 - | *:- | *:-:* ) # input from stdin
16820 cat >$tmp/stdin
16821 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16822 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16823 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
16824 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
16825 * ) ac_file_in=$ac_file.in ;;
16826 esac
16828 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
16829 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
16830 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16831 X"$ac_file" : 'X\(//\)[^/]' \| \
16832 X"$ac_file" : 'X\(//\)$' \| \
16833 X"$ac_file" : 'X\(/\)' \| \
16834 . : '\(.\)' 2>/dev/null ||
16835 echo X"$ac_file" |
16836 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16837 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16838 /^X\(\/\/\)$/{ s//\1/; q; }
16839 /^X\(\/\).*/{ s//\1/; q; }
16840 s/.*/./; q'`
16841 { if $as_mkdir_p; then
16842 mkdir -p "$ac_dir"
16843 else
16844 as_dir="$ac_dir"
16845 as_dirs=
16846 while test ! -d "$as_dir"; do
16847 as_dirs="$as_dir $as_dirs"
16848 as_dir=`(dirname "$as_dir") 2>/dev/null ||
16849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16850 X"$as_dir" : 'X\(//\)[^/]' \| \
16851 X"$as_dir" : 'X\(//\)$' \| \
16852 X"$as_dir" : 'X\(/\)' \| \
16853 . : '\(.\)' 2>/dev/null ||
16854 echo X"$as_dir" |
16855 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
16856 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
16857 /^X\(\/\/\)$/{ s//\1/; q; }
16858 /^X\(\/\).*/{ s//\1/; q; }
16859 s/.*/./; q'`
16860 done
16861 test ! -n "$as_dirs" || mkdir $as_dirs
16862 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
16863 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
16864 { (exit 1); exit 1; }; }; }
16866 ac_builddir=.
16868 if test "$ac_dir" != .; then
16869 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
16870 # A "../" for each directory in $ac_dir_suffix.
16871 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
16872 else
16873 ac_dir_suffix= ac_top_builddir=
16876 case $srcdir in
16877 .) # No --srcdir option. We are building in place.
16878 ac_srcdir=.
16879 if test -z "$ac_top_builddir"; then
16880 ac_top_srcdir=.
16881 else
16882 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
16883 fi ;;
16884 [\\/]* | ?:[\\/]* ) # Absolute path.
16885 ac_srcdir=$srcdir$ac_dir_suffix;
16886 ac_top_srcdir=$srcdir ;;
16887 *) # Relative path.
16888 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
16889 ac_top_srcdir=$ac_top_builddir$srcdir ;;
16890 esac
16892 # Do not use `cd foo && pwd` to compute absolute paths, because
16893 # the directories may not exist.
16894 case `pwd` in
16895 .) ac_abs_builddir="$ac_dir";;
16897 case "$ac_dir" in
16898 .) ac_abs_builddir=`pwd`;;
16899 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
16900 *) ac_abs_builddir=`pwd`/"$ac_dir";;
16901 esac;;
16902 esac
16903 case $ac_abs_builddir in
16904 .) ac_abs_top_builddir=${ac_top_builddir}.;;
16906 case ${ac_top_builddir}. in
16907 .) ac_abs_top_builddir=$ac_abs_builddir;;
16908 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
16909 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
16910 esac;;
16911 esac
16912 case $ac_abs_builddir in
16913 .) ac_abs_srcdir=$ac_srcdir;;
16915 case $ac_srcdir in
16916 .) ac_abs_srcdir=$ac_abs_builddir;;
16917 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
16918 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
16919 esac;;
16920 esac
16921 case $ac_abs_builddir in
16922 .) ac_abs_top_srcdir=$ac_top_srcdir;;
16924 case $ac_top_srcdir in
16925 .) ac_abs_top_srcdir=$ac_abs_builddir;;
16926 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
16927 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
16928 esac;;
16929 esac
16932 case $INSTALL in
16933 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16934 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
16935 esac
16937 if test x"$ac_file" != x-; then
16938 { echo "$as_me:$LINENO: creating $ac_file" >&5
16939 echo "$as_me: creating $ac_file" >&6;}
16940 rm -f "$ac_file"
16942 # Let's still pretend it is `configure' which instantiates (i.e., don't
16943 # use $as_me), people would be surprised to read:
16944 # /* config.h. Generated by config.status. */
16945 if test x"$ac_file" = x-; then
16946 configure_input=
16947 else
16948 configure_input="$ac_file. "
16950 configure_input=$configure_input"Generated from `echo $ac_file_in |
16951 sed 's,.*/,,'` by configure."
16953 # First look for the input files in the build tree, otherwise in the
16954 # src tree.
16955 ac_file_inputs=`IFS=:
16956 for f in $ac_file_in; do
16957 case $f in
16958 -) echo $tmp/stdin ;;
16959 [\\/$]*)
16960 # Absolute (can't be DOS-style, as IFS=:)
16961 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16962 echo "$as_me: error: cannot find input file: $f" >&2;}
16963 { (exit 1); exit 1; }; }
16964 echo "$f";;
16965 *) # Relative
16966 if test -f "$f"; then
16967 # Build tree
16968 echo "$f"
16969 elif test -f "$srcdir/$f"; then
16970 # Source tree
16971 echo "$srcdir/$f"
16972 else
16973 # /dev/null tree
16974 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
16975 echo "$as_me: error: cannot find input file: $f" >&2;}
16976 { (exit 1); exit 1; }; }
16977 fi;;
16978 esac
16979 done` || { (exit 1); exit 1; }
16980 _ACEOF
16981 cat >>$CONFIG_STATUS <<_ACEOF
16982 sed "$ac_vpsub
16983 $extrasub
16984 _ACEOF
16985 cat >>$CONFIG_STATUS <<\_ACEOF
16987 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16988 s,@configure_input@,$configure_input,;t t
16989 s,@srcdir@,$ac_srcdir,;t t
16990 s,@abs_srcdir@,$ac_abs_srcdir,;t t
16991 s,@top_srcdir@,$ac_top_srcdir,;t t
16992 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
16993 s,@builddir@,$ac_builddir,;t t
16994 s,@abs_builddir@,$ac_abs_builddir,;t t
16995 s,@top_builddir@,$ac_top_builddir,;t t
16996 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
16997 s,@INSTALL@,$ac_INSTALL,;t t
16998 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
16999 rm -f $tmp/stdin
17000 if test x"$ac_file" != x-; then
17001 mv $tmp/out $ac_file
17002 else
17003 cat $tmp/out
17004 rm -f $tmp/out
17007 done
17008 _ACEOF
17009 cat >>$CONFIG_STATUS <<\_ACEOF
17012 # CONFIG_HEADER section.
17015 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
17016 # NAME is the cpp macro being defined and VALUE is the value it is being given.
17018 # ac_d sets the value in "#define NAME VALUE" lines.
17019 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
17020 ac_dB='[ ].*$,\1#\2'
17021 ac_dC=' '
17022 ac_dD=',;t'
17023 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
17024 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
17025 ac_uB='$,\1#\2define\3'
17026 ac_uC=' '
17027 ac_uD=',;t'
17029 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
17030 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17031 case $ac_file in
17032 - | *:- | *:-:* ) # input from stdin
17033 cat >$tmp/stdin
17034 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17035 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17036 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
17037 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
17038 * ) ac_file_in=$ac_file.in ;;
17039 esac
17041 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
17042 echo "$as_me: creating $ac_file" >&6;}
17044 # First look for the input files in the build tree, otherwise in the
17045 # src tree.
17046 ac_file_inputs=`IFS=:
17047 for f in $ac_file_in; do
17048 case $f in
17049 -) echo $tmp/stdin ;;
17050 [\\/$]*)
17051 # Absolute (can't be DOS-style, as IFS=:)
17052 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17053 echo "$as_me: error: cannot find input file: $f" >&2;}
17054 { (exit 1); exit 1; }; }
17055 # Do quote $f, to prevent DOS paths from being IFS'd.
17056 echo "$f";;
17057 *) # Relative
17058 if test -f "$f"; then
17059 # Build tree
17060 echo "$f"
17061 elif test -f "$srcdir/$f"; then
17062 # Source tree
17063 echo "$srcdir/$f"
17064 else
17065 # /dev/null tree
17066 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17067 echo "$as_me: error: cannot find input file: $f" >&2;}
17068 { (exit 1); exit 1; }; }
17069 fi;;
17070 esac
17071 done` || { (exit 1); exit 1; }
17072 # Remove the trailing spaces.
17073 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
17075 _ACEOF
17077 # Transform confdefs.h into two sed scripts, `conftest.defines' and
17078 # `conftest.undefs', that substitutes the proper values into
17079 # config.h.in to produce config.h. The first handles `#define'
17080 # templates, and the second `#undef' templates.
17081 # And first: Protect against being on the right side of a sed subst in
17082 # config.status. Protect against being in an unquoted here document
17083 # in config.status.
17084 rm -f conftest.defines conftest.undefs
17085 # Using a here document instead of a string reduces the quoting nightmare.
17086 # Putting comments in sed scripts is not portable.
17088 # `end' is used to avoid that the second main sed command (meant for
17089 # 0-ary CPP macros) applies to n-ary macro definitions.
17090 # See the Autoconf documentation for `clear'.
17091 cat >confdef2sed.sed <<\_ACEOF
17092 s/[\\&,]/\\&/g
17093 s,[\\$`],\\&,g
17094 t clear
17095 : clear
17096 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
17097 t end
17098 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
17099 : end
17100 _ACEOF
17101 # If some macros were called several times there might be several times
17102 # the same #defines, which is useless. Nevertheless, we may not want to
17103 # sort them, since we want the *last* AC-DEFINE to be honored.
17104 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
17105 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
17106 rm -f confdef2sed.sed
17108 # This sed command replaces #undef with comments. This is necessary, for
17109 # example, in the case of _POSIX_SOURCE, which is predefined and required
17110 # on some systems where configure will not decide to define it.
17111 cat >>conftest.undefs <<\_ACEOF
17112 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
17113 _ACEOF
17115 # Break up conftest.defines because some shells have a limit on the size
17116 # of here documents, and old seds have small limits too (100 cmds).
17117 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
17118 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
17119 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
17120 echo ' :' >>$CONFIG_STATUS
17121 rm -f conftest.tail
17122 while grep . conftest.defines >/dev/null
17124 # Write a limited-size here document to $tmp/defines.sed.
17125 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
17126 # Speed up: don't consider the non `#define' lines.
17127 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
17128 # Work around the forget-to-reset-the-flag bug.
17129 echo 't clr' >>$CONFIG_STATUS
17130 echo ': clr' >>$CONFIG_STATUS
17131 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
17132 echo 'CEOF
17133 sed -f $tmp/defines.sed $tmp/in >$tmp/out
17134 rm -f $tmp/in
17135 mv $tmp/out $tmp/in
17136 ' >>$CONFIG_STATUS
17137 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
17138 rm -f conftest.defines
17139 mv conftest.tail conftest.defines
17140 done
17141 rm -f conftest.defines
17142 echo ' fi # grep' >>$CONFIG_STATUS
17143 echo >>$CONFIG_STATUS
17145 # Break up conftest.undefs because some shells have a limit on the size
17146 # of here documents, and old seds have small limits too (100 cmds).
17147 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
17148 rm -f conftest.tail
17149 while grep . conftest.undefs >/dev/null
17151 # Write a limited-size here document to $tmp/undefs.sed.
17152 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
17153 # Speed up: don't consider the non `#undef'
17154 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
17155 # Work around the forget-to-reset-the-flag bug.
17156 echo 't clr' >>$CONFIG_STATUS
17157 echo ': clr' >>$CONFIG_STATUS
17158 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
17159 echo 'CEOF
17160 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
17161 rm -f $tmp/in
17162 mv $tmp/out $tmp/in
17163 ' >>$CONFIG_STATUS
17164 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
17165 rm -f conftest.undefs
17166 mv conftest.tail conftest.undefs
17167 done
17168 rm -f conftest.undefs
17170 cat >>$CONFIG_STATUS <<\_ACEOF
17171 # Let's still pretend it is `configure' which instantiates (i.e., don't
17172 # use $as_me), people would be surprised to read:
17173 # /* config.h. Generated by config.status. */
17174 if test x"$ac_file" = x-; then
17175 echo "/* Generated by configure. */" >$tmp/config.h
17176 else
17177 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
17179 cat $tmp/in >>$tmp/config.h
17180 rm -f $tmp/in
17181 if test x"$ac_file" != x-; then
17182 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
17183 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
17184 echo "$as_me: $ac_file is unchanged" >&6;}
17185 else
17186 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
17187 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17188 X"$ac_file" : 'X\(//\)[^/]' \| \
17189 X"$ac_file" : 'X\(//\)$' \| \
17190 X"$ac_file" : 'X\(/\)' \| \
17191 . : '\(.\)' 2>/dev/null ||
17192 echo X"$ac_file" |
17193 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17194 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17195 /^X\(\/\/\)$/{ s//\1/; q; }
17196 /^X\(\/\).*/{ s//\1/; q; }
17197 s/.*/./; q'`
17198 { if $as_mkdir_p; then
17199 mkdir -p "$ac_dir"
17200 else
17201 as_dir="$ac_dir"
17202 as_dirs=
17203 while test ! -d "$as_dir"; do
17204 as_dirs="$as_dir $as_dirs"
17205 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17206 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17207 X"$as_dir" : 'X\(//\)[^/]' \| \
17208 X"$as_dir" : 'X\(//\)$' \| \
17209 X"$as_dir" : 'X\(/\)' \| \
17210 . : '\(.\)' 2>/dev/null ||
17211 echo X"$as_dir" |
17212 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17213 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17214 /^X\(\/\/\)$/{ s//\1/; q; }
17215 /^X\(\/\).*/{ s//\1/; q; }
17216 s/.*/./; q'`
17217 done
17218 test ! -n "$as_dirs" || mkdir $as_dirs
17219 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17220 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17221 { (exit 1); exit 1; }; }; }
17223 rm -f $ac_file
17224 mv $tmp/config.h $ac_file
17226 else
17227 cat $tmp/config.h
17228 rm -f $tmp/config.h
17230 # Compute $ac_file's index in $config_headers.
17231 _am_stamp_count=1
17232 for _am_header in $config_headers :; do
17233 case $_am_header in
17234 $ac_file | $ac_file:* )
17235 break ;;
17237 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17238 esac
17239 done
17240 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
17241 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17242 X$ac_file : 'X\(//\)[^/]' \| \
17243 X$ac_file : 'X\(//\)$' \| \
17244 X$ac_file : 'X\(/\)' \| \
17245 . : '\(.\)' 2>/dev/null ||
17246 echo X$ac_file |
17247 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17248 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17249 /^X\(\/\/\)$/{ s//\1/; q; }
17250 /^X\(\/\).*/{ s//\1/; q; }
17251 s/.*/./; q'`/stamp-h$_am_stamp_count
17252 done
17253 _ACEOF
17254 cat >>$CONFIG_STATUS <<\_ACEOF
17257 # CONFIG_LINKS section.
17260 for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
17261 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
17262 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
17264 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
17265 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
17267 if test ! -r $srcdir/$ac_source; then
17268 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
17269 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
17270 { (exit 1); exit 1; }; }
17272 rm -f $ac_dest
17274 # Make relative symlinks.
17275 ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
17276 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17277 X"$ac_dest" : 'X\(//\)[^/]' \| \
17278 X"$ac_dest" : 'X\(//\)$' \| \
17279 X"$ac_dest" : 'X\(/\)' \| \
17280 . : '\(.\)' 2>/dev/null ||
17281 echo X"$ac_dest" |
17282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17283 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17284 /^X\(\/\/\)$/{ s//\1/; q; }
17285 /^X\(\/\).*/{ s//\1/; q; }
17286 s/.*/./; q'`
17287 { if $as_mkdir_p; then
17288 mkdir -p "$ac_dest_dir"
17289 else
17290 as_dir="$ac_dest_dir"
17291 as_dirs=
17292 while test ! -d "$as_dir"; do
17293 as_dirs="$as_dir $as_dirs"
17294 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17296 X"$as_dir" : 'X\(//\)[^/]' \| \
17297 X"$as_dir" : 'X\(//\)$' \| \
17298 X"$as_dir" : 'X\(/\)' \| \
17299 . : '\(.\)' 2>/dev/null ||
17300 echo X"$as_dir" |
17301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17302 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17303 /^X\(\/\/\)$/{ s//\1/; q; }
17304 /^X\(\/\).*/{ s//\1/; q; }
17305 s/.*/./; q'`
17306 done
17307 test ! -n "$as_dirs" || mkdir $as_dirs
17308 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
17309 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
17310 { (exit 1); exit 1; }; }; }
17312 ac_builddir=.
17314 if test "$ac_dest_dir" != .; then
17315 ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
17316 # A "../" for each directory in $ac_dir_suffix.
17317 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17318 else
17319 ac_dir_suffix= ac_top_builddir=
17322 case $srcdir in
17323 .) # No --srcdir option. We are building in place.
17324 ac_srcdir=.
17325 if test -z "$ac_top_builddir"; then
17326 ac_top_srcdir=.
17327 else
17328 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17329 fi ;;
17330 [\\/]* | ?:[\\/]* ) # Absolute path.
17331 ac_srcdir=$srcdir$ac_dir_suffix;
17332 ac_top_srcdir=$srcdir ;;
17333 *) # Relative path.
17334 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17335 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17336 esac
17338 # Do not use `cd foo && pwd` to compute absolute paths, because
17339 # the directories may not exist.
17340 case `pwd` in
17341 .) ac_abs_builddir="$ac_dest_dir";;
17343 case "$ac_dest_dir" in
17344 .) ac_abs_builddir=`pwd`;;
17345 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
17346 *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
17347 esac;;
17348 esac
17349 case $ac_abs_builddir in
17350 .) ac_abs_top_builddir=${ac_top_builddir}.;;
17352 case ${ac_top_builddir}. in
17353 .) ac_abs_top_builddir=$ac_abs_builddir;;
17354 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17355 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17356 esac;;
17357 esac
17358 case $ac_abs_builddir in
17359 .) ac_abs_srcdir=$ac_srcdir;;
17361 case $ac_srcdir in
17362 .) ac_abs_srcdir=$ac_abs_builddir;;
17363 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17364 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17365 esac;;
17366 esac
17367 case $ac_abs_builddir in
17368 .) ac_abs_top_srcdir=$ac_top_srcdir;;
17370 case $ac_top_srcdir in
17371 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17372 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17373 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17374 esac;;
17375 esac
17378 case $srcdir in
17379 [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
17380 *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
17381 esac
17383 # Try a symlink, then a hard link, then a copy.
17384 ln -s $ac_rel_source $ac_dest 2>/dev/null ||
17385 ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
17386 cp -p $srcdir/$ac_source $ac_dest ||
17387 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
17388 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
17389 { (exit 1); exit 1; }; }
17390 done
17391 _ACEOF
17392 cat >>$CONFIG_STATUS <<\_ACEOF
17395 # CONFIG_COMMANDS section.
17397 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
17398 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
17399 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
17400 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
17401 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17402 X"$ac_dest" : 'X\(//\)[^/]' \| \
17403 X"$ac_dest" : 'X\(//\)$' \| \
17404 X"$ac_dest" : 'X\(/\)' \| \
17405 . : '\(.\)' 2>/dev/null ||
17406 echo X"$ac_dest" |
17407 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17408 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17409 /^X\(\/\/\)$/{ s//\1/; q; }
17410 /^X\(\/\).*/{ s//\1/; q; }
17411 s/.*/./; q'`
17412 { if $as_mkdir_p; then
17413 mkdir -p "$ac_dir"
17414 else
17415 as_dir="$ac_dir"
17416 as_dirs=
17417 while test ! -d "$as_dir"; do
17418 as_dirs="$as_dir $as_dirs"
17419 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17420 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17421 X"$as_dir" : 'X\(//\)[^/]' \| \
17422 X"$as_dir" : 'X\(//\)$' \| \
17423 X"$as_dir" : 'X\(/\)' \| \
17424 . : '\(.\)' 2>/dev/null ||
17425 echo X"$as_dir" |
17426 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17427 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17428 /^X\(\/\/\)$/{ s//\1/; q; }
17429 /^X\(\/\).*/{ s//\1/; q; }
17430 s/.*/./; q'`
17431 done
17432 test ! -n "$as_dirs" || mkdir $as_dirs
17433 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17434 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17435 { (exit 1); exit 1; }; }; }
17437 ac_builddir=.
17439 if test "$ac_dir" != .; then
17440 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17441 # A "../" for each directory in $ac_dir_suffix.
17442 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17443 else
17444 ac_dir_suffix= ac_top_builddir=
17447 case $srcdir in
17448 .) # No --srcdir option. We are building in place.
17449 ac_srcdir=.
17450 if test -z "$ac_top_builddir"; then
17451 ac_top_srcdir=.
17452 else
17453 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17454 fi ;;
17455 [\\/]* | ?:[\\/]* ) # Absolute path.
17456 ac_srcdir=$srcdir$ac_dir_suffix;
17457 ac_top_srcdir=$srcdir ;;
17458 *) # Relative path.
17459 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17460 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17461 esac
17463 # Do not use `cd foo && pwd` to compute absolute paths, because
17464 # the directories may not exist.
17465 case `pwd` in
17466 .) ac_abs_builddir="$ac_dir";;
17468 case "$ac_dir" in
17469 .) ac_abs_builddir=`pwd`;;
17470 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17471 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17472 esac;;
17473 esac
17474 case $ac_abs_builddir in
17475 .) ac_abs_top_builddir=${ac_top_builddir}.;;
17477 case ${ac_top_builddir}. in
17478 .) ac_abs_top_builddir=$ac_abs_builddir;;
17479 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17480 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17481 esac;;
17482 esac
17483 case $ac_abs_builddir in
17484 .) ac_abs_srcdir=$ac_srcdir;;
17486 case $ac_srcdir in
17487 .) ac_abs_srcdir=$ac_abs_builddir;;
17488 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17489 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17490 esac;;
17491 esac
17492 case $ac_abs_builddir in
17493 .) ac_abs_top_srcdir=$ac_top_srcdir;;
17495 case $ac_top_srcdir in
17496 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17497 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17498 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17499 esac;;
17500 esac
17503 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
17504 echo "$as_me: executing $ac_dest commands" >&6;}
17505 case $ac_dest in
17506 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
17507 # Strip MF so we end up with the name of the file.
17508 mf=`echo "$mf" | sed -e 's/:.*$//'`
17509 # Check whether this is an Automake generated Makefile or not.
17510 # We used to match only the files named `Makefile.in', but
17511 # some people rename them; so instead we look at the file content.
17512 # Grep'ing the first line is not enough: some people post-process
17513 # each Makefile.in and add a new line on top of each file to say so.
17514 # So let's grep whole file.
17515 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
17516 dirpart=`(dirname "$mf") 2>/dev/null ||
17517 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17518 X"$mf" : 'X\(//\)[^/]' \| \
17519 X"$mf" : 'X\(//\)$' \| \
17520 X"$mf" : 'X\(/\)' \| \
17521 . : '\(.\)' 2>/dev/null ||
17522 echo X"$mf" |
17523 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17524 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17525 /^X\(\/\/\)$/{ s//\1/; q; }
17526 /^X\(\/\).*/{ s//\1/; q; }
17527 s/.*/./; q'`
17528 else
17529 continue
17531 # Extract the definition of DEPDIR, am__include, and am__quote
17532 # from the Makefile without running `make'.
17533 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17534 test -z "$DEPDIR" && continue
17535 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17536 test -z "am__include" && continue
17537 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17538 # When using ansi2knr, U may be empty or an underscore; expand it
17539 U=`sed -n 's/^U = //p' < "$mf"`
17540 # Find all dependency output files, they are included files with
17541 # $(DEPDIR) in their names. We invoke sed twice because it is the
17542 # simplest approach to changing $(DEPDIR) to its actual value in the
17543 # expansion.
17544 for file in `sed -n "
17545 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17546 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17547 # Make sure the directory exists.
17548 test -f "$dirpart/$file" && continue
17549 fdir=`(dirname "$file") 2>/dev/null ||
17550 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17551 X"$file" : 'X\(//\)[^/]' \| \
17552 X"$file" : 'X\(//\)$' \| \
17553 X"$file" : 'X\(/\)' \| \
17554 . : '\(.\)' 2>/dev/null ||
17555 echo X"$file" |
17556 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17557 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17558 /^X\(\/\/\)$/{ s//\1/; q; }
17559 /^X\(\/\).*/{ s//\1/; q; }
17560 s/.*/./; q'`
17561 { if $as_mkdir_p; then
17562 mkdir -p $dirpart/$fdir
17563 else
17564 as_dir=$dirpart/$fdir
17565 as_dirs=
17566 while test ! -d "$as_dir"; do
17567 as_dirs="$as_dir $as_dirs"
17568 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17569 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17570 X"$as_dir" : 'X\(//\)[^/]' \| \
17571 X"$as_dir" : 'X\(//\)$' \| \
17572 X"$as_dir" : 'X\(/\)' \| \
17573 . : '\(.\)' 2>/dev/null ||
17574 echo X"$as_dir" |
17575 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17576 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17577 /^X\(\/\/\)$/{ s//\1/; q; }
17578 /^X\(\/\).*/{ s//\1/; q; }
17579 s/.*/./; q'`
17580 done
17581 test ! -n "$as_dirs" || mkdir $as_dirs
17582 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
17583 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
17584 { (exit 1); exit 1; }; }; }
17586 # echo "creating $dirpart/$file"
17587 echo '# dummy' > "$dirpart/$file"
17588 done
17589 done
17591 default ) # Only add multilib support code if we just rebuilt top-level Makefile.
17592 case " $CONFIG_FILES " in
17593 *" Makefile "*)
17594 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
17595 ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
17597 esac
17599 esac
17600 done
17601 _ACEOF
17603 cat >>$CONFIG_STATUS <<\_ACEOF
17605 { (exit 0); exit 0; }
17606 _ACEOF
17607 chmod +x $CONFIG_STATUS
17608 ac_clean_files=$ac_clean_files_save
17611 # configure is writing to config.log, and then calls config.status.
17612 # config.status does its own redirection, appending to config.log.
17613 # Unfortunately, on DOS this fails, as config.log is still kept open
17614 # by configure, so config.status won't be able to write to it; its
17615 # output is simply discarded. So we exec the FD to /dev/null,
17616 # effectively closing config.log, so it can be properly (re)opened and
17617 # appended to by config.status. When coming back to configure, we
17618 # need to make the FD available again.
17619 if test "$no_create" != yes; then
17620 ac_cs_success=:
17621 ac_config_status_args=
17622 test "$silent" = yes &&
17623 ac_config_status_args="$ac_config_status_args --quiet"
17624 exec 5>/dev/null
17625 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17626 exec 5>>config.log
17627 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17628 # would make configure fail if this is the last instruction.
17629 $ac_cs_success || { (exit 1); exit 1; }
17633 # CONFIG_SUBDIRS section.
17635 if test "$no_recursion" != yes; then
17637 # Remove --cache-file and --srcdir arguments so they do not pile up.
17638 ac_sub_configure_args=
17639 ac_prev=
17640 for ac_arg in $ac_configure_args; do
17641 if test -n "$ac_prev"; then
17642 ac_prev=
17643 continue
17645 case $ac_arg in
17646 -cache-file | --cache-file | --cache-fil | --cache-fi \
17647 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
17648 ac_prev=cache_file ;;
17649 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
17650 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
17651 | --c=*)
17653 --config-cache | -C)
17655 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
17656 ac_prev=srcdir ;;
17657 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
17659 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
17660 ac_prev=prefix ;;
17661 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
17663 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
17664 esac
17665 done
17667 # Always prepend --prefix to ensure using the same prefix
17668 # in subdir configurations.
17669 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
17671 ac_popdir=`pwd`
17672 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
17674 # Do not complain, so a configure script can configure whichever
17675 # parts of a large source tree are present.
17676 test -d $srcdir/$ac_dir || continue
17678 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
17679 echo "$as_me: configuring in $ac_dir" >&6;}
17680 { if $as_mkdir_p; then
17681 mkdir -p "$ac_dir"
17682 else
17683 as_dir="$ac_dir"
17684 as_dirs=
17685 while test ! -d "$as_dir"; do
17686 as_dirs="$as_dir $as_dirs"
17687 as_dir=`(dirname "$as_dir") 2>/dev/null ||
17688 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17689 X"$as_dir" : 'X\(//\)[^/]' \| \
17690 X"$as_dir" : 'X\(//\)$' \| \
17691 X"$as_dir" : 'X\(/\)' \| \
17692 . : '\(.\)' 2>/dev/null ||
17693 echo X"$as_dir" |
17694 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17695 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17696 /^X\(\/\/\)$/{ s//\1/; q; }
17697 /^X\(\/\).*/{ s//\1/; q; }
17698 s/.*/./; q'`
17699 done
17700 test ! -n "$as_dirs" || mkdir $as_dirs
17701 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17702 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17703 { (exit 1); exit 1; }; }; }
17705 ac_builddir=.
17707 if test "$ac_dir" != .; then
17708 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17709 # A "../" for each directory in $ac_dir_suffix.
17710 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17711 else
17712 ac_dir_suffix= ac_top_builddir=
17715 case $srcdir in
17716 .) # No --srcdir option. We are building in place.
17717 ac_srcdir=.
17718 if test -z "$ac_top_builddir"; then
17719 ac_top_srcdir=.
17720 else
17721 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
17722 fi ;;
17723 [\\/]* | ?:[\\/]* ) # Absolute path.
17724 ac_srcdir=$srcdir$ac_dir_suffix;
17725 ac_top_srcdir=$srcdir ;;
17726 *) # Relative path.
17727 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
17728 ac_top_srcdir=$ac_top_builddir$srcdir ;;
17729 esac
17731 # Do not use `cd foo && pwd` to compute absolute paths, because
17732 # the directories may not exist.
17733 case `pwd` in
17734 .) ac_abs_builddir="$ac_dir";;
17736 case "$ac_dir" in
17737 .) ac_abs_builddir=`pwd`;;
17738 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
17739 *) ac_abs_builddir=`pwd`/"$ac_dir";;
17740 esac;;
17741 esac
17742 case $ac_abs_builddir in
17743 .) ac_abs_top_builddir=${ac_top_builddir}.;;
17745 case ${ac_top_builddir}. in
17746 .) ac_abs_top_builddir=$ac_abs_builddir;;
17747 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
17748 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
17749 esac;;
17750 esac
17751 case $ac_abs_builddir in
17752 .) ac_abs_srcdir=$ac_srcdir;;
17754 case $ac_srcdir in
17755 .) ac_abs_srcdir=$ac_abs_builddir;;
17756 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
17757 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
17758 esac;;
17759 esac
17760 case $ac_abs_builddir in
17761 .) ac_abs_top_srcdir=$ac_top_srcdir;;
17763 case $ac_top_srcdir in
17764 .) ac_abs_top_srcdir=$ac_abs_builddir;;
17765 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
17766 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
17767 esac;;
17768 esac
17771 cd $ac_dir
17773 # Check for guested configure; otherwise get Cygnus style configure.
17774 if test -f $ac_srcdir/configure.gnu; then
17775 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
17776 elif test -f $ac_srcdir/configure; then
17777 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
17778 elif test -f $ac_srcdir/configure.in; then
17779 ac_sub_configure=$ac_configure
17780 else
17781 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
17782 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
17783 ac_sub_configure=
17786 # The recursion is here.
17787 if test -n "$ac_sub_configure"; then
17788 # Make the cache file name correct relative to the subdirectory.
17789 case $cache_file in
17790 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
17791 *) # Relative path.
17792 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
17793 esac
17795 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
17796 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
17797 # The eval makes quoting arguments work.
17798 eval $ac_sub_configure $ac_sub_configure_args \
17799 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
17800 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
17801 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
17802 { (exit 1); exit 1; }; }
17805 cd $ac_popdir
17806 done