]> git.ipfire.org Git - thirdparty/gcc.git/blame - boehm-gc/configure
combine.c (distribute_notes): Kill REG_EXEC_COUNT.
[thirdparty/gcc.git] / boehm-gc / configure
CommitLineData
1530be84
TT
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.13
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9
10# Defaults:
11ac_help=
12ac_default_prefix=/usr/local
13# Any additions from configure.in:
14ac_help="$ac_help
54ce7452 15 --enable-multilib build many library versions (default)"
1530be84
TT
16ac_help="$ac_help
17 --enable-maintainer-mode enable make rules and dependencies not useful
18 (and sometimes confusing) to the casual installer"
66deb2be
TT
19ac_help="$ac_help
20 --enable-shared[=PKGS] build shared libraries [default=yes]"
21ac_help="$ac_help
22 --enable-static[=PKGS] build static libraries [default=yes]"
115dabb8
TT
23ac_help="$ac_help
24 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
66deb2be
TT
25ac_help="$ac_help
26 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
115dabb8 27ac_help="$ac_help
20bbd3cd 28 --disable-libtool-lock avoid locking (might break parallel builds)"
2f7bf5b7
AO
29ac_help="$ac_help
30 --with-pic try to use only PIC/non-PIC objects [default=use both]"
1530be84 31ac_help="$ac_help
61e922d2
RO
32 --with-target-subdir=SUBDIR
33 configuring with a cross compiler"
1530be84 34ac_help="$ac_help
61e922d2 35 --with-cross-host=HOST configuring with a cross compiler"
1530be84
TT
36ac_help="$ac_help
37 --enable-maintainer-mode enable make rules and dependencies not useful
38 (and sometimes confusing) to the casual installer"
5a2586cf
TT
39ac_help="$ac_help
40 --enable-parallel-mark parallelize marking and free list construction"
1530be84 41ac_help="$ac_help
61e922d2 42 --with-ecos enable runtime eCos target support"
4c7726b1
BM
43ac_help="$ac_help
44 --enable-shared[=PKGS] build shared libraries [default=no]"
5a2586cf
TT
45ac_help="$ac_help
46 --enable-full-debug include full support for pointer backtracing etc."
1530be84
TT
47
48# Initialize some variables set by options.
49# The variables have the same names as the options, with
50# dashes changed to underlines.
51build=NONE
52cache_file=./config.cache
53exec_prefix=NONE
54host=NONE
55no_create=
56nonopt=NONE
57no_recursion=
58prefix=NONE
59program_prefix=NONE
60program_suffix=NONE
61program_transform_name=s,x,x,
62silent=
63site=
64srcdir=
65target=NONE
66verbose=
67x_includes=NONE
68x_libraries=NONE
69bindir='${exec_prefix}/bin'
70sbindir='${exec_prefix}/sbin'
71libexecdir='${exec_prefix}/libexec'
72datadir='${prefix}/share'
73sysconfdir='${prefix}/etc'
74sharedstatedir='${prefix}/com'
75localstatedir='${prefix}/var'
76libdir='${exec_prefix}/lib'
77includedir='${prefix}/include'
78oldincludedir='/usr/include'
79infodir='${prefix}/info'
80mandir='${prefix}/man'
81
82# Initialize some other variables.
83subdirs=
84MFLAGS= MAKEFLAGS=
85SHELL=${CONFIG_SHELL-/bin/sh}
86# Maximum number of lines to put in a shell here document.
87ac_max_here_lines=12
88
89ac_prev=
90for ac_option
91do
92
93 # If the previous option needs an argument, assign it.
94 if test -n "$ac_prev"; then
95 eval "$ac_prev=\$ac_option"
96 ac_prev=
97 continue
98 fi
99
100 case "$ac_option" in
101 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
102 *) ac_optarg= ;;
103 esac
104
105 # Accept the important Cygnus configure options, so we can diagnose typos.
106
107 case "$ac_option" in
108
109 -bindir | --bindir | --bindi | --bind | --bin | --bi)
110 ac_prev=bindir ;;
111 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
112 bindir="$ac_optarg" ;;
113
114 -build | --build | --buil | --bui | --bu)
115 ac_prev=build ;;
116 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
117 build="$ac_optarg" ;;
118
119 -cache-file | --cache-file | --cache-fil | --cache-fi \
120 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
121 ac_prev=cache_file ;;
122 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
123 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
124 cache_file="$ac_optarg" ;;
125
126 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
127 ac_prev=datadir ;;
128 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
129 | --da=*)
130 datadir="$ac_optarg" ;;
131
132 -disable-* | --disable-*)
133 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
134 # Reject names that are not valid shell variable names.
135 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
136 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
137 fi
138 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
139 eval "enable_${ac_feature}=no" ;;
140
141 -enable-* | --enable-*)
142 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
143 # Reject names that are not valid shell variable names.
144 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
145 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
146 fi
147 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
148 case "$ac_option" in
149 *=*) ;;
150 *) ac_optarg=yes ;;
151 esac
152 eval "enable_${ac_feature}='$ac_optarg'" ;;
153
154 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
155 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
156 | --exec | --exe | --ex)
157 ac_prev=exec_prefix ;;
158 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
159 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
160 | --exec=* | --exe=* | --ex=*)
161 exec_prefix="$ac_optarg" ;;
162
163 -gas | --gas | --ga | --g)
164 # Obsolete; use --with-gas.
165 with_gas=yes ;;
166
167 -help | --help | --hel | --he)
168 # Omit some internal or obsolete options to make the list less imposing.
169 # This message is too long to be a string in the A/UX 3.1 sh.
170 cat << EOF
171Usage: configure [options] [host]
172Options: [defaults in brackets after descriptions]
173Configuration:
174 --cache-file=FILE cache test results in FILE
175 --help print this message
176 --no-create do not create output files
177 --quiet, --silent do not print \`checking...' messages
178 --version print the version of autoconf that created configure
179Directory and file names:
180 --prefix=PREFIX install architecture-independent files in PREFIX
181 [$ac_default_prefix]
182 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
183 [same as prefix]
184 --bindir=DIR user executables in DIR [EPREFIX/bin]
185 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
186 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
187 --datadir=DIR read-only architecture-independent data in DIR
188 [PREFIX/share]
189 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
190 --sharedstatedir=DIR modifiable architecture-independent data in DIR
191 [PREFIX/com]
192 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
193 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
194 --includedir=DIR C header files in DIR [PREFIX/include]
195 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
196 --infodir=DIR info documentation in DIR [PREFIX/info]
197 --mandir=DIR man documentation in DIR [PREFIX/man]
198 --srcdir=DIR find the sources in DIR [configure dir or ..]
199 --program-prefix=PREFIX prepend PREFIX to installed program names
200 --program-suffix=SUFFIX append SUFFIX to installed program names
201 --program-transform-name=PROGRAM
202 run sed PROGRAM on installed program names
203EOF
204 cat << EOF
205Host type:
206 --build=BUILD configure for building on BUILD [BUILD=HOST]
207 --host=HOST configure for HOST [guessed]
208 --target=TARGET configure for TARGET [TARGET=HOST]
209Features and packages:
210 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
211 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
212 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
213 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
214 --x-includes=DIR X include files are in DIR
215 --x-libraries=DIR X library files are in DIR
216EOF
217 if test -n "$ac_help"; then
218 echo "--enable and --with options recognized:$ac_help"
219 fi
220 exit 0 ;;
221
222 -host | --host | --hos | --ho)
223 ac_prev=host ;;
224 -host=* | --host=* | --hos=* | --ho=*)
225 host="$ac_optarg" ;;
226
227 -includedir | --includedir | --includedi | --included | --include \
228 | --includ | --inclu | --incl | --inc)
229 ac_prev=includedir ;;
230 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
231 | --includ=* | --inclu=* | --incl=* | --inc=*)
232 includedir="$ac_optarg" ;;
233
234 -infodir | --infodir | --infodi | --infod | --info | --inf)
235 ac_prev=infodir ;;
236 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
237 infodir="$ac_optarg" ;;
238
239 -libdir | --libdir | --libdi | --libd)
240 ac_prev=libdir ;;
241 -libdir=* | --libdir=* | --libdi=* | --libd=*)
242 libdir="$ac_optarg" ;;
243
244 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
245 | --libexe | --libex | --libe)
246 ac_prev=libexecdir ;;
247 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
248 | --libexe=* | --libex=* | --libe=*)
249 libexecdir="$ac_optarg" ;;
250
251 -localstatedir | --localstatedir | --localstatedi | --localstated \
252 | --localstate | --localstat | --localsta | --localst \
253 | --locals | --local | --loca | --loc | --lo)
254 ac_prev=localstatedir ;;
255 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
256 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
257 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
258 localstatedir="$ac_optarg" ;;
259
260 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
261 ac_prev=mandir ;;
262 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
263 mandir="$ac_optarg" ;;
264
265 -nfp | --nfp | --nf)
266 # Obsolete; use --without-fp.
267 with_fp=no ;;
268
269 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
270 | --no-cr | --no-c)
271 no_create=yes ;;
272
273 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
274 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
275 no_recursion=yes ;;
276
277 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
278 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
279 | --oldin | --oldi | --old | --ol | --o)
280 ac_prev=oldincludedir ;;
281 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
282 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
283 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
284 oldincludedir="$ac_optarg" ;;
285
286 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
287 ac_prev=prefix ;;
288 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
289 prefix="$ac_optarg" ;;
290
291 -program-prefix | --program-prefix | --program-prefi | --program-pref \
292 | --program-pre | --program-pr | --program-p)
293 ac_prev=program_prefix ;;
294 -program-prefix=* | --program-prefix=* | --program-prefi=* \
295 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
296 program_prefix="$ac_optarg" ;;
297
298 -program-suffix | --program-suffix | --program-suffi | --program-suff \
299 | --program-suf | --program-su | --program-s)
300 ac_prev=program_suffix ;;
301 -program-suffix=* | --program-suffix=* | --program-suffi=* \
302 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
303 program_suffix="$ac_optarg" ;;
304
305 -program-transform-name | --program-transform-name \
306 | --program-transform-nam | --program-transform-na \
307 | --program-transform-n | --program-transform- \
308 | --program-transform | --program-transfor \
309 | --program-transfo | --program-transf \
310 | --program-trans | --program-tran \
311 | --progr-tra | --program-tr | --program-t)
312 ac_prev=program_transform_name ;;
313 -program-transform-name=* | --program-transform-name=* \
314 | --program-transform-nam=* | --program-transform-na=* \
315 | --program-transform-n=* | --program-transform-=* \
316 | --program-transform=* | --program-transfor=* \
317 | --program-transfo=* | --program-transf=* \
318 | --program-trans=* | --program-tran=* \
319 | --progr-tra=* | --program-tr=* | --program-t=*)
320 program_transform_name="$ac_optarg" ;;
321
322 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
323 | -silent | --silent | --silen | --sile | --sil)
324 silent=yes ;;
325
326 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
327 ac_prev=sbindir ;;
328 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
329 | --sbi=* | --sb=*)
330 sbindir="$ac_optarg" ;;
331
332 -sharedstatedir | --sharedstatedir | --sharedstatedi \
333 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
334 | --sharedst | --shareds | --shared | --share | --shar \
335 | --sha | --sh)
336 ac_prev=sharedstatedir ;;
337 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
338 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
339 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
340 | --sha=* | --sh=*)
341 sharedstatedir="$ac_optarg" ;;
342
343 -site | --site | --sit)
344 ac_prev=site ;;
345 -site=* | --site=* | --sit=*)
346 site="$ac_optarg" ;;
347
348 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
349 ac_prev=srcdir ;;
350 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
351 srcdir="$ac_optarg" ;;
352
353 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
354 | --syscon | --sysco | --sysc | --sys | --sy)
355 ac_prev=sysconfdir ;;
356 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
357 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
358 sysconfdir="$ac_optarg" ;;
359
360 -target | --target | --targe | --targ | --tar | --ta | --t)
361 ac_prev=target ;;
362 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
363 target="$ac_optarg" ;;
364
365 -v | -verbose | --verbose | --verbos | --verbo | --verb)
366 verbose=yes ;;
367
368 -version | --version | --versio | --versi | --vers)
369 echo "configure generated by autoconf version 2.13"
370 exit 0 ;;
371
372 -with-* | --with-*)
373 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
374 # Reject names that are not valid shell variable names.
375 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
376 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
377 fi
378 ac_package=`echo $ac_package| sed 's/-/_/g'`
379 case "$ac_option" in
380 *=*) ;;
381 *) ac_optarg=yes ;;
382 esac
383 eval "with_${ac_package}='$ac_optarg'" ;;
384
385 -without-* | --without-*)
386 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
387 # Reject names that are not valid shell variable names.
388 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
389 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
390 fi
391 ac_package=`echo $ac_package| sed 's/-/_/g'`
392 eval "with_${ac_package}=no" ;;
393
394 --x)
395 # Obsolete; use --with-x.
396 with_x=yes ;;
397
398 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
399 | --x-incl | --x-inc | --x-in | --x-i)
400 ac_prev=x_includes ;;
401 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
402 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
403 x_includes="$ac_optarg" ;;
404
405 -x-libraries | --x-libraries | --x-librarie | --x-librari \
406 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
407 ac_prev=x_libraries ;;
408 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
409 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
410 x_libraries="$ac_optarg" ;;
411
412 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
413 ;;
414
415 *)
416 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
417 echo "configure: warning: $ac_option: invalid host type" 1>&2
418 fi
419 if test "x$nonopt" != xNONE; then
420 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
421 fi
422 nonopt="$ac_option"
423 ;;
424
425 esac
426done
427
428if test -n "$ac_prev"; then
429 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
430fi
431
432trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
433
434# File descriptor usage:
435# 0 standard input
436# 1 file creation
437# 2 errors and warnings
438# 3 some systems may open it to /dev/tty
439# 4 used on the Kubota Titan
440# 6 checking for... messages and results
441# 5 compiler messages saved in config.log
442if test "$silent" = yes; then
443 exec 6>/dev/null
444else
445 exec 6>&1
446fi
447exec 5>./config.log
448
449echo "\
450This file contains any messages produced by compilers while
451running configure, to aid debugging if configure makes a mistake.
452" 1>&5
453
454# Strip out --no-create and --no-recursion so they do not pile up.
455# Also quote any args containing shell metacharacters.
456ac_configure_args=
457for ac_arg
458do
459 case "$ac_arg" in
460 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
461 | --no-cr | --no-c) ;;
462 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
463 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
464 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
465 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
466 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
467 esac
468done
469
470# NLS nuisances.
471# Only set these to C if already set. These must not be set unconditionally
472# because not all systems understand e.g. LANG=C (notably SCO).
473# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
474# Non-C LC_CTYPE values break the ctype check.
475if test "${LANG+set}" = set; then LANG=C; export LANG; fi
476if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
477if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
478if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
479
480# confdefs.h avoids OS command line length limits that DEFS can exceed.
481rm -rf conftest* confdefs.h
482# AIX cpp loses on an empty file, so make sure it contains at least a newline.
483echo > confdefs.h
484
485# A filename unique to this package, relative to the directory that
486# configure is in, which we can look for to find out if srcdir is correct.
9110a741 487ac_unique_file=gcj_mlc.c
1530be84
TT
488
489# Find the source files, if location was not specified.
490if test -z "$srcdir"; then
491 ac_srcdir_defaulted=yes
492 # Try the directory containing this script, then its parent.
493 ac_prog=$0
494 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
495 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
496 srcdir=$ac_confdir
497 if test ! -r $srcdir/$ac_unique_file; then
498 srcdir=..
499 fi
500else
501 ac_srcdir_defaulted=no
502fi
503if test ! -r $srcdir/$ac_unique_file; then
504 if test "$ac_srcdir_defaulted" = yes; then
505 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
506 else
507 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
508 fi
509fi
510srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
511
512# Prefer explicitly selected file to automatically selected ones.
13b6e5b4
AO
513if test -z "$CONFIG_SITE"; then
514 if test "x$prefix" != xNONE; then
515 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
516 else
517 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1530be84
TT
518 fi
519fi
520for ac_site_file in $CONFIG_SITE; do
521 if test -r "$ac_site_file"; then
522 echo "loading site script $ac_site_file"
523 . "$ac_site_file"
524 fi
525done
526
527if test -r "$cache_file"; then
528 echo "loading cache $cache_file"
529 . $cache_file
530else
531 echo "creating cache $cache_file"
532 > $cache_file
533fi
534
535ac_ext=c
536# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
537ac_cpp='$CPP $CPPFLAGS'
538ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
539ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
540cross_compiling=$ac_cv_prog_cc_cross
541
542ac_exeext=
543ac_objext=o
544if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
545 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
546 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
547 ac_n= ac_c='
548' ac_t=' '
549 else
550 ac_n=-n ac_c= ac_t=
551 fi
552else
553 ac_n= ac_c='\c' ac_t=
554fi
555
556
557
6706f116
AO
558# This works around the fact that libtool configuration may change LD
559# for this particular configuration, but some shells, instead of
560# keeping the changes in LD private, export them just because LD is
561# exported.
562ORIGINAL_LD_FOR_MULTILIBS=$LD
563
5a2586cf
TT
564ac_aux_dir=
565for ac_dir in . $srcdir/.; do
566 if test -f $ac_dir/install-sh; then
567 ac_aux_dir=$ac_dir
568 ac_install_sh="$ac_aux_dir/install-sh -c"
569 break
570 elif test -f $ac_dir/install.sh; then
571 ac_aux_dir=$ac_dir
572 ac_install_sh="$ac_aux_dir/install.sh -c"
573 break
574 fi
575done
576if test -z "$ac_aux_dir"; then
577 { echo "configure: error: can not find install-sh or install.sh in . $srcdir/." 1>&2; exit 1; }
578fi
579ac_config_guess=$ac_aux_dir/config.guess
580ac_config_sub=$ac_aux_dir/config.sub
581ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
582
583
1530be84
TT
584# Find a good install program. We prefer a C program (faster),
585# so one script is as good as another. But avoid the broken or
586# incompatible versions:
587# SysV /etc/install, /usr/sbin/install
588# SunOS /usr/etc/install
589# IRIX /sbin/install
590# AIX /bin/install
591# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
592# AFS /usr/afsws/bin/install, which mishandles nonexistent args
593# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
594# ./install, which can be erroneously created by make from ./install.sh.
595echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
13b6e5b4 596echo "configure:597: checking for a BSD compatible install" >&5
1530be84
TT
597if test -z "$INSTALL"; then
598if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
599 echo $ac_n "(cached) $ac_c" 1>&6
600else
601 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
602 for ac_dir in $PATH; do
603 # Account for people who put trailing slashes in PATH elements.
604 case "$ac_dir/" in
605 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
606 *)
607 # OSF1 and SCO ODT 3.0 have their own names for install.
608 # Don't use installbsd from OSF since it installs stuff as root
609 # by default.
610 for ac_prog in ginstall scoinst install; do
611 if test -f $ac_dir/$ac_prog; then
612 if test $ac_prog = install &&
613 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
614 # AIX install. It has an incompatible calling convention.
615 :
616 else
617 ac_cv_path_install="$ac_dir/$ac_prog -c"
618 break 2
619 fi
620 fi
621 done
622 ;;
623 esac
624 done
625 IFS="$ac_save_IFS"
626
627fi
628 if test "${ac_cv_path_install+set}" = set; then
629 INSTALL="$ac_cv_path_install"
630 else
631 # As a last resort, use the slow shell script. We don't cache a
632 # path for INSTALL within a source directory, because that will
633 # break other packages using the cache if that directory is
634 # removed, or if the path is relative.
635 INSTALL="$ac_install_sh"
636 fi
637fi
638echo "$ac_t""$INSTALL" 1>&6
639
640# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
641# It thinks the first close brace ends the variable substitution.
642test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
643
644test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
645
646test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
647
648echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
13b6e5b4 649echo "configure:650: checking whether build environment is sane" >&5
1530be84
TT
650# Just in case
651sleep 1
652echo timestamp > conftestfile
653# Do `set' in a subshell so we don't clobber the current shell's
654# arguments. Must try -L first in case configure is actually a
655# symlink; some systems play weird games with the mod time of symlinks
656# (eg FreeBSD returns the mod time of the symlink's containing
657# directory).
658if (
659 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
660 if test "$*" = "X"; then
661 # -L didn't work.
662 set X `ls -t $srcdir/configure conftestfile`
663 fi
664 if test "$*" != "X $srcdir/configure conftestfile" \
665 && test "$*" != "X conftestfile $srcdir/configure"; then
666
667 # If neither matched, then we have a broken ls. This can happen
668 # if, for instance, CONFIG_SHELL is bash and it inherits a
669 # broken ls alias from the environment. This has actually
670 # happened. Such a system could not be considered "sane".
671 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
672alias in your environment" 1>&2; exit 1; }
673 fi
674
675 test "$2" = conftestfile
676 )
677then
678 # Ok.
679 :
680else
681 { echo "configure: error: newly created file is older than distributed files!
682Check your system clock" 1>&2; exit 1; }
683fi
684rm -f conftest*
685echo "$ac_t""yes" 1>&6
686if test "$program_transform_name" = s,x,x,; then
687 program_transform_name=
688else
689 # Double any \ or $. echo might interpret backslashes.
690 cat <<\EOF_SED > conftestsed
691s,\\,\\\\,g; s,\$,$$,g
692EOF_SED
693 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
694 rm -f conftestsed
695fi
696test "$program_prefix" != NONE &&
697 program_transform_name="s,^,${program_prefix},; $program_transform_name"
698# Use a double $ so make ignores it.
699test "$program_suffix" != NONE &&
700 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
701
702# sed with no file args requires a program.
703test "$program_transform_name" = "" && program_transform_name="s,x,x,"
704
705echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
13b6e5b4 706echo "configure:707: checking whether ${MAKE-make} sets \${MAKE}" >&5
1530be84
TT
707set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
708if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
709 echo $ac_n "(cached) $ac_c" 1>&6
710else
711 cat > conftestmake <<\EOF
712all:
713 @echo 'ac_maketemp="${MAKE}"'
714EOF
715# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
716eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
717if test -n "$ac_maketemp"; then
718 eval ac_cv_prog_make_${ac_make}_set=yes
719else
720 eval ac_cv_prog_make_${ac_make}_set=no
721fi
722rm -f conftestmake
723fi
724if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
725 echo "$ac_t""yes" 1>&6
726 SET_MAKE=
727else
728 echo "$ac_t""no" 1>&6
729 SET_MAKE="MAKE=${MAKE-make}"
730fi
731
732if test $host != $build; then
733 ac_tool_prefix=${host_alias}-
734else
735 ac_tool_prefix=
736fi
737
738echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
13b6e5b4 739echo "configure:740: checking for Cygwin environment" >&5
1530be84
TT
740if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
741 echo $ac_n "(cached) $ac_c" 1>&6
742else
743 cat > conftest.$ac_ext <<EOF
13b6e5b4 744#line 745 "configure"
1530be84
TT
745#include "confdefs.h"
746
747int main() {
748
749#ifndef __CYGWIN__
750#define __CYGWIN__ __CYGWIN32__
751#endif
752return __CYGWIN__;
753; return 0; }
754EOF
13b6e5b4 755if { (eval echo configure:756: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1530be84
TT
756 rm -rf conftest*
757 ac_cv_cygwin=yes
758else
759 echo "configure: failed program was:" >&5
760 cat conftest.$ac_ext >&5
761 rm -rf conftest*
762 ac_cv_cygwin=no
763fi
764rm -f conftest*
765rm -f conftest*
766fi
767
768echo "$ac_t""$ac_cv_cygwin" 1>&6
769CYGWIN=
770test "$ac_cv_cygwin" = yes && CYGWIN=yes
771echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
13b6e5b4 772echo "configure:773: checking for mingw32 environment" >&5
1530be84
TT
773if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
774 echo $ac_n "(cached) $ac_c" 1>&6
775else
776 cat > conftest.$ac_ext <<EOF
13b6e5b4 777#line 778 "configure"
1530be84
TT
778#include "confdefs.h"
779
780int main() {
781return __MINGW32__;
782; return 0; }
783EOF
13b6e5b4 784if { (eval echo configure:785: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1530be84
TT
785 rm -rf conftest*
786 ac_cv_mingw32=yes
787else
788 echo "configure: failed program was:" >&5
789 cat conftest.$ac_ext >&5
790 rm -rf conftest*
791 ac_cv_mingw32=no
792fi
793rm -f conftest*
794rm -f conftest*
795fi
796
797echo "$ac_t""$ac_cv_mingw32" 1>&6
798MINGW32=
799test "$ac_cv_mingw32" = yes && MINGW32=yes
800
801# Check whether --enable-multilib or --disable-multilib was given.
802if test "${enable_multilib+set}" = set; then
803 enableval="$enable_multilib"
804 case "${enableval}" in
805 yes) multilib=yes ;;
806 no) multilib=no ;;
807 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
808 esac
809else
810 multilib=yes
811fi
812
813
814if test "${srcdir}" = "."; then
5a2586cf
TT
815 if test "${with_target_subdir}" != "." -a -n "${with_target_subdir}"; then
816 gc_basedir="${srcdir}/${with_multisrctop}../."
1530be84 817 else
5a2586cf 818 gc_basedir="${srcdir}/${with_multisrctop}."
1530be84
TT
819 fi
820else
5a2586cf 821 gc_basedir="${srcdir}/."
1530be84
TT
822fi
823
a5440f9e 824ac_aux_dir=
5a2586cf 825for ac_dir in $gc_basedir/.. $srcdir/$gc_basedir/..; do
a5440f9e
TT
826 if test -f $ac_dir/install-sh; then
827 ac_aux_dir=$ac_dir
828 ac_install_sh="$ac_aux_dir/install-sh -c"
829 break
830 elif test -f $ac_dir/install.sh; then
831 ac_aux_dir=$ac_dir
832 ac_install_sh="$ac_aux_dir/install.sh -c"
833 break
834 fi
835done
836if test -z "$ac_aux_dir"; then
5a2586cf 837 { echo "configure: error: can not find install-sh or install.sh in $gc_basedir/.. $srcdir/$gc_basedir/.." 1>&2; exit 1; }
a5440f9e
TT
838fi
839ac_config_guess=$ac_aux_dir/config.guess
840ac_config_sub=$ac_aux_dir/config.sub
841ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
842
843if :; then :; else
844 # This overrides the previous occurrence for automake, but not for
845 # autoconf, which is exactly what we want.
846 ac_aux_dir=
847for ac_dir in .. $srcdir/..; do
848 if test -f $ac_dir/install-sh; then
849 ac_aux_dir=$ac_dir
850 ac_install_sh="$ac_aux_dir/install-sh -c"
851 break
852 elif test -f $ac_dir/install.sh; then
853 ac_aux_dir=$ac_dir
854 ac_install_sh="$ac_aux_dir/install.sh -c"
855 break
856 fi
857done
858if test -z "$ac_aux_dir"; then
859 { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
860fi
861ac_config_guess=$ac_aux_dir/config.guess
862ac_config_sub=$ac_aux_dir/config.sub
863ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
864
865fi
866
867
868# Do some error checking and defaulting for the host and target type.
869# The inputs are:
870# configure --host=HOST --target=TARGET --build=BUILD NONOPT
871#
872# The rules are:
873# 1. You are not allowed to specify --host, --target, and nonopt at the
874# same time.
875# 2. Host defaults to nonopt.
876# 3. If nonopt is not specified, then host defaults to the current host,
877# as determined by config.guess.
878# 4. Target and build default to nonopt.
879# 5. If nonopt is not specified, then target and build default to host.
880
881# The aliases save the names the user supplied, while $host etc.
882# will get canonicalized.
883case $host---$target---$nonopt in
884NONE---*---* | *---NONE---* | *---*---NONE) ;;
885*) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
886esac
1530be84
TT
887
888
889# Make sure we can run config.sub.
890if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
891else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
892fi
893
894echo $ac_n "checking host system type""... $ac_c" 1>&6
13b6e5b4 895echo "configure:896: checking host system type" >&5
1530be84
TT
896
897host_alias=$host
898case "$host_alias" in
899NONE)
900 case $nonopt in
901 NONE)
902 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
903 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
904 fi ;;
905 *) host_alias=$nonopt ;;
906 esac ;;
907esac
908
909host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
910host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
911host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
912host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
913echo "$ac_t""$host" 1>&6
914
a5440f9e 915echo $ac_n "checking target system type""... $ac_c" 1>&6
13b6e5b4 916echo "configure:917: checking target system type" >&5
a5440f9e
TT
917
918target_alias=$target
919case "$target_alias" in
920NONE)
921 case $nonopt in
922 NONE) target_alias=$host_alias ;;
923 *) target_alias=$nonopt ;;
924 esac ;;
925esac
926
927target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
928target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
929target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
930target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
931echo "$ac_t""$target" 1>&6
932
933echo $ac_n "checking build system type""... $ac_c" 1>&6
13b6e5b4 934echo "configure:935: checking build system type" >&5
a5440f9e
TT
935
936build_alias=$build
937case "$build_alias" in
938NONE)
939 case $nonopt in
940 NONE) build_alias=$host_alias ;;
941 *) build_alias=$nonopt ;;
942 esac ;;
943esac
944
945build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
946build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
947build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
948build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
949echo "$ac_t""$build" 1>&6
950
951test "$host_alias" != "$target_alias" &&
952 test "$program_prefix$program_suffix$program_transform_name" = \
953 NONENONEs,x,x, &&
954 program_prefix=${target_alias}-
955
1530be84 956
57b74bf9 957# This works around an automake problem.
1e6347d8 958mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
57b74bf9
TT
959
960
1530be84 961
5a2586cf 962PACKAGE=gc
1530be84 963
5a2586cf 964VERSION=6.0
1530be84
TT
965
966if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
967 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
968fi
969
970
971
972missing_dir=`cd $ac_aux_dir && pwd`
973echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
13b6e5b4 974echo "configure:975: checking for working aclocal" >&5
1530be84
TT
975# Run test in a subshell; some versions of sh will print an error if
976# an executable is not found, even if stderr is redirected.
977# Redirect stdin to placate older versions of autoconf. Sigh.
978if (aclocal --version) < /dev/null > /dev/null 2>&1; then
979 ACLOCAL=aclocal
980 echo "$ac_t""found" 1>&6
981else
982 ACLOCAL="$missing_dir/missing aclocal"
983 echo "$ac_t""missing" 1>&6
984fi
985
986echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
13b6e5b4 987echo "configure:988: checking for working autoconf" >&5
1530be84
TT
988# Run test in a subshell; some versions of sh will print an error if
989# an executable is not found, even if stderr is redirected.
990# Redirect stdin to placate older versions of autoconf. Sigh.
991if (autoconf --version) < /dev/null > /dev/null 2>&1; then
992 AUTOCONF=autoconf
993 echo "$ac_t""found" 1>&6
994else
995 AUTOCONF="$missing_dir/missing autoconf"
996 echo "$ac_t""missing" 1>&6
997fi
998
999echo $ac_n "checking for working automake""... $ac_c" 1>&6
13b6e5b4 1000echo "configure:1001: checking for working automake" >&5
1530be84
TT
1001# Run test in a subshell; some versions of sh will print an error if
1002# an executable is not found, even if stderr is redirected.
1003# Redirect stdin to placate older versions of autoconf. Sigh.
1004if (automake --version) < /dev/null > /dev/null 2>&1; then
1005 AUTOMAKE=automake
1006 echo "$ac_t""found" 1>&6
1007else
1008 AUTOMAKE="$missing_dir/missing automake"
1009 echo "$ac_t""missing" 1>&6
1010fi
1011
1012echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
13b6e5b4 1013echo "configure:1014: checking for working autoheader" >&5
1530be84
TT
1014# Run test in a subshell; some versions of sh will print an error if
1015# an executable is not found, even if stderr is redirected.
1016# Redirect stdin to placate older versions of autoconf. Sigh.
1017if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1018 AUTOHEADER=autoheader
1019 echo "$ac_t""found" 1>&6
1020else
1021 AUTOHEADER="$missing_dir/missing autoheader"
1022 echo "$ac_t""missing" 1>&6
1023fi
1024
1025echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
13b6e5b4 1026echo "configure:1027: checking for working makeinfo" >&5
1530be84
TT
1027# Run test in a subshell; some versions of sh will print an error if
1028# an executable is not found, even if stderr is redirected.
1029# Redirect stdin to placate older versions of autoconf. Sigh.
1030if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1031 MAKEINFO=makeinfo
1032 echo "$ac_t""found" 1>&6
1033else
1034 MAKEINFO="$missing_dir/missing makeinfo"
1035 echo "$ac_t""missing" 1>&6
1036fi
1037
1038
1039
1040# FIXME: We temporarily define our own version of AC_PROG_CC. This is
1041# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
1042# are probably using a cross compiler, which will not be able to fully
1043# link an executable. This should really be fixed in autoconf
1044# itself.
1045
1046
1047
54ce7452 1048
1530be84
TT
1049# Extract the first word of "gcc", so it can be a program name with args.
1050set dummy gcc; ac_word=$2
1051echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1052echo "configure:1053: checking for $ac_word" >&5
1530be84
TT
1053if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1054 echo $ac_n "(cached) $ac_c" 1>&6
1055else
1056 if test -n "$CC"; then
1057 ac_cv_prog_CC="$CC" # Let the user override the test.
1058else
1059 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1060 ac_dummy="$PATH"
1061 for ac_dir in $ac_dummy; do
1062 test -z "$ac_dir" && ac_dir=.
1063 if test -f $ac_dir/$ac_word; then
1064 ac_cv_prog_CC="gcc"
1065 break
1066 fi
1067 done
1068 IFS="$ac_save_ifs"
1069fi
1070fi
1071CC="$ac_cv_prog_CC"
1072if test -n "$CC"; then
1073 echo "$ac_t""$CC" 1>&6
1074else
1075 echo "$ac_t""no" 1>&6
1076fi
1077
1078if test -z "$CC"; then
1079 # Extract the first word of "cc", so it can be a program name with args.
1080set dummy cc; ac_word=$2
1081echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1082echo "configure:1083: checking for $ac_word" >&5
1530be84
TT
1083if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1084 echo $ac_n "(cached) $ac_c" 1>&6
1085else
1086 if test -n "$CC"; then
1087 ac_cv_prog_CC="$CC" # Let the user override the test.
1088else
1089 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1090 ac_prog_rejected=no
1091 ac_dummy="$PATH"
1092 for ac_dir in $ac_dummy; do
1093 test -z "$ac_dir" && ac_dir=.
1094 if test -f $ac_dir/$ac_word; then
1095 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1096 ac_prog_rejected=yes
1097 continue
1098 fi
1099 ac_cv_prog_CC="cc"
1100 break
1101 fi
1102 done
1103 IFS="$ac_save_ifs"
1104if test $ac_prog_rejected = yes; then
1105 # We found a bogon in the path, so make sure we never use it.
1106 set dummy $ac_cv_prog_CC
1107 shift
1108 if test $# -gt 0; then
1109 # We chose a different compiler from the bogus one.
1110 # However, it has the same basename, so the bogon will be chosen
1111 # first if we set CC to just the basename; use the full file name.
1112 shift
1113 set dummy "$ac_dir/$ac_word" "$@"
1114 shift
1115 ac_cv_prog_CC="$@"
1116 fi
1117fi
1118fi
1119fi
1120CC="$ac_cv_prog_CC"
1121if test -n "$CC"; then
1122 echo "$ac_t""$CC" 1>&6
1123else
1124 echo "$ac_t""no" 1>&6
1125fi
1126
1127 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1128fi
1129
1130echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
13b6e5b4 1131echo "configure:1132: checking whether we are using GNU C" >&5
1530be84
TT
1132if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1133 echo $ac_n "(cached) $ac_c" 1>&6
1134else
1135 cat > conftest.c <<EOF
1136#ifdef __GNUC__
1137 yes;
1138#endif
1139EOF
13b6e5b4 1140if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1530be84
TT
1141 ac_cv_prog_gcc=yes
1142else
1143 ac_cv_prog_gcc=no
1144fi
1145fi
1146
1147echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1148
1149if test $ac_cv_prog_gcc = yes; then
1150 GCC=yes
1151 ac_test_CFLAGS="${CFLAGS+set}"
1152 ac_save_CFLAGS="$CFLAGS"
1153 CFLAGS=
1154 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
13b6e5b4 1155echo "configure:1156: checking whether ${CC-cc} accepts -g" >&5
1530be84
TT
1156if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1157 echo $ac_n "(cached) $ac_c" 1>&6
1158else
1159 echo 'void f(){}' > conftest.c
1160if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1161 ac_cv_prog_cc_g=yes
1162else
1163 ac_cv_prog_cc_g=no
1164fi
1165rm -f conftest*
1166
1167fi
1168
1169echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1170 if test "$ac_test_CFLAGS" = set; then
1171 CFLAGS="$ac_save_CFLAGS"
1172 elif test $ac_cv_prog_cc_g = yes; then
1173 CFLAGS="-g -O2"
1174 else
1175 CFLAGS="-O2"
1176 fi
1177else
1178 GCC=
1179 test "${CFLAGS+set}" = set || CFLAGS="-g"
1180fi
1181
1182
1183# Likewise for AC_PROG_CXX.
1184
1185
54ce7452 1186
1530be84
TT
1187for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1188do
1189# Extract the first word of "$ac_prog", so it can be a program name with args.
1190set dummy $ac_prog; ac_word=$2
1191echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1192echo "configure:1193: checking for $ac_word" >&5
1530be84
TT
1193if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1194 echo $ac_n "(cached) $ac_c" 1>&6
1195else
1196 if test -n "$CXX"; then
1197 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1198else
1199 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1200 ac_dummy="$PATH"
1201 for ac_dir in $ac_dummy; do
1202 test -z "$ac_dir" && ac_dir=.
1203 if test -f $ac_dir/$ac_word; then
1204 ac_cv_prog_CXX="$ac_prog"
1205 break
1206 fi
1207 done
1208 IFS="$ac_save_ifs"
1209fi
1210fi
1211CXX="$ac_cv_prog_CXX"
1212if test -n "$CXX"; then
1213 echo "$ac_t""$CXX" 1>&6
1214else
1215 echo "$ac_t""no" 1>&6
1216fi
1217
1218test -n "$CXX" && break
1219done
1220test -n "$CXX" || CXX="gcc"
1221
1222test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1223
1224echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
13b6e5b4 1225echo "configure:1226: checking whether we are using GNU C++" >&5
1530be84
TT
1226if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1227 echo $ac_n "(cached) $ac_c" 1>&6
1228else
1229 cat > conftest.C <<EOF
1230#ifdef __GNUC__
1231 yes;
1232#endif
1233EOF
13b6e5b4 1234if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1530be84
TT
1235 ac_cv_prog_gxx=yes
1236else
1237 ac_cv_prog_gxx=no
1238fi
1239fi
1240
1241echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1242
1243if test $ac_cv_prog_gxx = yes; then
1244 GXX=yes
1245 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1246 ac_save_CXXFLAGS="$CXXFLAGS"
1247 CXXFLAGS=
1248 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
13b6e5b4 1249echo "configure:1250: checking whether ${CXX-g++} accepts -g" >&5
1530be84
TT
1250if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1251 echo $ac_n "(cached) $ac_c" 1>&6
1252else
1253 echo 'void f(){}' > conftest.cc
1254if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1255 ac_cv_prog_cxx_g=yes
1256else
1257 ac_cv_prog_cxx_g=no
1258fi
1259rm -f conftest*
1260
1261fi
1262
1263echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1264 if test "$ac_test_CXXFLAGS" = set; then
1265 CXXFLAGS="$ac_save_CXXFLAGS"
1266 elif test $ac_cv_prog_cxx_g = yes; then
1267 CXXFLAGS="-g -O2"
1268 else
1269 CXXFLAGS="-O2"
1270 fi
1271else
1272 GXX=
1273 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1274fi
1275
1276
1277# AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD). If we don't
1278# run it explicitly here, it will be run implicitly before
1279# NEWLIB_CONFIGURE, which doesn't work because that means that it will
1280# be run before AC_CANONICAL_HOST.
1281echo $ac_n "checking build system type""... $ac_c" 1>&6
13b6e5b4 1282echo "configure:1283: checking build system type" >&5
1530be84
TT
1283
1284build_alias=$build
1285case "$build_alias" in
1286NONE)
1287 case $nonopt in
1288 NONE) build_alias=$host_alias ;;
1289 *) build_alias=$nonopt ;;
1290 esac ;;
1291esac
1292
1293build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1294build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1295build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1296build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1297echo "$ac_t""$build" 1>&6
1298
1299
1300# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1301set dummy ${ac_tool_prefix}as; ac_word=$2
1302echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1303echo "configure:1304: checking for $ac_word" >&5
1530be84
TT
1304if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1305 echo $ac_n "(cached) $ac_c" 1>&6
1306else
1307 if test -n "$AS"; then
1308 ac_cv_prog_AS="$AS" # Let the user override the test.
1309else
1310 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1311 ac_dummy="$PATH"
1312 for ac_dir in $ac_dummy; do
1313 test -z "$ac_dir" && ac_dir=.
1314 if test -f $ac_dir/$ac_word; then
1315 ac_cv_prog_AS="${ac_tool_prefix}as"
1316 break
1317 fi
1318 done
1319 IFS="$ac_save_ifs"
1320 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="as"
1321fi
1322fi
1323AS="$ac_cv_prog_AS"
1324if test -n "$AS"; then
1325 echo "$ac_t""$AS" 1>&6
1326else
1327 echo "$ac_t""no" 1>&6
1328fi
1329
1330
1331
1332# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1333set dummy ${ac_tool_prefix}ar; ac_word=$2
1334echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1335echo "configure:1336: checking for $ac_word" >&5
1530be84
TT
1336if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1337 echo $ac_n "(cached) $ac_c" 1>&6
1338else
1339 if test -n "$AR"; then
1340 ac_cv_prog_AR="$AR" # Let the user override the test.
1341else
1342 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1343 ac_dummy="$PATH"
1344 for ac_dir in $ac_dummy; do
1345 test -z "$ac_dir" && ac_dir=.
1346 if test -f $ac_dir/$ac_word; then
1347 ac_cv_prog_AR="${ac_tool_prefix}ar"
1348 break
1349 fi
1350 done
1351 IFS="$ac_save_ifs"
1352 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
1353fi
1354fi
1355AR="$ac_cv_prog_AR"
1356if test -n "$AR"; then
1357 echo "$ac_t""$AR" 1>&6
1358else
1359 echo "$ac_t""no" 1>&6
1360fi
1361
1362
1363
1364# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1365set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1366echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1367echo "configure:1368: checking for $ac_word" >&5
1530be84
TT
1368if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1369 echo $ac_n "(cached) $ac_c" 1>&6
1370else
1371 if test -n "$RANLIB"; then
1372 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1373else
1374 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1375 ac_dummy="$PATH"
1376 for ac_dir in $ac_dummy; do
1377 test -z "$ac_dir" && ac_dir=.
1378 if test -f $ac_dir/$ac_word; then
1379 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1380 break
1381 fi
1382 done
1383 IFS="$ac_save_ifs"
1384fi
1385fi
1386RANLIB="$ac_cv_prog_RANLIB"
1387if test -n "$RANLIB"; then
1388 echo "$ac_t""$RANLIB" 1>&6
1389else
1390 echo "$ac_t""no" 1>&6
1391fi
1392
1393
1394if test -z "$ac_cv_prog_RANLIB"; then
1395if test -n "$ac_tool_prefix"; then
1396 # Extract the first word of "ranlib", so it can be a program name with args.
1397set dummy ranlib; ac_word=$2
1398echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 1399echo "configure:1400: checking for $ac_word" >&5
1530be84
TT
1400if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1401 echo $ac_n "(cached) $ac_c" 1>&6
1402else
1403 if test -n "$RANLIB"; then
1404 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1405else
1406 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1407 ac_dummy="$PATH"
1408 for ac_dir in $ac_dummy; do
1409 test -z "$ac_dir" && ac_dir=.
1410 if test -f $ac_dir/$ac_word; then
1411 ac_cv_prog_RANLIB="ranlib"
1412 break
1413 fi
1414 done
1415 IFS="$ac_save_ifs"
1416 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1417fi
1418fi
1419RANLIB="$ac_cv_prog_RANLIB"
1420if test -n "$RANLIB"; then
1421 echo "$ac_t""$RANLIB" 1>&6
1422else
1423 echo "$ac_t""no" 1>&6
1424fi
1425
1426else
1427 RANLIB=":"
1428fi
1429fi
1430
1431
1432# Find a good install program. We prefer a C program (faster),
1433# so one script is as good as another. But avoid the broken or
1434# incompatible versions:
1435# SysV /etc/install, /usr/sbin/install
1436# SunOS /usr/etc/install
1437# IRIX /sbin/install
1438# AIX /bin/install
1439# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1440# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1441# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1442# ./install, which can be erroneously created by make from ./install.sh.
1443echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
13b6e5b4 1444echo "configure:1445: checking for a BSD compatible install" >&5
1530be84
TT
1445if test -z "$INSTALL"; then
1446if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1447 echo $ac_n "(cached) $ac_c" 1>&6
1448else
1449 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
1450 for ac_dir in $PATH; do
1451 # Account for people who put trailing slashes in PATH elements.
1452 case "$ac_dir/" in
1453 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1454 *)
1455 # OSF1 and SCO ODT 3.0 have their own names for install.
1456 # Don't use installbsd from OSF since it installs stuff as root
1457 # by default.
1458 for ac_prog in ginstall scoinst install; do
1459 if test -f $ac_dir/$ac_prog; then
1460 if test $ac_prog = install &&
1461 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1462 # AIX install. It has an incompatible calling convention.
1463 :
1464 else
1465 ac_cv_path_install="$ac_dir/$ac_prog -c"
1466 break 2
1467 fi
1468 fi
1469 done
1470 ;;
1471 esac
1472 done
1473 IFS="$ac_save_IFS"
1474
1475fi
1476 if test "${ac_cv_path_install+set}" = set; then
1477 INSTALL="$ac_cv_path_install"
1478 else
1479 # As a last resort, use the slow shell script. We don't cache a
1480 # path for INSTALL within a source directory, because that will
1481 # break other packages using the cache if that directory is
1482 # removed, or if the path is relative.
1483 INSTALL="$ac_install_sh"
1484 fi
1485fi
1486echo "$ac_t""$INSTALL" 1>&6
1487
1488# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1489# It thinks the first close brace ends the variable substitution.
1490test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1491
1492test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1493
1494test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1495
1496
1497echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
13b6e5b4 1498echo "configure:1499: checking whether to enable maintainer-specific portions of Makefiles" >&5
1530be84
TT
1499 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1500if test "${enable_maintainer_mode+set}" = set; then
1501 enableval="$enable_maintainer_mode"
1502 USE_MAINTAINER_MODE=$enableval
1503else
1504 USE_MAINTAINER_MODE=no
1505fi
1506
1507 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1508
1509
1510if test $USE_MAINTAINER_MODE = yes; then
1511 MAINTAINER_MODE_TRUE=
1512 MAINTAINER_MODE_FALSE='#'
1513else
1514 MAINTAINER_MODE_TRUE='#'
1515 MAINTAINER_MODE_FALSE=
1516fi
1517 MAINT=$MAINTAINER_MODE_TRUE
1518
1519
1520
1521# We need AC_EXEEXT to keep automake happy in cygnus mode. However,
1522# at least currently, we never actually build a program, so we never
1523# need to use $(EXEEXT). Moreover, the test for EXEEXT normally
1524# fails, because we are probably configuring with a cross compiler
1525# which can't create executables. So we include AC_EXEEXT to keep
1526# automake happy, but we don't execute it, since we don't care about
1527# the result.
1528if false; then
4a849291
AO
1529 # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
1530 # to nothing, so nothing would remain between `then' and `fi' if it
1531 # were not for the `:' below.
1532 :
1530be84
TT
1533
1534
1535echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
13b6e5b4 1536echo "configure:1537: checking for executable suffix" >&5
1530be84
TT
1537if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1538 echo $ac_n "(cached) $ac_c" 1>&6
1539else
1540 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1541 ac_cv_exeext=.exe
1542else
1543 rm -f conftest*
1544 echo 'int main () { return 0; }' > conftest.$ac_ext
1545 ac_cv_exeext=
13b6e5b4 1546 if { (eval echo configure:1547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1530be84
TT
1547 for file in conftest.*; do
1548 case $file in
13b6e5b4 1549 *.c | *.o | *.obj) ;;
1530be84
TT
1550 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1551 esac
1552 done
1553 else
1554 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1555 fi
1556 rm -f conftest*
1557 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1558fi
1559fi
1560
1561EXEEXT=""
1562test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1563echo "$ac_t""${ac_cv_exeext}" 1>&6
1564ac_exeext=$EXEEXT
1565
1566fi
1567
c3b48847 1568. ${srcdir}/configure.host
1530be84 1569
5a2586cf
TT
1570case ${gc_basedir} in
1571/* | A-Za-z:/\\*) gc_flagbasedir=${gc_basedir} ;;
1572*) gc_flagbasedir='$(top_builddir)/'${gc_basedir} ;;
1530be84
TT
1573esac
1574
5a2586cf 1575gc_cflags="${gc_cflags} -I"'$(top_builddir)'"/./targ-include -I${gc_flagbasedir}/libc/include"
1530be84
TT
1576case "${host}" in
1577 *-*-cygwin32*)
5a2586cf 1578 gc_cflags="${gc_cflags} -I${gc_flagbasedir}/../winsup/include"
1530be84
TT
1579 ;;
1580esac
1581
1530be84 1582
5a2586cf 1583GC_CFLAGS=${gc_cflags}
1530be84
TT
1584
1585
1586
66deb2be
TT
1587# Check whether --enable-shared or --disable-shared was given.
1588if test "${enable_shared+set}" = set; then
1589 enableval="$enable_shared"
1590 p=${PACKAGE-default}
2d65a52e 1591case $enableval in
66deb2be
TT
1592yes) enable_shared=yes ;;
1593no) enable_shared=no ;;
1594*)
1595 enable_shared=no
1596 # Look at the argument we got. We use all the common list separators.
1597 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1598 for pkg in $enableval; do
1599 if test "X$pkg" = "X$p"; then
1600 enable_shared=yes
1601 fi
1602 done
1603 IFS="$ac_save_ifs"
1604 ;;
1605esac
1606else
1607 enable_shared=yes
1608fi
1609
1610# Check whether --enable-static or --disable-static was given.
1611if test "${enable_static+set}" = set; then
1612 enableval="$enable_static"
1613 p=${PACKAGE-default}
2d65a52e 1614case $enableval in
66deb2be
TT
1615yes) enable_static=yes ;;
1616no) enable_static=no ;;
1617*)
1618 enable_static=no
1619 # Look at the argument we got. We use all the common list separators.
1620 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1621 for pkg in $enableval; do
1622 if test "X$pkg" = "X$p"; then
1623 enable_static=yes
1624 fi
1625 done
1626 IFS="$ac_save_ifs"
1627 ;;
1628esac
1629else
1630 enable_static=yes
1631fi
1632
115dabb8
TT
1633# Check whether --enable-fast-install or --disable-fast-install was given.
1634if test "${enable_fast_install+set}" = set; then
1635 enableval="$enable_fast_install"
1636 p=${PACKAGE-default}
2d65a52e 1637case $enableval in
115dabb8
TT
1638yes) enable_fast_install=yes ;;
1639no) enable_fast_install=no ;;
1640*)
1641 enable_fast_install=no
1642 # Look at the argument we got. We use all the common list separators.
1643 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1644 for pkg in $enableval; do
1645 if test "X$pkg" = "X$p"; then
1646 enable_fast_install=yes
1647 fi
1648 done
1649 IFS="$ac_save_ifs"
1650 ;;
1651esac
1652else
1653 enable_fast_install=yes
1654fi
1655
66deb2be
TT
1656# Check whether --with-gnu-ld or --without-gnu-ld was given.
1657if test "${with_gnu_ld+set}" = set; then
1658 withval="$with_gnu_ld"
1659 test "$withval" = no || with_gnu_ld=yes
1660else
1661 with_gnu_ld=no
1662fi
1663
66deb2be 1664ac_prog=ld
2d65a52e 1665if test "$GCC" = yes; then
66deb2be
TT
1666 # Check if gcc -print-prog-name=ld gives a path.
1667 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
13b6e5b4 1668echo "configure:1669: checking for ld used by GCC" >&5
2f7bf5b7
AO
1669 case $host in
1670 *-*-mingw*)
1671 # gcc leaves a trailing carriage return which upsets mingw
1672 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1673 *)
1674 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1675 esac
2d65a52e 1676 case $ac_prog in
115dabb8 1677 # Accept absolute paths.
20bbd3cd 1678 [\\/]* | [A-Za-z]:[\\/]*)
115dabb8
TT
1679 re_direlt='/[^/][^/]*/\.\./'
1680 # Canonicalize the path of ld
1681 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1682 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1683 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1684 done
1685 test -z "$LD" && LD="$ac_prog"
1686 ;;
66deb2be
TT
1687 "")
1688 # If it fails, then pretend we aren't using GCC.
1689 ac_prog=ld
1690 ;;
1691 *)
1692 # If it is relative, then search for the first ld in PATH.
1693 with_gnu_ld=unknown
1694 ;;
1695 esac
1696elif test "$with_gnu_ld" = yes; then
1697 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
13b6e5b4 1698echo "configure:1699: checking for GNU ld" >&5
66deb2be
TT
1699else
1700 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
13b6e5b4 1701echo "configure:1702: checking for non-GNU ld" >&5
66deb2be 1702fi
2d65a52e 1703if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
66deb2be
TT
1704 echo $ac_n "(cached) $ac_c" 1>&6
1705else
1706 if test -z "$LD"; then
20bbd3cd 1707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
66deb2be
TT
1708 for ac_dir in $PATH; do
1709 test -z "$ac_dir" && ac_dir=.
20bbd3cd 1710 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2d65a52e 1711 lt_cv_path_LD="$ac_dir/$ac_prog"
66deb2be
TT
1712 # Check to see if the program is GNU ld. I'd rather use --version,
1713 # but apparently some GNU ld's only accept -v.
1714 # Break only if it was the GNU/non-GNU ld that we prefer.
2d65a52e 1715 if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
66deb2be
TT
1716 test "$with_gnu_ld" != no && break
1717 else
115dabb8 1718 test "$with_gnu_ld" != yes && break
66deb2be
TT
1719 fi
1720 fi
1721 done
1722 IFS="$ac_save_ifs"
1723else
2d65a52e 1724 lt_cv_path_LD="$LD" # Let the user override the test with a path.
66deb2be
TT
1725fi
1726fi
1727
2d65a52e 1728LD="$lt_cv_path_LD"
66deb2be
TT
1729if test -n "$LD"; then
1730 echo "$ac_t""$LD" 1>&6
1731else
1732 echo "$ac_t""no" 1>&6
1733fi
1734test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
66deb2be 1735echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
13b6e5b4 1736echo "configure:1737: checking if the linker ($LD) is GNU ld" >&5
2d65a52e 1737if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
66deb2be
TT
1738 echo $ac_n "(cached) $ac_c" 1>&6
1739else
1740 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1741if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
2d65a52e 1742 lt_cv_prog_gnu_ld=yes
66deb2be 1743else
2d65a52e 1744 lt_cv_prog_gnu_ld=no
66deb2be
TT
1745fi
1746fi
1747
2d65a52e
AO
1748echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
1749with_gnu_ld=$lt_cv_prog_gnu_ld
2f7bf5b7
AO
1750
1751
1752echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
13b6e5b4 1753echo "configure:1754: checking for $LD option to reload object files" >&5
2f7bf5b7
AO
1754if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1755 echo $ac_n "(cached) $ac_c" 1>&6
1756else
1757 lt_cv_ld_reload_flag='-r'
1758fi
66deb2be 1759
2f7bf5b7
AO
1760echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1761reload_flag=$lt_cv_ld_reload_flag
1762test -n "$reload_flag" && reload_flag=" $reload_flag"
66deb2be
TT
1763
1764echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
13b6e5b4 1765echo "configure:1766: checking for BSD-compatible nm" >&5
2d65a52e 1766if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
66deb2be
TT
1767 echo $ac_n "(cached) $ac_c" 1>&6
1768else
1769 if test -n "$NM"; then
1770 # Let the user override the test.
2d65a52e 1771 lt_cv_path_NM="$NM"
66deb2be 1772else
20bbd3cd 1773 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
115dabb8 1774 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
66deb2be 1775 test -z "$ac_dir" && ac_dir=.
2f7bf5b7
AO
1776 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1777 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
66deb2be
TT
1778 # Check to see if the nm accepts a BSD-compat flag.
1779 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1780 # nm: unknown option "B" ignored
2f7bf5b7
AO
1781 # Tru64's nm complains that /dev/null is an invalid object file
1782 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
2d65a52e 1783 lt_cv_path_NM="$tmp_nm -B"
115dabb8 1784 break
2f7bf5b7 1785 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
2d65a52e 1786 lt_cv_path_NM="$tmp_nm -p"
115dabb8 1787 break
66deb2be 1788 else
2d65a52e 1789 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
115dabb8 1790 continue # so that we can try to find one that supports BSD flags
66deb2be 1791 fi
66deb2be
TT
1792 fi
1793 done
1794 IFS="$ac_save_ifs"
2d65a52e 1795 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
66deb2be
TT
1796fi
1797fi
1798
2d65a52e 1799NM="$lt_cv_path_NM"
66deb2be
TT
1800echo "$ac_t""$NM" 1>&6
1801
66deb2be 1802echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
13b6e5b4 1803echo "configure:1804: checking whether ln -s works" >&5
66deb2be
TT
1804if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1805 echo $ac_n "(cached) $ac_c" 1>&6
1806else
1807 rm -f conftestdata
1808if ln -s X conftestdata 2>/dev/null
1809then
1810 rm -f conftestdata
1811 ac_cv_prog_LN_S="ln -s"
1812else
1813 ac_cv_prog_LN_S=ln
1814fi
1815fi
1816LN_S="$ac_cv_prog_LN_S"
1817if test "$ac_cv_prog_LN_S" = "ln -s"; then
1818 echo "$ac_t""yes" 1>&6
1819else
1820 echo "$ac_t""no" 1>&6
1821fi
1822
2f7bf5b7 1823echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
13b6e5b4 1824echo "configure:1825: checking how to recognise dependant libraries" >&5
2f7bf5b7
AO
1825if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1826 echo $ac_n "(cached) $ac_c" 1>&6
1827else
5f527203 1828 lt_cv_file_magic_cmd='$MAGIC_CMD'
2f7bf5b7
AO
1829lt_cv_file_magic_test_file=
1830lt_cv_deplibs_check_method='unknown'
1831# Need to set the preceding variable on all platforms that support
1832# interlibrary dependencies.
1833# 'none' -- dependencies not supported.
1834# `unknown' -- same as none, but documents that we really don't know.
1835# 'pass_all' -- all dependencies passed with no checks.
1836# 'test_compile' -- check by making test program.
1837# 'file_magic [regex]' -- check by looking for files in library path
1838# which responds to the $file_magic_cmd with a given egrep regex.
1839# If you have `file' or equivalent on your system and you're not sure
1840# whether `pass_all' will *always* work, you probably want this one.
1841
2d65a52e
AO
1842case $host_os in
1843aix*)
2f7bf5b7
AO
1844 lt_cv_deplibs_check_method=pass_all
1845 ;;
1846
1847beos*)
1848 lt_cv_deplibs_check_method=pass_all
1849 ;;
1850
1851bsdi4*)
2d65a52e
AO
1852 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1853 lt_cv_file_magic_cmd='/usr/bin/file -L'
2f7bf5b7
AO
1854 lt_cv_file_magic_test_file=/shlib/libc.so
1855 ;;
1856
5f527203 1857cygwin* | mingw* |pw32*)
2f7bf5b7 1858 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5f527203 1859 lt_cv_file_magic_cmd='$OBJDUMP -f'
2f7bf5b7
AO
1860 ;;
1861
2d65a52e
AO
1862darwin* | rhapsody*)
1863 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
1864 lt_cv_file_magic_cmd='/usr/bin/file -L'
1865 case "$host_os" in
1866 rhapsody* | darwin1.012)
1867 lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
1868 ;;
1869 *) # Darwin 1.3 on
1870 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
1871 ;;
1872 esac
1873 ;;
1874
2f7bf5b7
AO
1875freebsd* )
1876 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2d65a52e 1877 case $host_cpu in
2f7bf5b7
AO
1878 i*86 )
1879 # Not sure whether the presence of OpenBSD here was a mistake.
1880 # Let's accept both of them until this is cleared up.
2d65a52e
AO
1881 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1882 lt_cv_file_magic_cmd=/usr/bin/file
2f7bf5b7
AO
1883 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1884 ;;
1885 esac
1886 else
1887 lt_cv_deplibs_check_method=pass_all
1888 fi
1889 ;;
1890
1891gnu*)
1892 lt_cv_deplibs_check_method=pass_all
1893 ;;
1894
2d65a52e 1895hpux10.20*|hpux11*)
f5cc59a7
AO
1896 case $host_cpu in
1897 hppa*)
1898 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
1899 lt_cv_file_magic_cmd=/usr/bin/file
1900 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1901 ;;
1902 ia64*)
1903 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
1904 lt_cv_file_magic_cmd=/usr/bin/file
1905 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1906 ;;
1907 esac
2f7bf5b7
AO
1908 ;;
1909
1910irix5* | irix6*)
2d65a52e 1911 case $host_os in
2f7bf5b7
AO
1912 irix5*)
1913 # this will be overridden with pass_all, but let us keep it just in case
1914 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1915 ;;
1916 *)
2d65a52e 1917 case $LD in
2f7bf5b7
AO
1918 *-32|*"-32 ") libmagic=32-bit;;
1919 *-n32|*"-n32 ") libmagic=N32;;
1920 *-64|*"-64 ") libmagic=64-bit;;
1921 *) libmagic=never-match;;
1922 esac
1923 # this will be overridden with pass_all, but let us keep it just in case
2d65a52e
AO
1924 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1925 ;;
2f7bf5b7
AO
1926 esac
1927 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1928 lt_cv_deplibs_check_method=pass_all
1929 ;;
1930
1931# This must be Linux ELF.
1932linux-gnu*)
2d65a52e 1933 case $host_cpu in
33456445 1934 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
2f7bf5b7
AO
1935 lt_cv_deplibs_check_method=pass_all ;;
1936 *)
1937 # glibc up to 2.1.1 does not perform some relocations on ARM
2d65a52e
AO
1938 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1939 esac
2f7bf5b7
AO
1940 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1941 ;;
1942
1943netbsd*)
2d65a52e
AO
1944 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1945 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
2f7bf5b7 1946 else
2d65a52e 1947 lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
2f7bf5b7
AO
1948 fi
1949 ;;
1950
2d65a52e
AO
1951newsos6)
1952 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
1953 lt_cv_file_magic_cmd=/usr/bin/file
1954 lt_cv_file_magic_test_file=/usr/lib/libnls.so
1955 ;;
1956
2f7bf5b7
AO
1957osf3* | osf4* | osf5*)
1958 # this will be overridden with pass_all, but let us keep it just in case
1959 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1960 lt_cv_file_magic_test_file=/shlib/libc.so
1961 lt_cv_deplibs_check_method=pass_all
1962 ;;
66deb2be 1963
2f7bf5b7
AO
1964sco3.2v5*)
1965 lt_cv_deplibs_check_method=pass_all
1966 ;;
1967
1968solaris*)
1969 lt_cv_deplibs_check_method=pass_all
1970 lt_cv_file_magic_test_file=/lib/libc.so
1971 ;;
1972
33456445
AO
1973sysv5uw[78]* | sysv4*uw2*)
1974 lt_cv_deplibs_check_method=pass_all
1975 ;;
1976
2f7bf5b7 1977sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2d65a52e 1978 case $host_vendor in
2f7bf5b7
AO
1979 ncr)
1980 lt_cv_deplibs_check_method=pass_all
1981 ;;
1982 motorola)
2d65a52e
AO
1983 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]'
1984 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2f7bf5b7
AO
1985 ;;
1986 esac
1987 ;;
1988esac
1989
1990fi
1991
1992echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1993file_magic_cmd=$lt_cv_file_magic_cmd
1994deplibs_check_method=$lt_cv_deplibs_check_method
1995
1996echo $ac_n "checking for object suffix""... $ac_c" 1>&6
13b6e5b4 1997echo "configure:1998: checking for object suffix" >&5
2f7bf5b7
AO
1998if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1999 echo $ac_n "(cached) $ac_c" 1>&6
2000else
2001 rm -f conftest*
2002echo 'int i = 1;' > conftest.$ac_ext
13b6e5b4 2003if { (eval echo configure:2004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2f7bf5b7
AO
2004 for ac_file in conftest.*; do
2005 case $ac_file in
2006 *.c) ;;
2007 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
2008 esac
2009 done
2010else
2011 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
2012fi
2013rm -f conftest*
2014fi
2015
2016echo "$ac_t""$ac_cv_objext" 1>&6
2017OBJEXT=$ac_cv_objext
2018ac_objext=$ac_cv_objext
2019
2020# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
2021
2022# Only perform the check for file, if the check method requires it
2d65a52e 2023case $deplibs_check_method in
2f7bf5b7 2024file_magic*)
5f527203 2025 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
2f7bf5b7 2026 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
13b6e5b4 2027echo "configure:2028: checking for ${ac_tool_prefix}file" >&5
5f527203 2028if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2f7bf5b7
AO
2029 echo $ac_n "(cached) $ac_c" 1>&6
2030else
2d65a52e 2031 case $MAGIC_CMD in
2f7bf5b7 2032 /*)
5f527203 2033 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2f7bf5b7
AO
2034 ;;
2035 ?:/*)
5f527203 2036 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2f7bf5b7
AO
2037 ;;
2038 *)
5f527203 2039 ac_save_MAGIC_CMD="$MAGIC_CMD"
2f7bf5b7
AO
2040 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2041 ac_dummy="/usr/bin:$PATH"
2042 for ac_dir in $ac_dummy; do
2043 test -z "$ac_dir" && ac_dir=.
2044 if test -f $ac_dir/${ac_tool_prefix}file; then
5f527203 2045 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
2f7bf5b7 2046 if test -n "$file_magic_test_file"; then
2d65a52e 2047 case $deplibs_check_method in
2f7bf5b7
AO
2048 "file_magic "*)
2049 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5f527203 2050 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2f7bf5b7
AO
2051 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2052 egrep "$file_magic_regex" > /dev/null; then
2053 :
2054 else
2055 cat <<EOF 1>&2
2056
2057*** Warning: the command libtool uses to detect shared libraries,
2058*** $file_magic_cmd, produces output that libtool cannot recognize.
2059*** The result is that libtool may fail to recognize shared libraries
2060*** as such. This will affect the creation of libtool libraries that
2061*** depend on shared libraries, but programs linked with such libtool
2062*** libraries will work regardless of this problem. Nevertheless, you
2063*** may want to report the problem to your system manager and/or to
2064*** bug-libtool@gnu.org
2065
2066EOF
2067 fi ;;
2068 esac
2069 fi
2070 break
2071 fi
2072 done
2073 IFS="$ac_save_ifs"
5f527203 2074 MAGIC_CMD="$ac_save_MAGIC_CMD"
2f7bf5b7 2075 ;;
70635f1e 2076esac
2f7bf5b7
AO
2077fi
2078
5f527203
AO
2079MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2080if test -n "$MAGIC_CMD"; then
2081 echo "$ac_t""$MAGIC_CMD" 1>&6
2f7bf5b7
AO
2082else
2083 echo "$ac_t""no" 1>&6
2084fi
2085
5f527203 2086if test -z "$lt_cv_path_MAGIC_CMD"; then
2f7bf5b7
AO
2087 if test -n "$ac_tool_prefix"; then
2088 echo $ac_n "checking for file""... $ac_c" 1>&6
13b6e5b4 2089echo "configure:2090: checking for file" >&5
5f527203 2090if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2f7bf5b7
AO
2091 echo $ac_n "(cached) $ac_c" 1>&6
2092else
2d65a52e 2093 case $MAGIC_CMD in
2f7bf5b7 2094 /*)
5f527203 2095 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2f7bf5b7
AO
2096 ;;
2097 ?:/*)
5f527203 2098 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a dos path.
2f7bf5b7
AO
2099 ;;
2100 *)
5f527203 2101 ac_save_MAGIC_CMD="$MAGIC_CMD"
2f7bf5b7
AO
2102 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2103 ac_dummy="/usr/bin:$PATH"
2104 for ac_dir in $ac_dummy; do
2105 test -z "$ac_dir" && ac_dir=.
2106 if test -f $ac_dir/file; then
5f527203 2107 lt_cv_path_MAGIC_CMD="$ac_dir/file"
2f7bf5b7 2108 if test -n "$file_magic_test_file"; then
2d65a52e 2109 case $deplibs_check_method in
2f7bf5b7
AO
2110 "file_magic "*)
2111 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5f527203 2112 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2f7bf5b7
AO
2113 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2114 egrep "$file_magic_regex" > /dev/null; then
2115 :
2116 else
2117 cat <<EOF 1>&2
2118
2119*** Warning: the command libtool uses to detect shared libraries,
2120*** $file_magic_cmd, produces output that libtool cannot recognize.
2121*** The result is that libtool may fail to recognize shared libraries
2122*** as such. This will affect the creation of libtool libraries that
2123*** depend on shared libraries, but programs linked with such libtool
2124*** libraries will work regardless of this problem. Nevertheless, you
2125*** may want to report the problem to your system manager and/or to
2126*** bug-libtool@gnu.org
2127
2128EOF
2129 fi ;;
2130 esac
2131 fi
2132 break
2133 fi
2134 done
2135 IFS="$ac_save_ifs"
5f527203 2136 MAGIC_CMD="$ac_save_MAGIC_CMD"
2f7bf5b7
AO
2137 ;;
2138esac
2139fi
2140
5f527203
AO
2141MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2142if test -n "$MAGIC_CMD"; then
2143 echo "$ac_t""$MAGIC_CMD" 1>&6
2f7bf5b7
AO
2144else
2145 echo "$ac_t""no" 1>&6
2146fi
2147
2148 else
5f527203 2149 MAGIC_CMD=:
2f7bf5b7
AO
2150 fi
2151fi
2152
2153 fi
2154 ;;
2155esac
2156
2157# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2158set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2159echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 2160echo "configure:2161: checking for $ac_word" >&5
2f7bf5b7
AO
2161if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2162 echo $ac_n "(cached) $ac_c" 1>&6
2163else
2164 if test -n "$RANLIB"; then
2165 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2166else
2167 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2168 ac_dummy="$PATH"
2169 for ac_dir in $ac_dummy; do
2170 test -z "$ac_dir" && ac_dir=.
2171 if test -f $ac_dir/$ac_word; then
2172 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2173 break
2174 fi
2175 done
2176 IFS="$ac_save_ifs"
2177fi
2178fi
2179RANLIB="$ac_cv_prog_RANLIB"
2180if test -n "$RANLIB"; then
2181 echo "$ac_t""$RANLIB" 1>&6
2182else
2183 echo "$ac_t""no" 1>&6
2184fi
2185
2186
2187if test -z "$ac_cv_prog_RANLIB"; then
2188if test -n "$ac_tool_prefix"; then
2189 # Extract the first word of "ranlib", so it can be a program name with args.
2190set dummy ranlib; ac_word=$2
2191echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 2192echo "configure:2193: checking for $ac_word" >&5
2f7bf5b7
AO
2193if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2194 echo $ac_n "(cached) $ac_c" 1>&6
2195else
2196 if test -n "$RANLIB"; then
2197 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2198else
2199 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2200 ac_dummy="$PATH"
2201 for ac_dir in $ac_dummy; do
2202 test -z "$ac_dir" && ac_dir=.
2203 if test -f $ac_dir/$ac_word; then
2204 ac_cv_prog_RANLIB="ranlib"
2205 break
2206 fi
2207 done
2208 IFS="$ac_save_ifs"
2209 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2210fi
2211fi
2212RANLIB="$ac_cv_prog_RANLIB"
2213if test -n "$RANLIB"; then
2214 echo "$ac_t""$RANLIB" 1>&6
2215else
2216 echo "$ac_t""no" 1>&6
2217fi
2218
2219else
2220 RANLIB=":"
2221fi
2222fi
2223
2224# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2225set dummy ${ac_tool_prefix}strip; ac_word=$2
2226echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 2227echo "configure:2228: checking for $ac_word" >&5
2f7bf5b7
AO
2228if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2229 echo $ac_n "(cached) $ac_c" 1>&6
2230else
2231 if test -n "$STRIP"; then
2232 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2233else
2234 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2235 ac_dummy="$PATH"
2236 for ac_dir in $ac_dummy; do
2237 test -z "$ac_dir" && ac_dir=.
2238 if test -f $ac_dir/$ac_word; then
2239 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2240 break
2241 fi
2242 done
2243 IFS="$ac_save_ifs"
2244fi
2245fi
2246STRIP="$ac_cv_prog_STRIP"
2247if test -n "$STRIP"; then
2248 echo "$ac_t""$STRIP" 1>&6
2249else
2250 echo "$ac_t""no" 1>&6
2251fi
2252
2253
2254if test -z "$ac_cv_prog_STRIP"; then
2255if test -n "$ac_tool_prefix"; then
2256 # Extract the first word of "strip", so it can be a program name with args.
2257set dummy strip; ac_word=$2
2258echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
13b6e5b4 2259echo "configure:2260: checking for $ac_word" >&5
2f7bf5b7
AO
2260if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2261 echo $ac_n "(cached) $ac_c" 1>&6
2262else
2263 if test -n "$STRIP"; then
2264 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2265else
2266 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2267 ac_dummy="$PATH"
2268 for ac_dir in $ac_dummy; do
2269 test -z "$ac_dir" && ac_dir=.
2270 if test -f $ac_dir/$ac_word; then
2271 ac_cv_prog_STRIP="strip"
2272 break
2273 fi
2274 done
2275 IFS="$ac_save_ifs"
2276 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2277fi
2278fi
2279STRIP="$ac_cv_prog_STRIP"
2280if test -n "$STRIP"; then
2281 echo "$ac_t""$STRIP" 1>&6
2282else
2283 echo "$ac_t""no" 1>&6
2284fi
2285
2286else
2287 STRIP=":"
2288fi
2289fi
2290
70635f1e 2291
66deb2be 2292# Check for any special flags to pass to ltconfig.
115dabb8 2293libtool_flags="--cache-file=$cache_file"
66deb2be
TT
2294test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2295test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
115dabb8 2296test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2d65a52e
AO
2297test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
2298test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
66deb2be 2299
20bbd3cd
TT
2300
2301# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2302if test "${enable_libtool_lock+set}" = set; then
2303 enableval="$enable_libtool_lock"
2304 :
2305fi
2306
2307test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2308test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2309
2f7bf5b7
AO
2310# Check whether --with-pic or --without-pic was given.
2311if test "${with_pic+set}" = set; then
2312 withval="$with_pic"
2313 pic_mode="$withval"
2314else
2315 pic_mode=default
2316fi
2317
2318test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2319test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2320
66deb2be
TT
2321# Some flags need to be propagated to the compiler or linker for good
2322# libtool support.
2d65a52e 2323case $host in
66deb2be
TT
2324*-*-irix6*)
2325 # Find out which ABI we are using.
13b6e5b4
AO
2326 echo '#line 2327 "configure"' > conftest.$ac_ext
2327 if { (eval echo configure:2328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2d65a52e 2328 case `/usr/bin/file conftest.$ac_objext` in
66deb2be
TT
2329 *32-bit*)
2330 LD="${LD-ld} -32"
2331 ;;
2332 *N32*)
2333 LD="${LD-ld} -n32"
2334 ;;
2335 *64-bit*)
2336 LD="${LD-ld} -64"
2337 ;;
2338 esac
2339 fi
2340 rm -rf conftest*
2341 ;;
2342
f5cc59a7
AO
2343ia64-*-hpux*)
2344 # Find out which ABI we are using.
2345 echo 'int i;' > conftest.$ac_ext
13b6e5b4 2346 if { (eval echo configure:2347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
f5cc59a7
AO
2347 case "`/usr/bin/file conftest.o`" in
2348 *ELF-32*)
2349 HPUX_IA64_MODE="32"
2350 ;;
2351 *ELF-64*)
2352 HPUX_IA64_MODE="64"
2353 ;;
2354 esac
2355 fi
2356 rm -rf conftest*
2357 ;;
2358
13b6e5b4
AO
2359x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
2360 # Find out which ABI we are using.
2361 echo 'int i;' > conftest.$ac_ext
2362 if { (eval echo configure:2363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2363 case "`/usr/bin/file conftest.o`" in
2364 *32-bit*)
2365 case $host in
2366 x86_64-*linux*)
2367 LD="${LD-ld} -m elf_i386"
2368 ;;
2369 ppc64-*linux*)
2370 LD="${LD-ld} -m elf32ppclinux"
2371 ;;
2372 s390x-*linux*)
2373 LD="${LD-ld} -m elf_s390"
2374 ;;
2375 sparc64-*linux*)
2376 LD="${LD-ld} -m elf32_sparc"
2377 ;;
2378 esac
2379 ;;
2380 *64-bit*)
2381 case $host in
2382 x86_64-*linux*)
2383 LD="${LD-ld} -m elf_x86_64"
2384 ;;
2385 ppc*-*linux*|powerpc*-*linux*)
2386 LD="${LD-ld} -m elf64ppc"
2387 ;;
2388 s390*-*linux*)
2389 LD="${LD-ld} -m elf64_s390"
2390 ;;
2391 sparc*-*linux*)
2392 LD="${LD-ld} -m elf64_sparc"
2393 ;;
2394 esac
2395 ;;
2396 esac
2397 fi
2398 rm -rf conftest*
2399 ;;
2400
66deb2be
TT
2401*-*-sco3.2v5*)
2402 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
115dabb8 2403 SAVE_CFLAGS="$CFLAGS"
66deb2be 2404 CFLAGS="$CFLAGS -belf"
115dabb8 2405 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
13b6e5b4 2406echo "configure:2407: checking whether the C compiler needs -belf" >&5
115dabb8
TT
2407if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2408 echo $ac_n "(cached) $ac_c" 1>&6
2409else
2f7bf5b7
AO
2410
2411 ac_ext=c
2412# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2413ac_cpp='$CPP $CPPFLAGS'
2414ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2415ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2416cross_compiling=$ac_cv_prog_cc_cross
2417
2418 cat > conftest.$ac_ext <<EOF
13b6e5b4 2419#line 2420 "configure"
115dabb8
TT
2420#include "confdefs.h"
2421
2422int main() {
2423
2424; return 0; }
2425EOF
13b6e5b4 2426if { (eval echo configure:2427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
115dabb8
TT
2427 rm -rf conftest*
2428 lt_cv_cc_needs_belf=yes
2429else
2430 echo "configure: failed program was:" >&5
2431 cat conftest.$ac_ext >&5
2432 rm -rf conftest*
2433 lt_cv_cc_needs_belf=no
2434fi
2435rm -f conftest*
2f7bf5b7
AO
2436 ac_ext=c
2437# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2438ac_cpp='$CPP $CPPFLAGS'
2439ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2440ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2441cross_compiling=$ac_cv_prog_cc_cross
2442
115dabb8
TT
2443fi
2444
2445echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2446 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2447 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2448 CFLAGS="$SAVE_CFLAGS"
2449 fi
66deb2be
TT
2450 ;;
2451
66deb2be
TT
2452
2453esac
2454
2f7bf5b7 2455echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
13b6e5b4 2456echo "configure:2457: checking how to run the C++ preprocessor" >&5
2f7bf5b7
AO
2457if test -z "$CXXCPP"; then
2458if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2459 echo $ac_n "(cached) $ac_c" 1>&6
2460else
f5cc59a7 2461 ac_ext=C
2f7bf5b7
AO
2462# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2463ac_cpp='$CXXCPP $CPPFLAGS'
2464ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2465ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2466cross_compiling=$ac_cv_prog_cxx_cross
2467 CXXCPP="${CXX-g++} -E"
2468 cat > conftest.$ac_ext <<EOF
13b6e5b4 2469#line 2470 "configure"
2f7bf5b7
AO
2470#include "confdefs.h"
2471#include <stdlib.h>
2472EOF
2473ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
13b6e5b4 2474{ (eval echo configure:2475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2f7bf5b7
AO
2475ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2476if test -z "$ac_err"; then
2477 :
2478else
2479 echo "$ac_err" >&5
2480 echo "configure: failed program was:" >&5
2481 cat conftest.$ac_ext >&5
2482 rm -rf conftest*
2483 CXXCPP=/lib/cpp
2484fi
2485rm -f conftest*
2486 ac_cv_prog_CXXCPP="$CXXCPP"
f5cc59a7 2487ac_ext=c
2f7bf5b7
AO
2488# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2489ac_cpp='$CPP $CPPFLAGS'
2490ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2491ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2492cross_compiling=$ac_cv_prog_cc_cross
2493fi
2494fi
f5cc59a7 2495CXXCPP="$ac_cv_prog_CXXCPP"
2f7bf5b7
AO
2496echo "$ac_t""$CXXCPP" 1>&6
2497
115dabb8
TT
2498
2499# Save cache, so that ltconfig can load it
2500cat > confcache <<\EOF
2501# This file is a shell script that caches the results of configure
2502# tests run on this system so they can be shared between configure
2503# scripts and configure runs. It is not useful on other systems.
2504# If it contains results you don't want to keep, you may remove or edit it.
2505#
2506# By default, configure uses ./config.cache as the cache file,
2507# creating it if it does not exist already. You can give configure
2508# the --cache-file=FILE option to use a different cache file; that is
2509# what configure does when it calls configure scripts in
2510# subdirectories, so they share the cache.
2511# Giving --cache-file=/dev/null disables caching, for debugging configure.
2512# config.status only pays attention to the cache file if you give it the
2513# --recheck option to rerun configure.
2514#
2515EOF
2516# The following way of writing the cache mishandles newlines in values,
2517# but we know of no workaround that is simple, portable, and efficient.
2518# So, don't put newlines in cache variables' values.
2519# Ultrix sh set writes to stderr and can't be redirected directly,
2520# and sets the high bit in the cache file unless we assign to the vars.
2521(set) 2>&1 |
2522 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2523 *ac_space=\ *)
2524 # `set' does not quote correctly, so add quotes (double-quote substitution
2525 # turns \\\\ into \\, and sed turns \\ into \).
2526 sed -n \
2527 -e "s/'/'\\\\''/g" \
2528 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2529 ;;
2530 *)
2531 # `set' quotes correctly as required by POSIX, so do not add quotes.
2532 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2533 ;;
2534 esac >> confcache
2535if cmp -s $cache_file confcache; then
2536 :
2537else
2538 if test -w $cache_file; then
2539 echo "updating cache $cache_file"
2540 cat confcache > $cache_file
2541 else
2542 echo "not updating unwritable cache $cache_file"
2543 fi
2544fi
2545rm -f confcache
2546
2547
66deb2be 2548# Actually configure libtool. ac_aux_dir is where install-sh is found.
2f7bf5b7 2549AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
5f527203 2550MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2f7bf5b7
AO
2551LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2552AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2553objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2554deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
66deb2be 2555${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2f7bf5b7 2556$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
66deb2be
TT
2557|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2558
115dabb8
TT
2559# Reload cache, that may have been modified by ltconfig
2560if test -r "$cache_file"; then
2561 echo "loading cache $cache_file"
2562 . $cache_file
2563else
2564 echo "creating cache $cache_file"
2565 > $cache_file
2566fi
2567
2568
2569# This can be used to rebuild libtool when needed
2f7bf5b7 2570LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
115dabb8
TT
2571
2572# Always use our own libtool.
2573LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2574
66deb2be
TT
2575# Redirect the config.log output again, so that the ltconfig log is not
2576# clobbered by the next message.
2577exec 5>>./config.log
2578
2579
2f7bf5b7 2580
2f7bf5b7
AO
2581LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
2582lt_save_CC="$CC"
2583lt_save_CFLAGS="$CFLAGS"
2584AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
2d65a52e 2585MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2f7bf5b7
AO
2586LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2587AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2588objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2589deplibs_check_method="$deplibs_check_method" \
2590file_magic_cmd="$file_magic_cmd" \
2591${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
2592--build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
2593|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
2594CC="$lt_save_CC"
2595CFLAGS="$lt_save_CFLAGS"
2596
2597# Redirect the config.log output again, so that the ltconfig log is not
2598# clobbered by the next message.
2599exec 5>>./config.log
2600
2f7bf5b7
AO
2601
2602
2603
2604
5f527203 2605
2f7bf5b7 2606
1530be84
TT
2607# Check whether --with-target-subdir or --without-target-subdir was given.
2608if test "${with_target_subdir+set}" = set; then
2609 withval="$with_target_subdir"
2610 :
2611fi
2612
2613# Check whether --with-cross-host or --without-cross-host was given.
2614if test "${with_cross_host+set}" = set; then
2615 withval="$with_cross_host"
2616 :
2617fi
2618
2619
2620echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
13b6e5b4 2621echo "configure:2622: checking whether to enable maintainer-specific portions of Makefiles" >&5
1530be84
TT
2622 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2623if test "${enable_maintainer_mode+set}" = set; then
2624 enableval="$enable_maintainer_mode"
2625 USE_MAINTAINER_MODE=$enableval
2626else
2627 USE_MAINTAINER_MODE=no
2628fi
2629
2630 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
2631
2632
2633if test $USE_MAINTAINER_MODE = yes; then
2634 MAINTAINER_MODE_TRUE=
2635 MAINTAINER_MODE_FALSE='#'
2636else
2637 MAINTAINER_MODE_TRUE='#'
2638 MAINTAINER_MODE_FALSE=
2639fi
2640 MAINT=$MAINTAINER_MODE_TRUE
2641
2642
2643# automake wants to see AC_EXEEXT. But we don't need it. And having
2644# it is actually a problem, because the compiler we're passed can't
2645# necessarily do a full link. So we fool automake here.
01ef8751
AO
2646if false; then
2647 # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands
2648 # to nothing, so nothing would remain between `then' and `fi' if it
2649 # were not for the `:' below.
2650 :
2651
1530be84
TT
2652
2653echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
13b6e5b4 2654echo "configure:2655: checking for executable suffix" >&5
1530be84
TT
2655if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
2656 echo $ac_n "(cached) $ac_c" 1>&6
2657else
2658 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
2659 ac_cv_exeext=.exe
2660else
2661 rm -f conftest*
2662 echo 'int main () { return 0; }' > conftest.$ac_ext
2663 ac_cv_exeext=
13b6e5b4 2664 if { (eval echo configure:2665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1530be84
TT
2665 for file in conftest.*; do
2666 case $file in
13b6e5b4 2667 *.c | *.o | *.obj) ;;
1530be84
TT
2668 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
2669 esac
2670 done
2671 else
2672 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
2673 fi
2674 rm -f conftest*
2675 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
2676fi
2677fi
2678
2679EXEEXT=""
2680test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
2681echo "$ac_t""${ac_cv_exeext}" 1>&6
2682ac_exeext=$EXEEXT
2683
2684fi
2685
0ff95153 2686echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
13b6e5b4 2687echo "configure:2688: checking for thread model used by GCC" >&5
0ff95153
TT
2688THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
2689if test -z "$THREADS"; then
2690 THREADS=no
5a2586cf 2691fi
0ff95153 2692echo "$ac_t""$THREADS" 1>&6
5a2586cf
TT
2693
2694# Check whether --enable-parallel-mark or --disable-parallel-mark was given.
2695if test "${enable_parallel_mark+set}" = set; then
2696 enableval="$enable_parallel_mark"
2697 case "$THREADS" in
2698 no | none | single)
2699 { echo "configure: error: Parallel mark requires --enable-threads=x spec" 1>&2; exit 1; }
2700 ;;
2701 esac
2702
2703fi
2704
1530be84 2705
9110a741 2706INCLUDES=-I${srcdir}/include
e301621d 2707THREADLIBS=
1530be84
TT
2708case "$THREADS" in
2709 no | none | single)
2710 THREADS=none
2711 ;;
2712 posix | pthreads)
2713 THREADS=posix
62aa6b06 2714 THREADLIBS=-lpthread
1530be84 2715 case "$host" in
48528b67 2716 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
5a2586cf
TT
2717 cat >> confdefs.h <<\EOF
2718#define GC_LINUX_THREADS 1
2719EOF
2720
2721 cat >> confdefs.h <<\EOF
2722#define _REENTRANT 1
2723EOF
2724
2725 if test "${enable_parallel_mark}"; then
2726 cat >> confdefs.h <<\EOF
2727#define PARALLEL_MARK 1
2728EOF
2729
2730 fi
2731 cat >> confdefs.h <<\EOF
2732#define THREAD_LOCAL_ALLOC 1
2733EOF
2734
2735 ;;
1530be84
TT
2736 *-*-linux*)
2737 cat >> confdefs.h <<\EOF
5a2586cf 2738#define GC_LINUX_THREADS 1
1530be84
TT
2739EOF
2740
2741 cat >> confdefs.h <<\EOF
2742#define _REENTRANT 1
2743EOF
2744
5a2586cf
TT
2745 ;;
2746 *-*-hpux*)
2747 echo "configure: warning: "Only HP/UX 11 threads are supported."" 1>&2
2748 cat >> confdefs.h <<\EOF
2749#define GC_HPUX_THREADS 1
2750EOF
2751
2752 cat >> confdefs.h <<\EOF
2753#define _POSIX_C_SOURCE 199506L
2754EOF
2755
2756 if test "${enable_parallel_mark}" = yes; then
2757 cat >> confdefs.h <<\EOF
2758#define PARALLEL_MARK 1
2759EOF
2760
2761 fi
2762 cat >> confdefs.h <<\EOF
2763#define THREAD_LOCAL_ALLOC 1
2764EOF
2765
2766 THREADLIBS="-lpthread -lrt"
1530be84 2767 ;;
62aa6b06 2768 *-*-freebsd*)
79f777fd 2769 echo "configure: warning: "FreeBSD does not yet fully support threads with Boehm GC."" 1>&2
62aa6b06 2770 cat >> confdefs.h <<\EOF
4c7726b1 2771#define GC_FREEBSD_THREADS 1
62aa6b06
LR
2772EOF
2773
9110a741 2774 INCLUDES="$INCLUDES -pthread"
62aa6b06
LR
2775 THREADLIBS=-pthread
2776 ;;
1530be84
TT
2777 *-*-solaris*)
2778 cat >> confdefs.h <<\EOF
5a2586cf 2779#define GC_SOLARIS_THREADS 1
1530be84
TT
2780EOF
2781
2782 cat >> confdefs.h <<\EOF
5a2586cf 2783#define GC_SOLARIS_PTHREADS 1
14caa62f
GZ
2784EOF
2785
2786 ;;
2787 *-*-irix*)
2788 cat >> confdefs.h <<\EOF
5a2586cf 2789#define GC_IRIX_THREADS 1
1530be84
TT
2790EOF
2791
a2d6e915
DB
2792 ;;
2793 *-*-cygwin*)
2794 THREADLIBS=
1530be84
TT
2795 ;;
2796 esac
2797 ;;
df61a3d2
AM
2798 win32)
2799 cat >> confdefs.h <<\EOF
2800#define GC_WIN32_THREADS 1
512e32d2
AG
2801EOF
2802
2803 cat >> confdefs.h <<\EOF
2804#define NO_GETENV 1
df61a3d2
AM
2805EOF
2806
2807 ;;
2808 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
1530be84
TT
2809 { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
2810 ;;
2811 *)
2812 { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
2813 ;;
2814esac
1530be84 2815
20bbd3cd 2816
f2beb7ef 2817echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
13b6e5b4 2818echo "configure:2819: checking for dlopen in -ldl" >&5
f2beb7ef
APB
2819ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
2820if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2821 echo $ac_n "(cached) $ac_c" 1>&6
2822else
2823 ac_save_LIBS="$LIBS"
2824LIBS="-ldl $LIBS"
2825cat > conftest.$ac_ext <<EOF
13b6e5b4 2826#line 2827 "configure"
f2beb7ef
APB
2827#include "confdefs.h"
2828/* Override any gcc2 internal prototype to avoid an error. */
2829/* We use char because int might match the return type of a gcc2
2830 builtin and then its argument prototype would still apply. */
2831char dlopen();
2832
2833int main() {
2834dlopen()
2835; return 0; }
2836EOF
13b6e5b4 2837if { (eval echo configure:2838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
f2beb7ef
APB
2838 rm -rf conftest*
2839 eval "ac_cv_lib_$ac_lib_var=yes"
2840else
2841 echo "configure: failed program was:" >&5
2842 cat conftest.$ac_ext >&5
2843 rm -rf conftest*
2844 eval "ac_cv_lib_$ac_lib_var=no"
2845fi
2846rm -f conftest*
2847LIBS="$ac_save_LIBS"
2848
2849fi
2850if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2851 echo "$ac_t""yes" 1>&6
2852 EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl"
2853else
2854 echo "$ac_t""no" 1>&6
2855fi
2856
2857
2858
5a2586cf 2859target_all=libgcjgc.la
1530be84
TT
2860
2861
f28c857f 2862
1530be84
TT
2863TARGET_ECOS="no"
2864# Check whether --with-ecos or --without-ecos was given.
2865if test "${with_ecos+set}" = set; then
2866 withval="$with_ecos"
2867 TARGET_ECOS="$with_ecos"
2868
2869fi
2870
2871
2872addobjs=
2873CXXINCLUDES=
2874case "$TARGET_ECOS" in
2875 no)
2876 ;;
2877 *)
2878 cat >> confdefs.h <<\EOF
2879#define ECOS 1
2880EOF
2881
2882 CXXINCLUDES="-I${TARGET_ECOS}/include"
66deb2be 2883 addobjs="$addobjs ecos.lo"
1530be84
TT
2884 ;;
2885esac
2886
2887
2888
2889
2890
2891machdep=
2892case "$host" in
adb60117
RH
2893 alpha*-*-openbsd*)
2894 machdep="alpha_mach_dep.lo"
4c7726b1
BM
2895 if test x"${ac_cv_lib_dl_dlopen}" != xyes ; then
2896 echo "configure: warning: OpenBSD/Alpha without dlopen(). Shared library support is disabled" 1>&2
2897 # Check whether --enable-shared or --disable-shared was given.
2898if test "${enable_shared+set}" = set; then
2899 enableval="$enable_shared"
2900 p=${PACKAGE-default}
2901case $enableval in
2902yes) enable_shared=yes ;;
2903no) enable_shared=no ;;
2904*)
2905 enable_shared=no
2906 # Look at the argument we got. We use all the common list separators.
2907 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
2908 for pkg in $enableval; do
2909 if test "X$pkg" = "X$p"; then
2910 enable_shared=yes
2911 fi
2912 done
2913 IFS="$ac_save_ifs"
2914 ;;
2915esac
2916else
2917 enable_shared=no
2918fi
2919
2920 fi
adb60117
RH
2921 ;;
2922 alpha*-*-*)
2923 machdep="alpha_mach_dep.lo"
2924 ;;
2925 i?86-*-solaris2.[89]*)
2926 cat >> confdefs.h <<\EOF
2927#define SOLARIS25_PROC_VDB_BUG_FIXED 1
2928EOF
2929
f6823cb5 2930 ;;
1530be84 2931 mipstx39-*-elf*)
66deb2be 2932 machdep="mips_ultrix_mach_dep.lo"
1530be84
TT
2933 cat >> confdefs.h <<\EOF
2934#define STACKBASE __stackbase
2935EOF
2936
2937 cat >> confdefs.h <<\EOF
2938#define DATASTART_IS_ETEXT 1
2939EOF
2940
2941 ;;
276836f0
RO
2942 mips-dec-ultrix*)
2943 machdep="mips_ultrix_mach-dep.lo"
2944 ;;
5316699d
L
2945 mips*-*-linux*)
2946 ;;
276836f0
RO
2947 mips-*-*)
2948 machdep="mips_sgi_mach_dep.lo"
2949 cat >> confdefs.h <<\EOF
2950#define NO_EXECUTE_PERMISSION 1
2951EOF
2952
d42058b1 2953 ;;
1530be84 2954 sparc-sun-solaris2.3*)
79f777fd 2955 machdep="sparc_mach_dep.lo"
1530be84
TT
2956 cat >> confdefs.h <<\EOF
2957#define SUNOS53_SHARED_LIB 1
2958EOF
2959
4c7726b1 2960 ;;
79f777fd
BM
2961 sparc-sun-solaris2.*)
2962 machdep="sparc_mach_dep.lo"
2963 ;;
2964 ia64-*-*)
4c7726b1 2965 machdep="mach_dep.lo ia64_save_regs_in_stack.lo"
1530be84
TT
2966 ;;
2967esac
2968if test x"$machdep" = x; then
66deb2be 2969 machdep="mach_dep.lo"
1530be84
TT
2970fi
2971addobjs="$addobjs $machdep"
2972
2973
2974case "$host" in
2975 sparc-sun-solaris2*)
2976 if test "$GCC" = yes; then
2977 new_CFLAGS=
2978 for i in $CFLAGS; do
2979 case "$i" in
2980 -O*)
2981 ;;
2982 *)
2983 new_CFLAGS="$new_CFLAGS $i"
2984 ;;
2985 esac
2986 done
2987 CFLAGS="$new_CFLAGS"
2988 fi
2989 ;;
2990esac
2991
2992MY_CFLAGS="$CFLAGS"
2993
2994
2995cat >> confdefs.h <<\EOF
2996#define SILENT 1
2997EOF
2998
2999cat >> confdefs.h <<\EOF
3000#define NO_SIGNALS 1
3001EOF
3002
5a2586cf
TT
3003cat >> confdefs.h <<\EOF
3004#define NO_EXECUTE_PERMISSION 1
3005EOF
3006
3007cat >> confdefs.h <<\EOF
3008#define ALL_INTERIOR_POINTERS 1
3009EOF
3010
3011
1530be84 3012cat >> confdefs.h <<\EOF
0476f098 3013#define JAVA_FINALIZATION 1
1530be84
TT
3014EOF
3015
3016cat >> confdefs.h <<\EOF
0476f098 3017#define GC_GCJ_SUPPORT 1
1530be84
TT
3018EOF
3019
5a2586cf
TT
3020cat >> confdefs.h <<\EOF
3021#define ATOMIC_UNCOLLECTABLE 1
3022EOF
3023
1530be84 3024
1530be84
TT
3025if test -n "${with_cross_host}"; then
3026 cat >> confdefs.h <<\EOF
3027#define NO_SIGSET 1
0476f098
BM
3028EOF
3029
3030 cat >> confdefs.h <<\EOF
3031#define NO_DEBUGGING 1
1530be84
TT
3032EOF
3033
3034fi
3035
5a2586cf
TT
3036# Check whether --enable-full-debug or --disable-full-debug was given.
3037if test "${enable_full_debug+set}" = set; then
3038 enableval="$enable_full_debug"
3039 if test "$enable_full_debug" = "yes"; then
3040 echo "configure: warning: "Must define GC_DEBUG and use debug alloc. in clients."" 1>&2
3041 cat >> confdefs.h <<\EOF
3042#define KEEP_BACK_PTRS 1
3043EOF
3044
3045 cat >> confdefs.h <<\EOF
3046#define DBG_HDRS_ALL 1
3047EOF
3048
3049 case $host in
79f777fd
BM
3050 ia64-*-linux* )
3051 cat >> confdefs.h <<\EOF
3052#define MAKE_BACK_GRAPH 1
3053EOF
3054
3055 ;;
48528b67 3056 x86-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
79f777fd
BM
3057 cat >> confdefs.h <<\EOF
3058#define MAKE_BACK_GRAPH 1
3059EOF
3060
5a2586cf
TT
3061 echo "configure: warning: "Client must not use -fomit-frame-pointer."" 1>&2
3062 cat >> confdefs.h <<\EOF
3063#define SAVE_CALL_COUNT 8
3064EOF
3065
3066 ;;
3067 esac
3068 fi
3069fi
3070
3071
13b6e5b4
AO
3072if test -n "$with_cross_host" &&
3073 test x"$with_cross_host" != x"no"; then
3074 toolexecdir='$(exec_prefix)/$(target_alias)'
3075 toolexeclibdir='$(toolexecdir)/lib'
b48ed568 3076else
13b6e5b4
AO
3077 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3078 toolexeclibdir='$(libdir)'
b48ed568 3079fi
13b6e5b4
AO
3080toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory`
3081
3082
b48ed568 3083
1530be84
TT
3084if test "${multilib}" = "yes"; then
3085 multilib_arg="--enable-multilib"
3086else
3087 multilib_arg=
3088fi
3089
3090trap '' 1 2 15
3091cat > confcache <<\EOF
3092# This file is a shell script that caches the results of configure
3093# tests run on this system so they can be shared between configure
3094# scripts and configure runs. It is not useful on other systems.
3095# If it contains results you don't want to keep, you may remove or edit it.
3096#
3097# By default, configure uses ./config.cache as the cache file,
3098# creating it if it does not exist already. You can give configure
3099# the --cache-file=FILE option to use a different cache file; that is
3100# what configure does when it calls configure scripts in
3101# subdirectories, so they share the cache.
3102# Giving --cache-file=/dev/null disables caching, for debugging configure.
3103# config.status only pays attention to the cache file if you give it the
3104# --recheck option to rerun configure.
3105#
3106EOF
3107# The following way of writing the cache mishandles newlines in values,
3108# but we know of no workaround that is simple, portable, and efficient.
3109# So, don't put newlines in cache variables' values.
3110# Ultrix sh set writes to stderr and can't be redirected directly,
3111# and sets the high bit in the cache file unless we assign to the vars.
3112(set) 2>&1 |
3113 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3114 *ac_space=\ *)
3115 # `set' does not quote correctly, so add quotes (double-quote substitution
3116 # turns \\\\ into \\, and sed turns \\ into \).
3117 sed -n \
3118 -e "s/'/'\\\\''/g" \
3119 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3120 ;;
3121 *)
3122 # `set' quotes correctly as required by POSIX, so do not add quotes.
3123 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3124 ;;
3125 esac >> confcache
3126if cmp -s $cache_file confcache; then
3127 :
3128else
3129 if test -w $cache_file; then
3130 echo "updating cache $cache_file"
3131 cat confcache > $cache_file
3132 else
3133 echo "not updating unwritable cache $cache_file"
3134 fi
3135fi
3136rm -f confcache
3137
3138trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3139
3140test "x$prefix" = xNONE && prefix=$ac_default_prefix
3141# Let make expand exec_prefix.
3142test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3143
3144# Any assignment to VPATH causes Sun make to only execute
3145# the first set of double-colon rules, so remove it if not needed.
3146# If there is a colon in the path, we need to keep it.
3147if test "x$srcdir" = x.; then
3148 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
3149fi
3150
3151trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3152
3153# Transform confdefs.h into DEFS.
3154# Protect against shell expansion while executing Makefile rules.
3155# Protect against Makefile macro expansion.
13b6e5b4
AO
3156#
3157# If the first sed substitution is executed (which looks for macros that
3158# take arguments), then we branch to the quote section. Otherwise,
3159# look for a macro that doesn't take arguments.
3160cat >confdef2opt.sed <<\_ACEOF
3161t clear
3162: clear
3163s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
3164t quote
3165s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
3166t quote
3167d
3168: quote
3169s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
3170s,\[,\\&,g
3171s,\],\\&,g
3172s,\$,$$,g
3173p
3174_ACEOF
3175# We use echo to avoid assuming a particular line-breaking character.
3176# The extra dot is to prevent the shell from consuming trailing
3177# line-breaks from the sub-command output. A line-break within
3178# single-quotes doesn't work because, if this script is created in a
3179# platform that uses two characters for line-breaks (e.g., DOS), tr
3180# would break.
3181ac_LF_and_DOT=`echo; echo .`
3182DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
3183rm -f confdef2opt.sed
1530be84
TT
3184
3185
3186# Without the "./", some shells look in PATH for config.status.
3187: ${CONFIG_STATUS=./config.status}
3188
3189echo creating $CONFIG_STATUS
3190rm -f $CONFIG_STATUS
3191cat > $CONFIG_STATUS <<EOF
3192#! /bin/sh
3193# Generated automatically by configure.
3194# Run this file to recreate the current configuration.
3195# This directory was configured as follows,
3196# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3197#
3198# $0 $ac_configure_args
3199#
3200# Compiler output produced by configure, useful for debugging
3201# configure, is in ./config.log if it exists.
3202
3203ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3204for ac_option
3205do
3206 case "\$ac_option" in
3207 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3208 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3209 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3210 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3211 echo "$CONFIG_STATUS generated by autoconf version 2.13"
3212 exit 0 ;;
3213 -help | --help | --hel | --he | --h)
3214 echo "\$ac_cs_usage"; exit 0 ;;
3215 *) echo "\$ac_cs_usage"; exit 1 ;;
3216 esac
3217done
3218
3219ac_given_srcdir=$srcdir
3220ac_given_INSTALL="$INSTALL"
3221
1a8a749c 3222trap 'rm -fr `echo "Makefile include/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1530be84
TT
3223EOF
3224cat >> $CONFIG_STATUS <<EOF
3225
3226# Protect against being on the right side of a sed subst in config.status.
3227sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3228 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3229$ac_vpsub
3230$extrasub
3231s%@SHELL@%$SHELL%g
3232s%@CFLAGS@%$CFLAGS%g
3233s%@CPPFLAGS@%$CPPFLAGS%g
3234s%@CXXFLAGS@%$CXXFLAGS%g
3235s%@FFLAGS@%$FFLAGS%g
3236s%@DEFS@%$DEFS%g
3237s%@LDFLAGS@%$LDFLAGS%g
3238s%@LIBS@%$LIBS%g
3239s%@exec_prefix@%$exec_prefix%g
3240s%@prefix@%$prefix%g
3241s%@program_transform_name@%$program_transform_name%g
3242s%@bindir@%$bindir%g
3243s%@sbindir@%$sbindir%g
3244s%@libexecdir@%$libexecdir%g
3245s%@datadir@%$datadir%g
3246s%@sysconfdir@%$sysconfdir%g
3247s%@sharedstatedir@%$sharedstatedir%g
3248s%@localstatedir@%$localstatedir%g
3249s%@libdir@%$libdir%g
3250s%@includedir@%$includedir%g
3251s%@oldincludedir@%$oldincludedir%g
3252s%@infodir@%$infodir%g
3253s%@mandir@%$mandir%g
5a2586cf 3254s%@gc_basedir@%$gc_basedir%g
1530be84
TT
3255s%@host@%$host%g
3256s%@host_alias@%$host_alias%g
3257s%@host_cpu@%$host_cpu%g
3258s%@host_vendor@%$host_vendor%g
3259s%@host_os@%$host_os%g
3260s%@target@%$target%g
3261s%@target_alias@%$target_alias%g
3262s%@target_cpu@%$target_cpu%g
3263s%@target_vendor@%$target_vendor%g
3264s%@target_os@%$target_os%g
3265s%@build@%$build%g
3266s%@build_alias@%$build_alias%g
3267s%@build_cpu@%$build_cpu%g
3268s%@build_vendor@%$build_vendor%g
3269s%@build_os@%$build_os%g
57b74bf9 3270s%@mkinstalldirs@%$mkinstalldirs%g
1530be84
TT
3271s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3272s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3273s%@INSTALL_DATA@%$INSTALL_DATA%g
3274s%@PACKAGE@%$PACKAGE%g
3275s%@VERSION@%$VERSION%g
3276s%@ACLOCAL@%$ACLOCAL%g
3277s%@AUTOCONF@%$AUTOCONF%g
3278s%@AUTOMAKE@%$AUTOMAKE%g
3279s%@AUTOHEADER@%$AUTOHEADER%g
3280s%@MAKEINFO@%$MAKEINFO%g
3281s%@SET_MAKE@%$SET_MAKE%g
3282s%@CC@%$CC%g
3283s%@CXX@%$CXX%g
3284s%@AS@%$AS%g
3285s%@AR@%$AR%g
3286s%@RANLIB@%$RANLIB%g
3287s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
3288s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
3289s%@MAINT@%$MAINT%g
3290s%@EXEEXT@%$EXEEXT%g
5a2586cf 3291s%@GC_CFLAGS@%$GC_CFLAGS%g
66deb2be 3292s%@LN_S@%$LN_S%g
2f7bf5b7
AO
3293s%@OBJEXT@%$OBJEXT%g
3294s%@STRIP@%$STRIP%g
115dabb8 3295s%@LIBTOOL@%$LIBTOOL%g
2f7bf5b7 3296s%@CXXCPP@%$CXXCPP%g
e301621d 3297s%@THREADLIBS@%$THREADLIBS%g
f2beb7ef 3298s%@EXTRA_TEST_LIBS@%$EXTRA_TEST_LIBS%g
1530be84
TT
3299s%@target_all@%$target_all%g
3300s%@INCLUDES@%$INCLUDES%g
3301s%@CXXINCLUDES@%$CXXINCLUDES%g
3302s%@addobjs@%$addobjs%g
3303s%@MY_CFLAGS@%$MY_CFLAGS%g
13b6e5b4
AO
3304s%@toolexecdir@%$toolexecdir%g
3305s%@toolexeclibdir@%$toolexeclibdir%g
1530be84
TT
3306
3307CEOF
3308EOF
3309
3310cat >> $CONFIG_STATUS <<\EOF
3311
3312# Split the substitutions into bite-sized pieces for seds with
3313# small command number limits, like on Digital OSF/1 and HP-UX.
3314ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3315ac_file=1 # Number of current file.
3316ac_beg=1 # First line for current file.
3317ac_end=$ac_max_sed_cmds # Line after last line for current file.
3318ac_more_lines=:
3319ac_sed_cmds=""
3320while $ac_more_lines; do
3321 if test $ac_beg -gt 1; then
3322 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3323 else
3324 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3325 fi
3326 if test ! -s conftest.s$ac_file; then
3327 ac_more_lines=false
3328 rm -f conftest.s$ac_file
3329 else
3330 if test -z "$ac_sed_cmds"; then
3331 ac_sed_cmds="sed -f conftest.s$ac_file"
3332 else
3333 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3334 fi
3335 ac_file=`expr $ac_file + 1`
3336 ac_beg=$ac_end
3337 ac_end=`expr $ac_end + $ac_max_sed_cmds`
3338 fi
3339done
3340if test -z "$ac_sed_cmds"; then
3341 ac_sed_cmds=cat
3342fi
3343EOF
3344
3345cat >> $CONFIG_STATUS <<EOF
3346
1a8a749c 3347CONFIG_FILES=\${CONFIG_FILES-"Makefile include/Makefile"}
1530be84
TT
3348EOF
3349cat >> $CONFIG_STATUS <<\EOF
3350for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3351 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3352 case "$ac_file" in
3353 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3354 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3355 *) ac_file_in="${ac_file}.in" ;;
3356 esac
3357
3358 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3359
3360 # Remove last slash and all that follows it. Not all systems have dirname.
3361 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3362 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3363 # The file is in a subdirectory.
3364 test ! -d "$ac_dir" && mkdir "$ac_dir"
3365 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3366 # A "../" for each directory in $ac_dir_suffix.
3367 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3368 else
3369 ac_dir_suffix= ac_dots=
3370 fi
3371
3372 case "$ac_given_srcdir" in
3373 .) srcdir=.
3374 if test -z "$ac_dots"; then top_srcdir=.
3375 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3376 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3377 *) # Relative path.
3378 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3379 top_srcdir="$ac_dots$ac_given_srcdir" ;;
3380 esac
3381
3382 case "$ac_given_INSTALL" in
3383 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3384 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3385 esac
3386
3387 echo creating "$ac_file"
3388 rm -f "$ac_file"
3389 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3390 case "$ac_file" in
3391 *Makefile*) ac_comsub="1i\\
3392# $configure_input" ;;
3393 *) ac_comsub= ;;
3394 esac
3395
3396 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3397 sed -e "$ac_comsub
3398s%@configure_input@%$configure_input%g
3399s%@srcdir@%$srcdir%g
3400s%@top_srcdir@%$top_srcdir%g
3401s%@INSTALL@%$INSTALL%g
3402" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3403fi; done
3404rm -f conftest.s*
3405
1530be84
TT
3406EOF
3407cat >> $CONFIG_STATUS <<EOF
3408srcdir=${srcdir}
3409host=${host}
3410target=${target}
3411with_multisubdir=${with_multisubdir}
3412ac_configure_args="${multilib_arg} ${ac_configure_args}"
3413CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
5a2586cf 3414gc_basedir=${gc_basedir}
1530be84
TT
3415CC="${CC}"
3416DEFS="$DEFS"
3417
3418EOF
3419cat >> $CONFIG_STATUS <<\EOF
3420
3421echo "$DEFS" > boehm-cflags
3422
3423if test -n "$CONFIG_FILES"; then
6706f116 3424 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
5a2586cf 3425 ac_file=Makefile . ${gc_basedir}/../config-ml.in
1530be84
TT
3426fi
3427exit 0
3428EOF
3429chmod +x $CONFIG_STATUS
3430rm -fr confdefs* $ac_clean_files
3431test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3432