3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --with-target-subdir=SUBDIR
16 configuring in a subdirectory"
18 --with-cross-host=HOST configuring with a cross compiler"
20 --with-newlib Configuring with newlib"
22 --enable-multilib build many library versions (default)"
24 --enable-maintainer-mode enable make rules and dependencies not useful
25 (and sometimes confusing) to the casual installer"
27 --enable-shared[=PKGS] build shared libraries [default=yes]"
29 --enable-static[=PKGS] build static libraries [default=yes]"
31 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
33 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
35 --disable-libtool-lock avoid locking (might break parallel builds)"
37 --with-pic try to use only PIC/non-PIC objects [default=use both]"
39 --disable-getenv-properties
40 don't set system properties from GCJ_PROPERTIES"
42 --enable-hash-synchronization
43 Use global hash table for monitor locks"
45 --enable-libgcj-debug enable runtime debugging code"
47 --enable-interpreter enable interpreter"
49 --enable-sjlj-exceptions force use of builtin_setjmp for exceptions"
51 --disable-java-net disable java.net"
53 --without-libffi don't use libffi"
55 --disable-jvmpi disable JVMPI support"
57 --with-ecos enable runtime eCos target support"
59 --with-system-zlib use installed libz"
61 --with-x use the X Window System"
63 --enable-java-awt list of AWT peer implementations to be built"
65 --enable-java-gc=TYPE choose garbage collector [boehm]"
67 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib"
69 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
71 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
73 --disable-gtktest Do not try to compile and run a test GTK program"
75 --with-glib-prefix=PFX Prefix where GLIB is installed (optional)"
77 --with-glib-exec-prefix=PFX Exec prefix where GLIB is installed (optional)"
79 --disable-glibtest Do not try to compile and run a test GLIB program"
81 --with-libart-prefix=PFX Prefix where LIBART is installed (optional)"
83 --with-libart-exec-prefix=PFX Exec prefix where LIBART is installed (optional)"
85 --disable-libarttest Do not try to compile and run a test LIBART program"
87 # Initialize some variables set by options.
88 # The variables have the same names as the options, with
89 # dashes changed to underlines.
91 cache_file
=.
/config.cache
100 program_transform_name
=s
,x
,x
,
108 bindir
='${exec_prefix}/bin'
109 sbindir
='${exec_prefix}/sbin'
110 libexecdir
='${exec_prefix}/libexec'
111 datadir
='${prefix}/share'
112 sysconfdir
='${prefix}/etc'
113 sharedstatedir
='${prefix}/com'
114 localstatedir
='${prefix}/var'
115 libdir
='${exec_prefix}/lib'
116 includedir
='${prefix}/include'
117 oldincludedir
='/usr/include'
118 infodir
='${prefix}/info'
119 mandir
='${prefix}/man'
121 # Initialize some other variables.
124 SHELL
=${CONFIG_SHELL-/bin/sh}
125 # Maximum number of lines to put in a shell here document.
132 # If the previous option needs an argument, assign it.
133 if test -n "$ac_prev"; then
134 eval "$ac_prev=\$ac_option"
140 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
144 # Accept the important Cygnus configure options, so we can diagnose typos.
148 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
150 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
151 bindir
="$ac_optarg" ;;
153 -build |
--build |
--buil |
--bui |
--bu)
155 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
156 build
="$ac_optarg" ;;
158 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
159 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
160 ac_prev
=cache_file
;;
161 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
162 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
163 cache_file
="$ac_optarg" ;;
165 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
167 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
169 datadir
="$ac_optarg" ;;
171 -disable-* |
--disable-*)
172 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
173 # Reject names that are not valid shell variable names.
174 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
175 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
177 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
178 eval "enable_${ac_feature}=no" ;;
180 -enable-* |
--enable-*)
181 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
182 # Reject names that are not valid shell variable names.
183 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
184 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
186 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
191 eval "enable_${ac_feature}='$ac_optarg'" ;;
193 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
194 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
195 |
--exec |
--exe |
--ex)
196 ac_prev
=exec_prefix
;;
197 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
198 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
199 |
--exec=* |
--exe=* |
--ex=*)
200 exec_prefix
="$ac_optarg" ;;
202 -gas |
--gas |
--ga |
--g)
203 # Obsolete; use --with-gas.
206 -help |
--help |
--hel |
--he)
207 # Omit some internal or obsolete options to make the list less imposing.
208 # This message is too long to be a string in the A/UX 3.1 sh.
210 Usage: configure [options] [host]
211 Options: [defaults in brackets after descriptions]
213 --cache-file=FILE cache test results in FILE
214 --help print this message
215 --no-create do not create output files
216 --quiet, --silent do not print \`checking...' messages
217 --version print the version of autoconf that created configure
218 Directory and file names:
219 --prefix=PREFIX install architecture-independent files in PREFIX
221 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
223 --bindir=DIR user executables in DIR [EPREFIX/bin]
224 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
225 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
226 --datadir=DIR read-only architecture-independent data in DIR
228 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
229 --sharedstatedir=DIR modifiable architecture-independent data in DIR
231 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
232 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
233 --includedir=DIR C header files in DIR [PREFIX/include]
234 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
235 --infodir=DIR info documentation in DIR [PREFIX/info]
236 --mandir=DIR man documentation in DIR [PREFIX/man]
237 --srcdir=DIR find the sources in DIR [configure dir or ..]
238 --program-prefix=PREFIX prepend PREFIX to installed program names
239 --program-suffix=SUFFIX append SUFFIX to installed program names
240 --program-transform-name=PROGRAM
241 run sed PROGRAM on installed program names
245 --build=BUILD configure for building on BUILD [BUILD=HOST]
246 --host=HOST configure for HOST [guessed]
247 --target=TARGET configure for TARGET [TARGET=HOST]
248 Features and packages:
249 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
250 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
251 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
252 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
253 --x-includes=DIR X include files are in DIR
254 --x-libraries=DIR X library files are in DIR
256 if test -n "$ac_help"; then
257 echo "--enable and --with options recognized:$ac_help"
261 -host |
--host |
--hos |
--ho)
263 -host=* |
--host=* |
--hos=* |
--ho=*)
266 -includedir |
--includedir |
--includedi |
--included |
--include \
267 |
--includ |
--inclu |
--incl |
--inc)
268 ac_prev
=includedir
;;
269 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
270 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
271 includedir
="$ac_optarg" ;;
273 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
275 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
276 infodir
="$ac_optarg" ;;
278 -libdir |
--libdir |
--libdi |
--libd)
280 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
281 libdir
="$ac_optarg" ;;
283 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
284 |
--libexe |
--libex |
--libe)
285 ac_prev
=libexecdir
;;
286 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
287 |
--libexe=* |
--libex=* |
--libe=*)
288 libexecdir
="$ac_optarg" ;;
290 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
291 |
--localstate |
--localstat |
--localsta |
--localst \
292 |
--locals |
--local |
--loca |
--loc |
--lo)
293 ac_prev
=localstatedir
;;
294 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
295 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
296 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
297 localstatedir
="$ac_optarg" ;;
299 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
301 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
302 mandir
="$ac_optarg" ;;
305 # Obsolete; use --without-fp.
308 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
312 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
313 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
316 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
317 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
318 |
--oldin |
--oldi |
--old |
--ol |
--o)
319 ac_prev
=oldincludedir
;;
320 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
321 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
322 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
323 oldincludedir
="$ac_optarg" ;;
325 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
327 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
328 prefix
="$ac_optarg" ;;
330 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
331 |
--program-pre |
--program-pr |
--program-p)
332 ac_prev
=program_prefix
;;
333 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
334 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
335 program_prefix
="$ac_optarg" ;;
337 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
338 |
--program-suf |
--program-su |
--program-s)
339 ac_prev
=program_suffix
;;
340 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
341 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
342 program_suffix
="$ac_optarg" ;;
344 -program-transform-name |
--program-transform-name \
345 |
--program-transform-nam |
--program-transform-na \
346 |
--program-transform-n |
--program-transform- \
347 |
--program-transform |
--program-transfor \
348 |
--program-transfo |
--program-transf \
349 |
--program-trans |
--program-tran \
350 |
--progr-tra |
--program-tr |
--program-t)
351 ac_prev
=program_transform_name
;;
352 -program-transform-name=* |
--program-transform-name=* \
353 |
--program-transform-nam=* |
--program-transform-na=* \
354 |
--program-transform-n=* |
--program-transform-=* \
355 |
--program-transform=* |
--program-transfor=* \
356 |
--program-transfo=* |
--program-transf=* \
357 |
--program-trans=* |
--program-tran=* \
358 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
359 program_transform_name
="$ac_optarg" ;;
361 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
362 |
-silent |
--silent |
--silen |
--sile |
--sil)
365 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
367 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
369 sbindir
="$ac_optarg" ;;
371 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
372 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
373 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
375 ac_prev
=sharedstatedir
;;
376 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
377 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
378 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
380 sharedstatedir
="$ac_optarg" ;;
382 -site |
--site |
--sit)
384 -site=* |
--site=* |
--sit=*)
387 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
389 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
390 srcdir
="$ac_optarg" ;;
392 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
393 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
394 ac_prev
=sysconfdir
;;
395 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
396 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
397 sysconfdir
="$ac_optarg" ;;
399 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
401 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
402 target
="$ac_optarg" ;;
404 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
407 -version |
--version |
--versio |
--versi |
--vers)
408 echo "configure generated by autoconf version 2.13"
412 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
413 # Reject names that are not valid shell variable names.
414 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
415 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
417 ac_package
=`echo $ac_package| sed 's/-/_/g'`
422 eval "with_${ac_package}='$ac_optarg'" ;;
424 -without-* |
--without-*)
425 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
426 # Reject names that are not valid shell variable names.
427 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
428 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
430 ac_package
=`echo $ac_package| sed 's/-/_/g'`
431 eval "with_${ac_package}=no" ;;
434 # Obsolete; use --with-x.
437 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
438 |
--x-incl |
--x-inc |
--x-in |
--x-i)
439 ac_prev
=x_includes
;;
440 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
441 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
442 x_includes
="$ac_optarg" ;;
444 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
445 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
446 ac_prev
=x_libraries
;;
447 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
448 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
449 x_libraries
="$ac_optarg" ;;
451 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
455 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
456 echo "configure: warning: $ac_option: invalid host type" 1>&2
458 if test "x$nonopt" != xNONE
; then
459 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
467 if test -n "$ac_prev"; then
468 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
471 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
473 # File descriptor usage:
476 # 2 errors and warnings
477 # 3 some systems may open it to /dev/tty
478 # 4 used on the Kubota Titan
479 # 6 checking for... messages and results
480 # 5 compiler messages saved in config.log
481 if test "$silent" = yes; then
489 This file contains any messages produced by compilers while
490 running configure, to aid debugging if configure makes a mistake.
493 # Strip out --no-create and --no-recursion so they do not pile up.
494 # Also quote any args containing shell metacharacters.
499 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
500 |
--no-cr |
--no-c) ;;
501 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
502 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
503 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
504 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
505 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
510 # Only set these to C if already set. These must not be set unconditionally
511 # because not all systems understand e.g. LANG=C (notably SCO).
512 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
513 # Non-C LC_CTYPE values break the ctype check.
514 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
515 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
516 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
517 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
519 # confdefs.h avoids OS command line length limits that DEFS can exceed.
520 rm -rf conftest
* confdefs.h
521 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
524 # A filename unique to this package, relative to the directory that
525 # configure is in, which we can look for to find out if srcdir is correct.
526 ac_unique_file
=java
/lang
/System.java
528 # Find the source files, if location was not specified.
529 if test -z "$srcdir"; then
530 ac_srcdir_defaulted
=yes
531 # Try the directory containing this script, then its parent.
533 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
534 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
536 if test ! -r $srcdir/$ac_unique_file; then
540 ac_srcdir_defaulted
=no
542 if test ! -r $srcdir/$ac_unique_file; then
543 if test "$ac_srcdir_defaulted" = yes; then
544 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
546 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
549 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
551 # Prefer explicitly selected file to automatically selected ones.
552 if test -z "$CONFIG_SITE"; then
553 if test "x$prefix" != xNONE
; then
554 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
556 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
559 for ac_site_file
in $CONFIG_SITE; do
560 if test -r "$ac_site_file"; then
561 echo "loading site script $ac_site_file"
566 if test -r "$cache_file"; then
567 echo "loading cache $cache_file"
570 echo "creating cache $cache_file"
575 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
576 ac_cpp
='$CPP $CPPFLAGS'
577 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
578 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
579 cross_compiling
=$ac_cv_prog_cc_cross
583 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
584 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
585 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
592 ac_n
= ac_c
='\c' ac_t
=
597 # This works around the fact that libtool configuration may change LD
598 # for this particular configuration, but some shells, instead of
599 # keeping the changes in LD private, export them just because LD is
601 ORIGINAL_LD_FOR_MULTILIBS
=$LD
603 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
604 echo "configure:605: checking whether ln -s works" >&5
605 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
606 echo $ac_n "(cached) $ac_c" 1>&6
609 if ln -s X conftestdata
2>/dev
/null
612 ac_cv_prog_LN_S
="ln -s"
617 LN_S
="$ac_cv_prog_LN_S"
618 if test "$ac_cv_prog_LN_S" = "ln -s"; then
619 echo "$ac_t""yes" 1>&6
621 echo "$ac_t""no" 1>&6
625 # Check whether --with-target-subdir or --without-target-subdir was given.
626 if test "${with_target_subdir+set}" = set; then
627 withval
="$with_target_subdir"
631 # Check whether --with-cross-host or --without-cross-host was given.
632 if test "${with_cross_host+set}" = set; then
633 withval
="$with_cross_host"
638 # Check whether --with-newlib or --without-newlib was given.
639 if test "${with_newlib+set}" = set; then
640 withval
="$with_newlib"
645 # Find a good install program. We prefer a C program (faster),
646 # so one script is as good as another. But avoid the broken or
647 # incompatible versions:
648 # SysV /etc/install, /usr/sbin/install
649 # SunOS /usr/etc/install
652 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
653 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
654 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
655 # ./install, which can be erroneously created by make from ./install.sh.
656 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
657 echo "configure:658: checking for a BSD compatible install" >&5
658 if test -z "$INSTALL"; then
659 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
660 echo $ac_n "(cached) $ac_c" 1>&6
662 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
663 for ac_dir
in $PATH; do
664 # Account for people who put trailing slashes in PATH elements.
666 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
668 # OSF1 and SCO ODT 3.0 have their own names for install.
669 # Don't use installbsd from OSF since it installs stuff as root
671 for ac_prog
in ginstall scoinst
install; do
672 if test -f $ac_dir/$ac_prog; then
673 if test $ac_prog = install &&
674 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
675 # AIX install. It has an incompatible calling convention.
678 ac_cv_path_install
="$ac_dir/$ac_prog -c"
689 if test "${ac_cv_path_install+set}" = set; then
690 INSTALL
="$ac_cv_path_install"
692 # As a last resort, use the slow shell script. We don't cache a
693 # path for INSTALL within a source directory, because that will
694 # break other packages using the cache if that directory is
695 # removed, or if the path is relative.
696 INSTALL
="$ac_install_sh"
699 echo "$ac_t""$INSTALL" 1>&6
701 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
702 # It thinks the first close brace ends the variable substitution.
703 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
705 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
707 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
709 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
710 echo "configure:711: checking whether build environment is sane" >&5
713 echo timestamp
> conftestfile
714 # Do `set' in a subshell so we don't clobber the current shell's
715 # arguments. Must try -L first in case configure is actually a
716 # symlink; some systems play weird games with the mod time of symlinks
717 # (eg FreeBSD returns the mod time of the symlink's containing
720 set X
`ls -Lt $srcdir/configure conftestfile 2> /dev/null`
721 if test "$*" = "X"; then
723 set X
`ls -t $srcdir/configure conftestfile`
725 if test "$*" != "X $srcdir/configure conftestfile" \
726 && test "$*" != "X conftestfile $srcdir/configure"; then
728 # If neither matched, then we have a broken ls. This can happen
729 # if, for instance, CONFIG_SHELL is bash and it inherits a
730 # broken ls alias from the environment. This has actually
731 # happened. Such a system could not be considered "sane".
732 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
733 alias in your environment" 1>&2; exit 1; }
736 test "$2" = conftestfile
742 { echo "configure: error: newly created file is older than distributed files!
743 Check your system clock" 1>&2; exit 1; }
746 echo "$ac_t""yes" 1>&6
747 if test "$program_transform_name" = s
,x
,x
,; then
748 program_transform_name
=
750 # Double any \ or $. echo might interpret backslashes.
751 cat <<\EOF_SED
> conftestsed
752 s
,\\,\\\\,g
; s
,\$
,$$
,g
754 program_transform_name
="`echo $program_transform_name|sed -f conftestsed`"
757 test "$program_prefix" != NONE
&&
758 program_transform_name
="s,^,${program_prefix},; $program_transform_name"
759 # Use a double $ so make ignores it.
760 test "$program_suffix" != NONE
&&
761 program_transform_name
="s,\$\$,${program_suffix},; $program_transform_name"
763 # sed with no file args requires a program.
764 test "$program_transform_name" = "" && program_transform_name
="s,x,x,"
766 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
767 echo "configure:768: checking whether ${MAKE-make} sets \${MAKE}" >&5
768 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
769 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
770 echo $ac_n "(cached) $ac_c" 1>&6
772 cat > conftestmake
<<\EOF
774 @
echo 'ac_maketemp="${MAKE}"'
776 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
777 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
778 if test -n "$ac_maketemp"; then
779 eval ac_cv_prog_make_
${ac_make}_set
=yes
781 eval ac_cv_prog_make_
${ac_make}_set
=no
785 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
786 echo "$ac_t""yes" 1>&6
789 echo "$ac_t""no" 1>&6
790 SET_MAKE
="MAKE=${MAKE-make}"
793 if test $host != $build; then
794 ac_tool_prefix
=${host_alias}-
799 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
800 echo "configure:801: checking for Cygwin environment" >&5
801 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
802 echo $ac_n "(cached) $ac_c" 1>&6
804 cat > conftest.
$ac_ext <<EOF
805 #line 806 "configure"
806 #include "confdefs.h"
811 #define __CYGWIN__ __CYGWIN32__
816 if { (eval echo configure
:817: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
820 echo "configure: failed program was:" >&5
821 cat conftest.
$ac_ext >&5
829 echo "$ac_t""$ac_cv_cygwin" 1>&6
831 test "$ac_cv_cygwin" = yes && CYGWIN
=yes
832 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
833 echo "configure:834: checking for mingw32 environment" >&5
834 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
835 echo $ac_n "(cached) $ac_c" 1>&6
837 cat > conftest.
$ac_ext <<EOF
838 #line 839 "configure"
839 #include "confdefs.h"
845 if { (eval echo configure
:846: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
849 echo "configure: failed program was:" >&5
850 cat conftest.
$ac_ext >&5
858 echo "$ac_t""$ac_cv_mingw32" 1>&6
860 test "$ac_cv_mingw32" = yes && MINGW32
=yes
862 # Check whether --enable-multilib or --disable-multilib was given.
863 if test "${enable_multilib+set}" = set; then
864 enableval
="$enable_multilib"
865 case "${enableval}" in
868 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
875 # When building with srcdir == objdir, links to the source files will
876 # be created in directories within the target_subdir. We have to
877 # adjust toplevel_srcdir accordingly, so that configure finds
878 # install-sh and other auxiliary files that live in the top-level
880 if test "${srcdir}" = "."; then
881 if test -z "${with_target_subdir}"; then
884 if test "${with_target_subdir}" != "."; then
885 toprel
="${with_multisrctop}../.."
887 toprel
="${with_multisrctop}.."
894 libgcj_basedir
=$srcdir/$toprel/.
/libjava
898 for ac_dir
in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel; do
899 if test -f $ac_dir/install-sh
; then
901 ac_install_sh
="$ac_aux_dir/install-sh -c"
903 elif test -f $ac_dir/install.sh
; then
905 ac_install_sh
="$ac_aux_dir/install.sh -c"
909 if test -z "$ac_aux_dir"; then
910 { echo "configure: error: can not find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" 1>&2; exit 1; }
912 ac_config_guess=$ac_aux_dir/config.guess
913 ac_config_sub=$ac_aux_dir/config.sub
914 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
917 # This overrides the previous occurrence for automake, but not for
918 # autoconf, which is exactly what we want.
920 for ac_dir in .. $srcdir/..; do
921 if test -f $ac_dir/install-sh; then
923 ac_install_sh="$ac_aux_dir/install-sh
-c"
925 elif test -f $ac_dir/install.sh; then
927 ac_install_sh="$ac_aux_dir/install.sh
-c"
931 if test -z "$ac_aux_dir"; then
932 { echo "configure
: error
: can not
find install-sh or
install.sh
in ..
$srcdir/..
" 1>&2; exit 1; }
934 ac_config_guess=$ac_aux_dir/config.guess
935 ac_config_sub=$ac_aux_dir/config.sub
936 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
940 # This works around an automake problem.
941 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs
"
945 # Do some error checking and defaulting for the host and target type.
947 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
950 # 1. You are not allowed to specify --host, --target, and nonopt at the
952 # 2. Host defaults to nonopt.
953 # 3. If nonopt is not specified, then host defaults to the current host,
954 # as determined by config.guess.
955 # 4. Target and build default to nonopt.
956 # 5. If nonopt is not specified, then target and build default to host.
958 # The aliases save the names the user supplied, while $host etc.
959 # will get canonicalized.
960 case $host---$target---$nonopt in
961 NONE---*---* | *---NONE---* | *---*---NONE) ;;
962 *) { echo "configure
: error
: can only configure
for one
host and one target
at a
time" 1>&2; exit 1; } ;;
966 # Make sure we can run config.sub.
967 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
968 else { echo "configure
: error
: can not run
$ac_config_sub" 1>&2; exit 1; }
971 echo $ac_n "checking
host system
type""...
$ac_c" 1>&6
972 echo "configure
:973: checking
host system
type" >&5
975 case "$host_alias" in
979 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
980 else { echo "configure
: error
: can not guess
host type; you must specify one
" 1>&2; exit 1; }
982 *) host_alias=$nonopt ;;
986 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
987 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
988 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
989 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
990 echo "$ac_t""$host" 1>&6
992 echo $ac_n "checking target system
type""...
$ac_c" 1>&6
993 echo "configure
:994: checking target system
type" >&5
996 case "$target_alias" in
999 NONE) target_alias=$host_alias ;;
1000 *) target_alias=$nonopt ;;
1004 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
1005 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1006 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1007 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1008 echo "$ac_t""$target" 1>&6
1010 echo $ac_n "checking build system
type""...
$ac_c" 1>&6
1011 echo "configure
:1012: checking build system
type" >&5
1014 case "$build_alias" in
1017 NONE) build_alias=$host_alias ;;
1018 *) build_alias=$nonopt ;;
1022 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1023 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1024 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1025 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1026 echo "$ac_t""$build" 1>&6
1028 test "$host_alias" != "$target_alias" &&
1029 test "$program_prefix$program_suffix$program_transform_name" = \
1031 program_prefix=${target_alias}-
1037 # Extract the first word of "gcc
", so it can be a program name with args.
1038 set dummy gcc; ac_word=$2
1039 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1040 echo "configure
:1041: checking
for $ac_word" >&5
1041 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1042 echo $ac_n "(cached
) $ac_c" 1>&6
1044 if test -n "$CC"; then
1045 ac_cv_prog_CC="$CC" # Let the user override the test.
1047 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1049 for ac_dir in $ac_dummy; do
1050 test -z "$ac_dir" && ac_dir=.
1051 if test -f $ac_dir/$ac_word; then
1060 if test -n "$CC"; then
1061 echo "$ac_t""$CC" 1>&6
1063 echo "$ac_t""no
" 1>&6
1066 if test -z "$CC"; then
1067 # Extract the first word of "cc
", so it can be a program name with args.
1068 set dummy cc; ac_word=$2
1069 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1070 echo "configure
:1071: checking
for $ac_word" >&5
1071 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1072 echo $ac_n "(cached
) $ac_c" 1>&6
1074 if test -n "$CC"; then
1075 ac_cv_prog_CC="$CC" # Let the user override the test.
1077 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1080 for ac_dir in $ac_dummy; do
1081 test -z "$ac_dir" && ac_dir=.
1082 if test -f $ac_dir/$ac_word; then
1083 if test "$ac_dir/$ac_word" = "/usr
/ucb
/cc
"; then
1084 ac_prog_rejected=yes
1092 if test $ac_prog_rejected = yes; then
1093 # We found a bogon in the path, so make sure we never use it.
1094 set dummy $ac_cv_prog_CC
1096 if test $# -gt 0; then
1097 # We chose a different compiler from the bogus one.
1098 # However, it has the same basename, so the bogon will be chosen
1099 # first if we set CC to just the basename; use the full file name.
1101 set dummy "$ac_dir/$ac_word" "$@
"
1109 if test -n "$CC"; then
1110 echo "$ac_t""$CC" 1>&6
1112 echo "$ac_t""no
" 1>&6
1115 if test -z "$CC"; then
1116 case "`uname -s`" in
1118 # Extract the first word of "cl
", so it can be a program name with args.
1119 set dummy cl; ac_word=$2
1120 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1121 echo "configure
:1122: checking
for $ac_word" >&5
1122 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1123 echo $ac_n "(cached
) $ac_c" 1>&6
1125 if test -n "$CC"; then
1126 ac_cv_prog_CC="$CC" # Let the user override the test.
1128 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1130 for ac_dir in $ac_dummy; do
1131 test -z "$ac_dir" && ac_dir=.
1132 if test -f $ac_dir/$ac_word; then
1141 if test -n "$CC"; then
1142 echo "$ac_t""$CC" 1>&6
1144 echo "$ac_t""no
" 1>&6
1149 test -z "$CC" && { echo "configure
: error
: no acceptable cc found
in \
$PATH" 1>&2; exit 1; }
1153 echo $ac_n "checking whether we are using GNU C
""...
$ac_c" 1>&6
1154 echo "configure
:1155: checking whether we are using GNU C
" >&5
1155 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1156 echo $ac_n "(cached
) $ac_c" 1>&6
1158 cat > conftest.c <<EOF
1163 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1170 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1172 if test $ac_cv_prog_gcc = yes; then
1178 ac_test_CFLAGS="${CFLAGS+set}"
1179 ac_save_CFLAGS="$CFLAGS"
1181 echo $ac_n "checking whether
${CC-cc} accepts
-g""...
$ac_c" 1>&6
1182 echo "configure
:1183: checking whether
${CC-cc} accepts
-g" >&5
1183 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1184 echo $ac_n "(cached
) $ac_c" 1>&6
1186 echo 'void f(){}' > conftest.c
1187 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1196 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1197 if test "$ac_test_CFLAGS" = set; then
1198 CFLAGS="$ac_save_CFLAGS"
1199 elif test $ac_cv_prog_cc_g = yes; then
1200 if test "$GCC" = yes; then
1206 if test "$GCC" = yes; then
1214 # We use the libstdc++-v3 version of LIB_AC_PROG_CXX, but use
1215 # glibjava_CXX instead of glibcpp_CXX. That's because we're passed a
1216 # different definition of CXX than other directories, since we don't
1217 # depend on libstdc++-v3 having already been built.
1221 # Use glibjava_CXX so that we do not cause CXX to be cached with the
1222 # flags that come in CXX while configuring libjava. They're different
1223 # from those used for all other target libraries. If CXX is set in
1224 # the environment, respect that here.
1226 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1228 # Extract the first word of "$ac_prog", so it can be a program name with args.
1229 set dummy $ac_prog; ac_word=$2
1230 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1231 echo "configure
:1232: checking
for $ac_word" >&5
1232 if eval "test \"`echo '$''{'ac_cv_prog_glibjava_CXX'+set}'`\" = set"; then
1233 echo $ac_n "(cached
) $ac_c" 1>&6
1235 if test -n "$glibjava_CXX"; then
1236 ac_cv_prog_glibjava_CXX="$glibjava_CXX" # Let the user override the test.
1238 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1240 for ac_dir in $ac_dummy; do
1241 test -z "$ac_dir" && ac_dir=.
1242 if test -f $ac_dir/$ac_word; then
1243 ac_cv_prog_glibjava_CXX="$ac_prog"
1250 glibjava_CXX="$ac_cv_prog_glibjava_CXX"
1251 if test -n "$glibjava_CXX"; then
1252 echo "$ac_t""$glibjava_CXX" 1>&6
1254 echo "$ac_t""no
" 1>&6
1257 test -n "$glibjava_CXX" && break
1259 test -n "$glibjava_CXX" || glibjava_CXX="gcc
"
1263 test -z "$glibjava_CXX" && { echo "configure
: error
: no acceptable c
++ found
in \
$PATH" 1>&2; exit 1; }
1265 echo $ac_n "checking whether we are using GNU C
++""...
$ac_c" 1>&6
1266 echo "configure
:1267: checking whether we are using GNU C
++" >&5
1267 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1268 echo $ac_n "(cached
) $ac_c" 1>&6
1270 cat > conftest.C <<EOF
1275 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1276: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1282 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1284 if test $ac_cv_prog_gxx = yes; then
1286 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1287 ac_save_CXXFLAGS="$CXXFLAGS"
1289 echo $ac_n "checking whether
${CXX-g++} accepts
-g""...
$ac_c" 1>&6
1290 echo "configure
:1291: checking whether
${CXX-g++} accepts
-g" >&5
1291 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1292 echo $ac_n "(cached
) $ac_c" 1>&6
1294 echo 'void f(){}' > conftest.cc
1295 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1296 ac_cv_prog_cxx_g=yes
1304 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1305 if test "$ac_test_CXXFLAGS" = set; then
1306 CXXFLAGS="$ac_save_CXXFLAGS"
1307 elif test $ac_cv_prog_cxx_g = yes; then
1314 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1324 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1325 { echo "configure
: error
: source directory already configured
; run
"make distclean" there first
" 1>&2; exit 1; }
1327 cat >> confdefs.h <<EOF
1328 #define PACKAGE "$PACKAGE"
1331 cat >> confdefs.h <<EOF
1332 #define VERSION "$VERSION"
1337 missing_dir=`cd $ac_aux_dir && pwd`
1338 echo $ac_n "checking
for working aclocal
""...
$ac_c" 1>&6
1339 echo "configure
:1340: checking
for working aclocal
" >&5
1340 # Run test in a subshell; some versions of sh will print an error if
1341 # an executable is not found, even if stderr is redirected.
1342 # Redirect stdin to placate older versions of autoconf. Sigh.
1343 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
1345 echo "$ac_t""found
" 1>&6
1347 ACLOCAL="$missing_dir/missing aclocal
"
1348 echo "$ac_t""missing
" 1>&6
1351 echo $ac_n "checking
for working autoconf
""...
$ac_c" 1>&6
1352 echo "configure
:1353: checking
for working autoconf
" >&5
1353 # Run test in a subshell; some versions of sh will print an error if
1354 # an executable is not found, even if stderr is redirected.
1355 # Redirect stdin to placate older versions of autoconf. Sigh.
1356 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1358 echo "$ac_t""found
" 1>&6
1360 AUTOCONF="$missing_dir/missing autoconf
"
1361 echo "$ac_t""missing
" 1>&6
1364 echo $ac_n "checking
for working automake
""...
$ac_c" 1>&6
1365 echo "configure
:1366: checking
for working automake
" >&5
1366 # Run test in a subshell; some versions of sh will print an error if
1367 # an executable is not found, even if stderr is redirected.
1368 # Redirect stdin to placate older versions of autoconf. Sigh.
1369 if (automake --version) < /dev/null > /dev/null 2>&1; then
1371 echo "$ac_t""found
" 1>&6
1373 AUTOMAKE="$missing_dir/missing automake
"
1374 echo "$ac_t""missing
" 1>&6
1377 echo $ac_n "checking
for working autoheader
""...
$ac_c" 1>&6
1378 echo "configure
:1379: checking
for working autoheader
" >&5
1379 # Run test in a subshell; some versions of sh will print an error if
1380 # an executable is not found, even if stderr is redirected.
1381 # Redirect stdin to placate older versions of autoconf. Sigh.
1382 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1383 AUTOHEADER=autoheader
1384 echo "$ac_t""found
" 1>&6
1386 AUTOHEADER="$missing_dir/missing autoheader
"
1387 echo "$ac_t""missing
" 1>&6
1390 echo $ac_n "checking
for working makeinfo
""...
$ac_c" 1>&6
1391 echo "configure
:1392: checking
for working makeinfo
" >&5
1392 # Run test in a subshell; some versions of sh will print an error if
1393 # an executable is not found, even if stderr is redirected.
1394 # Redirect stdin to placate older versions of autoconf. Sigh.
1395 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1397 echo "$ac_t""found
" 1>&6
1399 MAKEINFO="$missing_dir/missing makeinfo
"
1400 echo "$ac_t""missing
" 1>&6
1405 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
1406 # run it explicitly here, it will be run implicitly before
1407 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
1408 # be run before AC_CANONICAL_HOST.
1409 echo $ac_n "checking build system
type""...
$ac_c" 1>&6
1410 echo "configure
:1411: checking build system
type" >&5
1413 case "$build_alias" in
1416 NONE) build_alias=$host_alias ;;
1417 *) build_alias=$nonopt ;;
1421 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1422 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1423 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1424 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1425 echo "$ac_t""$build" 1>&6
1428 # Extract the first word of "${ac_tool_prefix}as
", so it can be a program name with args.
1429 set dummy ${ac_tool_prefix}as; ac_word=$2
1430 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1431 echo "configure
:1432: checking
for $ac_word" >&5
1432 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1433 echo $ac_n "(cached
) $ac_c" 1>&6
1435 if test -n "$AS"; then
1436 ac_cv_prog_AS="$AS" # Let the user override the test.
1438 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1440 for ac_dir in $ac_dummy; do
1441 test -z "$ac_dir" && ac_dir=.
1442 if test -f $ac_dir/$ac_word; then
1443 ac_cv_prog_AS="${ac_tool_prefix}as
"
1448 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as
"
1452 if test -n "$AS"; then
1453 echo "$ac_t""$AS" 1>&6
1455 echo "$ac_t""no
" 1>&6
1460 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1461 set dummy ${ac_tool_prefix}ar; ac_word=$2
1462 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1463 echo "configure
:1464: checking
for $ac_word" >&5
1464 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1465 echo $ac_n "(cached
) $ac_c" 1>&6
1467 if test -n "$AR"; then
1468 ac_cv_prog_AR="$AR" # Let the user override the test.
1470 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1472 for ac_dir in $ac_dummy; do
1473 test -z "$ac_dir" && ac_dir=.
1474 if test -f $ac_dir/$ac_word; then
1475 ac_cv_prog_AR="${ac_tool_prefix}ar"
1480 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1484 if test -n "$AR"; then
1485 echo "$ac_t""$AR" 1>&6
1487 echo "$ac_t""no
" 1>&6
1492 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
1493 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1494 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1495 echo "configure
:1496: checking
for $ac_word" >&5
1496 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1497 echo $ac_n "(cached
) $ac_c" 1>&6
1499 if test -n "$RANLIB"; then
1500 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1502 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1504 for ac_dir in $ac_dummy; do
1505 test -z "$ac_dir" && ac_dir=.
1506 if test -f $ac_dir/$ac_word; then
1507 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
1514 RANLIB="$ac_cv_prog_RANLIB"
1515 if test -n "$RANLIB"; then
1516 echo "$ac_t""$RANLIB" 1>&6
1518 echo "$ac_t""no
" 1>&6
1522 if test -z "$ac_cv_prog_RANLIB"; then
1523 if test -n "$ac_tool_prefix"; then
1524 # Extract the first word of "ranlib
", so it can be a program name with args.
1525 set dummy ranlib; ac_word=$2
1526 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
1527 echo "configure
:1528: checking
for $ac_word" >&5
1528 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1529 echo $ac_n "(cached
) $ac_c" 1>&6
1531 if test -n "$RANLIB"; then
1532 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1534 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1536 for ac_dir in $ac_dummy; do
1537 test -z "$ac_dir" && ac_dir=.
1538 if test -f $ac_dir/$ac_word; then
1539 ac_cv_prog_RANLIB="ranlib
"
1544 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1547 RANLIB="$ac_cv_prog_RANLIB"
1548 if test -n "$RANLIB"; then
1549 echo "$ac_t""$RANLIB" 1>&6
1551 echo "$ac_t""no
" 1>&6
1560 # Find a good install program. We prefer a C program (faster),
1561 # so one script is as good as another. But avoid the broken or
1562 # incompatible versions:
1563 # SysV /etc/install, /usr/sbin/install
1564 # SunOS /usr/etc/install
1565 # IRIX /sbin/install
1567 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1568 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1569 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff
"
1570 # ./install, which can be erroneously created by make from ./install.sh.
1571 echo $ac_n "checking
for a BSD compatible
install""...
$ac_c" 1>&6
1572 echo "configure
:1573: checking
for a BSD compatible
install" >&5
1573 if test -z "$INSTALL"; then
1574 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1575 echo $ac_n "(cached
) $ac_c" 1>&6
1577 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1578 for ac_dir in $PATH; do
1579 # Account for people who put trailing slashes in PATH elements.
1581 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1583 # OSF1 and SCO ODT 3.0 have their own names for install.
1584 # Don't use installbsd from OSF since it installs stuff as root
1586 for ac_prog in ginstall scoinst install; do
1587 if test -f $ac_dir/$ac_prog; then
1588 if test $ac_prog = install &&
1589 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1590 # AIX install. It has an incompatible calling convention.
1593 ac_cv_path_install="$ac_dir/$ac_prog -c"
1604 if test "${ac_cv_path_install+set}" = set; then
1605 INSTALL="$ac_cv_path_install"
1607 # As a last resort, use the slow shell script. We don't cache a
1608 # path for INSTALL within a source directory, because that will
1609 # break other packages using the cache if that directory is
1610 # removed, or if the path is relative.
1611 INSTALL="$ac_install_sh"
1614 echo "$ac_t""$INSTALL" 1>&6
1616 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1617 # It thinks the first close brace ends the variable substitution.
1618 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1620 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1622 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1625 echo $ac_n "checking whether to
enable maintainer-specific portions of Makefiles
""...
$ac_c" 1>&6
1626 echo "configure
:1627: checking whether to
enable maintainer-specific portions of Makefiles
" >&5
1627 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1628 if test "${enable_maintainer_mode+set}" = set; then
1629 enableval="$enable_maintainer_mode"
1630 USE_MAINTAINER_MODE=$enableval
1632 USE_MAINTAINER_MODE=no
1635 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1638 if test $USE_MAINTAINER_MODE = yes; then
1639 MAINTAINER_MODE_TRUE=
1640 MAINTAINER_MODE_FALSE='#'
1642 MAINTAINER_MODE_TRUE='#'
1643 MAINTAINER_MODE_FALSE=
1645 MAINT=$MAINTAINER_MODE_TRUE
1651 echo $ac_n "checking
for executable suffix
""...
$ac_c" 1>&6
1652 echo "configure
:1653: checking
for executable suffix
" >&5
1653 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1654 echo $ac_n "(cached
) $ac_c" 1>&6
1656 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1660 echo 'int main () { return 0; }' > conftest.$ac_ext
1662 if { (eval echo configure:1663: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1663 for file in conftest.*; do
1665 *.c | *.o | *.obj) ;;
1666 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1670 { echo "configure
: error
: installation or configuration problem
: compiler cannot create executables.
" 1>&2; exit 1; }
1673 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1678 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1679 echo "$ac_t""${ac_cv_exeext}" 1>&6
1683 # configure.host sets the following important variables
1684 # libgcj_cflags - host specific C compiler flags
1685 # libgcj_cxxflags - host specific C++ compiler flags
1686 # libgcj_javaflags - host specific Java compiler flags
1692 . ${srcdir}/configure.host
1694 LIBGCJ_CFLAGS="${libgcj_cflags}"
1695 LIBGCJ_CXXFLAGS="${libgcj_cxxflags}"
1696 LIBGCJ_JAVAFLAGS="${libgcj_javaflags}"
1706 # Only use libltdl for native builds.
1707 if test -z "${with_cross_host}"; then
1708 case $enable_ltdl_convenience in
1709 no) { echo "configure
: error
: this package needs a convenience libltdl
" 1>&2; exit 1; } ;;
1710 "") enable_ltdl_convenience=yes
1711 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1713 LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
1714 INCLTDL='-I${top_srcdir}/''libltdl'
1718 cat >> confdefs.h <<\EOF
1722 # Sigh. Libtool's macro doesn't do the right thing.
1723 INCLTDL="-I\$
(top_srcdir
)/libltdl
$INCLTDL"
1724 # FIXME: this is a hack.
1725 sub_auxdir="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
1726 ac_configure_args="$ac_configure_args --with-auxdir=$sub_auxdir"
1731 # Check whether --enable-shared or --disable-shared was given.
1732 if test "${enable_shared+set}" = set; then
1733 enableval="$enable_shared"
1734 p=${PACKAGE-default}
1736 yes) enable_shared=yes ;;
1737 no) enable_shared=no ;;
1740 # Look at the argument we got. We use all the common list separators.
1741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1742 for pkg in $enableval; do
1743 if test "X
$pkg" = "X
$p"; then
1754 # Check whether --enable-static or --disable-static was given.
1755 if test "${enable_static+set}" = set; then
1756 enableval="$enable_static"
1757 p=${PACKAGE-default}
1759 yes) enable_static=yes ;;
1760 no) enable_static=no ;;
1763 # Look at the argument we got. We use all the common list separators.
1764 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1765 for pkg in $enableval; do
1766 if test "X
$pkg" = "X
$p"; then
1777 # Check whether --enable-fast-install or --disable-fast-install was given.
1778 if test "${enable_fast_install+set}" = set; then
1779 enableval="$enable_fast_install"
1780 p=${PACKAGE-default}
1782 yes) enable_fast_install=yes ;;
1783 no) enable_fast_install=no ;;
1785 enable_fast_install=no
1786 # Look at the argument we got. We use all the common list separators.
1787 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1788 for pkg in $enableval; do
1789 if test "X
$pkg" = "X
$p"; then
1790 enable_fast_install=yes
1797 enable_fast_install=yes
1800 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1801 if test "${with_gnu_ld+set}" = set; then
1802 withval="$with_gnu_ld"
1803 test "$withval" = no || with_gnu_ld=yes
1809 if test "$GCC" = yes; then
1810 # Check if gcc -print-prog-name=ld gives a path.
1811 echo $ac_n "checking
for ld used by GCC
""...
$ac_c" 1>&6
1812 echo "configure
:1813: checking
for ld used by GCC
" >&5
1815 # gcc leaves a trailing carriage return which upsets mingw
1816 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1818 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1821 # Accept absolute paths.
1822 [\\/]* | [A-Za-z]:[\\/]*)
1823 re_direlt='/[^/][^/]*/\.\./'
1824 # Canonicalize the path of ld
1825 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1826 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1827 ac_prog=`echo $ac_prog| sed "s
%$re_direlt%/%"`
1829 test -z "$LD" && LD="$ac_prog"
1832 # If it fails, then pretend we aren't using GCC.
1836 # If it is relative, then search for the first ld in PATH.
1840 elif test "$with_gnu_ld" = yes; then
1841 echo $ac_n "checking
for GNU ld
""...
$ac_c" 1>&6
1842 echo "configure
:1843: checking
for GNU ld
" >&5
1844 echo $ac_n "checking
for non-GNU ld
""...
$ac_c" 1>&6
1845 echo "configure
:1846: checking
for non-GNU ld
" >&5
1847 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1848 echo $ac_n "(cached
) $ac_c" 1>&6
1850 if test -z "$LD"; then
1851 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1852 for ac_dir in $PATH; do
1853 test -z "$ac_dir" && ac_dir=.
1854 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1855 lt_cv_path_LD="$ac_dir/$ac_prog"
1856 # Check to see if the program is GNU ld. I'd rather use --version,
1857 # but apparently some GNU ld's only accept -v.
1858 # Break only if it was the GNU/non-GNU ld that we prefer.
1859 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1860 test "$with_gnu_ld" != no && break
1862 test "$with_gnu_ld" != yes && break
1868 lt_cv_path_LD="$LD" # Let the user override the test with a path.
1873 if test -n "$LD"; then
1874 echo "$ac_t""$LD" 1>&6
1876 echo "$ac_t""no
" 1>&6
1878 test -z "$LD" && { echo "configure
: error
: no acceptable ld found
in \
$PATH" 1>&2; exit 1; }
1879 echo $ac_n "checking
if the linker
($LD) is GNU ld
""...
$ac_c" 1>&6
1880 echo "configure
:1881: checking
if the linker
($LD) is GNU ld
" >&5
1881 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1882 echo $ac_n "(cached
) $ac_c" 1>&6
1884 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1885 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1886 lt_cv_prog_gnu_ld=yes
1888 lt_cv_prog_gnu_ld=no
1892 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1893 with_gnu_ld=$lt_cv_prog_gnu_ld
1896 echo $ac_n "checking
for $LD option to reload object files
""...
$ac_c" 1>&6
1897 echo "configure
:1898: checking
for $LD option to reload object files
" >&5
1898 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1899 echo $ac_n "(cached
) $ac_c" 1>&6
1901 lt_cv_ld_reload_flag='-r'
1904 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1905 reload_flag=$lt_cv_ld_reload_flag
1906 test -n "$reload_flag" && reload_flag=" $reload_flag"
1908 echo $ac_n "checking
for BSD-compatible nm
""...
$ac_c" 1>&6
1909 echo "configure
:1910: checking
for BSD-compatible nm
" >&5
1910 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1911 echo $ac_n "(cached
) $ac_c" 1>&6
1913 if test -n "$NM"; then
1914 # Let the user override the test.
1917 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1918 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1919 test -z "$ac_dir" && ac_dir=.
1920 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1921 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1922 # Check to see if the nm accepts a BSD-compat flag.
1923 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1924 # nm: unknown option "B
" ignored
1925 # Tru64's nm complains that /dev/null is an invalid object file
1926 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1927 lt_cv_path_NM="$tmp_nm -B"
1929 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1930 lt_cv_path_NM="$tmp_nm -p"
1933 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1934 continue # so that we can try to find one that supports BSD flags
1939 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1944 echo "$ac_t""$NM" 1>&6
1946 echo $ac_n "checking how to recognise dependant libraries
""...
$ac_c" 1>&6
1947 echo "configure
:1948: checking how to recognise dependant libraries
" >&5
1948 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1949 echo $ac_n "(cached
) $ac_c" 1>&6
1951 lt_cv_file_magic_cmd='$MAGIC_CMD'
1952 lt_cv_file_magic_test_file=
1953 lt_cv_deplibs_check_method='unknown'
1954 # Need to set the preceding variable on all platforms that support
1955 # interlibrary dependencies.
1956 # 'none' -- dependencies not supported.
1957 # `unknown' -- same as none, but documents that we really don't know.
1958 # 'pass_all' -- all dependencies passed with no checks.
1959 # 'test_compile' -- check by making test program.
1960 # 'file_magic [regex]' -- check by looking for files in library path
1961 # which responds to the $file_magic_cmd with a given egrep regex.
1962 # If you have `file' or equivalent on your system and you're not sure
1963 # whether `pass_all' will *always* work, you probably want this one.
1967 lt_cv_deplibs_check_method=pass_all
1971 lt_cv_deplibs_check_method=pass_all
1975 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1976 lt_cv_file_magic_cmd='/usr/bin/file -L'
1977 lt_cv_file_magic_test_file=/shlib/libc.so
1980 cygwin* | mingw* |pw32*)
1981 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1982 lt_cv_file_magic_cmd='$OBJDUMP -f'
1985 darwin* | rhapsody*)
1986 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1987 lt_cv_file_magic_cmd='/usr/bin/file -L'
1989 rhapsody* | darwin1.012)
1990 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1993 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1999 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2002 # Not sure whether the presence of OpenBSD here was a mistake.
2003 # Let's accept both of them until this is cleared up.
2004 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
2005 lt_cv_file_magic_cmd=/usr/bin/file
2006 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2010 lt_cv_deplibs_check_method=pass_all
2015 lt_cv_deplibs_check_method=pass_all
2021 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
2022 lt_cv_file_magic_cmd=/usr/bin/file
2023 lt_cv_file_magic_test_file=/usr/lib/libc.sl
2026 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
2027 lt_cv_file_magic_cmd=/usr/bin/file
2028 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2036 # this will be overridden with pass_all, but let us keep it just in case
2037 lt_cv_deplibs_check_method="file_magic ELF
32-bit MSB dynamic lib MIPS
- version
1"
2041 *-32|*"-32 ") libmagic=32-bit;;
2042 *-n32|*"-n32 ") libmagic=N32;;
2043 *-64|*"-64 ") libmagic=64-bit;;
2044 *) libmagic=never-match;;
2046 # this will be overridden with pass_all, but let us keep it just in case
2047 lt_cv_deplibs_check_method="file_magic ELF
${libmagic} MSB mips-
[1234] dynamic lib MIPS
- version
1"
2050 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
2051 lt_cv_deplibs_check_method=pass_all
2054 # This must be Linux ELF.
2057 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
2058 lt_cv_deplibs_check_method=pass_all ;;
2060 # glibc up to 2.1.1 does not perform some relocations on ARM
2061 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
2063 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
2067 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2068 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
2070 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
2075 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
2076 lt_cv_file_magic_cmd=/usr/bin/file
2077 lt_cv_file_magic_test_file=/usr/lib/libnls.so
2080 osf3* | osf4* | osf5*)
2081 # this will be overridden with pass_all, but let us keep it just in case
2082 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
2083 lt_cv_file_magic_test_file=/shlib/libc.so
2084 lt_cv_deplibs_check_method=pass_all
2088 lt_cv_deplibs_check_method=pass_all
2092 lt_cv_deplibs_check_method=pass_all
2093 lt_cv_file_magic_test_file=/lib/libc.so
2096 sysv5uw[78]* | sysv4*uw2*)
2097 lt_cv_deplibs_check_method=pass_all
2100 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2101 case $host_vendor in
2103 lt_cv_deplibs_check_method=pass_all
2106 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]'
2107 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2115 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
2116 file_magic_cmd=$lt_cv_file_magic_cmd
2117 deplibs_check_method=$lt_cv_deplibs_check_method
2119 echo $ac_n "checking
for object suffix
""...
$ac_c" 1>&6
2120 echo "configure
:2121: checking
for object suffix
" >&5
2121 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
2122 echo $ac_n "(cached
) $ac_c" 1>&6
2125 echo 'int i = 1;' > conftest.$ac_ext
2126 if { (eval echo configure:2127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2127 for ac_file in conftest.*; do
2130 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
2134 { echo "configure
: error
: installation or configuration problem
; compiler does not work
" 1>&2; exit 1; }
2139 echo "$ac_t""$ac_cv_objext" 1>&6
2140 OBJEXT=$ac_cv_objext
2141 ac_objext=$ac_cv_objext
2143 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
2145 # Only perform the check for file, if the check method requires it
2146 case $deplibs_check_method in
2148 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2149 echo $ac_n "checking
for ${ac_tool_prefix}file""...
$ac_c" 1>&6
2150 echo "configure
:2151: checking
for ${ac_tool_prefix}file" >&5
2151 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2152 echo $ac_n "(cached
) $ac_c" 1>&6
2156 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2159 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2162 ac_save_MAGIC_CMD="$MAGIC_CMD"
2163 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2164 ac_dummy="/usr
/bin
:$PATH"
2165 for ac_dir in $ac_dummy; do
2166 test -z "$ac_dir" && ac_dir=.
2167 if test -f $ac_dir/${ac_tool_prefix}file; then
2168 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
2169 if test -n "$file_magic_test_file"; then
2170 case $deplibs_check_method in
2172 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2173 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2174 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2175 egrep "$file_magic_regex" > /dev/null; then
2180 *** Warning: the command libtool uses to detect shared libraries,
2181 *** $file_magic_cmd, produces output that libtool cannot recognize.
2182 *** The result is that libtool may fail to recognize shared libraries
2183 *** as such. This will affect the creation of libtool libraries that
2184 *** depend on shared libraries, but programs linked with such libtool
2185 *** libraries will work regardless of this problem. Nevertheless, you
2186 *** may want to report the problem to your system manager and/or to
2187 *** bug-libtool@gnu.org
2197 MAGIC_CMD="$ac_save_MAGIC_CMD"
2202 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2203 if test -n "$MAGIC_CMD"; then
2204 echo "$ac_t""$MAGIC_CMD" 1>&6
2206 echo "$ac_t""no
" 1>&6
2209 if test -z "$lt_cv_path_MAGIC_CMD"; then
2210 if test -n "$ac_tool_prefix"; then
2211 echo $ac_n "checking
for file""...
$ac_c" 1>&6
2212 echo "configure
:2213: checking
for file" >&5
2213 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2214 echo $ac_n "(cached
) $ac_c" 1>&6
2218 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2221 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2224 ac_save_MAGIC_CMD="$MAGIC_CMD"
2225 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2226 ac_dummy="/usr
/bin
:$PATH"
2227 for ac_dir in $ac_dummy; do
2228 test -z "$ac_dir" && ac_dir=.
2229 if test -f $ac_dir/file; then
2230 lt_cv_path_MAGIC_CMD="$ac_dir/file"
2231 if test -n "$file_magic_test_file"; then
2232 case $deplibs_check_method in
2234 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2235 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2236 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2237 egrep "$file_magic_regex" > /dev/null; then
2242 *** Warning: the command libtool uses to detect shared libraries,
2243 *** $file_magic_cmd, produces output that libtool cannot recognize.
2244 *** The result is that libtool may fail to recognize shared libraries
2245 *** as such. This will affect the creation of libtool libraries that
2246 *** depend on shared libraries, but programs linked with such libtool
2247 *** libraries will work regardless of this problem. Nevertheless, you
2248 *** may want to report the problem to your system manager and/or to
2249 *** bug-libtool@gnu.org
2259 MAGIC_CMD="$ac_save_MAGIC_CMD"
2264 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2265 if test -n "$MAGIC_CMD"; then
2266 echo "$ac_t""$MAGIC_CMD" 1>&6
2268 echo "$ac_t""no
" 1>&6
2280 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
2281 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2282 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
2283 echo "configure
:2284: checking
for $ac_word" >&5
2284 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2285 echo $ac_n "(cached
) $ac_c" 1>&6
2287 if test -n "$RANLIB"; then
2288 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2290 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2292 for ac_dir in $ac_dummy; do
2293 test -z "$ac_dir" && ac_dir=.
2294 if test -f $ac_dir/$ac_word; then
2295 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
2302 RANLIB="$ac_cv_prog_RANLIB"
2303 if test -n "$RANLIB"; then
2304 echo "$ac_t""$RANLIB" 1>&6
2306 echo "$ac_t""no
" 1>&6
2310 if test -z "$ac_cv_prog_RANLIB"; then
2311 if test -n "$ac_tool_prefix"; then
2312 # Extract the first word of "ranlib
", so it can be a program name with args.
2313 set dummy ranlib; ac_word=$2
2314 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
2315 echo "configure
:2316: checking
for $ac_word" >&5
2316 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2317 echo $ac_n "(cached
) $ac_c" 1>&6
2319 if test -n "$RANLIB"; then
2320 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2322 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2324 for ac_dir in $ac_dummy; do
2325 test -z "$ac_dir" && ac_dir=.
2326 if test -f $ac_dir/$ac_word; then
2327 ac_cv_prog_RANLIB="ranlib
"
2332 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2335 RANLIB="$ac_cv_prog_RANLIB"
2336 if test -n "$RANLIB"; then
2337 echo "$ac_t""$RANLIB" 1>&6
2339 echo "$ac_t""no
" 1>&6
2347 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
2348 set dummy ${ac_tool_prefix}strip; ac_word=$2
2349 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
2350 echo "configure
:2351: checking
for $ac_word" >&5
2351 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2352 echo $ac_n "(cached
) $ac_c" 1>&6
2354 if test -n "$STRIP"; then
2355 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2357 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2359 for ac_dir in $ac_dummy; do
2360 test -z "$ac_dir" && ac_dir=.
2361 if test -f $ac_dir/$ac_word; then
2362 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
2369 STRIP="$ac_cv_prog_STRIP"
2370 if test -n "$STRIP"; then
2371 echo "$ac_t""$STRIP" 1>&6
2373 echo "$ac_t""no
" 1>&6
2377 if test -z "$ac_cv_prog_STRIP"; then
2378 if test -n "$ac_tool_prefix"; then
2379 # Extract the first word of "strip
", so it can be a program name with args.
2380 set dummy strip; ac_word=$2
2381 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
2382 echo "configure
:2383: checking
for $ac_word" >&5
2383 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2384 echo $ac_n "(cached
) $ac_c" 1>&6
2386 if test -n "$STRIP"; then
2387 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2389 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2391 for ac_dir in $ac_dummy; do
2392 test -z "$ac_dir" && ac_dir=.
2393 if test -f $ac_dir/$ac_word; then
2394 ac_cv_prog_STRIP="strip
"
2399 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2402 STRIP="$ac_cv_prog_STRIP"
2403 if test -n "$STRIP"; then
2404 echo "$ac_t""$STRIP" 1>&6
2406 echo "$ac_t""no
" 1>&6
2415 # Check for any special flags to pass to ltconfig.
2416 libtool_flags="--cache-file=$cache_file"
2417 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2418 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2419 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2420 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2421 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2422 libtool_flags="$libtool_flags --enable-dlopen"
2424 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2425 if test "${enable_libtool_lock+set}" = set; then
2426 enableval="$enable_libtool_lock"
2430 test "x
$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2431 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2433 # Check whether --with-pic or --without-pic was given.
2434 if test "${with_pic+set}" = set; then
2441 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2442 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2444 # Some flags need to be propagated to the compiler or linker for good
2448 # Find out which ABI we are using.
2449 echo '#line 2450 "configure
"' > conftest.$ac_ext
2450 if { (eval echo configure:2451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2451 case `/usr/bin/file conftest.$ac_objext` in
2467 # Find out which ABI we are using.
2468 echo 'int i;' > conftest.$ac_ext
2469 if { (eval echo configure:2470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2470 case "`/usr/bin/file conftest.o`" in
2482 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
2483 # Find out which ABI we are using.
2484 echo 'int i;' > conftest.$ac_ext
2485 if { (eval echo configure:2486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2486 case "`/usr/bin/file conftest.o`" in
2490 LD="${LD-ld} -m elf_i386
"
2493 LD="${LD-ld} -m elf32ppclinux
"
2496 LD="${LD-ld} -m elf_s390
"
2499 LD="${LD-ld} -m elf32_sparc
"
2506 LD="${LD-ld} -m elf_x86_64
"
2508 ppc*-*linux*|powerpc*-*linux*)
2509 LD="${LD-ld} -m elf64ppc
"
2512 LD="${LD-ld} -m elf64_s390
"
2515 LD="${LD-ld} -m elf64_sparc
"
2525 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2526 SAVE_CFLAGS="$CFLAGS"
2527 CFLAGS="$CFLAGS -belf"
2528 echo $ac_n "checking whether the C compiler needs
-belf""...
$ac_c" 1>&6
2529 echo "configure
:2530: checking whether the C compiler needs
-belf" >&5
2530 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2531 echo $ac_n "(cached
) $ac_c" 1>&6
2535 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2536 ac_cpp='$CPP $CPPFLAGS'
2537 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2538 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2539 cross_compiling=$ac_cv_prog_cc_cross
2541 cat > conftest.$ac_ext <<EOF
2542 #line 2543 "configure
"
2543 #include "confdefs.h
"
2549 if { (eval echo configure:2550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2551 lt_cv_cc_needs_belf=yes
2553 echo "configure
: failed program was
:" >&5
2554 cat conftest.$ac_ext >&5
2556 lt_cv_cc_needs_belf=no
2560 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2561 ac_cpp='$CPP $CPPFLAGS'
2562 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2563 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2564 cross_compiling=$ac_cv_prog_cc_cross
2568 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2569 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2570 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2571 CFLAGS="$SAVE_CFLAGS"
2578 echo $ac_n "checking how to run the C
++ preprocessor
""...
$ac_c" 1>&6
2579 echo "configure
:2580: checking how to run the C
++ preprocessor
" >&5
2580 if test -z "$CXXCPP"; then
2581 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2582 echo $ac_n "(cached
) $ac_c" 1>&6
2585 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2586 ac_cpp='$CXXCPP $CPPFLAGS'
2587 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2588 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2589 cross_compiling=$ac_cv_prog_cxx_cross
2590 CXXCPP="${CXX-g++} -E"
2591 cat > conftest.$ac_ext <<EOF
2592 #line 2593 "configure
"
2593 #include "confdefs.h
"
2596 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
2597 { (eval echo configure:2598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2598 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
2599 if test -z "$ac_err"; then
2603 echo "configure
: failed program was
:" >&5
2604 cat conftest.$ac_ext >&5
2609 ac_cv_prog_CXXCPP="$CXXCPP"
2611 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2612 ac_cpp='$CPP $CPPFLAGS'
2613 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2614 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2615 cross_compiling=$ac_cv_prog_cc_cross
2618 CXXCPP="$ac_cv_prog_CXXCPP"
2619 echo "$ac_t""$CXXCPP" 1>&6
2622 # Save cache, so that ltconfig can load it
2623 cat > confcache <<\EOF
2624 # This file is a shell script that caches the results of configure
2625 # tests run on this system so they can be shared between configure
2626 # scripts and configure runs. It is not useful on other systems.
2627 # If it contains results you don't want to keep, you may remove or edit it.
2629 # By default, configure uses ./config.cache as the cache file,
2630 # creating it if it does not exist already. You can give configure
2631 # the --cache-file=FILE option to use a different cache file; that is
2632 # what configure does when it calls configure scripts in
2633 # subdirectories, so they share the cache.
2634 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2635 # config.status only pays attention to the cache file if you give it the
2636 # --recheck option to rerun configure.
2639 # The following way of writing the cache mishandles newlines in values,
2640 # but we know of no workaround that is simple, portable, and efficient.
2641 # So, don't put newlines in cache variables' values.
2642 # Ultrix sh set writes to stderr and can't be redirected directly,
2643 # and sets the high bit in the cache file unless we assign to the vars.
2645 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2647 # `set' does not quote correctly, so add quotes (double-quote substitution
2648 # turns \\\\ into \\, and sed turns \\ into \).
2650 -e "s
/'/'\\\\''/g
" \
2651 -e "s
/^
\\([a-zA-Z0-9_
]*_cv_
[a-zA-Z0-9_
]*\\)=\\(.
*\\)/\\1=\
${\\1='\\2'}/p
"
2654 # `set' quotes correctly as required by POSIX, so do not add quotes.
2655 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2658 if cmp -s $cache_file confcache; then
2661 if test -w $cache_file; then
2662 echo "updating cache
$cache_file"
2663 cat confcache > $cache_file
2665 echo "not updating unwritable cache
$cache_file"
2671 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2672 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2673 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2674 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2675 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2676 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2677 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2678 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2679 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2680 || { echo "configure
: error
: libtool configure failed
" 1>&2; exit 1; }
2682 # Reload cache, that may have been modified by ltconfig
2683 if test -r "$cache_file"; then
2684 echo "loading cache
$cache_file"
2687 echo "creating cache
$cache_file"
2692 # This can be used to rebuild libtool when needed
2693 LIBTOOL_DEPS="$ac_aux_dir/ltconfig
$ac_aux_dir/ltmain.sh
$ac_aux_dir/ltcf-c.sh
"
2695 # Always use our own libtool.
2696 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2698 # Redirect the config.log output again, so that the ltconfig log is not
2699 # clobbered by the next message.
2700 exec 5>>./config.log
2704 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh
"
2706 lt_save_CFLAGS="$CFLAGS"
2707 AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
2708 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2709 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2710 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2711 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2712 deplibs_check_method="$deplibs_check_method" \
2713 file_magic_cmd="$file_magic_cmd" \
2714 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
2715 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
2716 || { echo "configure
: error
: libtool tag configuration failed
" 1>&2; exit 1; }
2718 CFLAGS="$lt_save_CFLAGS"
2720 # Redirect the config.log output again, so that the ltconfig log is not
2721 # clobbered by the next message.
2722 exec 5>>./config.log
2732 if test -z "$with_target_subdir" || test "$with_target_subdir" = ".
"; then
2741 if test -d $srcdir/testsuite; then
2743 TESTSUBDIR_FALSE='#'
2749 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
2750 if test "${enable_getenv_properties+set}" = set; then
2751 enableval="$enable_getenv_properties"
2756 if test -z "$enable_getenv_properties"; then
2757 enable_getenv_properties=${enable_getenv_properties_default-yes}
2759 if test "$enable_getenv_properties" = no; then
2760 cat >> confdefs.h <<\EOF
2761 #define DISABLE_GETENV_PROPERTIES 1
2766 if test -z "$enable_main_args"; then
2767 enable_main_args=${enable_main_args_default-yes}
2769 if test "$enable_main_args" = no; then
2770 cat >> confdefs.h <<\EOF
2771 #define DISABLE_MAIN_ARGS 1
2777 # Check whether --enable-hash-synchronization or --disable-hash-synchronization was given.
2778 if test "${enable_hash_synchronization+set}" = set; then
2779 enableval="$enable_hash_synchronization"
2784 if test -z "$enable_hash_synchronization"; then
2785 enable_hash_synchronization=$enable_hash_synchronization_default
2788 if test "${slow_pthread_self}" = "yes"; then
2789 cat >> confdefs.h <<\EOF
2790 #define SLOW_PTHREAD_SELF 1
2798 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
2799 if test "${enable_libgcj_debug+set}" = set; then
2800 enableval="$enable_libgcj_debug"
2801 if test "$enable_libgcj_debug" = yes; then
2802 cat >> confdefs.h <<\EOF
2811 # Check whether --enable-interpreter or --disable-interpreter was given.
2812 if test "${enable_interpreter+set}" = set; then
2813 enableval="$enable_interpreter"
2814 if test "$enable_interpreter" = yes; then
2815 # This can also be set in configure.host.
2816 libgcj_interpreter=yes
2817 elif test "$enable_interpreter" = no; then
2818 libgcj_interpreter=no
2823 if test "$libgcj_interpreter" = yes; then
2824 cat >> confdefs.h <<\EOF
2825 #define INTERPRETER 1
2829 INTERPRETER="$libgcj_interpreter"
2832 echo $ac_n "checking
for exception model to use
""...
$ac_c" 1>&6
2833 echo "configure
:2834: checking
for exception model to use
" >&5
2836 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2837 ac_cpp='$CXXCPP $CPPFLAGS'
2838 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2839 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2840 cross_compiling=$ac_cv_prog_cxx_cross
2842 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
2843 if test "${enable_sjlj_exceptions+set}" = set; then
2844 enableval="$enable_sjlj_exceptions"
2847 cat > conftest.$ac_ext << EOF
2848 #line 2849 "configure
"
2857 old_CXXFLAGS="$CXXFLAGS"
2859 if { (eval echo configure:2860: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2860 if grep _Unwind_SjLj_Resume conftest.s >/dev/null 2>&1 ; then
2861 enable_sjlj_exceptions=yes
2862 elif grep _Unwind_Resume conftest.s >/dev/null 2>&1 ; then
2863 enable_sjlj_exceptions=no
2866 CXXFLAGS="$old_CXXFLAGS"
2870 if test x$enable_sjlj_exceptions = xyes; then
2871 cat >> confdefs.h <<\EOF
2872 #define SJLJ_EXCEPTIONS 1
2875 ac_exception_model_name=sjlj
2876 elif test x$enable_sjlj_exceptions = xno; then
2877 ac_exception_model_name="call frame
"
2879 { echo "configure
: error
: unable to detect exception model
" 1>&2; exit 1; }
2882 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2883 ac_cpp='$CPP $CPPFLAGS'
2884 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2885 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2886 cross_compiling=$ac_cv_prog_cc_cross
2888 echo "$ac_t""$ac_exception_model_name" 1>&6
2890 # If we are non using SJLJ exceptions, and this host does not have support
2891 # for unwinding from a signal handler, enable checked dereferences and divides.
2892 if test $can_unwind_signal = no && test $enable_sjlj_exceptions = no; then
2893 CHECKREFSPEC=-fcheck-references
2894 DIVIDESPEC=-fuse-divide-subroutine
2898 # Check whether --enable-java-net or --disable-java-net was given.
2899 if test "${enable_java_net+set}" = set; then
2900 enableval="$enable_java_net"
2905 if test -z "$enable_java_net"; then
2906 enable_java_net=${enable_java_net_default-yes}
2908 if test "$enable_java_net" = no; then
2909 cat >> confdefs.h <<\EOF
2910 #define DISABLE_JAVA_NET 1
2915 # Check whether --with-libffi or --without-libffi was given.
2916 if test "${with_libffi+set}" = set; then
2917 withval="$with_libffi"
2920 with_libffi=${with_libffi_default-yes}
2926 if test "$with_libffi" != no; then
2927 cat >> confdefs.h <<\EOF
2928 #define USE_LIBFFI 1
2931 LIBFFI=../libffi/libffi_convenience.la
2932 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
2937 # Check whether --enable-jvmpi or --disable-jvmpi was given.
2938 if test "${enable_jvmpi+set}" = set; then
2939 enableval="$enable_jvmpi"
2944 if test "$enable_jvmpi" != no; then
2945 cat >> confdefs.h <<\EOF
2946 #define ENABLE_JVMPI 1
2951 TARGET_ECOS=${PROCESS-"no"}
2952 # Check whether --with-ecos or --without-ecos was given.
2953 if test "${with_ecos+set}" = set; then
2954 withval="$with_ecos"
2955 TARGET_ECOS="$with_ecos"
2961 case "$TARGET_ECOS" in
2965 PLATFORMOBJS=win32.lo
2968 echo $ac_n "checking whether
'ld' is
at least
2.13""...
$ac_c" 1>&6
2969 echo "configure
:2970: checking whether
'ld' is
at least
2.13" >&5
2970 LD_PROG=`$CC --print-prog-name=ld`
2971 LD_VERSION=`$LD_PROG --version`
2972 LD_VERSION_MAJOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
2973 LD_VERSION_MINOR=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
2974 if expr "$LD_VERSION_MAJOR" \> 2 > /dev/null; then
2977 if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \>= 13 > /dev/null; then
2981 if test "x
$LD_OK" != x; then
2982 echo "$ac_t""yes; major
=$LD_VERSION_MAJOR, minor
=$LD_VERSION_MINOR" 1>&6
2984 echo "$ac_t""no
; major
=$LD_VERSION_MAJOR, minor
=$LD_VERSION_MINOR" 1>&6
2985 echo "configure
: warning
: ld
<2.13 detected
; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack...
" 1>&2
2986 cat >> confdefs.h <<\EOF
2987 #define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
2994 PLATFORMOBJS=posix.lo
3001 cat >> confdefs.h <<\EOF
3005 PLATFORMOBJS=posix.lo
3012 echo $ac_n "checking how to run the C preprocessor
""...
$ac_c" 1>&6
3013 echo "configure
:3014: checking how to run the C preprocessor
" >&5
3014 # On Suns, sometimes $CPP names a directory.
3015 if test -n "$CPP" && test -d "$CPP"; then
3018 if test -z "$CPP"; then
3019 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
3020 echo $ac_n "(cached
) $ac_c" 1>&6
3022 # This must be in double quotes, not single quotes, because CPP may get
3023 # substituted into the Makefile and "${CC-cc}" will confuse make.
3025 # On the NeXT, cc -E runs the code through the compiler's parser,
3026 # not just through cpp.
3027 cat > conftest.$ac_ext <<EOF
3028 #line 3029 "configure
"
3029 #include "confdefs.h
"
3033 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
3034 { (eval echo configure:3035: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3035 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
3036 if test -z "$ac_err"; then
3040 echo "configure
: failed program was
:" >&5
3041 cat conftest.$ac_ext >&5
3043 CPP="${CC-cc} -E -traditional-cpp"
3044 cat > conftest.$ac_ext <<EOF
3045 #line 3046 "configure
"
3046 #include "confdefs.h
"
3050 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
3051 { (eval echo configure:3052: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3052 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
3053 if test -z "$ac_err"; then
3057 echo "configure
: failed program was
:" >&5
3058 cat conftest.$ac_ext >&5
3060 CPP="${CC-cc} -nologo -E"
3061 cat > conftest.$ac_ext <<EOF
3062 #line 3063 "configure
"
3063 #include "confdefs.h
"
3067 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
3068 { (eval echo configure:3069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3069 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
3070 if test -z "$ac_err"; then
3074 echo "configure
: failed program was
:" >&5
3075 cat conftest.$ac_ext >&5
3084 ac_cv_prog_CPP="$CPP"
3086 CPP="$ac_cv_prog_CPP"
3088 ac_cv_prog_CPP="$CPP"
3090 echo "$ac_t""$CPP" 1>&6
3092 cat > conftest.$ac_ext <<EOF
3093 #line 3094 "configure
"
3094 #include "confdefs.h
"
3097 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3098 egrep "uint32_t
" >/dev/null 2>&1; then
3100 cat >> confdefs.h <<\EOF
3101 #define HAVE_INT32_DEFINED 1
3107 cat > conftest.$ac_ext <<EOF
3108 #line 3109 "configure
"
3109 #include "confdefs.h
"
3110 #include <inttypes.h>
3112 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3113 egrep "uint32_t
" >/dev/null 2>&1; then
3115 cat >> confdefs.h <<\EOF
3116 #define HAVE_INT32_DEFINED 1
3122 cat > conftest.$ac_ext <<EOF
3123 #line 3124 "configure
"
3124 #include "confdefs.h
"
3125 #include <sys/types.h>
3127 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3128 egrep "u_int32_t
" >/dev/null 2>&1; then
3130 cat >> confdefs.h <<\EOF
3131 #define HAVE_BSD_INT32_DEFINED 1
3137 cat > conftest.$ac_ext <<EOF
3138 #line 3139 "configure
"
3139 #include "confdefs.h
"
3140 #include <sys/config.h>
3142 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3143 egrep "u_int32_t
" >/dev/null 2>&1; then
3145 cat >> confdefs.h <<\EOF
3146 #define HAVE_BSD_INT32_DEFINED 1
3154 cat > conftest.$ac_ext <<EOF
3155 #line 3156 "configure
"
3156 #include "confdefs.h
"
3159 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3160 egrep "mktime
" >/dev/null 2>&1; then
3162 cat >> confdefs.h <<\EOF
3163 #define HAVE_MKTIME 1
3169 cat > conftest.$ac_ext <<EOF
3170 #line 3171 "configure
"
3171 #include "confdefs.h
"
3174 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
3175 egrep "localtime
" >/dev/null 2>&1; then
3177 cat >> confdefs.h <<\EOF
3178 #define HAVE_LOCALTIME 1
3185 test -d java || mkdir java
3186 test -d java/io || mkdir java/io
3187 test -d gnu || mkdir gnu
3191 test -d java/lang || mkdir java/lang
3197 SYSTEMSPEC="-lgdi32 -lwsock32 -lws2_32"
3205 LIBGCJTESTSPEC="-L`${PWDCMD-pwd}`/.libs
-rpath `${PWDCMD-pwd}`/.libs
"
3208 # Check whether --with-system-zlib or --without-system-zlib was given.
3209 if test "${with_system_zlib+set}" = set; then
3210 withval="$with_system_zlib"
3219 # If we find X, set shell vars x_includes and x_libraries to the
3220 # paths, otherwise set no_x=yes.
3221 # Uses ac_ vars as temps to allow command line to override cache and checks.
3222 # --without-x overrides everything else, but does not touch the cache.
3223 echo $ac_n "checking
for X
""...
$ac_c" 1>&6
3224 echo "configure
:3225: checking
for X
" >&5
3226 # Check whether --with-x or --without-x was given.
3227 if test "${with_x+set}" = set; then
3232 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3233 if test "x
$with_x" = xno; then
3234 # The user explicitly disabled X.
3237 if test "x
$x_includes" != xNONE && test "x
$x_libraries" != xNONE; then
3238 # Both variables are already set.
3241 if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
3242 echo $ac_n "(cached
) $ac_c" 1>&6
3244 # One or both of the vars are not set, and there is no cached value.
3245 ac_x_includes=NO ac_x_libraries=NO
3247 if mkdir conftestdir; then
3249 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
3250 cat > Imakefile <<'EOF'
3252 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
3254 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
3255 # GNU make sometimes prints "make[1]: Entering...
", which would confuse us.
3256 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
3257 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3258 for ac_extension in a so sl; do
3259 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
3260 test -f $ac_im_libdir/libX11.$ac_extension; then
3261 ac_im_usrlibdir=$ac_im_libdir; break
3264 # Screen out bogus values from the imake configuration. They are
3265 # bogus both because they are the default anyway, and because
3266 # using them would break gcc on systems where it needs fixed includes.
3267 case "$ac_im_incroot" in
3269 *) test -f "$ac_im_incroot/X11
/Xos.h
" && ac_x_includes="$ac_im_incroot" ;;
3271 case "$ac_im_usrlibdir" in
3273 *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
3280 if test "$ac_x_includes" = NO; then
3281 # Guess where to find include files, by looking for this one X11 .h file.
3282 test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
3284 # First, try using that file with no special directory specified.
3285 cat > conftest.$ac_ext <<EOF
3286 #line 3287 "configure
"
3287 #include "confdefs.h
"
3288 #include <$x_direct_test_include>
3290 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
3291 { (eval echo configure:3292: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3292 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
3293 if test -z "$ac_err"; then
3295 # We can compile using X headers with no special include directory.
3299 echo "configure
: failed program was
:" >&5
3300 cat conftest.$ac_ext >&5
3302 # Look for the header file in a standard set of common directories.
3303 # Check X11 before X11Rn because it is often a symlink to the current release.
3306 /usr/X11R6/include \
3307 /usr/X11R5/include \
3308 /usr/X11R4/include \
3311 /usr/include/X11R6 \
3312 /usr/include/X11R5 \
3313 /usr/include/X11R4 \
3315 /usr/local/X11/include \
3316 /usr/local/X11R6/include \
3317 /usr/local/X11R5/include \
3318 /usr/local/X11R4/include \
3320 /usr/local/include/X11 \
3321 /usr/local/include/X11R6 \
3322 /usr/local/include/X11R5 \
3323 /usr/local/include/X11R4 \
3327 /usr/XFree86/include/X11 \
3330 /usr/local/include \
3331 /usr/unsupported/include \
3332 /usr/athena/include \
3333 /usr/local/x11r5/include \
3334 /usr/lpp/Xamples/include \
3336 /usr/openwin/include \
3337 /usr/openwin/share/include \
3340 if test -r "$ac_dir/$x_direct_test_include"; then
3341 ac_x_includes=$ac_dir
3347 fi # $ac_x_includes = NO
3349 if test "$ac_x_libraries" = NO; then
3350 # Check for the libraries.
3352 test -z "$x_direct_test_library" && x_direct_test_library=Xt
3353 test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
3355 # See if we find them without any special options.
3356 # Don't add to $LIBS permanently.
3357 ac_save_LIBS="$LIBS"
3358 LIBS="-l$x_direct_test_library $LIBS"
3359 cat > conftest.$ac_ext <<EOF
3360 #line 3361 "configure
"
3361 #include "confdefs.h
"
3364 ${x_direct_test_function}()
3367 if { (eval echo configure:3368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3369 LIBS="$ac_save_LIBS"
3370 # We can link X programs with no special library path.
3373 echo "configure
: failed program was
:" >&5
3374 cat conftest.$ac_ext >&5
3376 LIBS="$ac_save_LIBS"
3377 # First see if replacing the include by lib works.
3378 # Check X11 before X11Rn because it is often a symlink to the current release.
3379 for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
3390 /usr/local/X11/lib \
3391 /usr/local/X11R6/lib \
3392 /usr/local/X11R5/lib \
3393 /usr/local/X11R4/lib \
3395 /usr/local/lib/X11 \
3396 /usr/local/lib/X11R6 \
3397 /usr/local/lib/X11R5 \
3398 /usr/local/lib/X11R4 \
3402 /usr/XFree86/lib/X11 \
3406 /usr/unsupported/lib \
3408 /usr/local/x11r5/lib \
3409 /usr/lpp/Xamples/lib \
3413 /usr/openwin/share/lib \
3416 for ac_extension in a so sl; do
3417 if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
3418 ac_x_libraries=$ac_dir
3425 fi # $ac_x_libraries = NO
3427 if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
3428 # Didn't find X anywhere. Cache the known absence of X.
3429 ac_cv_have_x="have_x
=no
"
3431 # Record where we found X for the cache.
3432 ac_cv_have_x="have_x
=yes \
3433 ac_x_includes
=$ac_x_includes ac_x_libraries
=$ac_x_libraries"
3437 eval "$ac_cv_have_x"
3440 if test "$have_x" != yes; then
3441 echo "$ac_t""$have_x" 1>&6
3444 # If each of the values was on the command line, it overrides each guess.
3445 test "x
$x_includes" = xNONE && x_includes=$ac_x_includes
3446 test "x
$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3447 # Update the cache value to reflect the command line values.
3448 ac_cv_have_x="have_x
=yes \
3449 ac_x_includes
=$x_includes ac_x_libraries
=$x_libraries"
3450 echo "$ac_t""libraries
$x_libraries, headers
$x_includes" 1>&6
3453 if test "$no_x" = yes; then
3454 # Not all programs may use this symbol, but it does not hurt to define it.
3455 cat >> confdefs.h <<\EOF
3456 #define X_DISPLAY_MISSING 1
3459 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3461 if test -n "$x_includes"; then
3462 X_CFLAGS="$X_CFLAGS -I$x_includes"
3465 # It would also be nice to do this for all -L options, not just this one.
3466 if test -n "$x_libraries"; then
3467 X_LIBS="$X_LIBS -L$x_libraries"
3468 # For Solaris; some versions of Sun CC require a space after -R and
3469 # others require no space. Words are not sufficient . . . .
3470 case "`(uname -sr) 2>/dev/null`" in
3472 echo $ac_n "checking whether
-R must be followed by a space
""...
$ac_c" 1>&6
3473 echo "configure
:3474: checking whether
-R must be followed by a space
" >&5
3474 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
3475 cat > conftest.$ac_ext <<EOF
3476 #line 3477 "configure
"
3477 #include "confdefs.h
"
3483 if { (eval echo configure:3484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3487 echo "configure
: failed program was
:" >&5
3488 cat conftest.$ac_ext >&5
3493 if test $ac_R_nospace = yes; then
3494 echo "$ac_t""no
" 1>&6
3495 X_LIBS="$X_LIBS -R$x_libraries"
3497 LIBS="$ac_xsave_LIBS -R $x_libraries"
3498 cat > conftest.$ac_ext <<EOF
3499 #line 3500 "configure
"
3500 #include "confdefs.h
"
3506 if { (eval echo configure:3507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3510 echo "configure
: failed program was
:" >&5
3511 cat conftest.$ac_ext >&5
3516 if test $ac_R_space = yes; then
3517 echo "$ac_t""yes" 1>&6
3518 X_LIBS="$X_LIBS -R $x_libraries"
3520 echo "$ac_t""neither works
" 1>&6
3523 LIBS="$ac_xsave_LIBS"
3527 # Check for system-dependent libraries X programs must link with.
3528 # Do this before checking for the system-independent R6 libraries
3529 # (-lICE), since we may need -lsocket or whatever for X linking.
3531 if test "$ISC" = yes; then
3532 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
3534 # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
3535 # libraries were built with DECnet support. And karl@cs.umb.edu says
3536 # the Alpha needs dnet_stub (dnet does not exist).
3537 echo $ac_n "checking
for dnet_ntoa
in -ldnet""...
$ac_c" 1>&6
3538 echo "configure
:3539: checking
for dnet_ntoa
in -ldnet" >&5
3539 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3540 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3541 echo $ac_n "(cached
) $ac_c" 1>&6
3543 ac_save_LIBS="$LIBS"
3545 cat > conftest.$ac_ext <<EOF
3546 #line 3547 "configure
"
3547 #include "confdefs.h
"
3548 /* Override any gcc2 internal prototype to avoid an error. */
3549 /* We use char because int might match the return type of a gcc2
3550 builtin and then its argument prototype would still apply. */
3557 if { (eval echo configure:3558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3559 eval "ac_cv_lib_
$ac_lib_var=yes"
3561 echo "configure
: failed program was
:" >&5
3562 cat conftest.$ac_ext >&5
3564 eval "ac_cv_lib_
$ac_lib_var=no
"
3567 LIBS="$ac_save_LIBS"
3570 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3571 echo "$ac_t""yes" 1>&6
3572 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3574 echo "$ac_t""no
" 1>&6
3577 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
3578 echo $ac_n "checking
for dnet_ntoa
in -ldnet_stub""...
$ac_c" 1>&6
3579 echo "configure
:3580: checking
for dnet_ntoa
in -ldnet_stub" >&5
3580 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
3581 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3582 echo $ac_n "(cached
) $ac_c" 1>&6
3584 ac_save_LIBS="$LIBS"
3585 LIBS="-ldnet_stub $LIBS"
3586 cat > conftest.$ac_ext <<EOF
3587 #line 3588 "configure
"
3588 #include "confdefs.h
"
3589 /* Override any gcc2 internal prototype to avoid an error. */
3590 /* We use char because int might match the return type of a gcc2
3591 builtin and then its argument prototype would still apply. */
3598 if { (eval echo configure:3599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3600 eval "ac_cv_lib_
$ac_lib_var=yes"
3602 echo "configure
: failed program was
:" >&5
3603 cat conftest.$ac_ext >&5
3605 eval "ac_cv_lib_
$ac_lib_var=no
"
3608 LIBS="$ac_save_LIBS"
3611 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3612 echo "$ac_t""yes" 1>&6
3613 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3615 echo "$ac_t""no
" 1>&6
3620 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
3621 # to get the SysV transport functions.
3622 # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
3624 # The nsl library prevents programs from opening the X display
3625 # on Irix 5.2, according to dickey@clark.net.
3626 echo $ac_n "checking
for gethostbyname
""...
$ac_c" 1>&6
3627 echo "configure
:3628: checking
for gethostbyname
" >&5
3628 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
3629 echo $ac_n "(cached
) $ac_c" 1>&6
3631 cat > conftest.$ac_ext <<EOF
3632 #line 3633 "configure
"
3633 #include "confdefs.h
"
3634 /* System header to define __stub macros and hopefully few prototypes,
3635 which can conflict with char gethostbyname(); below. */
3637 /* Override any gcc2 internal prototype to avoid an error. */
3638 /* We use char because int might match the return type of a gcc2
3639 builtin and then its argument prototype would still apply. */
3640 char gethostbyname();
3644 /* The GNU C library defines this for functions which it implements
3645 to always fail with ENOSYS. Some functions are actually named
3646 something starting with __ and the normal name is an alias. */
3647 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
3655 if { (eval echo configure:3656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3657 eval "ac_cv_func_gethostbyname
=yes"
3659 echo "configure
: failed program was
:" >&5
3660 cat conftest.$ac_ext >&5
3662 eval "ac_cv_func_gethostbyname
=no
"
3667 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
3668 echo "$ac_t""yes" 1>&6
3671 echo "$ac_t""no
" 1>&6
3674 if test $ac_cv_func_gethostbyname = no; then
3675 echo $ac_n "checking
for gethostbyname
in -lnsl""...
$ac_c" 1>&6
3676 echo "configure
:3677: checking
for gethostbyname
in -lnsl" >&5
3677 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
3678 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3679 echo $ac_n "(cached
) $ac_c" 1>&6
3681 ac_save_LIBS="$LIBS"
3683 cat > conftest.$ac_ext <<EOF
3684 #line 3685 "configure
"
3685 #include "confdefs.h
"
3686 /* Override any gcc2 internal prototype to avoid an error. */
3687 /* We use char because int might match the return type of a gcc2
3688 builtin and then its argument prototype would still apply. */
3689 char gethostbyname();
3695 if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3697 eval "ac_cv_lib_
$ac_lib_var=yes"
3699 echo "configure
: failed program was
:" >&5
3700 cat conftest.$ac_ext >&5
3702 eval "ac_cv_lib_
$ac_lib_var=no
"
3705 LIBS="$ac_save_LIBS"
3708 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3709 echo "$ac_t""yes" 1>&6
3710 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
3712 echo "$ac_t""no
" 1>&6
3717 # lieder@skyler.mavd.honeywell.com says without -lsocket,
3718 # socket/setsockopt and other routines are undefined under SCO ODT
3719 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
3720 # on later versions), says simon@lia.di.epfl.ch: it contains
3721 # gethostby* variants that don't use the nameserver (or something).
3722 # -lsocket must be given before -lnsl if both are needed.
3723 # We assume that if connect needs -lnsl, so does gethostbyname.
3724 echo $ac_n "checking
for connect
""...
$ac_c" 1>&6
3725 echo "configure
:3726: checking
for connect
" >&5
3726 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
3727 echo $ac_n "(cached
) $ac_c" 1>&6
3729 cat > conftest.$ac_ext <<EOF
3730 #line 3731 "configure
"
3731 #include "confdefs.h
"
3732 /* System header to define __stub macros and hopefully few prototypes,
3733 which can conflict with char connect(); below. */
3735 /* Override any gcc2 internal prototype to avoid an error. */
3736 /* We use char because int might match the return type of a gcc2
3737 builtin and then its argument prototype would still apply. */
3742 /* The GNU C library defines this for functions which it implements
3743 to always fail with ENOSYS. Some functions are actually named
3744 something starting with __ and the normal name is an alias. */
3745 #if defined (__stub_connect) || defined (__stub___connect)
3753 if { (eval echo configure:3754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3755 eval "ac_cv_func_connect
=yes"
3757 echo "configure
: failed program was
:" >&5
3758 cat conftest.$ac_ext >&5
3760 eval "ac_cv_func_connect
=no
"
3765 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
3766 echo "$ac_t""yes" 1>&6
3769 echo "$ac_t""no
" 1>&6
3772 if test $ac_cv_func_connect = no; then
3773 echo $ac_n "checking
for connect
in -lsocket""...
$ac_c" 1>&6
3774 echo "configure
:3775: checking
for connect
in -lsocket" >&5
3775 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
3776 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3777 echo $ac_n "(cached
) $ac_c" 1>&6
3779 ac_save_LIBS="$LIBS"
3780 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
3781 cat > conftest.$ac_ext <<EOF
3782 #line 3783 "configure
"
3783 #include "confdefs.h
"
3784 /* Override any gcc2 internal prototype to avoid an error. */
3785 /* We use char because int might match the return type of a gcc2
3786 builtin and then its argument prototype would still apply. */
3793 if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3795 eval "ac_cv_lib_
$ac_lib_var=yes"
3797 echo "configure
: failed program was
:" >&5
3798 cat conftest.$ac_ext >&5
3800 eval "ac_cv_lib_
$ac_lib_var=no
"
3803 LIBS="$ac_save_LIBS"
3806 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3807 echo "$ac_t""yes" 1>&6
3808 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
3810 echo "$ac_t""no
" 1>&6
3815 # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
3816 echo $ac_n "checking
for remove
""...
$ac_c" 1>&6
3817 echo "configure
:3818: checking
for remove
" >&5
3818 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
3819 echo $ac_n "(cached
) $ac_c" 1>&6
3821 cat > conftest.$ac_ext <<EOF
3822 #line 3823 "configure
"
3823 #include "confdefs.h
"
3824 /* System header to define __stub macros and hopefully few prototypes,
3825 which can conflict with char remove(); below. */
3827 /* Override any gcc2 internal prototype to avoid an error. */
3828 /* We use char because int might match the return type of a gcc2
3829 builtin and then its argument prototype would still apply. */
3834 /* The GNU C library defines this for functions which it implements
3835 to always fail with ENOSYS. Some functions are actually named
3836 something starting with __ and the normal name is an alias. */
3837 #if defined (__stub_remove) || defined (__stub___remove)
3845 if { (eval echo configure:3846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3847 eval "ac_cv_func_remove
=yes"
3849 echo "configure
: failed program was
:" >&5
3850 cat conftest.$ac_ext >&5
3852 eval "ac_cv_func_remove
=no
"
3857 if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
3858 echo "$ac_t""yes" 1>&6
3861 echo "$ac_t""no
" 1>&6
3864 if test $ac_cv_func_remove = no; then
3865 echo $ac_n "checking
for remove
in -lposix""...
$ac_c" 1>&6
3866 echo "configure
:3867: checking
for remove
in -lposix" >&5
3867 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
3868 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3869 echo $ac_n "(cached
) $ac_c" 1>&6
3871 ac_save_LIBS="$LIBS"
3872 LIBS="-lposix $LIBS"
3873 cat > conftest.$ac_ext <<EOF
3874 #line 3875 "configure
"
3875 #include "confdefs.h
"
3876 /* Override any gcc2 internal prototype to avoid an error. */
3877 /* We use char because int might match the return type of a gcc2
3878 builtin and then its argument prototype would still apply. */
3885 if { (eval echo configure:3886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3887 eval "ac_cv_lib_
$ac_lib_var=yes"
3889 echo "configure
: failed program was
:" >&5
3890 cat conftest.$ac_ext >&5
3892 eval "ac_cv_lib_
$ac_lib_var=no
"
3895 LIBS="$ac_save_LIBS"
3898 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3899 echo "$ac_t""yes" 1>&6
3900 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
3902 echo "$ac_t""no
" 1>&6
3907 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
3908 echo $ac_n "checking
for shmat
""...
$ac_c" 1>&6
3909 echo "configure
:3910: checking
for shmat
" >&5
3910 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
3911 echo $ac_n "(cached
) $ac_c" 1>&6
3913 cat > conftest.$ac_ext <<EOF
3914 #line 3915 "configure
"
3915 #include "confdefs.h
"
3916 /* System header to define __stub macros and hopefully few prototypes,
3917 which can conflict with char shmat(); below. */
3919 /* Override any gcc2 internal prototype to avoid an error. */
3920 /* We use char because int might match the return type of a gcc2
3921 builtin and then its argument prototype would still apply. */
3926 /* The GNU C library defines this for functions which it implements
3927 to always fail with ENOSYS. Some functions are actually named
3928 something starting with __ and the normal name is an alias. */
3929 #if defined (__stub_shmat) || defined (__stub___shmat)
3937 if { (eval echo configure:3938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3939 eval "ac_cv_func_shmat
=yes"
3941 echo "configure
: failed program was
:" >&5
3942 cat conftest.$ac_ext >&5
3944 eval "ac_cv_func_shmat
=no
"
3949 if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
3950 echo "$ac_t""yes" 1>&6
3953 echo "$ac_t""no
" 1>&6
3956 if test $ac_cv_func_shmat = no; then
3957 echo $ac_n "checking
for shmat
in -lipc""...
$ac_c" 1>&6
3958 echo "configure
:3959: checking
for shmat
in -lipc" >&5
3959 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
3960 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3961 echo $ac_n "(cached
) $ac_c" 1>&6
3963 ac_save_LIBS="$LIBS"
3965 cat > conftest.$ac_ext <<EOF
3966 #line 3967 "configure
"
3967 #include "confdefs.h
"
3968 /* Override any gcc2 internal prototype to avoid an error. */
3969 /* We use char because int might match the return type of a gcc2
3970 builtin and then its argument prototype would still apply. */
3977 if { (eval echo configure:3978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3979 eval "ac_cv_lib_
$ac_lib_var=yes"
3981 echo "configure
: failed program was
:" >&5
3982 cat conftest.$ac_ext >&5
3984 eval "ac_cv_lib_
$ac_lib_var=no
"
3987 LIBS="$ac_save_LIBS"
3990 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3991 echo "$ac_t""yes" 1>&6
3992 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
3994 echo "$ac_t""no
" 1>&6
4000 # Check for libraries that X11R6 Xt/Xaw programs need.
4001 ac_save_LDFLAGS="$LDFLAGS"
4002 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4003 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4004 # check for ICE first), but we must link in the order -lSM -lICE or
4005 # we get undefined symbols. So assume we have SM if we have ICE.
4006 # These have to be linked with before -lX11, unlike the other
4007 # libraries we check for below, so use a different variable.
4008 # --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
4009 echo $ac_n "checking
for IceConnectionNumber
in -lICE""...
$ac_c" 1>&6
4010 echo "configure
:4011: checking
for IceConnectionNumber
in -lICE" >&5
4011 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
4012 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4013 echo $ac_n "(cached
) $ac_c" 1>&6
4015 ac_save_LIBS="$LIBS"
4016 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4017 cat > conftest.$ac_ext <<EOF
4018 #line 4019 "configure
"
4019 #include "confdefs.h
"
4020 /* Override any gcc2 internal prototype to avoid an error. */
4021 /* We use char because int might match the return type of a gcc2
4022 builtin and then its argument prototype would still apply. */
4023 char IceConnectionNumber();
4026 IceConnectionNumber()
4029 if { (eval echo configure:4030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4031 eval "ac_cv_lib_
$ac_lib_var=yes"
4033 echo "configure
: failed program was
:" >&5
4034 cat conftest.$ac_ext >&5
4036 eval "ac_cv_lib_
$ac_lib_var=no
"
4039 LIBS="$ac_save_LIBS"
4042 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4043 echo "$ac_t""yes" 1>&6
4044 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4046 echo "$ac_t""no
" 1>&6
4049 LDFLAGS="$ac_save_LDFLAGS"
4054 # Check whether --enable-java-awt or --disable-java-awt was given.
4055 if test "${enable_java_awt+set}" = set; then
4056 enableval="$enable_java_awt"
4061 peerlibs="`echo ${enable_java_awt} | tr ',' ' '`"
4064 # The default toolkit to use is the first one specified.
4068 for peer in $peerlibs ; do
4071 if test "$no_x" = yes; then
4072 echo "*** xlib peers requested but no X library available
" 1>&2
4076 if test -z "$TOOLKIT"; then
4077 TOOLKIT=gnu.awt.xlib.XToolkit
4082 if test "$no_x" = yes; then
4083 echo "*** xlib peers requested but no X library available
" 1>&2
4087 if test -z "$TOOLKIT"; then
4088 TOOLKIT=gnu.java.awt.peer.gtk.GtkToolkit
4090 test -d jniinclude || mkdir jniinclude
4099 echo "*** unrecognised argument
\"${peer}\" for --enable-java-awt" 1>&2
4106 if test "$use_xlib_awt" = yes; then
4115 if test "$use_gtk_awt" = yes; then
4126 echo $ac_n "checking
for garbage collector to use
""...
$ac_c" 1>&6
4127 echo "configure
:4128: checking
for garbage collector to use
" >&5
4128 # Check whether --enable-java-gc or --disable-java-gc was given.
4129 if test "${enable_java_gc+set}" = set; then
4130 enableval="$enable_java_gc"
4146 echo "$ac_t""boehm
" 1>&6
4147 GCLIBS=../boehm-gc/libgcjgc_convenience.la
4148 GCINCS='-I$(top_srcdir)/../boehm-gc/include'
4149 JC1GCSPEC='-fuse-boehm-gc'
4150 GCTESTSPEC="-L`${PWDCMD-pwd}`/..
/boehm-gc
/.libs
-rpath `${PWDCMD-pwd}`/..
/boehm-gc
/.libs
"
4152 GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
4155 cat >> confdefs.h <<\EOF
4156 #define HAVE_BOEHM_GC 1
4161 echo "$ac_t""none
" 1>&6
4166 { echo "configure
: error
: unrecognized collector
\"$GC\"" 1>&2; exit 1; }
4179 echo $ac_n "checking
for thread model used by GCC
""...
$ac_c" 1>&6
4180 echo "configure
:4181: checking
for thread model used by GCC
" >&5
4181 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
4182 echo "$ac_t""$THREADS" 1>&6
4192 cat >> confdefs.h <<\EOF
4193 #define LINUX_THREADS 1
4201 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
4202 { echo "configure
: error
: thread package
$THREADS not yet supported
" 1>&2; exit 1; }
4205 { echo "configure
: error
: $THREADS is an unknown thread package
" 1>&2; exit 1; }
4220 # Don't set THREADLIBS here. Cygwin doesn't have -lpthread.
4225 # Before FreeBSD 5, it didn't have -lpthread (or any library which
4226 # merely adds pthread_* functions) but it does have a -pthread switch
4227 # which is required at link-time to select -lc_r *instead* of -lc.
4228 THREADLDFLAGS=-pthread
4229 # Don't set THREADSPEC here as might be expected since -pthread is
4230 # not processed when found within a spec file, it must come from
4231 # the command line. For now, the user must provide the -pthread
4232 # switch to link code compiled with gcj. In future, consider adding
4233 # support for weak references to pthread_* functions ala gthr.h API.
4234 THREADSPEC='%{!pthread: %eUnder this configuration, the user must provide -pthread when linking.}'
4237 # FreeBSD 5 implements a model much closer to other modern UNIX
4238 # which support threads. However, it still does not support
4240 THREADLDFLAGS=-pthread
4244 THREADLIBS=-lpthread
4245 THREADSPEC=-lpthread
4248 THREADOBJS=posix-threads.lo
4249 THREADH=posix-threads.h
4250 # MIT pthreads doesn't seem to have the mutexattr functions.
4251 # But for now we don't check for it. We just assume you aren't
4252 # using MIT pthreads.
4253 cat >> confdefs.h <<\EOF
4254 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
4258 # If we're using the Boehm GC, then we happen to know that it
4259 # defines _REENTRANT, so we don't bother. Eww.
4260 if test "$GC" != boehm; then
4261 cat >> confdefs.h <<\EOF
4262 #define _REENTRANT 1
4266 cat >> confdefs.h <<\EOF
4267 #define _POSIX_PTHREAD_SEMANTICS 1
4273 THREADOBJS=win32-threads.lo
4274 THREADH=win32-threads.h
4278 THREADOBJS=no-threads.lo
4279 THREADH=no-threads.h
4290 if test -d sysdep; then true; else mkdir sysdep; fi
4294 # Hash synchronization is only useful with posix threads right now.
4295 if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none
"; then
4296 HASH_SYNC_SPEC=-fhash-synchronization
4297 cat >> confdefs.h <<\EOF
4298 #define JV_HASH_SYNCHRONIZATION 1
4307 if test "$GCC" = yes; then
4319 # We're in the tree with gcc, and need to include some of its headers.
4320 GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
4322 # Figure out where generated headers like libgcj-config.h get installed.
4323 gcc_version_trigger=${libgcj_basedir}/../gcc/version.c
4324 gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
4325 gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
4326 tool_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include
4330 if test "x
${with_newlib}" = "xyes
"; then
4331 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
4332 # may not work correctly, because the compiler may not be able to
4335 # We assume newlib. This lets us hard-code the functions we know
4337 cat >> confdefs.h <<\EOF
4338 #define HAVE_MEMMOVE 1
4341 cat >> confdefs.h <<\EOF
4342 #define HAVE_MEMCPY 1
4345 cat >> confdefs.h <<\EOF
4346 #define HAVE_STRERROR 1
4349 cat >> confdefs.h <<\EOF
4353 cat >> confdefs.h <<\EOF
4354 #define HAVE_GMTIME_R 1
4357 cat >> confdefs.h <<\EOF
4358 #define HAVE_LOCALTIME_R 1
4361 cat >> confdefs.h <<\EOF
4362 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
4365 cat >> confdefs.h <<\EOF
4366 #define HAVE_ALLOCA 1
4370 cat >> confdefs.h <<\EOF
4375 # If Canadian cross, then don't pick up tools from the build
4377 if test x"$build" != x"$with_cross_host" \
4378 && test x"$build" != x"$target"; then
4381 GCJ="${target_alias}-gcj"
4385 for ac_func in strerror ioctl select fstat open fsync sleep opendir
4387 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4388 echo "configure
:4389: checking
for $ac_func" >&5
4389 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4390 echo $ac_n "(cached
) $ac_c" 1>&6
4392 cat > conftest.$ac_ext <<EOF
4393 #line 4394 "configure
"
4394 #include "confdefs.h
"
4395 /* System header to define __stub macros and hopefully few prototypes,
4396 which can conflict with char $ac_func(); below. */
4398 /* Override any gcc2 internal prototype to avoid an error. */
4399 /* We use char because int might match the return type of a gcc2
4400 builtin and then its argument prototype would still apply. */
4405 /* The GNU C library defines this for functions which it implements
4406 to always fail with ENOSYS. Some functions are actually named
4407 something starting with __ and the normal name is an alias. */
4408 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4416 if { (eval echo configure:4417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4418 eval "ac_cv_func_
$ac_func=yes"
4420 echo "configure
: failed program was
:" >&5
4421 cat conftest.$ac_ext >&5
4423 eval "ac_cv_func_
$ac_func=no
"
4428 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4429 echo "$ac_t""yes" 1>&6
4430 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4431 cat >> confdefs.h <<EOF
4432 #define $ac_tr_func 1
4436 echo "$ac_t""no
" 1>&6
4440 for ac_func in gmtime_r localtime_r readdir_r getpwuid_r getcwd
4442 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4443 echo "configure
:4444: checking
for $ac_func" >&5
4444 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4445 echo $ac_n "(cached
) $ac_c" 1>&6
4447 cat > conftest.$ac_ext <<EOF
4448 #line 4449 "configure
"
4449 #include "confdefs.h
"
4450 /* System header to define __stub macros and hopefully few prototypes,
4451 which can conflict with char $ac_func(); below. */
4453 /* Override any gcc2 internal prototype to avoid an error. */
4454 /* We use char because int might match the return type of a gcc2
4455 builtin and then its argument prototype would still apply. */
4460 /* The GNU C library defines this for functions which it implements
4461 to always fail with ENOSYS. Some functions are actually named
4462 something starting with __ and the normal name is an alias. */
4463 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4471 if { (eval echo configure:4472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4473 eval "ac_cv_func_
$ac_func=yes"
4475 echo "configure
: failed program was
:" >&5
4476 cat conftest.$ac_ext >&5
4478 eval "ac_cv_func_
$ac_func=no
"
4483 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4484 echo "$ac_t""yes" 1>&6
4485 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4486 cat >> confdefs.h <<EOF
4487 #define $ac_tr_func 1
4491 echo "$ac_t""no
" 1>&6
4495 for ac_func in access stat mkdir rename rmdir unlink realpath utime chmod
4497 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4498 echo "configure
:4499: checking
for $ac_func" >&5
4499 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4500 echo $ac_n "(cached
) $ac_c" 1>&6
4502 cat > conftest.$ac_ext <<EOF
4503 #line 4504 "configure
"
4504 #include "confdefs.h
"
4505 /* System header to define __stub macros and hopefully few prototypes,
4506 which can conflict with char $ac_func(); below. */
4508 /* Override any gcc2 internal prototype to avoid an error. */
4509 /* We use char because int might match the return type of a gcc2
4510 builtin and then its argument prototype would still apply. */
4515 /* The GNU C library defines this for functions which it implements
4516 to always fail with ENOSYS. Some functions are actually named
4517 something starting with __ and the normal name is an alias. */
4518 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4526 if { (eval echo configure:4527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4528 eval "ac_cv_func_
$ac_func=yes"
4530 echo "configure
: failed program was
:" >&5
4531 cat conftest.$ac_ext >&5
4533 eval "ac_cv_func_
$ac_func=no
"
4538 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4539 echo "$ac_t""yes" 1>&6
4540 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4541 cat >> confdefs.h <<EOF
4542 #define $ac_tr_func 1
4546 echo "$ac_t""no
" 1>&6
4550 for ac_func in nl_langinfo setlocale
4552 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4553 echo "configure
:4554: checking
for $ac_func" >&5
4554 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4555 echo $ac_n "(cached
) $ac_c" 1>&6
4557 cat > conftest.$ac_ext <<EOF
4558 #line 4559 "configure
"
4559 #include "confdefs.h
"
4560 /* System header to define __stub macros and hopefully few prototypes,
4561 which can conflict with char $ac_func(); below. */
4563 /* Override any gcc2 internal prototype to avoid an error. */
4564 /* We use char because int might match the return type of a gcc2
4565 builtin and then its argument prototype would still apply. */
4570 /* The GNU C library defines this for functions which it implements
4571 to always fail with ENOSYS. Some functions are actually named
4572 something starting with __ and the normal name is an alias. */
4573 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4581 if { (eval echo configure:4582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4583 eval "ac_cv_func_
$ac_func=yes"
4585 echo "configure
: failed program was
:" >&5
4586 cat conftest.$ac_ext >&5
4588 eval "ac_cv_func_
$ac_func=no
"
4593 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4594 echo "$ac_t""yes" 1>&6
4595 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4596 cat >> confdefs.h <<EOF
4597 #define $ac_tr_func 1
4601 echo "$ac_t""no
" 1>&6
4605 for ac_func in inet_aton inet_addr
4607 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4608 echo "configure
:4609: checking
for $ac_func" >&5
4609 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4610 echo $ac_n "(cached
) $ac_c" 1>&6
4612 cat > conftest.$ac_ext <<EOF
4613 #line 4614 "configure
"
4614 #include "confdefs.h
"
4615 /* System header to define __stub macros and hopefully few prototypes,
4616 which can conflict with char $ac_func(); below. */
4618 /* Override any gcc2 internal prototype to avoid an error. */
4619 /* We use char because int might match the return type of a gcc2
4620 builtin and then its argument prototype would still apply. */
4625 /* The GNU C library defines this for functions which it implements
4626 to always fail with ENOSYS. Some functions are actually named
4627 something starting with __ and the normal name is an alias. */
4628 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4636 if { (eval echo configure:4637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4638 eval "ac_cv_func_
$ac_func=yes"
4640 echo "configure
: failed program was
:" >&5
4641 cat conftest.$ac_ext >&5
4643 eval "ac_cv_func_
$ac_func=no
"
4648 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4649 echo "$ac_t""yes" 1>&6
4650 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4651 cat >> confdefs.h <<EOF
4652 #define $ac_tr_func 1
4656 echo "$ac_t""no
" 1>&6
4660 for ac_func in inet_pton uname inet_ntoa
4662 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4663 echo "configure
:4664: checking
for $ac_func" >&5
4664 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4665 echo $ac_n "(cached
) $ac_c" 1>&6
4667 cat > conftest.$ac_ext <<EOF
4668 #line 4669 "configure
"
4669 #include "confdefs.h
"
4670 /* System header to define __stub macros and hopefully few prototypes,
4671 which can conflict with char $ac_func(); below. */
4673 /* Override any gcc2 internal prototype to avoid an error. */
4674 /* We use char because int might match the return type of a gcc2
4675 builtin and then its argument prototype would still apply. */
4680 /* The GNU C library defines this for functions which it implements
4681 to always fail with ENOSYS. Some functions are actually named
4682 something starting with __ and the normal name is an alias. */
4683 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4691 if { (eval echo configure:4692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4693 eval "ac_cv_func_
$ac_func=yes"
4695 echo "configure
: failed program was
:" >&5
4696 cat conftest.$ac_ext >&5
4698 eval "ac_cv_func_
$ac_func=no
"
4703 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4704 echo "$ac_t""yes" 1>&6
4705 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4706 cat >> confdefs.h <<EOF
4707 #define $ac_tr_func 1
4711 echo "$ac_t""no
" 1>&6
4715 for ac_func in fork execvp pipe sigaction ftruncate
4717 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
4718 echo "configure
:4719: checking
for $ac_func" >&5
4719 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4720 echo $ac_n "(cached
) $ac_c" 1>&6
4722 cat > conftest.$ac_ext <<EOF
4723 #line 4724 "configure
"
4724 #include "confdefs.h
"
4725 /* System header to define __stub macros and hopefully few prototypes,
4726 which can conflict with char $ac_func(); below. */
4728 /* Override any gcc2 internal prototype to avoid an error. */
4729 /* We use char because int might match the return type of a gcc2
4730 builtin and then its argument prototype would still apply. */
4735 /* The GNU C library defines this for functions which it implements
4736 to always fail with ENOSYS. Some functions are actually named
4737 something starting with __ and the normal name is an alias. */
4738 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4746 if { (eval echo configure:4747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4748 eval "ac_cv_func_
$ac_func=yes"
4750 echo "configure
: failed program was
:" >&5
4751 cat conftest.$ac_ext >&5
4753 eval "ac_cv_func_
$ac_func=no
"
4758 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4759 echo "$ac_t""yes" 1>&6
4760 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4761 cat >> confdefs.h <<EOF
4762 #define $ac_tr_func 1
4766 echo "$ac_t""no
" 1>&6
4770 for ac_hdr in execinfo.h unistd.h dlfcn.h
4772 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4773 echo $ac_n "checking
for $ac_hdr""...
$ac_c" 1>&6
4774 echo "configure
:4775: checking
for $ac_hdr" >&5
4775 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4776 echo $ac_n "(cached
) $ac_c" 1>&6
4778 cat > conftest.$ac_ext <<EOF
4779 #line 4780 "configure
"
4780 #include "confdefs.h
"
4783 ac_try="$ac_cpp conftest.
$ac_ext >/dev
/null
2>conftest.out
"
4784 { (eval echo configure:4785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4785 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.
${ac_ext}\$
"`
4786 if test -z "$ac_err"; then
4788 eval "ac_cv_header_
$ac_safe=yes"
4791 echo "configure
: failed program was
:" >&5
4792 cat conftest.$ac_ext >&5
4794 eval "ac_cv_header_
$ac_safe=no
"
4798 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4799 echo "$ac_t""yes" 1>&6
4800 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4801 cat >> confdefs.h <<EOF
4802 #define $ac_tr_hdr 1
4806 echo "$ac_t""no
" 1>&6
4810 echo $ac_n "checking
for backtrace
""...
$ac_c" 1>&6
4811 echo "configure
:4812: checking
for backtrace
" >&5
4812 if eval "test \"`echo '$''{'ac_cv_func_backtrace'+set}'`\" = set"; then
4813 echo $ac_n "(cached
) $ac_c" 1>&6
4815 cat > conftest.$ac_ext <<EOF
4816 #line 4817 "configure
"
4817 #include "confdefs.h
"
4818 /* System header to define __stub macros and hopefully few prototypes,
4819 which can conflict with char backtrace(); below. */
4821 /* Override any gcc2 internal prototype to avoid an error. */
4822 /* We use char because int might match the return type of a gcc2
4823 builtin and then its argument prototype would still apply. */
4828 /* The GNU C library defines this for functions which it implements
4829 to always fail with ENOSYS. Some functions are actually named
4830 something starting with __ and the normal name is an alias. */
4831 #if defined (__stub_backtrace) || defined (__stub___backtrace)
4839 if { (eval echo configure:4840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4841 eval "ac_cv_func_backtrace
=yes"
4843 echo "configure
: failed program was
:" >&5
4844 cat conftest.$ac_ext >&5
4846 eval "ac_cv_func_backtrace
=no
"
4851 if eval "test \"`echo '$ac_cv_func_'backtrace`\" = yes"; then
4852 echo "$ac_t""yes" 1>&6
4856 # Has broken backtrace()
4859 # Has broken backtrace()
4862 cat >> confdefs.h <<\EOF
4863 #define HAVE_BACKTRACE 1
4870 echo "$ac_t""no
" 1>&6
4874 # Has backtrace() defined in libgcj itself
4875 cat >> confdefs.h <<\EOF
4876 #define HAVE_BACKTRACE 1
4885 echo $ac_n "checking
for dladdr
in -ldl""...
$ac_c" 1>&6
4886 echo "configure
:4887: checking
for dladdr
in -ldl" >&5
4887 ac_lib_var=`echo dl'_'dladdr | sed 'y%./+-%__p_%'`
4888 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4889 echo $ac_n "(cached
) $ac_c" 1>&6
4891 ac_save_LIBS="$LIBS"
4893 cat > conftest.$ac_ext <<EOF
4894 #line 4895 "configure
"
4895 #include "confdefs.h
"
4896 /* Override any gcc2 internal prototype to avoid an error. */
4897 /* We use char because int might match the return type of a gcc2
4898 builtin and then its argument prototype would still apply. */
4905 if { (eval echo configure:4906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4907 eval "ac_cv_lib_
$ac_lib_var=yes"
4909 echo "configure
: failed program was
:" >&5
4910 cat conftest.$ac_ext >&5
4912 eval "ac_cv_lib_
$ac_lib_var=no
"
4915 LIBS="$ac_save_LIBS"
4918 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4919 echo "$ac_t""yes" 1>&6
4921 cat >> confdefs.h <<\EOF
4922 #define HAVE_DLADDR 1
4926 echo "$ac_t""no
" 1>&6
4929 if test x"$build" = x"$host"; then
4930 for ac_file in /proc/self/exe
4933 ac_safe=`echo "$ac_file" | sed 'y%./+-%__p_%'`
4934 echo $ac_n "checking
for $ac_file""...
$ac_c" 1>&6
4935 echo "configure
:4936: checking
for $ac_file" >&5
4936 if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
4937 echo $ac_n "(cached
) $ac_c" 1>&6
4939 if test "$cross_compiling" = yes; then
4940 { echo "configure
: error
: Cannot check
for file existence when cross compiling
" 1>&2; exit 1; }
4942 if test -r $ac_file; then
4943 eval "ac_cv_file_
$ac_safe=yes"
4945 eval "ac_cv_file_
$ac_safe=no
"
4949 if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
4950 echo "$ac_t""yes" 1>&6
4951 ac_tr_file=HAVE_`echo $ac_file | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4952 cat >> confdefs.h <<EOF
4953 #define $ac_tr_file 1
4956 cat >> confdefs.h <<\EOF
4957 #define HAVE_PROC_SELF_EXE 1
4961 echo "$ac_t""no
" 1>&6
4969 cat >> confdefs.h <<\EOF
4970 #define HAVE_PROC_SELF_EXE 1
4979 am_cv_lib_iconv_ldpath=
4980 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
4981 if test "${with_libiconv_prefix+set}" = set; then
4982 withval="$with_libiconv_prefix"
4984 for dir in `echo "$withval" | tr : ' '`; do
4985 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include
"; fi
4986 if test -d $dir/lib; then am_cv_lib_iconv_ldpath="-L$dir/lib
"; fi
4992 echo $ac_n "checking
for iconv""...
$ac_c" 1>&6
4993 echo "configure
:4994: checking
for iconv" >&5
4994 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
4995 echo $ac_n "(cached
) $ac_c" 1>&6
4998 am_cv_func_iconv="no
, consider installing GNU libiconv
"
5000 cat > conftest.$ac_ext <<EOF
5001 #line 5002 "configure
"
5002 #include "confdefs.h
"
5006 iconv_t cd = iconv_open("","");
5007 iconv(cd,NULL,NULL,NULL,NULL);
5011 if { (eval echo configure:5012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5013 am_cv_func_iconv=yes
5015 echo "configure
: failed program was
:" >&5
5016 cat conftest.$ac_ext >&5
5019 if test "$am_cv_func_iconv" != yes; then
5020 am_save_LIBS="$LIBS"
5021 LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
5022 cat > conftest.$ac_ext <<EOF
5023 #line 5024 "configure
"
5024 #include "confdefs.h
"
5028 iconv_t cd = iconv_open("","");
5029 iconv(cd,NULL,NULL,NULL,NULL);
5033 if { (eval echo configure:5034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5036 am_cv_func_iconv=yes
5038 echo "configure
: failed program was
:" >&5
5039 cat conftest.$ac_ext >&5
5042 LIBS="$am_save_LIBS"
5047 echo "$ac_t""$am_cv_func_iconv" 1>&6
5048 if test "$am_cv_func_iconv" = yes; then
5049 cat >> confdefs.h <<\EOF
5050 #define HAVE_ICONV 1
5053 echo $ac_n "checking
for iconv declaration
""...
$ac_c" 1>&6
5054 echo "configure
:5055: checking
for iconv declaration
" >&5
5055 if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
5056 echo $ac_n "(cached
) $ac_c" 1>&6
5059 cat > conftest.$ac_ext <<EOF
5060 #line 5061 "configure
"
5061 #include "confdefs.h
"
5069 #if defined(__STDC__) || defined(__cplusplus)
5070 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
5079 if { (eval echo configure:5080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5081 am_cv_proto_iconv_arg1=""
5083 echo "configure
: failed program was
:" >&5
5084 cat conftest.$ac_ext >&5
5086 am_cv_proto_iconv_arg1="const
"
5089 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
);"
5092 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
5093 echo "$ac_t""$
{ac_t
:-
5094 }$am_cv_proto_iconv" 1>&6
5095 cat >> confdefs.h <<EOF
5096 #define ICONV_CONST $am_cv_proto_iconv_arg1
5101 if test "$am_cv_lib_iconv" = yes; then
5102 LIBICONV="$am_cv_lib_iconv_ldpath -liconv"
5106 if test $ac_cv_header_locale_h = yes; then
5107 echo $ac_n "checking
for LC_MESSAGES
""...
$ac_c" 1>&6
5108 echo "configure
:5109: checking
for LC_MESSAGES
" >&5
5109 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
5110 echo $ac_n "(cached
) $ac_c" 1>&6
5112 cat > conftest.$ac_ext <<EOF
5113 #line 5114 "configure
"
5114 #include "confdefs.h
"
5120 if { (eval echo configure:5121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5122 am_cv_val_LC_MESSAGES=yes
5124 echo "configure
: failed program was
:" >&5
5125 cat conftest.$ac_ext >&5
5127 am_cv_val_LC_MESSAGES=no
5132 echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6
5133 if test $am_cv_val_LC_MESSAGES = yes; then
5134 cat >> confdefs.h <<\EOF
5135 #define HAVE_LC_MESSAGES 1
5140 echo $ac_n "checking whether struct tm is
in sys
/time.h or
time.h
""...
$ac_c" 1>&6
5141 echo "configure
:5142: checking whether struct tm is
in sys
/time.h or
time.h
" >&5
5142 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
5143 echo $ac_n "(cached
) $ac_c" 1>&6
5145 cat > conftest.$ac_ext <<EOF
5146 #line 5147 "configure
"
5147 #include "confdefs.h
"
5148 #include <sys/types.h>
5151 struct tm *tp; tp->tm_sec;
5154 if { (eval echo configure:5155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5156 ac_cv_struct_tm=time.h
5158 echo "configure
: failed program was
:" >&5
5159 cat conftest.$ac_ext >&5
5161 ac_cv_struct_tm=sys/time.h
5166 echo "$ac_t""$ac_cv_struct_tm" 1>&6
5167 if test $ac_cv_struct_tm = sys/time.h; then
5168 cat >> confdefs.h <<\EOF
5169 #define TM_IN_SYS_TIME 1
5174 echo $ac_n "checking
for tm_zone
in struct tm
""...
$ac_c" 1>&6
5175 echo "configure
:5176: checking
for tm_zone
in struct tm
" >&5
5176 if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
5177 echo $ac_n "(cached
) $ac_c" 1>&6
5179 cat > conftest.$ac_ext <<EOF
5180 #line 5181 "configure
"
5181 #include "confdefs.h
"
5182 #include <sys/types.h>
5183 #include <$ac_cv_struct_tm>
5185 struct tm tm; tm.tm_zone;
5188 if { (eval echo configure:5189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5190 ac_cv_struct_tm_zone=yes
5192 echo "configure
: failed program was
:" >&5
5193 cat conftest.$ac_ext >&5
5195 ac_cv_struct_tm_zone=no
5200 echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
5201 if test "$ac_cv_struct_tm_zone" = yes; then
5202 cat >> confdefs.h <<\EOF
5203 #define HAVE_TM_ZONE 1
5207 echo $ac_n "checking
for tzname
""...
$ac_c" 1>&6
5208 echo "configure
:5209: checking
for tzname
" >&5
5209 if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
5210 echo $ac_n "(cached
) $ac_c" 1>&6
5212 cat > conftest.$ac_ext <<EOF
5213 #line 5214 "configure
"
5214 #include "confdefs.h
"
5216 #ifndef tzname /* For SGI. */
5217 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
5223 if { (eval echo configure:5224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5225 ac_cv_var_tzname=yes
5227 echo "configure
: failed program was
:" >&5
5228 cat conftest.$ac_ext >&5
5235 echo "$ac_t""$ac_cv_var_tzname" 1>&6
5236 if test $ac_cv_var_tzname = yes; then
5237 cat >> confdefs.h <<\EOF
5238 #define HAVE_TZNAME 1
5245 for ac_func in gethostbyname_r
5247 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5248 echo "configure
:5249: checking
for $ac_func" >&5
5249 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5250 echo $ac_n "(cached
) $ac_c" 1>&6
5252 cat > conftest.$ac_ext <<EOF
5253 #line 5254 "configure
"
5254 #include "confdefs.h
"
5255 /* System header to define __stub macros and hopefully few prototypes,
5256 which can conflict with char $ac_func(); below. */
5258 /* Override any gcc2 internal prototype to avoid an error. */
5259 /* We use char because int might match the return type of a gcc2
5260 builtin and then its argument prototype would still apply. */
5265 /* The GNU C library defines this for functions which it implements
5266 to always fail with ENOSYS. Some functions are actually named
5267 something starting with __ and the normal name is an alias. */
5268 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5276 if { (eval echo configure:5277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5278 eval "ac_cv_func_
$ac_func=yes"
5280 echo "configure
: failed program was
:" >&5
5281 cat conftest.$ac_ext >&5
5283 eval "ac_cv_func_
$ac_func=no
"
5288 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5289 echo "$ac_t""yes" 1>&6
5290 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5291 cat >> confdefs.h <<EOF
5292 #define $ac_tr_func 1
5295 cat >> confdefs.h <<\EOF
5296 #define HAVE_GETHOSTBYNAME_R 1
5299 # There are two different kinds of gethostbyname_r.
5300 # We look for the one that returns `int'.
5301 # Hopefully this check is robust enough.
5302 cat > conftest.$ac_ext <<EOF
5303 #line 5304 "configure
"
5304 #include "confdefs.h
"
5307 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
5308 egrep "int.
*gethostbyname_r
" >/dev/null 2>&1; then
5311 cat >> confdefs.h <<\EOF
5312 #define GETHOSTBYNAME_R_RETURNS_INT 1
5320 *" -D_REENTRANT "*) ;;
5322 echo $ac_n "checking whether gethostbyname_r declaration requires
-D_REENTRANT""...
$ac_c" 1>&6
5323 echo "configure
:5324: checking whether gethostbyname_r declaration requires
-D_REENTRANT" >&5
5324 if eval "test \"`echo '$''{'libjava_cv_gethostbyname_r_needs_reentrant'+set}'`\" = set"; then
5325 echo $ac_n "(cached
) $ac_c" 1>&6
5329 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5330 ac_cpp='$CXXCPP $CPPFLAGS'
5331 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5332 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5333 cross_compiling=$ac_cv_prog_cxx_cross
5335 cat > conftest.$ac_ext <<EOF
5336 #line 5337 "configure
"
5337 #include "confdefs.h
"
5340 gethostbyname_r("", 0, 0);
5343 if { (eval echo configure:5344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5345 libjava_cv_gethostbyname_r_needs_reentrant=no
5347 echo "configure
: failed program was
:" >&5
5348 cat conftest.$ac_ext >&5
5350 CPPFLAGS_SAVE="$CPPFLAGS"
5351 CPPFLAGS="$CPPFLAGS -D_REENTRANT"
5352 cat > conftest.$ac_ext <<EOF
5353 #line 5354 "configure
"
5354 #include "confdefs.h
"
5357 gethostbyname_r("", 0, 0);
5360 if { (eval echo configure:5361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5362 libjava_cv_gethostbyname_r_needs_reentrant=yes
5364 echo "configure
: failed program was
:" >&5
5365 cat conftest.$ac_ext >&5
5367 libjava_cv_gethostbyname_r_needs_reentrant=fail
5370 CPPFLAGS="$CPPFLAGS_SAVE"
5375 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5376 ac_cpp='$CPP $CPPFLAGS'
5377 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5378 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5379 cross_compiling=$ac_cv_prog_cc_cross
5384 echo "$ac_t""$libjava_cv_gethostbyname_r_needs_reentrant" 1>&6
5385 if test "x
$libjava_cv_gethostbyname_r_needs_reentrant" = xyes; then
5386 cat >> confdefs.h <<\EOF
5387 #define _REENTRANT 1
5394 echo $ac_n "checking
for struct hostent_data
""...
$ac_c" 1>&6
5395 echo "configure
:5396: checking
for struct hostent_data
" >&5
5396 if eval "test \"`echo '$''{'libjava_cv_struct_hostent_data'+set}'`\" = set"; then
5397 echo $ac_n "(cached
) $ac_c" 1>&6
5399 cat > conftest.$ac_ext <<EOF
5400 #line 5401 "configure
"
5401 #include "confdefs.h
"
5403 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
5404 # define _REENTRANT 1
5408 struct hostent_data data;
5411 if { (eval echo configure:5412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5413 libjava_cv_struct_hostent_data=yes
5415 echo "configure
: failed program was
:" >&5
5416 cat conftest.$ac_ext >&5
5418 libjava_cv_struct_hostent_data=no
5423 echo "$ac_t""$libjava_cv_struct_hostent_data" 1>&6
5424 if test "x
$libjava_cv_struct_hostent_data" = xyes; then
5425 cat >> confdefs.h <<\EOF
5426 #define HAVE_STRUCT_HOSTENT_DATA 1
5432 echo "$ac_t""no
" 1>&6
5437 # FIXME: libjava source code expects to find a prototype for
5438 # gethostbyaddr_r in netdb.h. The outer check ensures that
5439 # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
5440 # to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
5441 # linkage check is enough, yet C++ code requires proper prototypes.)
5442 cat > conftest.$ac_ext <<EOF
5443 #line 5444 "configure
"
5444 #include "confdefs.h
"
5447 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
5448 egrep "gethostbyaddr_r
" >/dev/null 2>&1; then
5451 for ac_func in gethostbyaddr_r
5453 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5454 echo "configure
:5455: checking
for $ac_func" >&5
5455 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5456 echo $ac_n "(cached
) $ac_c" 1>&6
5458 cat > conftest.$ac_ext <<EOF
5459 #line 5460 "configure
"
5460 #include "confdefs.h
"
5461 /* System header to define __stub macros and hopefully few prototypes,
5462 which can conflict with char $ac_func(); below. */
5464 /* Override any gcc2 internal prototype to avoid an error. */
5465 /* We use char because int might match the return type of a gcc2
5466 builtin and then its argument prototype would still apply. */
5471 /* The GNU C library defines this for functions which it implements
5472 to always fail with ENOSYS. Some functions are actually named
5473 something starting with __ and the normal name is an alias. */
5474 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5482 if { (eval echo configure:5483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5484 eval "ac_cv_func_
$ac_func=yes"
5486 echo "configure
: failed program was
:" >&5
5487 cat conftest.$ac_ext >&5
5489 eval "ac_cv_func_
$ac_func=no
"
5494 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5495 echo "$ac_t""yes" 1>&6
5496 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5497 cat >> confdefs.h <<EOF
5498 #define $ac_tr_func 1
5501 cat >> confdefs.h <<\EOF
5502 #define HAVE_GETHOSTBYADDR_R 1
5505 # There are two different kinds of gethostbyaddr_r.
5506 # We look for the one that returns `int'.
5507 # Hopefully this check is robust enough.
5508 cat > conftest.$ac_ext <<EOF
5509 #line 5510 "configure
"
5510 #include "confdefs.h
"
5513 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
5514 egrep "int.
*gethostbyaddr_r
" >/dev/null 2>&1; then
5517 cat >> confdefs.h <<\EOF
5518 #define GETHOSTBYADDR_R_RETURNS_INT 1
5525 echo "$ac_t""no
" 1>&6
5533 for ac_func in gethostname
5535 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5536 echo "configure
:5537: checking
for $ac_func" >&5
5537 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5538 echo $ac_n "(cached
) $ac_c" 1>&6
5540 cat > conftest.$ac_ext <<EOF
5541 #line 5542 "configure
"
5542 #include "confdefs.h
"
5543 /* System header to define __stub macros and hopefully few prototypes,
5544 which can conflict with char $ac_func(); below. */
5546 /* Override any gcc2 internal prototype to avoid an error. */
5547 /* We use char because int might match the return type of a gcc2
5548 builtin and then its argument prototype would still apply. */
5553 /* The GNU C library defines this for functions which it implements
5554 to always fail with ENOSYS. Some functions are actually named
5555 something starting with __ and the normal name is an alias. */
5556 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5564 if { (eval echo configure:5565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5566 eval "ac_cv_func_
$ac_func=yes"
5568 echo "configure
: failed program was
:" >&5
5569 cat conftest.$ac_ext >&5
5571 eval "ac_cv_func_
$ac_func=no
"
5576 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5577 echo "$ac_t""yes" 1>&6
5578 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5579 cat >> confdefs.h <<EOF
5580 #define $ac_tr_func 1
5583 cat >> confdefs.h <<\EOF
5584 #define HAVE_GETHOSTNAME 1
5587 cat > conftest.$ac_ext <<EOF
5588 #line 5589 "configure
"
5589 #include "confdefs.h
"
5592 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
5593 egrep "gethostname
" >/dev/null 2>&1; then
5596 cat >> confdefs.h <<\EOF
5597 #define HAVE_GETHOSTNAME_DECL 1
5604 echo "$ac_t""no
" 1>&6
5609 # Look for these functions in the thread library, but only bother
5610 # if using POSIX threads.
5611 if test "$THREADS" = posix; then
5613 LIBS="$LIBS $THREADLIBS"
5614 # Some POSIX thread systems don't have pthread_mutexattr_settype.
5616 for ac_func in pthread_mutexattr_settype pthread_mutexattr_setkind_np
5618 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5619 echo "configure
:5620: checking
for $ac_func" >&5
5620 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5621 echo $ac_n "(cached
) $ac_c" 1>&6
5623 cat > conftest.$ac_ext <<EOF
5624 #line 5625 "configure
"
5625 #include "confdefs.h
"
5626 /* System header to define __stub macros and hopefully few prototypes,
5627 which can conflict with char $ac_func(); below. */
5629 /* Override any gcc2 internal prototype to avoid an error. */
5630 /* We use char because int might match the return type of a gcc2
5631 builtin and then its argument prototype would still apply. */
5636 /* The GNU C library defines this for functions which it implements
5637 to always fail with ENOSYS. Some functions are actually named
5638 something starting with __ and the normal name is an alias. */
5639 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5647 if { (eval echo configure:5648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5649 eval "ac_cv_func_
$ac_func=yes"
5651 echo "configure
: failed program was
:" >&5
5652 cat conftest.$ac_ext >&5
5654 eval "ac_cv_func_
$ac_func=no
"
5659 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5660 echo "$ac_t""yes" 1>&6
5661 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5662 cat >> confdefs.h <<EOF
5663 #define $ac_tr_func 1
5667 echo "$ac_t""no
" 1>&6
5672 # Look for sched_yield. Up to Solaris 2.6, it is in libposix4, since
5673 # Solaris 7 the name librt is preferred.
5674 for ac_func in sched_yield
5676 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5677 echo "configure
:5678: checking
for $ac_func" >&5
5678 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5679 echo $ac_n "(cached
) $ac_c" 1>&6
5681 cat > conftest.$ac_ext <<EOF
5682 #line 5683 "configure
"
5683 #include "confdefs.h
"
5684 /* System header to define __stub macros and hopefully few prototypes,
5685 which can conflict with char $ac_func(); below. */
5687 /* Override any gcc2 internal prototype to avoid an error. */
5688 /* We use char because int might match the return type of a gcc2
5689 builtin and then its argument prototype would still apply. */
5694 /* The GNU C library defines this for functions which it implements
5695 to always fail with ENOSYS. Some functions are actually named
5696 something starting with __ and the normal name is an alias. */
5697 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5705 if { (eval echo configure:5706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5707 eval "ac_cv_func_
$ac_func=yes"
5709 echo "configure
: failed program was
:" >&5
5710 cat conftest.$ac_ext >&5
5712 eval "ac_cv_func_
$ac_func=no
"
5717 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5718 echo "$ac_t""yes" 1>&6
5719 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5720 cat >> confdefs.h <<EOF
5721 #define $ac_tr_func 1
5725 echo "$ac_t""no
" 1>&6
5726 echo $ac_n "checking
for sched_yield
in -lrt""...
$ac_c" 1>&6
5727 echo "configure
:5728: checking
for sched_yield
in -lrt" >&5
5728 ac_lib_var=`echo rt'_'sched_yield | sed 'y%./+-%__p_%'`
5729 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5730 echo $ac_n "(cached
) $ac_c" 1>&6
5732 ac_save_LIBS="$LIBS"
5734 cat > conftest.$ac_ext <<EOF
5735 #line 5736 "configure
"
5736 #include "confdefs.h
"
5737 /* Override any gcc2 internal prototype to avoid an error. */
5738 /* We use char because int might match the return type of a gcc2
5739 builtin and then its argument prototype would still apply. */
5746 if { (eval echo configure:5747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5748 eval "ac_cv_lib_
$ac_lib_var=yes"
5750 echo "configure
: failed program was
:" >&5
5751 cat conftest.$ac_ext >&5
5753 eval "ac_cv_lib_
$ac_lib_var=no
"
5756 LIBS="$ac_save_LIBS"
5759 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5760 echo "$ac_t""yes" 1>&6
5762 cat >> confdefs.h <<\EOF
5763 #define HAVE_SCHED_YIELD 1
5766 THREADLIBS="$THREADLIBS -lrt"
5767 THREADSPEC="$THREADSPEC -lrt"
5769 echo "$ac_t""no
" 1>&6
5771 echo $ac_n "checking
for sched_yield
in -lposix4""...
$ac_c" 1>&6
5772 echo "configure
:5773: checking
for sched_yield
in -lposix4" >&5
5773 ac_lib_var=`echo posix4'_'sched_yield | sed 'y%./+-%__p_%'`
5774 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5775 echo $ac_n "(cached
) $ac_c" 1>&6
5777 ac_save_LIBS="$LIBS"
5778 LIBS="-lposix4 $LIBS"
5779 cat > conftest.$ac_ext <<EOF
5780 #line 5781 "configure
"
5781 #include "confdefs.h
"
5782 /* Override any gcc2 internal prototype to avoid an error. */
5783 /* We use char because int might match the return type of a gcc2
5784 builtin and then its argument prototype would still apply. */
5791 if { (eval echo configure:5792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5793 eval "ac_cv_lib_
$ac_lib_var=yes"
5795 echo "configure
: failed program was
:" >&5
5796 cat conftest.$ac_ext >&5
5798 eval "ac_cv_lib_
$ac_lib_var=no
"
5801 LIBS="$ac_save_LIBS"
5804 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5805 echo "$ac_t""yes" 1>&6
5807 cat >> confdefs.h <<\EOF
5808 #define HAVE_SCHED_YIELD 1
5811 THREADLIBS="$THREADLIBS -lposix4"
5812 THREADSPEC="$THREADSPEC -lposix4"
5814 echo "$ac_t""no
" 1>&6
5824 # We can save a little space at runtime if the mutex has m_count
5825 # or __m_count. This is a nice hack for Linux.
5826 cat > conftest.$ac_ext <<EOF
5827 #line 5828 "configure
"
5828 #include "confdefs.h
"
5829 #include <pthread.h>
5832 extern pthread_mutex_t *mutex; int q = mutex->m_count;
5836 if { (eval echo configure:5837: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5838 cat >> confdefs.h <<\EOF
5839 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
5843 echo "configure
: failed program was
:" >&5
5844 cat conftest.$ac_ext >&5
5847 cat > conftest.$ac_ext <<EOF
5848 #line 5849 "configure
"
5849 #include "confdefs.h
"
5850 #include <pthread.h>
5853 extern pthread_mutex_t *mutex; int q = mutex->__m_count;
5857 if { (eval echo configure:5858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5859 cat >> confdefs.h <<\EOF
5860 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
5864 echo "configure
: failed program was
:" >&5
5865 cat conftest.$ac_ext >&5
5872 # We require a way to get the time.
5874 for ac_func in gettimeofday time ftime
5876 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5877 echo "configure
:5878: checking
for $ac_func" >&5
5878 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5879 echo $ac_n "(cached
) $ac_c" 1>&6
5881 cat > conftest.$ac_ext <<EOF
5882 #line 5883 "configure
"
5883 #include "confdefs.h
"
5884 /* System header to define __stub macros and hopefully few prototypes,
5885 which can conflict with char $ac_func(); below. */
5887 /* Override any gcc2 internal prototype to avoid an error. */
5888 /* We use char because int might match the return type of a gcc2
5889 builtin and then its argument prototype would still apply. */
5894 /* The GNU C library defines this for functions which it implements
5895 to always fail with ENOSYS. Some functions are actually named
5896 something starting with __ and the normal name is an alias. */
5897 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5905 if { (eval echo configure:5906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5907 eval "ac_cv_func_
$ac_func=yes"
5909 echo "configure
: failed program was
:" >&5
5910 cat conftest.$ac_ext >&5
5912 eval "ac_cv_func_
$ac_func=no
"
5917 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5918 echo "$ac_t""yes" 1>&6
5919 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5920 cat >> confdefs.h <<EOF
5921 #define $ac_tr_func 1
5925 echo "$ac_t""no
" 1>&6
5929 if test "$time_found" = no; then
5930 { echo "configure
: error
: no
function found to get the
time" 1>&2; exit 1; }
5933 for ac_func in memmove
5935 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5936 echo "configure
:5937: checking
for $ac_func" >&5
5937 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5938 echo $ac_n "(cached
) $ac_c" 1>&6
5940 cat > conftest.$ac_ext <<EOF
5941 #line 5942 "configure
"
5942 #include "confdefs.h
"
5943 /* System header to define __stub macros and hopefully few prototypes,
5944 which can conflict with char $ac_func(); below. */
5946 /* Override any gcc2 internal prototype to avoid an error. */
5947 /* We use char because int might match the return type of a gcc2
5948 builtin and then its argument prototype would still apply. */
5953 /* The GNU C library defines this for functions which it implements
5954 to always fail with ENOSYS. Some functions are actually named
5955 something starting with __ and the normal name is an alias. */
5956 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5964 if { (eval echo configure:5965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5966 eval "ac_cv_func_
$ac_func=yes"
5968 echo "configure
: failed program was
:" >&5
5969 cat conftest.$ac_ext >&5
5971 eval "ac_cv_func_
$ac_func=no
"
5976 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5977 echo "$ac_t""yes" 1>&6
5978 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5979 cat >> confdefs.h <<EOF
5980 #define $ac_tr_func 1
5984 echo "$ac_t""no
" 1>&6
5989 # We require memcpy.
5991 for ac_func in memcpy
5993 echo $ac_n "checking
for $ac_func""...
$ac_c" 1>&6
5994 echo "configure
:5995: checking
for $ac_func" >&5
5995 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5996 echo $ac_n "(cached
) $ac_c" 1>&6
5998 cat > conftest.$ac_ext <<EOF
5999 #line 6000 "configure
"
6000 #include "confdefs.h
"
6001 /* System header to define __stub macros and hopefully few prototypes,
6002 which can conflict with char $ac_func(); below. */
6004 /* Override any gcc2 internal prototype to avoid an error. */
6005 /* We use char because int might match the return type of a gcc2
6006 builtin and then its argument prototype would still apply. */
6011 /* The GNU C library defines this for functions which it implements
6012 to always fail with ENOSYS. Some functions are actually named
6013 something starting with __ and the normal name is an alias. */
6014 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6022 if { (eval echo configure:6023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6024 eval "ac_cv_func_
$ac_func=yes"
6026 echo "configure
: failed program was
:" >&5
6027 cat conftest.$ac_ext >&5
6029 eval "ac_cv_func_
$ac_func=no
"
6034 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6035 echo "$ac_t""yes" 1>&6
6036 ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6037 cat >> confdefs.h <<EOF
6038 #define $ac_tr_func 1
6042 echo "$ac_t""no
" 1>&6
6046 if test "$memcpy_found" = no; then
6047 { echo "configure
: error
: memcpy is required
" 1>&2; exit 1; }
6050 echo $ac_n "checking
for dlopen
in -ldl""...
$ac_c" 1>&6
6051 echo "configure
:6052: checking
for dlopen
in -ldl" >&5
6052 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
6053 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6054 echo $ac_n "(cached
) $ac_c" 1>&6
6056 ac_save_LIBS="$LIBS"
6058 cat > conftest.$ac_ext <<EOF
6059 #line 6060 "configure
"
6060 #include "confdefs.h
"
6061 /* Override any gcc2 internal prototype to avoid an error. */
6062 /* We use char because int might match the return type of a gcc2
6063 builtin and then its argument prototype would still apply. */
6070 if { (eval echo configure:6071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6072 eval "ac_cv_lib_
$ac_lib_var=yes"
6074 echo "configure
: failed program was
:" >&5
6075 cat conftest.$ac_ext >&5
6077 eval "ac_cv_lib_
$ac_lib_var=no
"
6080 LIBS="$ac_save_LIBS"
6083 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6084 echo "$ac_t""yes" 1>&6
6086 cat >> confdefs.h <<\EOF
6087 #define HAVE_DLOPEN 1
6091 echo "$ac_t""no
" 1>&6
6095 # Some library-finding code we stole from Tcl.
6096 #--------------------------------------------------------------------
6097 # Check for the existence of the -lsocket and -lnsl libraries.
6098 # The order here is important, so that they end up in the right
6099 # order in the command line generated by make. Here are some
6100 # special considerations:
6101 # 1. Use "connect
" and "accept
" to check for -lsocket, and
6102 # "gethostbyname
" to check for -lnsl.
6103 # 2. Use each function name only once: can't redo a check because
6104 # autoconf caches the results of the last check and won't redo it.
6105 # 3. Use -lnsl and -lsocket only if they supply procedures that
6106 # aren't already present in the normal libraries. This is because
6107 # IRIX 5.2 has libraries, but they aren't needed and they're
6108 # bogus: they goof up name resolution if used.
6109 # 4. On some SVR4 systems, can't use -lsocket without -lnsl too.
6110 # To get around this problem, check for both libraries together
6111 # if -lsocket doesn't work by itself.
6112 #--------------------------------------------------------------------
6114 echo $ac_n "checking
for socket libraries
""...
$ac_c" 1>&6
6115 echo "configure
:6116: checking
for socket libraries
" >&5
6116 if eval "test \"`echo '$''{'gcj_cv_lib_sockets'+set}'`\" = set"; then
6117 echo $ac_n "(cached
) $ac_c" 1>&6
6121 unset ac_cv_func_connect
6122 echo $ac_n "checking
for connect
""...
$ac_c" 1>&6
6123 echo "configure
:6124: checking
for connect
" >&5
6124 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
6125 echo $ac_n "(cached
) $ac_c" 1>&6
6127 cat > conftest.$ac_ext <<EOF
6128 #line 6129 "configure
"
6129 #include "confdefs.h
"
6130 /* System header to define __stub macros and hopefully few prototypes,
6131 which can conflict with char connect(); below. */
6133 /* Override any gcc2 internal prototype to avoid an error. */
6134 /* We use char because int might match the return type of a gcc2
6135 builtin and then its argument prototype would still apply. */
6140 /* The GNU C library defines this for functions which it implements
6141 to always fail with ENOSYS. Some functions are actually named
6142 something starting with __ and the normal name is an alias. */
6143 #if defined (__stub_connect) || defined (__stub___connect)
6151 if { (eval echo configure:6152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6153 eval "ac_cv_func_connect
=yes"
6155 echo "configure
: failed program was
:" >&5
6156 cat conftest.$ac_ext >&5
6158 eval "ac_cv_func_connect
=no
"
6163 if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
6164 echo "$ac_t""yes" 1>&6
6167 echo "$ac_t""no
" 1>&6
6171 if test "$gcj_checkSocket" = 1; then
6172 unset ac_cv_func_connect
6173 echo $ac_n "checking
for main
in -lsocket""...
$ac_c" 1>&6
6174 echo "configure
:6175: checking
for main
in -lsocket" >&5
6175 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
6176 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6177 echo $ac_n "(cached
) $ac_c" 1>&6
6179 ac_save_LIBS="$LIBS"
6180 LIBS="-lsocket $LIBS"
6181 cat > conftest.$ac_ext <<EOF
6182 #line 6183 "configure
"
6183 #include "confdefs.h
"
6189 if { (eval echo configure:6190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6191 eval "ac_cv_lib_
$ac_lib_var=yes"
6193 echo "configure
: failed program was
:" >&5
6194 cat conftest.$ac_ext >&5
6196 eval "ac_cv_lib_
$ac_lib_var=no
"
6199 LIBS="$ac_save_LIBS"
6202 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6203 echo "$ac_t""yes" 1>&6
6204 gcj_cv_lib_sockets="-lsocket"
6206 echo "$ac_t""no
" 1>&6
6211 if test "$gcj_checkBoth" = 1; then
6213 LIBS="$LIBS -lsocket -lnsl"
6214 unset ac_cv_func_accept
6215 echo $ac_n "checking
for accept
""...
$ac_c" 1>&6
6216 echo "configure
:6217: checking
for accept
" >&5
6217 if eval "test \"`echo '$''{'ac_cv_func_accept'+set}'`\" = set"; then
6218 echo $ac_n "(cached
) $ac_c" 1>&6
6220 cat > conftest.$ac_ext <<EOF
6221 #line 6222 "configure
"
6222 #include "confdefs.h
"
6223 /* System header to define __stub macros and hopefully few prototypes,
6224 which can conflict with char accept(); below. */
6226 /* Override any gcc2 internal prototype to avoid an error. */
6227 /* We use char because int might match the return type of a gcc2
6228 builtin and then its argument prototype would still apply. */
6233 /* The GNU C library defines this for functions which it implements
6234 to always fail with ENOSYS. Some functions are actually named
6235 something starting with __ and the normal name is an alias. */
6236 #if defined (__stub_accept) || defined (__stub___accept)
6244 if { (eval echo configure:6245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6246 eval "ac_cv_func_accept
=yes"
6248 echo "configure
: failed program was
:" >&5
6249 cat conftest.$ac_ext >&5
6251 eval "ac_cv_func_accept
=no
"
6256 if eval "test \"`echo '$ac_cv_func_'accept`\" = yes"; then
6257 echo "$ac_t""yes" 1>&6
6259 gcj_cv_lib_sockets="-lsocket -lnsl"
6261 echo "$ac_t""no
" 1>&6
6264 unset ac_cv_func_accept
6267 unset ac_cv_func_gethostbyname
6269 LIBS="$LIBS $gcj_cv_lib_sockets"
6270 echo $ac_n "checking
for gethostbyname
""...
$ac_c" 1>&6
6271 echo "configure
:6272: checking
for gethostbyname
" >&5
6272 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
6273 echo $ac_n "(cached
) $ac_c" 1>&6
6275 cat > conftest.$ac_ext <<EOF
6276 #line 6277 "configure
"
6277 #include "confdefs.h
"
6278 /* System header to define __stub macros and hopefully few prototypes,
6279 which can conflict with char gethostbyname(); below. */
6281 /* Override any gcc2 internal prototype to avoid an error. */
6282 /* We use char because int might match the return type of a gcc2
6283 builtin and then its argument prototype would still apply. */
6284 char gethostbyname();
6288 /* The GNU C library defines this for functions which it implements
6289 to always fail with ENOSYS. Some functions are actually named
6290 something starting with __ and the normal name is an alias. */
6291 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
6299 if { (eval echo configure:6300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6301 eval "ac_cv_func_gethostbyname
=yes"
6303 echo "configure
: failed program was
:" >&5
6304 cat conftest.$ac_ext >&5
6306 eval "ac_cv_func_gethostbyname
=no
"
6311 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
6312 echo "$ac_t""yes" 1>&6
6315 echo "$ac_t""no
" 1>&6
6316 echo $ac_n "checking
for main
in -lnsl""...
$ac_c" 1>&6
6317 echo "configure
:6318: checking
for main
in -lnsl" >&5
6318 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
6319 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6320 echo $ac_n "(cached
) $ac_c" 1>&6
6322 ac_save_LIBS="$LIBS"
6324 cat > conftest.$ac_ext <<EOF
6325 #line 6326 "configure
"
6326 #include "confdefs.h
"
6332 if { (eval echo configure:6333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6334 eval "ac_cv_lib_
$ac_lib_var=yes"
6336 echo "configure
: failed program was
:" >&5
6337 cat conftest.$ac_ext >&5
6339 eval "ac_cv_lib_
$ac_lib_var=no
"
6342 LIBS="$ac_save_LIBS"
6345 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6346 echo "$ac_t""yes" 1>&6
6347 gcj_cv_lib_sockets="$gcj_cv_lib_sockets -lnsl"
6349 echo "$ac_t""no
" 1>&6
6354 unset ac_cv_func_gethostbyname
6359 echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
6360 SYSTEMSPEC="$SYSTEMSPEC $gcj_cv_lib_sockets"
6362 if test "$with_system_zlib" = yes; then
6363 echo $ac_n "checking
for deflate
in -lz""...
$ac_c" 1>&6
6364 echo "configure
:6365: checking
for deflate
in -lz" >&5
6365 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
6366 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6367 echo $ac_n "(cached
) $ac_c" 1>&6
6369 ac_save_LIBS="$LIBS"
6371 cat > conftest.$ac_ext <<EOF
6372 #line 6373 "configure
"
6373 #include "confdefs.h
"
6374 /* Override any gcc2 internal prototype to avoid an error. */
6375 /* We use char because int might match the return type of a gcc2
6376 builtin and then its argument prototype would still apply. */
6383 if { (eval echo configure:6384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6385 eval "ac_cv_lib_
$ac_lib_var=yes"
6387 echo "configure
: failed program was
:" >&5
6388 cat conftest.$ac_ext >&5
6390 eval "ac_cv_lib_
$ac_lib_var=no
"
6393 LIBS="$ac_save_LIBS"
6396 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
6397 echo "$ac_t""yes" 1>&6
6400 echo "$ac_t""no
" 1>&6
6406 # Test for Gtk stuff, if asked for.
6407 if test "$use_gtk_awt" = yes; then
6408 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
6409 if test "${with_gtk_prefix+set}" = set; then
6410 withval="$with_gtk_prefix"
6411 gtk_config_prefix="$withval"
6413 gtk_config_prefix=""
6416 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
6417 if test "${with_gtk_exec_prefix+set}" = set; then
6418 withval="$with_gtk_exec_prefix"
6419 gtk_config_exec_prefix="$withval"
6421 gtk_config_exec_prefix=""
6424 # Check whether --enable-gtktest or --disable-gtktest was given.
6425 if test "${enable_gtktest+set}" = set; then
6426 enableval="$enable_gtktest"
6437 gtk_config_args="$gtk_config_args gthread
"
6442 if test x$gtk_config_exec_prefix != x ; then
6443 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
6444 if test x${GTK_CONFIG+set} != xset ; then
6445 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
6448 if test x$gtk_config_prefix != x ; then
6449 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
6450 if test x${GTK_CONFIG+set} != xset ; then
6451 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
6455 # Extract the first word of "gtk-config
", so it can be a program name with args.
6456 set dummy gtk-config; ac_word=$2
6457 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
6458 echo "configure
:6459: checking
for $ac_word" >&5
6459 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6460 echo $ac_n "(cached
) $ac_c" 1>&6
6462 case "$GTK_CONFIG" in
6464 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
6467 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a dos path.
6470 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6472 for ac_dir in $ac_dummy; do
6473 test -z "$ac_dir" && ac_dir=.
6474 if test -f $ac_dir/$ac_word; then
6475 ac_cv_path_GTK_CONFIG="$ac_dir/$ac_word"
6480 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no
"
6484 GTK_CONFIG="$ac_cv_path_GTK_CONFIG"
6485 if test -n "$GTK_CONFIG"; then
6486 echo "$ac_t""$GTK_CONFIG" 1>&6
6488 echo "$ac_t""no
" 1>&6
6491 min_gtk_version=1.2.4
6492 echo $ac_n "checking
for GTK
- version
>= $min_gtk_version""...
$ac_c" 1>&6
6493 echo "configure
:6494: checking
for GTK
- version
>= $min_gtk_version" >&5
6495 if test "$GTK_CONFIG" = "no
" ; then
6498 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
6499 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
6500 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
6501 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
6502 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
6503 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
6504 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
6505 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
6506 if test "x
$enable_gtktest" = "xyes
" ; then
6507 ac_save_CFLAGS="$CFLAGS"
6508 ac_save_LIBS="$LIBS"
6509 CFLAGS="$CFLAGS $GTK_CFLAGS"
6510 LIBS="$GTK_LIBS $LIBS"
6512 if test "$cross_compiling" = yes; then
6513 echo $ac_n "cross compiling
; assumed OK...
$ac_c"
6515 cat > conftest.$ac_ext <<EOF
6516 #line 6517 "configure
"
6517 #include "confdefs.h
"
6519 #include <gtk/gtk.h>
6526 int major, minor, micro;
6529 system ("touch conf.gtktest
");
6531 /* HP/UX 9 (%@#!) writes to sscanf strings */
6532 tmp_version = g_strdup("$min_gtk_version");
6533 if (sscanf(tmp_version, "%d.
%d.
%d
", &major, &minor, µ) != 3) {
6534 printf("%s
, bad version string
\n", "$min_gtk_version");
6538 if ((gtk_major_version != $gtk_config_major_version) ||
6539 (gtk_minor_version != $gtk_config_minor_version) ||
6540 (gtk_micro_version != $gtk_config_micro_version))
6542 printf("\n*** 'gtk-config --version' returned
%d.
%d.
%d
, but GTK
+ (%d.
%d.
%d
)\n",
6543 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
6544 gtk_major_version, gtk_minor_version, gtk_micro_version);
6545 printf ("*** was found
! If gtk-config was correct
, then it is best
\n");
6546 printf ("*** to remove the old version of GTK
+. You may also be able to fix the error
\n");
6547 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable
, or by editing
\n");
6548 printf("*** /etc
/ld.so.conf. Make sure you have run ldconfig
if that is
\n");
6549 printf("*** required on your system.
\n");
6550 printf("*** If gtk-config was wrong
, set the environment variable GTK_CONFIG
\n");
6551 printf("*** to point to the correct copy of gtk-config
, and remove the
file config.cache
\n");
6552 printf("*** before re-running configure
\n");
6554 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
6555 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
6556 (gtk_minor_version != GTK_MINOR_VERSION) ||
6557 (gtk_micro_version != GTK_MICRO_VERSION))
6559 printf("*** GTK
+ header files
(version
%d.
%d.
%d
) do not match
\n",
6560 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
6561 printf("*** library
(version
%d.
%d.
%d
)\n",
6562 gtk_major_version, gtk_minor_version, gtk_micro_version);
6564 #endif /* defined (GTK_MAJOR_VERSION) ... */
6567 if ((gtk_major_version > major) ||
6568 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
6569 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
6575 printf("\n*** An old version of GTK
+ (%d.
%d.
%d
) was found.
\n",
6576 gtk_major_version, gtk_minor_version, gtk_micro_version);
6577 printf("*** You need a version of GTK
+ newer than
%d.
%d.
%d. The latest version of
\n",
6578 major, minor, micro);
6579 printf("*** GTK
+ is always available from
ftp://ftp.gtk.org.
\n");
6581 printf("*** If you have already installed a sufficiently new version
, this error
\n");
6582 printf("*** probably means that the wrong copy of the gtk-config shell
script is
\n");
6583 printf("*** being found. The easiest way to fix this is to remove the old version
\n");
6584 printf("*** of GTK
+, but you can also
set the GTK_CONFIG environment to point to the
\n");
6585 printf("*** correct copy of gtk-config.
(In this
case, you will have to
\n");
6586 printf("*** modify your LD_LIBRARY_PATH enviroment variable
, or edit
/etc
/ld.so.conf
\n");
6587 printf("*** so that the correct libraries are found
at run-time
))\n");
6594 if { (eval echo configure:6595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6598 echo "configure
: failed program was
:" >&5
6599 cat conftest.$ac_ext >&5
6606 CFLAGS="$ac_save_CFLAGS"
6607 LIBS="$ac_save_LIBS"
6610 if test "x
$no_gtk" = x ; then
6611 echo "$ac_t""yes" 1>&6
6614 echo "$ac_t""no
" 1>&6
6615 if test "$GTK_CONFIG" = "no
" ; then
6616 echo "*** The gtk-config
script installed by GTK could not be found
"
6617 echo "*** If GTK was installed
in PREFIX
, make sure PREFIX
/bin is
in"
6618 echo "*** your path
, or
set the GTK_CONFIG environment variable to the
"
6619 echo "*** full path to gtk-config.
"
6621 if test -f conf.gtktest ; then
6624 echo "*** Could not run GTK
test program
, checking why...
"
6625 CFLAGS="$CFLAGS $GTK_CFLAGS"
6626 LIBS="$LIBS $GTK_LIBS"
6627 cat > conftest.$ac_ext <<EOF
6628 #line 6629 "configure
"
6629 #include "confdefs.h
"
6631 #include <gtk/gtk.h>
6635 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
6638 if { (eval echo configure:6639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6640 echo "*** The
test program compiled
, but did not run. This usually means
"
6641 echo "*** that the run-time linker is not finding GTK or finding the wrong
"
6642 echo "*** version of GTK. If it is not finding GTK
, you
'll need to set your"
6643 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
6644 echo "*** to the installed location Also, make sure you have run ldconfig if that"
6645 echo "*** is required on your system"
6647 echo "*** If you have an old version installed, it is best to remove it, although"
6648 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
6650 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
6651 echo "*** came with the system with the command"
6653 echo "*** rpm --erase --nodeps gtk gtk-devel"
6655 echo "configure: failed program was:" >&5
6656 cat conftest.$ac_ext >&5
6658 echo "*** The test program failed to compile or link. See the file config.log for the"
6659 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
6660 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
6661 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
6664 CFLAGS="$ac_save_CFLAGS"
6665 LIBS="$ac_save_LIBS"
6676 # Check whether --with-glib-prefix or --without-glib-prefix was given.
6677 if test "${with_glib_prefix+set}" = set; then
6678 withval="$with_glib_prefix"
6679 glib_config_prefix="$withval"
6681 glib_config_prefix=""
6684 # Check whether --with-glib-exec-prefix or --without-glib-exec-prefix was given.
6685 if test "${with_glib_exec_prefix+set}" = set; then
6686 withval="$with_glib_exec_prefix"
6687 glib_config_exec_prefix="$withval"
6689 glib_config_exec_prefix=""
6692 # Check whether --enable-glibtest or --disable-glibtest was given.
6693 if test "${enable_glibtest+set}" = set; then
6694 enableval="$enable_glibtest"
6701 if test x$glib_config_exec_prefix != x ; then
6702 glib_config_args="$glib_config_args --exec-prefix=$glib_config_exec_prefix"
6703 if test x${GLIB_CONFIG+set} != xset ; then
6704 GLIB_CONFIG=$glib_config_exec_prefix/bin/glib-config
6707 if test x$glib_config_prefix != x ; then
6708 glib_config_args="$glib_config_args --prefix=$glib_config_prefix"
6709 if test x${GLIB_CONFIG+set} != xset ; then
6710 GLIB_CONFIG=$glib_config_prefix/bin/glib-config
6714 for module in . gthread
6718 glib_config_args="$glib_config_args gmodule"
6721 glib_config_args="$glib_config_args gthread"
6726 # Extract the first word of "glib-config", so it can be a program name with args.
6727 set dummy glib-config; ac_word=$2
6728 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6729 echo "configure:6730: checking for $ac_word" >&5
6730 if eval "test \"`echo '$
''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
6731 echo $ac_n "(cached) $ac_c" 1>&6
6733 case "$GLIB_CONFIG" in
6735 ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
6738 ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a dos path.
6741 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
6743 for ac_dir in $ac_dummy; do
6744 test -z "$ac_dir" && ac_dir=.
6745 if test -f $ac_dir/$ac_word; then
6746 ac_cv_path_GLIB_CONFIG="$ac_dir/$ac_word"
6751 test -z "$ac_cv_path_GLIB_CONFIG" && ac_cv_path_GLIB_CONFIG="no"
6755 GLIB_CONFIG="$ac_cv_path_GLIB_CONFIG"
6756 if test -n "$GLIB_CONFIG"; then
6757 echo "$ac_t""$GLIB_CONFIG" 1>&6
6759 echo "$ac_t""no" 1>&6
6762 min_glib_version=1.2.4
6763 echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
6764 echo "configure:6765: checking for GLIB - version >= $min_glib_version" >&5
6766 if test "$GLIB_CONFIG" = "no" ; then
6769 GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
6770 GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
6771 glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
6772 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
1/'`
6773 glib_config_minor_version=`$GLIB_CONFIG $glib_config_args --version | \
6774 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
2/'`
6775 glib_config_micro_version=`$GLIB_CONFIG $glib_config_args --version | \
6776 sed 's
/\
([0-9]*\
).\
([0-9]*\
).\
([0-9]*\
)/\
3/'`
6777 if test "x$enable_glibtest" = "xyes" ; then
6778 ac_save_CFLAGS="$CFLAGS"
6779 ac_save_LIBS="$LIBS"
6780 CFLAGS="$CFLAGS $GLIB_CFLAGS"
6781 LIBS="$GLIB_LIBS $LIBS"
6783 if test "$cross_compiling" = yes; then
6784 echo $ac_n "cross compiling; assumed OK... $ac_c"
6786 cat > conftest.$ac_ext <<EOF
6787 #line 6788 "configure"
6788 #include "confdefs.h"
6797 int major, minor, micro;
6800 system ("touch conf.glibtest");
6802 /* HP/UX 9 (%@#!) writes to sscanf strings */
6803 tmp_version = g_strdup("$min_glib_version");
6804 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
6805 printf("%s, bad version string\n", "$min_glib_version");
6809 if ((glib_major_version != $glib_config_major_version) ||
6810 (glib_minor_version != $glib_config_minor_version) ||
6811 (glib_micro_version != $glib_config_micro_version))
6813 printf("\n*** 'glib-config
--version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
6814 $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version,
6815 glib_major_version, glib_minor_version, glib_micro_version);
6816 printf ("*** was found! If glib-config was correct, then it is best\n");
6817 printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n");
6818 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
6819 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
6820 printf("*** required on your system.\n");
6821 printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
6822 printf("*** to point to the correct copy of glib-config, and remove the file config.cache\n");
6823 printf("*** before re-running configure\n");
6825 else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
6826 (glib_minor_version != GLIB_MINOR_VERSION) ||
6827 (glib_micro_version != GLIB_MICRO_VERSION))
6829 printf("*** GLIB header files (version %d.%d.%d) do not match\n",
6830 GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
6831 printf("*** library (version %d.%d.%d)\n",
6832 glib_major_version, glib_minor_version, glib_micro_version);
6836 if ((glib_major_version > major) ||
6837 ((glib_major_version == major) && (glib_minor_version > minor)) ||
6838 ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
6844 printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
6845 glib_major_version, glib_minor_version, glib_micro_version);
6846 printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
6847 major, minor, micro);
6848 printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
6850 printf("*** If you have already installed a sufficiently new version, this error\n");
6851 printf("*** probably means that the wrong copy of the glib-config shell script is\n");
6852 printf("*** being found. The easiest way to fix this is to remove the old version\n");
6853 printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n");
6854 printf("*** correct copy of glib-config. (In this case, you will have to\n");
6855 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
6856 printf("*** so that the correct libraries are found at run-time))\n");
6863 if { (eval echo configure:6864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6867 echo "configure: failed program was:" >&5
6868 cat conftest.$ac_ext >&5
6875 CFLAGS="$ac_save_CFLAGS"
6876 LIBS="$ac_save_LIBS"
6879 if test "x$no_glib" = x ; then
6880 echo "$ac_t""yes" 1>&6
6883 echo "$ac_t""no" 1>&6
6884 if test "$GLIB_CONFIG" = "no" ; then
6885 echo "*** The glib-config script installed by GLIB could not be found"
6886 echo "*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in"
6887 echo "*** your path, or set the GLIB_CONFIG environment variable to the"
6888 echo "*** full path to glib-config."
6890 if test -f conf.glibtest ; then
6893 echo "*** Could not run GLIB test program, checking why..."
6894 CFLAGS="$CFLAGS $GLIB_CFLAGS"
6895 LIBS="$LIBS $GLIB_LIBS"
6896 cat > conftest.$ac_ext <<EOF
6897 #line 6898 "configure"
6898 #include "confdefs.h"
6904 return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
6907 if { (eval echo configure:6908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6909 echo "*** The test program compiled, but did not run. This usually means"
6910 echo "*** that the run-time linker is not finding GLIB or finding the wrong"
6911 echo "*** version of GLIB. If it is not finding GLIB, you'll need to
set your
"
6912 echo "*** LD_LIBRARY_PATH environment variable
, or edit
/etc
/ld.so.conf to point
"
6913 echo "*** to the installed location Also
, make sure you have run ldconfig
if that
"
6914 echo "*** is required on your system
"
6916 echo "*** If you have an old version installed
, it is best to remove it
, although
"
6917 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
"
6919 echo "*** If you have a RedHat
5.0 system
, you should remove the GTK package that
"
6920 echo "*** came with the system with the
command"
6922 echo "*** rpm
--erase --nodeps gtk gtk-devel
"
6924 echo "configure
: failed program was
:" >&5
6925 cat conftest.$ac_ext >&5
6927 echo "*** The
test program failed to compile or link. See the
file config.log
for the
"
6928 echo "*** exact error that occured. This usually means GLIB was incorrectly installed
"
6929 echo "*** or that you have moved GLIB since it was installed. In the latter
case, you
"
6930 echo "*** may want to edit the glib-config
script: $GLIB_CONFIG"
6933 CFLAGS="$ac_save_CFLAGS"
6934 LIBS="$ac_save_LIBS"
6945 enable_libarttest=no
6946 # Check whether --with-libart-prefix or --without-libart-prefix was given.
6947 if test "${with_libart_prefix+set}" = set; then
6948 withval="$with_libart_prefix"
6949 libart_prefix="$withval"
6954 # Check whether --with-libart-exec-prefix or --without-libart-exec-prefix was given.
6955 if test "${with_libart_exec_prefix+set}" = set; then
6956 withval="$with_libart_exec_prefix"
6957 libart_exec_prefix="$withval"
6959 libart_exec_prefix=""
6962 # Check whether --enable-libarttest or --disable-libarttest was given.
6963 if test "${enable_libarttest+set}" = set; then
6964 enableval="$enable_libarttest"
6967 enable_libarttest=yes
6971 if test x$libart_exec_prefix != x ; then
6972 libart_args="$libart_args --exec-prefix=$libart_exec_prefix"
6973 if test x${LIBART_CONFIG+set} != xset ; then
6974 LIBART_CONFIG=$libart_exec_prefix/bin/libart-config
6977 if test x$libart_prefix != x ; then
6978 libart_args="$libart_args --prefix=$libart_prefix"
6979 if test x${LIBART_CONFIG+set} != xset ; then
6980 LIBART_CONFIG=$libart_prefix/bin/libart-config
6984 # Extract the first word of "libart-config
", so it can be a program name with args.
6985 set dummy libart-config; ac_word=$2
6986 echo $ac_n "checking
for $ac_word""...
$ac_c" 1>&6
6987 echo "configure
:6988: checking
for $ac_word" >&5
6988 if eval "test \"`echo '$''{'ac_cv_path_LIBART_CONFIG'+set}'`\" = set"; then
6989 echo $ac_n "(cached
) $ac_c" 1>&6
6991 case "$LIBART_CONFIG" in
6993 ac_cv_path_LIBART_CONFIG="$LIBART_CONFIG" # Let the user override the test with a path.
6996 ac_cv_path_LIBART_CONFIG="$LIBART_CONFIG" # Let the user override the test with a dos path.
6999 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
7001 for ac_dir in $ac_dummy; do
7002 test -z "$ac_dir" && ac_dir=.
7003 if test -f $ac_dir/$ac_word; then
7004 ac_cv_path_LIBART_CONFIG="$ac_dir/$ac_word"
7009 test -z "$ac_cv_path_LIBART_CONFIG" && ac_cv_path_LIBART_CONFIG="no
"
7013 LIBART_CONFIG="$ac_cv_path_LIBART_CONFIG"
7014 if test -n "$LIBART_CONFIG"; then
7015 echo "$ac_t""$LIBART_CONFIG" 1>&6
7017 echo "$ac_t""no
" 1>&6
7020 min_libart_version=2.1.0
7021 echo $ac_n "checking
for LIBART
- version
>= $min_libart_version""...
$ac_c" 1>&6
7022 echo "configure
:7023: checking
for LIBART
- version
>= $min_libart_version" >&5
7024 if test "$LIBART_CONFIG" = "no
" ; then
7027 LIBART_CFLAGS=`$LIBART_CONFIG $libartconf_args --cflags`
7028 LIBART_LIBS=`$LIBART_CONFIG $libartconf_args --libs`
7030 libart_major_version=`$LIBART_CONFIG $libart_args --version | \
7031 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
7032 libart_minor_version=`$LIBART_CONFIG $libart_args --version | \
7033 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
7034 libart_micro_version=`$LIBART_CONFIG $libart_config_args --version | \
7035 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
7036 if test "x
$enable_libarttest" = "xyes
" ; then
7037 ac_save_CFLAGS="$CFLAGS"
7038 ac_save_LIBS="$LIBS"
7039 CFLAGS="$CFLAGS $LIBART_CFLAGS"
7040 LIBS="$LIBS $LIBART_LIBS"
7041 rm -f conf.libarttest
7042 if test "$cross_compiling" = yes; then
7043 echo $ac_n "cross compiling
; assumed OK...
$ac_c"
7045 cat > conftest.$ac_ext <<EOF
7046 #line 7047 "configure
"
7047 #include "confdefs.h
"
7052 #include <libart_lgpl/libart.h>
7055 my_strdup (char *str)
7061 new_str = malloc ((strlen (str) + 1) * sizeof(char));
7062 strcpy (new_str, str);
7072 int major, minor, micro;
7075 system ("touch conf.libarttest
");
7077 /* HP/UX 9 (%@#!) writes to sscanf strings */
7078 tmp_version = my_strdup("$min_libart_version");
7079 if (sscanf(tmp_version, "%d.
%d.
%d
", &major, &minor, µ) != 3) {
7080 printf("%s
, bad version string
\n", "$min_libart_version");
7084 if (($libart_major_version > major) ||
7085 (($libart_major_version == major) && ($libart_minor_version > minor)) ||
7086 (($libart_major_version == major) && ($libart_minor_version == minor) && ($libart_micro_version >= micro)))
7092 printf("\n*** 'libart-config --version' returned
%d.
%d.
%d
, but the minimum version
\n", $libart_major_version, $libart_minor_version, $libart_micro_version);
7093 printf("*** of LIBART required is
%d.
%d.
%d. If libart-config is correct
, then it is
\n", major, minor, micro);
7094 printf("*** best to upgrade to the required version.
\n");
7095 printf("*** If libart-config was wrong
, set the environment variable LIBART_CONFIG
\n");
7096 printf("*** to point to the correct copy of libart-config
, and remove the
file\n");
7097 printf("*** config.cache before re-running configure
\n");
7104 if { (eval echo configure:7105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7108 echo "configure
: failed program was
:" >&5
7109 cat conftest.$ac_ext >&5
7116 CFLAGS="$ac_save_CFLAGS"
7117 LIBS="$ac_save_LIBS"
7120 if test "x
$no_libart" = x ; then
7121 echo "$ac_t""yes" 1>&6
7124 echo "$ac_t""no
" 1>&6
7125 if test "$LIBART_CONFIG" = "no
" ; then
7126 echo "*** The libart-config
script installed by LIBART could not be found
"
7127 echo "*** If LIBART was installed
in PREFIX
, make sure PREFIX
/bin is
in"
7128 echo "*** your path
, or
set the LIBART_CONFIG environment variable to the
"
7129 echo "*** full path to libart-config.
"
7131 if test -f conf.libarttest ; then
7134 echo "*** Could not run LIBART
test program
, checking why...
"
7135 CFLAGS="$CFLAGS $LIBART_CFLAGS"
7136 LIBS="$LIBS $LIBART_LIBS"
7137 cat > conftest.$ac_ext <<EOF
7138 #line 7139 "configure
"
7139 #include "confdefs.h
"
7142 #include <libart_lgpl/libart.h>
7148 if { (eval echo configure:7149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7150 echo "*** The
test program compiled
, but did not run. This usually means
"
7151 echo "*** that the run-time linker is not finding LIBART or finding the wrong
"
7152 echo "*** version of LIBART. If it is not finding LIBART
, you
'll need to set your"
7153 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
7154 echo "*** to the installed location Also, make sure you have run ldconfig if that"
7155 echo "*** is required on your system"
7157 echo "*** If you have an old version installed, it is best to remove it, although"
7158 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
7160 echo "configure: failed program was:" >&5
7161 cat conftest.$ac_ext >&5
7163 echo "*** The test program failed to compile or link. See the file config.log for the"
7164 echo "*** exact error that occured. This usually means LIBART was incorrectly installed"
7165 echo "*** or that you have moved LIBART since it was installed. In the latter case, you"
7166 echo "*** may want to edit the libart-config script: $LIBART_CONFIG"
7169 CFLAGS="$ac_save_CFLAGS"
7170 LIBS="$ac_save_LIBS"
7179 rm -f conf.libarttest
7183 # On Solaris, and maybe other architectures, the Boehm collector
7185 if test "$GC" = boehm; then
7186 echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
7187 echo "configure:7188: checking for main in -ldl" >&5
7188 ac_lib_var=`echo dl'_
'main | sed 'y
%.
/+-%__p_
%'`
7189 if eval "test \"`echo '$
''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7190 echo $ac_n "(cached) $ac_c" 1>&6
7192 ac_save_LIBS="$LIBS"
7194 cat > conftest.$ac_ext <<EOF
7195 #line 7196 "configure"
7196 #include "confdefs.h"
7202 if { (eval echo configure:7203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7204 eval "ac_cv_lib_$ac_lib_var=yes"
7206 echo "configure: failed program was:" >&5
7207 cat conftest.$ac_ext >&5
7209 eval "ac_cv_lib_$ac_lib_var=no"
7212 LIBS="$ac_save_LIBS"
7215 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7216 echo "$ac_t""yes" 1>&6
7217 SYSTEMSPEC="$SYSTEMSPEC -ldl"
7219 echo "$ac_t""no" 1>&6
7224 if test -z "${with_multisubdir}"; then
7228 builddotdot=`echo ${with_multisubdir} | sed -e 's
:[^
/][^
/]*:..
:g
'`
7231 if test -x "${builddotdot}/../../gcc/gcj"; then
7232 dir="`cd ${builddotdot}/../../gcc && ${PWDCMD-pwd}`"
7233 GCJ="$dir/gcj -B`${PWDCMD-pwd}`/ -B$dir/"
7237 GCJ="gcj -B`${PWDCMD-pwd}`/"
7241 # Create it, so that compile/link tests don't fail
7242 test -f libgcj.spec ||
touch libgcj.spec
7244 # We must search the source tree for java.lang, since we still don't
7245 # have libgcj.jar nor java/lang/*.class
7246 GCJ_SAVE_CPPFLAGS
=$CPPFLAGS
7247 CPPFLAGS
="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
7249 # Since some classes depend on this one, we need its source available
7250 # before we can do any GCJ compilation test :-(
7251 if test ! -f gnu
/classpath
/Configuration.java
; then
7252 test -d gnu || mkdir gnu
7253 test -d gnu
/classpath || mkdir gnu
/classpath
7254 sed -e 's,@LIBGCJDEBUG@,$LIBGCJDEBUG,' \
7255 -e 's,@TOOLKIT@,$TOOLKIT,' \
7256 < $srcdir/gnu
/classpath
/Configuration.java.
in \
7257 > gnu
/classpath
/Configuration.java
7258 # We do not want to redirect the output of the grep below to /dev/null,
7259 # but we add /dev/null to the input list so that grep will print the
7260 # filename of Configuration.java in case it finds any matches.
7261 if grep @ gnu
/classpath
/Configuration.java
/dev
/null
; then
7262 { echo "configure: error: configure.in is missing the substitutions above" 1>&2; exit 1; }
7266 # Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
7267 set dummy
${ac_tool_prefix}gcj
; ac_word
=$2
7268 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7269 echo "configure:7270: checking for $ac_word" >&5
7270 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
7271 echo $ac_n "(cached) $ac_c" 1>&6
7273 if test -n "$GCJ"; then
7274 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
7276 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7278 for ac_dir
in $ac_dummy; do
7279 test -z "$ac_dir" && ac_dir
=.
7280 if test -f $ac_dir/$ac_word; then
7281 ac_cv_prog_GCJ
="${ac_tool_prefix}gcj"
7288 GCJ
="$ac_cv_prog_GCJ"
7289 if test -n "$GCJ"; then
7290 echo "$ac_t""$GCJ" 1>&6
7292 echo "$ac_t""no" 1>&6
7296 if test -z "$ac_cv_prog_GCJ"; then
7297 if test -n "$ac_tool_prefix"; then
7298 # Extract the first word of "gcj", so it can be a program name with args.
7299 set dummy gcj
; ac_word
=$2
7300 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7301 echo "configure:7302: checking for $ac_word" >&5
7302 if eval "test \"`echo '$''{'ac_cv_prog_GCJ'+set}'`\" = set"; then
7303 echo $ac_n "(cached) $ac_c" 1>&6
7305 if test -n "$GCJ"; then
7306 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
7308 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
7310 for ac_dir
in $ac_dummy; do
7311 test -z "$ac_dir" && ac_dir
=.
7312 if test -f $ac_dir/$ac_word; then
7313 ac_cv_prog_GCJ
="gcj"
7318 test -z "$ac_cv_prog_GCJ" && ac_cv_prog_GCJ
="no"
7321 GCJ
="$ac_cv_prog_GCJ"
7322 if test -n "$GCJ"; then
7323 echo "$ac_t""$GCJ" 1>&6
7325 echo "$ac_t""no" 1>&6
7333 test "x${GCJFLAGS+set}" = xset || GCJFLAGS
="-g -O2"
7337 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
7339 lt_save_CFLAGS
="$CFLAGS"
7340 AR
="$AR" LTCC
="$CC" CC
="$GCJ" CFLAGS
="$GCJFLAGS" CPPFLAGS
="$CPPFLAGS" \
7341 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
7342 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
7343 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
7344 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
7345 deplibs_check_method
="$deplibs_check_method" \
7346 file_magic_cmd
="$file_magic_cmd" \
7347 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
7348 --build="$build" --add-tag=GCJ
$ac_aux_dir/ltcf-gcj.sh
$host \
7349 ||
{ echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
7351 CFLAGS
="$lt_save_CFLAGS"
7353 # Redirect the config.log output again, so that the ltconfig log is not
7354 # clobbered by the next message.
7355 exec 5>>.
/config.log
7360 CPPFLAGS
=$GCJ_SAVE_CPPFLAGS
7362 echo $ac_n "checking size of void *""... $ac_c" 1>&6
7363 echo "configure:7364: checking size of void *" >&5
7364 if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
7365 echo $ac_n "(cached) $ac_c" 1>&6
7367 for ac_size
in 4 8 1 2 16 12 ; do # List sizes in rough order of prevalence.
7368 cat > conftest.
$ac_ext <<EOF
7369 #line 7370 "configure"
7370 #include "confdefs.h"
7371 #include "confdefs.h"
7372 #include <sys/types.h>
7376 switch (0) case 0: case (sizeof (void *) == $ac_size):;
7379 if { (eval echo configure
:7380: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7381 ac_cv_sizeof_void_p
=$ac_size
7383 echo "configure: failed program was:" >&5
7384 cat conftest.
$ac_ext >&5
7387 if test x
$ac_cv_sizeof_void_p != x
; then break; fi
7392 if test x
$ac_cv_sizeof_void_p = x
; then
7393 { echo "configure: error: cannot determine a size for void *" 1>&2; exit 1; }
7395 echo "$ac_t""$ac_cv_sizeof_void_p" 1>&6
7396 cat >> confdefs.h
<<EOF
7397 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
7406 if test -z "$ZLIBSPEC"; then
7407 # Use zlib from the GCC tree.
7408 ZINCS
='-I$(top_srcdir)/../zlib'
7409 ZLIBS
=..
/zlib
/libzgcj_convenience.la
7412 SYS_ZLIBS
="$ZLIBSPEC"
7423 if test "$CANADIAN" = yes; then
7432 if test "$NULL_TARGET" = yes; then
7434 NULL_TARGET_FALSE
='#'
7436 NULL_TARGET_TRUE
='#'
7441 if test "$NATIVE" = yes ||
test "$NULL_TARGET" = yes; then
7450 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
7451 NEEDS_DATA_START_TRUE
=
7452 NEEDS_DATA_START_FALSE
='#'
7454 NEEDS_DATA_START_TRUE
='#'
7455 NEEDS_DATA_START_FALSE
=
7459 if test -n "$with_cross_host" &&
7460 test x
"$with_cross_host" != x
"no"; then
7461 toolexecdir
='$(exec_prefix)/$(target_alias)'
7462 toolexecmainlibdir
='$(toolexecdir)/lib'
7464 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
7465 toolexecmainlibdir
='$(libdir)'
7467 toolexeclibdir
=$toolexecmainlibdir/`$CC -print-multi-os-directory`
7472 # Determine gcj version number.
7474 gcjversion
=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
7476 GCJVERSION
=$gcjversion
7478 cat >> confdefs.h
<<EOF
7479 #define GCJVERSION "$GCJVERSION"
7483 echo $ac_n "checking for g++ -ffloat-store bug""... $ac_c" 1>&6
7484 echo "configure:7485: checking for g++ -ffloat-store bug" >&5
7485 save_CFLAGS
="$CFLAGS"
7486 CFLAGS
="-x c++ -O2 -ffloat-store"
7487 cat > conftest.
$ac_ext <<EOF
7488 #line 7489 "configure"
7489 #include "confdefs.h"
7495 if { (eval echo configure
:7496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7497 echo "$ac_t""no" 1>&6
7499 echo "configure: failed program was:" >&5
7500 cat conftest.
$ac_ext >&5
7502 cat >> confdefs.h
<<\EOF
7503 #define __NO_MATH_INLINES 1
7506 echo "$ac_t""yes" 1>&6
7509 CFLAGS
="$save_CFLAGS"
7511 for ac_hdr
in unistd.h bstring.h sys
/time.h sys
/types.h fcntl.h sys
/ioctl.h sys
/filio.h sys
/stat.h sys
/select.h sys
/socket.h netinet
/in.h arpa
/inet.h netdb.h net
/if.h
pwd.h sys
/config.h stdint.h langinfo.h locale.h
7513 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7514 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7515 echo "configure:7516: checking for $ac_hdr" >&5
7516 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7517 echo $ac_n "(cached) $ac_c" 1>&6
7519 cat > conftest.
$ac_ext <<EOF
7520 #line 7521 "configure"
7521 #include "confdefs.h"
7524 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7525 { (eval echo configure
:7526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7526 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7527 if test -z "$ac_err"; then
7529 eval "ac_cv_header_$ac_safe=yes"
7532 echo "configure: failed program was:" >&5
7533 cat conftest.
$ac_ext >&5
7535 eval "ac_cv_header_$ac_safe=no"
7539 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7540 echo "$ac_t""yes" 1>&6
7541 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7542 cat >> confdefs.h
<<EOF
7543 #define $ac_tr_hdr 1
7547 echo "$ac_t""no" 1>&6
7551 for ac_hdr
in dirent.h
7553 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7554 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7555 echo "configure:7556: checking for $ac_hdr" >&5
7556 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7557 echo $ac_n "(cached) $ac_c" 1>&6
7559 cat > conftest.
$ac_ext <<EOF
7560 #line 7561 "configure"
7561 #include "confdefs.h"
7564 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7565 { (eval echo configure
:7566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7566 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7567 if test -z "$ac_err"; then
7569 eval "ac_cv_header_$ac_safe=yes"
7572 echo "configure: failed program was:" >&5
7573 cat conftest.
$ac_ext >&5
7575 eval "ac_cv_header_$ac_safe=no"
7579 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7580 echo "$ac_t""yes" 1>&6
7581 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7582 cat >> confdefs.h
<<EOF
7583 #define $ac_tr_hdr 1
7587 echo "$ac_t""no" 1>&6
7591 for ac_hdr
in inttypes.h
7593 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7594 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7595 echo "configure:7596: checking for $ac_hdr" >&5
7596 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7597 echo $ac_n "(cached) $ac_c" 1>&6
7599 cat > conftest.
$ac_ext <<EOF
7600 #line 7601 "configure"
7601 #include "confdefs.h"
7604 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7605 { (eval echo configure
:7606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7606 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7607 if test -z "$ac_err"; then
7609 eval "ac_cv_header_$ac_safe=yes"
7612 echo "configure: failed program was:" >&5
7613 cat conftest.
$ac_ext >&5
7615 eval "ac_cv_header_$ac_safe=no"
7619 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
7620 echo "$ac_t""yes" 1>&6
7621 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
7622 cat >> confdefs.h
<<EOF
7623 #define $ac_tr_hdr 1
7626 cat >> confdefs.h
<<\EOF
7627 #define HAVE_INTTYPES_H 1
7630 cat >> confdefs.h
<<\EOF
7631 #define JV_HAVE_INTTYPES_H 1
7636 echo "$ac_t""no" 1>&6
7640 echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
7641 echo "configure:7642: checking for sys/wait.h that is POSIX.1 compatible" >&5
7642 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
7643 echo $ac_n "(cached) $ac_c" 1>&6
7645 cat > conftest.
$ac_ext <<EOF
7646 #line 7647 "configure"
7647 #include "confdefs.h"
7648 #include <sys/types.h>
7649 #include <sys/wait.h>
7651 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
7654 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
7659 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
7662 if { (eval echo configure
:7663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7664 ac_cv_header_sys_wait_h
=yes
7666 echo "configure: failed program was:" >&5
7667 cat conftest.
$ac_ext >&5
7669 ac_cv_header_sys_wait_h
=no
7674 echo "$ac_t""$ac_cv_header_sys_wait_h" 1>&6
7675 if test $ac_cv_header_sys_wait_h = yes; then
7676 cat >> confdefs.h
<<\EOF
7677 #define HAVE_SYS_WAIT_H 1
7683 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
7684 echo "configure:7685: checking for ANSI C header files" >&5
7685 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
7686 echo $ac_n "(cached) $ac_c" 1>&6
7688 cat > conftest.
$ac_ext <<EOF
7689 #line 7690 "configure"
7690 #include "confdefs.h"
7696 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7697 { (eval echo configure
:7698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7698 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7699 if test -z "$ac_err"; then
7701 ac_cv_header_stdc
=yes
7704 echo "configure: failed program was:" >&5
7705 cat conftest.
$ac_ext >&5
7707 ac_cv_header_stdc
=no
7711 if test $ac_cv_header_stdc = yes; then
7712 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7713 cat > conftest.
$ac_ext <<EOF
7714 #line 7715 "configure"
7715 #include "confdefs.h"
7718 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7719 egrep "memchr" >/dev
/null
2>&1; then
7723 ac_cv_header_stdc
=no
7729 if test $ac_cv_header_stdc = yes; then
7730 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7731 cat > conftest.
$ac_ext <<EOF
7732 #line 7733 "configure"
7733 #include "confdefs.h"
7736 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7737 egrep "free" >/dev
/null
2>&1; then
7741 ac_cv_header_stdc
=no
7747 if test $ac_cv_header_stdc = yes; then
7748 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7749 if test "$cross_compiling" = yes; then
7752 cat > conftest.
$ac_ext <<EOF
7753 #line 7754 "configure"
7754 #include "confdefs.h"
7756 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7757 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7758 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7759 int main () { int i; for (i = 0; i < 256; i++)
7760 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
7764 if { (eval echo configure
:7765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
7768 echo "configure: failed program was:" >&5
7769 cat conftest.
$ac_ext >&5
7771 ac_cv_header_stdc
=no
7779 echo "$ac_t""$ac_cv_header_stdc" 1>&6
7780 if test $ac_cv_header_stdc = yes; then
7781 cat >> confdefs.h
<<\EOF
7782 #define STDC_HEADERS 1
7787 echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
7788 echo "configure:7789: checking for ssize_t" >&5
7789 if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
7790 echo $ac_n "(cached) $ac_c" 1>&6
7792 cat > conftest.
$ac_ext <<EOF
7793 #line 7794 "configure"
7794 #include "confdefs.h"
7795 #include <sys/types.h>
7801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7802 egrep "(^|[^a-zA-Z_0-9])ssize_t[^a-zA-Z_0-9]" >/dev
/null
2>&1; then
7804 ac_cv_type_ssize_t
=yes
7807 ac_cv_type_ssize_t
=no
7812 echo "$ac_t""$ac_cv_type_ssize_t" 1>&6
7813 if test $ac_cv_type_ssize_t = no
; then
7814 cat >> confdefs.h
<<\EOF
7821 echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
7822 echo "configure:7823: checking for in_addr_t" >&5
7823 cat > conftest.
$ac_ext <<EOF
7824 #line 7825 "configure"
7825 #include "confdefs.h"
7826 #include <sys/types.h>
7831 #if HAVE_NETINET_IN_H
7832 #include <netinet/in.h>
7838 if { (eval echo configure
:7839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7840 cat >> confdefs.h
<<\EOF
7841 #define HAVE_IN_ADDR_T 1
7844 echo "$ac_t""yes" 1>&6
7846 echo "configure: failed program was:" >&5
7847 cat conftest.
$ac_ext >&5
7849 echo "$ac_t""no" 1>&6
7853 echo $ac_n "checking whether struct ip_mreq is in netinet/in.h""... $ac_c" 1>&6
7854 echo "configure:7855: checking whether struct ip_mreq is in netinet/in.h" >&5
7855 cat > conftest.
$ac_ext <<EOF
7856 #line 7857 "configure"
7857 #include "confdefs.h"
7858 #include <netinet/in.h>
7860 struct ip_mreq mreq;
7863 if { (eval echo configure
:7864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7865 cat >> confdefs.h
<<\EOF
7866 #define HAVE_STRUCT_IP_MREQ 1
7869 echo "$ac_t""yes" 1>&6
7871 echo "configure: failed program was:" >&5
7872 cat conftest.
$ac_ext >&5
7874 echo "$ac_t""no" 1>&6
7878 echo $ac_n "checking whether struct ipv6_mreq is in netinet/in.h""... $ac_c" 1>&6
7879 echo "configure:7880: checking whether struct ipv6_mreq is in netinet/in.h" >&5
7880 cat > conftest.
$ac_ext <<EOF
7881 #line 7882 "configure"
7882 #include "confdefs.h"
7883 #include <netinet/in.h>
7885 struct ipv6_mreq mreq6;
7888 if { (eval echo configure
:7889: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7890 cat >> confdefs.h
<<\EOF
7891 #define HAVE_STRUCT_IPV6_MREQ 1
7894 echo "$ac_t""yes" 1>&6
7896 echo "configure: failed program was:" >&5
7897 cat conftest.
$ac_ext >&5
7899 echo "$ac_t""no" 1>&6
7903 echo $ac_n "checking whether struct sockaddr_in6 is in netinet/in.h""... $ac_c" 1>&6
7904 echo "configure:7905: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
7905 cat > conftest.
$ac_ext <<EOF
7906 #line 7907 "configure"
7907 #include "confdefs.h"
7908 #include <netinet/in.h>
7910 struct sockaddr_in6 addr6;
7913 if { (eval echo configure
:7914: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7915 cat >> confdefs.h
<<\EOF
7916 #define HAVE_INET6 1
7919 echo "$ac_t""yes" 1>&6
7921 echo "configure: failed program was:" >&5
7922 cat conftest.
$ac_ext >&5
7924 echo "$ac_t""no" 1>&6
7928 echo $ac_n "checking for socklen_t in sys/socket.h""... $ac_c" 1>&6
7929 echo "configure:7930: checking for socklen_t in sys/socket.h" >&5
7930 cat > conftest.
$ac_ext <<EOF
7931 #line 7932 "configure"
7932 #include "confdefs.h"
7933 #define _POSIX_PII_SOCKET
7934 #include <sys/types.h>
7935 #include <sys/socket.h>
7940 if { (eval echo configure
:7941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7942 cat >> confdefs.h
<<\EOF
7943 #define HAVE_SOCKLEN_T 1
7946 echo "$ac_t""yes" 1>&6
7948 echo "configure: failed program was:" >&5
7949 cat conftest.
$ac_ext >&5
7951 echo "$ac_t""no" 1>&6
7955 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
7956 echo "configure:7957: checking for tm_gmtoff in struct tm" >&5
7957 cat > conftest.
$ac_ext <<EOF
7958 #line 7959 "configure"
7959 #include "confdefs.h"
7962 struct tm tim; tim.tm_gmtoff = 0;
7965 if { (eval echo configure
:7966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7967 cat >> confdefs.h
<<\EOF
7968 #define STRUCT_TM_HAS_GMTOFF 1
7971 echo "$ac_t""yes" 1>&6
7973 echo "configure: failed program was:" >&5
7974 cat conftest.
$ac_ext >&5
7976 echo "$ac_t""no" 1>&6
7977 echo $ac_n "checking for global timezone variable""... $ac_c" 1>&6
7978 echo "configure:7979: checking for global timezone variable" >&5
7979 cat > conftest.
$ac_ext <<EOF
7980 #line 7981 "configure"
7981 #include "confdefs.h"
7984 void i(){long z2 = 2*timezone;}
7987 if { (eval echo configure
:7988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7989 cat >> confdefs.h
<<\EOF
7990 #define HAVE_TIMEZONE 1
7993 echo "$ac_t""yes" 1>&6
7995 echo "configure: failed program was:" >&5
7996 cat conftest.
$ac_ext >&5
7998 echo "$ac_t""no" 1>&6
7999 echo $ac_n "checking for global _timezone variable""... $ac_c" 1>&6
8000 echo "configure:8001: checking for global _timezone variable" >&5
8001 cat > conftest.
$ac_ext <<EOF
8002 #line 8003 "configure"
8003 #include "confdefs.h"
8006 long z2 = _timezone;
8009 if { (eval echo configure
:8010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8011 cat >> confdefs.h
<<\EOF
8012 #define HAVE_UNDERSCORE_TIMEZONE 1
8015 echo "$ac_t""yes" 1>&6
8017 echo "configure: failed program was:" >&5
8018 cat conftest.
$ac_ext >&5
8020 echo "$ac_t""no" 1>&6
8028 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8029 # for constant arguments. Useless!
8030 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
8031 echo "configure:8032: checking for working alloca.h" >&5
8032 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
8033 echo $ac_n "(cached) $ac_c" 1>&6
8035 cat > conftest.
$ac_ext <<EOF
8036 #line 8037 "configure"
8037 #include "confdefs.h"
8040 char *p = alloca(2 * sizeof(int));
8043 if { (eval echo configure
:8044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8045 ac_cv_header_alloca_h
=yes
8047 echo "configure: failed program was:" >&5
8048 cat conftest.
$ac_ext >&5
8050 ac_cv_header_alloca_h
=no
8055 echo "$ac_t""$ac_cv_header_alloca_h" 1>&6
8056 if test $ac_cv_header_alloca_h = yes; then
8057 cat >> confdefs.h
<<\EOF
8058 #define HAVE_ALLOCA_H 1
8063 echo $ac_n "checking for alloca""... $ac_c" 1>&6
8064 echo "configure:8065: checking for alloca" >&5
8065 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
8066 echo $ac_n "(cached) $ac_c" 1>&6
8068 cat > conftest.
$ac_ext <<EOF
8069 #line 8070 "configure"
8070 #include "confdefs.h"
8073 # define alloca __builtin_alloca
8076 # include <malloc.h>
8077 # define alloca _alloca
8080 # include <alloca.h>
8085 # ifndef alloca /* predefined by HP cc +Olibcalls */
8094 char *p = (char *) alloca(1);
8097 if { (eval echo configure
:8098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8099 ac_cv_func_alloca_works
=yes
8101 echo "configure: failed program was:" >&5
8102 cat conftest.
$ac_ext >&5
8104 ac_cv_func_alloca_works
=no
8109 echo "$ac_t""$ac_cv_func_alloca_works" 1>&6
8110 if test $ac_cv_func_alloca_works = yes; then
8111 cat >> confdefs.h
<<\EOF
8112 #define HAVE_ALLOCA 1
8117 if test $ac_cv_func_alloca_works = no
; then
8118 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
8119 # that cause trouble. Some versions do not even contain alloca or
8120 # contain a buggy version. If you still want to use their alloca,
8121 # use ar to extract alloca.o from them instead of compiling alloca.c.
8122 ALLOCA
=alloca.
${ac_objext}
8123 cat >> confdefs.h
<<\EOF
8128 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
8129 echo "configure:8130: checking whether alloca needs Cray hooks" >&5
8130 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
8131 echo $ac_n "(cached) $ac_c" 1>&6
8133 cat > conftest.
$ac_ext <<EOF
8134 #line 8135 "configure"
8135 #include "confdefs.h"
8136 #if defined(CRAY) && ! defined(CRAY2)
8143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8144 egrep "webecray" >/dev
/null
2>&1; then
8155 echo "$ac_t""$ac_cv_os_cray" 1>&6
8156 if test $ac_cv_os_cray = yes; then
8157 for ac_func
in _getb67 GETB67 getb67
; do
8158 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8159 echo "configure:8160: checking for $ac_func" >&5
8160 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8161 echo $ac_n "(cached) $ac_c" 1>&6
8163 cat > conftest.
$ac_ext <<EOF
8164 #line 8165 "configure"
8165 #include "confdefs.h"
8166 /* System header to define __stub macros and hopefully few prototypes,
8167 which can conflict with char $ac_func(); below. */
8169 /* Override any gcc2 internal prototype to avoid an error. */
8170 /* We use char because int might match the return type of a gcc2
8171 builtin and then its argument prototype would still apply. */
8176 /* The GNU C library defines this for functions which it implements
8177 to always fail with ENOSYS. Some functions are actually named
8178 something starting with __ and the normal name is an alias. */
8179 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8187 if { (eval echo configure
:8188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8189 eval "ac_cv_func_$ac_func=yes"
8191 echo "configure: failed program was:" >&5
8192 cat conftest.
$ac_ext >&5
8194 eval "ac_cv_func_$ac_func=no"
8199 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8200 echo "$ac_t""yes" 1>&6
8201 cat >> confdefs.h
<<EOF
8202 #define CRAY_STACKSEG_END $ac_func
8207 echo "$ac_t""no" 1>&6
8213 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
8214 echo "configure:8215: checking stack direction for C alloca" >&5
8215 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
8216 echo $ac_n "(cached) $ac_c" 1>&6
8218 if test "$cross_compiling" = yes; then
8219 ac_cv_c_stack_direction
=0
8221 cat > conftest.
$ac_ext <<EOF
8222 #line 8223 "configure"
8223 #include "confdefs.h"
8224 find_stack_direction ()
8226 static char *addr = 0;
8231 return find_stack_direction ();
8234 return (&dummy > addr) ? 1 : -1;
8238 exit (find_stack_direction() < 0);
8241 if { (eval echo configure
:8242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
8243 ac_cv_c_stack_direction
=1
8245 echo "configure: failed program was:" >&5
8246 cat conftest.
$ac_ext >&5
8248 ac_cv_c_stack_direction
=-1
8255 echo "$ac_t""$ac_cv_c_stack_direction" 1>&6
8256 cat >> confdefs.h
<<EOF
8257 #define STACK_DIRECTION $ac_cv_c_stack_direction
8265 # Extract the first word of "$ac_prog", so it can be a program name with args.
8266 set dummy
$ac_prog; ac_word
=$2
8267 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8268 echo "configure:8269: checking for $ac_word" >&5
8269 if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
8270 echo $ac_n "(cached) $ac_c" 1>&6
8272 if test -n "$PERL"; then
8273 ac_cv_prog_PERL
="$PERL" # Let the user override the test.
8275 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
8277 for ac_dir
in $ac_dummy; do
8278 test -z "$ac_dir" && ac_dir
=.
8279 if test -f $ac_dir/$ac_word; then
8280 ac_cv_prog_PERL
="$ac_prog"
8287 PERL
="$ac_cv_prog_PERL"
8288 if test -n "$PERL"; then
8289 echo "$ac_t""$PERL" 1>&6
8291 echo "$ac_t""no" 1>&6
8294 test -n "$PERL" && break
8296 test -n "$PERL" || PERL
="false"
8303 SIGNAL_HANDLER
=include
/i386-signal.h
8305 sparc
*-sun-solaris*)
8306 SIGNAL_HANDLER
=include
/sparc-signal.h
8309 # SYSDEP_SOURCES=sysdep/ia64.c
8310 # test -d sysdep || mkdir sysdep
8313 SIGNAL_HANDLER
=include
/dwarf2-signal.h
8316 SIGNAL_HANDLER
=include
/dwarf2-signal.h
8319 SIGNAL_HANDLER
=include
/dwarf2-signal.h
8322 SIGNAL_HANDLER
=include
/s390-signal.h
8325 SIGNAL_HANDLER
=include
/x86_64-signal.h
8328 SIGNAL_HANDLER
=include
/dwarf2-signal.h
8330 sh-
*-linux* | sh
[34]*-*-linux*)
8331 SIGNAL_HANDLER
=include
/dwarf2-signal.h
8334 SIGNAL_HANDLER
=include
/win32-signal.h
8337 SIGNAL_HANDLER
=include
/default-signal.h
8341 # If we're using sjlj exceptions, forget what we just learned.
8342 if test "$enable_sjlj_exceptions" = yes; then
8343 SIGNAL_HANDLER
=include
/default-signal.h
8346 # Define here any compiler flags that you need in order to make backtrace() work.
8350 BACKTRACESPEC
=-fno-omit-frame-pointer
8359 if test "${multilib}" = "yes"; then
8360 multilib_arg
="--enable-multilib"
8367 here
=`${PWDCMD-pwd}`
8370 # We get this from the environment.
8374 cat > confcache
<<\EOF
8375 # This file is a shell script that caches the results of configure
8376 # tests run on this system so they can be shared between configure
8377 # scripts and configure runs. It is not useful on other systems.
8378 # If it contains results you don't want to keep, you may remove or edit it.
8380 # By default, configure uses ./config.cache as the cache file,
8381 # creating it if it does not exist already. You can give configure
8382 # the --cache-file=FILE option to use a different cache file; that is
8383 # what configure does when it calls configure scripts in
8384 # subdirectories, so they share the cache.
8385 # Giving --cache-file=/dev/null disables caching, for debugging configure.
8386 # config.status only pays attention to the cache file if you give it the
8387 # --recheck option to rerun configure.
8390 # The following way of writing the cache mishandles newlines in values,
8391 # but we know of no workaround that is simple, portable, and efficient.
8392 # So, don't put newlines in cache variables' values.
8393 # Ultrix sh set writes to stderr and can't be redirected directly,
8394 # and sets the high bit in the cache file unless we assign to the vars.
8396 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8398 # `set' does not quote correctly, so add quotes (double-quote substitution
8399 # turns \\\\ into \\, and sed turns \\ into \).
8401 -e "s/'/'\\\\''/g" \
8402 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
8405 # `set' quotes correctly as required by POSIX, so do not add quotes.
8406 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
8409 if cmp -s $cache_file confcache
; then
8412 if test -w $cache_file; then
8413 echo "updating cache $cache_file"
8414 cat confcache
> $cache_file
8416 echo "not updating unwritable cache $cache_file"
8421 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
8423 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
8424 # Let make expand exec_prefix.
8425 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
8427 # Any assignment to VPATH causes Sun make to only execute
8428 # the first set of double-colon rules, so remove it if not needed.
8429 # If there is a colon in the path, we need to keep it.
8430 if test "x$srcdir" = x.
; then
8431 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
8434 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
8436 DEFS
=-DHAVE_CONFIG_H
8438 # Without the "./", some shells look in PATH for config.status.
8439 : ${CONFIG_STATUS=./config.status}
8441 echo creating
$CONFIG_STATUS
8442 rm -f $CONFIG_STATUS
8443 cat > $CONFIG_STATUS <<EOF
8445 # Generated automatically by configure.
8446 # Run this file to recreate the current configuration.
8447 # This directory was configured as follows,
8448 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
8450 # $0 $ac_configure_args
8452 # Compiler output produced by configure, useful for debugging
8453 # configure, is in ./config.log if it exists.
8455 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
8458 case "\$ac_option" in
8459 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
8460 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
8461 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
8462 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
8463 echo "$CONFIG_STATUS generated by autoconf version 2.13"
8465 -help | --help | --hel | --he | --h)
8466 echo "\$ac_cs_usage"; exit 0 ;;
8467 *) echo "\$ac_cs_usage"; exit 1 ;;
8471 ac_given_srcdir=$srcdir
8472 ac_given_INSTALL="$INSTALL"
8474 trap 'rm -fr `echo "Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile include/config.h gcj/libgcj-config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
8476 cat >> $CONFIG_STATUS <<EOF
8478 # Protect against being on the right side of a sed subst in config.status.
8479 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
8480 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
8484 s%@CFLAGS@%$CFLAGS%g
8485 s%@CPPFLAGS@%$CPPFLAGS%g
8486 s%@CXXFLAGS@%$CXXFLAGS%g
8487 s%@FFLAGS@%$FFLAGS%g
8489 s%@LDFLAGS@%$LDFLAGS%g
8491 s%@exec_prefix@%$exec_prefix%g
8492 s%@prefix@%$prefix%g
8493 s%@program_transform_name@%$program_transform_name%g
8494 s%@bindir@%$bindir%g
8495 s%@sbindir@%$sbindir%g
8496 s%@libexecdir@%$libexecdir%g
8497 s%@datadir@%$datadir%g
8498 s%@sysconfdir@%$sysconfdir%g
8499 s%@sharedstatedir@%$sharedstatedir%g
8500 s%@localstatedir@%$localstatedir%g
8501 s%@libdir@%$libdir%g
8502 s%@includedir@%$includedir%g
8503 s%@oldincludedir@%$oldincludedir%g
8504 s%@infodir@%$infodir%g
8505 s%@mandir@%$mandir%g
8507 s%@libgcj_basedir@%$libgcj_basedir%g
8508 s%@mkinstalldirs@%$mkinstalldirs%g
8510 s%@host_alias@%$host_alias%g
8511 s%@host_cpu@%$host_cpu%g
8512 s%@host_vendor@%$host_vendor%g
8513 s%@host_os@%$host_os%g
8514 s%@target@%$target%g
8515 s%@target_alias@%$target_alias%g
8516 s%@target_cpu@%$target_cpu%g
8517 s%@target_vendor@%$target_vendor%g
8518 s%@target_os@%$target_os%g
8520 s%@build_alias@%$build_alias%g
8521 s%@build_cpu@%$build_cpu%g
8522 s%@build_vendor@%$build_vendor%g
8523 s%@build_os@%$build_os%g
8525 s%@glibjava_CXX@%$glibjava_CXX%g
8527 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
8528 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
8529 s%@INSTALL_DATA@%$INSTALL_DATA%g
8530 s%@PACKAGE@%$PACKAGE%g
8531 s%@VERSION@%$VERSION%g
8532 s%@ACLOCAL@%$ACLOCAL%g
8533 s%@AUTOCONF@%$AUTOCONF%g
8534 s%@AUTOMAKE@%$AUTOMAKE%g
8535 s%@AUTOHEADER@%$AUTOHEADER%g
8536 s%@MAKEINFO@%$MAKEINFO%g
8537 s%@SET_MAKE@%$SET_MAKE%g
8540 s%@RANLIB@%$RANLIB%g
8541 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
8542 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
8544 s%@EXEEXT@%$EXEEXT%g
8545 s%@LIBGCJ_CFLAGS@%$LIBGCJ_CFLAGS%g
8546 s%@LIBGCJ_CXXFLAGS@%$LIBGCJ_CXXFLAGS%g
8547 s%@LIBGCJ_JAVAFLAGS@%$LIBGCJ_JAVAFLAGS%g
8548 s%@INCLTDL@%$INCLTDL%g
8549 s%@LIBLTDL@%$LIBLTDL%g
8550 s%@DIRLTDL@%$DIRLTDL%g
8551 s%@OBJEXT@%$OBJEXT%g
8553 s%@LIBTOOL@%$LIBTOOL%g
8554 s%@CXXCPP@%$CXXCPP%g
8555 s%@subdirs@%$subdirs%g
8556 s%@COMPPATH@%$COMPPATH%g
8557 s%@TESTSUBDIR_TRUE@%$TESTSUBDIR_TRUE%g
8558 s%@TESTSUBDIR_FALSE@%$TESTSUBDIR_FALSE%g
8559 s%@LIBGCJDEBUG@%$LIBGCJDEBUG%g
8560 s%@INTERPRETER@%$INTERPRETER%g
8561 s%@LIBFFI@%$LIBFFI%g
8562 s%@LIBFFIINCS@%$LIBFFIINCS%g
8563 s%@PLATFORMOBJS@%$PLATFORMOBJS%g
8565 s%@SYSTEMSPEC@%$SYSTEMSPEC%g
8566 s%@LIBGCJTESTSPEC@%$LIBGCJTESTSPEC%g
8567 s%@ZLIBSPEC@%$ZLIBSPEC%g
8568 s%@ZLIBTESTSPEC@%$ZLIBTESTSPEC%g
8569 s%@X_CFLAGS@%$X_CFLAGS%g
8570 s%@X_PRE_LIBS@%$X_PRE_LIBS%g
8571 s%@X_LIBS@%$X_LIBS%g
8572 s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
8573 s%@TOOLKIT@%$TOOLKIT%g
8574 s%@XLIB_AWT_TRUE@%$XLIB_AWT_TRUE%g
8575 s%@XLIB_AWT_FALSE@%$XLIB_AWT_FALSE%g
8576 s%@GTK_AWT_TRUE@%$GTK_AWT_TRUE%g
8577 s%@GTK_AWT_FALSE@%$GTK_AWT_FALSE%g
8578 s%@GCLIBS@%$GCLIBS%g
8579 s%@GCINCS@%$GCINCS%g
8580 s%@GCDEPS@%$GCDEPS%g
8581 s%@GCOBJS@%$GCOBJS%g
8582 s%@GCSPEC@%$GCSPEC%g
8583 s%@JC1GCSPEC@%$JC1GCSPEC%g
8584 s%@GCTESTSPEC@%$GCTESTSPEC%g
8585 s%@THREADLIBS@%$THREADLIBS%g
8586 s%@THREADINCS@%$THREADINCS%g
8587 s%@THREADDEPS@%$THREADDEPS%g
8588 s%@THREADOBJS@%$THREADOBJS%g
8589 s%@THREADSPEC@%$THREADSPEC%g
8590 s%@THREADLDFLAGS@%$THREADLDFLAGS%g
8591 s%@HASH_SYNC_SPEC@%$HASH_SYNC_SPEC%g
8592 s%@USING_GCC_TRUE@%$USING_GCC_TRUE%g
8593 s%@USING_GCC_FALSE@%$USING_GCC_FALSE%g
8594 s%@tool_include_dir@%$tool_include_dir%g
8595 s%@gcc_version@%$gcc_version%g
8596 s%@LIBICONV@%$LIBICONV%g
8597 s%@GTK_CONFIG@%$GTK_CONFIG%g
8598 s%@GTK_CFLAGS@%$GTK_CFLAGS%g
8599 s%@GTK_LIBS@%$GTK_LIBS%g
8600 s%@GLIB_CONFIG@%$GLIB_CONFIG%g
8601 s%@GLIB_CFLAGS@%$GLIB_CFLAGS%g
8602 s%@GLIB_LIBS@%$GLIB_LIBS%g
8603 s%@LIBART_CONFIG@%$LIBART_CONFIG%g
8604 s%@LIBART_CFLAGS@%$LIBART_CFLAGS%g
8605 s%@LIBART_LIBS@%$LIBART_LIBS%g
8607 s%@GCJFLAGS@%$GCJFLAGS%g
8609 s%@SYS_ZLIBS@%$SYS_ZLIBS%g
8611 s%@DIVIDESPEC@%$DIVIDESPEC%g
8612 s%@CHECKREFSPEC@%$CHECKREFSPEC%g
8613 s%@EXCEPTIONSPEC@%$EXCEPTIONSPEC%g
8614 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
8615 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
8616 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
8617 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
8618 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
8619 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
8620 s%@NEEDS_DATA_START_TRUE@%$NEEDS_DATA_START_TRUE%g
8621 s%@NEEDS_DATA_START_FALSE@%$NEEDS_DATA_START_FALSE%g
8622 s%@GCC_UNWIND_INCLUDE@%$GCC_UNWIND_INCLUDE%g
8623 s%@toolexecdir@%$toolexecdir%g
8624 s%@toolexecmainlibdir@%$toolexecmainlibdir%g
8625 s%@toolexeclibdir@%$toolexeclibdir%g
8626 s%@GCJVERSION@%$GCJVERSION%g
8627 s%@ALLOCA@%$ALLOCA%g
8629 s%@BACKTRACESPEC@%$BACKTRACESPEC%g
8630 s%@SYSDEP_SOURCES@%$SYSDEP_SOURCES%g
8636 cat >> $CONFIG_STATUS <<\EOF
8638 # Split the substitutions into bite-sized pieces for seds with
8639 # small command number limits, like on Digital OSF/1 and HP-UX.
8640 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
8641 ac_file
=1 # Number of current file.
8642 ac_beg
=1 # First line for current file.
8643 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
8646 while $ac_more_lines; do
8647 if test $ac_beg -gt 1; then
8648 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
8650 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
8652 if test ! -s conftest.s
$ac_file; then
8654 rm -f conftest.s
$ac_file
8656 if test -z "$ac_sed_cmds"; then
8657 ac_sed_cmds
="sed -f conftest.s$ac_file"
8659 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
8661 ac_file
=`expr $ac_file + 1`
8663 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
8666 if test -z "$ac_sed_cmds"; then
8671 cat >> $CONFIG_STATUS <<EOF
8673 CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile"}
8675 cat >> $CONFIG_STATUS <<\EOF
8676 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
8677 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8679 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
8680 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
8681 *) ac_file_in
="${ac_file}.in" ;;
8684 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
8686 # Remove last slash and all that follows it. Not all systems have dirname.
8687 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
8688 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
8689 # The file is in a subdirectory.
8690 test ! -d "$ac_dir" && mkdir
"$ac_dir"
8691 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
8692 # A "../" for each directory in $ac_dir_suffix.
8693 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
8695 ac_dir_suffix
= ac_dots
=
8698 case "$ac_given_srcdir" in
8700 if test -z "$ac_dots"; then top_srcdir
=.
8701 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
8702 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
8704 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
8705 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
8708 case "$ac_given_INSTALL" in
8709 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
8710 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
8713 echo creating
"$ac_file"
8715 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
8717 *Makefile
*) ac_comsub
="1i\\
8718 # $configure_input" ;;
8722 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8724 s%@configure_input@%$configure_input%g
8725 s%@srcdir@%$srcdir%g
8726 s%@top_srcdir@%$top_srcdir%g
8727 s%@INSTALL@%$INSTALL%g
8728 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
8732 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
8733 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8735 # ac_d sets the value in "#define NAME VALUE" lines.
8736 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8737 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
8740 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
8741 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8742 ac_uB
='\([ ]\)%\1#\2define\3'
8745 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8746 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8747 ac_eB
='$%\1#\2define\3'
8751 if test "${CONFIG_HEADERS+set}" != set; then
8753 cat >> $CONFIG_STATUS <<EOF
8754 CONFIG_HEADERS="include/config.h gcj/libgcj-config.h"
8756 cat >> $CONFIG_STATUS <<\EOF
8758 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
8759 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8761 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
8762 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
8763 *) ac_file_in
="${ac_file}.in" ;;
8766 echo creating
$ac_file
8768 rm -f conftest.frag conftest.
in conftest.out
8769 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
8770 cat $ac_file_inputs > conftest.
in
8774 # Transform confdefs.h into a sed script conftest.vals that substitutes
8775 # the proper values into config.h.in to produce config.h. And first:
8776 # Protect against being on the right side of a sed subst in config.status.
8777 # Protect against being in an unquoted here document in config.status.
8779 cat > conftest.hdr
<<\EOF
8782 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
8786 sed -n -f conftest.hdr confdefs.h > conftest.vals
8789 # This sed command replaces #undef with comments. This is necessary, for
8790 # example, in the case of _POSIX_SOURCE, which is predefined and required
8791 # on some systems where configure will not decide to define it.
8792 cat >> conftest.vals <<\EOF
8793 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
8796 # Break up conftest.vals because some shells have a limit on
8797 # the size of here documents, and old seds have small limits too.
8802 ac_lines=`grep -c . conftest.vals
`
8803 # grep -c gives empty output for an empty file on some AIX systems.
8804 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
8805 # Write a limited-size here document to conftest.frag.
8806 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
8807 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
8809 sed -f conftest.frag conftest.in > conftest.out
8811 mv conftest.out conftest.in
8813 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
8815 mv conftest.tail conftest.vals
8819 cat >> $CONFIG_STATUS <<\EOF
8820 rm -f conftest.frag conftest.h
8821 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
8822 cat conftest.in >> conftest.h
8824 if cmp -s $ac_file conftest.h 2>/dev/null; then
8825 echo "$ac_file is unchanged"
8828 # Remove last slash and all that follows it. Not all systems have dirname.
8829 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
8830 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8831 # The file is in a subdirectory.
8832 test ! -d "$ac_dir" && mkdir "$ac_dir"
8835 mv conftest.h $ac_file
8841 cat >> $CONFIG_STATUS <<EOF
8842 ac_sources="include/$PLATFORMH java/io/natFile${FILE-${PLATFORM}}.cc java/io/natFileDescriptor${FILE-${PLATFORM}}.cc java/lang/${PLATFORM}Process.java java/lang/nat${PLATFORM}Process.cc include/$GCHDR include/$THREADH sysdep/$sysdeps_dir/locks.h $SIGNAL_HANDLER"
8843 ac_dests="include/platform.h java/io/natFile.cc java/io/natFileDescriptor.cc java/lang/ConcreteProcess.java java/lang/natConcreteProcess.cc include/java-gc.h include/java-threads.h sysdep/locks.h include/java-signal.h"
8846 cat >> $CONFIG_STATUS <<\EOF
8847 srcdir=$ac_given_srcdir
8848 while test -n "$ac_sources"; do
8849 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
8850 set $ac_sources; ac_source=$1; shift; ac_sources=$*
8852 echo "linking $srcdir/$ac_source to $ac_dest"
8854 if test ! -r $srcdir/$ac_source; then
8855 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
8859 # Make relative symlinks.
8860 # Remove last slash and all that follows it. Not all systems have dirname.
8861 ac_dest_dir=`echo $ac_dest|
sed 's%/[^/][^/]*$%%'`
8862 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
8863 # The dest file is in a subdirectory.
8864 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
8865 ac_dest_dir_suffix="/`echo $ac_dest_dir|
sed 's%^\./%%'`"
8866 # A "../" for each directory in $ac_dest_dir_suffix.
8867 ac_dots=`echo $ac_dest_dir_suffix|
sed 's%/[^/]*%../%g'`
8869 ac_dest_dir_suffix= ac_dots=
8873 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
8874 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
8877 # Make a symlink if possible; otherwise try a hard link.
8878 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
8879 ln $srcdir/$ac_source $ac_dest; then :
8881 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
8885 cat >> $CONFIG_STATUS <<EOF
8890 with_multisubdir=${with_multisubdir}
8891 ac_configure_args="${multilib_arg} ${ac_configure_args}"
8892 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
8893 libgcj_basedir=${libgcj_basedir}
8898 cat >> $CONFIG_STATUS <<\EOF
8900 for am_file in include/config.h gcj/libgcj-config.h; do
8901 case " $CONFIG_HEADERS " in
8903 echo timestamp > `echo $am_file |
sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
8906 am_indx=`expr "$am_indx" + 1`
8908 # Only add multilib support code if we just rebuilt top-level Makefile.
8909 case " $CONFIG_FILES " in
8911 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
8912 ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
8916 # Make subdirectories and `.d
' files. Look in both srcdir and
8917 # builddir for the .java files.
8920 ( (cd $srcdir && find . \( -name '*.java
' -o -name '*.cc
' -o -name '*.c
' \) -print) ;
8921 find . \( -name '*.java
' -o -name '*.cc
' -o -name '*.c
' \) -print) | \
8922 fgrep -v testsuite | \
8923 sed -e 's
/\.java
/.d
/'\;'s
/\.cc
/.d
/'\;'s
/\.c
/.d
/' | \
8925 echo "include $f" >> deps.mk
8928 d=`echo $f | sed -e 's
,/[^
/]*$
,,'`
8930 if test ! -d $d; then
8931 $libgcj_basedir/../mkinstalldirs $d
8939 chmod +x $CONFIG_STATUS
8940 rm -fr confdefs* $ac_clean_files
8941 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
8943 if test "$no_recursion" != yes; then
8945 # Remove --cache-file and --srcdir arguments so they do not pile up.
8946 ac_sub_configure_args=
8948 for ac_arg in $ac_configure_args; do
8949 if test -n "$ac_prev"; then
8954 -cache-file | --cache-file | --cache-fil | --cache-fi \
8955 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
8956 ac_prev=cache_file ;;
8957 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
8958 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
8960 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
8962 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
8964 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
8968 for ac_config_dir in $DIRLTDL; do
8970 # Do not complain, so a configure script can configure whichever
8971 # parts of a large source tree are present.
8972 if test ! -d $srcdir/$ac_config_dir; then
8976 echo configuring in $ac_config_dir
8981 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
8983 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
8991 # A "../" for each directory in /$ac_config_dir.
8992 ac_dots=`echo $ac_config_dir|sed -e 's
%^\.
/%%' -e 's
%[^
/]$
%&/%' -e 's
%[^
/]*/%..
/%g
'`
8995 .) # No --srcdir option. We are building in place.
8996 ac_sub_srcdir=$srcdir ;;
8997 /*) # Absolute path.
8998 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
9000 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
9003 # Check for guested configure; otherwise get Cygnus style configure.
9004 if test -f $ac_sub_srcdir/configure; then
9005 ac_sub_configure=$ac_sub_srcdir/configure
9006 elif test -f $ac_sub_srcdir/configure.in; then
9007 ac_sub_configure=$ac_configure
9009 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
9013 # The recursion is here.
9014 if test -n "$ac_sub_configure"; then
9016 # Make the cache file name correct relative to the subdirectory.
9017 case "$cache_file" in
9018 /*) ac_sub_cache_file=$cache_file ;;
9020 ac_sub_cache_file="$ac_dots$cache_file" ;;
9022 case "$ac_given_INSTALL" in
9023 [/$]*) INSTALL="$ac_given_INSTALL" ;;
9024 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
9027 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
9028 # The eval makes quoting arguments work.
9029 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
9032 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }