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
13if 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+"$@"}'='"$@"'
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20  set -o posix
21fi
22DUALCASE=1; export DUALCASE # for MKS sh
23
24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26  as_unset=unset
27else
28  as_unset=false
29fi
30
31
32# Work around bugs in pre-3.0 UWIN ksh.
33$as_unset ENV MAIL MAILPATH
34PS1='$ '
35PS2='> '
36PS4='+ '
37
38# NLS nuisances.
39for 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
43do
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
49done
50
51# Required to use basename.
52if expr a : '\(a\)' >/dev/null 2>&1; then
53  as_expr=expr
54else
55  as_expr=false
56fi
57
58if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59  as_basename=basename
60else
61  as_basename=false
62fi
63
64
65# Name of the executable.
66as_me=`$as_basename "$0" ||
67$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68	 X"$0" : 'X\(//\)$' \| \
69	 X"$0" : 'X\(/\)$' \| \
70	 .     : '\(.\)' 2>/dev/null ||
71echo 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.
80as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83as_cr_digits='0123456789'
84as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86# The user is always right.
87if 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
97fi
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
110for as_dir in $PATH
111do
112  IFS=$as_save_IFS
113  test -z "$as_dir" && as_dir=.
114  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115done
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
131for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132do
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
152done
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
187case `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= ;;
192esac
193
194if expr a : '\(a\)' >/dev/null 2>&1; then
195  as_expr=expr
196else
197  as_expr=false
198fi
199
200rm -f conf$$ conf$$.exe conf$$.file
201echo >conf$$.file
202if 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
211elif ln conf$$.file conf$$ 2>/dev/null; then
212  as_ln_s=ln
213else
214  as_ln_s='cp -p'
215fi
216rm -f conf$$ conf$$.exe conf$$.file
217
218if mkdir -p . 2>/dev/null; then
219  as_mkdir_p=:
220else
221  test -d ./-p && rmdir ./-p
222  as_mkdir_p=false
223fi
224
225as_executable_p="test -f"
226
227# Sed expression to map a string onto a valid CPP name.
228as_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.
231as_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.
236as_nl='
237'
238IFS=" 	$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.
247ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
248
249exec 6>&1
250
251#
252# Initializations.
253#
254ac_default_prefix=/usr/local
255ac_config_libobj_dir=.
256cross_compiling=no
257subdirs=
258MFLAGS=
259MAKEFLAGS=
260SHELL=${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.
268PACKAGE_NAME=
269PACKAGE_TARNAME=
270PACKAGE_VERSION=
271PACKAGE_STRING=
272PACKAGE_BUGREPORT=
273
274ac_unique_file="Makefile.in"
275# Factoring default headers for most tests.
276ac_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
312ac_subst_vars='sim_environment sim_alignment sim_assert sim_bitsize sim_endian sim_hostendian sim_float sim_scache sim_default_model sim_hw_cflags sim_hw_objs sim_hw sim_inline sim_packages sim_regparm sim_reserved_bits sim_smp sim_stdcall sim_xor_endian WARN_CFLAGS WERROR_CFLAGS 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CC_FOR_BUILD HDEFINES AR RANLIB ac_ct_RANLIB USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT CPP EGREP MAINT sim_bswap sim_cflags sim_debug sim_stdio sim_trace sim_profile CPP_FOR_TARGET TARGET_SUBDIR LIBOBJS LTLIBOBJS'
313ac_subst_files=''
314
315# Initialize some variables set by options.
316ac_init_help=
317ac_init_version=false
318# The variables have the same names as the options, with
319# dashes changed to underlines.
320cache_file=/dev/null
321exec_prefix=NONE
322no_create=
323no_recursion=
324prefix=NONE
325program_prefix=NONE
326program_suffix=NONE
327program_transform_name=s,x,x,
328silent=
329site=
330srcdir=
331verbose=
332x_includes=NONE
333x_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.
340bindir='${exec_prefix}/bin'
341sbindir='${exec_prefix}/sbin'
342libexecdir='${exec_prefix}/libexec'
343datadir='${prefix}/share'
344sysconfdir='${prefix}/etc'
345sharedstatedir='${prefix}/com'
346localstatedir='${prefix}/var'
347libdir='${exec_prefix}/lib'
348includedir='${prefix}/include'
349oldincludedir='/usr/include'
350infodir='${prefix}/info'
351mandir='${prefix}/man'
352
353ac_prev=
354for ac_option
355do
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
627Try \`$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
650done
651
652if 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; }; }
656fi
657
658# Be sure to have absolute paths.
659for ac_var in exec_prefix prefix
660do
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
667done
668
669# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671	      localstatedir libdir includedir oldincludedir infodir mandir
672do
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
679done
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.
684build=$build_alias
685host=$host_alias
686target=$target_alias
687
688# FIXME: To remove some day.
689if 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
697fi
698
699ac_tool_prefix=
700test -n "$host_alias" && ac_tool_prefix=$host_alias-
701
702test "$silent" = yes && exec 6>/dev/null
703
704
705# Find the source files, if location was not specified.
706if 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 ||
715echo 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
725else
726  ac_srcdir_defaulted=no
727fi
728if 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
736fi
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; }; }
740srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741ac_env_build_alias_set=${build_alias+set}
742ac_env_build_alias_value=$build_alias
743ac_cv_env_build_alias_set=${build_alias+set}
744ac_cv_env_build_alias_value=$build_alias
745ac_env_host_alias_set=${host_alias+set}
746ac_env_host_alias_value=$host_alias
747ac_cv_env_host_alias_set=${host_alias+set}
748ac_cv_env_host_alias_value=$host_alias
749ac_env_target_alias_set=${target_alias+set}
750ac_env_target_alias_value=$target_alias
751ac_cv_env_target_alias_set=${target_alias+set}
752ac_cv_env_target_alias_value=$target_alias
753ac_env_CC_set=${CC+set}
754ac_env_CC_value=$CC
755ac_cv_env_CC_set=${CC+set}
756ac_cv_env_CC_value=$CC
757ac_env_CFLAGS_set=${CFLAGS+set}
758ac_env_CFLAGS_value=$CFLAGS
759ac_cv_env_CFLAGS_set=${CFLAGS+set}
760ac_cv_env_CFLAGS_value=$CFLAGS
761ac_env_LDFLAGS_set=${LDFLAGS+set}
762ac_env_LDFLAGS_value=$LDFLAGS
763ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
764ac_cv_env_LDFLAGS_value=$LDFLAGS
765ac_env_CPPFLAGS_set=${CPPFLAGS+set}
766ac_env_CPPFLAGS_value=$CPPFLAGS
767ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
768ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769ac_env_CPP_set=${CPP+set}
770ac_env_CPP_value=$CPP
771ac_cv_env_CPP_set=${CPP+set}
772ac_cv_env_CPP_value=$CPP
773
774#
775# Report the --help message.
776#
777if 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
783Usage: $0 [OPTION]... [VAR=VALUE]...
784
785To assign environment variables (e.g., CC, CFLAGS...), specify them as
786VAR=VALUE.  See below for descriptions of some of the useful variables.
787
788Defaults for the options are specified in brackets.
789
790Configuration:
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
804Installation 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
810By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
812an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813for instance \`--prefix=\$HOME'.
814
815For better control, use the options below.
816
817Fine 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
834Program 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
839System 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
844fi
845
846if test -n "$ac_init_help"; then
847
848  cat <<\_ACEOF
849
850Optional Features:
851  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
852  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
853  --enable-maintainer-mode		Enable developer functionality.
854  --enable-sim-bswap			Use Host specific BSWAP instruction.
855  --enable-sim-cflags=opts		Extra CFLAGS for use in building simulator
856  --enable-sim-debug=opts		Enable debugging flags
857  --enable-sim-stdio			Specify whether to use stdio for console input/output.
858  --enable-sim-trace=opts		Enable tracing flags
859  --enable-sim-profile=opts		Enable profiling flags
860
861Some influential environment variables:
862  CC          C compiler command
863  CFLAGS      C compiler flags
864  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
865              nonstandard directory <lib dir>
866  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
867              headers in a nonstandard directory <include dir>
868  CPP         C preprocessor
869
870Use these variables to override the choices made by `configure' or to help
871it to find libraries and programs with nonstandard names/locations.
872
873_ACEOF
874fi
875
876if test "$ac_init_help" = "recursive"; then
877  # If there are subdirs, report their specific --help.
878  ac_popdir=`pwd`
879  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
880    test -d $ac_dir || continue
881    ac_builddir=.
882
883if test "$ac_dir" != .; then
884  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
885  # A "../" for each directory in $ac_dir_suffix.
886  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
887else
888  ac_dir_suffix= ac_top_builddir=
889fi
890
891case $srcdir in
892  .)  # No --srcdir option.  We are building in place.
893    ac_srcdir=.
894    if test -z "$ac_top_builddir"; then
895       ac_top_srcdir=.
896    else
897       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
898    fi ;;
899  [\\/]* | ?:[\\/]* )  # Absolute path.
900    ac_srcdir=$srcdir$ac_dir_suffix;
901    ac_top_srcdir=$srcdir ;;
902  *) # Relative path.
903    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
904    ac_top_srcdir=$ac_top_builddir$srcdir ;;
905esac
906
907# Do not use `cd foo && pwd` to compute absolute paths, because
908# the directories may not exist.
909case `pwd` in
910.) ac_abs_builddir="$ac_dir";;
911*)
912  case "$ac_dir" in
913  .) ac_abs_builddir=`pwd`;;
914  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
915  *) ac_abs_builddir=`pwd`/"$ac_dir";;
916  esac;;
917esac
918case $ac_abs_builddir in
919.) ac_abs_top_builddir=${ac_top_builddir}.;;
920*)
921  case ${ac_top_builddir}. in
922  .) ac_abs_top_builddir=$ac_abs_builddir;;
923  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
924  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
925  esac;;
926esac
927case $ac_abs_builddir in
928.) ac_abs_srcdir=$ac_srcdir;;
929*)
930  case $ac_srcdir in
931  .) ac_abs_srcdir=$ac_abs_builddir;;
932  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
933  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
934  esac;;
935esac
936case $ac_abs_builddir in
937.) ac_abs_top_srcdir=$ac_top_srcdir;;
938*)
939  case $ac_top_srcdir in
940  .) ac_abs_top_srcdir=$ac_abs_builddir;;
941  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
942  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
943  esac;;
944esac
945
946    cd $ac_dir
947    # Check for guested configure; otherwise get Cygnus style configure.
948    if test -f $ac_srcdir/configure.gnu; then
949      echo
950      $SHELL $ac_srcdir/configure.gnu  --help=recursive
951    elif test -f $ac_srcdir/configure; then
952      echo
953      $SHELL $ac_srcdir/configure  --help=recursive
954    elif test -f $ac_srcdir/configure.ac ||
955	   test -f $ac_srcdir/configure.in; then
956      echo
957      $ac_configure --help
958    else
959      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
960    fi
961    cd $ac_popdir
962  done
963fi
964
965test -n "$ac_init_help" && exit 0
966if $ac_init_version; then
967  cat <<\_ACEOF
968
969Copyright (C) 2003 Free Software Foundation, Inc.
970This configure script is free software; the Free Software Foundation
971gives unlimited permission to copy, distribute and modify it.
972_ACEOF
973  exit 0
974fi
975exec 5>config.log
976cat >&5 <<_ACEOF
977This file contains any messages produced by compilers while
978running configure, to aid debugging if configure makes a mistake.
979
980It was created by $as_me, which was
981generated by GNU Autoconf 2.59.  Invocation command line was
982
983  $ $0 $@
984
985_ACEOF
986{
987cat <<_ASUNAME
988## --------- ##
989## Platform. ##
990## --------- ##
991
992hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
993uname -m = `(uname -m) 2>/dev/null || echo unknown`
994uname -r = `(uname -r) 2>/dev/null || echo unknown`
995uname -s = `(uname -s) 2>/dev/null || echo unknown`
996uname -v = `(uname -v) 2>/dev/null || echo unknown`
997
998/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
999/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1000
1001/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1002/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1003/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1004hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
1005/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1006/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1007/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1008
1009_ASUNAME
1010
1011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1012for as_dir in $PATH
1013do
1014  IFS=$as_save_IFS
1015  test -z "$as_dir" && as_dir=.
1016  echo "PATH: $as_dir"
1017done
1018
1019} >&5
1020
1021cat >&5 <<_ACEOF
1022
1023
1024## ----------- ##
1025## Core tests. ##
1026## ----------- ##
1027
1028_ACEOF
1029
1030
1031# Keep a trace of the command line.
1032# Strip out --no-create and --no-recursion so they do not pile up.
1033# Strip out --silent because we don't want to record it for future runs.
1034# Also quote any args containing shell meta-characters.
1035# Make two passes to allow for proper duplicate-argument suppression.
1036ac_configure_args=
1037ac_configure_args0=
1038ac_configure_args1=
1039ac_sep=
1040ac_must_keep_next=false
1041for ac_pass in 1 2
1042do
1043  for ac_arg
1044  do
1045    case $ac_arg in
1046    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1047    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1048    | -silent | --silent | --silen | --sile | --sil)
1049      continue ;;
1050    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1051      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1052    esac
1053    case $ac_pass in
1054    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1055    2)
1056      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1057      if test $ac_must_keep_next = true; then
1058	ac_must_keep_next=false # Got value, back to normal.
1059      else
1060	case $ac_arg in
1061	  *=* | --config-cache | -C | -disable-* | --disable-* \
1062	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1063	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1064	  | -with-* | --with-* | -without-* | --without-* | --x)
1065	    case "$ac_configure_args0 " in
1066	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1067	    esac
1068	    ;;
1069	  -* ) ac_must_keep_next=true ;;
1070	esac
1071      fi
1072      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1073      # Get rid of the leading space.
1074      ac_sep=" "
1075      ;;
1076    esac
1077  done
1078done
1079$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1080$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1081
1082# When interrupted or exit'd, cleanup temporary files, and complete
1083# config.log.  We remove comments because anyway the quotes in there
1084# would cause problems or look ugly.
1085# WARNING: Be sure not to use single quotes in there, as some shells,
1086# such as our DU 5.0 friend, will then `close' the trap.
1087trap 'exit_status=$?
1088  # Save into config.log some information that might help in debugging.
1089  {
1090    echo
1091
1092    cat <<\_ASBOX
1093## ---------------- ##
1094## Cache variables. ##
1095## ---------------- ##
1096_ASBOX
1097    echo
1098    # The following way of writing the cache mishandles newlines in values,
1099{
1100  (set) 2>&1 |
1101    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1102    *ac_space=\ *)
1103      sed -n \
1104	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1105	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1106      ;;
1107    *)
1108      sed -n \
1109	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1110      ;;
1111    esac;
1112}
1113    echo
1114
1115    cat <<\_ASBOX
1116## ----------------- ##
1117## Output variables. ##
1118## ----------------- ##
1119_ASBOX
1120    echo
1121    for ac_var in $ac_subst_vars
1122    do
1123      eval ac_val=$`echo $ac_var`
1124      echo "$ac_var='"'"'$ac_val'"'"'"
1125    done | sort
1126    echo
1127
1128    if test -n "$ac_subst_files"; then
1129      cat <<\_ASBOX
1130## ------------- ##
1131## Output files. ##
1132## ------------- ##
1133_ASBOX
1134      echo
1135      for ac_var in $ac_subst_files
1136      do
1137	eval ac_val=$`echo $ac_var`
1138	echo "$ac_var='"'"'$ac_val'"'"'"
1139      done | sort
1140      echo
1141    fi
1142
1143    if test -s confdefs.h; then
1144      cat <<\_ASBOX
1145## ----------- ##
1146## confdefs.h. ##
1147## ----------- ##
1148_ASBOX
1149      echo
1150      sed "/^$/d" confdefs.h | sort
1151      echo
1152    fi
1153    test "$ac_signal" != 0 &&
1154      echo "$as_me: caught signal $ac_signal"
1155    echo "$as_me: exit $exit_status"
1156  } >&5
1157  rm -f core *.core &&
1158  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1159    exit $exit_status
1160     ' 0
1161for ac_signal in 1 2 13 15; do
1162  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1163done
1164ac_signal=0
1165
1166# confdefs.h avoids OS command line length limits that DEFS can exceed.
1167rm -rf conftest* confdefs.h
1168# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1169echo >confdefs.h
1170
1171# Predefined preprocessor variables.
1172
1173cat >>confdefs.h <<_ACEOF
1174#define PACKAGE_NAME "$PACKAGE_NAME"
1175_ACEOF
1176
1177
1178cat >>confdefs.h <<_ACEOF
1179#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1180_ACEOF
1181
1182
1183cat >>confdefs.h <<_ACEOF
1184#define PACKAGE_VERSION "$PACKAGE_VERSION"
1185_ACEOF
1186
1187
1188cat >>confdefs.h <<_ACEOF
1189#define PACKAGE_STRING "$PACKAGE_STRING"
1190_ACEOF
1191
1192
1193cat >>confdefs.h <<_ACEOF
1194#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1195_ACEOF
1196
1197
1198# Let the site file select an alternate cache file if it wants to.
1199# Prefer explicitly selected file to automatically selected ones.
1200if test -z "$CONFIG_SITE"; then
1201  if test "x$prefix" != xNONE; then
1202    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1203  else
1204    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1205  fi
1206fi
1207for ac_site_file in $CONFIG_SITE; do
1208  if test -r "$ac_site_file"; then
1209    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1210echo "$as_me: loading site script $ac_site_file" >&6;}
1211    sed 's/^/| /' "$ac_site_file" >&5
1212    . "$ac_site_file"
1213  fi
1214done
1215
1216if test -r "$cache_file"; then
1217  # Some versions of bash will fail to source /dev/null (special
1218  # files actually), so we avoid doing that.
1219  if test -f "$cache_file"; then
1220    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1221echo "$as_me: loading cache $cache_file" >&6;}
1222    case $cache_file in
1223      [\\/]* | ?:[\\/]* ) . $cache_file;;
1224      *)                      . ./$cache_file;;
1225    esac
1226  fi
1227else
1228  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1229echo "$as_me: creating cache $cache_file" >&6;}
1230  >$cache_file
1231fi
1232
1233# Check that the precious variables saved in the cache have kept the same
1234# value.
1235ac_cache_corrupted=false
1236for ac_var in `(set) 2>&1 |
1237	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1238  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1239  eval ac_new_set=\$ac_env_${ac_var}_set
1240  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1241  eval ac_new_val="\$ac_env_${ac_var}_value"
1242  case $ac_old_set,$ac_new_set in
1243    set,)
1244      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1245echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1246      ac_cache_corrupted=: ;;
1247    ,set)
1248      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1249echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1250      ac_cache_corrupted=: ;;
1251    ,);;
1252    *)
1253      if test "x$ac_old_val" != "x$ac_new_val"; then
1254	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1255echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1256	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1257echo "$as_me:   former value:  $ac_old_val" >&2;}
1258	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1259echo "$as_me:   current value: $ac_new_val" >&2;}
1260	ac_cache_corrupted=:
1261      fi;;
1262  esac
1263  # Pass precious variables to config.status.
1264  if test "$ac_new_set" = set; then
1265    case $ac_new_val in
1266    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1267      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1268    *) ac_arg=$ac_var=$ac_new_val ;;
1269    esac
1270    case " $ac_configure_args " in
1271      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1272      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1273    esac
1274  fi
1275done
1276if $ac_cache_corrupted; then
1277  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1278echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1279  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1280echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1281   { (exit 1); exit 1; }; }
1282fi
1283
1284ac_ext=c
1285ac_cpp='$CPP $CPPFLAGS'
1286ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1287ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1288ac_compiler_gnu=$ac_cv_c_compiler_gnu
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308          ac_config_headers="$ac_config_headers cconfig.h:config.in"
1309
1310
1311# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
1312# it by inlining the macro's contents.
1313# This file contains common code used by all simulators.
1314#
1315# common.m4 invokes AC macros used by all simulators and by the common
1316# directory.  It is intended to be included before any target specific
1317# stuff.  SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate
1318# the Makefile.  It is intended to be invoked last.
1319#
1320# The simulator's configure.in should look like:
1321#
1322# dnl Process this file with autoconf to produce a configure script.
1323# AC_PREREQ(2.5)dnl
1324# AC_INIT(Makefile.in)
1325# AC_CONFIG_HEADER(config.h:config.in)
1326#
1327# sinclude(../common/aclocal.m4)
1328# sinclude(../common/common.m4)
1329#
1330# ... target specific stuff ...
1331
1332ac_aux_dir=
1333for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1334  if test -f $ac_dir/install-sh; then
1335    ac_aux_dir=$ac_dir
1336    ac_install_sh="$ac_aux_dir/install-sh -c"
1337    break
1338  elif test -f $ac_dir/install.sh; then
1339    ac_aux_dir=$ac_dir
1340    ac_install_sh="$ac_aux_dir/install.sh -c"
1341    break
1342  elif test -f $ac_dir/shtool; then
1343    ac_aux_dir=$ac_dir
1344    ac_install_sh="$ac_aux_dir/shtool install -c"
1345    break
1346  fi
1347done
1348if test -z "$ac_aux_dir"; then
1349  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1350echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1351   { (exit 1); exit 1; }; }
1352fi
1353ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1354ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1355ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1356
1357# Make sure we can run config.sub.
1358$ac_config_sub sun4 >/dev/null 2>&1 ||
1359  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1360echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1361   { (exit 1); exit 1; }; }
1362
1363echo "$as_me:$LINENO: checking build system type" >&5
1364echo $ECHO_N "checking build system type... $ECHO_C" >&6
1365if test "${ac_cv_build+set}" = set; then
1366  echo $ECHO_N "(cached) $ECHO_C" >&6
1367else
1368  ac_cv_build_alias=$build_alias
1369test -z "$ac_cv_build_alias" &&
1370  ac_cv_build_alias=`$ac_config_guess`
1371test -z "$ac_cv_build_alias" &&
1372  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1373echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1374   { (exit 1); exit 1; }; }
1375ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1376  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1377echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1378   { (exit 1); exit 1; }; }
1379
1380fi
1381echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1382echo "${ECHO_T}$ac_cv_build" >&6
1383build=$ac_cv_build
1384build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1385build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1386build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1387
1388
1389echo "$as_me:$LINENO: checking host system type" >&5
1390echo $ECHO_N "checking host system type... $ECHO_C" >&6
1391if test "${ac_cv_host+set}" = set; then
1392  echo $ECHO_N "(cached) $ECHO_C" >&6
1393else
1394  ac_cv_host_alias=$host_alias
1395test -z "$ac_cv_host_alias" &&
1396  ac_cv_host_alias=$ac_cv_build_alias
1397ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1398  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1399echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1400   { (exit 1); exit 1; }; }
1401
1402fi
1403echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1404echo "${ECHO_T}$ac_cv_host" >&6
1405host=$ac_cv_host
1406host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1407host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1408host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1409
1410
1411echo "$as_me:$LINENO: checking target system type" >&5
1412echo $ECHO_N "checking target system type... $ECHO_C" >&6
1413if test "${ac_cv_target+set}" = set; then
1414  echo $ECHO_N "(cached) $ECHO_C" >&6
1415else
1416  ac_cv_target_alias=$target_alias
1417test "x$ac_cv_target_alias" = "x" &&
1418  ac_cv_target_alias=$ac_cv_host_alias
1419ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1420  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1421echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1422   { (exit 1); exit 1; }; }
1423
1424fi
1425echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1426echo "${ECHO_T}$ac_cv_target" >&6
1427target=$ac_cv_target
1428target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1429target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1430target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1431
1432
1433# The aliases save the names the user supplied, while $host etc.
1434# will get canonicalized.
1435test -n "$target_alias" &&
1436  test "$program_prefix$program_suffix$program_transform_name" = \
1437    NONENONEs,x,x, &&
1438  program_prefix=${target_alias}-
1439test "$program_prefix" != NONE &&
1440  program_transform_name="s,^,$program_prefix,;$program_transform_name"
1441# Use a double $ so make ignores it.
1442test "$program_suffix" != NONE &&
1443  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1444# Double any \ or $.  echo might interpret backslashes.
1445# By default was `s,x,x', remove it if useless.
1446cat <<\_ACEOF >conftest.sed
1447s/[\\$]/&&/g;s/;s,x,x,$//
1448_ACEOF
1449program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1450rm conftest.sed
1451
1452ac_ext=c
1453ac_cpp='$CPP $CPPFLAGS'
1454ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1455ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1456ac_compiler_gnu=$ac_cv_c_compiler_gnu
1457if test -n "$ac_tool_prefix"; then
1458  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1459set dummy ${ac_tool_prefix}gcc; ac_word=$2
1460echo "$as_me:$LINENO: checking for $ac_word" >&5
1461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1462if test "${ac_cv_prog_CC+set}" = set; then
1463  echo $ECHO_N "(cached) $ECHO_C" >&6
1464else
1465  if test -n "$CC"; then
1466  ac_cv_prog_CC="$CC" # Let the user override the test.
1467else
1468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1469for as_dir in $PATH
1470do
1471  IFS=$as_save_IFS
1472  test -z "$as_dir" && as_dir=.
1473  for ac_exec_ext in '' $ac_executable_extensions; do
1474  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1475    ac_cv_prog_CC="${ac_tool_prefix}gcc"
1476    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1477    break 2
1478  fi
1479done
1480done
1481
1482fi
1483fi
1484CC=$ac_cv_prog_CC
1485if test -n "$CC"; then
1486  echo "$as_me:$LINENO: result: $CC" >&5
1487echo "${ECHO_T}$CC" >&6
1488else
1489  echo "$as_me:$LINENO: result: no" >&5
1490echo "${ECHO_T}no" >&6
1491fi
1492
1493fi
1494if test -z "$ac_cv_prog_CC"; then
1495  ac_ct_CC=$CC
1496  # Extract the first word of "gcc", so it can be a program name with args.
1497set dummy gcc; ac_word=$2
1498echo "$as_me:$LINENO: checking for $ac_word" >&5
1499echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1500if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1501  echo $ECHO_N "(cached) $ECHO_C" >&6
1502else
1503  if test -n "$ac_ct_CC"; then
1504  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1505else
1506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1507for as_dir in $PATH
1508do
1509  IFS=$as_save_IFS
1510  test -z "$as_dir" && as_dir=.
1511  for ac_exec_ext in '' $ac_executable_extensions; do
1512  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1513    ac_cv_prog_ac_ct_CC="gcc"
1514    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1515    break 2
1516  fi
1517done
1518done
1519
1520fi
1521fi
1522ac_ct_CC=$ac_cv_prog_ac_ct_CC
1523if test -n "$ac_ct_CC"; then
1524  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1525echo "${ECHO_T}$ac_ct_CC" >&6
1526else
1527  echo "$as_me:$LINENO: result: no" >&5
1528echo "${ECHO_T}no" >&6
1529fi
1530
1531  CC=$ac_ct_CC
1532else
1533  CC="$ac_cv_prog_CC"
1534fi
1535
1536if test -z "$CC"; then
1537  if test -n "$ac_tool_prefix"; then
1538  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1539set dummy ${ac_tool_prefix}cc; ac_word=$2
1540echo "$as_me:$LINENO: checking for $ac_word" >&5
1541echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1542if test "${ac_cv_prog_CC+set}" = set; then
1543  echo $ECHO_N "(cached) $ECHO_C" >&6
1544else
1545  if test -n "$CC"; then
1546  ac_cv_prog_CC="$CC" # Let the user override the test.
1547else
1548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1549for as_dir in $PATH
1550do
1551  IFS=$as_save_IFS
1552  test -z "$as_dir" && as_dir=.
1553  for ac_exec_ext in '' $ac_executable_extensions; do
1554  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1555    ac_cv_prog_CC="${ac_tool_prefix}cc"
1556    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1557    break 2
1558  fi
1559done
1560done
1561
1562fi
1563fi
1564CC=$ac_cv_prog_CC
1565if test -n "$CC"; then
1566  echo "$as_me:$LINENO: result: $CC" >&5
1567echo "${ECHO_T}$CC" >&6
1568else
1569  echo "$as_me:$LINENO: result: no" >&5
1570echo "${ECHO_T}no" >&6
1571fi
1572
1573fi
1574if test -z "$ac_cv_prog_CC"; then
1575  ac_ct_CC=$CC
1576  # Extract the first word of "cc", so it can be a program name with args.
1577set dummy cc; ac_word=$2
1578echo "$as_me:$LINENO: checking for $ac_word" >&5
1579echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1580if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1581  echo $ECHO_N "(cached) $ECHO_C" >&6
1582else
1583  if test -n "$ac_ct_CC"; then
1584  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1585else
1586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1587for as_dir in $PATH
1588do
1589  IFS=$as_save_IFS
1590  test -z "$as_dir" && as_dir=.
1591  for ac_exec_ext in '' $ac_executable_extensions; do
1592  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1593    ac_cv_prog_ac_ct_CC="cc"
1594    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1595    break 2
1596  fi
1597done
1598done
1599
1600fi
1601fi
1602ac_ct_CC=$ac_cv_prog_ac_ct_CC
1603if test -n "$ac_ct_CC"; then
1604  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1605echo "${ECHO_T}$ac_ct_CC" >&6
1606else
1607  echo "$as_me:$LINENO: result: no" >&5
1608echo "${ECHO_T}no" >&6
1609fi
1610
1611  CC=$ac_ct_CC
1612else
1613  CC="$ac_cv_prog_CC"
1614fi
1615
1616fi
1617if test -z "$CC"; then
1618  # Extract the first word of "cc", so it can be a program name with args.
1619set dummy cc; ac_word=$2
1620echo "$as_me:$LINENO: checking for $ac_word" >&5
1621echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1622if test "${ac_cv_prog_CC+set}" = set; then
1623  echo $ECHO_N "(cached) $ECHO_C" >&6
1624else
1625  if test -n "$CC"; then
1626  ac_cv_prog_CC="$CC" # Let the user override the test.
1627else
1628  ac_prog_rejected=no
1629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630for as_dir in $PATH
1631do
1632  IFS=$as_save_IFS
1633  test -z "$as_dir" && as_dir=.
1634  for ac_exec_ext in '' $ac_executable_extensions; do
1635  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1637       ac_prog_rejected=yes
1638       continue
1639     fi
1640    ac_cv_prog_CC="cc"
1641    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1642    break 2
1643  fi
1644done
1645done
1646
1647if test $ac_prog_rejected = yes; then
1648  # We found a bogon in the path, so make sure we never use it.
1649  set dummy $ac_cv_prog_CC
1650  shift
1651  if test $# != 0; then
1652    # We chose a different compiler from the bogus one.
1653    # However, it has the same basename, so the bogon will be chosen
1654    # first if we set CC to just the basename; use the full file name.
1655    shift
1656    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1657  fi
1658fi
1659fi
1660fi
1661CC=$ac_cv_prog_CC
1662if test -n "$CC"; then
1663  echo "$as_me:$LINENO: result: $CC" >&5
1664echo "${ECHO_T}$CC" >&6
1665else
1666  echo "$as_me:$LINENO: result: no" >&5
1667echo "${ECHO_T}no" >&6
1668fi
1669
1670fi
1671if test -z "$CC"; then
1672  if test -n "$ac_tool_prefix"; then
1673  for ac_prog in cl
1674  do
1675    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1676set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1677echo "$as_me:$LINENO: checking for $ac_word" >&5
1678echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1679if test "${ac_cv_prog_CC+set}" = set; then
1680  echo $ECHO_N "(cached) $ECHO_C" >&6
1681else
1682  if test -n "$CC"; then
1683  ac_cv_prog_CC="$CC" # Let the user override the test.
1684else
1685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1686for as_dir in $PATH
1687do
1688  IFS=$as_save_IFS
1689  test -z "$as_dir" && as_dir=.
1690  for ac_exec_ext in '' $ac_executable_extensions; do
1691  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1692    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1693    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1694    break 2
1695  fi
1696done
1697done
1698
1699fi
1700fi
1701CC=$ac_cv_prog_CC
1702if test -n "$CC"; then
1703  echo "$as_me:$LINENO: result: $CC" >&5
1704echo "${ECHO_T}$CC" >&6
1705else
1706  echo "$as_me:$LINENO: result: no" >&5
1707echo "${ECHO_T}no" >&6
1708fi
1709
1710    test -n "$CC" && break
1711  done
1712fi
1713if test -z "$CC"; then
1714  ac_ct_CC=$CC
1715  for ac_prog in cl
1716do
1717  # Extract the first word of "$ac_prog", so it can be a program name with args.
1718set dummy $ac_prog; ac_word=$2
1719echo "$as_me:$LINENO: checking for $ac_word" >&5
1720echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1721if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1722  echo $ECHO_N "(cached) $ECHO_C" >&6
1723else
1724  if test -n "$ac_ct_CC"; then
1725  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1726else
1727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1728for as_dir in $PATH
1729do
1730  IFS=$as_save_IFS
1731  test -z "$as_dir" && as_dir=.
1732  for ac_exec_ext in '' $ac_executable_extensions; do
1733  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1734    ac_cv_prog_ac_ct_CC="$ac_prog"
1735    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1736    break 2
1737  fi
1738done
1739done
1740
1741fi
1742fi
1743ac_ct_CC=$ac_cv_prog_ac_ct_CC
1744if test -n "$ac_ct_CC"; then
1745  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1746echo "${ECHO_T}$ac_ct_CC" >&6
1747else
1748  echo "$as_me:$LINENO: result: no" >&5
1749echo "${ECHO_T}no" >&6
1750fi
1751
1752  test -n "$ac_ct_CC" && break
1753done
1754
1755  CC=$ac_ct_CC
1756fi
1757
1758fi
1759
1760
1761test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1762See \`config.log' for more details." >&5
1763echo "$as_me: error: no acceptable C compiler found in \$PATH
1764See \`config.log' for more details." >&2;}
1765   { (exit 1); exit 1; }; }
1766
1767# Provide some information about the compiler.
1768echo "$as_me:$LINENO:" \
1769     "checking for C compiler version" >&5
1770ac_compiler=`set X $ac_compile; echo $2`
1771{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1772  (eval $ac_compiler --version </dev/null >&5) 2>&5
1773  ac_status=$?
1774  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1775  (exit $ac_status); }
1776{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1777  (eval $ac_compiler -v </dev/null >&5) 2>&5
1778  ac_status=$?
1779  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1780  (exit $ac_status); }
1781{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1782  (eval $ac_compiler -V </dev/null >&5) 2>&5
1783  ac_status=$?
1784  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1785  (exit $ac_status); }
1786
1787cat >conftest.$ac_ext <<_ACEOF
1788/* confdefs.h.  */
1789_ACEOF
1790cat confdefs.h >>conftest.$ac_ext
1791cat >>conftest.$ac_ext <<_ACEOF
1792/* end confdefs.h.  */
1793
1794int
1795main ()
1796{
1797
1798  ;
1799  return 0;
1800}
1801_ACEOF
1802ac_clean_files_save=$ac_clean_files
1803ac_clean_files="$ac_clean_files a.out a.exe b.out"
1804# Try to create an executable without -o first, disregard a.out.
1805# It will help us diagnose broken compilers, and finding out an intuition
1806# of exeext.
1807echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1808echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1809ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1810if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1811  (eval $ac_link_default) 2>&5
1812  ac_status=$?
1813  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1814  (exit $ac_status); }; then
1815  # Find the output, starting from the most likely.  This scheme is
1816# not robust to junk in `.', hence go to wildcards (a.*) only as a last
1817# resort.
1818
1819# Be careful to initialize this variable, since it used to be cached.
1820# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1821ac_cv_exeext=
1822# b.out is created by i960 compilers.
1823for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1824do
1825  test -f "$ac_file" || continue
1826  case $ac_file in
1827    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1828	;;
1829    conftest.$ac_ext )
1830	# This is the source file.
1831	;;
1832    [ab].out )
1833	# We found the default executable, but exeext='' is most
1834	# certainly right.
1835	break;;
1836    *.* )
1837	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1838	# FIXME: I believe we export ac_cv_exeext for Libtool,
1839	# but it would be cool to find out if it's true.  Does anybody
1840	# maintain Libtool? --akim.
1841	export ac_cv_exeext
1842	break;;
1843    * )
1844	break;;
1845  esac
1846done
1847else
1848  echo "$as_me: failed program was:" >&5
1849sed 's/^/| /' conftest.$ac_ext >&5
1850
1851{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
1852See \`config.log' for more details." >&5
1853echo "$as_me: error: C compiler cannot create executables
1854See \`config.log' for more details." >&2;}
1855   { (exit 77); exit 77; }; }
1856fi
1857
1858ac_exeext=$ac_cv_exeext
1859echo "$as_me:$LINENO: result: $ac_file" >&5
1860echo "${ECHO_T}$ac_file" >&6
1861
1862# Check the compiler produces executables we can run.  If not, either
1863# the compiler is broken, or we cross compile.
1864echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1865echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1866# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1867# If not cross compiling, check that we can run a simple program.
1868if test "$cross_compiling" != yes; then
1869  if { ac_try='./$ac_file'
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); }; }; then
1875    cross_compiling=no
1876  else
1877    if test "$cross_compiling" = maybe; then
1878	cross_compiling=yes
1879    else
1880	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1881If you meant to cross compile, use \`--host'.
1882See \`config.log' for more details." >&5
1883echo "$as_me: error: cannot run C compiled programs.
1884If you meant to cross compile, use \`--host'.
1885See \`config.log' for more details." >&2;}
1886   { (exit 1); exit 1; }; }
1887    fi
1888  fi
1889fi
1890echo "$as_me:$LINENO: result: yes" >&5
1891echo "${ECHO_T}yes" >&6
1892
1893rm -f a.out a.exe conftest$ac_cv_exeext b.out
1894ac_clean_files=$ac_clean_files_save
1895# Check the compiler produces executables we can run.  If not, either
1896# the compiler is broken, or we cross compile.
1897echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1898echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1899echo "$as_me:$LINENO: result: $cross_compiling" >&5
1900echo "${ECHO_T}$cross_compiling" >&6
1901
1902echo "$as_me:$LINENO: checking for suffix of executables" >&5
1903echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1904if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1905  (eval $ac_link) 2>&5
1906  ac_status=$?
1907  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1908  (exit $ac_status); }; then
1909  # If both `conftest.exe' and `conftest' are `present' (well, observable)
1910# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1911# work properly (i.e., refer to `conftest.exe'), while it won't with
1912# `rm'.
1913for ac_file in conftest.exe conftest conftest.*; do
1914  test -f "$ac_file" || continue
1915  case $ac_file in
1916    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1917    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1918	  export ac_cv_exeext
1919	  break;;
1920    * ) break;;
1921  esac
1922done
1923else
1924  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1925See \`config.log' for more details." >&5
1926echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1927See \`config.log' for more details." >&2;}
1928   { (exit 1); exit 1; }; }
1929fi
1930
1931rm -f conftest$ac_cv_exeext
1932echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1933echo "${ECHO_T}$ac_cv_exeext" >&6
1934
1935rm -f conftest.$ac_ext
1936EXEEXT=$ac_cv_exeext
1937ac_exeext=$EXEEXT
1938echo "$as_me:$LINENO: checking for suffix of object files" >&5
1939echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1940if test "${ac_cv_objext+set}" = set; then
1941  echo $ECHO_N "(cached) $ECHO_C" >&6
1942else
1943  cat >conftest.$ac_ext <<_ACEOF
1944/* confdefs.h.  */
1945_ACEOF
1946cat confdefs.h >>conftest.$ac_ext
1947cat >>conftest.$ac_ext <<_ACEOF
1948/* end confdefs.h.  */
1949
1950int
1951main ()
1952{
1953
1954  ;
1955  return 0;
1956}
1957_ACEOF
1958rm -f conftest.o conftest.obj
1959if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1960  (eval $ac_compile) 2>&5
1961  ac_status=$?
1962  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1963  (exit $ac_status); }; then
1964  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1965  case $ac_file in
1966    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1967    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1968       break;;
1969  esac
1970done
1971else
1972  echo "$as_me: failed program was:" >&5
1973sed 's/^/| /' conftest.$ac_ext >&5
1974
1975{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1976See \`config.log' for more details." >&5
1977echo "$as_me: error: cannot compute suffix of object files: cannot compile
1978See \`config.log' for more details." >&2;}
1979   { (exit 1); exit 1; }; }
1980fi
1981
1982rm -f conftest.$ac_cv_objext conftest.$ac_ext
1983fi
1984echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1985echo "${ECHO_T}$ac_cv_objext" >&6
1986OBJEXT=$ac_cv_objext
1987ac_objext=$OBJEXT
1988echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1989echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1990if test "${ac_cv_c_compiler_gnu+set}" = set; then
1991  echo $ECHO_N "(cached) $ECHO_C" >&6
1992else
1993  cat >conftest.$ac_ext <<_ACEOF
1994/* confdefs.h.  */
1995_ACEOF
1996cat confdefs.h >>conftest.$ac_ext
1997cat >>conftest.$ac_ext <<_ACEOF
1998/* end confdefs.h.  */
1999
2000int
2001main ()
2002{
2003#ifndef __GNUC__
2004       choke me
2005#endif
2006
2007  ;
2008  return 0;
2009}
2010_ACEOF
2011rm -f conftest.$ac_objext
2012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2013  (eval $ac_compile) 2>conftest.er1
2014  ac_status=$?
2015  grep -v '^ *+' conftest.er1 >conftest.err
2016  rm -f conftest.er1
2017  cat conftest.err >&5
2018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2019  (exit $ac_status); } &&
2020	 { ac_try='test -z "$ac_c_werror_flag"
2021			 || test ! -s conftest.err'
2022  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2023  (eval $ac_try) 2>&5
2024  ac_status=$?
2025  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2026  (exit $ac_status); }; } &&
2027	 { ac_try='test -s conftest.$ac_objext'
2028  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2029  (eval $ac_try) 2>&5
2030  ac_status=$?
2031  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2032  (exit $ac_status); }; }; then
2033  ac_compiler_gnu=yes
2034else
2035  echo "$as_me: failed program was:" >&5
2036sed 's/^/| /' conftest.$ac_ext >&5
2037
2038ac_compiler_gnu=no
2039fi
2040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2041ac_cv_c_compiler_gnu=$ac_compiler_gnu
2042
2043fi
2044echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2045echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2046GCC=`test $ac_compiler_gnu = yes && echo yes`
2047ac_test_CFLAGS=${CFLAGS+set}
2048ac_save_CFLAGS=$CFLAGS
2049CFLAGS="-g"
2050echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2051echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2052if test "${ac_cv_prog_cc_g+set}" = set; then
2053  echo $ECHO_N "(cached) $ECHO_C" >&6
2054else
2055  cat >conftest.$ac_ext <<_ACEOF
2056/* confdefs.h.  */
2057_ACEOF
2058cat confdefs.h >>conftest.$ac_ext
2059cat >>conftest.$ac_ext <<_ACEOF
2060/* end confdefs.h.  */
2061
2062int
2063main ()
2064{
2065
2066  ;
2067  return 0;
2068}
2069_ACEOF
2070rm -f conftest.$ac_objext
2071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2072  (eval $ac_compile) 2>conftest.er1
2073  ac_status=$?
2074  grep -v '^ *+' conftest.er1 >conftest.err
2075  rm -f conftest.er1
2076  cat conftest.err >&5
2077  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2078  (exit $ac_status); } &&
2079	 { ac_try='test -z "$ac_c_werror_flag"
2080			 || test ! -s conftest.err'
2081  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2082  (eval $ac_try) 2>&5
2083  ac_status=$?
2084  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2085  (exit $ac_status); }; } &&
2086	 { ac_try='test -s conftest.$ac_objext'
2087  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2088  (eval $ac_try) 2>&5
2089  ac_status=$?
2090  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2091  (exit $ac_status); }; }; then
2092  ac_cv_prog_cc_g=yes
2093else
2094  echo "$as_me: failed program was:" >&5
2095sed 's/^/| /' conftest.$ac_ext >&5
2096
2097ac_cv_prog_cc_g=no
2098fi
2099rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2100fi
2101echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2102echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2103if test "$ac_test_CFLAGS" = set; then
2104  CFLAGS=$ac_save_CFLAGS
2105elif test $ac_cv_prog_cc_g = yes; then
2106  if test "$GCC" = yes; then
2107    CFLAGS="-g -O2"
2108  else
2109    CFLAGS="-g"
2110  fi
2111else
2112  if test "$GCC" = yes; then
2113    CFLAGS="-O2"
2114  else
2115    CFLAGS=
2116  fi
2117fi
2118echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2119echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2120if test "${ac_cv_prog_cc_stdc+set}" = set; then
2121  echo $ECHO_N "(cached) $ECHO_C" >&6
2122else
2123  ac_cv_prog_cc_stdc=no
2124ac_save_CC=$CC
2125cat >conftest.$ac_ext <<_ACEOF
2126/* confdefs.h.  */
2127_ACEOF
2128cat confdefs.h >>conftest.$ac_ext
2129cat >>conftest.$ac_ext <<_ACEOF
2130/* end confdefs.h.  */
2131#include <stdarg.h>
2132#include <stdio.h>
2133#include <sys/types.h>
2134#include <sys/stat.h>
2135/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2136struct buf { int x; };
2137FILE * (*rcsopen) (struct buf *, struct stat *, int);
2138static char *e (p, i)
2139     char **p;
2140     int i;
2141{
2142  return p[i];
2143}
2144static char *f (char * (*g) (char **, int), char **p, ...)
2145{
2146  char *s;
2147  va_list v;
2148  va_start (v,p);
2149  s = g (p, va_arg (v,int));
2150  va_end (v);
2151  return s;
2152}
2153
2154/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2155   function prototypes and stuff, but not '\xHH' hex character constants.
2156   These don't provoke an error unfortunately, instead are silently treated
2157   as 'x'.  The following induces an error, until -std1 is added to get
2158   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2159   array size at least.  It's necessary to write '\x00'==0 to get something
2160   that's true only with -std1.  */
2161int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2162
2163int test (int i, double x);
2164struct s1 {int (*f) (int a);};
2165struct s2 {int (*f) (double a);};
2166int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2167int argc;
2168char **argv;
2169int
2170main ()
2171{
2172return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2173  ;
2174  return 0;
2175}
2176_ACEOF
2177# Don't try gcc -ansi; that turns off useful extensions and
2178# breaks some systems' header files.
2179# AIX			-qlanglvl=ansi
2180# Ultrix and OSF/1	-std1
2181# HP-UX 10.20 and later	-Ae
2182# HP-UX older versions	-Aa -D_HPUX_SOURCE
2183# SVR4			-Xc -D__EXTENSIONS__
2184for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2185do
2186  CC="$ac_save_CC $ac_arg"
2187  rm -f conftest.$ac_objext
2188if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2189  (eval $ac_compile) 2>conftest.er1
2190  ac_status=$?
2191  grep -v '^ *+' conftest.er1 >conftest.err
2192  rm -f conftest.er1
2193  cat conftest.err >&5
2194  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2195  (exit $ac_status); } &&
2196	 { ac_try='test -z "$ac_c_werror_flag"
2197			 || test ! -s conftest.err'
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); }; } &&
2203	 { ac_try='test -s conftest.$ac_objext'
2204  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2205  (eval $ac_try) 2>&5
2206  ac_status=$?
2207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2208  (exit $ac_status); }; }; then
2209  ac_cv_prog_cc_stdc=$ac_arg
2210break
2211else
2212  echo "$as_me: failed program was:" >&5
2213sed 's/^/| /' conftest.$ac_ext >&5
2214
2215fi
2216rm -f conftest.err conftest.$ac_objext
2217done
2218rm -f conftest.$ac_ext conftest.$ac_objext
2219CC=$ac_save_CC
2220
2221fi
2222
2223case "x$ac_cv_prog_cc_stdc" in
2224  x|xno)
2225    echo "$as_me:$LINENO: result: none needed" >&5
2226echo "${ECHO_T}none needed" >&6 ;;
2227  *)
2228    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2229echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2230    CC="$CC $ac_cv_prog_cc_stdc" ;;
2231esac
2232
2233# Some people use a C++ compiler to compile C.  Since we use `exit',
2234# in C++ we need to declare it.  In case someone uses the same compiler
2235# for both compiling C and C++ we need to have the C++ compiler decide
2236# the declaration of exit, since it's the most demanding environment.
2237cat >conftest.$ac_ext <<_ACEOF
2238#ifndef __cplusplus
2239  choke me
2240#endif
2241_ACEOF
2242rm -f conftest.$ac_objext
2243if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2244  (eval $ac_compile) 2>conftest.er1
2245  ac_status=$?
2246  grep -v '^ *+' conftest.er1 >conftest.err
2247  rm -f conftest.er1
2248  cat conftest.err >&5
2249  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250  (exit $ac_status); } &&
2251	 { ac_try='test -z "$ac_c_werror_flag"
2252			 || test ! -s conftest.err'
2253  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2254  (eval $ac_try) 2>&5
2255  ac_status=$?
2256  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257  (exit $ac_status); }; } &&
2258	 { ac_try='test -s conftest.$ac_objext'
2259  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2260  (eval $ac_try) 2>&5
2261  ac_status=$?
2262  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263  (exit $ac_status); }; }; then
2264  for ac_declaration in \
2265   '' \
2266   'extern "C" void std::exit (int) throw (); using std::exit;' \
2267   'extern "C" void std::exit (int); using std::exit;' \
2268   'extern "C" void exit (int) throw ();' \
2269   'extern "C" void exit (int);' \
2270   'void exit (int);'
2271do
2272  cat >conftest.$ac_ext <<_ACEOF
2273/* confdefs.h.  */
2274_ACEOF
2275cat confdefs.h >>conftest.$ac_ext
2276cat >>conftest.$ac_ext <<_ACEOF
2277/* end confdefs.h.  */
2278$ac_declaration
2279#include <stdlib.h>
2280int
2281main ()
2282{
2283exit (42);
2284  ;
2285  return 0;
2286}
2287_ACEOF
2288rm -f conftest.$ac_objext
2289if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2290  (eval $ac_compile) 2>conftest.er1
2291  ac_status=$?
2292  grep -v '^ *+' conftest.er1 >conftest.err
2293  rm -f conftest.er1
2294  cat conftest.err >&5
2295  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2296  (exit $ac_status); } &&
2297	 { ac_try='test -z "$ac_c_werror_flag"
2298			 || test ! -s conftest.err'
2299  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2300  (eval $ac_try) 2>&5
2301  ac_status=$?
2302  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2303  (exit $ac_status); }; } &&
2304	 { ac_try='test -s conftest.$ac_objext'
2305  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2306  (eval $ac_try) 2>&5
2307  ac_status=$?
2308  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2309  (exit $ac_status); }; }; then
2310  :
2311else
2312  echo "$as_me: failed program was:" >&5
2313sed 's/^/| /' conftest.$ac_ext >&5
2314
2315continue
2316fi
2317rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2318  cat >conftest.$ac_ext <<_ACEOF
2319/* confdefs.h.  */
2320_ACEOF
2321cat confdefs.h >>conftest.$ac_ext
2322cat >>conftest.$ac_ext <<_ACEOF
2323/* end confdefs.h.  */
2324$ac_declaration
2325int
2326main ()
2327{
2328exit (42);
2329  ;
2330  return 0;
2331}
2332_ACEOF
2333rm -f conftest.$ac_objext
2334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2335  (eval $ac_compile) 2>conftest.er1
2336  ac_status=$?
2337  grep -v '^ *+' conftest.er1 >conftest.err
2338  rm -f conftest.er1
2339  cat conftest.err >&5
2340  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2341  (exit $ac_status); } &&
2342	 { ac_try='test -z "$ac_c_werror_flag"
2343			 || test ! -s conftest.err'
2344  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2345  (eval $ac_try) 2>&5
2346  ac_status=$?
2347  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2348  (exit $ac_status); }; } &&
2349	 { ac_try='test -s conftest.$ac_objext'
2350  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2351  (eval $ac_try) 2>&5
2352  ac_status=$?
2353  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2354  (exit $ac_status); }; }; then
2355  break
2356else
2357  echo "$as_me: failed program was:" >&5
2358sed 's/^/| /' conftest.$ac_ext >&5
2359
2360fi
2361rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2362done
2363rm -f conftest*
2364if test -n "$ac_declaration"; then
2365  echo '#ifdef __cplusplus' >>confdefs.h
2366  echo $ac_declaration      >>confdefs.h
2367  echo '#endif'             >>confdefs.h
2368fi
2369
2370else
2371  echo "$as_me: failed program was:" >&5
2372sed 's/^/| /' conftest.$ac_ext >&5
2373
2374fi
2375rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2376ac_ext=c
2377ac_cpp='$CPP $CPPFLAGS'
2378ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2379ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2380ac_compiler_gnu=$ac_cv_c_compiler_gnu
2381
2382# Find a good install program.  We prefer a C program (faster),
2383# so one script is as good as another.  But avoid the broken or
2384# incompatible versions:
2385# SysV /etc/install, /usr/sbin/install
2386# SunOS /usr/etc/install
2387# IRIX /sbin/install
2388# AIX /bin/install
2389# AmigaOS /C/install, which installs bootblocks on floppy discs
2390# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2391# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2392# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2393# OS/2's system install, which has a completely different semantic
2394# ./install, which can be erroneously created by make from ./install.sh.
2395echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2396echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2397if test -z "$INSTALL"; then
2398if test "${ac_cv_path_install+set}" = set; then
2399  echo $ECHO_N "(cached) $ECHO_C" >&6
2400else
2401  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402for as_dir in $PATH
2403do
2404  IFS=$as_save_IFS
2405  test -z "$as_dir" && as_dir=.
2406  # Account for people who put trailing slashes in PATH elements.
2407case $as_dir/ in
2408  ./ | .// | /cC/* | \
2409  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2410  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2411  /usr/ucb/* ) ;;
2412  *)
2413    # OSF1 and SCO ODT 3.0 have their own names for install.
2414    # Don't use installbsd from OSF since it installs stuff as root
2415    # by default.
2416    for ac_prog in ginstall scoinst install; do
2417      for ac_exec_ext in '' $ac_executable_extensions; do
2418	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2419	  if test $ac_prog = install &&
2420	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2421	    # AIX install.  It has an incompatible calling convention.
2422	    :
2423	  elif test $ac_prog = install &&
2424	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2425	    # program-specific install script used by HP pwplus--don't use.
2426	    :
2427	  else
2428	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2429	    break 3
2430	  fi
2431	fi
2432      done
2433    done
2434    ;;
2435esac
2436done
2437
2438
2439fi
2440  if test "${ac_cv_path_install+set}" = set; then
2441    INSTALL=$ac_cv_path_install
2442  else
2443    # As a last resort, use the slow shell script.  We don't cache a
2444    # path for INSTALL within a source directory, because that will
2445    # break other packages using the cache if that directory is
2446    # removed, or if the path is relative.
2447    INSTALL=$ac_install_sh
2448  fi
2449fi
2450echo "$as_me:$LINENO: result: $INSTALL" >&5
2451echo "${ECHO_T}$INSTALL" >&6
2452
2453# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2454# It thinks the first close brace ends the variable substitution.
2455test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2456
2457test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2458
2459test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2460
2461
2462# Put a plausible default for CC_FOR_BUILD in Makefile.
2463if test "x$cross_compiling" = "xno"; then
2464  CC_FOR_BUILD='$(CC)'
2465else
2466  CC_FOR_BUILD=gcc
2467fi
2468
2469
2470
2471
2472AR=${AR-ar}
2473
2474if test -n "$ac_tool_prefix"; then
2475  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2476set dummy ${ac_tool_prefix}ranlib; ac_word=$2
2477echo "$as_me:$LINENO: checking for $ac_word" >&5
2478echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2479if test "${ac_cv_prog_RANLIB+set}" = set; then
2480  echo $ECHO_N "(cached) $ECHO_C" >&6
2481else
2482  if test -n "$RANLIB"; then
2483  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2484else
2485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2486for as_dir in $PATH
2487do
2488  IFS=$as_save_IFS
2489  test -z "$as_dir" && as_dir=.
2490  for ac_exec_ext in '' $ac_executable_extensions; do
2491  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2492    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
2493    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2494    break 2
2495  fi
2496done
2497done
2498
2499fi
2500fi
2501RANLIB=$ac_cv_prog_RANLIB
2502if test -n "$RANLIB"; then
2503  echo "$as_me:$LINENO: result: $RANLIB" >&5
2504echo "${ECHO_T}$RANLIB" >&6
2505else
2506  echo "$as_me:$LINENO: result: no" >&5
2507echo "${ECHO_T}no" >&6
2508fi
2509
2510fi
2511if test -z "$ac_cv_prog_RANLIB"; then
2512  ac_ct_RANLIB=$RANLIB
2513  # Extract the first word of "ranlib", so it can be a program name with args.
2514set dummy ranlib; ac_word=$2
2515echo "$as_me:$LINENO: checking for $ac_word" >&5
2516echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2517if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2518  echo $ECHO_N "(cached) $ECHO_C" >&6
2519else
2520  if test -n "$ac_ct_RANLIB"; then
2521  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2522else
2523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2524for as_dir in $PATH
2525do
2526  IFS=$as_save_IFS
2527  test -z "$as_dir" && as_dir=.
2528  for ac_exec_ext in '' $ac_executable_extensions; do
2529  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2530    ac_cv_prog_ac_ct_RANLIB="ranlib"
2531    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2532    break 2
2533  fi
2534done
2535done
2536
2537  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
2538fi
2539fi
2540ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2541if test -n "$ac_ct_RANLIB"; then
2542  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2543echo "${ECHO_T}$ac_ct_RANLIB" >&6
2544else
2545  echo "$as_me:$LINENO: result: no" >&5
2546echo "${ECHO_T}no" >&6
2547fi
2548
2549  RANLIB=$ac_ct_RANLIB
2550else
2551  RANLIB="$ac_cv_prog_RANLIB"
2552fi
2553
2554
2555ALL_LINGUAS=
2556# If we haven't got the data from the intl directory,
2557# assume NLS is disabled.
2558USE_NLS=no
2559LIBINTL=
2560LIBINTL_DEP=
2561INCINTL=
2562XGETTEXT=
2563GMSGFMT=
2564POSUB=
2565
2566if test -f  ../../intl/config.intl; then
2567  .  ../../intl/config.intl
2568fi
2569echo "$as_me:$LINENO: checking whether NLS is requested" >&5
2570echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6
2571if test x"$USE_NLS" != xyes; then
2572  echo "$as_me:$LINENO: result: no" >&5
2573echo "${ECHO_T}no" >&6
2574else
2575  echo "$as_me:$LINENO: result: yes" >&5
2576echo "${ECHO_T}yes" >&6
2577
2578cat >>confdefs.h <<\_ACEOF
2579#define ENABLE_NLS 1
2580_ACEOF
2581
2582
2583  echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
2584echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6
2585  # Look for .po and .gmo files in the source directory.
2586  CATALOGS=
2587  XLINGUAS=
2588  for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
2589    # If there aren't any .gmo files the shell will give us the
2590    # literal string "../path/to/srcdir/po/*.gmo" which has to be
2591    # weeded out.
2592    case "$cat" in *\**)
2593      continue;;
2594    esac
2595    # The quadruple backslash is collapsed to a double backslash
2596    # by the backticks, then collapsed again by the double quotes,
2597    # leaving us with one backslash in the sed expression (right
2598    # before the dot that mustn't act as a wildcard).
2599    cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
2600    lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
2601    # The user is allowed to set LINGUAS to a list of languages to
2602    # install catalogs for.  If it's empty that means "all of them."
2603    if test "x$LINGUAS" = x; then
2604      CATALOGS="$CATALOGS $cat"
2605      XLINGUAS="$XLINGUAS $lang"
2606    else
2607      case "$LINGUAS" in *$lang*)
2608        CATALOGS="$CATALOGS $cat"
2609        XLINGUAS="$XLINGUAS $lang"
2610        ;;
2611      esac
2612    fi
2613  done
2614  LINGUAS="$XLINGUAS"
2615  echo "$as_me:$LINENO: result: $LINGUAS" >&5
2616echo "${ECHO_T}$LINGUAS" >&6
2617
2618
2619    DATADIRNAME=share
2620
2621  INSTOBJEXT=.mo
2622
2623  GENCAT=gencat
2624
2625  CATOBJEXT=.gmo
2626
2627fi
2628
2629# Check for common headers.
2630# FIXME: Seems to me this can cause problems for i386-windows hosts.
2631# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
2632
2633ac_ext=c
2634ac_cpp='$CPP $CPPFLAGS'
2635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2637ac_compiler_gnu=$ac_cv_c_compiler_gnu
2638echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2639echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2640# On Suns, sometimes $CPP names a directory.
2641if test -n "$CPP" && test -d "$CPP"; then
2642  CPP=
2643fi
2644if test -z "$CPP"; then
2645  if test "${ac_cv_prog_CPP+set}" = set; then
2646  echo $ECHO_N "(cached) $ECHO_C" >&6
2647else
2648      # Double quotes because CPP needs to be expanded
2649    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2650    do
2651      ac_preproc_ok=false
2652for ac_c_preproc_warn_flag in '' yes
2653do
2654  # Use a header file that comes with gcc, so configuring glibc
2655  # with a fresh cross-compiler works.
2656  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2657  # <limits.h> exists even on freestanding compilers.
2658  # On the NeXT, cc -E runs the code through the compiler's parser,
2659  # not just through cpp. "Syntax error" is here to catch this case.
2660  cat >conftest.$ac_ext <<_ACEOF
2661/* confdefs.h.  */
2662_ACEOF
2663cat confdefs.h >>conftest.$ac_ext
2664cat >>conftest.$ac_ext <<_ACEOF
2665/* end confdefs.h.  */
2666#ifdef __STDC__
2667# include <limits.h>
2668#else
2669# include <assert.h>
2670#endif
2671		     Syntax error
2672_ACEOF
2673if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2674  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2675  ac_status=$?
2676  grep -v '^ *+' conftest.er1 >conftest.err
2677  rm -f conftest.er1
2678  cat conftest.err >&5
2679  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680  (exit $ac_status); } >/dev/null; then
2681  if test -s conftest.err; then
2682    ac_cpp_err=$ac_c_preproc_warn_flag
2683    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2684  else
2685    ac_cpp_err=
2686  fi
2687else
2688  ac_cpp_err=yes
2689fi
2690if test -z "$ac_cpp_err"; then
2691  :
2692else
2693  echo "$as_me: failed program was:" >&5
2694sed 's/^/| /' conftest.$ac_ext >&5
2695
2696  # Broken: fails on valid input.
2697continue
2698fi
2699rm -f conftest.err conftest.$ac_ext
2700
2701  # OK, works on sane cases.  Now check whether non-existent headers
2702  # can be detected and how.
2703  cat >conftest.$ac_ext <<_ACEOF
2704/* confdefs.h.  */
2705_ACEOF
2706cat confdefs.h >>conftest.$ac_ext
2707cat >>conftest.$ac_ext <<_ACEOF
2708/* end confdefs.h.  */
2709#include <ac_nonexistent.h>
2710_ACEOF
2711if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2712  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2713  ac_status=$?
2714  grep -v '^ *+' conftest.er1 >conftest.err
2715  rm -f conftest.er1
2716  cat conftest.err >&5
2717  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2718  (exit $ac_status); } >/dev/null; then
2719  if test -s conftest.err; then
2720    ac_cpp_err=$ac_c_preproc_warn_flag
2721    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2722  else
2723    ac_cpp_err=
2724  fi
2725else
2726  ac_cpp_err=yes
2727fi
2728if test -z "$ac_cpp_err"; then
2729  # Broken: success on invalid input.
2730continue
2731else
2732  echo "$as_me: failed program was:" >&5
2733sed 's/^/| /' conftest.$ac_ext >&5
2734
2735  # Passes both tests.
2736ac_preproc_ok=:
2737break
2738fi
2739rm -f conftest.err conftest.$ac_ext
2740
2741done
2742# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2743rm -f conftest.err conftest.$ac_ext
2744if $ac_preproc_ok; then
2745  break
2746fi
2747
2748    done
2749    ac_cv_prog_CPP=$CPP
2750
2751fi
2752  CPP=$ac_cv_prog_CPP
2753else
2754  ac_cv_prog_CPP=$CPP
2755fi
2756echo "$as_me:$LINENO: result: $CPP" >&5
2757echo "${ECHO_T}$CPP" >&6
2758ac_preproc_ok=false
2759for ac_c_preproc_warn_flag in '' yes
2760do
2761  # Use a header file that comes with gcc, so configuring glibc
2762  # with a fresh cross-compiler works.
2763  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2764  # <limits.h> exists even on freestanding compilers.
2765  # On the NeXT, cc -E runs the code through the compiler's parser,
2766  # not just through cpp. "Syntax error" is here to catch this case.
2767  cat >conftest.$ac_ext <<_ACEOF
2768/* confdefs.h.  */
2769_ACEOF
2770cat confdefs.h >>conftest.$ac_ext
2771cat >>conftest.$ac_ext <<_ACEOF
2772/* end confdefs.h.  */
2773#ifdef __STDC__
2774# include <limits.h>
2775#else
2776# include <assert.h>
2777#endif
2778		     Syntax error
2779_ACEOF
2780if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2781  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2782  ac_status=$?
2783  grep -v '^ *+' conftest.er1 >conftest.err
2784  rm -f conftest.er1
2785  cat conftest.err >&5
2786  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787  (exit $ac_status); } >/dev/null; then
2788  if test -s conftest.err; then
2789    ac_cpp_err=$ac_c_preproc_warn_flag
2790    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2791  else
2792    ac_cpp_err=
2793  fi
2794else
2795  ac_cpp_err=yes
2796fi
2797if test -z "$ac_cpp_err"; then
2798  :
2799else
2800  echo "$as_me: failed program was:" >&5
2801sed 's/^/| /' conftest.$ac_ext >&5
2802
2803  # Broken: fails on valid input.
2804continue
2805fi
2806rm -f conftest.err conftest.$ac_ext
2807
2808  # OK, works on sane cases.  Now check whether non-existent headers
2809  # can be detected and how.
2810  cat >conftest.$ac_ext <<_ACEOF
2811/* confdefs.h.  */
2812_ACEOF
2813cat confdefs.h >>conftest.$ac_ext
2814cat >>conftest.$ac_ext <<_ACEOF
2815/* end confdefs.h.  */
2816#include <ac_nonexistent.h>
2817_ACEOF
2818if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2819  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2820  ac_status=$?
2821  grep -v '^ *+' conftest.er1 >conftest.err
2822  rm -f conftest.er1
2823  cat conftest.err >&5
2824  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2825  (exit $ac_status); } >/dev/null; then
2826  if test -s conftest.err; then
2827    ac_cpp_err=$ac_c_preproc_warn_flag
2828    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
2829  else
2830    ac_cpp_err=
2831  fi
2832else
2833  ac_cpp_err=yes
2834fi
2835if test -z "$ac_cpp_err"; then
2836  # Broken: success on invalid input.
2837continue
2838else
2839  echo "$as_me: failed program was:" >&5
2840sed 's/^/| /' conftest.$ac_ext >&5
2841
2842  # Passes both tests.
2843ac_preproc_ok=:
2844break
2845fi
2846rm -f conftest.err conftest.$ac_ext
2847
2848done
2849# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2850rm -f conftest.err conftest.$ac_ext
2851if $ac_preproc_ok; then
2852  :
2853else
2854  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2855See \`config.log' for more details." >&5
2856echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2857See \`config.log' for more details." >&2;}
2858   { (exit 1); exit 1; }; }
2859fi
2860
2861ac_ext=c
2862ac_cpp='$CPP $CPPFLAGS'
2863ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2864ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2865ac_compiler_gnu=$ac_cv_c_compiler_gnu
2866
2867
2868echo "$as_me:$LINENO: checking for egrep" >&5
2869echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2870if test "${ac_cv_prog_egrep+set}" = set; then
2871  echo $ECHO_N "(cached) $ECHO_C" >&6
2872else
2873  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2874    then ac_cv_prog_egrep='grep -E'
2875    else ac_cv_prog_egrep='egrep'
2876    fi
2877fi
2878echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2879echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2880 EGREP=$ac_cv_prog_egrep
2881
2882
2883echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2884echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2885if test "${ac_cv_header_stdc+set}" = set; then
2886  echo $ECHO_N "(cached) $ECHO_C" >&6
2887else
2888  cat >conftest.$ac_ext <<_ACEOF
2889/* confdefs.h.  */
2890_ACEOF
2891cat confdefs.h >>conftest.$ac_ext
2892cat >>conftest.$ac_ext <<_ACEOF
2893/* end confdefs.h.  */
2894#include <stdlib.h>
2895#include <stdarg.h>
2896#include <string.h>
2897#include <float.h>
2898
2899int
2900main ()
2901{
2902
2903  ;
2904  return 0;
2905}
2906_ACEOF
2907rm -f conftest.$ac_objext
2908if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2909  (eval $ac_compile) 2>conftest.er1
2910  ac_status=$?
2911  grep -v '^ *+' conftest.er1 >conftest.err
2912  rm -f conftest.er1
2913  cat conftest.err >&5
2914  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915  (exit $ac_status); } &&
2916	 { ac_try='test -z "$ac_c_werror_flag"
2917			 || test ! -s conftest.err'
2918  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2919  (eval $ac_try) 2>&5
2920  ac_status=$?
2921  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2922  (exit $ac_status); }; } &&
2923	 { ac_try='test -s conftest.$ac_objext'
2924  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2925  (eval $ac_try) 2>&5
2926  ac_status=$?
2927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2928  (exit $ac_status); }; }; then
2929  ac_cv_header_stdc=yes
2930else
2931  echo "$as_me: failed program was:" >&5
2932sed 's/^/| /' conftest.$ac_ext >&5
2933
2934ac_cv_header_stdc=no
2935fi
2936rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2937
2938if test $ac_cv_header_stdc = yes; then
2939  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2940  cat >conftest.$ac_ext <<_ACEOF
2941/* confdefs.h.  */
2942_ACEOF
2943cat confdefs.h >>conftest.$ac_ext
2944cat >>conftest.$ac_ext <<_ACEOF
2945/* end confdefs.h.  */
2946#include <string.h>
2947
2948_ACEOF
2949if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2950  $EGREP "memchr" >/dev/null 2>&1; then
2951  :
2952else
2953  ac_cv_header_stdc=no
2954fi
2955rm -f conftest*
2956
2957fi
2958
2959if test $ac_cv_header_stdc = yes; then
2960  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2961  cat >conftest.$ac_ext <<_ACEOF
2962/* confdefs.h.  */
2963_ACEOF
2964cat confdefs.h >>conftest.$ac_ext
2965cat >>conftest.$ac_ext <<_ACEOF
2966/* end confdefs.h.  */
2967#include <stdlib.h>
2968
2969_ACEOF
2970if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2971  $EGREP "free" >/dev/null 2>&1; then
2972  :
2973else
2974  ac_cv_header_stdc=no
2975fi
2976rm -f conftest*
2977
2978fi
2979
2980if test $ac_cv_header_stdc = yes; then
2981  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
2982  if test "$cross_compiling" = yes; then
2983  :
2984else
2985  cat >conftest.$ac_ext <<_ACEOF
2986/* confdefs.h.  */
2987_ACEOF
2988cat confdefs.h >>conftest.$ac_ext
2989cat >>conftest.$ac_ext <<_ACEOF
2990/* end confdefs.h.  */
2991#include <ctype.h>
2992#if ((' ' & 0x0FF) == 0x020)
2993# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2994# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2995#else
2996# define ISLOWER(c) \
2997		   (('a' <= (c) && (c) <= 'i') \
2998		     || ('j' <= (c) && (c) <= 'r') \
2999		     || ('s' <= (c) && (c) <= 'z'))
3000# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3001#endif
3002
3003#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3004int
3005main ()
3006{
3007  int i;
3008  for (i = 0; i < 256; i++)
3009    if (XOR (islower (i), ISLOWER (i))
3010	|| toupper (i) != TOUPPER (i))
3011      exit(2);
3012  exit (0);
3013}
3014_ACEOF
3015rm -f conftest$ac_exeext
3016if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3017  (eval $ac_link) 2>&5
3018  ac_status=$?
3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3020  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
3021  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3022  (eval $ac_try) 2>&5
3023  ac_status=$?
3024  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3025  (exit $ac_status); }; }; then
3026  :
3027else
3028  echo "$as_me: program exited with status $ac_status" >&5
3029echo "$as_me: failed program was:" >&5
3030sed 's/^/| /' conftest.$ac_ext >&5
3031
3032( exit $ac_status )
3033ac_cv_header_stdc=no
3034fi
3035rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
3036fi
3037fi
3038fi
3039echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3040echo "${ECHO_T}$ac_cv_header_stdc" >&6
3041if test $ac_cv_header_stdc = yes; then
3042
3043cat >>confdefs.h <<\_ACEOF
3044#define STDC_HEADERS 1
3045_ACEOF
3046
3047fi
3048
3049# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3060		  inttypes.h stdint.h unistd.h
3061do
3062as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3063echo "$as_me:$LINENO: checking for $ac_header" >&5
3064echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3065if eval "test \"\${$as_ac_Header+set}\" = set"; then
3066  echo $ECHO_N "(cached) $ECHO_C" >&6
3067else
3068  cat >conftest.$ac_ext <<_ACEOF
3069/* confdefs.h.  */
3070_ACEOF
3071cat confdefs.h >>conftest.$ac_ext
3072cat >>conftest.$ac_ext <<_ACEOF
3073/* end confdefs.h.  */
3074$ac_includes_default
3075
3076#include <$ac_header>
3077_ACEOF
3078rm -f conftest.$ac_objext
3079if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3080  (eval $ac_compile) 2>conftest.er1
3081  ac_status=$?
3082  grep -v '^ *+' conftest.er1 >conftest.err
3083  rm -f conftest.er1
3084  cat conftest.err >&5
3085  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3086  (exit $ac_status); } &&
3087	 { ac_try='test -z "$ac_c_werror_flag"
3088			 || test ! -s conftest.err'
3089  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3090  (eval $ac_try) 2>&5
3091  ac_status=$?
3092  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3093  (exit $ac_status); }; } &&
3094	 { ac_try='test -s conftest.$ac_objext'
3095  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3096  (eval $ac_try) 2>&5
3097  ac_status=$?
3098  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3099  (exit $ac_status); }; }; then
3100  eval "$as_ac_Header=yes"
3101else
3102  echo "$as_me: failed program was:" >&5
3103sed 's/^/| /' conftest.$ac_ext >&5
3104
3105eval "$as_ac_Header=no"
3106fi
3107rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3108fi
3109echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3110echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3111if test `eval echo '${'$as_ac_Header'}'` = yes; then
3112  cat >>confdefs.h <<_ACEOF
3113#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3114_ACEOF
3115
3116fi
3117
3118done
3119
3120
3121
3122
3123
3124
3125
3126for ac_header in stdlib.h string.h strings.h unistd.h time.h
3127do
3128as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3129if eval "test \"\${$as_ac_Header+set}\" = set"; then
3130  echo "$as_me:$LINENO: checking for $ac_header" >&5
3131echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3132if eval "test \"\${$as_ac_Header+set}\" = set"; then
3133  echo $ECHO_N "(cached) $ECHO_C" >&6
3134fi
3135echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3136echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3137else
3138  # Is the header compilable?
3139echo "$as_me:$LINENO: checking $ac_header usability" >&5
3140echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3141cat >conftest.$ac_ext <<_ACEOF
3142/* confdefs.h.  */
3143_ACEOF
3144cat confdefs.h >>conftest.$ac_ext
3145cat >>conftest.$ac_ext <<_ACEOF
3146/* end confdefs.h.  */
3147$ac_includes_default
3148#include <$ac_header>
3149_ACEOF
3150rm -f conftest.$ac_objext
3151if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3152  (eval $ac_compile) 2>conftest.er1
3153  ac_status=$?
3154  grep -v '^ *+' conftest.er1 >conftest.err
3155  rm -f conftest.er1
3156  cat conftest.err >&5
3157  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3158  (exit $ac_status); } &&
3159	 { ac_try='test -z "$ac_c_werror_flag"
3160			 || test ! -s conftest.err'
3161  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3162  (eval $ac_try) 2>&5
3163  ac_status=$?
3164  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165  (exit $ac_status); }; } &&
3166	 { ac_try='test -s conftest.$ac_objext'
3167  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3168  (eval $ac_try) 2>&5
3169  ac_status=$?
3170  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3171  (exit $ac_status); }; }; then
3172  ac_header_compiler=yes
3173else
3174  echo "$as_me: failed program was:" >&5
3175sed 's/^/| /' conftest.$ac_ext >&5
3176
3177ac_header_compiler=no
3178fi
3179rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3180echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3181echo "${ECHO_T}$ac_header_compiler" >&6
3182
3183# Is the header present?
3184echo "$as_me:$LINENO: checking $ac_header presence" >&5
3185echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3186cat >conftest.$ac_ext <<_ACEOF
3187/* confdefs.h.  */
3188_ACEOF
3189cat confdefs.h >>conftest.$ac_ext
3190cat >>conftest.$ac_ext <<_ACEOF
3191/* end confdefs.h.  */
3192#include <$ac_header>
3193_ACEOF
3194if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3195  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3196  ac_status=$?
3197  grep -v '^ *+' conftest.er1 >conftest.err
3198  rm -f conftest.er1
3199  cat conftest.err >&5
3200  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201  (exit $ac_status); } >/dev/null; then
3202  if test -s conftest.err; then
3203    ac_cpp_err=$ac_c_preproc_warn_flag
3204    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3205  else
3206    ac_cpp_err=
3207  fi
3208else
3209  ac_cpp_err=yes
3210fi
3211if test -z "$ac_cpp_err"; then
3212  ac_header_preproc=yes
3213else
3214  echo "$as_me: failed program was:" >&5
3215sed 's/^/| /' conftest.$ac_ext >&5
3216
3217  ac_header_preproc=no
3218fi
3219rm -f conftest.err conftest.$ac_ext
3220echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3221echo "${ECHO_T}$ac_header_preproc" >&6
3222
3223# So?  What about this header?
3224case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3225  yes:no: )
3226    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3227echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3228    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3229echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3230    ac_header_preproc=yes
3231    ;;
3232  no:yes:* )
3233    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3234echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3235    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
3236echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
3237    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3238echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3239    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
3240echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
3241    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3242echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3243    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3244echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3245    (
3246      cat <<\_ASBOX
3247## ------------------------------------------ ##
3248## Report this to the AC_PACKAGE_NAME lists.  ##
3249## ------------------------------------------ ##
3250_ASBOX
3251    ) |
3252      sed "s/^/$as_me: WARNING:     /" >&2
3253    ;;
3254esac
3255echo "$as_me:$LINENO: checking for $ac_header" >&5
3256echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3257if eval "test \"\${$as_ac_Header+set}\" = set"; then
3258  echo $ECHO_N "(cached) $ECHO_C" >&6
3259else
3260  eval "$as_ac_Header=\$ac_header_preproc"
3261fi
3262echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3263echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3264
3265fi
3266if test `eval echo '${'$as_ac_Header'}'` = yes; then
3267  cat >>confdefs.h <<_ACEOF
3268#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3269_ACEOF
3270
3271fi
3272
3273done
3274
3275
3276
3277for ac_header in sys/time.h sys/resource.h
3278do
3279as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3280if eval "test \"\${$as_ac_Header+set}\" = set"; then
3281  echo "$as_me:$LINENO: checking for $ac_header" >&5
3282echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3283if eval "test \"\${$as_ac_Header+set}\" = set"; then
3284  echo $ECHO_N "(cached) $ECHO_C" >&6
3285fi
3286echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3287echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3288else
3289  # Is the header compilable?
3290echo "$as_me:$LINENO: checking $ac_header usability" >&5
3291echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3292cat >conftest.$ac_ext <<_ACEOF
3293/* confdefs.h.  */
3294_ACEOF
3295cat confdefs.h >>conftest.$ac_ext
3296cat >>conftest.$ac_ext <<_ACEOF
3297/* end confdefs.h.  */
3298$ac_includes_default
3299#include <$ac_header>
3300_ACEOF
3301rm -f conftest.$ac_objext
3302if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3303  (eval $ac_compile) 2>conftest.er1
3304  ac_status=$?
3305  grep -v '^ *+' conftest.er1 >conftest.err
3306  rm -f conftest.er1
3307  cat conftest.err >&5
3308  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3309  (exit $ac_status); } &&
3310	 { ac_try='test -z "$ac_c_werror_flag"
3311			 || test ! -s conftest.err'
3312  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3313  (eval $ac_try) 2>&5
3314  ac_status=$?
3315  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3316  (exit $ac_status); }; } &&
3317	 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
3323  ac_header_compiler=yes
3324else
3325  echo "$as_me: failed program was:" >&5
3326sed 's/^/| /' conftest.$ac_ext >&5
3327
3328ac_header_compiler=no
3329fi
3330rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3331echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3332echo "${ECHO_T}$ac_header_compiler" >&6
3333
3334# Is the header present?
3335echo "$as_me:$LINENO: checking $ac_header presence" >&5
3336echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3337cat >conftest.$ac_ext <<_ACEOF
3338/* confdefs.h.  */
3339_ACEOF
3340cat confdefs.h >>conftest.$ac_ext
3341cat >>conftest.$ac_ext <<_ACEOF
3342/* end confdefs.h.  */
3343#include <$ac_header>
3344_ACEOF
3345if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3346  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3347  ac_status=$?
3348  grep -v '^ *+' conftest.er1 >conftest.err
3349  rm -f conftest.er1
3350  cat conftest.err >&5
3351  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352  (exit $ac_status); } >/dev/null; then
3353  if test -s conftest.err; then
3354    ac_cpp_err=$ac_c_preproc_warn_flag
3355    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3356  else
3357    ac_cpp_err=
3358  fi
3359else
3360  ac_cpp_err=yes
3361fi
3362if test -z "$ac_cpp_err"; then
3363  ac_header_preproc=yes
3364else
3365  echo "$as_me: failed program was:" >&5
3366sed 's/^/| /' conftest.$ac_ext >&5
3367
3368  ac_header_preproc=no
3369fi
3370rm -f conftest.err conftest.$ac_ext
3371echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3372echo "${ECHO_T}$ac_header_preproc" >&6
3373
3374# So?  What about this header?
3375case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3376  yes:no: )
3377    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3378echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3379    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3380echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3381    ac_header_preproc=yes
3382    ;;
3383  no:yes:* )
3384    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3385echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3386    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
3387echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
3388    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3389echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3390    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
3391echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
3392    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3393echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3394    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3395echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3396    (
3397      cat <<\_ASBOX
3398## ------------------------------------------ ##
3399## Report this to the AC_PACKAGE_NAME lists.  ##
3400## ------------------------------------------ ##
3401_ASBOX
3402    ) |
3403      sed "s/^/$as_me: WARNING:     /" >&2
3404    ;;
3405esac
3406echo "$as_me:$LINENO: checking for $ac_header" >&5
3407echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3408if eval "test \"\${$as_ac_Header+set}\" = set"; then
3409  echo $ECHO_N "(cached) $ECHO_C" >&6
3410else
3411  eval "$as_ac_Header=\$ac_header_preproc"
3412fi
3413echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3414echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3415
3416fi
3417if test `eval echo '${'$as_ac_Header'}'` = yes; then
3418  cat >>confdefs.h <<_ACEOF
3419#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3420_ACEOF
3421
3422fi
3423
3424done
3425
3426
3427
3428for ac_header in fcntl.h fpu_control.h
3429do
3430as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3431if eval "test \"\${$as_ac_Header+set}\" = set"; then
3432  echo "$as_me:$LINENO: checking for $ac_header" >&5
3433echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3434if eval "test \"\${$as_ac_Header+set}\" = set"; then
3435  echo $ECHO_N "(cached) $ECHO_C" >&6
3436fi
3437echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3438echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3439else
3440  # Is the header compilable?
3441echo "$as_me:$LINENO: checking $ac_header usability" >&5
3442echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3443cat >conftest.$ac_ext <<_ACEOF
3444/* confdefs.h.  */
3445_ACEOF
3446cat confdefs.h >>conftest.$ac_ext
3447cat >>conftest.$ac_ext <<_ACEOF
3448/* end confdefs.h.  */
3449$ac_includes_default
3450#include <$ac_header>
3451_ACEOF
3452rm -f conftest.$ac_objext
3453if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3454  (eval $ac_compile) 2>conftest.er1
3455  ac_status=$?
3456  grep -v '^ *+' conftest.er1 >conftest.err
3457  rm -f conftest.er1
3458  cat conftest.err >&5
3459  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3460  (exit $ac_status); } &&
3461	 { ac_try='test -z "$ac_c_werror_flag"
3462			 || test ! -s conftest.err'
3463  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3464  (eval $ac_try) 2>&5
3465  ac_status=$?
3466  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467  (exit $ac_status); }; } &&
3468	 { ac_try='test -s conftest.$ac_objext'
3469  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3470  (eval $ac_try) 2>&5
3471  ac_status=$?
3472  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473  (exit $ac_status); }; }; then
3474  ac_header_compiler=yes
3475else
3476  echo "$as_me: failed program was:" >&5
3477sed 's/^/| /' conftest.$ac_ext >&5
3478
3479ac_header_compiler=no
3480fi
3481rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3482echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3483echo "${ECHO_T}$ac_header_compiler" >&6
3484
3485# Is the header present?
3486echo "$as_me:$LINENO: checking $ac_header presence" >&5
3487echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3488cat >conftest.$ac_ext <<_ACEOF
3489/* confdefs.h.  */
3490_ACEOF
3491cat confdefs.h >>conftest.$ac_ext
3492cat >>conftest.$ac_ext <<_ACEOF
3493/* end confdefs.h.  */
3494#include <$ac_header>
3495_ACEOF
3496if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3497  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3498  ac_status=$?
3499  grep -v '^ *+' conftest.er1 >conftest.err
3500  rm -f conftest.er1
3501  cat conftest.err >&5
3502  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3503  (exit $ac_status); } >/dev/null; then
3504  if test -s conftest.err; then
3505    ac_cpp_err=$ac_c_preproc_warn_flag
3506    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3507  else
3508    ac_cpp_err=
3509  fi
3510else
3511  ac_cpp_err=yes
3512fi
3513if test -z "$ac_cpp_err"; then
3514  ac_header_preproc=yes
3515else
3516  echo "$as_me: failed program was:" >&5
3517sed 's/^/| /' conftest.$ac_ext >&5
3518
3519  ac_header_preproc=no
3520fi
3521rm -f conftest.err conftest.$ac_ext
3522echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3523echo "${ECHO_T}$ac_header_preproc" >&6
3524
3525# So?  What about this header?
3526case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3527  yes:no: )
3528    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3529echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3530    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3531echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3532    ac_header_preproc=yes
3533    ;;
3534  no:yes:* )
3535    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3536echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3537    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
3538echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
3539    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3540echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3541    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
3542echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
3543    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3544echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3545    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3546echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3547    (
3548      cat <<\_ASBOX
3549## ------------------------------------------ ##
3550## Report this to the AC_PACKAGE_NAME lists.  ##
3551## ------------------------------------------ ##
3552_ASBOX
3553    ) |
3554      sed "s/^/$as_me: WARNING:     /" >&2
3555    ;;
3556esac
3557echo "$as_me:$LINENO: checking for $ac_header" >&5
3558echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3559if eval "test \"\${$as_ac_Header+set}\" = set"; then
3560  echo $ECHO_N "(cached) $ECHO_C" >&6
3561else
3562  eval "$as_ac_Header=\$ac_header_preproc"
3563fi
3564echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3565echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3566
3567fi
3568if test `eval echo '${'$as_ac_Header'}'` = yes; then
3569  cat >>confdefs.h <<_ACEOF
3570#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3571_ACEOF
3572
3573fi
3574
3575done
3576
3577
3578
3579
3580for ac_header in dlfcn.h errno.h sys/stat.h
3581do
3582as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3583if eval "test \"\${$as_ac_Header+set}\" = set"; then
3584  echo "$as_me:$LINENO: checking for $ac_header" >&5
3585echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3586if eval "test \"\${$as_ac_Header+set}\" = set"; then
3587  echo $ECHO_N "(cached) $ECHO_C" >&6
3588fi
3589echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3590echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3591else
3592  # Is the header compilable?
3593echo "$as_me:$LINENO: checking $ac_header usability" >&5
3594echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
3595cat >conftest.$ac_ext <<_ACEOF
3596/* confdefs.h.  */
3597_ACEOF
3598cat confdefs.h >>conftest.$ac_ext
3599cat >>conftest.$ac_ext <<_ACEOF
3600/* end confdefs.h.  */
3601$ac_includes_default
3602#include <$ac_header>
3603_ACEOF
3604rm -f conftest.$ac_objext
3605if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3606  (eval $ac_compile) 2>conftest.er1
3607  ac_status=$?
3608  grep -v '^ *+' conftest.er1 >conftest.err
3609  rm -f conftest.er1
3610  cat conftest.err >&5
3611  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3612  (exit $ac_status); } &&
3613	 { ac_try='test -z "$ac_c_werror_flag"
3614			 || test ! -s conftest.err'
3615  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3616  (eval $ac_try) 2>&5
3617  ac_status=$?
3618  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3619  (exit $ac_status); }; } &&
3620	 { ac_try='test -s conftest.$ac_objext'
3621  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3622  (eval $ac_try) 2>&5
3623  ac_status=$?
3624  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3625  (exit $ac_status); }; }; then
3626  ac_header_compiler=yes
3627else
3628  echo "$as_me: failed program was:" >&5
3629sed 's/^/| /' conftest.$ac_ext >&5
3630
3631ac_header_compiler=no
3632fi
3633rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3634echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
3635echo "${ECHO_T}$ac_header_compiler" >&6
3636
3637# Is the header present?
3638echo "$as_me:$LINENO: checking $ac_header presence" >&5
3639echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
3640cat >conftest.$ac_ext <<_ACEOF
3641/* confdefs.h.  */
3642_ACEOF
3643cat confdefs.h >>conftest.$ac_ext
3644cat >>conftest.$ac_ext <<_ACEOF
3645/* end confdefs.h.  */
3646#include <$ac_header>
3647_ACEOF
3648if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3649  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3650  ac_status=$?
3651  grep -v '^ *+' conftest.er1 >conftest.err
3652  rm -f conftest.er1
3653  cat conftest.err >&5
3654  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3655  (exit $ac_status); } >/dev/null; then
3656  if test -s conftest.err; then
3657    ac_cpp_err=$ac_c_preproc_warn_flag
3658    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3659  else
3660    ac_cpp_err=
3661  fi
3662else
3663  ac_cpp_err=yes
3664fi
3665if test -z "$ac_cpp_err"; then
3666  ac_header_preproc=yes
3667else
3668  echo "$as_me: failed program was:" >&5
3669sed 's/^/| /' conftest.$ac_ext >&5
3670
3671  ac_header_preproc=no
3672fi
3673rm -f conftest.err conftest.$ac_ext
3674echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
3675echo "${ECHO_T}$ac_header_preproc" >&6
3676
3677# So?  What about this header?
3678case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
3679  yes:no: )
3680    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3681echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3682    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
3683echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
3684    ac_header_preproc=yes
3685    ;;
3686  no:yes:* )
3687    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
3688echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
3689    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
3690echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
3691    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
3692echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
3693    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
3694echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
3695    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
3696echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
3697    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
3698echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
3699    (
3700      cat <<\_ASBOX
3701## ------------------------------------------ ##
3702## Report this to the AC_PACKAGE_NAME lists.  ##
3703## ------------------------------------------ ##
3704_ASBOX
3705    ) |
3706      sed "s/^/$as_me: WARNING:     /" >&2
3707    ;;
3708esac
3709echo "$as_me:$LINENO: checking for $ac_header" >&5
3710echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3711if eval "test \"\${$as_ac_Header+set}\" = set"; then
3712  echo $ECHO_N "(cached) $ECHO_C" >&6
3713else
3714  eval "$as_ac_Header=\$ac_header_preproc"
3715fi
3716echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3717echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3718
3719fi
3720if test `eval echo '${'$as_ac_Header'}'` = yes; then
3721  cat >>confdefs.h <<_ACEOF
3722#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3723_ACEOF
3724
3725fi
3726
3727done
3728
3729
3730
3731
3732
3733for ac_func in getrusage time sigaction __setfpucw
3734do
3735as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3736echo "$as_me:$LINENO: checking for $ac_func" >&5
3737echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3738if eval "test \"\${$as_ac_var+set}\" = set"; then
3739  echo $ECHO_N "(cached) $ECHO_C" >&6
3740else
3741  cat >conftest.$ac_ext <<_ACEOF
3742/* confdefs.h.  */
3743_ACEOF
3744cat confdefs.h >>conftest.$ac_ext
3745cat >>conftest.$ac_ext <<_ACEOF
3746/* end confdefs.h.  */
3747/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3748   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3749#define $ac_func innocuous_$ac_func
3750
3751/* System header to define __stub macros and hopefully few prototypes,
3752    which can conflict with char $ac_func (); below.
3753    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3754    <limits.h> exists even on freestanding compilers.  */
3755
3756#ifdef __STDC__
3757# include <limits.h>
3758#else
3759# include <assert.h>
3760#endif
3761
3762#undef $ac_func
3763
3764/* Override any gcc2 internal prototype to avoid an error.  */
3765#ifdef __cplusplus
3766extern "C"
3767{
3768#endif
3769/* We use char because int might match the return type of a gcc2
3770   builtin and then its argument prototype would still apply.  */
3771char $ac_func ();
3772/* The GNU C library defines this for functions which it implements
3773    to always fail with ENOSYS.  Some functions are actually named
3774    something starting with __ and the normal name is an alias.  */
3775#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3776choke me
3777#else
3778char (*f) () = $ac_func;
3779#endif
3780#ifdef __cplusplus
3781}
3782#endif
3783
3784int
3785main ()
3786{
3787return f != $ac_func;
3788  ;
3789  return 0;
3790}
3791_ACEOF
3792rm -f conftest.$ac_objext conftest$ac_exeext
3793if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3794  (eval $ac_link) 2>conftest.er1
3795  ac_status=$?
3796  grep -v '^ *+' conftest.er1 >conftest.err
3797  rm -f conftest.er1
3798  cat conftest.err >&5
3799  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800  (exit $ac_status); } &&
3801	 { ac_try='test -z "$ac_c_werror_flag"
3802			 || test ! -s conftest.err'
3803  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3804  (eval $ac_try) 2>&5
3805  ac_status=$?
3806  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3807  (exit $ac_status); }; } &&
3808	 { ac_try='test -s conftest$ac_exeext'
3809  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3810  (eval $ac_try) 2>&5
3811  ac_status=$?
3812  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3813  (exit $ac_status); }; }; then
3814  eval "$as_ac_var=yes"
3815else
3816  echo "$as_me: failed program was:" >&5
3817sed 's/^/| /' conftest.$ac_ext >&5
3818
3819eval "$as_ac_var=no"
3820fi
3821rm -f conftest.err conftest.$ac_objext \
3822      conftest$ac_exeext conftest.$ac_ext
3823fi
3824echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3825echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3826if test `eval echo '${'$as_ac_var'}'` = yes; then
3827  cat >>confdefs.h <<_ACEOF
3828#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3829_ACEOF
3830
3831fi
3832done
3833
3834
3835# Check for socket libraries
3836
3837echo "$as_me:$LINENO: checking for bind in -lsocket" >&5
3838echo $ECHO_N "checking for bind in -lsocket... $ECHO_C" >&6
3839if test "${ac_cv_lib_socket_bind+set}" = set; then
3840  echo $ECHO_N "(cached) $ECHO_C" >&6
3841else
3842  ac_check_lib_save_LIBS=$LIBS
3843LIBS="-lsocket  $LIBS"
3844cat >conftest.$ac_ext <<_ACEOF
3845/* confdefs.h.  */
3846_ACEOF
3847cat confdefs.h >>conftest.$ac_ext
3848cat >>conftest.$ac_ext <<_ACEOF
3849/* end confdefs.h.  */
3850
3851/* Override any gcc2 internal prototype to avoid an error.  */
3852#ifdef __cplusplus
3853extern "C"
3854#endif
3855/* We use char because int might match the return type of a gcc2
3856   builtin and then its argument prototype would still apply.  */
3857char bind ();
3858int
3859main ()
3860{
3861bind ();
3862  ;
3863  return 0;
3864}
3865_ACEOF
3866rm -f conftest.$ac_objext conftest$ac_exeext
3867if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3868  (eval $ac_link) 2>conftest.er1
3869  ac_status=$?
3870  grep -v '^ *+' conftest.er1 >conftest.err
3871  rm -f conftest.er1
3872  cat conftest.err >&5
3873  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3874  (exit $ac_status); } &&
3875	 { ac_try='test -z "$ac_c_werror_flag"
3876			 || test ! -s conftest.err'
3877  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3878  (eval $ac_try) 2>&5
3879  ac_status=$?
3880  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881  (exit $ac_status); }; } &&
3882	 { ac_try='test -s conftest$ac_exeext'
3883  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3884  (eval $ac_try) 2>&5
3885  ac_status=$?
3886  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3887  (exit $ac_status); }; }; then
3888  ac_cv_lib_socket_bind=yes
3889else
3890  echo "$as_me: failed program was:" >&5
3891sed 's/^/| /' conftest.$ac_ext >&5
3892
3893ac_cv_lib_socket_bind=no
3894fi
3895rm -f conftest.err conftest.$ac_objext \
3896      conftest$ac_exeext conftest.$ac_ext
3897LIBS=$ac_check_lib_save_LIBS
3898fi
3899echo "$as_me:$LINENO: result: $ac_cv_lib_socket_bind" >&5
3900echo "${ECHO_T}$ac_cv_lib_socket_bind" >&6
3901if test $ac_cv_lib_socket_bind = yes; then
3902  cat >>confdefs.h <<_ACEOF
3903#define HAVE_LIBSOCKET 1
3904_ACEOF
3905
3906  LIBS="-lsocket $LIBS"
3907
3908fi
3909
3910
3911echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
3912echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
3913if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
3914  echo $ECHO_N "(cached) $ECHO_C" >&6
3915else
3916  ac_check_lib_save_LIBS=$LIBS
3917LIBS="-lnsl  $LIBS"
3918cat >conftest.$ac_ext <<_ACEOF
3919/* confdefs.h.  */
3920_ACEOF
3921cat confdefs.h >>conftest.$ac_ext
3922cat >>conftest.$ac_ext <<_ACEOF
3923/* end confdefs.h.  */
3924
3925/* Override any gcc2 internal prototype to avoid an error.  */
3926#ifdef __cplusplus
3927extern "C"
3928#endif
3929/* We use char because int might match the return type of a gcc2
3930   builtin and then its argument prototype would still apply.  */
3931char gethostbyname ();
3932int
3933main ()
3934{
3935gethostbyname ();
3936  ;
3937  return 0;
3938}
3939_ACEOF
3940rm -f conftest.$ac_objext conftest$ac_exeext
3941if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3942  (eval $ac_link) 2>conftest.er1
3943  ac_status=$?
3944  grep -v '^ *+' conftest.er1 >conftest.err
3945  rm -f conftest.er1
3946  cat conftest.err >&5
3947  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3948  (exit $ac_status); } &&
3949	 { ac_try='test -z "$ac_c_werror_flag"
3950			 || test ! -s conftest.err'
3951  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3952  (eval $ac_try) 2>&5
3953  ac_status=$?
3954  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3955  (exit $ac_status); }; } &&
3956	 { ac_try='test -s conftest$ac_exeext'
3957  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3958  (eval $ac_try) 2>&5
3959  ac_status=$?
3960  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3961  (exit $ac_status); }; }; then
3962  ac_cv_lib_nsl_gethostbyname=yes
3963else
3964  echo "$as_me: failed program was:" >&5
3965sed 's/^/| /' conftest.$ac_ext >&5
3966
3967ac_cv_lib_nsl_gethostbyname=no
3968fi
3969rm -f conftest.err conftest.$ac_objext \
3970      conftest$ac_exeext conftest.$ac_ext
3971LIBS=$ac_check_lib_save_LIBS
3972fi
3973echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
3974echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
3975if test $ac_cv_lib_nsl_gethostbyname = yes; then
3976  cat >>confdefs.h <<_ACEOF
3977#define HAVE_LIBNSL 1
3978_ACEOF
3979
3980  LIBS="-lnsl $LIBS"
3981
3982fi
3983
3984
3985. ${srcdir}/../../bfd/configure.host
3986
3987
3988
3989USE_MAINTAINER_MODE=no
3990# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3991if test "${enable_maintainer_mode+set}" = set; then
3992  enableval="$enable_maintainer_mode"
3993  case "${enableval}" in
3994  yes)	MAINT="" USE_MAINTAINER_MODE=yes ;;
3995  no)	MAINT="#" ;;
3996  *)	{ { echo "$as_me:$LINENO: error: \"--enable-maintainer-mode does not take a value\"" >&5
3997echo "$as_me: error: \"--enable-maintainer-mode does not take a value\"" >&2;}
3998   { (exit 1); exit 1; }; }; MAINT="#" ;;
3999esac
4000if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
4001  echo "Setting maintainer mode" 6>&1
4002fi
4003else
4004  MAINT="#"
4005fi;
4006
4007
4008# Check whether --enable-sim-bswap or --disable-sim-bswap was given.
4009if test "${enable_sim_bswap+set}" = set; then
4010  enableval="$enable_sim_bswap"
4011  case "${enableval}" in
4012  yes)	sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
4013  no)	sim_bswap="-DWITH_BSWAP=0";;
4014  *)	{ { echo "$as_me:$LINENO: error: \"--enable-sim-bswap does not take a value\"" >&5
4015echo "$as_me: error: \"--enable-sim-bswap does not take a value\"" >&2;}
4016   { (exit 1); exit 1; }; }; sim_bswap="";;
4017esac
4018if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
4019  echo "Setting bswap flags = $sim_bswap" 6>&1
4020fi
4021else
4022  sim_bswap=""
4023fi;
4024
4025
4026# Check whether --enable-sim-cflags or --disable-sim-cflags was given.
4027if test "${enable_sim_cflags+set}" = set; then
4028  enableval="$enable_sim_cflags"
4029  case "${enableval}" in
4030  yes)	 sim_cflags="-O2 -fomit-frame-pointer";;
4031  trace) { { echo "$as_me:$LINENO: error: \"Please use --enable-sim-debug instead.\"" >&5
4032echo "$as_me: error: \"Please use --enable-sim-debug instead.\"" >&2;}
4033   { (exit 1); exit 1; }; }; sim_cflags="";;
4034  no)	 sim_cflags="";;
4035  *)	 sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4036esac
4037if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
4038  echo "Setting sim cflags = $sim_cflags" 6>&1
4039fi
4040else
4041  sim_cflags=""
4042fi;
4043
4044
4045# Check whether --enable-sim-debug or --disable-sim-debug was given.
4046if test "${enable_sim_debug+set}" = set; then
4047  enableval="$enable_sim_debug"
4048  case "${enableval}" in
4049  yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
4050  no)  sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
4051  *)   sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
4052esac
4053if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
4054  echo "Setting sim debug = $sim_debug" 6>&1
4055fi
4056else
4057  sim_debug=""
4058fi;
4059
4060
4061# Check whether --enable-sim-stdio or --disable-sim-stdio was given.
4062if test "${enable_sim_stdio+set}" = set; then
4063  enableval="$enable_sim_stdio"
4064  case "${enableval}" in
4065  yes)	sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
4066  no)	sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
4067  *)	{ { echo "$as_me:$LINENO: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&5
4068echo "$as_me: error: \"Unknown value $enableval passed to --enable-sim-stdio\"" >&2;}
4069   { (exit 1); exit 1; }; }; sim_stdio="";;
4070esac
4071if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
4072  echo "Setting stdio flags = $sim_stdio" 6>&1
4073fi
4074else
4075  sim_stdio=""
4076fi;
4077
4078
4079# Check whether --enable-sim-trace or --disable-sim-trace was given.
4080if test "${enable_sim_trace+set}" = set; then
4081  enableval="$enable_sim_trace"
4082  case "${enableval}" in
4083  yes)	sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4084  no)	sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4085  [-0-9]*)
4086	sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4087  [a-z]*)
4088	sim_trace=""
4089	for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4090	  if test x"$sim_trace" = x; then
4091	    sim_trace="-DWITH_TRACE='(TRACE_$x"
4092	  else
4093	    sim_trace="${sim_trace}|TRACE_$x"
4094	  fi
4095	done
4096	sim_trace="$sim_trace)'" ;;
4097esac
4098if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
4099  echo "Setting sim trace = $sim_trace" 6>&1
4100fi
4101else
4102  sim_trace=""
4103fi;
4104
4105
4106# Check whether --enable-sim-profile or --disable-sim-profile was given.
4107if test "${enable_sim_profile+set}" = set; then
4108  enableval="$enable_sim_profile"
4109  case "${enableval}" in
4110  yes)	sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
4111  no)	sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
4112  [-0-9]*)
4113	sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
4114  [a-z]*)
4115	sim_profile=""
4116	for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4117	  if test x"$sim_profile" = x; then
4118	    sim_profile="-DWITH_PROFILE='(PROFILE_$x"
4119	  else
4120	    sim_profile="${sim_profile}|PROFILE_$x"
4121	  fi
4122	done
4123	sim_profile="$sim_profile)'" ;;
4124esac
4125if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
4126  echo "Setting sim profile = $sim_profile" 6>&1
4127fi
4128else
4129  sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
4130fi;
4131
4132
4133echo "$as_me:$LINENO: checking return type of signal handlers" >&5
4134echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4135if test "${ac_cv_type_signal+set}" = set; then
4136  echo $ECHO_N "(cached) $ECHO_C" >&6
4137else
4138  cat >conftest.$ac_ext <<_ACEOF
4139/* confdefs.h.  */
4140_ACEOF
4141cat confdefs.h >>conftest.$ac_ext
4142cat >>conftest.$ac_ext <<_ACEOF
4143/* end confdefs.h.  */
4144#include <sys/types.h>
4145#include <signal.h>
4146#ifdef signal
4147# undef signal
4148#endif
4149#ifdef __cplusplus
4150extern "C" void (*signal (int, void (*)(int)))(int);
4151#else
4152void (*signal ()) ();
4153#endif
4154
4155int
4156main ()
4157{
4158int i;
4159  ;
4160  return 0;
4161}
4162_ACEOF
4163rm -f conftest.$ac_objext
4164if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4165  (eval $ac_compile) 2>conftest.er1
4166  ac_status=$?
4167  grep -v '^ *+' conftest.er1 >conftest.err
4168  rm -f conftest.er1
4169  cat conftest.err >&5
4170  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171  (exit $ac_status); } &&
4172	 { ac_try='test -z "$ac_c_werror_flag"
4173			 || test ! -s conftest.err'
4174  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4175  (eval $ac_try) 2>&5
4176  ac_status=$?
4177  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4178  (exit $ac_status); }; } &&
4179	 { ac_try='test -s conftest.$ac_objext'
4180  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4181  (eval $ac_try) 2>&5
4182  ac_status=$?
4183  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4184  (exit $ac_status); }; }; then
4185  ac_cv_type_signal=void
4186else
4187  echo "$as_me: failed program was:" >&5
4188sed 's/^/| /' conftest.$ac_ext >&5
4189
4190ac_cv_type_signal=int
4191fi
4192rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4193fi
4194echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
4195echo "${ECHO_T}$ac_cv_type_signal" >&6
4196
4197cat >>confdefs.h <<_ACEOF
4198#define RETSIGTYPE $ac_cv_type_signal
4199_ACEOF
4200
4201
4202
4203
4204
4205sim_link_files=
4206sim_link_links=
4207
4208sim_link_links=tconfig.h
4209if test -f ${srcdir}/tconfig.in
4210then
4211  sim_link_files=tconfig.in
4212else
4213  sim_link_files=../common/tconfig.in
4214fi
4215
4216# targ-vals.def points to the libc macro description file.
4217case "${target}" in
4218*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
4219esac
4220sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
4221sim_link_links="${sim_link_links} targ-vals.def"
4222
4223
4224# Put a useful copy of CPP_FOR_TARGET in Makefile.
4225# This is only used to build the target values header files.  These files are
4226# shipped with distributions so CPP_FOR_TARGET only needs to work in
4227# developer's trees.  This value is borrowed from ../../Makefile.in.
4228CPP_FOR_TARGET="\` \
4229  if test -f \$\${rootme}/../../gcc/Makefile ; then \
4230    if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
4231      echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
4232    else \
4233      echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
4234    fi; \
4235  else \
4236    if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
4237      echo \$(CC); \
4238    else \
4239      t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
4240    fi; \
4241  fi\` -E"
4242
4243
4244# Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
4245if test x"${host}" = x"${target}" ; then
4246	TARGET_SUBDIR="."
4247else
4248	TARGET_SUBDIR=${target_alias}
4249fi
4250
4251
4252# These aren't all needed yet, but will be eventually.
4253
4254
4255
4256
4257
4258
4259
4260for ac_header in stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h
4261do
4262as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4263if eval "test \"\${$as_ac_Header+set}\" = set"; then
4264  echo "$as_me:$LINENO: checking for $ac_header" >&5
4265echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4266if eval "test \"\${$as_ac_Header+set}\" = set"; then
4267  echo $ECHO_N "(cached) $ECHO_C" >&6
4268fi
4269echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4270echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4271else
4272  # Is the header compilable?
4273echo "$as_me:$LINENO: checking $ac_header usability" >&5
4274echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4275cat >conftest.$ac_ext <<_ACEOF
4276/* confdefs.h.  */
4277_ACEOF
4278cat confdefs.h >>conftest.$ac_ext
4279cat >>conftest.$ac_ext <<_ACEOF
4280/* end confdefs.h.  */
4281$ac_includes_default
4282#include <$ac_header>
4283_ACEOF
4284rm -f conftest.$ac_objext
4285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4286  (eval $ac_compile) 2>conftest.er1
4287  ac_status=$?
4288  grep -v '^ *+' conftest.er1 >conftest.err
4289  rm -f conftest.er1
4290  cat conftest.err >&5
4291  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4292  (exit $ac_status); } &&
4293	 { ac_try='test -z "$ac_c_werror_flag"
4294			 || test ! -s conftest.err'
4295  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4296  (eval $ac_try) 2>&5
4297  ac_status=$?
4298  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299  (exit $ac_status); }; } &&
4300	 { ac_try='test -s conftest.$ac_objext'
4301  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4302  (eval $ac_try) 2>&5
4303  ac_status=$?
4304  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4305  (exit $ac_status); }; }; then
4306  ac_header_compiler=yes
4307else
4308  echo "$as_me: failed program was:" >&5
4309sed 's/^/| /' conftest.$ac_ext >&5
4310
4311ac_header_compiler=no
4312fi
4313rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4314echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4315echo "${ECHO_T}$ac_header_compiler" >&6
4316
4317# Is the header present?
4318echo "$as_me:$LINENO: checking $ac_header presence" >&5
4319echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4320cat >conftest.$ac_ext <<_ACEOF
4321/* confdefs.h.  */
4322_ACEOF
4323cat confdefs.h >>conftest.$ac_ext
4324cat >>conftest.$ac_ext <<_ACEOF
4325/* end confdefs.h.  */
4326#include <$ac_header>
4327_ACEOF
4328if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4329  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4330  ac_status=$?
4331  grep -v '^ *+' conftest.er1 >conftest.err
4332  rm -f conftest.er1
4333  cat conftest.err >&5
4334  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4335  (exit $ac_status); } >/dev/null; then
4336  if test -s conftest.err; then
4337    ac_cpp_err=$ac_c_preproc_warn_flag
4338    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4339  else
4340    ac_cpp_err=
4341  fi
4342else
4343  ac_cpp_err=yes
4344fi
4345if test -z "$ac_cpp_err"; then
4346  ac_header_preproc=yes
4347else
4348  echo "$as_me: failed program was:" >&5
4349sed 's/^/| /' conftest.$ac_ext >&5
4350
4351  ac_header_preproc=no
4352fi
4353rm -f conftest.err conftest.$ac_ext
4354echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4355echo "${ECHO_T}$ac_header_preproc" >&6
4356
4357# So?  What about this header?
4358case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4359  yes:no: )
4360    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4361echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4362    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4363echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4364    ac_header_preproc=yes
4365    ;;
4366  no:yes:* )
4367    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4368echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4369    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4370echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4371    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4372echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4373    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
4374echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
4375    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4376echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4377    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4378echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4379    (
4380      cat <<\_ASBOX
4381## ------------------------------------------ ##
4382## Report this to the AC_PACKAGE_NAME lists.  ##
4383## ------------------------------------------ ##
4384_ASBOX
4385    ) |
4386      sed "s/^/$as_me: WARNING:     /" >&2
4387    ;;
4388esac
4389echo "$as_me:$LINENO: checking for $ac_header" >&5
4390echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4391if eval "test \"\${$as_ac_Header+set}\" = set"; then
4392  echo $ECHO_N "(cached) $ECHO_C" >&6
4393else
4394  eval "$as_ac_Header=\$ac_header_preproc"
4395fi
4396echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4397echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4398
4399fi
4400if test `eval echo '${'$as_ac_Header'}'` = yes; then
4401  cat >>confdefs.h <<_ACEOF
4402#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4403_ACEOF
4404
4405fi
4406
4407done
4408
4409
4410
4411
4412
4413
4414for ac_func in mmap munmap lstat truncate ftruncate
4415do
4416as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4417echo "$as_me:$LINENO: checking for $ac_func" >&5
4418echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4419if eval "test \"\${$as_ac_var+set}\" = set"; then
4420  echo $ECHO_N "(cached) $ECHO_C" >&6
4421else
4422  cat >conftest.$ac_ext <<_ACEOF
4423/* confdefs.h.  */
4424_ACEOF
4425cat confdefs.h >>conftest.$ac_ext
4426cat >>conftest.$ac_ext <<_ACEOF
4427/* end confdefs.h.  */
4428/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
4429   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4430#define $ac_func innocuous_$ac_func
4431
4432/* System header to define __stub macros and hopefully few prototypes,
4433    which can conflict with char $ac_func (); below.
4434    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4435    <limits.h> exists even on freestanding compilers.  */
4436
4437#ifdef __STDC__
4438# include <limits.h>
4439#else
4440# include <assert.h>
4441#endif
4442
4443#undef $ac_func
4444
4445/* Override any gcc2 internal prototype to avoid an error.  */
4446#ifdef __cplusplus
4447extern "C"
4448{
4449#endif
4450/* We use char because int might match the return type of a gcc2
4451   builtin and then its argument prototype would still apply.  */
4452char $ac_func ();
4453/* The GNU C library defines this for functions which it implements
4454    to always fail with ENOSYS.  Some functions are actually named
4455    something starting with __ and the normal name is an alias.  */
4456#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4457choke me
4458#else
4459char (*f) () = $ac_func;
4460#endif
4461#ifdef __cplusplus
4462}
4463#endif
4464
4465int
4466main ()
4467{
4468return f != $ac_func;
4469  ;
4470  return 0;
4471}
4472_ACEOF
4473rm -f conftest.$ac_objext conftest$ac_exeext
4474if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4475  (eval $ac_link) 2>conftest.er1
4476  ac_status=$?
4477  grep -v '^ *+' conftest.er1 >conftest.err
4478  rm -f conftest.er1
4479  cat conftest.err >&5
4480  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4481  (exit $ac_status); } &&
4482	 { ac_try='test -z "$ac_c_werror_flag"
4483			 || test ! -s conftest.err'
4484  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4485  (eval $ac_try) 2>&5
4486  ac_status=$?
4487  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4488  (exit $ac_status); }; } &&
4489	 { ac_try='test -s conftest$ac_exeext'
4490  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4491  (eval $ac_try) 2>&5
4492  ac_status=$?
4493  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4494  (exit $ac_status); }; }; then
4495  eval "$as_ac_var=yes"
4496else
4497  echo "$as_me: failed program was:" >&5
4498sed 's/^/| /' conftest.$ac_ext >&5
4499
4500eval "$as_ac_var=no"
4501fi
4502rm -f conftest.err conftest.$ac_objext \
4503      conftest$ac_exeext conftest.$ac_ext
4504fi
4505echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4506echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4507if test `eval echo '${'$as_ac_var'}'` = yes; then
4508  cat >>confdefs.h <<_ACEOF
4509#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4510_ACEOF
4511
4512fi
4513done
4514
4515echo "$as_me:$LINENO: checking for struct stat.st_dev" >&5
4516echo $ECHO_N "checking for struct stat.st_dev... $ECHO_C" >&6
4517if test "${ac_struct_stat_st_dev+set}" = set; then
4518  echo $ECHO_N "(cached) $ECHO_C" >&6
4519else
4520  ac_struct_stat_st_dev=no;
4521cat >conftest.$ac_ext <<_ACEOF
4522/* confdefs.h.  */
4523_ACEOF
4524cat confdefs.h >>conftest.$ac_ext
4525cat >>conftest.$ac_ext <<_ACEOF
4526/* end confdefs.h.  */
4527#ifdef HAVE_SYS_TYPES_H
4528#include <sys/types.h>
4529#endif
4530#ifdef HAVE_SYS_STAT_H
4531#include <sys/stat.h>
4532#endif
4533int
4534main ()
4535{
4536
4537static struct stat ac_aggr;
4538if (ac_aggr.st_dev)
4539return 0;
4540  ;
4541  return 0;
4542}
4543_ACEOF
4544rm -f conftest.$ac_objext
4545if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4546  (eval $ac_compile) 2>conftest.er1
4547  ac_status=$?
4548  grep -v '^ *+' conftest.er1 >conftest.err
4549  rm -f conftest.er1
4550  cat conftest.err >&5
4551  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4552  (exit $ac_status); } &&
4553	 { ac_try='test -z "$ac_c_werror_flag"
4554			 || test ! -s conftest.err'
4555  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4556  (eval $ac_try) 2>&5
4557  ac_status=$?
4558  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4559  (exit $ac_status); }; } &&
4560	 { ac_try='test -s conftest.$ac_objext'
4561  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4562  (eval $ac_try) 2>&5
4563  ac_status=$?
4564  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4565  (exit $ac_status); }; }; then
4566  ac_struct_stat_st_dev=yes;
4567else
4568  echo "$as_me: failed program was:" >&5
4569sed 's/^/| /' conftest.$ac_ext >&5
4570
4571cat >conftest.$ac_ext <<_ACEOF
4572/* confdefs.h.  */
4573_ACEOF
4574cat confdefs.h >>conftest.$ac_ext
4575cat >>conftest.$ac_ext <<_ACEOF
4576/* end confdefs.h.  */
4577#ifdef HAVE_SYS_TYPES_H
4578#include <sys/types.h>
4579#endif
4580#ifdef HAVE_SYS_STAT_H
4581#include <sys/stat.h>
4582#endif
4583int
4584main ()
4585{
4586
4587static struct stat ac_aggr;
4588if (sizeof ac_aggr.st_dev)
4589return 0;
4590  ;
4591  return 0;
4592}
4593_ACEOF
4594rm -f conftest.$ac_objext
4595if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4596  (eval $ac_compile) 2>conftest.er1
4597  ac_status=$?
4598  grep -v '^ *+' conftest.er1 >conftest.err
4599  rm -f conftest.er1
4600  cat conftest.err >&5
4601  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4602  (exit $ac_status); } &&
4603	 { ac_try='test -z "$ac_c_werror_flag"
4604			 || test ! -s conftest.err'
4605  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4606  (eval $ac_try) 2>&5
4607  ac_status=$?
4608  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4609  (exit $ac_status); }; } &&
4610	 { ac_try='test -s conftest.$ac_objext'
4611  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4612  (eval $ac_try) 2>&5
4613  ac_status=$?
4614  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615  (exit $ac_status); }; }; then
4616  ac_struct_stat_st_dev=yes;
4617else
4618  echo "$as_me: failed program was:" >&5
4619sed 's/^/| /' conftest.$ac_ext >&5
4620
4621ac_struct_stat_st_dev=no;
4622fi
4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4624fi
4625rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4626if test $ac_struct_stat_st_dev = yes; then :;
4627cat >>confdefs.h <<_ACEOF
4628#define HAVE_STRUCT_STAT_ST_DEV 1
4629_ACEOF
4630
4631else :;
4632fi
4633fi
4634echo "$as_me:$LINENO: result: $ac_struct_stat_st_dev" >&5
4635echo "${ECHO_T}$ac_struct_stat_st_dev" >&6
4636
4637echo "$as_me:$LINENO: checking for struct stat.st_ino" >&5
4638echo $ECHO_N "checking for struct stat.st_ino... $ECHO_C" >&6
4639if test "${ac_struct_stat_st_ino+set}" = set; then
4640  echo $ECHO_N "(cached) $ECHO_C" >&6
4641else
4642  ac_struct_stat_st_ino=no;
4643cat >conftest.$ac_ext <<_ACEOF
4644/* confdefs.h.  */
4645_ACEOF
4646cat confdefs.h >>conftest.$ac_ext
4647cat >>conftest.$ac_ext <<_ACEOF
4648/* end confdefs.h.  */
4649#ifdef HAVE_SYS_TYPES_H
4650#include <sys/types.h>
4651#endif
4652#ifdef HAVE_SYS_STAT_H
4653#include <sys/stat.h>
4654#endif
4655int
4656main ()
4657{
4658
4659static struct stat ac_aggr;
4660if (ac_aggr.st_ino)
4661return 0;
4662  ;
4663  return 0;
4664}
4665_ACEOF
4666rm -f conftest.$ac_objext
4667if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4668  (eval $ac_compile) 2>conftest.er1
4669  ac_status=$?
4670  grep -v '^ *+' conftest.er1 >conftest.err
4671  rm -f conftest.er1
4672  cat conftest.err >&5
4673  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674  (exit $ac_status); } &&
4675	 { ac_try='test -z "$ac_c_werror_flag"
4676			 || test ! -s conftest.err'
4677  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4678  (eval $ac_try) 2>&5
4679  ac_status=$?
4680  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681  (exit $ac_status); }; } &&
4682	 { ac_try='test -s conftest.$ac_objext'
4683  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4684  (eval $ac_try) 2>&5
4685  ac_status=$?
4686  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4687  (exit $ac_status); }; }; then
4688  ac_struct_stat_st_ino=yes;
4689else
4690  echo "$as_me: failed program was:" >&5
4691sed 's/^/| /' conftest.$ac_ext >&5
4692
4693cat >conftest.$ac_ext <<_ACEOF
4694/* confdefs.h.  */
4695_ACEOF
4696cat confdefs.h >>conftest.$ac_ext
4697cat >>conftest.$ac_ext <<_ACEOF
4698/* end confdefs.h.  */
4699#ifdef HAVE_SYS_TYPES_H
4700#include <sys/types.h>
4701#endif
4702#ifdef HAVE_SYS_STAT_H
4703#include <sys/stat.h>
4704#endif
4705int
4706main ()
4707{
4708
4709static struct stat ac_aggr;
4710if (sizeof ac_aggr.st_ino)
4711return 0;
4712  ;
4713  return 0;
4714}
4715_ACEOF
4716rm -f conftest.$ac_objext
4717if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4718  (eval $ac_compile) 2>conftest.er1
4719  ac_status=$?
4720  grep -v '^ *+' conftest.er1 >conftest.err
4721  rm -f conftest.er1
4722  cat conftest.err >&5
4723  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4724  (exit $ac_status); } &&
4725	 { ac_try='test -z "$ac_c_werror_flag"
4726			 || test ! -s conftest.err'
4727  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4728  (eval $ac_try) 2>&5
4729  ac_status=$?
4730  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4731  (exit $ac_status); }; } &&
4732	 { ac_try='test -s conftest.$ac_objext'
4733  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4734  (eval $ac_try) 2>&5
4735  ac_status=$?
4736  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4737  (exit $ac_status); }; }; then
4738  ac_struct_stat_st_ino=yes;
4739else
4740  echo "$as_me: failed program was:" >&5
4741sed 's/^/| /' conftest.$ac_ext >&5
4742
4743ac_struct_stat_st_ino=no;
4744fi
4745rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4746fi
4747rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4748if test $ac_struct_stat_st_ino = yes; then :;
4749cat >>confdefs.h <<_ACEOF
4750#define HAVE_STRUCT_STAT_ST_INO 1
4751_ACEOF
4752
4753else :;
4754fi
4755fi
4756echo "$as_me:$LINENO: result: $ac_struct_stat_st_ino" >&5
4757echo "${ECHO_T}$ac_struct_stat_st_ino" >&6
4758
4759echo "$as_me:$LINENO: checking for struct stat.st_mode" >&5
4760echo $ECHO_N "checking for struct stat.st_mode... $ECHO_C" >&6
4761if test "${ac_struct_stat_st_mode+set}" = set; then
4762  echo $ECHO_N "(cached) $ECHO_C" >&6
4763else
4764  ac_struct_stat_st_mode=no;
4765cat >conftest.$ac_ext <<_ACEOF
4766/* confdefs.h.  */
4767_ACEOF
4768cat confdefs.h >>conftest.$ac_ext
4769cat >>conftest.$ac_ext <<_ACEOF
4770/* end confdefs.h.  */
4771#ifdef HAVE_SYS_TYPES_H
4772#include <sys/types.h>
4773#endif
4774#ifdef HAVE_SYS_STAT_H
4775#include <sys/stat.h>
4776#endif
4777int
4778main ()
4779{
4780
4781static struct stat ac_aggr;
4782if (ac_aggr.st_mode)
4783return 0;
4784  ;
4785  return 0;
4786}
4787_ACEOF
4788rm -f conftest.$ac_objext
4789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4790  (eval $ac_compile) 2>conftest.er1
4791  ac_status=$?
4792  grep -v '^ *+' conftest.er1 >conftest.err
4793  rm -f conftest.er1
4794  cat conftest.err >&5
4795  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4796  (exit $ac_status); } &&
4797	 { ac_try='test -z "$ac_c_werror_flag"
4798			 || test ! -s conftest.err'
4799  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4800  (eval $ac_try) 2>&5
4801  ac_status=$?
4802  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4803  (exit $ac_status); }; } &&
4804	 { ac_try='test -s conftest.$ac_objext'
4805  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4806  (eval $ac_try) 2>&5
4807  ac_status=$?
4808  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809  (exit $ac_status); }; }; then
4810  ac_struct_stat_st_mode=yes;
4811else
4812  echo "$as_me: failed program was:" >&5
4813sed 's/^/| /' conftest.$ac_ext >&5
4814
4815cat >conftest.$ac_ext <<_ACEOF
4816/* confdefs.h.  */
4817_ACEOF
4818cat confdefs.h >>conftest.$ac_ext
4819cat >>conftest.$ac_ext <<_ACEOF
4820/* end confdefs.h.  */
4821#ifdef HAVE_SYS_TYPES_H
4822#include <sys/types.h>
4823#endif
4824#ifdef HAVE_SYS_STAT_H
4825#include <sys/stat.h>
4826#endif
4827int
4828main ()
4829{
4830
4831static struct stat ac_aggr;
4832if (sizeof ac_aggr.st_mode)
4833return 0;
4834  ;
4835  return 0;
4836}
4837_ACEOF
4838rm -f conftest.$ac_objext
4839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4840  (eval $ac_compile) 2>conftest.er1
4841  ac_status=$?
4842  grep -v '^ *+' conftest.er1 >conftest.err
4843  rm -f conftest.er1
4844  cat conftest.err >&5
4845  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4846  (exit $ac_status); } &&
4847	 { ac_try='test -z "$ac_c_werror_flag"
4848			 || test ! -s conftest.err'
4849  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4850  (eval $ac_try) 2>&5
4851  ac_status=$?
4852  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4853  (exit $ac_status); }; } &&
4854	 { ac_try='test -s conftest.$ac_objext'
4855  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4856  (eval $ac_try) 2>&5
4857  ac_status=$?
4858  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4859  (exit $ac_status); }; }; then
4860  ac_struct_stat_st_mode=yes;
4861else
4862  echo "$as_me: failed program was:" >&5
4863sed 's/^/| /' conftest.$ac_ext >&5
4864
4865ac_struct_stat_st_mode=no;
4866fi
4867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4868fi
4869rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4870if test $ac_struct_stat_st_mode = yes; then :;
4871cat >>confdefs.h <<_ACEOF
4872#define HAVE_STRUCT_STAT_ST_MODE 1
4873_ACEOF
4874
4875else :;
4876fi
4877fi
4878echo "$as_me:$LINENO: result: $ac_struct_stat_st_mode" >&5
4879echo "${ECHO_T}$ac_struct_stat_st_mode" >&6
4880
4881echo "$as_me:$LINENO: checking for struct stat.st_nlink" >&5
4882echo $ECHO_N "checking for struct stat.st_nlink... $ECHO_C" >&6
4883if test "${ac_struct_stat_st_nlink+set}" = set; then
4884  echo $ECHO_N "(cached) $ECHO_C" >&6
4885else
4886  ac_struct_stat_st_nlink=no;
4887cat >conftest.$ac_ext <<_ACEOF
4888/* confdefs.h.  */
4889_ACEOF
4890cat confdefs.h >>conftest.$ac_ext
4891cat >>conftest.$ac_ext <<_ACEOF
4892/* end confdefs.h.  */
4893#ifdef HAVE_SYS_TYPES_H
4894#include <sys/types.h>
4895#endif
4896#ifdef HAVE_SYS_STAT_H
4897#include <sys/stat.h>
4898#endif
4899int
4900main ()
4901{
4902
4903static struct stat ac_aggr;
4904if (ac_aggr.st_nlink)
4905return 0;
4906  ;
4907  return 0;
4908}
4909_ACEOF
4910rm -f conftest.$ac_objext
4911if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4912  (eval $ac_compile) 2>conftest.er1
4913  ac_status=$?
4914  grep -v '^ *+' conftest.er1 >conftest.err
4915  rm -f conftest.er1
4916  cat conftest.err >&5
4917  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4918  (exit $ac_status); } &&
4919	 { ac_try='test -z "$ac_c_werror_flag"
4920			 || test ! -s conftest.err'
4921  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4922  (eval $ac_try) 2>&5
4923  ac_status=$?
4924  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4925  (exit $ac_status); }; } &&
4926	 { ac_try='test -s conftest.$ac_objext'
4927  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4928  (eval $ac_try) 2>&5
4929  ac_status=$?
4930  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4931  (exit $ac_status); }; }; then
4932  ac_struct_stat_st_nlink=yes;
4933else
4934  echo "$as_me: failed program was:" >&5
4935sed 's/^/| /' conftest.$ac_ext >&5
4936
4937cat >conftest.$ac_ext <<_ACEOF
4938/* confdefs.h.  */
4939_ACEOF
4940cat confdefs.h >>conftest.$ac_ext
4941cat >>conftest.$ac_ext <<_ACEOF
4942/* end confdefs.h.  */
4943#ifdef HAVE_SYS_TYPES_H
4944#include <sys/types.h>
4945#endif
4946#ifdef HAVE_SYS_STAT_H
4947#include <sys/stat.h>
4948#endif
4949int
4950main ()
4951{
4952
4953static struct stat ac_aggr;
4954if (sizeof ac_aggr.st_nlink)
4955return 0;
4956  ;
4957  return 0;
4958}
4959_ACEOF
4960rm -f conftest.$ac_objext
4961if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4962  (eval $ac_compile) 2>conftest.er1
4963  ac_status=$?
4964  grep -v '^ *+' conftest.er1 >conftest.err
4965  rm -f conftest.er1
4966  cat conftest.err >&5
4967  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4968  (exit $ac_status); } &&
4969	 { ac_try='test -z "$ac_c_werror_flag"
4970			 || test ! -s conftest.err'
4971  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4972  (eval $ac_try) 2>&5
4973  ac_status=$?
4974  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4975  (exit $ac_status); }; } &&
4976	 { ac_try='test -s conftest.$ac_objext'
4977  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4978  (eval $ac_try) 2>&5
4979  ac_status=$?
4980  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4981  (exit $ac_status); }; }; then
4982  ac_struct_stat_st_nlink=yes;
4983else
4984  echo "$as_me: failed program was:" >&5
4985sed 's/^/| /' conftest.$ac_ext >&5
4986
4987ac_struct_stat_st_nlink=no;
4988fi
4989rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4990fi
4991rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4992if test $ac_struct_stat_st_nlink = yes; then :;
4993cat >>confdefs.h <<_ACEOF
4994#define HAVE_STRUCT_STAT_ST_NLINK 1
4995_ACEOF
4996
4997else :;
4998fi
4999fi
5000echo "$as_me:$LINENO: result: $ac_struct_stat_st_nlink" >&5
5001echo "${ECHO_T}$ac_struct_stat_st_nlink" >&6
5002
5003echo "$as_me:$LINENO: checking for struct stat.st_uid" >&5
5004echo $ECHO_N "checking for struct stat.st_uid... $ECHO_C" >&6
5005if test "${ac_struct_stat_st_uid+set}" = set; then
5006  echo $ECHO_N "(cached) $ECHO_C" >&6
5007else
5008  ac_struct_stat_st_uid=no;
5009cat >conftest.$ac_ext <<_ACEOF
5010/* confdefs.h.  */
5011_ACEOF
5012cat confdefs.h >>conftest.$ac_ext
5013cat >>conftest.$ac_ext <<_ACEOF
5014/* end confdefs.h.  */
5015#ifdef HAVE_SYS_TYPES_H
5016#include <sys/types.h>
5017#endif
5018#ifdef HAVE_SYS_STAT_H
5019#include <sys/stat.h>
5020#endif
5021int
5022main ()
5023{
5024
5025static struct stat ac_aggr;
5026if (ac_aggr.st_uid)
5027return 0;
5028  ;
5029  return 0;
5030}
5031_ACEOF
5032rm -f conftest.$ac_objext
5033if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5034  (eval $ac_compile) 2>conftest.er1
5035  ac_status=$?
5036  grep -v '^ *+' conftest.er1 >conftest.err
5037  rm -f conftest.er1
5038  cat conftest.err >&5
5039  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040  (exit $ac_status); } &&
5041	 { ac_try='test -z "$ac_c_werror_flag"
5042			 || test ! -s conftest.err'
5043  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5044  (eval $ac_try) 2>&5
5045  ac_status=$?
5046  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5047  (exit $ac_status); }; } &&
5048	 { ac_try='test -s conftest.$ac_objext'
5049  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5050  (eval $ac_try) 2>&5
5051  ac_status=$?
5052  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053  (exit $ac_status); }; }; then
5054  ac_struct_stat_st_uid=yes;
5055else
5056  echo "$as_me: failed program was:" >&5
5057sed 's/^/| /' conftest.$ac_ext >&5
5058
5059cat >conftest.$ac_ext <<_ACEOF
5060/* confdefs.h.  */
5061_ACEOF
5062cat confdefs.h >>conftest.$ac_ext
5063cat >>conftest.$ac_ext <<_ACEOF
5064/* end confdefs.h.  */
5065#ifdef HAVE_SYS_TYPES_H
5066#include <sys/types.h>
5067#endif
5068#ifdef HAVE_SYS_STAT_H
5069#include <sys/stat.h>
5070#endif
5071int
5072main ()
5073{
5074
5075static struct stat ac_aggr;
5076if (sizeof ac_aggr.st_uid)
5077return 0;
5078  ;
5079  return 0;
5080}
5081_ACEOF
5082rm -f conftest.$ac_objext
5083if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5084  (eval $ac_compile) 2>conftest.er1
5085  ac_status=$?
5086  grep -v '^ *+' conftest.er1 >conftest.err
5087  rm -f conftest.er1
5088  cat conftest.err >&5
5089  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5090  (exit $ac_status); } &&
5091	 { ac_try='test -z "$ac_c_werror_flag"
5092			 || test ! -s conftest.err'
5093  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5094  (eval $ac_try) 2>&5
5095  ac_status=$?
5096  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097  (exit $ac_status); }; } &&
5098	 { ac_try='test -s conftest.$ac_objext'
5099  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5100  (eval $ac_try) 2>&5
5101  ac_status=$?
5102  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103  (exit $ac_status); }; }; then
5104  ac_struct_stat_st_uid=yes;
5105else
5106  echo "$as_me: failed program was:" >&5
5107sed 's/^/| /' conftest.$ac_ext >&5
5108
5109ac_struct_stat_st_uid=no;
5110fi
5111rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5112fi
5113rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5114if test $ac_struct_stat_st_uid = yes; then :;
5115cat >>confdefs.h <<_ACEOF
5116#define HAVE_STRUCT_STAT_ST_UID 1
5117_ACEOF
5118
5119else :;
5120fi
5121fi
5122echo "$as_me:$LINENO: result: $ac_struct_stat_st_uid" >&5
5123echo "${ECHO_T}$ac_struct_stat_st_uid" >&6
5124
5125echo "$as_me:$LINENO: checking for struct stat.st_gid" >&5
5126echo $ECHO_N "checking for struct stat.st_gid... $ECHO_C" >&6
5127if test "${ac_struct_stat_st_gid+set}" = set; then
5128  echo $ECHO_N "(cached) $ECHO_C" >&6
5129else
5130  ac_struct_stat_st_gid=no;
5131cat >conftest.$ac_ext <<_ACEOF
5132/* confdefs.h.  */
5133_ACEOF
5134cat confdefs.h >>conftest.$ac_ext
5135cat >>conftest.$ac_ext <<_ACEOF
5136/* end confdefs.h.  */
5137#ifdef HAVE_SYS_TYPES_H
5138#include <sys/types.h>
5139#endif
5140#ifdef HAVE_SYS_STAT_H
5141#include <sys/stat.h>
5142#endif
5143int
5144main ()
5145{
5146
5147static struct stat ac_aggr;
5148if (ac_aggr.st_gid)
5149return 0;
5150  ;
5151  return 0;
5152}
5153_ACEOF
5154rm -f conftest.$ac_objext
5155if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5156  (eval $ac_compile) 2>conftest.er1
5157  ac_status=$?
5158  grep -v '^ *+' conftest.er1 >conftest.err
5159  rm -f conftest.er1
5160  cat conftest.err >&5
5161  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5162  (exit $ac_status); } &&
5163	 { ac_try='test -z "$ac_c_werror_flag"
5164			 || test ! -s conftest.err'
5165  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5166  (eval $ac_try) 2>&5
5167  ac_status=$?
5168  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5169  (exit $ac_status); }; } &&
5170	 { ac_try='test -s conftest.$ac_objext'
5171  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5172  (eval $ac_try) 2>&5
5173  ac_status=$?
5174  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175  (exit $ac_status); }; }; then
5176  ac_struct_stat_st_gid=yes;
5177else
5178  echo "$as_me: failed program was:" >&5
5179sed 's/^/| /' conftest.$ac_ext >&5
5180
5181cat >conftest.$ac_ext <<_ACEOF
5182/* confdefs.h.  */
5183_ACEOF
5184cat confdefs.h >>conftest.$ac_ext
5185cat >>conftest.$ac_ext <<_ACEOF
5186/* end confdefs.h.  */
5187#ifdef HAVE_SYS_TYPES_H
5188#include <sys/types.h>
5189#endif
5190#ifdef HAVE_SYS_STAT_H
5191#include <sys/stat.h>
5192#endif
5193int
5194main ()
5195{
5196
5197static struct stat ac_aggr;
5198if (sizeof ac_aggr.st_gid)
5199return 0;
5200  ;
5201  return 0;
5202}
5203_ACEOF
5204rm -f conftest.$ac_objext
5205if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5206  (eval $ac_compile) 2>conftest.er1
5207  ac_status=$?
5208  grep -v '^ *+' conftest.er1 >conftest.err
5209  rm -f conftest.er1
5210  cat conftest.err >&5
5211  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5212  (exit $ac_status); } &&
5213	 { ac_try='test -z "$ac_c_werror_flag"
5214			 || test ! -s conftest.err'
5215  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5216  (eval $ac_try) 2>&5
5217  ac_status=$?
5218  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219  (exit $ac_status); }; } &&
5220	 { ac_try='test -s conftest.$ac_objext'
5221  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5222  (eval $ac_try) 2>&5
5223  ac_status=$?
5224  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5225  (exit $ac_status); }; }; then
5226  ac_struct_stat_st_gid=yes;
5227else
5228  echo "$as_me: failed program was:" >&5
5229sed 's/^/| /' conftest.$ac_ext >&5
5230
5231ac_struct_stat_st_gid=no;
5232fi
5233rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5234fi
5235rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5236if test $ac_struct_stat_st_gid = yes; then :;
5237cat >>confdefs.h <<_ACEOF
5238#define HAVE_STRUCT_STAT_ST_GID 1
5239_ACEOF
5240
5241else :;
5242fi
5243fi
5244echo "$as_me:$LINENO: result: $ac_struct_stat_st_gid" >&5
5245echo "${ECHO_T}$ac_struct_stat_st_gid" >&6
5246
5247echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
5248echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6
5249if test "${ac_struct_stat_st_rdev+set}" = set; then
5250  echo $ECHO_N "(cached) $ECHO_C" >&6
5251else
5252  ac_struct_stat_st_rdev=no;
5253cat >conftest.$ac_ext <<_ACEOF
5254/* confdefs.h.  */
5255_ACEOF
5256cat confdefs.h >>conftest.$ac_ext
5257cat >>conftest.$ac_ext <<_ACEOF
5258/* end confdefs.h.  */
5259#ifdef HAVE_SYS_TYPES_H
5260#include <sys/types.h>
5261#endif
5262#ifdef HAVE_SYS_STAT_H
5263#include <sys/stat.h>
5264#endif
5265int
5266main ()
5267{
5268
5269static struct stat ac_aggr;
5270if (ac_aggr.st_rdev)
5271return 0;
5272  ;
5273  return 0;
5274}
5275_ACEOF
5276rm -f conftest.$ac_objext
5277if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5278  (eval $ac_compile) 2>conftest.er1
5279  ac_status=$?
5280  grep -v '^ *+' conftest.er1 >conftest.err
5281  rm -f conftest.er1
5282  cat conftest.err >&5
5283  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5284  (exit $ac_status); } &&
5285	 { ac_try='test -z "$ac_c_werror_flag"
5286			 || test ! -s conftest.err'
5287  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5288  (eval $ac_try) 2>&5
5289  ac_status=$?
5290  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5291  (exit $ac_status); }; } &&
5292	 { ac_try='test -s conftest.$ac_objext'
5293  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5294  (eval $ac_try) 2>&5
5295  ac_status=$?
5296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5297  (exit $ac_status); }; }; then
5298  ac_struct_stat_st_rdev=yes;
5299else
5300  echo "$as_me: failed program was:" >&5
5301sed 's/^/| /' conftest.$ac_ext >&5
5302
5303cat >conftest.$ac_ext <<_ACEOF
5304/* confdefs.h.  */
5305_ACEOF
5306cat confdefs.h >>conftest.$ac_ext
5307cat >>conftest.$ac_ext <<_ACEOF
5308/* end confdefs.h.  */
5309#ifdef HAVE_SYS_TYPES_H
5310#include <sys/types.h>
5311#endif
5312#ifdef HAVE_SYS_STAT_H
5313#include <sys/stat.h>
5314#endif
5315int
5316main ()
5317{
5318
5319static struct stat ac_aggr;
5320if (sizeof ac_aggr.st_rdev)
5321return 0;
5322  ;
5323  return 0;
5324}
5325_ACEOF
5326rm -f conftest.$ac_objext
5327if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5328  (eval $ac_compile) 2>conftest.er1
5329  ac_status=$?
5330  grep -v '^ *+' conftest.er1 >conftest.err
5331  rm -f conftest.er1
5332  cat conftest.err >&5
5333  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334  (exit $ac_status); } &&
5335	 { ac_try='test -z "$ac_c_werror_flag"
5336			 || test ! -s conftest.err'
5337  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5338  (eval $ac_try) 2>&5
5339  ac_status=$?
5340  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341  (exit $ac_status); }; } &&
5342	 { ac_try='test -s conftest.$ac_objext'
5343  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5344  (eval $ac_try) 2>&5
5345  ac_status=$?
5346  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5347  (exit $ac_status); }; }; then
5348  ac_struct_stat_st_rdev=yes;
5349else
5350  echo "$as_me: failed program was:" >&5
5351sed 's/^/| /' conftest.$ac_ext >&5
5352
5353ac_struct_stat_st_rdev=no;
5354fi
5355rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5356fi
5357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5358if test $ac_struct_stat_st_rdev = yes; then :;
5359cat >>confdefs.h <<_ACEOF
5360#define HAVE_STRUCT_STAT_ST_RDEV 1
5361_ACEOF
5362
5363else :;
5364fi
5365fi
5366echo "$as_me:$LINENO: result: $ac_struct_stat_st_rdev" >&5
5367echo "${ECHO_T}$ac_struct_stat_st_rdev" >&6
5368
5369echo "$as_me:$LINENO: checking for struct stat.st_size" >&5
5370echo $ECHO_N "checking for struct stat.st_size... $ECHO_C" >&6
5371if test "${ac_struct_stat_st_size+set}" = set; then
5372  echo $ECHO_N "(cached) $ECHO_C" >&6
5373else
5374  ac_struct_stat_st_size=no;
5375cat >conftest.$ac_ext <<_ACEOF
5376/* confdefs.h.  */
5377_ACEOF
5378cat confdefs.h >>conftest.$ac_ext
5379cat >>conftest.$ac_ext <<_ACEOF
5380/* end confdefs.h.  */
5381#ifdef HAVE_SYS_TYPES_H
5382#include <sys/types.h>
5383#endif
5384#ifdef HAVE_SYS_STAT_H
5385#include <sys/stat.h>
5386#endif
5387int
5388main ()
5389{
5390
5391static struct stat ac_aggr;
5392if (ac_aggr.st_size)
5393return 0;
5394  ;
5395  return 0;
5396}
5397_ACEOF
5398rm -f conftest.$ac_objext
5399if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5400  (eval $ac_compile) 2>conftest.er1
5401  ac_status=$?
5402  grep -v '^ *+' conftest.er1 >conftest.err
5403  rm -f conftest.er1
5404  cat conftest.err >&5
5405  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5406  (exit $ac_status); } &&
5407	 { ac_try='test -z "$ac_c_werror_flag"
5408			 || test ! -s conftest.err'
5409  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5410  (eval $ac_try) 2>&5
5411  ac_status=$?
5412  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5413  (exit $ac_status); }; } &&
5414	 { ac_try='test -s conftest.$ac_objext'
5415  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5416  (eval $ac_try) 2>&5
5417  ac_status=$?
5418  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5419  (exit $ac_status); }; }; then
5420  ac_struct_stat_st_size=yes;
5421else
5422  echo "$as_me: failed program was:" >&5
5423sed 's/^/| /' conftest.$ac_ext >&5
5424
5425cat >conftest.$ac_ext <<_ACEOF
5426/* confdefs.h.  */
5427_ACEOF
5428cat confdefs.h >>conftest.$ac_ext
5429cat >>conftest.$ac_ext <<_ACEOF
5430/* end confdefs.h.  */
5431#ifdef HAVE_SYS_TYPES_H
5432#include <sys/types.h>
5433#endif
5434#ifdef HAVE_SYS_STAT_H
5435#include <sys/stat.h>
5436#endif
5437int
5438main ()
5439{
5440
5441static struct stat ac_aggr;
5442if (sizeof ac_aggr.st_size)
5443return 0;
5444  ;
5445  return 0;
5446}
5447_ACEOF
5448rm -f conftest.$ac_objext
5449if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5450  (eval $ac_compile) 2>conftest.er1
5451  ac_status=$?
5452  grep -v '^ *+' conftest.er1 >conftest.err
5453  rm -f conftest.er1
5454  cat conftest.err >&5
5455  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5456  (exit $ac_status); } &&
5457	 { ac_try='test -z "$ac_c_werror_flag"
5458			 || test ! -s conftest.err'
5459  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5460  (eval $ac_try) 2>&5
5461  ac_status=$?
5462  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5463  (exit $ac_status); }; } &&
5464	 { ac_try='test -s conftest.$ac_objext'
5465  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5466  (eval $ac_try) 2>&5
5467  ac_status=$?
5468  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5469  (exit $ac_status); }; }; then
5470  ac_struct_stat_st_size=yes;
5471else
5472  echo "$as_me: failed program was:" >&5
5473sed 's/^/| /' conftest.$ac_ext >&5
5474
5475ac_struct_stat_st_size=no;
5476fi
5477rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5478fi
5479rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5480if test $ac_struct_stat_st_size = yes; then :;
5481cat >>confdefs.h <<_ACEOF
5482#define HAVE_STRUCT_STAT_ST_SIZE 1
5483_ACEOF
5484
5485else :;
5486fi
5487fi
5488echo "$as_me:$LINENO: result: $ac_struct_stat_st_size" >&5
5489echo "${ECHO_T}$ac_struct_stat_st_size" >&6
5490
5491echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
5492echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
5493if test "${ac_struct_stat_st_blksize+set}" = set; then
5494  echo $ECHO_N "(cached) $ECHO_C" >&6
5495else
5496  ac_struct_stat_st_blksize=no;
5497cat >conftest.$ac_ext <<_ACEOF
5498/* confdefs.h.  */
5499_ACEOF
5500cat confdefs.h >>conftest.$ac_ext
5501cat >>conftest.$ac_ext <<_ACEOF
5502/* end confdefs.h.  */
5503#ifdef HAVE_SYS_TYPES_H
5504#include <sys/types.h>
5505#endif
5506#ifdef HAVE_SYS_STAT_H
5507#include <sys/stat.h>
5508#endif
5509int
5510main ()
5511{
5512
5513static struct stat ac_aggr;
5514if (ac_aggr.st_blksize)
5515return 0;
5516  ;
5517  return 0;
5518}
5519_ACEOF
5520rm -f conftest.$ac_objext
5521if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5522  (eval $ac_compile) 2>conftest.er1
5523  ac_status=$?
5524  grep -v '^ *+' conftest.er1 >conftest.err
5525  rm -f conftest.er1
5526  cat conftest.err >&5
5527  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5528  (exit $ac_status); } &&
5529	 { ac_try='test -z "$ac_c_werror_flag"
5530			 || test ! -s conftest.err'
5531  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5532  (eval $ac_try) 2>&5
5533  ac_status=$?
5534  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5535  (exit $ac_status); }; } &&
5536	 { ac_try='test -s conftest.$ac_objext'
5537  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5538  (eval $ac_try) 2>&5
5539  ac_status=$?
5540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541  (exit $ac_status); }; }; then
5542  ac_struct_stat_st_blksize=yes;
5543else
5544  echo "$as_me: failed program was:" >&5
5545sed 's/^/| /' conftest.$ac_ext >&5
5546
5547cat >conftest.$ac_ext <<_ACEOF
5548/* confdefs.h.  */
5549_ACEOF
5550cat confdefs.h >>conftest.$ac_ext
5551cat >>conftest.$ac_ext <<_ACEOF
5552/* end confdefs.h.  */
5553#ifdef HAVE_SYS_TYPES_H
5554#include <sys/types.h>
5555#endif
5556#ifdef HAVE_SYS_STAT_H
5557#include <sys/stat.h>
5558#endif
5559int
5560main ()
5561{
5562
5563static struct stat ac_aggr;
5564if (sizeof ac_aggr.st_blksize)
5565return 0;
5566  ;
5567  return 0;
5568}
5569_ACEOF
5570rm -f conftest.$ac_objext
5571if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5572  (eval $ac_compile) 2>conftest.er1
5573  ac_status=$?
5574  grep -v '^ *+' conftest.er1 >conftest.err
5575  rm -f conftest.er1
5576  cat conftest.err >&5
5577  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5578  (exit $ac_status); } &&
5579	 { ac_try='test -z "$ac_c_werror_flag"
5580			 || test ! -s conftest.err'
5581  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5582  (eval $ac_try) 2>&5
5583  ac_status=$?
5584  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5585  (exit $ac_status); }; } &&
5586	 { ac_try='test -s conftest.$ac_objext'
5587  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5588  (eval $ac_try) 2>&5
5589  ac_status=$?
5590  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5591  (exit $ac_status); }; }; then
5592  ac_struct_stat_st_blksize=yes;
5593else
5594  echo "$as_me: failed program was:" >&5
5595sed 's/^/| /' conftest.$ac_ext >&5
5596
5597ac_struct_stat_st_blksize=no;
5598fi
5599rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5600fi
5601rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5602if test $ac_struct_stat_st_blksize = yes; then :;
5603cat >>confdefs.h <<_ACEOF
5604#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5605_ACEOF
5606
5607else :;
5608fi
5609fi
5610echo "$as_me:$LINENO: result: $ac_struct_stat_st_blksize" >&5
5611echo "${ECHO_T}$ac_struct_stat_st_blksize" >&6
5612
5613echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
5614echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
5615if test "${ac_struct_stat_st_blocks+set}" = set; then
5616  echo $ECHO_N "(cached) $ECHO_C" >&6
5617else
5618  ac_struct_stat_st_blocks=no;
5619cat >conftest.$ac_ext <<_ACEOF
5620/* confdefs.h.  */
5621_ACEOF
5622cat confdefs.h >>conftest.$ac_ext
5623cat >>conftest.$ac_ext <<_ACEOF
5624/* end confdefs.h.  */
5625#ifdef HAVE_SYS_TYPES_H
5626#include <sys/types.h>
5627#endif
5628#ifdef HAVE_SYS_STAT_H
5629#include <sys/stat.h>
5630#endif
5631int
5632main ()
5633{
5634
5635static struct stat ac_aggr;
5636if (ac_aggr.st_blocks)
5637return 0;
5638  ;
5639  return 0;
5640}
5641_ACEOF
5642rm -f conftest.$ac_objext
5643if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5644  (eval $ac_compile) 2>conftest.er1
5645  ac_status=$?
5646  grep -v '^ *+' conftest.er1 >conftest.err
5647  rm -f conftest.er1
5648  cat conftest.err >&5
5649  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5650  (exit $ac_status); } &&
5651	 { ac_try='test -z "$ac_c_werror_flag"
5652			 || test ! -s conftest.err'
5653  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5654  (eval $ac_try) 2>&5
5655  ac_status=$?
5656  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5657  (exit $ac_status); }; } &&
5658	 { ac_try='test -s conftest.$ac_objext'
5659  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5660  (eval $ac_try) 2>&5
5661  ac_status=$?
5662  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5663  (exit $ac_status); }; }; then
5664  ac_struct_stat_st_blocks=yes;
5665else
5666  echo "$as_me: failed program was:" >&5
5667sed 's/^/| /' conftest.$ac_ext >&5
5668
5669cat >conftest.$ac_ext <<_ACEOF
5670/* confdefs.h.  */
5671_ACEOF
5672cat confdefs.h >>conftest.$ac_ext
5673cat >>conftest.$ac_ext <<_ACEOF
5674/* end confdefs.h.  */
5675#ifdef HAVE_SYS_TYPES_H
5676#include <sys/types.h>
5677#endif
5678#ifdef HAVE_SYS_STAT_H
5679#include <sys/stat.h>
5680#endif
5681int
5682main ()
5683{
5684
5685static struct stat ac_aggr;
5686if (sizeof ac_aggr.st_blocks)
5687return 0;
5688  ;
5689  return 0;
5690}
5691_ACEOF
5692rm -f conftest.$ac_objext
5693if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5694  (eval $ac_compile) 2>conftest.er1
5695  ac_status=$?
5696  grep -v '^ *+' conftest.er1 >conftest.err
5697  rm -f conftest.er1
5698  cat conftest.err >&5
5699  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5700  (exit $ac_status); } &&
5701	 { ac_try='test -z "$ac_c_werror_flag"
5702			 || test ! -s conftest.err'
5703  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5704  (eval $ac_try) 2>&5
5705  ac_status=$?
5706  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5707  (exit $ac_status); }; } &&
5708	 { ac_try='test -s conftest.$ac_objext'
5709  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5710  (eval $ac_try) 2>&5
5711  ac_status=$?
5712  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5713  (exit $ac_status); }; }; then
5714  ac_struct_stat_st_blocks=yes;
5715else
5716  echo "$as_me: failed program was:" >&5
5717sed 's/^/| /' conftest.$ac_ext >&5
5718
5719ac_struct_stat_st_blocks=no;
5720fi
5721rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5722fi
5723rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5724if test $ac_struct_stat_st_blocks = yes; then :;
5725cat >>confdefs.h <<_ACEOF
5726#define HAVE_STRUCT_STAT_ST_BLOCKS 1
5727_ACEOF
5728
5729else :;
5730fi
5731fi
5732echo "$as_me:$LINENO: result: $ac_struct_stat_st_blocks" >&5
5733echo "${ECHO_T}$ac_struct_stat_st_blocks" >&6
5734
5735echo "$as_me:$LINENO: checking for struct stat.st_atime" >&5
5736echo $ECHO_N "checking for struct stat.st_atime... $ECHO_C" >&6
5737if test "${ac_struct_stat_st_atime+set}" = set; then
5738  echo $ECHO_N "(cached) $ECHO_C" >&6
5739else
5740  ac_struct_stat_st_atime=no;
5741cat >conftest.$ac_ext <<_ACEOF
5742/* confdefs.h.  */
5743_ACEOF
5744cat confdefs.h >>conftest.$ac_ext
5745cat >>conftest.$ac_ext <<_ACEOF
5746/* end confdefs.h.  */
5747#ifdef HAVE_SYS_TYPES_H
5748#include <sys/types.h>
5749#endif
5750#ifdef HAVE_SYS_STAT_H
5751#include <sys/stat.h>
5752#endif
5753int
5754main ()
5755{
5756
5757static struct stat ac_aggr;
5758if (ac_aggr.st_atime)
5759return 0;
5760  ;
5761  return 0;
5762}
5763_ACEOF
5764rm -f conftest.$ac_objext
5765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5766  (eval $ac_compile) 2>conftest.er1
5767  ac_status=$?
5768  grep -v '^ *+' conftest.er1 >conftest.err
5769  rm -f conftest.er1
5770  cat conftest.err >&5
5771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5772  (exit $ac_status); } &&
5773	 { ac_try='test -z "$ac_c_werror_flag"
5774			 || test ! -s conftest.err'
5775  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5776  (eval $ac_try) 2>&5
5777  ac_status=$?
5778  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5779  (exit $ac_status); }; } &&
5780	 { ac_try='test -s conftest.$ac_objext'
5781  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5782  (eval $ac_try) 2>&5
5783  ac_status=$?
5784  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5785  (exit $ac_status); }; }; then
5786  ac_struct_stat_st_atime=yes;
5787else
5788  echo "$as_me: failed program was:" >&5
5789sed 's/^/| /' conftest.$ac_ext >&5
5790
5791cat >conftest.$ac_ext <<_ACEOF
5792/* confdefs.h.  */
5793_ACEOF
5794cat confdefs.h >>conftest.$ac_ext
5795cat >>conftest.$ac_ext <<_ACEOF
5796/* end confdefs.h.  */
5797#ifdef HAVE_SYS_TYPES_H
5798#include <sys/types.h>
5799#endif
5800#ifdef HAVE_SYS_STAT_H
5801#include <sys/stat.h>
5802#endif
5803int
5804main ()
5805{
5806
5807static struct stat ac_aggr;
5808if (sizeof ac_aggr.st_atime)
5809return 0;
5810  ;
5811  return 0;
5812}
5813_ACEOF
5814rm -f conftest.$ac_objext
5815if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5816  (eval $ac_compile) 2>conftest.er1
5817  ac_status=$?
5818  grep -v '^ *+' conftest.er1 >conftest.err
5819  rm -f conftest.er1
5820  cat conftest.err >&5
5821  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5822  (exit $ac_status); } &&
5823	 { ac_try='test -z "$ac_c_werror_flag"
5824			 || test ! -s conftest.err'
5825  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5826  (eval $ac_try) 2>&5
5827  ac_status=$?
5828  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5829  (exit $ac_status); }; } &&
5830	 { ac_try='test -s conftest.$ac_objext'
5831  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5832  (eval $ac_try) 2>&5
5833  ac_status=$?
5834  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5835  (exit $ac_status); }; }; then
5836  ac_struct_stat_st_atime=yes;
5837else
5838  echo "$as_me: failed program was:" >&5
5839sed 's/^/| /' conftest.$ac_ext >&5
5840
5841ac_struct_stat_st_atime=no;
5842fi
5843rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5844fi
5845rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5846if test $ac_struct_stat_st_atime = yes; then :;
5847cat >>confdefs.h <<_ACEOF
5848#define HAVE_STRUCT_STAT_ST_ATIME 1
5849_ACEOF
5850
5851else :;
5852fi
5853fi
5854echo "$as_me:$LINENO: result: $ac_struct_stat_st_atime" >&5
5855echo "${ECHO_T}$ac_struct_stat_st_atime" >&6
5856
5857echo "$as_me:$LINENO: checking for struct stat.st_mtime" >&5
5858echo $ECHO_N "checking for struct stat.st_mtime... $ECHO_C" >&6
5859if test "${ac_struct_stat_st_mtime+set}" = set; then
5860  echo $ECHO_N "(cached) $ECHO_C" >&6
5861else
5862  ac_struct_stat_st_mtime=no;
5863cat >conftest.$ac_ext <<_ACEOF
5864/* confdefs.h.  */
5865_ACEOF
5866cat confdefs.h >>conftest.$ac_ext
5867cat >>conftest.$ac_ext <<_ACEOF
5868/* end confdefs.h.  */
5869#ifdef HAVE_SYS_TYPES_H
5870#include <sys/types.h>
5871#endif
5872#ifdef HAVE_SYS_STAT_H
5873#include <sys/stat.h>
5874#endif
5875int
5876main ()
5877{
5878
5879static struct stat ac_aggr;
5880if (ac_aggr.st_mtime)
5881return 0;
5882  ;
5883  return 0;
5884}
5885_ACEOF
5886rm -f conftest.$ac_objext
5887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5888  (eval $ac_compile) 2>conftest.er1
5889  ac_status=$?
5890  grep -v '^ *+' conftest.er1 >conftest.err
5891  rm -f conftest.er1
5892  cat conftest.err >&5
5893  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5894  (exit $ac_status); } &&
5895	 { ac_try='test -z "$ac_c_werror_flag"
5896			 || test ! -s conftest.err'
5897  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5898  (eval $ac_try) 2>&5
5899  ac_status=$?
5900  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5901  (exit $ac_status); }; } &&
5902	 { ac_try='test -s conftest.$ac_objext'
5903  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5904  (eval $ac_try) 2>&5
5905  ac_status=$?
5906  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907  (exit $ac_status); }; }; then
5908  ac_struct_stat_st_mtime=yes;
5909else
5910  echo "$as_me: failed program was:" >&5
5911sed 's/^/| /' conftest.$ac_ext >&5
5912
5913cat >conftest.$ac_ext <<_ACEOF
5914/* confdefs.h.  */
5915_ACEOF
5916cat confdefs.h >>conftest.$ac_ext
5917cat >>conftest.$ac_ext <<_ACEOF
5918/* end confdefs.h.  */
5919#ifdef HAVE_SYS_TYPES_H
5920#include <sys/types.h>
5921#endif
5922#ifdef HAVE_SYS_STAT_H
5923#include <sys/stat.h>
5924#endif
5925int
5926main ()
5927{
5928
5929static struct stat ac_aggr;
5930if (sizeof ac_aggr.st_mtime)
5931return 0;
5932  ;
5933  return 0;
5934}
5935_ACEOF
5936rm -f conftest.$ac_objext
5937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5938  (eval $ac_compile) 2>conftest.er1
5939  ac_status=$?
5940  grep -v '^ *+' conftest.er1 >conftest.err
5941  rm -f conftest.er1
5942  cat conftest.err >&5
5943  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944  (exit $ac_status); } &&
5945	 { ac_try='test -z "$ac_c_werror_flag"
5946			 || test ! -s conftest.err'
5947  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5948  (eval $ac_try) 2>&5
5949  ac_status=$?
5950  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5951  (exit $ac_status); }; } &&
5952	 { ac_try='test -s conftest.$ac_objext'
5953  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5954  (eval $ac_try) 2>&5
5955  ac_status=$?
5956  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5957  (exit $ac_status); }; }; then
5958  ac_struct_stat_st_mtime=yes;
5959else
5960  echo "$as_me: failed program was:" >&5
5961sed 's/^/| /' conftest.$ac_ext >&5
5962
5963ac_struct_stat_st_mtime=no;
5964fi
5965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5966fi
5967rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5968if test $ac_struct_stat_st_mtime = yes; then :;
5969cat >>confdefs.h <<_ACEOF
5970#define HAVE_STRUCT_STAT_ST_MTIME 1
5971_ACEOF
5972
5973else :;
5974fi
5975fi
5976echo "$as_me:$LINENO: result: $ac_struct_stat_st_mtime" >&5
5977echo "${ECHO_T}$ac_struct_stat_st_mtime" >&6
5978
5979echo "$as_me:$LINENO: checking for struct stat.st_ctime" >&5
5980echo $ECHO_N "checking for struct stat.st_ctime... $ECHO_C" >&6
5981if test "${ac_struct_stat_st_ctime+set}" = set; then
5982  echo $ECHO_N "(cached) $ECHO_C" >&6
5983else
5984  ac_struct_stat_st_ctime=no;
5985cat >conftest.$ac_ext <<_ACEOF
5986/* confdefs.h.  */
5987_ACEOF
5988cat confdefs.h >>conftest.$ac_ext
5989cat >>conftest.$ac_ext <<_ACEOF
5990/* end confdefs.h.  */
5991#ifdef HAVE_SYS_TYPES_H
5992#include <sys/types.h>
5993#endif
5994#ifdef HAVE_SYS_STAT_H
5995#include <sys/stat.h>
5996#endif
5997int
5998main ()
5999{
6000
6001static struct stat ac_aggr;
6002if (ac_aggr.st_ctime)
6003return 0;
6004  ;
6005  return 0;
6006}
6007_ACEOF
6008rm -f conftest.$ac_objext
6009if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6010  (eval $ac_compile) 2>conftest.er1
6011  ac_status=$?
6012  grep -v '^ *+' conftest.er1 >conftest.err
6013  rm -f conftest.er1
6014  cat conftest.err >&5
6015  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6016  (exit $ac_status); } &&
6017	 { ac_try='test -z "$ac_c_werror_flag"
6018			 || test ! -s conftest.err'
6019  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6020  (eval $ac_try) 2>&5
6021  ac_status=$?
6022  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6023  (exit $ac_status); }; } &&
6024	 { ac_try='test -s conftest.$ac_objext'
6025  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6026  (eval $ac_try) 2>&5
6027  ac_status=$?
6028  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6029  (exit $ac_status); }; }; then
6030  ac_struct_stat_st_ctime=yes;
6031else
6032  echo "$as_me: failed program was:" >&5
6033sed 's/^/| /' conftest.$ac_ext >&5
6034
6035cat >conftest.$ac_ext <<_ACEOF
6036/* confdefs.h.  */
6037_ACEOF
6038cat confdefs.h >>conftest.$ac_ext
6039cat >>conftest.$ac_ext <<_ACEOF
6040/* end confdefs.h.  */
6041#ifdef HAVE_SYS_TYPES_H
6042#include <sys/types.h>
6043#endif
6044#ifdef HAVE_SYS_STAT_H
6045#include <sys/stat.h>
6046#endif
6047int
6048main ()
6049{
6050
6051static struct stat ac_aggr;
6052if (sizeof ac_aggr.st_ctime)
6053return 0;
6054  ;
6055  return 0;
6056}
6057_ACEOF
6058rm -f conftest.$ac_objext
6059if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6060  (eval $ac_compile) 2>conftest.er1
6061  ac_status=$?
6062  grep -v '^ *+' conftest.er1 >conftest.err
6063  rm -f conftest.er1
6064  cat conftest.err >&5
6065  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6066  (exit $ac_status); } &&
6067	 { ac_try='test -z "$ac_c_werror_flag"
6068			 || test ! -s conftest.err'
6069  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6070  (eval $ac_try) 2>&5
6071  ac_status=$?
6072  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6073  (exit $ac_status); }; } &&
6074	 { ac_try='test -s conftest.$ac_objext'
6075  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6076  (eval $ac_try) 2>&5
6077  ac_status=$?
6078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6079  (exit $ac_status); }; }; then
6080  ac_struct_stat_st_ctime=yes;
6081else
6082  echo "$as_me: failed program was:" >&5
6083sed 's/^/| /' conftest.$ac_ext >&5
6084
6085ac_struct_stat_st_ctime=no;
6086fi
6087rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6088fi
6089rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6090if test $ac_struct_stat_st_ctime = yes; then :;
6091cat >>confdefs.h <<_ACEOF
6092#define HAVE_STRUCT_STAT_ST_CTIME 1
6093_ACEOF
6094
6095else :;
6096fi
6097fi
6098echo "$as_me:$LINENO: result: $ac_struct_stat_st_ctime" >&5
6099echo "${ECHO_T}$ac_struct_stat_st_ctime" >&6
6100
6101          ac_config_files="$ac_config_files Makefile"
6102          ac_config_commands="$ac_config_commands default"
6103cat >confcache <<\_ACEOF
6104# This file is a shell script that caches the results of configure
6105# tests run on this system so they can be shared between configure
6106# scripts and configure runs, see configure's option --config-cache.
6107# It is not useful on other systems.  If it contains results you don't
6108# want to keep, you may remove or edit it.
6109#
6110# config.status only pays attention to the cache file if you give it
6111# the --recheck option to rerun configure.
6112#
6113# `ac_cv_env_foo' variables (set or unset) will be overridden when
6114# loading this file, other *unset* `ac_cv_foo' will be assigned the
6115# following values.
6116
6117_ACEOF
6118
6119# The following way of writing the cache mishandles newlines in values,
6120# but we know of no workaround that is simple, portable, and efficient.
6121# So, don't put newlines in cache variables' values.
6122# Ultrix sh set writes to stderr and can't be redirected directly,
6123# and sets the high bit in the cache file unless we assign to the vars.
6124{
6125  (set) 2>&1 |
6126    case `(ac_space=' '; set | grep ac_space) 2>&1` in
6127    *ac_space=\ *)
6128      # `set' does not quote correctly, so add quotes (double-quote
6129      # substitution turns \\\\ into \\, and sed turns \\ into \).
6130      sed -n \
6131	"s/'/'\\\\''/g;
6132	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6133      ;;
6134    *)
6135      # `set' quotes correctly as required by POSIX, so do not add quotes.
6136      sed -n \
6137	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6138      ;;
6139    esac;
6140} |
6141  sed '
6142     t clear
6143     : clear
6144     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6145     t end
6146     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6147     : end' >>confcache
6148if diff $cache_file confcache >/dev/null 2>&1; then :; else
6149  if test -w $cache_file; then
6150    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6151    cat confcache >$cache_file
6152  else
6153    echo "not updating unwritable cache $cache_file"
6154  fi
6155fi
6156rm -f confcache
6157
6158test "x$prefix" = xNONE && prefix=$ac_default_prefix
6159# Let make expand exec_prefix.
6160test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6161
6162# VPATH may cause trouble with some makes, so we remove $(srcdir),
6163# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6164# trailing colons and then remove the whole line if VPATH becomes empty
6165# (actually we leave an empty line to preserve line numbers).
6166if test "x$srcdir" = x.; then
6167  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
6168s/:*\$(srcdir):*/:/;
6169s/:*\${srcdir}:*/:/;
6170s/:*@srcdir@:*/:/;
6171s/^\([^=]*=[	 ]*\):*/\1/;
6172s/:*$//;
6173s/^[^=]*=[	 ]*$//;
6174}'
6175fi
6176
6177DEFS=-DHAVE_CONFIG_H
6178
6179ac_libobjs=
6180ac_ltlibobjs=
6181for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6182  # 1. Remove the extension, and $U if already installed.
6183  ac_i=`echo "$ac_i" |
6184	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6185  # 2. Add them.
6186  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
6187  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
6188done
6189LIBOBJS=$ac_libobjs
6190
6191LTLIBOBJS=$ac_ltlibobjs
6192
6193
6194
6195: ${CONFIG_STATUS=./config.status}
6196ac_clean_files_save=$ac_clean_files
6197ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6198{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6199echo "$as_me: creating $CONFIG_STATUS" >&6;}
6200cat >$CONFIG_STATUS <<_ACEOF
6201#! $SHELL
6202# Generated by $as_me.
6203# Run this file to recreate the current configuration.
6204# Compiler output produced by configure, useful for debugging
6205# configure, is in config.log if it exists.
6206
6207debug=false
6208ac_cs_recheck=false
6209ac_cs_silent=false
6210SHELL=\${CONFIG_SHELL-$SHELL}
6211_ACEOF
6212
6213cat >>$CONFIG_STATUS <<\_ACEOF
6214## --------------------- ##
6215## M4sh Initialization.  ##
6216## --------------------- ##
6217
6218# Be Bourne compatible
6219if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
6220  emulate sh
6221  NULLCMD=:
6222  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6223  # is contrary to our usage.  Disable this feature.
6224  alias -g '${1+"$@"}'='"$@"'
6225elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
6226  set -o posix
6227fi
6228DUALCASE=1; export DUALCASE # for MKS sh
6229
6230# Support unset when possible.
6231if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6232  as_unset=unset
6233else
6234  as_unset=false
6235fi
6236
6237
6238# Work around bugs in pre-3.0 UWIN ksh.
6239$as_unset ENV MAIL MAILPATH
6240PS1='$ '
6241PS2='> '
6242PS4='+ '
6243
6244# NLS nuisances.
6245for as_var in \
6246  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6247  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6248  LC_TELEPHONE LC_TIME
6249do
6250  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6251    eval $as_var=C; export $as_var
6252  else
6253    $as_unset $as_var
6254  fi
6255done
6256
6257# Required to use basename.
6258if expr a : '\(a\)' >/dev/null 2>&1; then
6259  as_expr=expr
6260else
6261  as_expr=false
6262fi
6263
6264if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
6265  as_basename=basename
6266else
6267  as_basename=false
6268fi
6269
6270
6271# Name of the executable.
6272as_me=`$as_basename "$0" ||
6273$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6274	 X"$0" : 'X\(//\)$' \| \
6275	 X"$0" : 'X\(/\)$' \| \
6276	 .     : '\(.\)' 2>/dev/null ||
6277echo X/"$0" |
6278    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6279  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
6280  	  /^X\/\(\/\).*/{ s//\1/; q; }
6281  	  s/.*/./; q'`
6282
6283
6284# PATH needs CR, and LINENO needs CR and PATH.
6285# Avoid depending upon Character Ranges.
6286as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6287as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6288as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6289as_cr_digits='0123456789'
6290as_cr_alnum=$as_cr_Letters$as_cr_digits
6291
6292# The user is always right.
6293if test "${PATH_SEPARATOR+set}" != set; then
6294  echo "#! /bin/sh" >conf$$.sh
6295  echo  "exit 0"   >>conf$$.sh
6296  chmod +x conf$$.sh
6297  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
6298    PATH_SEPARATOR=';'
6299  else
6300    PATH_SEPARATOR=:
6301  fi
6302  rm -f conf$$.sh
6303fi
6304
6305
6306  as_lineno_1=$LINENO
6307  as_lineno_2=$LINENO
6308  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6309  test "x$as_lineno_1" != "x$as_lineno_2" &&
6310  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
6311  # Find who we are.  Look in the path if we contain no path at all
6312  # relative or not.
6313  case $0 in
6314    *[\\/]* ) as_myself=$0 ;;
6315    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6316for as_dir in $PATH
6317do
6318  IFS=$as_save_IFS
6319  test -z "$as_dir" && as_dir=.
6320  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6321done
6322
6323       ;;
6324  esac
6325  # We did not find ourselves, most probably we were run as `sh COMMAND'
6326  # in which case we are not to be found in the path.
6327  if test "x$as_myself" = x; then
6328    as_myself=$0
6329  fi
6330  if test ! -f "$as_myself"; then
6331    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
6332echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
6333   { (exit 1); exit 1; }; }
6334  fi
6335  case $CONFIG_SHELL in
6336  '')
6337    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
6339do
6340  IFS=$as_save_IFS
6341  test -z "$as_dir" && as_dir=.
6342  for as_base in sh bash ksh sh5; do
6343	 case $as_dir in
6344	 /*)
6345	   if ("$as_dir/$as_base" -c '
6346  as_lineno_1=$LINENO
6347  as_lineno_2=$LINENO
6348  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6349  test "x$as_lineno_1" != "x$as_lineno_2" &&
6350  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
6351	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
6352	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
6353	     CONFIG_SHELL=$as_dir/$as_base
6354	     export CONFIG_SHELL
6355	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
6356	   fi;;
6357	 esac
6358       done
6359done
6360;;
6361  esac
6362
6363  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6364  # uniformly replaced by the line number.  The first 'sed' inserts a
6365  # line-number line before each line; the second 'sed' does the real
6366  # work.  The second script uses 'N' to pair each line-number line
6367  # with the numbered line, and appends trailing '-' during
6368  # substitution so that $LINENO is not a special case at line end.
6369  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6370  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
6371  sed '=' <$as_myself |
6372    sed '
6373      N
6374      s,$,-,
6375      : loop
6376      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
6377      t loop
6378      s,-$,,
6379      s,^['$as_cr_digits']*\n,,
6380    ' >$as_me.lineno &&
6381  chmod +x $as_me.lineno ||
6382    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
6383echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
6384   { (exit 1); exit 1; }; }
6385
6386  # Don't try to exec as it changes $[0], causing all sort of problems
6387  # (the dirname of $[0] is not the place where we might find the
6388  # original and so on.  Autoconf is especially sensible to this).
6389  . ./$as_me.lineno
6390  # Exit status is that of the last command.
6391  exit
6392}
6393
6394
6395case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
6396  *c*,-n*) ECHO_N= ECHO_C='
6397' ECHO_T='	' ;;
6398  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
6399  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
6400esac
6401
6402if expr a : '\(a\)' >/dev/null 2>&1; then
6403  as_expr=expr
6404else
6405  as_expr=false
6406fi
6407
6408rm -f conf$$ conf$$.exe conf$$.file
6409echo >conf$$.file
6410if ln -s conf$$.file conf$$ 2>/dev/null; then
6411  # We could just check for DJGPP; but this test a) works b) is more generic
6412  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
6413  if test -f conf$$.exe; then
6414    # Don't use ln at all; we don't have any links
6415    as_ln_s='cp -p'
6416  else
6417    as_ln_s='ln -s'
6418  fi
6419elif ln conf$$.file conf$$ 2>/dev/null; then
6420  as_ln_s=ln
6421else
6422  as_ln_s='cp -p'
6423fi
6424rm -f conf$$ conf$$.exe conf$$.file
6425
6426if mkdir -p . 2>/dev/null; then
6427  as_mkdir_p=:
6428else
6429  test -d ./-p && rmdir ./-p
6430  as_mkdir_p=false
6431fi
6432
6433as_executable_p="test -f"
6434
6435# Sed expression to map a string onto a valid CPP name.
6436as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6437
6438# Sed expression to map a string onto a valid variable name.
6439as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6440
6441
6442# IFS
6443# We need space, tab and new line, in precisely that order.
6444as_nl='
6445'
6446IFS=" 	$as_nl"
6447
6448# CDPATH.
6449$as_unset CDPATH
6450
6451exec 6>&1
6452
6453# Open the log real soon, to keep \$[0] and so on meaningful, and to
6454# report actual input values of CONFIG_FILES etc. instead of their
6455# values after options handling.  Logging --version etc. is OK.
6456exec 5>>config.log
6457{
6458  echo
6459  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6460## Running $as_me. ##
6461_ASBOX
6462} >&5
6463cat >&5 <<_CSEOF
6464
6465This file was extended by $as_me, which was
6466generated by GNU Autoconf 2.59.  Invocation command line was
6467
6468  CONFIG_FILES    = $CONFIG_FILES
6469  CONFIG_HEADERS  = $CONFIG_HEADERS
6470  CONFIG_LINKS    = $CONFIG_LINKS
6471  CONFIG_COMMANDS = $CONFIG_COMMANDS
6472  $ $0 $@
6473
6474_CSEOF
6475echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
6476echo >&5
6477_ACEOF
6478
6479# Files that config.status was made for.
6480if test -n "$ac_config_files"; then
6481  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
6482fi
6483
6484if test -n "$ac_config_headers"; then
6485  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
6486fi
6487
6488if test -n "$ac_config_links"; then
6489  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
6490fi
6491
6492if test -n "$ac_config_commands"; then
6493  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
6494fi
6495
6496cat >>$CONFIG_STATUS <<\_ACEOF
6497
6498ac_cs_usage="\
6499\`$as_me' instantiates files from templates according to the
6500current configuration.
6501
6502Usage: $0 [OPTIONS] [FILE]...
6503
6504  -h, --help       print this help, then exit
6505  -V, --version    print version number, then exit
6506  -q, --quiet      do not print progress messages
6507  -d, --debug      don't remove temporary files
6508      --recheck    update $as_me by reconfiguring in the same conditions
6509  --file=FILE[:TEMPLATE]
6510		   instantiate the configuration file FILE
6511  --header=FILE[:TEMPLATE]
6512		   instantiate the configuration header FILE
6513
6514Configuration files:
6515$config_files
6516
6517Configuration headers:
6518$config_headers
6519
6520Configuration commands:
6521$config_commands
6522
6523Report bugs to <bug-autoconf@gnu.org>."
6524_ACEOF
6525
6526cat >>$CONFIG_STATUS <<_ACEOF
6527ac_cs_version="\\
6528config.status
6529configured by $0, generated by GNU Autoconf 2.59,
6530  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6531
6532Copyright (C) 2003 Free Software Foundation, Inc.
6533This config.status script is free software; the Free Software Foundation
6534gives unlimited permission to copy, distribute and modify it."
6535srcdir=$srcdir
6536INSTALL="$INSTALL"
6537_ACEOF
6538
6539cat >>$CONFIG_STATUS <<\_ACEOF
6540# If no file are specified by the user, then we need to provide default
6541# value.  By we need to know if files were specified by the user.
6542ac_need_defaults=:
6543while test $# != 0
6544do
6545  case $1 in
6546  --*=*)
6547    ac_option=`expr "x$1" : 'x\([^=]*\)='`
6548    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
6549    ac_shift=:
6550    ;;
6551  -*)
6552    ac_option=$1
6553    ac_optarg=$2
6554    ac_shift=shift
6555    ;;
6556  *) # This is not an option, so the user has probably given explicit
6557     # arguments.
6558     ac_option=$1
6559     ac_need_defaults=false;;
6560  esac
6561
6562  case $ac_option in
6563  # Handling of the options.
6564_ACEOF
6565cat >>$CONFIG_STATUS <<\_ACEOF
6566  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6567    ac_cs_recheck=: ;;
6568  --version | --vers* | -V )
6569    echo "$ac_cs_version"; exit 0 ;;
6570  --he | --h)
6571    # Conflict between --help and --header
6572    { { echo "$as_me:$LINENO: error: ambiguous option: $1
6573Try \`$0 --help' for more information." >&5
6574echo "$as_me: error: ambiguous option: $1
6575Try \`$0 --help' for more information." >&2;}
6576   { (exit 1); exit 1; }; };;
6577  --help | --hel | -h )
6578    echo "$ac_cs_usage"; exit 0 ;;
6579  --debug | --d* | -d )
6580    debug=: ;;
6581  --file | --fil | --fi | --f )
6582    $ac_shift
6583    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
6584    ac_need_defaults=false;;
6585  --header | --heade | --head | --hea )
6586    $ac_shift
6587    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
6588    ac_need_defaults=false;;
6589  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6590  | -silent | --silent | --silen | --sile | --sil | --si | --s)
6591    ac_cs_silent=: ;;
6592
6593  # This is an error.
6594  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6595Try \`$0 --help' for more information." >&5
6596echo "$as_me: error: unrecognized option: $1
6597Try \`$0 --help' for more information." >&2;}
6598   { (exit 1); exit 1; }; } ;;
6599
6600  *) ac_config_targets="$ac_config_targets $1" ;;
6601
6602  esac
6603  shift
6604done
6605
6606ac_configure_extra_args=
6607
6608if $ac_cs_silent; then
6609  exec 6>/dev/null
6610  ac_configure_extra_args="$ac_configure_extra_args --silent"
6611fi
6612
6613_ACEOF
6614cat >>$CONFIG_STATUS <<_ACEOF
6615if \$ac_cs_recheck; then
6616  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6617  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6618fi
6619
6620_ACEOF
6621
6622
6623
6624
6625
6626cat >>$CONFIG_STATUS <<\_ACEOF
6627for ac_config_target in $ac_config_targets
6628do
6629  case "$ac_config_target" in
6630  # Handling of arguments.
6631  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6632  "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
6633  "cconfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS cconfig.h:config.in" ;;
6634  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6635echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6636   { (exit 1); exit 1; }; };;
6637  esac
6638done
6639
6640# If the user did not use the arguments to specify the items to instantiate,
6641# then the envvar interface is used.  Set only those that are not.
6642# We use the long form for the default assignment because of an extremely
6643# bizarre bug on SunOS 4.1.3.
6644if $ac_need_defaults; then
6645  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6646  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6647  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6648fi
6649
6650# Have a temporary directory for convenience.  Make it in the build tree
6651# simply because there is no reason to put it here, and in addition,
6652# creating and moving files from /tmp can sometimes cause problems.
6653# Create a temporary directory, and hook for its removal unless debugging.
6654$debug ||
6655{
6656  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6657  trap '{ (exit 1); exit 1; }' 1 2 13 15
6658}
6659
6660# Create a (secure) tmp directory for tmp files.
6661
6662{
6663  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6664  test -n "$tmp" && test -d "$tmp"
6665}  ||
6666{
6667  tmp=./confstat$$-$RANDOM
6668  (umask 077 && mkdir $tmp)
6669} ||
6670{
6671   echo "$me: cannot create a temporary directory in ." >&2
6672   { (exit 1); exit 1; }
6673}
6674
6675_ACEOF
6676
6677cat >>$CONFIG_STATUS <<_ACEOF
6678
6679#
6680# CONFIG_FILES section.
6681#
6682
6683# No need to generate the scripts if there are no CONFIG_FILES.
6684# This happens for instance when ./config.status config.h
6685if test -n "\$CONFIG_FILES"; then
6686  # Protect against being on the right side of a sed subst in config.status.
6687  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6688   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6689s,@sim_environment@,$sim_environment,;t t
6690s,@sim_alignment@,$sim_alignment,;t t
6691s,@sim_assert@,$sim_assert,;t t
6692s,@sim_bitsize@,$sim_bitsize,;t t
6693s,@sim_endian@,$sim_endian,;t t
6694s,@sim_hostendian@,$sim_hostendian,;t t
6695s,@sim_float@,$sim_float,;t t
6696s,@sim_scache@,$sim_scache,;t t
6697s,@sim_default_model@,$sim_default_model,;t t
6698s,@sim_hw_cflags@,$sim_hw_cflags,;t t
6699s,@sim_hw_objs@,$sim_hw_objs,;t t
6700s,@sim_hw@,$sim_hw,;t t
6701s,@sim_inline@,$sim_inline,;t t
6702s,@sim_packages@,$sim_packages,;t t
6703s,@sim_regparm@,$sim_regparm,;t t
6704s,@sim_reserved_bits@,$sim_reserved_bits,;t t
6705s,@sim_smp@,$sim_smp,;t t
6706s,@sim_stdcall@,$sim_stdcall,;t t
6707s,@sim_xor_endian@,$sim_xor_endian,;t t
6708s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
6709s,@WERROR_CFLAGS@,$WERROR_CFLAGS,;t t
6710s,@SHELL@,$SHELL,;t t
6711s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6712s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6713s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6714s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6715s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6716s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6717s,@exec_prefix@,$exec_prefix,;t t
6718s,@prefix@,$prefix,;t t
6719s,@program_transform_name@,$program_transform_name,;t t
6720s,@bindir@,$bindir,;t t
6721s,@sbindir@,$sbindir,;t t
6722s,@libexecdir@,$libexecdir,;t t
6723s,@datadir@,$datadir,;t t
6724s,@sysconfdir@,$sysconfdir,;t t
6725s,@sharedstatedir@,$sharedstatedir,;t t
6726s,@localstatedir@,$localstatedir,;t t
6727s,@libdir@,$libdir,;t t
6728s,@includedir@,$includedir,;t t
6729s,@oldincludedir@,$oldincludedir,;t t
6730s,@infodir@,$infodir,;t t
6731s,@mandir@,$mandir,;t t
6732s,@build_alias@,$build_alias,;t t
6733s,@host_alias@,$host_alias,;t t
6734s,@target_alias@,$target_alias,;t t
6735s,@DEFS@,$DEFS,;t t
6736s,@ECHO_C@,$ECHO_C,;t t
6737s,@ECHO_N@,$ECHO_N,;t t
6738s,@ECHO_T@,$ECHO_T,;t t
6739s,@LIBS@,$LIBS,;t t
6740s,@build@,$build,;t t
6741s,@build_cpu@,$build_cpu,;t t
6742s,@build_vendor@,$build_vendor,;t t
6743s,@build_os@,$build_os,;t t
6744s,@host@,$host,;t t
6745s,@host_cpu@,$host_cpu,;t t
6746s,@host_vendor@,$host_vendor,;t t
6747s,@host_os@,$host_os,;t t
6748s,@target@,$target,;t t
6749s,@target_cpu@,$target_cpu,;t t
6750s,@target_vendor@,$target_vendor,;t t
6751s,@target_os@,$target_os,;t t
6752s,@CC@,$CC,;t t
6753s,@CFLAGS@,$CFLAGS,;t t
6754s,@LDFLAGS@,$LDFLAGS,;t t
6755s,@CPPFLAGS@,$CPPFLAGS,;t t
6756s,@ac_ct_CC@,$ac_ct_CC,;t t
6757s,@EXEEXT@,$EXEEXT,;t t
6758s,@OBJEXT@,$OBJEXT,;t t
6759s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6760s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6761s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6762s,@CC_FOR_BUILD@,$CC_FOR_BUILD,;t t
6763s,@HDEFINES@,$HDEFINES,;t t
6764s,@AR@,$AR,;t t
6765s,@RANLIB@,$RANLIB,;t t
6766s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
6767s,@USE_NLS@,$USE_NLS,;t t
6768s,@LIBINTL@,$LIBINTL,;t t
6769s,@LIBINTL_DEP@,$LIBINTL_DEP,;t t
6770s,@INCINTL@,$INCINTL,;t t
6771s,@XGETTEXT@,$XGETTEXT,;t t
6772s,@GMSGFMT@,$GMSGFMT,;t t
6773s,@POSUB@,$POSUB,;t t
6774s,@CATALOGS@,$CATALOGS,;t t
6775s,@DATADIRNAME@,$DATADIRNAME,;t t
6776s,@INSTOBJEXT@,$INSTOBJEXT,;t t
6777s,@GENCAT@,$GENCAT,;t t
6778s,@CATOBJEXT@,$CATOBJEXT,;t t
6779s,@CPP@,$CPP,;t t
6780s,@EGREP@,$EGREP,;t t
6781s,@MAINT@,$MAINT,;t t
6782s,@sim_bswap@,$sim_bswap,;t t
6783s,@sim_cflags@,$sim_cflags,;t t
6784s,@sim_debug@,$sim_debug,;t t
6785s,@sim_stdio@,$sim_stdio,;t t
6786s,@sim_trace@,$sim_trace,;t t
6787s,@sim_profile@,$sim_profile,;t t
6788s,@CPP_FOR_TARGET@,$CPP_FOR_TARGET,;t t
6789s,@TARGET_SUBDIR@,$TARGET_SUBDIR,;t t
6790s,@LIBOBJS@,$LIBOBJS,;t t
6791s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6792CEOF
6793
6794_ACEOF
6795
6796  cat >>$CONFIG_STATUS <<\_ACEOF
6797  # Split the substitutions into bite-sized pieces for seds with
6798  # small command number limits, like on Digital OSF/1 and HP-UX.
6799  ac_max_sed_lines=48
6800  ac_sed_frag=1 # Number of current file.
6801  ac_beg=1 # First line for current file.
6802  ac_end=$ac_max_sed_lines # Line after last line for current file.
6803  ac_more_lines=:
6804  ac_sed_cmds=
6805  while $ac_more_lines; do
6806    if test $ac_beg -gt 1; then
6807      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6808    else
6809      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
6810    fi
6811    if test ! -s $tmp/subs.frag; then
6812      ac_more_lines=false
6813    else
6814      # The purpose of the label and of the branching condition is to
6815      # speed up the sed processing (if there are no `@' at all, there
6816      # is no need to browse any of the substitutions).
6817      # These are the two extra sed commands mentioned above.
6818      (echo ':t
6819  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
6820      if test -z "$ac_sed_cmds"; then
6821	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
6822      else
6823	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6824      fi
6825      ac_sed_frag=`expr $ac_sed_frag + 1`
6826      ac_beg=$ac_end
6827      ac_end=`expr $ac_end + $ac_max_sed_lines`
6828    fi
6829  done
6830  if test -z "$ac_sed_cmds"; then
6831    ac_sed_cmds=cat
6832  fi
6833fi # test -n "$CONFIG_FILES"
6834
6835_ACEOF
6836cat >>$CONFIG_STATUS <<\_ACEOF
6837for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
6838  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6839  case $ac_file in
6840  - | *:- | *:-:* ) # input from stdin
6841	cat >$tmp/stdin
6842	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6843	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6844  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
6845	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
6846  * )   ac_file_in=$ac_file.in ;;
6847  esac
6848
6849  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6850  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
6851$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6852	 X"$ac_file" : 'X\(//\)[^/]' \| \
6853	 X"$ac_file" : 'X\(//\)$' \| \
6854	 X"$ac_file" : 'X\(/\)' \| \
6855	 .     : '\(.\)' 2>/dev/null ||
6856echo X"$ac_file" |
6857    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6858  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6859  	  /^X\(\/\/\)$/{ s//\1/; q; }
6860  	  /^X\(\/\).*/{ s//\1/; q; }
6861  	  s/.*/./; q'`
6862  { if $as_mkdir_p; then
6863    mkdir -p "$ac_dir"
6864  else
6865    as_dir="$ac_dir"
6866    as_dirs=
6867    while test ! -d "$as_dir"; do
6868      as_dirs="$as_dir $as_dirs"
6869      as_dir=`(dirname "$as_dir") 2>/dev/null ||
6870$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6871	 X"$as_dir" : 'X\(//\)[^/]' \| \
6872	 X"$as_dir" : 'X\(//\)$' \| \
6873	 X"$as_dir" : 'X\(/\)' \| \
6874	 .     : '\(.\)' 2>/dev/null ||
6875echo X"$as_dir" |
6876    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6877  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6878  	  /^X\(\/\/\)$/{ s//\1/; q; }
6879  	  /^X\(\/\).*/{ s//\1/; q; }
6880  	  s/.*/./; q'`
6881    done
6882    test ! -n "$as_dirs" || mkdir $as_dirs
6883  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6884echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6885   { (exit 1); exit 1; }; }; }
6886
6887  ac_builddir=.
6888
6889if test "$ac_dir" != .; then
6890  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6891  # A "../" for each directory in $ac_dir_suffix.
6892  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6893else
6894  ac_dir_suffix= ac_top_builddir=
6895fi
6896
6897case $srcdir in
6898  .)  # No --srcdir option.  We are building in place.
6899    ac_srcdir=.
6900    if test -z "$ac_top_builddir"; then
6901       ac_top_srcdir=.
6902    else
6903       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
6904    fi ;;
6905  [\\/]* | ?:[\\/]* )  # Absolute path.
6906    ac_srcdir=$srcdir$ac_dir_suffix;
6907    ac_top_srcdir=$srcdir ;;
6908  *) # Relative path.
6909    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
6910    ac_top_srcdir=$ac_top_builddir$srcdir ;;
6911esac
6912
6913# Do not use `cd foo && pwd` to compute absolute paths, because
6914# the directories may not exist.
6915case `pwd` in
6916.) ac_abs_builddir="$ac_dir";;
6917*)
6918  case "$ac_dir" in
6919  .) ac_abs_builddir=`pwd`;;
6920  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
6921  *) ac_abs_builddir=`pwd`/"$ac_dir";;
6922  esac;;
6923esac
6924case $ac_abs_builddir in
6925.) ac_abs_top_builddir=${ac_top_builddir}.;;
6926*)
6927  case ${ac_top_builddir}. in
6928  .) ac_abs_top_builddir=$ac_abs_builddir;;
6929  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
6930  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
6931  esac;;
6932esac
6933case $ac_abs_builddir in
6934.) ac_abs_srcdir=$ac_srcdir;;
6935*)
6936  case $ac_srcdir in
6937  .) ac_abs_srcdir=$ac_abs_builddir;;
6938  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6939  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6940  esac;;
6941esac
6942case $ac_abs_builddir in
6943.) ac_abs_top_srcdir=$ac_top_srcdir;;
6944*)
6945  case $ac_top_srcdir in
6946  .) ac_abs_top_srcdir=$ac_abs_builddir;;
6947  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6948  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6949  esac;;
6950esac
6951
6952
6953  case $INSTALL in
6954  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6955  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
6956  esac
6957
6958  if test x"$ac_file" != x-; then
6959    { echo "$as_me:$LINENO: creating $ac_file" >&5
6960echo "$as_me: creating $ac_file" >&6;}
6961    rm -f "$ac_file"
6962  fi
6963  # Let's still pretend it is `configure' which instantiates (i.e., don't
6964  # use $as_me), people would be surprised to read:
6965  #    /* config.h.  Generated by config.status.  */
6966  if test x"$ac_file" = x-; then
6967    configure_input=
6968  else
6969    configure_input="$ac_file.  "
6970  fi
6971  configure_input=$configure_input"Generated from `echo $ac_file_in |
6972				     sed 's,.*/,,'` by configure."
6973
6974  # First look for the input files in the build tree, otherwise in the
6975  # src tree.
6976  ac_file_inputs=`IFS=:
6977    for f in $ac_file_in; do
6978      case $f in
6979      -) echo $tmp/stdin ;;
6980      [\\/$]*)
6981	 # Absolute (can't be DOS-style, as IFS=:)
6982	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6983echo "$as_me: error: cannot find input file: $f" >&2;}
6984   { (exit 1); exit 1; }; }
6985	 echo "$f";;
6986      *) # Relative
6987	 if test -f "$f"; then
6988	   # Build tree
6989	   echo "$f"
6990	 elif test -f "$srcdir/$f"; then
6991	   # Source tree
6992	   echo "$srcdir/$f"
6993	 else
6994	   # /dev/null tree
6995	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6996echo "$as_me: error: cannot find input file: $f" >&2;}
6997   { (exit 1); exit 1; }; }
6998	 fi;;
6999      esac
7000    done` || { (exit 1); exit 1; }
7001_ACEOF
7002cat >>$CONFIG_STATUS <<_ACEOF
7003  sed "$ac_vpsub
7004$extrasub
7005_ACEOF
7006cat >>$CONFIG_STATUS <<\_ACEOF
7007:t
7008/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7009s,@configure_input@,$configure_input,;t t
7010s,@srcdir@,$ac_srcdir,;t t
7011s,@abs_srcdir@,$ac_abs_srcdir,;t t
7012s,@top_srcdir@,$ac_top_srcdir,;t t
7013s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7014s,@builddir@,$ac_builddir,;t t
7015s,@abs_builddir@,$ac_abs_builddir,;t t
7016s,@top_builddir@,$ac_top_builddir,;t t
7017s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7018s,@INSTALL@,$ac_INSTALL,;t t
7019" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7020  rm -f $tmp/stdin
7021  if test x"$ac_file" != x-; then
7022    mv $tmp/out $ac_file
7023  else
7024    cat $tmp/out
7025    rm -f $tmp/out
7026  fi
7027
7028done
7029_ACEOF
7030cat >>$CONFIG_STATUS <<\_ACEOF
7031
7032#
7033# CONFIG_HEADER section.
7034#
7035
7036# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
7037# NAME is the cpp macro being defined and VALUE is the value it is being given.
7038#
7039# ac_d sets the value in "#define NAME VALUE" lines.
7040ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
7041ac_dB='[	 ].*$,\1#\2'
7042ac_dC=' '
7043ac_dD=',;t'
7044# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7045ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
7046ac_uB='$,\1#\2define\3'
7047ac_uC=' '
7048ac_uD=',;t'
7049
7050for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
7051  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7052  case $ac_file in
7053  - | *:- | *:-:* ) # input from stdin
7054	cat >$tmp/stdin
7055	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7056	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7057  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7058	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7059  * )   ac_file_in=$ac_file.in ;;
7060  esac
7061
7062  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
7063echo "$as_me: creating $ac_file" >&6;}
7064
7065  # First look for the input files in the build tree, otherwise in the
7066  # src tree.
7067  ac_file_inputs=`IFS=:
7068    for f in $ac_file_in; do
7069      case $f in
7070      -) echo $tmp/stdin ;;
7071      [\\/$]*)
7072	 # Absolute (can't be DOS-style, as IFS=:)
7073	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7074echo "$as_me: error: cannot find input file: $f" >&2;}
7075   { (exit 1); exit 1; }; }
7076	 # Do quote $f, to prevent DOS paths from being IFS'd.
7077	 echo "$f";;
7078      *) # Relative
7079	 if test -f "$f"; then
7080	   # Build tree
7081	   echo "$f"
7082	 elif test -f "$srcdir/$f"; then
7083	   # Source tree
7084	   echo "$srcdir/$f"
7085	 else
7086	   # /dev/null tree
7087	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7088echo "$as_me: error: cannot find input file: $f" >&2;}
7089   { (exit 1); exit 1; }; }
7090	 fi;;
7091      esac
7092    done` || { (exit 1); exit 1; }
7093  # Remove the trailing spaces.
7094  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
7095
7096_ACEOF
7097
7098# Transform confdefs.h into two sed scripts, `conftest.defines' and
7099# `conftest.undefs', that substitutes the proper values into
7100# config.h.in to produce config.h.  The first handles `#define'
7101# templates, and the second `#undef' templates.
7102# And first: Protect against being on the right side of a sed subst in
7103# config.status.  Protect against being in an unquoted here document
7104# in config.status.
7105rm -f conftest.defines conftest.undefs
7106# Using a here document instead of a string reduces the quoting nightmare.
7107# Putting comments in sed scripts is not portable.
7108#
7109# `end' is used to avoid that the second main sed command (meant for
7110# 0-ary CPP macros) applies to n-ary macro definitions.
7111# See the Autoconf documentation for `clear'.
7112cat >confdef2sed.sed <<\_ACEOF
7113s/[\\&,]/\\&/g
7114s,[\\$`],\\&,g
7115t clear
7116: clear
7117s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7118t end
7119s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7120: end
7121_ACEOF
7122# If some macros were called several times there might be several times
7123# the same #defines, which is useless.  Nevertheless, we may not want to
7124# sort them, since we want the *last* AC-DEFINE to be honored.
7125uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7126sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7127rm -f confdef2sed.sed
7128
7129# This sed command replaces #undef with comments.  This is necessary, for
7130# example, in the case of _POSIX_SOURCE, which is predefined and required
7131# on some systems where configure will not decide to define it.
7132cat >>conftest.undefs <<\_ACEOF
7133s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7134_ACEOF
7135
7136# Break up conftest.defines because some shells have a limit on the size
7137# of here documents, and old seds have small limits too (100 cmds).
7138echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7139echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7140echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7141echo '  :' >>$CONFIG_STATUS
7142rm -f conftest.tail
7143while grep . conftest.defines >/dev/null
7144do
7145  # Write a limited-size here document to $tmp/defines.sed.
7146  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7147  # Speed up: don't consider the non `#define' lines.
7148  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
7149  # Work around the forget-to-reset-the-flag bug.
7150  echo 't clr' >>$CONFIG_STATUS
7151  echo ': clr' >>$CONFIG_STATUS
7152  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
7153  echo 'CEOF
7154  sed -f $tmp/defines.sed $tmp/in >$tmp/out
7155  rm -f $tmp/in
7156  mv $tmp/out $tmp/in
7157' >>$CONFIG_STATUS
7158  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
7159  rm -f conftest.defines
7160  mv conftest.tail conftest.defines
7161done
7162rm -f conftest.defines
7163echo '  fi # grep' >>$CONFIG_STATUS
7164echo >>$CONFIG_STATUS
7165
7166# Break up conftest.undefs because some shells have a limit on the size
7167# of here documents, and old seds have small limits too (100 cmds).
7168echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
7169rm -f conftest.tail
7170while grep . conftest.undefs >/dev/null
7171do
7172  # Write a limited-size here document to $tmp/undefs.sed.
7173  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7174  # Speed up: don't consider the non `#undef'
7175  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
7176  # Work around the forget-to-reset-the-flag bug.
7177  echo 't clr' >>$CONFIG_STATUS
7178  echo ': clr' >>$CONFIG_STATUS
7179  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7180  echo 'CEOF
7181  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7182  rm -f $tmp/in
7183  mv $tmp/out $tmp/in
7184' >>$CONFIG_STATUS
7185  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7186  rm -f conftest.undefs
7187  mv conftest.tail conftest.undefs
7188done
7189rm -f conftest.undefs
7190
7191cat >>$CONFIG_STATUS <<\_ACEOF
7192  # Let's still pretend it is `configure' which instantiates (i.e., don't
7193  # use $as_me), people would be surprised to read:
7194  #    /* config.h.  Generated by config.status.  */
7195  if test x"$ac_file" = x-; then
7196    echo "/* Generated by configure.  */" >$tmp/config.h
7197  else
7198    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
7199  fi
7200  cat $tmp/in >>$tmp/config.h
7201  rm -f $tmp/in
7202  if test x"$ac_file" != x-; then
7203    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
7204      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7205echo "$as_me: $ac_file is unchanged" >&6;}
7206    else
7207      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7208$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7209	 X"$ac_file" : 'X\(//\)[^/]' \| \
7210	 X"$ac_file" : 'X\(//\)$' \| \
7211	 X"$ac_file" : 'X\(/\)' \| \
7212	 .     : '\(.\)' 2>/dev/null ||
7213echo X"$ac_file" |
7214    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7215  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7216  	  /^X\(\/\/\)$/{ s//\1/; q; }
7217  	  /^X\(\/\).*/{ s//\1/; q; }
7218  	  s/.*/./; q'`
7219      { if $as_mkdir_p; then
7220    mkdir -p "$ac_dir"
7221  else
7222    as_dir="$ac_dir"
7223    as_dirs=
7224    while test ! -d "$as_dir"; do
7225      as_dirs="$as_dir $as_dirs"
7226      as_dir=`(dirname "$as_dir") 2>/dev/null ||
7227$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7228	 X"$as_dir" : 'X\(//\)[^/]' \| \
7229	 X"$as_dir" : 'X\(//\)$' \| \
7230	 X"$as_dir" : 'X\(/\)' \| \
7231	 .     : '\(.\)' 2>/dev/null ||
7232echo X"$as_dir" |
7233    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7234  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7235  	  /^X\(\/\/\)$/{ s//\1/; q; }
7236  	  /^X\(\/\).*/{ s//\1/; q; }
7237  	  s/.*/./; q'`
7238    done
7239    test ! -n "$as_dirs" || mkdir $as_dirs
7240  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7241echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7242   { (exit 1); exit 1; }; }; }
7243
7244      rm -f $ac_file
7245      mv $tmp/config.h $ac_file
7246    fi
7247  else
7248    cat $tmp/config.h
7249    rm -f $tmp/config.h
7250  fi
7251done
7252_ACEOF
7253cat >>$CONFIG_STATUS <<\_ACEOF
7254
7255#
7256# CONFIG_COMMANDS section.
7257#
7258for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
7259  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
7260  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
7261  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
7262$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7263	 X"$ac_dest" : 'X\(//\)[^/]' \| \
7264	 X"$ac_dest" : 'X\(//\)$' \| \
7265	 X"$ac_dest" : 'X\(/\)' \| \
7266	 .     : '\(.\)' 2>/dev/null ||
7267echo X"$ac_dest" |
7268    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7269  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7270  	  /^X\(\/\/\)$/{ s//\1/; q; }
7271  	  /^X\(\/\).*/{ s//\1/; q; }
7272  	  s/.*/./; q'`
7273  { if $as_mkdir_p; then
7274    mkdir -p "$ac_dir"
7275  else
7276    as_dir="$ac_dir"
7277    as_dirs=
7278    while test ! -d "$as_dir"; do
7279      as_dirs="$as_dir $as_dirs"
7280      as_dir=`(dirname "$as_dir") 2>/dev/null ||
7281$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7282	 X"$as_dir" : 'X\(//\)[^/]' \| \
7283	 X"$as_dir" : 'X\(//\)$' \| \
7284	 X"$as_dir" : 'X\(/\)' \| \
7285	 .     : '\(.\)' 2>/dev/null ||
7286echo X"$as_dir" |
7287    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7288  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7289  	  /^X\(\/\/\)$/{ s//\1/; q; }
7290  	  /^X\(\/\).*/{ s//\1/; q; }
7291  	  s/.*/./; q'`
7292    done
7293    test ! -n "$as_dirs" || mkdir $as_dirs
7294  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7295echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7296   { (exit 1); exit 1; }; }; }
7297
7298  ac_builddir=.
7299
7300if test "$ac_dir" != .; then
7301  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7302  # A "../" for each directory in $ac_dir_suffix.
7303  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7304else
7305  ac_dir_suffix= ac_top_builddir=
7306fi
7307
7308case $srcdir in
7309  .)  # No --srcdir option.  We are building in place.
7310    ac_srcdir=.
7311    if test -z "$ac_top_builddir"; then
7312       ac_top_srcdir=.
7313    else
7314       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7315    fi ;;
7316  [\\/]* | ?:[\\/]* )  # Absolute path.
7317    ac_srcdir=$srcdir$ac_dir_suffix;
7318    ac_top_srcdir=$srcdir ;;
7319  *) # Relative path.
7320    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7321    ac_top_srcdir=$ac_top_builddir$srcdir ;;
7322esac
7323
7324# Do not use `cd foo && pwd` to compute absolute paths, because
7325# the directories may not exist.
7326case `pwd` in
7327.) ac_abs_builddir="$ac_dir";;
7328*)
7329  case "$ac_dir" in
7330  .) ac_abs_builddir=`pwd`;;
7331  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7332  *) ac_abs_builddir=`pwd`/"$ac_dir";;
7333  esac;;
7334esac
7335case $ac_abs_builddir in
7336.) ac_abs_top_builddir=${ac_top_builddir}.;;
7337*)
7338  case ${ac_top_builddir}. in
7339  .) ac_abs_top_builddir=$ac_abs_builddir;;
7340  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7341  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7342  esac;;
7343esac
7344case $ac_abs_builddir in
7345.) ac_abs_srcdir=$ac_srcdir;;
7346*)
7347  case $ac_srcdir in
7348  .) ac_abs_srcdir=$ac_abs_builddir;;
7349  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7350  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7351  esac;;
7352esac
7353case $ac_abs_builddir in
7354.) ac_abs_top_srcdir=$ac_top_srcdir;;
7355*)
7356  case $ac_top_srcdir in
7357  .) ac_abs_top_srcdir=$ac_abs_builddir;;
7358  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7359  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7360  esac;;
7361esac
7362
7363
7364  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
7365echo "$as_me: executing $ac_dest commands" >&6;}
7366  case $ac_dest in
7367    default ) case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac ;;
7368  esac
7369done
7370_ACEOF
7371
7372cat >>$CONFIG_STATUS <<\_ACEOF
7373
7374{ (exit 0); exit 0; }
7375_ACEOF
7376chmod +x $CONFIG_STATUS
7377ac_clean_files=$ac_clean_files_save
7378
7379
7380# configure is writing to config.log, and then calls config.status.
7381# config.status does its own redirection, appending to config.log.
7382# Unfortunately, on DOS this fails, as config.log is still kept open
7383# by configure, so config.status won't be able to write to it; its
7384# output is simply discarded.  So we exec the FD to /dev/null,
7385# effectively closing config.log, so it can be properly (re)opened and
7386# appended to by config.status.  When coming back to configure, we
7387# need to make the FD available again.
7388if test "$no_create" != yes; then
7389  ac_cs_success=:
7390  ac_config_status_args=
7391  test "$silent" = yes &&
7392    ac_config_status_args="$ac_config_status_args --quiet"
7393  exec 5>/dev/null
7394  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7395  exec 5>>config.log
7396  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7397  # would make configure fail if this is the last instruction.
7398  $ac_cs_success || { (exit 1); exit 1; }
7399fi
7400
7401