dont connect to server till we need to
[tfs.git] / configure
blob961464a820faec522f62143ecb19db5639067670
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for tf4mono 0.4.7.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22 else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25 esac
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
50 rm -f conf$$.sh
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
61 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
68 IFS=" "" $as_nl"
70 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87 as_myself=$0
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
102 # NLS nuisances.
103 for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 done
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
140 /^X\/\(\/\/\)$/{
141 s//\1/
144 /^X\/\(\/\).*/{
145 s//\1/
148 s/.*/./; q'`
150 # CDPATH.
151 $as_unset CDPATH
154 if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157 else
158 as_have_required=no
161 if test $as_have_required = yes && (eval ":
162 (as_func_return () {
163 (exit \$1)
165 as_func_success () {
166 as_func_return 0
168 as_func_failure () {
169 as_func_return 1
171 as_func_ret_success () {
172 return 0
174 as_func_ret_failure () {
175 return 1
178 exitcode=0
179 if as_func_success; then
181 else
182 exitcode=1
183 echo as_func_success failed.
186 if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
193 else
194 exitcode=1
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 else
206 exitcode=1
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
219 else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232 done
233 IFS=$as_save_IFS
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247 else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250 esac
256 _ASEOF
257 }; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 (as_func_return () {
278 (exit $1)
280 as_func_success () {
281 as_func_return 0
283 as_func_failure () {
284 as_func_return 1
286 as_func_ret_success () {
287 return 0
289 as_func_ret_failure () {
290 return 1
293 exitcode=0
294 if as_func_success; then
296 else
297 exitcode=1
298 echo as_func_success failed.
301 if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
306 if as_func_ret_success; then
308 else
309 exitcode=1
310 echo as_func_ret_success failed.
313 if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
320 else
321 exitcode=1
322 echo positional parameters were not saved.
325 test $exitcode = 0) || { (exit 1); exit 1; }
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
333 _ASEOF
334 }; then
335 break
340 done
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
367 (exit \$1)
369 as_func_success () {
370 as_func_return 0
372 as_func_failure () {
373 as_func_return 1
375 as_func_ret_success () {
376 return 0
378 as_func_ret_failure () {
379 return 1
382 exitcode=0
383 if as_func_success; then
385 else
386 exitcode=1
387 echo as_func_success failed.
390 if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
397 else
398 exitcode=1
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
409 else
410 exitcode=1
411 echo positional parameters were not saved.
414 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
440 /[$]LINENO/=
441 ' <$as_myself |
442 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
446 :lineno
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468 else
469 as_dirname=false
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
480 ECHO_N='-n';;
481 esac
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493 else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508 else
509 as_ln_s='cp -p'
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
521 if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523 else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
542 as_executable_p=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev/null 6>&1
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560 # Initializations.
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
573 PACKAGE_NAME='tf4mono'
574 PACKAGE_TARNAME='tf4mono'
575 PACKAGE_VERSION='0.4.7'
576 PACKAGE_STRING='tf4mono 0.4.7'
577 PACKAGE_BUGREPORT=''
579 ac_subst_vars='SHELL
580 PATH_SEPARATOR
581 PACKAGE_NAME
582 PACKAGE_TARNAME
583 PACKAGE_VERSION
584 PACKAGE_STRING
585 PACKAGE_BUGREPORT
586 exec_prefix
587 prefix
588 program_transform_name
589 bindir
590 sbindir
591 libexecdir
592 datarootdir
593 datadir
594 sysconfdir
595 sharedstatedir
596 localstatedir
597 includedir
598 oldincludedir
599 docdir
600 infodir
601 htmldir
602 dvidir
603 pdfdir
604 psdir
605 libdir
606 localedir
607 mandir
608 DEFS
609 ECHO_C
610 ECHO_N
611 ECHO_T
612 LIBS
613 build_alias
614 host_alias
615 target_alias
616 PKG_CONFIG
617 ASCIIDOC
618 XMLTO
620 CFLAGS
621 LDFLAGS
622 CPPFLAGS
623 ac_ct_CC
624 EXEEXT
625 OBJEXT
626 LIBOBJS
627 LTLIBOBJS'
628 ac_subst_files=''
629 ac_precious_vars='build_alias
630 host_alias
631 target_alias
632 PKG_CONFIG
634 CFLAGS
635 LDFLAGS
636 LIBS
637 CPPFLAGS'
640 # Initialize some variables set by options.
641 ac_init_help=
642 ac_init_version=false
643 # The variables have the same names as the options, with
644 # dashes changed to underlines.
645 cache_file=/dev/null
646 exec_prefix=NONE
647 no_create=
648 no_recursion=
649 prefix=NONE
650 program_prefix=NONE
651 program_suffix=NONE
652 program_transform_name=s,x,x,
653 silent=
654 site=
655 srcdir=
656 verbose=
657 x_includes=NONE
658 x_libraries=NONE
660 # Installation directory options.
661 # These are left unexpanded so users can "make install exec_prefix=/foo"
662 # and all the variables that are supposed to be based on exec_prefix
663 # by default will actually change.
664 # Use braces instead of parens because sh, perl, etc. also accept them.
665 # (The list follows the same order as the GNU Coding Standards.)
666 bindir='${exec_prefix}/bin'
667 sbindir='${exec_prefix}/sbin'
668 libexecdir='${exec_prefix}/libexec'
669 datarootdir='${prefix}/share'
670 datadir='${datarootdir}'
671 sysconfdir='${prefix}/etc'
672 sharedstatedir='${prefix}/com'
673 localstatedir='${prefix}/var'
674 includedir='${prefix}/include'
675 oldincludedir='/usr/include'
676 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
677 infodir='${datarootdir}/info'
678 htmldir='${docdir}'
679 dvidir='${docdir}'
680 pdfdir='${docdir}'
681 psdir='${docdir}'
682 libdir='${exec_prefix}/lib'
683 localedir='${datarootdir}/locale'
684 mandir='${datarootdir}/man'
686 ac_prev=
687 ac_dashdash=
688 for ac_option
690 # If the previous option needs an argument, assign it.
691 if test -n "$ac_prev"; then
692 eval $ac_prev=\$ac_option
693 ac_prev=
694 continue
697 case $ac_option in
698 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
699 *) ac_optarg=yes ;;
700 esac
702 # Accept the important Cygnus configure options, so we can diagnose typos.
704 case $ac_dashdash$ac_option in
706 ac_dashdash=yes ;;
708 -bindir | --bindir | --bindi | --bind | --bin | --bi)
709 ac_prev=bindir ;;
710 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
711 bindir=$ac_optarg ;;
713 -build | --build | --buil | --bui | --bu)
714 ac_prev=build_alias ;;
715 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
716 build_alias=$ac_optarg ;;
718 -cache-file | --cache-file | --cache-fil | --cache-fi \
719 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
720 ac_prev=cache_file ;;
721 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
722 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
723 cache_file=$ac_optarg ;;
725 --config-cache | -C)
726 cache_file=config.cache ;;
728 -datadir | --datadir | --datadi | --datad)
729 ac_prev=datadir ;;
730 -datadir=* | --datadir=* | --datadi=* | --datad=*)
731 datadir=$ac_optarg ;;
733 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
734 | --dataroo | --dataro | --datar)
735 ac_prev=datarootdir ;;
736 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
737 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
738 datarootdir=$ac_optarg ;;
740 -disable-* | --disable-*)
741 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
742 # Reject names that are not valid shell variable names.
743 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
744 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
745 { (exit 1); exit 1; }; }
746 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
747 eval enable_$ac_feature=no ;;
749 -docdir | --docdir | --docdi | --doc | --do)
750 ac_prev=docdir ;;
751 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
752 docdir=$ac_optarg ;;
754 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
755 ac_prev=dvidir ;;
756 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
757 dvidir=$ac_optarg ;;
759 -enable-* | --enable-*)
760 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
761 # Reject names that are not valid shell variable names.
762 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
763 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
764 { (exit 1); exit 1; }; }
765 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
766 eval enable_$ac_feature=\$ac_optarg ;;
768 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
769 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
770 | --exec | --exe | --ex)
771 ac_prev=exec_prefix ;;
772 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
773 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
774 | --exec=* | --exe=* | --ex=*)
775 exec_prefix=$ac_optarg ;;
777 -gas | --gas | --ga | --g)
778 # Obsolete; use --with-gas.
779 with_gas=yes ;;
781 -help | --help | --hel | --he | -h)
782 ac_init_help=long ;;
783 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
784 ac_init_help=recursive ;;
785 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
786 ac_init_help=short ;;
788 -host | --host | --hos | --ho)
789 ac_prev=host_alias ;;
790 -host=* | --host=* | --hos=* | --ho=*)
791 host_alias=$ac_optarg ;;
793 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
794 ac_prev=htmldir ;;
795 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
796 | --ht=*)
797 htmldir=$ac_optarg ;;
799 -includedir | --includedir | --includedi | --included | --include \
800 | --includ | --inclu | --incl | --inc)
801 ac_prev=includedir ;;
802 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
803 | --includ=* | --inclu=* | --incl=* | --inc=*)
804 includedir=$ac_optarg ;;
806 -infodir | --infodir | --infodi | --infod | --info | --inf)
807 ac_prev=infodir ;;
808 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
809 infodir=$ac_optarg ;;
811 -libdir | --libdir | --libdi | --libd)
812 ac_prev=libdir ;;
813 -libdir=* | --libdir=* | --libdi=* | --libd=*)
814 libdir=$ac_optarg ;;
816 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
817 | --libexe | --libex | --libe)
818 ac_prev=libexecdir ;;
819 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
820 | --libexe=* | --libex=* | --libe=*)
821 libexecdir=$ac_optarg ;;
823 -localedir | --localedir | --localedi | --localed | --locale)
824 ac_prev=localedir ;;
825 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
826 localedir=$ac_optarg ;;
828 -localstatedir | --localstatedir | --localstatedi | --localstated \
829 | --localstate | --localstat | --localsta | --localst | --locals)
830 ac_prev=localstatedir ;;
831 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
832 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
833 localstatedir=$ac_optarg ;;
835 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
836 ac_prev=mandir ;;
837 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
838 mandir=$ac_optarg ;;
840 -nfp | --nfp | --nf)
841 # Obsolete; use --without-fp.
842 with_fp=no ;;
844 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
845 | --no-cr | --no-c | -n)
846 no_create=yes ;;
848 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
849 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
850 no_recursion=yes ;;
852 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
853 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
854 | --oldin | --oldi | --old | --ol | --o)
855 ac_prev=oldincludedir ;;
856 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
857 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
858 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
859 oldincludedir=$ac_optarg ;;
861 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
862 ac_prev=prefix ;;
863 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
864 prefix=$ac_optarg ;;
866 -program-prefix | --program-prefix | --program-prefi | --program-pref \
867 | --program-pre | --program-pr | --program-p)
868 ac_prev=program_prefix ;;
869 -program-prefix=* | --program-prefix=* | --program-prefi=* \
870 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
871 program_prefix=$ac_optarg ;;
873 -program-suffix | --program-suffix | --program-suffi | --program-suff \
874 | --program-suf | --program-su | --program-s)
875 ac_prev=program_suffix ;;
876 -program-suffix=* | --program-suffix=* | --program-suffi=* \
877 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
878 program_suffix=$ac_optarg ;;
880 -program-transform-name | --program-transform-name \
881 | --program-transform-nam | --program-transform-na \
882 | --program-transform-n | --program-transform- \
883 | --program-transform | --program-transfor \
884 | --program-transfo | --program-transf \
885 | --program-trans | --program-tran \
886 | --progr-tra | --program-tr | --program-t)
887 ac_prev=program_transform_name ;;
888 -program-transform-name=* | --program-transform-name=* \
889 | --program-transform-nam=* | --program-transform-na=* \
890 | --program-transform-n=* | --program-transform-=* \
891 | --program-transform=* | --program-transfor=* \
892 | --program-transfo=* | --program-transf=* \
893 | --program-trans=* | --program-tran=* \
894 | --progr-tra=* | --program-tr=* | --program-t=*)
895 program_transform_name=$ac_optarg ;;
897 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
898 ac_prev=pdfdir ;;
899 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
900 pdfdir=$ac_optarg ;;
902 -psdir | --psdir | --psdi | --psd | --ps)
903 ac_prev=psdir ;;
904 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
905 psdir=$ac_optarg ;;
907 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
908 | -silent | --silent | --silen | --sile | --sil)
909 silent=yes ;;
911 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
912 ac_prev=sbindir ;;
913 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
914 | --sbi=* | --sb=*)
915 sbindir=$ac_optarg ;;
917 -sharedstatedir | --sharedstatedir | --sharedstatedi \
918 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
919 | --sharedst | --shareds | --shared | --share | --shar \
920 | --sha | --sh)
921 ac_prev=sharedstatedir ;;
922 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
923 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
924 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
925 | --sha=* | --sh=*)
926 sharedstatedir=$ac_optarg ;;
928 -site | --site | --sit)
929 ac_prev=site ;;
930 -site=* | --site=* | --sit=*)
931 site=$ac_optarg ;;
933 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
934 ac_prev=srcdir ;;
935 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
936 srcdir=$ac_optarg ;;
938 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
939 | --syscon | --sysco | --sysc | --sys | --sy)
940 ac_prev=sysconfdir ;;
941 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
942 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
943 sysconfdir=$ac_optarg ;;
945 -target | --target | --targe | --targ | --tar | --ta | --t)
946 ac_prev=target_alias ;;
947 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
948 target_alias=$ac_optarg ;;
950 -v | -verbose | --verbose | --verbos | --verbo | --verb)
951 verbose=yes ;;
953 -version | --version | --versio | --versi | --vers | -V)
954 ac_init_version=: ;;
956 -with-* | --with-*)
957 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
958 # Reject names that are not valid shell variable names.
959 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
960 { echo "$as_me: error: invalid package name: $ac_package" >&2
961 { (exit 1); exit 1; }; }
962 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
963 eval with_$ac_package=\$ac_optarg ;;
965 -without-* | --without-*)
966 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
969 { echo "$as_me: error: invalid package name: $ac_package" >&2
970 { (exit 1); exit 1; }; }
971 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
972 eval with_$ac_package=no ;;
974 --x)
975 # Obsolete; use --with-x.
976 with_x=yes ;;
978 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
979 | --x-incl | --x-inc | --x-in | --x-i)
980 ac_prev=x_includes ;;
981 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
982 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
983 x_includes=$ac_optarg ;;
985 -x-libraries | --x-libraries | --x-librarie | --x-librari \
986 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
987 ac_prev=x_libraries ;;
988 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
989 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
990 x_libraries=$ac_optarg ;;
992 -*) { echo "$as_me: error: unrecognized option: $ac_option
993 Try \`$0 --help' for more information." >&2
994 { (exit 1); exit 1; }; }
997 *=*)
998 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
999 # Reject names that are not valid shell variable names.
1000 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1001 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1002 { (exit 1); exit 1; }; }
1003 eval $ac_envvar=\$ac_optarg
1004 export $ac_envvar ;;
1007 # FIXME: should be removed in autoconf 3.0.
1008 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1009 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1010 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1011 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1014 esac
1015 done
1017 if test -n "$ac_prev"; then
1018 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1019 { echo "$as_me: error: missing argument to $ac_option" >&2
1020 { (exit 1); exit 1; }; }
1023 # Be sure to have absolute directory names.
1024 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1025 datadir sysconfdir sharedstatedir localstatedir includedir \
1026 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1027 libdir localedir mandir
1029 eval ac_val=\$$ac_var
1030 case $ac_val in
1031 [\\/$]* | ?:[\\/]* ) continue;;
1032 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1033 esac
1034 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1035 { (exit 1); exit 1; }; }
1036 done
1038 # There might be people who depend on the old broken behavior: `$host'
1039 # used to hold the argument of --host etc.
1040 # FIXME: To remove some day.
1041 build=$build_alias
1042 host=$host_alias
1043 target=$target_alias
1045 # FIXME: To remove some day.
1046 if test "x$host_alias" != x; then
1047 if test "x$build_alias" = x; then
1048 cross_compiling=maybe
1049 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1050 If a cross compiler is detected then cross compile mode will be used." >&2
1051 elif test "x$build_alias" != "x$host_alias"; then
1052 cross_compiling=yes
1056 ac_tool_prefix=
1057 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1059 test "$silent" = yes && exec 6>/dev/null
1062 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1063 ac_ls_di=`ls -di .` &&
1064 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1065 { echo "$as_me: error: Working directory cannot be determined" >&2
1066 { (exit 1); exit 1; }; }
1067 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1068 { echo "$as_me: error: pwd does not report name of working directory" >&2
1069 { (exit 1); exit 1; }; }
1072 # Find the source files, if location was not specified.
1073 if test -z "$srcdir"; then
1074 ac_srcdir_defaulted=yes
1075 # Try the directory containing this script, then the parent directory.
1076 ac_confdir=`$as_dirname -- "$0" ||
1077 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1078 X"$0" : 'X\(//\)[^/]' \| \
1079 X"$0" : 'X\(//\)$' \| \
1080 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1081 echo X"$0" |
1082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1083 s//\1/
1086 /^X\(\/\/\)[^/].*/{
1087 s//\1/
1090 /^X\(\/\/\)$/{
1091 s//\1/
1094 /^X\(\/\).*/{
1095 s//\1/
1098 s/.*/./; q'`
1099 srcdir=$ac_confdir
1100 if test ! -r "$srcdir/$ac_unique_file"; then
1101 srcdir=..
1103 else
1104 ac_srcdir_defaulted=no
1106 if test ! -r "$srcdir/$ac_unique_file"; then
1107 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1108 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1109 { (exit 1); exit 1; }; }
1111 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1112 ac_abs_confdir=`(
1113 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1114 { (exit 1); exit 1; }; }
1115 pwd)`
1116 # When building in place, set srcdir=.
1117 if test "$ac_abs_confdir" = "$ac_pwd"; then
1118 srcdir=.
1120 # Remove unnecessary trailing slashes from srcdir.
1121 # Double slashes in file names in object file debugging info
1122 # mess up M-x gdb in Emacs.
1123 case $srcdir in
1124 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1125 esac
1126 for ac_var in $ac_precious_vars; do
1127 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1128 eval ac_env_${ac_var}_value=\$${ac_var}
1129 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1130 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1131 done
1134 # Report the --help message.
1136 if test "$ac_init_help" = "long"; then
1137 # Omit some internal or obsolete options to make the list less imposing.
1138 # This message is too long to be a string in the A/UX 3.1 sh.
1139 cat <<_ACEOF
1140 \`configure' configures tf4mono 0.4.7 to adapt to many kinds of systems.
1142 Usage: $0 [OPTION]... [VAR=VALUE]...
1144 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1145 VAR=VALUE. See below for descriptions of some of the useful variables.
1147 Defaults for the options are specified in brackets.
1149 Configuration:
1150 -h, --help display this help and exit
1151 --help=short display options specific to this package
1152 --help=recursive display the short help of all the included packages
1153 -V, --version display version information and exit
1154 -q, --quiet, --silent do not print \`checking...' messages
1155 --cache-file=FILE cache test results in FILE [disabled]
1156 -C, --config-cache alias for \`--cache-file=config.cache'
1157 -n, --no-create do not create output files
1158 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1160 Installation directories:
1161 --prefix=PREFIX install architecture-independent files in PREFIX
1162 [$ac_default_prefix]
1163 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1164 [PREFIX]
1166 By default, \`make install' will install all the files in
1167 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1168 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1169 for instance \`--prefix=\$HOME'.
1171 For better control, use the options below.
1173 Fine tuning of the installation directories:
1174 --bindir=DIR user executables [EPREFIX/bin]
1175 --sbindir=DIR system admin executables [EPREFIX/sbin]
1176 --libexecdir=DIR program executables [EPREFIX/libexec]
1177 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1178 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1179 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1180 --libdir=DIR object code libraries [EPREFIX/lib]
1181 --includedir=DIR C header files [PREFIX/include]
1182 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1183 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1184 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1185 --infodir=DIR info documentation [DATAROOTDIR/info]
1186 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1187 --mandir=DIR man documentation [DATAROOTDIR/man]
1188 --docdir=DIR documentation root [DATAROOTDIR/doc/tf4mono]
1189 --htmldir=DIR html documentation [DOCDIR]
1190 --dvidir=DIR dvi documentation [DOCDIR]
1191 --pdfdir=DIR pdf documentation [DOCDIR]
1192 --psdir=DIR ps documentation [DOCDIR]
1193 _ACEOF
1195 cat <<\_ACEOF
1196 _ACEOF
1199 if test -n "$ac_init_help"; then
1200 case $ac_init_help in
1201 short | recursive ) echo "Configuration of tf4mono 0.4.7:";;
1202 esac
1203 cat <<\_ACEOF
1205 Optional Features:
1206 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1207 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1208 --disable-keyring disable gnome keyring support
1209 --disable-magic disable libmagic file attributes
1211 Some influential environment variables:
1212 PKG_CONFIG path to pkg-config utility
1213 CC C compiler command
1214 CFLAGS C compiler flags
1215 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1216 nonstandard directory <lib dir>
1217 LIBS libraries to pass to the linker, e.g. -l<library>
1218 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1219 you have headers in a nonstandard directory <include dir>
1221 Use these variables to override the choices made by `configure' or to help
1222 it to find libraries and programs with nonstandard names/locations.
1224 _ACEOF
1225 ac_status=$?
1228 if test "$ac_init_help" = "recursive"; then
1229 # If there are subdirs, report their specific --help.
1230 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1231 test -d "$ac_dir" || continue
1232 ac_builddir=.
1234 case "$ac_dir" in
1235 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1237 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1238 # A ".." for each directory in $ac_dir_suffix.
1239 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1240 case $ac_top_builddir_sub in
1241 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1242 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1243 esac ;;
1244 esac
1245 ac_abs_top_builddir=$ac_pwd
1246 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1247 # for backward compatibility:
1248 ac_top_builddir=$ac_top_build_prefix
1250 case $srcdir in
1251 .) # We are building in place.
1252 ac_srcdir=.
1253 ac_top_srcdir=$ac_top_builddir_sub
1254 ac_abs_top_srcdir=$ac_pwd ;;
1255 [\\/]* | ?:[\\/]* ) # Absolute name.
1256 ac_srcdir=$srcdir$ac_dir_suffix;
1257 ac_top_srcdir=$srcdir
1258 ac_abs_top_srcdir=$srcdir ;;
1259 *) # Relative name.
1260 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1261 ac_top_srcdir=$ac_top_build_prefix$srcdir
1262 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1263 esac
1264 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1266 cd "$ac_dir" || { ac_status=$?; continue; }
1267 # Check for guested configure.
1268 if test -f "$ac_srcdir/configure.gnu"; then
1269 echo &&
1270 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1271 elif test -f "$ac_srcdir/configure"; then
1272 echo &&
1273 $SHELL "$ac_srcdir/configure" --help=recursive
1274 else
1275 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1276 fi || ac_status=$?
1277 cd "$ac_pwd" || { ac_status=$?; break; }
1278 done
1281 test -n "$ac_init_help" && exit $ac_status
1282 if $ac_init_version; then
1283 cat <<\_ACEOF
1284 tf4mono configure 0.4.7
1285 generated by GNU Autoconf 2.61
1287 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1288 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1289 This configure script is free software; the Free Software Foundation
1290 gives unlimited permission to copy, distribute and modify it.
1291 _ACEOF
1292 exit
1294 cat >config.log <<_ACEOF
1295 This file contains any messages produced by compilers while
1296 running configure, to aid debugging if configure makes a mistake.
1298 It was created by tf4mono $as_me 0.4.7, which was
1299 generated by GNU Autoconf 2.61. Invocation command line was
1301 $ $0 $@
1303 _ACEOF
1304 exec 5>>config.log
1306 cat <<_ASUNAME
1307 ## --------- ##
1308 ## Platform. ##
1309 ## --------- ##
1311 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1312 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1313 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1314 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1315 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1317 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1318 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1320 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1321 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1322 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1323 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1324 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1325 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1326 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1328 _ASUNAME
1330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1331 for as_dir in $PATH
1333 IFS=$as_save_IFS
1334 test -z "$as_dir" && as_dir=.
1335 echo "PATH: $as_dir"
1336 done
1337 IFS=$as_save_IFS
1339 } >&5
1341 cat >&5 <<_ACEOF
1344 ## ----------- ##
1345 ## Core tests. ##
1346 ## ----------- ##
1348 _ACEOF
1351 # Keep a trace of the command line.
1352 # Strip out --no-create and --no-recursion so they do not pile up.
1353 # Strip out --silent because we don't want to record it for future runs.
1354 # Also quote any args containing shell meta-characters.
1355 # Make two passes to allow for proper duplicate-argument suppression.
1356 ac_configure_args=
1357 ac_configure_args0=
1358 ac_configure_args1=
1359 ac_must_keep_next=false
1360 for ac_pass in 1 2
1362 for ac_arg
1364 case $ac_arg in
1365 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1366 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1367 | -silent | --silent | --silen | --sile | --sil)
1368 continue ;;
1369 *\'*)
1370 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1371 esac
1372 case $ac_pass in
1373 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1375 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1376 if test $ac_must_keep_next = true; then
1377 ac_must_keep_next=false # Got value, back to normal.
1378 else
1379 case $ac_arg in
1380 *=* | --config-cache | -C | -disable-* | --disable-* \
1381 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1382 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1383 | -with-* | --with-* | -without-* | --without-* | --x)
1384 case "$ac_configure_args0 " in
1385 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1386 esac
1388 -* ) ac_must_keep_next=true ;;
1389 esac
1391 ac_configure_args="$ac_configure_args '$ac_arg'"
1393 esac
1394 done
1395 done
1396 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1397 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1399 # When interrupted or exit'd, cleanup temporary files, and complete
1400 # config.log. We remove comments because anyway the quotes in there
1401 # would cause problems or look ugly.
1402 # WARNING: Use '\'' to represent an apostrophe within the trap.
1403 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1404 trap 'exit_status=$?
1405 # Save into config.log some information that might help in debugging.
1407 echo
1409 cat <<\_ASBOX
1410 ## ---------------- ##
1411 ## Cache variables. ##
1412 ## ---------------- ##
1413 _ASBOX
1414 echo
1415 # The following way of writing the cache mishandles newlines in values,
1417 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1418 eval ac_val=\$$ac_var
1419 case $ac_val in #(
1420 *${as_nl}*)
1421 case $ac_var in #(
1422 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1423 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1424 esac
1425 case $ac_var in #(
1426 _ | IFS | as_nl) ;; #(
1427 *) $as_unset $ac_var ;;
1428 esac ;;
1429 esac
1430 done
1431 (set) 2>&1 |
1432 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1433 *${as_nl}ac_space=\ *)
1434 sed -n \
1435 "s/'\''/'\''\\\\'\'''\''/g;
1436 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1437 ;; #(
1439 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1441 esac |
1442 sort
1444 echo
1446 cat <<\_ASBOX
1447 ## ----------------- ##
1448 ## Output variables. ##
1449 ## ----------------- ##
1450 _ASBOX
1451 echo
1452 for ac_var in $ac_subst_vars
1454 eval ac_val=\$$ac_var
1455 case $ac_val in
1456 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1457 esac
1458 echo "$ac_var='\''$ac_val'\''"
1459 done | sort
1460 echo
1462 if test -n "$ac_subst_files"; then
1463 cat <<\_ASBOX
1464 ## ------------------- ##
1465 ## File substitutions. ##
1466 ## ------------------- ##
1467 _ASBOX
1468 echo
1469 for ac_var in $ac_subst_files
1471 eval ac_val=\$$ac_var
1472 case $ac_val in
1473 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1474 esac
1475 echo "$ac_var='\''$ac_val'\''"
1476 done | sort
1477 echo
1480 if test -s confdefs.h; then
1481 cat <<\_ASBOX
1482 ## ----------- ##
1483 ## confdefs.h. ##
1484 ## ----------- ##
1485 _ASBOX
1486 echo
1487 cat confdefs.h
1488 echo
1490 test "$ac_signal" != 0 &&
1491 echo "$as_me: caught signal $ac_signal"
1492 echo "$as_me: exit $exit_status"
1493 } >&5
1494 rm -f core *.core core.conftest.* &&
1495 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1496 exit $exit_status
1498 for ac_signal in 1 2 13 15; do
1499 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1500 done
1501 ac_signal=0
1503 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1504 rm -f -r conftest* confdefs.h
1506 # Predefined preprocessor variables.
1508 cat >>confdefs.h <<_ACEOF
1509 #define PACKAGE_NAME "$PACKAGE_NAME"
1510 _ACEOF
1513 cat >>confdefs.h <<_ACEOF
1514 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1515 _ACEOF
1518 cat >>confdefs.h <<_ACEOF
1519 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1520 _ACEOF
1523 cat >>confdefs.h <<_ACEOF
1524 #define PACKAGE_STRING "$PACKAGE_STRING"
1525 _ACEOF
1528 cat >>confdefs.h <<_ACEOF
1529 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1530 _ACEOF
1533 # Let the site file select an alternate cache file if it wants to.
1534 # Prefer explicitly selected file to automatically selected ones.
1535 if test -n "$CONFIG_SITE"; then
1536 set x "$CONFIG_SITE"
1537 elif test "x$prefix" != xNONE; then
1538 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1539 else
1540 set x "$ac_default_prefix/share/config.site" \
1541 "$ac_default_prefix/etc/config.site"
1543 shift
1544 for ac_site_file
1546 if test -r "$ac_site_file"; then
1547 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1548 echo "$as_me: loading site script $ac_site_file" >&6;}
1549 sed 's/^/| /' "$ac_site_file" >&5
1550 . "$ac_site_file"
1552 done
1554 if test -r "$cache_file"; then
1555 # Some versions of bash will fail to source /dev/null (special
1556 # files actually), so we avoid doing that.
1557 if test -f "$cache_file"; then
1558 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1559 echo "$as_me: loading cache $cache_file" >&6;}
1560 case $cache_file in
1561 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1562 *) . "./$cache_file";;
1563 esac
1565 else
1566 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1567 echo "$as_me: creating cache $cache_file" >&6;}
1568 >$cache_file
1571 # Check that the precious variables saved in the cache have kept the same
1572 # value.
1573 ac_cache_corrupted=false
1574 for ac_var in $ac_precious_vars; do
1575 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1576 eval ac_new_set=\$ac_env_${ac_var}_set
1577 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1578 eval ac_new_val=\$ac_env_${ac_var}_value
1579 case $ac_old_set,$ac_new_set in
1580 set,)
1581 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1582 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1583 ac_cache_corrupted=: ;;
1584 ,set)
1585 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1586 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1587 ac_cache_corrupted=: ;;
1588 ,);;
1590 if test "x$ac_old_val" != "x$ac_new_val"; then
1591 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1592 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1593 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1594 echo "$as_me: former value: $ac_old_val" >&2;}
1595 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1596 echo "$as_me: current value: $ac_new_val" >&2;}
1597 ac_cache_corrupted=:
1598 fi;;
1599 esac
1600 # Pass precious variables to config.status.
1601 if test "$ac_new_set" = set; then
1602 case $ac_new_val in
1603 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1604 *) ac_arg=$ac_var=$ac_new_val ;;
1605 esac
1606 case " $ac_configure_args " in
1607 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1608 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1609 esac
1611 done
1612 if $ac_cache_corrupted; then
1613 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1614 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1615 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1616 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1617 { (exit 1); exit 1; }; }
1644 ac_ext=c
1645 ac_cpp='$CPP $CPPFLAGS'
1646 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1647 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1648 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1652 # disable this experimental stuff for now
1655 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1656 if test -n "$ac_tool_prefix"; then
1657 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1658 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1659 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1660 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1661 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1662 echo $ECHO_N "(cached) $ECHO_C" >&6
1663 else
1664 case $PKG_CONFIG in
1665 [\\/]* | ?:[\\/]*)
1666 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 for ac_exec_ext in '' $ac_executable_extensions; do
1675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1676 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1677 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1678 break 2
1680 done
1681 done
1682 IFS=$as_save_IFS
1685 esac
1687 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1688 if test -n "$PKG_CONFIG"; then
1689 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1690 echo "${ECHO_T}$PKG_CONFIG" >&6; }
1691 else
1692 { echo "$as_me:$LINENO: result: no" >&5
1693 echo "${ECHO_T}no" >&6; }
1698 if test -z "$ac_cv_path_PKG_CONFIG"; then
1699 ac_pt_PKG_CONFIG=$PKG_CONFIG
1700 # Extract the first word of "pkg-config", so it can be a program name with args.
1701 set dummy pkg-config; ac_word=$2
1702 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1704 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1705 echo $ECHO_N "(cached) $ECHO_C" >&6
1706 else
1707 case $ac_pt_PKG_CONFIG in
1708 [\\/]* | ?:[\\/]*)
1709 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1713 for as_dir in $PATH
1715 IFS=$as_save_IFS
1716 test -z "$as_dir" && as_dir=.
1717 for ac_exec_ext in '' $ac_executable_extensions; do
1718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1719 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1721 break 2
1723 done
1724 done
1725 IFS=$as_save_IFS
1728 esac
1730 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1731 if test -n "$ac_pt_PKG_CONFIG"; then
1732 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1733 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1734 else
1735 { echo "$as_me:$LINENO: result: no" >&5
1736 echo "${ECHO_T}no" >&6; }
1739 if test "x$ac_pt_PKG_CONFIG" = x; then
1740 PKG_CONFIG=""
1741 else
1742 case $cross_compiling:$ac_tool_warned in
1743 yes:)
1744 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1745 whose name does not start with the host triplet. If you think this
1746 configuration is useful to you, please write to autoconf@gnu.org." >&5
1747 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1748 whose name does not start with the host triplet. If you think this
1749 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1750 ac_tool_warned=yes ;;
1751 esac
1752 PKG_CONFIG=$ac_pt_PKG_CONFIG
1754 else
1755 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1759 if test -n "$PKG_CONFIG"; then
1760 _pkg_min_version=0.9.0
1761 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1762 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1763 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1764 { echo "$as_me:$LINENO: result: yes" >&5
1765 echo "${ECHO_T}yes" >&6; }
1766 else
1767 { echo "$as_me:$LINENO: result: no" >&5
1768 echo "${ECHO_T}no" >&6; }
1769 PKG_CONFIG=""
1773 if test -n "$PKG_CONFIG" && \
1774 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0\"") >&5
1775 ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0") 2>&5
1776 ac_status=$?
1777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1778 (exit $ac_status); }; then
1779 HAVE_GLADE=no
1780 else
1781 HAVE_GLADE=no
1783 if test -n "$PKG_CONFIG" && \
1784 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodevelop\"") >&5
1785 ($PKG_CONFIG --exists --print-errors "monodevelop") 2>&5
1786 ac_status=$?
1787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1788 (exit $ac_status); }; then
1789 HAVE_MD=no
1790 else
1791 HAVE_MD=no
1794 HAVE_DOC_TOOLS=no
1795 # Extract the first word of "asciidoc", so it can be a program name with args.
1796 set dummy asciidoc; ac_word=$2
1797 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1798 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1799 if test "${ac_cv_prog_ASCIIDOC+set}" = set; then
1800 echo $ECHO_N "(cached) $ECHO_C" >&6
1801 else
1802 if test -n "$ASCIIDOC"; then
1803 ac_cv_prog_ASCIIDOC="$ASCIIDOC" # Let the user override the test.
1804 else
1805 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1806 for as_dir in $PATH
1808 IFS=$as_save_IFS
1809 test -z "$as_dir" && as_dir=.
1810 for ac_exec_ext in '' $ac_executable_extensions; do
1811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1812 ac_cv_prog_ASCIIDOC="yes"
1813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1814 break 2
1816 done
1817 done
1818 IFS=$as_save_IFS
1822 ASCIIDOC=$ac_cv_prog_ASCIIDOC
1823 if test -n "$ASCIIDOC"; then
1824 { echo "$as_me:$LINENO: result: $ASCIIDOC" >&5
1825 echo "${ECHO_T}$ASCIIDOC" >&6; }
1826 else
1827 { echo "$as_me:$LINENO: result: no" >&5
1828 echo "${ECHO_T}no" >&6; }
1832 # Extract the first word of "xmlto", so it can be a program name with args.
1833 set dummy xmlto; ac_word=$2
1834 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1835 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1836 if test "${ac_cv_prog_XMLTO+set}" = set; then
1837 echo $ECHO_N "(cached) $ECHO_C" >&6
1838 else
1839 if test -n "$XMLTO"; then
1840 ac_cv_prog_XMLTO="$XMLTO" # Let the user override the test.
1841 else
1842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1843 for as_dir in $PATH
1845 IFS=$as_save_IFS
1846 test -z "$as_dir" && as_dir=.
1847 for ac_exec_ext in '' $ac_executable_extensions; do
1848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1849 ac_cv_prog_XMLTO="yes"
1850 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1851 break 2
1853 done
1854 done
1855 IFS=$as_save_IFS
1859 XMLTO=$ac_cv_prog_XMLTO
1860 if test -n "$XMLTO"; then
1861 { echo "$as_me:$LINENO: result: $XMLTO" >&5
1862 echo "${ECHO_T}$XMLTO" >&6; }
1863 else
1864 { echo "$as_me:$LINENO: result: no" >&5
1865 echo "${ECHO_T}no" >&6; }
1870 if test "x$ASCIIDOC" = "xyes"; then
1871 if test "x$XMLTO" = "xyes"; then
1872 HAVE_DOC_TOOLS=yes
1876 # Check whether --enable-keyring was given.
1877 if test "${enable_keyring+set}" = set; then
1878 enableval=$enable_keyring; HAVE_GNOME_KEYRING=no
1879 else
1880 if test -n "$PKG_CONFIG" && \
1881 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-keyring-sharp\"") >&5
1882 ($PKG_CONFIG --exists --print-errors "gnome-keyring-sharp") 2>&5
1883 ac_status=$?
1884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1885 (exit $ac_status); }; then
1886 HAVE_GNOME_KEYRING=yes
1887 else
1888 HAVE_GNOME_KEYRING=no
1894 MONO_VERSION=`pkg-config --modversion mono`
1895 MD_LIBPATH=`pkg-config monodevelop --variable libdir`
1897 HAVE_MAGIC=maybe
1899 # Check whether --enable-magic was given.
1900 if test "${enable_magic+set}" = set; then
1901 enableval=$enable_magic; HAVE_MAGIC=no
1905 if test "x$HAVE_MAGIC" = "xmaybe"; then
1906 ac_ext=c
1907 ac_cpp='$CPP $CPPFLAGS'
1908 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1909 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1910 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1911 if test -n "$ac_tool_prefix"; then
1912 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1913 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1914 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1916 if test "${ac_cv_prog_CC+set}" = set; then
1917 echo $ECHO_N "(cached) $ECHO_C" >&6
1918 else
1919 if test -n "$CC"; then
1920 ac_cv_prog_CC="$CC" # Let the user override the test.
1921 else
1922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1923 for as_dir in $PATH
1925 IFS=$as_save_IFS
1926 test -z "$as_dir" && as_dir=.
1927 for ac_exec_ext in '' $ac_executable_extensions; do
1928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1929 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1931 break 2
1933 done
1934 done
1935 IFS=$as_save_IFS
1939 CC=$ac_cv_prog_CC
1940 if test -n "$CC"; then
1941 { echo "$as_me:$LINENO: result: $CC" >&5
1942 echo "${ECHO_T}$CC" >&6; }
1943 else
1944 { echo "$as_me:$LINENO: result: no" >&5
1945 echo "${ECHO_T}no" >&6; }
1950 if test -z "$ac_cv_prog_CC"; then
1951 ac_ct_CC=$CC
1952 # Extract the first word of "gcc", so it can be a program name with args.
1953 set dummy gcc; ac_word=$2
1954 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1955 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1956 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1957 echo $ECHO_N "(cached) $ECHO_C" >&6
1958 else
1959 if test -n "$ac_ct_CC"; then
1960 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1961 else
1962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1963 for as_dir in $PATH
1965 IFS=$as_save_IFS
1966 test -z "$as_dir" && as_dir=.
1967 for ac_exec_ext in '' $ac_executable_extensions; do
1968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1969 ac_cv_prog_ac_ct_CC="gcc"
1970 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1971 break 2
1973 done
1974 done
1975 IFS=$as_save_IFS
1979 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1980 if test -n "$ac_ct_CC"; then
1981 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1982 echo "${ECHO_T}$ac_ct_CC" >&6; }
1983 else
1984 { echo "$as_me:$LINENO: result: no" >&5
1985 echo "${ECHO_T}no" >&6; }
1988 if test "x$ac_ct_CC" = x; then
1989 CC=""
1990 else
1991 case $cross_compiling:$ac_tool_warned in
1992 yes:)
1993 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1994 whose name does not start with the host triplet. If you think this
1995 configuration is useful to you, please write to autoconf@gnu.org." >&5
1996 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1997 whose name does not start with the host triplet. If you think this
1998 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1999 ac_tool_warned=yes ;;
2000 esac
2001 CC=$ac_ct_CC
2003 else
2004 CC="$ac_cv_prog_CC"
2007 if test -z "$CC"; then
2008 if test -n "$ac_tool_prefix"; then
2009 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2010 set dummy ${ac_tool_prefix}cc; ac_word=$2
2011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2013 if test "${ac_cv_prog_CC+set}" = set; then
2014 echo $ECHO_N "(cached) $ECHO_C" >&6
2015 else
2016 if test -n "$CC"; then
2017 ac_cv_prog_CC="$CC" # Let the user override the test.
2018 else
2019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2020 for as_dir in $PATH
2022 IFS=$as_save_IFS
2023 test -z "$as_dir" && as_dir=.
2024 for ac_exec_ext in '' $ac_executable_extensions; do
2025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2026 ac_cv_prog_CC="${ac_tool_prefix}cc"
2027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2028 break 2
2030 done
2031 done
2032 IFS=$as_save_IFS
2036 CC=$ac_cv_prog_CC
2037 if test -n "$CC"; then
2038 { echo "$as_me:$LINENO: result: $CC" >&5
2039 echo "${ECHO_T}$CC" >&6; }
2040 else
2041 { echo "$as_me:$LINENO: result: no" >&5
2042 echo "${ECHO_T}no" >&6; }
2048 if test -z "$CC"; then
2049 # Extract the first word of "cc", so it can be a program name with args.
2050 set dummy cc; ac_word=$2
2051 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2052 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2053 if test "${ac_cv_prog_CC+set}" = set; then
2054 echo $ECHO_N "(cached) $ECHO_C" >&6
2055 else
2056 if test -n "$CC"; then
2057 ac_cv_prog_CC="$CC" # Let the user override the test.
2058 else
2059 ac_prog_rejected=no
2060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2061 for as_dir in $PATH
2063 IFS=$as_save_IFS
2064 test -z "$as_dir" && as_dir=.
2065 for ac_exec_ext in '' $ac_executable_extensions; do
2066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2067 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2068 ac_prog_rejected=yes
2069 continue
2071 ac_cv_prog_CC="cc"
2072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2073 break 2
2075 done
2076 done
2077 IFS=$as_save_IFS
2079 if test $ac_prog_rejected = yes; then
2080 # We found a bogon in the path, so make sure we never use it.
2081 set dummy $ac_cv_prog_CC
2082 shift
2083 if test $# != 0; then
2084 # We chose a different compiler from the bogus one.
2085 # However, it has the same basename, so the bogon will be chosen
2086 # first if we set CC to just the basename; use the full file name.
2087 shift
2088 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2093 CC=$ac_cv_prog_CC
2094 if test -n "$CC"; then
2095 { echo "$as_me:$LINENO: result: $CC" >&5
2096 echo "${ECHO_T}$CC" >&6; }
2097 else
2098 { echo "$as_me:$LINENO: result: no" >&5
2099 echo "${ECHO_T}no" >&6; }
2104 if test -z "$CC"; then
2105 if test -n "$ac_tool_prefix"; then
2106 for ac_prog in cl.exe
2108 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2109 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2110 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2112 if test "${ac_cv_prog_CC+set}" = set; then
2113 echo $ECHO_N "(cached) $ECHO_C" >&6
2114 else
2115 if test -n "$CC"; then
2116 ac_cv_prog_CC="$CC" # Let the user override the test.
2117 else
2118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2119 for as_dir in $PATH
2121 IFS=$as_save_IFS
2122 test -z "$as_dir" && as_dir=.
2123 for ac_exec_ext in '' $ac_executable_extensions; do
2124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2125 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2126 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2127 break 2
2129 done
2130 done
2131 IFS=$as_save_IFS
2135 CC=$ac_cv_prog_CC
2136 if test -n "$CC"; then
2137 { echo "$as_me:$LINENO: result: $CC" >&5
2138 echo "${ECHO_T}$CC" >&6; }
2139 else
2140 { echo "$as_me:$LINENO: result: no" >&5
2141 echo "${ECHO_T}no" >&6; }
2145 test -n "$CC" && break
2146 done
2148 if test -z "$CC"; then
2149 ac_ct_CC=$CC
2150 for ac_prog in cl.exe
2152 # Extract the first word of "$ac_prog", so it can be a program name with args.
2153 set dummy $ac_prog; ac_word=$2
2154 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2155 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2156 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2157 echo $ECHO_N "(cached) $ECHO_C" >&6
2158 else
2159 if test -n "$ac_ct_CC"; then
2160 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2161 else
2162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2163 for as_dir in $PATH
2165 IFS=$as_save_IFS
2166 test -z "$as_dir" && as_dir=.
2167 for ac_exec_ext in '' $ac_executable_extensions; do
2168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2169 ac_cv_prog_ac_ct_CC="$ac_prog"
2170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2171 break 2
2173 done
2174 done
2175 IFS=$as_save_IFS
2179 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2180 if test -n "$ac_ct_CC"; then
2181 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2182 echo "${ECHO_T}$ac_ct_CC" >&6; }
2183 else
2184 { echo "$as_me:$LINENO: result: no" >&5
2185 echo "${ECHO_T}no" >&6; }
2189 test -n "$ac_ct_CC" && break
2190 done
2192 if test "x$ac_ct_CC" = x; then
2193 CC=""
2194 else
2195 case $cross_compiling:$ac_tool_warned in
2196 yes:)
2197 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2198 whose name does not start with the host triplet. If you think this
2199 configuration is useful to you, please write to autoconf@gnu.org." >&5
2200 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2201 whose name does not start with the host triplet. If you think this
2202 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2203 ac_tool_warned=yes ;;
2204 esac
2205 CC=$ac_ct_CC
2212 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2213 See \`config.log' for more details." >&5
2214 echo "$as_me: error: no acceptable C compiler found in \$PATH
2215 See \`config.log' for more details." >&2;}
2216 { (exit 1); exit 1; }; }
2218 # Provide some information about the compiler.
2219 echo "$as_me:$LINENO: checking for C compiler version" >&5
2220 ac_compiler=`set X $ac_compile; echo $2`
2221 { (ac_try="$ac_compiler --version >&5"
2222 case "(($ac_try" in
2223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2224 *) ac_try_echo=$ac_try;;
2225 esac
2226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2227 (eval "$ac_compiler --version >&5") 2>&5
2228 ac_status=$?
2229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2230 (exit $ac_status); }
2231 { (ac_try="$ac_compiler -v >&5"
2232 case "(($ac_try" in
2233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2234 *) ac_try_echo=$ac_try;;
2235 esac
2236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2237 (eval "$ac_compiler -v >&5") 2>&5
2238 ac_status=$?
2239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2240 (exit $ac_status); }
2241 { (ac_try="$ac_compiler -V >&5"
2242 case "(($ac_try" in
2243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2244 *) ac_try_echo=$ac_try;;
2245 esac
2246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2247 (eval "$ac_compiler -V >&5") 2>&5
2248 ac_status=$?
2249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250 (exit $ac_status); }
2252 cat >conftest.$ac_ext <<_ACEOF
2253 /* confdefs.h. */
2254 _ACEOF
2255 cat confdefs.h >>conftest.$ac_ext
2256 cat >>conftest.$ac_ext <<_ACEOF
2257 /* end confdefs.h. */
2260 main ()
2264 return 0;
2266 _ACEOF
2267 ac_clean_files_save=$ac_clean_files
2268 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2269 # Try to create an executable without -o first, disregard a.out.
2270 # It will help us diagnose broken compilers, and finding out an intuition
2271 # of exeext.
2272 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2273 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2274 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2276 # List of possible output files, starting from the most likely.
2277 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2278 # only as a last resort. b.out is created by i960 compilers.
2279 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2281 # The IRIX 6 linker writes into existing files which may not be
2282 # executable, retaining their permissions. Remove them first so a
2283 # subsequent execution test works.
2284 ac_rmfiles=
2285 for ac_file in $ac_files
2287 case $ac_file in
2288 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2289 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2290 esac
2291 done
2292 rm -f $ac_rmfiles
2294 if { (ac_try="$ac_link_default"
2295 case "(($ac_try" in
2296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2297 *) ac_try_echo=$ac_try;;
2298 esac
2299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2300 (eval "$ac_link_default") 2>&5
2301 ac_status=$?
2302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2303 (exit $ac_status); }; then
2304 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2305 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2306 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2307 # so that the user can short-circuit this test for compilers unknown to
2308 # Autoconf.
2309 for ac_file in $ac_files ''
2311 test -f "$ac_file" || continue
2312 case $ac_file in
2313 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2315 [ab].out )
2316 # We found the default executable, but exeext='' is most
2317 # certainly right.
2318 break;;
2319 *.* )
2320 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2321 then :; else
2322 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2324 # We set ac_cv_exeext here because the later test for it is not
2325 # safe: cross compilers may not add the suffix if given an `-o'
2326 # argument, so we may need to know it at that point already.
2327 # Even if this section looks crufty: it has the advantage of
2328 # actually working.
2329 break;;
2331 break;;
2332 esac
2333 done
2334 test "$ac_cv_exeext" = no && ac_cv_exeext=
2336 else
2337 ac_file=''
2340 { echo "$as_me:$LINENO: result: $ac_file" >&5
2341 echo "${ECHO_T}$ac_file" >&6; }
2342 if test -z "$ac_file"; then
2343 echo "$as_me: failed program was:" >&5
2344 sed 's/^/| /' conftest.$ac_ext >&5
2346 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2347 See \`config.log' for more details." >&5
2348 echo "$as_me: error: C compiler cannot create executables
2349 See \`config.log' for more details." >&2;}
2350 { (exit 77); exit 77; }; }
2353 ac_exeext=$ac_cv_exeext
2355 # Check that the compiler produces executables we can run. If not, either
2356 # the compiler is broken, or we cross compile.
2357 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2358 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2359 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2360 # If not cross compiling, check that we can run a simple program.
2361 if test "$cross_compiling" != yes; then
2362 if { ac_try='./$ac_file'
2363 { (case "(($ac_try" in
2364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2365 *) ac_try_echo=$ac_try;;
2366 esac
2367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2368 (eval "$ac_try") 2>&5
2369 ac_status=$?
2370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371 (exit $ac_status); }; }; then
2372 cross_compiling=no
2373 else
2374 if test "$cross_compiling" = maybe; then
2375 cross_compiling=yes
2376 else
2377 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2378 If you meant to cross compile, use \`--host'.
2379 See \`config.log' for more details." >&5
2380 echo "$as_me: error: cannot run C compiled programs.
2381 If you meant to cross compile, use \`--host'.
2382 See \`config.log' for more details." >&2;}
2383 { (exit 1); exit 1; }; }
2387 { echo "$as_me:$LINENO: result: yes" >&5
2388 echo "${ECHO_T}yes" >&6; }
2390 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2391 ac_clean_files=$ac_clean_files_save
2392 # Check that the compiler produces executables we can run. If not, either
2393 # the compiler is broken, or we cross compile.
2394 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2395 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2396 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2397 echo "${ECHO_T}$cross_compiling" >&6; }
2399 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2400 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2401 if { (ac_try="$ac_link"
2402 case "(($ac_try" in
2403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2404 *) ac_try_echo=$ac_try;;
2405 esac
2406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2407 (eval "$ac_link") 2>&5
2408 ac_status=$?
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; then
2411 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2412 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2413 # work properly (i.e., refer to `conftest.exe'), while it won't with
2414 # `rm'.
2415 for ac_file in conftest.exe conftest conftest.*; do
2416 test -f "$ac_file" || continue
2417 case $ac_file in
2418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2419 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2420 break;;
2421 * ) break;;
2422 esac
2423 done
2424 else
2425 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2426 See \`config.log' for more details." >&5
2427 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2428 See \`config.log' for more details." >&2;}
2429 { (exit 1); exit 1; }; }
2432 rm -f conftest$ac_cv_exeext
2433 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2434 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2436 rm -f conftest.$ac_ext
2437 EXEEXT=$ac_cv_exeext
2438 ac_exeext=$EXEEXT
2439 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2440 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2441 if test "${ac_cv_objext+set}" = set; then
2442 echo $ECHO_N "(cached) $ECHO_C" >&6
2443 else
2444 cat >conftest.$ac_ext <<_ACEOF
2445 /* confdefs.h. */
2446 _ACEOF
2447 cat confdefs.h >>conftest.$ac_ext
2448 cat >>conftest.$ac_ext <<_ACEOF
2449 /* end confdefs.h. */
2452 main ()
2456 return 0;
2458 _ACEOF
2459 rm -f conftest.o conftest.obj
2460 if { (ac_try="$ac_compile"
2461 case "(($ac_try" in
2462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2463 *) ac_try_echo=$ac_try;;
2464 esac
2465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2466 (eval "$ac_compile") 2>&5
2467 ac_status=$?
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); }; then
2470 for ac_file in conftest.o conftest.obj conftest.*; do
2471 test -f "$ac_file" || continue;
2472 case $ac_file in
2473 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2474 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2475 break;;
2476 esac
2477 done
2478 else
2479 echo "$as_me: failed program was:" >&5
2480 sed 's/^/| /' conftest.$ac_ext >&5
2482 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2483 See \`config.log' for more details." >&5
2484 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2485 See \`config.log' for more details." >&2;}
2486 { (exit 1); exit 1; }; }
2489 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2491 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2492 echo "${ECHO_T}$ac_cv_objext" >&6; }
2493 OBJEXT=$ac_cv_objext
2494 ac_objext=$OBJEXT
2495 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2496 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2497 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2498 echo $ECHO_N "(cached) $ECHO_C" >&6
2499 else
2500 cat >conftest.$ac_ext <<_ACEOF
2501 /* confdefs.h. */
2502 _ACEOF
2503 cat confdefs.h >>conftest.$ac_ext
2504 cat >>conftest.$ac_ext <<_ACEOF
2505 /* end confdefs.h. */
2508 main ()
2510 #ifndef __GNUC__
2511 choke me
2512 #endif
2515 return 0;
2517 _ACEOF
2518 rm -f conftest.$ac_objext
2519 if { (ac_try="$ac_compile"
2520 case "(($ac_try" in
2521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2522 *) ac_try_echo=$ac_try;;
2523 esac
2524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2525 (eval "$ac_compile") 2>conftest.er1
2526 ac_status=$?
2527 grep -v '^ *+' conftest.er1 >conftest.err
2528 rm -f conftest.er1
2529 cat conftest.err >&5
2530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2531 (exit $ac_status); } && {
2532 test -z "$ac_c_werror_flag" ||
2533 test ! -s conftest.err
2534 } && test -s conftest.$ac_objext; then
2535 ac_compiler_gnu=yes
2536 else
2537 echo "$as_me: failed program was:" >&5
2538 sed 's/^/| /' conftest.$ac_ext >&5
2540 ac_compiler_gnu=no
2543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2544 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2547 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2548 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2549 GCC=`test $ac_compiler_gnu = yes && echo yes`
2550 ac_test_CFLAGS=${CFLAGS+set}
2551 ac_save_CFLAGS=$CFLAGS
2552 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2553 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2554 if test "${ac_cv_prog_cc_g+set}" = set; then
2555 echo $ECHO_N "(cached) $ECHO_C" >&6
2556 else
2557 ac_save_c_werror_flag=$ac_c_werror_flag
2558 ac_c_werror_flag=yes
2559 ac_cv_prog_cc_g=no
2560 CFLAGS="-g"
2561 cat >conftest.$ac_ext <<_ACEOF
2562 /* confdefs.h. */
2563 _ACEOF
2564 cat confdefs.h >>conftest.$ac_ext
2565 cat >>conftest.$ac_ext <<_ACEOF
2566 /* end confdefs.h. */
2569 main ()
2573 return 0;
2575 _ACEOF
2576 rm -f conftest.$ac_objext
2577 if { (ac_try="$ac_compile"
2578 case "(($ac_try" in
2579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2580 *) ac_try_echo=$ac_try;;
2581 esac
2582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2583 (eval "$ac_compile") 2>conftest.er1
2584 ac_status=$?
2585 grep -v '^ *+' conftest.er1 >conftest.err
2586 rm -f conftest.er1
2587 cat conftest.err >&5
2588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2589 (exit $ac_status); } && {
2590 test -z "$ac_c_werror_flag" ||
2591 test ! -s conftest.err
2592 } && test -s conftest.$ac_objext; then
2593 ac_cv_prog_cc_g=yes
2594 else
2595 echo "$as_me: failed program was:" >&5
2596 sed 's/^/| /' conftest.$ac_ext >&5
2598 CFLAGS=""
2599 cat >conftest.$ac_ext <<_ACEOF
2600 /* confdefs.h. */
2601 _ACEOF
2602 cat confdefs.h >>conftest.$ac_ext
2603 cat >>conftest.$ac_ext <<_ACEOF
2604 /* end confdefs.h. */
2607 main ()
2611 return 0;
2613 _ACEOF
2614 rm -f conftest.$ac_objext
2615 if { (ac_try="$ac_compile"
2616 case "(($ac_try" in
2617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2618 *) ac_try_echo=$ac_try;;
2619 esac
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compile") 2>conftest.er1
2622 ac_status=$?
2623 grep -v '^ *+' conftest.er1 >conftest.err
2624 rm -f conftest.er1
2625 cat conftest.err >&5
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); } && {
2628 test -z "$ac_c_werror_flag" ||
2629 test ! -s conftest.err
2630 } && test -s conftest.$ac_objext; then
2632 else
2633 echo "$as_me: failed program was:" >&5
2634 sed 's/^/| /' conftest.$ac_ext >&5
2636 ac_c_werror_flag=$ac_save_c_werror_flag
2637 CFLAGS="-g"
2638 cat >conftest.$ac_ext <<_ACEOF
2639 /* confdefs.h. */
2640 _ACEOF
2641 cat confdefs.h >>conftest.$ac_ext
2642 cat >>conftest.$ac_ext <<_ACEOF
2643 /* end confdefs.h. */
2646 main ()
2650 return 0;
2652 _ACEOF
2653 rm -f conftest.$ac_objext
2654 if { (ac_try="$ac_compile"
2655 case "(($ac_try" in
2656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2657 *) ac_try_echo=$ac_try;;
2658 esac
2659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2660 (eval "$ac_compile") 2>conftest.er1
2661 ac_status=$?
2662 grep -v '^ *+' conftest.er1 >conftest.err
2663 rm -f conftest.er1
2664 cat conftest.err >&5
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666 (exit $ac_status); } && {
2667 test -z "$ac_c_werror_flag" ||
2668 test ! -s conftest.err
2669 } && test -s conftest.$ac_objext; then
2670 ac_cv_prog_cc_g=yes
2671 else
2672 echo "$as_me: failed program was:" >&5
2673 sed 's/^/| /' conftest.$ac_ext >&5
2678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2685 ac_c_werror_flag=$ac_save_c_werror_flag
2687 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2688 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2689 if test "$ac_test_CFLAGS" = set; then
2690 CFLAGS=$ac_save_CFLAGS
2691 elif test $ac_cv_prog_cc_g = yes; then
2692 if test "$GCC" = yes; then
2693 CFLAGS="-g -O2"
2694 else
2695 CFLAGS="-g"
2697 else
2698 if test "$GCC" = yes; then
2699 CFLAGS="-O2"
2700 else
2701 CFLAGS=
2704 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2705 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2706 if test "${ac_cv_prog_cc_c89+set}" = set; then
2707 echo $ECHO_N "(cached) $ECHO_C" >&6
2708 else
2709 ac_cv_prog_cc_c89=no
2710 ac_save_CC=$CC
2711 cat >conftest.$ac_ext <<_ACEOF
2712 /* confdefs.h. */
2713 _ACEOF
2714 cat confdefs.h >>conftest.$ac_ext
2715 cat >>conftest.$ac_ext <<_ACEOF
2716 /* end confdefs.h. */
2717 #include <stdarg.h>
2718 #include <stdio.h>
2719 #include <sys/types.h>
2720 #include <sys/stat.h>
2721 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2722 struct buf { int x; };
2723 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2724 static char *e (p, i)
2725 char **p;
2726 int i;
2728 return p[i];
2730 static char *f (char * (*g) (char **, int), char **p, ...)
2732 char *s;
2733 va_list v;
2734 va_start (v,p);
2735 s = g (p, va_arg (v,int));
2736 va_end (v);
2737 return s;
2740 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2741 function prototypes and stuff, but not '\xHH' hex character constants.
2742 These don't provoke an error unfortunately, instead are silently treated
2743 as 'x'. The following induces an error, until -std is added to get
2744 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2745 array size at least. It's necessary to write '\x00'==0 to get something
2746 that's true only with -std. */
2747 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2749 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2750 inside strings and character constants. */
2751 #define FOO(x) 'x'
2752 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2754 int test (int i, double x);
2755 struct s1 {int (*f) (int a);};
2756 struct s2 {int (*f) (double a);};
2757 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2758 int argc;
2759 char **argv;
2761 main ()
2763 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2765 return 0;
2767 _ACEOF
2768 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2769 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2771 CC="$ac_save_CC $ac_arg"
2772 rm -f conftest.$ac_objext
2773 if { (ac_try="$ac_compile"
2774 case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777 esac
2778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2779 (eval "$ac_compile") 2>conftest.er1
2780 ac_status=$?
2781 grep -v '^ *+' conftest.er1 >conftest.err
2782 rm -f conftest.er1
2783 cat conftest.err >&5
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); } && {
2786 test -z "$ac_c_werror_flag" ||
2787 test ! -s conftest.err
2788 } && test -s conftest.$ac_objext; then
2789 ac_cv_prog_cc_c89=$ac_arg
2790 else
2791 echo "$as_me: failed program was:" >&5
2792 sed 's/^/| /' conftest.$ac_ext >&5
2797 rm -f core conftest.err conftest.$ac_objext
2798 test "x$ac_cv_prog_cc_c89" != "xno" && break
2799 done
2800 rm -f conftest.$ac_ext
2801 CC=$ac_save_CC
2804 # AC_CACHE_VAL
2805 case "x$ac_cv_prog_cc_c89" in
2807 { echo "$as_me:$LINENO: result: none needed" >&5
2808 echo "${ECHO_T}none needed" >&6; } ;;
2809 xno)
2810 { echo "$as_me:$LINENO: result: unsupported" >&5
2811 echo "${ECHO_T}unsupported" >&6; } ;;
2813 CC="$CC $ac_cv_prog_cc_c89"
2814 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2815 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2816 esac
2819 ac_ext=c
2820 ac_cpp='$CPP $CPPFLAGS'
2821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2826 { echo "$as_me:$LINENO: checking for magic_open in -lmagic" >&5
2827 echo $ECHO_N "checking for magic_open in -lmagic... $ECHO_C" >&6; }
2828 if test "${ac_cv_lib_magic_magic_open+set}" = set; then
2829 echo $ECHO_N "(cached) $ECHO_C" >&6
2830 else
2831 ac_check_lib_save_LIBS=$LIBS
2832 LIBS="-lmagic $LIBS"
2833 cat >conftest.$ac_ext <<_ACEOF
2834 /* confdefs.h. */
2835 _ACEOF
2836 cat confdefs.h >>conftest.$ac_ext
2837 cat >>conftest.$ac_ext <<_ACEOF
2838 /* end confdefs.h. */
2840 /* Override any GCC internal prototype to avoid an error.
2841 Use char because int might match the return type of a GCC
2842 builtin and then its argument prototype would still apply. */
2843 #ifdef __cplusplus
2844 extern "C"
2845 #endif
2846 char magic_open ();
2848 main ()
2850 return magic_open ();
2852 return 0;
2854 _ACEOF
2855 rm -f conftest.$ac_objext conftest$ac_exeext
2856 if { (ac_try="$ac_link"
2857 case "(($ac_try" in
2858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2859 *) ac_try_echo=$ac_try;;
2860 esac
2861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2862 (eval "$ac_link") 2>conftest.er1
2863 ac_status=$?
2864 grep -v '^ *+' conftest.er1 >conftest.err
2865 rm -f conftest.er1
2866 cat conftest.err >&5
2867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868 (exit $ac_status); } && {
2869 test -z "$ac_c_werror_flag" ||
2870 test ! -s conftest.err
2871 } && test -s conftest$ac_exeext &&
2872 $as_test_x conftest$ac_exeext; then
2873 ac_cv_lib_magic_magic_open=yes
2874 else
2875 echo "$as_me: failed program was:" >&5
2876 sed 's/^/| /' conftest.$ac_ext >&5
2878 ac_cv_lib_magic_magic_open=no
2881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2882 conftest$ac_exeext conftest.$ac_ext
2883 LIBS=$ac_check_lib_save_LIBS
2885 { echo "$as_me:$LINENO: result: $ac_cv_lib_magic_magic_open" >&5
2886 echo "${ECHO_T}$ac_cv_lib_magic_magic_open" >&6; }
2887 if test $ac_cv_lib_magic_magic_open = yes; then
2888 HAVE_MAGIC=yes
2889 else
2890 HAVE_MAGIC=no
2895 if test "x$prefix" = "xNONE"; then
2896 prefix=/usr/local
2899 # assume on windows for now
2900 if test "x$MONO_VERSION" = "x"; then
2901 MONO_VERSION=csc-2.0
2904 echo "prefix=$prefix" > build/config.make
2905 echo "exec_prefix=\${prefix}" >> build/config.make
2906 echo "mono_libdir=\${exec_prefix}/lib" >> build/config.make
2907 echo "RUNTIME=mono" >> build/config.make
2908 echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> build/config.make
2909 echo "MONO_VERSION=$MONO_VERSION" >> build/config.make
2910 echo "MONODEVELOP_LIBPATH=$MD_LIBPATH" >> build/config.make
2911 echo "MCS_FLAGS=-debug+" >> build/config.make
2912 echo "HAVE_GLADE=$HAVE_GLADE" >> build/config.make
2913 echo "HAVE_MAGIC=$HAVE_MAGIC" >> build/config.make
2914 echo "HAVE_MONODEVELOP=$HAVE_MD" >> build/config.make
2915 echo "HAVE_GNOME_KEYRING=$HAVE_GNOME_KEYRING" >> build/config.make
2916 echo "HAVE_DOC_TOOLS=$HAVE_DOC_TOOLS" >> build/config.make
2918 ac_config_files="$ac_config_files tools/tf/tf.sh"
2921 cat >confcache <<\_ACEOF
2922 # This file is a shell script that caches the results of configure
2923 # tests run on this system so they can be shared between configure
2924 # scripts and configure runs, see configure's option --config-cache.
2925 # It is not useful on other systems. If it contains results you don't
2926 # want to keep, you may remove or edit it.
2928 # config.status only pays attention to the cache file if you give it
2929 # the --recheck option to rerun configure.
2931 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2932 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2933 # following values.
2935 _ACEOF
2937 # The following way of writing the cache mishandles newlines in values,
2938 # but we know of no workaround that is simple, portable, and efficient.
2939 # So, we kill variables containing newlines.
2940 # Ultrix sh set writes to stderr and can't be redirected directly,
2941 # and sets the high bit in the cache file unless we assign to the vars.
2943 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2944 eval ac_val=\$$ac_var
2945 case $ac_val in #(
2946 *${as_nl}*)
2947 case $ac_var in #(
2948 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2949 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2950 esac
2951 case $ac_var in #(
2952 _ | IFS | as_nl) ;; #(
2953 *) $as_unset $ac_var ;;
2954 esac ;;
2955 esac
2956 done
2958 (set) 2>&1 |
2959 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2960 *${as_nl}ac_space=\ *)
2961 # `set' does not quote correctly, so add quotes (double-quote
2962 # substitution turns \\\\ into \\, and sed turns \\ into \).
2963 sed -n \
2964 "s/'/'\\\\''/g;
2965 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2966 ;; #(
2968 # `set' quotes correctly as required by POSIX, so do not add quotes.
2969 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2971 esac |
2972 sort
2974 sed '
2975 /^ac_cv_env_/b end
2976 t clear
2977 :clear
2978 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2979 t end
2980 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2981 :end' >>confcache
2982 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2983 if test -w "$cache_file"; then
2984 test "x$cache_file" != "x/dev/null" &&
2985 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2986 echo "$as_me: updating cache $cache_file" >&6;}
2987 cat confcache >$cache_file
2988 else
2989 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2990 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2993 rm -f confcache
2995 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2996 # Let make expand exec_prefix.
2997 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2999 # Transform confdefs.h into DEFS.
3000 # Protect against shell expansion while executing Makefile rules.
3001 # Protect against Makefile macro expansion.
3003 # If the first sed substitution is executed (which looks for macros that
3004 # take arguments), then branch to the quote section. Otherwise,
3005 # look for a macro that doesn't take arguments.
3006 ac_script='
3007 t clear
3008 :clear
3009 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3010 t quote
3011 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3012 t quote
3013 b any
3014 :quote
3015 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3016 s/\[/\\&/g
3017 s/\]/\\&/g
3018 s/\$/$$/g
3020 :any
3023 s/^\n//
3024 s/\n/ /g
3028 DEFS=`sed -n "$ac_script" confdefs.h`
3031 ac_libobjs=
3032 ac_ltlibobjs=
3033 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3034 # 1. Remove the extension, and $U if already installed.
3035 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3036 ac_i=`echo "$ac_i" | sed "$ac_script"`
3037 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3038 # will be set to the directory where LIBOBJS objects are built.
3039 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3040 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3041 done
3042 LIBOBJS=$ac_libobjs
3044 LTLIBOBJS=$ac_ltlibobjs
3048 : ${CONFIG_STATUS=./config.status}
3049 ac_clean_files_save=$ac_clean_files
3050 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3051 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3052 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3053 cat >$CONFIG_STATUS <<_ACEOF
3054 #! $SHELL
3055 # Generated by $as_me.
3056 # Run this file to recreate the current configuration.
3057 # Compiler output produced by configure, useful for debugging
3058 # configure, is in config.log if it exists.
3060 debug=false
3061 ac_cs_recheck=false
3062 ac_cs_silent=false
3063 SHELL=\${CONFIG_SHELL-$SHELL}
3064 _ACEOF
3066 cat >>$CONFIG_STATUS <<\_ACEOF
3067 ## --------------------- ##
3068 ## M4sh Initialization. ##
3069 ## --------------------- ##
3071 # Be more Bourne compatible
3072 DUALCASE=1; export DUALCASE # for MKS sh
3073 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3074 emulate sh
3075 NULLCMD=:
3076 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3077 # is contrary to our usage. Disable this feature.
3078 alias -g '${1+"$@"}'='"$@"'
3079 setopt NO_GLOB_SUBST
3080 else
3081 case `(set -o) 2>/dev/null` in
3082 *posix*) set -o posix ;;
3083 esac
3090 # PATH needs CR
3091 # Avoid depending upon Character Ranges.
3092 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3093 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3094 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3095 as_cr_digits='0123456789'
3096 as_cr_alnum=$as_cr_Letters$as_cr_digits
3098 # The user is always right.
3099 if test "${PATH_SEPARATOR+set}" != set; then
3100 echo "#! /bin/sh" >conf$$.sh
3101 echo "exit 0" >>conf$$.sh
3102 chmod +x conf$$.sh
3103 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3104 PATH_SEPARATOR=';'
3105 else
3106 PATH_SEPARATOR=:
3108 rm -f conf$$.sh
3111 # Support unset when possible.
3112 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3113 as_unset=unset
3114 else
3115 as_unset=false
3119 # IFS
3120 # We need space, tab and new line, in precisely that order. Quoting is
3121 # there to prevent editors from complaining about space-tab.
3122 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3123 # splitting by setting IFS to empty value.)
3124 as_nl='
3126 IFS=" "" $as_nl"
3128 # Find who we are. Look in the path if we contain no directory separator.
3129 case $0 in
3130 *[\\/]* ) as_myself=$0 ;;
3131 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3132 for as_dir in $PATH
3134 IFS=$as_save_IFS
3135 test -z "$as_dir" && as_dir=.
3136 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3137 done
3138 IFS=$as_save_IFS
3141 esac
3142 # We did not find ourselves, most probably we were run as `sh COMMAND'
3143 # in which case we are not to be found in the path.
3144 if test "x$as_myself" = x; then
3145 as_myself=$0
3147 if test ! -f "$as_myself"; then
3148 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3149 { (exit 1); exit 1; }
3152 # Work around bugs in pre-3.0 UWIN ksh.
3153 for as_var in ENV MAIL MAILPATH
3154 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3155 done
3156 PS1='$ '
3157 PS2='> '
3158 PS4='+ '
3160 # NLS nuisances.
3161 for as_var in \
3162 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3163 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3164 LC_TELEPHONE LC_TIME
3166 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3167 eval $as_var=C; export $as_var
3168 else
3169 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3171 done
3173 # Required to use basename.
3174 if expr a : '\(a\)' >/dev/null 2>&1 &&
3175 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3176 as_expr=expr
3177 else
3178 as_expr=false
3181 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3182 as_basename=basename
3183 else
3184 as_basename=false
3188 # Name of the executable.
3189 as_me=`$as_basename -- "$0" ||
3190 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3191 X"$0" : 'X\(//\)$' \| \
3192 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3193 echo X/"$0" |
3194 sed '/^.*\/\([^/][^/]*\)\/*$/{
3195 s//\1/
3198 /^X\/\(\/\/\)$/{
3199 s//\1/
3202 /^X\/\(\/\).*/{
3203 s//\1/
3206 s/.*/./; q'`
3208 # CDPATH.
3209 $as_unset CDPATH
3213 as_lineno_1=$LINENO
3214 as_lineno_2=$LINENO
3215 test "x$as_lineno_1" != "x$as_lineno_2" &&
3216 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3218 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3219 # uniformly replaced by the line number. The first 'sed' inserts a
3220 # line-number line after each line using $LINENO; the second 'sed'
3221 # does the real work. The second script uses 'N' to pair each
3222 # line-number line with the line containing $LINENO, and appends
3223 # trailing '-' during substitution so that $LINENO is not a special
3224 # case at line end.
3225 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3226 # scripts with optimization help from Paolo Bonzini. Blame Lee
3227 # E. McMahon (1931-1989) for sed's syntax. :-)
3228 sed -n '
3230 /[$]LINENO/=
3231 ' <$as_myself |
3232 sed '
3233 s/[$]LINENO.*/&-/
3234 t lineno
3236 :lineno
3238 :loop
3239 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3240 t loop
3241 s/-\n.*//
3242 ' >$as_me.lineno &&
3243 chmod +x "$as_me.lineno" ||
3244 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3245 { (exit 1); exit 1; }; }
3247 # Don't try to exec as it changes $[0], causing all sort of problems
3248 # (the dirname of $[0] is not the place where we might find the
3249 # original and so on. Autoconf is especially sensitive to this).
3250 . "./$as_me.lineno"
3251 # Exit status is that of the last command.
3252 exit
3256 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3257 as_dirname=dirname
3258 else
3259 as_dirname=false
3262 ECHO_C= ECHO_N= ECHO_T=
3263 case `echo -n x` in
3264 -n*)
3265 case `echo 'x\c'` in
3266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3267 *) ECHO_C='\c';;
3268 esac;;
3270 ECHO_N='-n';;
3271 esac
3273 if expr a : '\(a\)' >/dev/null 2>&1 &&
3274 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3275 as_expr=expr
3276 else
3277 as_expr=false
3280 rm -f conf$$ conf$$.exe conf$$.file
3281 if test -d conf$$.dir; then
3282 rm -f conf$$.dir/conf$$.file
3283 else
3284 rm -f conf$$.dir
3285 mkdir conf$$.dir
3287 echo >conf$$.file
3288 if ln -s conf$$.file conf$$ 2>/dev/null; then
3289 as_ln_s='ln -s'
3290 # ... but there are two gotchas:
3291 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3292 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3293 # In both cases, we have to default to `cp -p'.
3294 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3295 as_ln_s='cp -p'
3296 elif ln conf$$.file conf$$ 2>/dev/null; then
3297 as_ln_s=ln
3298 else
3299 as_ln_s='cp -p'
3301 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3302 rmdir conf$$.dir 2>/dev/null
3304 if mkdir -p . 2>/dev/null; then
3305 as_mkdir_p=:
3306 else
3307 test -d ./-p && rmdir ./-p
3308 as_mkdir_p=false
3311 if test -x / >/dev/null 2>&1; then
3312 as_test_x='test -x'
3313 else
3314 if ls -dL / >/dev/null 2>&1; then
3315 as_ls_L_option=L
3316 else
3317 as_ls_L_option=
3319 as_test_x='
3320 eval sh -c '\''
3321 if test -d "$1"; then
3322 test -d "$1/.";
3323 else
3324 case $1 in
3325 -*)set "./$1";;
3326 esac;
3327 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3328 ???[sx]*):;;*)false;;esac;fi
3329 '\'' sh
3332 as_executable_p=$as_test_x
3334 # Sed expression to map a string onto a valid CPP name.
3335 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3337 # Sed expression to map a string onto a valid variable name.
3338 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3341 exec 6>&1
3343 # Save the log message, to keep $[0] and so on meaningful, and to
3344 # report actual input values of CONFIG_FILES etc. instead of their
3345 # values after options handling.
3346 ac_log="
3347 This file was extended by tf4mono $as_me 0.4.7, which was
3348 generated by GNU Autoconf 2.61. Invocation command line was
3350 CONFIG_FILES = $CONFIG_FILES
3351 CONFIG_HEADERS = $CONFIG_HEADERS
3352 CONFIG_LINKS = $CONFIG_LINKS
3353 CONFIG_COMMANDS = $CONFIG_COMMANDS
3354 $ $0 $@
3356 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3359 _ACEOF
3361 cat >>$CONFIG_STATUS <<_ACEOF
3362 # Files that config.status was made for.
3363 config_files="$ac_config_files"
3365 _ACEOF
3367 cat >>$CONFIG_STATUS <<\_ACEOF
3368 ac_cs_usage="\
3369 \`$as_me' instantiates files from templates according to the
3370 current configuration.
3372 Usage: $0 [OPTIONS] [FILE]...
3374 -h, --help print this help, then exit
3375 -V, --version print version number and configuration settings, then exit
3376 -q, --quiet do not print progress messages
3377 -d, --debug don't remove temporary files
3378 --recheck update $as_me by reconfiguring in the same conditions
3379 --file=FILE[:TEMPLATE]
3380 instantiate the configuration file FILE
3382 Configuration files:
3383 $config_files
3385 Report bugs to <bug-autoconf@gnu.org>."
3387 _ACEOF
3388 cat >>$CONFIG_STATUS <<_ACEOF
3389 ac_cs_version="\\
3390 tf4mono config.status 0.4.7
3391 configured by $0, generated by GNU Autoconf 2.61,
3392 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3394 Copyright (C) 2006 Free Software Foundation, Inc.
3395 This config.status script is free software; the Free Software Foundation
3396 gives unlimited permission to copy, distribute and modify it."
3398 ac_pwd='$ac_pwd'
3399 srcdir='$srcdir'
3400 _ACEOF
3402 cat >>$CONFIG_STATUS <<\_ACEOF
3403 # If no file are specified by the user, then we need to provide default
3404 # value. By we need to know if files were specified by the user.
3405 ac_need_defaults=:
3406 while test $# != 0
3408 case $1 in
3409 --*=*)
3410 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3411 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3412 ac_shift=:
3415 ac_option=$1
3416 ac_optarg=$2
3417 ac_shift=shift
3419 esac
3421 case $ac_option in
3422 # Handling of the options.
3423 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3424 ac_cs_recheck=: ;;
3425 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3426 echo "$ac_cs_version"; exit ;;
3427 --debug | --debu | --deb | --de | --d | -d )
3428 debug=: ;;
3429 --file | --fil | --fi | --f )
3430 $ac_shift
3431 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3432 ac_need_defaults=false;;
3433 --he | --h | --help | --hel | -h )
3434 echo "$ac_cs_usage"; exit ;;
3435 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3436 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3437 ac_cs_silent=: ;;
3439 # This is an error.
3440 -*) { echo "$as_me: error: unrecognized option: $1
3441 Try \`$0 --help' for more information." >&2
3442 { (exit 1); exit 1; }; } ;;
3444 *) ac_config_targets="$ac_config_targets $1"
3445 ac_need_defaults=false ;;
3447 esac
3448 shift
3449 done
3451 ac_configure_extra_args=
3453 if $ac_cs_silent; then
3454 exec 6>/dev/null
3455 ac_configure_extra_args="$ac_configure_extra_args --silent"
3458 _ACEOF
3459 cat >>$CONFIG_STATUS <<_ACEOF
3460 if \$ac_cs_recheck; then
3461 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3462 CONFIG_SHELL=$SHELL
3463 export CONFIG_SHELL
3464 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3467 _ACEOF
3468 cat >>$CONFIG_STATUS <<\_ACEOF
3469 exec 5>>config.log
3471 echo
3472 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3473 ## Running $as_me. ##
3474 _ASBOX
3475 echo "$ac_log"
3476 } >&5
3478 _ACEOF
3479 cat >>$CONFIG_STATUS <<_ACEOF
3480 _ACEOF
3482 cat >>$CONFIG_STATUS <<\_ACEOF
3484 # Handling of arguments.
3485 for ac_config_target in $ac_config_targets
3487 case $ac_config_target in
3488 "tools/tf/tf.sh") CONFIG_FILES="$CONFIG_FILES tools/tf/tf.sh" ;;
3490 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3491 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3492 { (exit 1); exit 1; }; };;
3493 esac
3494 done
3497 # If the user did not use the arguments to specify the items to instantiate,
3498 # then the envvar interface is used. Set only those that are not.
3499 # We use the long form for the default assignment because of an extremely
3500 # bizarre bug on SunOS 4.1.3.
3501 if $ac_need_defaults; then
3502 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3505 # Have a temporary directory for convenience. Make it in the build tree
3506 # simply because there is no reason against having it here, and in addition,
3507 # creating and moving files from /tmp can sometimes cause problems.
3508 # Hook for its removal unless debugging.
3509 # Note that there is a small window in which the directory will not be cleaned:
3510 # after its creation but before its name has been assigned to `$tmp'.
3511 $debug ||
3513 tmp=
3514 trap 'exit_status=$?
3515 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3517 trap '{ (exit 1); exit 1; }' 1 2 13 15
3519 # Create a (secure) tmp directory for tmp files.
3522 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3523 test -n "$tmp" && test -d "$tmp"
3524 } ||
3526 tmp=./conf$$-$RANDOM
3527 (umask 077 && mkdir "$tmp")
3528 } ||
3530 echo "$me: cannot create a temporary directory in ." >&2
3531 { (exit 1); exit 1; }
3535 # Set up the sed scripts for CONFIG_FILES section.
3538 # No need to generate the scripts if there are no CONFIG_FILES.
3539 # This happens for instance when ./config.status config.h
3540 if test -n "$CONFIG_FILES"; then
3542 _ACEOF
3546 ac_delim='%!_!# '
3547 for ac_last_try in false false false false false :; do
3548 cat >conf$$subs.sed <<_ACEOF
3549 SHELL!$SHELL$ac_delim
3550 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3551 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3552 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3553 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3554 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3555 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3556 exec_prefix!$exec_prefix$ac_delim
3557 prefix!$prefix$ac_delim
3558 program_transform_name!$program_transform_name$ac_delim
3559 bindir!$bindir$ac_delim
3560 sbindir!$sbindir$ac_delim
3561 libexecdir!$libexecdir$ac_delim
3562 datarootdir!$datarootdir$ac_delim
3563 datadir!$datadir$ac_delim
3564 sysconfdir!$sysconfdir$ac_delim
3565 sharedstatedir!$sharedstatedir$ac_delim
3566 localstatedir!$localstatedir$ac_delim
3567 includedir!$includedir$ac_delim
3568 oldincludedir!$oldincludedir$ac_delim
3569 docdir!$docdir$ac_delim
3570 infodir!$infodir$ac_delim
3571 htmldir!$htmldir$ac_delim
3572 dvidir!$dvidir$ac_delim
3573 pdfdir!$pdfdir$ac_delim
3574 psdir!$psdir$ac_delim
3575 libdir!$libdir$ac_delim
3576 localedir!$localedir$ac_delim
3577 mandir!$mandir$ac_delim
3578 DEFS!$DEFS$ac_delim
3579 ECHO_C!$ECHO_C$ac_delim
3580 ECHO_N!$ECHO_N$ac_delim
3581 ECHO_T!$ECHO_T$ac_delim
3582 LIBS!$LIBS$ac_delim
3583 build_alias!$build_alias$ac_delim
3584 host_alias!$host_alias$ac_delim
3585 target_alias!$target_alias$ac_delim
3586 PKG_CONFIG!$PKG_CONFIG$ac_delim
3587 ASCIIDOC!$ASCIIDOC$ac_delim
3588 XMLTO!$XMLTO$ac_delim
3589 CC!$CC$ac_delim
3590 CFLAGS!$CFLAGS$ac_delim
3591 LDFLAGS!$LDFLAGS$ac_delim
3592 CPPFLAGS!$CPPFLAGS$ac_delim
3593 ac_ct_CC!$ac_ct_CC$ac_delim
3594 EXEEXT!$EXEEXT$ac_delim
3595 OBJEXT!$OBJEXT$ac_delim
3596 LIBOBJS!$LIBOBJS$ac_delim
3597 LTLIBOBJS!$LTLIBOBJS$ac_delim
3598 _ACEOF
3600 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
3601 break
3602 elif $ac_last_try; then
3603 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3604 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3605 { (exit 1); exit 1; }; }
3606 else
3607 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3609 done
3611 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3612 if test -n "$ac_eof"; then
3613 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3614 ac_eof=`expr $ac_eof + 1`
3617 cat >>$CONFIG_STATUS <<_ACEOF
3618 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3619 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3620 _ACEOF
3621 sed '
3622 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3623 s/^/s,@/; s/!/@,|#_!!_#|/
3626 s/'"$ac_delim"'$/,g/; t
3627 s/$/\\/; p
3628 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3629 ' >>$CONFIG_STATUS <conf$$subs.sed
3630 rm -f conf$$subs.sed
3631 cat >>$CONFIG_STATUS <<_ACEOF
3632 :end
3633 s/|#_!!_#|//g
3634 CEOF$ac_eof
3635 _ACEOF
3638 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3639 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3640 # trailing colons and then remove the whole line if VPATH becomes empty
3641 # (actually we leave an empty line to preserve line numbers).
3642 if test "x$srcdir" = x.; then
3643 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3644 s/:*\$(srcdir):*/:/
3645 s/:*\${srcdir}:*/:/
3646 s/:*@srcdir@:*/:/
3647 s/^\([^=]*=[ ]*\):*/\1/
3648 s/:*$//
3649 s/^[^=]*=[ ]*$//
3653 cat >>$CONFIG_STATUS <<\_ACEOF
3654 fi # test -n "$CONFIG_FILES"
3657 for ac_tag in :F $CONFIG_FILES
3659 case $ac_tag in
3660 :[FHLC]) ac_mode=$ac_tag; continue;;
3661 esac
3662 case $ac_mode$ac_tag in
3663 :[FHL]*:*);;
3664 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3665 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3666 { (exit 1); exit 1; }; };;
3667 :[FH]-) ac_tag=-:-;;
3668 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3669 esac
3670 ac_save_IFS=$IFS
3671 IFS=:
3672 set x $ac_tag
3673 IFS=$ac_save_IFS
3674 shift
3675 ac_file=$1
3676 shift
3678 case $ac_mode in
3679 :L) ac_source=$1;;
3680 :[FH])
3681 ac_file_inputs=
3682 for ac_f
3684 case $ac_f in
3685 -) ac_f="$tmp/stdin";;
3686 *) # Look for the file first in the build tree, then in the source tree
3687 # (if the path is not absolute). The absolute path cannot be DOS-style,
3688 # because $ac_f cannot contain `:'.
3689 test -f "$ac_f" ||
3690 case $ac_f in
3691 [\\/$]*) false;;
3692 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3693 esac ||
3694 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3695 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3696 { (exit 1); exit 1; }; };;
3697 esac
3698 ac_file_inputs="$ac_file_inputs $ac_f"
3699 done
3701 # Let's still pretend it is `configure' which instantiates (i.e., don't
3702 # use $as_me), people would be surprised to read:
3703 # /* config.h. Generated by config.status. */
3704 configure_input="Generated from "`IFS=:
3705 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3706 if test x"$ac_file" != x-; then
3707 configure_input="$ac_file. $configure_input"
3708 { echo "$as_me:$LINENO: creating $ac_file" >&5
3709 echo "$as_me: creating $ac_file" >&6;}
3712 case $ac_tag in
3713 *:-:* | *:-) cat >"$tmp/stdin";;
3714 esac
3716 esac
3718 ac_dir=`$as_dirname -- "$ac_file" ||
3719 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3720 X"$ac_file" : 'X\(//\)[^/]' \| \
3721 X"$ac_file" : 'X\(//\)$' \| \
3722 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3723 echo X"$ac_file" |
3724 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3725 s//\1/
3728 /^X\(\/\/\)[^/].*/{
3729 s//\1/
3732 /^X\(\/\/\)$/{
3733 s//\1/
3736 /^X\(\/\).*/{
3737 s//\1/
3740 s/.*/./; q'`
3741 { as_dir="$ac_dir"
3742 case $as_dir in #(
3743 -*) as_dir=./$as_dir;;
3744 esac
3745 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3746 as_dirs=
3747 while :; do
3748 case $as_dir in #(
3749 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3750 *) as_qdir=$as_dir;;
3751 esac
3752 as_dirs="'$as_qdir' $as_dirs"
3753 as_dir=`$as_dirname -- "$as_dir" ||
3754 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3755 X"$as_dir" : 'X\(//\)[^/]' \| \
3756 X"$as_dir" : 'X\(//\)$' \| \
3757 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3758 echo X"$as_dir" |
3759 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3760 s//\1/
3763 /^X\(\/\/\)[^/].*/{
3764 s//\1/
3767 /^X\(\/\/\)$/{
3768 s//\1/
3771 /^X\(\/\).*/{
3772 s//\1/
3775 s/.*/./; q'`
3776 test -d "$as_dir" && break
3777 done
3778 test -z "$as_dirs" || eval "mkdir $as_dirs"
3779 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3780 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3781 { (exit 1); exit 1; }; }; }
3782 ac_builddir=.
3784 case "$ac_dir" in
3785 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3787 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3788 # A ".." for each directory in $ac_dir_suffix.
3789 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3790 case $ac_top_builddir_sub in
3791 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3792 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3793 esac ;;
3794 esac
3795 ac_abs_top_builddir=$ac_pwd
3796 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3797 # for backward compatibility:
3798 ac_top_builddir=$ac_top_build_prefix
3800 case $srcdir in
3801 .) # We are building in place.
3802 ac_srcdir=.
3803 ac_top_srcdir=$ac_top_builddir_sub
3804 ac_abs_top_srcdir=$ac_pwd ;;
3805 [\\/]* | ?:[\\/]* ) # Absolute name.
3806 ac_srcdir=$srcdir$ac_dir_suffix;
3807 ac_top_srcdir=$srcdir
3808 ac_abs_top_srcdir=$srcdir ;;
3809 *) # Relative name.
3810 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3811 ac_top_srcdir=$ac_top_build_prefix$srcdir
3812 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3813 esac
3814 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3817 case $ac_mode in
3820 # CONFIG_FILE
3823 _ACEOF
3825 cat >>$CONFIG_STATUS <<\_ACEOF
3826 # If the template does not know about datarootdir, expand it.
3827 # FIXME: This hack should be removed a few years after 2.60.
3828 ac_datarootdir_hack=; ac_datarootdir_seen=
3830 case `sed -n '/datarootdir/ {
3834 /@datadir@/p
3835 /@docdir@/p
3836 /@infodir@/p
3837 /@localedir@/p
3838 /@mandir@/p
3839 ' $ac_file_inputs` in
3840 *datarootdir*) ac_datarootdir_seen=yes;;
3841 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3842 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3843 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3844 _ACEOF
3845 cat >>$CONFIG_STATUS <<_ACEOF
3846 ac_datarootdir_hack='
3847 s&@datadir@&$datadir&g
3848 s&@docdir@&$docdir&g
3849 s&@infodir@&$infodir&g
3850 s&@localedir@&$localedir&g
3851 s&@mandir@&$mandir&g
3852 s&\\\${datarootdir}&$datarootdir&g' ;;
3853 esac
3854 _ACEOF
3856 # Neutralize VPATH when `$srcdir' = `.'.
3857 # Shell code in configure.ac might set extrasub.
3858 # FIXME: do we really want to maintain this feature?
3859 cat >>$CONFIG_STATUS <<_ACEOF
3860 sed "$ac_vpsub
3861 $extrasub
3862 _ACEOF
3863 cat >>$CONFIG_STATUS <<\_ACEOF
3865 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3866 s&@configure_input@&$configure_input&;t t
3867 s&@top_builddir@&$ac_top_builddir_sub&;t t
3868 s&@srcdir@&$ac_srcdir&;t t
3869 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3870 s&@top_srcdir@&$ac_top_srcdir&;t t
3871 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3872 s&@builddir@&$ac_builddir&;t t
3873 s&@abs_builddir@&$ac_abs_builddir&;t t
3874 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3875 $ac_datarootdir_hack
3876 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3878 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3879 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3880 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3881 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3882 which seems to be undefined. Please make sure it is defined." >&5
3883 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3884 which seems to be undefined. Please make sure it is defined." >&2;}
3886 rm -f "$tmp/stdin"
3887 case $ac_file in
3888 -) cat "$tmp/out"; rm -f "$tmp/out";;
3889 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3890 esac
3895 esac
3897 done # for ac_tag
3900 { (exit 0); exit 0; }
3901 _ACEOF
3902 chmod +x $CONFIG_STATUS
3903 ac_clean_files=$ac_clean_files_save
3906 # configure is writing to config.log, and then calls config.status.
3907 # config.status does its own redirection, appending to config.log.
3908 # Unfortunately, on DOS this fails, as config.log is still kept open
3909 # by configure, so config.status won't be able to write to it; its
3910 # output is simply discarded. So we exec the FD to /dev/null,
3911 # effectively closing config.log, so it can be properly (re)opened and
3912 # appended to by config.status. When coming back to configure, we
3913 # need to make the FD available again.
3914 if test "$no_create" != yes; then
3915 ac_cs_success=:
3916 ac_config_status_args=
3917 test "$silent" = yes &&
3918 ac_config_status_args="$ac_config_status_args --quiet"
3919 exec 5>/dev/null
3920 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3921 exec 5>>config.log
3922 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3923 # would make configure fail if this is the last instruction.
3924 $ac_cs_success || { (exit 1); exit 1; }
3928 echo
3929 echo "Configuration Summary"
3930 echo "----------------------------------"
3931 echo
3932 echo " File Type Support: " $HAVE_MAGIC
3933 echo " Man Page Generation: " $HAVE_DOC_TOOLS
3934 echo " Gnome Keyring Support: " $HAVE_GNOME_KEYRING
3935 echo " Gui Support: " $HAVE_GLADE
3936 echo " Monodevelop Addin: " $HAVE_MD
3937 echo
3939 if test "x$HAVE_MAGIC" = "xno"; then
3940 echo Note: Team Foundation does not natively track file attributes.
3941 echo Install libmagic for automagic file attribute support.
3942 echo
3945 if test "x$HAVE_DOC_TOOLS" = "xno"; then
3946 echo Note: install asciidoc and xmlto for man page generation.
3947 echo