]> git.ipfire.org Git - thirdparty/gcc.git/blob - libobjc/configure
Create a config.h file. Check for <sched.h>.
[thirdparty/gcc.git] / libobjc / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --enable-shared[=PKGS] build shared libraries [default=no]"
16 ac_help="$ac_help
17 --enable-static[=PKGS] build static libraries [default=yes]"
18 ac_help="$ac_help
19 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
20 ac_help="$ac_help
21 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
22 ac_help="$ac_help
23 --disable-libtool-lock avoid locking (might break parallel builds)"
24 ac_help="$ac_help
25 --with-pic try to use only PIC/non-PIC objects [default=use both]"
26 ac_help="$ac_help
27 --enable-objc-gc enable the use of Boehm's garbage collector with
28 the GNU Objective-C runtime."
29
30 # Initialize some variables set by options.
31 # The variables have the same names as the options, with
32 # dashes changed to underlines.
33 build=NONE
34 cache_file=./config.cache
35 exec_prefix=NONE
36 host=NONE
37 no_create=
38 nonopt=NONE
39 no_recursion=
40 prefix=NONE
41 program_prefix=NONE
42 program_suffix=NONE
43 program_transform_name=s,x,x,
44 silent=
45 site=
46 srcdir=
47 target=NONE
48 verbose=
49 x_includes=NONE
50 x_libraries=NONE
51 bindir='${exec_prefix}/bin'
52 sbindir='${exec_prefix}/sbin'
53 libexecdir='${exec_prefix}/libexec'
54 datadir='${prefix}/share'
55 sysconfdir='${prefix}/etc'
56 sharedstatedir='${prefix}/com'
57 localstatedir='${prefix}/var'
58 libdir='${exec_prefix}/lib'
59 includedir='${prefix}/include'
60 oldincludedir='/usr/include'
61 infodir='${prefix}/info'
62 mandir='${prefix}/man'
63
64 # Initialize some other variables.
65 subdirs=
66 MFLAGS= MAKEFLAGS=
67 SHELL=${CONFIG_SHELL-/bin/sh}
68 # Maximum number of lines to put in a shell here document.
69 ac_max_here_lines=12
70
71 ac_prev=
72 for ac_option
73 do
74
75 # If the previous option needs an argument, assign it.
76 if test -n "$ac_prev"; then
77 eval "$ac_prev=\$ac_option"
78 ac_prev=
79 continue
80 fi
81
82 case "$ac_option" in
83 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
84 *) ac_optarg= ;;
85 esac
86
87 # Accept the important Cygnus configure options, so we can diagnose typos.
88
89 case "$ac_option" in
90
91 -bindir | --bindir | --bindi | --bind | --bin | --bi)
92 ac_prev=bindir ;;
93 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
94 bindir="$ac_optarg" ;;
95
96 -build | --build | --buil | --bui | --bu)
97 ac_prev=build ;;
98 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
99 build="$ac_optarg" ;;
100
101 -cache-file | --cache-file | --cache-fil | --cache-fi \
102 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
103 ac_prev=cache_file ;;
104 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
105 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
106 cache_file="$ac_optarg" ;;
107
108 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
109 ac_prev=datadir ;;
110 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
111 | --da=*)
112 datadir="$ac_optarg" ;;
113
114 -disable-* | --disable-*)
115 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
116 # Reject names that are not valid shell variable names.
117 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
119 fi
120 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
121 eval "enable_${ac_feature}=no" ;;
122
123 -enable-* | --enable-*)
124 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
125 # Reject names that are not valid shell variable names.
126 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
127 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
128 fi
129 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
130 case "$ac_option" in
131 *=*) ;;
132 *) ac_optarg=yes ;;
133 esac
134 eval "enable_${ac_feature}='$ac_optarg'" ;;
135
136 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
137 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
138 | --exec | --exe | --ex)
139 ac_prev=exec_prefix ;;
140 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
141 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
142 | --exec=* | --exe=* | --ex=*)
143 exec_prefix="$ac_optarg" ;;
144
145 -gas | --gas | --ga | --g)
146 # Obsolete; use --with-gas.
147 with_gas=yes ;;
148
149 -help | --help | --hel | --he)
150 # Omit some internal or obsolete options to make the list less imposing.
151 # This message is too long to be a string in the A/UX 3.1 sh.
152 cat << EOF
153 Usage: configure [options] [host]
154 Options: [defaults in brackets after descriptions]
155 Configuration:
156 --cache-file=FILE cache test results in FILE
157 --help print this message
158 --no-create do not create output files
159 --quiet, --silent do not print \`checking...' messages
160 --version print the version of autoconf that created configure
161 Directory and file names:
162 --prefix=PREFIX install architecture-independent files in PREFIX
163 [$ac_default_prefix]
164 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
165 [same as prefix]
166 --bindir=DIR user executables in DIR [EPREFIX/bin]
167 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
168 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
169 --datadir=DIR read-only architecture-independent data in DIR
170 [PREFIX/share]
171 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
172 --sharedstatedir=DIR modifiable architecture-independent data in DIR
173 [PREFIX/com]
174 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
175 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
176 --includedir=DIR C header files in DIR [PREFIX/include]
177 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
178 --infodir=DIR info documentation in DIR [PREFIX/info]
179 --mandir=DIR man documentation in DIR [PREFIX/man]
180 --srcdir=DIR find the sources in DIR [configure dir or ..]
181 --program-prefix=PREFIX prepend PREFIX to installed program names
182 --program-suffix=SUFFIX append SUFFIX to installed program names
183 --program-transform-name=PROGRAM
184 run sed PROGRAM on installed program names
185 EOF
186 cat << EOF
187 Host type:
188 --build=BUILD configure for building on BUILD [BUILD=HOST]
189 --host=HOST configure for HOST [guessed]
190 --target=TARGET configure for TARGET [TARGET=HOST]
191 Features and packages:
192 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
193 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
194 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
195 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
196 --x-includes=DIR X include files are in DIR
197 --x-libraries=DIR X library files are in DIR
198 EOF
199 if test -n "$ac_help"; then
200 echo "--enable and --with options recognized:$ac_help"
201 fi
202 exit 0 ;;
203
204 -host | --host | --hos | --ho)
205 ac_prev=host ;;
206 -host=* | --host=* | --hos=* | --ho=*)
207 host="$ac_optarg" ;;
208
209 -includedir | --includedir | --includedi | --included | --include \
210 | --includ | --inclu | --incl | --inc)
211 ac_prev=includedir ;;
212 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
213 | --includ=* | --inclu=* | --incl=* | --inc=*)
214 includedir="$ac_optarg" ;;
215
216 -infodir | --infodir | --infodi | --infod | --info | --inf)
217 ac_prev=infodir ;;
218 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
219 infodir="$ac_optarg" ;;
220
221 -libdir | --libdir | --libdi | --libd)
222 ac_prev=libdir ;;
223 -libdir=* | --libdir=* | --libdi=* | --libd=*)
224 libdir="$ac_optarg" ;;
225
226 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
227 | --libexe | --libex | --libe)
228 ac_prev=libexecdir ;;
229 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
230 | --libexe=* | --libex=* | --libe=*)
231 libexecdir="$ac_optarg" ;;
232
233 -localstatedir | --localstatedir | --localstatedi | --localstated \
234 | --localstate | --localstat | --localsta | --localst \
235 | --locals | --local | --loca | --loc | --lo)
236 ac_prev=localstatedir ;;
237 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
238 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
239 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
240 localstatedir="$ac_optarg" ;;
241
242 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
243 ac_prev=mandir ;;
244 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
245 mandir="$ac_optarg" ;;
246
247 -nfp | --nfp | --nf)
248 # Obsolete; use --without-fp.
249 with_fp=no ;;
250
251 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
252 | --no-cr | --no-c)
253 no_create=yes ;;
254
255 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
256 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
257 no_recursion=yes ;;
258
259 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
260 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
261 | --oldin | --oldi | --old | --ol | --o)
262 ac_prev=oldincludedir ;;
263 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
264 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
265 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
266 oldincludedir="$ac_optarg" ;;
267
268 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
269 ac_prev=prefix ;;
270 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
271 prefix="$ac_optarg" ;;
272
273 -program-prefix | --program-prefix | --program-prefi | --program-pref \
274 | --program-pre | --program-pr | --program-p)
275 ac_prev=program_prefix ;;
276 -program-prefix=* | --program-prefix=* | --program-prefi=* \
277 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
278 program_prefix="$ac_optarg" ;;
279
280 -program-suffix | --program-suffix | --program-suffi | --program-suff \
281 | --program-suf | --program-su | --program-s)
282 ac_prev=program_suffix ;;
283 -program-suffix=* | --program-suffix=* | --program-suffi=* \
284 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
285 program_suffix="$ac_optarg" ;;
286
287 -program-transform-name | --program-transform-name \
288 | --program-transform-nam | --program-transform-na \
289 | --program-transform-n | --program-transform- \
290 | --program-transform | --program-transfor \
291 | --program-transfo | --program-transf \
292 | --program-trans | --program-tran \
293 | --progr-tra | --program-tr | --program-t)
294 ac_prev=program_transform_name ;;
295 -program-transform-name=* | --program-transform-name=* \
296 | --program-transform-nam=* | --program-transform-na=* \
297 | --program-transform-n=* | --program-transform-=* \
298 | --program-transform=* | --program-transfor=* \
299 | --program-transfo=* | --program-transf=* \
300 | --program-trans=* | --program-tran=* \
301 | --progr-tra=* | --program-tr=* | --program-t=*)
302 program_transform_name="$ac_optarg" ;;
303
304 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
305 | -silent | --silent | --silen | --sile | --sil)
306 silent=yes ;;
307
308 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
309 ac_prev=sbindir ;;
310 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
311 | --sbi=* | --sb=*)
312 sbindir="$ac_optarg" ;;
313
314 -sharedstatedir | --sharedstatedir | --sharedstatedi \
315 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
316 | --sharedst | --shareds | --shared | --share | --shar \
317 | --sha | --sh)
318 ac_prev=sharedstatedir ;;
319 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
320 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
321 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
322 | --sha=* | --sh=*)
323 sharedstatedir="$ac_optarg" ;;
324
325 -site | --site | --sit)
326 ac_prev=site ;;
327 -site=* | --site=* | --sit=*)
328 site="$ac_optarg" ;;
329
330 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
331 ac_prev=srcdir ;;
332 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
333 srcdir="$ac_optarg" ;;
334
335 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
336 | --syscon | --sysco | --sysc | --sys | --sy)
337 ac_prev=sysconfdir ;;
338 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
339 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
340 sysconfdir="$ac_optarg" ;;
341
342 -target | --target | --targe | --targ | --tar | --ta | --t)
343 ac_prev=target ;;
344 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
345 target="$ac_optarg" ;;
346
347 -v | -verbose | --verbose | --verbos | --verbo | --verb)
348 verbose=yes ;;
349
350 -version | --version | --versio | --versi | --vers)
351 echo "configure generated by autoconf version 2.13"
352 exit 0 ;;
353
354 -with-* | --with-*)
355 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
356 # Reject names that are not valid shell variable names.
357 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
358 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
359 fi
360 ac_package=`echo $ac_package| sed 's/-/_/g'`
361 case "$ac_option" in
362 *=*) ;;
363 *) ac_optarg=yes ;;
364 esac
365 eval "with_${ac_package}='$ac_optarg'" ;;
366
367 -without-* | --without-*)
368 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
369 # Reject names that are not valid shell variable names.
370 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
371 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
372 fi
373 ac_package=`echo $ac_package| sed 's/-/_/g'`
374 eval "with_${ac_package}=no" ;;
375
376 --x)
377 # Obsolete; use --with-x.
378 with_x=yes ;;
379
380 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
381 | --x-incl | --x-inc | --x-in | --x-i)
382 ac_prev=x_includes ;;
383 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
384 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
385 x_includes="$ac_optarg" ;;
386
387 -x-libraries | --x-libraries | --x-librarie | --x-librari \
388 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
389 ac_prev=x_libraries ;;
390 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
391 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
392 x_libraries="$ac_optarg" ;;
393
394 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
395 ;;
396
397 *)
398 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
399 echo "configure: warning: $ac_option: invalid host type" 1>&2
400 fi
401 if test "x$nonopt" != xNONE; then
402 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
403 fi
404 nonopt="$ac_option"
405 ;;
406
407 esac
408 done
409
410 if test -n "$ac_prev"; then
411 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
412 fi
413
414 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
415
416 # File descriptor usage:
417 # 0 standard input
418 # 1 file creation
419 # 2 errors and warnings
420 # 3 some systems may open it to /dev/tty
421 # 4 used on the Kubota Titan
422 # 6 checking for... messages and results
423 # 5 compiler messages saved in config.log
424 if test "$silent" = yes; then
425 exec 6>/dev/null
426 else
427 exec 6>&1
428 fi
429 exec 5>./config.log
430
431 echo "\
432 This file contains any messages produced by compilers while
433 running configure, to aid debugging if configure makes a mistake.
434 " 1>&5
435
436 # Strip out --no-create and --no-recursion so they do not pile up.
437 # Also quote any args containing shell metacharacters.
438 ac_configure_args=
439 for ac_arg
440 do
441 case "$ac_arg" in
442 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
443 | --no-cr | --no-c) ;;
444 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
445 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
446 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
447 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
448 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
449 esac
450 done
451
452 # NLS nuisances.
453 # Only set these to C if already set. These must not be set unconditionally
454 # because not all systems understand e.g. LANG=C (notably SCO).
455 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
456 # Non-C LC_CTYPE values break the ctype check.
457 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
458 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
459 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
460 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
461
462 # confdefs.h avoids OS command line length limits that DEFS can exceed.
463 rm -rf conftest* confdefs.h
464 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
465 echo > confdefs.h
466
467 # A filename unique to this package, relative to the directory that
468 # configure is in, which we can look for to find out if srcdir is correct.
469 ac_unique_file=objc/objc.h
470
471 # Find the source files, if location was not specified.
472 if test -z "$srcdir"; then
473 ac_srcdir_defaulted=yes
474 # Try the directory containing this script, then its parent.
475 ac_prog=$0
476 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
477 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
478 srcdir=$ac_confdir
479 if test ! -r $srcdir/$ac_unique_file; then
480 srcdir=..
481 fi
482 else
483 ac_srcdir_defaulted=no
484 fi
485 if test ! -r $srcdir/$ac_unique_file; then
486 if test "$ac_srcdir_defaulted" = yes; then
487 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
488 else
489 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
490 fi
491 fi
492 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
493
494 # Prefer explicitly selected file to automatically selected ones.
495 if test -z "$CONFIG_SITE"; then
496 if test "x$prefix" != xNONE; then
497 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
498 else
499 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
500 fi
501 fi
502 for ac_site_file in $CONFIG_SITE; do
503 if test -r "$ac_site_file"; then
504 echo "loading site script $ac_site_file"
505 . "$ac_site_file"
506 fi
507 done
508
509 if test -r "$cache_file"; then
510 echo "loading cache $cache_file"
511 . $cache_file
512 else
513 echo "creating cache $cache_file"
514 > $cache_file
515 fi
516
517 ac_ext=c
518 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
519 ac_cpp='$CPP $CPPFLAGS'
520 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
521 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
522 cross_compiling=$ac_cv_prog_cc_cross
523
524 ac_exeext=
525 ac_objext=o
526 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
527 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
528 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
529 ac_n= ac_c='
530 ' ac_t=' '
531 else
532 ac_n=-n ac_c= ac_t=
533 fi
534 else
535 ac_n= ac_c='\c' ac_t=
536 fi
537
538 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
539 echo "configure:540: checking for Cygwin environment" >&5
540 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
541 echo $ac_n "(cached) $ac_c" 1>&6
542 else
543 cat > conftest.$ac_ext <<EOF
544 #line 545 "configure"
545 #include "confdefs.h"
546
547 int main() {
548
549 #ifndef __CYGWIN__
550 #define __CYGWIN__ __CYGWIN32__
551 #endif
552 return __CYGWIN__;
553 ; return 0; }
554 EOF
555 if { (eval echo configure:556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
556 rm -rf conftest*
557 ac_cv_cygwin=yes
558 else
559 echo "configure: failed program was:" >&5
560 cat conftest.$ac_ext >&5
561 rm -rf conftest*
562 ac_cv_cygwin=no
563 fi
564 rm -f conftest*
565 rm -f conftest*
566 fi
567
568 echo "$ac_t""$ac_cv_cygwin" 1>&6
569 CYGWIN=
570 test "$ac_cv_cygwin" = yes && CYGWIN=yes
571 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
572 echo "configure:573: checking for mingw32 environment" >&5
573 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
574 echo $ac_n "(cached) $ac_c" 1>&6
575 else
576 cat > conftest.$ac_ext <<EOF
577 #line 578 "configure"
578 #include "confdefs.h"
579
580 int main() {
581 return __MINGW32__;
582 ; return 0; }
583 EOF
584 if { (eval echo configure:585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
585 rm -rf conftest*
586 ac_cv_mingw32=yes
587 else
588 echo "configure: failed program was:" >&5
589 cat conftest.$ac_ext >&5
590 rm -rf conftest*
591 ac_cv_mingw32=no
592 fi
593 rm -f conftest*
594 rm -f conftest*
595 fi
596
597 echo "$ac_t""$ac_cv_mingw32" 1>&6
598 MINGW32=
599 test "$ac_cv_mingw32" = yes && MINGW32=yes
600
601
602
603 if test "${srcdir}" = "." ; then
604 if test "${with_target_subdir}" != "." ; then
605 topsrcdir=${with_multisrctop}../..
606 else
607 topsrcdir=${with_multisrctop}..
608 fi
609 else
610 topsrcdir=${srcdir}/..
611 fi
612 ac_aux_dir=
613 for ac_dir in $topsrcdir $srcdir/$topsrcdir; do
614 if test -f $ac_dir/install-sh; then
615 ac_aux_dir=$ac_dir
616 ac_install_sh="$ac_aux_dir/install-sh -c"
617 break
618 elif test -f $ac_dir/install.sh; then
619 ac_aux_dir=$ac_dir
620 ac_install_sh="$ac_aux_dir/install.sh -c"
621 break
622 fi
623 done
624 if test -z "$ac_aux_dir"; then
625 { echo "configure: error: can not find install-sh or install.sh in $topsrcdir $srcdir/$topsrcdir" 1>&2; exit 1; }
626 fi
627 ac_config_guess=$ac_aux_dir/config.guess
628 ac_config_sub=$ac_aux_dir/config.sub
629 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
630
631
632 # If the language specific compiler does not exist, but the "gcc" directory
633 # does, we do not build anything. Note, $r is set by the top-level Makefile.
634 # Note that when we look for the compiler, we search both with and without
635 # extension to handle cross and canadian cross builds.
636 compiler_name=cc1obj
637 rm -f skip-this-dir
638 echo $ac_n "checking if compiler $compiler_name has been built""... $ac_c" 1>&6
639 echo "configure:640: checking if compiler $compiler_name has been built" >&5
640 if eval "test \"`echo '$''{'objc_cv_compiler_exists'+set}'`\" = set"; then
641 echo $ac_n "(cached) $ac_c" 1>&6
642 else
643 objc_cv_compiler_exists=yes
644 if test -n "$r"; then
645 if test -d "$r"/gcc; then
646 if test -f "$r"/gcc/$compiler_name \
647 || test -f "$r"/gcc/$compiler_name.exe; then
648 true
649 else
650 objc_cv_compiler_exists=no
651 echo "rm -f config.cache config.log multilib.out" > skip-this-dir
652 fi
653 fi
654 fi
655
656 fi
657
658 echo "$ac_t""$objc_cv_compiler_exists" 1>&6
659 if test x$objc_cv_compiler_exists = xno
660 then
661 rm -f Makefile conftest* confdefs* core
662 exit 0
663 fi
664
665 # For ObjC we'll set CC to point at the built gcc, but this will get it into
666 # the makefiles
667 # Extract the first word of "gcc", so it can be a program name with args.
668 set dummy gcc; ac_word=$2
669 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
670 echo "configure:671: checking for $ac_word" >&5
671 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
672 echo $ac_n "(cached) $ac_c" 1>&6
673 else
674 if test -n "$CC"; then
675 ac_cv_prog_CC="$CC" # Let the user override the test.
676 else
677 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
678 ac_dummy="$PATH"
679 for ac_dir in $ac_dummy; do
680 test -z "$ac_dir" && ac_dir=.
681 if test -f $ac_dir/$ac_word; then
682 ac_cv_prog_CC="gcc"
683 break
684 fi
685 done
686 IFS="$ac_save_ifs"
687 fi
688 fi
689 CC="$ac_cv_prog_CC"
690 if test -n "$CC"; then
691 echo "$ac_t""$CC" 1>&6
692 else
693 echo "$ac_t""no" 1>&6
694 fi
695
696 if test -z "$CC"; then
697 # Extract the first word of "cc", so it can be a program name with args.
698 set dummy cc; ac_word=$2
699 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
700 echo "configure:701: checking for $ac_word" >&5
701 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
702 echo $ac_n "(cached) $ac_c" 1>&6
703 else
704 if test -n "$CC"; then
705 ac_cv_prog_CC="$CC" # Let the user override the test.
706 else
707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
708 ac_prog_rejected=no
709 ac_dummy="$PATH"
710 for ac_dir in $ac_dummy; do
711 test -z "$ac_dir" && ac_dir=.
712 if test -f $ac_dir/$ac_word; then
713 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
714 ac_prog_rejected=yes
715 continue
716 fi
717 ac_cv_prog_CC="cc"
718 break
719 fi
720 done
721 IFS="$ac_save_ifs"
722 if test $ac_prog_rejected = yes; then
723 # We found a bogon in the path, so make sure we never use it.
724 set dummy $ac_cv_prog_CC
725 shift
726 if test $# -gt 0; then
727 # We chose a different compiler from the bogus one.
728 # However, it has the same basename, so the bogon will be chosen
729 # first if we set CC to just the basename; use the full file name.
730 shift
731 set dummy "$ac_dir/$ac_word" "$@"
732 shift
733 ac_cv_prog_CC="$@"
734 fi
735 fi
736 fi
737 fi
738 CC="$ac_cv_prog_CC"
739 if test -n "$CC"; then
740 echo "$ac_t""$CC" 1>&6
741 else
742 echo "$ac_t""no" 1>&6
743 fi
744
745 if test -z "$CC"; then
746 case "`uname -s`" in
747 *win32* | *WIN32*)
748 # Extract the first word of "cl", so it can be a program name with args.
749 set dummy cl; ac_word=$2
750 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
751 echo "configure:752: checking for $ac_word" >&5
752 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
753 echo $ac_n "(cached) $ac_c" 1>&6
754 else
755 if test -n "$CC"; then
756 ac_cv_prog_CC="$CC" # Let the user override the test.
757 else
758 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
759 ac_dummy="$PATH"
760 for ac_dir in $ac_dummy; do
761 test -z "$ac_dir" && ac_dir=.
762 if test -f $ac_dir/$ac_word; then
763 ac_cv_prog_CC="cl"
764 break
765 fi
766 done
767 IFS="$ac_save_ifs"
768 fi
769 fi
770 CC="$ac_cv_prog_CC"
771 if test -n "$CC"; then
772 echo "$ac_t""$CC" 1>&6
773 else
774 echo "$ac_t""no" 1>&6
775 fi
776 ;;
777 esac
778 fi
779 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
780 fi
781
782 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
783 echo "configure:784: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
784
785 ac_ext=c
786 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
787 ac_cpp='$CPP $CPPFLAGS'
788 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
789 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
790 cross_compiling=$ac_cv_prog_cc_cross
791
792 cat > conftest.$ac_ext << EOF
793
794 #line 795 "configure"
795 #include "confdefs.h"
796
797 main(){return(0);}
798 EOF
799 if { (eval echo configure:800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
800 ac_cv_prog_cc_works=yes
801 # If we can't run a trivial program, we are probably using a cross compiler.
802 if (./conftest; exit) 2>/dev/null; then
803 ac_cv_prog_cc_cross=no
804 else
805 ac_cv_prog_cc_cross=yes
806 fi
807 else
808 echo "configure: failed program was:" >&5
809 cat conftest.$ac_ext >&5
810 ac_cv_prog_cc_works=no
811 fi
812 rm -fr conftest*
813 ac_ext=c
814 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
815 ac_cpp='$CPP $CPPFLAGS'
816 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
817 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
818 cross_compiling=$ac_cv_prog_cc_cross
819
820 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
821 if test $ac_cv_prog_cc_works = no; then
822 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
823 fi
824 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
825 echo "configure:826: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
826 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
827 cross_compiling=$ac_cv_prog_cc_cross
828
829 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
830 echo "configure:831: checking whether we are using GNU C" >&5
831 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
832 echo $ac_n "(cached) $ac_c" 1>&6
833 else
834 cat > conftest.c <<EOF
835 #ifdef __GNUC__
836 yes;
837 #endif
838 EOF
839 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
840 ac_cv_prog_gcc=yes
841 else
842 ac_cv_prog_gcc=no
843 fi
844 fi
845
846 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
847
848 if test $ac_cv_prog_gcc = yes; then
849 GCC=yes
850 else
851 GCC=
852 fi
853
854 ac_test_CFLAGS="${CFLAGS+set}"
855 ac_save_CFLAGS="$CFLAGS"
856 CFLAGS=
857 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
858 echo "configure:859: checking whether ${CC-cc} accepts -g" >&5
859 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
860 echo $ac_n "(cached) $ac_c" 1>&6
861 else
862 echo 'void f(){}' > conftest.c
863 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
864 ac_cv_prog_cc_g=yes
865 else
866 ac_cv_prog_cc_g=no
867 fi
868 rm -f conftest*
869
870 fi
871
872 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
873 if test "$ac_test_CFLAGS" = set; then
874 CFLAGS="$ac_save_CFLAGS"
875 elif test $ac_cv_prog_cc_g = yes; then
876 if test "$GCC" = yes; then
877 CFLAGS="-g -O2"
878 else
879 CFLAGS="-g"
880 fi
881 else
882 if test "$GCC" = yes; then
883 CFLAGS="-O2"
884 else
885 CFLAGS=
886 fi
887 fi
888
889
890 test "$AR" || AR=ar
891
892 if test "$RANLIB"; then :
893
894 else
895 # Extract the first word of "ranlib", so it can be a program name with args.
896 set dummy ranlib; ac_word=$2
897 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
898 echo "configure:899: checking for $ac_word" >&5
899 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
900 echo $ac_n "(cached) $ac_c" 1>&6
901 else
902 if test -n "$RANLIB"; then
903 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
904 else
905 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
906 ac_dummy="$PATH"
907 for ac_dir in $ac_dummy; do
908 test -z "$ac_dir" && ac_dir=.
909 if test -f $ac_dir/$ac_word; then
910 ac_cv_prog_RANLIB="ranlib"
911 break
912 fi
913 done
914 IFS="$ac_save_ifs"
915 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
916 fi
917 fi
918 RANLIB="$ac_cv_prog_RANLIB"
919 if test -n "$RANLIB"; then
920 echo "$ac_t""$RANLIB" 1>&6
921 else
922 echo "$ac_t""no" 1>&6
923 fi
924
925 fi
926 # Find a good install program. We prefer a C program (faster),
927 # so one script is as good as another. But avoid the broken or
928 # incompatible versions:
929 # SysV /etc/install, /usr/sbin/install
930 # SunOS /usr/etc/install
931 # IRIX /sbin/install
932 # AIX /bin/install
933 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
934 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
935 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
936 # ./install, which can be erroneously created by make from ./install.sh.
937 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
938 echo "configure:939: checking for a BSD compatible install" >&5
939 if test -z "$INSTALL"; then
940 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
941 echo $ac_n "(cached) $ac_c" 1>&6
942 else
943 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
944 for ac_dir in $PATH; do
945 # Account for people who put trailing slashes in PATH elements.
946 case "$ac_dir/" in
947 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
948 *)
949 # OSF1 and SCO ODT 3.0 have their own names for install.
950 # Don't use installbsd from OSF since it installs stuff as root
951 # by default.
952 for ac_prog in ginstall scoinst install; do
953 if test -f $ac_dir/$ac_prog; then
954 if test $ac_prog = install &&
955 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
956 # AIX install. It has an incompatible calling convention.
957 :
958 else
959 ac_cv_path_install="$ac_dir/$ac_prog -c"
960 break 2
961 fi
962 fi
963 done
964 ;;
965 esac
966 done
967 IFS="$ac_save_IFS"
968
969 fi
970 if test "${ac_cv_path_install+set}" = set; then
971 INSTALL="$ac_cv_path_install"
972 else
973 # As a last resort, use the slow shell script. We don't cache a
974 # path for INSTALL within a source directory, because that will
975 # break other packages using the cache if that directory is
976 # removed, or if the path is relative.
977 INSTALL="$ac_install_sh"
978 fi
979 fi
980 echo "$ac_t""$INSTALL" 1>&6
981
982 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
983 # It thinks the first close brace ends the variable substitution.
984 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
985
986 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
987
988 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
989
990
991
992 # Sanity check for the cross-compilation case:
993 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
994 echo "configure:995: checking how to run the C preprocessor" >&5
995 # On Suns, sometimes $CPP names a directory.
996 if test -n "$CPP" && test -d "$CPP"; then
997 CPP=
998 fi
999 if test -z "$CPP"; then
1000 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1001 echo $ac_n "(cached) $ac_c" 1>&6
1002 else
1003 # This must be in double quotes, not single quotes, because CPP may get
1004 # substituted into the Makefile and "${CC-cc}" will confuse make.
1005 CPP="${CC-cc} -E"
1006 # On the NeXT, cc -E runs the code through the compiler's parser,
1007 # not just through cpp.
1008 cat > conftest.$ac_ext <<EOF
1009 #line 1010 "configure"
1010 #include "confdefs.h"
1011 #include <assert.h>
1012 Syntax Error
1013 EOF
1014 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1015 { (eval echo configure:1016: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1016 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1017 if test -z "$ac_err"; then
1018 :
1019 else
1020 echo "$ac_err" >&5
1021 echo "configure: failed program was:" >&5
1022 cat conftest.$ac_ext >&5
1023 rm -rf conftest*
1024 CPP="${CC-cc} -E -traditional-cpp"
1025 cat > conftest.$ac_ext <<EOF
1026 #line 1027 "configure"
1027 #include "confdefs.h"
1028 #include <assert.h>
1029 Syntax Error
1030 EOF
1031 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1032 { (eval echo configure:1033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1033 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1034 if test -z "$ac_err"; then
1035 :
1036 else
1037 echo "$ac_err" >&5
1038 echo "configure: failed program was:" >&5
1039 cat conftest.$ac_ext >&5
1040 rm -rf conftest*
1041 CPP="${CC-cc} -nologo -E"
1042 cat > conftest.$ac_ext <<EOF
1043 #line 1044 "configure"
1044 #include "confdefs.h"
1045 #include <assert.h>
1046 Syntax Error
1047 EOF
1048 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1049 { (eval echo configure:1050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1050 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1051 if test -z "$ac_err"; then
1052 :
1053 else
1054 echo "$ac_err" >&5
1055 echo "configure: failed program was:" >&5
1056 cat conftest.$ac_ext >&5
1057 rm -rf conftest*
1058 CPP=/lib/cpp
1059 fi
1060 rm -f conftest*
1061 fi
1062 rm -f conftest*
1063 fi
1064 rm -f conftest*
1065 ac_cv_prog_CPP="$CPP"
1066 fi
1067 CPP="$ac_cv_prog_CPP"
1068 else
1069 ac_cv_prog_CPP="$CPP"
1070 fi
1071 echo "$ac_t""$CPP" 1>&6
1072
1073 ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
1074 echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
1075 echo "configure:1076: checking for stdio.h" >&5
1076 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1077 echo $ac_n "(cached) $ac_c" 1>&6
1078 else
1079 cat > conftest.$ac_ext <<EOF
1080 #line 1081 "configure"
1081 #include "confdefs.h"
1082 #include <stdio.h>
1083 EOF
1084 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1085 { (eval echo configure:1086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1086 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1087 if test -z "$ac_err"; then
1088 rm -rf conftest*
1089 eval "ac_cv_header_$ac_safe=yes"
1090 else
1091 echo "$ac_err" >&5
1092 echo "configure: failed program was:" >&5
1093 cat conftest.$ac_ext >&5
1094 rm -rf conftest*
1095 eval "ac_cv_header_$ac_safe=no"
1096 fi
1097 rm -f conftest*
1098 fi
1099 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1100 echo "$ac_t""yes" 1>&6
1101 :
1102 else
1103 echo "$ac_t""no" 1>&6
1104 { echo "configure: error: Can't find stdio.h.
1105 You must have a usable C system for the target already installed, at least
1106 including headers and, preferably, the library, before you can configure
1107 the Objective C runtime system. If necessary, install gcc now with
1108 \`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'." 1>&2; exit 1; }
1109 fi
1110
1111
1112 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1113 echo "configure:1114: checking for ANSI C header files" >&5
1114 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1115 echo $ac_n "(cached) $ac_c" 1>&6
1116 else
1117 cat > conftest.$ac_ext <<EOF
1118 #line 1119 "configure"
1119 #include "confdefs.h"
1120 #include <stdlib.h>
1121 #include <stdarg.h>
1122 #include <string.h>
1123 #include <float.h>
1124 EOF
1125 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1126 { (eval echo configure:1127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1127 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1128 if test -z "$ac_err"; then
1129 rm -rf conftest*
1130 ac_cv_header_stdc=yes
1131 else
1132 echo "$ac_err" >&5
1133 echo "configure: failed program was:" >&5
1134 cat conftest.$ac_ext >&5
1135 rm -rf conftest*
1136 ac_cv_header_stdc=no
1137 fi
1138 rm -f conftest*
1139
1140 if test $ac_cv_header_stdc = yes; then
1141 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1142 cat > conftest.$ac_ext <<EOF
1143 #line 1144 "configure"
1144 #include "confdefs.h"
1145 #include <string.h>
1146 EOF
1147 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1148 egrep "memchr" >/dev/null 2>&1; then
1149 :
1150 else
1151 rm -rf conftest*
1152 ac_cv_header_stdc=no
1153 fi
1154 rm -f conftest*
1155
1156 fi
1157
1158 if test $ac_cv_header_stdc = yes; then
1159 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1160 cat > conftest.$ac_ext <<EOF
1161 #line 1162 "configure"
1162 #include "confdefs.h"
1163 #include <stdlib.h>
1164 EOF
1165 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1166 egrep "free" >/dev/null 2>&1; then
1167 :
1168 else
1169 rm -rf conftest*
1170 ac_cv_header_stdc=no
1171 fi
1172 rm -f conftest*
1173
1174 fi
1175
1176 if test $ac_cv_header_stdc = yes; then
1177 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1178 if test "$cross_compiling" = yes; then
1179 :
1180 else
1181 cat > conftest.$ac_ext <<EOF
1182 #line 1183 "configure"
1183 #include "confdefs.h"
1184 #include <ctype.h>
1185 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1186 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1187 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1188 int main () { int i; for (i = 0; i < 256; i++)
1189 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1190 exit (0); }
1191
1192 EOF
1193 if { (eval echo configure:1194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1194 then
1195 :
1196 else
1197 echo "configure: failed program was:" >&5
1198 cat conftest.$ac_ext >&5
1199 rm -fr conftest*
1200 ac_cv_header_stdc=no
1201 fi
1202 rm -fr conftest*
1203 fi
1204
1205 fi
1206 fi
1207
1208 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1209 if test $ac_cv_header_stdc = yes; then
1210 cat >> confdefs.h <<\EOF
1211 #define STDC_HEADERS 1
1212 EOF
1213
1214 fi
1215
1216
1217 for ac_hdr in sched.h
1218 do
1219 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1220 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1221 echo "configure:1222: checking for $ac_hdr" >&5
1222 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1223 echo $ac_n "(cached) $ac_c" 1>&6
1224 else
1225 cat > conftest.$ac_ext <<EOF
1226 #line 1227 "configure"
1227 #include "confdefs.h"
1228 #include <$ac_hdr>
1229 EOF
1230 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1231 { (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1232 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1233 if test -z "$ac_err"; then
1234 rm -rf conftest*
1235 eval "ac_cv_header_$ac_safe=yes"
1236 else
1237 echo "$ac_err" >&5
1238 echo "configure: failed program was:" >&5
1239 cat conftest.$ac_ext >&5
1240 rm -rf conftest*
1241 eval "ac_cv_header_$ac_safe=no"
1242 fi
1243 rm -f conftest*
1244 fi
1245 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1246 echo "$ac_t""yes" 1>&6
1247 ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1248 cat >> confdefs.h <<EOF
1249 #define $ac_tr_hdr 1
1250 EOF
1251
1252 else
1253 echo "$ac_t""no" 1>&6
1254 fi
1255 done
1256
1257
1258 # Determine CFLAGS for gthread.
1259
1260 echo $ac_n "checking for gthread cflags""... $ac_c" 1>&6
1261 echo "configure:1262: checking for gthread cflags" >&5
1262 if eval "test \"`echo '$''{'objc_cv_gthread_flags'+set}'`\" = set"; then
1263 echo $ac_n "(cached) $ac_c" 1>&6
1264 else
1265 if test -f "$r"/gcc/Makefile
1266 then
1267 objc_cv_gthread_flags=`grep \^GTHREAD_FLAGS "$r"/gcc/Makefile | awk -F= '{ print $2 }'`
1268 else
1269 { echo "configure: error: not found" 1>&2; exit 1; }
1270 fi
1271 fi
1272
1273 echo "$ac_t""$objc_cv_gthread_flags" 1>&6
1274 GTHREAD_FLAGS=$objc_cv_gthread_flags
1275
1276
1277 # Disable shared libs by default
1278 # Check whether --enable-shared or --disable-shared was given.
1279 if test "${enable_shared+set}" = set; then
1280 enableval="$enable_shared"
1281 p=${PACKAGE-default}
1282 case "$enableval" in
1283 yes) enable_shared=yes ;;
1284 no) enable_shared=no ;;
1285 *)
1286 enable_shared=no
1287 # Look at the argument we got. We use all the common list separators.
1288 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1289 for pkg in $enableval; do
1290 if test "X$pkg" = "X$p"; then
1291 enable_shared=yes
1292 fi
1293 done
1294 IFS="$ac_save_ifs"
1295 ;;
1296 esac
1297 else
1298 enable_shared=no
1299 fi
1300
1301 # Enable Win32 DLL on MS Windows - FIXME
1302
1303 # Use libtool
1304 # Check whether --enable-static or --disable-static was given.
1305 if test "${enable_static+set}" = set; then
1306 enableval="$enable_static"
1307 p=${PACKAGE-default}
1308 case "$enableval" in
1309 yes) enable_static=yes ;;
1310 no) enable_static=no ;;
1311 *)
1312 enable_static=no
1313 # Look at the argument we got. We use all the common list separators.
1314 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1315 for pkg in $enableval; do
1316 if test "X$pkg" = "X$p"; then
1317 enable_static=yes
1318 fi
1319 done
1320 IFS="$ac_save_ifs"
1321 ;;
1322 esac
1323 else
1324 enable_static=yes
1325 fi
1326
1327 # Check whether --enable-fast-install or --disable-fast-install was given.
1328 if test "${enable_fast_install+set}" = set; then
1329 enableval="$enable_fast_install"
1330 p=${PACKAGE-default}
1331 case "$enableval" in
1332 yes) enable_fast_install=yes ;;
1333 no) enable_fast_install=no ;;
1334 *)
1335 enable_fast_install=no
1336 # Look at the argument we got. We use all the common list separators.
1337 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1338 for pkg in $enableval; do
1339 if test "X$pkg" = "X$p"; then
1340 enable_fast_install=yes
1341 fi
1342 done
1343 IFS="$ac_save_ifs"
1344 ;;
1345 esac
1346 else
1347 enable_fast_install=yes
1348 fi
1349
1350
1351 # Make sure we can run config.sub.
1352 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1353 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1354 fi
1355
1356 echo $ac_n "checking host system type""... $ac_c" 1>&6
1357 echo "configure:1358: checking host system type" >&5
1358
1359 host_alias=$host
1360 case "$host_alias" in
1361 NONE)
1362 case $nonopt in
1363 NONE)
1364 if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1365 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1366 fi ;;
1367 *) host_alias=$nonopt ;;
1368 esac ;;
1369 esac
1370
1371 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1372 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1373 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1374 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1375 echo "$ac_t""$host" 1>&6
1376
1377 echo $ac_n "checking build system type""... $ac_c" 1>&6
1378 echo "configure:1379: checking build system type" >&5
1379
1380 build_alias=$build
1381 case "$build_alias" in
1382 NONE)
1383 case $nonopt in
1384 NONE) build_alias=$host_alias ;;
1385 *) build_alias=$nonopt ;;
1386 esac ;;
1387 esac
1388
1389 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1390 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1391 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1392 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1393 echo "$ac_t""$build" 1>&6
1394
1395 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1396 if test "${with_gnu_ld+set}" = set; then
1397 withval="$with_gnu_ld"
1398 test "$withval" = no || with_gnu_ld=yes
1399 else
1400 with_gnu_ld=no
1401 fi
1402
1403 ac_prog=ld
1404 if test "$ac_cv_prog_gcc" = yes; then
1405 # Check if gcc -print-prog-name=ld gives a path.
1406 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1407 echo "configure:1408: checking for ld used by GCC" >&5
1408 case $host in
1409 *-*-mingw*)
1410 # gcc leaves a trailing carriage return which upsets mingw
1411 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1412 *)
1413 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1414 esac
1415 case "$ac_prog" in
1416 # Accept absolute paths.
1417 [\\/]* | [A-Za-z]:[\\/]*)
1418 re_direlt='/[^/][^/]*/\.\./'
1419 # Canonicalize the path of ld
1420 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1421 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1422 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1423 done
1424 test -z "$LD" && LD="$ac_prog"
1425 ;;
1426 "")
1427 # If it fails, then pretend we aren't using GCC.
1428 ac_prog=ld
1429 ;;
1430 *)
1431 # If it is relative, then search for the first ld in PATH.
1432 with_gnu_ld=unknown
1433 ;;
1434 esac
1435 elif test "$with_gnu_ld" = yes; then
1436 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1437 echo "configure:1438: checking for GNU ld" >&5
1438 else
1439 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1440 echo "configure:1441: checking for non-GNU ld" >&5
1441 fi
1442 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1443 echo $ac_n "(cached) $ac_c" 1>&6
1444 else
1445 if test -z "$LD"; then
1446 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1447 for ac_dir in $PATH; do
1448 test -z "$ac_dir" && ac_dir=.
1449 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1450 ac_cv_path_LD="$ac_dir/$ac_prog"
1451 # Check to see if the program is GNU ld. I'd rather use --version,
1452 # but apparently some GNU ld's only accept -v.
1453 # Break only if it was the GNU/non-GNU ld that we prefer.
1454 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1455 test "$with_gnu_ld" != no && break
1456 else
1457 test "$with_gnu_ld" != yes && break
1458 fi
1459 fi
1460 done
1461 IFS="$ac_save_ifs"
1462 else
1463 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1464 fi
1465 fi
1466
1467 LD="$ac_cv_path_LD"
1468 if test -n "$LD"; then
1469 echo "$ac_t""$LD" 1>&6
1470 else
1471 echo "$ac_t""no" 1>&6
1472 fi
1473 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1474 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1475 echo "configure:1476: checking if the linker ($LD) is GNU ld" >&5
1476 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1477 echo $ac_n "(cached) $ac_c" 1>&6
1478 else
1479 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1480 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1481 ac_cv_prog_gnu_ld=yes
1482 else
1483 ac_cv_prog_gnu_ld=no
1484 fi
1485 fi
1486
1487 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1488 with_gnu_ld=$ac_cv_prog_gnu_ld
1489
1490
1491 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1492 echo "configure:1493: checking for $LD option to reload object files" >&5
1493 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1494 echo $ac_n "(cached) $ac_c" 1>&6
1495 else
1496 lt_cv_ld_reload_flag='-r'
1497 fi
1498
1499 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1500 reload_flag=$lt_cv_ld_reload_flag
1501 test -n "$reload_flag" && reload_flag=" $reload_flag"
1502
1503 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1504 echo "configure:1505: checking for BSD-compatible nm" >&5
1505 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1506 echo $ac_n "(cached) $ac_c" 1>&6
1507 else
1508 if test -n "$NM"; then
1509 # Let the user override the test.
1510 ac_cv_path_NM="$NM"
1511 else
1512 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1513 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1514 test -z "$ac_dir" && ac_dir=.
1515 tmp_nm=$ac_dir/${ac_tool_prefix}nm
1516 if test -f $tmp_nm || test -f $tmp_nm$ac_exeext ; then
1517 # Check to see if the nm accepts a BSD-compat flag.
1518 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1519 # nm: unknown option "B" ignored
1520 if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1521 ac_cv_path_NM="$tmp_nm -B"
1522 break
1523 elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1524 ac_cv_path_NM="$tmp_nm -p"
1525 break
1526 else
1527 ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
1528 continue # so that we can try to find one that supports BSD flags
1529 fi
1530 fi
1531 done
1532 IFS="$ac_save_ifs"
1533 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1534 fi
1535 fi
1536
1537 NM="$ac_cv_path_NM"
1538 echo "$ac_t""$NM" 1>&6
1539
1540 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1541 echo "configure:1542: checking whether ln -s works" >&5
1542 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1543 echo $ac_n "(cached) $ac_c" 1>&6
1544 else
1545 rm -f conftestdata
1546 if ln -s X conftestdata 2>/dev/null
1547 then
1548 rm -f conftestdata
1549 ac_cv_prog_LN_S="ln -s"
1550 else
1551 ac_cv_prog_LN_S=ln
1552 fi
1553 fi
1554 LN_S="$ac_cv_prog_LN_S"
1555 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1556 echo "$ac_t""yes" 1>&6
1557 else
1558 echo "$ac_t""no" 1>&6
1559 fi
1560
1561 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1562 echo "configure:1563: checking how to recognise dependant libraries" >&5
1563 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1564 echo $ac_n "(cached) $ac_c" 1>&6
1565 else
1566 lt_cv_file_magic_cmd='${MAGIC}'
1567 lt_cv_file_magic_test_file=
1568 lt_cv_deplibs_check_method='unknown'
1569 # Need to set the preceding variable on all platforms that support
1570 # interlibrary dependencies.
1571 # 'none' -- dependencies not supported.
1572 # `unknown' -- same as none, but documents that we really don't know.
1573 # 'pass_all' -- all dependencies passed with no checks.
1574 # 'test_compile' -- check by making test program.
1575 # 'file_magic [regex]' -- check by looking for files in library path
1576 # which responds to the $file_magic_cmd with a given egrep regex.
1577 # If you have `file' or equivalent on your system and you're not sure
1578 # whether `pass_all' will *always* work, you probably want this one.
1579
1580 case "$host_os" in
1581 aix4*)
1582 lt_cv_deplibs_check_method=pass_all
1583 ;;
1584
1585 beos*)
1586 lt_cv_deplibs_check_method=pass_all
1587 ;;
1588
1589 bsdi4*)
1590 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1591 lt_cv_file_magic_cmd='/usr/bin/file -L'
1592 lt_cv_file_magic_test_file=/shlib/libc.so
1593 ;;
1594
1595 cygwin* | mingw*)
1596 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1597 lt_cv_file_magic_cmd='${OBJDUMP} -f'
1598 ;;
1599
1600 freebsd* )
1601 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1602 case "$host_cpu" in
1603 i*86 )
1604 lt_cv_deplibs_check_method=='file_magic OpenBSD/i[3-9]86 demand paged shared library'
1605 lt_cv_file_magic_cmd=/usr/bin/file
1606 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1607 ;;
1608 esac
1609 else
1610 lt_cv_deplibs_check_method=pass_all
1611 fi
1612 ;;
1613
1614 gnu*)
1615 lt_cv_deplibs_check_method=pass_all
1616 ;;
1617
1618 hpux10.20*)
1619 # TODO: Does this work for hpux-11 too?
1620 lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
1621 lt_cv_file_magic_cmd=/usr/bin/file
1622 lt_cv_file_magic_test_file=/usr/lib/libc.sl
1623 ;;
1624
1625 irix5* | irix6*)
1626 case "$host_os" in
1627 irix5*)
1628 # this will be overridden with pass_all, but let us keep it just in case
1629 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1630 ;;
1631 *)
1632 case "$LD" in
1633 *-32|*"-32 ") libmagic=32-bit;;
1634 *-n32|*"-n32 ") libmagic=N32;;
1635 *-64|*"-64 ") libmagic=64-bit;;
1636 *) libmagic=never-match;;
1637 esac
1638 # this will be overridden with pass_all, but let us keep it just in case
1639 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1640 ;;
1641 esac
1642 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
1643 lt_cv_deplibs_check_method=pass_all
1644 ;;
1645
1646 # This must be Linux ELF.
1647 linux*)
1648 case "$host_cpu" in
1649 alpha* | i*86 | powerpc* | sparc* | ia64* )
1650 lt_cv_deplibs_check_method=pass_all ;;
1651 *)
1652 # glibc up to 2.1.1 does not perform some relocations on ARM
1653 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1654 esac
1655 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
1656 ;;
1657
1658 netbsd*)
1659 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
1660 else
1661 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
1662 lt_cv_file_magic_cmd='/usr/bin/file -L'
1663 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1664 fi
1665 ;;
1666
1667 osf3* | osf4* | osf5*)
1668 # this will be overridden with pass_all, but let us keep it just in case
1669 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
1670 lt_cv_file_magic_test_file=/shlib/libc.so
1671 lt_cv_deplibs_check_method=pass_all
1672 ;;
1673
1674 sco3.2v5*)
1675 lt_cv_deplibs_check_method=pass_all
1676 ;;
1677
1678 solaris*)
1679 lt_cv_deplibs_check_method=pass_all
1680 lt_cv_file_magic_test_file=/lib/libc.so
1681 ;;
1682
1683 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1684 case "$host_vendor" in
1685 ncr)
1686 lt_cv_deplibs_check_method=pass_all
1687 ;;
1688 motorola)
1689 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]'
1690 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1691 ;;
1692 esac
1693 ;;
1694 esac
1695
1696 fi
1697
1698 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1699 file_magic_cmd=$lt_cv_file_magic_cmd
1700 deplibs_check_method=$lt_cv_deplibs_check_method
1701
1702 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1703 echo "configure:1704: checking for object suffix" >&5
1704 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1705 echo $ac_n "(cached) $ac_c" 1>&6
1706 else
1707 rm -f conftest*
1708 echo 'int i = 1;' > conftest.$ac_ext
1709 if { (eval echo configure:1710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1710 for ac_file in conftest.*; do
1711 case $ac_file in
1712 *.c) ;;
1713 *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
1714 esac
1715 done
1716 else
1717 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1718 fi
1719 rm -f conftest*
1720 fi
1721
1722 echo "$ac_t""$ac_cv_objext" 1>&6
1723 OBJEXT=$ac_cv_objext
1724 ac_objext=$ac_cv_objext
1725
1726
1727
1728 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1729 echo "configure:1730: checking for executable suffix" >&5
1730 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1731 echo $ac_n "(cached) $ac_c" 1>&6
1732 else
1733 if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1734 ac_cv_exeext=.exe
1735 else
1736 rm -f conftest*
1737 echo 'int main () { return 0; }' > conftest.$ac_ext
1738 ac_cv_exeext=
1739 if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1740 for file in conftest.*; do
1741 case $file in
1742 *.c | *.o | *.obj) ;;
1743 *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1744 esac
1745 done
1746 else
1747 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1748 fi
1749 rm -f conftest*
1750 test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1751 fi
1752 fi
1753
1754 EXEEXT=""
1755 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1756 echo "$ac_t""${ac_cv_exeext}" 1>&6
1757 ac_exeext=$EXEEXT
1758
1759 if test $host != $build; then
1760 ac_tool_prefix=${host_alias}-
1761 else
1762 ac_tool_prefix=
1763 fi
1764
1765 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1766
1767 # Only perform the check for file, if the check method requires it
1768 case "$deplibs_check_method" in
1769 file_magic*)
1770 if test "$file_magic_cmd" = '${MAGIC}'; then
1771 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1772 echo "configure:1773: checking for ${ac_tool_prefix}file" >&5
1773 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
1774 echo $ac_n "(cached) $ac_c" 1>&6
1775 else
1776 case "$MAGIC" in
1777 /*)
1778 lt_cv_path_MAGIC="$MAGIC" # Let the user override the test with a path.
1779 ;;
1780 ?:/*)
1781 ac_cv_path_MAGIC="$MAGIC" # Let the user override the test with a dos path.
1782 ;;
1783 *)
1784 ac_save_MAGIC="$MAGIC"
1785 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1786 ac_dummy="/usr/bin:$PATH"
1787 for ac_dir in $ac_dummy; do
1788 test -z "$ac_dir" && ac_dir=.
1789 if test -f $ac_dir/${ac_tool_prefix}file; then
1790 lt_cv_path_MAGIC="$ac_dir/${ac_tool_prefix}file"
1791 if test -n "$file_magic_test_file"; then
1792 case "$deplibs_check_method" in
1793 "file_magic "*)
1794 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1795 MAGIC="$lt_cv_path_MAGIC"
1796 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1797 egrep "$file_magic_regex" > /dev/null; then
1798 :
1799 else
1800 cat <<EOF 1>&2
1801
1802 *** Warning: the command libtool uses to detect shared libraries,
1803 *** $file_magic_cmd, produces output that libtool cannot recognize.
1804 *** The result is that libtool may fail to recognize shared libraries
1805 *** as such. This will affect the creation of libtool libraries that
1806 *** depend on shared libraries, but programs linked with such libtool
1807 *** libraries will work regardless of this problem. Nevertheless, you
1808 *** may want to report the problem to your system manager and/or to
1809 *** bug-libtool@gnu.org
1810
1811 EOF
1812 fi ;;
1813 esac
1814 fi
1815 break
1816 fi
1817 done
1818 IFS="$ac_save_ifs"
1819 MAGIC="$ac_save_MAGIC"
1820 ;;
1821 esac
1822 fi
1823
1824 MAGIC="$lt_cv_path_MAGIC"
1825 if test -n "$MAGIC"; then
1826 echo "$ac_t""$MAGIC" 1>&6
1827 else
1828 echo "$ac_t""no" 1>&6
1829 fi
1830
1831 if test -z "$lt_cv_path_MAGIC"; then
1832 if test -n "$ac_tool_prefix"; then
1833 echo $ac_n "checking for file""... $ac_c" 1>&6
1834 echo "configure:1835: checking for file" >&5
1835 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
1836 echo $ac_n "(cached) $ac_c" 1>&6
1837 else
1838 case "$MAGIC" in
1839 /*)
1840 lt_cv_path_MAGIC="$MAGIC" # Let the user override the test with a path.
1841 ;;
1842 ?:/*)
1843 ac_cv_path_MAGIC="$MAGIC" # Let the user override the test with a dos path.
1844 ;;
1845 *)
1846 ac_save_MAGIC="$MAGIC"
1847 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1848 ac_dummy="/usr/bin:$PATH"
1849 for ac_dir in $ac_dummy; do
1850 test -z "$ac_dir" && ac_dir=.
1851 if test -f $ac_dir/file; then
1852 lt_cv_path_MAGIC="$ac_dir/file"
1853 if test -n "$file_magic_test_file"; then
1854 case "$deplibs_check_method" in
1855 "file_magic "*)
1856 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1857 MAGIC="$lt_cv_path_MAGIC"
1858 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1859 egrep "$file_magic_regex" > /dev/null; then
1860 :
1861 else
1862 cat <<EOF 1>&2
1863
1864 *** Warning: the command libtool uses to detect shared libraries,
1865 *** $file_magic_cmd, produces output that libtool cannot recognize.
1866 *** The result is that libtool may fail to recognize shared libraries
1867 *** as such. This will affect the creation of libtool libraries that
1868 *** depend on shared libraries, but programs linked with such libtool
1869 *** libraries will work regardless of this problem. Nevertheless, you
1870 *** may want to report the problem to your system manager and/or to
1871 *** bug-libtool@gnu.org
1872
1873 EOF
1874 fi ;;
1875 esac
1876 fi
1877 break
1878 fi
1879 done
1880 IFS="$ac_save_ifs"
1881 MAGIC="$ac_save_MAGIC"
1882 ;;
1883 esac
1884 fi
1885
1886 MAGIC="$lt_cv_path_MAGIC"
1887 if test -n "$MAGIC"; then
1888 echo "$ac_t""$MAGIC" 1>&6
1889 else
1890 echo "$ac_t""no" 1>&6
1891 fi
1892
1893 else
1894 MAGIC=:
1895 fi
1896 fi
1897
1898 fi
1899 ;;
1900 esac
1901
1902 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1903 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1904 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1905 echo "configure:1906: checking for $ac_word" >&5
1906 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1907 echo $ac_n "(cached) $ac_c" 1>&6
1908 else
1909 if test -n "$RANLIB"; then
1910 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1911 else
1912 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1913 ac_dummy="$PATH"
1914 for ac_dir in $ac_dummy; do
1915 test -z "$ac_dir" && ac_dir=.
1916 if test -f $ac_dir/$ac_word; then
1917 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
1918 break
1919 fi
1920 done
1921 IFS="$ac_save_ifs"
1922 fi
1923 fi
1924 RANLIB="$ac_cv_prog_RANLIB"
1925 if test -n "$RANLIB"; then
1926 echo "$ac_t""$RANLIB" 1>&6
1927 else
1928 echo "$ac_t""no" 1>&6
1929 fi
1930
1931
1932 if test -z "$ac_cv_prog_RANLIB"; then
1933 if test -n "$ac_tool_prefix"; then
1934 # Extract the first word of "ranlib", so it can be a program name with args.
1935 set dummy ranlib; ac_word=$2
1936 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1937 echo "configure:1938: checking for $ac_word" >&5
1938 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1939 echo $ac_n "(cached) $ac_c" 1>&6
1940 else
1941 if test -n "$RANLIB"; then
1942 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1943 else
1944 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1945 ac_dummy="$PATH"
1946 for ac_dir in $ac_dummy; do
1947 test -z "$ac_dir" && ac_dir=.
1948 if test -f $ac_dir/$ac_word; then
1949 ac_cv_prog_RANLIB="ranlib"
1950 break
1951 fi
1952 done
1953 IFS="$ac_save_ifs"
1954 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1955 fi
1956 fi
1957 RANLIB="$ac_cv_prog_RANLIB"
1958 if test -n "$RANLIB"; then
1959 echo "$ac_t""$RANLIB" 1>&6
1960 else
1961 echo "$ac_t""no" 1>&6
1962 fi
1963
1964 else
1965 RANLIB=":"
1966 fi
1967 fi
1968
1969 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1970 set dummy ${ac_tool_prefix}strip; ac_word=$2
1971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1972 echo "configure:1973: checking for $ac_word" >&5
1973 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
1974 echo $ac_n "(cached) $ac_c" 1>&6
1975 else
1976 if test -n "$STRIP"; then
1977 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1978 else
1979 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
1980 ac_dummy="$PATH"
1981 for ac_dir in $ac_dummy; do
1982 test -z "$ac_dir" && ac_dir=.
1983 if test -f $ac_dir/$ac_word; then
1984 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1985 break
1986 fi
1987 done
1988 IFS="$ac_save_ifs"
1989 fi
1990 fi
1991 STRIP="$ac_cv_prog_STRIP"
1992 if test -n "$STRIP"; then
1993 echo "$ac_t""$STRIP" 1>&6
1994 else
1995 echo "$ac_t""no" 1>&6
1996 fi
1997
1998
1999 if test -z "$ac_cv_prog_STRIP"; then
2000 if test -n "$ac_tool_prefix"; then
2001 # Extract the first word of "strip", so it can be a program name with args.
2002 set dummy strip; ac_word=$2
2003 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2004 echo "configure:2005: checking for $ac_word" >&5
2005 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2006 echo $ac_n "(cached) $ac_c" 1>&6
2007 else
2008 if test -n "$STRIP"; then
2009 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2010 else
2011 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2012 ac_dummy="$PATH"
2013 for ac_dir in $ac_dummy; do
2014 test -z "$ac_dir" && ac_dir=.
2015 if test -f $ac_dir/$ac_word; then
2016 ac_cv_prog_STRIP="strip"
2017 break
2018 fi
2019 done
2020 IFS="$ac_save_ifs"
2021 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP=":"
2022 fi
2023 fi
2024 STRIP="$ac_cv_prog_STRIP"
2025 if test -n "$STRIP"; then
2026 echo "$ac_t""$STRIP" 1>&6
2027 else
2028 echo "$ac_t""no" 1>&6
2029 fi
2030
2031 else
2032 STRIP=":"
2033 fi
2034 fi
2035
2036
2037 # Check for any special flags to pass to ltconfig.
2038 libtool_flags="--cache-file=$cache_file"
2039 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
2040 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
2041 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
2042 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
2043 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
2044
2045 libtool_flags="$libtool_flags --enable-win32-dll"
2046 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2047 if test "${enable_libtool_lock+set}" = set; then
2048 enableval="$enable_libtool_lock"
2049 :
2050 fi
2051
2052 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
2053 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
2054
2055 # Check whether --with-pic or --without-pic was given.
2056 if test "${with_pic+set}" = set; then
2057 withval="$with_pic"
2058 pic_mode="$withval"
2059 else
2060 pic_mode=default
2061 fi
2062
2063 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
2064 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
2065
2066 # Some flags need to be propagated to the compiler or linker for good
2067 # libtool support.
2068 case "$host" in
2069 *-*-irix6*)
2070 # Find out which ABI we are using.
2071 echo '#line 2072 "configure"' > conftest.$ac_ext
2072 if { (eval echo configure:2073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2073 case "`/usr/bin/file conftest.o`" in
2074 *32-bit*)
2075 LD="${LD-ld} -32"
2076 ;;
2077 *N32*)
2078 LD="${LD-ld} -n32"
2079 ;;
2080 *64-bit*)
2081 LD="${LD-ld} -64"
2082 ;;
2083 esac
2084 fi
2085 rm -rf conftest*
2086 ;;
2087
2088 *-*-sco3.2v5*)
2089 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2090 SAVE_CFLAGS="$CFLAGS"
2091 CFLAGS="$CFLAGS -belf"
2092 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2093 echo "configure:2094: checking whether the C compiler needs -belf" >&5
2094 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2095 echo $ac_n "(cached) $ac_c" 1>&6
2096 else
2097
2098 ac_ext=c
2099 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2100 ac_cpp='$CPP $CPPFLAGS'
2101 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2102 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2103 cross_compiling=$ac_cv_prog_cc_cross
2104
2105 cat > conftest.$ac_ext <<EOF
2106 #line 2107 "configure"
2107 #include "confdefs.h"
2108
2109 int main() {
2110
2111 ; return 0; }
2112 EOF
2113 if { (eval echo configure:2114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2114 rm -rf conftest*
2115 lt_cv_cc_needs_belf=yes
2116 else
2117 echo "configure: failed program was:" >&5
2118 cat conftest.$ac_ext >&5
2119 rm -rf conftest*
2120 lt_cv_cc_needs_belf=no
2121 fi
2122 rm -f conftest*
2123 ac_ext=c
2124 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2125 ac_cpp='$CPP $CPPFLAGS'
2126 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2127 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2128 cross_compiling=$ac_cv_prog_cc_cross
2129
2130 fi
2131
2132 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2133 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
2134 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2135 CFLAGS="$SAVE_CFLAGS"
2136 fi
2137 ;;
2138
2139 *-*-cygwin* | *-*-mingw*)
2140 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
2141 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
2142 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2143 echo "configure:2144: checking for $ac_word" >&5
2144 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
2145 echo $ac_n "(cached) $ac_c" 1>&6
2146 else
2147 if test -n "$DLLTOOL"; then
2148 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
2149 else
2150 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2151 ac_dummy="$PATH"
2152 for ac_dir in $ac_dummy; do
2153 test -z "$ac_dir" && ac_dir=.
2154 if test -f $ac_dir/$ac_word; then
2155 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
2156 break
2157 fi
2158 done
2159 IFS="$ac_save_ifs"
2160 fi
2161 fi
2162 DLLTOOL="$ac_cv_prog_DLLTOOL"
2163 if test -n "$DLLTOOL"; then
2164 echo "$ac_t""$DLLTOOL" 1>&6
2165 else
2166 echo "$ac_t""no" 1>&6
2167 fi
2168
2169
2170 if test -z "$ac_cv_prog_DLLTOOL"; then
2171 if test -n "$ac_tool_prefix"; then
2172 # Extract the first word of "dlltool", so it can be a program name with args.
2173 set dummy dlltool; ac_word=$2
2174 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2175 echo "configure:2176: checking for $ac_word" >&5
2176 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
2177 echo $ac_n "(cached) $ac_c" 1>&6
2178 else
2179 if test -n "$DLLTOOL"; then
2180 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
2181 else
2182 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2183 ac_dummy="$PATH"
2184 for ac_dir in $ac_dummy; do
2185 test -z "$ac_dir" && ac_dir=.
2186 if test -f $ac_dir/$ac_word; then
2187 ac_cv_prog_DLLTOOL="dlltool"
2188 break
2189 fi
2190 done
2191 IFS="$ac_save_ifs"
2192 test -z "$ac_cv_prog_DLLTOOL" && ac_cv_prog_DLLTOOL="false"
2193 fi
2194 fi
2195 DLLTOOL="$ac_cv_prog_DLLTOOL"
2196 if test -n "$DLLTOOL"; then
2197 echo "$ac_t""$DLLTOOL" 1>&6
2198 else
2199 echo "$ac_t""no" 1>&6
2200 fi
2201
2202 else
2203 DLLTOOL="false"
2204 fi
2205 fi
2206
2207 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2208 set dummy ${ac_tool_prefix}as; ac_word=$2
2209 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2210 echo "configure:2211: checking for $ac_word" >&5
2211 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
2212 echo $ac_n "(cached) $ac_c" 1>&6
2213 else
2214 if test -n "$AS"; then
2215 ac_cv_prog_AS="$AS" # Let the user override the test.
2216 else
2217 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2218 ac_dummy="$PATH"
2219 for ac_dir in $ac_dummy; do
2220 test -z "$ac_dir" && ac_dir=.
2221 if test -f $ac_dir/$ac_word; then
2222 ac_cv_prog_AS="${ac_tool_prefix}as"
2223 break
2224 fi
2225 done
2226 IFS="$ac_save_ifs"
2227 fi
2228 fi
2229 AS="$ac_cv_prog_AS"
2230 if test -n "$AS"; then
2231 echo "$ac_t""$AS" 1>&6
2232 else
2233 echo "$ac_t""no" 1>&6
2234 fi
2235
2236
2237 if test -z "$ac_cv_prog_AS"; then
2238 if test -n "$ac_tool_prefix"; then
2239 # Extract the first word of "as", so it can be a program name with args.
2240 set dummy as; ac_word=$2
2241 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2242 echo "configure:2243: checking for $ac_word" >&5
2243 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
2244 echo $ac_n "(cached) $ac_c" 1>&6
2245 else
2246 if test -n "$AS"; then
2247 ac_cv_prog_AS="$AS" # Let the user override the test.
2248 else
2249 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2250 ac_dummy="$PATH"
2251 for ac_dir in $ac_dummy; do
2252 test -z "$ac_dir" && ac_dir=.
2253 if test -f $ac_dir/$ac_word; then
2254 ac_cv_prog_AS="as"
2255 break
2256 fi
2257 done
2258 IFS="$ac_save_ifs"
2259 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS="false"
2260 fi
2261 fi
2262 AS="$ac_cv_prog_AS"
2263 if test -n "$AS"; then
2264 echo "$ac_t""$AS" 1>&6
2265 else
2266 echo "$ac_t""no" 1>&6
2267 fi
2268
2269 else
2270 AS="false"
2271 fi
2272 fi
2273
2274 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
2275 set dummy ${ac_tool_prefix}objdump; ac_word=$2
2276 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2277 echo "configure:2278: checking for $ac_word" >&5
2278 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
2279 echo $ac_n "(cached) $ac_c" 1>&6
2280 else
2281 if test -n "$OBJDUMP"; then
2282 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
2283 else
2284 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2285 ac_dummy="$PATH"
2286 for ac_dir in $ac_dummy; do
2287 test -z "$ac_dir" && ac_dir=.
2288 if test -f $ac_dir/$ac_word; then
2289 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
2290 break
2291 fi
2292 done
2293 IFS="$ac_save_ifs"
2294 fi
2295 fi
2296 OBJDUMP="$ac_cv_prog_OBJDUMP"
2297 if test -n "$OBJDUMP"; then
2298 echo "$ac_t""$OBJDUMP" 1>&6
2299 else
2300 echo "$ac_t""no" 1>&6
2301 fi
2302
2303
2304 if test -z "$ac_cv_prog_OBJDUMP"; then
2305 if test -n "$ac_tool_prefix"; then
2306 # Extract the first word of "objdump", so it can be a program name with args.
2307 set dummy objdump; ac_word=$2
2308 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2309 echo "configure:2310: checking for $ac_word" >&5
2310 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
2311 echo $ac_n "(cached) $ac_c" 1>&6
2312 else
2313 if test -n "$OBJDUMP"; then
2314 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
2315 else
2316 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
2317 ac_dummy="$PATH"
2318 for ac_dir in $ac_dummy; do
2319 test -z "$ac_dir" && ac_dir=.
2320 if test -f $ac_dir/$ac_word; then
2321 ac_cv_prog_OBJDUMP="objdump"
2322 break
2323 fi
2324 done
2325 IFS="$ac_save_ifs"
2326 test -z "$ac_cv_prog_OBJDUMP" && ac_cv_prog_OBJDUMP="false"
2327 fi
2328 fi
2329 OBJDUMP="$ac_cv_prog_OBJDUMP"
2330 if test -n "$OBJDUMP"; then
2331 echo "$ac_t""$OBJDUMP" 1>&6
2332 else
2333 echo "$ac_t""no" 1>&6
2334 fi
2335
2336 else
2337 OBJDUMP="false"
2338 fi
2339 fi
2340
2341
2342 # recent cygwin and mingw systems supply a stub DllMain which the user
2343 # can override, but on older systems we have to supply one
2344 echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6
2345 echo "configure:2346: checking if libtool should supply DllMain function" >&5
2346 if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
2347 echo $ac_n "(cached) $ac_c" 1>&6
2348 else
2349 cat > conftest.$ac_ext <<EOF
2350 #line 2351 "configure"
2351 #include "confdefs.h"
2352
2353 int main() {
2354 extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
2355 DllMain (0, 0, 0);
2356 ; return 0; }
2357 EOF
2358 if { (eval echo configure:2359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2359 rm -rf conftest*
2360 lt_cv_need_dllmain=no
2361 else
2362 echo "configure: failed program was:" >&5
2363 cat conftest.$ac_ext >&5
2364 rm -rf conftest*
2365 lt_cv_need_dllmain=yes
2366 fi
2367 rm -f conftest*
2368 fi
2369
2370 echo "$ac_t""$lt_cv_need_dllmain" 1>&6
2371
2372 case "$host/$CC" in
2373 *-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)
2374 # old mingw systems require "-dll" to link a DLL, while more recent ones
2375 # require "-mdll"
2376 SAVE_CFLAGS="$CFLAGS"
2377 CFLAGS="$CFLAGS -mdll"
2378 echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6
2379 echo "configure:2380: checking how to link DLLs" >&5
2380 if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
2381 echo $ac_n "(cached) $ac_c" 1>&6
2382 else
2383 cat > conftest.$ac_ext <<EOF
2384 #line 2385 "configure"
2385 #include "confdefs.h"
2386
2387 int main() {
2388
2389 ; return 0; }
2390 EOF
2391 if { (eval echo configure:2392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2392 rm -rf conftest*
2393 lt_cv_cc_dll_switch=-mdll
2394 else
2395 echo "configure: failed program was:" >&5
2396 cat conftest.$ac_ext >&5
2397 rm -rf conftest*
2398 lt_cv_cc_dll_switch=-dll
2399 fi
2400 rm -f conftest*
2401 fi
2402
2403 echo "$ac_t""$lt_cv_cc_dll_switch" 1>&6
2404 CFLAGS="$SAVE_CFLAGS" ;;
2405 *-*-cygwin*)
2406 # cygwin systems need to pass --dll to the linker, and not link
2407 # crt.o which will require a WinMain@16 definition.
2408 lt_cv_cc_dll_switch="-Wl,--dll -nostartfiles" ;;
2409 esac
2410 ;;
2411
2412 esac
2413
2414
2415 # Save cache, so that ltconfig can load it
2416 cat > confcache <<\EOF
2417 # This file is a shell script that caches the results of configure
2418 # tests run on this system so they can be shared between configure
2419 # scripts and configure runs. It is not useful on other systems.
2420 # If it contains results you don't want to keep, you may remove or edit it.
2421 #
2422 # By default, configure uses ./config.cache as the cache file,
2423 # creating it if it does not exist already. You can give configure
2424 # the --cache-file=FILE option to use a different cache file; that is
2425 # what configure does when it calls configure scripts in
2426 # subdirectories, so they share the cache.
2427 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2428 # config.status only pays attention to the cache file if you give it the
2429 # --recheck option to rerun configure.
2430 #
2431 EOF
2432 # The following way of writing the cache mishandles newlines in values,
2433 # but we know of no workaround that is simple, portable, and efficient.
2434 # So, don't put newlines in cache variables' values.
2435 # Ultrix sh set writes to stderr and can't be redirected directly,
2436 # and sets the high bit in the cache file unless we assign to the vars.
2437 (set) 2>&1 |
2438 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2439 *ac_space=\ *)
2440 # `set' does not quote correctly, so add quotes (double-quote substitution
2441 # turns \\\\ into \\, and sed turns \\ into \).
2442 sed -n \
2443 -e "s/'/'\\\\''/g" \
2444 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2445 ;;
2446 *)
2447 # `set' quotes correctly as required by POSIX, so do not add quotes.
2448 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2449 ;;
2450 esac >> confcache
2451 if cmp -s $cache_file confcache; then
2452 :
2453 else
2454 if test -w $cache_file; then
2455 echo "updating cache $cache_file"
2456 cat confcache > $cache_file
2457 else
2458 echo "not updating unwritable cache $cache_file"
2459 fi
2460 fi
2461 rm -f confcache
2462
2463
2464 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2465 AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
2466 MAGIC="$MAGIC" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
2467 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
2468 AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
2469 objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
2470 deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
2471 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
2472 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
2473 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2474
2475 # Reload cache, that may have been modified by ltconfig
2476 if test -r "$cache_file"; then
2477 echo "loading cache $cache_file"
2478 . $cache_file
2479 else
2480 echo "creating cache $cache_file"
2481 > $cache_file
2482 fi
2483
2484
2485 # This can be used to rebuild libtool when needed
2486 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2487
2488 # Always use our own libtool.
2489 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2490
2491 # Redirect the config.log output again, so that the ltconfig log is not
2492 # clobbered by the next message.
2493 exec 5>>./config.log
2494
2495
2496
2497
2498
2499
2500
2501 # Check whether --enable-objc-gc or --disable-objc-gc was given.
2502 if test "${enable_objc_gc+set}" = set; then
2503 enableval="$enable_objc_gc"
2504 if [ x$enable_objc_gc = xno ]; then
2505 OBJC_BOEHM_GC=''
2506 else
2507 OBJC_BOEHM_GC=libobjc_gc.la
2508 fi
2509 else
2510 OBJC_BOEHM_GC=''
2511 fi
2512
2513
2514
2515
2516 # We need multilib support, but only if configuring for the target.
2517 trap '' 1 2 15
2518 cat > confcache <<\EOF
2519 # This file is a shell script that caches the results of configure
2520 # tests run on this system so they can be shared between configure
2521 # scripts and configure runs. It is not useful on other systems.
2522 # If it contains results you don't want to keep, you may remove or edit it.
2523 #
2524 # By default, configure uses ./config.cache as the cache file,
2525 # creating it if it does not exist already. You can give configure
2526 # the --cache-file=FILE option to use a different cache file; that is
2527 # what configure does when it calls configure scripts in
2528 # subdirectories, so they share the cache.
2529 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2530 # config.status only pays attention to the cache file if you give it the
2531 # --recheck option to rerun configure.
2532 #
2533 EOF
2534 # The following way of writing the cache mishandles newlines in values,
2535 # but we know of no workaround that is simple, portable, and efficient.
2536 # So, don't put newlines in cache variables' values.
2537 # Ultrix sh set writes to stderr and can't be redirected directly,
2538 # and sets the high bit in the cache file unless we assign to the vars.
2539 (set) 2>&1 |
2540 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2541 *ac_space=\ *)
2542 # `set' does not quote correctly, so add quotes (double-quote substitution
2543 # turns \\\\ into \\, and sed turns \\ into \).
2544 sed -n \
2545 -e "s/'/'\\\\''/g" \
2546 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2547 ;;
2548 *)
2549 # `set' quotes correctly as required by POSIX, so do not add quotes.
2550 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2551 ;;
2552 esac >> confcache
2553 if cmp -s $cache_file confcache; then
2554 :
2555 else
2556 if test -w $cache_file; then
2557 echo "updating cache $cache_file"
2558 cat confcache > $cache_file
2559 else
2560 echo "not updating unwritable cache $cache_file"
2561 fi
2562 fi
2563 rm -f confcache
2564
2565 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2566
2567 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2568 # Let make expand exec_prefix.
2569 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2570
2571 # Any assignment to VPATH causes Sun make to only execute
2572 # the first set of double-colon rules, so remove it if not needed.
2573 # If there is a colon in the path, we need to keep it.
2574 if test "x$srcdir" = x.; then
2575 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2576 fi
2577
2578 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2579
2580 DEFS=-DHAVE_CONFIG_H
2581
2582 # Without the "./", some shells look in PATH for config.status.
2583 : ${CONFIG_STATUS=./config.status}
2584
2585 echo creating $CONFIG_STATUS
2586 rm -f $CONFIG_STATUS
2587 cat > $CONFIG_STATUS <<EOF
2588 #! /bin/sh
2589 # Generated automatically by configure.
2590 # Run this file to recreate the current configuration.
2591 # This directory was configured as follows,
2592 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2593 #
2594 # $0 $ac_configure_args
2595 #
2596 # Compiler output produced by configure, useful for debugging
2597 # configure, is in ./config.log if it exists.
2598
2599 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2600 for ac_option
2601 do
2602 case "\$ac_option" in
2603 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2604 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2605 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2606 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2607 echo "$CONFIG_STATUS generated by autoconf version 2.13"
2608 exit 0 ;;
2609 -help | --help | --hel | --he | --h)
2610 echo "\$ac_cs_usage"; exit 0 ;;
2611 *) echo "\$ac_cs_usage"; exit 1 ;;
2612 esac
2613 done
2614
2615 ac_given_srcdir=$srcdir
2616 ac_given_INSTALL="$INSTALL"
2617
2618 trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2619 EOF
2620 cat >> $CONFIG_STATUS <<EOF
2621
2622 # Protect against being on the right side of a sed subst in config.status.
2623 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2624 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2625 $ac_vpsub
2626 $extrasub
2627 s%@SHELL@%$SHELL%g
2628 s%@CFLAGS@%$CFLAGS%g
2629 s%@CPPFLAGS@%$CPPFLAGS%g
2630 s%@CXXFLAGS@%$CXXFLAGS%g
2631 s%@FFLAGS@%$FFLAGS%g
2632 s%@DEFS@%$DEFS%g
2633 s%@LDFLAGS@%$LDFLAGS%g
2634 s%@LIBS@%$LIBS%g
2635 s%@exec_prefix@%$exec_prefix%g
2636 s%@prefix@%$prefix%g
2637 s%@program_transform_name@%$program_transform_name%g
2638 s%@bindir@%$bindir%g
2639 s%@sbindir@%$sbindir%g
2640 s%@libexecdir@%$libexecdir%g
2641 s%@datadir@%$datadir%g
2642 s%@sysconfdir@%$sysconfdir%g
2643 s%@sharedstatedir@%$sharedstatedir%g
2644 s%@localstatedir@%$localstatedir%g
2645 s%@libdir@%$libdir%g
2646 s%@includedir@%$includedir%g
2647 s%@oldincludedir@%$oldincludedir%g
2648 s%@infodir@%$infodir%g
2649 s%@mandir@%$mandir%g
2650 s%@CC@%$CC%g
2651 s%@AR@%$AR%g
2652 s%@RANLIB@%$RANLIB%g
2653 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2654 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2655 s%@INSTALL_DATA@%$INSTALL_DATA%g
2656 s%@CPP@%$CPP%g
2657 s%@GTHREAD_FLAGS@%$GTHREAD_FLAGS%g
2658 s%@host@%$host%g
2659 s%@host_alias@%$host_alias%g
2660 s%@host_cpu@%$host_cpu%g
2661 s%@host_vendor@%$host_vendor%g
2662 s%@host_os@%$host_os%g
2663 s%@build@%$build%g
2664 s%@build_alias@%$build_alias%g
2665 s%@build_cpu@%$build_cpu%g
2666 s%@build_vendor@%$build_vendor%g
2667 s%@build_os@%$build_os%g
2668 s%@LN_S@%$LN_S%g
2669 s%@OBJEXT@%$OBJEXT%g
2670 s%@EXEEXT@%$EXEEXT%g
2671 s%@STRIP@%$STRIP%g
2672 s%@DLLTOOL@%$DLLTOOL%g
2673 s%@AS@%$AS%g
2674 s%@OBJDUMP@%$OBJDUMP%g
2675 s%@LIBTOOL@%$LIBTOOL%g
2676 s%@OBJC_BOEHM_GC@%$OBJC_BOEHM_GC%g
2677
2678 CEOF
2679 EOF
2680
2681 cat >> $CONFIG_STATUS <<\EOF
2682
2683 # Split the substitutions into bite-sized pieces for seds with
2684 # small command number limits, like on Digital OSF/1 and HP-UX.
2685 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2686 ac_file=1 # Number of current file.
2687 ac_beg=1 # First line for current file.
2688 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2689 ac_more_lines=:
2690 ac_sed_cmds=""
2691 while $ac_more_lines; do
2692 if test $ac_beg -gt 1; then
2693 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2694 else
2695 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2696 fi
2697 if test ! -s conftest.s$ac_file; then
2698 ac_more_lines=false
2699 rm -f conftest.s$ac_file
2700 else
2701 if test -z "$ac_sed_cmds"; then
2702 ac_sed_cmds="sed -f conftest.s$ac_file"
2703 else
2704 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2705 fi
2706 ac_file=`expr $ac_file + 1`
2707 ac_beg=$ac_end
2708 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2709 fi
2710 done
2711 if test -z "$ac_sed_cmds"; then
2712 ac_sed_cmds=cat
2713 fi
2714 EOF
2715
2716 cat >> $CONFIG_STATUS <<EOF
2717
2718 CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
2719 EOF
2720 cat >> $CONFIG_STATUS <<\EOF
2721 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2722 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2723 case "$ac_file" in
2724 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2725 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2726 *) ac_file_in="${ac_file}.in" ;;
2727 esac
2728
2729 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2730
2731 # Remove last slash and all that follows it. Not all systems have dirname.
2732 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2733 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2734 # The file is in a subdirectory.
2735 test ! -d "$ac_dir" && mkdir "$ac_dir"
2736 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2737 # A "../" for each directory in $ac_dir_suffix.
2738 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2739 else
2740 ac_dir_suffix= ac_dots=
2741 fi
2742
2743 case "$ac_given_srcdir" in
2744 .) srcdir=.
2745 if test -z "$ac_dots"; then top_srcdir=.
2746 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2747 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2748 *) # Relative path.
2749 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2750 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2751 esac
2752
2753 case "$ac_given_INSTALL" in
2754 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2755 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2756 esac
2757
2758 echo creating "$ac_file"
2759 rm -f "$ac_file"
2760 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2761 case "$ac_file" in
2762 *Makefile*) ac_comsub="1i\\
2763 # $configure_input" ;;
2764 *) ac_comsub= ;;
2765 esac
2766
2767 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2768 sed -e "$ac_comsub
2769 s%@configure_input@%$configure_input%g
2770 s%@srcdir@%$srcdir%g
2771 s%@top_srcdir@%$top_srcdir%g
2772 s%@INSTALL@%$INSTALL%g
2773 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2774 fi; done
2775 rm -f conftest.s*
2776
2777 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2778 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2779 #
2780 # ac_d sets the value in "#define NAME VALUE" lines.
2781 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2782 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2783 ac_dC='\3'
2784 ac_dD='%g'
2785 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2786 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2787 ac_uB='\([ ]\)%\1#\2define\3'
2788 ac_uC=' '
2789 ac_uD='\4%g'
2790 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2791 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2792 ac_eB='$%\1#\2define\3'
2793 ac_eC=' '
2794 ac_eD='%g'
2795
2796 if test "${CONFIG_HEADERS+set}" != set; then
2797 EOF
2798 cat >> $CONFIG_STATUS <<EOF
2799 CONFIG_HEADERS="config.h"
2800 EOF
2801 cat >> $CONFIG_STATUS <<\EOF
2802 fi
2803 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2804 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2805 case "$ac_file" in
2806 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2807 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2808 *) ac_file_in="${ac_file}.in" ;;
2809 esac
2810
2811 echo creating $ac_file
2812
2813 rm -f conftest.frag conftest.in conftest.out
2814 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2815 cat $ac_file_inputs > conftest.in
2816
2817 EOF
2818
2819 # Transform confdefs.h into a sed script conftest.vals that substitutes
2820 # the proper values into config.h.in to produce config.h. And first:
2821 # Protect against being on the right side of a sed subst in config.status.
2822 # Protect against being in an unquoted here document in config.status.
2823 rm -f conftest.vals
2824 cat > conftest.hdr <<\EOF
2825 s/[\\&%]/\\&/g
2826 s%[\\$`]%\\&%g
2827 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2828 s%ac_d%ac_u%gp
2829 s%ac_u%ac_e%gp
2830 EOF
2831 sed -n -f conftest.hdr confdefs.h > conftest.vals
2832 rm -f conftest.hdr
2833
2834 # This sed command replaces #undef with comments. This is necessary, for
2835 # example, in the case of _POSIX_SOURCE, which is predefined and required
2836 # on some systems where configure will not decide to define it.
2837 cat >> conftest.vals <<\EOF
2838 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2839 EOF
2840
2841 # Break up conftest.vals because some shells have a limit on
2842 # the size of here documents, and old seds have small limits too.
2843
2844 rm -f conftest.tail
2845 while :
2846 do
2847 ac_lines=`grep -c . conftest.vals`
2848 # grep -c gives empty output for an empty file on some AIX systems.
2849 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2850 # Write a limited-size here document to conftest.frag.
2851 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2852 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2853 echo 'CEOF
2854 sed -f conftest.frag conftest.in > conftest.out
2855 rm -f conftest.in
2856 mv conftest.out conftest.in
2857 ' >> $CONFIG_STATUS
2858 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2859 rm -f conftest.vals
2860 mv conftest.tail conftest.vals
2861 done
2862 rm -f conftest.vals
2863
2864 cat >> $CONFIG_STATUS <<\EOF
2865 rm -f conftest.frag conftest.h
2866 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2867 cat conftest.in >> conftest.h
2868 rm -f conftest.in
2869 if cmp -s $ac_file conftest.h 2>/dev/null; then
2870 echo "$ac_file is unchanged"
2871 rm -f conftest.h
2872 else
2873 # Remove last slash and all that follows it. Not all systems have dirname.
2874 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2875 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2876 # The file is in a subdirectory.
2877 test ! -d "$ac_dir" && mkdir "$ac_dir"
2878 fi
2879 rm -f $ac_file
2880 mv conftest.h $ac_file
2881 fi
2882 fi; done
2883
2884 EOF
2885 cat >> $CONFIG_STATUS <<EOF
2886 srcdir=${srcdir}
2887 host=${host}
2888 target=${target}
2889 with_target_subdir=${with_target_subdir}
2890 with_multisubdir=${with_multisubdir}
2891 ac_configure_args="--enable-multilib ${ac_configure_args}"
2892 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
2893 topsrcdir=${topsrcdir}
2894
2895 EOF
2896 cat >> $CONFIG_STATUS <<\EOF
2897 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
2898 if test -n "$CONFIG_FILES"; then
2899 if test -n "${with_target_subdir}"; then
2900 # FIXME: We shouldn't need to set ac_file
2901 ac_file=Makefile
2902 . ${topsrcdir}/config-ml.in
2903 fi
2904 fi
2905 exit 0
2906 EOF
2907 chmod +x $CONFIG_STATUS
2908 rm -fr confdefs* $ac_clean_files
2909 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2910
2911