2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
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 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
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
22 DUALCASE=1; export DUALCASE # for MKS sh
24 # Support unset when possible.
25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
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 \
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
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 ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
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
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
91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
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
108 *[\\/]* ) as_myself=$0 ;;
109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir=.
114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
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; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir=.
135 for as_base in sh bash ksh sh5; do
138 if ("$as_dir/$as_base" -c '
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
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
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 |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
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; }; }
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).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c*,-n*) ECHO_N= ECHO_C='
190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 if expr a : '\(a\)' >/dev/null 2>&1; then
200 rm -f conf$$ conf$$.exe 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
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
218 if mkdir -p . 2>/dev/null; then
221 test -d ./-p && rmdir ./-p
225 as_executable_p="test -f"
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'"
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'"
235 # We need space, tab and new line, in precisely that order.
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`
254 ac_default_prefix=/usr/local
255 ac_config_libobj_dir=.
260 SHELL=${CONFIG_SHELL-/bin/sh}
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}
267 # Identity of this package.
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'
278 # Initialize some variables set by options.
280 ac_init_version=false
281 # The variables have the same names as the options, with
282 # dashes changed to underlines.
290 program_transform_name=s,x,x,
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'
319 # If the previous option needs an argument, assign it.
320 if test -n "$ac_prev"; then
321 eval "$ac_prev=\$ac_option"
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
328 # Accept the important Cygnus configure options, so we can diagnose typos.
332 -bindir | --bindir | --bindi | --bind | --bin | --bi)
334 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
337 -build | --build | --buil | --bui | --bu)
338 ac_prev=build_alias ;;
339 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
340 build_alias=$ac_optarg ;;
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 ;;
350 cache_file=config.cache ;;
352 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
354 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
356 datadir=$ac_optarg ;;
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" ;;
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'`
375 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
378 eval "enable_$ac_feature='$ac_optarg'" ;;
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 ;;
389 -gas | --gas | --ga | --g)
390 # Obsolete; use --with-gas.
393 -help | --help | --hel | --he | -h)
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 ;;
400 -host | --host | --hos | --ho)
401 ac_prev=host_alias ;;
402 -host=* | --host=* | --hos=* | --ho=*)
403 host_alias=$ac_optarg ;;
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 ;;
412 -infodir | --infodir | --infodi | --infod | --info | --inf)
414 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
415 infodir=$ac_optarg ;;
417 -libdir | --libdir | --libdi | --libd)
419 -libdir=* | --libdir=* | --libdi=* | --libd=*)
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 ;;
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 ;;
438 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
440 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
444 # Obsolete; use --without-fp.
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
448 | --no-cr | --no-c | -n)
451 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
452 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
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 ;;
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
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 ;;
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 ;;
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 ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil)
504 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
506 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
508 sbindir=$ac_optarg ;;
510 -sharedstatedir | --sharedstatedir | --sharedstatedi \
511 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
512 | --sharedst | --shareds | --shared | --share | --shar \
514 ac_prev=sharedstatedir ;;
515 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
516 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
517 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
519 sharedstatedir=$ac_optarg ;;
521 -site | --site | --sit)
523 -site=* | --site=* | --sit=*)
526 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
528 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
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 ;;
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 ;;
543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
546 -version | --version | --versio | --versi | --vers | -V)
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'`
557 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
560 eval "with_$ac_package='$ac_optarg'" ;;
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" ;;
572 # Obsolete; use --with-x.
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 ;;
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 ;;
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
590 Try \`$0 --help' for more information." >&2
591 { (exit 1); exit 1; }; }
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'"
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}
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; }; }
621 # Be sure to have absolute paths.
622 for ac_var in exec_prefix prefix
624 eval ac_val=$`echo $ac_var`
626 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
628 { (exit 1); exit 1; }; };;
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
636 eval ac_val=$`echo $ac_var`
638 [\\/$]* | ?:[\\/]* ) ;;
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
640 { (exit 1); exit 1; }; };;
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.
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
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
665 test "$silent" = yes && exec 6>/dev/null
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 ||
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
685 if test ! -r $srcdir/$ac_unique_file; then
689 ac_srcdir_defaulted=no
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; }; }
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
697 { (exit 1); exit 1; }; }
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}
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
742 # Report the --help message.
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.
748 \`configure' configures this package to adapt to many kinds of systems.
750 Usage: $0 [OPTION]... [VAR=VALUE]...
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.
755 Defaults for the options are specified in brackets.
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 \`..']
771 Installation directories:
772 --prefix=PREFIX install architecture-independent files in PREFIX
774 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
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'.
782 For better control, use the options below.
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]
803 if test -n "$ac_init_help"; then
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
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.
823 if test "$ac_init_help" = "recursive"; then
824 # If there are subdirs, report their specific --help.
826 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
827 test -d $ac_dir || continue
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'`
835 ac_dir_suffix= ac_top_builddir=
839 .) # No --srcdir option. We are building in place.
841 if test -z "$ac_top_builddir"; then
844 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
846 [\\/]* | ?:[\\/]* ) # Absolute path.
847 ac_srcdir=$srcdir$ac_dir_suffix;
848 ac_top_srcdir=$srcdir ;;
850 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
851 ac_top_srcdir=$ac_top_builddir$srcdir ;;
854 # Do not use `cd foo && pwd` to compute absolute paths, because
855 # the directories may not exist.
857 .) ac_abs_builddir="$ac_dir";;
860 .) ac_abs_builddir=`pwd`;;
861 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
862 *) ac_abs_builddir=`pwd`/"$ac_dir";;
865 case $ac_abs_builddir in
866 .) ac_abs_top_builddir=${ac_top_builddir}.;;
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}.;;
874 case $ac_abs_builddir in
875 .) ac_abs_srcdir=$ac_srcdir;;
878 .) ac_abs_srcdir=$ac_abs_builddir;;
879 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
880 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
883 case $ac_abs_builddir in
884 .) ac_abs_top_srcdir=$ac_top_srcdir;;
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;;
894 # Check for guested configure; otherwise get Cygnus style configure.
895 if test -f $ac_srcdir/configure.gnu; then
897 $SHELL $ac_srcdir/configure.gnu --help=recursive
898 elif test -f $ac_srcdir/configure; then
900 $SHELL $ac_srcdir/configure --help=recursive
901 elif test -f $ac_srcdir/configure.ac ||
902 test -f $ac_srcdir/configure.in; then
906 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
912 test -n "$ac_init_help" && exit 0
913 if $ac_init_version; then
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.
924 This file contains any messages produced by compilers while
925 running configure, to aid debugging if configure makes a mistake.
927 It was created by $as_me, which was
928 generated by GNU Autoconf 2.59. Invocation command line was
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`
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`
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`
958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
962 test -z "$as_dir" && as_dir=.
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.
987 ac_must_keep_next=false
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)
997 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
998 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1001 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
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.
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 ;;
1016 -* ) ac_must_keep_next=true ;;
1019 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1020 # Get rid of the leading space.
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; }
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.
1040 ## ---------------- ##
1041 ## Cache variables. ##
1042 ## ---------------- ##
1045 # The following way of writing the cache mishandles newlines in values,
1048 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1051 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1052 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1056 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1063 ## ----------------- ##
1064 ## Output variables. ##
1065 ## ----------------- ##
1068 for ac_var in $ac_subst_vars
1070 eval ac_val=$`echo $ac_var`
1071 echo "$ac_var='"'"'$ac_val'"'"'"
1075 if test -n "$ac_subst_files"; then
1082 for ac_var in $ac_subst_files
1084 eval ac_val=$`echo $ac_var`
1085 echo "$ac_var='"'"'$ac_val'"'"'"
1090 if test -s confdefs.h; then
1097 sed "/^$/d" confdefs.h | sort
1100 test "$ac_signal" != 0 &&
1101 echo "$as_me: caught signal $ac_signal"
1102 echo "$as_me: exit $exit_status"
1104 rm -f core *.core &&
1105 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1108 for ac_signal in 1 2 13 15; do
1109 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
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.
1118 # Predefined preprocessor variables.
1120 cat >>confdefs.h <<_ACEOF
1121 #define PACKAGE_NAME "$PACKAGE_NAME"
1125 cat >>confdefs.h <<_ACEOF
1126 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1130 cat >>confdefs.h <<_ACEOF
1131 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1135 cat >>confdefs.h <<_ACEOF
1136 #define PACKAGE_STRING "$PACKAGE_STRING"
1140 cat >>confdefs.h <<_ACEOF
1141 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
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"
1151 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
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
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;}
1170 [\\/]* | ?:[\\/]* ) . $cache_file;;
1171 *) . ./$cache_file;;
1175 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1176 echo "$as_me: creating cache $cache_file" >&6;}
1180 # Check that the precious variables saved in the cache have kept the same
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
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=: ;;
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=: ;;
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=:
1210 # Pass precious variables to config.status.
1211 if test "$ac_new_set" = set; then
1213 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1214 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1215 *) ac_arg=$ac_var=$ac_new_val ;;
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'" ;;
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; }; }
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
1255 ac_config_headers="$ac_config_headers common/config.h"
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
1274 if test -n "$CC"; then
1275 ac_cv_prog_CC="$CC" # Let the user override the test.
1277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
1294 if test -n "$CC"; then
1295 echo "$as_me:$LINENO: result: $CC" >&5
1296 echo "${ECHO_T}$CC" >&6
1298 echo "$as_me:$LINENO: result: no" >&5
1299 echo "${ECHO_T}no" >&6
1303 if test -z "$ac_cv_prog_CC"; then
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
1312 if test -n "$ac_ct_CC"; then
1313 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
1336 echo "$as_me:$LINENO: result: no" >&5
1337 echo "${ECHO_T}no" >&6
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
1354 if test -n "$CC"; then
1355 ac_cv_prog_CC="$CC" # Let the user override the test.
1357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
1374 if test -n "$CC"; then
1375 echo "$as_me:$LINENO: result: $CC" >&5
1376 echo "${ECHO_T}$CC" >&6
1378 echo "$as_me:$LINENO: result: no" >&5
1379 echo "${ECHO_T}no" >&6
1383 if test -z "$ac_cv_prog_CC"; then
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
1392 if test -n "$ac_ct_CC"; then
1393 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
1416 echo "$as_me:$LINENO: result: no" >&5
1417 echo "${ECHO_T}no" >&6
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
1434 if test -n "$CC"; then
1435 ac_cv_prog_CC="$CC" # Let the user override the test.
1438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
1450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
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
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.
1465 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1471 if test -n "$CC"; then
1472 echo "$as_me:$LINENO: result: $CC" >&5
1473 echo "${ECHO_T}$CC" >&6
1475 echo "$as_me:$LINENO: result: no" >&5
1476 echo "${ECHO_T}no" >&6
1480 if test -z "$CC"; then
1481 if test -n "$ac_tool_prefix"; then
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
1491 if test -n "$CC"; then
1492 ac_cv_prog_CC="$CC" # Let the user override the test.
1494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
1511 if test -n "$CC"; then
1512 echo "$as_me:$LINENO: result: $CC" >&5
1513 echo "${ECHO_T}$CC" >&6
1515 echo "$as_me:$LINENO: result: no" >&5
1516 echo "${ECHO_T}no" >&6
1519 test -n "$CC" && break
1522 if test -z "$CC"; then
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
1533 if test -n "$ac_ct_CC"; then
1534 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
1557 echo "$as_me:$LINENO: result: no" >&5
1558 echo "${ECHO_T}no" >&6
1561 test -n "$ac_ct_CC" && break
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; }; }
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
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
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
1593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1594 (exit $ac_status); }
1596 cat >conftest.$ac_ext <<_ACEOF
1599 cat confdefs.h >>conftest.$ac_ext
1600 cat >>conftest.$ac_ext <<_ACEOF
1601 /* end confdefs.h. */
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
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
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
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.
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
1634 test -f "$ac_file" || continue
1636 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1639 # This is the source file.
1642 # We found the default executable, but exeext='' is most
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.
1657 echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
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; }; }
1667 ac_exeext=$ac_cv_exeext
1668 echo "$as_me:$LINENO: result: $ac_file" >&5
1669 echo "${ECHO_T}$ac_file" >&6
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
1682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1683 (exit $ac_status); }; }; then
1686 if test "$cross_compiling" = maybe; then
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; }; }
1699 echo "$as_me:$LINENO: result: yes" >&5
1700 echo "${ECHO_T}yes" >&6
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
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
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
1722 for ac_file in conftest.exe conftest conftest.*; do
1723 test -f "$ac_file" || continue
1725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1726 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
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; }; }
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
1744 rm -f conftest.$ac_ext
1745 EXEEXT=$ac_cv_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
1752 cat >conftest.$ac_ext <<_ACEOF
1755 cat confdefs.h >>conftest.$ac_ext
1756 cat >>conftest.$ac_ext <<_ACEOF
1757 /* end confdefs.h. */
1767 rm -f conftest.o conftest.obj
1768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1769 (eval $ac_compile) 2>&5
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
1775 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
1776 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
1781 echo "$as_me: failed program was:" >&5
1782 sed 's/^/| /' conftest.$ac_ext >&5
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; }; }
1791 rm -f conftest.$ac_cv_objext conftest.$ac_ext
1793 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
1794 echo "${ECHO_T}$ac_cv_objext" >&6
1795 OBJEXT=$ac_cv_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
1802 cat >conftest.$ac_ext <<_ACEOF
1805 cat confdefs.h >>conftest.$ac_ext
1806 cat >>conftest.$ac_ext <<_ACEOF
1807 /* end confdefs.h. */
1820 rm -f conftest.$ac_objext
1821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1822 (eval $ac_compile) 2>conftest.er1
1824 grep -v '^ *+' conftest.er1 >conftest.err
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
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
1839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1840 (exit $ac_status); }; }; then
1843 echo "$as_me: failed program was:" >&5
1844 sed 's/^/| /' conftest.$ac_ext >&5
1848 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
1849 ac_cv_c_compiler_gnu=$ac_compiler_gnu
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
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
1863 cat >conftest.$ac_ext <<_ACEOF
1866 cat confdefs.h >>conftest.$ac_ext
1867 cat >>conftest.$ac_ext <<_ACEOF
1868 /* end confdefs.h. */
1878 rm -f conftest.$ac_objext
1879 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1880 (eval $ac_compile) 2>conftest.er1
1882 grep -v '^ *+' conftest.er1 >conftest.err
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
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
1897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1898 (exit $ac_status); }; }; then
1901 echo "$as_me: failed program was:" >&5
1902 sed 's/^/| /' conftest.$ac_ext >&5
1906 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
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
1919 if test "$GCC" = yes; then
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
1930 ac_cv_prog_cc_stdc=no
1932 cat >conftest.$ac_ext <<_ACEOF
1935 cat confdefs.h >>conftest.$ac_ext
1936 cat >>conftest.$ac_ext <<_ACEOF
1937 /* end confdefs.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)
1951 static char *f (char * (*g) (char **, int), char **p, ...)
1956 s = g (p, va_arg (v,int));
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];
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);
1979 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
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__"
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
1998 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2014 (exit $ac_status); }; }; then
2015 ac_cv_prog_cc_stdc=$ac_arg
2018 echo "$as_me: failed program was:" >&5
2019 sed 's/^/| /' conftest.$ac_ext >&5
2022 rm -f conftest.err conftest.$ac_objext
2024 rm -f conftest.$ac_ext conftest.$ac_objext
2029 case "x$ac_cv_prog_cc_stdc" in
2031 echo "$as_me:$LINENO: result: none needed" >&5
2032 echo "${ECHO_T}none needed" >&6 ;;
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" ;;
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
2048 rm -f conftest.$ac_objext
2049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2050 (eval $ac_compile) 2>conftest.er1
2052 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2068 (exit $ac_status); }; }; then
2069 for ac_declaration in \
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);' \
2077 cat >conftest.$ac_ext <<_ACEOF
2080 cat confdefs.h >>conftest.$ac_ext
2081 cat >>conftest.$ac_ext <<_ACEOF
2082 /* end confdefs.h. */
2093 rm -f conftest.$ac_objext
2094 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2095 (eval $ac_compile) 2>conftest.er1
2097 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2113 (exit $ac_status); }; }; then
2116 echo "$as_me: failed program was:" >&5
2117 sed 's/^/| /' conftest.$ac_ext >&5
2121 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2122 cat >conftest.$ac_ext <<_ACEOF
2125 cat confdefs.h >>conftest.$ac_ext
2126 cat >>conftest.$ac_ext <<_ACEOF
2127 /* end confdefs.h. */
2137 rm -f conftest.$ac_objext
2138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2139 (eval $ac_compile) 2>conftest.er1
2141 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2157 (exit $ac_status); }; }; then
2160 echo "$as_me: failed program was:" >&5
2161 sed 's/^/| /' conftest.$ac_ext >&5
2164 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2167 if test -n "$ac_declaration"; then
2168 echo '#ifdef __cplusplus' >>confdefs.h
2169 echo $ac_declaration >>confdefs.h
2170 echo '#endif' >>confdefs.h
2174 echo "$as_me: failed program was:" >&5
2175 sed 's/^/| /' conftest.$ac_ext >&5
2178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
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
2185 cat >>confdefs.h <<_ACEOF
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
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
2205 if test -n "$CXX"; then
2206 ac_cv_prog_CXX="$CXX" # Let the user override the test.
2208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2225 if test -n "$CXX"; then
2226 echo "$as_me:$LINENO: result: $CXX" >&5
2227 echo "${ECHO_T}$CXX" >&6
2229 echo "$as_me:$LINENO: result: no" >&5
2230 echo "${ECHO_T}no" >&6
2233 test -n "$CXX" && break
2236 if test -z "$CXX"; then
2238 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
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
2247 if test -n "$ac_ct_CXX"; then
2248 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
2271 echo "$as_me:$LINENO: result: no" >&5
2272 echo "${ECHO_T}no" >&6
2275 test -n "$ac_ct_CXX" && break
2277 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
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
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
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
2300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2301 (exit $ac_status); }
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
2308 cat >conftest.$ac_ext <<_ACEOF
2311 cat confdefs.h >>conftest.$ac_ext
2312 cat >>conftest.$ac_ext <<_ACEOF
2313 /* end confdefs.h. */
2326 rm -f conftest.$ac_objext
2327 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2328 (eval $ac_compile) 2>conftest.er1
2330 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2346 (exit $ac_status); }; }; then
2349 echo "$as_me: failed program was:" >&5
2350 sed 's/^/| /' conftest.$ac_ext >&5
2354 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2355 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
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
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
2369 cat >conftest.$ac_ext <<_ACEOF
2372 cat confdefs.h >>conftest.$ac_ext
2373 cat >>conftest.$ac_ext <<_ACEOF
2374 /* end confdefs.h. */
2384 rm -f conftest.$ac_objext
2385 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2386 (eval $ac_compile) 2>conftest.er1
2388 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; }; then
2405 ac_cv_prog_cxx_g=yes
2407 echo "$as_me: failed program was:" >&5
2408 sed 's/^/| /' conftest.$ac_ext >&5
2412 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
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
2425 if test "$GXX" = yes; then
2431 for ac_declaration in \
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);' \
2439 cat >conftest.$ac_ext <<_ACEOF
2442 cat confdefs.h >>conftest.$ac_ext
2443 cat >>conftest.$ac_ext <<_ACEOF
2444 /* end confdefs.h. */
2455 rm -f conftest.$ac_objext
2456 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2457 (eval $ac_compile) 2>conftest.er1
2459 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475 (exit $ac_status); }; }; then
2478 echo "$as_me: failed program was:" >&5
2479 sed 's/^/| /' conftest.$ac_ext >&5
2483 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2484 cat >conftest.$ac_ext <<_ACEOF
2487 cat confdefs.h >>conftest.$ac_ext
2488 cat >>conftest.$ac_ext <<_ACEOF
2489 /* end confdefs.h. */
2499 rm -f conftest.$ac_objext
2500 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2501 (eval $ac_compile) 2>conftest.er1
2503 grep -v '^ *+' conftest.er1 >conftest.err
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
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
2518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2519 (exit $ac_status); }; }; then
2522 echo "$as_me: failed program was:" >&5
2523 sed 's/^/| /' conftest.$ac_ext >&5
2526 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2529 if test -n "$ac_declaration"; then
2530 echo '#ifdef __cplusplus' >>confdefs.h
2531 echo $ac_declaration >>confdefs.h
2532 echo '#endif' >>confdefs.h
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
2541 cat >>confdefs.h <<_ACEOF
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
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
2559 cat >conftest.make <<\_ACEOF
2561 @echo 'ac_maketemp="$(MAKE)"'
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
2568 eval ac_cv_prog_make_${ac_make}_set=no
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
2577 echo "$as_me:$LINENO: result: no" >&5
2578 echo "${ECHO_T}no" >&6
2579 SET_MAKE="MAKE=${MAKE-make}"
2583 if test $BUILD_PARSERS = true; then
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
2592 if test -n "$RAGEL"; then
2593 ac_cv_prog_RAGEL="$RAGEL" # Let the user override the test.
2595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
2616 echo "$as_me:$LINENO: result: no" >&5
2617 echo "${ECHO_T}no" >&6
2620 if test -z "$RAGEL"; then
2622 echo "error: ragel is required to build the parsers"
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
2634 if test -n "$GPERF"; then
2635 ac_cv_prog_GPERF="$GPERF" # Let the user override the test.
2637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
2658 echo "$as_me:$LINENO: result: no" >&5
2659 echo "${ECHO_T}no" >&6
2662 if test -z "$GPERF"; then
2664 echo "error: gperf is required to build the parsers"
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
2676 if test -n "$KELBT"; then
2677 ac_cv_prog_KELBT="$KELBT" # Let the user override the test.
2679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
2700 echo "$as_me:$LINENO: result: no" >&5
2701 echo "${ECHO_T}no" >&6
2704 if test -z "$KELBT"; then
2706 echo "error: kelbt is required to build the parsers"
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
2720 if test -n "$GDC"; then
2721 ac_cv_prog_GDC="$GDC" # Let the user override the test.
2723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2740 if test -n "$GDC"; then
2741 echo "$as_me:$LINENO: result: $GDC" >&5
2742 echo "${ECHO_T}$GDC" >&6
2744 echo "$as_me:$LINENO: result: no" >&5
2745 echo "${ECHO_T}no" >&6
2748 if test -n "$GDC"; then
2749 cat >>confdefs.h <<_ACEOF
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; }
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
2770 echo "$as_me:$LINENO: result: no" >&5
2771 echo "${ECHO_T}no" >&6
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
2782 if test -n "$JAVAC"; then
2783 ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
2785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
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
2806 echo "$as_me:$LINENO: result: no" >&5
2807 echo "${ECHO_T}no" >&6
2810 if test -n "$JAVAC"; then
2811 cat >>confdefs.h <<_ACEOF
2812 #define JAVAC $JAVAC
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
2824 if test -n "$TXL"; then
2825 ac_cv_prog_TXL="$TXL" # Let the user override the test.
2827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
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
2844 if test -n "$TXL"; then
2845 echo "$as_me:$LINENO: result: $TXL" >&5
2846 echo "${ECHO_T}$TXL" >&6
2848 echo "$as_me:$LINENO: result: no" >&5
2849 echo "${ECHO_T}no" >&6
2852 if test -n "$TXL"; then
2853 cat >>confdefs.h <<_ACEOF
2859 ac_config_files="$ac_config_files Makefile common/Makefile ragel/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.
2867 # config.status only pays attention to the cache file if you give it
2868 # the --recheck option to rerun configure.
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
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.
2883 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2885 # `set' does not quote correctly, so add quotes (double-quote
2886 # substitution turns \\\\ into \\, and sed turns \\ into \).
2889 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2892 # `set' quotes correctly as required by POSIX, so do not add quotes.
2894 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2901 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2903 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
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
2910 echo "not updating unwritable cache $cache_file"
2915 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2916 # Let make expand exec_prefix.
2917 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
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}:*/:/;
2928 s/^\([^=]*=[ ]*\):*/\1/;
2934 DEFS=-DHAVE_CONFIG_H
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$//'`
2943 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2944 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2948 LTLIBOBJS=$ac_ltlibobjs
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
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.
2967 SHELL=\${CONFIG_SHELL-$SHELL}
2970 cat >>$CONFIG_STATUS <<\_ACEOF
2971 ## --------------------- ##
2972 ## M4sh Initialization. ##
2973 ## --------------------- ##
2975 # Be Bourne compatible
2976 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
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
2985 DUALCASE=1; export DUALCASE # for MKS sh
2987 # Support unset when possible.
2988 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2995 # Work around bugs in pre-3.0 UWIN ksh.
2996 $as_unset ENV MAIL MAILPATH
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
3007 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3008 eval $as_var=C; export $as_var
3014 # Required to use basename.
3015 if expr a : '\(a\)' >/dev/null 2>&1; then
3021 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
3022 as_basename=basename
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 ||
3035 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
3036 /^X\/\(\/\/\)$/{ s//\1/; q; }
3037 /^X\/\(\/\).*/{ s//\1/; q; }
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
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
3054 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
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
3071 *[\\/]* ) as_myself=$0 ;;
3072 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 test -z "$as_dir" && as_dir=.
3077 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
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; }; }
3092 case $CONFIG_SHELL in
3094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3095 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3098 test -z "$as_dir" && as_dir=.
3099 for as_base in sh bash ksh sh5; do
3102 if ("$as_dir/$as_base" -c '
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
3112 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
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 |
3133 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3136 s,^['$as_cr_digits']*\n,,
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; }; }
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).
3147 # Exit status is that of the last command.
3152 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3153 *c*,-n*) ECHO_N= ECHO_C='
3155 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3156 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
3159 if expr a : '\(a\)' >/dev/null 2>&1; then
3165 rm -f conf$$ conf$$.exe 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
3176 elif ln conf$$.file conf$$ 2>/dev/null; then
3181 rm -f conf$$ conf$$.exe conf$$.file
3183 if mkdir -p . 2>/dev/null; then
3186 test -d ./-p && rmdir ./-p
3190 as_executable_p="test -f"
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'"
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'"
3200 # We need space, tab and new line, in precisely that order.
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.
3216 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3217 ## Running $as_me. ##
3222 This file was extended by $as_me, which was
3223 generated by GNU Autoconf 2.59. Invocation command line was
3225 CONFIG_FILES = $CONFIG_FILES
3226 CONFIG_HEADERS = $CONFIG_HEADERS
3227 CONFIG_LINKS = $CONFIG_LINKS
3228 CONFIG_COMMANDS = $CONFIG_COMMANDS
3232 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
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
3241 if test -n "$ac_config_headers"; then
3242 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3245 if test -n "$ac_config_links"; then
3246 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3249 if test -n "$ac_config_commands"; then
3250 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3253 cat >>$CONFIG_STATUS <<\_ACEOF
3256 \`$as_me' instantiates files from templates according to the
3257 current configuration.
3259 Usage: $0 [OPTIONS] [FILE]...
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
3271 Configuration files:
3274 Configuration headers:
3277 Report bugs to <bug-autoconf@gnu.org>."
3280 cat >>$CONFIG_STATUS <<_ACEOF
3283 configured by $0, generated by GNU Autoconf 2.59,
3284 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
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."
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.
3300 ac_option=`expr "x$1" : 'x\([^=]*\)='`
3301 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3309 *) # This is not an option, so the user has probably given explicit
3312 ac_need_defaults=false;;
3316 # Handling of the options.
3318 cat >>$CONFIG_STATUS <<\_ACEOF
3319 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3321 --version | --vers* | -V )
3322 echo "$ac_cs_version"; exit 0 ;;
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 )
3334 --file | --fil | --fi | --f )
3336 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3337 ac_need_defaults=false;;
3338 --header | --heade | --head | --hea )
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)
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; }; } ;;
3353 *) ac_config_targets="$ac_config_targets $1" ;;
3359 ac_configure_extra_args=
3361 if $ac_cs_silent; then
3363 ac_configure_extra_args="$ac_configure_extra_args --silent"
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
3379 cat >>$CONFIG_STATUS <<\_ACEOF
3380 for ac_config_target in $ac_config_targets
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 "rlcodegen/Makefile" ) CONFIG_FILES="$CONFIG_FILES rlcodegen/Makefile" ;;
3388 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3389 "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
3390 "common/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS common/config.h" ;;
3391 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3392 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3393 { (exit 1); exit 1; }; };;
3397 # If the user did not use the arguments to specify the items to instantiate,
3398 # then the envvar interface is used. Set only those that are not.
3399 # We use the long form for the default assignment because of an extremely
3400 # bizarre bug on SunOS 4.1.3.
3401 if $ac_need_defaults; then
3402 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3403 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3406 # Have a temporary directory for convenience. Make it in the build tree
3407 # simply because there is no reason to put it here, and in addition,
3408 # creating and moving files from /tmp can sometimes cause problems.
3409 # Create a temporary directory, and hook for its removal unless debugging.
3412 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3413 trap '{ (exit 1); exit 1; }' 1 2 13 15
3416 # Create a (secure) tmp directory for tmp files.
3419 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3420 test -n "$tmp" && test -d "$tmp"
3423 tmp=./confstat$$-$RANDOM
3424 (umask 077 && mkdir $tmp)
3427 echo "$me: cannot create a temporary directory in ." >&2
3428 { (exit 1); exit 1; }
3433 cat >>$CONFIG_STATUS <<_ACEOF
3436 # CONFIG_FILES section.
3439 # No need to generate the scripts if there are no CONFIG_FILES.
3440 # This happens for instance when ./config.status config.h
3441 if test -n "\$CONFIG_FILES"; then
3442 # Protect against being on the right side of a sed subst in config.status.
3443 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3444 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3445 s,@SHELL@,$SHELL,;t t
3446 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3447 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3448 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3449 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3450 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3451 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3452 s,@exec_prefix@,$exec_prefix,;t t
3453 s,@prefix@,$prefix,;t t
3454 s,@program_transform_name@,$program_transform_name,;t t
3455 s,@bindir@,$bindir,;t t
3456 s,@sbindir@,$sbindir,;t t
3457 s,@libexecdir@,$libexecdir,;t t
3458 s,@datadir@,$datadir,;t t
3459 s,@sysconfdir@,$sysconfdir,;t t
3460 s,@sharedstatedir@,$sharedstatedir,;t t
3461 s,@localstatedir@,$localstatedir,;t t
3462 s,@libdir@,$libdir,;t t
3463 s,@includedir@,$includedir,;t t
3464 s,@oldincludedir@,$oldincludedir,;t t
3465 s,@infodir@,$infodir,;t t
3466 s,@mandir@,$mandir,;t t
3467 s,@build_alias@,$build_alias,;t t
3468 s,@host_alias@,$host_alias,;t t
3469 s,@target_alias@,$target_alias,;t t
3471 s,@ECHO_C@,$ECHO_C,;t t
3472 s,@ECHO_N@,$ECHO_N,;t t
3473 s,@ECHO_T@,$ECHO_T,;t t
3475 s,@BUILD_PARSERS@,$BUILD_PARSERS,;t t
3477 s,@CFLAGS@,$CFLAGS,;t t
3478 s,@LDFLAGS@,$LDFLAGS,;t t
3479 s,@CPPFLAGS@,$CPPFLAGS,;t t
3480 s,@ac_ct_CC@,$ac_ct_CC,;t t
3481 s,@EXEEXT@,$EXEEXT,;t t
3482 s,@OBJEXT@,$OBJEXT,;t t
3484 s,@CXXFLAGS@,$CXXFLAGS,;t t
3485 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
3486 s,@SET_MAKE@,$SET_MAKE,;t t
3487 s,@RAGEL@,$RAGEL,;t t
3488 s,@GPERF@,$GPERF,;t t
3489 s,@KELBT@,$KELBT,;t t
3491 s,@GOBJC@,$GOBJC,;t t
3492 s,@JAVAC@,$JAVAC,;t t
3494 s,@LIBOBJS@,$LIBOBJS,;t t
3495 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3500 cat >>$CONFIG_STATUS <<\_ACEOF
3501 # Split the substitutions into bite-sized pieces for seds with
3502 # small command number limits, like on Digital OSF/1 and HP-UX.
3504 ac_sed_frag=1 # Number of current file.
3505 ac_beg=1 # First line for current file.
3506 ac_end=$ac_max_sed_lines # Line after last line for current file.
3509 while $ac_more_lines; do
3510 if test $ac_beg -gt 1; then
3511 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3513 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3515 if test ! -s $tmp/subs.frag; then
3518 # The purpose of the label and of the branching condition is to
3519 # speed up the sed processing (if there are no `@' at all, there
3520 # is no need to browse any of the substitutions).
3521 # These are the two extra sed commands mentioned above.
3523 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3524 if test -z "$ac_sed_cmds"; then
3525 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3527 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3529 ac_sed_frag=`expr $ac_sed_frag + 1`
3531 ac_end=`expr $ac_end + $ac_max_sed_lines`
3534 if test -z "$ac_sed_cmds"; then
3537 fi # test -n "$CONFIG_FILES"
3540 cat >>$CONFIG_STATUS <<\_ACEOF
3541 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3542 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3544 - | *:- | *:-:* ) # input from stdin
3546 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3547 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3548 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3549 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3550 * ) ac_file_in=$ac_file.in ;;
3553 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3554 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3555 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3556 X"$ac_file" : 'X\(//\)[^/]' \| \
3557 X"$ac_file" : 'X\(//\)$' \| \
3558 X"$ac_file" : 'X\(/\)' \| \
3559 . : '\(.\)' 2>/dev/null ||
3561 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3562 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3563 /^X\(\/\/\)$/{ s//\1/; q; }
3564 /^X\(\/\).*/{ s//\1/; q; }
3566 { if $as_mkdir_p; then
3571 while test ! -d "$as_dir"; do
3572 as_dirs="$as_dir $as_dirs"
3573 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3574 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3575 X"$as_dir" : 'X\(//\)[^/]' \| \
3576 X"$as_dir" : 'X\(//\)$' \| \
3577 X"$as_dir" : 'X\(/\)' \| \
3578 . : '\(.\)' 2>/dev/null ||
3580 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3581 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3582 /^X\(\/\/\)$/{ s//\1/; q; }
3583 /^X\(\/\).*/{ s//\1/; q; }
3586 test ! -n "$as_dirs" || mkdir $as_dirs
3587 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3588 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3589 { (exit 1); exit 1; }; }; }
3593 if test "$ac_dir" != .; then
3594 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3595 # A "../" for each directory in $ac_dir_suffix.
3596 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3598 ac_dir_suffix= ac_top_builddir=
3602 .) # No --srcdir option. We are building in place.
3604 if test -z "$ac_top_builddir"; then
3607 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3609 [\\/]* | ?:[\\/]* ) # Absolute path.
3610 ac_srcdir=$srcdir$ac_dir_suffix;
3611 ac_top_srcdir=$srcdir ;;
3613 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3614 ac_top_srcdir=$ac_top_builddir$srcdir ;;
3617 # Do not use `cd foo && pwd` to compute absolute paths, because
3618 # the directories may not exist.
3620 .) ac_abs_builddir="$ac_dir";;
3623 .) ac_abs_builddir=`pwd`;;
3624 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3625 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3628 case $ac_abs_builddir in
3629 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3631 case ${ac_top_builddir}. in
3632 .) ac_abs_top_builddir=$ac_abs_builddir;;
3633 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3634 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3637 case $ac_abs_builddir in
3638 .) ac_abs_srcdir=$ac_srcdir;;
3641 .) ac_abs_srcdir=$ac_abs_builddir;;
3642 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3643 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3646 case $ac_abs_builddir in
3647 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3649 case $ac_top_srcdir in
3650 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3651 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3652 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3658 # Let's still pretend it is `configure' which instantiates (i.e., don't
3659 # use $as_me), people would be surprised to read:
3660 # /* config.h. Generated by config.status. */
3661 if test x"$ac_file" = x-; then
3664 configure_input="$ac_file. "
3666 configure_input=$configure_input"Generated from `echo $ac_file_in |
3667 sed 's,.*/,,'` by configure."
3669 # First look for the input files in the build tree, otherwise in the
3671 ac_file_inputs=`IFS=:
3672 for f in $ac_file_in; do
3674 -) echo $tmp/stdin ;;
3676 # Absolute (can't be DOS-style, as IFS=:)
3677 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3678 echo "$as_me: error: cannot find input file: $f" >&2;}
3679 { (exit 1); exit 1; }; }
3682 if test -f "$f"; then
3685 elif test -f "$srcdir/$f"; then
3690 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3691 echo "$as_me: error: cannot find input file: $f" >&2;}
3692 { (exit 1); exit 1; }; }
3695 done` || { (exit 1); exit 1; }
3697 if test x"$ac_file" != x-; then
3698 { echo "$as_me:$LINENO: creating $ac_file" >&5
3699 echo "$as_me: creating $ac_file" >&6;}
3703 cat >>$CONFIG_STATUS <<_ACEOF
3707 cat >>$CONFIG_STATUS <<\_ACEOF
3709 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3710 s,@configure_input@,$configure_input,;t t
3711 s,@srcdir@,$ac_srcdir,;t t
3712 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3713 s,@top_srcdir@,$ac_top_srcdir,;t t
3714 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3715 s,@builddir@,$ac_builddir,;t t
3716 s,@abs_builddir@,$ac_abs_builddir,;t t
3717 s,@top_builddir@,$ac_top_builddir,;t t
3718 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3719 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3721 if test x"$ac_file" != x-; then
3722 mv $tmp/out $ac_file
3730 cat >>$CONFIG_STATUS <<\_ACEOF
3733 # CONFIG_HEADER section.
3736 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3737 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3739 # ac_d sets the value in "#define NAME VALUE" lines.
3740 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3741 ac_dB='[ ].*$,\1#\2'
3744 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3745 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3746 ac_uB='$,\1#\2define\3'
3750 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
3751 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3753 - | *:- | *:-:* ) # input from stdin
3755 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3756 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3757 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3758 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3759 * ) ac_file_in=$ac_file.in ;;
3762 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
3763 echo "$as_me: creating $ac_file" >&6;}
3765 # First look for the input files in the build tree, otherwise in the
3767 ac_file_inputs=`IFS=:
3768 for f in $ac_file_in; do
3770 -) echo $tmp/stdin ;;
3772 # Absolute (can't be DOS-style, as IFS=:)
3773 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3774 echo "$as_me: error: cannot find input file: $f" >&2;}
3775 { (exit 1); exit 1; }; }
3776 # Do quote $f, to prevent DOS paths from being IFS'd.
3779 if test -f "$f"; then
3782 elif test -f "$srcdir/$f"; then
3787 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3788 echo "$as_me: error: cannot find input file: $f" >&2;}
3789 { (exit 1); exit 1; }; }
3792 done` || { (exit 1); exit 1; }
3793 # Remove the trailing spaces.
3794 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
3798 # Transform confdefs.h into two sed scripts, `conftest.defines' and
3799 # `conftest.undefs', that substitutes the proper values into
3800 # config.h.in to produce config.h. The first handles `#define'
3801 # templates, and the second `#undef' templates.
3802 # And first: Protect against being on the right side of a sed subst in
3803 # config.status. Protect against being in an unquoted here document
3805 rm -f conftest.defines conftest.undefs
3806 # Using a here document instead of a string reduces the quoting nightmare.
3807 # Putting comments in sed scripts is not portable.
3809 # `end' is used to avoid that the second main sed command (meant for
3810 # 0-ary CPP macros) applies to n-ary macro definitions.
3811 # See the Autoconf documentation for `clear'.
3812 cat >confdef2sed.sed <<\_ACEOF
3817 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
3819 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
3822 # If some macros were called several times there might be several times
3823 # the same #defines, which is useless. Nevertheless, we may not want to
3824 # sort them, since we want the *last* AC-DEFINE to be honored.
3825 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
3826 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
3827 rm -f confdef2sed.sed
3829 # This sed command replaces #undef with comments. This is necessary, for
3830 # example, in the case of _POSIX_SOURCE, which is predefined and required
3831 # on some systems where configure will not decide to define it.
3832 cat >>conftest.undefs <<\_ACEOF
3833 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
3836 # Break up conftest.defines because some shells have a limit on the size
3837 # of here documents, and old seds have small limits too (100 cmds).
3838 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
3839 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
3840 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
3841 echo ' :' >>$CONFIG_STATUS
3843 while grep . conftest.defines >/dev/null
3845 # Write a limited-size here document to $tmp/defines.sed.
3846 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
3847 # Speed up: don't consider the non `#define' lines.
3848 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
3849 # Work around the forget-to-reset-the-flag bug.
3850 echo 't clr' >>$CONFIG_STATUS
3851 echo ': clr' >>$CONFIG_STATUS
3852 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
3854 sed -f $tmp/defines.sed $tmp/in >$tmp/out
3858 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
3859 rm -f conftest.defines
3860 mv conftest.tail conftest.defines
3862 rm -f conftest.defines
3863 echo ' fi # grep' >>$CONFIG_STATUS
3864 echo >>$CONFIG_STATUS
3866 # Break up conftest.undefs because some shells have a limit on the size
3867 # of here documents, and old seds have small limits too (100 cmds).
3868 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
3870 while grep . conftest.undefs >/dev/null
3872 # Write a limited-size here document to $tmp/undefs.sed.
3873 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
3874 # Speed up: don't consider the non `#undef'
3875 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
3876 # Work around the forget-to-reset-the-flag bug.
3877 echo 't clr' >>$CONFIG_STATUS
3878 echo ': clr' >>$CONFIG_STATUS
3879 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
3881 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
3885 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
3886 rm -f conftest.undefs
3887 mv conftest.tail conftest.undefs
3889 rm -f conftest.undefs
3891 cat >>$CONFIG_STATUS <<\_ACEOF
3892 # Let's still pretend it is `configure' which instantiates (i.e., don't
3893 # use $as_me), people would be surprised to read:
3894 # /* config.h. Generated by config.status. */
3895 if test x"$ac_file" = x-; then
3896 echo "/* Generated by configure. */" >$tmp/config.h
3898 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
3900 cat $tmp/in >>$tmp/config.h
3902 if test x"$ac_file" != x-; then
3903 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
3904 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
3905 echo "$as_me: $ac_file is unchanged" >&6;}
3907 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3908 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3909 X"$ac_file" : 'X\(//\)[^/]' \| \
3910 X"$ac_file" : 'X\(//\)$' \| \
3911 X"$ac_file" : 'X\(/\)' \| \
3912 . : '\(.\)' 2>/dev/null ||
3914 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3915 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3916 /^X\(\/\/\)$/{ s//\1/; q; }
3917 /^X\(\/\).*/{ s//\1/; q; }
3919 { if $as_mkdir_p; then
3924 while test ! -d "$as_dir"; do
3925 as_dirs="$as_dir $as_dirs"
3926 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3927 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3928 X"$as_dir" : 'X\(//\)[^/]' \| \
3929 X"$as_dir" : 'X\(//\)$' \| \
3930 X"$as_dir" : 'X\(/\)' \| \
3931 . : '\(.\)' 2>/dev/null ||
3933 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3934 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3935 /^X\(\/\/\)$/{ s//\1/; q; }
3936 /^X\(\/\).*/{ s//\1/; q; }
3939 test ! -n "$as_dirs" || mkdir $as_dirs
3940 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3941 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3942 { (exit 1); exit 1; }; }; }
3945 mv $tmp/config.h $ac_file
3954 cat >>$CONFIG_STATUS <<\_ACEOF
3956 { (exit 0); exit 0; }
3958 chmod +x $CONFIG_STATUS
3959 ac_clean_files=$ac_clean_files_save
3962 # configure is writing to config.log, and then calls config.status.
3963 # config.status does its own redirection, appending to config.log.
3964 # Unfortunately, on DOS this fails, as config.log is still kept open
3965 # by configure, so config.status won't be able to write to it; its
3966 # output is simply discarded. So we exec the FD to /dev/null,
3967 # effectively closing config.log, so it can be properly (re)opened and
3968 # appended to by config.status. When coming back to configure, we
3969 # need to make the FD available again.
3970 if test "$no_create" != yes; then
3972 ac_config_status_args=
3973 test "$silent" = yes &&
3974 ac_config_status_args="$ac_config_status_args --quiet"
3976 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3978 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3979 # would make configure fail if this is the last instruction.
3980 $ac_cs_success || { (exit 1); exit 1; }
3984 echo "configuration of ragel complete"