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