* lib/gdb.exp (build_id_debug_filename_get): Improve check for
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
4 #
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
11
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14 emulate sh
15 NULLCMD=:
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix
21 fi
22 DUALCASE=1; export DUALCASE # for MKS sh
23
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26 as_unset=unset
27 else
28 as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME
43 do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
46 else
47 $as_unset $as_var
48 fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
54 else
55 as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59 as_basename=basename
60 else
61 as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
75 s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
90 chmod +x conf$$.sh
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92 PATH_SEPARATOR=';'
93 else
94 PATH_SEPARATOR=:
95 fi
96 rm -f conf$$.sh
97 fi
98
99
100 as_lineno_1=$LINENO
101 as_lineno_2=$LINENO
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" || {
105 # Find who we are. Look in the path if we contain no path at all
106 # relative or not.
107 case $0 in
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112 IFS=$as_save_IFS
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117 ;;
118 esac
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x; then
122 as_myself=$0
123 fi
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
127 fi
128 case $CONFIG_SHELL in
129 '')
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133 IFS=$as_save_IFS
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
136 case $as_dir in
137 /*)
138 if ("$as_dir/$as_base" -c '
139 as_lineno_1=$LINENO
140 as_lineno_2=$LINENO
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146 CONFIG_SHELL=$as_dir/$as_base
147 export CONFIG_SHELL
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149 fi;;
150 esac
151 done
152 done
153 ;;
154 esac
155
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
165 sed '
166 N
167 s,$,-,
168 : loop
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170 t loop
171 s,-$,,
172 s,^['$as_cr_digits']*\n,,
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
177
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
181 . ./$as_me.lineno
182 # Exit status is that of the last command.
183 exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T=' ' ;;
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
196 else
197 as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe; then
206 # Don't use ln at all; we don't have any links
207 as_ln_s='cp -p'
208 else
209 as_ln_s='ln -s'
210 fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212 as_ln_s=ln
213 else
214 as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=:
220 else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false
223 fi
224
225 as_executable_p="test -f"
226
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232
233
234 # IFS
235 # We need space, tab and new line, in precisely that order.
236 as_nl='
237 '
238 IFS=" $as_nl"
239
240 # CDPATH.
241 $as_unset CDPATH
242
243
244 # Name of the host.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249 exec 6>&1
250
251 #
252 # Initializations.
253 #
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
256 cross_compiling=no
257 subdirs=
258 MFLAGS=
259 MAKEFLAGS=
260 SHELL=${CONFIG_SHELL-/bin/sh}
261
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
266
267 # Identity of this package.
268 PACKAGE_NAME=
269 PACKAGE_TARNAME=
270 PACKAGE_VERSION=
271 PACKAGE_STRING=
272 PACKAGE_BUGREPORT=
273
274 ac_unique_file="server.c"
275 # Factoring default headers for most tests.
276 ac_includes_default="\
277 #include <stdio.h>
278 #if HAVE_SYS_TYPES_H
279 # include <sys/types.h>
280 #endif
281 #if HAVE_SYS_STAT_H
282 # include <sys/stat.h>
283 #endif
284 #if STDC_HEADERS
285 # include <stdlib.h>
286 # include <stddef.h>
287 #else
288 # if HAVE_STDLIB_H
289 # include <stdlib.h>
290 # endif
291 #endif
292 #if HAVE_STRING_H
293 # if !STDC_HEADERS && HAVE_MEMORY_H
294 # include <memory.h>
295 # endif
296 # include <string.h>
297 #endif
298 #if HAVE_STRINGS_H
299 # include <strings.h>
300 #endif
301 #if HAVE_INTTYPES_H
302 # include <inttypes.h>
303 #else
304 # if HAVE_STDINT_H
305 # include <stdint.h>
306 # endif
307 #endif
308 #if HAVE_UNISTD_H
309 # include <unistd.h>
310 #endif"
311
312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CPP EGREP RDYNAMIC GDBSERVER_DEPFILES GDBSERVER_LIBS USE_THREAD_DB srv_xmlbuiltin srv_xmlfiles srv_xmltarget LIBOBJS LTLIBOBJS'
313 ac_subst_files=''
314
315 # Initialize some variables set by options.
316 ac_init_help=
317 ac_init_version=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
320 cache_file=/dev/null
321 exec_prefix=NONE
322 no_create=
323 no_recursion=
324 prefix=NONE
325 program_prefix=NONE
326 program_suffix=NONE
327 program_transform_name=s,x,x,
328 silent=
329 site=
330 srcdir=
331 verbose=
332 x_includes=NONE
333 x_libraries=NONE
334
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir='${exec_prefix}/bin'
341 sbindir='${exec_prefix}/sbin'
342 libexecdir='${exec_prefix}/libexec'
343 datadir='${prefix}/share'
344 sysconfdir='${prefix}/etc'
345 sharedstatedir='${prefix}/com'
346 localstatedir='${prefix}/var'
347 libdir='${exec_prefix}/lib'
348 includedir='${prefix}/include'
349 oldincludedir='/usr/include'
350 infodir='${prefix}/info'
351 mandir='${prefix}/man'
352
353 ac_prev=
354 for ac_option
355 do
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
359 ac_prev=
360 continue
361 fi
362
363 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364
365 # Accept the important Cygnus configure options, so we can diagnose typos.
366
367 case $ac_option in
368
369 -bindir | --bindir | --bindi | --bind | --bin | --bi)
370 ac_prev=bindir ;;
371 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
372 bindir=$ac_optarg ;;
373
374 -build | --build | --buil | --bui | --bu)
375 ac_prev=build_alias ;;
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
377 build_alias=$ac_optarg ;;
378
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
381 ac_prev=cache_file ;;
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
383 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
384 cache_file=$ac_optarg ;;
385
386 --config-cache | -C)
387 cache_file=config.cache ;;
388
389 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
390 ac_prev=datadir ;;
391 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
392 | --da=*)
393 datadir=$ac_optarg ;;
394
395 -disable-* | --disable-*)
396 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
403
404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
411 case $ac_option in
412 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
413 *) ac_optarg=yes ;;
414 esac
415 eval "enable_$ac_feature='$ac_optarg'" ;;
416
417 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
418 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
419 | --exec | --exe | --ex)
420 ac_prev=exec_prefix ;;
421 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
422 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
423 | --exec=* | --exe=* | --ex=*)
424 exec_prefix=$ac_optarg ;;
425
426 -gas | --gas | --ga | --g)
427 # Obsolete; use --with-gas.
428 with_gas=yes ;;
429
430 -help | --help | --hel | --he | -h)
431 ac_init_help=long ;;
432 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
433 ac_init_help=recursive ;;
434 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
435 ac_init_help=short ;;
436
437 -host | --host | --hos | --ho)
438 ac_prev=host_alias ;;
439 -host=* | --host=* | --hos=* | --ho=*)
440 host_alias=$ac_optarg ;;
441
442 -includedir | --includedir | --includedi | --included | --include \
443 | --includ | --inclu | --incl | --inc)
444 ac_prev=includedir ;;
445 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
446 | --includ=* | --inclu=* | --incl=* | --inc=*)
447 includedir=$ac_optarg ;;
448
449 -infodir | --infodir | --infodi | --infod | --info | --inf)
450 ac_prev=infodir ;;
451 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
452 infodir=$ac_optarg ;;
453
454 -libdir | --libdir | --libdi | --libd)
455 ac_prev=libdir ;;
456 -libdir=* | --libdir=* | --libdi=* | --libd=*)
457 libdir=$ac_optarg ;;
458
459 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
460 | --libexe | --libex | --libe)
461 ac_prev=libexecdir ;;
462 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
463 | --libexe=* | --libex=* | --libe=*)
464 libexecdir=$ac_optarg ;;
465
466 -localstatedir | --localstatedir | --localstatedi | --localstated \
467 | --localstate | --localstat | --localsta | --localst \
468 | --locals | --local | --loca | --loc | --lo)
469 ac_prev=localstatedir ;;
470 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
471 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
473 localstatedir=$ac_optarg ;;
474
475 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
476 ac_prev=mandir ;;
477 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
478 mandir=$ac_optarg ;;
479
480 -nfp | --nfp | --nf)
481 # Obsolete; use --without-fp.
482 with_fp=no ;;
483
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
485 | --no-cr | --no-c | -n)
486 no_create=yes ;;
487
488 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
490 no_recursion=yes ;;
491
492 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
493 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
494 | --oldin | --oldi | --old | --ol | --o)
495 ac_prev=oldincludedir ;;
496 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
497 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
499 oldincludedir=$ac_optarg ;;
500
501 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
502 ac_prev=prefix ;;
503 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
504 prefix=$ac_optarg ;;
505
506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
508 ac_prev=program_prefix ;;
509 -program-prefix=* | --program-prefix=* | --program-prefi=* \
510 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
511 program_prefix=$ac_optarg ;;
512
513 -program-suffix | --program-suffix | --program-suffi | --program-suff \
514 | --program-suf | --program-su | --program-s)
515 ac_prev=program_suffix ;;
516 -program-suffix=* | --program-suffix=* | --program-suffi=* \
517 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
518 program_suffix=$ac_optarg ;;
519
520 -program-transform-name | --program-transform-name \
521 | --program-transform-nam | --program-transform-na \
522 | --program-transform-n | --program-transform- \
523 | --program-transform | --program-transfor \
524 | --program-transfo | --program-transf \
525 | --program-trans | --program-tran \
526 | --progr-tra | --program-tr | --program-t)
527 ac_prev=program_transform_name ;;
528 -program-transform-name=* | --program-transform-name=* \
529 | --program-transform-nam=* | --program-transform-na=* \
530 | --program-transform-n=* | --program-transform-=* \
531 | --program-transform=* | --program-transfor=* \
532 | --program-transfo=* | --program-transf=* \
533 | --program-trans=* | --program-tran=* \
534 | --progr-tra=* | --program-tr=* | --program-t=*)
535 program_transform_name=$ac_optarg ;;
536
537 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
538 | -silent | --silent | --silen | --sile | --sil)
539 silent=yes ;;
540
541 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
542 ac_prev=sbindir ;;
543 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
544 | --sbi=* | --sb=*)
545 sbindir=$ac_optarg ;;
546
547 -sharedstatedir | --sharedstatedir | --sharedstatedi \
548 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
549 | --sharedst | --shareds | --shared | --share | --shar \
550 | --sha | --sh)
551 ac_prev=sharedstatedir ;;
552 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
553 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
554 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
555 | --sha=* | --sh=*)
556 sharedstatedir=$ac_optarg ;;
557
558 -site | --site | --sit)
559 ac_prev=site ;;
560 -site=* | --site=* | --sit=*)
561 site=$ac_optarg ;;
562
563 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
564 ac_prev=srcdir ;;
565 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
566 srcdir=$ac_optarg ;;
567
568 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
569 | --syscon | --sysco | --sysc | --sys | --sy)
570 ac_prev=sysconfdir ;;
571 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
572 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
573 sysconfdir=$ac_optarg ;;
574
575 -target | --target | --targe | --targ | --tar | --ta | --t)
576 ac_prev=target_alias ;;
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
578 target_alias=$ac_optarg ;;
579
580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
581 verbose=yes ;;
582
583 -version | --version | --versio | --versi | --vers | -V)
584 ac_init_version=: ;;
585
586 -with-* | --with-*)
587 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package=`echo $ac_package| sed 's/-/_/g'`
593 case $ac_option in
594 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
595 *) ac_optarg=yes ;;
596 esac
597 eval "with_$ac_package='$ac_optarg'" ;;
598
599 -without-* | --without-*)
600 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
607
608 --x)
609 # Obsolete; use --with-x.
610 with_x=yes ;;
611
612 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
613 | --x-incl | --x-inc | --x-in | --x-i)
614 ac_prev=x_includes ;;
615 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
616 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
617 x_includes=$ac_optarg ;;
618
619 -x-libraries | --x-libraries | --x-librarie | --x-librari \
620 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
621 ac_prev=x_libraries ;;
622 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
623 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
624 x_libraries=$ac_optarg ;;
625
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
629 ;;
630
631 *=*)
632 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
639 export $ac_envvar ;;
640
641 *)
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
647 ;;
648
649 esac
650 done
651
652 if test -n "$ac_prev"; then
653 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
656 fi
657
658 # Be sure to have absolute paths.
659 for ac_var in exec_prefix prefix
660 do
661 eval ac_val=$`echo $ac_var`
662 case $ac_val in
663 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
666 esac
667 done
668
669 # Be sure to have absolute paths.
670 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
672 do
673 eval ac_val=$`echo $ac_var`
674 case $ac_val in
675 [\\/$]* | ?:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
678 esac
679 done
680
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
684 build=$build_alias
685 host=$host_alias
686 target=$target_alias
687
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x; then
690 if test "x$build_alias" = x; then
691 cross_compiling=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
695 cross_compiling=yes
696 fi
697 fi
698
699 ac_tool_prefix=
700 test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702 test "$silent" = yes && exec 6>/dev/null
703
704
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
715 echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
720 s/.*/./; q'`
721 srcdir=$ac_confdir
722 if test ! -r $srcdir/$ac_unique_file; then
723 srcdir=..
724 fi
725 else
726 ac_srcdir_defaulted=no
727 fi
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
732 else
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
735 fi
736 fi
737 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set=${build_alias+set}
742 ac_env_build_alias_value=$build_alias
743 ac_cv_env_build_alias_set=${build_alias+set}
744 ac_cv_env_build_alias_value=$build_alias
745 ac_env_host_alias_set=${host_alias+set}
746 ac_env_host_alias_value=$host_alias
747 ac_cv_env_host_alias_set=${host_alias+set}
748 ac_cv_env_host_alias_value=$host_alias
749 ac_env_target_alias_set=${target_alias+set}
750 ac_env_target_alias_value=$target_alias
751 ac_cv_env_target_alias_set=${target_alias+set}
752 ac_cv_env_target_alias_value=$target_alias
753 ac_env_CC_set=${CC+set}
754 ac_env_CC_value=$CC
755 ac_cv_env_CC_set=${CC+set}
756 ac_cv_env_CC_value=$CC
757 ac_env_CFLAGS_set=${CFLAGS+set}
758 ac_env_CFLAGS_value=$CFLAGS
759 ac_cv_env_CFLAGS_set=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value=$CFLAGS
761 ac_env_LDFLAGS_set=${LDFLAGS+set}
762 ac_env_LDFLAGS_value=$LDFLAGS
763 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value=$LDFLAGS
765 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769 ac_env_CPP_set=${CPP+set}
770 ac_env_CPP_value=$CPP
771 ac_cv_env_CPP_set=${CPP+set}
772 ac_cv_env_CPP_value=$CPP
773
774 #
775 # Report the --help message.
776 #
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
780 cat <<_ACEOF
781 \`configure' configures this package to adapt to many kinds of systems.
782
783 Usage: $0 [OPTION]... [VAR=VALUE]...
784
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
787
788 Defaults for the options are specified in brackets.
789
790 Configuration:
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
800
801 _ACEOF
802
803 cat <<_ACEOF
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
806 [$ac_default_prefix]
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
808 [PREFIX]
809
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
814
815 For better control, use the options below.
816
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
830 _ACEOF
831
832 cat <<\_ACEOF
833
834 Program names:
835 --program-prefix=PREFIX prepend PREFIX to installed program names
836 --program-suffix=SUFFIX append SUFFIX to installed program names
837 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
838
839 System types:
840 --build=BUILD configure for building on BUILD [guessed]
841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
843 _ACEOF
844 fi
845
846 if test -n "$ac_init_help"; then
847
848 cat <<\_ACEOF
849
850 Some influential environment variables:
851 CC C compiler command
852 CFLAGS C compiler flags
853 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
854 nonstandard directory <lib dir>
855 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
856 headers in a nonstandard directory <include dir>
857 CPP C preprocessor
858
859 Use these variables to override the choices made by `configure' or to help
860 it to find libraries and programs with nonstandard names/locations.
861
862 _ACEOF
863 fi
864
865 if test "$ac_init_help" = "recursive"; then
866 # If there are subdirs, report their specific --help.
867 ac_popdir=`pwd`
868 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
869 test -d $ac_dir || continue
870 ac_builddir=.
871
872 if test "$ac_dir" != .; then
873 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
874 # A "../" for each directory in $ac_dir_suffix.
875 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
876 else
877 ac_dir_suffix= ac_top_builddir=
878 fi
879
880 case $srcdir in
881 .) # No --srcdir option. We are building in place.
882 ac_srcdir=.
883 if test -z "$ac_top_builddir"; then
884 ac_top_srcdir=.
885 else
886 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
887 fi ;;
888 [\\/]* | ?:[\\/]* ) # Absolute path.
889 ac_srcdir=$srcdir$ac_dir_suffix;
890 ac_top_srcdir=$srcdir ;;
891 *) # Relative path.
892 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
893 ac_top_srcdir=$ac_top_builddir$srcdir ;;
894 esac
895
896 # Do not use `cd foo && pwd` to compute absolute paths, because
897 # the directories may not exist.
898 case `pwd` in
899 .) ac_abs_builddir="$ac_dir";;
900 *)
901 case "$ac_dir" in
902 .) ac_abs_builddir=`pwd`;;
903 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
904 *) ac_abs_builddir=`pwd`/"$ac_dir";;
905 esac;;
906 esac
907 case $ac_abs_builddir in
908 .) ac_abs_top_builddir=${ac_top_builddir}.;;
909 *)
910 case ${ac_top_builddir}. in
911 .) ac_abs_top_builddir=$ac_abs_builddir;;
912 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
913 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
914 esac;;
915 esac
916 case $ac_abs_builddir in
917 .) ac_abs_srcdir=$ac_srcdir;;
918 *)
919 case $ac_srcdir in
920 .) ac_abs_srcdir=$ac_abs_builddir;;
921 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
922 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
923 esac;;
924 esac
925 case $ac_abs_builddir in
926 .) ac_abs_top_srcdir=$ac_top_srcdir;;
927 *)
928 case $ac_top_srcdir in
929 .) ac_abs_top_srcdir=$ac_abs_builddir;;
930 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
931 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
932 esac;;
933 esac
934
935 cd $ac_dir
936 # Check for guested configure; otherwise get Cygnus style configure.
937 if test -f $ac_srcdir/configure.gnu; then
938 echo
939 $SHELL $ac_srcdir/configure.gnu --help=recursive
940 elif test -f $ac_srcdir/configure; then
941 echo
942 $SHELL $ac_srcdir/configure --help=recursive
943 elif test -f $ac_srcdir/configure.ac ||
944 test -f $ac_srcdir/configure.in; then
945 echo
946 $ac_configure --help
947 else
948 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
949 fi
950 cd $ac_popdir
951 done
952 fi
953
954 test -n "$ac_init_help" && exit 0
955 if $ac_init_version; then
956 cat <<\_ACEOF
957
958 Copyright (C) 2003 Free Software Foundation, Inc.
959 This configure script is free software; the Free Software Foundation
960 gives unlimited permission to copy, distribute and modify it.
961 _ACEOF
962 exit 0
963 fi
964 exec 5>config.log
965 cat >&5 <<_ACEOF
966 This file contains any messages produced by compilers while
967 running configure, to aid debugging if configure makes a mistake.
968
969 It was created by $as_me, which was
970 generated by GNU Autoconf 2.59. Invocation command line was
971
972 $ $0 $@
973
974 _ACEOF
975 {
976 cat <<_ASUNAME
977 ## --------- ##
978 ## Platform. ##
979 ## --------- ##
980
981 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
982 uname -m = `(uname -m) 2>/dev/null || echo unknown`
983 uname -r = `(uname -r) 2>/dev/null || echo unknown`
984 uname -s = `(uname -s) 2>/dev/null || echo unknown`
985 uname -v = `(uname -v) 2>/dev/null || echo unknown`
986
987 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
988 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
989
990 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
991 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
992 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
993 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
994 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
995 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
996 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
997
998 _ASUNAME
999
1000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1001 for as_dir in $PATH
1002 do
1003 IFS=$as_save_IFS
1004 test -z "$as_dir" && as_dir=.
1005 echo "PATH: $as_dir"
1006 done
1007
1008 } >&5
1009
1010 cat >&5 <<_ACEOF
1011
1012
1013 ## ----------- ##
1014 ## Core tests. ##
1015 ## ----------- ##
1016
1017 _ACEOF
1018
1019
1020 # Keep a trace of the command line.
1021 # Strip out --no-create and --no-recursion so they do not pile up.
1022 # Strip out --silent because we don't want to record it for future runs.
1023 # Also quote any args containing shell meta-characters.
1024 # Make two passes to allow for proper duplicate-argument suppression.
1025 ac_configure_args=
1026 ac_configure_args0=
1027 ac_configure_args1=
1028 ac_sep=
1029 ac_must_keep_next=false
1030 for ac_pass in 1 2
1031 do
1032 for ac_arg
1033 do
1034 case $ac_arg in
1035 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1037 | -silent | --silent | --silen | --sile | --sil)
1038 continue ;;
1039 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1040 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1041 esac
1042 case $ac_pass in
1043 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1044 2)
1045 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1046 if test $ac_must_keep_next = true; then
1047 ac_must_keep_next=false # Got value, back to normal.
1048 else
1049 case $ac_arg in
1050 *=* | --config-cache | -C | -disable-* | --disable-* \
1051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1053 | -with-* | --with-* | -without-* | --without-* | --x)
1054 case "$ac_configure_args0 " in
1055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1056 esac
1057 ;;
1058 -* ) ac_must_keep_next=true ;;
1059 esac
1060 fi
1061 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1062 # Get rid of the leading space.
1063 ac_sep=" "
1064 ;;
1065 esac
1066 done
1067 done
1068 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1069 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1070
1071 # When interrupted or exit'd, cleanup temporary files, and complete
1072 # config.log. We remove comments because anyway the quotes in there
1073 # would cause problems or look ugly.
1074 # WARNING: Be sure not to use single quotes in there, as some shells,
1075 # such as our DU 5.0 friend, will then `close' the trap.
1076 trap 'exit_status=$?
1077 # Save into config.log some information that might help in debugging.
1078 {
1079 echo
1080
1081 cat <<\_ASBOX
1082 ## ---------------- ##
1083 ## Cache variables. ##
1084 ## ---------------- ##
1085 _ASBOX
1086 echo
1087 # The following way of writing the cache mishandles newlines in values,
1088 {
1089 (set) 2>&1 |
1090 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1091 *ac_space=\ *)
1092 sed -n \
1093 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1094 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1095 ;;
1096 *)
1097 sed -n \
1098 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1099 ;;
1100 esac;
1101 }
1102 echo
1103
1104 cat <<\_ASBOX
1105 ## ----------------- ##
1106 ## Output variables. ##
1107 ## ----------------- ##
1108 _ASBOX
1109 echo
1110 for ac_var in $ac_subst_vars
1111 do
1112 eval ac_val=$`echo $ac_var`
1113 echo "$ac_var='"'"'$ac_val'"'"'"
1114 done | sort
1115 echo
1116
1117 if test -n "$ac_subst_files"; then
1118 cat <<\_ASBOX
1119 ## ------------- ##
1120 ## Output files. ##
1121 ## ------------- ##
1122 _ASBOX
1123 echo
1124 for ac_var in $ac_subst_files
1125 do
1126 eval ac_val=$`echo $ac_var`
1127 echo "$ac_var='"'"'$ac_val'"'"'"
1128 done | sort
1129 echo
1130 fi
1131
1132 if test -s confdefs.h; then
1133 cat <<\_ASBOX
1134 ## ----------- ##
1135 ## confdefs.h. ##
1136 ## ----------- ##
1137 _ASBOX
1138 echo
1139 sed "/^$/d" confdefs.h | sort
1140 echo
1141 fi
1142 test "$ac_signal" != 0 &&
1143 echo "$as_me: caught signal $ac_signal"
1144 echo "$as_me: exit $exit_status"
1145 } >&5
1146 rm -f core *.core &&
1147 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1148 exit $exit_status
1149 ' 0
1150 for ac_signal in 1 2 13 15; do
1151 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1152 done
1153 ac_signal=0
1154
1155 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1156 rm -rf conftest* confdefs.h
1157 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1158 echo >confdefs.h
1159
1160 # Predefined preprocessor variables.
1161
1162 cat >>confdefs.h <<_ACEOF
1163 #define PACKAGE_NAME "$PACKAGE_NAME"
1164 _ACEOF
1165
1166
1167 cat >>confdefs.h <<_ACEOF
1168 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1169 _ACEOF
1170
1171
1172 cat >>confdefs.h <<_ACEOF
1173 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1174 _ACEOF
1175
1176
1177 cat >>confdefs.h <<_ACEOF
1178 #define PACKAGE_STRING "$PACKAGE_STRING"
1179 _ACEOF
1180
1181
1182 cat >>confdefs.h <<_ACEOF
1183 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1184 _ACEOF
1185
1186
1187 # Let the site file select an alternate cache file if it wants to.
1188 # Prefer explicitly selected file to automatically selected ones.
1189 if test -z "$CONFIG_SITE"; then
1190 if test "x$prefix" != xNONE; then
1191 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1192 else
1193 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1194 fi
1195 fi
1196 for ac_site_file in $CONFIG_SITE; do
1197 if test -r "$ac_site_file"; then
1198 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1199 echo "$as_me: loading site script $ac_site_file" >&6;}
1200 sed 's/^/| /' "$ac_site_file" >&5
1201 . "$ac_site_file"
1202 fi
1203 done
1204
1205 if test -r "$cache_file"; then
1206 # Some versions of bash will fail to source /dev/null (special
1207 # files actually), so we avoid doing that.
1208 if test -f "$cache_file"; then
1209 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1210 echo "$as_me: loading cache $cache_file" >&6;}
1211 case $cache_file in
1212 [\\/]* | ?:[\\/]* ) . $cache_file;;
1213 *) . ./$cache_file;;
1214 esac
1215 fi
1216 else
1217 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1218 echo "$as_me: creating cache $cache_file" >&6;}
1219 >$cache_file
1220 fi
1221
1222 # Check that the precious variables saved in the cache have kept the same
1223 # value.
1224 ac_cache_corrupted=false
1225 for ac_var in `(set) 2>&1 |
1226 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1227 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1228 eval ac_new_set=\$ac_env_${ac_var}_set
1229 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1230 eval ac_new_val="\$ac_env_${ac_var}_value"
1231 case $ac_old_set,$ac_new_set in
1232 set,)
1233 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1234 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1235 ac_cache_corrupted=: ;;
1236 ,set)
1237 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1238 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1239 ac_cache_corrupted=: ;;
1240 ,);;
1241 *)
1242 if test "x$ac_old_val" != "x$ac_new_val"; then
1243 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1244 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1245 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1246 echo "$as_me: former value: $ac_old_val" >&2;}
1247 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1248 echo "$as_me: current value: $ac_new_val" >&2;}
1249 ac_cache_corrupted=:
1250 fi;;
1251 esac
1252 # Pass precious variables to config.status.
1253 if test "$ac_new_set" = set; then
1254 case $ac_new_val in
1255 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1256 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1257 *) ac_arg=$ac_var=$ac_new_val ;;
1258 esac
1259 case " $ac_configure_args " in
1260 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1261 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1262 esac
1263 fi
1264 done
1265 if $ac_cache_corrupted; then
1266 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1267 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1268 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1269 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1270 { (exit 1); exit 1; }; }
1271 fi
1272
1273 ac_ext=c
1274 ac_cpp='$CPP $CPPFLAGS'
1275 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1276 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1277 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297 ac_config_headers="$ac_config_headers config.h:config.in"
1298
1299
1300 ac_ext=c
1301 ac_cpp='$CPP $CPPFLAGS'
1302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1303 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1305 if test -n "$ac_tool_prefix"; then
1306 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1307 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1308 echo "$as_me:$LINENO: checking for $ac_word" >&5
1309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1310 if test "${ac_cv_prog_CC+set}" = set; then
1311 echo $ECHO_N "(cached) $ECHO_C" >&6
1312 else
1313 if test -n "$CC"; then
1314 ac_cv_prog_CC="$CC" # Let the user override the test.
1315 else
1316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1317 for as_dir in $PATH
1318 do
1319 IFS=$as_save_IFS
1320 test -z "$as_dir" && as_dir=.
1321 for ac_exec_ext in '' $ac_executable_extensions; do
1322 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1323 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1325 break 2
1326 fi
1327 done
1328 done
1329
1330 fi
1331 fi
1332 CC=$ac_cv_prog_CC
1333 if test -n "$CC"; then
1334 echo "$as_me:$LINENO: result: $CC" >&5
1335 echo "${ECHO_T}$CC" >&6
1336 else
1337 echo "$as_me:$LINENO: result: no" >&5
1338 echo "${ECHO_T}no" >&6
1339 fi
1340
1341 fi
1342 if test -z "$ac_cv_prog_CC"; then
1343 ac_ct_CC=$CC
1344 # Extract the first word of "gcc", so it can be a program name with args.
1345 set dummy gcc; ac_word=$2
1346 echo "$as_me:$LINENO: checking for $ac_word" >&5
1347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1349 echo $ECHO_N "(cached) $ECHO_C" >&6
1350 else
1351 if test -n "$ac_ct_CC"; then
1352 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1353 else
1354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1355 for as_dir in $PATH
1356 do
1357 IFS=$as_save_IFS
1358 test -z "$as_dir" && as_dir=.
1359 for ac_exec_ext in '' $ac_executable_extensions; do
1360 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1361 ac_cv_prog_ac_ct_CC="gcc"
1362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1363 break 2
1364 fi
1365 done
1366 done
1367
1368 fi
1369 fi
1370 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1371 if test -n "$ac_ct_CC"; then
1372 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1373 echo "${ECHO_T}$ac_ct_CC" >&6
1374 else
1375 echo "$as_me:$LINENO: result: no" >&5
1376 echo "${ECHO_T}no" >&6
1377 fi
1378
1379 CC=$ac_ct_CC
1380 else
1381 CC="$ac_cv_prog_CC"
1382 fi
1383
1384 if test -z "$CC"; then
1385 if test -n "$ac_tool_prefix"; then
1386 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1387 set dummy ${ac_tool_prefix}cc; ac_word=$2
1388 echo "$as_me:$LINENO: checking for $ac_word" >&5
1389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1390 if test "${ac_cv_prog_CC+set}" = set; then
1391 echo $ECHO_N "(cached) $ECHO_C" >&6
1392 else
1393 if test -n "$CC"; then
1394 ac_cv_prog_CC="$CC" # Let the user override the test.
1395 else
1396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1397 for as_dir in $PATH
1398 do
1399 IFS=$as_save_IFS
1400 test -z "$as_dir" && as_dir=.
1401 for ac_exec_ext in '' $ac_executable_extensions; do
1402 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1403 ac_cv_prog_CC="${ac_tool_prefix}cc"
1404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1405 break 2
1406 fi
1407 done
1408 done
1409
1410 fi
1411 fi
1412 CC=$ac_cv_prog_CC
1413 if test -n "$CC"; then
1414 echo "$as_me:$LINENO: result: $CC" >&5
1415 echo "${ECHO_T}$CC" >&6
1416 else
1417 echo "$as_me:$LINENO: result: no" >&5
1418 echo "${ECHO_T}no" >&6
1419 fi
1420
1421 fi
1422 if test -z "$ac_cv_prog_CC"; then
1423 ac_ct_CC=$CC
1424 # Extract the first word of "cc", so it can be a program name with args.
1425 set dummy cc; ac_word=$2
1426 echo "$as_me:$LINENO: checking for $ac_word" >&5
1427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1428 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1429 echo $ECHO_N "(cached) $ECHO_C" >&6
1430 else
1431 if test -n "$ac_ct_CC"; then
1432 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1433 else
1434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1435 for as_dir in $PATH
1436 do
1437 IFS=$as_save_IFS
1438 test -z "$as_dir" && as_dir=.
1439 for ac_exec_ext in '' $ac_executable_extensions; do
1440 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1441 ac_cv_prog_ac_ct_CC="cc"
1442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1443 break 2
1444 fi
1445 done
1446 done
1447
1448 fi
1449 fi
1450 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1451 if test -n "$ac_ct_CC"; then
1452 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1453 echo "${ECHO_T}$ac_ct_CC" >&6
1454 else
1455 echo "$as_me:$LINENO: result: no" >&5
1456 echo "${ECHO_T}no" >&6
1457 fi
1458
1459 CC=$ac_ct_CC
1460 else
1461 CC="$ac_cv_prog_CC"
1462 fi
1463
1464 fi
1465 if test -z "$CC"; then
1466 # Extract the first word of "cc", so it can be a program name with args.
1467 set dummy cc; ac_word=$2
1468 echo "$as_me:$LINENO: checking for $ac_word" >&5
1469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1470 if test "${ac_cv_prog_CC+set}" = set; then
1471 echo $ECHO_N "(cached) $ECHO_C" >&6
1472 else
1473 if test -n "$CC"; then
1474 ac_cv_prog_CC="$CC" # Let the user override the test.
1475 else
1476 ac_prog_rejected=no
1477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1478 for as_dir in $PATH
1479 do
1480 IFS=$as_save_IFS
1481 test -z "$as_dir" && as_dir=.
1482 for ac_exec_ext in '' $ac_executable_extensions; do
1483 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1484 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1485 ac_prog_rejected=yes
1486 continue
1487 fi
1488 ac_cv_prog_CC="cc"
1489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1490 break 2
1491 fi
1492 done
1493 done
1494
1495 if test $ac_prog_rejected = yes; then
1496 # We found a bogon in the path, so make sure we never use it.
1497 set dummy $ac_cv_prog_CC
1498 shift
1499 if test $# != 0; then
1500 # We chose a different compiler from the bogus one.
1501 # However, it has the same basename, so the bogon will be chosen
1502 # first if we set CC to just the basename; use the full file name.
1503 shift
1504 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1505 fi
1506 fi
1507 fi
1508 fi
1509 CC=$ac_cv_prog_CC
1510 if test -n "$CC"; then
1511 echo "$as_me:$LINENO: result: $CC" >&5
1512 echo "${ECHO_T}$CC" >&6
1513 else
1514 echo "$as_me:$LINENO: result: no" >&5
1515 echo "${ECHO_T}no" >&6
1516 fi
1517
1518 fi
1519 if test -z "$CC"; then
1520 if test -n "$ac_tool_prefix"; then
1521 for ac_prog in cl
1522 do
1523 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1524 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1525 echo "$as_me:$LINENO: checking for $ac_word" >&5
1526 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1527 if test "${ac_cv_prog_CC+set}" = set; then
1528 echo $ECHO_N "(cached) $ECHO_C" >&6
1529 else
1530 if test -n "$CC"; then
1531 ac_cv_prog_CC="$CC" # Let the user override the test.
1532 else
1533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1534 for as_dir in $PATH
1535 do
1536 IFS=$as_save_IFS
1537 test -z "$as_dir" && as_dir=.
1538 for ac_exec_ext in '' $ac_executable_extensions; do
1539 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1540 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1541 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1542 break 2
1543 fi
1544 done
1545 done
1546
1547 fi
1548 fi
1549 CC=$ac_cv_prog_CC
1550 if test -n "$CC"; then
1551 echo "$as_me:$LINENO: result: $CC" >&5
1552 echo "${ECHO_T}$CC" >&6
1553 else
1554 echo "$as_me:$LINENO: result: no" >&5
1555 echo "${ECHO_T}no" >&6
1556 fi
1557
1558 test -n "$CC" && break
1559 done
1560 fi
1561 if test -z "$CC"; then
1562 ac_ct_CC=$CC
1563 for ac_prog in cl
1564 do
1565 # Extract the first word of "$ac_prog", so it can be a program name with args.
1566 set dummy $ac_prog; ac_word=$2
1567 echo "$as_me:$LINENO: checking for $ac_word" >&5
1568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1569 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1570 echo $ECHO_N "(cached) $ECHO_C" >&6
1571 else
1572 if test -n "$ac_ct_CC"; then
1573 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1574 else
1575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1576 for as_dir in $PATH
1577 do
1578 IFS=$as_save_IFS
1579 test -z "$as_dir" && as_dir=.
1580 for ac_exec_ext in '' $ac_executable_extensions; do
1581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1582 ac_cv_prog_ac_ct_CC="$ac_prog"
1583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1584 break 2
1585 fi
1586 done
1587 done
1588
1589 fi
1590 fi
1591 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1592 if test -n "$ac_ct_CC"; then
1593 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1594 echo "${ECHO_T}$ac_ct_CC" >&6
1595 else
1596 echo "$as_me:$LINENO: result: no" >&5
1597 echo "${ECHO_T}no" >&6
1598 fi
1599
1600 test -n "$ac_ct_CC" && break
1601 done
1602
1603 CC=$ac_ct_CC
1604 fi
1605
1606 fi
1607
1608
1609 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1610 See \`config.log' for more details." >&5
1611 echo "$as_me: error: no acceptable C compiler found in \$PATH
1612 See \`config.log' for more details." >&2;}
1613 { (exit 1); exit 1; }; }
1614
1615 # Provide some information about the compiler.
1616 echo "$as_me:$LINENO:" \
1617 "checking for C compiler version" >&5
1618 ac_compiler=`set X $ac_compile; echo $2`
1619 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1620 (eval $ac_compiler --version </dev/null >&5) 2>&5
1621 ac_status=$?
1622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1623 (exit $ac_status); }
1624 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1625 (eval $ac_compiler -v </dev/null >&5) 2>&5
1626 ac_status=$?
1627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1628 (exit $ac_status); }
1629 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1630 (eval $ac_compiler -V </dev/null >&5) 2>&5
1631 ac_status=$?
1632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1633 (exit $ac_status); }
1634
1635 cat >conftest.$ac_ext <<_ACEOF
1636 /* confdefs.h. */
1637 _ACEOF
1638 cat confdefs.h >>conftest.$ac_ext
1639 cat >>conftest.$ac_ext <<_ACEOF
1640 /* end confdefs.h. */
1641
1642 int
1643 main ()
1644 {
1645
1646 ;
1647 return 0;
1648 }
1649 _ACEOF
1650 ac_clean_files_save=$ac_clean_files
1651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1652 # Try to create an executable without -o first, disregard a.out.
1653 # It will help us diagnose broken compilers, and finding out an intuition
1654 # of exeext.
1655 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1657 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1658 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1659 (eval $ac_link_default) 2>&5
1660 ac_status=$?
1661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1662 (exit $ac_status); }; then
1663 # Find the output, starting from the most likely. This scheme is
1664 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1665 # resort.
1666
1667 # Be careful to initialize this variable, since it used to be cached.
1668 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1669 ac_cv_exeext=
1670 # b.out is created by i960 compilers.
1671 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1672 do
1673 test -f "$ac_file" || continue
1674 case $ac_file in
1675 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1676 ;;
1677 conftest.$ac_ext )
1678 # This is the source file.
1679 ;;
1680 [ab].out )
1681 # We found the default executable, but exeext='' is most
1682 # certainly right.
1683 break;;
1684 *.* )
1685 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1686 # FIXME: I believe we export ac_cv_exeext for Libtool,
1687 # but it would be cool to find out if it's true. Does anybody
1688 # maintain Libtool? --akim.
1689 export ac_cv_exeext
1690 break;;
1691 * )
1692 break;;
1693 esac
1694 done
1695 else
1696 echo "$as_me: failed program was:" >&5
1697 sed 's/^/| /' conftest.$ac_ext >&5
1698
1699 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1700 See \`config.log' for more details." >&5
1701 echo "$as_me: error: C compiler cannot create executables
1702 See \`config.log' for more details." >&2;}
1703 { (exit 77); exit 77; }; }
1704 fi
1705
1706 ac_exeext=$ac_cv_exeext
1707 echo "$as_me:$LINENO: result: $ac_file" >&5
1708 echo "${ECHO_T}$ac_file" >&6
1709
1710 # Check the compiler produces executables we can run. If not, either
1711 # the compiler is broken, or we cross compile.
1712 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1713 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1714 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1715 # If not cross compiling, check that we can run a simple program.
1716 if test "$cross_compiling" != yes; then
1717 if { ac_try='./$ac_file'
1718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1719 (eval $ac_try) 2>&5
1720 ac_status=$?
1721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1722 (exit $ac_status); }; }; then
1723 cross_compiling=no
1724 else
1725 if test "$cross_compiling" = maybe; then
1726 cross_compiling=yes
1727 else
1728 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1729 If you meant to cross compile, use \`--host'.
1730 See \`config.log' for more details." >&5
1731 echo "$as_me: error: cannot run C compiled programs.
1732 If you meant to cross compile, use \`--host'.
1733 See \`config.log' for more details." >&2;}
1734 { (exit 1); exit 1; }; }
1735 fi
1736 fi
1737 fi
1738 echo "$as_me:$LINENO: result: yes" >&5
1739 echo "${ECHO_T}yes" >&6
1740
1741 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1742 ac_clean_files=$ac_clean_files_save
1743 # Check the compiler produces executables we can run. If not, either
1744 # the compiler is broken, or we cross compile.
1745 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1746 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1747 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1748 echo "${ECHO_T}$cross_compiling" >&6
1749
1750 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1751 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1752 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1753 (eval $ac_link) 2>&5
1754 ac_status=$?
1755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1756 (exit $ac_status); }; then
1757 # If both `conftest.exe' and `conftest' are `present' (well, observable)
1758 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
1759 # work properly (i.e., refer to `conftest.exe'), while it won't with
1760 # `rm'.
1761 for ac_file in conftest.exe conftest conftest.*; do
1762 test -f "$ac_file" || continue
1763 case $ac_file in
1764 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1765 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1766 export ac_cv_exeext
1767 break;;
1768 * ) break;;
1769 esac
1770 done
1771 else
1772 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1773 See \`config.log' for more details." >&5
1774 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1775 See \`config.log' for more details." >&2;}
1776 { (exit 1); exit 1; }; }
1777 fi
1778
1779 rm -f conftest$ac_cv_exeext
1780 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1781 echo "${ECHO_T}$ac_cv_exeext" >&6
1782
1783 rm -f conftest.$ac_ext
1784 EXEEXT=$ac_cv_exeext
1785 ac_exeext=$EXEEXT
1786 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1787 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1788 if test "${ac_cv_objext+set}" = set; then
1789 echo $ECHO_N "(cached) $ECHO_C" >&6
1790 else
1791 cat >conftest.$ac_ext <<_ACEOF
1792 /* confdefs.h. */
1793 _ACEOF
1794 cat confdefs.h >>conftest.$ac_ext
1795 cat >>conftest.$ac_ext <<_ACEOF
1796 /* end confdefs.h. */
1797
1798 int
1799 main ()
1800 {
1801
1802 ;
1803 return 0;
1804 }
1805 _ACEOF
1806 rm -f conftest.o conftest.obj
1807 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1808 (eval $ac_compile) 2>&5
1809 ac_status=$?
1810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1811 (exit $ac_status); }; then
1812 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1813 case $ac_file in
1814 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1815 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1816 break;;
1817 esac
1818 done
1819 else
1820 echo "$as_me: failed program was:" >&5
1821 sed 's/^/| /' conftest.$ac_ext >&5
1822
1823 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1824 See \`config.log' for more details." >&5
1825 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1826 See \`config.log' for more details." >&2;}
1827 { (exit 1); exit 1; }; }
1828 fi
1829
1830 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1831 fi
1832 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1833 echo "${ECHO_T}$ac_cv_objext" >&6
1834 OBJEXT=$ac_cv_objext
1835 ac_objext=$OBJEXT
1836 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1837 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1838 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1839 echo $ECHO_N "(cached) $ECHO_C" >&6
1840 else
1841 cat >conftest.$ac_ext <<_ACEOF
1842 /* confdefs.h. */
1843 _ACEOF
1844 cat confdefs.h >>conftest.$ac_ext
1845 cat >>conftest.$ac_ext <<_ACEOF
1846 /* end confdefs.h. */
1847
1848 int
1849 main ()
1850 {
1851 #ifndef __GNUC__
1852 choke me
1853 #endif
1854
1855 ;
1856 return 0;
1857 }
1858 _ACEOF
1859 rm -f conftest.$ac_objext
1860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1861 (eval $ac_compile) 2>conftest.er1
1862 ac_status=$?
1863 grep -v '^ *+' conftest.er1 >conftest.err
1864 rm -f conftest.er1
1865 cat conftest.err >&5
1866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1867 (exit $ac_status); } &&
1868 { ac_try='test -z "$ac_c_werror_flag"
1869 || test ! -s conftest.err'
1870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1871 (eval $ac_try) 2>&5
1872 ac_status=$?
1873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1874 (exit $ac_status); }; } &&
1875 { ac_try='test -s conftest.$ac_objext'
1876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1877 (eval $ac_try) 2>&5
1878 ac_status=$?
1879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1880 (exit $ac_status); }; }; then
1881 ac_compiler_gnu=yes
1882 else
1883 echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1885
1886 ac_compiler_gnu=no
1887 fi
1888 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1889 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1890
1891 fi
1892 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1893 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1894 GCC=`test $ac_compiler_gnu = yes && echo yes`
1895 ac_test_CFLAGS=${CFLAGS+set}
1896 ac_save_CFLAGS=$CFLAGS
1897 CFLAGS="-g"
1898 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1899 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1900 if test "${ac_cv_prog_cc_g+set}" = set; then
1901 echo $ECHO_N "(cached) $ECHO_C" >&6
1902 else
1903 cat >conftest.$ac_ext <<_ACEOF
1904 /* confdefs.h. */
1905 _ACEOF
1906 cat confdefs.h >>conftest.$ac_ext
1907 cat >>conftest.$ac_ext <<_ACEOF
1908 /* end confdefs.h. */
1909
1910 int
1911 main ()
1912 {
1913
1914 ;
1915 return 0;
1916 }
1917 _ACEOF
1918 rm -f conftest.$ac_objext
1919 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1920 (eval $ac_compile) 2>conftest.er1
1921 ac_status=$?
1922 grep -v '^ *+' conftest.er1 >conftest.err
1923 rm -f conftest.er1
1924 cat conftest.err >&5
1925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1926 (exit $ac_status); } &&
1927 { ac_try='test -z "$ac_c_werror_flag"
1928 || test ! -s conftest.err'
1929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1930 (eval $ac_try) 2>&5
1931 ac_status=$?
1932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1933 (exit $ac_status); }; } &&
1934 { ac_try='test -s conftest.$ac_objext'
1935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1936 (eval $ac_try) 2>&5
1937 ac_status=$?
1938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1939 (exit $ac_status); }; }; then
1940 ac_cv_prog_cc_g=yes
1941 else
1942 echo "$as_me: failed program was:" >&5
1943 sed 's/^/| /' conftest.$ac_ext >&5
1944
1945 ac_cv_prog_cc_g=no
1946 fi
1947 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1948 fi
1949 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1950 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1951 if test "$ac_test_CFLAGS" = set; then
1952 CFLAGS=$ac_save_CFLAGS
1953 elif test $ac_cv_prog_cc_g = yes; then
1954 if test "$GCC" = yes; then
1955 CFLAGS="-g -O2"
1956 else
1957 CFLAGS="-g"
1958 fi
1959 else
1960 if test "$GCC" = yes; then
1961 CFLAGS="-O2"
1962 else
1963 CFLAGS=
1964 fi
1965 fi
1966 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1967 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1968 if test "${ac_cv_prog_cc_stdc+set}" = set; then
1969 echo $ECHO_N "(cached) $ECHO_C" >&6
1970 else
1971 ac_cv_prog_cc_stdc=no
1972 ac_save_CC=$CC
1973 cat >conftest.$ac_ext <<_ACEOF
1974 /* confdefs.h. */
1975 _ACEOF
1976 cat confdefs.h >>conftest.$ac_ext
1977 cat >>conftest.$ac_ext <<_ACEOF
1978 /* end confdefs.h. */
1979 #include <stdarg.h>
1980 #include <stdio.h>
1981 #include <sys/types.h>
1982 #include <sys/stat.h>
1983 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
1984 struct buf { int x; };
1985 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1986 static char *e (p, i)
1987 char **p;
1988 int i;
1989 {
1990 return p[i];
1991 }
1992 static char *f (char * (*g) (char **, int), char **p, ...)
1993 {
1994 char *s;
1995 va_list v;
1996 va_start (v,p);
1997 s = g (p, va_arg (v,int));
1998 va_end (v);
1999 return s;
2000 }
2001
2002 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2003 function prototypes and stuff, but not '\xHH' hex character constants.
2004 These don't provoke an error unfortunately, instead are silently treated
2005 as 'x'. The following induces an error, until -std1 is added to get
2006 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2007 array size at least. It's necessary to write '\x00'==0 to get something
2008 that's true only with -std1. */
2009 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2010
2011 int test (int i, double x);
2012 struct s1 {int (*f) (int a);};
2013 struct s2 {int (*f) (double a);};
2014 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2015 int argc;
2016 char **argv;
2017 int
2018 main ()
2019 {
2020 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2021 ;
2022 return 0;
2023 }
2024 _ACEOF
2025 # Don't try gcc -ansi; that turns off useful extensions and
2026 # breaks some systems' header files.
2027 # AIX -qlanglvl=ansi
2028 # Ultrix and OSF/1 -std1
2029 # HP-UX 10.20 and later -Ae
2030 # HP-UX older versions -Aa -D_HPUX_SOURCE
2031 # SVR4 -Xc -D__EXTENSIONS__
2032 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2033 do
2034 CC="$ac_save_CC $ac_arg"
2035 rm -f conftest.$ac_objext
2036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2037 (eval $ac_compile) 2>conftest.er1
2038 ac_status=$?
2039 grep -v '^ *+' conftest.er1 >conftest.err
2040 rm -f conftest.er1
2041 cat conftest.err >&5
2042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2043 (exit $ac_status); } &&
2044 { ac_try='test -z "$ac_c_werror_flag"
2045 || test ! -s conftest.err'
2046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2047 (eval $ac_try) 2>&5
2048 ac_status=$?
2049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2050 (exit $ac_status); }; } &&
2051 { ac_try='test -s conftest.$ac_objext'
2052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2053 (eval $ac_try) 2>&5
2054 ac_status=$?
2055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2056 (exit $ac_status); }; }; then
2057 ac_cv_prog_cc_stdc=$ac_arg
2058 break
2059 else
2060 echo "$as_me: failed program was:" >&5
2061 sed 's/^/| /' conftest.$ac_ext >&5
2062
2063 fi
2064 rm -f conftest.err conftest.$ac_objext
2065 done
2066 rm -f conftest.$ac_ext conftest.$ac_objext
2067 CC=$ac_save_CC
2068
2069 fi
2070
2071 case "x$ac_cv_prog_cc_stdc" in
2072 x|xno)
2073 echo "$as_me:$LINENO: result: none needed" >&5
2074 echo "${ECHO_T}none needed" >&6 ;;
2075 *)
2076 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2077 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2078 CC="$CC $ac_cv_prog_cc_stdc" ;;
2079 esac
2080
2081 # Some people use a C++ compiler to compile C. Since we use `exit',
2082 # in C++ we need to declare it. In case someone uses the same compiler
2083 # for both compiling C and C++ we need to have the C++ compiler decide
2084 # the declaration of exit, since it's the most demanding environment.
2085 cat >conftest.$ac_ext <<_ACEOF
2086 #ifndef __cplusplus
2087 choke me
2088 #endif
2089 _ACEOF
2090 rm -f conftest.$ac_objext
2091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2092 (eval $ac_compile) 2>conftest.er1
2093 ac_status=$?
2094 grep -v '^ *+' conftest.er1 >conftest.err
2095 rm -f conftest.er1
2096 cat conftest.err >&5
2097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2098 (exit $ac_status); } &&
2099 { ac_try='test -z "$ac_c_werror_flag"
2100 || test ! -s conftest.err'
2101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2102 (eval $ac_try) 2>&5
2103 ac_status=$?
2104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2105 (exit $ac_status); }; } &&
2106 { ac_try='test -s conftest.$ac_objext'
2107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2108 (eval $ac_try) 2>&5
2109 ac_status=$?
2110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2111 (exit $ac_status); }; }; then
2112 for ac_declaration in \
2113 '' \
2114 'extern "C" void std::exit (int) throw (); using std::exit;' \
2115 'extern "C" void std::exit (int); using std::exit;' \
2116 'extern "C" void exit (int) throw ();' \
2117 'extern "C" void exit (int);' \
2118 'void exit (int);'
2119 do
2120 cat >conftest.$ac_ext <<_ACEOF
2121 /* confdefs.h. */
2122 _ACEOF
2123 cat confdefs.h >>conftest.$ac_ext
2124 cat >>conftest.$ac_ext <<_ACEOF
2125 /* end confdefs.h. */
2126 $ac_declaration
2127 #include <stdlib.h>
2128 int
2129 main ()
2130 {
2131 exit (42);
2132 ;
2133 return 0;
2134 }
2135 _ACEOF
2136 rm -f conftest.$ac_objext
2137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2138 (eval $ac_compile) 2>conftest.er1
2139 ac_status=$?
2140 grep -v '^ *+' conftest.er1 >conftest.err
2141 rm -f conftest.er1
2142 cat conftest.err >&5
2143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2144 (exit $ac_status); } &&
2145 { ac_try='test -z "$ac_c_werror_flag"
2146 || test ! -s conftest.err'
2147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2148 (eval $ac_try) 2>&5
2149 ac_status=$?
2150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2151 (exit $ac_status); }; } &&
2152 { ac_try='test -s conftest.$ac_objext'
2153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2154 (eval $ac_try) 2>&5
2155 ac_status=$?
2156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2157 (exit $ac_status); }; }; then
2158 :
2159 else
2160 echo "$as_me: failed program was:" >&5
2161 sed 's/^/| /' conftest.$ac_ext >&5
2162
2163 continue
2164 fi
2165 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2166 cat >conftest.$ac_ext <<_ACEOF
2167 /* confdefs.h. */
2168 _ACEOF
2169 cat confdefs.h >>conftest.$ac_ext
2170 cat >>conftest.$ac_ext <<_ACEOF
2171 /* end confdefs.h. */
2172 $ac_declaration
2173 int
2174 main ()
2175 {
2176 exit (42);
2177 ;
2178 return 0;
2179 }
2180 _ACEOF
2181 rm -f conftest.$ac_objext
2182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2183 (eval $ac_compile) 2>conftest.er1
2184 ac_status=$?
2185 grep -v '^ *+' conftest.er1 >conftest.err
2186 rm -f conftest.er1
2187 cat conftest.err >&5
2188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2189 (exit $ac_status); } &&
2190 { ac_try='test -z "$ac_c_werror_flag"
2191 || test ! -s conftest.err'
2192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2193 (eval $ac_try) 2>&5
2194 ac_status=$?
2195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196 (exit $ac_status); }; } &&
2197 { ac_try='test -s conftest.$ac_objext'
2198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2199 (eval $ac_try) 2>&5
2200 ac_status=$?
2201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2202 (exit $ac_status); }; }; then
2203 break
2204 else
2205 echo "$as_me: failed program was:" >&5
2206 sed 's/^/| /' conftest.$ac_ext >&5
2207
2208 fi
2209 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2210 done
2211 rm -f conftest*
2212 if test -n "$ac_declaration"; then
2213 echo '#ifdef __cplusplus' >>confdefs.h
2214 echo $ac_declaration >>confdefs.h
2215 echo '#endif' >>confdefs.h
2216 fi
2217
2218 else
2219 echo "$as_me: failed program was:" >&5
2220 sed 's/^/| /' conftest.$ac_ext >&5
2221
2222 fi
2223 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2224 ac_ext=c
2225 ac_cpp='$CPP $CPPFLAGS'
2226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2229
2230
2231 ac_aux_dir=
2232 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
2233 if test -f $ac_dir/install-sh; then
2234 ac_aux_dir=$ac_dir
2235 ac_install_sh="$ac_aux_dir/install-sh -c"
2236 break
2237 elif test -f $ac_dir/install.sh; then
2238 ac_aux_dir=$ac_dir
2239 ac_install_sh="$ac_aux_dir/install.sh -c"
2240 break
2241 elif test -f $ac_dir/shtool; then
2242 ac_aux_dir=$ac_dir
2243 ac_install_sh="$ac_aux_dir/shtool install -c"
2244 break
2245 fi
2246 done
2247 if test -z "$ac_aux_dir"; then
2248 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
2249 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
2250 { (exit 1); exit 1; }; }
2251 fi
2252 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2253 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2254 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2255
2256 # Make sure we can run config.sub.
2257 $ac_config_sub sun4 >/dev/null 2>&1 ||
2258 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
2259 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
2260 { (exit 1); exit 1; }; }
2261
2262 echo "$as_me:$LINENO: checking build system type" >&5
2263 echo $ECHO_N "checking build system type... $ECHO_C" >&6
2264 if test "${ac_cv_build+set}" = set; then
2265 echo $ECHO_N "(cached) $ECHO_C" >&6
2266 else
2267 ac_cv_build_alias=$build_alias
2268 test -z "$ac_cv_build_alias" &&
2269 ac_cv_build_alias=`$ac_config_guess`
2270 test -z "$ac_cv_build_alias" &&
2271 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2272 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2273 { (exit 1); exit 1; }; }
2274 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2275 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
2276 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
2277 { (exit 1); exit 1; }; }
2278
2279 fi
2280 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2281 echo "${ECHO_T}$ac_cv_build" >&6
2282 build=$ac_cv_build
2283 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2284 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2285 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2286
2287
2288 echo "$as_me:$LINENO: checking host system type" >&5
2289 echo $ECHO_N "checking host system type... $ECHO_C" >&6
2290 if test "${ac_cv_host+set}" = set; then
2291 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 else
2293 ac_cv_host_alias=$host_alias
2294 test -z "$ac_cv_host_alias" &&
2295 ac_cv_host_alias=$ac_cv_build_alias
2296 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
2297 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
2298 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
2299 { (exit 1); exit 1; }; }
2300
2301 fi
2302 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2303 echo "${ECHO_T}$ac_cv_host" >&6
2304 host=$ac_cv_host
2305 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2306 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2307 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2308
2309
2310 echo "$as_me:$LINENO: checking target system type" >&5
2311 echo $ECHO_N "checking target system type... $ECHO_C" >&6
2312 if test "${ac_cv_target+set}" = set; then
2313 echo $ECHO_N "(cached) $ECHO_C" >&6
2314 else
2315 ac_cv_target_alias=$target_alias
2316 test "x$ac_cv_target_alias" = "x" &&
2317 ac_cv_target_alias=$ac_cv_host_alias
2318 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
2319 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
2320 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
2321 { (exit 1); exit 1; }; }
2322
2323 fi
2324 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2325 echo "${ECHO_T}$ac_cv_target" >&6
2326 target=$ac_cv_target
2327 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2328 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2329 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2330
2331
2332 # The aliases save the names the user supplied, while $host etc.
2333 # will get canonicalized.
2334 test -n "$target_alias" &&
2335 test "$program_prefix$program_suffix$program_transform_name" = \
2336 NONENONEs,x,x, &&
2337 program_prefix=${target_alias}-
2338
2339 # Find a good install program. We prefer a C program (faster),
2340 # so one script is as good as another. But avoid the broken or
2341 # incompatible versions:
2342 # SysV /etc/install, /usr/sbin/install
2343 # SunOS /usr/etc/install
2344 # IRIX /sbin/install
2345 # AIX /bin/install
2346 # AmigaOS /C/install, which installs bootblocks on floppy discs
2347 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2348 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2349 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2350 # OS/2's system install, which has a completely different semantic
2351 # ./install, which can be erroneously created by make from ./install.sh.
2352 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2353 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2354 if test -z "$INSTALL"; then
2355 if test "${ac_cv_path_install+set}" = set; then
2356 echo $ECHO_N "(cached) $ECHO_C" >&6
2357 else
2358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2359 for as_dir in $PATH
2360 do
2361 IFS=$as_save_IFS
2362 test -z "$as_dir" && as_dir=.
2363 # Account for people who put trailing slashes in PATH elements.
2364 case $as_dir/ in
2365 ./ | .// | /cC/* | \
2366 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2367 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2368 /usr/ucb/* ) ;;
2369 *)
2370 # OSF1 and SCO ODT 3.0 have their own names for install.
2371 # Don't use installbsd from OSF since it installs stuff as root
2372 # by default.
2373 for ac_prog in ginstall scoinst install; do
2374 for ac_exec_ext in '' $ac_executable_extensions; do
2375 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2376 if test $ac_prog = install &&
2377 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2378 # AIX install. It has an incompatible calling convention.
2379 :
2380 elif test $ac_prog = install &&
2381 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2382 # program-specific install script used by HP pwplus--don't use.
2383 :
2384 else
2385 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2386 break 3
2387 fi
2388 fi
2389 done
2390 done
2391 ;;
2392 esac
2393 done
2394
2395
2396 fi
2397 if test "${ac_cv_path_install+set}" = set; then
2398 INSTALL=$ac_cv_path_install
2399 else
2400 # As a last resort, use the slow shell script. We don't cache a
2401 # path for INSTALL within a source directory, because that will
2402 # break other packages using the cache if that directory is
2403 # removed, or if the path is relative.
2404 INSTALL=$ac_install_sh
2405 fi
2406 fi
2407 echo "$as_me:$LINENO: result: $INSTALL" >&5
2408 echo "${ECHO_T}$INSTALL" >&6
2409
2410 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2411 # It thinks the first close brace ends the variable substitution.
2412 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2413
2414 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2415
2416 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2417
2418
2419 test "$program_prefix" != NONE &&
2420 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2421 # Use a double $ so make ignores it.
2422 test "$program_suffix" != NONE &&
2423 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2424 # Double any \ or $. echo might interpret backslashes.
2425 # By default was `s,x,x', remove it if useless.
2426 cat <<\_ACEOF >conftest.sed
2427 s/[\\$]/&&/g;s/;s,x,x,$//
2428 _ACEOF
2429 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2430 rm conftest.sed
2431
2432
2433
2434 ac_ext=c
2435 ac_cpp='$CPP $CPPFLAGS'
2436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2439 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2440 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2441 # On Suns, sometimes $CPP names a directory.
2442 if test -n "$CPP" && test -d "$CPP"; then
2443 CPP=
2444 fi
2445 if test -z "$CPP"; then
2446 if test "${ac_cv_prog_CPP+set}" = set; then
2447 echo $ECHO_N "(cached) $ECHO_C" >&6
2448 else
2449 # Double quotes because CPP needs to be expanded
2450 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2451 do
2452 ac_preproc_ok=false
2453 for ac_c_preproc_warn_flag in '' yes
2454 do
2455 # Use a header file that comes with gcc, so configuring glibc
2456 # with a fresh cross-compiler works.
2457 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2458 # <limits.h> exists even on freestanding compilers.
2459 # On the NeXT, cc -E runs the code through the compiler's parser,
2460 # not just through cpp. "Syntax error" is here to catch this case.
2461 cat >conftest.$ac_ext <<_ACEOF
2462 /* confdefs.h. */
2463 _ACEOF
2464 cat confdefs.h >>conftest.$ac_ext
2465 cat >>conftest.$ac_ext <<_ACEOF
2466 /* end confdefs.h. */
2467 #ifdef __STDC__
2468 # include <limits.h>
2469 #else
2470 # include <assert.h>
2471 #endif
2472 Syntax error
2473 _ACEOF
2474 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2475 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2476 ac_status=$?
2477 grep -v '^ *+' conftest.er1 >conftest.err
2478 rm -f conftest.er1
2479 cat conftest.err >&5
2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2481 (exit $ac_status); } >/dev/null; then
2482 if test -s conftest.err; then
2483 ac_cpp_err=$ac_c_preproc_warn_flag
2484 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2485 else
2486 ac_cpp_err=
2487 fi
2488 else
2489 ac_cpp_err=yes
2490 fi
2491 if test -z "$ac_cpp_err"; then
2492 :
2493 else
2494 echo "$as_me: failed program was:" >&5
2495 sed 's/^/| /' conftest.$ac_ext >&5
2496
2497 # Broken: fails on valid input.
2498 continue
2499 fi
2500 rm -f conftest.err conftest.$ac_ext
2501
2502 # OK, works on sane cases. Now check whether non-existent headers
2503 # can be detected and how.
2504 cat >conftest.$ac_ext <<_ACEOF
2505 /* confdefs.h. */
2506 _ACEOF
2507 cat confdefs.h >>conftest.$ac_ext
2508 cat >>conftest.$ac_ext <<_ACEOF
2509 /* end confdefs.h. */
2510 #include <ac_nonexistent.h>
2511 _ACEOF
2512 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2513 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2514 ac_status=$?
2515 grep -v '^ *+' conftest.er1 >conftest.err
2516 rm -f conftest.er1
2517 cat conftest.err >&5
2518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2519 (exit $ac_status); } >/dev/null; then
2520 if test -s conftest.err; then
2521 ac_cpp_err=$ac_c_preproc_warn_flag
2522 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2523 else
2524 ac_cpp_err=
2525 fi
2526 else
2527 ac_cpp_err=yes
2528 fi
2529 if test -z "$ac_cpp_err"; then
2530 # Broken: success on invalid input.
2531 continue
2532 else
2533 echo "$as_me: failed program was:" >&5
2534 sed 's/^/| /' conftest.$ac_ext >&5
2535
2536 # Passes both tests.
2537 ac_preproc_ok=:
2538 break
2539 fi
2540 rm -f conftest.err conftest.$ac_ext
2541
2542 done
2543 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2544 rm -f conftest.err conftest.$ac_ext
2545 if $ac_preproc_ok; then
2546 break
2547 fi
2548
2549 done
2550 ac_cv_prog_CPP=$CPP
2551
2552 fi
2553 CPP=$ac_cv_prog_CPP
2554 else
2555 ac_cv_prog_CPP=$CPP
2556 fi
2557 echo "$as_me:$LINENO: result: $CPP" >&5
2558 echo "${ECHO_T}$CPP" >&6
2559 ac_preproc_ok=false
2560 for ac_c_preproc_warn_flag in '' yes
2561 do
2562 # Use a header file that comes with gcc, so configuring glibc
2563 # with a fresh cross-compiler works.
2564 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2565 # <limits.h> exists even on freestanding compilers.
2566 # On the NeXT, cc -E runs the code through the compiler's parser,
2567 # not just through cpp. "Syntax error" is here to catch this case.
2568 cat >conftest.$ac_ext <<_ACEOF
2569 /* confdefs.h. */
2570 _ACEOF
2571 cat confdefs.h >>conftest.$ac_ext
2572 cat >>conftest.$ac_ext <<_ACEOF
2573 /* end confdefs.h. */
2574 #ifdef __STDC__
2575 # include <limits.h>
2576 #else
2577 # include <assert.h>
2578 #endif
2579 Syntax error
2580 _ACEOF
2581 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2582 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2583 ac_status=$?
2584 grep -v '^ *+' conftest.er1 >conftest.err
2585 rm -f conftest.er1
2586 cat conftest.err >&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); } >/dev/null; then
2589 if test -s conftest.err; then
2590 ac_cpp_err=$ac_c_preproc_warn_flag
2591 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2592 else
2593 ac_cpp_err=
2594 fi
2595 else
2596 ac_cpp_err=yes
2597 fi
2598 if test -z "$ac_cpp_err"; then
2599 :
2600 else
2601 echo "$as_me: failed program was:" >&5
2602 sed 's/^/| /' conftest.$ac_ext >&5
2603
2604 # Broken: fails on valid input.
2605 continue
2606 fi
2607 rm -f conftest.err conftest.$ac_ext
2608
2609 # OK, works on sane cases. Now check whether non-existent headers
2610 # can be detected and how.
2611 cat >conftest.$ac_ext <<_ACEOF
2612 /* confdefs.h. */
2613 _ACEOF
2614 cat confdefs.h >>conftest.$ac_ext
2615 cat >>conftest.$ac_ext <<_ACEOF
2616 /* end confdefs.h. */
2617 #include <ac_nonexistent.h>
2618 _ACEOF
2619 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2620 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2621 ac_status=$?
2622 grep -v '^ *+' conftest.er1 >conftest.err
2623 rm -f conftest.er1
2624 cat conftest.err >&5
2625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2626 (exit $ac_status); } >/dev/null; then
2627 if test -s conftest.err; then
2628 ac_cpp_err=$ac_c_preproc_warn_flag
2629 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2630 else
2631 ac_cpp_err=
2632 fi
2633 else
2634 ac_cpp_err=yes
2635 fi
2636 if test -z "$ac_cpp_err"; then
2637 # Broken: success on invalid input.
2638 continue
2639 else
2640 echo "$as_me: failed program was:" >&5
2641 sed 's/^/| /' conftest.$ac_ext >&5
2642
2643 # Passes both tests.
2644 ac_preproc_ok=:
2645 break
2646 fi
2647 rm -f conftest.err conftest.$ac_ext
2648
2649 done
2650 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2651 rm -f conftest.err conftest.$ac_ext
2652 if $ac_preproc_ok; then
2653 :
2654 else
2655 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2656 See \`config.log' for more details." >&5
2657 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2658 See \`config.log' for more details." >&2;}
2659 { (exit 1); exit 1; }; }
2660 fi
2661
2662 ac_ext=c
2663 ac_cpp='$CPP $CPPFLAGS'
2664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2667
2668
2669 echo "$as_me:$LINENO: checking for egrep" >&5
2670 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2671 if test "${ac_cv_prog_egrep+set}" = set; then
2672 echo $ECHO_N "(cached) $ECHO_C" >&6
2673 else
2674 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2675 then ac_cv_prog_egrep='grep -E'
2676 else ac_cv_prog_egrep='egrep'
2677 fi
2678 fi
2679 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2680 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2681 EGREP=$ac_cv_prog_egrep
2682
2683
2684 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2685 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2686 if test "${ac_cv_header_stdc+set}" = set; then
2687 echo $ECHO_N "(cached) $ECHO_C" >&6
2688 else
2689 cat >conftest.$ac_ext <<_ACEOF
2690 /* confdefs.h. */
2691 _ACEOF
2692 cat confdefs.h >>conftest.$ac_ext
2693 cat >>conftest.$ac_ext <<_ACEOF
2694 /* end confdefs.h. */
2695 #include <stdlib.h>
2696 #include <stdarg.h>
2697 #include <string.h>
2698 #include <float.h>
2699
2700 int
2701 main ()
2702 {
2703
2704 ;
2705 return 0;
2706 }
2707 _ACEOF
2708 rm -f conftest.$ac_objext
2709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2710 (eval $ac_compile) 2>conftest.er1
2711 ac_status=$?
2712 grep -v '^ *+' conftest.er1 >conftest.err
2713 rm -f conftest.er1
2714 cat conftest.err >&5
2715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716 (exit $ac_status); } &&
2717 { ac_try='test -z "$ac_c_werror_flag"
2718 || test ! -s conftest.err'
2719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2720 (eval $ac_try) 2>&5
2721 ac_status=$?
2722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2723 (exit $ac_status); }; } &&
2724 { ac_try='test -s conftest.$ac_objext'
2725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2726 (eval $ac_try) 2>&5
2727 ac_status=$?
2728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2729 (exit $ac_status); }; }; then
2730 ac_cv_header_stdc=yes
2731 else
2732 echo "$as_me: failed program was:" >&5
2733 sed 's/^/| /' conftest.$ac_ext >&5
2734
2735 ac_cv_header_stdc=no
2736 fi
2737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2738
2739 if test $ac_cv_header_stdc = yes; then
2740 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2741 cat >conftest.$ac_ext <<_ACEOF
2742 /* confdefs.h. */
2743 _ACEOF
2744 cat confdefs.h >>conftest.$ac_ext
2745 cat >>conftest.$ac_ext <<_ACEOF
2746 /* end confdefs.h. */
2747 #include <string.h>
2748
2749 _ACEOF
2750 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2751 $EGREP "memchr" >/dev/null 2>&1; then
2752 :
2753 else
2754 ac_cv_header_stdc=no
2755 fi
2756 rm -f conftest*
2757
2758 fi
2759
2760 if test $ac_cv_header_stdc = yes; then
2761 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2762 cat >conftest.$ac_ext <<_ACEOF
2763 /* confdefs.h. */
2764 _ACEOF
2765 cat confdefs.h >>conftest.$ac_ext
2766 cat >>conftest.$ac_ext <<_ACEOF
2767 /* end confdefs.h. */
2768 #include <stdlib.h>
2769
2770 _ACEOF
2771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2772 $EGREP "free" >/dev/null 2>&1; then
2773 :
2774 else
2775 ac_cv_header_stdc=no
2776 fi
2777 rm -f conftest*
2778
2779 fi
2780
2781 if test $ac_cv_header_stdc = yes; then
2782 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2783 if test "$cross_compiling" = yes; then
2784 :
2785 else
2786 cat >conftest.$ac_ext <<_ACEOF
2787 /* confdefs.h. */
2788 _ACEOF
2789 cat confdefs.h >>conftest.$ac_ext
2790 cat >>conftest.$ac_ext <<_ACEOF
2791 /* end confdefs.h. */
2792 #include <ctype.h>
2793 #if ((' ' & 0x0FF) == 0x020)
2794 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2795 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2796 #else
2797 # define ISLOWER(c) \
2798 (('a' <= (c) && (c) <= 'i') \
2799 || ('j' <= (c) && (c) <= 'r') \
2800 || ('s' <= (c) && (c) <= 'z'))
2801 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
2802 #endif
2803
2804 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
2805 int
2806 main ()
2807 {
2808 int i;
2809 for (i = 0; i < 256; i++)
2810 if (XOR (islower (i), ISLOWER (i))
2811 || toupper (i) != TOUPPER (i))
2812 exit(2);
2813 exit (0);
2814 }
2815 _ACEOF
2816 rm -f conftest$ac_exeext
2817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2818 (eval $ac_link) 2>&5
2819 ac_status=$?
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2823 (eval $ac_try) 2>&5
2824 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; }; then
2827 :
2828 else
2829 echo "$as_me: program exited with status $ac_status" >&5
2830 echo "$as_me: failed program was:" >&5
2831 sed 's/^/| /' conftest.$ac_ext >&5
2832
2833 ( exit $ac_status )
2834 ac_cv_header_stdc=no
2835 fi
2836 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2837 fi
2838 fi
2839 fi
2840 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
2841 echo "${ECHO_T}$ac_cv_header_stdc" >&6
2842 if test $ac_cv_header_stdc = yes; then
2843
2844 cat >>confdefs.h <<\_ACEOF
2845 #define STDC_HEADERS 1
2846 _ACEOF
2847
2848 fi
2849
2850
2851 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
2862 inttypes.h stdint.h unistd.h
2863 do
2864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2865 echo "$as_me:$LINENO: checking for $ac_header" >&5
2866 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2867 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2868 echo $ECHO_N "(cached) $ECHO_C" >&6
2869 else
2870 cat >conftest.$ac_ext <<_ACEOF
2871 /* confdefs.h. */
2872 _ACEOF
2873 cat confdefs.h >>conftest.$ac_ext
2874 cat >>conftest.$ac_ext <<_ACEOF
2875 /* end confdefs.h. */
2876 $ac_includes_default
2877
2878 #include <$ac_header>
2879 _ACEOF
2880 rm -f conftest.$ac_objext
2881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2882 (eval $ac_compile) 2>conftest.er1
2883 ac_status=$?
2884 grep -v '^ *+' conftest.er1 >conftest.err
2885 rm -f conftest.er1
2886 cat conftest.err >&5
2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 (exit $ac_status); } &&
2889 { ac_try='test -z "$ac_c_werror_flag"
2890 || test ! -s conftest.err'
2891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2892 (eval $ac_try) 2>&5
2893 ac_status=$?
2894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2895 (exit $ac_status); }; } &&
2896 { ac_try='test -s conftest.$ac_objext'
2897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2898 (eval $ac_try) 2>&5
2899 ac_status=$?
2900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2901 (exit $ac_status); }; }; then
2902 eval "$as_ac_Header=yes"
2903 else
2904 echo "$as_me: failed program was:" >&5
2905 sed 's/^/| /' conftest.$ac_ext >&5
2906
2907 eval "$as_ac_Header=no"
2908 fi
2909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2910 fi
2911 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2912 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2913 if test `eval echo '${'$as_ac_Header'}'` = yes; then
2914 cat >>confdefs.h <<_ACEOF
2915 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
2916 _ACEOF
2917
2918 fi
2919
2920 done
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946 for ac_header in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h errno.h fcntl.h signal.h sys/file.h malloc.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h
2947 do
2948 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
2949 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2950 echo "$as_me:$LINENO: checking for $ac_header" >&5
2951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
2952 if eval "test \"\${$as_ac_Header+set}\" = set"; then
2953 echo $ECHO_N "(cached) $ECHO_C" >&6
2954 fi
2955 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
2956 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
2957 else
2958 # Is the header compilable?
2959 echo "$as_me:$LINENO: checking $ac_header usability" >&5
2960 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
2961 cat >conftest.$ac_ext <<_ACEOF
2962 /* confdefs.h. */
2963 _ACEOF
2964 cat confdefs.h >>conftest.$ac_ext
2965 cat >>conftest.$ac_ext <<_ACEOF
2966 /* end confdefs.h. */
2967 $ac_includes_default
2968 #include <$ac_header>
2969 _ACEOF
2970 rm -f conftest.$ac_objext
2971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2972 (eval $ac_compile) 2>conftest.er1
2973 ac_status=$?
2974 grep -v '^ *+' conftest.er1 >conftest.err
2975 rm -f conftest.er1
2976 cat conftest.err >&5
2977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978 (exit $ac_status); } &&
2979 { ac_try='test -z "$ac_c_werror_flag"
2980 || test ! -s conftest.err'
2981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2982 (eval $ac_try) 2>&5
2983 ac_status=$?
2984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2985 (exit $ac_status); }; } &&
2986 { ac_try='test -s conftest.$ac_objext'
2987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2988 (eval $ac_try) 2>&5
2989 ac_status=$?
2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2991 (exit $ac_status); }; }; then
2992 ac_header_compiler=yes
2993 else
2994 echo "$as_me: failed program was:" >&5
2995 sed 's/^/| /' conftest.$ac_ext >&5
2996
2997 ac_header_compiler=no
2998 fi
2999 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3000 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3001 echo "${ECHO_T}$ac_header_compiler" >&6
3002
3003 # Is the header present?
3004 echo "$as_me:$LINENO: checking $ac_header presence" >&5
3005 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3006 cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h. */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h. */
3012 #include <$ac_header>
3013 _ACEOF
3014 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3015 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3016 ac_status=$?
3017 grep -v '^ *+' conftest.er1 >conftest.err
3018 rm -f conftest.er1
3019 cat conftest.err >&5
3020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021 (exit $ac_status); } >/dev/null; then
3022 if test -s conftest.err; then
3023 ac_cpp_err=$ac_c_preproc_warn_flag
3024 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3025 else
3026 ac_cpp_err=
3027 fi
3028 else
3029 ac_cpp_err=yes
3030 fi
3031 if test -z "$ac_cpp_err"; then
3032 ac_header_preproc=yes
3033 else
3034 echo "$as_me: failed program was:" >&5
3035 sed 's/^/| /' conftest.$ac_ext >&5
3036
3037 ac_header_preproc=no
3038 fi
3039 rm -f conftest.err conftest.$ac_ext
3040 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3041 echo "${ECHO_T}$ac_header_preproc" >&6
3042
3043 # So? What about this header?
3044 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3045 yes:no: )
3046 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3047 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3048 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3049 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3050 ac_header_preproc=yes
3051 ;;
3052 no:yes:* )
3053 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3054 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3055 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
3056 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
3057 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3058 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3059 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
3060 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
3061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3062 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3063 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3064 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3065 (
3066 cat <<\_ASBOX
3067 ## ------------------------------------------ ##
3068 ## Report this to the AC_PACKAGE_NAME lists. ##
3069 ## ------------------------------------------ ##
3070 _ASBOX
3071 ) |
3072 sed "s/^/$as_me: WARNING: /" >&2
3073 ;;
3074 esac
3075 echo "$as_me:$LINENO: checking for $ac_header" >&5
3076 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3077 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3078 echo $ECHO_N "(cached) $ECHO_C" >&6
3079 else
3080 eval "$as_ac_Header=\$ac_header_preproc"
3081 fi
3082 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3083 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3084
3085 fi
3086 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3087 cat >>confdefs.h <<_ACEOF
3088 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3089 _ACEOF
3090
3091 fi
3092
3093 done
3094
3095
3096 have_errno=no
3097 echo "$as_me:$LINENO: checking for errno" >&5
3098 echo $ECHO_N "checking for errno... $ECHO_C" >&6
3099 cat >conftest.$ac_ext <<_ACEOF
3100 /* confdefs.h. */
3101 _ACEOF
3102 cat confdefs.h >>conftest.$ac_ext
3103 cat >>conftest.$ac_ext <<_ACEOF
3104 /* end confdefs.h. */
3105
3106 #if HAVE_ERRNO_H
3107 #include <errno.h>
3108 #endif
3109 int
3110 main ()
3111 {
3112 static int x; x = errno;
3113 ;
3114 return 0;
3115 }
3116 _ACEOF
3117 rm -f conftest.$ac_objext conftest$ac_exeext
3118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3119 (eval $ac_link) 2>conftest.er1
3120 ac_status=$?
3121 grep -v '^ *+' conftest.er1 >conftest.err
3122 rm -f conftest.er1
3123 cat conftest.err >&5
3124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3125 (exit $ac_status); } &&
3126 { ac_try='test -z "$ac_c_werror_flag"
3127 || test ! -s conftest.err'
3128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3129 (eval $ac_try) 2>&5
3130 ac_status=$?
3131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3132 (exit $ac_status); }; } &&
3133 { ac_try='test -s conftest$ac_exeext'
3134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3135 (eval $ac_try) 2>&5
3136 ac_status=$?
3137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3138 (exit $ac_status); }; }; then
3139 echo "$as_me:$LINENO: result: yes - in errno.h" >&5
3140 echo "${ECHO_T}yes - in errno.h" >&6;
3141 cat >>confdefs.h <<\_ACEOF
3142 #define HAVE_ERRNO 1
3143 _ACEOF
3144 have_errno=yes
3145 else
3146 echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3148
3149 fi
3150 rm -f conftest.err conftest.$ac_objext \
3151 conftest$ac_exeext conftest.$ac_ext
3152 if test $have_errno = no; then
3153 cat >conftest.$ac_ext <<_ACEOF
3154 /* confdefs.h. */
3155 _ACEOF
3156 cat confdefs.h >>conftest.$ac_ext
3157 cat >>conftest.$ac_ext <<_ACEOF
3158 /* end confdefs.h. */
3159
3160 #if HAVE_ERRNO_H
3161 #include <errno.h>
3162 #endif
3163 int
3164 main ()
3165 {
3166 extern int errno; static int x; x = errno;
3167 ;
3168 return 0;
3169 }
3170 _ACEOF
3171 rm -f conftest.$ac_objext conftest$ac_exeext
3172 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3173 (eval $ac_link) 2>conftest.er1
3174 ac_status=$?
3175 grep -v '^ *+' conftest.er1 >conftest.err
3176 rm -f conftest.er1
3177 cat conftest.err >&5
3178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3179 (exit $ac_status); } &&
3180 { ac_try='test -z "$ac_c_werror_flag"
3181 || test ! -s conftest.err'
3182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3183 (eval $ac_try) 2>&5
3184 ac_status=$?
3185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3186 (exit $ac_status); }; } &&
3187 { ac_try='test -s conftest$ac_exeext'
3188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3189 (eval $ac_try) 2>&5
3190 ac_status=$?
3191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3192 (exit $ac_status); }; }; then
3193 echo "$as_me:$LINENO: result: yes - must define" >&5
3194 echo "${ECHO_T}yes - must define" >&6;
3195 cat >>confdefs.h <<\_ACEOF
3196 #define HAVE_ERRNO 1
3197 _ACEOF
3198
3199 cat >>confdefs.h <<\_ACEOF
3200 #define MUST_DEFINE_ERRNO 1
3201 _ACEOF
3202
3203 else
3204 echo "$as_me: failed program was:" >&5
3205 sed 's/^/| /' conftest.$ac_ext >&5
3206
3207 echo "$as_me:$LINENO: result: no" >&5
3208 echo "${ECHO_T}no" >&6
3209 fi
3210 rm -f conftest.err conftest.$ac_objext \
3211 conftest$ac_exeext conftest.$ac_ext
3212 fi
3213
3214 echo "$as_me:$LINENO: checking whether strerror is declared" >&5
3215 echo $ECHO_N "checking whether strerror is declared... $ECHO_C" >&6
3216 if test "${ac_cv_have_decl_strerror+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218 else
3219 cat >conftest.$ac_ext <<_ACEOF
3220 /* confdefs.h. */
3221 _ACEOF
3222 cat confdefs.h >>conftest.$ac_ext
3223 cat >>conftest.$ac_ext <<_ACEOF
3224 /* end confdefs.h. */
3225 $ac_includes_default
3226 int
3227 main ()
3228 {
3229 #ifndef strerror
3230 char *p = (char *) strerror;
3231 #endif
3232
3233 ;
3234 return 0;
3235 }
3236 _ACEOF
3237 rm -f conftest.$ac_objext
3238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3239 (eval $ac_compile) 2>conftest.er1
3240 ac_status=$?
3241 grep -v '^ *+' conftest.er1 >conftest.err
3242 rm -f conftest.er1
3243 cat conftest.err >&5
3244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3245 (exit $ac_status); } &&
3246 { ac_try='test -z "$ac_c_werror_flag"
3247 || test ! -s conftest.err'
3248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3249 (eval $ac_try) 2>&5
3250 ac_status=$?
3251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3252 (exit $ac_status); }; } &&
3253 { ac_try='test -s conftest.$ac_objext'
3254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 (eval $ac_try) 2>&5
3256 ac_status=$?
3257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3258 (exit $ac_status); }; }; then
3259 ac_cv_have_decl_strerror=yes
3260 else
3261 echo "$as_me: failed program was:" >&5
3262 sed 's/^/| /' conftest.$ac_ext >&5
3263
3264 ac_cv_have_decl_strerror=no
3265 fi
3266 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3267 fi
3268 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strerror" >&5
3269 echo "${ECHO_T}$ac_cv_have_decl_strerror" >&6
3270 if test $ac_cv_have_decl_strerror = yes; then
3271
3272 cat >>confdefs.h <<_ACEOF
3273 #define HAVE_DECL_STRERROR 1
3274 _ACEOF
3275
3276
3277 else
3278 cat >>confdefs.h <<_ACEOF
3279 #define HAVE_DECL_STRERROR 0
3280 _ACEOF
3281
3282
3283 fi
3284 echo "$as_me:$LINENO: checking whether perror is declared" >&5
3285 echo $ECHO_N "checking whether perror is declared... $ECHO_C" >&6
3286 if test "${ac_cv_have_decl_perror+set}" = set; then
3287 echo $ECHO_N "(cached) $ECHO_C" >&6
3288 else
3289 cat >conftest.$ac_ext <<_ACEOF
3290 /* confdefs.h. */
3291 _ACEOF
3292 cat confdefs.h >>conftest.$ac_ext
3293 cat >>conftest.$ac_ext <<_ACEOF
3294 /* end confdefs.h. */
3295 $ac_includes_default
3296 int
3297 main ()
3298 {
3299 #ifndef perror
3300 char *p = (char *) perror;
3301 #endif
3302
3303 ;
3304 return 0;
3305 }
3306 _ACEOF
3307 rm -f conftest.$ac_objext
3308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3309 (eval $ac_compile) 2>conftest.er1
3310 ac_status=$?
3311 grep -v '^ *+' conftest.er1 >conftest.err
3312 rm -f conftest.er1
3313 cat conftest.err >&5
3314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3315 (exit $ac_status); } &&
3316 { ac_try='test -z "$ac_c_werror_flag"
3317 || test ! -s conftest.err'
3318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3319 (eval $ac_try) 2>&5
3320 ac_status=$?
3321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3322 (exit $ac_status); }; } &&
3323 { ac_try='test -s conftest.$ac_objext'
3324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3325 (eval $ac_try) 2>&5
3326 ac_status=$?
3327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3328 (exit $ac_status); }; }; then
3329 ac_cv_have_decl_perror=yes
3330 else
3331 echo "$as_me: failed program was:" >&5
3332 sed 's/^/| /' conftest.$ac_ext >&5
3333
3334 ac_cv_have_decl_perror=no
3335 fi
3336 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3337 fi
3338 echo "$as_me:$LINENO: result: $ac_cv_have_decl_perror" >&5
3339 echo "${ECHO_T}$ac_cv_have_decl_perror" >&6
3340 if test $ac_cv_have_decl_perror = yes; then
3341
3342 cat >>confdefs.h <<_ACEOF
3343 #define HAVE_DECL_PERROR 1
3344 _ACEOF
3345
3346
3347 else
3348 cat >>confdefs.h <<_ACEOF
3349 #define HAVE_DECL_PERROR 0
3350 _ACEOF
3351
3352
3353 fi
3354
3355
3356
3357 echo "$as_me:$LINENO: checking for socklen_t" >&5
3358 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
3359 if test "${ac_cv_type_socklen_t+set}" = set; then
3360 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362 cat >conftest.$ac_ext <<_ACEOF
3363 /* confdefs.h. */
3364 _ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3368 #include <sys/types.h>
3369 #include <sys/socket.h>
3370
3371
3372 int
3373 main ()
3374 {
3375 if ((socklen_t *) 0)
3376 return 0;
3377 if (sizeof (socklen_t))
3378 return 0;
3379 ;
3380 return 0;
3381 }
3382 _ACEOF
3383 rm -f conftest.$ac_objext
3384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3385 (eval $ac_compile) 2>conftest.er1
3386 ac_status=$?
3387 grep -v '^ *+' conftest.er1 >conftest.err
3388 rm -f conftest.er1
3389 cat conftest.err >&5
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); } &&
3392 { ac_try='test -z "$ac_c_werror_flag"
3393 || test ! -s conftest.err'
3394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3395 (eval $ac_try) 2>&5
3396 ac_status=$?
3397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3398 (exit $ac_status); }; } &&
3399 { ac_try='test -s conftest.$ac_objext'
3400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3401 (eval $ac_try) 2>&5
3402 ac_status=$?
3403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3404 (exit $ac_status); }; }; then
3405 ac_cv_type_socklen_t=yes
3406 else
3407 echo "$as_me: failed program was:" >&5
3408 sed 's/^/| /' conftest.$ac_ext >&5
3409
3410 ac_cv_type_socklen_t=no
3411 fi
3412 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3413 fi
3414 echo "$as_me:$LINENO: result: $ac_cv_type_socklen_t" >&5
3415 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6
3416 if test $ac_cv_type_socklen_t = yes; then
3417
3418 cat >>confdefs.h <<_ACEOF
3419 #define HAVE_SOCKLEN_T 1
3420 _ACEOF
3421
3422
3423 fi
3424
3425
3426 # Check for various supplementary target information (beyond the
3427 # triplet) which might affect the choices in configure.srv.
3428 case "${target}" in
3429 arm*-*-linux*)
3430 echo "$as_me:$LINENO: checking if iWMMXt is selected" >&5
3431 echo $ECHO_N "checking if iWMMXt is selected... $ECHO_C" >&6
3432 if test "${gdb_cv_arm_iwmmxt+set}" = set; then
3433 echo $ECHO_N "(cached) $ECHO_C" >&6
3434 else
3435 save_CPPFLAGS="$CPPFLAGS"
3436 CPPFLAGS="$CPPFLAGS $CFLAGS"
3437 cat >conftest.$ac_ext <<_ACEOF
3438 /* confdefs.h. */
3439 _ACEOF
3440 cat confdefs.h >>conftest.$ac_ext
3441 cat >>conftest.$ac_ext <<_ACEOF
3442 /* end confdefs.h. */
3443
3444 #ifdef __IWMMXT__
3445 got it
3446 #endif
3447
3448 _ACEOF
3449 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3450 $EGREP "got it" >/dev/null 2>&1; then
3451 gdb_cv_arm_iwmmxt=yes
3452 else
3453 gdb_cv_arm_iwmmxt=no
3454 fi
3455 rm -f conftest*
3456
3457 CPPFLAGS="$save_CPPFLAGS"
3458 fi
3459 echo "$as_me:$LINENO: result: $gdb_cv_arm_iwmmxt" >&5
3460 echo "${ECHO_T}$gdb_cv_arm_iwmmxt" >&6
3461 ;;
3462 esac
3463
3464 . ${srcdir}/configure.srv
3465
3466 if test "${srv_mingwce}" = "yes"; then
3467 LIBS="$LIBS -lws2"
3468 elif test "${srv_mingw}" = "yes"; then
3469 LIBS="$LIBS -lwsock32"
3470 fi
3471
3472 if test "${srv_mingw}" = "yes"; then
3473
3474 cat >>confdefs.h <<\_ACEOF
3475 #define USE_WIN32API 1
3476 _ACEOF
3477
3478 fi
3479
3480 if test "${srv_linux_usrregs}" = "yes"; then
3481
3482 cat >>confdefs.h <<\_ACEOF
3483 #define HAVE_LINUX_USRREGS 1
3484 _ACEOF
3485
3486 fi
3487
3488 if test "${srv_linux_regsets}" = "yes"; then
3489
3490 cat >>confdefs.h <<\_ACEOF
3491 #define HAVE_LINUX_REGSETS 1
3492 _ACEOF
3493
3494
3495 echo "$as_me:$LINENO: checking for PTRACE_GETREGS" >&5
3496 echo $ECHO_N "checking for PTRACE_GETREGS... $ECHO_C" >&6
3497 if test "${gdbsrv_cv_have_ptrace_getregs+set}" = set; then
3498 echo $ECHO_N "(cached) $ECHO_C" >&6
3499 else
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3506 #include <sys/ptrace.h>
3507 int
3508 main ()
3509 {
3510 PTRACE_GETREGS;
3511 ;
3512 return 0;
3513 }
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3517 (eval $ac_compile) 2>conftest.er1
3518 ac_status=$?
3519 grep -v '^ *+' conftest.er1 >conftest.err
3520 rm -f conftest.er1
3521 cat conftest.err >&5
3522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3523 (exit $ac_status); } &&
3524 { ac_try='test -z "$ac_c_werror_flag"
3525 || test ! -s conftest.err'
3526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3527 (eval $ac_try) 2>&5
3528 ac_status=$?
3529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); }; } &&
3531 { ac_try='test -s conftest.$ac_objext'
3532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3533 (eval $ac_try) 2>&5
3534 ac_status=$?
3535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3536 (exit $ac_status); }; }; then
3537 gdbsrv_cv_have_ptrace_getregs=yes
3538 else
3539 echo "$as_me: failed program was:" >&5
3540 sed 's/^/| /' conftest.$ac_ext >&5
3541
3542 gdbsrv_cv_have_ptrace_getregs=no
3543 fi
3544 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3545 fi
3546
3547 echo "$as_me:$LINENO: result: $gdbsrv_cv_have_ptrace_getregs" >&5
3548 echo "${ECHO_T}$gdbsrv_cv_have_ptrace_getregs" >&6
3549 if test "${gdbsrv_cv_have_ptrace_getregs}" = "yes"; then
3550
3551 cat >>confdefs.h <<\_ACEOF
3552 #define HAVE_PTRACE_GETREGS 1
3553 _ACEOF
3554
3555 fi
3556
3557 echo "$as_me:$LINENO: checking for PTRACE_GETFPXREGS" >&5
3558 echo $ECHO_N "checking for PTRACE_GETFPXREGS... $ECHO_C" >&6
3559 if test "${gdbsrv_cv_have_ptrace_getfpxregs+set}" = set; then
3560 echo $ECHO_N "(cached) $ECHO_C" >&6
3561 else
3562 cat >conftest.$ac_ext <<_ACEOF
3563 /* confdefs.h. */
3564 _ACEOF
3565 cat confdefs.h >>conftest.$ac_ext
3566 cat >>conftest.$ac_ext <<_ACEOF
3567 /* end confdefs.h. */
3568 #include <sys/ptrace.h>
3569 int
3570 main ()
3571 {
3572 PTRACE_GETFPXREGS;
3573 ;
3574 return 0;
3575 }
3576 _ACEOF
3577 rm -f conftest.$ac_objext
3578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3579 (eval $ac_compile) 2>conftest.er1
3580 ac_status=$?
3581 grep -v '^ *+' conftest.er1 >conftest.err
3582 rm -f conftest.er1
3583 cat conftest.err >&5
3584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3585 (exit $ac_status); } &&
3586 { ac_try='test -z "$ac_c_werror_flag"
3587 || test ! -s conftest.err'
3588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3589 (eval $ac_try) 2>&5
3590 ac_status=$?
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); }; } &&
3593 { ac_try='test -s conftest.$ac_objext'
3594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3595 (eval $ac_try) 2>&5
3596 ac_status=$?
3597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3598 (exit $ac_status); }; }; then
3599 gdbsrv_cv_have_ptrace_getfpxregs=yes
3600 else
3601 echo "$as_me: failed program was:" >&5
3602 sed 's/^/| /' conftest.$ac_ext >&5
3603
3604 gdbsrv_cv_have_ptrace_getfpxregs=no
3605 fi
3606 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3607 fi
3608
3609 echo "$as_me:$LINENO: result: $gdbsrv_cv_have_ptrace_getfpxregs" >&5
3610 echo "${ECHO_T}$gdbsrv_cv_have_ptrace_getfpxregs" >&6
3611 if test "${gdbsrv_cv_have_ptrace_getfpxregs}" = "yes"; then
3612
3613 cat >>confdefs.h <<\_ACEOF
3614 #define HAVE_PTRACE_GETFPXREGS 1
3615 _ACEOF
3616
3617 fi
3618 fi
3619
3620 if test "$ac_cv_header_sys_procfs_h" = yes; then
3621 echo "$as_me:$LINENO: checking for lwpid_t in sys/procfs.h" >&5
3622 echo $ECHO_N "checking for lwpid_t in sys/procfs.h... $ECHO_C" >&6
3623 if test "${bfd_cv_have_sys_procfs_type_lwpid_t+set}" = set; then
3624 echo $ECHO_N "(cached) $ECHO_C" >&6
3625 else
3626 cat >conftest.$ac_ext <<_ACEOF
3627 /* confdefs.h. */
3628 _ACEOF
3629 cat confdefs.h >>conftest.$ac_ext
3630 cat >>conftest.$ac_ext <<_ACEOF
3631 /* end confdefs.h. */
3632
3633 #define _SYSCALL32
3634 #include <sys/procfs.h>
3635 int
3636 main ()
3637 {
3638 lwpid_t avar
3639 ;
3640 return 0;
3641 }
3642 _ACEOF
3643 rm -f conftest.$ac_objext
3644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3645 (eval $ac_compile) 2>conftest.er1
3646 ac_status=$?
3647 grep -v '^ *+' conftest.er1 >conftest.err
3648 rm -f conftest.er1
3649 cat conftest.err >&5
3650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3651 (exit $ac_status); } &&
3652 { ac_try='test -z "$ac_c_werror_flag"
3653 || test ! -s conftest.err'
3654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3655 (eval $ac_try) 2>&5
3656 ac_status=$?
3657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3658 (exit $ac_status); }; } &&
3659 { ac_try='test -s conftest.$ac_objext'
3660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3661 (eval $ac_try) 2>&5
3662 ac_status=$?
3663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3664 (exit $ac_status); }; }; then
3665 bfd_cv_have_sys_procfs_type_lwpid_t=yes
3666 else
3667 echo "$as_me: failed program was:" >&5
3668 sed 's/^/| /' conftest.$ac_ext >&5
3669
3670 bfd_cv_have_sys_procfs_type_lwpid_t=no
3671
3672 fi
3673 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3674 fi
3675
3676 if test $bfd_cv_have_sys_procfs_type_lwpid_t = yes; then
3677
3678 cat >>confdefs.h <<\_ACEOF
3679 #define HAVE_LWPID_T 1
3680 _ACEOF
3681
3682 fi
3683 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_lwpid_t" >&5
3684 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_lwpid_t" >&6
3685
3686 echo "$as_me:$LINENO: checking for psaddr_t in sys/procfs.h" >&5
3687 echo $ECHO_N "checking for psaddr_t in sys/procfs.h... $ECHO_C" >&6
3688 if test "${bfd_cv_have_sys_procfs_type_psaddr_t+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6
3690 else
3691 cat >conftest.$ac_ext <<_ACEOF
3692 /* confdefs.h. */
3693 _ACEOF
3694 cat confdefs.h >>conftest.$ac_ext
3695 cat >>conftest.$ac_ext <<_ACEOF
3696 /* end confdefs.h. */
3697
3698 #define _SYSCALL32
3699 #include <sys/procfs.h>
3700 int
3701 main ()
3702 {
3703 psaddr_t avar
3704 ;
3705 return 0;
3706 }
3707 _ACEOF
3708 rm -f conftest.$ac_objext
3709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3710 (eval $ac_compile) 2>conftest.er1
3711 ac_status=$?
3712 grep -v '^ *+' conftest.er1 >conftest.err
3713 rm -f conftest.er1
3714 cat conftest.err >&5
3715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3716 (exit $ac_status); } &&
3717 { ac_try='test -z "$ac_c_werror_flag"
3718 || test ! -s conftest.err'
3719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3720 (eval $ac_try) 2>&5
3721 ac_status=$?
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); }; } &&
3724 { ac_try='test -s conftest.$ac_objext'
3725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3726 (eval $ac_try) 2>&5
3727 ac_status=$?
3728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3729 (exit $ac_status); }; }; then
3730 bfd_cv_have_sys_procfs_type_psaddr_t=yes
3731 else
3732 echo "$as_me: failed program was:" >&5
3733 sed 's/^/| /' conftest.$ac_ext >&5
3734
3735 bfd_cv_have_sys_procfs_type_psaddr_t=no
3736
3737 fi
3738 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3739 fi
3740
3741 if test $bfd_cv_have_sys_procfs_type_psaddr_t = yes; then
3742
3743 cat >>confdefs.h <<\_ACEOF
3744 #define HAVE_PSADDR_T 1
3745 _ACEOF
3746
3747 fi
3748 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_psaddr_t" >&5
3749 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_psaddr_t" >&6
3750
3751 echo "$as_me:$LINENO: checking for prgregset_t in sys/procfs.h" >&5
3752 echo $ECHO_N "checking for prgregset_t in sys/procfs.h... $ECHO_C" >&6
3753 if test "${bfd_cv_have_sys_procfs_type_prgregset_t+set}" = set; then
3754 echo $ECHO_N "(cached) $ECHO_C" >&6
3755 else
3756 cat >conftest.$ac_ext <<_ACEOF
3757 /* confdefs.h. */
3758 _ACEOF
3759 cat confdefs.h >>conftest.$ac_ext
3760 cat >>conftest.$ac_ext <<_ACEOF
3761 /* end confdefs.h. */
3762
3763 #define _SYSCALL32
3764 #include <sys/procfs.h>
3765 int
3766 main ()
3767 {
3768 prgregset_t avar
3769 ;
3770 return 0;
3771 }
3772 _ACEOF
3773 rm -f conftest.$ac_objext
3774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3775 (eval $ac_compile) 2>conftest.er1
3776 ac_status=$?
3777 grep -v '^ *+' conftest.er1 >conftest.err
3778 rm -f conftest.er1
3779 cat conftest.err >&5
3780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3781 (exit $ac_status); } &&
3782 { ac_try='test -z "$ac_c_werror_flag"
3783 || test ! -s conftest.err'
3784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3785 (eval $ac_try) 2>&5
3786 ac_status=$?
3787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3788 (exit $ac_status); }; } &&
3789 { ac_try='test -s conftest.$ac_objext'
3790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3791 (eval $ac_try) 2>&5
3792 ac_status=$?
3793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3794 (exit $ac_status); }; }; then
3795 bfd_cv_have_sys_procfs_type_prgregset_t=yes
3796 else
3797 echo "$as_me: failed program was:" >&5
3798 sed 's/^/| /' conftest.$ac_ext >&5
3799
3800 bfd_cv_have_sys_procfs_type_prgregset_t=no
3801
3802 fi
3803 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3804 fi
3805
3806 if test $bfd_cv_have_sys_procfs_type_prgregset_t = yes; then
3807
3808 cat >>confdefs.h <<\_ACEOF
3809 #define HAVE_PRGREGSET_T 1
3810 _ACEOF
3811
3812 fi
3813 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_prgregset_t" >&5
3814 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_prgregset_t" >&6
3815
3816 echo "$as_me:$LINENO: checking for elf_fpregset_t in sys/procfs.h" >&5
3817 echo $ECHO_N "checking for elf_fpregset_t in sys/procfs.h... $ECHO_C" >&6
3818 if test "${bfd_cv_have_sys_procfs_type_elf_fpregset_t+set}" = set; then
3819 echo $ECHO_N "(cached) $ECHO_C" >&6
3820 else
3821 cat >conftest.$ac_ext <<_ACEOF
3822 /* confdefs.h. */
3823 _ACEOF
3824 cat confdefs.h >>conftest.$ac_ext
3825 cat >>conftest.$ac_ext <<_ACEOF
3826 /* end confdefs.h. */
3827
3828 #define _SYSCALL32
3829 #include <sys/procfs.h>
3830 int
3831 main ()
3832 {
3833 elf_fpregset_t avar
3834 ;
3835 return 0;
3836 }
3837 _ACEOF
3838 rm -f conftest.$ac_objext
3839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3840 (eval $ac_compile) 2>conftest.er1
3841 ac_status=$?
3842 grep -v '^ *+' conftest.er1 >conftest.err
3843 rm -f conftest.er1
3844 cat conftest.err >&5
3845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3846 (exit $ac_status); } &&
3847 { ac_try='test -z "$ac_c_werror_flag"
3848 || test ! -s conftest.err'
3849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3850 (eval $ac_try) 2>&5
3851 ac_status=$?
3852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3853 (exit $ac_status); }; } &&
3854 { ac_try='test -s conftest.$ac_objext'
3855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3856 (eval $ac_try) 2>&5
3857 ac_status=$?
3858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3859 (exit $ac_status); }; }; then
3860 bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
3861 else
3862 echo "$as_me: failed program was:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3864
3865 bfd_cv_have_sys_procfs_type_elf_fpregset_t=no
3866
3867 fi
3868 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3869 fi
3870
3871 if test $bfd_cv_have_sys_procfs_type_elf_fpregset_t = yes; then
3872
3873 cat >>confdefs.h <<\_ACEOF
3874 #define HAVE_ELF_FPREGSET_T 1
3875 _ACEOF
3876
3877 fi
3878 echo "$as_me:$LINENO: result: $bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&5
3879 echo "${ECHO_T}$bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&6
3880
3881 fi
3882
3883 srv_thread_depfiles=
3884 srv_libs=
3885 USE_THREAD_DB=
3886
3887 if test "$srv_linux_thread_db" = "yes"; then
3888 echo "$as_me:$LINENO: checking for libthread_db" >&5
3889 echo $ECHO_N "checking for libthread_db... $ECHO_C" >&6
3890 if test "${srv_cv_thread_db+set}" = set; then
3891 echo $ECHO_N "(cached) $ECHO_C" >&6
3892 else
3893 old_LIBS="$LIBS"
3894 LIBS="$LIBS -lthread_db"
3895 cat >conftest.$ac_ext <<_ACEOF
3896 /* confdefs.h. */
3897 _ACEOF
3898 cat confdefs.h >>conftest.$ac_ext
3899 cat >>conftest.$ac_ext <<_ACEOF
3900 /* end confdefs.h. */
3901 void ps_pglobal_lookup() {}
3902 void ps_pdread() {}
3903 void ps_pdwrite() {}
3904 void ps_lgetregs() {}
3905 void ps_lsetregs() {}
3906 void ps_lgetfpregs() {}
3907 void ps_lsetfpregs() {}
3908 void ps_get_thread_area() {}
3909 void ps_getpid() {}
3910 int
3911 main ()
3912 {
3913 td_ta_new();
3914 ;
3915 return 0;
3916 }
3917 _ACEOF
3918 rm -f conftest.$ac_objext conftest$ac_exeext
3919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3920 (eval $ac_link) 2>conftest.er1
3921 ac_status=$?
3922 grep -v '^ *+' conftest.er1 >conftest.err
3923 rm -f conftest.er1
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } &&
3927 { ac_try='test -z "$ac_c_werror_flag"
3928 || test ! -s conftest.err'
3929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3930 (eval $ac_try) 2>&5
3931 ac_status=$?
3932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); }; } &&
3934 { ac_try='test -s conftest$ac_exeext'
3935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3936 (eval $ac_try) 2>&5
3937 ac_status=$?
3938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3939 (exit $ac_status); }; }; then
3940 srv_cv_thread_db="-lthread_db"
3941 else
3942 echo "$as_me: failed program was:" >&5
3943 sed 's/^/| /' conftest.$ac_ext >&5
3944
3945 srv_cv_thread_db=no
3946
3947 if test "$prefix" = "/usr" || test "$prefix" = "NONE"; then
3948 thread_db="/lib/libthread_db.so.1"
3949 else
3950 thread_db='$prefix/lib/libthread_db.so.1'
3951 fi
3952 LIBS="$old_LIBS `eval echo "$thread_db"`"
3953 cat >conftest.$ac_ext <<_ACEOF
3954 /* confdefs.h. */
3955 _ACEOF
3956 cat confdefs.h >>conftest.$ac_ext
3957 cat >>conftest.$ac_ext <<_ACEOF
3958 /* end confdefs.h. */
3959 void ps_pglobal_lookup() {}
3960 void ps_pdread() {}
3961 void ps_pdwrite() {}
3962 void ps_lgetregs() {}
3963 void ps_lsetregs() {}
3964 void ps_lgetfpregs() {}
3965 void ps_lsetfpregs() {}
3966 void ps_get_thread_area() {}
3967 void ps_getpid() {}
3968 int
3969 main ()
3970 {
3971 td_ta_new();
3972 ;
3973 return 0;
3974 }
3975 _ACEOF
3976 rm -f conftest.$ac_objext conftest$ac_exeext
3977 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3978 (eval $ac_link) 2>conftest.er1
3979 ac_status=$?
3980 grep -v '^ *+' conftest.er1 >conftest.err
3981 rm -f conftest.er1
3982 cat conftest.err >&5
3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3984 (exit $ac_status); } &&
3985 { ac_try='test -z "$ac_c_werror_flag"
3986 || test ! -s conftest.err'
3987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3988 (eval $ac_try) 2>&5
3989 ac_status=$?
3990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3991 (exit $ac_status); }; } &&
3992 { ac_try='test -s conftest$ac_exeext'
3993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3994 (eval $ac_try) 2>&5
3995 ac_status=$?
3996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997 (exit $ac_status); }; }; then
3998 srv_cv_thread_db="$thread_db"
3999 else
4000 echo "$as_me: failed program was:" >&5
4001 sed 's/^/| /' conftest.$ac_ext >&5
4002
4003 srv_cv_thread_db=no
4004 fi
4005 rm -f conftest.err conftest.$ac_objext \
4006 conftest$ac_exeext conftest.$ac_ext
4007
4008 fi
4009 rm -f conftest.err conftest.$ac_objext \
4010 conftest$ac_exeext conftest.$ac_ext
4011 LIBS="$old_LIBS"
4012
4013 fi
4014 echo "$as_me:$LINENO: result: $srv_cv_thread_db" >&5
4015 echo "${ECHO_T}$srv_cv_thread_db" >&6
4016 if test "$srv_cv_thread_db" = no; then
4017 { echo "$as_me:$LINENO: WARNING: Could not find libthread_db." >&5
4018 echo "$as_me: WARNING: Could not find libthread_db." >&2;}
4019 { echo "$as_me:$LINENO: WARNING: Disabling thread support in gdbserver." >&5
4020 echo "$as_me: WARNING: Disabling thread support in gdbserver." >&2;}
4021 srv_linux_thread_db=no
4022 else
4023 srv_libs="$srv_cv_thread_db"
4024 echo "$as_me:$LINENO: checking for thread_db_tls_get_addr" >&5
4025 echo $ECHO_N "checking for thread_db_tls_get_addr... $ECHO_C" >&6
4026 if test "${srv_cv_tls_get_addr+set}" = set; then
4027 echo $ECHO_N "(cached) $ECHO_C" >&6
4028 else
4029 old_LIBS="$LIBS"
4030 LIBS="$LIBS $srv_cv_thread_db"
4031 cat >conftest.$ac_ext <<_ACEOF
4032 /* confdefs.h. */
4033 _ACEOF
4034 cat confdefs.h >>conftest.$ac_ext
4035 cat >>conftest.$ac_ext <<_ACEOF
4036 /* end confdefs.h. */
4037 void ps_pglobal_lookup() {}
4038 void ps_pdread() {}
4039 void ps_pdwrite() {}
4040 void ps_lgetregs() {}
4041 void ps_lsetregs() {}
4042 void ps_lgetfpregs() {}
4043 void ps_lsetfpregs() {}
4044 void ps_get_thread_area() {}
4045 void ps_getpid() {}
4046 int
4047 main ()
4048 {
4049 td_thr_tls_get_addr();
4050 ;
4051 return 0;
4052 }
4053 _ACEOF
4054 rm -f conftest.$ac_objext conftest$ac_exeext
4055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4056 (eval $ac_link) 2>conftest.er1
4057 ac_status=$?
4058 grep -v '^ *+' conftest.er1 >conftest.err
4059 rm -f conftest.er1
4060 cat conftest.err >&5
4061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062 (exit $ac_status); } &&
4063 { ac_try='test -z "$ac_c_werror_flag"
4064 || test ! -s conftest.err'
4065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4066 (eval $ac_try) 2>&5
4067 ac_status=$?
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); }; } &&
4070 { ac_try='test -s conftest$ac_exeext'
4071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4072 (eval $ac_try) 2>&5
4073 ac_status=$?
4074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4075 (exit $ac_status); }; }; then
4076 srv_cv_tls_get_addr=yes
4077 else
4078 echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4080
4081 srv_cv_tls_get_addr=no
4082 fi
4083 rm -f conftest.err conftest.$ac_objext \
4084 conftest$ac_exeext conftest.$ac_ext
4085 LIBS="$old_LIBS"
4086
4087 fi
4088 echo "$as_me:$LINENO: result: $srv_cv_tls_get_addr" >&5
4089 echo "${ECHO_T}$srv_cv_tls_get_addr" >&6
4090 fi
4091 old_LDFLAGS="$LDFLAGS"
4092 LDFLAGS="$LDFLAGS -rdynamic"
4093 cat >conftest.$ac_ext <<_ACEOF
4094 /* confdefs.h. */
4095 _ACEOF
4096 cat confdefs.h >>conftest.$ac_ext
4097 cat >>conftest.$ac_ext <<_ACEOF
4098 /* end confdefs.h. */
4099
4100 int
4101 main ()
4102 {
4103
4104 ;
4105 return 0;
4106 }
4107 _ACEOF
4108 rm -f conftest.$ac_objext conftest$ac_exeext
4109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4110 (eval $ac_link) 2>conftest.er1
4111 ac_status=$?
4112 grep -v '^ *+' conftest.er1 >conftest.err
4113 rm -f conftest.er1
4114 cat conftest.err >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); } &&
4117 { ac_try='test -z "$ac_c_werror_flag"
4118 || test ! -s conftest.err'
4119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4120 (eval $ac_try) 2>&5
4121 ac_status=$?
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); }; } &&
4124 { ac_try='test -s conftest$ac_exeext'
4125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4126 (eval $ac_try) 2>&5
4127 ac_status=$?
4128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4129 (exit $ac_status); }; }; then
4130 RDYNAMIC=-rdynamic
4131 else
4132 echo "$as_me: failed program was:" >&5
4133 sed 's/^/| /' conftest.$ac_ext >&5
4134
4135 RDYNAMIC=
4136 fi
4137 rm -f conftest.err conftest.$ac_objext \
4138 conftest$ac_exeext conftest.$ac_ext
4139
4140 LDFLAGS="$old_LDFLAGS"
4141 fi
4142
4143 if test "$srv_linux_thread_db" = "yes"; then
4144 srv_thread_depfiles="thread-db.o proc-service.o"
4145 USE_THREAD_DB="-DUSE_THREAD_DB"
4146 echo "$as_me:$LINENO: checking for TD_VERSION" >&5
4147 echo $ECHO_N "checking for TD_VERSION... $ECHO_C" >&6
4148 if test "${gdbsrv_cv_have_td_version+set}" = set; then
4149 echo $ECHO_N "(cached) $ECHO_C" >&6
4150 else
4151 cat >conftest.$ac_ext <<_ACEOF
4152 /* confdefs.h. */
4153 _ACEOF
4154 cat confdefs.h >>conftest.$ac_ext
4155 cat >>conftest.$ac_ext <<_ACEOF
4156 /* end confdefs.h. */
4157 #include <thread_db.h>
4158 int
4159 main ()
4160 {
4161 TD_VERSION;
4162 ;
4163 return 0;
4164 }
4165 _ACEOF
4166 rm -f conftest.$ac_objext
4167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4168 (eval $ac_compile) 2>conftest.er1
4169 ac_status=$?
4170 grep -v '^ *+' conftest.er1 >conftest.err
4171 rm -f conftest.er1
4172 cat conftest.err >&5
4173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4174 (exit $ac_status); } &&
4175 { ac_try='test -z "$ac_c_werror_flag"
4176 || test ! -s conftest.err'
4177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4178 (eval $ac_try) 2>&5
4179 ac_status=$?
4180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4181 (exit $ac_status); }; } &&
4182 { ac_try='test -s conftest.$ac_objext'
4183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4184 (eval $ac_try) 2>&5
4185 ac_status=$?
4186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4187 (exit $ac_status); }; }; then
4188 gdbsrv_cv_have_td_version=yes
4189 else
4190 echo "$as_me: failed program was:" >&5
4191 sed 's/^/| /' conftest.$ac_ext >&5
4192
4193 gdbsrv_cv_have_td_version=no
4194 fi
4195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4196 fi
4197 echo "$as_me:$LINENO: result: $gdbsrv_cv_have_td_version" >&5
4198 echo "${ECHO_T}$gdbsrv_cv_have_td_version" >&6
4199 if test $gdbsrv_cv_have_td_version = yes; then
4200
4201 cat >>confdefs.h <<\_ACEOF
4202 #define HAVE_TD_VERSION 1
4203 _ACEOF
4204
4205 fi
4206
4207 if test "$srv_cv_tls_get_addr" = yes; then
4208
4209 cat >>confdefs.h <<\_ACEOF
4210 #define HAVE_TD_THR_TLS_GET_ADDR 1
4211 _ACEOF
4212
4213 fi
4214 fi
4215
4216 if test "$srv_xmltarget" != ""; then
4217 srv_xmltarget="\$(XML_DIR)/$srv_xmltarget"
4218 srv_xmlbuiltin="xml-builtin.o"
4219
4220 cat >>confdefs.h <<\_ACEOF
4221 #define USE_XML 1
4222 _ACEOF
4223
4224
4225 tmp_xmlfiles=$srv_xmlfiles
4226 srv_xmlfiles="target.xml"
4227 for f in $tmp_xmlfiles; do
4228 srv_xmlfiles="$srv_xmlfiles \$(XML_DIR)/$f"
4229 done
4230 fi
4231
4232 GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_thread_depfiles"
4233 GDBSERVER_LIBS="$srv_libs"
4234
4235
4236
4237
4238
4239
4240
4241
4242 ac_config_files="$ac_config_files Makefile"
4243 ac_config_commands="$ac_config_commands default"
4244 cat >confcache <<\_ACEOF
4245 # This file is a shell script that caches the results of configure
4246 # tests run on this system so they can be shared between configure
4247 # scripts and configure runs, see configure's option --config-cache.
4248 # It is not useful on other systems. If it contains results you don't
4249 # want to keep, you may remove or edit it.
4250 #
4251 # config.status only pays attention to the cache file if you give it
4252 # the --recheck option to rerun configure.
4253 #
4254 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4255 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4256 # following values.
4257
4258 _ACEOF
4259
4260 # The following way of writing the cache mishandles newlines in values,
4261 # but we know of no workaround that is simple, portable, and efficient.
4262 # So, don't put newlines in cache variables' values.
4263 # Ultrix sh set writes to stderr and can't be redirected directly,
4264 # and sets the high bit in the cache file unless we assign to the vars.
4265 {
4266 (set) 2>&1 |
4267 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4268 *ac_space=\ *)
4269 # `set' does not quote correctly, so add quotes (double-quote
4270 # substitution turns \\\\ into \\, and sed turns \\ into \).
4271 sed -n \
4272 "s/'/'\\\\''/g;
4273 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4274 ;;
4275 *)
4276 # `set' quotes correctly as required by POSIX, so do not add quotes.
4277 sed -n \
4278 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4279 ;;
4280 esac;
4281 } |
4282 sed '
4283 t clear
4284 : clear
4285 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4286 t end
4287 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4288 : end' >>confcache
4289 if diff $cache_file confcache >/dev/null 2>&1; then :; else
4290 if test -w $cache_file; then
4291 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4292 cat confcache >$cache_file
4293 else
4294 echo "not updating unwritable cache $cache_file"
4295 fi
4296 fi
4297 rm -f confcache
4298
4299 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4300 # Let make expand exec_prefix.
4301 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4302
4303 # VPATH may cause trouble with some makes, so we remove $(srcdir),
4304 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4305 # trailing colons and then remove the whole line if VPATH becomes empty
4306 # (actually we leave an empty line to preserve line numbers).
4307 if test "x$srcdir" = x.; then
4308 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4309 s/:*\$(srcdir):*/:/;
4310 s/:*\${srcdir}:*/:/;
4311 s/:*@srcdir@:*/:/;
4312 s/^\([^=]*=[ ]*\):*/\1/;
4313 s/:*$//;
4314 s/^[^=]*=[ ]*$//;
4315 }'
4316 fi
4317
4318 DEFS=-DHAVE_CONFIG_H
4319
4320 ac_libobjs=
4321 ac_ltlibobjs=
4322 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4323 # 1. Remove the extension, and $U if already installed.
4324 ac_i=`echo "$ac_i" |
4325 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
4326 # 2. Add them.
4327 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
4328 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
4329 done
4330 LIBOBJS=$ac_libobjs
4331
4332 LTLIBOBJS=$ac_ltlibobjs
4333
4334
4335
4336 : ${CONFIG_STATUS=./config.status}
4337 ac_clean_files_save=$ac_clean_files
4338 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4339 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4340 echo "$as_me: creating $CONFIG_STATUS" >&6;}
4341 cat >$CONFIG_STATUS <<_ACEOF
4342 #! $SHELL
4343 # Generated by $as_me.
4344 # Run this file to recreate the current configuration.
4345 # Compiler output produced by configure, useful for debugging
4346 # configure, is in config.log if it exists.
4347
4348 debug=false
4349 ac_cs_recheck=false
4350 ac_cs_silent=false
4351 SHELL=\${CONFIG_SHELL-$SHELL}
4352 _ACEOF
4353
4354 cat >>$CONFIG_STATUS <<\_ACEOF
4355 ## --------------------- ##
4356 ## M4sh Initialization. ##
4357 ## --------------------- ##
4358
4359 # Be Bourne compatible
4360 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4361 emulate sh
4362 NULLCMD=:
4363 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4364 # is contrary to our usage. Disable this feature.
4365 alias -g '${1+"$@"}'='"$@"'
4366 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
4367 set -o posix
4368 fi
4369 DUALCASE=1; export DUALCASE # for MKS sh
4370
4371 # Support unset when possible.
4372 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4373 as_unset=unset
4374 else
4375 as_unset=false
4376 fi
4377
4378
4379 # Work around bugs in pre-3.0 UWIN ksh.
4380 $as_unset ENV MAIL MAILPATH
4381 PS1='$ '
4382 PS2='> '
4383 PS4='+ '
4384
4385 # NLS nuisances.
4386 for as_var in \
4387 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4388 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4389 LC_TELEPHONE LC_TIME
4390 do
4391 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4392 eval $as_var=C; export $as_var
4393 else
4394 $as_unset $as_var
4395 fi
4396 done
4397
4398 # Required to use basename.
4399 if expr a : '\(a\)' >/dev/null 2>&1; then
4400 as_expr=expr
4401 else
4402 as_expr=false
4403 fi
4404
4405 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
4406 as_basename=basename
4407 else
4408 as_basename=false
4409 fi
4410
4411
4412 # Name of the executable.
4413 as_me=`$as_basename "$0" ||
4414 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4415 X"$0" : 'X\(//\)$' \| \
4416 X"$0" : 'X\(/\)$' \| \
4417 . : '\(.\)' 2>/dev/null ||
4418 echo X/"$0" |
4419 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
4420 /^X\/\(\/\/\)$/{ s//\1/; q; }
4421 /^X\/\(\/\).*/{ s//\1/; q; }
4422 s/.*/./; q'`
4423
4424
4425 # PATH needs CR, and LINENO needs CR and PATH.
4426 # Avoid depending upon Character Ranges.
4427 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4428 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4429 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4430 as_cr_digits='0123456789'
4431 as_cr_alnum=$as_cr_Letters$as_cr_digits
4432
4433 # The user is always right.
4434 if test "${PATH_SEPARATOR+set}" != set; then
4435 echo "#! /bin/sh" >conf$$.sh
4436 echo "exit 0" >>conf$$.sh
4437 chmod +x conf$$.sh
4438 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4439 PATH_SEPARATOR=';'
4440 else
4441 PATH_SEPARATOR=:
4442 fi
4443 rm -f conf$$.sh
4444 fi
4445
4446
4447 as_lineno_1=$LINENO
4448 as_lineno_2=$LINENO
4449 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4450 test "x$as_lineno_1" != "x$as_lineno_2" &&
4451 test "x$as_lineno_3" = "x$as_lineno_2" || {
4452 # Find who we are. Look in the path if we contain no path at all
4453 # relative or not.
4454 case $0 in
4455 *[\\/]* ) as_myself=$0 ;;
4456 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH
4458 do
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4462 done
4463
4464 ;;
4465 esac
4466 # We did not find ourselves, most probably we were run as `sh COMMAND'
4467 # in which case we are not to be found in the path.
4468 if test "x$as_myself" = x; then
4469 as_myself=$0
4470 fi
4471 if test ! -f "$as_myself"; then
4472 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
4473 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
4474 { (exit 1); exit 1; }; }
4475 fi
4476 case $CONFIG_SHELL in
4477 '')
4478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4479 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
4480 do
4481 IFS=$as_save_IFS
4482 test -z "$as_dir" && as_dir=.
4483 for as_base in sh bash ksh sh5; do
4484 case $as_dir in
4485 /*)
4486 if ("$as_dir/$as_base" -c '
4487 as_lineno_1=$LINENO
4488 as_lineno_2=$LINENO
4489 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4490 test "x$as_lineno_1" != "x$as_lineno_2" &&
4491 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
4492 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
4493 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
4494 CONFIG_SHELL=$as_dir/$as_base
4495 export CONFIG_SHELL
4496 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
4497 fi;;
4498 esac
4499 done
4500 done
4501 ;;
4502 esac
4503
4504 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4505 # uniformly replaced by the line number. The first 'sed' inserts a
4506 # line-number line before each line; the second 'sed' does the real
4507 # work. The second script uses 'N' to pair each line-number line
4508 # with the numbered line, and appends trailing '-' during
4509 # substitution so that $LINENO is not a special case at line end.
4510 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4511 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
4512 sed '=' <$as_myself |
4513 sed '
4514 N
4515 s,$,-,
4516 : loop
4517 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
4518 t loop
4519 s,-$,,
4520 s,^['$as_cr_digits']*\n,,
4521 ' >$as_me.lineno &&
4522 chmod +x $as_me.lineno ||
4523 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
4524 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
4525 { (exit 1); exit 1; }; }
4526
4527 # Don't try to exec as it changes $[0], causing all sort of problems
4528 # (the dirname of $[0] is not the place where we might find the
4529 # original and so on. Autoconf is especially sensible to this).
4530 . ./$as_me.lineno
4531 # Exit status is that of the last command.
4532 exit
4533 }
4534
4535
4536 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
4537 *c*,-n*) ECHO_N= ECHO_C='
4538 ' ECHO_T=' ' ;;
4539 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
4540 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
4541 esac
4542
4543 if expr a : '\(a\)' >/dev/null 2>&1; then
4544 as_expr=expr
4545 else
4546 as_expr=false
4547 fi
4548
4549 rm -f conf$$ conf$$.exe conf$$.file
4550 echo >conf$$.file
4551 if ln -s conf$$.file conf$$ 2>/dev/null; then
4552 # We could just check for DJGPP; but this test a) works b) is more generic
4553 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
4554 if test -f conf$$.exe; then
4555 # Don't use ln at all; we don't have any links
4556 as_ln_s='cp -p'
4557 else
4558 as_ln_s='ln -s'
4559 fi
4560 elif ln conf$$.file conf$$ 2>/dev/null; then
4561 as_ln_s=ln
4562 else
4563 as_ln_s='cp -p'
4564 fi
4565 rm -f conf$$ conf$$.exe conf$$.file
4566
4567 if mkdir -p . 2>/dev/null; then
4568 as_mkdir_p=:
4569 else
4570 test -d ./-p && rmdir ./-p
4571 as_mkdir_p=false
4572 fi
4573
4574 as_executable_p="test -f"
4575
4576 # Sed expression to map a string onto a valid CPP name.
4577 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4578
4579 # Sed expression to map a string onto a valid variable name.
4580 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4581
4582
4583 # IFS
4584 # We need space, tab and new line, in precisely that order.
4585 as_nl='
4586 '
4587 IFS=" $as_nl"
4588
4589 # CDPATH.
4590 $as_unset CDPATH
4591
4592 exec 6>&1
4593
4594 # Open the log real soon, to keep \$[0] and so on meaningful, and to
4595 # report actual input values of CONFIG_FILES etc. instead of their
4596 # values after options handling. Logging --version etc. is OK.
4597 exec 5>>config.log
4598 {
4599 echo
4600 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4601 ## Running $as_me. ##
4602 _ASBOX
4603 } >&5
4604 cat >&5 <<_CSEOF
4605
4606 This file was extended by $as_me, which was
4607 generated by GNU Autoconf 2.59. Invocation command line was
4608
4609 CONFIG_FILES = $CONFIG_FILES
4610 CONFIG_HEADERS = $CONFIG_HEADERS
4611 CONFIG_LINKS = $CONFIG_LINKS
4612 CONFIG_COMMANDS = $CONFIG_COMMANDS
4613 $ $0 $@
4614
4615 _CSEOF
4616 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
4617 echo >&5
4618 _ACEOF
4619
4620 # Files that config.status was made for.
4621 if test -n "$ac_config_files"; then
4622 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
4623 fi
4624
4625 if test -n "$ac_config_headers"; then
4626 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
4627 fi
4628
4629 if test -n "$ac_config_links"; then
4630 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
4631 fi
4632
4633 if test -n "$ac_config_commands"; then
4634 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
4635 fi
4636
4637 cat >>$CONFIG_STATUS <<\_ACEOF
4638
4639 ac_cs_usage="\
4640 \`$as_me' instantiates files from templates according to the
4641 current configuration.
4642
4643 Usage: $0 [OPTIONS] [FILE]...
4644
4645 -h, --help print this help, then exit
4646 -V, --version print version number, then exit
4647 -q, --quiet do not print progress messages
4648 -d, --debug don't remove temporary files
4649 --recheck update $as_me by reconfiguring in the same conditions
4650 --file=FILE[:TEMPLATE]
4651 instantiate the configuration file FILE
4652 --header=FILE[:TEMPLATE]
4653 instantiate the configuration header FILE
4654
4655 Configuration files:
4656 $config_files
4657
4658 Configuration headers:
4659 $config_headers
4660
4661 Configuration commands:
4662 $config_commands
4663
4664 Report bugs to <bug-autoconf@gnu.org>."
4665 _ACEOF
4666
4667 cat >>$CONFIG_STATUS <<_ACEOF
4668 ac_cs_version="\\
4669 config.status
4670 configured by $0, generated by GNU Autoconf 2.59,
4671 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
4672
4673 Copyright (C) 2003 Free Software Foundation, Inc.
4674 This config.status script is free software; the Free Software Foundation
4675 gives unlimited permission to copy, distribute and modify it."
4676 srcdir=$srcdir
4677 INSTALL="$INSTALL"
4678 _ACEOF
4679
4680 cat >>$CONFIG_STATUS <<\_ACEOF
4681 # If no file are specified by the user, then we need to provide default
4682 # value. By we need to know if files were specified by the user.
4683 ac_need_defaults=:
4684 while test $# != 0
4685 do
4686 case $1 in
4687 --*=*)
4688 ac_option=`expr "x$1" : 'x\([^=]*\)='`
4689 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
4690 ac_shift=:
4691 ;;
4692 -*)
4693 ac_option=$1
4694 ac_optarg=$2
4695 ac_shift=shift
4696 ;;
4697 *) # This is not an option, so the user has probably given explicit
4698 # arguments.
4699 ac_option=$1
4700 ac_need_defaults=false;;
4701 esac
4702
4703 case $ac_option in
4704 # Handling of the options.
4705 _ACEOF
4706 cat >>$CONFIG_STATUS <<\_ACEOF
4707 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4708 ac_cs_recheck=: ;;
4709 --version | --vers* | -V )
4710 echo "$ac_cs_version"; exit 0 ;;
4711 --he | --h)
4712 # Conflict between --help and --header
4713 { { echo "$as_me:$LINENO: error: ambiguous option: $1
4714 Try \`$0 --help' for more information." >&5
4715 echo "$as_me: error: ambiguous option: $1
4716 Try \`$0 --help' for more information." >&2;}
4717 { (exit 1); exit 1; }; };;
4718 --help | --hel | -h )
4719 echo "$ac_cs_usage"; exit 0 ;;
4720 --debug | --d* | -d )
4721 debug=: ;;
4722 --file | --fil | --fi | --f )
4723 $ac_shift
4724 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
4725 ac_need_defaults=false;;
4726 --header | --heade | --head | --hea )
4727 $ac_shift
4728 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
4729 ac_need_defaults=false;;
4730 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4731 | -silent | --silent | --silen | --sile | --sil | --si | --s)
4732 ac_cs_silent=: ;;
4733
4734 # This is an error.
4735 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
4736 Try \`$0 --help' for more information." >&5
4737 echo "$as_me: error: unrecognized option: $1
4738 Try \`$0 --help' for more information." >&2;}
4739 { (exit 1); exit 1; }; } ;;
4740
4741 *) ac_config_targets="$ac_config_targets $1" ;;
4742
4743 esac
4744 shift
4745 done
4746
4747 ac_configure_extra_args=
4748
4749 if $ac_cs_silent; then
4750 exec 6>/dev/null
4751 ac_configure_extra_args="$ac_configure_extra_args --silent"
4752 fi
4753
4754 _ACEOF
4755 cat >>$CONFIG_STATUS <<_ACEOF
4756 if \$ac_cs_recheck; then
4757 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
4758 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4759 fi
4760
4761 _ACEOF
4762
4763
4764
4765
4766
4767 cat >>$CONFIG_STATUS <<\_ACEOF
4768 for ac_config_target in $ac_config_targets
4769 do
4770 case "$ac_config_target" in
4771 # Handling of arguments.
4772 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4773 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
4774 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
4775 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4776 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4777 { (exit 1); exit 1; }; };;
4778 esac
4779 done
4780
4781 # If the user did not use the arguments to specify the items to instantiate,
4782 # then the envvar interface is used. Set only those that are not.
4783 # We use the long form for the default assignment because of an extremely
4784 # bizarre bug on SunOS 4.1.3.
4785 if $ac_need_defaults; then
4786 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4787 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4788 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4789 fi
4790
4791 # Have a temporary directory for convenience. Make it in the build tree
4792 # simply because there is no reason to put it here, and in addition,
4793 # creating and moving files from /tmp can sometimes cause problems.
4794 # Create a temporary directory, and hook for its removal unless debugging.
4795 $debug ||
4796 {
4797 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4798 trap '{ (exit 1); exit 1; }' 1 2 13 15
4799 }
4800
4801 # Create a (secure) tmp directory for tmp files.
4802
4803 {
4804 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
4805 test -n "$tmp" && test -d "$tmp"
4806 } ||
4807 {
4808 tmp=./confstat$$-$RANDOM
4809 (umask 077 && mkdir $tmp)
4810 } ||
4811 {
4812 echo "$me: cannot create a temporary directory in ." >&2
4813 { (exit 1); exit 1; }
4814 }
4815
4816 _ACEOF
4817
4818 cat >>$CONFIG_STATUS <<_ACEOF
4819
4820 #
4821 # CONFIG_FILES section.
4822 #
4823
4824 # No need to generate the scripts if there are no CONFIG_FILES.
4825 # This happens for instance when ./config.status config.h
4826 if test -n "\$CONFIG_FILES"; then
4827 # Protect against being on the right side of a sed subst in config.status.
4828 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
4829 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
4830 s,@SHELL@,$SHELL,;t t
4831 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
4832 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
4833 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
4834 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
4835 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
4836 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
4837 s,@exec_prefix@,$exec_prefix,;t t
4838 s,@prefix@,$prefix,;t t
4839 s,@program_transform_name@,$program_transform_name,;t t
4840 s,@bindir@,$bindir,;t t
4841 s,@sbindir@,$sbindir,;t t
4842 s,@libexecdir@,$libexecdir,;t t
4843 s,@datadir@,$datadir,;t t
4844 s,@sysconfdir@,$sysconfdir,;t t
4845 s,@sharedstatedir@,$sharedstatedir,;t t
4846 s,@localstatedir@,$localstatedir,;t t
4847 s,@libdir@,$libdir,;t t
4848 s,@includedir@,$includedir,;t t
4849 s,@oldincludedir@,$oldincludedir,;t t
4850 s,@infodir@,$infodir,;t t
4851 s,@mandir@,$mandir,;t t
4852 s,@build_alias@,$build_alias,;t t
4853 s,@host_alias@,$host_alias,;t t
4854 s,@target_alias@,$target_alias,;t t
4855 s,@DEFS@,$DEFS,;t t
4856 s,@ECHO_C@,$ECHO_C,;t t
4857 s,@ECHO_N@,$ECHO_N,;t t
4858 s,@ECHO_T@,$ECHO_T,;t t
4859 s,@LIBS@,$LIBS,;t t
4860 s,@CC@,$CC,;t t
4861 s,@CFLAGS@,$CFLAGS,;t t
4862 s,@LDFLAGS@,$LDFLAGS,;t t
4863 s,@CPPFLAGS@,$CPPFLAGS,;t t
4864 s,@ac_ct_CC@,$ac_ct_CC,;t t
4865 s,@EXEEXT@,$EXEEXT,;t t
4866 s,@OBJEXT@,$OBJEXT,;t t
4867 s,@build@,$build,;t t
4868 s,@build_cpu@,$build_cpu,;t t
4869 s,@build_vendor@,$build_vendor,;t t
4870 s,@build_os@,$build_os,;t t
4871 s,@host@,$host,;t t
4872 s,@host_cpu@,$host_cpu,;t t
4873 s,@host_vendor@,$host_vendor,;t t
4874 s,@host_os@,$host_os,;t t
4875 s,@target@,$target,;t t
4876 s,@target_cpu@,$target_cpu,;t t
4877 s,@target_vendor@,$target_vendor,;t t
4878 s,@target_os@,$target_os,;t t
4879 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
4880 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
4881 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
4882 s,@CPP@,$CPP,;t t
4883 s,@EGREP@,$EGREP,;t t
4884 s,@RDYNAMIC@,$RDYNAMIC,;t t
4885 s,@GDBSERVER_DEPFILES@,$GDBSERVER_DEPFILES,;t t
4886 s,@GDBSERVER_LIBS@,$GDBSERVER_LIBS,;t t
4887 s,@USE_THREAD_DB@,$USE_THREAD_DB,;t t
4888 s,@srv_xmlbuiltin@,$srv_xmlbuiltin,;t t
4889 s,@srv_xmlfiles@,$srv_xmlfiles,;t t
4890 s,@srv_xmltarget@,$srv_xmltarget,;t t
4891 s,@LIBOBJS@,$LIBOBJS,;t t
4892 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
4893 CEOF
4894
4895 _ACEOF
4896
4897 cat >>$CONFIG_STATUS <<\_ACEOF
4898 # Split the substitutions into bite-sized pieces for seds with
4899 # small command number limits, like on Digital OSF/1 and HP-UX.
4900 ac_max_sed_lines=48
4901 ac_sed_frag=1 # Number of current file.
4902 ac_beg=1 # First line for current file.
4903 ac_end=$ac_max_sed_lines # Line after last line for current file.
4904 ac_more_lines=:
4905 ac_sed_cmds=
4906 while $ac_more_lines; do
4907 if test $ac_beg -gt 1; then
4908 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4909 else
4910 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4911 fi
4912 if test ! -s $tmp/subs.frag; then
4913 ac_more_lines=false
4914 else
4915 # The purpose of the label and of the branching condition is to
4916 # speed up the sed processing (if there are no `@' at all, there
4917 # is no need to browse any of the substitutions).
4918 # These are the two extra sed commands mentioned above.
4919 (echo ':t
4920 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
4921 if test -z "$ac_sed_cmds"; then
4922 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
4923 else
4924 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
4925 fi
4926 ac_sed_frag=`expr $ac_sed_frag + 1`
4927 ac_beg=$ac_end
4928 ac_end=`expr $ac_end + $ac_max_sed_lines`
4929 fi
4930 done
4931 if test -z "$ac_sed_cmds"; then
4932 ac_sed_cmds=cat
4933 fi
4934 fi # test -n "$CONFIG_FILES"
4935
4936 _ACEOF
4937 cat >>$CONFIG_STATUS <<\_ACEOF
4938 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
4939 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4940 case $ac_file in
4941 - | *:- | *:-:* ) # input from stdin
4942 cat >$tmp/stdin
4943 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4944 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4945 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4946 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4947 * ) ac_file_in=$ac_file.in ;;
4948 esac
4949
4950 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
4951 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4952 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4953 X"$ac_file" : 'X\(//\)[^/]' \| \
4954 X"$ac_file" : 'X\(//\)$' \| \
4955 X"$ac_file" : 'X\(/\)' \| \
4956 . : '\(.\)' 2>/dev/null ||
4957 echo X"$ac_file" |
4958 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4959 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4960 /^X\(\/\/\)$/{ s//\1/; q; }
4961 /^X\(\/\).*/{ s//\1/; q; }
4962 s/.*/./; q'`
4963 { if $as_mkdir_p; then
4964 mkdir -p "$ac_dir"
4965 else
4966 as_dir="$ac_dir"
4967 as_dirs=
4968 while test ! -d "$as_dir"; do
4969 as_dirs="$as_dir $as_dirs"
4970 as_dir=`(dirname "$as_dir") 2>/dev/null ||
4971 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4972 X"$as_dir" : 'X\(//\)[^/]' \| \
4973 X"$as_dir" : 'X\(//\)$' \| \
4974 X"$as_dir" : 'X\(/\)' \| \
4975 . : '\(.\)' 2>/dev/null ||
4976 echo X"$as_dir" |
4977 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4978 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4979 /^X\(\/\/\)$/{ s//\1/; q; }
4980 /^X\(\/\).*/{ s//\1/; q; }
4981 s/.*/./; q'`
4982 done
4983 test ! -n "$as_dirs" || mkdir $as_dirs
4984 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4985 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4986 { (exit 1); exit 1; }; }; }
4987
4988 ac_builddir=.
4989
4990 if test "$ac_dir" != .; then
4991 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4992 # A "../" for each directory in $ac_dir_suffix.
4993 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4994 else
4995 ac_dir_suffix= ac_top_builddir=
4996 fi
4997
4998 case $srcdir in
4999 .) # No --srcdir option. We are building in place.
5000 ac_srcdir=.
5001 if test -z "$ac_top_builddir"; then
5002 ac_top_srcdir=.
5003 else
5004 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5005 fi ;;
5006 [\\/]* | ?:[\\/]* ) # Absolute path.
5007 ac_srcdir=$srcdir$ac_dir_suffix;
5008 ac_top_srcdir=$srcdir ;;
5009 *) # Relative path.
5010 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5011 ac_top_srcdir=$ac_top_builddir$srcdir ;;
5012 esac
5013
5014 # Do not use `cd foo && pwd` to compute absolute paths, because
5015 # the directories may not exist.
5016 case `pwd` in
5017 .) ac_abs_builddir="$ac_dir";;
5018 *)
5019 case "$ac_dir" in
5020 .) ac_abs_builddir=`pwd`;;
5021 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5022 *) ac_abs_builddir=`pwd`/"$ac_dir";;
5023 esac;;
5024 esac
5025 case $ac_abs_builddir in
5026 .) ac_abs_top_builddir=${ac_top_builddir}.;;
5027 *)
5028 case ${ac_top_builddir}. in
5029 .) ac_abs_top_builddir=$ac_abs_builddir;;
5030 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5031 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5032 esac;;
5033 esac
5034 case $ac_abs_builddir in
5035 .) ac_abs_srcdir=$ac_srcdir;;
5036 *)
5037 case $ac_srcdir in
5038 .) ac_abs_srcdir=$ac_abs_builddir;;
5039 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
5040 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
5041 esac;;
5042 esac
5043 case $ac_abs_builddir in
5044 .) ac_abs_top_srcdir=$ac_top_srcdir;;
5045 *)
5046 case $ac_top_srcdir in
5047 .) ac_abs_top_srcdir=$ac_abs_builddir;;
5048 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
5049 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
5050 esac;;
5051 esac
5052
5053
5054 case $INSTALL in
5055 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5056 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
5057 esac
5058
5059 if test x"$ac_file" != x-; then
5060 { echo "$as_me:$LINENO: creating $ac_file" >&5
5061 echo "$as_me: creating $ac_file" >&6;}
5062 rm -f "$ac_file"
5063 fi
5064 # Let's still pretend it is `configure' which instantiates (i.e., don't
5065 # use $as_me), people would be surprised to read:
5066 # /* config.h. Generated by config.status. */
5067 if test x"$ac_file" = x-; then
5068 configure_input=
5069 else
5070 configure_input="$ac_file. "
5071 fi
5072 configure_input=$configure_input"Generated from `echo $ac_file_in |
5073 sed 's,.*/,,'` by configure."
5074
5075 # First look for the input files in the build tree, otherwise in the
5076 # src tree.
5077 ac_file_inputs=`IFS=:
5078 for f in $ac_file_in; do
5079 case $f in
5080 -) echo $tmp/stdin ;;
5081 [\\/$]*)
5082 # Absolute (can't be DOS-style, as IFS=:)
5083 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5084 echo "$as_me: error: cannot find input file: $f" >&2;}
5085 { (exit 1); exit 1; }; }
5086 echo "$f";;
5087 *) # Relative
5088 if test -f "$f"; then
5089 # Build tree
5090 echo "$f"
5091 elif test -f "$srcdir/$f"; then
5092 # Source tree
5093 echo "$srcdir/$f"
5094 else
5095 # /dev/null tree
5096 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5097 echo "$as_me: error: cannot find input file: $f" >&2;}
5098 { (exit 1); exit 1; }; }
5099 fi;;
5100 esac
5101 done` || { (exit 1); exit 1; }
5102 _ACEOF
5103 cat >>$CONFIG_STATUS <<_ACEOF
5104 sed "$ac_vpsub
5105 $extrasub
5106 _ACEOF
5107 cat >>$CONFIG_STATUS <<\_ACEOF
5108 :t
5109 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5110 s,@configure_input@,$configure_input,;t t
5111 s,@srcdir@,$ac_srcdir,;t t
5112 s,@abs_srcdir@,$ac_abs_srcdir,;t t
5113 s,@top_srcdir@,$ac_top_srcdir,;t t
5114 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
5115 s,@builddir@,$ac_builddir,;t t
5116 s,@abs_builddir@,$ac_abs_builddir,;t t
5117 s,@top_builddir@,$ac_top_builddir,;t t
5118 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
5119 s,@INSTALL@,$ac_INSTALL,;t t
5120 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
5121 rm -f $tmp/stdin
5122 if test x"$ac_file" != x-; then
5123 mv $tmp/out $ac_file
5124 else
5125 cat $tmp/out
5126 rm -f $tmp/out
5127 fi
5128
5129 done
5130 _ACEOF
5131 cat >>$CONFIG_STATUS <<\_ACEOF
5132
5133 #
5134 # CONFIG_HEADER section.
5135 #
5136
5137 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
5138 # NAME is the cpp macro being defined and VALUE is the value it is being given.
5139 #
5140 # ac_d sets the value in "#define NAME VALUE" lines.
5141 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
5142 ac_dB='[ ].*$,\1#\2'
5143 ac_dC=' '
5144 ac_dD=',;t'
5145 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
5146 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
5147 ac_uB='$,\1#\2define\3'
5148 ac_uC=' '
5149 ac_uD=',;t'
5150
5151 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
5152 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5153 case $ac_file in
5154 - | *:- | *:-:* ) # input from stdin
5155 cat >$tmp/stdin
5156 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5157 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5158 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
5159 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
5160 * ) ac_file_in=$ac_file.in ;;
5161 esac
5162
5163 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
5164 echo "$as_me: creating $ac_file" >&6;}
5165
5166 # First look for the input files in the build tree, otherwise in the
5167 # src tree.
5168 ac_file_inputs=`IFS=:
5169 for f in $ac_file_in; do
5170 case $f in
5171 -) echo $tmp/stdin ;;
5172 [\\/$]*)
5173 # Absolute (can't be DOS-style, as IFS=:)
5174 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5175 echo "$as_me: error: cannot find input file: $f" >&2;}
5176 { (exit 1); exit 1; }; }
5177 # Do quote $f, to prevent DOS paths from being IFS'd.
5178 echo "$f";;
5179 *) # Relative
5180 if test -f "$f"; then
5181 # Build tree
5182 echo "$f"
5183 elif test -f "$srcdir/$f"; then
5184 # Source tree
5185 echo "$srcdir/$f"
5186 else
5187 # /dev/null tree
5188 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5189 echo "$as_me: error: cannot find input file: $f" >&2;}
5190 { (exit 1); exit 1; }; }
5191 fi;;
5192 esac
5193 done` || { (exit 1); exit 1; }
5194 # Remove the trailing spaces.
5195 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
5196
5197 _ACEOF
5198
5199 # Transform confdefs.h into two sed scripts, `conftest.defines' and
5200 # `conftest.undefs', that substitutes the proper values into
5201 # config.h.in to produce config.h. The first handles `#define'
5202 # templates, and the second `#undef' templates.
5203 # And first: Protect against being on the right side of a sed subst in
5204 # config.status. Protect against being in an unquoted here document
5205 # in config.status.
5206 rm -f conftest.defines conftest.undefs
5207 # Using a here document instead of a string reduces the quoting nightmare.
5208 # Putting comments in sed scripts is not portable.
5209 #
5210 # `end' is used to avoid that the second main sed command (meant for
5211 # 0-ary CPP macros) applies to n-ary macro definitions.
5212 # See the Autoconf documentation for `clear'.
5213 cat >confdef2sed.sed <<\_ACEOF
5214 s/[\\&,]/\\&/g
5215 s,[\\$`],\\&,g
5216 t clear
5217 : clear
5218 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
5219 t end
5220 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
5221 : end
5222 _ACEOF
5223 # If some macros were called several times there might be several times
5224 # the same #defines, which is useless. Nevertheless, we may not want to
5225 # sort them, since we want the *last* AC-DEFINE to be honored.
5226 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
5227 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
5228 rm -f confdef2sed.sed
5229
5230 # This sed command replaces #undef with comments. This is necessary, for
5231 # example, in the case of _POSIX_SOURCE, which is predefined and required
5232 # on some systems where configure will not decide to define it.
5233 cat >>conftest.undefs <<\_ACEOF
5234 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
5235 _ACEOF
5236
5237 # Break up conftest.defines because some shells have a limit on the size
5238 # of here documents, and old seds have small limits too (100 cmds).
5239 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
5240 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
5241 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
5242 echo ' :' >>$CONFIG_STATUS
5243 rm -f conftest.tail
5244 while grep . conftest.defines >/dev/null
5245 do
5246 # Write a limited-size here document to $tmp/defines.sed.
5247 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
5248 # Speed up: don't consider the non `#define' lines.
5249 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
5250 # Work around the forget-to-reset-the-flag bug.
5251 echo 't clr' >>$CONFIG_STATUS
5252 echo ': clr' >>$CONFIG_STATUS
5253 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
5254 echo 'CEOF
5255 sed -f $tmp/defines.sed $tmp/in >$tmp/out
5256 rm -f $tmp/in
5257 mv $tmp/out $tmp/in
5258 ' >>$CONFIG_STATUS
5259 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
5260 rm -f conftest.defines
5261 mv conftest.tail conftest.defines
5262 done
5263 rm -f conftest.defines
5264 echo ' fi # grep' >>$CONFIG_STATUS
5265 echo >>$CONFIG_STATUS
5266
5267 # Break up conftest.undefs because some shells have a limit on the size
5268 # of here documents, and old seds have small limits too (100 cmds).
5269 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
5270 rm -f conftest.tail
5271 while grep . conftest.undefs >/dev/null
5272 do
5273 # Write a limited-size here document to $tmp/undefs.sed.
5274 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
5275 # Speed up: don't consider the non `#undef'
5276 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
5277 # Work around the forget-to-reset-the-flag bug.
5278 echo 't clr' >>$CONFIG_STATUS
5279 echo ': clr' >>$CONFIG_STATUS
5280 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
5281 echo 'CEOF
5282 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
5283 rm -f $tmp/in
5284 mv $tmp/out $tmp/in
5285 ' >>$CONFIG_STATUS
5286 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
5287 rm -f conftest.undefs
5288 mv conftest.tail conftest.undefs
5289 done
5290 rm -f conftest.undefs
5291
5292 cat >>$CONFIG_STATUS <<\_ACEOF
5293 # Let's still pretend it is `configure' which instantiates (i.e., don't
5294 # use $as_me), people would be surprised to read:
5295 # /* config.h. Generated by config.status. */
5296 if test x"$ac_file" = x-; then
5297 echo "/* Generated by configure. */" >$tmp/config.h
5298 else
5299 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
5300 fi
5301 cat $tmp/in >>$tmp/config.h
5302 rm -f $tmp/in
5303 if test x"$ac_file" != x-; then
5304 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
5305 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
5306 echo "$as_me: $ac_file is unchanged" >&6;}
5307 else
5308 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
5309 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5310 X"$ac_file" : 'X\(//\)[^/]' \| \
5311 X"$ac_file" : 'X\(//\)$' \| \
5312 X"$ac_file" : 'X\(/\)' \| \
5313 . : '\(.\)' 2>/dev/null ||
5314 echo X"$ac_file" |
5315 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5316 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5317 /^X\(\/\/\)$/{ s//\1/; q; }
5318 /^X\(\/\).*/{ s//\1/; q; }
5319 s/.*/./; q'`
5320 { if $as_mkdir_p; then
5321 mkdir -p "$ac_dir"
5322 else
5323 as_dir="$ac_dir"
5324 as_dirs=
5325 while test ! -d "$as_dir"; do
5326 as_dirs="$as_dir $as_dirs"
5327 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5328 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5329 X"$as_dir" : 'X\(//\)[^/]' \| \
5330 X"$as_dir" : 'X\(//\)$' \| \
5331 X"$as_dir" : 'X\(/\)' \| \
5332 . : '\(.\)' 2>/dev/null ||
5333 echo X"$as_dir" |
5334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5335 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5336 /^X\(\/\/\)$/{ s//\1/; q; }
5337 /^X\(\/\).*/{ s//\1/; q; }
5338 s/.*/./; q'`
5339 done
5340 test ! -n "$as_dirs" || mkdir $as_dirs
5341 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5342 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5343 { (exit 1); exit 1; }; }; }
5344
5345 rm -f $ac_file
5346 mv $tmp/config.h $ac_file
5347 fi
5348 else
5349 cat $tmp/config.h
5350 rm -f $tmp/config.h
5351 fi
5352 done
5353 _ACEOF
5354 cat >>$CONFIG_STATUS <<\_ACEOF
5355
5356 #
5357 # CONFIG_COMMANDS section.
5358 #
5359 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
5360 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
5361 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
5362 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
5363 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5364 X"$ac_dest" : 'X\(//\)[^/]' \| \
5365 X"$ac_dest" : 'X\(//\)$' \| \
5366 X"$ac_dest" : 'X\(/\)' \| \
5367 . : '\(.\)' 2>/dev/null ||
5368 echo X"$ac_dest" |
5369 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5370 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5371 /^X\(\/\/\)$/{ s//\1/; q; }
5372 /^X\(\/\).*/{ s//\1/; q; }
5373 s/.*/./; q'`
5374 { if $as_mkdir_p; then
5375 mkdir -p "$ac_dir"
5376 else
5377 as_dir="$ac_dir"
5378 as_dirs=
5379 while test ! -d "$as_dir"; do
5380 as_dirs="$as_dir $as_dirs"
5381 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5382 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5383 X"$as_dir" : 'X\(//\)[^/]' \| \
5384 X"$as_dir" : 'X\(//\)$' \| \
5385 X"$as_dir" : 'X\(/\)' \| \
5386 . : '\(.\)' 2>/dev/null ||
5387 echo X"$as_dir" |
5388 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5389 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5390 /^X\(\/\/\)$/{ s//\1/; q; }
5391 /^X\(\/\).*/{ s//\1/; q; }
5392 s/.*/./; q'`
5393 done
5394 test ! -n "$as_dirs" || mkdir $as_dirs
5395 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5396 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5397 { (exit 1); exit 1; }; }; }
5398
5399 ac_builddir=.
5400
5401 if test "$ac_dir" != .; then
5402 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5403 # A "../" for each directory in $ac_dir_suffix.
5404 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5405 else
5406 ac_dir_suffix= ac_top_builddir=
5407 fi
5408
5409 case $srcdir in
5410 .) # No --srcdir option. We are building in place.
5411 ac_srcdir=.
5412 if test -z "$ac_top_builddir"; then
5413 ac_top_srcdir=.
5414 else
5415 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5416 fi ;;
5417 [\\/]* | ?:[\\/]* ) # Absolute path.
5418 ac_srcdir=$srcdir$ac_dir_suffix;
5419 ac_top_srcdir=$srcdir ;;
5420 *) # Relative path.
5421 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5422 ac_top_srcdir=$ac_top_builddir$srcdir ;;
5423 esac
5424
5425 # Do not use `cd foo && pwd` to compute absolute paths, because
5426 # the directories may not exist.
5427 case `pwd` in
5428 .) ac_abs_builddir="$ac_dir";;
5429 *)
5430 case "$ac_dir" in
5431 .) ac_abs_builddir=`pwd`;;
5432 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5433 *) ac_abs_builddir=`pwd`/"$ac_dir";;
5434 esac;;
5435 esac
5436 case $ac_abs_builddir in
5437 .) ac_abs_top_builddir=${ac_top_builddir}.;;
5438 *)
5439 case ${ac_top_builddir}. in
5440 .) ac_abs_top_builddir=$ac_abs_builddir;;
5441 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5442 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5443 esac;;
5444 esac
5445 case $ac_abs_builddir in
5446 .) ac_abs_srcdir=$ac_srcdir;;
5447 *)
5448 case $ac_srcdir in
5449 .) ac_abs_srcdir=$ac_abs_builddir;;
5450 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
5451 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
5452 esac;;
5453 esac
5454 case $ac_abs_builddir in
5455 .) ac_abs_top_srcdir=$ac_top_srcdir;;
5456 *)
5457 case $ac_top_srcdir in
5458 .) ac_abs_top_srcdir=$ac_abs_builddir;;
5459 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
5460 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
5461 esac;;
5462 esac
5463
5464
5465 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
5466 echo "$as_me: executing $ac_dest commands" >&6;}
5467 case $ac_dest in
5468 default ) case x$CONFIG_HEADERS in
5469 xconfig.h:config.in)
5470 echo > stamp-h ;;
5471 esac
5472 ;;
5473 esac
5474 done
5475 _ACEOF
5476
5477 cat >>$CONFIG_STATUS <<\_ACEOF
5478
5479 { (exit 0); exit 0; }
5480 _ACEOF
5481 chmod +x $CONFIG_STATUS
5482 ac_clean_files=$ac_clean_files_save
5483
5484
5485 # configure is writing to config.log, and then calls config.status.
5486 # config.status does its own redirection, appending to config.log.
5487 # Unfortunately, on DOS this fails, as config.log is still kept open
5488 # by configure, so config.status won't be able to write to it; its
5489 # output is simply discarded. So we exec the FD to /dev/null,
5490 # effectively closing config.log, so it can be properly (re)opened and
5491 # appended to by config.status. When coming back to configure, we
5492 # need to make the FD available again.
5493 if test "$no_create" != yes; then
5494 ac_cs_success=:
5495 ac_config_status_args=
5496 test "$silent" = yes &&
5497 ac_config_status_args="$ac_config_status_args --quiet"
5498 exec 5>/dev/null
5499 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5500 exec 5>>config.log
5501 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5502 # would make configure fail if this is the last instruction.
5503 $ac_cs_success || { (exit 1); exit 1; }
5504 fi
5505
This page took 0.187023 seconds and 4 git commands to generate.