* gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
[official-gcc.git] / boehm-gc / configure
blob99d69ae7fd59ff5274da039a4101c1d2e245e714
1 #! /bin/sh
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.
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --enable-multilib build many library versions (default)"
16 ac_help="$ac_help
17 --enable-maintainer-mode enable make rules and dependencies not useful
18 (and sometimes confusing) to the casual installer"
19 ac_help="$ac_help
20 --enable-shared[=PKGS] build shared libraries [default=yes]"
21 ac_help="$ac_help
22 --enable-static[=PKGS] build static libraries [default=yes]"
23 ac_help="$ac_help
24 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
25 ac_help="$ac_help
26 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
27 ac_help="$ac_help
28 --disable-libtool-lock avoid locking (might break parallel builds)"
29 ac_help="$ac_help
30 --with-pic try to use only PIC/non-PIC objects [default=use both]"
31 ac_help="$ac_help
32 --with-target-subdir=SUBDIR
33 configuring with a cross compiler"
34 ac_help="$ac_help
35 --with-cross-host=HOST configuring with a cross compiler"
36 ac_help="$ac_help
37 --enable-maintainer-mode enable make rules and dependencies not useful
38 (and sometimes confusing) to the casual installer"
39 ac_help="$ac_help
40 --enable-java-gc=TYPE choose garbage collector [boehm]"
41 ac_help="$ac_help
42 --with-ecos enable runtime eCos target support"
44 # Initialize some variables set by options.
45 # The variables have the same names as the options, with
46 # dashes changed to underlines.
47 build=NONE
48 cache_file=./config.cache
49 exec_prefix=NONE
50 host=NONE
51 no_create=
52 nonopt=NONE
53 no_recursion=
54 prefix=NONE
55 program_prefix=NONE
56 program_suffix=NONE
57 program_transform_name=s,x,x,
58 silent=
59 site=
60 srcdir=
61 target=NONE
62 verbose=
63 x_includes=NONE
64 x_libraries=NONE
65 bindir='${exec_prefix}/bin'
66 sbindir='${exec_prefix}/sbin'
67 libexecdir='${exec_prefix}/libexec'
68 datadir='${prefix}/share'
69 sysconfdir='${prefix}/etc'
70 sharedstatedir='${prefix}/com'
71 localstatedir='${prefix}/var'
72 libdir='${exec_prefix}/lib'
73 includedir='${prefix}/include'
74 oldincludedir='/usr/include'
75 infodir='${prefix}/info'
76 mandir='${prefix}/man'
78 # Initialize some other variables.
79 subdirs=
80 MFLAGS= MAKEFLAGS=
81 SHELL=${CONFIG_SHELL-/bin/sh}
82 # Maximum number of lines to put in a shell here document.
83 ac_max_here_lines=12
85 ac_prev=
86 for ac_option
89 # If the previous option needs an argument, assign it.
90 if test -n "$ac_prev"; then
91 eval "$ac_prev=\$ac_option"
92 ac_prev=
93 continue
96 case "$ac_option" in
97 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
98 *) ac_optarg= ;;
99 esac
101 # Accept the important Cygnus configure options, so we can diagnose typos.
103 case "$ac_option" in
105 -bindir | --bindir | --bindi | --bind | --bin | --bi)
106 ac_prev=bindir ;;
107 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
108 bindir="$ac_optarg" ;;
110 -build | --build | --buil | --bui | --bu)
111 ac_prev=build ;;
112 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
113 build="$ac_optarg" ;;
115 -cache-file | --cache-file | --cache-fil | --cache-fi \
116 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
117 ac_prev=cache_file ;;
118 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
119 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
120 cache_file="$ac_optarg" ;;
122 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
123 ac_prev=datadir ;;
124 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
125 | --da=*)
126 datadir="$ac_optarg" ;;
128 -disable-* | --disable-*)
129 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
130 # Reject names that are not valid shell variable names.
131 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
132 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
134 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
135 eval "enable_${ac_feature}=no" ;;
137 -enable-* | --enable-*)
138 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
139 # Reject names that are not valid shell variable names.
140 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
141 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
143 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
144 case "$ac_option" in
145 *=*) ;;
146 *) ac_optarg=yes ;;
147 esac
148 eval "enable_${ac_feature}='$ac_optarg'" ;;
150 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
151 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
152 | --exec | --exe | --ex)
153 ac_prev=exec_prefix ;;
154 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
155 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
156 | --exec=* | --exe=* | --ex=*)
157 exec_prefix="$ac_optarg" ;;
159 -gas | --gas | --ga | --g)
160 # Obsolete; use --with-gas.
161 with_gas=yes ;;
163 -help | --help | --hel | --he)
164 # Omit some internal or obsolete options to make the list less imposing.
165 # This message is too long to be a string in the A/UX 3.1 sh.
166 cat << EOF
167 Usage: configure [options] [host]
168 Options: [defaults in brackets after descriptions]
169 Configuration:
170 --cache-file=FILE cache test results in FILE
171 --help print this message
172 --no-create do not create output files
173 --quiet, --silent do not print \`checking...' messages
174 --version print the version of autoconf that created configure
175 Directory and file names:
176 --prefix=PREFIX install architecture-independent files in PREFIX
177 [$ac_default_prefix]
178 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
179 [same as prefix]
180 --bindir=DIR user executables in DIR [EPREFIX/bin]
181 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
182 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
183 --datadir=DIR read-only architecture-independent data in DIR
184 [PREFIX/share]
185 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
186 --sharedstatedir=DIR modifiable architecture-independent data in DIR
187 [PREFIX/com]
188 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
189 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
190 --includedir=DIR C header files in DIR [PREFIX/include]
191 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
192 --infodir=DIR info documentation in DIR [PREFIX/info]
193 --mandir=DIR man documentation in DIR [PREFIX/man]
194 --srcdir=DIR find the sources in DIR [configure dir or ..]
195 --program-prefix=PREFIX prepend PREFIX to installed program names
196 --program-suffix=SUFFIX append SUFFIX to installed program names
197 --program-transform-name=PROGRAM
198 run sed PROGRAM on installed program names
200 cat << EOF
201 Host type:
202 --build=BUILD configure for building on BUILD [BUILD=HOST]
203 --host=HOST configure for HOST [guessed]
204 --target=TARGET configure for TARGET [TARGET=HOST]
205 Features and packages:
206 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
207 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
208 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
209 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
210 --x-includes=DIR X include files are in DIR
211 --x-libraries=DIR X library files are in DIR
213 if test -n "$ac_help"; then
214 echo "--enable and --with options recognized:$ac_help"
216 exit 0 ;;
218 -host | --host | --hos | --ho)
219 ac_prev=host ;;
220 -host=* | --host=* | --hos=* | --ho=*)
221 host="$ac_optarg" ;;
223 -includedir | --includedir | --includedi | --included | --include \
224 | --includ | --inclu | --incl | --inc)
225 ac_prev=includedir ;;
226 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
227 | --includ=* | --inclu=* | --incl=* | --inc=*)
228 includedir="$ac_optarg" ;;
230 -infodir | --infodir | --infodi | --infod | --info | --inf)
231 ac_prev=infodir ;;
232 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
233 infodir="$ac_optarg" ;;
235 -libdir | --libdir | --libdi | --libd)
236 ac_prev=libdir ;;
237 -libdir=* | --libdir=* | --libdi=* | --libd=*)
238 libdir="$ac_optarg" ;;
240 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
241 | --libexe | --libex | --libe)
242 ac_prev=libexecdir ;;
243 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
244 | --libexe=* | --libex=* | --libe=*)
245 libexecdir="$ac_optarg" ;;
247 -localstatedir | --localstatedir | --localstatedi | --localstated \
248 | --localstate | --localstat | --localsta | --localst \
249 | --locals | --local | --loca | --loc | --lo)
250 ac_prev=localstatedir ;;
251 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
252 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
253 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
254 localstatedir="$ac_optarg" ;;
256 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
257 ac_prev=mandir ;;
258 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
259 mandir="$ac_optarg" ;;
261 -nfp | --nfp | --nf)
262 # Obsolete; use --without-fp.
263 with_fp=no ;;
265 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
266 | --no-cr | --no-c)
267 no_create=yes ;;
269 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
270 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
271 no_recursion=yes ;;
273 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
274 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
275 | --oldin | --oldi | --old | --ol | --o)
276 ac_prev=oldincludedir ;;
277 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
278 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
279 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
280 oldincludedir="$ac_optarg" ;;
282 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
283 ac_prev=prefix ;;
284 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
285 prefix="$ac_optarg" ;;
287 -program-prefix | --program-prefix | --program-prefi | --program-pref \
288 | --program-pre | --program-pr | --program-p)
289 ac_prev=program_prefix ;;
290 -program-prefix=* | --program-prefix=* | --program-prefi=* \
291 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
292 program_prefix="$ac_optarg" ;;
294 -program-suffix | --program-suffix | --program-suffi | --program-suff \
295 | --program-suf | --program-su | --program-s)
296 ac_prev=program_suffix ;;
297 -program-suffix=* | --program-suffix=* | --program-suffi=* \
298 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
299 program_suffix="$ac_optarg" ;;
301 -program-transform-name | --program-transform-name \
302 | --program-transform-nam | --program-transform-na \
303 | --program-transform-n | --program-transform- \
304 | --program-transform | --program-transfor \
305 | --program-transfo | --program-transf \
306 | --program-trans | --program-tran \
307 | --progr-tra | --program-tr | --program-t)
308 ac_prev=program_transform_name ;;
309 -program-transform-name=* | --program-transform-name=* \
310 | --program-transform-nam=* | --program-transform-na=* \
311 | --program-transform-n=* | --program-transform-=* \
312 | --program-transform=* | --program-transfor=* \
313 | --program-transfo=* | --program-transf=* \
314 | --program-trans=* | --program-tran=* \
315 | --progr-tra=* | --program-tr=* | --program-t=*)
316 program_transform_name="$ac_optarg" ;;
318 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
319 | -silent | --silent | --silen | --sile | --sil)
320 silent=yes ;;
322 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
323 ac_prev=sbindir ;;
324 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
325 | --sbi=* | --sb=*)
326 sbindir="$ac_optarg" ;;
328 -sharedstatedir | --sharedstatedir | --sharedstatedi \
329 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
330 | --sharedst | --shareds | --shared | --share | --shar \
331 | --sha | --sh)
332 ac_prev=sharedstatedir ;;
333 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
334 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
335 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
336 | --sha=* | --sh=*)
337 sharedstatedir="$ac_optarg" ;;
339 -site | --site | --sit)
340 ac_prev=site ;;
341 -site=* | --site=* | --sit=*)
342 site="$ac_optarg" ;;
344 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
345 ac_prev=srcdir ;;
346 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
347 srcdir="$ac_optarg" ;;
349 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
350 | --syscon | --sysco | --sysc | --sys | --sy)
351 ac_prev=sysconfdir ;;
352 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
353 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
354 sysconfdir="$ac_optarg" ;;
356 -target | --target | --targe | --targ | --tar | --ta | --t)
357 ac_prev=target ;;
358 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
359 target="$ac_optarg" ;;
361 -v | -verbose | --verbose | --verbos | --verbo | --verb)
362 verbose=yes ;;
364 -version | --version | --versio | --versi | --vers)
365 echo "configure generated by autoconf version 2.13"
366 exit 0 ;;
368 -with-* | --with-*)
369 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
370 # Reject names that are not valid shell variable names.
371 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
372 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
374 ac_package=`echo $ac_package| sed 's/-/_/g'`
375 case "$ac_option" in
376 *=*) ;;
377 *) ac_optarg=yes ;;
378 esac
379 eval "with_${ac_package}='$ac_optarg'" ;;
381 -without-* | --without-*)
382 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
383 # Reject names that are not valid shell variable names.
384 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
385 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
387 ac_package=`echo $ac_package| sed 's/-/_/g'`
388 eval "with_${ac_package}=no" ;;
390 --x)
391 # Obsolete; use --with-x.
392 with_x=yes ;;
394 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
395 | --x-incl | --x-inc | --x-in | --x-i)
396 ac_prev=x_includes ;;
397 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
398 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
399 x_includes="$ac_optarg" ;;
401 -x-libraries | --x-libraries | --x-librarie | --x-librari \
402 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
403 ac_prev=x_libraries ;;
404 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
405 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
406 x_libraries="$ac_optarg" ;;
408 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
412 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
413 echo "configure: warning: $ac_option: invalid host type" 1>&2
415 if test "x$nonopt" != xNONE; then
416 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
418 nonopt="$ac_option"
421 esac
422 done
424 if test -n "$ac_prev"; then
425 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
428 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
430 # File descriptor usage:
431 # 0 standard input
432 # 1 file creation
433 # 2 errors and warnings
434 # 3 some systems may open it to /dev/tty
435 # 4 used on the Kubota Titan
436 # 6 checking for... messages and results
437 # 5 compiler messages saved in config.log
438 if test "$silent" = yes; then
439 exec 6>/dev/null
440 else
441 exec 6>&1
443 exec 5>./config.log
445 echo "\
446 This file contains any messages produced by compilers while
447 running configure, to aid debugging if configure makes a mistake.
448 " 1>&5
450 # Strip out --no-create and --no-recursion so they do not pile up.
451 # Also quote any args containing shell metacharacters.
452 ac_configure_args=
453 for ac_arg
455 case "$ac_arg" in
456 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
457 | --no-cr | --no-c) ;;
458 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
459 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
460 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
461 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
462 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
463 esac
464 done
466 # NLS nuisances.
467 # Only set these to C if already set. These must not be set unconditionally
468 # because not all systems understand e.g. LANG=C (notably SCO).
469 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
470 # Non-C LC_CTYPE values break the ctype check.
471 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
472 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
473 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
474 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
476 # confdefs.h avoids OS command line length limits that DEFS can exceed.
477 rm -rf conftest* confdefs.h
478 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
479 echo > confdefs.h
481 # A filename unique to this package, relative to the directory that
482 # configure is in, which we can look for to find out if srcdir is correct.
483 ac_unique_file=gcj_mlc.c
485 # Find the source files, if location was not specified.
486 if test -z "$srcdir"; then
487 ac_srcdir_defaulted=yes
488 # Try the directory containing this script, then its parent.
489 ac_prog=$0
490 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
491 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
492 srcdir=$ac_confdir
493 if test ! -r $srcdir/$ac_unique_file; then
494 srcdir=..
496 else
497 ac_srcdir_defaulted=no
499 if test ! -r $srcdir/$ac_unique_file; then
500 if test "$ac_srcdir_defaulted" = yes; then
501 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
502 else
503 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
506 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
508 # Prefer explicitly selected file to automatically selected ones.
509 if test -z "$CONFIG_SITE"; then
510 if test "x$prefix" != xNONE; then
511 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
512 else
513 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
516 for ac_site_file in $CONFIG_SITE; do
517 if test -r "$ac_site_file"; then
518 echo "loading site script $ac_site_file"
519 . "$ac_site_file"
521 done
523 if test -r "$cache_file"; then
524 echo "loading cache $cache_file"
525 . $cache_file
526 else
527 echo "creating cache $cache_file"
528 > $cache_file
531 ac_ext=c
532 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
533 ac_cpp='$CPP $CPPFLAGS'
534 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
535 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
536 cross_compiling=$ac_cv_prog_cc_cross
538 ac_exeext=
539 ac_objext=o
540 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
541 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
542 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
543 ac_n= ac_c='
544 ' ac_t=' '
545 else
546 ac_n=-n ac_c= ac_t=
548 else
549 ac_n= ac_c='\c' ac_t=
554 ac_aux_dir=
555 for ac_dir in .. $srcdir/..; do
556 if test -f $ac_dir/install-sh; then
557 ac_aux_dir=$ac_dir
558 ac_install_sh="$ac_aux_dir/install-sh -c"
559 break
560 elif test -f $ac_dir/install.sh; then
561 ac_aux_dir=$ac_dir
562 ac_install_sh="$ac_aux_dir/install.sh -c"
563 break
565 done
566 if test -z "$ac_aux_dir"; then
567 { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
569 ac_config_guess=$ac_aux_dir/config.guess
570 ac_config_sub=$ac_aux_dir/config.sub
571 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
575 # Do some error checking and defaulting for the host and target type.
576 # The inputs are:
577 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
579 # The rules are:
580 # 1. You are not allowed to specify --host, --target, and nonopt at the
581 # same time.
582 # 2. Host defaults to nonopt.
583 # 3. If nonopt is not specified, then host defaults to the current host,
584 # as determined by config.guess.
585 # 4. Target and build default to nonopt.
586 # 5. If nonopt is not specified, then target and build default to host.
588 # The aliases save the names the user supplied, while $host etc.
589 # will get canonicalized.
590 case $host---$target---$nonopt in
591 NONE---*---* | *---NONE---* | *---*---NONE) ;;
592 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
593 esac
596 # Make sure we can run config.sub.
597 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
598 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
601 echo $ac_n "checking host system type""... $ac_c" 1>&6
602 echo "configure:603: checking host system type" >&5
604 host_alias=$host
605 case "$host_alias" in
606 NONE)
607 case $nonopt in
608 NONE)
609 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
610 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
611 fi ;;
612 *) host_alias=$nonopt ;;
613 esac ;;
614 esac
616 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
617 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
618 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
619 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
620 echo "$ac_t""$host" 1>&6
622 echo $ac_n "checking target system type""... $ac_c" 1>&6
623 echo "configure:624: checking target system type" >&5
625 target_alias=$target
626 case "$target_alias" in
627 NONE)
628 case $nonopt in
629 NONE) target_alias=$host_alias ;;
630 *) target_alias=$nonopt ;;
631 esac ;;
632 esac
634 target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
635 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
636 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
637 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
638 echo "$ac_t""$target" 1>&6
640 echo $ac_n "checking build system type""... $ac_c" 1>&6
641 echo "configure:642: checking build system type" >&5
643 build_alias=$build
644 case "$build_alias" in
645 NONE)
646 case $nonopt in
647 NONE) build_alias=$host_alias ;;
648 *) build_alias=$nonopt ;;
649 esac ;;
650 esac
652 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
653 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
654 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
655 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
656 echo "$ac_t""$build" 1>&6
658 test "$host_alias" != "$target_alias" &&
659 test "$program_prefix$program_suffix$program_transform_name" = \
660 NONENONEs,x,x, &&
661 program_prefix=${target_alias}-
664 # Find a good install program. We prefer a C program (faster),
665 # so one script is as good as another. But avoid the broken or
666 # incompatible versions:
667 # SysV /etc/install, /usr/sbin/install
668 # SunOS /usr/etc/install
669 # IRIX /sbin/install
670 # AIX /bin/install
671 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
672 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
673 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
674 # ./install, which can be erroneously created by make from ./install.sh.
675 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
676 echo "configure:677: checking for a BSD compatible install" >&5
677 if test -z "$INSTALL"; then
678 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
679 echo $ac_n "(cached) $ac_c" 1>&6
680 else
681 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
682 for ac_dir in $PATH; do
683 # Account for people who put trailing slashes in PATH elements.
684 case "$ac_dir/" in
685 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
687 # OSF1 and SCO ODT 3.0 have their own names for install.
688 # Don't use installbsd from OSF since it installs stuff as root
689 # by default.
690 for ac_prog in ginstall scoinst install; do
691 if test -f $ac_dir/$ac_prog; then
692 if test $ac_prog = install &&
693 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
694 # AIX install. It has an incompatible calling convention.
696 else
697 ac_cv_path_install="$ac_dir/$ac_prog -c"
698 break 2
701 done
703 esac
704 done
705 IFS="$ac_save_IFS"
708 if test "${ac_cv_path_install+set}" = set; then
709 INSTALL="$ac_cv_path_install"
710 else
711 # As a last resort, use the slow shell script. We don't cache a
712 # path for INSTALL within a source directory, because that will
713 # break other packages using the cache if that directory is
714 # removed, or if the path is relative.
715 INSTALL="$ac_install_sh"
718 echo "$ac_t""$INSTALL" 1>&6
720 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
721 # It thinks the first close brace ends the variable substitution.
722 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
724 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
726 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
728 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
729 echo "configure:730: checking whether build environment is sane" >&5
730 # Just in case
731 sleep 1
732 echo timestamp > conftestfile
733 # Do `set' in a subshell so we don't clobber the current shell's
734 # arguments. Must try -L first in case configure is actually a
735 # symlink; some systems play weird games with the mod time of symlinks
736 # (eg FreeBSD returns the mod time of the symlink's containing
737 # directory).
738 if (
739 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
740 if test "$*" = "X"; then
741 # -L didn't work.
742 set X `ls -t $srcdir/configure conftestfile`
744 if test "$*" != "X $srcdir/configure conftestfile" \
745 && test "$*" != "X conftestfile $srcdir/configure"; then
747 # If neither matched, then we have a broken ls. This can happen
748 # if, for instance, CONFIG_SHELL is bash and it inherits a
749 # broken ls alias from the environment. This has actually
750 # happened. Such a system could not be considered "sane".
751 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
752 alias in your environment" 1>&2; exit 1; }
755 test "$2" = conftestfile
757 then
758 # Ok.
760 else
761 { echo "configure: error: newly created file is older than distributed files!
762 Check your system clock" 1>&2; exit 1; }
764 rm -f conftest*
765 echo "$ac_t""yes" 1>&6
766 if test "$program_transform_name" = s,x,x,; then
767 program_transform_name=
768 else
769 # Double any \ or $. echo might interpret backslashes.
770 cat <<\EOF_SED > conftestsed
771 s,\\,\\\\,g; s,\$,$$,g
772 EOF_SED
773 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
774 rm -f conftestsed
776 test "$program_prefix" != NONE &&
777 program_transform_name="s,^,${program_prefix},; $program_transform_name"
778 # Use a double $ so make ignores it.
779 test "$program_suffix" != NONE &&
780 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
782 # sed with no file args requires a program.
783 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
785 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
786 echo "configure:787: checking whether ${MAKE-make} sets \${MAKE}" >&5
787 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
788 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
789 echo $ac_n "(cached) $ac_c" 1>&6
790 else
791 cat > conftestmake <<\EOF
792 all:
793 @echo 'ac_maketemp="${MAKE}"'
795 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
796 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
797 if test -n "$ac_maketemp"; then
798 eval ac_cv_prog_make_${ac_make}_set=yes
799 else
800 eval ac_cv_prog_make_${ac_make}_set=no
802 rm -f conftestmake
804 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
805 echo "$ac_t""yes" 1>&6
806 SET_MAKE=
807 else
808 echo "$ac_t""no" 1>&6
809 SET_MAKE="MAKE=${MAKE-make}"
812 if test $host != $build; then
813 ac_tool_prefix=${host_alias}-
814 else
815 ac_tool_prefix=
818 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
819 echo "configure:820: checking for Cygwin environment" >&5
820 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
821 echo $ac_n "(cached) $ac_c" 1>&6
822 else
823 cat > conftest.$ac_ext <<EOF
824 #line 825 "configure"
825 #include "confdefs.h"
827 int main() {
829 #ifndef __CYGWIN__
830 #define __CYGWIN__ __CYGWIN32__
831 #endif
832 return __CYGWIN__;
833 ; return 0; }
835 if { (eval echo configure:836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
836 rm -rf conftest*
837 ac_cv_cygwin=yes
838 else
839 echo "configure: failed program was:" >&5
840 cat conftest.$ac_ext >&5
841 rm -rf conftest*
842 ac_cv_cygwin=no
844 rm -f conftest*
845 rm -f conftest*
848 echo "$ac_t""$ac_cv_cygwin" 1>&6
849 CYGWIN=
850 test "$ac_cv_cygwin" = yes && CYGWIN=yes
851 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
852 echo "configure:853: checking for mingw32 environment" >&5
853 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
854 echo $ac_n "(cached) $ac_c" 1>&6
855 else
856 cat > conftest.$ac_ext <<EOF
857 #line 858 "configure"
858 #include "confdefs.h"
860 int main() {
861 return __MINGW32__;
862 ; return 0; }
864 if { (eval echo configure:865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
865 rm -rf conftest*
866 ac_cv_mingw32=yes
867 else
868 echo "configure: failed program was:" >&5
869 cat conftest.$ac_ext >&5
870 rm -rf conftest*
871 ac_cv_mingw32=no
873 rm -f conftest*
874 rm -f conftest*
877 echo "$ac_t""$ac_cv_mingw32" 1>&6
878 MINGW32=
879 test "$ac_cv_mingw32" = yes && MINGW32=yes
881 # Check whether --enable-multilib or --disable-multilib was given.
882 if test "${enable_multilib+set}" = set; then
883 enableval="$enable_multilib"
884 case "${enableval}" in
885 yes) multilib=yes ;;
886 no) multilib=no ;;
887 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
888 esac
889 else
890 multilib=yes
894 if test "${srcdir}" = "."; then
895 if test "${with_target_subdir}" != "."; then
896 boehm_gc_basedir="${srcdir}/${with_multisrctop}../."
897 else
898 boehm_gc_basedir="${srcdir}/${with_multisrctop}."
900 else
901 boehm_gc_basedir="${srcdir}/."
906 # Make sure we can run config.sub.
907 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
908 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
911 echo $ac_n "checking host system type""... $ac_c" 1>&6
912 echo "configure:913: checking host system type" >&5
914 host_alias=$host
915 case "$host_alias" in
916 NONE)
917 case $nonopt in
918 NONE)
919 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
920 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
921 fi ;;
922 *) host_alias=$nonopt ;;
923 esac ;;
924 esac
926 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
927 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
928 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
929 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
930 echo "$ac_t""$host" 1>&6
934 PACKAGE=boehm-gc
936 VERSION=5.1
938 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
939 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
944 missing_dir=`cd $ac_aux_dir && pwd`
945 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
946 echo "configure:947: checking for working aclocal" >&5
947 # Run test in a subshell; some versions of sh will print an error if
948 # an executable is not found, even if stderr is redirected.
949 # Redirect stdin to placate older versions of autoconf. Sigh.
950 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
951 ACLOCAL=aclocal
952 echo "$ac_t""found" 1>&6
953 else
954 ACLOCAL="$missing_dir/missing aclocal"
955 echo "$ac_t""missing" 1>&6
958 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
959 echo "configure:960: checking for working autoconf" >&5
960 # Run test in a subshell; some versions of sh will print an error if
961 # an executable is not found, even if stderr is redirected.
962 # Redirect stdin to placate older versions of autoconf. Sigh.
963 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
964 AUTOCONF=autoconf
965 echo "$ac_t""found" 1>&6
966 else
967 AUTOCONF="$missing_dir/missing autoconf"
968 echo "$ac_t""missing" 1>&6
971 echo $ac_n "checking for working automake""... $ac_c" 1>&6
972 echo "configure:973: checking for working automake" >&5
973 # Run test in a subshell; some versions of sh will print an error if
974 # an executable is not found, even if stderr is redirected.
975 # Redirect stdin to placate older versions of autoconf. Sigh.
976 if (automake --version) < /dev/null > /dev/null 2>&1; then
977 AUTOMAKE=automake
978 echo "$ac_t""found" 1>&6
979 else
980 AUTOMAKE="$missing_dir/missing automake"
981 echo "$ac_t""missing" 1>&6
984 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
985 echo "configure:986: checking for working autoheader" >&5
986 # Run test in a subshell; some versions of sh will print an error if
987 # an executable is not found, even if stderr is redirected.
988 # Redirect stdin to placate older versions of autoconf. Sigh.
989 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
990 AUTOHEADER=autoheader
991 echo "$ac_t""found" 1>&6
992 else
993 AUTOHEADER="$missing_dir/missing autoheader"
994 echo "$ac_t""missing" 1>&6
997 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
998 echo "configure:999: checking for working makeinfo" >&5
999 # Run test in a subshell; some versions of sh will print an error if
1000 # an executable is not found, even if stderr is redirected.
1001 # Redirect stdin to placate older versions of autoconf. Sigh.
1002 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1003 MAKEINFO=makeinfo
1004 echo "$ac_t""found" 1>&6
1005 else
1006 MAKEINFO="$missing_dir/missing makeinfo"
1007 echo "$ac_t""missing" 1>&6
1012 # FIXME: We temporarily define our own version of AC_PROG_CC. This is
1013 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
1014 # are probably using a cross compiler, which will not be able to fully
1015 # link an executable. This should really be fixed in autoconf
1016 # itself.
1021 # Extract the first word of "gcc", so it can be a program name with args.
1022 set dummy gcc; ac_word=$2
1023 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1024 echo "configure:1025: checking for $ac_word" >&5
1025 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1026 echo $ac_n "(cached) $ac_c" 1>&6
1027 else
1028 if test -n "$CC"; then
1029 ac_cv_prog_CC="$CC" # Let the user override the test.
1030 else
1031 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1032 ac_dummy="$PATH"
1033 for ac_dir in $ac_dummy; do
1034 test -z "$ac_dir" && ac_dir=.
1035 if test -f $ac_dir/$ac_word; then
1036 ac_cv_prog_CC="gcc"
1037 break
1039 done
1040 IFS="$ac_save_ifs"
1043 CC="$ac_cv_prog_CC"
1044 if test -n "$CC"; then
1045 echo "$ac_t""$CC" 1>&6
1046 else
1047 echo "$ac_t""no" 1>&6
1050 if test -z "$CC"; then
1051 # Extract the first word of "cc", so it can be a program name with args.
1052 set dummy cc; ac_word=$2
1053 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1054 echo "configure:1055: checking for $ac_word" >&5
1055 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1056 echo $ac_n "(cached) $ac_c" 1>&6
1057 else
1058 if test -n "$CC"; then
1059 ac_cv_prog_CC="$CC" # Let the user override the test.
1060 else
1061 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1062 ac_prog_rejected=no
1063 ac_dummy="$PATH"
1064 for ac_dir in $ac_dummy; do
1065 test -z "$ac_dir" && ac_dir=.
1066 if test -f $ac_dir/$ac_word; then
1067 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1068 ac_prog_rejected=yes
1069 continue
1071 ac_cv_prog_CC="cc"
1072 break
1074 done
1075 IFS="$ac_save_ifs"
1076 if test $ac_prog_rejected = yes; then
1077 # We found a bogon in the path, so make sure we never use it.
1078 set dummy $ac_cv_prog_CC
1079 shift
1080 if test $# -gt 0; then
1081 # We chose a different compiler from the bogus one.
1082 # However, it has the same basename, so the bogon will be chosen
1083 # first if we set CC to just the basename; use the full file name.
1084 shift
1085 set dummy "$ac_dir/$ac_word" "$@"
1086 shift
1087 ac_cv_prog_CC="$@"
1092 CC="$ac_cv_prog_CC"
1093 if test -n "$CC"; then
1094 echo "$ac_t""$CC" 1>&6
1095 else
1096 echo "$ac_t""no" 1>&6
1099 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1102 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1103 echo "configure:1104: checking whether we are using GNU C" >&5
1104 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1105 echo $ac_n "(cached) $ac_c" 1>&6
1106 else
1107 cat > conftest.c <<EOF
1108 #ifdef __GNUC__
1109 yes;
1110 #endif
1112 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1113 ac_cv_prog_gcc=yes
1114 else
1115 ac_cv_prog_gcc=no
1119 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1121 if test $ac_cv_prog_gcc = yes; then
1122 GCC=yes
1123 ac_test_CFLAGS="${CFLAGS+set}"
1124 ac_save_CFLAGS="$CFLAGS"
1125 CFLAGS=
1126 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1127 echo "configure:1128: checking whether ${CC-cc} accepts -g" >&5
1128 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1129 echo $ac_n "(cached) $ac_c" 1>&6
1130 else
1131 echo 'void f(){}' > conftest.c
1132 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1133 ac_cv_prog_cc_g=yes
1134 else
1135 ac_cv_prog_cc_g=no
1137 rm -f conftest*
1141 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1142 if test "$ac_test_CFLAGS" = set; then
1143 CFLAGS="$ac_save_CFLAGS"
1144 elif test $ac_cv_prog_cc_g = yes; then
1145 CFLAGS="-g -O2"
1146 else
1147 CFLAGS="-O2"
1149 else
1150 GCC=
1151 test "${CFLAGS+set}" = set || CFLAGS="-g"
1155 # Likewise for AC_PROG_CXX.
1159 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1161 # Extract the first word of "$ac_prog", so it can be a program name with args.
1162 set dummy $ac_prog; ac_word=$2
1163 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1164 echo "configure:1165: checking for $ac_word" >&5
1165 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1166 echo $ac_n "(cached) $ac_c" 1>&6
1167 else
1168 if test -n "$CXX"; then
1169 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1170 else
1171 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1172 ac_dummy="$PATH"
1173 for ac_dir in $ac_dummy; do
1174 test -z "$ac_dir" && ac_dir=.
1175 if test -f $ac_dir/$ac_word; then
1176 ac_cv_prog_CXX="$ac_prog"
1177 break
1179 done
1180 IFS="$ac_save_ifs"
1183 CXX="$ac_cv_prog_CXX"
1184 if test -n "$CXX"; then
1185 echo "$ac_t""$CXX" 1>&6
1186 else
1187 echo "$ac_t""no" 1>&6
1190 test -n "$CXX" && break
1191 done
1192 test -n "$CXX" || CXX="gcc"
1194 test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1196 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1197 echo "configure:1198: checking whether we are using GNU C++" >&5
1198 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1199 echo $ac_n "(cached) $ac_c" 1>&6
1200 else
1201 cat > conftest.C <<EOF
1202 #ifdef __GNUC__
1203 yes;
1204 #endif
1206 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1207: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1207 ac_cv_prog_gxx=yes
1208 else
1209 ac_cv_prog_gxx=no
1213 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1215 if test $ac_cv_prog_gxx = yes; then
1216 GXX=yes
1217 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1218 ac_save_CXXFLAGS="$CXXFLAGS"
1219 CXXFLAGS=
1220 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1221 echo "configure:1222: checking whether ${CXX-g++} accepts -g" >&5
1222 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1223 echo $ac_n "(cached) $ac_c" 1>&6
1224 else
1225 echo 'void f(){}' > conftest.cc
1226 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1227 ac_cv_prog_cxx_g=yes
1228 else
1229 ac_cv_prog_cxx_g=no
1231 rm -f conftest*
1235 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1236 if test "$ac_test_CXXFLAGS" = set; then
1237 CXXFLAGS="$ac_save_CXXFLAGS"
1238 elif test $ac_cv_prog_cxx_g = yes; then
1239 CXXFLAGS="-g -O2"
1240 else
1241 CXXFLAGS="-O2"
1243 else
1244 GXX=
1245 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1249 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
1250 # run it explicitly here, it will be run implicitly before
1251 # NEWLIB_CONFIGURE, which doesn't work because that means that it will
1252 # be run before AC_CANONICAL_HOST.
1253 echo $ac_n "checking build system type""... $ac_c" 1>&6
1254 echo "configure:1255: checking build system type" >&5
1256 build_alias=$build
1257 case "$build_alias" in
1258 NONE)
1259 case $nonopt in
1260 NONE) build_alias=$host_alias ;;
1261 *) build_alias=$nonopt ;;
1262 esac ;;
1263 esac
1265 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1266 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1267 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1268 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1269 echo "$ac_t""$build" 1>&6
1272 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1273 set dummy ${ac_tool_prefix}as; ac_word=$2
1274 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1275 echo "configure:1276: checking for $ac_word" >&5
1276 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1277 echo $ac_n "(cached) $ac_c" 1>&6
1278 else
1279 if test -n "$AS"; then
1280 ac_cv_prog_AS="$AS" # Let the user override the test.
1281 else
1282 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1283 ac_dummy="$PATH"
1284 for ac_dir in $ac_dummy; do
1285 test -z "$ac_dir" && ac_dir=.
1286 if test -f $ac_dir/$ac_word; then
1287 ac_cv_prog_AS="${ac_tool_prefix}as"
1288 break
1290 done
1291 IFS="$ac_save_ifs"
1292 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1295 AS="$ac_cv_prog_AS"
1296 if test -n "$AS"; then
1297 echo "$ac_t""$AS" 1>&6
1298 else
1299 echo "$ac_t""no" 1>&6
1304 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1305 set dummy ${ac_tool_prefix}ar; ac_word=$2
1306 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1307 echo "configure:1308: checking for $ac_word" >&5
1308 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1309 echo $ac_n "(cached) $ac_c" 1>&6
1310 else
1311 if test -n "$AR"; then
1312 ac_cv_prog_AR="$AR" # Let the user override the test.
1313 else
1314 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1315 ac_dummy="$PATH"
1316 for ac_dir in $ac_dummy; do
1317 test -z "$ac_dir" && ac_dir=.
1318 if test -f $ac_dir/$ac_word; then
1319 ac_cv_prog_AR="${ac_tool_prefix}ar"
1320 break
1322 done
1323 IFS="$ac_save_ifs"
1324 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1327 AR="$ac_cv_prog_AR"
1328 if test -n "$AR"; then
1329 echo "$ac_t""$AR" 1>&6
1330 else
1331 echo "$ac_t""no" 1>&6
1336 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1337 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1338 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1339 echo "configure:1340: checking for $ac_word" >&5
1340 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1341 echo $ac_n "(cached) $ac_c" 1>&6
1342 else
1343 if test -n "$RANLIB"; then
1344 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1345 else
1346 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1347 ac_dummy="$PATH"
1348 for ac_dir in $ac_dummy; do
1349 test -z "$ac_dir" && ac_dir=.
1350 if test -f $ac_dir/$ac_word; then
1351 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1352 break
1354 done
1355 IFS="$ac_save_ifs"
1358 RANLIB="$ac_cv_prog_RANLIB"
1359 if test -n "$RANLIB"; then
1360 echo "$ac_t""$RANLIB" 1>&6
1361 else
1362 echo "$ac_t""no" 1>&6
1366 if test -z "$ac_cv_prog_RANLIB"; then
1367 if test -n "$ac_tool_prefix"; then
1368 # Extract the first word of "ranlib", so it can be a program name with args.
1369 set dummy ranlib; ac_word=$2
1370 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1371 echo "configure:1372: checking for $ac_word" >&5
1372 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1373 echo $ac_n "(cached) $ac_c" 1>&6
1374 else
1375 if test -n "$RANLIB"; then
1376 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1377 else
1378 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1379 ac_dummy="$PATH"
1380 for ac_dir in $ac_dummy; do
1381 test -z "$ac_dir" && ac_dir=.
1382 if test -f $ac_dir/$ac_word; then
1383 ac_cv_prog_RANLIB="ranlib"
1384 break
1386 done
1387 IFS="$ac_save_ifs"
1388 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1391 RANLIB="$ac_cv_prog_RANLIB"
1392 if test -n "$RANLIB"; then
1393 echo "$ac_t""$RANLIB" 1>&6
1394 else
1395 echo "$ac_t""no" 1>&6
1398 else
1399 RANLIB=":"
1404 # Find a good install program. We prefer a C program (faster),
1405 # so one script is as good as another. But avoid the broken or
1406 # incompatible versions:
1407 # SysV /etc/install, /usr/sbin/install
1408 # SunOS /usr/etc/install
1409 # IRIX /sbin/install
1410 # AIX /bin/install
1411 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1412 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1413 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1414 # ./install, which can be erroneously created by make from ./install.sh.
1415 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1416 echo "configure:1417: checking for a BSD compatible install" >&5
1417 if test -z "$INSTALL"; then
1418 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1419 echo $ac_n "(cached) $ac_c" 1>&6
1420 else
1421 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1422 for ac_dir in $PATH; do
1423 # Account for people who put trailing slashes in PATH elements.
1424 case "$ac_dir/" in
1425 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1427 # OSF1 and SCO ODT 3.0 have their own names for install.
1428 # Don't use installbsd from OSF since it installs stuff as root
1429 # by default.
1430 for ac_prog in ginstall scoinst install; do
1431 if test -f $ac_dir/$ac_prog; then
1432 if test $ac_prog = install &&
1433 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1434 # AIX install. It has an incompatible calling convention.
1436 else
1437 ac_cv_path_install="$ac_dir/$ac_prog -c"
1438 break 2
1441 done
1443 esac
1444 done
1445 IFS="$ac_save_IFS"
1448 if test "${ac_cv_path_install+set}" = set; then
1449 INSTALL="$ac_cv_path_install"
1450 else
1451 # As a last resort, use the slow shell script. We don't cache a
1452 # path for INSTALL within a source directory, because that will
1453 # break other packages using the cache if that directory is
1454 # removed, or if the path is relative.
1455 INSTALL="$ac_install_sh"
1458 echo "$ac_t""$INSTALL" 1>&6
1460 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1461 # It thinks the first close brace ends the variable substitution.
1462 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1464 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1466 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1469 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1470 echo "configure:1471: checking whether to enable maintainer-specific portions of Makefiles" >&5
1471 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1472 if test "${enable_maintainer_mode+set}" = set; then
1473 enableval="$enable_maintainer_mode"
1474 USE_MAINTAINER_MODE=$enableval
1475 else
1476 USE_MAINTAINER_MODE=no
1479 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1482 if test $USE_MAINTAINER_MODE = yes; then
1483 MAINTAINER_MODE_TRUE=
1484 MAINTAINER_MODE_FALSE='#'
1485 else
1486 MAINTAINER_MODE_TRUE='#'
1487 MAINTAINER_MODE_FALSE=
1489 MAINT=$MAINTAINER_MODE_TRUE
1493 # We need AC_EXEEXT to keep automake happy in cygnus mode. However,
1494 # at least currently, we never actually build a program, so we never
1495 # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
1496 # fails, because we are probably configuring with a cross compiler
1497 # which can't create executables. So we include AC_EXEEXT to keep
1498 # automake happy, but we don't execute it, since we don't care about
1499 # the result.
1500 if false; then
1503 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1504 echo "configure:1505: checking for executable suffix" >&5
1505 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1506 echo $ac_n "(cached) $ac_c" 1>&6
1507 else
1508 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1509 ac_cv_exeext=.exe
1510 else
1511 rm -f conftest*
1512 echo 'int main () { return 0; }' > conftest.$ac_ext
1513 ac_cv_exeext=
1514 if { (eval echo configure:1515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1515 for file in conftest.*; do
1516 case $file in
1517 *.c | *.o | *.obj) ;;
1518 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1519 esac
1520 done
1521 else
1522 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1524 rm -f conftest*
1525 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1529 EXEEXT=""
1530 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1531 echo "$ac_t""${ac_cv_exeext}" 1>&6
1532 ac_exeext=$EXEEXT
1536 . ${boehm_gc_basedir}/configure.host
1538 case ${boehm_gc_basedir} in
1539 /* | A-Za-z:/\\*) boehm_gc_flagbasedir=${boehm_gc_basedir} ;;
1540 *) boehm_gc_flagbasedir='$(top_builddir)/'${boehm_gc_basedir} ;;
1541 esac
1543 boehm_gc_cflags="${boehm_gc_cflags} -I"'$(top_builddir)'"/./targ-include -I${boehm_gc_flagbasedir}/libc/include"
1544 case "${host}" in
1545 *-*-cygwin32*)
1546 boehm_gc_cflags="${boehm_gc_cflags} -I${boehm_gc_flagbasedir}/../winsup/include"
1548 esac
1550 boehm_gc_cflags="${boehm_gc_cflags} -fno-builtin"
1552 BOEHM_GC_CFLAGS=${boehm_gc_cflags}
1556 # Check whether --enable-shared or --disable-shared was given.
1557 if test "${enable_shared+set}" = set; then
1558 enableval="$enable_shared"
1559 p=${PACKAGE-default}
1560 case $enableval in
1561 yes) enable_shared=yes ;;
1562 no) enable_shared=no ;;
1564 enable_shared=no
1565 # Look at the argument we got. We use all the common list separators.
1566 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1567 for pkg in $enableval; do
1568 if test "X$pkg" = "X$p"; then
1569 enable_shared=yes
1571 done
1572 IFS="$ac_save_ifs"
1574 esac
1575 else
1576 enable_shared=yes
1579 # Check whether --enable-static or --disable-static was given.
1580 if test "${enable_static+set}" = set; then
1581 enableval="$enable_static"
1582 p=${PACKAGE-default}
1583 case $enableval in
1584 yes) enable_static=yes ;;
1585 no) enable_static=no ;;
1587 enable_static=no
1588 # Look at the argument we got. We use all the common list separators.
1589 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1590 for pkg in $enableval; do
1591 if test "X$pkg" = "X$p"; then
1592 enable_static=yes
1594 done
1595 IFS="$ac_save_ifs"
1597 esac
1598 else
1599 enable_static=yes
1602 # Check whether --enable-fast-install or --disable-fast-install was given.
1603 if test "${enable_fast_install+set}" = set; then
1604 enableval="$enable_fast_install"
1605 p=${PACKAGE-default}
1606 case $enableval in
1607 yes) enable_fast_install=yes ;;
1608 no) enable_fast_install=no ;;
1610 enable_fast_install=no
1611 # Look at the argument we got. We use all the common list separators.
1612 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1613 for pkg in $enableval; do
1614 if test "X$pkg" = "X$p"; then
1615 enable_fast_install=yes
1617 done
1618 IFS="$ac_save_ifs"
1620 esac
1621 else
1622 enable_fast_install=yes
1625 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1626 if test "${with_gnu_ld+set}" = set; then
1627 withval="$with_gnu_ld"
1628 test "$withval" = no || with_gnu_ld=yes
1629 else
1630 with_gnu_ld=no
1633 ac_prog=ld
1634 if test "$GCC" = yes; then
1635 # Check if gcc -print-prog-name=ld gives a path.
1636 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1637 echo "configure:1638: checking for ld used by GCC" >&5
1638 case $host in
1639 *-*-mingw*)
1640 # gcc leaves a trailing carriage return which upsets mingw
1641 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1643 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1644 esac
1645 case $ac_prog in
1646 # Accept absolute paths.
1647 [\\/]* | [A-Za-z]:[\\/]*)
1648 re_direlt='/[^/][^/]*/\.\./'
1649 # Canonicalize the path of ld
1650 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1651 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1652 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1653 done
1654 test -z "$LD" && LD="$ac_prog"
1657 # If it fails, then pretend we aren't using GCC.
1658 ac_prog=ld
1661 # If it is relative, then search for the first ld in PATH.
1662 with_gnu_ld=unknown
1664 esac
1665 elif test "$with_gnu_ld" = yes; then
1666 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1667 echo "configure:1668: checking for GNU ld" >&5
1668 else
1669 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1670 echo "configure:1671: checking for non-GNU ld" >&5
1672 if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1673 echo $ac_n "(cached) $ac_c" 1>&6
1674 else
1675 if test -z "$LD"; then
1676 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1677 for ac_dir in $PATH; do
1678 test -z "$ac_dir" && ac_dir=.
1679 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1680 lt_cv_path_LD="$ac_dir/$ac_prog"
1681 # Check to see if the program is GNU ld. I'd rather use --version,
1682 # but apparently some GNU ld's only accept -v.
1683 # Break only if it was the GNU/non-GNU ld that we prefer.
1684 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1685 test "$with_gnu_ld" != no && break
1686 else
1687 test "$with_gnu_ld" != yes && break
1690 done
1691 IFS="$ac_save_ifs"
1692 else
1693 lt_cv_path_LD="$LD" # Let the user override the test with a path.
1697 LD="$lt_cv_path_LD"
1698 if test -n "$LD"; then
1699 echo "$ac_t""$LD" 1>&6
1700 else
1701 echo "$ac_t""no" 1>&6
1703 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1704 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1705 echo "configure:1706: checking if the linker ($LD) is GNU ld" >&5
1706 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1707 echo $ac_n "(cached) $ac_c" 1>&6
1708 else
1709 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1710 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1711 lt_cv_prog_gnu_ld=yes
1712 else
1713 lt_cv_prog_gnu_ld=no
1717 echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1718 with_gnu_ld=$lt_cv_prog_gnu_ld
1721 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1722 echo "configure:1723: checking for $LD option to reload object files" >&5
1723 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1724 echo $ac_n "(cached) $ac_c" 1>&6
1725 else
1726 lt_cv_ld_reload_flag='-r'
1729 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1730 reload_flag=$lt_cv_ld_reload_flag
1731 test -n "$reload_flag" && reload_flag=" $reload_flag"
1733 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1734 echo "configure:1735: checking for BSD-compatible nm" >&5
1735 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1736 echo $ac_n "(cached) $ac_c" 1>&6
1737 else
1738 if test -n "$NM"; then
1739 # Let the user override the test.
1740 lt_cv_path_NM="$NM"
1741 else
1742 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1743 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1744 test -z "$ac_dir" && ac_dir=.
1745 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1746 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1747 # Check to see if the nm accepts a BSD-compat flag.
1748 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1749 # nm: unknown option "B" ignored
1750 # Tru64's nm complains that /dev/null is an invalid object file
1751 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
1752 lt_cv_path_NM="$tmp_nm -B"
1753 break
1754 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1755 lt_cv_path_NM="$tmp_nm -p"
1756 break
1757 else
1758 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1759 continue # so that we can try to find one that supports BSD flags
1762 done
1763 IFS="$ac_save_ifs"
1764 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1768 NM="$lt_cv_path_NM"
1769 echo "$ac_t""$NM" 1>&6
1771 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1772 echo "configure:1773: checking whether ln -s works" >&5
1773 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1774 echo $ac_n "(cached) $ac_c" 1>&6
1775 else
1776 rm -f conftestdata
1777 if ln -s X conftestdata 2>/dev/null
1778 then
1779 rm -f conftestdata
1780 ac_cv_prog_LN_S="ln -s"
1781 else
1782 ac_cv_prog_LN_S=ln
1785 LN_S="$ac_cv_prog_LN_S"
1786 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1787 echo "$ac_t""yes" 1>&6
1788 else
1789 echo "$ac_t""no" 1>&6
1792 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1793 echo "configure:1794: checking how to recognise dependant libraries" >&5
1794 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1795 echo $ac_n "(cached) $ac_c" 1>&6
1796 else
1797 lt_cv_file_magic_cmd='$MAGIC_CMD'
1798 lt_cv_file_magic_test_file=
1799 lt_cv_deplibs_check_method='unknown'
1800 # Need to set the preceding variable on all platforms that support
1801 # interlibrary dependencies.
1802 # 'none' -- dependencies not supported.
1803 # `unknown' -- same as none, but documents that we really don't know.
1804 # 'pass_all' -- all dependencies passed with no checks.
1805 # 'test_compile' -- check by making test program.
1806 # 'file_magic [regex]' -- check by looking for files in library path
1807 # which responds to the $file_magic_cmd with a given egrep regex.
1808 # If you have `file' or equivalent on your system and you're not sure
1809 # whether `pass_all' will *always* work, you probably want this one.
1811 case $host_os in
1812 aix*)
1813 lt_cv_deplibs_check_method=pass_all
1816 beos*)
1817 lt_cv_deplibs_check_method=pass_all
1820 bsdi4*)
1821 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1822 lt_cv_file_magic_cmd='/usr/bin/file -L'
1823 lt_cv_file_magic_test_file=/shlib/libc.so
1826 cygwin* | mingw* |pw32*)
1827 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1828 lt_cv_file_magic_cmd='$OBJDUMP -f'
1831 darwin* | rhapsody*)
1832 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1833 lt_cv_file_magic_cmd='/usr/bin/file -L'
1834 case "$host_os" in
1835 rhapsody* | darwin1.012)
1836 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1838 *) # Darwin 1.3 on
1839 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1841 esac
1844 freebsd* )
1845 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1846 case $host_cpu in
1847 i*86 )
1848 # Not sure whether the presence of OpenBSD here was a mistake.
1849 # Let's accept both of them until this is cleared up.
1850 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1851 lt_cv_file_magic_cmd=/usr/bin/file
1852 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1854 esac
1855 else
1856 lt_cv_deplibs_check_method=pass_all
1860 gnu*)
1861 lt_cv_deplibs_check_method=pass_all
1864 hpux10.20*|hpux11*)
1865 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
1866 lt_cv_file_magic_cmd=/usr/bin/file
1867 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1870 irix5* | irix6*)
1871 case $host_os in
1872 irix5*)
1873 # this will be overridden with pass_all, but let us keep it just in case
1874 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1877 case $LD in
1878 *-32|*"-32 ") libmagic=32-bit;;
1879 *-n32|*"-n32 ") libmagic=N32;;
1880 *-64|*"-64 ") libmagic=64-bit;;
1881 *) libmagic=never-match;;
1882 esac
1883 # this will be overridden with pass_all, but let us keep it just in case
1884 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1886 esac
1887 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1888 lt_cv_deplibs_check_method=pass_all
1891 # This must be Linux ELF.
1892 linux-gnu*)
1893 case $host_cpu in
1894 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
1895 lt_cv_deplibs_check_method=pass_all ;;
1897 # glibc up to 2.1.1 does not perform some relocations on ARM
1898 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1899 esac
1900 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1903 netbsd*)
1904 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1905 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
1906 else
1907 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
1911 newsos6)
1912 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
1913 lt_cv_file_magic_cmd=/usr/bin/file
1914 lt_cv_file_magic_test_file=/usr/lib/libnls.so
1917 osf3* | osf4* | osf5*)
1918 # this will be overridden with pass_all, but let us keep it just in case
1919 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1920 lt_cv_file_magic_test_file=/shlib/libc.so
1921 lt_cv_deplibs_check_method=pass_all
1924 sco3.2v5*)
1925 lt_cv_deplibs_check_method=pass_all
1928 solaris*)
1929 lt_cv_deplibs_check_method=pass_all
1930 lt_cv_file_magic_test_file=/lib/libc.so
1933 sysv5uw[78]* | sysv4*uw2*)
1934 lt_cv_deplibs_check_method=pass_all
1937 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1938 case $host_vendor in
1939 ncr)
1940 lt_cv_deplibs_check_method=pass_all
1942 motorola)
1943 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]'
1944 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1946 esac
1948 esac
1952 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1953 file_magic_cmd=$lt_cv_file_magic_cmd
1954 deplibs_check_method=$lt_cv_deplibs_check_method
1956 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1957 echo "configure:1958: checking for object suffix" >&5
1958 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1959 echo $ac_n "(cached) $ac_c" 1>&6
1960 else
1961 rm -f conftest*
1962 echo 'int i = 1;' > conftest.$ac_ext
1963 if { (eval echo configure:1964: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1964 for ac_file in conftest.*; do
1965 case $ac_file in
1966 *.c) ;;
1967 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1968 esac
1969 done
1970 else
1971 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1973 rm -f conftest*
1976 echo "$ac_t""$ac_cv_objext" 1>&6
1977 OBJEXT=$ac_cv_objext
1978 ac_objext=$ac_cv_objext
1980 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1982 # Only perform the check for file, if the check method requires it
1983 case $deplibs_check_method in
1984 file_magic*)
1985 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1986 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1987 echo "configure:1988: checking for ${ac_tool_prefix}file" >&5
1988 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1989 echo $ac_n "(cached) $ac_c" 1>&6
1990 else
1991 case $MAGIC_CMD in
1993 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1995 ?:/*)
1996 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
1999 ac_save_MAGIC_CMD="$MAGIC_CMD"
2000 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2001 ac_dummy="/usr/bin:$PATH"
2002 for ac_dir in $ac_dummy; do
2003 test -z "$ac_dir" && ac_dir=.
2004 if test -f $ac_dir/${ac_tool_prefix}file; then
2005 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
2006 if test -n "$file_magic_test_file"; then
2007 case $deplibs_check_method in
2008 "file_magic "*)
2009 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2010 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2011 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2012 egrep "$file_magic_regex" > /dev/null; then
2014 else
2015 cat <<EOF 1>&2
2017 *** Warning: the command libtool uses to detect shared libraries,
2018 *** $file_magic_cmd, produces output that libtool cannot recognize.
2019 *** The result is that libtool may fail to recognize shared libraries
2020 *** as such. This will affect the creation of libtool libraries that
2021 *** depend on shared libraries, but programs linked with such libtool
2022 *** libraries will work regardless of this problem. Nevertheless, you
2023 *** may want to report the problem to your system manager and/or to
2024 *** bug-libtool@gnu.org
2027 fi ;;
2028 esac
2030 break
2032 done
2033 IFS="$ac_save_ifs"
2034 MAGIC_CMD="$ac_save_MAGIC_CMD"
2036 esac
2039 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2040 if test -n "$MAGIC_CMD"; then
2041 echo "$ac_t""$MAGIC_CMD" 1>&6
2042 else
2043 echo "$ac_t""no" 1>&6
2046 if test -z "$lt_cv_path_MAGIC_CMD"; then
2047 if test -n "$ac_tool_prefix"; then
2048 echo $ac_n "checking for file""... $ac_c" 1>&6
2049 echo "configure:2050: checking for file" >&5
2050 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2051 echo $ac_n "(cached) $ac_c" 1>&6
2052 else
2053 case $MAGIC_CMD in
2055 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2057 ?:/*)
2058 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2061 ac_save_MAGIC_CMD="$MAGIC_CMD"
2062 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2063 ac_dummy="/usr/bin:$PATH"
2064 for ac_dir in $ac_dummy; do
2065 test -z "$ac_dir" && ac_dir=.
2066 if test -f $ac_dir/file; then
2067 lt_cv_path_MAGIC_CMD="$ac_dir/file"
2068 if test -n "$file_magic_test_file"; then
2069 case $deplibs_check_method in
2070 "file_magic "*)
2071 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2072 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2073 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2074 egrep "$file_magic_regex" > /dev/null; then
2076 else
2077 cat <<EOF 1>&2
2079 *** Warning: the command libtool uses to detect shared libraries,
2080 *** $file_magic_cmd, produces output that libtool cannot recognize.
2081 *** The result is that libtool may fail to recognize shared libraries
2082 *** as such. This will affect the creation of libtool libraries that
2083 *** depend on shared libraries, but programs linked with such libtool
2084 *** libraries will work regardless of this problem. Nevertheless, you
2085 *** may want to report the problem to your system manager and/or to
2086 *** bug-libtool@gnu.org
2089 fi ;;
2090 esac
2092 break
2094 done
2095 IFS="$ac_save_ifs"
2096 MAGIC_CMD="$ac_save_MAGIC_CMD"
2098 esac
2101 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2102 if test -n "$MAGIC_CMD"; then
2103 echo "$ac_t""$MAGIC_CMD" 1>&6
2104 else
2105 echo "$ac_t""no" 1>&6
2108 else
2109 MAGIC_CMD=:
2115 esac
2117 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2118 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2119 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2120 echo "configure:2121: checking for $ac_word" >&5
2121 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2122 echo $ac_n "(cached) $ac_c" 1>&6
2123 else
2124 if test -n "$RANLIB"; then
2125 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2126 else
2127 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2128 ac_dummy="$PATH"
2129 for ac_dir in $ac_dummy; do
2130 test -z "$ac_dir" && ac_dir=.
2131 if test -f $ac_dir/$ac_word; then
2132 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2133 break
2135 done
2136 IFS="$ac_save_ifs"
2139 RANLIB="$ac_cv_prog_RANLIB"
2140 if test -n "$RANLIB"; then
2141 echo "$ac_t""$RANLIB" 1>&6
2142 else
2143 echo "$ac_t""no" 1>&6
2147 if test -z "$ac_cv_prog_RANLIB"; then
2148 if test -n "$ac_tool_prefix"; then
2149 # Extract the first word of "ranlib", so it can be a program name with args.
2150 set dummy ranlib; ac_word=$2
2151 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2152 echo "configure:2153: checking for $ac_word" >&5
2153 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2154 echo $ac_n "(cached) $ac_c" 1>&6
2155 else
2156 if test -n "$RANLIB"; then
2157 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2158 else
2159 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2160 ac_dummy="$PATH"
2161 for ac_dir in $ac_dummy; do
2162 test -z "$ac_dir" && ac_dir=.
2163 if test -f $ac_dir/$ac_word; then
2164 ac_cv_prog_RANLIB="ranlib"
2165 break
2167 done
2168 IFS="$ac_save_ifs"
2169 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2172 RANLIB="$ac_cv_prog_RANLIB"
2173 if test -n "$RANLIB"; then
2174 echo "$ac_t""$RANLIB" 1>&6
2175 else
2176 echo "$ac_t""no" 1>&6
2179 else
2180 RANLIB=":"
2184 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2185 set dummy ${ac_tool_prefix}strip; ac_word=$2
2186 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2187 echo "configure:2188: checking for $ac_word" >&5
2188 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2189 echo $ac_n "(cached) $ac_c" 1>&6
2190 else
2191 if test -n "$STRIP"; then
2192 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2193 else
2194 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2195 ac_dummy="$PATH"
2196 for ac_dir in $ac_dummy; do
2197 test -z "$ac_dir" && ac_dir=.
2198 if test -f $ac_dir/$ac_word; then
2199 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2200 break
2202 done
2203 IFS="$ac_save_ifs"
2206 STRIP="$ac_cv_prog_STRIP"
2207 if test -n "$STRIP"; then
2208 echo "$ac_t""$STRIP" 1>&6
2209 else
2210 echo "$ac_t""no" 1>&6
2214 if test -z "$ac_cv_prog_STRIP"; then
2215 if test -n "$ac_tool_prefix"; then
2216 # Extract the first word of "strip", so it can be a program name with args.
2217 set dummy strip; ac_word=$2
2218 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2219 echo "configure:2220: checking for $ac_word" >&5
2220 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2221 echo $ac_n "(cached) $ac_c" 1>&6
2222 else
2223 if test -n "$STRIP"; then
2224 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2225 else
2226 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2227 ac_dummy="$PATH"
2228 for ac_dir in $ac_dummy; do
2229 test -z "$ac_dir" && ac_dir=.
2230 if test -f $ac_dir/$ac_word; then
2231 ac_cv_prog_STRIP="strip"
2232 break
2234 done
2235 IFS="$ac_save_ifs"
2236 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2239 STRIP="$ac_cv_prog_STRIP"
2240 if test -n "$STRIP"; then
2241 echo "$ac_t""$STRIP" 1>&6
2242 else
2243 echo "$ac_t""no" 1>&6
2246 else
2247 STRIP=":"
2252 # Check for any special flags to pass to ltconfig.
2253 libtool_flags="--cache-file=$cache_file"
2254 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2255 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2256 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2257 test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2258 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2261 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2262 if test "${enable_libtool_lock+set}" = set; then
2263 enableval="$enable_libtool_lock"
2267 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2268 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2270 # Check whether --with-pic or --without-pic was given.
2271 if test "${with_pic+set}" = set; then
2272 withval="$with_pic"
2273 pic_mode="$withval"
2274 else
2275 pic_mode=default
2278 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2279 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2281 # Some flags need to be propagated to the compiler or linker for good
2282 # libtool support.
2283 case $host in
2284 *-*-irix6*)
2285 # Find out which ABI we are using.
2286 echo '#line 2287 "configure"' > conftest.$ac_ext
2287 if { (eval echo configure:2288: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2288 case `/usr/bin/file conftest.$ac_objext` in
2289 *32-bit*)
2290 LD="${LD-ld} -32"
2292 *N32*)
2293 LD="${LD-ld} -n32"
2295 *64-bit*)
2296 LD="${LD-ld} -64"
2298 esac
2300 rm -rf conftest*
2303 *-*-sco3.2v5*)
2304 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2305 SAVE_CFLAGS="$CFLAGS"
2306 CFLAGS="$CFLAGS -belf"
2307 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2308 echo "configure:2309: checking whether the C compiler needs -belf" >&5
2309 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2310 echo $ac_n "(cached) $ac_c" 1>&6
2311 else
2313 ac_ext=c
2314 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2315 ac_cpp='$CPP $CPPFLAGS'
2316 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2317 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2318 cross_compiling=$ac_cv_prog_cc_cross
2320 cat > conftest.$ac_ext <<EOF
2321 #line 2322 "configure"
2322 #include "confdefs.h"
2324 int main() {
2326 ; return 0; }
2328 if { (eval echo configure:2329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2329 rm -rf conftest*
2330 lt_cv_cc_needs_belf=yes
2331 else
2332 echo "configure: failed program was:" >&5
2333 cat conftest.$ac_ext >&5
2334 rm -rf conftest*
2335 lt_cv_cc_needs_belf=no
2337 rm -f conftest*
2338 ac_ext=c
2339 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2340 ac_cpp='$CPP $CPPFLAGS'
2341 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2342 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2343 cross_compiling=$ac_cv_prog_cc_cross
2347 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2348 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2349 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2350 CFLAGS="$SAVE_CFLAGS"
2355 esac
2357 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2358 echo "configure:2359: checking how to run the C++ preprocessor" >&5
2359 if test -z "$CXXCPP"; then
2360 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2361 echo $ac_n "(cached) $ac_c" 1>&6
2362 else
2363 ac_ext=C
2364 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2365 ac_cpp='$CXXCPP $CPPFLAGS'
2366 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2367 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2368 cross_compiling=$ac_cv_prog_cxx_cross
2369 CXXCPP="${CXX-g++} -E"
2370 cat > conftest.$ac_ext <<EOF
2371 #line 2372 "configure"
2372 #include "confdefs.h"
2373 #include <stdlib.h>
2375 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2376 { (eval echo configure:2377: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2377 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2378 if test -z "$ac_err"; then
2380 else
2381 echo "$ac_err" >&5
2382 echo "configure: failed program was:" >&5
2383 cat conftest.$ac_ext >&5
2384 rm -rf conftest*
2385 CXXCPP=/lib/cpp
2387 rm -f conftest*
2388 ac_cv_prog_CXXCPP="$CXXCPP"
2389 ac_ext=c
2390 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2391 ac_cpp='$CPP $CPPFLAGS'
2392 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2393 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2394 cross_compiling=$ac_cv_prog_cc_cross
2397 CXXCPP="$ac_cv_prog_CXXCPP"
2398 echo "$ac_t""$CXXCPP" 1>&6
2401 # Save cache, so that ltconfig can load it
2402 cat > confcache <<\EOF
2403 # This file is a shell script that caches the results of configure
2404 # tests run on this system so they can be shared between configure
2405 # scripts and configure runs. It is not useful on other systems.
2406 # If it contains results you don't want to keep, you may remove or edit it.
2408 # By default, configure uses ./config.cache as the cache file,
2409 # creating it if it does not exist already. You can give configure
2410 # the --cache-file=FILE option to use a different cache file; that is
2411 # what configure does when it calls configure scripts in
2412 # subdirectories, so they share the cache.
2413 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2414 # config.status only pays attention to the cache file if you give it the
2415 # --recheck option to rerun configure.
2418 # The following way of writing the cache mishandles newlines in values,
2419 # but we know of no workaround that is simple, portable, and efficient.
2420 # So, don't put newlines in cache variables' values.
2421 # Ultrix sh set writes to stderr and can't be redirected directly,
2422 # and sets the high bit in the cache file unless we assign to the vars.
2423 (set) 2>&1 |
2424 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2425 *ac_space=\ *)
2426 # `set' does not quote correctly, so add quotes (double-quote substitution
2427 # turns \\\\ into \\, and sed turns \\ into \).
2428 sed -n \
2429 -e "s/'/'\\\\''/g" \
2430 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2433 # `set' quotes correctly as required by POSIX, so do not add quotes.
2434 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2436 esac >> confcache
2437 if cmp -s $cache_file confcache; then
2439 else
2440 if test -w $cache_file; then
2441 echo "updating cache $cache_file"
2442 cat confcache > $cache_file
2443 else
2444 echo "not updating unwritable cache $cache_file"
2447 rm -f confcache
2450 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2451 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2452 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2453 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2454 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2455 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2456 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2457 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2458 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2459 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2461 # Reload cache, that may have been modified by ltconfig
2462 if test -r "$cache_file"; then
2463 echo "loading cache $cache_file"
2464 . $cache_file
2465 else
2466 echo "creating cache $cache_file"
2467 > $cache_file
2471 # This can be used to rebuild libtool when needed
2472 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2474 # Always use our own libtool.
2475 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2477 # Redirect the config.log output again, so that the ltconfig log is not
2478 # clobbered by the next message.
2479 exec 5>>./config.log
2483 LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
2484 lt_save_CC="$CC"
2485 lt_save_CFLAGS="$CFLAGS"
2486 AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
2487 MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2488 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2489 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2490 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2491 deplibs_check_method="$deplibs_check_method" \
2492 file_magic_cmd="$file_magic_cmd" \
2493 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
2494 --build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
2495 || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
2496 CC="$lt_save_CC"
2497 CFLAGS="$lt_save_CFLAGS"
2499 # Redirect the config.log output again, so that the ltconfig log is not
2500 # clobbered by the next message.
2501 exec 5>>./config.log
2509 # Check whether --with-target-subdir or --without-target-subdir was given.
2510 if test "${with_target_subdir+set}" = set; then
2511 withval="$with_target_subdir"
2515 # Check whether --with-cross-host or --without-cross-host was given.
2516 if test "${with_cross_host+set}" = set; then
2517 withval="$with_cross_host"
2522 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
2523 echo "configure:2524: checking whether to enable maintainer-specific portions of Makefiles" >&5
2524 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2525 if test "${enable_maintainer_mode+set}" = set; then
2526 enableval="$enable_maintainer_mode"
2527 USE_MAINTAINER_MODE=$enableval
2528 else
2529 USE_MAINTAINER_MODE=no
2532 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
2535 if test $USE_MAINTAINER_MODE = yes; then
2536 MAINTAINER_MODE_TRUE=
2537 MAINTAINER_MODE_FALSE='#'
2538 else
2539 MAINTAINER_MODE_TRUE='#'
2540 MAINTAINER_MODE_FALSE=
2542 MAINT=$MAINTAINER_MODE_TRUE
2545 # automake wants to see AC_EXEEXT. But we don't need it. And having
2546 # it is actually a problem, because the compiler we're passed can't
2547 # necessarily do a full link. So we fool automake here.
2548 if test "x" = "y"; then
2551 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
2552 echo "configure:2553: checking for executable suffix" >&5
2553 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
2554 echo $ac_n "(cached) $ac_c" 1>&6
2555 else
2556 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
2557 ac_cv_exeext=.exe
2558 else
2559 rm -f conftest*
2560 echo 'int main () { return 0; }' > conftest.$ac_ext
2561 ac_cv_exeext=
2562 if { (eval echo configure:2563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2563 for file in conftest.*; do
2564 case $file in
2565 *.c | *.o | *.obj) ;;
2566 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
2567 esac
2568 done
2569 else
2570 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
2572 rm -f conftest*
2573 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
2577 EXEEXT=""
2578 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
2579 echo "$ac_t""${ac_cv_exeext}" 1>&6
2580 ac_exeext=$EXEEXT
2584 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
2585 echo "configure:2586: checking for thread model used by GCC" >&5
2586 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
2587 echo "$ac_t""$THREADS" 1>&6
2589 INCLUDES=-I${srcdir}/include
2590 THREADLIBS=
2591 case "$THREADS" in
2592 no | none | single)
2593 THREADS=none
2595 posix | pthreads)
2596 THREADS=posix
2597 THREADLIBS=-lpthread
2598 case "$host" in
2599 *-*-linux*)
2600 cat >> confdefs.h <<\EOF
2601 #define LINUX_THREADS 1
2604 cat >> confdefs.h <<\EOF
2605 #define _REENTRANT 1
2609 *-*-freebsd*)
2610 echo "configure: warning: "FreeBSD does not yet fully support threads with Boehm GC."" 1>&2
2611 cat >> confdefs.h <<\EOF
2612 #define FREEBSD_THREADS 1
2615 INCLUDES="$INCLUDES -pthread"
2616 THREADLIBS=-pthread
2618 *-*-solaris*)
2619 cat >> confdefs.h <<\EOF
2620 #define SOLARIS_THREADS 1
2623 cat >> confdefs.h <<\EOF
2624 #define _SOLARIS_PTHREADS 1
2628 *-*-irix*)
2629 cat >> confdefs.h <<\EOF
2630 #define IRIX_THREADS 1
2634 esac
2636 decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks)
2637 { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
2640 { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
2642 esac
2645 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
2646 echo "configure:2647: checking for dlopen in -ldl" >&5
2647 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2648 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2649 echo $ac_n "(cached) $ac_c" 1>&6
2650 else
2651 ac_save_LIBS="$LIBS"
2652 LIBS="-ldl $LIBS"
2653 cat > conftest.$ac_ext <<EOF
2654 #line 2655 "configure"
2655 #include "confdefs.h"
2656 /* Override any gcc2 internal prototype to avoid an error. */
2657 /* We use char because int might match the return type of a gcc2
2658 builtin and then its argument prototype would still apply. */
2659 char dlopen();
2661 int main() {
2662 dlopen()
2663 ; return 0; }
2665 if { (eval echo configure:2666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2666 rm -rf conftest*
2667 eval "ac_cv_lib_$ac_lib_var=yes"
2668 else
2669 echo "configure: failed program was:" >&5
2670 cat conftest.$ac_ext >&5
2671 rm -rf conftest*
2672 eval "ac_cv_lib_$ac_lib_var=no"
2674 rm -f conftest*
2675 LIBS="$ac_save_LIBS"
2678 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2679 echo "$ac_t""yes" 1>&6
2680 EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl"
2681 else
2682 echo "$ac_t""no" 1>&6
2687 # Check whether --enable-java-gc or --disable-java-gc was given.
2688 if test "${enable_java_gc+set}" = set; then
2689 enableval="$enable_java_gc"
2691 GC=$enableval
2692 else
2693 GC=boehm
2696 target_all=
2697 if test "$GC" = "boehm"; then
2698 target_all=libgcjgc.la
2702 TARGET_ECOS="no"
2703 # Check whether --with-ecos or --without-ecos was given.
2704 if test "${with_ecos+set}" = set; then
2705 withval="$with_ecos"
2706 TARGET_ECOS="$with_ecos"
2711 addobjs=
2712 CXXINCLUDES=
2713 case "$TARGET_ECOS" in
2717 cat >> confdefs.h <<\EOF
2718 #define ECOS 1
2721 CXXINCLUDES="-I${TARGET_ECOS}/include"
2722 addobjs="$addobjs ecos.lo"
2724 esac
2730 machdep=
2731 case "$host" in
2732 # alpha_mach_dep.s assumes that pointers are not saved in fp registers.
2733 # Gcc on a 21264 can spill pointers to fp registers. Oops.
2734 # alpha*-*-*)
2735 # machdep="alpha_mach_dep.lo"
2736 # ;;
2737 mipstx39-*-elf*)
2738 machdep="mips_ultrix_mach_dep.lo"
2739 cat >> confdefs.h <<\EOF
2740 #define STACKBASE __stackbase
2743 cat >> confdefs.h <<\EOF
2744 #define DATASTART_IS_ETEXT 1
2748 mips-dec-ultrix*)
2749 machdep="mips_ultrix_mach-dep.lo"
2751 mips-*-*)
2752 machdep="mips_sgi_mach_dep.lo"
2753 cat >> confdefs.h <<\EOF
2754 #define NO_EXECUTE_PERMISSION 1
2758 sparc-sun-solaris2.3*)
2759 cat >> confdefs.h <<\EOF
2760 #define SUNOS53_SHARED_LIB 1
2764 esac
2765 if test x"$machdep" = x; then
2766 machdep="mach_dep.lo"
2768 addobjs="$addobjs $machdep"
2771 case "$host" in
2772 sparc-sun-solaris2*)
2773 if test "$GCC" = yes; then
2774 new_CFLAGS=
2775 for i in $CFLAGS; do
2776 case "$i" in
2777 -O*)
2780 new_CFLAGS="$new_CFLAGS $i"
2782 esac
2783 done
2784 CFLAGS="$new_CFLAGS"
2787 esac
2789 MY_CFLAGS="$CFLAGS"
2792 cat >> confdefs.h <<\EOF
2793 #define SILENT 1
2796 cat >> confdefs.h <<\EOF
2797 #define NO_SIGNALS 1
2800 cat >> confdefs.h <<\EOF
2801 #define JAVA_FINALIZATION 1
2804 cat >> confdefs.h <<\EOF
2805 #define GC_GCJ_SUPPORT 1
2809 if test -n "${with_cross_host}"; then
2810 cat >> confdefs.h <<\EOF
2811 #define NO_SIGSET 1
2814 cat >> confdefs.h <<\EOF
2815 #define NO_CLOCK 1
2818 cat >> confdefs.h <<\EOF
2819 #define SMALL_CONFIG 1
2822 cat >> confdefs.h <<\EOF
2823 #define NO_DEBUGGING 1
2830 if test -z "$with_cross_host"; then
2831 USE_LIBDIR_TRUE=
2832 USE_LIBDIR_FALSE='#'
2833 else
2834 USE_LIBDIR_TRUE='#'
2835 USE_LIBDIR_FALSE=
2838 if test "${multilib}" = "yes"; then
2839 multilib_arg="--enable-multilib"
2840 else
2841 multilib_arg=
2844 trap '' 1 2 15
2845 cat > confcache <<\EOF
2846 # This file is a shell script that caches the results of configure
2847 # tests run on this system so they can be shared between configure
2848 # scripts and configure runs. It is not useful on other systems.
2849 # If it contains results you don't want to keep, you may remove or edit it.
2851 # By default, configure uses ./config.cache as the cache file,
2852 # creating it if it does not exist already. You can give configure
2853 # the --cache-file=FILE option to use a different cache file; that is
2854 # what configure does when it calls configure scripts in
2855 # subdirectories, so they share the cache.
2856 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2857 # config.status only pays attention to the cache file if you give it the
2858 # --recheck option to rerun configure.
2861 # The following way of writing the cache mishandles newlines in values,
2862 # but we know of no workaround that is simple, portable, and efficient.
2863 # So, don't put newlines in cache variables' values.
2864 # Ultrix sh set writes to stderr and can't be redirected directly,
2865 # and sets the high bit in the cache file unless we assign to the vars.
2866 (set) 2>&1 |
2867 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2868 *ac_space=\ *)
2869 # `set' does not quote correctly, so add quotes (double-quote substitution
2870 # turns \\\\ into \\, and sed turns \\ into \).
2871 sed -n \
2872 -e "s/'/'\\\\''/g" \
2873 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2876 # `set' quotes correctly as required by POSIX, so do not add quotes.
2877 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2879 esac >> confcache
2880 if cmp -s $cache_file confcache; then
2882 else
2883 if test -w $cache_file; then
2884 echo "updating cache $cache_file"
2885 cat confcache > $cache_file
2886 else
2887 echo "not updating unwritable cache $cache_file"
2890 rm -f confcache
2892 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2894 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2895 # Let make expand exec_prefix.
2896 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2898 # Any assignment to VPATH causes Sun make to only execute
2899 # the first set of double-colon rules, so remove it if not needed.
2900 # If there is a colon in the path, we need to keep it.
2901 if test "x$srcdir" = x.; then
2902 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2905 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2907 # Transform confdefs.h into DEFS.
2908 # Protect against shell expansion while executing Makefile rules.
2909 # Protect against Makefile macro expansion.
2910 cat > conftest.defs <<\EOF
2911 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
2912 s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
2913 s%\[%\\&%g
2914 s%\]%\\&%g
2915 s%\$%$$%g
2917 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
2918 rm -f conftest.defs
2921 # Without the "./", some shells look in PATH for config.status.
2922 : ${CONFIG_STATUS=./config.status}
2924 echo creating $CONFIG_STATUS
2925 rm -f $CONFIG_STATUS
2926 cat > $CONFIG_STATUS <<EOF
2927 #! /bin/sh
2928 # Generated automatically by configure.
2929 # Run this file to recreate the current configuration.
2930 # This directory was configured as follows,
2931 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2933 # $0 $ac_configure_args
2935 # Compiler output produced by configure, useful for debugging
2936 # configure, is in ./config.log if it exists.
2938 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2939 for ac_option
2941 case "\$ac_option" in
2942 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2943 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2944 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2945 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2946 echo "$CONFIG_STATUS generated by autoconf version 2.13"
2947 exit 0 ;;
2948 -help | --help | --hel | --he | --h)
2949 echo "\$ac_cs_usage"; exit 0 ;;
2950 *) echo "\$ac_cs_usage"; exit 1 ;;
2951 esac
2952 done
2954 ac_given_srcdir=$srcdir
2955 ac_given_INSTALL="$INSTALL"
2957 trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2959 cat >> $CONFIG_STATUS <<EOF
2961 # Protect against being on the right side of a sed subst in config.status.
2962 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2963 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2964 $ac_vpsub
2965 $extrasub
2966 s%@SHELL@%$SHELL%g
2967 s%@CFLAGS@%$CFLAGS%g
2968 s%@CPPFLAGS@%$CPPFLAGS%g
2969 s%@CXXFLAGS@%$CXXFLAGS%g
2970 s%@FFLAGS@%$FFLAGS%g
2971 s%@DEFS@%$DEFS%g
2972 s%@LDFLAGS@%$LDFLAGS%g
2973 s%@LIBS@%$LIBS%g
2974 s%@exec_prefix@%$exec_prefix%g
2975 s%@prefix@%$prefix%g
2976 s%@program_transform_name@%$program_transform_name%g
2977 s%@bindir@%$bindir%g
2978 s%@sbindir@%$sbindir%g
2979 s%@libexecdir@%$libexecdir%g
2980 s%@datadir@%$datadir%g
2981 s%@sysconfdir@%$sysconfdir%g
2982 s%@sharedstatedir@%$sharedstatedir%g
2983 s%@localstatedir@%$localstatedir%g
2984 s%@libdir@%$libdir%g
2985 s%@includedir@%$includedir%g
2986 s%@oldincludedir@%$oldincludedir%g
2987 s%@infodir@%$infodir%g
2988 s%@mandir@%$mandir%g
2989 s%@host@%$host%g
2990 s%@host_alias@%$host_alias%g
2991 s%@host_cpu@%$host_cpu%g
2992 s%@host_vendor@%$host_vendor%g
2993 s%@host_os@%$host_os%g
2994 s%@target@%$target%g
2995 s%@target_alias@%$target_alias%g
2996 s%@target_cpu@%$target_cpu%g
2997 s%@target_vendor@%$target_vendor%g
2998 s%@target_os@%$target_os%g
2999 s%@build@%$build%g
3000 s%@build_alias@%$build_alias%g
3001 s%@build_cpu@%$build_cpu%g
3002 s%@build_vendor@%$build_vendor%g
3003 s%@build_os@%$build_os%g
3004 s%@boehm_gc_basedir@%$boehm_gc_basedir%g
3005 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3006 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3007 s%@INSTALL_DATA@%$INSTALL_DATA%g
3008 s%@PACKAGE@%$PACKAGE%g
3009 s%@VERSION@%$VERSION%g
3010 s%@ACLOCAL@%$ACLOCAL%g
3011 s%@AUTOCONF@%$AUTOCONF%g
3012 s%@AUTOMAKE@%$AUTOMAKE%g
3013 s%@AUTOHEADER@%$AUTOHEADER%g
3014 s%@MAKEINFO@%$MAKEINFO%g
3015 s%@SET_MAKE@%$SET_MAKE%g
3016 s%@CC@%$CC%g
3017 s%@CXX@%$CXX%g
3018 s%@AS@%$AS%g
3019 s%@AR@%$AR%g
3020 s%@RANLIB@%$RANLIB%g
3021 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
3022 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
3023 s%@MAINT@%$MAINT%g
3024 s%@EXEEXT@%$EXEEXT%g
3025 s%@BOEHM_GC_CFLAGS@%$BOEHM_GC_CFLAGS%g
3026 s%@LN_S@%$LN_S%g
3027 s%@OBJEXT@%$OBJEXT%g
3028 s%@STRIP@%$STRIP%g
3029 s%@LIBTOOL@%$LIBTOOL%g
3030 s%@CXXCPP@%$CXXCPP%g
3031 s%@THREADLIBS@%$THREADLIBS%g
3032 s%@EXTRA_TEST_LIBS@%$EXTRA_TEST_LIBS%g
3033 s%@target_all@%$target_all%g
3034 s%@INCLUDES@%$INCLUDES%g
3035 s%@CXXINCLUDES@%$CXXINCLUDES%g
3036 s%@addobjs@%$addobjs%g
3037 s%@MY_CFLAGS@%$MY_CFLAGS%g
3038 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
3039 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
3041 CEOF
3044 cat >> $CONFIG_STATUS <<\EOF
3046 # Split the substitutions into bite-sized pieces for seds with
3047 # small command number limits, like on Digital OSF/1 and HP-UX.
3048 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3049 ac_file=1 # Number of current file.
3050 ac_beg=1 # First line for current file.
3051 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3052 ac_more_lines=:
3053 ac_sed_cmds=""
3054 while $ac_more_lines; do
3055 if test $ac_beg -gt 1; then
3056 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3057 else
3058 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3060 if test ! -s conftest.s$ac_file; then
3061 ac_more_lines=false
3062 rm -f conftest.s$ac_file
3063 else
3064 if test -z "$ac_sed_cmds"; then
3065 ac_sed_cmds="sed -f conftest.s$ac_file"
3066 else
3067 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3069 ac_file=`expr $ac_file + 1`
3070 ac_beg=$ac_end
3071 ac_end=`expr $ac_end + $ac_max_sed_cmds`
3073 done
3074 if test -z "$ac_sed_cmds"; then
3075 ac_sed_cmds=cat
3079 cat >> $CONFIG_STATUS <<EOF
3081 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
3083 cat >> $CONFIG_STATUS <<\EOF
3084 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3085 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3086 case "$ac_file" in
3087 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3088 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3089 *) ac_file_in="${ac_file}.in" ;;
3090 esac
3092 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3094 # Remove last slash and all that follows it. Not all systems have dirname.
3095 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3096 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3097 # The file is in a subdirectory.
3098 test ! -d "$ac_dir" && mkdir "$ac_dir"
3099 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3100 # A "../" for each directory in $ac_dir_suffix.
3101 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3102 else
3103 ac_dir_suffix= ac_dots=
3106 case "$ac_given_srcdir" in
3107 .) srcdir=.
3108 if test -z "$ac_dots"; then top_srcdir=.
3109 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3110 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3111 *) # Relative path.
3112 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3113 top_srcdir="$ac_dots$ac_given_srcdir" ;;
3114 esac
3116 case "$ac_given_INSTALL" in
3117 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3118 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3119 esac
3121 echo creating "$ac_file"
3122 rm -f "$ac_file"
3123 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3124 case "$ac_file" in
3125 *Makefile*) ac_comsub="1i\\
3126 # $configure_input" ;;
3127 *) ac_comsub= ;;
3128 esac
3130 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3131 sed -e "$ac_comsub
3132 s%@configure_input@%$configure_input%g
3133 s%@srcdir@%$srcdir%g
3134 s%@top_srcdir@%$top_srcdir%g
3135 s%@INSTALL@%$INSTALL%g
3136 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3137 fi; done
3138 rm -f conftest.s*
3141 cat >> $CONFIG_STATUS <<EOF
3142 srcdir=${srcdir}
3143 host=${host}
3144 target=${target}
3145 with_multisubdir=${with_multisubdir}
3146 ac_configure_args="${multilib_arg} ${ac_configure_args}"
3147 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
3148 boehm_gc_basedir=${boehm_gc_basedir}
3149 CC="${CC}"
3150 DEFS="$DEFS"
3153 cat >> $CONFIG_STATUS <<\EOF
3155 echo "$DEFS" > boehm-cflags
3157 if test -n "$CONFIG_FILES"; then
3158 ac_file=Makefile . ${boehm_gc_basedir}/../config-ml.in
3160 exit 0
3162 chmod +x $CONFIG_STATUS
3163 rm -fr confdefs* $ac_clean_files
3164 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1