bug.fix
[tfs.git] / configure
blobf8bcb41df673087b770e99e4aa31bd0c980ea93c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for tf4mono 0.4.6.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22 else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25 esac
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
50 rm -f conf$$.sh
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
61 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
68 IFS=" "" $as_nl"
70 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87 as_myself=$0
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
102 # NLS nuisances.
103 for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 done
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
140 /^X\/\(\/\/\)$/{
141 s//\1/
144 /^X\/\(\/\).*/{
145 s//\1/
148 s/.*/./; q'`
150 # CDPATH.
151 $as_unset CDPATH
154 if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157 else
158 as_have_required=no
161 if test $as_have_required = yes && (eval ":
162 (as_func_return () {
163 (exit \$1)
165 as_func_success () {
166 as_func_return 0
168 as_func_failure () {
169 as_func_return 1
171 as_func_ret_success () {
172 return 0
174 as_func_ret_failure () {
175 return 1
178 exitcode=0
179 if as_func_success; then
181 else
182 exitcode=1
183 echo as_func_success failed.
186 if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
193 else
194 exitcode=1
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 else
206 exitcode=1
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
219 else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232 done
233 IFS=$as_save_IFS
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247 else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250 esac
256 _ASEOF
257 }; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 (as_func_return () {
278 (exit $1)
280 as_func_success () {
281 as_func_return 0
283 as_func_failure () {
284 as_func_return 1
286 as_func_ret_success () {
287 return 0
289 as_func_ret_failure () {
290 return 1
293 exitcode=0
294 if as_func_success; then
296 else
297 exitcode=1
298 echo as_func_success failed.
301 if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
306 if as_func_ret_success; then
308 else
309 exitcode=1
310 echo as_func_ret_success failed.
313 if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
320 else
321 exitcode=1
322 echo positional parameters were not saved.
325 test $exitcode = 0) || { (exit 1); exit 1; }
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
333 _ASEOF
334 }; then
335 break
340 done
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
367 (exit \$1)
369 as_func_success () {
370 as_func_return 0
372 as_func_failure () {
373 as_func_return 1
375 as_func_ret_success () {
376 return 0
378 as_func_ret_failure () {
379 return 1
382 exitcode=0
383 if as_func_success; then
385 else
386 exitcode=1
387 echo as_func_success failed.
390 if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
397 else
398 exitcode=1
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
409 else
410 exitcode=1
411 echo positional parameters were not saved.
414 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
440 /[$]LINENO/=
441 ' <$as_myself |
442 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
446 :lineno
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468 else
469 as_dirname=false
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
480 ECHO_N='-n';;
481 esac
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493 else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508 else
509 as_ln_s='cp -p'
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
521 if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523 else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
542 as_executable_p=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev/null 6>&1
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560 # Initializations.
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
573 PACKAGE_NAME='tf4mono'
574 PACKAGE_TARNAME='tf4mono'
575 PACKAGE_VERSION='0.4.6'
576 PACKAGE_STRING='tf4mono 0.4.6'
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
618 CFLAGS
619 LDFLAGS
620 CPPFLAGS
621 ac_ct_CC
622 EXEEXT
623 OBJEXT
624 LIBOBJS
625 LTLIBOBJS'
626 ac_subst_files=''
627 ac_precious_vars='build_alias
628 host_alias
629 target_alias
630 PKG_CONFIG
632 CFLAGS
633 LDFLAGS
634 LIBS
635 CPPFLAGS'
638 # Initialize some variables set by options.
639 ac_init_help=
640 ac_init_version=false
641 # The variables have the same names as the options, with
642 # dashes changed to underlines.
643 cache_file=/dev/null
644 exec_prefix=NONE
645 no_create=
646 no_recursion=
647 prefix=NONE
648 program_prefix=NONE
649 program_suffix=NONE
650 program_transform_name=s,x,x,
651 silent=
652 site=
653 srcdir=
654 verbose=
655 x_includes=NONE
656 x_libraries=NONE
658 # Installation directory options.
659 # These are left unexpanded so users can "make install exec_prefix=/foo"
660 # and all the variables that are supposed to be based on exec_prefix
661 # by default will actually change.
662 # Use braces instead of parens because sh, perl, etc. also accept them.
663 # (The list follows the same order as the GNU Coding Standards.)
664 bindir='${exec_prefix}/bin'
665 sbindir='${exec_prefix}/sbin'
666 libexecdir='${exec_prefix}/libexec'
667 datarootdir='${prefix}/share'
668 datadir='${datarootdir}'
669 sysconfdir='${prefix}/etc'
670 sharedstatedir='${prefix}/com'
671 localstatedir='${prefix}/var'
672 includedir='${prefix}/include'
673 oldincludedir='/usr/include'
674 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
675 infodir='${datarootdir}/info'
676 htmldir='${docdir}'
677 dvidir='${docdir}'
678 pdfdir='${docdir}'
679 psdir='${docdir}'
680 libdir='${exec_prefix}/lib'
681 localedir='${datarootdir}/locale'
682 mandir='${datarootdir}/man'
684 ac_prev=
685 ac_dashdash=
686 for ac_option
688 # If the previous option needs an argument, assign it.
689 if test -n "$ac_prev"; then
690 eval $ac_prev=\$ac_option
691 ac_prev=
692 continue
695 case $ac_option in
696 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
697 *) ac_optarg=yes ;;
698 esac
700 # Accept the important Cygnus configure options, so we can diagnose typos.
702 case $ac_dashdash$ac_option in
704 ac_dashdash=yes ;;
706 -bindir | --bindir | --bindi | --bind | --bin | --bi)
707 ac_prev=bindir ;;
708 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
709 bindir=$ac_optarg ;;
711 -build | --build | --buil | --bui | --bu)
712 ac_prev=build_alias ;;
713 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
714 build_alias=$ac_optarg ;;
716 -cache-file | --cache-file | --cache-fil | --cache-fi \
717 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
718 ac_prev=cache_file ;;
719 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
720 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
721 cache_file=$ac_optarg ;;
723 --config-cache | -C)
724 cache_file=config.cache ;;
726 -datadir | --datadir | --datadi | --datad)
727 ac_prev=datadir ;;
728 -datadir=* | --datadir=* | --datadi=* | --datad=*)
729 datadir=$ac_optarg ;;
731 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
732 | --dataroo | --dataro | --datar)
733 ac_prev=datarootdir ;;
734 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
735 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
736 datarootdir=$ac_optarg ;;
738 -disable-* | --disable-*)
739 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
740 # Reject names that are not valid shell variable names.
741 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
742 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
743 { (exit 1); exit 1; }; }
744 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
745 eval enable_$ac_feature=no ;;
747 -docdir | --docdir | --docdi | --doc | --do)
748 ac_prev=docdir ;;
749 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
750 docdir=$ac_optarg ;;
752 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
753 ac_prev=dvidir ;;
754 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
755 dvidir=$ac_optarg ;;
757 -enable-* | --enable-*)
758 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
759 # Reject names that are not valid shell variable names.
760 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
761 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
762 { (exit 1); exit 1; }; }
763 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
764 eval enable_$ac_feature=\$ac_optarg ;;
766 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
767 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
768 | --exec | --exe | --ex)
769 ac_prev=exec_prefix ;;
770 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
771 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
772 | --exec=* | --exe=* | --ex=*)
773 exec_prefix=$ac_optarg ;;
775 -gas | --gas | --ga | --g)
776 # Obsolete; use --with-gas.
777 with_gas=yes ;;
779 -help | --help | --hel | --he | -h)
780 ac_init_help=long ;;
781 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
782 ac_init_help=recursive ;;
783 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
784 ac_init_help=short ;;
786 -host | --host | --hos | --ho)
787 ac_prev=host_alias ;;
788 -host=* | --host=* | --hos=* | --ho=*)
789 host_alias=$ac_optarg ;;
791 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
792 ac_prev=htmldir ;;
793 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
794 | --ht=*)
795 htmldir=$ac_optarg ;;
797 -includedir | --includedir | --includedi | --included | --include \
798 | --includ | --inclu | --incl | --inc)
799 ac_prev=includedir ;;
800 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
801 | --includ=* | --inclu=* | --incl=* | --inc=*)
802 includedir=$ac_optarg ;;
804 -infodir | --infodir | --infodi | --infod | --info | --inf)
805 ac_prev=infodir ;;
806 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
807 infodir=$ac_optarg ;;
809 -libdir | --libdir | --libdi | --libd)
810 ac_prev=libdir ;;
811 -libdir=* | --libdir=* | --libdi=* | --libd=*)
812 libdir=$ac_optarg ;;
814 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
815 | --libexe | --libex | --libe)
816 ac_prev=libexecdir ;;
817 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
818 | --libexe=* | --libex=* | --libe=*)
819 libexecdir=$ac_optarg ;;
821 -localedir | --localedir | --localedi | --localed | --locale)
822 ac_prev=localedir ;;
823 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
824 localedir=$ac_optarg ;;
826 -localstatedir | --localstatedir | --localstatedi | --localstated \
827 | --localstate | --localstat | --localsta | --localst | --locals)
828 ac_prev=localstatedir ;;
829 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
830 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
831 localstatedir=$ac_optarg ;;
833 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
834 ac_prev=mandir ;;
835 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
836 mandir=$ac_optarg ;;
838 -nfp | --nfp | --nf)
839 # Obsolete; use --without-fp.
840 with_fp=no ;;
842 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
843 | --no-cr | --no-c | -n)
844 no_create=yes ;;
846 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
847 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
848 no_recursion=yes ;;
850 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
851 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
852 | --oldin | --oldi | --old | --ol | --o)
853 ac_prev=oldincludedir ;;
854 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
855 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
856 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
857 oldincludedir=$ac_optarg ;;
859 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
860 ac_prev=prefix ;;
861 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
862 prefix=$ac_optarg ;;
864 -program-prefix | --program-prefix | --program-prefi | --program-pref \
865 | --program-pre | --program-pr | --program-p)
866 ac_prev=program_prefix ;;
867 -program-prefix=* | --program-prefix=* | --program-prefi=* \
868 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
869 program_prefix=$ac_optarg ;;
871 -program-suffix | --program-suffix | --program-suffi | --program-suff \
872 | --program-suf | --program-su | --program-s)
873 ac_prev=program_suffix ;;
874 -program-suffix=* | --program-suffix=* | --program-suffi=* \
875 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
876 program_suffix=$ac_optarg ;;
878 -program-transform-name | --program-transform-name \
879 | --program-transform-nam | --program-transform-na \
880 | --program-transform-n | --program-transform- \
881 | --program-transform | --program-transfor \
882 | --program-transfo | --program-transf \
883 | --program-trans | --program-tran \
884 | --progr-tra | --program-tr | --program-t)
885 ac_prev=program_transform_name ;;
886 -program-transform-name=* | --program-transform-name=* \
887 | --program-transform-nam=* | --program-transform-na=* \
888 | --program-transform-n=* | --program-transform-=* \
889 | --program-transform=* | --program-transfor=* \
890 | --program-transfo=* | --program-transf=* \
891 | --program-trans=* | --program-tran=* \
892 | --progr-tra=* | --program-tr=* | --program-t=*)
893 program_transform_name=$ac_optarg ;;
895 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
896 ac_prev=pdfdir ;;
897 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
898 pdfdir=$ac_optarg ;;
900 -psdir | --psdir | --psdi | --psd | --ps)
901 ac_prev=psdir ;;
902 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
903 psdir=$ac_optarg ;;
905 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
906 | -silent | --silent | --silen | --sile | --sil)
907 silent=yes ;;
909 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
910 ac_prev=sbindir ;;
911 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
912 | --sbi=* | --sb=*)
913 sbindir=$ac_optarg ;;
915 -sharedstatedir | --sharedstatedir | --sharedstatedi \
916 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
917 | --sharedst | --shareds | --shared | --share | --shar \
918 | --sha | --sh)
919 ac_prev=sharedstatedir ;;
920 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
921 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
922 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
923 | --sha=* | --sh=*)
924 sharedstatedir=$ac_optarg ;;
926 -site | --site | --sit)
927 ac_prev=site ;;
928 -site=* | --site=* | --sit=*)
929 site=$ac_optarg ;;
931 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
932 ac_prev=srcdir ;;
933 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
934 srcdir=$ac_optarg ;;
936 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
937 | --syscon | --sysco | --sysc | --sys | --sy)
938 ac_prev=sysconfdir ;;
939 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
940 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
941 sysconfdir=$ac_optarg ;;
943 -target | --target | --targe | --targ | --tar | --ta | --t)
944 ac_prev=target_alias ;;
945 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
946 target_alias=$ac_optarg ;;
948 -v | -verbose | --verbose | --verbos | --verbo | --verb)
949 verbose=yes ;;
951 -version | --version | --versio | --versi | --vers | -V)
952 ac_init_version=: ;;
954 -with-* | --with-*)
955 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
956 # Reject names that are not valid shell variable names.
957 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
958 { echo "$as_me: error: invalid package name: $ac_package" >&2
959 { (exit 1); exit 1; }; }
960 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
961 eval with_$ac_package=\$ac_optarg ;;
963 -without-* | --without-*)
964 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
967 { echo "$as_me: error: invalid package name: $ac_package" >&2
968 { (exit 1); exit 1; }; }
969 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
970 eval with_$ac_package=no ;;
972 --x)
973 # Obsolete; use --with-x.
974 with_x=yes ;;
976 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
977 | --x-incl | --x-inc | --x-in | --x-i)
978 ac_prev=x_includes ;;
979 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
980 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
981 x_includes=$ac_optarg ;;
983 -x-libraries | --x-libraries | --x-librarie | --x-librari \
984 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
985 ac_prev=x_libraries ;;
986 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
987 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
988 x_libraries=$ac_optarg ;;
990 -*) { echo "$as_me: error: unrecognized option: $ac_option
991 Try \`$0 --help' for more information." >&2
992 { (exit 1); exit 1; }; }
995 *=*)
996 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
997 # Reject names that are not valid shell variable names.
998 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
999 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1000 { (exit 1); exit 1; }; }
1001 eval $ac_envvar=\$ac_optarg
1002 export $ac_envvar ;;
1005 # FIXME: should be removed in autoconf 3.0.
1006 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1007 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1008 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1009 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1012 esac
1013 done
1015 if test -n "$ac_prev"; then
1016 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1017 { echo "$as_me: error: missing argument to $ac_option" >&2
1018 { (exit 1); exit 1; }; }
1021 # Be sure to have absolute directory names.
1022 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1023 datadir sysconfdir sharedstatedir localstatedir includedir \
1024 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1025 libdir localedir mandir
1027 eval ac_val=\$$ac_var
1028 case $ac_val in
1029 [\\/$]* | ?:[\\/]* ) continue;;
1030 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1031 esac
1032 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1033 { (exit 1); exit 1; }; }
1034 done
1036 # There might be people who depend on the old broken behavior: `$host'
1037 # used to hold the argument of --host etc.
1038 # FIXME: To remove some day.
1039 build=$build_alias
1040 host=$host_alias
1041 target=$target_alias
1043 # FIXME: To remove some day.
1044 if test "x$host_alias" != x; then
1045 if test "x$build_alias" = x; then
1046 cross_compiling=maybe
1047 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1048 If a cross compiler is detected then cross compile mode will be used." >&2
1049 elif test "x$build_alias" != "x$host_alias"; then
1050 cross_compiling=yes
1054 ac_tool_prefix=
1055 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1057 test "$silent" = yes && exec 6>/dev/null
1060 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1061 ac_ls_di=`ls -di .` &&
1062 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1063 { echo "$as_me: error: Working directory cannot be determined" >&2
1064 { (exit 1); exit 1; }; }
1065 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1066 { echo "$as_me: error: pwd does not report name of working directory" >&2
1067 { (exit 1); exit 1; }; }
1070 # Find the source files, if location was not specified.
1071 if test -z "$srcdir"; then
1072 ac_srcdir_defaulted=yes
1073 # Try the directory containing this script, then the parent directory.
1074 ac_confdir=`$as_dirname -- "$0" ||
1075 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1076 X"$0" : 'X\(//\)[^/]' \| \
1077 X"$0" : 'X\(//\)$' \| \
1078 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1079 echo X"$0" |
1080 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1081 s//\1/
1084 /^X\(\/\/\)[^/].*/{
1085 s//\1/
1088 /^X\(\/\/\)$/{
1089 s//\1/
1092 /^X\(\/\).*/{
1093 s//\1/
1096 s/.*/./; q'`
1097 srcdir=$ac_confdir
1098 if test ! -r "$srcdir/$ac_unique_file"; then
1099 srcdir=..
1101 else
1102 ac_srcdir_defaulted=no
1104 if test ! -r "$srcdir/$ac_unique_file"; then
1105 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1106 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1107 { (exit 1); exit 1; }; }
1109 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1110 ac_abs_confdir=`(
1111 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1112 { (exit 1); exit 1; }; }
1113 pwd)`
1114 # When building in place, set srcdir=.
1115 if test "$ac_abs_confdir" = "$ac_pwd"; then
1116 srcdir=.
1118 # Remove unnecessary trailing slashes from srcdir.
1119 # Double slashes in file names in object file debugging info
1120 # mess up M-x gdb in Emacs.
1121 case $srcdir in
1122 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1123 esac
1124 for ac_var in $ac_precious_vars; do
1125 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1126 eval ac_env_${ac_var}_value=\$${ac_var}
1127 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1128 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1129 done
1132 # Report the --help message.
1134 if test "$ac_init_help" = "long"; then
1135 # Omit some internal or obsolete options to make the list less imposing.
1136 # This message is too long to be a string in the A/UX 3.1 sh.
1137 cat <<_ACEOF
1138 \`configure' configures tf4mono 0.4.6 to adapt to many kinds of systems.
1140 Usage: $0 [OPTION]... [VAR=VALUE]...
1142 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1143 VAR=VALUE. See below for descriptions of some of the useful variables.
1145 Defaults for the options are specified in brackets.
1147 Configuration:
1148 -h, --help display this help and exit
1149 --help=short display options specific to this package
1150 --help=recursive display the short help of all the included packages
1151 -V, --version display version information and exit
1152 -q, --quiet, --silent do not print \`checking...' messages
1153 --cache-file=FILE cache test results in FILE [disabled]
1154 -C, --config-cache alias for \`--cache-file=config.cache'
1155 -n, --no-create do not create output files
1156 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1158 Installation directories:
1159 --prefix=PREFIX install architecture-independent files in PREFIX
1160 [$ac_default_prefix]
1161 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1162 [PREFIX]
1164 By default, \`make install' will install all the files in
1165 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1166 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1167 for instance \`--prefix=\$HOME'.
1169 For better control, use the options below.
1171 Fine tuning of the installation directories:
1172 --bindir=DIR user executables [EPREFIX/bin]
1173 --sbindir=DIR system admin executables [EPREFIX/sbin]
1174 --libexecdir=DIR program executables [EPREFIX/libexec]
1175 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1176 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1177 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1178 --libdir=DIR object code libraries [EPREFIX/lib]
1179 --includedir=DIR C header files [PREFIX/include]
1180 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1181 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1182 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1183 --infodir=DIR info documentation [DATAROOTDIR/info]
1184 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1185 --mandir=DIR man documentation [DATAROOTDIR/man]
1186 --docdir=DIR documentation root [DATAROOTDIR/doc/tf4mono]
1187 --htmldir=DIR html documentation [DOCDIR]
1188 --dvidir=DIR dvi documentation [DOCDIR]
1189 --pdfdir=DIR pdf documentation [DOCDIR]
1190 --psdir=DIR ps documentation [DOCDIR]
1191 _ACEOF
1193 cat <<\_ACEOF
1194 _ACEOF
1197 if test -n "$ac_init_help"; then
1198 case $ac_init_help in
1199 short | recursive ) echo "Configuration of tf4mono 0.4.6:";;
1200 esac
1201 cat <<\_ACEOF
1203 Optional Features:
1204 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1205 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1206 --disable-keyring disable gnome keyring support
1208 Some influential environment variables:
1209 PKG_CONFIG path to pkg-config utility
1210 CC C compiler command
1211 CFLAGS C compiler flags
1212 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1213 nonstandard directory <lib dir>
1214 LIBS libraries to pass to the linker, e.g. -l<library>
1215 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1216 you have headers in a nonstandard directory <include dir>
1218 Use these variables to override the choices made by `configure' or to help
1219 it to find libraries and programs with nonstandard names/locations.
1221 _ACEOF
1222 ac_status=$?
1225 if test "$ac_init_help" = "recursive"; then
1226 # If there are subdirs, report their specific --help.
1227 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1228 test -d "$ac_dir" || continue
1229 ac_builddir=.
1231 case "$ac_dir" in
1232 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1234 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1235 # A ".." for each directory in $ac_dir_suffix.
1236 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1237 case $ac_top_builddir_sub in
1238 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1239 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1240 esac ;;
1241 esac
1242 ac_abs_top_builddir=$ac_pwd
1243 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1244 # for backward compatibility:
1245 ac_top_builddir=$ac_top_build_prefix
1247 case $srcdir in
1248 .) # We are building in place.
1249 ac_srcdir=.
1250 ac_top_srcdir=$ac_top_builddir_sub
1251 ac_abs_top_srcdir=$ac_pwd ;;
1252 [\\/]* | ?:[\\/]* ) # Absolute name.
1253 ac_srcdir=$srcdir$ac_dir_suffix;
1254 ac_top_srcdir=$srcdir
1255 ac_abs_top_srcdir=$srcdir ;;
1256 *) # Relative name.
1257 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1258 ac_top_srcdir=$ac_top_build_prefix$srcdir
1259 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1260 esac
1261 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1263 cd "$ac_dir" || { ac_status=$?; continue; }
1264 # Check for guested configure.
1265 if test -f "$ac_srcdir/configure.gnu"; then
1266 echo &&
1267 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1268 elif test -f "$ac_srcdir/configure"; then
1269 echo &&
1270 $SHELL "$ac_srcdir/configure" --help=recursive
1271 else
1272 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1273 fi || ac_status=$?
1274 cd "$ac_pwd" || { ac_status=$?; break; }
1275 done
1278 test -n "$ac_init_help" && exit $ac_status
1279 if $ac_init_version; then
1280 cat <<\_ACEOF
1281 tf4mono configure 0.4.6
1282 generated by GNU Autoconf 2.61
1284 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1285 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1286 This configure script is free software; the Free Software Foundation
1287 gives unlimited permission to copy, distribute and modify it.
1288 _ACEOF
1289 exit
1291 cat >config.log <<_ACEOF
1292 This file contains any messages produced by compilers while
1293 running configure, to aid debugging if configure makes a mistake.
1295 It was created by tf4mono $as_me 0.4.6, which was
1296 generated by GNU Autoconf 2.61. Invocation command line was
1298 $ $0 $@
1300 _ACEOF
1301 exec 5>>config.log
1303 cat <<_ASUNAME
1304 ## --------- ##
1305 ## Platform. ##
1306 ## --------- ##
1308 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1309 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1310 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1311 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1312 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1314 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1315 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1317 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1318 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1319 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1320 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1321 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1322 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1323 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1325 _ASUNAME
1327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1328 for as_dir in $PATH
1330 IFS=$as_save_IFS
1331 test -z "$as_dir" && as_dir=.
1332 echo "PATH: $as_dir"
1333 done
1334 IFS=$as_save_IFS
1336 } >&5
1338 cat >&5 <<_ACEOF
1341 ## ----------- ##
1342 ## Core tests. ##
1343 ## ----------- ##
1345 _ACEOF
1348 # Keep a trace of the command line.
1349 # Strip out --no-create and --no-recursion so they do not pile up.
1350 # Strip out --silent because we don't want to record it for future runs.
1351 # Also quote any args containing shell meta-characters.
1352 # Make two passes to allow for proper duplicate-argument suppression.
1353 ac_configure_args=
1354 ac_configure_args0=
1355 ac_configure_args1=
1356 ac_must_keep_next=false
1357 for ac_pass in 1 2
1359 for ac_arg
1361 case $ac_arg in
1362 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1363 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1364 | -silent | --silent | --silen | --sile | --sil)
1365 continue ;;
1366 *\'*)
1367 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1368 esac
1369 case $ac_pass in
1370 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1372 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1373 if test $ac_must_keep_next = true; then
1374 ac_must_keep_next=false # Got value, back to normal.
1375 else
1376 case $ac_arg in
1377 *=* | --config-cache | -C | -disable-* | --disable-* \
1378 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1379 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1380 | -with-* | --with-* | -without-* | --without-* | --x)
1381 case "$ac_configure_args0 " in
1382 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1383 esac
1385 -* ) ac_must_keep_next=true ;;
1386 esac
1388 ac_configure_args="$ac_configure_args '$ac_arg'"
1390 esac
1391 done
1392 done
1393 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1394 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1396 # When interrupted or exit'd, cleanup temporary files, and complete
1397 # config.log. We remove comments because anyway the quotes in there
1398 # would cause problems or look ugly.
1399 # WARNING: Use '\'' to represent an apostrophe within the trap.
1400 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1401 trap 'exit_status=$?
1402 # Save into config.log some information that might help in debugging.
1404 echo
1406 cat <<\_ASBOX
1407 ## ---------------- ##
1408 ## Cache variables. ##
1409 ## ---------------- ##
1410 _ASBOX
1411 echo
1412 # The following way of writing the cache mishandles newlines in values,
1414 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1415 eval ac_val=\$$ac_var
1416 case $ac_val in #(
1417 *${as_nl}*)
1418 case $ac_var in #(
1419 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1420 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1421 esac
1422 case $ac_var in #(
1423 _ | IFS | as_nl) ;; #(
1424 *) $as_unset $ac_var ;;
1425 esac ;;
1426 esac
1427 done
1428 (set) 2>&1 |
1429 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1430 *${as_nl}ac_space=\ *)
1431 sed -n \
1432 "s/'\''/'\''\\\\'\'''\''/g;
1433 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1434 ;; #(
1436 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1438 esac |
1439 sort
1441 echo
1443 cat <<\_ASBOX
1444 ## ----------------- ##
1445 ## Output variables. ##
1446 ## ----------------- ##
1447 _ASBOX
1448 echo
1449 for ac_var in $ac_subst_vars
1451 eval ac_val=\$$ac_var
1452 case $ac_val in
1453 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1454 esac
1455 echo "$ac_var='\''$ac_val'\''"
1456 done | sort
1457 echo
1459 if test -n "$ac_subst_files"; then
1460 cat <<\_ASBOX
1461 ## ------------------- ##
1462 ## File substitutions. ##
1463 ## ------------------- ##
1464 _ASBOX
1465 echo
1466 for ac_var in $ac_subst_files
1468 eval ac_val=\$$ac_var
1469 case $ac_val in
1470 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1471 esac
1472 echo "$ac_var='\''$ac_val'\''"
1473 done | sort
1474 echo
1477 if test -s confdefs.h; then
1478 cat <<\_ASBOX
1479 ## ----------- ##
1480 ## confdefs.h. ##
1481 ## ----------- ##
1482 _ASBOX
1483 echo
1484 cat confdefs.h
1485 echo
1487 test "$ac_signal" != 0 &&
1488 echo "$as_me: caught signal $ac_signal"
1489 echo "$as_me: exit $exit_status"
1490 } >&5
1491 rm -f core *.core core.conftest.* &&
1492 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1493 exit $exit_status
1495 for ac_signal in 1 2 13 15; do
1496 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1497 done
1498 ac_signal=0
1500 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1501 rm -f -r conftest* confdefs.h
1503 # Predefined preprocessor variables.
1505 cat >>confdefs.h <<_ACEOF
1506 #define PACKAGE_NAME "$PACKAGE_NAME"
1507 _ACEOF
1510 cat >>confdefs.h <<_ACEOF
1511 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1512 _ACEOF
1515 cat >>confdefs.h <<_ACEOF
1516 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1517 _ACEOF
1520 cat >>confdefs.h <<_ACEOF
1521 #define PACKAGE_STRING "$PACKAGE_STRING"
1522 _ACEOF
1525 cat >>confdefs.h <<_ACEOF
1526 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1527 _ACEOF
1530 # Let the site file select an alternate cache file if it wants to.
1531 # Prefer explicitly selected file to automatically selected ones.
1532 if test -n "$CONFIG_SITE"; then
1533 set x "$CONFIG_SITE"
1534 elif test "x$prefix" != xNONE; then
1535 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1536 else
1537 set x "$ac_default_prefix/share/config.site" \
1538 "$ac_default_prefix/etc/config.site"
1540 shift
1541 for ac_site_file
1543 if test -r "$ac_site_file"; then
1544 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1545 echo "$as_me: loading site script $ac_site_file" >&6;}
1546 sed 's/^/| /' "$ac_site_file" >&5
1547 . "$ac_site_file"
1549 done
1551 if test -r "$cache_file"; then
1552 # Some versions of bash will fail to source /dev/null (special
1553 # files actually), so we avoid doing that.
1554 if test -f "$cache_file"; then
1555 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1556 echo "$as_me: loading cache $cache_file" >&6;}
1557 case $cache_file in
1558 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1559 *) . "./$cache_file";;
1560 esac
1562 else
1563 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1564 echo "$as_me: creating cache $cache_file" >&6;}
1565 >$cache_file
1568 # Check that the precious variables saved in the cache have kept the same
1569 # value.
1570 ac_cache_corrupted=false
1571 for ac_var in $ac_precious_vars; do
1572 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1573 eval ac_new_set=\$ac_env_${ac_var}_set
1574 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1575 eval ac_new_val=\$ac_env_${ac_var}_value
1576 case $ac_old_set,$ac_new_set in
1577 set,)
1578 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1579 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1580 ac_cache_corrupted=: ;;
1581 ,set)
1582 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1583 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1584 ac_cache_corrupted=: ;;
1585 ,);;
1587 if test "x$ac_old_val" != "x$ac_new_val"; then
1588 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1589 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1590 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1591 echo "$as_me: former value: $ac_old_val" >&2;}
1592 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1593 echo "$as_me: current value: $ac_new_val" >&2;}
1594 ac_cache_corrupted=:
1595 fi;;
1596 esac
1597 # Pass precious variables to config.status.
1598 if test "$ac_new_set" = set; then
1599 case $ac_new_val in
1600 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1601 *) ac_arg=$ac_var=$ac_new_val ;;
1602 esac
1603 case " $ac_configure_args " in
1604 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1605 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1606 esac
1608 done
1609 if $ac_cache_corrupted; then
1610 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1611 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1612 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1613 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1614 { (exit 1); exit 1; }; }
1641 ac_ext=c
1642 ac_cpp='$CPP $CPPFLAGS'
1643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1649 # disable this experimental stuff for now
1652 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1653 if test -n "$ac_tool_prefix"; then
1654 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1655 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1656 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1658 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1659 echo $ECHO_N "(cached) $ECHO_C" >&6
1660 else
1661 case $PKG_CONFIG in
1662 [\\/]* | ?:[\\/]*)
1663 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1667 for as_dir in $PATH
1669 IFS=$as_save_IFS
1670 test -z "$as_dir" && as_dir=.
1671 for ac_exec_ext in '' $ac_executable_extensions; do
1672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1673 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1675 break 2
1677 done
1678 done
1679 IFS=$as_save_IFS
1682 esac
1684 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1685 if test -n "$PKG_CONFIG"; then
1686 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1687 echo "${ECHO_T}$PKG_CONFIG" >&6; }
1688 else
1689 { echo "$as_me:$LINENO: result: no" >&5
1690 echo "${ECHO_T}no" >&6; }
1695 if test -z "$ac_cv_path_PKG_CONFIG"; then
1696 ac_pt_PKG_CONFIG=$PKG_CONFIG
1697 # Extract the first word of "pkg-config", so it can be a program name with args.
1698 set dummy pkg-config; ac_word=$2
1699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1701 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1702 echo $ECHO_N "(cached) $ECHO_C" >&6
1703 else
1704 case $ac_pt_PKG_CONFIG in
1705 [\\/]* | ?:[\\/]*)
1706 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710 for as_dir in $PATH
1712 IFS=$as_save_IFS
1713 test -z "$as_dir" && as_dir=.
1714 for ac_exec_ext in '' $ac_executable_extensions; do
1715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1716 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1718 break 2
1720 done
1721 done
1722 IFS=$as_save_IFS
1725 esac
1727 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1728 if test -n "$ac_pt_PKG_CONFIG"; then
1729 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1730 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1731 else
1732 { echo "$as_me:$LINENO: result: no" >&5
1733 echo "${ECHO_T}no" >&6; }
1736 if test "x$ac_pt_PKG_CONFIG" = x; then
1737 PKG_CONFIG=""
1738 else
1739 case $cross_compiling:$ac_tool_warned in
1740 yes:)
1741 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1742 whose name does not start with the host triplet. If you think this
1743 configuration is useful to you, please write to autoconf@gnu.org." >&5
1744 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1745 whose name does not start with the host triplet. If you think this
1746 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1747 ac_tool_warned=yes ;;
1748 esac
1749 PKG_CONFIG=$ac_pt_PKG_CONFIG
1751 else
1752 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1756 if test -n "$PKG_CONFIG"; then
1757 _pkg_min_version=0.9.0
1758 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1759 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1760 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1761 { echo "$as_me:$LINENO: result: yes" >&5
1762 echo "${ECHO_T}yes" >&6; }
1763 else
1764 { echo "$as_me:$LINENO: result: no" >&5
1765 echo "${ECHO_T}no" >&6; }
1766 PKG_CONFIG=""
1770 if test -n "$PKG_CONFIG" && \
1771 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0\"") >&5
1772 ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0") 2>&5
1773 ac_status=$?
1774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1775 (exit $ac_status); }; then
1776 HAVE_GLADE=no
1777 else
1778 HAVE_GLADE=no
1780 if test -n "$PKG_CONFIG" && \
1781 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodevelop\"") >&5
1782 ($PKG_CONFIG --exists --print-errors "monodevelop") 2>&5
1783 ac_status=$?
1784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1785 (exit $ac_status); }; then
1786 HAVE_MD=no
1787 else
1788 HAVE_MD=no
1791 # Check whether --enable-keyring was given.
1792 if test "${enable_keyring+set}" = set; then
1793 enableval=$enable_keyring; HAVE_GNOME_KEYRING=no
1794 else
1795 if test -n "$PKG_CONFIG" && \
1796 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-keyring-sharp\"") >&5
1797 ($PKG_CONFIG --exists --print-errors "gnome-keyring-sharp") 2>&5
1798 ac_status=$?
1799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1800 (exit $ac_status); }; then
1801 HAVE_GNOME_KEYRING=yes
1802 else
1803 HAVE_GNOME_KEYRING=no
1809 MONO_VERSION=`pkg-config --modversion mono`
1810 MD_LIBPATH=`pkg-config monodevelop --variable libdir`
1812 ac_ext=c
1813 ac_cpp='$CPP $CPPFLAGS'
1814 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1815 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1816 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1817 if test -n "$ac_tool_prefix"; then
1818 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1819 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1820 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1821 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1822 if test "${ac_cv_prog_CC+set}" = set; then
1823 echo $ECHO_N "(cached) $ECHO_C" >&6
1824 else
1825 if test -n "$CC"; then
1826 ac_cv_prog_CC="$CC" # Let the user override the test.
1827 else
1828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1829 for as_dir in $PATH
1831 IFS=$as_save_IFS
1832 test -z "$as_dir" && as_dir=.
1833 for ac_exec_ext in '' $ac_executable_extensions; do
1834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1835 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1836 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1837 break 2
1839 done
1840 done
1841 IFS=$as_save_IFS
1845 CC=$ac_cv_prog_CC
1846 if test -n "$CC"; then
1847 { echo "$as_me:$LINENO: result: $CC" >&5
1848 echo "${ECHO_T}$CC" >&6; }
1849 else
1850 { echo "$as_me:$LINENO: result: no" >&5
1851 echo "${ECHO_T}no" >&6; }
1856 if test -z "$ac_cv_prog_CC"; then
1857 ac_ct_CC=$CC
1858 # Extract the first word of "gcc", so it can be a program name with args.
1859 set dummy gcc; ac_word=$2
1860 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1862 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1863 echo $ECHO_N "(cached) $ECHO_C" >&6
1864 else
1865 if test -n "$ac_ct_CC"; then
1866 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1867 else
1868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1869 for as_dir in $PATH
1871 IFS=$as_save_IFS
1872 test -z "$as_dir" && as_dir=.
1873 for ac_exec_ext in '' $ac_executable_extensions; do
1874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1875 ac_cv_prog_ac_ct_CC="gcc"
1876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1877 break 2
1879 done
1880 done
1881 IFS=$as_save_IFS
1885 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1886 if test -n "$ac_ct_CC"; then
1887 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1888 echo "${ECHO_T}$ac_ct_CC" >&6; }
1889 else
1890 { echo "$as_me:$LINENO: result: no" >&5
1891 echo "${ECHO_T}no" >&6; }
1894 if test "x$ac_ct_CC" = x; then
1895 CC=""
1896 else
1897 case $cross_compiling:$ac_tool_warned in
1898 yes:)
1899 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1900 whose name does not start with the host triplet. If you think this
1901 configuration is useful to you, please write to autoconf@gnu.org." >&5
1902 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1903 whose name does not start with the host triplet. If you think this
1904 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1905 ac_tool_warned=yes ;;
1906 esac
1907 CC=$ac_ct_CC
1909 else
1910 CC="$ac_cv_prog_CC"
1913 if test -z "$CC"; then
1914 if test -n "$ac_tool_prefix"; then
1915 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1916 set dummy ${ac_tool_prefix}cc; ac_word=$2
1917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1919 if test "${ac_cv_prog_CC+set}" = set; then
1920 echo $ECHO_N "(cached) $ECHO_C" >&6
1921 else
1922 if test -n "$CC"; then
1923 ac_cv_prog_CC="$CC" # Let the user override the test.
1924 else
1925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1926 for as_dir in $PATH
1928 IFS=$as_save_IFS
1929 test -z "$as_dir" && as_dir=.
1930 for ac_exec_ext in '' $ac_executable_extensions; do
1931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1932 ac_cv_prog_CC="${ac_tool_prefix}cc"
1933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1934 break 2
1936 done
1937 done
1938 IFS=$as_save_IFS
1942 CC=$ac_cv_prog_CC
1943 if test -n "$CC"; then
1944 { echo "$as_me:$LINENO: result: $CC" >&5
1945 echo "${ECHO_T}$CC" >&6; }
1946 else
1947 { echo "$as_me:$LINENO: result: no" >&5
1948 echo "${ECHO_T}no" >&6; }
1954 if test -z "$CC"; then
1955 # Extract the first word of "cc", so it can be a program name with args.
1956 set dummy cc; ac_word=$2
1957 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1959 if test "${ac_cv_prog_CC+set}" = set; then
1960 echo $ECHO_N "(cached) $ECHO_C" >&6
1961 else
1962 if test -n "$CC"; then
1963 ac_cv_prog_CC="$CC" # Let the user override the test.
1964 else
1965 ac_prog_rejected=no
1966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1967 for as_dir in $PATH
1969 IFS=$as_save_IFS
1970 test -z "$as_dir" && as_dir=.
1971 for ac_exec_ext in '' $ac_executable_extensions; do
1972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1973 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1974 ac_prog_rejected=yes
1975 continue
1977 ac_cv_prog_CC="cc"
1978 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1979 break 2
1981 done
1982 done
1983 IFS=$as_save_IFS
1985 if test $ac_prog_rejected = yes; then
1986 # We found a bogon in the path, so make sure we never use it.
1987 set dummy $ac_cv_prog_CC
1988 shift
1989 if test $# != 0; then
1990 # We chose a different compiler from the bogus one.
1991 # However, it has the same basename, so the bogon will be chosen
1992 # first if we set CC to just the basename; use the full file name.
1993 shift
1994 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1999 CC=$ac_cv_prog_CC
2000 if test -n "$CC"; then
2001 { echo "$as_me:$LINENO: result: $CC" >&5
2002 echo "${ECHO_T}$CC" >&6; }
2003 else
2004 { echo "$as_me:$LINENO: result: no" >&5
2005 echo "${ECHO_T}no" >&6; }
2010 if test -z "$CC"; then
2011 if test -n "$ac_tool_prefix"; then
2012 for ac_prog in cl.exe
2014 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2015 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2016 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2018 if test "${ac_cv_prog_CC+set}" = set; then
2019 echo $ECHO_N "(cached) $ECHO_C" >&6
2020 else
2021 if test -n "$CC"; then
2022 ac_cv_prog_CC="$CC" # Let the user override the test.
2023 else
2024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2025 for as_dir in $PATH
2027 IFS=$as_save_IFS
2028 test -z "$as_dir" && as_dir=.
2029 for ac_exec_ext in '' $ac_executable_extensions; do
2030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2031 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2033 break 2
2035 done
2036 done
2037 IFS=$as_save_IFS
2041 CC=$ac_cv_prog_CC
2042 if test -n "$CC"; then
2043 { echo "$as_me:$LINENO: result: $CC" >&5
2044 echo "${ECHO_T}$CC" >&6; }
2045 else
2046 { echo "$as_me:$LINENO: result: no" >&5
2047 echo "${ECHO_T}no" >&6; }
2051 test -n "$CC" && break
2052 done
2054 if test -z "$CC"; then
2055 ac_ct_CC=$CC
2056 for ac_prog in cl.exe
2058 # Extract the first word of "$ac_prog", so it can be a program name with args.
2059 set dummy $ac_prog; ac_word=$2
2060 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2062 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2063 echo $ECHO_N "(cached) $ECHO_C" >&6
2064 else
2065 if test -n "$ac_ct_CC"; then
2066 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2067 else
2068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2069 for as_dir in $PATH
2071 IFS=$as_save_IFS
2072 test -z "$as_dir" && as_dir=.
2073 for ac_exec_ext in '' $ac_executable_extensions; do
2074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2075 ac_cv_prog_ac_ct_CC="$ac_prog"
2076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2077 break 2
2079 done
2080 done
2081 IFS=$as_save_IFS
2085 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2086 if test -n "$ac_ct_CC"; then
2087 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2088 echo "${ECHO_T}$ac_ct_CC" >&6; }
2089 else
2090 { echo "$as_me:$LINENO: result: no" >&5
2091 echo "${ECHO_T}no" >&6; }
2095 test -n "$ac_ct_CC" && break
2096 done
2098 if test "x$ac_ct_CC" = x; then
2099 CC=""
2100 else
2101 case $cross_compiling:$ac_tool_warned in
2102 yes:)
2103 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2104 whose name does not start with the host triplet. If you think this
2105 configuration is useful to you, please write to autoconf@gnu.org." >&5
2106 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2107 whose name does not start with the host triplet. If you think this
2108 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2109 ac_tool_warned=yes ;;
2110 esac
2111 CC=$ac_ct_CC
2118 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2119 See \`config.log' for more details." >&5
2120 echo "$as_me: error: no acceptable C compiler found in \$PATH
2121 See \`config.log' for more details." >&2;}
2122 { (exit 1); exit 1; }; }
2124 # Provide some information about the compiler.
2125 echo "$as_me:$LINENO: checking for C compiler version" >&5
2126 ac_compiler=`set X $ac_compile; echo $2`
2127 { (ac_try="$ac_compiler --version >&5"
2128 case "(($ac_try" in
2129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2130 *) ac_try_echo=$ac_try;;
2131 esac
2132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2133 (eval "$ac_compiler --version >&5") 2>&5
2134 ac_status=$?
2135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2136 (exit $ac_status); }
2137 { (ac_try="$ac_compiler -v >&5"
2138 case "(($ac_try" in
2139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2140 *) ac_try_echo=$ac_try;;
2141 esac
2142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2143 (eval "$ac_compiler -v >&5") 2>&5
2144 ac_status=$?
2145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2146 (exit $ac_status); }
2147 { (ac_try="$ac_compiler -V >&5"
2148 case "(($ac_try" in
2149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2150 *) ac_try_echo=$ac_try;;
2151 esac
2152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2153 (eval "$ac_compiler -V >&5") 2>&5
2154 ac_status=$?
2155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156 (exit $ac_status); }
2158 cat >conftest.$ac_ext <<_ACEOF
2159 /* confdefs.h. */
2160 _ACEOF
2161 cat confdefs.h >>conftest.$ac_ext
2162 cat >>conftest.$ac_ext <<_ACEOF
2163 /* end confdefs.h. */
2166 main ()
2170 return 0;
2172 _ACEOF
2173 ac_clean_files_save=$ac_clean_files
2174 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2175 # Try to create an executable without -o first, disregard a.out.
2176 # It will help us diagnose broken compilers, and finding out an intuition
2177 # of exeext.
2178 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2179 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2180 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2182 # List of possible output files, starting from the most likely.
2183 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2184 # only as a last resort. b.out is created by i960 compilers.
2185 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2187 # The IRIX 6 linker writes into existing files which may not be
2188 # executable, retaining their permissions. Remove them first so a
2189 # subsequent execution test works.
2190 ac_rmfiles=
2191 for ac_file in $ac_files
2193 case $ac_file in
2194 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2195 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2196 esac
2197 done
2198 rm -f $ac_rmfiles
2200 if { (ac_try="$ac_link_default"
2201 case "(($ac_try" in
2202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2203 *) ac_try_echo=$ac_try;;
2204 esac
2205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2206 (eval "$ac_link_default") 2>&5
2207 ac_status=$?
2208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2209 (exit $ac_status); }; then
2210 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2211 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2212 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2213 # so that the user can short-circuit this test for compilers unknown to
2214 # Autoconf.
2215 for ac_file in $ac_files ''
2217 test -f "$ac_file" || continue
2218 case $ac_file in
2219 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2221 [ab].out )
2222 # We found the default executable, but exeext='' is most
2223 # certainly right.
2224 break;;
2225 *.* )
2226 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2227 then :; else
2228 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2230 # We set ac_cv_exeext here because the later test for it is not
2231 # safe: cross compilers may not add the suffix if given an `-o'
2232 # argument, so we may need to know it at that point already.
2233 # Even if this section looks crufty: it has the advantage of
2234 # actually working.
2235 break;;
2237 break;;
2238 esac
2239 done
2240 test "$ac_cv_exeext" = no && ac_cv_exeext=
2242 else
2243 ac_file=''
2246 { echo "$as_me:$LINENO: result: $ac_file" >&5
2247 echo "${ECHO_T}$ac_file" >&6; }
2248 if test -z "$ac_file"; then
2249 echo "$as_me: failed program was:" >&5
2250 sed 's/^/| /' conftest.$ac_ext >&5
2252 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2253 See \`config.log' for more details." >&5
2254 echo "$as_me: error: C compiler cannot create executables
2255 See \`config.log' for more details." >&2;}
2256 { (exit 77); exit 77; }; }
2259 ac_exeext=$ac_cv_exeext
2261 # Check that the compiler produces executables we can run. If not, either
2262 # the compiler is broken, or we cross compile.
2263 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2264 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2265 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2266 # If not cross compiling, check that we can run a simple program.
2267 if test "$cross_compiling" != yes; then
2268 if { ac_try='./$ac_file'
2269 { (case "(($ac_try" in
2270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2271 *) ac_try_echo=$ac_try;;
2272 esac
2273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2274 (eval "$ac_try") 2>&5
2275 ac_status=$?
2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277 (exit $ac_status); }; }; then
2278 cross_compiling=no
2279 else
2280 if test "$cross_compiling" = maybe; then
2281 cross_compiling=yes
2282 else
2283 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2284 If you meant to cross compile, use \`--host'.
2285 See \`config.log' for more details." >&5
2286 echo "$as_me: error: cannot run C compiled programs.
2287 If you meant to cross compile, use \`--host'.
2288 See \`config.log' for more details." >&2;}
2289 { (exit 1); exit 1; }; }
2293 { echo "$as_me:$LINENO: result: yes" >&5
2294 echo "${ECHO_T}yes" >&6; }
2296 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2297 ac_clean_files=$ac_clean_files_save
2298 # Check that the compiler produces executables we can run. If not, either
2299 # the compiler is broken, or we cross compile.
2300 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2301 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2302 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2303 echo "${ECHO_T}$cross_compiling" >&6; }
2305 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2306 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2307 if { (ac_try="$ac_link"
2308 case "(($ac_try" in
2309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2310 *) ac_try_echo=$ac_try;;
2311 esac
2312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2313 (eval "$ac_link") 2>&5
2314 ac_status=$?
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); }; then
2317 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2318 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2319 # work properly (i.e., refer to `conftest.exe'), while it won't with
2320 # `rm'.
2321 for ac_file in conftest.exe conftest conftest.*; do
2322 test -f "$ac_file" || continue
2323 case $ac_file in
2324 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2325 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2326 break;;
2327 * ) break;;
2328 esac
2329 done
2330 else
2331 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2332 See \`config.log' for more details." >&5
2333 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2334 See \`config.log' for more details." >&2;}
2335 { (exit 1); exit 1; }; }
2338 rm -f conftest$ac_cv_exeext
2339 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2340 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2342 rm -f conftest.$ac_ext
2343 EXEEXT=$ac_cv_exeext
2344 ac_exeext=$EXEEXT
2345 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2346 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2347 if test "${ac_cv_objext+set}" = set; then
2348 echo $ECHO_N "(cached) $ECHO_C" >&6
2349 else
2350 cat >conftest.$ac_ext <<_ACEOF
2351 /* confdefs.h. */
2352 _ACEOF
2353 cat confdefs.h >>conftest.$ac_ext
2354 cat >>conftest.$ac_ext <<_ACEOF
2355 /* end confdefs.h. */
2358 main ()
2362 return 0;
2364 _ACEOF
2365 rm -f conftest.o conftest.obj
2366 if { (ac_try="$ac_compile"
2367 case "(($ac_try" in
2368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2369 *) ac_try_echo=$ac_try;;
2370 esac
2371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2372 (eval "$ac_compile") 2>&5
2373 ac_status=$?
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); }; then
2376 for ac_file in conftest.o conftest.obj conftest.*; do
2377 test -f "$ac_file" || continue;
2378 case $ac_file in
2379 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2380 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2381 break;;
2382 esac
2383 done
2384 else
2385 echo "$as_me: failed program was:" >&5
2386 sed 's/^/| /' conftest.$ac_ext >&5
2388 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2389 See \`config.log' for more details." >&5
2390 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2391 See \`config.log' for more details." >&2;}
2392 { (exit 1); exit 1; }; }
2395 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2397 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2398 echo "${ECHO_T}$ac_cv_objext" >&6; }
2399 OBJEXT=$ac_cv_objext
2400 ac_objext=$OBJEXT
2401 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2402 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2403 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2404 echo $ECHO_N "(cached) $ECHO_C" >&6
2405 else
2406 cat >conftest.$ac_ext <<_ACEOF
2407 /* confdefs.h. */
2408 _ACEOF
2409 cat confdefs.h >>conftest.$ac_ext
2410 cat >>conftest.$ac_ext <<_ACEOF
2411 /* end confdefs.h. */
2414 main ()
2416 #ifndef __GNUC__
2417 choke me
2418 #endif
2421 return 0;
2423 _ACEOF
2424 rm -f conftest.$ac_objext
2425 if { (ac_try="$ac_compile"
2426 case "(($ac_try" in
2427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2428 *) ac_try_echo=$ac_try;;
2429 esac
2430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2431 (eval "$ac_compile") 2>conftest.er1
2432 ac_status=$?
2433 grep -v '^ *+' conftest.er1 >conftest.err
2434 rm -f conftest.er1
2435 cat conftest.err >&5
2436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2437 (exit $ac_status); } && {
2438 test -z "$ac_c_werror_flag" ||
2439 test ! -s conftest.err
2440 } && test -s conftest.$ac_objext; then
2441 ac_compiler_gnu=yes
2442 else
2443 echo "$as_me: failed program was:" >&5
2444 sed 's/^/| /' conftest.$ac_ext >&5
2446 ac_compiler_gnu=no
2449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2450 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2453 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2454 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2455 GCC=`test $ac_compiler_gnu = yes && echo yes`
2456 ac_test_CFLAGS=${CFLAGS+set}
2457 ac_save_CFLAGS=$CFLAGS
2458 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2459 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2460 if test "${ac_cv_prog_cc_g+set}" = set; then
2461 echo $ECHO_N "(cached) $ECHO_C" >&6
2462 else
2463 ac_save_c_werror_flag=$ac_c_werror_flag
2464 ac_c_werror_flag=yes
2465 ac_cv_prog_cc_g=no
2466 CFLAGS="-g"
2467 cat >conftest.$ac_ext <<_ACEOF
2468 /* confdefs.h. */
2469 _ACEOF
2470 cat confdefs.h >>conftest.$ac_ext
2471 cat >>conftest.$ac_ext <<_ACEOF
2472 /* end confdefs.h. */
2475 main ()
2479 return 0;
2481 _ACEOF
2482 rm -f conftest.$ac_objext
2483 if { (ac_try="$ac_compile"
2484 case "(($ac_try" in
2485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2486 *) ac_try_echo=$ac_try;;
2487 esac
2488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2489 (eval "$ac_compile") 2>conftest.er1
2490 ac_status=$?
2491 grep -v '^ *+' conftest.er1 >conftest.err
2492 rm -f conftest.er1
2493 cat conftest.err >&5
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); } && {
2496 test -z "$ac_c_werror_flag" ||
2497 test ! -s conftest.err
2498 } && test -s conftest.$ac_objext; then
2499 ac_cv_prog_cc_g=yes
2500 else
2501 echo "$as_me: failed program was:" >&5
2502 sed 's/^/| /' conftest.$ac_ext >&5
2504 CFLAGS=""
2505 cat >conftest.$ac_ext <<_ACEOF
2506 /* confdefs.h. */
2507 _ACEOF
2508 cat confdefs.h >>conftest.$ac_ext
2509 cat >>conftest.$ac_ext <<_ACEOF
2510 /* end confdefs.h. */
2513 main ()
2517 return 0;
2519 _ACEOF
2520 rm -f conftest.$ac_objext
2521 if { (ac_try="$ac_compile"
2522 case "(($ac_try" in
2523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2524 *) ac_try_echo=$ac_try;;
2525 esac
2526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2527 (eval "$ac_compile") 2>conftest.er1
2528 ac_status=$?
2529 grep -v '^ *+' conftest.er1 >conftest.err
2530 rm -f conftest.er1
2531 cat conftest.err >&5
2532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533 (exit $ac_status); } && {
2534 test -z "$ac_c_werror_flag" ||
2535 test ! -s conftest.err
2536 } && test -s conftest.$ac_objext; then
2538 else
2539 echo "$as_me: failed program was:" >&5
2540 sed 's/^/| /' conftest.$ac_ext >&5
2542 ac_c_werror_flag=$ac_save_c_werror_flag
2543 CFLAGS="-g"
2544 cat >conftest.$ac_ext <<_ACEOF
2545 /* confdefs.h. */
2546 _ACEOF
2547 cat confdefs.h >>conftest.$ac_ext
2548 cat >>conftest.$ac_ext <<_ACEOF
2549 /* end confdefs.h. */
2552 main ()
2556 return 0;
2558 _ACEOF
2559 rm -f conftest.$ac_objext
2560 if { (ac_try="$ac_compile"
2561 case "(($ac_try" in
2562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2563 *) ac_try_echo=$ac_try;;
2564 esac
2565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2566 (eval "$ac_compile") 2>conftest.er1
2567 ac_status=$?
2568 grep -v '^ *+' conftest.er1 >conftest.err
2569 rm -f conftest.er1
2570 cat conftest.err >&5
2571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2572 (exit $ac_status); } && {
2573 test -z "$ac_c_werror_flag" ||
2574 test ! -s conftest.err
2575 } && test -s conftest.$ac_objext; then
2576 ac_cv_prog_cc_g=yes
2577 else
2578 echo "$as_me: failed program was:" >&5
2579 sed 's/^/| /' conftest.$ac_ext >&5
2584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2591 ac_c_werror_flag=$ac_save_c_werror_flag
2593 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2594 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2595 if test "$ac_test_CFLAGS" = set; then
2596 CFLAGS=$ac_save_CFLAGS
2597 elif test $ac_cv_prog_cc_g = yes; then
2598 if test "$GCC" = yes; then
2599 CFLAGS="-g -O2"
2600 else
2601 CFLAGS="-g"
2603 else
2604 if test "$GCC" = yes; then
2605 CFLAGS="-O2"
2606 else
2607 CFLAGS=
2610 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2611 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2612 if test "${ac_cv_prog_cc_c89+set}" = set; then
2613 echo $ECHO_N "(cached) $ECHO_C" >&6
2614 else
2615 ac_cv_prog_cc_c89=no
2616 ac_save_CC=$CC
2617 cat >conftest.$ac_ext <<_ACEOF
2618 /* confdefs.h. */
2619 _ACEOF
2620 cat confdefs.h >>conftest.$ac_ext
2621 cat >>conftest.$ac_ext <<_ACEOF
2622 /* end confdefs.h. */
2623 #include <stdarg.h>
2624 #include <stdio.h>
2625 #include <sys/types.h>
2626 #include <sys/stat.h>
2627 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2628 struct buf { int x; };
2629 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2630 static char *e (p, i)
2631 char **p;
2632 int i;
2634 return p[i];
2636 static char *f (char * (*g) (char **, int), char **p, ...)
2638 char *s;
2639 va_list v;
2640 va_start (v,p);
2641 s = g (p, va_arg (v,int));
2642 va_end (v);
2643 return s;
2646 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2647 function prototypes and stuff, but not '\xHH' hex character constants.
2648 These don't provoke an error unfortunately, instead are silently treated
2649 as 'x'. The following induces an error, until -std is added to get
2650 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2651 array size at least. It's necessary to write '\x00'==0 to get something
2652 that's true only with -std. */
2653 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2655 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2656 inside strings and character constants. */
2657 #define FOO(x) 'x'
2658 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2660 int test (int i, double x);
2661 struct s1 {int (*f) (int a);};
2662 struct s2 {int (*f) (double a);};
2663 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2664 int argc;
2665 char **argv;
2667 main ()
2669 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2671 return 0;
2673 _ACEOF
2674 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2675 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2677 CC="$ac_save_CC $ac_arg"
2678 rm -f conftest.$ac_objext
2679 if { (ac_try="$ac_compile"
2680 case "(($ac_try" in
2681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2682 *) ac_try_echo=$ac_try;;
2683 esac
2684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2685 (eval "$ac_compile") 2>conftest.er1
2686 ac_status=$?
2687 grep -v '^ *+' conftest.er1 >conftest.err
2688 rm -f conftest.er1
2689 cat conftest.err >&5
2690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2691 (exit $ac_status); } && {
2692 test -z "$ac_c_werror_flag" ||
2693 test ! -s conftest.err
2694 } && test -s conftest.$ac_objext; then
2695 ac_cv_prog_cc_c89=$ac_arg
2696 else
2697 echo "$as_me: failed program was:" >&5
2698 sed 's/^/| /' conftest.$ac_ext >&5
2703 rm -f core conftest.err conftest.$ac_objext
2704 test "x$ac_cv_prog_cc_c89" != "xno" && break
2705 done
2706 rm -f conftest.$ac_ext
2707 CC=$ac_save_CC
2710 # AC_CACHE_VAL
2711 case "x$ac_cv_prog_cc_c89" in
2713 { echo "$as_me:$LINENO: result: none needed" >&5
2714 echo "${ECHO_T}none needed" >&6; } ;;
2715 xno)
2716 { echo "$as_me:$LINENO: result: unsupported" >&5
2717 echo "${ECHO_T}unsupported" >&6; } ;;
2719 CC="$CC $ac_cv_prog_cc_c89"
2720 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2721 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2722 esac
2725 ac_ext=c
2726 ac_cpp='$CPP $CPPFLAGS'
2727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2732 { echo "$as_me:$LINENO: checking for magic_open in -lmagic" >&5
2733 echo $ECHO_N "checking for magic_open in -lmagic... $ECHO_C" >&6; }
2734 if test "${ac_cv_lib_magic_magic_open+set}" = set; then
2735 echo $ECHO_N "(cached) $ECHO_C" >&6
2736 else
2737 ac_check_lib_save_LIBS=$LIBS
2738 LIBS="-lmagic $LIBS"
2739 cat >conftest.$ac_ext <<_ACEOF
2740 /* confdefs.h. */
2741 _ACEOF
2742 cat confdefs.h >>conftest.$ac_ext
2743 cat >>conftest.$ac_ext <<_ACEOF
2744 /* end confdefs.h. */
2746 /* Override any GCC internal prototype to avoid an error.
2747 Use char because int might match the return type of a GCC
2748 builtin and then its argument prototype would still apply. */
2749 #ifdef __cplusplus
2750 extern "C"
2751 #endif
2752 char magic_open ();
2754 main ()
2756 return magic_open ();
2758 return 0;
2760 _ACEOF
2761 rm -f conftest.$ac_objext conftest$ac_exeext
2762 if { (ac_try="$ac_link"
2763 case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766 esac
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_link") 2>conftest.er1
2769 ac_status=$?
2770 grep -v '^ *+' conftest.er1 >conftest.err
2771 rm -f conftest.er1
2772 cat conftest.err >&5
2773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2774 (exit $ac_status); } && {
2775 test -z "$ac_c_werror_flag" ||
2776 test ! -s conftest.err
2777 } && test -s conftest$ac_exeext &&
2778 $as_test_x conftest$ac_exeext; then
2779 ac_cv_lib_magic_magic_open=yes
2780 else
2781 echo "$as_me: failed program was:" >&5
2782 sed 's/^/| /' conftest.$ac_ext >&5
2784 ac_cv_lib_magic_magic_open=no
2787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2788 conftest$ac_exeext conftest.$ac_ext
2789 LIBS=$ac_check_lib_save_LIBS
2791 { echo "$as_me:$LINENO: result: $ac_cv_lib_magic_magic_open" >&5
2792 echo "${ECHO_T}$ac_cv_lib_magic_magic_open" >&6; }
2793 if test $ac_cv_lib_magic_magic_open = yes; then
2794 HAVE_MAGIC=yes
2795 else
2796 HAVE_MAGIC=no
2800 if test "x$prefix" = "xNONE"; then
2801 prefix=/usr/local
2804 # assume on windows for now
2805 if test "x$MONO_VERSION" = "x"; then
2806 MONO_VERSION=csc-2.0
2809 echo "prefix=$prefix" > build/config.make
2810 echo "exec_prefix=\${prefix}" >> build/config.make
2811 echo "mono_libdir=\${exec_prefix}/lib" >> build/config.make
2812 echo "RUNTIME=mono" >> build/config.make
2813 echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> build/config.make
2814 echo "MONO_VERSION=$MONO_VERSION" >> build/config.make
2815 echo "MONODEVELOP_LIBPATH=$MD_LIBPATH" >> build/config.make
2816 echo "MCS_FLAGS=-debug+" >> build/config.make
2817 echo "HAVE_GLADE=$HAVE_GLADE" >> build/config.make
2818 echo "HAVE_MAGIC=$HAVE_MAGIC" >> build/config.make
2819 echo "HAVE_MONODEVELOP=$HAVE_MD" >> build/config.make
2820 echo "HAVE_GNOME_KEYRING=$HAVE_GNOME_KEYRING" >> build/config.make
2822 ac_config_files="$ac_config_files tools/tf/tf.sh"
2825 cat >confcache <<\_ACEOF
2826 # This file is a shell script that caches the results of configure
2827 # tests run on this system so they can be shared between configure
2828 # scripts and configure runs, see configure's option --config-cache.
2829 # It is not useful on other systems. If it contains results you don't
2830 # want to keep, you may remove or edit it.
2832 # config.status only pays attention to the cache file if you give it
2833 # the --recheck option to rerun configure.
2835 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2836 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2837 # following values.
2839 _ACEOF
2841 # The following way of writing the cache mishandles newlines in values,
2842 # but we know of no workaround that is simple, portable, and efficient.
2843 # So, we kill variables containing newlines.
2844 # Ultrix sh set writes to stderr and can't be redirected directly,
2845 # and sets the high bit in the cache file unless we assign to the vars.
2847 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2848 eval ac_val=\$$ac_var
2849 case $ac_val in #(
2850 *${as_nl}*)
2851 case $ac_var in #(
2852 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2853 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2854 esac
2855 case $ac_var in #(
2856 _ | IFS | as_nl) ;; #(
2857 *) $as_unset $ac_var ;;
2858 esac ;;
2859 esac
2860 done
2862 (set) 2>&1 |
2863 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2864 *${as_nl}ac_space=\ *)
2865 # `set' does not quote correctly, so add quotes (double-quote
2866 # substitution turns \\\\ into \\, and sed turns \\ into \).
2867 sed -n \
2868 "s/'/'\\\\''/g;
2869 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2870 ;; #(
2872 # `set' quotes correctly as required by POSIX, so do not add quotes.
2873 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2875 esac |
2876 sort
2878 sed '
2879 /^ac_cv_env_/b end
2880 t clear
2881 :clear
2882 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2883 t end
2884 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2885 :end' >>confcache
2886 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2887 if test -w "$cache_file"; then
2888 test "x$cache_file" != "x/dev/null" &&
2889 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2890 echo "$as_me: updating cache $cache_file" >&6;}
2891 cat confcache >$cache_file
2892 else
2893 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2894 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2897 rm -f confcache
2899 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2900 # Let make expand exec_prefix.
2901 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2903 # Transform confdefs.h into DEFS.
2904 # Protect against shell expansion while executing Makefile rules.
2905 # Protect against Makefile macro expansion.
2907 # If the first sed substitution is executed (which looks for macros that
2908 # take arguments), then branch to the quote section. Otherwise,
2909 # look for a macro that doesn't take arguments.
2910 ac_script='
2911 t clear
2912 :clear
2913 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2914 t quote
2915 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2916 t quote
2917 b any
2918 :quote
2919 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2920 s/\[/\\&/g
2921 s/\]/\\&/g
2922 s/\$/$$/g
2924 :any
2927 s/^\n//
2928 s/\n/ /g
2932 DEFS=`sed -n "$ac_script" confdefs.h`
2935 ac_libobjs=
2936 ac_ltlibobjs=
2937 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2938 # 1. Remove the extension, and $U if already installed.
2939 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2940 ac_i=`echo "$ac_i" | sed "$ac_script"`
2941 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2942 # will be set to the directory where LIBOBJS objects are built.
2943 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2944 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2945 done
2946 LIBOBJS=$ac_libobjs
2948 LTLIBOBJS=$ac_ltlibobjs
2952 : ${CONFIG_STATUS=./config.status}
2953 ac_clean_files_save=$ac_clean_files
2954 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2955 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2956 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2957 cat >$CONFIG_STATUS <<_ACEOF
2958 #! $SHELL
2959 # Generated by $as_me.
2960 # Run this file to recreate the current configuration.
2961 # Compiler output produced by configure, useful for debugging
2962 # configure, is in config.log if it exists.
2964 debug=false
2965 ac_cs_recheck=false
2966 ac_cs_silent=false
2967 SHELL=\${CONFIG_SHELL-$SHELL}
2968 _ACEOF
2970 cat >>$CONFIG_STATUS <<\_ACEOF
2971 ## --------------------- ##
2972 ## M4sh Initialization. ##
2973 ## --------------------- ##
2975 # Be more Bourne compatible
2976 DUALCASE=1; export DUALCASE # for MKS sh
2977 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2978 emulate sh
2979 NULLCMD=:
2980 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2981 # is contrary to our usage. Disable this feature.
2982 alias -g '${1+"$@"}'='"$@"'
2983 setopt NO_GLOB_SUBST
2984 else
2985 case `(set -o) 2>/dev/null` in
2986 *posix*) set -o posix ;;
2987 esac
2994 # PATH needs CR
2995 # Avoid depending upon Character Ranges.
2996 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2997 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2998 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2999 as_cr_digits='0123456789'
3000 as_cr_alnum=$as_cr_Letters$as_cr_digits
3002 # The user is always right.
3003 if test "${PATH_SEPARATOR+set}" != set; then
3004 echo "#! /bin/sh" >conf$$.sh
3005 echo "exit 0" >>conf$$.sh
3006 chmod +x conf$$.sh
3007 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3008 PATH_SEPARATOR=';'
3009 else
3010 PATH_SEPARATOR=:
3012 rm -f conf$$.sh
3015 # Support unset when possible.
3016 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3017 as_unset=unset
3018 else
3019 as_unset=false
3023 # IFS
3024 # We need space, tab and new line, in precisely that order. Quoting is
3025 # there to prevent editors from complaining about space-tab.
3026 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3027 # splitting by setting IFS to empty value.)
3028 as_nl='
3030 IFS=" "" $as_nl"
3032 # Find who we are. Look in the path if we contain no directory separator.
3033 case $0 in
3034 *[\\/]* ) as_myself=$0 ;;
3035 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036 for as_dir in $PATH
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3041 done
3042 IFS=$as_save_IFS
3045 esac
3046 # We did not find ourselves, most probably we were run as `sh COMMAND'
3047 # in which case we are not to be found in the path.
3048 if test "x$as_myself" = x; then
3049 as_myself=$0
3051 if test ! -f "$as_myself"; then
3052 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3053 { (exit 1); exit 1; }
3056 # Work around bugs in pre-3.0 UWIN ksh.
3057 for as_var in ENV MAIL MAILPATH
3058 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3059 done
3060 PS1='$ '
3061 PS2='> '
3062 PS4='+ '
3064 # NLS nuisances.
3065 for as_var in \
3066 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3067 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3068 LC_TELEPHONE LC_TIME
3070 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3071 eval $as_var=C; export $as_var
3072 else
3073 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3075 done
3077 # Required to use basename.
3078 if expr a : '\(a\)' >/dev/null 2>&1 &&
3079 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3080 as_expr=expr
3081 else
3082 as_expr=false
3085 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3086 as_basename=basename
3087 else
3088 as_basename=false
3092 # Name of the executable.
3093 as_me=`$as_basename -- "$0" ||
3094 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3095 X"$0" : 'X\(//\)$' \| \
3096 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3097 echo X/"$0" |
3098 sed '/^.*\/\([^/][^/]*\)\/*$/{
3099 s//\1/
3102 /^X\/\(\/\/\)$/{
3103 s//\1/
3106 /^X\/\(\/\).*/{
3107 s//\1/
3110 s/.*/./; q'`
3112 # CDPATH.
3113 $as_unset CDPATH
3117 as_lineno_1=$LINENO
3118 as_lineno_2=$LINENO
3119 test "x$as_lineno_1" != "x$as_lineno_2" &&
3120 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3122 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3123 # uniformly replaced by the line number. The first 'sed' inserts a
3124 # line-number line after each line using $LINENO; the second 'sed'
3125 # does the real work. The second script uses 'N' to pair each
3126 # line-number line with the line containing $LINENO, and appends
3127 # trailing '-' during substitution so that $LINENO is not a special
3128 # case at line end.
3129 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3130 # scripts with optimization help from Paolo Bonzini. Blame Lee
3131 # E. McMahon (1931-1989) for sed's syntax. :-)
3132 sed -n '
3134 /[$]LINENO/=
3135 ' <$as_myself |
3136 sed '
3137 s/[$]LINENO.*/&-/
3138 t lineno
3140 :lineno
3142 :loop
3143 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3144 t loop
3145 s/-\n.*//
3146 ' >$as_me.lineno &&
3147 chmod +x "$as_me.lineno" ||
3148 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3149 { (exit 1); exit 1; }; }
3151 # Don't try to exec as it changes $[0], causing all sort of problems
3152 # (the dirname of $[0] is not the place where we might find the
3153 # original and so on. Autoconf is especially sensitive to this).
3154 . "./$as_me.lineno"
3155 # Exit status is that of the last command.
3156 exit
3160 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3161 as_dirname=dirname
3162 else
3163 as_dirname=false
3166 ECHO_C= ECHO_N= ECHO_T=
3167 case `echo -n x` in
3168 -n*)
3169 case `echo 'x\c'` in
3170 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3171 *) ECHO_C='\c';;
3172 esac;;
3174 ECHO_N='-n';;
3175 esac
3177 if expr a : '\(a\)' >/dev/null 2>&1 &&
3178 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3179 as_expr=expr
3180 else
3181 as_expr=false
3184 rm -f conf$$ conf$$.exe conf$$.file
3185 if test -d conf$$.dir; then
3186 rm -f conf$$.dir/conf$$.file
3187 else
3188 rm -f conf$$.dir
3189 mkdir conf$$.dir
3191 echo >conf$$.file
3192 if ln -s conf$$.file conf$$ 2>/dev/null; then
3193 as_ln_s='ln -s'
3194 # ... but there are two gotchas:
3195 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3196 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3197 # In both cases, we have to default to `cp -p'.
3198 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3199 as_ln_s='cp -p'
3200 elif ln conf$$.file conf$$ 2>/dev/null; then
3201 as_ln_s=ln
3202 else
3203 as_ln_s='cp -p'
3205 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3206 rmdir conf$$.dir 2>/dev/null
3208 if mkdir -p . 2>/dev/null; then
3209 as_mkdir_p=:
3210 else
3211 test -d ./-p && rmdir ./-p
3212 as_mkdir_p=false
3215 if test -x / >/dev/null 2>&1; then
3216 as_test_x='test -x'
3217 else
3218 if ls -dL / >/dev/null 2>&1; then
3219 as_ls_L_option=L
3220 else
3221 as_ls_L_option=
3223 as_test_x='
3224 eval sh -c '\''
3225 if test -d "$1"; then
3226 test -d "$1/.";
3227 else
3228 case $1 in
3229 -*)set "./$1";;
3230 esac;
3231 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3232 ???[sx]*):;;*)false;;esac;fi
3233 '\'' sh
3236 as_executable_p=$as_test_x
3238 # Sed expression to map a string onto a valid CPP name.
3239 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3241 # Sed expression to map a string onto a valid variable name.
3242 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3245 exec 6>&1
3247 # Save the log message, to keep $[0] and so on meaningful, and to
3248 # report actual input values of CONFIG_FILES etc. instead of their
3249 # values after options handling.
3250 ac_log="
3251 This file was extended by tf4mono $as_me 0.4.6, which was
3252 generated by GNU Autoconf 2.61. Invocation command line was
3254 CONFIG_FILES = $CONFIG_FILES
3255 CONFIG_HEADERS = $CONFIG_HEADERS
3256 CONFIG_LINKS = $CONFIG_LINKS
3257 CONFIG_COMMANDS = $CONFIG_COMMANDS
3258 $ $0 $@
3260 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3263 _ACEOF
3265 cat >>$CONFIG_STATUS <<_ACEOF
3266 # Files that config.status was made for.
3267 config_files="$ac_config_files"
3269 _ACEOF
3271 cat >>$CONFIG_STATUS <<\_ACEOF
3272 ac_cs_usage="\
3273 \`$as_me' instantiates files from templates according to the
3274 current configuration.
3276 Usage: $0 [OPTIONS] [FILE]...
3278 -h, --help print this help, then exit
3279 -V, --version print version number and configuration settings, then exit
3280 -q, --quiet do not print progress messages
3281 -d, --debug don't remove temporary files
3282 --recheck update $as_me by reconfiguring in the same conditions
3283 --file=FILE[:TEMPLATE]
3284 instantiate the configuration file FILE
3286 Configuration files:
3287 $config_files
3289 Report bugs to <bug-autoconf@gnu.org>."
3291 _ACEOF
3292 cat >>$CONFIG_STATUS <<_ACEOF
3293 ac_cs_version="\\
3294 tf4mono config.status 0.4.6
3295 configured by $0, generated by GNU Autoconf 2.61,
3296 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3298 Copyright (C) 2006 Free Software Foundation, Inc.
3299 This config.status script is free software; the Free Software Foundation
3300 gives unlimited permission to copy, distribute and modify it."
3302 ac_pwd='$ac_pwd'
3303 srcdir='$srcdir'
3304 _ACEOF
3306 cat >>$CONFIG_STATUS <<\_ACEOF
3307 # If no file are specified by the user, then we need to provide default
3308 # value. By we need to know if files were specified by the user.
3309 ac_need_defaults=:
3310 while test $# != 0
3312 case $1 in
3313 --*=*)
3314 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3315 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3316 ac_shift=:
3319 ac_option=$1
3320 ac_optarg=$2
3321 ac_shift=shift
3323 esac
3325 case $ac_option in
3326 # Handling of the options.
3327 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3328 ac_cs_recheck=: ;;
3329 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3330 echo "$ac_cs_version"; exit ;;
3331 --debug | --debu | --deb | --de | --d | -d )
3332 debug=: ;;
3333 --file | --fil | --fi | --f )
3334 $ac_shift
3335 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3336 ac_need_defaults=false;;
3337 --he | --h | --help | --hel | -h )
3338 echo "$ac_cs_usage"; exit ;;
3339 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3340 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3341 ac_cs_silent=: ;;
3343 # This is an error.
3344 -*) { echo "$as_me: error: unrecognized option: $1
3345 Try \`$0 --help' for more information." >&2
3346 { (exit 1); exit 1; }; } ;;
3348 *) ac_config_targets="$ac_config_targets $1"
3349 ac_need_defaults=false ;;
3351 esac
3352 shift
3353 done
3355 ac_configure_extra_args=
3357 if $ac_cs_silent; then
3358 exec 6>/dev/null
3359 ac_configure_extra_args="$ac_configure_extra_args --silent"
3362 _ACEOF
3363 cat >>$CONFIG_STATUS <<_ACEOF
3364 if \$ac_cs_recheck; then
3365 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3366 CONFIG_SHELL=$SHELL
3367 export CONFIG_SHELL
3368 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3371 _ACEOF
3372 cat >>$CONFIG_STATUS <<\_ACEOF
3373 exec 5>>config.log
3375 echo
3376 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3377 ## Running $as_me. ##
3378 _ASBOX
3379 echo "$ac_log"
3380 } >&5
3382 _ACEOF
3383 cat >>$CONFIG_STATUS <<_ACEOF
3384 _ACEOF
3386 cat >>$CONFIG_STATUS <<\_ACEOF
3388 # Handling of arguments.
3389 for ac_config_target in $ac_config_targets
3391 case $ac_config_target in
3392 "tools/tf/tf.sh") CONFIG_FILES="$CONFIG_FILES tools/tf/tf.sh" ;;
3394 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3395 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3396 { (exit 1); exit 1; }; };;
3397 esac
3398 done
3401 # If the user did not use the arguments to specify the items to instantiate,
3402 # then the envvar interface is used. Set only those that are not.
3403 # We use the long form for the default assignment because of an extremely
3404 # bizarre bug on SunOS 4.1.3.
3405 if $ac_need_defaults; then
3406 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3409 # Have a temporary directory for convenience. Make it in the build tree
3410 # simply because there is no reason against having it here, and in addition,
3411 # creating and moving files from /tmp can sometimes cause problems.
3412 # Hook for its removal unless debugging.
3413 # Note that there is a small window in which the directory will not be cleaned:
3414 # after its creation but before its name has been assigned to `$tmp'.
3415 $debug ||
3417 tmp=
3418 trap 'exit_status=$?
3419 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3421 trap '{ (exit 1); exit 1; }' 1 2 13 15
3423 # Create a (secure) tmp directory for tmp files.
3426 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3427 test -n "$tmp" && test -d "$tmp"
3428 } ||
3430 tmp=./conf$$-$RANDOM
3431 (umask 077 && mkdir "$tmp")
3432 } ||
3434 echo "$me: cannot create a temporary directory in ." >&2
3435 { (exit 1); exit 1; }
3439 # Set up the sed scripts for CONFIG_FILES section.
3442 # No need to generate the scripts if there are no CONFIG_FILES.
3443 # This happens for instance when ./config.status config.h
3444 if test -n "$CONFIG_FILES"; then
3446 _ACEOF
3450 ac_delim='%!_!# '
3451 for ac_last_try in false false false false false :; do
3452 cat >conf$$subs.sed <<_ACEOF
3453 SHELL!$SHELL$ac_delim
3454 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3455 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3456 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3457 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3458 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3459 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3460 exec_prefix!$exec_prefix$ac_delim
3461 prefix!$prefix$ac_delim
3462 program_transform_name!$program_transform_name$ac_delim
3463 bindir!$bindir$ac_delim
3464 sbindir!$sbindir$ac_delim
3465 libexecdir!$libexecdir$ac_delim
3466 datarootdir!$datarootdir$ac_delim
3467 datadir!$datadir$ac_delim
3468 sysconfdir!$sysconfdir$ac_delim
3469 sharedstatedir!$sharedstatedir$ac_delim
3470 localstatedir!$localstatedir$ac_delim
3471 includedir!$includedir$ac_delim
3472 oldincludedir!$oldincludedir$ac_delim
3473 docdir!$docdir$ac_delim
3474 infodir!$infodir$ac_delim
3475 htmldir!$htmldir$ac_delim
3476 dvidir!$dvidir$ac_delim
3477 pdfdir!$pdfdir$ac_delim
3478 psdir!$psdir$ac_delim
3479 libdir!$libdir$ac_delim
3480 localedir!$localedir$ac_delim
3481 mandir!$mandir$ac_delim
3482 DEFS!$DEFS$ac_delim
3483 ECHO_C!$ECHO_C$ac_delim
3484 ECHO_N!$ECHO_N$ac_delim
3485 ECHO_T!$ECHO_T$ac_delim
3486 LIBS!$LIBS$ac_delim
3487 build_alias!$build_alias$ac_delim
3488 host_alias!$host_alias$ac_delim
3489 target_alias!$target_alias$ac_delim
3490 PKG_CONFIG!$PKG_CONFIG$ac_delim
3491 CC!$CC$ac_delim
3492 CFLAGS!$CFLAGS$ac_delim
3493 LDFLAGS!$LDFLAGS$ac_delim
3494 CPPFLAGS!$CPPFLAGS$ac_delim
3495 ac_ct_CC!$ac_ct_CC$ac_delim
3496 EXEEXT!$EXEEXT$ac_delim
3497 OBJEXT!$OBJEXT$ac_delim
3498 LIBOBJS!$LIBOBJS$ac_delim
3499 LTLIBOBJS!$LTLIBOBJS$ac_delim
3500 _ACEOF
3502 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 47; then
3503 break
3504 elif $ac_last_try; then
3505 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3506 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3507 { (exit 1); exit 1; }; }
3508 else
3509 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3511 done
3513 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3514 if test -n "$ac_eof"; then
3515 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3516 ac_eof=`expr $ac_eof + 1`
3519 cat >>$CONFIG_STATUS <<_ACEOF
3520 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3521 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3522 _ACEOF
3523 sed '
3524 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3525 s/^/s,@/; s/!/@,|#_!!_#|/
3528 s/'"$ac_delim"'$/,g/; t
3529 s/$/\\/; p
3530 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3531 ' >>$CONFIG_STATUS <conf$$subs.sed
3532 rm -f conf$$subs.sed
3533 cat >>$CONFIG_STATUS <<_ACEOF
3534 :end
3535 s/|#_!!_#|//g
3536 CEOF$ac_eof
3537 _ACEOF
3540 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3541 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3542 # trailing colons and then remove the whole line if VPATH becomes empty
3543 # (actually we leave an empty line to preserve line numbers).
3544 if test "x$srcdir" = x.; then
3545 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3546 s/:*\$(srcdir):*/:/
3547 s/:*\${srcdir}:*/:/
3548 s/:*@srcdir@:*/:/
3549 s/^\([^=]*=[ ]*\):*/\1/
3550 s/:*$//
3551 s/^[^=]*=[ ]*$//
3555 cat >>$CONFIG_STATUS <<\_ACEOF
3556 fi # test -n "$CONFIG_FILES"
3559 for ac_tag in :F $CONFIG_FILES
3561 case $ac_tag in
3562 :[FHLC]) ac_mode=$ac_tag; continue;;
3563 esac
3564 case $ac_mode$ac_tag in
3565 :[FHL]*:*);;
3566 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3567 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3568 { (exit 1); exit 1; }; };;
3569 :[FH]-) ac_tag=-:-;;
3570 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3571 esac
3572 ac_save_IFS=$IFS
3573 IFS=:
3574 set x $ac_tag
3575 IFS=$ac_save_IFS
3576 shift
3577 ac_file=$1
3578 shift
3580 case $ac_mode in
3581 :L) ac_source=$1;;
3582 :[FH])
3583 ac_file_inputs=
3584 for ac_f
3586 case $ac_f in
3587 -) ac_f="$tmp/stdin";;
3588 *) # Look for the file first in the build tree, then in the source tree
3589 # (if the path is not absolute). The absolute path cannot be DOS-style,
3590 # because $ac_f cannot contain `:'.
3591 test -f "$ac_f" ||
3592 case $ac_f in
3593 [\\/$]*) false;;
3594 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3595 esac ||
3596 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3597 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3598 { (exit 1); exit 1; }; };;
3599 esac
3600 ac_file_inputs="$ac_file_inputs $ac_f"
3601 done
3603 # Let's still pretend it is `configure' which instantiates (i.e., don't
3604 # use $as_me), people would be surprised to read:
3605 # /* config.h. Generated by config.status. */
3606 configure_input="Generated from "`IFS=:
3607 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3608 if test x"$ac_file" != x-; then
3609 configure_input="$ac_file. $configure_input"
3610 { echo "$as_me:$LINENO: creating $ac_file" >&5
3611 echo "$as_me: creating $ac_file" >&6;}
3614 case $ac_tag in
3615 *:-:* | *:-) cat >"$tmp/stdin";;
3616 esac
3618 esac
3620 ac_dir=`$as_dirname -- "$ac_file" ||
3621 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3622 X"$ac_file" : 'X\(//\)[^/]' \| \
3623 X"$ac_file" : 'X\(//\)$' \| \
3624 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3625 echo X"$ac_file" |
3626 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3627 s//\1/
3630 /^X\(\/\/\)[^/].*/{
3631 s//\1/
3634 /^X\(\/\/\)$/{
3635 s//\1/
3638 /^X\(\/\).*/{
3639 s//\1/
3642 s/.*/./; q'`
3643 { as_dir="$ac_dir"
3644 case $as_dir in #(
3645 -*) as_dir=./$as_dir;;
3646 esac
3647 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3648 as_dirs=
3649 while :; do
3650 case $as_dir in #(
3651 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3652 *) as_qdir=$as_dir;;
3653 esac
3654 as_dirs="'$as_qdir' $as_dirs"
3655 as_dir=`$as_dirname -- "$as_dir" ||
3656 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3657 X"$as_dir" : 'X\(//\)[^/]' \| \
3658 X"$as_dir" : 'X\(//\)$' \| \
3659 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3660 echo X"$as_dir" |
3661 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3662 s//\1/
3665 /^X\(\/\/\)[^/].*/{
3666 s//\1/
3669 /^X\(\/\/\)$/{
3670 s//\1/
3673 /^X\(\/\).*/{
3674 s//\1/
3677 s/.*/./; q'`
3678 test -d "$as_dir" && break
3679 done
3680 test -z "$as_dirs" || eval "mkdir $as_dirs"
3681 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3682 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3683 { (exit 1); exit 1; }; }; }
3684 ac_builddir=.
3686 case "$ac_dir" in
3687 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3689 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3690 # A ".." for each directory in $ac_dir_suffix.
3691 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3692 case $ac_top_builddir_sub in
3693 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3694 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3695 esac ;;
3696 esac
3697 ac_abs_top_builddir=$ac_pwd
3698 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3699 # for backward compatibility:
3700 ac_top_builddir=$ac_top_build_prefix
3702 case $srcdir in
3703 .) # We are building in place.
3704 ac_srcdir=.
3705 ac_top_srcdir=$ac_top_builddir_sub
3706 ac_abs_top_srcdir=$ac_pwd ;;
3707 [\\/]* | ?:[\\/]* ) # Absolute name.
3708 ac_srcdir=$srcdir$ac_dir_suffix;
3709 ac_top_srcdir=$srcdir
3710 ac_abs_top_srcdir=$srcdir ;;
3711 *) # Relative name.
3712 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3713 ac_top_srcdir=$ac_top_build_prefix$srcdir
3714 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3715 esac
3716 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3719 case $ac_mode in
3722 # CONFIG_FILE
3725 _ACEOF
3727 cat >>$CONFIG_STATUS <<\_ACEOF
3728 # If the template does not know about datarootdir, expand it.
3729 # FIXME: This hack should be removed a few years after 2.60.
3730 ac_datarootdir_hack=; ac_datarootdir_seen=
3732 case `sed -n '/datarootdir/ {
3736 /@datadir@/p
3737 /@docdir@/p
3738 /@infodir@/p
3739 /@localedir@/p
3740 /@mandir@/p
3741 ' $ac_file_inputs` in
3742 *datarootdir*) ac_datarootdir_seen=yes;;
3743 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3744 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3745 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3746 _ACEOF
3747 cat >>$CONFIG_STATUS <<_ACEOF
3748 ac_datarootdir_hack='
3749 s&@datadir@&$datadir&g
3750 s&@docdir@&$docdir&g
3751 s&@infodir@&$infodir&g
3752 s&@localedir@&$localedir&g
3753 s&@mandir@&$mandir&g
3754 s&\\\${datarootdir}&$datarootdir&g' ;;
3755 esac
3756 _ACEOF
3758 # Neutralize VPATH when `$srcdir' = `.'.
3759 # Shell code in configure.ac might set extrasub.
3760 # FIXME: do we really want to maintain this feature?
3761 cat >>$CONFIG_STATUS <<_ACEOF
3762 sed "$ac_vpsub
3763 $extrasub
3764 _ACEOF
3765 cat >>$CONFIG_STATUS <<\_ACEOF
3767 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3768 s&@configure_input@&$configure_input&;t t
3769 s&@top_builddir@&$ac_top_builddir_sub&;t t
3770 s&@srcdir@&$ac_srcdir&;t t
3771 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3772 s&@top_srcdir@&$ac_top_srcdir&;t t
3773 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3774 s&@builddir@&$ac_builddir&;t t
3775 s&@abs_builddir@&$ac_abs_builddir&;t t
3776 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3777 $ac_datarootdir_hack
3778 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3780 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3781 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3782 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3783 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3784 which seems to be undefined. Please make sure it is defined." >&5
3785 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3786 which seems to be undefined. Please make sure it is defined." >&2;}
3788 rm -f "$tmp/stdin"
3789 case $ac_file in
3790 -) cat "$tmp/out"; rm -f "$tmp/out";;
3791 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3792 esac
3797 esac
3799 done # for ac_tag
3802 { (exit 0); exit 0; }
3803 _ACEOF
3804 chmod +x $CONFIG_STATUS
3805 ac_clean_files=$ac_clean_files_save
3808 # configure is writing to config.log, and then calls config.status.
3809 # config.status does its own redirection, appending to config.log.
3810 # Unfortunately, on DOS this fails, as config.log is still kept open
3811 # by configure, so config.status won't be able to write to it; its
3812 # output is simply discarded. So we exec the FD to /dev/null,
3813 # effectively closing config.log, so it can be properly (re)opened and
3814 # appended to by config.status. When coming back to configure, we
3815 # need to make the FD available again.
3816 if test "$no_create" != yes; then
3817 ac_cs_success=:
3818 ac_config_status_args=
3819 test "$silent" = yes &&
3820 ac_config_status_args="$ac_config_status_args --quiet"
3821 exec 5>/dev/null
3822 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3823 exec 5>>config.log
3824 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3825 # would make configure fail if this is the last instruction.
3826 $ac_cs_success || { (exit 1); exit 1; }
3830 echo
3831 echo "Configuration Summary"
3832 echo "----------------------------------"
3833 echo
3834 echo " File Type Support: " $HAVE_MAGIC
3835 echo " Gnome Keyring Support: " $HAVE_GNOME_KEYRING
3836 echo " Gui Support: " $HAVE_GLADE
3837 echo " Monodevelop Addin: " $HAVE_MD
3838 echo