BUGFIX: when deleting directories, delete any files within them
[tfs.git] / configure
blob62c0287e4d18bbe27779a639ea4789db9c8577a1
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for tf4mono 0.5.1.
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.5.1'
576 PACKAGE_STRING='tf4mono 0.5.1'
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.5.1 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.5.1:";;
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 Optional Packages:
1212 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1213 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1214 --with-mslibs=<dir> location of Microsoft's Team Foundation Assemblies
1216 Some influential environment variables:
1217 PKG_CONFIG path to pkg-config utility
1218 CC C compiler command
1219 CFLAGS C compiler flags
1220 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1221 nonstandard directory <lib dir>
1222 LIBS libraries to pass to the linker, e.g. -l<library>
1223 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1224 you have headers in a nonstandard directory <include dir>
1226 Use these variables to override the choices made by `configure' or to help
1227 it to find libraries and programs with nonstandard names/locations.
1229 _ACEOF
1230 ac_status=$?
1233 if test "$ac_init_help" = "recursive"; then
1234 # If there are subdirs, report their specific --help.
1235 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1236 test -d "$ac_dir" || continue
1237 ac_builddir=.
1239 case "$ac_dir" in
1240 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1242 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1243 # A ".." for each directory in $ac_dir_suffix.
1244 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1245 case $ac_top_builddir_sub in
1246 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1247 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1248 esac ;;
1249 esac
1250 ac_abs_top_builddir=$ac_pwd
1251 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1252 # for backward compatibility:
1253 ac_top_builddir=$ac_top_build_prefix
1255 case $srcdir in
1256 .) # We are building in place.
1257 ac_srcdir=.
1258 ac_top_srcdir=$ac_top_builddir_sub
1259 ac_abs_top_srcdir=$ac_pwd ;;
1260 [\\/]* | ?:[\\/]* ) # Absolute name.
1261 ac_srcdir=$srcdir$ac_dir_suffix;
1262 ac_top_srcdir=$srcdir
1263 ac_abs_top_srcdir=$srcdir ;;
1264 *) # Relative name.
1265 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1266 ac_top_srcdir=$ac_top_build_prefix$srcdir
1267 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1268 esac
1269 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1271 cd "$ac_dir" || { ac_status=$?; continue; }
1272 # Check for guested configure.
1273 if test -f "$ac_srcdir/configure.gnu"; then
1274 echo &&
1275 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1276 elif test -f "$ac_srcdir/configure"; then
1277 echo &&
1278 $SHELL "$ac_srcdir/configure" --help=recursive
1279 else
1280 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1281 fi || ac_status=$?
1282 cd "$ac_pwd" || { ac_status=$?; break; }
1283 done
1286 test -n "$ac_init_help" && exit $ac_status
1287 if $ac_init_version; then
1288 cat <<\_ACEOF
1289 tf4mono configure 0.5.1
1290 generated by GNU Autoconf 2.61
1292 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1293 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1294 This configure script is free software; the Free Software Foundation
1295 gives unlimited permission to copy, distribute and modify it.
1296 _ACEOF
1297 exit
1299 cat >config.log <<_ACEOF
1300 This file contains any messages produced by compilers while
1301 running configure, to aid debugging if configure makes a mistake.
1303 It was created by tf4mono $as_me 0.5.1, which was
1304 generated by GNU Autoconf 2.61. Invocation command line was
1306 $ $0 $@
1308 _ACEOF
1309 exec 5>>config.log
1311 cat <<_ASUNAME
1312 ## --------- ##
1313 ## Platform. ##
1314 ## --------- ##
1316 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1317 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1318 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1319 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1320 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1322 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1323 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1325 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1326 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1327 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1328 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1329 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1330 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1331 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1333 _ASUNAME
1335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1336 for as_dir in $PATH
1338 IFS=$as_save_IFS
1339 test -z "$as_dir" && as_dir=.
1340 echo "PATH: $as_dir"
1341 done
1342 IFS=$as_save_IFS
1344 } >&5
1346 cat >&5 <<_ACEOF
1349 ## ----------- ##
1350 ## Core tests. ##
1351 ## ----------- ##
1353 _ACEOF
1356 # Keep a trace of the command line.
1357 # Strip out --no-create and --no-recursion so they do not pile up.
1358 # Strip out --silent because we don't want to record it for future runs.
1359 # Also quote any args containing shell meta-characters.
1360 # Make two passes to allow for proper duplicate-argument suppression.
1361 ac_configure_args=
1362 ac_configure_args0=
1363 ac_configure_args1=
1364 ac_must_keep_next=false
1365 for ac_pass in 1 2
1367 for ac_arg
1369 case $ac_arg in
1370 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1371 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1372 | -silent | --silent | --silen | --sile | --sil)
1373 continue ;;
1374 *\'*)
1375 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1376 esac
1377 case $ac_pass in
1378 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1380 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1381 if test $ac_must_keep_next = true; then
1382 ac_must_keep_next=false # Got value, back to normal.
1383 else
1384 case $ac_arg in
1385 *=* | --config-cache | -C | -disable-* | --disable-* \
1386 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1387 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1388 | -with-* | --with-* | -without-* | --without-* | --x)
1389 case "$ac_configure_args0 " in
1390 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1391 esac
1393 -* ) ac_must_keep_next=true ;;
1394 esac
1396 ac_configure_args="$ac_configure_args '$ac_arg'"
1398 esac
1399 done
1400 done
1401 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1402 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1404 # When interrupted or exit'd, cleanup temporary files, and complete
1405 # config.log. We remove comments because anyway the quotes in there
1406 # would cause problems or look ugly.
1407 # WARNING: Use '\'' to represent an apostrophe within the trap.
1408 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1409 trap 'exit_status=$?
1410 # Save into config.log some information that might help in debugging.
1412 echo
1414 cat <<\_ASBOX
1415 ## ---------------- ##
1416 ## Cache variables. ##
1417 ## ---------------- ##
1418 _ASBOX
1419 echo
1420 # The following way of writing the cache mishandles newlines in values,
1422 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1423 eval ac_val=\$$ac_var
1424 case $ac_val in #(
1425 *${as_nl}*)
1426 case $ac_var in #(
1427 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1428 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1429 esac
1430 case $ac_var in #(
1431 _ | IFS | as_nl) ;; #(
1432 *) $as_unset $ac_var ;;
1433 esac ;;
1434 esac
1435 done
1436 (set) 2>&1 |
1437 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1438 *${as_nl}ac_space=\ *)
1439 sed -n \
1440 "s/'\''/'\''\\\\'\'''\''/g;
1441 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1442 ;; #(
1444 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1446 esac |
1447 sort
1449 echo
1451 cat <<\_ASBOX
1452 ## ----------------- ##
1453 ## Output variables. ##
1454 ## ----------------- ##
1455 _ASBOX
1456 echo
1457 for ac_var in $ac_subst_vars
1459 eval ac_val=\$$ac_var
1460 case $ac_val in
1461 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1462 esac
1463 echo "$ac_var='\''$ac_val'\''"
1464 done | sort
1465 echo
1467 if test -n "$ac_subst_files"; then
1468 cat <<\_ASBOX
1469 ## ------------------- ##
1470 ## File substitutions. ##
1471 ## ------------------- ##
1472 _ASBOX
1473 echo
1474 for ac_var in $ac_subst_files
1476 eval ac_val=\$$ac_var
1477 case $ac_val in
1478 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1479 esac
1480 echo "$ac_var='\''$ac_val'\''"
1481 done | sort
1482 echo
1485 if test -s confdefs.h; then
1486 cat <<\_ASBOX
1487 ## ----------- ##
1488 ## confdefs.h. ##
1489 ## ----------- ##
1490 _ASBOX
1491 echo
1492 cat confdefs.h
1493 echo
1495 test "$ac_signal" != 0 &&
1496 echo "$as_me: caught signal $ac_signal"
1497 echo "$as_me: exit $exit_status"
1498 } >&5
1499 rm -f core *.core core.conftest.* &&
1500 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1501 exit $exit_status
1503 for ac_signal in 1 2 13 15; do
1504 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1505 done
1506 ac_signal=0
1508 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1509 rm -f -r conftest* confdefs.h
1511 # Predefined preprocessor variables.
1513 cat >>confdefs.h <<_ACEOF
1514 #define PACKAGE_NAME "$PACKAGE_NAME"
1515 _ACEOF
1518 cat >>confdefs.h <<_ACEOF
1519 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1520 _ACEOF
1523 cat >>confdefs.h <<_ACEOF
1524 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1525 _ACEOF
1528 cat >>confdefs.h <<_ACEOF
1529 #define PACKAGE_STRING "$PACKAGE_STRING"
1530 _ACEOF
1533 cat >>confdefs.h <<_ACEOF
1534 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1535 _ACEOF
1538 # Let the site file select an alternate cache file if it wants to.
1539 # Prefer explicitly selected file to automatically selected ones.
1540 if test -n "$CONFIG_SITE"; then
1541 set x "$CONFIG_SITE"
1542 elif test "x$prefix" != xNONE; then
1543 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1544 else
1545 set x "$ac_default_prefix/share/config.site" \
1546 "$ac_default_prefix/etc/config.site"
1548 shift
1549 for ac_site_file
1551 if test -r "$ac_site_file"; then
1552 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1553 echo "$as_me: loading site script $ac_site_file" >&6;}
1554 sed 's/^/| /' "$ac_site_file" >&5
1555 . "$ac_site_file"
1557 done
1559 if test -r "$cache_file"; then
1560 # Some versions of bash will fail to source /dev/null (special
1561 # files actually), so we avoid doing that.
1562 if test -f "$cache_file"; then
1563 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1564 echo "$as_me: loading cache $cache_file" >&6;}
1565 case $cache_file in
1566 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1567 *) . "./$cache_file";;
1568 esac
1570 else
1571 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1572 echo "$as_me: creating cache $cache_file" >&6;}
1573 >$cache_file
1576 # Check that the precious variables saved in the cache have kept the same
1577 # value.
1578 ac_cache_corrupted=false
1579 for ac_var in $ac_precious_vars; do
1580 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1581 eval ac_new_set=\$ac_env_${ac_var}_set
1582 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1583 eval ac_new_val=\$ac_env_${ac_var}_value
1584 case $ac_old_set,$ac_new_set in
1585 set,)
1586 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1587 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1588 ac_cache_corrupted=: ;;
1589 ,set)
1590 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1591 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1592 ac_cache_corrupted=: ;;
1593 ,);;
1595 if test "x$ac_old_val" != "x$ac_new_val"; then
1596 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1597 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1598 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1599 echo "$as_me: former value: $ac_old_val" >&2;}
1600 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1601 echo "$as_me: current value: $ac_new_val" >&2;}
1602 ac_cache_corrupted=:
1603 fi;;
1604 esac
1605 # Pass precious variables to config.status.
1606 if test "$ac_new_set" = set; then
1607 case $ac_new_val in
1608 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1609 *) ac_arg=$ac_var=$ac_new_val ;;
1610 esac
1611 case " $ac_configure_args " in
1612 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1613 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1614 esac
1616 done
1617 if $ac_cache_corrupted; then
1618 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1619 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1620 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1621 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1622 { (exit 1); exit 1; }; }
1649 ac_ext=c
1650 ac_cpp='$CPP $CPPFLAGS'
1651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1657 # disable this experimental stuff for now
1660 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1661 if test -n "$ac_tool_prefix"; then
1662 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1663 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1666 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1667 echo $ECHO_N "(cached) $ECHO_C" >&6
1668 else
1669 case $PKG_CONFIG in
1670 [\\/]* | ?:[\\/]*)
1671 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1677 IFS=$as_save_IFS
1678 test -z "$as_dir" && as_dir=.
1679 for ac_exec_ext in '' $ac_executable_extensions; do
1680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1681 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1683 break 2
1685 done
1686 done
1687 IFS=$as_save_IFS
1690 esac
1692 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1693 if test -n "$PKG_CONFIG"; then
1694 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1695 echo "${ECHO_T}$PKG_CONFIG" >&6; }
1696 else
1697 { echo "$as_me:$LINENO: result: no" >&5
1698 echo "${ECHO_T}no" >&6; }
1703 if test -z "$ac_cv_path_PKG_CONFIG"; then
1704 ac_pt_PKG_CONFIG=$PKG_CONFIG
1705 # Extract the first word of "pkg-config", so it can be a program name with args.
1706 set dummy pkg-config; ac_word=$2
1707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1709 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1710 echo $ECHO_N "(cached) $ECHO_C" >&6
1711 else
1712 case $ac_pt_PKG_CONFIG in
1713 [\\/]* | ?:[\\/]*)
1714 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1718 for as_dir in $PATH
1720 IFS=$as_save_IFS
1721 test -z "$as_dir" && as_dir=.
1722 for ac_exec_ext in '' $ac_executable_extensions; do
1723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1724 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1725 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1726 break 2
1728 done
1729 done
1730 IFS=$as_save_IFS
1733 esac
1735 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1736 if test -n "$ac_pt_PKG_CONFIG"; then
1737 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1738 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1739 else
1740 { echo "$as_me:$LINENO: result: no" >&5
1741 echo "${ECHO_T}no" >&6; }
1744 if test "x$ac_pt_PKG_CONFIG" = x; then
1745 PKG_CONFIG=""
1746 else
1747 case $cross_compiling:$ac_tool_warned in
1748 yes:)
1749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1750 whose name does not start with the host triplet. If you think this
1751 configuration is useful to you, please write to autoconf@gnu.org." >&5
1752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1753 whose name does not start with the host triplet. If you think this
1754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1755 ac_tool_warned=yes ;;
1756 esac
1757 PKG_CONFIG=$ac_pt_PKG_CONFIG
1759 else
1760 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1764 if test -n "$PKG_CONFIG"; then
1765 _pkg_min_version=0.9.0
1766 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1767 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1768 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1769 { echo "$as_me:$LINENO: result: yes" >&5
1770 echo "${ECHO_T}yes" >&6; }
1771 else
1772 { echo "$as_me:$LINENO: result: no" >&5
1773 echo "${ECHO_T}no" >&6; }
1774 PKG_CONFIG=""
1778 if test -n "$PKG_CONFIG" && \
1779 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0\"") >&5
1780 ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0") 2>&5
1781 ac_status=$?
1782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1783 (exit $ac_status); }; then
1784 HAVE_GLADE=no
1785 else
1786 HAVE_GLADE=no
1788 if test -n "$PKG_CONFIG" && \
1789 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodevelop\"") >&5
1790 ($PKG_CONFIG --exists --print-errors "monodevelop") 2>&5
1791 ac_status=$?
1792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1793 (exit $ac_status); }; then
1794 HAVE_MD=no
1795 else
1796 HAVE_MD=no
1799 HAVE_DOC_TOOLS=no
1800 # Extract the first word of "asciidoc", so it can be a program name with args.
1801 set dummy asciidoc; ac_word=$2
1802 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1803 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1804 if test "${ac_cv_prog_ASCIIDOC+set}" = set; then
1805 echo $ECHO_N "(cached) $ECHO_C" >&6
1806 else
1807 if test -n "$ASCIIDOC"; then
1808 ac_cv_prog_ASCIIDOC="$ASCIIDOC" # Let the user override the test.
1809 else
1810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1811 for as_dir in $PATH
1813 IFS=$as_save_IFS
1814 test -z "$as_dir" && as_dir=.
1815 for ac_exec_ext in '' $ac_executable_extensions; do
1816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1817 ac_cv_prog_ASCIIDOC="yes"
1818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1819 break 2
1821 done
1822 done
1823 IFS=$as_save_IFS
1827 ASCIIDOC=$ac_cv_prog_ASCIIDOC
1828 if test -n "$ASCIIDOC"; then
1829 { echo "$as_me:$LINENO: result: $ASCIIDOC" >&5
1830 echo "${ECHO_T}$ASCIIDOC" >&6; }
1831 else
1832 { echo "$as_me:$LINENO: result: no" >&5
1833 echo "${ECHO_T}no" >&6; }
1837 # Extract the first word of "xmlto", so it can be a program name with args.
1838 set dummy xmlto; ac_word=$2
1839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1841 if test "${ac_cv_prog_XMLTO+set}" = set; then
1842 echo $ECHO_N "(cached) $ECHO_C" >&6
1843 else
1844 if test -n "$XMLTO"; then
1845 ac_cv_prog_XMLTO="$XMLTO" # Let the user override the test.
1846 else
1847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1848 for as_dir in $PATH
1850 IFS=$as_save_IFS
1851 test -z "$as_dir" && as_dir=.
1852 for ac_exec_ext in '' $ac_executable_extensions; do
1853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1854 ac_cv_prog_XMLTO="yes"
1855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1856 break 2
1858 done
1859 done
1860 IFS=$as_save_IFS
1864 XMLTO=$ac_cv_prog_XMLTO
1865 if test -n "$XMLTO"; then
1866 { echo "$as_me:$LINENO: result: $XMLTO" >&5
1867 echo "${ECHO_T}$XMLTO" >&6; }
1868 else
1869 { echo "$as_me:$LINENO: result: no" >&5
1870 echo "${ECHO_T}no" >&6; }
1875 if test "x$ASCIIDOC" = "xyes"; then
1876 if test "x$XMLTO" = "xyes"; then
1877 HAVE_DOC_TOOLS=yes
1881 # Check whether --enable-keyring was given.
1882 if test "${enable_keyring+set}" = set; then
1883 enableval=$enable_keyring; HAVE_GNOME_KEYRING=no
1884 else
1885 if test -n "$PKG_CONFIG" && \
1886 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-keyring-sharp\"") >&5
1887 ($PKG_CONFIG --exists --print-errors "gnome-keyring-sharp") 2>&5
1888 ac_status=$?
1889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1890 (exit $ac_status); }; then
1891 HAVE_GNOME_KEYRING=yes
1892 else
1893 HAVE_GNOME_KEYRING=no
1900 # Check whether --with-mslibs was given.
1901 if test "${with_mslibs+set}" = set; then
1902 withval=$with_mslibs; HAVE_MSLIBS=$withval
1903 else
1904 HAVE_MSLIBS=no
1909 MONO_VERSION=`pkg-config --modversion mono`
1910 MD_LIBPATH=`pkg-config monodevelop --variable libdir`
1912 HAVE_MAGIC=maybe
1914 # Check whether --enable-magic was given.
1915 if test "${enable_magic+set}" = set; then
1916 enableval=$enable_magic; HAVE_MAGIC=no
1920 if test "x$HAVE_MAGIC" = "xmaybe"; then
1921 ac_ext=c
1922 ac_cpp='$CPP $CPPFLAGS'
1923 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1924 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1925 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1926 if test -n "$ac_tool_prefix"; then
1927 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1928 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1929 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1930 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1931 if test "${ac_cv_prog_CC+set}" = set; then
1932 echo $ECHO_N "(cached) $ECHO_C" >&6
1933 else
1934 if test -n "$CC"; then
1935 ac_cv_prog_CC="$CC" # Let the user override the test.
1936 else
1937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1938 for as_dir in $PATH
1940 IFS=$as_save_IFS
1941 test -z "$as_dir" && as_dir=.
1942 for ac_exec_ext in '' $ac_executable_extensions; do
1943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1944 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1945 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1946 break 2
1948 done
1949 done
1950 IFS=$as_save_IFS
1954 CC=$ac_cv_prog_CC
1955 if test -n "$CC"; then
1956 { echo "$as_me:$LINENO: result: $CC" >&5
1957 echo "${ECHO_T}$CC" >&6; }
1958 else
1959 { echo "$as_me:$LINENO: result: no" >&5
1960 echo "${ECHO_T}no" >&6; }
1965 if test -z "$ac_cv_prog_CC"; then
1966 ac_ct_CC=$CC
1967 # Extract the first word of "gcc", so it can be a program name with args.
1968 set dummy gcc; ac_word=$2
1969 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1970 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1971 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1972 echo $ECHO_N "(cached) $ECHO_C" >&6
1973 else
1974 if test -n "$ac_ct_CC"; then
1975 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1976 else
1977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1978 for as_dir in $PATH
1980 IFS=$as_save_IFS
1981 test -z "$as_dir" && as_dir=.
1982 for ac_exec_ext in '' $ac_executable_extensions; do
1983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1984 ac_cv_prog_ac_ct_CC="gcc"
1985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1986 break 2
1988 done
1989 done
1990 IFS=$as_save_IFS
1994 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1995 if test -n "$ac_ct_CC"; then
1996 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1997 echo "${ECHO_T}$ac_ct_CC" >&6; }
1998 else
1999 { echo "$as_me:$LINENO: result: no" >&5
2000 echo "${ECHO_T}no" >&6; }
2003 if test "x$ac_ct_CC" = x; then
2004 CC=""
2005 else
2006 case $cross_compiling:$ac_tool_warned in
2007 yes:)
2008 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2009 whose name does not start with the host triplet. If you think this
2010 configuration is useful to you, please write to autoconf@gnu.org." >&5
2011 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2012 whose name does not start with the host triplet. If you think this
2013 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2014 ac_tool_warned=yes ;;
2015 esac
2016 CC=$ac_ct_CC
2018 else
2019 CC="$ac_cv_prog_CC"
2022 if test -z "$CC"; then
2023 if test -n "$ac_tool_prefix"; then
2024 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2025 set dummy ${ac_tool_prefix}cc; ac_word=$2
2026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2028 if test "${ac_cv_prog_CC+set}" = set; then
2029 echo $ECHO_N "(cached) $ECHO_C" >&6
2030 else
2031 if test -n "$CC"; then
2032 ac_cv_prog_CC="$CC" # Let the user override the test.
2033 else
2034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2035 for as_dir in $PATH
2037 IFS=$as_save_IFS
2038 test -z "$as_dir" && as_dir=.
2039 for ac_exec_ext in '' $ac_executable_extensions; do
2040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2041 ac_cv_prog_CC="${ac_tool_prefix}cc"
2042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2043 break 2
2045 done
2046 done
2047 IFS=$as_save_IFS
2051 CC=$ac_cv_prog_CC
2052 if test -n "$CC"; then
2053 { echo "$as_me:$LINENO: result: $CC" >&5
2054 echo "${ECHO_T}$CC" >&6; }
2055 else
2056 { echo "$as_me:$LINENO: result: no" >&5
2057 echo "${ECHO_T}no" >&6; }
2063 if test -z "$CC"; then
2064 # Extract the first word of "cc", so it can be a program name with args.
2065 set dummy cc; ac_word=$2
2066 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2068 if test "${ac_cv_prog_CC+set}" = set; then
2069 echo $ECHO_N "(cached) $ECHO_C" >&6
2070 else
2071 if test -n "$CC"; then
2072 ac_cv_prog_CC="$CC" # Let the user override the test.
2073 else
2074 ac_prog_rejected=no
2075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2076 for as_dir in $PATH
2078 IFS=$as_save_IFS
2079 test -z "$as_dir" && as_dir=.
2080 for ac_exec_ext in '' $ac_executable_extensions; do
2081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2082 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2083 ac_prog_rejected=yes
2084 continue
2086 ac_cv_prog_CC="cc"
2087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2088 break 2
2090 done
2091 done
2092 IFS=$as_save_IFS
2094 if test $ac_prog_rejected = yes; then
2095 # We found a bogon in the path, so make sure we never use it.
2096 set dummy $ac_cv_prog_CC
2097 shift
2098 if test $# != 0; then
2099 # We chose a different compiler from the bogus one.
2100 # However, it has the same basename, so the bogon will be chosen
2101 # first if we set CC to just the basename; use the full file name.
2102 shift
2103 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2108 CC=$ac_cv_prog_CC
2109 if test -n "$CC"; then
2110 { echo "$as_me:$LINENO: result: $CC" >&5
2111 echo "${ECHO_T}$CC" >&6; }
2112 else
2113 { echo "$as_me:$LINENO: result: no" >&5
2114 echo "${ECHO_T}no" >&6; }
2119 if test -z "$CC"; then
2120 if test -n "$ac_tool_prefix"; then
2121 for ac_prog in cl.exe
2123 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2124 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2125 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2126 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2127 if test "${ac_cv_prog_CC+set}" = set; then
2128 echo $ECHO_N "(cached) $ECHO_C" >&6
2129 else
2130 if test -n "$CC"; then
2131 ac_cv_prog_CC="$CC" # Let the user override the test.
2132 else
2133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134 for as_dir in $PATH
2136 IFS=$as_save_IFS
2137 test -z "$as_dir" && as_dir=.
2138 for ac_exec_ext in '' $ac_executable_extensions; do
2139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2140 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2141 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2142 break 2
2144 done
2145 done
2146 IFS=$as_save_IFS
2150 CC=$ac_cv_prog_CC
2151 if test -n "$CC"; then
2152 { echo "$as_me:$LINENO: result: $CC" >&5
2153 echo "${ECHO_T}$CC" >&6; }
2154 else
2155 { echo "$as_me:$LINENO: result: no" >&5
2156 echo "${ECHO_T}no" >&6; }
2160 test -n "$CC" && break
2161 done
2163 if test -z "$CC"; then
2164 ac_ct_CC=$CC
2165 for ac_prog in cl.exe
2167 # Extract the first word of "$ac_prog", so it can be a program name with args.
2168 set dummy $ac_prog; ac_word=$2
2169 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2170 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2171 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2172 echo $ECHO_N "(cached) $ECHO_C" >&6
2173 else
2174 if test -n "$ac_ct_CC"; then
2175 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2176 else
2177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2178 for as_dir in $PATH
2180 IFS=$as_save_IFS
2181 test -z "$as_dir" && as_dir=.
2182 for ac_exec_ext in '' $ac_executable_extensions; do
2183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2184 ac_cv_prog_ac_ct_CC="$ac_prog"
2185 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2186 break 2
2188 done
2189 done
2190 IFS=$as_save_IFS
2194 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2195 if test -n "$ac_ct_CC"; then
2196 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2197 echo "${ECHO_T}$ac_ct_CC" >&6; }
2198 else
2199 { echo "$as_me:$LINENO: result: no" >&5
2200 echo "${ECHO_T}no" >&6; }
2204 test -n "$ac_ct_CC" && break
2205 done
2207 if test "x$ac_ct_CC" = x; then
2208 CC=""
2209 else
2210 case $cross_compiling:$ac_tool_warned in
2211 yes:)
2212 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2213 whose name does not start with the host triplet. If you think this
2214 configuration is useful to you, please write to autoconf@gnu.org." >&5
2215 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2216 whose name does not start with the host triplet. If you think this
2217 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2218 ac_tool_warned=yes ;;
2219 esac
2220 CC=$ac_ct_CC
2227 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2228 See \`config.log' for more details." >&5
2229 echo "$as_me: error: no acceptable C compiler found in \$PATH
2230 See \`config.log' for more details." >&2;}
2231 { (exit 1); exit 1; }; }
2233 # Provide some information about the compiler.
2234 echo "$as_me:$LINENO: checking for C compiler version" >&5
2235 ac_compiler=`set X $ac_compile; echo $2`
2236 { (ac_try="$ac_compiler --version >&5"
2237 case "(($ac_try" in
2238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2239 *) ac_try_echo=$ac_try;;
2240 esac
2241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2242 (eval "$ac_compiler --version >&5") 2>&5
2243 ac_status=$?
2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245 (exit $ac_status); }
2246 { (ac_try="$ac_compiler -v >&5"
2247 case "(($ac_try" in
2248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2249 *) ac_try_echo=$ac_try;;
2250 esac
2251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2252 (eval "$ac_compiler -v >&5") 2>&5
2253 ac_status=$?
2254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2255 (exit $ac_status); }
2256 { (ac_try="$ac_compiler -V >&5"
2257 case "(($ac_try" in
2258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2259 *) ac_try_echo=$ac_try;;
2260 esac
2261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2262 (eval "$ac_compiler -V >&5") 2>&5
2263 ac_status=$?
2264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2265 (exit $ac_status); }
2267 cat >conftest.$ac_ext <<_ACEOF
2268 /* confdefs.h. */
2269 _ACEOF
2270 cat confdefs.h >>conftest.$ac_ext
2271 cat >>conftest.$ac_ext <<_ACEOF
2272 /* end confdefs.h. */
2275 main ()
2279 return 0;
2281 _ACEOF
2282 ac_clean_files_save=$ac_clean_files
2283 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2284 # Try to create an executable without -o first, disregard a.out.
2285 # It will help us diagnose broken compilers, and finding out an intuition
2286 # of exeext.
2287 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2288 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2289 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2291 # List of possible output files, starting from the most likely.
2292 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2293 # only as a last resort. b.out is created by i960 compilers.
2294 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2296 # The IRIX 6 linker writes into existing files which may not be
2297 # executable, retaining their permissions. Remove them first so a
2298 # subsequent execution test works.
2299 ac_rmfiles=
2300 for ac_file in $ac_files
2302 case $ac_file in
2303 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2304 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2305 esac
2306 done
2307 rm -f $ac_rmfiles
2309 if { (ac_try="$ac_link_default"
2310 case "(($ac_try" in
2311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2312 *) ac_try_echo=$ac_try;;
2313 esac
2314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2315 (eval "$ac_link_default") 2>&5
2316 ac_status=$?
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); }; then
2319 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2320 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2321 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2322 # so that the user can short-circuit this test for compilers unknown to
2323 # Autoconf.
2324 for ac_file in $ac_files ''
2326 test -f "$ac_file" || continue
2327 case $ac_file in
2328 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2330 [ab].out )
2331 # We found the default executable, but exeext='' is most
2332 # certainly right.
2333 break;;
2334 *.* )
2335 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2336 then :; else
2337 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2339 # We set ac_cv_exeext here because the later test for it is not
2340 # safe: cross compilers may not add the suffix if given an `-o'
2341 # argument, so we may need to know it at that point already.
2342 # Even if this section looks crufty: it has the advantage of
2343 # actually working.
2344 break;;
2346 break;;
2347 esac
2348 done
2349 test "$ac_cv_exeext" = no && ac_cv_exeext=
2351 else
2352 ac_file=''
2355 { echo "$as_me:$LINENO: result: $ac_file" >&5
2356 echo "${ECHO_T}$ac_file" >&6; }
2357 if test -z "$ac_file"; then
2358 echo "$as_me: failed program was:" >&5
2359 sed 's/^/| /' conftest.$ac_ext >&5
2361 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2362 See \`config.log' for more details." >&5
2363 echo "$as_me: error: C compiler cannot create executables
2364 See \`config.log' for more details." >&2;}
2365 { (exit 77); exit 77; }; }
2368 ac_exeext=$ac_cv_exeext
2370 # Check that the compiler produces executables we can run. If not, either
2371 # the compiler is broken, or we cross compile.
2372 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2373 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2374 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2375 # If not cross compiling, check that we can run a simple program.
2376 if test "$cross_compiling" != yes; then
2377 if { ac_try='./$ac_file'
2378 { (case "(($ac_try" in
2379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2380 *) ac_try_echo=$ac_try;;
2381 esac
2382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2383 (eval "$ac_try") 2>&5
2384 ac_status=$?
2385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2386 (exit $ac_status); }; }; then
2387 cross_compiling=no
2388 else
2389 if test "$cross_compiling" = maybe; then
2390 cross_compiling=yes
2391 else
2392 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2393 If you meant to cross compile, use \`--host'.
2394 See \`config.log' for more details." >&5
2395 echo "$as_me: error: cannot run C compiled programs.
2396 If you meant to cross compile, use \`--host'.
2397 See \`config.log' for more details." >&2;}
2398 { (exit 1); exit 1; }; }
2402 { echo "$as_me:$LINENO: result: yes" >&5
2403 echo "${ECHO_T}yes" >&6; }
2405 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2406 ac_clean_files=$ac_clean_files_save
2407 # Check that the compiler produces executables we can run. If not, either
2408 # the compiler is broken, or we cross compile.
2409 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2410 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2411 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2412 echo "${ECHO_T}$cross_compiling" >&6; }
2414 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2415 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2416 if { (ac_try="$ac_link"
2417 case "(($ac_try" in
2418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2419 *) ac_try_echo=$ac_try;;
2420 esac
2421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2422 (eval "$ac_link") 2>&5
2423 ac_status=$?
2424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2425 (exit $ac_status); }; then
2426 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2427 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2428 # work properly (i.e., refer to `conftest.exe'), while it won't with
2429 # `rm'.
2430 for ac_file in conftest.exe conftest conftest.*; do
2431 test -f "$ac_file" || continue
2432 case $ac_file in
2433 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2434 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2435 break;;
2436 * ) break;;
2437 esac
2438 done
2439 else
2440 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2441 See \`config.log' for more details." >&5
2442 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2443 See \`config.log' for more details." >&2;}
2444 { (exit 1); exit 1; }; }
2447 rm -f conftest$ac_cv_exeext
2448 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2449 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2451 rm -f conftest.$ac_ext
2452 EXEEXT=$ac_cv_exeext
2453 ac_exeext=$EXEEXT
2454 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2455 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2456 if test "${ac_cv_objext+set}" = set; then
2457 echo $ECHO_N "(cached) $ECHO_C" >&6
2458 else
2459 cat >conftest.$ac_ext <<_ACEOF
2460 /* confdefs.h. */
2461 _ACEOF
2462 cat confdefs.h >>conftest.$ac_ext
2463 cat >>conftest.$ac_ext <<_ACEOF
2464 /* end confdefs.h. */
2467 main ()
2471 return 0;
2473 _ACEOF
2474 rm -f conftest.o conftest.obj
2475 if { (ac_try="$ac_compile"
2476 case "(($ac_try" in
2477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2478 *) ac_try_echo=$ac_try;;
2479 esac
2480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2481 (eval "$ac_compile") 2>&5
2482 ac_status=$?
2483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2484 (exit $ac_status); }; then
2485 for ac_file in conftest.o conftest.obj conftest.*; do
2486 test -f "$ac_file" || continue;
2487 case $ac_file in
2488 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2489 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2490 break;;
2491 esac
2492 done
2493 else
2494 echo "$as_me: failed program was:" >&5
2495 sed 's/^/| /' conftest.$ac_ext >&5
2497 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2498 See \`config.log' for more details." >&5
2499 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2500 See \`config.log' for more details." >&2;}
2501 { (exit 1); exit 1; }; }
2504 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2506 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2507 echo "${ECHO_T}$ac_cv_objext" >&6; }
2508 OBJEXT=$ac_cv_objext
2509 ac_objext=$OBJEXT
2510 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2511 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2512 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2513 echo $ECHO_N "(cached) $ECHO_C" >&6
2514 else
2515 cat >conftest.$ac_ext <<_ACEOF
2516 /* confdefs.h. */
2517 _ACEOF
2518 cat confdefs.h >>conftest.$ac_ext
2519 cat >>conftest.$ac_ext <<_ACEOF
2520 /* end confdefs.h. */
2523 main ()
2525 #ifndef __GNUC__
2526 choke me
2527 #endif
2530 return 0;
2532 _ACEOF
2533 rm -f conftest.$ac_objext
2534 if { (ac_try="$ac_compile"
2535 case "(($ac_try" in
2536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2537 *) ac_try_echo=$ac_try;;
2538 esac
2539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2540 (eval "$ac_compile") 2>conftest.er1
2541 ac_status=$?
2542 grep -v '^ *+' conftest.er1 >conftest.err
2543 rm -f conftest.er1
2544 cat conftest.err >&5
2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2546 (exit $ac_status); } && {
2547 test -z "$ac_c_werror_flag" ||
2548 test ! -s conftest.err
2549 } && test -s conftest.$ac_objext; then
2550 ac_compiler_gnu=yes
2551 else
2552 echo "$as_me: failed program was:" >&5
2553 sed 's/^/| /' conftest.$ac_ext >&5
2555 ac_compiler_gnu=no
2558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2559 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2562 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2563 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2564 GCC=`test $ac_compiler_gnu = yes && echo yes`
2565 ac_test_CFLAGS=${CFLAGS+set}
2566 ac_save_CFLAGS=$CFLAGS
2567 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2568 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2569 if test "${ac_cv_prog_cc_g+set}" = set; then
2570 echo $ECHO_N "(cached) $ECHO_C" >&6
2571 else
2572 ac_save_c_werror_flag=$ac_c_werror_flag
2573 ac_c_werror_flag=yes
2574 ac_cv_prog_cc_g=no
2575 CFLAGS="-g"
2576 cat >conftest.$ac_ext <<_ACEOF
2577 /* confdefs.h. */
2578 _ACEOF
2579 cat confdefs.h >>conftest.$ac_ext
2580 cat >>conftest.$ac_ext <<_ACEOF
2581 /* end confdefs.h. */
2584 main ()
2588 return 0;
2590 _ACEOF
2591 rm -f conftest.$ac_objext
2592 if { (ac_try="$ac_compile"
2593 case "(($ac_try" in
2594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2595 *) ac_try_echo=$ac_try;;
2596 esac
2597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2598 (eval "$ac_compile") 2>conftest.er1
2599 ac_status=$?
2600 grep -v '^ *+' conftest.er1 >conftest.err
2601 rm -f conftest.er1
2602 cat conftest.err >&5
2603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2604 (exit $ac_status); } && {
2605 test -z "$ac_c_werror_flag" ||
2606 test ! -s conftest.err
2607 } && test -s conftest.$ac_objext; then
2608 ac_cv_prog_cc_g=yes
2609 else
2610 echo "$as_me: failed program was:" >&5
2611 sed 's/^/| /' conftest.$ac_ext >&5
2613 CFLAGS=""
2614 cat >conftest.$ac_ext <<_ACEOF
2615 /* confdefs.h. */
2616 _ACEOF
2617 cat confdefs.h >>conftest.$ac_ext
2618 cat >>conftest.$ac_ext <<_ACEOF
2619 /* end confdefs.h. */
2622 main ()
2626 return 0;
2628 _ACEOF
2629 rm -f conftest.$ac_objext
2630 if { (ac_try="$ac_compile"
2631 case "(($ac_try" in
2632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2633 *) ac_try_echo=$ac_try;;
2634 esac
2635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2636 (eval "$ac_compile") 2>conftest.er1
2637 ac_status=$?
2638 grep -v '^ *+' conftest.er1 >conftest.err
2639 rm -f conftest.er1
2640 cat conftest.err >&5
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); } && {
2643 test -z "$ac_c_werror_flag" ||
2644 test ! -s conftest.err
2645 } && test -s conftest.$ac_objext; then
2647 else
2648 echo "$as_me: failed program was:" >&5
2649 sed 's/^/| /' conftest.$ac_ext >&5
2651 ac_c_werror_flag=$ac_save_c_werror_flag
2652 CFLAGS="-g"
2653 cat >conftest.$ac_ext <<_ACEOF
2654 /* confdefs.h. */
2655 _ACEOF
2656 cat confdefs.h >>conftest.$ac_ext
2657 cat >>conftest.$ac_ext <<_ACEOF
2658 /* end confdefs.h. */
2661 main ()
2665 return 0;
2667 _ACEOF
2668 rm -f conftest.$ac_objext
2669 if { (ac_try="$ac_compile"
2670 case "(($ac_try" in
2671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672 *) ac_try_echo=$ac_try;;
2673 esac
2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2675 (eval "$ac_compile") 2>conftest.er1
2676 ac_status=$?
2677 grep -v '^ *+' conftest.er1 >conftest.err
2678 rm -f conftest.er1
2679 cat conftest.err >&5
2680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2681 (exit $ac_status); } && {
2682 test -z "$ac_c_werror_flag" ||
2683 test ! -s conftest.err
2684 } && test -s conftest.$ac_objext; then
2685 ac_cv_prog_cc_g=yes
2686 else
2687 echo "$as_me: failed program was:" >&5
2688 sed 's/^/| /' conftest.$ac_ext >&5
2693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2700 ac_c_werror_flag=$ac_save_c_werror_flag
2702 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2703 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2704 if test "$ac_test_CFLAGS" = set; then
2705 CFLAGS=$ac_save_CFLAGS
2706 elif test $ac_cv_prog_cc_g = yes; then
2707 if test "$GCC" = yes; then
2708 CFLAGS="-g -O2"
2709 else
2710 CFLAGS="-g"
2712 else
2713 if test "$GCC" = yes; then
2714 CFLAGS="-O2"
2715 else
2716 CFLAGS=
2719 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2720 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2721 if test "${ac_cv_prog_cc_c89+set}" = set; then
2722 echo $ECHO_N "(cached) $ECHO_C" >&6
2723 else
2724 ac_cv_prog_cc_c89=no
2725 ac_save_CC=$CC
2726 cat >conftest.$ac_ext <<_ACEOF
2727 /* confdefs.h. */
2728 _ACEOF
2729 cat confdefs.h >>conftest.$ac_ext
2730 cat >>conftest.$ac_ext <<_ACEOF
2731 /* end confdefs.h. */
2732 #include <stdarg.h>
2733 #include <stdio.h>
2734 #include <sys/types.h>
2735 #include <sys/stat.h>
2736 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2737 struct buf { int x; };
2738 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2739 static char *e (p, i)
2740 char **p;
2741 int i;
2743 return p[i];
2745 static char *f (char * (*g) (char **, int), char **p, ...)
2747 char *s;
2748 va_list v;
2749 va_start (v,p);
2750 s = g (p, va_arg (v,int));
2751 va_end (v);
2752 return s;
2755 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2756 function prototypes and stuff, but not '\xHH' hex character constants.
2757 These don't provoke an error unfortunately, instead are silently treated
2758 as 'x'. The following induces an error, until -std is added to get
2759 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2760 array size at least. It's necessary to write '\x00'==0 to get something
2761 that's true only with -std. */
2762 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2764 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2765 inside strings and character constants. */
2766 #define FOO(x) 'x'
2767 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2769 int test (int i, double x);
2770 struct s1 {int (*f) (int a);};
2771 struct s2 {int (*f) (double a);};
2772 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2773 int argc;
2774 char **argv;
2776 main ()
2778 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2780 return 0;
2782 _ACEOF
2783 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2784 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2786 CC="$ac_save_CC $ac_arg"
2787 rm -f conftest.$ac_objext
2788 if { (ac_try="$ac_compile"
2789 case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792 esac
2793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2794 (eval "$ac_compile") 2>conftest.er1
2795 ac_status=$?
2796 grep -v '^ *+' conftest.er1 >conftest.err
2797 rm -f conftest.er1
2798 cat conftest.err >&5
2799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2800 (exit $ac_status); } && {
2801 test -z "$ac_c_werror_flag" ||
2802 test ! -s conftest.err
2803 } && test -s conftest.$ac_objext; then
2804 ac_cv_prog_cc_c89=$ac_arg
2805 else
2806 echo "$as_me: failed program was:" >&5
2807 sed 's/^/| /' conftest.$ac_ext >&5
2812 rm -f core conftest.err conftest.$ac_objext
2813 test "x$ac_cv_prog_cc_c89" != "xno" && break
2814 done
2815 rm -f conftest.$ac_ext
2816 CC=$ac_save_CC
2819 # AC_CACHE_VAL
2820 case "x$ac_cv_prog_cc_c89" in
2822 { echo "$as_me:$LINENO: result: none needed" >&5
2823 echo "${ECHO_T}none needed" >&6; } ;;
2824 xno)
2825 { echo "$as_me:$LINENO: result: unsupported" >&5
2826 echo "${ECHO_T}unsupported" >&6; } ;;
2828 CC="$CC $ac_cv_prog_cc_c89"
2829 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2830 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2831 esac
2834 ac_ext=c
2835 ac_cpp='$CPP $CPPFLAGS'
2836 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2837 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2838 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2841 { echo "$as_me:$LINENO: checking for magic_open in -lmagic" >&5
2842 echo $ECHO_N "checking for magic_open in -lmagic... $ECHO_C" >&6; }
2843 if test "${ac_cv_lib_magic_magic_open+set}" = set; then
2844 echo $ECHO_N "(cached) $ECHO_C" >&6
2845 else
2846 ac_check_lib_save_LIBS=$LIBS
2847 LIBS="-lmagic $LIBS"
2848 cat >conftest.$ac_ext <<_ACEOF
2849 /* confdefs.h. */
2850 _ACEOF
2851 cat confdefs.h >>conftest.$ac_ext
2852 cat >>conftest.$ac_ext <<_ACEOF
2853 /* end confdefs.h. */
2855 /* Override any GCC internal prototype to avoid an error.
2856 Use char because int might match the return type of a GCC
2857 builtin and then its argument prototype would still apply. */
2858 #ifdef __cplusplus
2859 extern "C"
2860 #endif
2861 char magic_open ();
2863 main ()
2865 return magic_open ();
2867 return 0;
2869 _ACEOF
2870 rm -f conftest.$ac_objext conftest$ac_exeext
2871 if { (ac_try="$ac_link"
2872 case "(($ac_try" in
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2875 esac
2876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 (eval "$ac_link") 2>conftest.er1
2878 ac_status=$?
2879 grep -v '^ *+' conftest.er1 >conftest.err
2880 rm -f conftest.er1
2881 cat conftest.err >&5
2882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2883 (exit $ac_status); } && {
2884 test -z "$ac_c_werror_flag" ||
2885 test ! -s conftest.err
2886 } && test -s conftest$ac_exeext &&
2887 $as_test_x conftest$ac_exeext; then
2888 ac_cv_lib_magic_magic_open=yes
2889 else
2890 echo "$as_me: failed program was:" >&5
2891 sed 's/^/| /' conftest.$ac_ext >&5
2893 ac_cv_lib_magic_magic_open=no
2896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2897 conftest$ac_exeext conftest.$ac_ext
2898 LIBS=$ac_check_lib_save_LIBS
2900 { echo "$as_me:$LINENO: result: $ac_cv_lib_magic_magic_open" >&5
2901 echo "${ECHO_T}$ac_cv_lib_magic_magic_open" >&6; }
2902 if test $ac_cv_lib_magic_magic_open = yes; then
2903 HAVE_MAGIC=yes
2904 else
2905 HAVE_MAGIC=no
2910 if test "x$prefix" = "xNONE"; then
2911 prefix=/usr/local
2914 # assume on windows for now
2915 if test "x$MONO_VERSION" = "x"; then
2916 MONO_VERSION=csc-2.0
2919 echo "prefix=$prefix" > build/config.make
2920 echo "exec_prefix=\${prefix}" >> build/config.make
2921 echo "mono_libdir=\${exec_prefix}/lib" >> build/config.make
2922 echo "RUNTIME=mono" >> build/config.make
2923 echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> build/config.make
2924 echo "MONO_VERSION=$MONO_VERSION" >> build/config.make
2925 echo "MONODEVELOP_LIBPATH=$MD_LIBPATH" >> build/config.make
2926 echo "MCS_FLAGS=-debug+" >> build/config.make
2927 echo "HAVE_GLADE=$HAVE_GLADE" >> build/config.make
2928 echo "HAVE_MAGIC=$HAVE_MAGIC" >> build/config.make
2929 echo "HAVE_MONODEVELOP=$HAVE_MD" >> build/config.make
2930 echo "HAVE_GNOME_KEYRING=$HAVE_GNOME_KEYRING" >> build/config.make
2931 echo "HAVE_DOC_TOOLS=$HAVE_DOC_TOOLS" >> build/config.make
2932 echo "HAVE_MSLIBS=$HAVE_MSLIBS" >> build/config.make
2934 ac_config_files="$ac_config_files tools/tf/tf.sh"
2937 cat >confcache <<\_ACEOF
2938 # This file is a shell script that caches the results of configure
2939 # tests run on this system so they can be shared between configure
2940 # scripts and configure runs, see configure's option --config-cache.
2941 # It is not useful on other systems. If it contains results you don't
2942 # want to keep, you may remove or edit it.
2944 # config.status only pays attention to the cache file if you give it
2945 # the --recheck option to rerun configure.
2947 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2948 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2949 # following values.
2951 _ACEOF
2953 # The following way of writing the cache mishandles newlines in values,
2954 # but we know of no workaround that is simple, portable, and efficient.
2955 # So, we kill variables containing newlines.
2956 # Ultrix sh set writes to stderr and can't be redirected directly,
2957 # and sets the high bit in the cache file unless we assign to the vars.
2959 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2960 eval ac_val=\$$ac_var
2961 case $ac_val in #(
2962 *${as_nl}*)
2963 case $ac_var in #(
2964 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2965 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2966 esac
2967 case $ac_var in #(
2968 _ | IFS | as_nl) ;; #(
2969 *) $as_unset $ac_var ;;
2970 esac ;;
2971 esac
2972 done
2974 (set) 2>&1 |
2975 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2976 *${as_nl}ac_space=\ *)
2977 # `set' does not quote correctly, so add quotes (double-quote
2978 # substitution turns \\\\ into \\, and sed turns \\ into \).
2979 sed -n \
2980 "s/'/'\\\\''/g;
2981 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2982 ;; #(
2984 # `set' quotes correctly as required by POSIX, so do not add quotes.
2985 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2987 esac |
2988 sort
2990 sed '
2991 /^ac_cv_env_/b end
2992 t clear
2993 :clear
2994 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2995 t end
2996 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2997 :end' >>confcache
2998 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2999 if test -w "$cache_file"; then
3000 test "x$cache_file" != "x/dev/null" &&
3001 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3002 echo "$as_me: updating cache $cache_file" >&6;}
3003 cat confcache >$cache_file
3004 else
3005 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3006 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3009 rm -f confcache
3011 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3012 # Let make expand exec_prefix.
3013 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3015 # Transform confdefs.h into DEFS.
3016 # Protect against shell expansion while executing Makefile rules.
3017 # Protect against Makefile macro expansion.
3019 # If the first sed substitution is executed (which looks for macros that
3020 # take arguments), then branch to the quote section. Otherwise,
3021 # look for a macro that doesn't take arguments.
3022 ac_script='
3023 t clear
3024 :clear
3025 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3026 t quote
3027 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3028 t quote
3029 b any
3030 :quote
3031 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3032 s/\[/\\&/g
3033 s/\]/\\&/g
3034 s/\$/$$/g
3036 :any
3039 s/^\n//
3040 s/\n/ /g
3044 DEFS=`sed -n "$ac_script" confdefs.h`
3047 ac_libobjs=
3048 ac_ltlibobjs=
3049 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3050 # 1. Remove the extension, and $U if already installed.
3051 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3052 ac_i=`echo "$ac_i" | sed "$ac_script"`
3053 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3054 # will be set to the directory where LIBOBJS objects are built.
3055 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3056 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3057 done
3058 LIBOBJS=$ac_libobjs
3060 LTLIBOBJS=$ac_ltlibobjs
3064 : ${CONFIG_STATUS=./config.status}
3065 ac_clean_files_save=$ac_clean_files
3066 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3067 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3068 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3069 cat >$CONFIG_STATUS <<_ACEOF
3070 #! $SHELL
3071 # Generated by $as_me.
3072 # Run this file to recreate the current configuration.
3073 # Compiler output produced by configure, useful for debugging
3074 # configure, is in config.log if it exists.
3076 debug=false
3077 ac_cs_recheck=false
3078 ac_cs_silent=false
3079 SHELL=\${CONFIG_SHELL-$SHELL}
3080 _ACEOF
3082 cat >>$CONFIG_STATUS <<\_ACEOF
3083 ## --------------------- ##
3084 ## M4sh Initialization. ##
3085 ## --------------------- ##
3087 # Be more Bourne compatible
3088 DUALCASE=1; export DUALCASE # for MKS sh
3089 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3090 emulate sh
3091 NULLCMD=:
3092 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3093 # is contrary to our usage. Disable this feature.
3094 alias -g '${1+"$@"}'='"$@"'
3095 setopt NO_GLOB_SUBST
3096 else
3097 case `(set -o) 2>/dev/null` in
3098 *posix*) set -o posix ;;
3099 esac
3106 # PATH needs CR
3107 # Avoid depending upon Character Ranges.
3108 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3109 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3110 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3111 as_cr_digits='0123456789'
3112 as_cr_alnum=$as_cr_Letters$as_cr_digits
3114 # The user is always right.
3115 if test "${PATH_SEPARATOR+set}" != set; then
3116 echo "#! /bin/sh" >conf$$.sh
3117 echo "exit 0" >>conf$$.sh
3118 chmod +x conf$$.sh
3119 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3120 PATH_SEPARATOR=';'
3121 else
3122 PATH_SEPARATOR=:
3124 rm -f conf$$.sh
3127 # Support unset when possible.
3128 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3129 as_unset=unset
3130 else
3131 as_unset=false
3135 # IFS
3136 # We need space, tab and new line, in precisely that order. Quoting is
3137 # there to prevent editors from complaining about space-tab.
3138 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3139 # splitting by setting IFS to empty value.)
3140 as_nl='
3142 IFS=" "" $as_nl"
3144 # Find who we are. Look in the path if we contain no directory separator.
3145 case $0 in
3146 *[\\/]* ) as_myself=$0 ;;
3147 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3148 for as_dir in $PATH
3150 IFS=$as_save_IFS
3151 test -z "$as_dir" && as_dir=.
3152 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3153 done
3154 IFS=$as_save_IFS
3157 esac
3158 # We did not find ourselves, most probably we were run as `sh COMMAND'
3159 # in which case we are not to be found in the path.
3160 if test "x$as_myself" = x; then
3161 as_myself=$0
3163 if test ! -f "$as_myself"; then
3164 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3165 { (exit 1); exit 1; }
3168 # Work around bugs in pre-3.0 UWIN ksh.
3169 for as_var in ENV MAIL MAILPATH
3170 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3171 done
3172 PS1='$ '
3173 PS2='> '
3174 PS4='+ '
3176 # NLS nuisances.
3177 for as_var in \
3178 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3179 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3180 LC_TELEPHONE LC_TIME
3182 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3183 eval $as_var=C; export $as_var
3184 else
3185 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3187 done
3189 # Required to use basename.
3190 if expr a : '\(a\)' >/dev/null 2>&1 &&
3191 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3192 as_expr=expr
3193 else
3194 as_expr=false
3197 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3198 as_basename=basename
3199 else
3200 as_basename=false
3204 # Name of the executable.
3205 as_me=`$as_basename -- "$0" ||
3206 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3207 X"$0" : 'X\(//\)$' \| \
3208 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3209 echo X/"$0" |
3210 sed '/^.*\/\([^/][^/]*\)\/*$/{
3211 s//\1/
3214 /^X\/\(\/\/\)$/{
3215 s//\1/
3218 /^X\/\(\/\).*/{
3219 s//\1/
3222 s/.*/./; q'`
3224 # CDPATH.
3225 $as_unset CDPATH
3229 as_lineno_1=$LINENO
3230 as_lineno_2=$LINENO
3231 test "x$as_lineno_1" != "x$as_lineno_2" &&
3232 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3234 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3235 # uniformly replaced by the line number. The first 'sed' inserts a
3236 # line-number line after each line using $LINENO; the second 'sed'
3237 # does the real work. The second script uses 'N' to pair each
3238 # line-number line with the line containing $LINENO, and appends
3239 # trailing '-' during substitution so that $LINENO is not a special
3240 # case at line end.
3241 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3242 # scripts with optimization help from Paolo Bonzini. Blame Lee
3243 # E. McMahon (1931-1989) for sed's syntax. :-)
3244 sed -n '
3246 /[$]LINENO/=
3247 ' <$as_myself |
3248 sed '
3249 s/[$]LINENO.*/&-/
3250 t lineno
3252 :lineno
3254 :loop
3255 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3256 t loop
3257 s/-\n.*//
3258 ' >$as_me.lineno &&
3259 chmod +x "$as_me.lineno" ||
3260 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3261 { (exit 1); exit 1; }; }
3263 # Don't try to exec as it changes $[0], causing all sort of problems
3264 # (the dirname of $[0] is not the place where we might find the
3265 # original and so on. Autoconf is especially sensitive to this).
3266 . "./$as_me.lineno"
3267 # Exit status is that of the last command.
3268 exit
3272 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3273 as_dirname=dirname
3274 else
3275 as_dirname=false
3278 ECHO_C= ECHO_N= ECHO_T=
3279 case `echo -n x` in
3280 -n*)
3281 case `echo 'x\c'` in
3282 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3283 *) ECHO_C='\c';;
3284 esac;;
3286 ECHO_N='-n';;
3287 esac
3289 if expr a : '\(a\)' >/dev/null 2>&1 &&
3290 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3291 as_expr=expr
3292 else
3293 as_expr=false
3296 rm -f conf$$ conf$$.exe conf$$.file
3297 if test -d conf$$.dir; then
3298 rm -f conf$$.dir/conf$$.file
3299 else
3300 rm -f conf$$.dir
3301 mkdir conf$$.dir
3303 echo >conf$$.file
3304 if ln -s conf$$.file conf$$ 2>/dev/null; then
3305 as_ln_s='ln -s'
3306 # ... but there are two gotchas:
3307 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3308 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3309 # In both cases, we have to default to `cp -p'.
3310 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3311 as_ln_s='cp -p'
3312 elif ln conf$$.file conf$$ 2>/dev/null; then
3313 as_ln_s=ln
3314 else
3315 as_ln_s='cp -p'
3317 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3318 rmdir conf$$.dir 2>/dev/null
3320 if mkdir -p . 2>/dev/null; then
3321 as_mkdir_p=:
3322 else
3323 test -d ./-p && rmdir ./-p
3324 as_mkdir_p=false
3327 if test -x / >/dev/null 2>&1; then
3328 as_test_x='test -x'
3329 else
3330 if ls -dL / >/dev/null 2>&1; then
3331 as_ls_L_option=L
3332 else
3333 as_ls_L_option=
3335 as_test_x='
3336 eval sh -c '\''
3337 if test -d "$1"; then
3338 test -d "$1/.";
3339 else
3340 case $1 in
3341 -*)set "./$1";;
3342 esac;
3343 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3344 ???[sx]*):;;*)false;;esac;fi
3345 '\'' sh
3348 as_executable_p=$as_test_x
3350 # Sed expression to map a string onto a valid CPP name.
3351 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3353 # Sed expression to map a string onto a valid variable name.
3354 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3357 exec 6>&1
3359 # Save the log message, to keep $[0] and so on meaningful, and to
3360 # report actual input values of CONFIG_FILES etc. instead of their
3361 # values after options handling.
3362 ac_log="
3363 This file was extended by tf4mono $as_me 0.5.1, which was
3364 generated by GNU Autoconf 2.61. Invocation command line was
3366 CONFIG_FILES = $CONFIG_FILES
3367 CONFIG_HEADERS = $CONFIG_HEADERS
3368 CONFIG_LINKS = $CONFIG_LINKS
3369 CONFIG_COMMANDS = $CONFIG_COMMANDS
3370 $ $0 $@
3372 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3375 _ACEOF
3377 cat >>$CONFIG_STATUS <<_ACEOF
3378 # Files that config.status was made for.
3379 config_files="$ac_config_files"
3381 _ACEOF
3383 cat >>$CONFIG_STATUS <<\_ACEOF
3384 ac_cs_usage="\
3385 \`$as_me' instantiates files from templates according to the
3386 current configuration.
3388 Usage: $0 [OPTIONS] [FILE]...
3390 -h, --help print this help, then exit
3391 -V, --version print version number and configuration settings, then exit
3392 -q, --quiet do not print progress messages
3393 -d, --debug don't remove temporary files
3394 --recheck update $as_me by reconfiguring in the same conditions
3395 --file=FILE[:TEMPLATE]
3396 instantiate the configuration file FILE
3398 Configuration files:
3399 $config_files
3401 Report bugs to <bug-autoconf@gnu.org>."
3403 _ACEOF
3404 cat >>$CONFIG_STATUS <<_ACEOF
3405 ac_cs_version="\\
3406 tf4mono config.status 0.5.1
3407 configured by $0, generated by GNU Autoconf 2.61,
3408 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3410 Copyright (C) 2006 Free Software Foundation, Inc.
3411 This config.status script is free software; the Free Software Foundation
3412 gives unlimited permission to copy, distribute and modify it."
3414 ac_pwd='$ac_pwd'
3415 srcdir='$srcdir'
3416 _ACEOF
3418 cat >>$CONFIG_STATUS <<\_ACEOF
3419 # If no file are specified by the user, then we need to provide default
3420 # value. By we need to know if files were specified by the user.
3421 ac_need_defaults=:
3422 while test $# != 0
3424 case $1 in
3425 --*=*)
3426 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3427 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3428 ac_shift=:
3431 ac_option=$1
3432 ac_optarg=$2
3433 ac_shift=shift
3435 esac
3437 case $ac_option in
3438 # Handling of the options.
3439 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3440 ac_cs_recheck=: ;;
3441 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3442 echo "$ac_cs_version"; exit ;;
3443 --debug | --debu | --deb | --de | --d | -d )
3444 debug=: ;;
3445 --file | --fil | --fi | --f )
3446 $ac_shift
3447 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3448 ac_need_defaults=false;;
3449 --he | --h | --help | --hel | -h )
3450 echo "$ac_cs_usage"; exit ;;
3451 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3452 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3453 ac_cs_silent=: ;;
3455 # This is an error.
3456 -*) { echo "$as_me: error: unrecognized option: $1
3457 Try \`$0 --help' for more information." >&2
3458 { (exit 1); exit 1; }; } ;;
3460 *) ac_config_targets="$ac_config_targets $1"
3461 ac_need_defaults=false ;;
3463 esac
3464 shift
3465 done
3467 ac_configure_extra_args=
3469 if $ac_cs_silent; then
3470 exec 6>/dev/null
3471 ac_configure_extra_args="$ac_configure_extra_args --silent"
3474 _ACEOF
3475 cat >>$CONFIG_STATUS <<_ACEOF
3476 if \$ac_cs_recheck; then
3477 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3478 CONFIG_SHELL=$SHELL
3479 export CONFIG_SHELL
3480 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3483 _ACEOF
3484 cat >>$CONFIG_STATUS <<\_ACEOF
3485 exec 5>>config.log
3487 echo
3488 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3489 ## Running $as_me. ##
3490 _ASBOX
3491 echo "$ac_log"
3492 } >&5
3494 _ACEOF
3495 cat >>$CONFIG_STATUS <<_ACEOF
3496 _ACEOF
3498 cat >>$CONFIG_STATUS <<\_ACEOF
3500 # Handling of arguments.
3501 for ac_config_target in $ac_config_targets
3503 case $ac_config_target in
3504 "tools/tf/tf.sh") CONFIG_FILES="$CONFIG_FILES tools/tf/tf.sh" ;;
3506 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3507 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3508 { (exit 1); exit 1; }; };;
3509 esac
3510 done
3513 # If the user did not use the arguments to specify the items to instantiate,
3514 # then the envvar interface is used. Set only those that are not.
3515 # We use the long form for the default assignment because of an extremely
3516 # bizarre bug on SunOS 4.1.3.
3517 if $ac_need_defaults; then
3518 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3521 # Have a temporary directory for convenience. Make it in the build tree
3522 # simply because there is no reason against having it here, and in addition,
3523 # creating and moving files from /tmp can sometimes cause problems.
3524 # Hook for its removal unless debugging.
3525 # Note that there is a small window in which the directory will not be cleaned:
3526 # after its creation but before its name has been assigned to `$tmp'.
3527 $debug ||
3529 tmp=
3530 trap 'exit_status=$?
3531 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3533 trap '{ (exit 1); exit 1; }' 1 2 13 15
3535 # Create a (secure) tmp directory for tmp files.
3538 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3539 test -n "$tmp" && test -d "$tmp"
3540 } ||
3542 tmp=./conf$$-$RANDOM
3543 (umask 077 && mkdir "$tmp")
3544 } ||
3546 echo "$me: cannot create a temporary directory in ." >&2
3547 { (exit 1); exit 1; }
3551 # Set up the sed scripts for CONFIG_FILES section.
3554 # No need to generate the scripts if there are no CONFIG_FILES.
3555 # This happens for instance when ./config.status config.h
3556 if test -n "$CONFIG_FILES"; then
3558 _ACEOF
3562 ac_delim='%!_!# '
3563 for ac_last_try in false false false false false :; do
3564 cat >conf$$subs.sed <<_ACEOF
3565 SHELL!$SHELL$ac_delim
3566 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3567 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3568 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3569 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3570 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3571 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3572 exec_prefix!$exec_prefix$ac_delim
3573 prefix!$prefix$ac_delim
3574 program_transform_name!$program_transform_name$ac_delim
3575 bindir!$bindir$ac_delim
3576 sbindir!$sbindir$ac_delim
3577 libexecdir!$libexecdir$ac_delim
3578 datarootdir!$datarootdir$ac_delim
3579 datadir!$datadir$ac_delim
3580 sysconfdir!$sysconfdir$ac_delim
3581 sharedstatedir!$sharedstatedir$ac_delim
3582 localstatedir!$localstatedir$ac_delim
3583 includedir!$includedir$ac_delim
3584 oldincludedir!$oldincludedir$ac_delim
3585 docdir!$docdir$ac_delim
3586 infodir!$infodir$ac_delim
3587 htmldir!$htmldir$ac_delim
3588 dvidir!$dvidir$ac_delim
3589 pdfdir!$pdfdir$ac_delim
3590 psdir!$psdir$ac_delim
3591 libdir!$libdir$ac_delim
3592 localedir!$localedir$ac_delim
3593 mandir!$mandir$ac_delim
3594 DEFS!$DEFS$ac_delim
3595 ECHO_C!$ECHO_C$ac_delim
3596 ECHO_N!$ECHO_N$ac_delim
3597 ECHO_T!$ECHO_T$ac_delim
3598 LIBS!$LIBS$ac_delim
3599 build_alias!$build_alias$ac_delim
3600 host_alias!$host_alias$ac_delim
3601 target_alias!$target_alias$ac_delim
3602 PKG_CONFIG!$PKG_CONFIG$ac_delim
3603 ASCIIDOC!$ASCIIDOC$ac_delim
3604 XMLTO!$XMLTO$ac_delim
3605 CC!$CC$ac_delim
3606 CFLAGS!$CFLAGS$ac_delim
3607 LDFLAGS!$LDFLAGS$ac_delim
3608 CPPFLAGS!$CPPFLAGS$ac_delim
3609 ac_ct_CC!$ac_ct_CC$ac_delim
3610 EXEEXT!$EXEEXT$ac_delim
3611 OBJEXT!$OBJEXT$ac_delim
3612 LIBOBJS!$LIBOBJS$ac_delim
3613 LTLIBOBJS!$LTLIBOBJS$ac_delim
3614 _ACEOF
3616 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
3617 break
3618 elif $ac_last_try; then
3619 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3620 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3621 { (exit 1); exit 1; }; }
3622 else
3623 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3625 done
3627 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3628 if test -n "$ac_eof"; then
3629 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3630 ac_eof=`expr $ac_eof + 1`
3633 cat >>$CONFIG_STATUS <<_ACEOF
3634 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3635 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3636 _ACEOF
3637 sed '
3638 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3639 s/^/s,@/; s/!/@,|#_!!_#|/
3642 s/'"$ac_delim"'$/,g/; t
3643 s/$/\\/; p
3644 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3645 ' >>$CONFIG_STATUS <conf$$subs.sed
3646 rm -f conf$$subs.sed
3647 cat >>$CONFIG_STATUS <<_ACEOF
3648 :end
3649 s/|#_!!_#|//g
3650 CEOF$ac_eof
3651 _ACEOF
3654 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3655 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3656 # trailing colons and then remove the whole line if VPATH becomes empty
3657 # (actually we leave an empty line to preserve line numbers).
3658 if test "x$srcdir" = x.; then
3659 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3660 s/:*\$(srcdir):*/:/
3661 s/:*\${srcdir}:*/:/
3662 s/:*@srcdir@:*/:/
3663 s/^\([^=]*=[ ]*\):*/\1/
3664 s/:*$//
3665 s/^[^=]*=[ ]*$//
3669 cat >>$CONFIG_STATUS <<\_ACEOF
3670 fi # test -n "$CONFIG_FILES"
3673 for ac_tag in :F $CONFIG_FILES
3675 case $ac_tag in
3676 :[FHLC]) ac_mode=$ac_tag; continue;;
3677 esac
3678 case $ac_mode$ac_tag in
3679 :[FHL]*:*);;
3680 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3681 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3682 { (exit 1); exit 1; }; };;
3683 :[FH]-) ac_tag=-:-;;
3684 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3685 esac
3686 ac_save_IFS=$IFS
3687 IFS=:
3688 set x $ac_tag
3689 IFS=$ac_save_IFS
3690 shift
3691 ac_file=$1
3692 shift
3694 case $ac_mode in
3695 :L) ac_source=$1;;
3696 :[FH])
3697 ac_file_inputs=
3698 for ac_f
3700 case $ac_f in
3701 -) ac_f="$tmp/stdin";;
3702 *) # Look for the file first in the build tree, then in the source tree
3703 # (if the path is not absolute). The absolute path cannot be DOS-style,
3704 # because $ac_f cannot contain `:'.
3705 test -f "$ac_f" ||
3706 case $ac_f in
3707 [\\/$]*) false;;
3708 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3709 esac ||
3710 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3711 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3712 { (exit 1); exit 1; }; };;
3713 esac
3714 ac_file_inputs="$ac_file_inputs $ac_f"
3715 done
3717 # Let's still pretend it is `configure' which instantiates (i.e., don't
3718 # use $as_me), people would be surprised to read:
3719 # /* config.h. Generated by config.status. */
3720 configure_input="Generated from "`IFS=:
3721 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3722 if test x"$ac_file" != x-; then
3723 configure_input="$ac_file. $configure_input"
3724 { echo "$as_me:$LINENO: creating $ac_file" >&5
3725 echo "$as_me: creating $ac_file" >&6;}
3728 case $ac_tag in
3729 *:-:* | *:-) cat >"$tmp/stdin";;
3730 esac
3732 esac
3734 ac_dir=`$as_dirname -- "$ac_file" ||
3735 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3736 X"$ac_file" : 'X\(//\)[^/]' \| \
3737 X"$ac_file" : 'X\(//\)$' \| \
3738 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3739 echo X"$ac_file" |
3740 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3741 s//\1/
3744 /^X\(\/\/\)[^/].*/{
3745 s//\1/
3748 /^X\(\/\/\)$/{
3749 s//\1/
3752 /^X\(\/\).*/{
3753 s//\1/
3756 s/.*/./; q'`
3757 { as_dir="$ac_dir"
3758 case $as_dir in #(
3759 -*) as_dir=./$as_dir;;
3760 esac
3761 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3762 as_dirs=
3763 while :; do
3764 case $as_dir in #(
3765 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3766 *) as_qdir=$as_dir;;
3767 esac
3768 as_dirs="'$as_qdir' $as_dirs"
3769 as_dir=`$as_dirname -- "$as_dir" ||
3770 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3771 X"$as_dir" : 'X\(//\)[^/]' \| \
3772 X"$as_dir" : 'X\(//\)$' \| \
3773 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3774 echo X"$as_dir" |
3775 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3776 s//\1/
3779 /^X\(\/\/\)[^/].*/{
3780 s//\1/
3783 /^X\(\/\/\)$/{
3784 s//\1/
3787 /^X\(\/\).*/{
3788 s//\1/
3791 s/.*/./; q'`
3792 test -d "$as_dir" && break
3793 done
3794 test -z "$as_dirs" || eval "mkdir $as_dirs"
3795 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3796 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3797 { (exit 1); exit 1; }; }; }
3798 ac_builddir=.
3800 case "$ac_dir" in
3801 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3803 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3804 # A ".." for each directory in $ac_dir_suffix.
3805 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3806 case $ac_top_builddir_sub in
3807 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3808 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3809 esac ;;
3810 esac
3811 ac_abs_top_builddir=$ac_pwd
3812 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3813 # for backward compatibility:
3814 ac_top_builddir=$ac_top_build_prefix
3816 case $srcdir in
3817 .) # We are building in place.
3818 ac_srcdir=.
3819 ac_top_srcdir=$ac_top_builddir_sub
3820 ac_abs_top_srcdir=$ac_pwd ;;
3821 [\\/]* | ?:[\\/]* ) # Absolute name.
3822 ac_srcdir=$srcdir$ac_dir_suffix;
3823 ac_top_srcdir=$srcdir
3824 ac_abs_top_srcdir=$srcdir ;;
3825 *) # Relative name.
3826 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3827 ac_top_srcdir=$ac_top_build_prefix$srcdir
3828 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3829 esac
3830 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3833 case $ac_mode in
3836 # CONFIG_FILE
3839 _ACEOF
3841 cat >>$CONFIG_STATUS <<\_ACEOF
3842 # If the template does not know about datarootdir, expand it.
3843 # FIXME: This hack should be removed a few years after 2.60.
3844 ac_datarootdir_hack=; ac_datarootdir_seen=
3846 case `sed -n '/datarootdir/ {
3850 /@datadir@/p
3851 /@docdir@/p
3852 /@infodir@/p
3853 /@localedir@/p
3854 /@mandir@/p
3855 ' $ac_file_inputs` in
3856 *datarootdir*) ac_datarootdir_seen=yes;;
3857 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3858 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3859 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3860 _ACEOF
3861 cat >>$CONFIG_STATUS <<_ACEOF
3862 ac_datarootdir_hack='
3863 s&@datadir@&$datadir&g
3864 s&@docdir@&$docdir&g
3865 s&@infodir@&$infodir&g
3866 s&@localedir@&$localedir&g
3867 s&@mandir@&$mandir&g
3868 s&\\\${datarootdir}&$datarootdir&g' ;;
3869 esac
3870 _ACEOF
3872 # Neutralize VPATH when `$srcdir' = `.'.
3873 # Shell code in configure.ac might set extrasub.
3874 # FIXME: do we really want to maintain this feature?
3875 cat >>$CONFIG_STATUS <<_ACEOF
3876 sed "$ac_vpsub
3877 $extrasub
3878 _ACEOF
3879 cat >>$CONFIG_STATUS <<\_ACEOF
3881 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3882 s&@configure_input@&$configure_input&;t t
3883 s&@top_builddir@&$ac_top_builddir_sub&;t t
3884 s&@srcdir@&$ac_srcdir&;t t
3885 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3886 s&@top_srcdir@&$ac_top_srcdir&;t t
3887 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3888 s&@builddir@&$ac_builddir&;t t
3889 s&@abs_builddir@&$ac_abs_builddir&;t t
3890 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3891 $ac_datarootdir_hack
3892 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3894 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3895 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3896 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3897 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3898 which seems to be undefined. Please make sure it is defined." >&5
3899 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3900 which seems to be undefined. Please make sure it is defined." >&2;}
3902 rm -f "$tmp/stdin"
3903 case $ac_file in
3904 -) cat "$tmp/out"; rm -f "$tmp/out";;
3905 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3906 esac
3911 esac
3913 done # for ac_tag
3916 { (exit 0); exit 0; }
3917 _ACEOF
3918 chmod +x $CONFIG_STATUS
3919 ac_clean_files=$ac_clean_files_save
3922 # configure is writing to config.log, and then calls config.status.
3923 # config.status does its own redirection, appending to config.log.
3924 # Unfortunately, on DOS this fails, as config.log is still kept open
3925 # by configure, so config.status won't be able to write to it; its
3926 # output is simply discarded. So we exec the FD to /dev/null,
3927 # effectively closing config.log, so it can be properly (re)opened and
3928 # appended to by config.status. When coming back to configure, we
3929 # need to make the FD available again.
3930 if test "$no_create" != yes; then
3931 ac_cs_success=:
3932 ac_config_status_args=
3933 test "$silent" = yes &&
3934 ac_config_status_args="$ac_config_status_args --quiet"
3935 exec 5>/dev/null
3936 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3937 exec 5>>config.log
3938 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3939 # would make configure fail if this is the last instruction.
3940 $ac_cs_success || { (exit 1); exit 1; }
3944 echo
3945 echo "Configuration Summary"
3946 echo "----------------------------------"
3947 echo
3948 echo " File Type Support: " $HAVE_MAGIC
3949 echo " Man Page Generation: " $HAVE_DOC_TOOLS
3950 echo " Gnome Keyring Support: " $HAVE_GNOME_KEYRING
3951 echo " Gui Support: " $HAVE_GLADE
3952 echo " Monodevelop Addin: " $HAVE_MD
3953 echo
3955 if test "x$HAVE_MAGIC" = "xno"; then
3956 echo Note: Team Foundation does not natively track file attributes.
3957 echo Install libmagic for automagic file attribute support.
3958 echo
3961 if test "x$HAVE_DOC_TOOLS" = "xno"; then
3962 echo Note: install asciidoc and xmlto for man page generation.
3963 echo