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