(chise_ft_iterate): New function.
[chise/libchise.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57 for libchise 0.1.1.
4 #
5 # Report bugs to <chise-en@m17n.org>.
6 #
7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
8 # Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17   emulate sh
18   NULLCMD=:
19   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20   # is contrary to our usage.  Disable this feature.
21   alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23   set -o posix
24 fi
25
26 # Support unset when possible.
27 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
28   as_unset=unset
29 else
30   as_unset=false
31 fi
32
33
34 # Work around bugs in pre-3.0 UWIN ksh.
35 $as_unset ENV MAIL MAILPATH
36 PS1='$ '
37 PS2='> '
38 PS4='+ '
39
40 # NLS nuisances.
41 for as_var in \
42   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44   LC_TELEPHONE LC_TIME
45 do
46   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
47     eval $as_var=C; export $as_var
48   else
49     $as_unset $as_var
50   fi
51 done
52
53 # Required to use basename.
54 if expr a : '\(a\)' >/dev/null 2>&1; then
55   as_expr=expr
56 else
57   as_expr=false
58 fi
59
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61   as_basename=basename
62 else
63   as_basename=false
64 fi
65
66
67 # Name of the executable.
68 as_me=`$as_basename "$0" ||
69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70          X"$0" : 'X\(//\)$' \| \
71          X"$0" : 'X\(/\)$' \| \
72          .     : '\(.\)' 2>/dev/null ||
73 echo X/"$0" |
74     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75           /^X\/\(\/\/\)$/{ s//\1/; q; }
76           /^X\/\(\/\).*/{ s//\1/; q; }
77           s/.*/./; q'`
78
79
80 # PATH needs CR, and LINENO needs CR and PATH.
81 # Avoid depending upon Character Ranges.
82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 as_cr_digits='0123456789'
86 as_cr_alnum=$as_cr_Letters$as_cr_digits
87
88 # The user is always right.
89 if test "${PATH_SEPARATOR+set}" != set; then
90   echo "#! /bin/sh" >conf$$.sh
91   echo  "exit 0"   >>conf$$.sh
92   chmod +x conf$$.sh
93   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94     PATH_SEPARATOR=';'
95   else
96     PATH_SEPARATOR=:
97   fi
98   rm -f conf$$.sh
99 fi
100
101
102   as_lineno_1=$LINENO
103   as_lineno_2=$LINENO
104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105   test "x$as_lineno_1" != "x$as_lineno_2" &&
106   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107   # Find who we are.  Look in the path if we contain no path at all
108   # relative or not.
109   case $0 in
110     *[\\/]* ) as_myself=$0 ;;
111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 for as_dir in $PATH
113 do
114   IFS=$as_save_IFS
115   test -z "$as_dir" && as_dir=.
116   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 done
118
119        ;;
120   esac
121   # We did not find ourselves, most probably we were run as `sh COMMAND'
122   # in which case we are not to be found in the path.
123   if test "x$as_myself" = x; then
124     as_myself=$0
125   fi
126   if test ! -f "$as_myself"; then
127     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128    { (exit 1); exit 1; }; }
129   fi
130   case $CONFIG_SHELL in
131   '')
132     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 do
135   IFS=$as_save_IFS
136   test -z "$as_dir" && as_dir=.
137   for as_base in sh bash ksh sh5; do
138          case $as_dir in
139          /*)
140            if ("$as_dir/$as_base" -c '
141   as_lineno_1=$LINENO
142   as_lineno_2=$LINENO
143   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144   test "x$as_lineno_1" != "x$as_lineno_2" &&
145   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148              CONFIG_SHELL=$as_dir/$as_base
149              export CONFIG_SHELL
150              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151            fi;;
152          esac
153        done
154 done
155 ;;
156   esac
157
158   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159   # uniformly replaced by the line number.  The first 'sed' inserts a
160   # line-number line before each line; the second 'sed' does the real
161   # work.  The second script uses 'N' to pair each line-number line
162   # with the numbered line, and appends trailing '-' during
163   # substitution so that $LINENO is not a special case at line end.
164   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166   sed '=' <$as_myself |
167     sed '
168       N
169       s,$,-,
170       : loop
171       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172       t loop
173       s,-$,,
174       s,^['$as_cr_digits']*\n,,
175     ' >$as_me.lineno &&
176   chmod +x $as_me.lineno ||
177     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178    { (exit 1); exit 1; }; }
179
180   # Don't try to exec as it changes $[0], causing all sort of problems
181   # (the dirname of $[0] is not the place where we might find the
182   # original and so on.  Autoconf is especially sensible to this).
183   . ./$as_me.lineno
184   # Exit status is that of the last command.
185   exit
186 }
187
188
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190   *c*,-n*) ECHO_N= ECHO_C='
191 ' ECHO_T='      ' ;;
192   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 esac
195
196 if expr a : '\(a\)' >/dev/null 2>&1; then
197   as_expr=expr
198 else
199   as_expr=false
200 fi
201
202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
205   # We could just check for DJGPP; but this test a) works b) is more generic
206   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
207   if test -f conf$$.exe; then
208     # Don't use ln at all; we don't have any links
209     as_ln_s='cp -p'
210   else
211     as_ln_s='ln -s'
212   fi
213 elif ln conf$$.file conf$$ 2>/dev/null; then
214   as_ln_s=ln
215 else
216   as_ln_s='cp -p'
217 fi
218 rm -f conf$$ conf$$.exe conf$$.file
219
220 if mkdir -p . 2>/dev/null; then
221   as_mkdir_p=:
222 else
223   as_mkdir_p=false
224 fi
225
226 as_executable_p="test -f"
227
228 # Sed expression to map a string onto a valid CPP name.
229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
230
231 # Sed expression to map a string onto a valid variable name.
232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
233
234
235 # IFS
236 # We need space, tab and new line, in precisely that order.
237 as_nl='
238 '
239 IFS="   $as_nl"
240
241 # CDPATH.
242 $as_unset CDPATH
243
244
245 # Name of the host.
246 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
247 # so uname gets run too.
248 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
249
250 exec 6>&1
251
252 #
253 # Initializations.
254 #
255 ac_default_prefix=/usr/local
256 ac_config_libobj_dir=.
257 cross_compiling=no
258 subdirs=
259 MFLAGS=
260 MAKEFLAGS=
261 SHELL=${CONFIG_SHELL-/bin/sh}
262
263 # Maximum number of lines to put in a shell here document.
264 # This variable seems obsolete.  It should probably be removed, and
265 # only ac_max_sed_lines should be used.
266 : ${ac_max_here_lines=38}
267
268 # Identity of this package.
269 PACKAGE_NAME='libchise'
270 PACKAGE_TARNAME='libchise'
271 PACKAGE_VERSION='0.1.1'
272 PACKAGE_STRING='libchise 0.1.1'
273 PACKAGE_BUGREPORT='chise-en@m17n.org'
274
275 ac_unique_file="chise.c"
276 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT LIBTOOL ALLOCA CPP EGREP LIBOBJS LTLIBOBJS'
277 ac_subst_files=''
278
279 # Initialize some variables set by options.
280 ac_init_help=
281 ac_init_version=false
282 # The variables have the same names as the options, with
283 # dashes changed to underlines.
284 cache_file=/dev/null
285 exec_prefix=NONE
286 no_create=
287 no_recursion=
288 prefix=NONE
289 program_prefix=NONE
290 program_suffix=NONE
291 program_transform_name=s,x,x,
292 silent=
293 site=
294 srcdir=
295 verbose=
296 x_includes=NONE
297 x_libraries=NONE
298
299 # Installation directory options.
300 # These are left unexpanded so users can "make install exec_prefix=/foo"
301 # and all the variables that are supposed to be based on exec_prefix
302 # by default will actually change.
303 # Use braces instead of parens because sh, perl, etc. also accept them.
304 bindir='${exec_prefix}/bin'
305 sbindir='${exec_prefix}/sbin'
306 libexecdir='${exec_prefix}/libexec'
307 datadir='${prefix}/share'
308 sysconfdir='${prefix}/etc'
309 sharedstatedir='${prefix}/com'
310 localstatedir='${prefix}/var'
311 libdir='${exec_prefix}/lib'
312 includedir='${prefix}/include'
313 oldincludedir='/usr/include'
314 infodir='${prefix}/info'
315 mandir='${prefix}/man'
316
317 ac_prev=
318 for ac_option
319 do
320   # If the previous option needs an argument, assign it.
321   if test -n "$ac_prev"; then
322     eval "$ac_prev=\$ac_option"
323     ac_prev=
324     continue
325   fi
326
327   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328
329   # Accept the important Cygnus configure options, so we can diagnose typos.
330
331   case $ac_option in
332
333   -bindir | --bindir | --bindi | --bind | --bin | --bi)
334     ac_prev=bindir ;;
335   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
336     bindir=$ac_optarg ;;
337
338   -build | --build | --buil | --bui | --bu)
339     ac_prev=build_alias ;;
340   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
341     build_alias=$ac_optarg ;;
342
343   -cache-file | --cache-file | --cache-fil | --cache-fi \
344   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345     ac_prev=cache_file ;;
346   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
347   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
348     cache_file=$ac_optarg ;;
349
350   --config-cache | -C)
351     cache_file=config.cache ;;
352
353   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354     ac_prev=datadir ;;
355   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356   | --da=*)
357     datadir=$ac_optarg ;;
358
359   -disable-* | --disable-*)
360     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361     # Reject names that are not valid shell variable names.
362     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
363       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
364    { (exit 1); exit 1; }; }
365     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
366     eval "enable_$ac_feature=no" ;;
367
368   -enable-* | --enable-*)
369     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
370     # Reject names that are not valid shell variable names.
371     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
372       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
373    { (exit 1); exit 1; }; }
374     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
375     case $ac_option in
376       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
377       *) ac_optarg=yes ;;
378     esac
379     eval "enable_$ac_feature='$ac_optarg'" ;;
380
381   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
382   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
383   | --exec | --exe | --ex)
384     ac_prev=exec_prefix ;;
385   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
386   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
387   | --exec=* | --exe=* | --ex=*)
388     exec_prefix=$ac_optarg ;;
389
390   -gas | --gas | --ga | --g)
391     # Obsolete; use --with-gas.
392     with_gas=yes ;;
393
394   -help | --help | --hel | --he | -h)
395     ac_init_help=long ;;
396   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
397     ac_init_help=recursive ;;
398   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
399     ac_init_help=short ;;
400
401   -host | --host | --hos | --ho)
402     ac_prev=host_alias ;;
403   -host=* | --host=* | --hos=* | --ho=*)
404     host_alias=$ac_optarg ;;
405
406   -includedir | --includedir | --includedi | --included | --include \
407   | --includ | --inclu | --incl | --inc)
408     ac_prev=includedir ;;
409   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
410   | --includ=* | --inclu=* | --incl=* | --inc=*)
411     includedir=$ac_optarg ;;
412
413   -infodir | --infodir | --infodi | --infod | --info | --inf)
414     ac_prev=infodir ;;
415   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
416     infodir=$ac_optarg ;;
417
418   -libdir | --libdir | --libdi | --libd)
419     ac_prev=libdir ;;
420   -libdir=* | --libdir=* | --libdi=* | --libd=*)
421     libdir=$ac_optarg ;;
422
423   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
424   | --libexe | --libex | --libe)
425     ac_prev=libexecdir ;;
426   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
427   | --libexe=* | --libex=* | --libe=*)
428     libexecdir=$ac_optarg ;;
429
430   -localstatedir | --localstatedir | --localstatedi | --localstated \
431   | --localstate | --localstat | --localsta | --localst \
432   | --locals | --local | --loca | --loc | --lo)
433     ac_prev=localstatedir ;;
434   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
435   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
436   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
437     localstatedir=$ac_optarg ;;
438
439   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440     ac_prev=mandir ;;
441   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
442     mandir=$ac_optarg ;;
443
444   -nfp | --nfp | --nf)
445     # Obsolete; use --without-fp.
446     with_fp=no ;;
447
448   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
449   | --no-cr | --no-c | -n)
450     no_create=yes ;;
451
452   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
453   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
454     no_recursion=yes ;;
455
456   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
457   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
458   | --oldin | --oldi | --old | --ol | --o)
459     ac_prev=oldincludedir ;;
460   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
461   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
462   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
463     oldincludedir=$ac_optarg ;;
464
465   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466     ac_prev=prefix ;;
467   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
468     prefix=$ac_optarg ;;
469
470   -program-prefix | --program-prefix | --program-prefi | --program-pref \
471   | --program-pre | --program-pr | --program-p)
472     ac_prev=program_prefix ;;
473   -program-prefix=* | --program-prefix=* | --program-prefi=* \
474   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
475     program_prefix=$ac_optarg ;;
476
477   -program-suffix | --program-suffix | --program-suffi | --program-suff \
478   | --program-suf | --program-su | --program-s)
479     ac_prev=program_suffix ;;
480   -program-suffix=* | --program-suffix=* | --program-suffi=* \
481   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
482     program_suffix=$ac_optarg ;;
483
484   -program-transform-name | --program-transform-name \
485   | --program-transform-nam | --program-transform-na \
486   | --program-transform-n | --program-transform- \
487   | --program-transform | --program-transfor \
488   | --program-transfo | --program-transf \
489   | --program-trans | --program-tran \
490   | --progr-tra | --program-tr | --program-t)
491     ac_prev=program_transform_name ;;
492   -program-transform-name=* | --program-transform-name=* \
493   | --program-transform-nam=* | --program-transform-na=* \
494   | --program-transform-n=* | --program-transform-=* \
495   | --program-transform=* | --program-transfor=* \
496   | --program-transfo=* | --program-transf=* \
497   | --program-trans=* | --program-tran=* \
498   | --progr-tra=* | --program-tr=* | --program-t=*)
499     program_transform_name=$ac_optarg ;;
500
501   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
502   | -silent | --silent | --silen | --sile | --sil)
503     silent=yes ;;
504
505   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506     ac_prev=sbindir ;;
507   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508   | --sbi=* | --sb=*)
509     sbindir=$ac_optarg ;;
510
511   -sharedstatedir | --sharedstatedir | --sharedstatedi \
512   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
513   | --sharedst | --shareds | --shared | --share | --shar \
514   | --sha | --sh)
515     ac_prev=sharedstatedir ;;
516   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
517   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
518   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519   | --sha=* | --sh=*)
520     sharedstatedir=$ac_optarg ;;
521
522   -site | --site | --sit)
523     ac_prev=site ;;
524   -site=* | --site=* | --sit=*)
525     site=$ac_optarg ;;
526
527   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528     ac_prev=srcdir ;;
529   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
530     srcdir=$ac_optarg ;;
531
532   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
533   | --syscon | --sysco | --sysc | --sys | --sy)
534     ac_prev=sysconfdir ;;
535   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
536   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
537     sysconfdir=$ac_optarg ;;
538
539   -target | --target | --targe | --targ | --tar | --ta | --t)
540     ac_prev=target_alias ;;
541   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
542     target_alias=$ac_optarg ;;
543
544   -v | -verbose | --verbose | --verbos | --verbo | --verb)
545     verbose=yes ;;
546
547   -version | --version | --versio | --versi | --vers | -V)
548     ac_init_version=: ;;
549
550   -with-* | --with-*)
551     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
552     # Reject names that are not valid shell variable names.
553     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
554       { echo "$as_me: error: invalid package name: $ac_package" >&2
555    { (exit 1); exit 1; }; }
556     ac_package=`echo $ac_package| sed 's/-/_/g'`
557     case $ac_option in
558       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
559       *) ac_optarg=yes ;;
560     esac
561     eval "with_$ac_package='$ac_optarg'" ;;
562
563   -without-* | --without-*)
564     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
565     # Reject names that are not valid shell variable names.
566     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
567       { echo "$as_me: error: invalid package name: $ac_package" >&2
568    { (exit 1); exit 1; }; }
569     ac_package=`echo $ac_package | sed 's/-/_/g'`
570     eval "with_$ac_package=no" ;;
571
572   --x)
573     # Obsolete; use --with-x.
574     with_x=yes ;;
575
576   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
577   | --x-incl | --x-inc | --x-in | --x-i)
578     ac_prev=x_includes ;;
579   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
580   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
581     x_includes=$ac_optarg ;;
582
583   -x-libraries | --x-libraries | --x-librarie | --x-librari \
584   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
585     ac_prev=x_libraries ;;
586   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
587   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
588     x_libraries=$ac_optarg ;;
589
590   -*) { echo "$as_me: error: unrecognized option: $ac_option
591 Try \`$0 --help' for more information." >&2
592    { (exit 1); exit 1; }; }
593     ;;
594
595   *=*)
596     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
597     # Reject names that are not valid shell variable names.
598     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
599       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
600    { (exit 1); exit 1; }; }
601     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
602     eval "$ac_envvar='$ac_optarg'"
603     export $ac_envvar ;;
604
605   *)
606     # FIXME: should be removed in autoconf 3.0.
607     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
608     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
609       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
610     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
611     ;;
612
613   esac
614 done
615
616 if test -n "$ac_prev"; then
617   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
618   { echo "$as_me: error: missing argument to $ac_option" >&2
619    { (exit 1); exit 1; }; }
620 fi
621
622 # Be sure to have absolute paths.
623 for ac_var in exec_prefix prefix
624 do
625   eval ac_val=$`echo $ac_var`
626   case $ac_val in
627     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
628     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
629    { (exit 1); exit 1; }; };;
630   esac
631 done
632
633 # Be sure to have absolute paths.
634 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
635               localstatedir libdir includedir oldincludedir infodir mandir
636 do
637   eval ac_val=$`echo $ac_var`
638   case $ac_val in
639     [\\/$]* | ?:[\\/]* ) ;;
640     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
641    { (exit 1); exit 1; }; };;
642   esac
643 done
644
645 # There might be people who depend on the old broken behavior: `$host'
646 # used to hold the argument of --host etc.
647 # FIXME: To remove some day.
648 build=$build_alias
649 host=$host_alias
650 target=$target_alias
651
652 # FIXME: To remove some day.
653 if test "x$host_alias" != x; then
654   if test "x$build_alias" = x; then
655     cross_compiling=maybe
656     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
657     If a cross compiler is detected then cross compile mode will be used." >&2
658   elif test "x$build_alias" != "x$host_alias"; then
659     cross_compiling=yes
660   fi
661 fi
662
663 ac_tool_prefix=
664 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665
666 test "$silent" = yes && exec 6>/dev/null
667
668
669 # Find the source files, if location was not specified.
670 if test -z "$srcdir"; then
671   ac_srcdir_defaulted=yes
672   # Try the directory containing this script, then its parent.
673   ac_confdir=`(dirname "$0") 2>/dev/null ||
674 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
675          X"$0" : 'X\(//\)[^/]' \| \
676          X"$0" : 'X\(//\)$' \| \
677          X"$0" : 'X\(/\)' \| \
678          .     : '\(.\)' 2>/dev/null ||
679 echo X"$0" |
680     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
681           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
682           /^X\(\/\/\)$/{ s//\1/; q; }
683           /^X\(\/\).*/{ s//\1/; q; }
684           s/.*/./; q'`
685   srcdir=$ac_confdir
686   if test ! -r $srcdir/$ac_unique_file; then
687     srcdir=..
688   fi
689 else
690   ac_srcdir_defaulted=no
691 fi
692 if test ! -r $srcdir/$ac_unique_file; then
693   if test "$ac_srcdir_defaulted" = yes; then
694     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
695    { (exit 1); exit 1; }; }
696   else
697     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
698    { (exit 1); exit 1; }; }
699   fi
700 fi
701 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
702   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
703    { (exit 1); exit 1; }; }
704 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
705 ac_env_build_alias_set=${build_alias+set}
706 ac_env_build_alias_value=$build_alias
707 ac_cv_env_build_alias_set=${build_alias+set}
708 ac_cv_env_build_alias_value=$build_alias
709 ac_env_host_alias_set=${host_alias+set}
710 ac_env_host_alias_value=$host_alias
711 ac_cv_env_host_alias_set=${host_alias+set}
712 ac_cv_env_host_alias_value=$host_alias
713 ac_env_target_alias_set=${target_alias+set}
714 ac_env_target_alias_value=$target_alias
715 ac_cv_env_target_alias_set=${target_alias+set}
716 ac_cv_env_target_alias_value=$target_alias
717 ac_env_CC_set=${CC+set}
718 ac_env_CC_value=$CC
719 ac_cv_env_CC_set=${CC+set}
720 ac_cv_env_CC_value=$CC
721 ac_env_CFLAGS_set=${CFLAGS+set}
722 ac_env_CFLAGS_value=$CFLAGS
723 ac_cv_env_CFLAGS_set=${CFLAGS+set}
724 ac_cv_env_CFLAGS_value=$CFLAGS
725 ac_env_LDFLAGS_set=${LDFLAGS+set}
726 ac_env_LDFLAGS_value=$LDFLAGS
727 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
728 ac_cv_env_LDFLAGS_value=$LDFLAGS
729 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
730 ac_env_CPPFLAGS_value=$CPPFLAGS
731 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
732 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
733 ac_env_CPP_set=${CPP+set}
734 ac_env_CPP_value=$CPP
735 ac_cv_env_CPP_set=${CPP+set}
736 ac_cv_env_CPP_value=$CPP
737
738 #
739 # Report the --help message.
740 #
741 if test "$ac_init_help" = "long"; then
742   # Omit some internal or obsolete options to make the list less imposing.
743   # This message is too long to be a string in the A/UX 3.1 sh.
744   cat <<_ACEOF
745 \`configure' configures libchise 0.1.1 to adapt to many kinds of systems.
746
747 Usage: $0 [OPTION]... [VAR=VALUE]...
748
749 To assign environment variables (e.g., CC, CFLAGS...), specify them as
750 VAR=VALUE.  See below for descriptions of some of the useful variables.
751
752 Defaults for the options are specified in brackets.
753
754 Configuration:
755   -h, --help              display this help and exit
756       --help=short        display options specific to this package
757       --help=recursive    display the short help of all the included packages
758   -V, --version           display version information and exit
759   -q, --quiet, --silent   do not print \`checking...' messages
760       --cache-file=FILE   cache test results in FILE [disabled]
761   -C, --config-cache      alias for \`--cache-file=config.cache'
762   -n, --no-create         do not create output files
763       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
764
765 _ACEOF
766
767   cat <<_ACEOF
768 Installation directories:
769   --prefix=PREFIX         install architecture-independent files in PREFIX
770                           [$ac_default_prefix]
771   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
772                           [PREFIX]
773
774 By default, \`make install' will install all the files in
775 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
776 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
777 for instance \`--prefix=\$HOME'.
778
779 For better control, use the options below.
780
781 Fine tuning of the installation directories:
782   --bindir=DIR           user executables [EPREFIX/bin]
783   --sbindir=DIR          system admin executables [EPREFIX/sbin]
784   --libexecdir=DIR       program executables [EPREFIX/libexec]
785   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
786   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
787   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
788   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
789   --libdir=DIR           object code libraries [EPREFIX/lib]
790   --includedir=DIR       C header files [PREFIX/include]
791   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
792   --infodir=DIR          info documentation [PREFIX/info]
793   --mandir=DIR           man documentation [PREFIX/man]
794 _ACEOF
795
796   cat <<\_ACEOF
797 _ACEOF
798 fi
799
800 if test -n "$ac_init_help"; then
801   case $ac_init_help in
802      short | recursive ) echo "Configuration of libchise 0.1.1:";;
803    esac
804   cat <<\_ACEOF
805
806 Some influential environment variables:
807   CC          C compiler command
808   CFLAGS      C compiler flags
809   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
810               nonstandard directory <lib dir>
811   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
812               headers in a nonstandard directory <include dir>
813   CPP         C preprocessor
814
815 Use these variables to override the choices made by `configure' or to help
816 it to find libraries and programs with nonstandard names/locations.
817
818 Report bugs to <chise-en@m17n.org>.
819 _ACEOF
820 fi
821
822 if test "$ac_init_help" = "recursive"; then
823   # If there are subdirs, report their specific --help.
824   ac_popdir=`pwd`
825   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
826     test -d $ac_dir || continue
827     ac_builddir=.
828
829 if test "$ac_dir" != .; then
830   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
831   # A "../" for each directory in $ac_dir_suffix.
832   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
833 else
834   ac_dir_suffix= ac_top_builddir=
835 fi
836
837 case $srcdir in
838   .)  # No --srcdir option.  We are building in place.
839     ac_srcdir=.
840     if test -z "$ac_top_builddir"; then
841        ac_top_srcdir=.
842     else
843        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
844     fi ;;
845   [\\/]* | ?:[\\/]* )  # Absolute path.
846     ac_srcdir=$srcdir$ac_dir_suffix;
847     ac_top_srcdir=$srcdir ;;
848   *) # Relative path.
849     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
850     ac_top_srcdir=$ac_top_builddir$srcdir ;;
851 esac
852 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
853 # absolute.
854 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
855 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
856 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
857 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
858
859     cd $ac_dir
860     # Check for guested configure; otherwise get Cygnus style configure.
861     if test -f $ac_srcdir/configure.gnu; then
862       echo
863       $SHELL $ac_srcdir/configure.gnu  --help=recursive
864     elif test -f $ac_srcdir/configure; then
865       echo
866       $SHELL $ac_srcdir/configure  --help=recursive
867     elif test -f $ac_srcdir/configure.ac ||
868            test -f $ac_srcdir/configure.in; then
869       echo
870       $ac_configure --help
871     else
872       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
873     fi
874     cd $ac_popdir
875   done
876 fi
877
878 test -n "$ac_init_help" && exit 0
879 if $ac_init_version; then
880   cat <<\_ACEOF
881 libchise configure 0.1.1
882 generated by GNU Autoconf 2.57
883
884 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
885 Free Software Foundation, Inc.
886 This configure script is free software; the Free Software Foundation
887 gives unlimited permission to copy, distribute and modify it.
888 _ACEOF
889   exit 0
890 fi
891 exec 5>config.log
892 cat >&5 <<_ACEOF
893 This file contains any messages produced by compilers while
894 running configure, to aid debugging if configure makes a mistake.
895
896 It was created by libchise $as_me 0.1.1, which was
897 generated by GNU Autoconf 2.57.  Invocation command line was
898
899   $ $0 $@
900
901 _ACEOF
902 {
903 cat <<_ASUNAME
904 ## --------- ##
905 ## Platform. ##
906 ## --------- ##
907
908 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
909 uname -m = `(uname -m) 2>/dev/null || echo unknown`
910 uname -r = `(uname -r) 2>/dev/null || echo unknown`
911 uname -s = `(uname -s) 2>/dev/null || echo unknown`
912 uname -v = `(uname -v) 2>/dev/null || echo unknown`
913
914 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
915 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
916
917 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
918 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
919 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
920 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
921 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
922 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
923 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
924
925 _ASUNAME
926
927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
928 for as_dir in $PATH
929 do
930   IFS=$as_save_IFS
931   test -z "$as_dir" && as_dir=.
932   echo "PATH: $as_dir"
933 done
934
935 } >&5
936
937 cat >&5 <<_ACEOF
938
939
940 ## ----------- ##
941 ## Core tests. ##
942 ## ----------- ##
943
944 _ACEOF
945
946
947 # Keep a trace of the command line.
948 # Strip out --no-create and --no-recursion so they do not pile up.
949 # Strip out --silent because we don't want to record it for future runs.
950 # Also quote any args containing shell meta-characters.
951 # Make two passes to allow for proper duplicate-argument suppression.
952 ac_configure_args=
953 ac_configure_args0=
954 ac_configure_args1=
955 ac_sep=
956 ac_must_keep_next=false
957 for ac_pass in 1 2
958 do
959   for ac_arg
960   do
961     case $ac_arg in
962     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
963     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
964     | -silent | --silent | --silen | --sile | --sil)
965       continue ;;
966     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
967       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
968     esac
969     case $ac_pass in
970     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
971     2)
972       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
973       if test $ac_must_keep_next = true; then
974         ac_must_keep_next=false # Got value, back to normal.
975       else
976         case $ac_arg in
977           *=* | --config-cache | -C | -disable-* | --disable-* \
978           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
979           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
980           | -with-* | --with-* | -without-* | --without-* | --x)
981             case "$ac_configure_args0 " in
982               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
983             esac
984             ;;
985           -* ) ac_must_keep_next=true ;;
986         esac
987       fi
988       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
989       # Get rid of the leading space.
990       ac_sep=" "
991       ;;
992     esac
993   done
994 done
995 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
996 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
997
998 # When interrupted or exit'd, cleanup temporary files, and complete
999 # config.log.  We remove comments because anyway the quotes in there
1000 # would cause problems or look ugly.
1001 # WARNING: Be sure not to use single quotes in there, as some shells,
1002 # such as our DU 5.0 friend, will then `close' the trap.
1003 trap 'exit_status=$?
1004   # Save into config.log some information that might help in debugging.
1005   {
1006     echo
1007
1008     cat <<\_ASBOX
1009 ## ---------------- ##
1010 ## Cache variables. ##
1011 ## ---------------- ##
1012 _ASBOX
1013     echo
1014     # The following way of writing the cache mishandles newlines in values,
1015 {
1016   (set) 2>&1 |
1017     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1018     *ac_space=\ *)
1019       sed -n \
1020         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1021           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1022       ;;
1023     *)
1024       sed -n \
1025         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1026       ;;
1027     esac;
1028 }
1029     echo
1030
1031     cat <<\_ASBOX
1032 ## ----------------- ##
1033 ## Output variables. ##
1034 ## ----------------- ##
1035 _ASBOX
1036     echo
1037     for ac_var in $ac_subst_vars
1038     do
1039       eval ac_val=$`echo $ac_var`
1040       echo "$ac_var='"'"'$ac_val'"'"'"
1041     done | sort
1042     echo
1043
1044     if test -n "$ac_subst_files"; then
1045       cat <<\_ASBOX
1046 ## ------------- ##
1047 ## Output files. ##
1048 ## ------------- ##
1049 _ASBOX
1050       echo
1051       for ac_var in $ac_subst_files
1052       do
1053         eval ac_val=$`echo $ac_var`
1054         echo "$ac_var='"'"'$ac_val'"'"'"
1055       done | sort
1056       echo
1057     fi
1058
1059     if test -s confdefs.h; then
1060       cat <<\_ASBOX
1061 ## ----------- ##
1062 ## confdefs.h. ##
1063 ## ----------- ##
1064 _ASBOX
1065       echo
1066       sed "/^$/d" confdefs.h | sort
1067       echo
1068     fi
1069     test "$ac_signal" != 0 &&
1070       echo "$as_me: caught signal $ac_signal"
1071     echo "$as_me: exit $exit_status"
1072   } >&5
1073   rm -f core core.* *.core &&
1074   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1075     exit $exit_status
1076      ' 0
1077 for ac_signal in 1 2 13 15; do
1078   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1079 done
1080 ac_signal=0
1081
1082 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1083 rm -rf conftest* confdefs.h
1084 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1085 echo >confdefs.h
1086
1087 # Predefined preprocessor variables.
1088
1089 cat >>confdefs.h <<_ACEOF
1090 #define PACKAGE_NAME "$PACKAGE_NAME"
1091 _ACEOF
1092
1093
1094 cat >>confdefs.h <<_ACEOF
1095 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1096 _ACEOF
1097
1098
1099 cat >>confdefs.h <<_ACEOF
1100 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1101 _ACEOF
1102
1103
1104 cat >>confdefs.h <<_ACEOF
1105 #define PACKAGE_STRING "$PACKAGE_STRING"
1106 _ACEOF
1107
1108
1109 cat >>confdefs.h <<_ACEOF
1110 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1111 _ACEOF
1112
1113
1114 # Let the site file select an alternate cache file if it wants to.
1115 # Prefer explicitly selected file to automatically selected ones.
1116 if test -z "$CONFIG_SITE"; then
1117   if test "x$prefix" != xNONE; then
1118     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1119   else
1120     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1121   fi
1122 fi
1123 for ac_site_file in $CONFIG_SITE; do
1124   if test -r "$ac_site_file"; then
1125     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1126 echo "$as_me: loading site script $ac_site_file" >&6;}
1127     sed 's/^/| /' "$ac_site_file" >&5
1128     . "$ac_site_file"
1129   fi
1130 done
1131
1132 if test -r "$cache_file"; then
1133   # Some versions of bash will fail to source /dev/null (special
1134   # files actually), so we avoid doing that.
1135   if test -f "$cache_file"; then
1136     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1137 echo "$as_me: loading cache $cache_file" >&6;}
1138     case $cache_file in
1139       [\\/]* | ?:[\\/]* ) . $cache_file;;
1140       *)                      . ./$cache_file;;
1141     esac
1142   fi
1143 else
1144   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1145 echo "$as_me: creating cache $cache_file" >&6;}
1146   >$cache_file
1147 fi
1148
1149 # Check that the precious variables saved in the cache have kept the same
1150 # value.
1151 ac_cache_corrupted=false
1152 for ac_var in `(set) 2>&1 |
1153                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1154   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1155   eval ac_new_set=\$ac_env_${ac_var}_set
1156   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1157   eval ac_new_val="\$ac_env_${ac_var}_value"
1158   case $ac_old_set,$ac_new_set in
1159     set,)
1160       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1161 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1162       ac_cache_corrupted=: ;;
1163     ,set)
1164       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1165 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1166       ac_cache_corrupted=: ;;
1167     ,);;
1168     *)
1169       if test "x$ac_old_val" != "x$ac_new_val"; then
1170         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1171 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1172         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1173 echo "$as_me:   former value:  $ac_old_val" >&2;}
1174         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1175 echo "$as_me:   current value: $ac_new_val" >&2;}
1176         ac_cache_corrupted=:
1177       fi;;
1178   esac
1179   # Pass precious variables to config.status.
1180   if test "$ac_new_set" = set; then
1181     case $ac_new_val in
1182     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1183       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1184     *) ac_arg=$ac_var=$ac_new_val ;;
1185     esac
1186     case " $ac_configure_args " in
1187       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1188       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1189     esac
1190   fi
1191 done
1192 if $ac_cache_corrupted; then
1193   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1194 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1195   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1196 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1197    { (exit 1); exit 1; }; }
1198 fi
1199
1200 ac_ext=c
1201 ac_cpp='$CPP $CPPFLAGS'
1202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233           ac_config_headers="$ac_config_headers config.h"
1234
1235
1236 # Checks for programs.
1237 ac_ext=c
1238 ac_cpp='$CPP $CPPFLAGS'
1239 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1240 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1241 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1242 if test -n "$ac_tool_prefix"; then
1243   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1244 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1245 echo "$as_me:$LINENO: checking for $ac_word" >&5
1246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1247 if test "${ac_cv_prog_CC+set}" = set; then
1248   echo $ECHO_N "(cached) $ECHO_C" >&6
1249 else
1250   if test -n "$CC"; then
1251   ac_cv_prog_CC="$CC" # Let the user override the test.
1252 else
1253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1254 for as_dir in $PATH
1255 do
1256   IFS=$as_save_IFS
1257   test -z "$as_dir" && as_dir=.
1258   for ac_exec_ext in '' $ac_executable_extensions; do
1259   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1260     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1261     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1262     break 2
1263   fi
1264 done
1265 done
1266
1267 fi
1268 fi
1269 CC=$ac_cv_prog_CC
1270 if test -n "$CC"; then
1271   echo "$as_me:$LINENO: result: $CC" >&5
1272 echo "${ECHO_T}$CC" >&6
1273 else
1274   echo "$as_me:$LINENO: result: no" >&5
1275 echo "${ECHO_T}no" >&6
1276 fi
1277
1278 fi
1279 if test -z "$ac_cv_prog_CC"; then
1280   ac_ct_CC=$CC
1281   # Extract the first word of "gcc", so it can be a program name with args.
1282 set dummy gcc; ac_word=$2
1283 echo "$as_me:$LINENO: checking for $ac_word" >&5
1284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1285 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1286   echo $ECHO_N "(cached) $ECHO_C" >&6
1287 else
1288   if test -n "$ac_ct_CC"; then
1289   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1290 else
1291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1292 for as_dir in $PATH
1293 do
1294   IFS=$as_save_IFS
1295   test -z "$as_dir" && as_dir=.
1296   for ac_exec_ext in '' $ac_executable_extensions; do
1297   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1298     ac_cv_prog_ac_ct_CC="gcc"
1299     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1300     break 2
1301   fi
1302 done
1303 done
1304
1305 fi
1306 fi
1307 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1308 if test -n "$ac_ct_CC"; then
1309   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1310 echo "${ECHO_T}$ac_ct_CC" >&6
1311 else
1312   echo "$as_me:$LINENO: result: no" >&5
1313 echo "${ECHO_T}no" >&6
1314 fi
1315
1316   CC=$ac_ct_CC
1317 else
1318   CC="$ac_cv_prog_CC"
1319 fi
1320
1321 if test -z "$CC"; then
1322   if test -n "$ac_tool_prefix"; then
1323   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1324 set dummy ${ac_tool_prefix}cc; ac_word=$2
1325 echo "$as_me:$LINENO: checking for $ac_word" >&5
1326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1327 if test "${ac_cv_prog_CC+set}" = set; then
1328   echo $ECHO_N "(cached) $ECHO_C" >&6
1329 else
1330   if test -n "$CC"; then
1331   ac_cv_prog_CC="$CC" # Let the user override the test.
1332 else
1333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1334 for as_dir in $PATH
1335 do
1336   IFS=$as_save_IFS
1337   test -z "$as_dir" && as_dir=.
1338   for ac_exec_ext in '' $ac_executable_extensions; do
1339   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1340     ac_cv_prog_CC="${ac_tool_prefix}cc"
1341     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1342     break 2
1343   fi
1344 done
1345 done
1346
1347 fi
1348 fi
1349 CC=$ac_cv_prog_CC
1350 if test -n "$CC"; then
1351   echo "$as_me:$LINENO: result: $CC" >&5
1352 echo "${ECHO_T}$CC" >&6
1353 else
1354   echo "$as_me:$LINENO: result: no" >&5
1355 echo "${ECHO_T}no" >&6
1356 fi
1357
1358 fi
1359 if test -z "$ac_cv_prog_CC"; then
1360   ac_ct_CC=$CC
1361   # Extract the first word of "cc", so it can be a program name with args.
1362 set dummy cc; ac_word=$2
1363 echo "$as_me:$LINENO: checking for $ac_word" >&5
1364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1365 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1366   echo $ECHO_N "(cached) $ECHO_C" >&6
1367 else
1368   if test -n "$ac_ct_CC"; then
1369   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1370 else
1371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1372 for as_dir in $PATH
1373 do
1374   IFS=$as_save_IFS
1375   test -z "$as_dir" && as_dir=.
1376   for ac_exec_ext in '' $ac_executable_extensions; do
1377   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1378     ac_cv_prog_ac_ct_CC="cc"
1379     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1380     break 2
1381   fi
1382 done
1383 done
1384
1385 fi
1386 fi
1387 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1388 if test -n "$ac_ct_CC"; then
1389   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1390 echo "${ECHO_T}$ac_ct_CC" >&6
1391 else
1392   echo "$as_me:$LINENO: result: no" >&5
1393 echo "${ECHO_T}no" >&6
1394 fi
1395
1396   CC=$ac_ct_CC
1397 else
1398   CC="$ac_cv_prog_CC"
1399 fi
1400
1401 fi
1402 if test -z "$CC"; then
1403   # Extract the first word of "cc", so it can be a program name with args.
1404 set dummy cc; ac_word=$2
1405 echo "$as_me:$LINENO: checking for $ac_word" >&5
1406 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1407 if test "${ac_cv_prog_CC+set}" = set; then
1408   echo $ECHO_N "(cached) $ECHO_C" >&6
1409 else
1410   if test -n "$CC"; then
1411   ac_cv_prog_CC="$CC" # Let the user override the test.
1412 else
1413   ac_prog_rejected=no
1414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1415 for as_dir in $PATH
1416 do
1417   IFS=$as_save_IFS
1418   test -z "$as_dir" && as_dir=.
1419   for ac_exec_ext in '' $ac_executable_extensions; do
1420   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1421     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1422        ac_prog_rejected=yes
1423        continue
1424      fi
1425     ac_cv_prog_CC="cc"
1426     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1427     break 2
1428   fi
1429 done
1430 done
1431
1432 if test $ac_prog_rejected = yes; then
1433   # We found a bogon in the path, so make sure we never use it.
1434   set dummy $ac_cv_prog_CC
1435   shift
1436   if test $# != 0; then
1437     # We chose a different compiler from the bogus one.
1438     # However, it has the same basename, so the bogon will be chosen
1439     # first if we set CC to just the basename; use the full file name.
1440     shift
1441     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1442   fi
1443 fi
1444 fi
1445 fi
1446 CC=$ac_cv_prog_CC
1447 if test -n "$CC"; then
1448   echo "$as_me:$LINENO: result: $CC" >&5
1449 echo "${ECHO_T}$CC" >&6
1450 else
1451   echo "$as_me:$LINENO: result: no" >&5
1452 echo "${ECHO_T}no" >&6
1453 fi
1454
1455 fi
1456 if test -z "$CC"; then
1457   if test -n "$ac_tool_prefix"; then
1458   for ac_prog in cl
1459   do
1460     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1461 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1462 echo "$as_me:$LINENO: checking for $ac_word" >&5
1463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1464 if test "${ac_cv_prog_CC+set}" = set; then
1465   echo $ECHO_N "(cached) $ECHO_C" >&6
1466 else
1467   if test -n "$CC"; then
1468   ac_cv_prog_CC="$CC" # Let the user override the test.
1469 else
1470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1471 for as_dir in $PATH
1472 do
1473   IFS=$as_save_IFS
1474   test -z "$as_dir" && as_dir=.
1475   for ac_exec_ext in '' $ac_executable_extensions; do
1476   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1477     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1478     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1479     break 2
1480   fi
1481 done
1482 done
1483
1484 fi
1485 fi
1486 CC=$ac_cv_prog_CC
1487 if test -n "$CC"; then
1488   echo "$as_me:$LINENO: result: $CC" >&5
1489 echo "${ECHO_T}$CC" >&6
1490 else
1491   echo "$as_me:$LINENO: result: no" >&5
1492 echo "${ECHO_T}no" >&6
1493 fi
1494
1495     test -n "$CC" && break
1496   done
1497 fi
1498 if test -z "$CC"; then
1499   ac_ct_CC=$CC
1500   for ac_prog in cl
1501 do
1502   # Extract the first word of "$ac_prog", so it can be a program name with args.
1503 set dummy $ac_prog; ac_word=$2
1504 echo "$as_me:$LINENO: checking for $ac_word" >&5
1505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1506 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1507   echo $ECHO_N "(cached) $ECHO_C" >&6
1508 else
1509   if test -n "$ac_ct_CC"; then
1510   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1511 else
1512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1513 for as_dir in $PATH
1514 do
1515   IFS=$as_save_IFS
1516   test -z "$as_dir" && as_dir=.
1517   for ac_exec_ext in '' $ac_executable_extensions; do
1518   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1519     ac_cv_prog_ac_ct_CC="$ac_prog"
1520     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1521     break 2
1522   fi
1523 done
1524 done
1525
1526 fi
1527 fi
1528 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1529 if test -n "$ac_ct_CC"; then
1530   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1531 echo "${ECHO_T}$ac_ct_CC" >&6
1532 else
1533   echo "$as_me:$LINENO: result: no" >&5
1534 echo "${ECHO_T}no" >&6
1535 fi
1536
1537   test -n "$ac_ct_CC" && break
1538 done
1539
1540   CC=$ac_ct_CC
1541 fi
1542
1543 fi
1544
1545
1546 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1547 See \`config.log' for more details." >&5
1548 echo "$as_me: error: no acceptable C compiler found in \$PATH
1549 See \`config.log' for more details." >&2;}
1550    { (exit 1); exit 1; }; }
1551
1552 # Provide some information about the compiler.
1553 echo "$as_me:$LINENO:" \
1554      "checking for C compiler version" >&5
1555 ac_compiler=`set X $ac_compile; echo $2`
1556 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1557   (eval $ac_compiler --version </dev/null >&5) 2>&5
1558   ac_status=$?
1559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1560   (exit $ac_status); }
1561 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1562   (eval $ac_compiler -v </dev/null >&5) 2>&5
1563   ac_status=$?
1564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1565   (exit $ac_status); }
1566 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1567   (eval $ac_compiler -V </dev/null >&5) 2>&5
1568   ac_status=$?
1569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1570   (exit $ac_status); }
1571
1572 cat >conftest.$ac_ext <<_ACEOF
1573 #line $LINENO "configure"
1574 /* confdefs.h.  */
1575 _ACEOF
1576 cat confdefs.h >>conftest.$ac_ext
1577 cat >>conftest.$ac_ext <<_ACEOF
1578 /* end confdefs.h.  */
1579
1580 int
1581 main ()
1582 {
1583
1584   ;
1585   return 0;
1586 }
1587 _ACEOF
1588 ac_clean_files_save=$ac_clean_files
1589 ac_clean_files="$ac_clean_files a.out a.exe b.out"
1590 # Try to create an executable without -o first, disregard a.out.
1591 # It will help us diagnose broken compilers, and finding out an intuition
1592 # of exeext.
1593 echo "$as_me:$LINENO: checking for C compiler default output" >&5
1594 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1595 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1596 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1597   (eval $ac_link_default) 2>&5
1598   ac_status=$?
1599   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1600   (exit $ac_status); }; then
1601   # Find the output, starting from the most likely.  This scheme is
1602 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1603 # resort.
1604
1605 # Be careful to initialize this variable, since it used to be cached.
1606 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1607 ac_cv_exeext=
1608 # b.out is created by i960 compilers.
1609 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1610 do
1611   test -f "$ac_file" || continue
1612   case $ac_file in
1613     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1614         ;;
1615     conftest.$ac_ext )
1616         # This is the source file.
1617         ;;
1618     [ab].out )
1619         # We found the default executable, but exeext='' is most
1620         # certainly right.
1621         break;;
1622     *.* )
1623         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1624         # FIXME: I believe we export ac_cv_exeext for Libtool,
1625         # but it would be cool to find out if it's true.  Does anybody
1626         # maintain Libtool? --akim.
1627         export ac_cv_exeext
1628         break;;
1629     * )
1630         break;;
1631   esac
1632 done
1633 else
1634   echo "$as_me: failed program was:" >&5
1635 sed 's/^/| /' conftest.$ac_ext >&5
1636
1637 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1638 See \`config.log' for more details." >&5
1639 echo "$as_me: error: C compiler cannot create executables
1640 See \`config.log' for more details." >&2;}
1641    { (exit 77); exit 77; }; }
1642 fi
1643
1644 ac_exeext=$ac_cv_exeext
1645 echo "$as_me:$LINENO: result: $ac_file" >&5
1646 echo "${ECHO_T}$ac_file" >&6
1647
1648 # Check the compiler produces executables we can run.  If not, either
1649 # the compiler is broken, or we cross compile.
1650 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1651 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1652 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1653 # If not cross compiling, check that we can run a simple program.
1654 if test "$cross_compiling" != yes; then
1655   if { ac_try='./$ac_file'
1656   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1657   (eval $ac_try) 2>&5
1658   ac_status=$?
1659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1660   (exit $ac_status); }; }; then
1661     cross_compiling=no
1662   else
1663     if test "$cross_compiling" = maybe; then
1664         cross_compiling=yes
1665     else
1666         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1667 If you meant to cross compile, use \`--host'.
1668 See \`config.log' for more details." >&5
1669 echo "$as_me: error: cannot run C compiled programs.
1670 If you meant to cross compile, use \`--host'.
1671 See \`config.log' for more details." >&2;}
1672    { (exit 1); exit 1; }; }
1673     fi
1674   fi
1675 fi
1676 echo "$as_me:$LINENO: result: yes" >&5
1677 echo "${ECHO_T}yes" >&6
1678
1679 rm -f a.out a.exe conftest$ac_cv_exeext b.out
1680 ac_clean_files=$ac_clean_files_save
1681 # Check the compiler produces executables we can run.  If not, either
1682 # the compiler is broken, or we cross compile.
1683 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1684 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1685 echo "$as_me:$LINENO: result: $cross_compiling" >&5
1686 echo "${ECHO_T}$cross_compiling" >&6
1687
1688 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1689 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1691   (eval $ac_link) 2>&5
1692   ac_status=$?
1693   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1694   (exit $ac_status); }; then
1695   # If both `conftest.exe' and `conftest' are `present' (well, observable)
1696 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1697 # work properly (i.e., refer to `conftest.exe'), while it won't with
1698 # `rm'.
1699 for ac_file in conftest.exe conftest conftest.*; do
1700   test -f "$ac_file" || continue
1701   case $ac_file in
1702     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1703     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1704           export ac_cv_exeext
1705           break;;
1706     * ) break;;
1707   esac
1708 done
1709 else
1710   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1711 See \`config.log' for more details." >&5
1712 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1713 See \`config.log' for more details." >&2;}
1714    { (exit 1); exit 1; }; }
1715 fi
1716
1717 rm -f conftest$ac_cv_exeext
1718 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1719 echo "${ECHO_T}$ac_cv_exeext" >&6
1720
1721 rm -f conftest.$ac_ext
1722 EXEEXT=$ac_cv_exeext
1723 ac_exeext=$EXEEXT
1724 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1725 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1726 if test "${ac_cv_objext+set}" = set; then
1727   echo $ECHO_N "(cached) $ECHO_C" >&6
1728 else
1729   cat >conftest.$ac_ext <<_ACEOF
1730 #line $LINENO "configure"
1731 /* confdefs.h.  */
1732 _ACEOF
1733 cat confdefs.h >>conftest.$ac_ext
1734 cat >>conftest.$ac_ext <<_ACEOF
1735 /* end confdefs.h.  */
1736
1737 int
1738 main ()
1739 {
1740
1741   ;
1742   return 0;
1743 }
1744 _ACEOF
1745 rm -f conftest.o conftest.obj
1746 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1747   (eval $ac_compile) 2>&5
1748   ac_status=$?
1749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1750   (exit $ac_status); }; then
1751   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
1752   case $ac_file in
1753     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1754     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1755        break;;
1756   esac
1757 done
1758 else
1759   echo "$as_me: failed program was:" >&5
1760 sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
1763 See \`config.log' for more details." >&5
1764 echo "$as_me: error: cannot compute suffix of object files: cannot compile
1765 See \`config.log' for more details." >&2;}
1766    { (exit 1); exit 1; }; }
1767 fi
1768
1769 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1770 fi
1771 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1772 echo "${ECHO_T}$ac_cv_objext" >&6
1773 OBJEXT=$ac_cv_objext
1774 ac_objext=$OBJEXT
1775 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
1776 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
1777 if test "${ac_cv_c_compiler_gnu+set}" = set; then
1778   echo $ECHO_N "(cached) $ECHO_C" >&6
1779 else
1780   cat >conftest.$ac_ext <<_ACEOF
1781 #line $LINENO "configure"
1782 /* confdefs.h.  */
1783 _ACEOF
1784 cat confdefs.h >>conftest.$ac_ext
1785 cat >>conftest.$ac_ext <<_ACEOF
1786 /* end confdefs.h.  */
1787
1788 int
1789 main ()
1790 {
1791 #ifndef __GNUC__
1792        choke me
1793 #endif
1794
1795   ;
1796   return 0;
1797 }
1798 _ACEOF
1799 rm -f conftest.$ac_objext
1800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1801   (eval $ac_compile) 2>&5
1802   ac_status=$?
1803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1804   (exit $ac_status); } &&
1805          { ac_try='test -s conftest.$ac_objext'
1806   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1807   (eval $ac_try) 2>&5
1808   ac_status=$?
1809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1810   (exit $ac_status); }; }; then
1811   ac_compiler_gnu=yes
1812 else
1813   echo "$as_me: failed program was:" >&5
1814 sed 's/^/| /' conftest.$ac_ext >&5
1815
1816 ac_compiler_gnu=no
1817 fi
1818 rm -f conftest.$ac_objext conftest.$ac_ext
1819 ac_cv_c_compiler_gnu=$ac_compiler_gnu
1820
1821 fi
1822 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
1823 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
1824 GCC=`test $ac_compiler_gnu = yes && echo yes`
1825 ac_test_CFLAGS=${CFLAGS+set}
1826 ac_save_CFLAGS=$CFLAGS
1827 CFLAGS="-g"
1828 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
1829 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
1830 if test "${ac_cv_prog_cc_g+set}" = set; then
1831   echo $ECHO_N "(cached) $ECHO_C" >&6
1832 else
1833   cat >conftest.$ac_ext <<_ACEOF
1834 #line $LINENO "configure"
1835 /* confdefs.h.  */
1836 _ACEOF
1837 cat confdefs.h >>conftest.$ac_ext
1838 cat >>conftest.$ac_ext <<_ACEOF
1839 /* end confdefs.h.  */
1840
1841 int
1842 main ()
1843 {
1844
1845   ;
1846   return 0;
1847 }
1848 _ACEOF
1849 rm -f conftest.$ac_objext
1850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1851   (eval $ac_compile) 2>&5
1852   ac_status=$?
1853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1854   (exit $ac_status); } &&
1855          { ac_try='test -s conftest.$ac_objext'
1856   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1857   (eval $ac_try) 2>&5
1858   ac_status=$?
1859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1860   (exit $ac_status); }; }; then
1861   ac_cv_prog_cc_g=yes
1862 else
1863   echo "$as_me: failed program was:" >&5
1864 sed 's/^/| /' conftest.$ac_ext >&5
1865
1866 ac_cv_prog_cc_g=no
1867 fi
1868 rm -f conftest.$ac_objext conftest.$ac_ext
1869 fi
1870 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
1871 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
1872 if test "$ac_test_CFLAGS" = set; then
1873   CFLAGS=$ac_save_CFLAGS
1874 elif test $ac_cv_prog_cc_g = yes; then
1875   if test "$GCC" = yes; then
1876     CFLAGS="-g -O2"
1877   else
1878     CFLAGS="-g"
1879   fi
1880 else
1881   if test "$GCC" = yes; then
1882     CFLAGS="-O2"
1883   else
1884     CFLAGS=
1885   fi
1886 fi
1887 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1888 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1889 if test "${ac_cv_prog_cc_stdc+set}" = set; then
1890   echo $ECHO_N "(cached) $ECHO_C" >&6
1891 else
1892   ac_cv_prog_cc_stdc=no
1893 ac_save_CC=$CC
1894 cat >conftest.$ac_ext <<_ACEOF
1895 #line $LINENO "configure"
1896 /* confdefs.h.  */
1897 _ACEOF
1898 cat confdefs.h >>conftest.$ac_ext
1899 cat >>conftest.$ac_ext <<_ACEOF
1900 /* end confdefs.h.  */
1901 #include <stdarg.h>
1902 #include <stdio.h>
1903 #include <sys/types.h>
1904 #include <sys/stat.h>
1905 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
1906 struct buf { int x; };
1907 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1908 static char *e (p, i)
1909      char **p;
1910      int i;
1911 {
1912   return p[i];
1913 }
1914 static char *f (char * (*g) (char **, int), char **p, ...)
1915 {
1916   char *s;
1917   va_list v;
1918   va_start (v,p);
1919   s = g (p, va_arg (v,int));
1920   va_end (v);
1921   return s;
1922 }
1923 int test (int i, double x);
1924 struct s1 {int (*f) (int a);};
1925 struct s2 {int (*f) (double a);};
1926 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
1927 int argc;
1928 char **argv;
1929 int
1930 main ()
1931 {
1932 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
1933   ;
1934   return 0;
1935 }
1936 _ACEOF
1937 # Don't try gcc -ansi; that turns off useful extensions and
1938 # breaks some systems' header files.
1939 # AIX                   -qlanglvl=ansi
1940 # Ultrix and OSF/1      -std1
1941 # HP-UX 10.20 and later -Ae
1942 # HP-UX older versions  -Aa -D_HPUX_SOURCE
1943 # SVR4                  -Xc -D__EXTENSIONS__
1944 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
1945 do
1946   CC="$ac_save_CC $ac_arg"
1947   rm -f conftest.$ac_objext
1948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1949   (eval $ac_compile) 2>&5
1950   ac_status=$?
1951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1952   (exit $ac_status); } &&
1953          { ac_try='test -s conftest.$ac_objext'
1954   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1955   (eval $ac_try) 2>&5
1956   ac_status=$?
1957   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1958   (exit $ac_status); }; }; then
1959   ac_cv_prog_cc_stdc=$ac_arg
1960 break
1961 else
1962   echo "$as_me: failed program was:" >&5
1963 sed 's/^/| /' conftest.$ac_ext >&5
1964
1965 fi
1966 rm -f conftest.$ac_objext
1967 done
1968 rm -f conftest.$ac_ext conftest.$ac_objext
1969 CC=$ac_save_CC
1970
1971 fi
1972
1973 case "x$ac_cv_prog_cc_stdc" in
1974   x|xno)
1975     echo "$as_me:$LINENO: result: none needed" >&5
1976 echo "${ECHO_T}none needed" >&6 ;;
1977   *)
1978     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
1979 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
1980     CC="$CC $ac_cv_prog_cc_stdc" ;;
1981 esac
1982
1983 # Some people use a C++ compiler to compile C.  Since we use `exit',
1984 # in C++ we need to declare it.  In case someone uses the same compiler
1985 # for both compiling C and C++ we need to have the C++ compiler decide
1986 # the declaration of exit, since it's the most demanding environment.
1987 cat >conftest.$ac_ext <<_ACEOF
1988 #ifndef __cplusplus
1989   choke me
1990 #endif
1991 _ACEOF
1992 rm -f conftest.$ac_objext
1993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1994   (eval $ac_compile) 2>&5
1995   ac_status=$?
1996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
1997   (exit $ac_status); } &&
1998          { ac_try='test -s conftest.$ac_objext'
1999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2000   (eval $ac_try) 2>&5
2001   ac_status=$?
2002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2003   (exit $ac_status); }; }; then
2004   for ac_declaration in \
2005    '' \
2006    'extern "C" void std::exit (int) throw (); using std::exit;' \
2007    'extern "C" void std::exit (int); using std::exit;' \
2008    'extern "C" void exit (int) throw ();' \
2009    'extern "C" void exit (int);' \
2010    'void exit (int);'
2011 do
2012   cat >conftest.$ac_ext <<_ACEOF
2013 #line $LINENO "configure"
2014 /* confdefs.h.  */
2015 _ACEOF
2016 cat confdefs.h >>conftest.$ac_ext
2017 cat >>conftest.$ac_ext <<_ACEOF
2018 /* end confdefs.h.  */
2019 $ac_declaration
2020 #include <stdlib.h>
2021 int
2022 main ()
2023 {
2024 exit (42);
2025   ;
2026   return 0;
2027 }
2028 _ACEOF
2029 rm -f conftest.$ac_objext
2030 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2031   (eval $ac_compile) 2>&5
2032   ac_status=$?
2033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2034   (exit $ac_status); } &&
2035          { ac_try='test -s conftest.$ac_objext'
2036   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2037   (eval $ac_try) 2>&5
2038   ac_status=$?
2039   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2040   (exit $ac_status); }; }; then
2041   :
2042 else
2043   echo "$as_me: failed program was:" >&5
2044 sed 's/^/| /' conftest.$ac_ext >&5
2045
2046 continue
2047 fi
2048 rm -f conftest.$ac_objext conftest.$ac_ext
2049   cat >conftest.$ac_ext <<_ACEOF
2050 #line $LINENO "configure"
2051 /* confdefs.h.  */
2052 _ACEOF
2053 cat confdefs.h >>conftest.$ac_ext
2054 cat >>conftest.$ac_ext <<_ACEOF
2055 /* end confdefs.h.  */
2056 $ac_declaration
2057 int
2058 main ()
2059 {
2060 exit (42);
2061   ;
2062   return 0;
2063 }
2064 _ACEOF
2065 rm -f conftest.$ac_objext
2066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2067   (eval $ac_compile) 2>&5
2068   ac_status=$?
2069   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2070   (exit $ac_status); } &&
2071          { ac_try='test -s conftest.$ac_objext'
2072   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2073   (eval $ac_try) 2>&5
2074   ac_status=$?
2075   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2076   (exit $ac_status); }; }; then
2077   break
2078 else
2079   echo "$as_me: failed program was:" >&5
2080 sed 's/^/| /' conftest.$ac_ext >&5
2081
2082 fi
2083 rm -f conftest.$ac_objext conftest.$ac_ext
2084 done
2085 rm -f conftest*
2086 if test -n "$ac_declaration"; then
2087   echo '#ifdef __cplusplus' >>confdefs.h
2088   echo $ac_declaration      >>confdefs.h
2089   echo '#endif'             >>confdefs.h
2090 fi
2091
2092 else
2093   echo "$as_me: failed program was:" >&5
2094 sed 's/^/| /' conftest.$ac_ext >&5
2095
2096 fi
2097 rm -f conftest.$ac_objext conftest.$ac_ext
2098 ac_ext=c
2099 ac_cpp='$CPP $CPPFLAGS'
2100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2101 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2102 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2103
2104 for ac_prog in glibtool libtool
2105 do
2106   # Extract the first word of "$ac_prog", so it can be a program name with args.
2107 set dummy $ac_prog; ac_word=$2
2108 echo "$as_me:$LINENO: checking for $ac_word" >&5
2109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2110 if test "${ac_cv_prog_LIBTOOL+set}" = set; then
2111   echo $ECHO_N "(cached) $ECHO_C" >&6
2112 else
2113   if test -n "$LIBTOOL"; then
2114   ac_cv_prog_LIBTOOL="$LIBTOOL" # Let the user override the test.
2115 else
2116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2117 as_dummy="\
2118         /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin"
2119 for as_dir in $as_dummy
2120 do
2121   IFS=$as_save_IFS
2122   test -z "$as_dir" && as_dir=.
2123   for ac_exec_ext in '' $ac_executable_extensions; do
2124   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2125     ac_cv_prog_LIBTOOL="$ac_prog"
2126     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2127     break 2
2128   fi
2129 done
2130 done
2131
2132 fi
2133 fi
2134 LIBTOOL=$ac_cv_prog_LIBTOOL
2135 if test -n "$LIBTOOL"; then
2136   echo "$as_me:$LINENO: result: $LIBTOOL" >&5
2137 echo "${ECHO_T}$LIBTOOL" >&6
2138 else
2139   echo "$as_me:$LINENO: result: no" >&5
2140 echo "${ECHO_T}no" >&6
2141 fi
2142
2143   test -n "$LIBTOOL" && break
2144 done
2145 test -n "$LIBTOOL" || LIBTOOL="libtool"
2146
2147
2148 # Checks for libraries.
2149 if test -f /sw/include/db3/db.h; then
2150         CFLAGS="-I/sw/include/db3 $CFLAGS"
2151 fi
2152
2153 # Checks for header files.
2154
2155 # Checks for typedefs, structures, and compiler characteristics.
2156
2157 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
2158 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
2159 if test "${ac_cv_c_const+set}" = set; then
2160   echo $ECHO_N "(cached) $ECHO_C" >&6
2161 else
2162   cat >conftest.$ac_ext <<_ACEOF
2163 #line $LINENO "configure"
2164 /* confdefs.h.  */
2165 _ACEOF
2166 cat confdefs.h >>conftest.$ac_ext
2167 cat >>conftest.$ac_ext <<_ACEOF
2168 /* end confdefs.h.  */
2169
2170 int
2171 main ()
2172 {
2173 /* FIXME: Include the comments suggested by Paul. */
2174 #ifndef __cplusplus
2175   /* Ultrix mips cc rejects this.  */
2176   typedef int charset[2];
2177   const charset x;
2178   /* SunOS 4.1.1 cc rejects this.  */
2179   char const *const *ccp;
2180   char **p;
2181   /* NEC SVR4.0.2 mips cc rejects this.  */
2182   struct point {int x, y;};
2183   static struct point const zero = {0,0};
2184   /* AIX XL C 1.02.0.0 rejects this.
2185      It does not let you subtract one const X* pointer from another in
2186      an arm of an if-expression whose if-part is not a constant
2187      expression */
2188   const char *g = "string";
2189   ccp = &g + (g ? g-g : 0);
2190   /* HPUX 7.0 cc rejects these. */
2191   ++ccp;
2192   p = (char**) ccp;
2193   ccp = (char const *const *) p;
2194   { /* SCO 3.2v4 cc rejects this.  */
2195     char *t;
2196     char const *s = 0 ? (char *) 0 : (char const *) 0;
2197
2198     *t++ = 0;
2199   }
2200   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
2201     int x[] = {25, 17};
2202     const int *foo = &x[0];
2203     ++foo;
2204   }
2205   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2206     typedef const int *iptr;
2207     iptr p = 0;
2208     ++p;
2209   }
2210   { /* AIX XL C 1.02.0.0 rejects this saying
2211        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2212     struct s { int j; const int *ap[3]; };
2213     struct s *b; b->j = 5;
2214   }
2215   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2216     const int foo = 10;
2217   }
2218 #endif
2219
2220   ;
2221   return 0;
2222 }
2223 _ACEOF
2224 rm -f conftest.$ac_objext
2225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2226   (eval $ac_compile) 2>&5
2227   ac_status=$?
2228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2229   (exit $ac_status); } &&
2230          { ac_try='test -s conftest.$ac_objext'
2231   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2232   (eval $ac_try) 2>&5
2233   ac_status=$?
2234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2235   (exit $ac_status); }; }; then
2236   ac_cv_c_const=yes
2237 else
2238   echo "$as_me: failed program was:" >&5
2239 sed 's/^/| /' conftest.$ac_ext >&5
2240
2241 ac_cv_c_const=no
2242 fi
2243 rm -f conftest.$ac_objext conftest.$ac_ext
2244 fi
2245 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
2246 echo "${ECHO_T}$ac_cv_c_const" >&6
2247 if test $ac_cv_c_const = no; then
2248
2249 cat >>confdefs.h <<\_ACEOF
2250 #define const
2251 _ACEOF
2252
2253 fi
2254
2255 echo "$as_me:$LINENO: checking for inline" >&5
2256 echo $ECHO_N "checking for inline... $ECHO_C" >&6
2257 if test "${ac_cv_c_inline+set}" = set; then
2258   echo $ECHO_N "(cached) $ECHO_C" >&6
2259 else
2260   ac_cv_c_inline=no
2261 for ac_kw in inline __inline__ __inline; do
2262   cat >conftest.$ac_ext <<_ACEOF
2263 #line $LINENO "configure"
2264 /* confdefs.h.  */
2265 _ACEOF
2266 cat confdefs.h >>conftest.$ac_ext
2267 cat >>conftest.$ac_ext <<_ACEOF
2268 /* end confdefs.h.  */
2269 #ifndef __cplusplus
2270 typedef int foo_t;
2271 static $ac_kw foo_t static_foo () {return 0; }
2272 $ac_kw foo_t foo () {return 0; }
2273 #endif
2274
2275 _ACEOF
2276 rm -f conftest.$ac_objext
2277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2278   (eval $ac_compile) 2>&5
2279   ac_status=$?
2280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2281   (exit $ac_status); } &&
2282          { ac_try='test -s conftest.$ac_objext'
2283   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2284   (eval $ac_try) 2>&5
2285   ac_status=$?
2286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2287   (exit $ac_status); }; }; then
2288   ac_cv_c_inline=$ac_kw; break
2289 else
2290   echo "$as_me: failed program was:" >&5
2291 sed 's/^/| /' conftest.$ac_ext >&5
2292
2293 fi
2294 rm -f conftest.$ac_objext conftest.$ac_ext
2295 done
2296
2297 fi
2298 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
2299 echo "${ECHO_T}$ac_cv_c_inline" >&6
2300 case $ac_cv_c_inline in
2301   inline | yes) ;;
2302   no)
2303 cat >>confdefs.h <<\_ACEOF
2304 #define inline
2305 _ACEOF
2306  ;;
2307   *)  cat >>confdefs.h <<_ACEOF
2308 #define inline $ac_cv_c_inline
2309 _ACEOF
2310  ;;
2311 esac
2312
2313
2314 # Checks for library functions.
2315 ac_ext=c
2316 ac_cpp='$CPP $CPPFLAGS'
2317 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2318 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2319 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2320 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2321 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2322 # On Suns, sometimes $CPP names a directory.
2323 if test -n "$CPP" && test -d "$CPP"; then
2324   CPP=
2325 fi
2326 if test -z "$CPP"; then
2327   if test "${ac_cv_prog_CPP+set}" = set; then
2328   echo $ECHO_N "(cached) $ECHO_C" >&6
2329 else
2330       # Double quotes because CPP needs to be expanded
2331     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2332     do
2333       ac_preproc_ok=false
2334 for ac_c_preproc_warn_flag in '' yes
2335 do
2336   # Use a header file that comes with gcc, so configuring glibc
2337   # with a fresh cross-compiler works.
2338   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2339   # <limits.h> exists even on freestanding compilers.
2340   # On the NeXT, cc -E runs the code through the compiler's parser,
2341   # not just through cpp. "Syntax error" is here to catch this case.
2342   cat >conftest.$ac_ext <<_ACEOF
2343 #line $LINENO "configure"
2344 /* confdefs.h.  */
2345 _ACEOF
2346 cat confdefs.h >>conftest.$ac_ext
2347 cat >>conftest.$ac_ext <<_ACEOF
2348 /* end confdefs.h.  */
2349 #ifdef __STDC__
2350 # include <limits.h>
2351 #else
2352 # include <assert.h>
2353 #endif
2354                      Syntax error
2355 _ACEOF
2356 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2357   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2358   ac_status=$?
2359   grep -v '^ *+' conftest.er1 >conftest.err
2360   rm -f conftest.er1
2361   cat conftest.err >&5
2362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363   (exit $ac_status); } >/dev/null; then
2364   if test -s conftest.err; then
2365     ac_cpp_err=$ac_c_preproc_warn_flag
2366   else
2367     ac_cpp_err=
2368   fi
2369 else
2370   ac_cpp_err=yes
2371 fi
2372 if test -z "$ac_cpp_err"; then
2373   :
2374 else
2375   echo "$as_me: failed program was:" >&5
2376 sed 's/^/| /' conftest.$ac_ext >&5
2377
2378   # Broken: fails on valid input.
2379 continue
2380 fi
2381 rm -f conftest.err conftest.$ac_ext
2382
2383   # OK, works on sane cases.  Now check whether non-existent headers
2384   # can be detected and how.
2385   cat >conftest.$ac_ext <<_ACEOF
2386 #line $LINENO "configure"
2387 /* confdefs.h.  */
2388 _ACEOF
2389 cat confdefs.h >>conftest.$ac_ext
2390 cat >>conftest.$ac_ext <<_ACEOF
2391 /* end confdefs.h.  */
2392 #include <ac_nonexistent.h>
2393 _ACEOF
2394 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2395   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2396   ac_status=$?
2397   grep -v '^ *+' conftest.er1 >conftest.err
2398   rm -f conftest.er1
2399   cat conftest.err >&5
2400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2401   (exit $ac_status); } >/dev/null; then
2402   if test -s conftest.err; then
2403     ac_cpp_err=$ac_c_preproc_warn_flag
2404   else
2405     ac_cpp_err=
2406   fi
2407 else
2408   ac_cpp_err=yes
2409 fi
2410 if test -z "$ac_cpp_err"; then
2411   # Broken: success on invalid input.
2412 continue
2413 else
2414   echo "$as_me: failed program was:" >&5
2415 sed 's/^/| /' conftest.$ac_ext >&5
2416
2417   # Passes both tests.
2418 ac_preproc_ok=:
2419 break
2420 fi
2421 rm -f conftest.err conftest.$ac_ext
2422
2423 done
2424 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2425 rm -f conftest.err conftest.$ac_ext
2426 if $ac_preproc_ok; then
2427   break
2428 fi
2429
2430     done
2431     ac_cv_prog_CPP=$CPP
2432
2433 fi
2434   CPP=$ac_cv_prog_CPP
2435 else
2436   ac_cv_prog_CPP=$CPP
2437 fi
2438 echo "$as_me:$LINENO: result: $CPP" >&5
2439 echo "${ECHO_T}$CPP" >&6
2440 ac_preproc_ok=false
2441 for ac_c_preproc_warn_flag in '' yes
2442 do
2443   # Use a header file that comes with gcc, so configuring glibc
2444   # with a fresh cross-compiler works.
2445   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2446   # <limits.h> exists even on freestanding compilers.
2447   # On the NeXT, cc -E runs the code through the compiler's parser,
2448   # not just through cpp. "Syntax error" is here to catch this case.
2449   cat >conftest.$ac_ext <<_ACEOF
2450 #line $LINENO "configure"
2451 /* confdefs.h.  */
2452 _ACEOF
2453 cat confdefs.h >>conftest.$ac_ext
2454 cat >>conftest.$ac_ext <<_ACEOF
2455 /* end confdefs.h.  */
2456 #ifdef __STDC__
2457 # include <limits.h>
2458 #else
2459 # include <assert.h>
2460 #endif
2461                      Syntax error
2462 _ACEOF
2463 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2464   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2465   ac_status=$?
2466   grep -v '^ *+' conftest.er1 >conftest.err
2467   rm -f conftest.er1
2468   cat conftest.err >&5
2469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470   (exit $ac_status); } >/dev/null; then
2471   if test -s conftest.err; then
2472     ac_cpp_err=$ac_c_preproc_warn_flag
2473   else
2474     ac_cpp_err=
2475   fi
2476 else
2477   ac_cpp_err=yes
2478 fi
2479 if test -z "$ac_cpp_err"; then
2480   :
2481 else
2482   echo "$as_me: failed program was:" >&5
2483 sed 's/^/| /' conftest.$ac_ext >&5
2484
2485   # Broken: fails on valid input.
2486 continue
2487 fi
2488 rm -f conftest.err conftest.$ac_ext
2489
2490   # OK, works on sane cases.  Now check whether non-existent headers
2491   # can be detected and how.
2492   cat >conftest.$ac_ext <<_ACEOF
2493 #line $LINENO "configure"
2494 /* confdefs.h.  */
2495 _ACEOF
2496 cat confdefs.h >>conftest.$ac_ext
2497 cat >>conftest.$ac_ext <<_ACEOF
2498 /* end confdefs.h.  */
2499 #include <ac_nonexistent.h>
2500 _ACEOF
2501 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2502   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2503   ac_status=$?
2504   grep -v '^ *+' conftest.er1 >conftest.err
2505   rm -f conftest.er1
2506   cat conftest.err >&5
2507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2508   (exit $ac_status); } >/dev/null; then
2509   if test -s conftest.err; then
2510     ac_cpp_err=$ac_c_preproc_warn_flag
2511   else
2512     ac_cpp_err=
2513   fi
2514 else
2515   ac_cpp_err=yes
2516 fi
2517 if test -z "$ac_cpp_err"; then
2518   # Broken: success on invalid input.
2519 continue
2520 else
2521   echo "$as_me: failed program was:" >&5
2522 sed 's/^/| /' conftest.$ac_ext >&5
2523
2524   # Passes both tests.
2525 ac_preproc_ok=:
2526 break
2527 fi
2528 rm -f conftest.err conftest.$ac_ext
2529
2530 done
2531 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2532 rm -f conftest.err conftest.$ac_ext
2533 if $ac_preproc_ok; then
2534   :
2535 else
2536   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2537 See \`config.log' for more details." >&5
2538 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2539 See \`config.log' for more details." >&2;}
2540    { (exit 1); exit 1; }; }
2541 fi
2542
2543 ac_ext=c
2544 ac_cpp='$CPP $CPPFLAGS'
2545 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2546 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2547 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2548
2549
2550 echo "$as_me:$LINENO: checking for egrep" >&5
2551 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
2552 if test "${ac_cv_prog_egrep+set}" = set; then
2553   echo $ECHO_N "(cached) $ECHO_C" >&6
2554 else
2555   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2556     then ac_cv_prog_egrep='grep -E'
2557     else ac_cv_prog_egrep='egrep'
2558     fi
2559 fi
2560 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
2561 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
2562  EGREP=$ac_cv_prog_egrep
2563
2564
2565 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
2566 # for constant arguments.  Useless!
2567 echo "$as_me:$LINENO: checking for working alloca.h" >&5
2568 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
2569 if test "${ac_cv_working_alloca_h+set}" = set; then
2570   echo $ECHO_N "(cached) $ECHO_C" >&6
2571 else
2572   cat >conftest.$ac_ext <<_ACEOF
2573 #line $LINENO "configure"
2574 /* confdefs.h.  */
2575 _ACEOF
2576 cat confdefs.h >>conftest.$ac_ext
2577 cat >>conftest.$ac_ext <<_ACEOF
2578 /* end confdefs.h.  */
2579 #include <alloca.h>
2580 int
2581 main ()
2582 {
2583 char *p = (char *) alloca (2 * sizeof (int));
2584   ;
2585   return 0;
2586 }
2587 _ACEOF
2588 rm -f conftest.$ac_objext conftest$ac_exeext
2589 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2590   (eval $ac_link) 2>&5
2591   ac_status=$?
2592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593   (exit $ac_status); } &&
2594          { ac_try='test -s conftest$ac_exeext'
2595   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2596   (eval $ac_try) 2>&5
2597   ac_status=$?
2598   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2599   (exit $ac_status); }; }; then
2600   ac_cv_working_alloca_h=yes
2601 else
2602   echo "$as_me: failed program was:" >&5
2603 sed 's/^/| /' conftest.$ac_ext >&5
2604
2605 ac_cv_working_alloca_h=no
2606 fi
2607 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2608 fi
2609 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
2610 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
2611 if test $ac_cv_working_alloca_h = yes; then
2612
2613 cat >>confdefs.h <<\_ACEOF
2614 #define HAVE_ALLOCA_H 1
2615 _ACEOF
2616
2617 fi
2618
2619 echo "$as_me:$LINENO: checking for alloca" >&5
2620 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
2621 if test "${ac_cv_func_alloca_works+set}" = set; then
2622   echo $ECHO_N "(cached) $ECHO_C" >&6
2623 else
2624   cat >conftest.$ac_ext <<_ACEOF
2625 #line $LINENO "configure"
2626 /* confdefs.h.  */
2627 _ACEOF
2628 cat confdefs.h >>conftest.$ac_ext
2629 cat >>conftest.$ac_ext <<_ACEOF
2630 /* end confdefs.h.  */
2631 #ifdef __GNUC__
2632 # define alloca __builtin_alloca
2633 #else
2634 # ifdef _MSC_VER
2635 #  include <malloc.h>
2636 #  define alloca _alloca
2637 # else
2638 #  if HAVE_ALLOCA_H
2639 #   include <alloca.h>
2640 #  else
2641 #   ifdef _AIX
2642  #pragma alloca
2643 #   else
2644 #    ifndef alloca /* predefined by HP cc +Olibcalls */
2645 char *alloca ();
2646 #    endif
2647 #   endif
2648 #  endif
2649 # endif
2650 #endif
2651
2652 int
2653 main ()
2654 {
2655 char *p = (char *) alloca (1);
2656   ;
2657   return 0;
2658 }
2659 _ACEOF
2660 rm -f conftest.$ac_objext conftest$ac_exeext
2661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2662   (eval $ac_link) 2>&5
2663   ac_status=$?
2664   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2665   (exit $ac_status); } &&
2666          { ac_try='test -s conftest$ac_exeext'
2667   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668   (eval $ac_try) 2>&5
2669   ac_status=$?
2670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2671   (exit $ac_status); }; }; then
2672   ac_cv_func_alloca_works=yes
2673 else
2674   echo "$as_me: failed program was:" >&5
2675 sed 's/^/| /' conftest.$ac_ext >&5
2676
2677 ac_cv_func_alloca_works=no
2678 fi
2679 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2680 fi
2681 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
2682 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
2683
2684 if test $ac_cv_func_alloca_works = yes; then
2685
2686 cat >>confdefs.h <<\_ACEOF
2687 #define HAVE_ALLOCA 1
2688 _ACEOF
2689
2690 else
2691   # The SVR3 libPW and SVR4 libucb both contain incompatible functions
2692 # that cause trouble.  Some versions do not even contain alloca or
2693 # contain a buggy version.  If you still want to use their alloca,
2694 # use ar to extract alloca.o from them instead of compiling alloca.c.
2695
2696 ALLOCA=alloca.$ac_objext
2697
2698 cat >>confdefs.h <<\_ACEOF
2699 #define C_ALLOCA 1
2700 _ACEOF
2701
2702
2703 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
2704 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
2705 if test "${ac_cv_os_cray+set}" = set; then
2706   echo $ECHO_N "(cached) $ECHO_C" >&6
2707 else
2708   cat >conftest.$ac_ext <<_ACEOF
2709 #line $LINENO "configure"
2710 /* confdefs.h.  */
2711 _ACEOF
2712 cat confdefs.h >>conftest.$ac_ext
2713 cat >>conftest.$ac_ext <<_ACEOF
2714 /* end confdefs.h.  */
2715 #if defined(CRAY) && ! defined(CRAY2)
2716 webecray
2717 #else
2718 wenotbecray
2719 #endif
2720
2721 _ACEOF
2722 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2723   $EGREP "webecray" >/dev/null 2>&1; then
2724   ac_cv_os_cray=yes
2725 else
2726   ac_cv_os_cray=no
2727 fi
2728 rm -f conftest*
2729
2730 fi
2731 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
2732 echo "${ECHO_T}$ac_cv_os_cray" >&6
2733 if test $ac_cv_os_cray = yes; then
2734   for ac_func in _getb67 GETB67 getb67; do
2735     as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
2736 echo "$as_me:$LINENO: checking for $ac_func" >&5
2737 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
2738 if eval "test \"\${$as_ac_var+set}\" = set"; then
2739   echo $ECHO_N "(cached) $ECHO_C" >&6
2740 else
2741   cat >conftest.$ac_ext <<_ACEOF
2742 #line $LINENO "configure"
2743 /* confdefs.h.  */
2744 _ACEOF
2745 cat confdefs.h >>conftest.$ac_ext
2746 cat >>conftest.$ac_ext <<_ACEOF
2747 /* end confdefs.h.  */
2748 /* System header to define __stub macros and hopefully few prototypes,
2749     which can conflict with char $ac_func (); below.
2750     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2751     <limits.h> exists even on freestanding compilers.  */
2752 #ifdef __STDC__
2753 # include <limits.h>
2754 #else
2755 # include <assert.h>
2756 #endif
2757 /* Override any gcc2 internal prototype to avoid an error.  */
2758 #ifdef __cplusplus
2759 extern "C"
2760 {
2761 #endif
2762 /* We use char because int might match the return type of a gcc2
2763    builtin and then its argument prototype would still apply.  */
2764 char $ac_func ();
2765 /* The GNU C library defines this for functions which it implements
2766     to always fail with ENOSYS.  Some functions are actually named
2767     something starting with __ and the normal name is an alias.  */
2768 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2769 choke me
2770 #else
2771 char (*f) () = $ac_func;
2772 #endif
2773 #ifdef __cplusplus
2774 }
2775 #endif
2776
2777 int
2778 main ()
2779 {
2780 return f != $ac_func;
2781   ;
2782   return 0;
2783 }
2784 _ACEOF
2785 rm -f conftest.$ac_objext conftest$ac_exeext
2786 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2787   (eval $ac_link) 2>&5
2788   ac_status=$?
2789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790   (exit $ac_status); } &&
2791          { ac_try='test -s conftest$ac_exeext'
2792   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2793   (eval $ac_try) 2>&5
2794   ac_status=$?
2795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796   (exit $ac_status); }; }; then
2797   eval "$as_ac_var=yes"
2798 else
2799   echo "$as_me: failed program was:" >&5
2800 sed 's/^/| /' conftest.$ac_ext >&5
2801
2802 eval "$as_ac_var=no"
2803 fi
2804 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2805 fi
2806 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
2807 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
2808 if test `eval echo '${'$as_ac_var'}'` = yes; then
2809
2810 cat >>confdefs.h <<_ACEOF
2811 #define CRAY_STACKSEG_END $ac_func
2812 _ACEOF
2813
2814     break
2815 fi
2816
2817   done
2818 fi
2819
2820 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
2821 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
2822 if test "${ac_cv_c_stack_direction+set}" = set; then
2823   echo $ECHO_N "(cached) $ECHO_C" >&6
2824 else
2825   if test "$cross_compiling" = yes; then
2826   ac_cv_c_stack_direction=0
2827 else
2828   cat >conftest.$ac_ext <<_ACEOF
2829 #line $LINENO "configure"
2830 /* confdefs.h.  */
2831 _ACEOF
2832 cat confdefs.h >>conftest.$ac_ext
2833 cat >>conftest.$ac_ext <<_ACEOF
2834 /* end confdefs.h.  */
2835 int
2836 find_stack_direction ()
2837 {
2838   static char *addr = 0;
2839   auto char dummy;
2840   if (addr == 0)
2841     {
2842       addr = &dummy;
2843       return find_stack_direction ();
2844     }
2845   else
2846     return (&dummy > addr) ? 1 : -1;
2847 }
2848
2849 int
2850 main ()
2851 {
2852   exit (find_stack_direction () < 0);
2853 }
2854 _ACEOF
2855 rm -f conftest$ac_exeext
2856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2857   (eval $ac_link) 2>&5
2858   ac_status=$?
2859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2860   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2861   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2862   (eval $ac_try) 2>&5
2863   ac_status=$?
2864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2865   (exit $ac_status); }; }; then
2866   ac_cv_c_stack_direction=1
2867 else
2868   echo "$as_me: program exited with status $ac_status" >&5
2869 echo "$as_me: failed program was:" >&5
2870 sed 's/^/| /' conftest.$ac_ext >&5
2871
2872 ( exit $ac_status )
2873 ac_cv_c_stack_direction=-1
2874 fi
2875 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2876 fi
2877 fi
2878 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
2879 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
2880
2881 cat >>confdefs.h <<_ACEOF
2882 #define STACK_DIRECTION $ac_cv_c_stack_direction
2883 _ACEOF
2884
2885
2886 fi
2887
2888 echo "$as_me:$LINENO: checking for working strnlen" >&5
2889 echo $ECHO_N "checking for working strnlen... $ECHO_C" >&6
2890 if test "${ac_cv_func_strnlen_working+set}" = set; then
2891   echo $ECHO_N "(cached) $ECHO_C" >&6
2892 else
2893   if test "$cross_compiling" = yes; then
2894   ac_cv_func_strnlen_working=no
2895 else
2896   cat >conftest.$ac_ext <<_ACEOF
2897 #line $LINENO "configure"
2898 /* confdefs.h.  */
2899 _ACEOF
2900 cat confdefs.h >>conftest.$ac_ext
2901 cat >>conftest.$ac_ext <<_ACEOF
2902 /* end confdefs.h.  */
2903
2904 int
2905 main ()
2906 {
2907
2908 #define S "foobar"
2909 #define S_LEN (sizeof S - 1)
2910
2911   /* At least one implementation is buggy: that of AIX 4.3 would
2912      give strnlen (S, 1) == 3.  */
2913
2914   int i;
2915   for (i = 0; i < S_LEN + 1; ++i)
2916     {
2917       int expected = i <= S_LEN ? i : S_LEN;
2918       if (strnlen (S, i) != expected)
2919         exit (1);
2920     }
2921   exit (0);
2922
2923   ;
2924   return 0;
2925 }
2926 _ACEOF
2927 rm -f conftest$ac_exeext
2928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2929   (eval $ac_link) 2>&5
2930   ac_status=$?
2931   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2933   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2934   (eval $ac_try) 2>&5
2935   ac_status=$?
2936   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2937   (exit $ac_status); }; }; then
2938   ac_cv_func_strnlen_working=yes
2939 else
2940   echo "$as_me: program exited with status $ac_status" >&5
2941 echo "$as_me: failed program was:" >&5
2942 sed 's/^/| /' conftest.$ac_ext >&5
2943
2944 ( exit $ac_status )
2945 ac_cv_func_strnlen_working=no
2946 fi
2947 rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2948 fi
2949 fi
2950 echo "$as_me:$LINENO: result: $ac_cv_func_strnlen_working" >&5
2951 echo "${ECHO_T}$ac_cv_func_strnlen_working" >&6
2952 test $ac_cv_func_strnlen_working = no && LIBOBJS="$LIBOBJS strnlen.$ac_objext"
2953
2954
2955
2956 for ac_func in strnlen
2957 do
2958 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
2959 echo "$as_me:$LINENO: checking for $ac_func" >&5
2960 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
2961 if eval "test \"\${$as_ac_var+set}\" = set"; then
2962   echo $ECHO_N "(cached) $ECHO_C" >&6
2963 else
2964   cat >conftest.$ac_ext <<_ACEOF
2965 #line $LINENO "configure"
2966 /* confdefs.h.  */
2967 _ACEOF
2968 cat confdefs.h >>conftest.$ac_ext
2969 cat >>conftest.$ac_ext <<_ACEOF
2970 /* end confdefs.h.  */
2971 /* System header to define __stub macros and hopefully few prototypes,
2972     which can conflict with char $ac_func (); below.
2973     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2974     <limits.h> exists even on freestanding compilers.  */
2975 #ifdef __STDC__
2976 # include <limits.h>
2977 #else
2978 # include <assert.h>
2979 #endif
2980 /* Override any gcc2 internal prototype to avoid an error.  */
2981 #ifdef __cplusplus
2982 extern "C"
2983 {
2984 #endif
2985 /* We use char because int might match the return type of a gcc2
2986    builtin and then its argument prototype would still apply.  */
2987 char $ac_func ();
2988 /* The GNU C library defines this for functions which it implements
2989     to always fail with ENOSYS.  Some functions are actually named
2990     something starting with __ and the normal name is an alias.  */
2991 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2992 choke me
2993 #else
2994 char (*f) () = $ac_func;
2995 #endif
2996 #ifdef __cplusplus
2997 }
2998 #endif
2999
3000 int
3001 main ()
3002 {
3003 return f != $ac_func;
3004   ;
3005   return 0;
3006 }
3007 _ACEOF
3008 rm -f conftest.$ac_objext conftest$ac_exeext
3009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3010   (eval $ac_link) 2>&5
3011   ac_status=$?
3012   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3013   (exit $ac_status); } &&
3014          { ac_try='test -s conftest$ac_exeext'
3015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3016   (eval $ac_try) 2>&5
3017   ac_status=$?
3018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019   (exit $ac_status); }; }; then
3020   eval "$as_ac_var=yes"
3021 else
3022   echo "$as_me: failed program was:" >&5
3023 sed 's/^/| /' conftest.$ac_ext >&5
3024
3025 eval "$as_ac_var=no"
3026 fi
3027 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3028 fi
3029 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3030 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3031 if test `eval echo '${'$as_ac_var'}'` = yes; then
3032   cat >>confdefs.h <<_ACEOF
3033 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3034 _ACEOF
3035
3036 fi
3037 done
3038
3039
3040           ac_config_files="$ac_config_files Makefile"
3041
3042 cat >confcache <<\_ACEOF
3043 # This file is a shell script that caches the results of configure
3044 # tests run on this system so they can be shared between configure
3045 # scripts and configure runs, see configure's option --config-cache.
3046 # It is not useful on other systems.  If it contains results you don't
3047 # want to keep, you may remove or edit it.
3048 #
3049 # config.status only pays attention to the cache file if you give it
3050 # the --recheck option to rerun configure.
3051 #
3052 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3053 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3054 # following values.
3055
3056 _ACEOF
3057
3058 # The following way of writing the cache mishandles newlines in values,
3059 # but we know of no workaround that is simple, portable, and efficient.
3060 # So, don't put newlines in cache variables' values.
3061 # Ultrix sh set writes to stderr and can't be redirected directly,
3062 # and sets the high bit in the cache file unless we assign to the vars.
3063 {
3064   (set) 2>&1 |
3065     case `(ac_space=' '; set | grep ac_space) 2>&1` in
3066     *ac_space=\ *)
3067       # `set' does not quote correctly, so add quotes (double-quote
3068       # substitution turns \\\\ into \\, and sed turns \\ into \).
3069       sed -n \
3070         "s/'/'\\\\''/g;
3071           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3072       ;;
3073     *)
3074       # `set' quotes correctly as required by POSIX, so do not add quotes.
3075       sed -n \
3076         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3077       ;;
3078     esac;
3079 } |
3080   sed '
3081      t clear
3082      : clear
3083      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3084      t end
3085      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3086      : end' >>confcache
3087 if diff $cache_file confcache >/dev/null 2>&1; then :; else
3088   if test -w $cache_file; then
3089     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3090     cat confcache >$cache_file
3091   else
3092     echo "not updating unwritable cache $cache_file"
3093   fi
3094 fi
3095 rm -f confcache
3096
3097 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3098 # Let make expand exec_prefix.
3099 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3100
3101 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3102 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3103 # trailing colons and then remove the whole line if VPATH becomes empty
3104 # (actually we leave an empty line to preserve line numbers).
3105 if test "x$srcdir" = x.; then
3106   ac_vpsub='/^[         ]*VPATH[        ]*=/{
3107 s/:*\$(srcdir):*/:/;
3108 s/:*\${srcdir}:*/:/;
3109 s/:*@srcdir@:*/:/;
3110 s/^\([^=]*=[    ]*\):*/\1/;
3111 s/:*$//;
3112 s/^[^=]*=[      ]*$//;
3113 }'
3114 fi
3115
3116 DEFS=-DHAVE_CONFIG_H
3117
3118 ac_libobjs=
3119 ac_ltlibobjs=
3120 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3121   # 1. Remove the extension, and $U if already installed.
3122   ac_i=`echo "$ac_i" |
3123          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
3124   # 2. Add them.
3125   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
3126   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
3127 done
3128 LIBOBJS=$ac_libobjs
3129
3130 LTLIBOBJS=$ac_ltlibobjs
3131
3132
3133
3134 : ${CONFIG_STATUS=./config.status}
3135 ac_clean_files_save=$ac_clean_files
3136 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3137 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3138 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3139 cat >$CONFIG_STATUS <<_ACEOF
3140 #! $SHELL
3141 # Generated by $as_me.
3142 # Run this file to recreate the current configuration.
3143 # Compiler output produced by configure, useful for debugging
3144 # configure, is in config.log if it exists.
3145
3146 debug=false
3147 ac_cs_recheck=false
3148 ac_cs_silent=false
3149 SHELL=\${CONFIG_SHELL-$SHELL}
3150 _ACEOF
3151
3152 cat >>$CONFIG_STATUS <<\_ACEOF
3153 ## --------------------- ##
3154 ## M4sh Initialization.  ##
3155 ## --------------------- ##
3156
3157 # Be Bourne compatible
3158 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3159   emulate sh
3160   NULLCMD=:
3161   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3162   # is contrary to our usage.  Disable this feature.
3163   alias -g '${1+"$@"}'='"$@"'
3164 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
3165   set -o posix
3166 fi
3167
3168 # Support unset when possible.
3169 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
3170   as_unset=unset
3171 else
3172   as_unset=false
3173 fi
3174
3175
3176 # Work around bugs in pre-3.0 UWIN ksh.
3177 $as_unset ENV MAIL MAILPATH
3178 PS1='$ '
3179 PS2='> '
3180 PS4='+ '
3181
3182 # NLS nuisances.
3183 for as_var in \
3184   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3185   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3186   LC_TELEPHONE LC_TIME
3187 do
3188   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
3189     eval $as_var=C; export $as_var
3190   else
3191     $as_unset $as_var
3192   fi
3193 done
3194
3195 # Required to use basename.
3196 if expr a : '\(a\)' >/dev/null 2>&1; then
3197   as_expr=expr
3198 else
3199   as_expr=false
3200 fi
3201
3202 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3203   as_basename=basename
3204 else
3205   as_basename=false
3206 fi
3207
3208
3209 # Name of the executable.
3210 as_me=`$as_basename "$0" ||
3211 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3212          X"$0" : 'X\(//\)$' \| \
3213          X"$0" : 'X\(/\)$' \| \
3214          .     : '\(.\)' 2>/dev/null ||
3215 echo X/"$0" |
3216     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3217           /^X\/\(\/\/\)$/{ s//\1/; q; }
3218           /^X\/\(\/\).*/{ s//\1/; q; }
3219           s/.*/./; q'`
3220
3221
3222 # PATH needs CR, and LINENO needs CR and PATH.
3223 # Avoid depending upon Character Ranges.
3224 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3225 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3226 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3227 as_cr_digits='0123456789'
3228 as_cr_alnum=$as_cr_Letters$as_cr_digits
3229
3230 # The user is always right.
3231 if test "${PATH_SEPARATOR+set}" != set; then
3232   echo "#! /bin/sh" >conf$$.sh
3233   echo  "exit 0"   >>conf$$.sh
3234   chmod +x conf$$.sh
3235   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3236     PATH_SEPARATOR=';'
3237   else
3238     PATH_SEPARATOR=:
3239   fi
3240   rm -f conf$$.sh
3241 fi
3242
3243
3244   as_lineno_1=$LINENO
3245   as_lineno_2=$LINENO
3246   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3247   test "x$as_lineno_1" != "x$as_lineno_2" &&
3248   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
3249   # Find who we are.  Look in the path if we contain no path at all
3250   # relative or not.
3251   case $0 in
3252     *[\\/]* ) as_myself=$0 ;;
3253     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3254 for as_dir in $PATH
3255 do
3256   IFS=$as_save_IFS
3257   test -z "$as_dir" && as_dir=.
3258   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3259 done
3260
3261        ;;
3262   esac
3263   # We did not find ourselves, most probably we were run as `sh COMMAND'
3264   # in which case we are not to be found in the path.
3265   if test "x$as_myself" = x; then
3266     as_myself=$0
3267   fi
3268   if test ! -f "$as_myself"; then
3269     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3270 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3271    { (exit 1); exit 1; }; }
3272   fi
3273   case $CONFIG_SHELL in
3274   '')
3275     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3277 do
3278   IFS=$as_save_IFS
3279   test -z "$as_dir" && as_dir=.
3280   for as_base in sh bash ksh sh5; do
3281          case $as_dir in
3282          /*)
3283            if ("$as_dir/$as_base" -c '
3284   as_lineno_1=$LINENO
3285   as_lineno_2=$LINENO
3286   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3287   test "x$as_lineno_1" != "x$as_lineno_2" &&
3288   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
3289              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3290              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3291              CONFIG_SHELL=$as_dir/$as_base
3292              export CONFIG_SHELL
3293              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3294            fi;;
3295          esac
3296        done
3297 done
3298 ;;
3299   esac
3300
3301   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3302   # uniformly replaced by the line number.  The first 'sed' inserts a
3303   # line-number line before each line; the second 'sed' does the real
3304   # work.  The second script uses 'N' to pair each line-number line
3305   # with the numbered line, and appends trailing '-' during
3306   # substitution so that $LINENO is not a special case at line end.
3307   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3308   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
3309   sed '=' <$as_myself |
3310     sed '
3311       N
3312       s,$,-,
3313       : loop
3314       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3315       t loop
3316       s,-$,,
3317       s,^['$as_cr_digits']*\n,,
3318     ' >$as_me.lineno &&
3319   chmod +x $as_me.lineno ||
3320     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3321 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3322    { (exit 1); exit 1; }; }
3323
3324   # Don't try to exec as it changes $[0], causing all sort of problems
3325   # (the dirname of $[0] is not the place where we might find the
3326   # original and so on.  Autoconf is especially sensible to this).
3327   . ./$as_me.lineno
3328   # Exit status is that of the last command.
3329   exit
3330 }
3331
3332
3333 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3334   *c*,-n*) ECHO_N= ECHO_C='
3335 ' ECHO_T='      ' ;;
3336   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3337   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
3338 esac
3339
3340 if expr a : '\(a\)' >/dev/null 2>&1; then
3341   as_expr=expr
3342 else
3343   as_expr=false
3344 fi
3345
3346 rm -f conf$$ conf$$.exe conf$$.file
3347 echo >conf$$.file
3348 if ln -s conf$$.file conf$$ 2>/dev/null; then
3349   # We could just check for DJGPP; but this test a) works b) is more generic
3350   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3351   if test -f conf$$.exe; then
3352     # Don't use ln at all; we don't have any links
3353     as_ln_s='cp -p'
3354   else
3355     as_ln_s='ln -s'
3356   fi
3357 elif ln conf$$.file conf$$ 2>/dev/null; then
3358   as_ln_s=ln
3359 else
3360   as_ln_s='cp -p'
3361 fi
3362 rm -f conf$$ conf$$.exe conf$$.file
3363
3364 if mkdir -p . 2>/dev/null; then
3365   as_mkdir_p=:
3366 else
3367   as_mkdir_p=false
3368 fi
3369
3370 as_executable_p="test -f"
3371
3372 # Sed expression to map a string onto a valid CPP name.
3373 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
3374
3375 # Sed expression to map a string onto a valid variable name.
3376 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
3377
3378
3379 # IFS
3380 # We need space, tab and new line, in precisely that order.
3381 as_nl='
3382 '
3383 IFS="   $as_nl"
3384
3385 # CDPATH.
3386 $as_unset CDPATH
3387
3388 exec 6>&1
3389
3390 # Open the log real soon, to keep \$[0] and so on meaningful, and to
3391 # report actual input values of CONFIG_FILES etc. instead of their
3392 # values after options handling.  Logging --version etc. is OK.
3393 exec 5>>config.log
3394 {
3395   echo
3396   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3397 ## Running $as_me. ##
3398 _ASBOX
3399 } >&5
3400 cat >&5 <<_CSEOF
3401
3402 This file was extended by libchise $as_me 0.1.1, which was
3403 generated by GNU Autoconf 2.57.  Invocation command line was
3404
3405   CONFIG_FILES    = $CONFIG_FILES
3406   CONFIG_HEADERS  = $CONFIG_HEADERS
3407   CONFIG_LINKS    = $CONFIG_LINKS
3408   CONFIG_COMMANDS = $CONFIG_COMMANDS
3409   $ $0 $@
3410
3411 _CSEOF
3412 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3413 echo >&5
3414 _ACEOF
3415
3416 # Files that config.status was made for.
3417 if test -n "$ac_config_files"; then
3418   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3419 fi
3420
3421 if test -n "$ac_config_headers"; then
3422   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3423 fi
3424
3425 if test -n "$ac_config_links"; then
3426   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3427 fi
3428
3429 if test -n "$ac_config_commands"; then
3430   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3431 fi
3432
3433 cat >>$CONFIG_STATUS <<\_ACEOF
3434
3435 ac_cs_usage="\
3436 \`$as_me' instantiates files from templates according to the
3437 current configuration.
3438
3439 Usage: $0 [OPTIONS] [FILE]...
3440
3441   -h, --help       print this help, then exit
3442   -V, --version    print version number, then exit
3443   -q, --quiet      do not print progress messages
3444   -d, --debug      don't remove temporary files
3445       --recheck    update $as_me by reconfiguring in the same conditions
3446   --file=FILE[:TEMPLATE]
3447                    instantiate the configuration file FILE
3448   --header=FILE[:TEMPLATE]
3449                    instantiate the configuration header FILE
3450
3451 Configuration files:
3452 $config_files
3453
3454 Configuration headers:
3455 $config_headers
3456
3457 Report bugs to <bug-autoconf@gnu.org>."
3458 _ACEOF
3459
3460 cat >>$CONFIG_STATUS <<_ACEOF
3461 ac_cs_version="\\
3462 libchise config.status 0.1.1
3463 configured by $0, generated by GNU Autoconf 2.57,
3464   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3465
3466 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
3467 Free Software Foundation, Inc.
3468 This config.status script is free software; the Free Software Foundation
3469 gives unlimited permission to copy, distribute and modify it."
3470 srcdir=$srcdir
3471 _ACEOF
3472
3473 cat >>$CONFIG_STATUS <<\_ACEOF
3474 # If no file are specified by the user, then we need to provide default
3475 # value.  By we need to know if files were specified by the user.
3476 ac_need_defaults=:
3477 while test $# != 0
3478 do
3479   case $1 in
3480   --*=*)
3481     ac_option=`expr "x$1" : 'x\([^=]*\)='`
3482     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3483     ac_shift=:
3484     ;;
3485   -*)
3486     ac_option=$1
3487     ac_optarg=$2
3488     ac_shift=shift
3489     ;;
3490   *) # This is not an option, so the user has probably given explicit
3491      # arguments.
3492      ac_option=$1
3493      ac_need_defaults=false;;
3494   esac
3495
3496   case $ac_option in
3497   # Handling of the options.
3498 _ACEOF
3499 cat >>$CONFIG_STATUS <<\_ACEOF
3500   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3501     ac_cs_recheck=: ;;
3502   --version | --vers* | -V )
3503     echo "$ac_cs_version"; exit 0 ;;
3504   --he | --h)
3505     # Conflict between --help and --header
3506     { { echo "$as_me:$LINENO: error: ambiguous option: $1
3507 Try \`$0 --help' for more information." >&5
3508 echo "$as_me: error: ambiguous option: $1
3509 Try \`$0 --help' for more information." >&2;}
3510    { (exit 1); exit 1; }; };;
3511   --help | --hel | -h )
3512     echo "$ac_cs_usage"; exit 0 ;;
3513   --debug | --d* | -d )
3514     debug=: ;;
3515   --file | --fil | --fi | --f )
3516     $ac_shift
3517     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3518     ac_need_defaults=false;;
3519   --header | --heade | --head | --hea )
3520     $ac_shift
3521     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3522     ac_need_defaults=false;;
3523   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3524   | -silent | --silent | --silen | --sile | --sil | --si | --s)
3525     ac_cs_silent=: ;;
3526
3527   # This is an error.
3528   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3529 Try \`$0 --help' for more information." >&5
3530 echo "$as_me: error: unrecognized option: $1
3531 Try \`$0 --help' for more information." >&2;}
3532    { (exit 1); exit 1; }; } ;;
3533
3534   *) ac_config_targets="$ac_config_targets $1" ;;
3535
3536   esac
3537   shift
3538 done
3539
3540 ac_configure_extra_args=
3541
3542 if $ac_cs_silent; then
3543   exec 6>/dev/null
3544   ac_configure_extra_args="$ac_configure_extra_args --silent"
3545 fi
3546
3547 _ACEOF
3548 cat >>$CONFIG_STATUS <<_ACEOF
3549 if \$ac_cs_recheck; then
3550   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3551   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3552 fi
3553
3554 _ACEOF
3555
3556
3557
3558
3559
3560 cat >>$CONFIG_STATUS <<\_ACEOF
3561 for ac_config_target in $ac_config_targets
3562 do
3563   case "$ac_config_target" in
3564   # Handling of arguments.
3565   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3566   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
3567   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3568 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3569    { (exit 1); exit 1; }; };;
3570   esac
3571 done
3572
3573 # If the user did not use the arguments to specify the items to instantiate,
3574 # then the envvar interface is used.  Set only those that are not.
3575 # We use the long form for the default assignment because of an extremely
3576 # bizarre bug on SunOS 4.1.3.
3577 if $ac_need_defaults; then
3578   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3579   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3580 fi
3581
3582 # Have a temporary directory for convenience.  Make it in the build tree
3583 # simply because there is no reason to put it here, and in addition,
3584 # creating and moving files from /tmp can sometimes cause problems.
3585 # Create a temporary directory, and hook for its removal unless debugging.
3586 $debug ||
3587 {
3588   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3589   trap '{ (exit 1); exit 1; }' 1 2 13 15
3590 }
3591
3592 # Create a (secure) tmp directory for tmp files.
3593
3594 {
3595   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3596   test -n "$tmp" && test -d "$tmp"
3597 }  ||
3598 {
3599   tmp=./confstat$$-$RANDOM
3600   (umask 077 && mkdir $tmp)
3601 } ||
3602 {
3603    echo "$me: cannot create a temporary directory in ." >&2
3604    { (exit 1); exit 1; }
3605 }
3606
3607 _ACEOF
3608
3609 cat >>$CONFIG_STATUS <<_ACEOF
3610
3611 #
3612 # CONFIG_FILES section.
3613 #
3614
3615 # No need to generate the scripts if there are no CONFIG_FILES.
3616 # This happens for instance when ./config.status config.h
3617 if test -n "\$CONFIG_FILES"; then
3618   # Protect against being on the right side of a sed subst in config.status.
3619   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3620    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3621 s,@SHELL@,$SHELL,;t t
3622 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3623 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3624 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3625 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3626 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3627 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3628 s,@exec_prefix@,$exec_prefix,;t t
3629 s,@prefix@,$prefix,;t t
3630 s,@program_transform_name@,$program_transform_name,;t t
3631 s,@bindir@,$bindir,;t t
3632 s,@sbindir@,$sbindir,;t t
3633 s,@libexecdir@,$libexecdir,;t t
3634 s,@datadir@,$datadir,;t t
3635 s,@sysconfdir@,$sysconfdir,;t t
3636 s,@sharedstatedir@,$sharedstatedir,;t t
3637 s,@localstatedir@,$localstatedir,;t t
3638 s,@libdir@,$libdir,;t t
3639 s,@includedir@,$includedir,;t t
3640 s,@oldincludedir@,$oldincludedir,;t t
3641 s,@infodir@,$infodir,;t t
3642 s,@mandir@,$mandir,;t t
3643 s,@build_alias@,$build_alias,;t t
3644 s,@host_alias@,$host_alias,;t t
3645 s,@target_alias@,$target_alias,;t t
3646 s,@DEFS@,$DEFS,;t t
3647 s,@ECHO_C@,$ECHO_C,;t t
3648 s,@ECHO_N@,$ECHO_N,;t t
3649 s,@ECHO_T@,$ECHO_T,;t t
3650 s,@LIBS@,$LIBS,;t t
3651 s,@CC@,$CC,;t t
3652 s,@CFLAGS@,$CFLAGS,;t t
3653 s,@LDFLAGS@,$LDFLAGS,;t t
3654 s,@CPPFLAGS@,$CPPFLAGS,;t t
3655 s,@ac_ct_CC@,$ac_ct_CC,;t t
3656 s,@EXEEXT@,$EXEEXT,;t t
3657 s,@OBJEXT@,$OBJEXT,;t t
3658 s,@LIBTOOL@,$LIBTOOL,;t t
3659 s,@ALLOCA@,$ALLOCA,;t t
3660 s,@CPP@,$CPP,;t t
3661 s,@EGREP@,$EGREP,;t t
3662 s,@LIBOBJS@,$LIBOBJS,;t t
3663 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3664 CEOF
3665
3666 _ACEOF
3667
3668   cat >>$CONFIG_STATUS <<\_ACEOF
3669   # Split the substitutions into bite-sized pieces for seds with
3670   # small command number limits, like on Digital OSF/1 and HP-UX.
3671   ac_max_sed_lines=48
3672   ac_sed_frag=1 # Number of current file.
3673   ac_beg=1 # First line for current file.
3674   ac_end=$ac_max_sed_lines # Line after last line for current file.
3675   ac_more_lines=:
3676   ac_sed_cmds=
3677   while $ac_more_lines; do
3678     if test $ac_beg -gt 1; then
3679       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3680     else
3681       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3682     fi
3683     if test ! -s $tmp/subs.frag; then
3684       ac_more_lines=false
3685     else
3686       # The purpose of the label and of the branching condition is to
3687       # speed up the sed processing (if there are no `@' at all, there
3688       # is no need to browse any of the substitutions).
3689       # These are the two extra sed commands mentioned above.
3690       (echo ':t
3691   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3692       if test -z "$ac_sed_cmds"; then
3693         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3694       else
3695         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3696       fi
3697       ac_sed_frag=`expr $ac_sed_frag + 1`
3698       ac_beg=$ac_end
3699       ac_end=`expr $ac_end + $ac_max_sed_lines`
3700     fi
3701   done
3702   if test -z "$ac_sed_cmds"; then
3703     ac_sed_cmds=cat
3704   fi
3705 fi # test -n "$CONFIG_FILES"
3706
3707 _ACEOF
3708 cat >>$CONFIG_STATUS <<\_ACEOF
3709 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3710   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3711   case $ac_file in
3712   - | *:- | *:-:* ) # input from stdin
3713         cat >$tmp/stdin
3714         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3715         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3716   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3717         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3718   * )   ac_file_in=$ac_file.in ;;
3719   esac
3720
3721   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3722   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3723 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3724          X"$ac_file" : 'X\(//\)[^/]' \| \
3725          X"$ac_file" : 'X\(//\)$' \| \
3726          X"$ac_file" : 'X\(/\)' \| \
3727          .     : '\(.\)' 2>/dev/null ||
3728 echo X"$ac_file" |
3729     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3730           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3731           /^X\(\/\/\)$/{ s//\1/; q; }
3732           /^X\(\/\).*/{ s//\1/; q; }
3733           s/.*/./; q'`
3734   { if $as_mkdir_p; then
3735     mkdir -p "$ac_dir"
3736   else
3737     as_dir="$ac_dir"
3738     as_dirs=
3739     while test ! -d "$as_dir"; do
3740       as_dirs="$as_dir $as_dirs"
3741       as_dir=`(dirname "$as_dir") 2>/dev/null ||
3742 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3743          X"$as_dir" : 'X\(//\)[^/]' \| \
3744          X"$as_dir" : 'X\(//\)$' \| \
3745          X"$as_dir" : 'X\(/\)' \| \
3746          .     : '\(.\)' 2>/dev/null ||
3747 echo X"$as_dir" |
3748     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3749           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3750           /^X\(\/\/\)$/{ s//\1/; q; }
3751           /^X\(\/\).*/{ s//\1/; q; }
3752           s/.*/./; q'`
3753     done
3754     test ! -n "$as_dirs" || mkdir $as_dirs
3755   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3756 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3757    { (exit 1); exit 1; }; }; }
3758
3759   ac_builddir=.
3760
3761 if test "$ac_dir" != .; then
3762   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3763   # A "../" for each directory in $ac_dir_suffix.
3764   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3765 else
3766   ac_dir_suffix= ac_top_builddir=
3767 fi
3768
3769 case $srcdir in
3770   .)  # No --srcdir option.  We are building in place.
3771     ac_srcdir=.
3772     if test -z "$ac_top_builddir"; then
3773        ac_top_srcdir=.
3774     else
3775        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3776     fi ;;
3777   [\\/]* | ?:[\\/]* )  # Absolute path.
3778     ac_srcdir=$srcdir$ac_dir_suffix;
3779     ac_top_srcdir=$srcdir ;;
3780   *) # Relative path.
3781     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3782     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3783 esac
3784 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
3785 # absolute.
3786 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
3787 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
3788 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
3789 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
3790
3791
3792
3793   if test x"$ac_file" != x-; then
3794     { echo "$as_me:$LINENO: creating $ac_file" >&5
3795 echo "$as_me: creating $ac_file" >&6;}
3796     rm -f "$ac_file"
3797   fi
3798   # Let's still pretend it is `configure' which instantiates (i.e., don't
3799   # use $as_me), people would be surprised to read:
3800   #    /* config.h.  Generated by config.status.  */
3801   if test x"$ac_file" = x-; then
3802     configure_input=
3803   else
3804     configure_input="$ac_file.  "
3805   fi
3806   configure_input=$configure_input"Generated from `echo $ac_file_in |
3807                                      sed 's,.*/,,'` by configure."
3808
3809   # First look for the input files in the build tree, otherwise in the
3810   # src tree.
3811   ac_file_inputs=`IFS=:
3812     for f in $ac_file_in; do
3813       case $f in
3814       -) echo $tmp/stdin ;;
3815       [\\/$]*)
3816          # Absolute (can't be DOS-style, as IFS=:)
3817          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3818 echo "$as_me: error: cannot find input file: $f" >&2;}
3819    { (exit 1); exit 1; }; }
3820          echo $f;;
3821       *) # Relative
3822          if test -f "$f"; then
3823            # Build tree
3824            echo $f
3825          elif test -f "$srcdir/$f"; then
3826            # Source tree
3827            echo $srcdir/$f
3828          else
3829            # /dev/null tree
3830            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3831 echo "$as_me: error: cannot find input file: $f" >&2;}
3832    { (exit 1); exit 1; }; }
3833          fi;;
3834       esac
3835     done` || { (exit 1); exit 1; }
3836 _ACEOF
3837 cat >>$CONFIG_STATUS <<_ACEOF
3838   sed "$ac_vpsub
3839 $extrasub
3840 _ACEOF
3841 cat >>$CONFIG_STATUS <<\_ACEOF
3842 :t
3843 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3844 s,@configure_input@,$configure_input,;t t
3845 s,@srcdir@,$ac_srcdir,;t t
3846 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3847 s,@top_srcdir@,$ac_top_srcdir,;t t
3848 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3849 s,@builddir@,$ac_builddir,;t t
3850 s,@abs_builddir@,$ac_abs_builddir,;t t
3851 s,@top_builddir@,$ac_top_builddir,;t t
3852 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3853 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3854   rm -f $tmp/stdin
3855   if test x"$ac_file" != x-; then
3856     mv $tmp/out $ac_file
3857   else
3858     cat $tmp/out
3859     rm -f $tmp/out
3860   fi
3861
3862 done
3863 _ACEOF
3864 cat >>$CONFIG_STATUS <<\_ACEOF
3865
3866 #
3867 # CONFIG_HEADER section.
3868 #
3869
3870 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3871 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3872 #
3873 # ac_d sets the value in "#define NAME VALUE" lines.
3874 ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3875 ac_dB='[        ].*$,\1#\2'
3876 ac_dC=' '
3877 ac_dD=',;t'
3878 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3879 ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3880 ac_uB='$,\1#\2define\3'
3881 ac_uC=' '
3882 ac_uD=',;t'
3883
3884 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
3885   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3886   case $ac_file in
3887   - | *:- | *:-:* ) # input from stdin
3888         cat >$tmp/stdin
3889         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3890         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3891   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3892         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3893   * )   ac_file_in=$ac_file.in ;;
3894   esac
3895
3896   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
3897 echo "$as_me: creating $ac_file" >&6;}
3898
3899   # First look for the input files in the build tree, otherwise in the
3900   # src tree.
3901   ac_file_inputs=`IFS=:
3902     for f in $ac_file_in; do
3903       case $f in
3904       -) echo $tmp/stdin ;;
3905       [\\/$]*)
3906          # Absolute (can't be DOS-style, as IFS=:)
3907          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3908 echo "$as_me: error: cannot find input file: $f" >&2;}
3909    { (exit 1); exit 1; }; }
3910          echo $f;;
3911       *) # Relative
3912          if test -f "$f"; then
3913            # Build tree
3914            echo $f
3915          elif test -f "$srcdir/$f"; then
3916            # Source tree
3917            echo $srcdir/$f
3918          else
3919            # /dev/null tree
3920            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3921 echo "$as_me: error: cannot find input file: $f" >&2;}
3922    { (exit 1); exit 1; }; }
3923          fi;;
3924       esac
3925     done` || { (exit 1); exit 1; }
3926   # Remove the trailing spaces.
3927   sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
3928
3929 _ACEOF
3930
3931 # Transform confdefs.h into two sed scripts, `conftest.defines' and
3932 # `conftest.undefs', that substitutes the proper values into
3933 # config.h.in to produce config.h.  The first handles `#define'
3934 # templates, and the second `#undef' templates.
3935 # And first: Protect against being on the right side of a sed subst in
3936 # config.status.  Protect against being in an unquoted here document
3937 # in config.status.
3938 rm -f conftest.defines conftest.undefs
3939 # Using a here document instead of a string reduces the quoting nightmare.
3940 # Putting comments in sed scripts is not portable.
3941 #
3942 # `end' is used to avoid that the second main sed command (meant for
3943 # 0-ary CPP macros) applies to n-ary macro definitions.
3944 # See the Autoconf documentation for `clear'.
3945 cat >confdef2sed.sed <<\_ACEOF
3946 s/[\\&,]/\\&/g
3947 s,[\\$`],\\&,g
3948 t clear
3949 : clear
3950 s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
3951 t end
3952 s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
3953 : end
3954 _ACEOF
3955 # If some macros were called several times there might be several times
3956 # the same #defines, which is useless.  Nevertheless, we may not want to
3957 # sort them, since we want the *last* AC-DEFINE to be honored.
3958 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
3959 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
3960 rm -f confdef2sed.sed
3961
3962 # This sed command replaces #undef with comments.  This is necessary, for
3963 # example, in the case of _POSIX_SOURCE, which is predefined and required
3964 # on some systems where configure will not decide to define it.
3965 cat >>conftest.undefs <<\_ACEOF
3966 s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
3967 _ACEOF
3968
3969 # Break up conftest.defines because some shells have a limit on the size
3970 # of here documents, and old seds have small limits too (100 cmds).
3971 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3972 echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3973 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
3974 echo '  :' >>$CONFIG_STATUS
3975 rm -f conftest.tail
3976 while grep . conftest.defines >/dev/null
3977 do
3978   # Write a limited-size here document to $tmp/defines.sed.
3979   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
3980   # Speed up: don't consider the non `#define' lines.
3981   echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
3982   # Work around the forget-to-reset-the-flag bug.
3983   echo 't clr' >>$CONFIG_STATUS
3984   echo ': clr' >>$CONFIG_STATUS
3985   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
3986   echo 'CEOF
3987   sed -f $tmp/defines.sed $tmp/in >$tmp/out
3988   rm -f $tmp/in
3989   mv $tmp/out $tmp/in
3990 ' >>$CONFIG_STATUS
3991   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
3992   rm -f conftest.defines
3993   mv conftest.tail conftest.defines
3994 done
3995 rm -f conftest.defines
3996 echo '  fi # grep' >>$CONFIG_STATUS
3997 echo >>$CONFIG_STATUS
3998
3999 # Break up conftest.undefs because some shells have a limit on the size
4000 # of here documents, and old seds have small limits too (100 cmds).
4001 echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
4002 rm -f conftest.tail
4003 while grep . conftest.undefs >/dev/null
4004 do
4005   # Write a limited-size here document to $tmp/undefs.sed.
4006   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
4007   # Speed up: don't consider the non `#undef'
4008   echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
4009   # Work around the forget-to-reset-the-flag bug.
4010   echo 't clr' >>$CONFIG_STATUS
4011   echo ': clr' >>$CONFIG_STATUS
4012   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
4013   echo 'CEOF
4014   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
4015   rm -f $tmp/in
4016   mv $tmp/out $tmp/in
4017 ' >>$CONFIG_STATUS
4018   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
4019   rm -f conftest.undefs
4020   mv conftest.tail conftest.undefs
4021 done
4022 rm -f conftest.undefs
4023
4024 cat >>$CONFIG_STATUS <<\_ACEOF
4025   # Let's still pretend it is `configure' which instantiates (i.e., don't
4026   # use $as_me), people would be surprised to read:
4027   #    /* config.h.  Generated by config.status.  */
4028   if test x"$ac_file" = x-; then
4029     echo "/* Generated by configure.  */" >$tmp/config.h
4030   else
4031     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
4032   fi
4033   cat $tmp/in >>$tmp/config.h
4034   rm -f $tmp/in
4035   if test x"$ac_file" != x-; then
4036     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
4037       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
4038 echo "$as_me: $ac_file is unchanged" >&6;}
4039     else
4040       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4041 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4042          X"$ac_file" : 'X\(//\)[^/]' \| \
4043          X"$ac_file" : 'X\(//\)$' \| \
4044          X"$ac_file" : 'X\(/\)' \| \
4045          .     : '\(.\)' 2>/dev/null ||
4046 echo X"$ac_file" |
4047     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4048           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4049           /^X\(\/\/\)$/{ s//\1/; q; }
4050           /^X\(\/\).*/{ s//\1/; q; }
4051           s/.*/./; q'`
4052       { if $as_mkdir_p; then
4053     mkdir -p "$ac_dir"
4054   else
4055     as_dir="$ac_dir"
4056     as_dirs=
4057     while test ! -d "$as_dir"; do
4058       as_dirs="$as_dir $as_dirs"
4059       as_dir=`(dirname "$as_dir") 2>/dev/null ||
4060 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4061          X"$as_dir" : 'X\(//\)[^/]' \| \
4062          X"$as_dir" : 'X\(//\)$' \| \
4063          X"$as_dir" : 'X\(/\)' \| \
4064          .     : '\(.\)' 2>/dev/null ||
4065 echo X"$as_dir" |
4066     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4067           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4068           /^X\(\/\/\)$/{ s//\1/; q; }
4069           /^X\(\/\).*/{ s//\1/; q; }
4070           s/.*/./; q'`
4071     done
4072     test ! -n "$as_dirs" || mkdir $as_dirs
4073   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4074 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4075    { (exit 1); exit 1; }; }; }
4076
4077       rm -f $ac_file
4078       mv $tmp/config.h $ac_file
4079     fi
4080   else
4081     cat $tmp/config.h
4082     rm -f $tmp/config.h
4083   fi
4084 done
4085 _ACEOF
4086
4087 cat >>$CONFIG_STATUS <<\_ACEOF
4088
4089 { (exit 0); exit 0; }
4090 _ACEOF
4091 chmod +x $CONFIG_STATUS
4092 ac_clean_files=$ac_clean_files_save
4093
4094
4095 # configure is writing to config.log, and then calls config.status.
4096 # config.status does its own redirection, appending to config.log.
4097 # Unfortunately, on DOS this fails, as config.log is still kept open
4098 # by configure, so config.status won't be able to write to it; its
4099 # output is simply discarded.  So we exec the FD to /dev/null,
4100 # effectively closing config.log, so it can be properly (re)opened and
4101 # appended to by config.status.  When coming back to configure, we
4102 # need to make the FD available again.
4103 if test "$no_create" != yes; then
4104   ac_cs_success=:
4105   ac_config_status_args=
4106   test "$silent" = yes &&
4107     ac_config_status_args="$ac_config_status_args --quiet"
4108   exec 5>/dev/null
4109   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4110   exec 5>>config.log
4111   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4112   # would make configure fail if this is the last instruction.
4113   $ac_cs_success || { (exit 1); exit 1; }
4114 fi
4115