copy.paste.file.names
[tfs.git] / configure
blobe8188d5255d0b321f9cbd355c0e18e848550cfe6
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for opentf 0.6.0.
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='opentf'
574 PACKAGE_TARNAME='opentf'
575 PACKAGE_VERSION='0.6.0'
576 PACKAGE_STRING='opentf 0.6.0'
577 PACKAGE_BUGREPORT=''
579 ac_subst_vars='SHELL
580 PATH_SEPARATOR
581 PACKAGE_NAME
582 PACKAGE_TARNAME
583 PACKAGE_VERSION
584 PACKAGE_STRING
585 PACKAGE_BUGREPORT
586 exec_prefix
587 prefix
588 program_transform_name
589 bindir
590 sbindir
591 libexecdir
592 datarootdir
593 datadir
594 sysconfdir
595 sharedstatedir
596 localstatedir
597 includedir
598 oldincludedir
599 docdir
600 infodir
601 htmldir
602 dvidir
603 pdfdir
604 psdir
605 libdir
606 localedir
607 mandir
608 DEFS
609 ECHO_C
610 ECHO_N
611 ECHO_T
612 LIBS
613 build_alias
614 host_alias
615 target_alias
616 PKG_CONFIG
617 ASCIIDOC
618 XMLTO
620 CFLAGS
621 LDFLAGS
622 CPPFLAGS
623 ac_ct_CC
624 EXEEXT
625 OBJEXT
626 LIBOBJS
627 LTLIBOBJS'
628 ac_subst_files=''
629 ac_precious_vars='build_alias
630 host_alias
631 target_alias
632 PKG_CONFIG
634 CFLAGS
635 LDFLAGS
636 LIBS
637 CPPFLAGS'
640 # Initialize some variables set by options.
641 ac_init_help=
642 ac_init_version=false
643 # The variables have the same names as the options, with
644 # dashes changed to underlines.
645 cache_file=/dev/null
646 exec_prefix=NONE
647 no_create=
648 no_recursion=
649 prefix=NONE
650 program_prefix=NONE
651 program_suffix=NONE
652 program_transform_name=s,x,x,
653 silent=
654 site=
655 srcdir=
656 verbose=
657 x_includes=NONE
658 x_libraries=NONE
660 # Installation directory options.
661 # These are left unexpanded so users can "make install exec_prefix=/foo"
662 # and all the variables that are supposed to be based on exec_prefix
663 # by default will actually change.
664 # Use braces instead of parens because sh, perl, etc. also accept them.
665 # (The list follows the same order as the GNU Coding Standards.)
666 bindir='${exec_prefix}/bin'
667 sbindir='${exec_prefix}/sbin'
668 libexecdir='${exec_prefix}/libexec'
669 datarootdir='${prefix}/share'
670 datadir='${datarootdir}'
671 sysconfdir='${prefix}/etc'
672 sharedstatedir='${prefix}/com'
673 localstatedir='${prefix}/var'
674 includedir='${prefix}/include'
675 oldincludedir='/usr/include'
676 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
677 infodir='${datarootdir}/info'
678 htmldir='${docdir}'
679 dvidir='${docdir}'
680 pdfdir='${docdir}'
681 psdir='${docdir}'
682 libdir='${exec_prefix}/lib'
683 localedir='${datarootdir}/locale'
684 mandir='${datarootdir}/man'
686 ac_prev=
687 ac_dashdash=
688 for ac_option
690 # If the previous option needs an argument, assign it.
691 if test -n "$ac_prev"; then
692 eval $ac_prev=\$ac_option
693 ac_prev=
694 continue
697 case $ac_option in
698 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
699 *) ac_optarg=yes ;;
700 esac
702 # Accept the important Cygnus configure options, so we can diagnose typos.
704 case $ac_dashdash$ac_option in
706 ac_dashdash=yes ;;
708 -bindir | --bindir | --bindi | --bind | --bin | --bi)
709 ac_prev=bindir ;;
710 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
711 bindir=$ac_optarg ;;
713 -build | --build | --buil | --bui | --bu)
714 ac_prev=build_alias ;;
715 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
716 build_alias=$ac_optarg ;;
718 -cache-file | --cache-file | --cache-fil | --cache-fi \
719 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
720 ac_prev=cache_file ;;
721 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
722 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
723 cache_file=$ac_optarg ;;
725 --config-cache | -C)
726 cache_file=config.cache ;;
728 -datadir | --datadir | --datadi | --datad)
729 ac_prev=datadir ;;
730 -datadir=* | --datadir=* | --datadi=* | --datad=*)
731 datadir=$ac_optarg ;;
733 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
734 | --dataroo | --dataro | --datar)
735 ac_prev=datarootdir ;;
736 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
737 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
738 datarootdir=$ac_optarg ;;
740 -disable-* | --disable-*)
741 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
742 # Reject names that are not valid shell variable names.
743 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
744 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
745 { (exit 1); exit 1; }; }
746 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
747 eval enable_$ac_feature=no ;;
749 -docdir | --docdir | --docdi | --doc | --do)
750 ac_prev=docdir ;;
751 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
752 docdir=$ac_optarg ;;
754 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
755 ac_prev=dvidir ;;
756 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
757 dvidir=$ac_optarg ;;
759 -enable-* | --enable-*)
760 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
761 # Reject names that are not valid shell variable names.
762 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
763 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
764 { (exit 1); exit 1; }; }
765 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
766 eval enable_$ac_feature=\$ac_optarg ;;
768 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
769 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
770 | --exec | --exe | --ex)
771 ac_prev=exec_prefix ;;
772 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
773 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
774 | --exec=* | --exe=* | --ex=*)
775 exec_prefix=$ac_optarg ;;
777 -gas | --gas | --ga | --g)
778 # Obsolete; use --with-gas.
779 with_gas=yes ;;
781 -help | --help | --hel | --he | -h)
782 ac_init_help=long ;;
783 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
784 ac_init_help=recursive ;;
785 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
786 ac_init_help=short ;;
788 -host | --host | --hos | --ho)
789 ac_prev=host_alias ;;
790 -host=* | --host=* | --hos=* | --ho=*)
791 host_alias=$ac_optarg ;;
793 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
794 ac_prev=htmldir ;;
795 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
796 | --ht=*)
797 htmldir=$ac_optarg ;;
799 -includedir | --includedir | --includedi | --included | --include \
800 | --includ | --inclu | --incl | --inc)
801 ac_prev=includedir ;;
802 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
803 | --includ=* | --inclu=* | --incl=* | --inc=*)
804 includedir=$ac_optarg ;;
806 -infodir | --infodir | --infodi | --infod | --info | --inf)
807 ac_prev=infodir ;;
808 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
809 infodir=$ac_optarg ;;
811 -libdir | --libdir | --libdi | --libd)
812 ac_prev=libdir ;;
813 -libdir=* | --libdir=* | --libdi=* | --libd=*)
814 libdir=$ac_optarg ;;
816 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
817 | --libexe | --libex | --libe)
818 ac_prev=libexecdir ;;
819 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
820 | --libexe=* | --libex=* | --libe=*)
821 libexecdir=$ac_optarg ;;
823 -localedir | --localedir | --localedi | --localed | --locale)
824 ac_prev=localedir ;;
825 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
826 localedir=$ac_optarg ;;
828 -localstatedir | --localstatedir | --localstatedi | --localstated \
829 | --localstate | --localstat | --localsta | --localst | --locals)
830 ac_prev=localstatedir ;;
831 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
832 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
833 localstatedir=$ac_optarg ;;
835 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
836 ac_prev=mandir ;;
837 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
838 mandir=$ac_optarg ;;
840 -nfp | --nfp | --nf)
841 # Obsolete; use --without-fp.
842 with_fp=no ;;
844 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
845 | --no-cr | --no-c | -n)
846 no_create=yes ;;
848 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
849 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
850 no_recursion=yes ;;
852 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
853 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
854 | --oldin | --oldi | --old | --ol | --o)
855 ac_prev=oldincludedir ;;
856 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
857 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
858 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
859 oldincludedir=$ac_optarg ;;
861 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
862 ac_prev=prefix ;;
863 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
864 prefix=$ac_optarg ;;
866 -program-prefix | --program-prefix | --program-prefi | --program-pref \
867 | --program-pre | --program-pr | --program-p)
868 ac_prev=program_prefix ;;
869 -program-prefix=* | --program-prefix=* | --program-prefi=* \
870 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
871 program_prefix=$ac_optarg ;;
873 -program-suffix | --program-suffix | --program-suffi | --program-suff \
874 | --program-suf | --program-su | --program-s)
875 ac_prev=program_suffix ;;
876 -program-suffix=* | --program-suffix=* | --program-suffi=* \
877 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
878 program_suffix=$ac_optarg ;;
880 -program-transform-name | --program-transform-name \
881 | --program-transform-nam | --program-transform-na \
882 | --program-transform-n | --program-transform- \
883 | --program-transform | --program-transfor \
884 | --program-transfo | --program-transf \
885 | --program-trans | --program-tran \
886 | --progr-tra | --program-tr | --program-t)
887 ac_prev=program_transform_name ;;
888 -program-transform-name=* | --program-transform-name=* \
889 | --program-transform-nam=* | --program-transform-na=* \
890 | --program-transform-n=* | --program-transform-=* \
891 | --program-transform=* | --program-transfor=* \
892 | --program-transfo=* | --program-transf=* \
893 | --program-trans=* | --program-tran=* \
894 | --progr-tra=* | --program-tr=* | --program-t=*)
895 program_transform_name=$ac_optarg ;;
897 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
898 ac_prev=pdfdir ;;
899 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
900 pdfdir=$ac_optarg ;;
902 -psdir | --psdir | --psdi | --psd | --ps)
903 ac_prev=psdir ;;
904 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
905 psdir=$ac_optarg ;;
907 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
908 | -silent | --silent | --silen | --sile | --sil)
909 silent=yes ;;
911 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
912 ac_prev=sbindir ;;
913 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
914 | --sbi=* | --sb=*)
915 sbindir=$ac_optarg ;;
917 -sharedstatedir | --sharedstatedir | --sharedstatedi \
918 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
919 | --sharedst | --shareds | --shared | --share | --shar \
920 | --sha | --sh)
921 ac_prev=sharedstatedir ;;
922 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
923 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
924 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
925 | --sha=* | --sh=*)
926 sharedstatedir=$ac_optarg ;;
928 -site | --site | --sit)
929 ac_prev=site ;;
930 -site=* | --site=* | --sit=*)
931 site=$ac_optarg ;;
933 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
934 ac_prev=srcdir ;;
935 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
936 srcdir=$ac_optarg ;;
938 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
939 | --syscon | --sysco | --sysc | --sys | --sy)
940 ac_prev=sysconfdir ;;
941 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
942 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
943 sysconfdir=$ac_optarg ;;
945 -target | --target | --targe | --targ | --tar | --ta | --t)
946 ac_prev=target_alias ;;
947 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
948 target_alias=$ac_optarg ;;
950 -v | -verbose | --verbose | --verbos | --verbo | --verb)
951 verbose=yes ;;
953 -version | --version | --versio | --versi | --vers | -V)
954 ac_init_version=: ;;
956 -with-* | --with-*)
957 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
958 # Reject names that are not valid shell variable names.
959 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
960 { echo "$as_me: error: invalid package name: $ac_package" >&2
961 { (exit 1); exit 1; }; }
962 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
963 eval with_$ac_package=\$ac_optarg ;;
965 -without-* | --without-*)
966 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
969 { echo "$as_me: error: invalid package name: $ac_package" >&2
970 { (exit 1); exit 1; }; }
971 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
972 eval with_$ac_package=no ;;
974 --x)
975 # Obsolete; use --with-x.
976 with_x=yes ;;
978 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
979 | --x-incl | --x-inc | --x-in | --x-i)
980 ac_prev=x_includes ;;
981 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
982 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
983 x_includes=$ac_optarg ;;
985 -x-libraries | --x-libraries | --x-librarie | --x-librari \
986 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
987 ac_prev=x_libraries ;;
988 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
989 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
990 x_libraries=$ac_optarg ;;
992 -*) { echo "$as_me: error: unrecognized option: $ac_option
993 Try \`$0 --help' for more information." >&2
994 { (exit 1); exit 1; }; }
997 *=*)
998 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
999 # Reject names that are not valid shell variable names.
1000 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1001 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1002 { (exit 1); exit 1; }; }
1003 eval $ac_envvar=\$ac_optarg
1004 export $ac_envvar ;;
1007 # FIXME: should be removed in autoconf 3.0.
1008 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1009 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1010 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1011 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1014 esac
1015 done
1017 if test -n "$ac_prev"; then
1018 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1019 { echo "$as_me: error: missing argument to $ac_option" >&2
1020 { (exit 1); exit 1; }; }
1023 # Be sure to have absolute directory names.
1024 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1025 datadir sysconfdir sharedstatedir localstatedir includedir \
1026 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1027 libdir localedir mandir
1029 eval ac_val=\$$ac_var
1030 case $ac_val in
1031 [\\/$]* | ?:[\\/]* ) continue;;
1032 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1033 esac
1034 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1035 { (exit 1); exit 1; }; }
1036 done
1038 # There might be people who depend on the old broken behavior: `$host'
1039 # used to hold the argument of --host etc.
1040 # FIXME: To remove some day.
1041 build=$build_alias
1042 host=$host_alias
1043 target=$target_alias
1045 # FIXME: To remove some day.
1046 if test "x$host_alias" != x; then
1047 if test "x$build_alias" = x; then
1048 cross_compiling=maybe
1049 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1050 If a cross compiler is detected then cross compile mode will be used." >&2
1051 elif test "x$build_alias" != "x$host_alias"; then
1052 cross_compiling=yes
1056 ac_tool_prefix=
1057 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1059 test "$silent" = yes && exec 6>/dev/null
1062 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1063 ac_ls_di=`ls -di .` &&
1064 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1065 { echo "$as_me: error: Working directory cannot be determined" >&2
1066 { (exit 1); exit 1; }; }
1067 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1068 { echo "$as_me: error: pwd does not report name of working directory" >&2
1069 { (exit 1); exit 1; }; }
1072 # Find the source files, if location was not specified.
1073 if test -z "$srcdir"; then
1074 ac_srcdir_defaulted=yes
1075 # Try the directory containing this script, then the parent directory.
1076 ac_confdir=`$as_dirname -- "$0" ||
1077 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1078 X"$0" : 'X\(//\)[^/]' \| \
1079 X"$0" : 'X\(//\)$' \| \
1080 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1081 echo X"$0" |
1082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1083 s//\1/
1086 /^X\(\/\/\)[^/].*/{
1087 s//\1/
1090 /^X\(\/\/\)$/{
1091 s//\1/
1094 /^X\(\/\).*/{
1095 s//\1/
1098 s/.*/./; q'`
1099 srcdir=$ac_confdir
1100 if test ! -r "$srcdir/$ac_unique_file"; then
1101 srcdir=..
1103 else
1104 ac_srcdir_defaulted=no
1106 if test ! -r "$srcdir/$ac_unique_file"; then
1107 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1108 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1109 { (exit 1); exit 1; }; }
1111 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1112 ac_abs_confdir=`(
1113 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1114 { (exit 1); exit 1; }; }
1115 pwd)`
1116 # When building in place, set srcdir=.
1117 if test "$ac_abs_confdir" = "$ac_pwd"; then
1118 srcdir=.
1120 # Remove unnecessary trailing slashes from srcdir.
1121 # Double slashes in file names in object file debugging info
1122 # mess up M-x gdb in Emacs.
1123 case $srcdir in
1124 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1125 esac
1126 for ac_var in $ac_precious_vars; do
1127 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1128 eval ac_env_${ac_var}_value=\$${ac_var}
1129 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1130 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1131 done
1134 # Report the --help message.
1136 if test "$ac_init_help" = "long"; then
1137 # Omit some internal or obsolete options to make the list less imposing.
1138 # This message is too long to be a string in the A/UX 3.1 sh.
1139 cat <<_ACEOF
1140 \`configure' configures opentf 0.6.0 to adapt to many kinds of systems.
1142 Usage: $0 [OPTION]... [VAR=VALUE]...
1144 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1145 VAR=VALUE. See below for descriptions of some of the useful variables.
1147 Defaults for the options are specified in brackets.
1149 Configuration:
1150 -h, --help display this help and exit
1151 --help=short display options specific to this package
1152 --help=recursive display the short help of all the included packages
1153 -V, --version display version information and exit
1154 -q, --quiet, --silent do not print \`checking...' messages
1155 --cache-file=FILE cache test results in FILE [disabled]
1156 -C, --config-cache alias for \`--cache-file=config.cache'
1157 -n, --no-create do not create output files
1158 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1160 Installation directories:
1161 --prefix=PREFIX install architecture-independent files in PREFIX
1162 [$ac_default_prefix]
1163 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1164 [PREFIX]
1166 By default, \`make install' will install all the files in
1167 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1168 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1169 for instance \`--prefix=\$HOME'.
1171 For better control, use the options below.
1173 Fine tuning of the installation directories:
1174 --bindir=DIR user executables [EPREFIX/bin]
1175 --sbindir=DIR system admin executables [EPREFIX/sbin]
1176 --libexecdir=DIR program executables [EPREFIX/libexec]
1177 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1178 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1179 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1180 --libdir=DIR object code libraries [EPREFIX/lib]
1181 --includedir=DIR C header files [PREFIX/include]
1182 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1183 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1184 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1185 --infodir=DIR info documentation [DATAROOTDIR/info]
1186 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1187 --mandir=DIR man documentation [DATAROOTDIR/man]
1188 --docdir=DIR documentation root [DATAROOTDIR/doc/opentf]
1189 --htmldir=DIR html documentation [DOCDIR]
1190 --dvidir=DIR dvi documentation [DOCDIR]
1191 --pdfdir=DIR pdf documentation [DOCDIR]
1192 --psdir=DIR ps documentation [DOCDIR]
1193 _ACEOF
1195 cat <<\_ACEOF
1196 _ACEOF
1199 if test -n "$ac_init_help"; then
1200 case $ac_init_help in
1201 short | recursive ) echo "Configuration of opentf 0.6.0:";;
1202 esac
1203 cat <<\_ACEOF
1205 Optional Features:
1206 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1207 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1208 --disable-gtk disable gtk gui support
1209 --disable-md disable monodevelop support
1210 --enable-highlight enable syntax highlighting support
1211 --disable-keyring disable gnome keyring support
1212 --disable-magic disable libmagic file attributes
1214 Optional Packages:
1215 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1216 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1217 --with-mslibs=<dir> location of Microsoft's Team Foundation Assemblies
1219 Some influential environment variables:
1220 PKG_CONFIG path to pkg-config utility
1221 CC C compiler command
1222 CFLAGS C compiler flags
1223 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1224 nonstandard directory <lib dir>
1225 LIBS libraries to pass to the linker, e.g. -l<library>
1226 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1227 you have headers in a nonstandard directory <include dir>
1229 Use these variables to override the choices made by `configure' or to help
1230 it to find libraries and programs with nonstandard names/locations.
1232 _ACEOF
1233 ac_status=$?
1236 if test "$ac_init_help" = "recursive"; then
1237 # If there are subdirs, report their specific --help.
1238 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1239 test -d "$ac_dir" || continue
1240 ac_builddir=.
1242 case "$ac_dir" in
1243 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1245 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1246 # A ".." for each directory in $ac_dir_suffix.
1247 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1248 case $ac_top_builddir_sub in
1249 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1250 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1251 esac ;;
1252 esac
1253 ac_abs_top_builddir=$ac_pwd
1254 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1255 # for backward compatibility:
1256 ac_top_builddir=$ac_top_build_prefix
1258 case $srcdir in
1259 .) # We are building in place.
1260 ac_srcdir=.
1261 ac_top_srcdir=$ac_top_builddir_sub
1262 ac_abs_top_srcdir=$ac_pwd ;;
1263 [\\/]* | ?:[\\/]* ) # Absolute name.
1264 ac_srcdir=$srcdir$ac_dir_suffix;
1265 ac_top_srcdir=$srcdir
1266 ac_abs_top_srcdir=$srcdir ;;
1267 *) # Relative name.
1268 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1269 ac_top_srcdir=$ac_top_build_prefix$srcdir
1270 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1271 esac
1272 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1274 cd "$ac_dir" || { ac_status=$?; continue; }
1275 # Check for guested configure.
1276 if test -f "$ac_srcdir/configure.gnu"; then
1277 echo &&
1278 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1279 elif test -f "$ac_srcdir/configure"; then
1280 echo &&
1281 $SHELL "$ac_srcdir/configure" --help=recursive
1282 else
1283 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1284 fi || ac_status=$?
1285 cd "$ac_pwd" || { ac_status=$?; break; }
1286 done
1289 test -n "$ac_init_help" && exit $ac_status
1290 if $ac_init_version; then
1291 cat <<\_ACEOF
1292 opentf configure 0.6.0
1293 generated by GNU Autoconf 2.61
1295 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1296 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1297 This configure script is free software; the Free Software Foundation
1298 gives unlimited permission to copy, distribute and modify it.
1299 _ACEOF
1300 exit
1302 cat >config.log <<_ACEOF
1303 This file contains any messages produced by compilers while
1304 running configure, to aid debugging if configure makes a mistake.
1306 It was created by opentf $as_me 0.6.0, which was
1307 generated by GNU Autoconf 2.61. Invocation command line was
1309 $ $0 $@
1311 _ACEOF
1312 exec 5>>config.log
1314 cat <<_ASUNAME
1315 ## --------- ##
1316 ## Platform. ##
1317 ## --------- ##
1319 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1320 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1321 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1322 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1323 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1325 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1326 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1328 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1329 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1330 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1331 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1332 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1333 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1334 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1336 _ASUNAME
1338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1339 for as_dir in $PATH
1341 IFS=$as_save_IFS
1342 test -z "$as_dir" && as_dir=.
1343 echo "PATH: $as_dir"
1344 done
1345 IFS=$as_save_IFS
1347 } >&5
1349 cat >&5 <<_ACEOF
1352 ## ----------- ##
1353 ## Core tests. ##
1354 ## ----------- ##
1356 _ACEOF
1359 # Keep a trace of the command line.
1360 # Strip out --no-create and --no-recursion so they do not pile up.
1361 # Strip out --silent because we don't want to record it for future runs.
1362 # Also quote any args containing shell meta-characters.
1363 # Make two passes to allow for proper duplicate-argument suppression.
1364 ac_configure_args=
1365 ac_configure_args0=
1366 ac_configure_args1=
1367 ac_must_keep_next=false
1368 for ac_pass in 1 2
1370 for ac_arg
1372 case $ac_arg in
1373 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1374 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1375 | -silent | --silent | --silen | --sile | --sil)
1376 continue ;;
1377 *\'*)
1378 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1379 esac
1380 case $ac_pass in
1381 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1383 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1384 if test $ac_must_keep_next = true; then
1385 ac_must_keep_next=false # Got value, back to normal.
1386 else
1387 case $ac_arg in
1388 *=* | --config-cache | -C | -disable-* | --disable-* \
1389 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1390 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1391 | -with-* | --with-* | -without-* | --without-* | --x)
1392 case "$ac_configure_args0 " in
1393 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1394 esac
1396 -* ) ac_must_keep_next=true ;;
1397 esac
1399 ac_configure_args="$ac_configure_args '$ac_arg'"
1401 esac
1402 done
1403 done
1404 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1405 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1407 # When interrupted or exit'd, cleanup temporary files, and complete
1408 # config.log. We remove comments because anyway the quotes in there
1409 # would cause problems or look ugly.
1410 # WARNING: Use '\'' to represent an apostrophe within the trap.
1411 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1412 trap 'exit_status=$?
1413 # Save into config.log some information that might help in debugging.
1415 echo
1417 cat <<\_ASBOX
1418 ## ---------------- ##
1419 ## Cache variables. ##
1420 ## ---------------- ##
1421 _ASBOX
1422 echo
1423 # The following way of writing the cache mishandles newlines in values,
1425 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1426 eval ac_val=\$$ac_var
1427 case $ac_val in #(
1428 *${as_nl}*)
1429 case $ac_var in #(
1430 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1431 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1432 esac
1433 case $ac_var in #(
1434 _ | IFS | as_nl) ;; #(
1435 *) $as_unset $ac_var ;;
1436 esac ;;
1437 esac
1438 done
1439 (set) 2>&1 |
1440 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1441 *${as_nl}ac_space=\ *)
1442 sed -n \
1443 "s/'\''/'\''\\\\'\'''\''/g;
1444 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1445 ;; #(
1447 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1449 esac |
1450 sort
1452 echo
1454 cat <<\_ASBOX
1455 ## ----------------- ##
1456 ## Output variables. ##
1457 ## ----------------- ##
1458 _ASBOX
1459 echo
1460 for ac_var in $ac_subst_vars
1462 eval ac_val=\$$ac_var
1463 case $ac_val in
1464 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1465 esac
1466 echo "$ac_var='\''$ac_val'\''"
1467 done | sort
1468 echo
1470 if test -n "$ac_subst_files"; then
1471 cat <<\_ASBOX
1472 ## ------------------- ##
1473 ## File substitutions. ##
1474 ## ------------------- ##
1475 _ASBOX
1476 echo
1477 for ac_var in $ac_subst_files
1479 eval ac_val=\$$ac_var
1480 case $ac_val in
1481 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1482 esac
1483 echo "$ac_var='\''$ac_val'\''"
1484 done | sort
1485 echo
1488 if test -s confdefs.h; then
1489 cat <<\_ASBOX
1490 ## ----------- ##
1491 ## confdefs.h. ##
1492 ## ----------- ##
1493 _ASBOX
1494 echo
1495 cat confdefs.h
1496 echo
1498 test "$ac_signal" != 0 &&
1499 echo "$as_me: caught signal $ac_signal"
1500 echo "$as_me: exit $exit_status"
1501 } >&5
1502 rm -f core *.core core.conftest.* &&
1503 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1504 exit $exit_status
1506 for ac_signal in 1 2 13 15; do
1507 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1508 done
1509 ac_signal=0
1511 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1512 rm -f -r conftest* confdefs.h
1514 # Predefined preprocessor variables.
1516 cat >>confdefs.h <<_ACEOF
1517 #define PACKAGE_NAME "$PACKAGE_NAME"
1518 _ACEOF
1521 cat >>confdefs.h <<_ACEOF
1522 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1523 _ACEOF
1526 cat >>confdefs.h <<_ACEOF
1527 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1528 _ACEOF
1531 cat >>confdefs.h <<_ACEOF
1532 #define PACKAGE_STRING "$PACKAGE_STRING"
1533 _ACEOF
1536 cat >>confdefs.h <<_ACEOF
1537 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1538 _ACEOF
1541 # Let the site file select an alternate cache file if it wants to.
1542 # Prefer explicitly selected file to automatically selected ones.
1543 if test -n "$CONFIG_SITE"; then
1544 set x "$CONFIG_SITE"
1545 elif test "x$prefix" != xNONE; then
1546 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1547 else
1548 set x "$ac_default_prefix/share/config.site" \
1549 "$ac_default_prefix/etc/config.site"
1551 shift
1552 for ac_site_file
1554 if test -r "$ac_site_file"; then
1555 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1556 echo "$as_me: loading site script $ac_site_file" >&6;}
1557 sed 's/^/| /' "$ac_site_file" >&5
1558 . "$ac_site_file"
1560 done
1562 if test -r "$cache_file"; then
1563 # Some versions of bash will fail to source /dev/null (special
1564 # files actually), so we avoid doing that.
1565 if test -f "$cache_file"; then
1566 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1567 echo "$as_me: loading cache $cache_file" >&6;}
1568 case $cache_file in
1569 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1570 *) . "./$cache_file";;
1571 esac
1573 else
1574 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1575 echo "$as_me: creating cache $cache_file" >&6;}
1576 >$cache_file
1579 # Check that the precious variables saved in the cache have kept the same
1580 # value.
1581 ac_cache_corrupted=false
1582 for ac_var in $ac_precious_vars; do
1583 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1584 eval ac_new_set=\$ac_env_${ac_var}_set
1585 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1586 eval ac_new_val=\$ac_env_${ac_var}_value
1587 case $ac_old_set,$ac_new_set in
1588 set,)
1589 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1590 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1591 ac_cache_corrupted=: ;;
1592 ,set)
1593 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1594 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1595 ac_cache_corrupted=: ;;
1596 ,);;
1598 if test "x$ac_old_val" != "x$ac_new_val"; then
1599 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1600 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1601 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1602 echo "$as_me: former value: $ac_old_val" >&2;}
1603 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1604 echo "$as_me: current value: $ac_new_val" >&2;}
1605 ac_cache_corrupted=:
1606 fi;;
1607 esac
1608 # Pass precious variables to config.status.
1609 if test "$ac_new_set" = set; then
1610 case $ac_new_val in
1611 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1612 *) ac_arg=$ac_var=$ac_new_val ;;
1613 esac
1614 case " $ac_configure_args " in
1615 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1616 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1617 esac
1619 done
1620 if $ac_cache_corrupted; then
1621 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1622 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1623 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1624 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1625 { (exit 1); exit 1; }; }
1652 ac_ext=c
1653 ac_cpp='$CPP $CPPFLAGS'
1654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1662 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1663 if test -n "$ac_tool_prefix"; then
1664 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1665 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1666 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1668 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
1669 echo $ECHO_N "(cached) $ECHO_C" >&6
1670 else
1671 case $PKG_CONFIG in
1672 [\\/]* | ?:[\\/]*)
1673 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
1676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1677 for as_dir in $PATH
1679 IFS=$as_save_IFS
1680 test -z "$as_dir" && as_dir=.
1681 for ac_exec_ext in '' $ac_executable_extensions; do
1682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1683 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1684 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1685 break 2
1687 done
1688 done
1689 IFS=$as_save_IFS
1692 esac
1694 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1695 if test -n "$PKG_CONFIG"; then
1696 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
1697 echo "${ECHO_T}$PKG_CONFIG" >&6; }
1698 else
1699 { echo "$as_me:$LINENO: result: no" >&5
1700 echo "${ECHO_T}no" >&6; }
1705 if test -z "$ac_cv_path_PKG_CONFIG"; then
1706 ac_pt_PKG_CONFIG=$PKG_CONFIG
1707 # Extract the first word of "pkg-config", so it can be a program name with args.
1708 set dummy pkg-config; ac_word=$2
1709 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1710 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1711 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
1712 echo $ECHO_N "(cached) $ECHO_C" >&6
1713 else
1714 case $ac_pt_PKG_CONFIG in
1715 [\\/]* | ?:[\\/]*)
1716 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
1719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1720 for as_dir in $PATH
1722 IFS=$as_save_IFS
1723 test -z "$as_dir" && as_dir=.
1724 for ac_exec_ext in '' $ac_executable_extensions; do
1725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1726 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1728 break 2
1730 done
1731 done
1732 IFS=$as_save_IFS
1735 esac
1737 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1738 if test -n "$ac_pt_PKG_CONFIG"; then
1739 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
1740 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
1741 else
1742 { echo "$as_me:$LINENO: result: no" >&5
1743 echo "${ECHO_T}no" >&6; }
1746 if test "x$ac_pt_PKG_CONFIG" = x; then
1747 PKG_CONFIG=""
1748 else
1749 case $cross_compiling:$ac_tool_warned in
1750 yes:)
1751 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
1752 whose name does not start with the host triplet. If you think this
1753 configuration is useful to you, please write to autoconf@gnu.org." >&5
1754 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
1755 whose name does not start with the host triplet. If you think this
1756 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
1757 ac_tool_warned=yes ;;
1758 esac
1759 PKG_CONFIG=$ac_pt_PKG_CONFIG
1761 else
1762 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
1766 if test -n "$PKG_CONFIG"; then
1767 _pkg_min_version=0.9.0
1768 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
1769 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
1770 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1771 { echo "$as_me:$LINENO: result: yes" >&5
1772 echo "${ECHO_T}yes" >&6; }
1773 else
1774 { echo "$as_me:$LINENO: result: no" >&5
1775 echo "${ECHO_T}no" >&6; }
1776 PKG_CONFIG=""
1781 # Check whether --enable-gtk was given.
1782 if test "${enable_gtk+set}" = set; then
1783 enableval=$enable_gtk; HAVE_GTK=no
1784 else
1785 if test -n "$PKG_CONFIG" && \
1786 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
1787 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
1788 ac_status=$?
1789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1790 (exit $ac_status); }; then
1791 HAVE_GTK=yes
1792 else
1793 HAVE_GTK=no
1799 # Check whether --enable-md was given.
1800 if test "${enable_md+set}" = set; then
1801 enableval=$enable_md; HAVE_MD=no
1802 else
1803 if test -n "$PKG_CONFIG" && \
1804 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monodevelop\"") >&5
1805 ($PKG_CONFIG --exists --print-errors "monodevelop") 2>&5
1806 ac_status=$?
1807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1808 (exit $ac_status); }; then
1809 HAVE_MD=yes
1810 else
1811 HAVE_MD=no
1817 HAVE_DOC_TOOLS=no
1818 # Extract the first word of "asciidoc", so it can be a program name with args.
1819 set dummy asciidoc; 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_ASCIIDOC+set}" = set; then
1823 echo $ECHO_N "(cached) $ECHO_C" >&6
1824 else
1825 if test -n "$ASCIIDOC"; then
1826 ac_cv_prog_ASCIIDOC="$ASCIIDOC" # 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_ASCIIDOC="yes"
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 ASCIIDOC=$ac_cv_prog_ASCIIDOC
1846 if test -n "$ASCIIDOC"; then
1847 { echo "$as_me:$LINENO: result: $ASCIIDOC" >&5
1848 echo "${ECHO_T}$ASCIIDOC" >&6; }
1849 else
1850 { echo "$as_me:$LINENO: result: no" >&5
1851 echo "${ECHO_T}no" >&6; }
1855 # Extract the first word of "xmlto", so it can be a program name with args.
1856 set dummy xmlto; ac_word=$2
1857 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1859 if test "${ac_cv_prog_XMLTO+set}" = set; then
1860 echo $ECHO_N "(cached) $ECHO_C" >&6
1861 else
1862 if test -n "$XMLTO"; then
1863 ac_cv_prog_XMLTO="$XMLTO" # Let the user override the test.
1864 else
1865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1866 for as_dir in $PATH
1868 IFS=$as_save_IFS
1869 test -z "$as_dir" && as_dir=.
1870 for ac_exec_ext in '' $ac_executable_extensions; do
1871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1872 ac_cv_prog_XMLTO="yes"
1873 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1874 break 2
1876 done
1877 done
1878 IFS=$as_save_IFS
1882 XMLTO=$ac_cv_prog_XMLTO
1883 if test -n "$XMLTO"; then
1884 { echo "$as_me:$LINENO: result: $XMLTO" >&5
1885 echo "${ECHO_T}$XMLTO" >&6; }
1886 else
1887 { echo "$as_me:$LINENO: result: no" >&5
1888 echo "${ECHO_T}no" >&6; }
1893 if test "x$ASCIIDOC" = "xyes"; then
1894 if test "x$XMLTO" = "xyes"; then
1895 HAVE_DOC_TOOLS=yes
1899 # Check whether --enable-highlight was given.
1900 if test "${enable_highlight+set}" = set; then
1901 enableval=$enable_highlight; if test -n "$PKG_CONFIG" && \
1902 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtksourceview-sharp-2.0\"") >&5
1903 ($PKG_CONFIG --exists --print-errors "gtksourceview-sharp-2.0") 2>&5
1904 ac_status=$?
1905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1906 (exit $ac_status); }; then
1907 HAVE_GTK_SOURCEVIEW=yes
1908 else
1909 HAVE_GTK_SOURCEVIEW=no
1911 if test -n "$PKG_CONFIG" && \
1912 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-sharp-2.0\"") >&5
1913 ($PKG_CONFIG --exists --print-errors "gnome-vfs-sharp-2.0") 2>&5
1914 ac_status=$?
1915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1916 (exit $ac_status); }; then
1917 HAVE_GNOME_VFS=yes
1918 else
1919 HAVE_GNOME_VFS=no
1925 # Check whether --enable-keyring was given.
1926 if test "${enable_keyring+set}" = set; then
1927 enableval=$enable_keyring; HAVE_GNOME_KEYRING=no
1928 else
1929 if test -n "$PKG_CONFIG" && \
1930 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-keyring-sharp\"") >&5
1931 ($PKG_CONFIG --exists --print-errors "gnome-keyring-sharp") 2>&5
1932 ac_status=$?
1933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1934 (exit $ac_status); }; then
1935 HAVE_GNOME_KEYRING=yes
1936 else
1937 HAVE_GNOME_KEYRING=no
1944 # Check whether --with-mslibs was given.
1945 if test "${with_mslibs+set}" = set; then
1946 withval=$with_mslibs; HAVE_MSLIBS=$withval
1947 else
1948 HAVE_MSLIBS=no
1953 MONO_VERSION=`pkg-config --modversion mono`
1954 HAVE_ATLEAST_GTK_210=`pkg-config --atleast-version=2.10 gtk-sharp-2.0 && echo 1`
1955 MD_LIBPATH=`pkg-config monodevelop --variable libdir`
1957 HAVE_MAGIC=maybe
1959 # Check whether --enable-magic was given.
1960 if test "${enable_magic+set}" = set; then
1961 enableval=$enable_magic; HAVE_MAGIC=no
1965 if test "x$HAVE_MAGIC" = "xmaybe"; then
1966 ac_ext=c
1967 ac_cpp='$CPP $CPPFLAGS'
1968 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1969 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1970 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1971 if test -n "$ac_tool_prefix"; then
1972 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1973 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1974 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1976 if test "${ac_cv_prog_CC+set}" = set; then
1977 echo $ECHO_N "(cached) $ECHO_C" >&6
1978 else
1979 if test -n "$CC"; then
1980 ac_cv_prog_CC="$CC" # Let the user override the test.
1981 else
1982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1983 for as_dir in $PATH
1985 IFS=$as_save_IFS
1986 test -z "$as_dir" && as_dir=.
1987 for ac_exec_ext in '' $ac_executable_extensions; do
1988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1989 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1991 break 2
1993 done
1994 done
1995 IFS=$as_save_IFS
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 "$ac_cv_prog_CC"; then
2011 ac_ct_CC=$CC
2012 # Extract the first word of "gcc", so it can be a program name with args.
2013 set dummy gcc; ac_word=$2
2014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2016 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2017 echo $ECHO_N "(cached) $ECHO_C" >&6
2018 else
2019 if test -n "$ac_ct_CC"; then
2020 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2021 else
2022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2023 for as_dir in $PATH
2025 IFS=$as_save_IFS
2026 test -z "$as_dir" && as_dir=.
2027 for ac_exec_ext in '' $ac_executable_extensions; do
2028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2029 ac_cv_prog_ac_ct_CC="gcc"
2030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2031 break 2
2033 done
2034 done
2035 IFS=$as_save_IFS
2039 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2040 if test -n "$ac_ct_CC"; then
2041 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2042 echo "${ECHO_T}$ac_ct_CC" >&6; }
2043 else
2044 { echo "$as_me:$LINENO: result: no" >&5
2045 echo "${ECHO_T}no" >&6; }
2048 if test "x$ac_ct_CC" = x; then
2049 CC=""
2050 else
2051 case $cross_compiling:$ac_tool_warned in
2052 yes:)
2053 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2054 whose name does not start with the host triplet. If you think this
2055 configuration is useful to you, please write to autoconf@gnu.org." >&5
2056 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2057 whose name does not start with the host triplet. If you think this
2058 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2059 ac_tool_warned=yes ;;
2060 esac
2061 CC=$ac_ct_CC
2063 else
2064 CC="$ac_cv_prog_CC"
2067 if test -z "$CC"; then
2068 if test -n "$ac_tool_prefix"; then
2069 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2070 set dummy ${ac_tool_prefix}cc; ac_word=$2
2071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2073 if test "${ac_cv_prog_CC+set}" = set; then
2074 echo $ECHO_N "(cached) $ECHO_C" >&6
2075 else
2076 if test -n "$CC"; then
2077 ac_cv_prog_CC="$CC" # Let the user override the test.
2078 else
2079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2080 for as_dir in $PATH
2082 IFS=$as_save_IFS
2083 test -z "$as_dir" && as_dir=.
2084 for ac_exec_ext in '' $ac_executable_extensions; do
2085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2086 ac_cv_prog_CC="${ac_tool_prefix}cc"
2087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2088 break 2
2090 done
2091 done
2092 IFS=$as_save_IFS
2096 CC=$ac_cv_prog_CC
2097 if test -n "$CC"; then
2098 { echo "$as_me:$LINENO: result: $CC" >&5
2099 echo "${ECHO_T}$CC" >&6; }
2100 else
2101 { echo "$as_me:$LINENO: result: no" >&5
2102 echo "${ECHO_T}no" >&6; }
2108 if test -z "$CC"; then
2109 # Extract the first word of "cc", so it can be a program name with args.
2110 set dummy cc; ac_word=$2
2111 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2113 if test "${ac_cv_prog_CC+set}" = set; then
2114 echo $ECHO_N "(cached) $ECHO_C" >&6
2115 else
2116 if test -n "$CC"; then
2117 ac_cv_prog_CC="$CC" # Let the user override the test.
2118 else
2119 ac_prog_rejected=no
2120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2121 for as_dir in $PATH
2123 IFS=$as_save_IFS
2124 test -z "$as_dir" && as_dir=.
2125 for ac_exec_ext in '' $ac_executable_extensions; do
2126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2127 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2128 ac_prog_rejected=yes
2129 continue
2131 ac_cv_prog_CC="cc"
2132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2133 break 2
2135 done
2136 done
2137 IFS=$as_save_IFS
2139 if test $ac_prog_rejected = yes; then
2140 # We found a bogon in the path, so make sure we never use it.
2141 set dummy $ac_cv_prog_CC
2142 shift
2143 if test $# != 0; then
2144 # We chose a different compiler from the bogus one.
2145 # However, it has the same basename, so the bogon will be chosen
2146 # first if we set CC to just the basename; use the full file name.
2147 shift
2148 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2153 CC=$ac_cv_prog_CC
2154 if test -n "$CC"; then
2155 { echo "$as_me:$LINENO: result: $CC" >&5
2156 echo "${ECHO_T}$CC" >&6; }
2157 else
2158 { echo "$as_me:$LINENO: result: no" >&5
2159 echo "${ECHO_T}no" >&6; }
2164 if test -z "$CC"; then
2165 if test -n "$ac_tool_prefix"; then
2166 for ac_prog in cl.exe
2168 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2169 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2170 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2171 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2172 if test "${ac_cv_prog_CC+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2174 else
2175 if test -n "$CC"; then
2176 ac_cv_prog_CC="$CC" # Let the user override the test.
2177 else
2178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2179 for as_dir in $PATH
2181 IFS=$as_save_IFS
2182 test -z "$as_dir" && as_dir=.
2183 for ac_exec_ext in '' $ac_executable_extensions; do
2184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2185 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2186 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2187 break 2
2189 done
2190 done
2191 IFS=$as_save_IFS
2195 CC=$ac_cv_prog_CC
2196 if test -n "$CC"; then
2197 { echo "$as_me:$LINENO: result: $CC" >&5
2198 echo "${ECHO_T}$CC" >&6; }
2199 else
2200 { echo "$as_me:$LINENO: result: no" >&5
2201 echo "${ECHO_T}no" >&6; }
2205 test -n "$CC" && break
2206 done
2208 if test -z "$CC"; then
2209 ac_ct_CC=$CC
2210 for ac_prog in cl.exe
2212 # Extract the first word of "$ac_prog", so it can be a program name with args.
2213 set dummy $ac_prog; ac_word=$2
2214 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2215 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2216 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2217 echo $ECHO_N "(cached) $ECHO_C" >&6
2218 else
2219 if test -n "$ac_ct_CC"; then
2220 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2221 else
2222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2223 for as_dir in $PATH
2225 IFS=$as_save_IFS
2226 test -z "$as_dir" && as_dir=.
2227 for ac_exec_ext in '' $ac_executable_extensions; do
2228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2229 ac_cv_prog_ac_ct_CC="$ac_prog"
2230 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2231 break 2
2233 done
2234 done
2235 IFS=$as_save_IFS
2239 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2240 if test -n "$ac_ct_CC"; then
2241 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2242 echo "${ECHO_T}$ac_ct_CC" >&6; }
2243 else
2244 { echo "$as_me:$LINENO: result: no" >&5
2245 echo "${ECHO_T}no" >&6; }
2249 test -n "$ac_ct_CC" && break
2250 done
2252 if test "x$ac_ct_CC" = x; then
2253 CC=""
2254 else
2255 case $cross_compiling:$ac_tool_warned in
2256 yes:)
2257 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2258 whose name does not start with the host triplet. If you think this
2259 configuration is useful to you, please write to autoconf@gnu.org." >&5
2260 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2261 whose name does not start with the host triplet. If you think this
2262 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2263 ac_tool_warned=yes ;;
2264 esac
2265 CC=$ac_ct_CC
2272 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2273 See \`config.log' for more details." >&5
2274 echo "$as_me: error: no acceptable C compiler found in \$PATH
2275 See \`config.log' for more details." >&2;}
2276 { (exit 1); exit 1; }; }
2278 # Provide some information about the compiler.
2279 echo "$as_me:$LINENO: checking for C compiler version" >&5
2280 ac_compiler=`set X $ac_compile; echo $2`
2281 { (ac_try="$ac_compiler --version >&5"
2282 case "(($ac_try" in
2283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2284 *) ac_try_echo=$ac_try;;
2285 esac
2286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2287 (eval "$ac_compiler --version >&5") 2>&5
2288 ac_status=$?
2289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2290 (exit $ac_status); }
2291 { (ac_try="$ac_compiler -v >&5"
2292 case "(($ac_try" in
2293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2294 *) ac_try_echo=$ac_try;;
2295 esac
2296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2297 (eval "$ac_compiler -v >&5") 2>&5
2298 ac_status=$?
2299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2300 (exit $ac_status); }
2301 { (ac_try="$ac_compiler -V >&5"
2302 case "(($ac_try" in
2303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2304 *) ac_try_echo=$ac_try;;
2305 esac
2306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2307 (eval "$ac_compiler -V >&5") 2>&5
2308 ac_status=$?
2309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2310 (exit $ac_status); }
2312 cat >conftest.$ac_ext <<_ACEOF
2313 /* confdefs.h. */
2314 _ACEOF
2315 cat confdefs.h >>conftest.$ac_ext
2316 cat >>conftest.$ac_ext <<_ACEOF
2317 /* end confdefs.h. */
2320 main ()
2324 return 0;
2326 _ACEOF
2327 ac_clean_files_save=$ac_clean_files
2328 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2329 # Try to create an executable without -o first, disregard a.out.
2330 # It will help us diagnose broken compilers, and finding out an intuition
2331 # of exeext.
2332 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2333 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2334 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2336 # List of possible output files, starting from the most likely.
2337 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2338 # only as a last resort. b.out is created by i960 compilers.
2339 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2341 # The IRIX 6 linker writes into existing files which may not be
2342 # executable, retaining their permissions. Remove them first so a
2343 # subsequent execution test works.
2344 ac_rmfiles=
2345 for ac_file in $ac_files
2347 case $ac_file in
2348 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2349 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2350 esac
2351 done
2352 rm -f $ac_rmfiles
2354 if { (ac_try="$ac_link_default"
2355 case "(($ac_try" in
2356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2357 *) ac_try_echo=$ac_try;;
2358 esac
2359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2360 (eval "$ac_link_default") 2>&5
2361 ac_status=$?
2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363 (exit $ac_status); }; then
2364 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2365 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2366 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2367 # so that the user can short-circuit this test for compilers unknown to
2368 # Autoconf.
2369 for ac_file in $ac_files ''
2371 test -f "$ac_file" || continue
2372 case $ac_file in
2373 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2375 [ab].out )
2376 # We found the default executable, but exeext='' is most
2377 # certainly right.
2378 break;;
2379 *.* )
2380 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2381 then :; else
2382 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2384 # We set ac_cv_exeext here because the later test for it is not
2385 # safe: cross compilers may not add the suffix if given an `-o'
2386 # argument, so we may need to know it at that point already.
2387 # Even if this section looks crufty: it has the advantage of
2388 # actually working.
2389 break;;
2391 break;;
2392 esac
2393 done
2394 test "$ac_cv_exeext" = no && ac_cv_exeext=
2396 else
2397 ac_file=''
2400 { echo "$as_me:$LINENO: result: $ac_file" >&5
2401 echo "${ECHO_T}$ac_file" >&6; }
2402 if test -z "$ac_file"; then
2403 echo "$as_me: failed program was:" >&5
2404 sed 's/^/| /' conftest.$ac_ext >&5
2406 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2407 See \`config.log' for more details." >&5
2408 echo "$as_me: error: C compiler cannot create executables
2409 See \`config.log' for more details." >&2;}
2410 { (exit 77); exit 77; }; }
2413 ac_exeext=$ac_cv_exeext
2415 # Check that the compiler produces executables we can run. If not, either
2416 # the compiler is broken, or we cross compile.
2417 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2418 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2419 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2420 # If not cross compiling, check that we can run a simple program.
2421 if test "$cross_compiling" != yes; then
2422 if { ac_try='./$ac_file'
2423 { (case "(($ac_try" in
2424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2425 *) ac_try_echo=$ac_try;;
2426 esac
2427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2428 (eval "$ac_try") 2>&5
2429 ac_status=$?
2430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2431 (exit $ac_status); }; }; then
2432 cross_compiling=no
2433 else
2434 if test "$cross_compiling" = maybe; then
2435 cross_compiling=yes
2436 else
2437 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2438 If you meant to cross compile, use \`--host'.
2439 See \`config.log' for more details." >&5
2440 echo "$as_me: error: cannot run C compiled programs.
2441 If you meant to cross compile, use \`--host'.
2442 See \`config.log' for more details." >&2;}
2443 { (exit 1); exit 1; }; }
2447 { echo "$as_me:$LINENO: result: yes" >&5
2448 echo "${ECHO_T}yes" >&6; }
2450 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2451 ac_clean_files=$ac_clean_files_save
2452 # Check that the compiler produces executables we can run. If not, either
2453 # the compiler is broken, or we cross compile.
2454 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2455 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2456 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2457 echo "${ECHO_T}$cross_compiling" >&6; }
2459 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2460 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2461 if { (ac_try="$ac_link"
2462 case "(($ac_try" in
2463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2464 *) ac_try_echo=$ac_try;;
2465 esac
2466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2467 (eval "$ac_link") 2>&5
2468 ac_status=$?
2469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2470 (exit $ac_status); }; then
2471 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2472 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2473 # work properly (i.e., refer to `conftest.exe'), while it won't with
2474 # `rm'.
2475 for ac_file in conftest.exe conftest conftest.*; do
2476 test -f "$ac_file" || continue
2477 case $ac_file in
2478 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2479 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2480 break;;
2481 * ) break;;
2482 esac
2483 done
2484 else
2485 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2486 See \`config.log' for more details." >&5
2487 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2488 See \`config.log' for more details." >&2;}
2489 { (exit 1); exit 1; }; }
2492 rm -f conftest$ac_cv_exeext
2493 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2494 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2496 rm -f conftest.$ac_ext
2497 EXEEXT=$ac_cv_exeext
2498 ac_exeext=$EXEEXT
2499 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2500 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2501 if test "${ac_cv_objext+set}" = set; then
2502 echo $ECHO_N "(cached) $ECHO_C" >&6
2503 else
2504 cat >conftest.$ac_ext <<_ACEOF
2505 /* confdefs.h. */
2506 _ACEOF
2507 cat confdefs.h >>conftest.$ac_ext
2508 cat >>conftest.$ac_ext <<_ACEOF
2509 /* end confdefs.h. */
2512 main ()
2516 return 0;
2518 _ACEOF
2519 rm -f conftest.o conftest.obj
2520 if { (ac_try="$ac_compile"
2521 case "(($ac_try" in
2522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2523 *) ac_try_echo=$ac_try;;
2524 esac
2525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2526 (eval "$ac_compile") 2>&5
2527 ac_status=$?
2528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2529 (exit $ac_status); }; then
2530 for ac_file in conftest.o conftest.obj conftest.*; do
2531 test -f "$ac_file" || continue;
2532 case $ac_file in
2533 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2534 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2535 break;;
2536 esac
2537 done
2538 else
2539 echo "$as_me: failed program was:" >&5
2540 sed 's/^/| /' conftest.$ac_ext >&5
2542 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2543 See \`config.log' for more details." >&5
2544 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2545 See \`config.log' for more details." >&2;}
2546 { (exit 1); exit 1; }; }
2549 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2551 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2552 echo "${ECHO_T}$ac_cv_objext" >&6; }
2553 OBJEXT=$ac_cv_objext
2554 ac_objext=$OBJEXT
2555 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2556 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2557 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2558 echo $ECHO_N "(cached) $ECHO_C" >&6
2559 else
2560 cat >conftest.$ac_ext <<_ACEOF
2561 /* confdefs.h. */
2562 _ACEOF
2563 cat confdefs.h >>conftest.$ac_ext
2564 cat >>conftest.$ac_ext <<_ACEOF
2565 /* end confdefs.h. */
2568 main ()
2570 #ifndef __GNUC__
2571 choke me
2572 #endif
2575 return 0;
2577 _ACEOF
2578 rm -f conftest.$ac_objext
2579 if { (ac_try="$ac_compile"
2580 case "(($ac_try" in
2581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2582 *) ac_try_echo=$ac_try;;
2583 esac
2584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2585 (eval "$ac_compile") 2>conftest.er1
2586 ac_status=$?
2587 grep -v '^ *+' conftest.er1 >conftest.err
2588 rm -f conftest.er1
2589 cat conftest.err >&5
2590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591 (exit $ac_status); } && {
2592 test -z "$ac_c_werror_flag" ||
2593 test ! -s conftest.err
2594 } && test -s conftest.$ac_objext; then
2595 ac_compiler_gnu=yes
2596 else
2597 echo "$as_me: failed program was:" >&5
2598 sed 's/^/| /' conftest.$ac_ext >&5
2600 ac_compiler_gnu=no
2603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2604 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2607 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2608 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2609 GCC=`test $ac_compiler_gnu = yes && echo yes`
2610 ac_test_CFLAGS=${CFLAGS+set}
2611 ac_save_CFLAGS=$CFLAGS
2612 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2613 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2614 if test "${ac_cv_prog_cc_g+set}" = set; then
2615 echo $ECHO_N "(cached) $ECHO_C" >&6
2616 else
2617 ac_save_c_werror_flag=$ac_c_werror_flag
2618 ac_c_werror_flag=yes
2619 ac_cv_prog_cc_g=no
2620 CFLAGS="-g"
2621 cat >conftest.$ac_ext <<_ACEOF
2622 /* confdefs.h. */
2623 _ACEOF
2624 cat confdefs.h >>conftest.$ac_ext
2625 cat >>conftest.$ac_ext <<_ACEOF
2626 /* end confdefs.h. */
2629 main ()
2633 return 0;
2635 _ACEOF
2636 rm -f conftest.$ac_objext
2637 if { (ac_try="$ac_compile"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643 (eval "$ac_compile") 2>conftest.er1
2644 ac_status=$?
2645 grep -v '^ *+' conftest.er1 >conftest.err
2646 rm -f conftest.er1
2647 cat conftest.err >&5
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); } && {
2650 test -z "$ac_c_werror_flag" ||
2651 test ! -s conftest.err
2652 } && test -s conftest.$ac_objext; then
2653 ac_cv_prog_cc_g=yes
2654 else
2655 echo "$as_me: failed program was:" >&5
2656 sed 's/^/| /' conftest.$ac_ext >&5
2658 CFLAGS=""
2659 cat >conftest.$ac_ext <<_ACEOF
2660 /* confdefs.h. */
2661 _ACEOF
2662 cat confdefs.h >>conftest.$ac_ext
2663 cat >>conftest.$ac_ext <<_ACEOF
2664 /* end confdefs.h. */
2667 main ()
2671 return 0;
2673 _ACEOF
2674 rm -f conftest.$ac_objext
2675 if { (ac_try="$ac_compile"
2676 case "(($ac_try" in
2677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2678 *) ac_try_echo=$ac_try;;
2679 esac
2680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2681 (eval "$ac_compile") 2>conftest.er1
2682 ac_status=$?
2683 grep -v '^ *+' conftest.er1 >conftest.err
2684 rm -f conftest.er1
2685 cat conftest.err >&5
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); } && {
2688 test -z "$ac_c_werror_flag" ||
2689 test ! -s conftest.err
2690 } && test -s conftest.$ac_objext; then
2692 else
2693 echo "$as_me: failed program was:" >&5
2694 sed 's/^/| /' conftest.$ac_ext >&5
2696 ac_c_werror_flag=$ac_save_c_werror_flag
2697 CFLAGS="-g"
2698 cat >conftest.$ac_ext <<_ACEOF
2699 /* confdefs.h. */
2700 _ACEOF
2701 cat confdefs.h >>conftest.$ac_ext
2702 cat >>conftest.$ac_ext <<_ACEOF
2703 /* end confdefs.h. */
2706 main ()
2710 return 0;
2712 _ACEOF
2713 rm -f conftest.$ac_objext
2714 if { (ac_try="$ac_compile"
2715 case "(($ac_try" in
2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717 *) ac_try_echo=$ac_try;;
2718 esac
2719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2720 (eval "$ac_compile") 2>conftest.er1
2721 ac_status=$?
2722 grep -v '^ *+' conftest.er1 >conftest.err
2723 rm -f conftest.er1
2724 cat conftest.err >&5
2725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2726 (exit $ac_status); } && {
2727 test -z "$ac_c_werror_flag" ||
2728 test ! -s conftest.err
2729 } && test -s conftest.$ac_objext; then
2730 ac_cv_prog_cc_g=yes
2731 else
2732 echo "$as_me: failed program was:" >&5
2733 sed 's/^/| /' conftest.$ac_ext >&5
2738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2745 ac_c_werror_flag=$ac_save_c_werror_flag
2747 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2748 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2749 if test "$ac_test_CFLAGS" = set; then
2750 CFLAGS=$ac_save_CFLAGS
2751 elif test $ac_cv_prog_cc_g = yes; then
2752 if test "$GCC" = yes; then
2753 CFLAGS="-g -O2"
2754 else
2755 CFLAGS="-g"
2757 else
2758 if test "$GCC" = yes; then
2759 CFLAGS="-O2"
2760 else
2761 CFLAGS=
2764 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2765 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2766 if test "${ac_cv_prog_cc_c89+set}" = set; then
2767 echo $ECHO_N "(cached) $ECHO_C" >&6
2768 else
2769 ac_cv_prog_cc_c89=no
2770 ac_save_CC=$CC
2771 cat >conftest.$ac_ext <<_ACEOF
2772 /* confdefs.h. */
2773 _ACEOF
2774 cat confdefs.h >>conftest.$ac_ext
2775 cat >>conftest.$ac_ext <<_ACEOF
2776 /* end confdefs.h. */
2777 #include <stdarg.h>
2778 #include <stdio.h>
2779 #include <sys/types.h>
2780 #include <sys/stat.h>
2781 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2782 struct buf { int x; };
2783 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2784 static char *e (p, i)
2785 char **p;
2786 int i;
2788 return p[i];
2790 static char *f (char * (*g) (char **, int), char **p, ...)
2792 char *s;
2793 va_list v;
2794 va_start (v,p);
2795 s = g (p, va_arg (v,int));
2796 va_end (v);
2797 return s;
2800 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2801 function prototypes and stuff, but not '\xHH' hex character constants.
2802 These don't provoke an error unfortunately, instead are silently treated
2803 as 'x'. The following induces an error, until -std is added to get
2804 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2805 array size at least. It's necessary to write '\x00'==0 to get something
2806 that's true only with -std. */
2807 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2809 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2810 inside strings and character constants. */
2811 #define FOO(x) 'x'
2812 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2814 int test (int i, double x);
2815 struct s1 {int (*f) (int a);};
2816 struct s2 {int (*f) (double a);};
2817 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2818 int argc;
2819 char **argv;
2821 main ()
2823 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2825 return 0;
2827 _ACEOF
2828 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2829 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2831 CC="$ac_save_CC $ac_arg"
2832 rm -f conftest.$ac_objext
2833 if { (ac_try="$ac_compile"
2834 case "(($ac_try" in
2835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2836 *) ac_try_echo=$ac_try;;
2837 esac
2838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2839 (eval "$ac_compile") 2>conftest.er1
2840 ac_status=$?
2841 grep -v '^ *+' conftest.er1 >conftest.err
2842 rm -f conftest.er1
2843 cat conftest.err >&5
2844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2845 (exit $ac_status); } && {
2846 test -z "$ac_c_werror_flag" ||
2847 test ! -s conftest.err
2848 } && test -s conftest.$ac_objext; then
2849 ac_cv_prog_cc_c89=$ac_arg
2850 else
2851 echo "$as_me: failed program was:" >&5
2852 sed 's/^/| /' conftest.$ac_ext >&5
2857 rm -f core conftest.err conftest.$ac_objext
2858 test "x$ac_cv_prog_cc_c89" != "xno" && break
2859 done
2860 rm -f conftest.$ac_ext
2861 CC=$ac_save_CC
2864 # AC_CACHE_VAL
2865 case "x$ac_cv_prog_cc_c89" in
2867 { echo "$as_me:$LINENO: result: none needed" >&5
2868 echo "${ECHO_T}none needed" >&6; } ;;
2869 xno)
2870 { echo "$as_me:$LINENO: result: unsupported" >&5
2871 echo "${ECHO_T}unsupported" >&6; } ;;
2873 CC="$CC $ac_cv_prog_cc_c89"
2874 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2875 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2876 esac
2879 ac_ext=c
2880 ac_cpp='$CPP $CPPFLAGS'
2881 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2882 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2883 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2886 { echo "$as_me:$LINENO: checking for magic_open in -lmagic" >&5
2887 echo $ECHO_N "checking for magic_open in -lmagic... $ECHO_C" >&6; }
2888 if test "${ac_cv_lib_magic_magic_open+set}" = set; then
2889 echo $ECHO_N "(cached) $ECHO_C" >&6
2890 else
2891 ac_check_lib_save_LIBS=$LIBS
2892 LIBS="-lmagic $LIBS"
2893 cat >conftest.$ac_ext <<_ACEOF
2894 /* confdefs.h. */
2895 _ACEOF
2896 cat confdefs.h >>conftest.$ac_ext
2897 cat >>conftest.$ac_ext <<_ACEOF
2898 /* end confdefs.h. */
2900 /* Override any GCC internal prototype to avoid an error.
2901 Use char because int might match the return type of a GCC
2902 builtin and then its argument prototype would still apply. */
2903 #ifdef __cplusplus
2904 extern "C"
2905 #endif
2906 char magic_open ();
2908 main ()
2910 return magic_open ();
2912 return 0;
2914 _ACEOF
2915 rm -f conftest.$ac_objext conftest$ac_exeext
2916 if { (ac_try="$ac_link"
2917 case "(($ac_try" in
2918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2919 *) ac_try_echo=$ac_try;;
2920 esac
2921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2922 (eval "$ac_link") 2>conftest.er1
2923 ac_status=$?
2924 grep -v '^ *+' conftest.er1 >conftest.err
2925 rm -f conftest.er1
2926 cat conftest.err >&5
2927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2928 (exit $ac_status); } && {
2929 test -z "$ac_c_werror_flag" ||
2930 test ! -s conftest.err
2931 } && test -s conftest$ac_exeext &&
2932 $as_test_x conftest$ac_exeext; then
2933 ac_cv_lib_magic_magic_open=yes
2934 else
2935 echo "$as_me: failed program was:" >&5
2936 sed 's/^/| /' conftest.$ac_ext >&5
2938 ac_cv_lib_magic_magic_open=no
2941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
2942 conftest$ac_exeext conftest.$ac_ext
2943 LIBS=$ac_check_lib_save_LIBS
2945 { echo "$as_me:$LINENO: result: $ac_cv_lib_magic_magic_open" >&5
2946 echo "${ECHO_T}$ac_cv_lib_magic_magic_open" >&6; }
2947 if test $ac_cv_lib_magic_magic_open = yes; then
2948 HAVE_MAGIC=yes
2949 else
2950 HAVE_MAGIC=no
2955 if test "x$prefix" = "xNONE"; then
2956 prefix=/usr/local
2959 # assume on windows for now
2960 if test "x$MONO_VERSION" = "x"; then
2961 MONO_VERSION=csc-2.0
2964 HAVE_SYNTAX_HIGHLIGHTING=no
2965 if test "x$HAVE_GNOME_VFS" = "xyes" && test "x$HAVE_GTK_SOURCEVIEW" = "xyes"; then
2966 HAVE_SYNTAX_HIGHLIGHTING=yes
2969 echo "prefix=$prefix" > build/config.make
2970 echo "exec_prefix=\${prefix}" >> build/config.make
2971 echo "mono_libdir=\${exec_prefix}/lib" >> build/config.make
2972 echo "RUNTIME=mono" >> build/config.make
2973 echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> build/config.make
2974 echo "MONO_VERSION=$MONO_VERSION" >> build/config.make
2975 echo "MONODEVELOP_LIBPATH=$MD_LIBPATH" >> build/config.make
2976 echo "MCS_FLAGS=-debug+" >> build/config.make
2977 echo "HAVE_GTK=$HAVE_GTK" >> build/config.make
2978 echo "HAVE_SYNTAX_HIGHLIGHTING=$HAVE_SYNTAX_HIGHLIGHTING" >> build/config.make
2979 echo "HAVE_ATLEAST_GTK_210=$HAVE_ATLEAST_GTK_210" >> build/config.make
2980 echo "HAVE_MAGIC=$HAVE_MAGIC" >> build/config.make
2981 echo "HAVE_MONODEVELOP=$HAVE_MD" >> build/config.make
2982 echo "HAVE_GNOME_KEYRING=$HAVE_GNOME_KEYRING" >> build/config.make
2983 echo "HAVE_DOC_TOOLS=$HAVE_DOC_TOOLS" >> build/config.make
2984 echo "HAVE_MSLIBS=$HAVE_MSLIBS" >> build/config.make
2986 ac_config_files="$ac_config_files tools/opentf/tf.sh tools/wit/wit.sh tfs.spec"
2989 cat >confcache <<\_ACEOF
2990 # This file is a shell script that caches the results of configure
2991 # tests run on this system so they can be shared between configure
2992 # scripts and configure runs, see configure's option --config-cache.
2993 # It is not useful on other systems. If it contains results you don't
2994 # want to keep, you may remove or edit it.
2996 # config.status only pays attention to the cache file if you give it
2997 # the --recheck option to rerun configure.
2999 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3000 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3001 # following values.
3003 _ACEOF
3005 # The following way of writing the cache mishandles newlines in values,
3006 # but we know of no workaround that is simple, portable, and efficient.
3007 # So, we kill variables containing newlines.
3008 # Ultrix sh set writes to stderr and can't be redirected directly,
3009 # and sets the high bit in the cache file unless we assign to the vars.
3011 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3012 eval ac_val=\$$ac_var
3013 case $ac_val in #(
3014 *${as_nl}*)
3015 case $ac_var in #(
3016 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
3017 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
3018 esac
3019 case $ac_var in #(
3020 _ | IFS | as_nl) ;; #(
3021 *) $as_unset $ac_var ;;
3022 esac ;;
3023 esac
3024 done
3026 (set) 2>&1 |
3027 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3028 *${as_nl}ac_space=\ *)
3029 # `set' does not quote correctly, so add quotes (double-quote
3030 # substitution turns \\\\ into \\, and sed turns \\ into \).
3031 sed -n \
3032 "s/'/'\\\\''/g;
3033 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3034 ;; #(
3036 # `set' quotes correctly as required by POSIX, so do not add quotes.
3037 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3039 esac |
3040 sort
3042 sed '
3043 /^ac_cv_env_/b end
3044 t clear
3045 :clear
3046 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3047 t end
3048 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3049 :end' >>confcache
3050 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3051 if test -w "$cache_file"; then
3052 test "x$cache_file" != "x/dev/null" &&
3053 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3054 echo "$as_me: updating cache $cache_file" >&6;}
3055 cat confcache >$cache_file
3056 else
3057 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3058 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3061 rm -f confcache
3063 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3064 # Let make expand exec_prefix.
3065 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3067 # Transform confdefs.h into DEFS.
3068 # Protect against shell expansion while executing Makefile rules.
3069 # Protect against Makefile macro expansion.
3071 # If the first sed substitution is executed (which looks for macros that
3072 # take arguments), then branch to the quote section. Otherwise,
3073 # look for a macro that doesn't take arguments.
3074 ac_script='
3075 t clear
3076 :clear
3077 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3078 t quote
3079 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3080 t quote
3081 b any
3082 :quote
3083 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3084 s/\[/\\&/g
3085 s/\]/\\&/g
3086 s/\$/$$/g
3088 :any
3091 s/^\n//
3092 s/\n/ /g
3096 DEFS=`sed -n "$ac_script" confdefs.h`
3099 ac_libobjs=
3100 ac_ltlibobjs=
3101 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3102 # 1. Remove the extension, and $U if already installed.
3103 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3104 ac_i=`echo "$ac_i" | sed "$ac_script"`
3105 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3106 # will be set to the directory where LIBOBJS objects are built.
3107 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3108 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3109 done
3110 LIBOBJS=$ac_libobjs
3112 LTLIBOBJS=$ac_ltlibobjs
3116 : ${CONFIG_STATUS=./config.status}
3117 ac_clean_files_save=$ac_clean_files
3118 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3119 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3120 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3121 cat >$CONFIG_STATUS <<_ACEOF
3122 #! $SHELL
3123 # Generated by $as_me.
3124 # Run this file to recreate the current configuration.
3125 # Compiler output produced by configure, useful for debugging
3126 # configure, is in config.log if it exists.
3128 debug=false
3129 ac_cs_recheck=false
3130 ac_cs_silent=false
3131 SHELL=\${CONFIG_SHELL-$SHELL}
3132 _ACEOF
3134 cat >>$CONFIG_STATUS <<\_ACEOF
3135 ## --------------------- ##
3136 ## M4sh Initialization. ##
3137 ## --------------------- ##
3139 # Be more Bourne compatible
3140 DUALCASE=1; export DUALCASE # for MKS sh
3141 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3142 emulate sh
3143 NULLCMD=:
3144 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3145 # is contrary to our usage. Disable this feature.
3146 alias -g '${1+"$@"}'='"$@"'
3147 setopt NO_GLOB_SUBST
3148 else
3149 case `(set -o) 2>/dev/null` in
3150 *posix*) set -o posix ;;
3151 esac
3158 # PATH needs CR
3159 # Avoid depending upon Character Ranges.
3160 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3161 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3162 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3163 as_cr_digits='0123456789'
3164 as_cr_alnum=$as_cr_Letters$as_cr_digits
3166 # The user is always right.
3167 if test "${PATH_SEPARATOR+set}" != set; then
3168 echo "#! /bin/sh" >conf$$.sh
3169 echo "exit 0" >>conf$$.sh
3170 chmod +x conf$$.sh
3171 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3172 PATH_SEPARATOR=';'
3173 else
3174 PATH_SEPARATOR=:
3176 rm -f conf$$.sh
3179 # Support unset when possible.
3180 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3181 as_unset=unset
3182 else
3183 as_unset=false
3187 # IFS
3188 # We need space, tab and new line, in precisely that order. Quoting is
3189 # there to prevent editors from complaining about space-tab.
3190 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3191 # splitting by setting IFS to empty value.)
3192 as_nl='
3194 IFS=" "" $as_nl"
3196 # Find who we are. Look in the path if we contain no directory separator.
3197 case $0 in
3198 *[\\/]* ) as_myself=$0 ;;
3199 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3200 for as_dir in $PATH
3202 IFS=$as_save_IFS
3203 test -z "$as_dir" && as_dir=.
3204 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3205 done
3206 IFS=$as_save_IFS
3209 esac
3210 # We did not find ourselves, most probably we were run as `sh COMMAND'
3211 # in which case we are not to be found in the path.
3212 if test "x$as_myself" = x; then
3213 as_myself=$0
3215 if test ! -f "$as_myself"; then
3216 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3217 { (exit 1); exit 1; }
3220 # Work around bugs in pre-3.0 UWIN ksh.
3221 for as_var in ENV MAIL MAILPATH
3222 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3223 done
3224 PS1='$ '
3225 PS2='> '
3226 PS4='+ '
3228 # NLS nuisances.
3229 for as_var in \
3230 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3231 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3232 LC_TELEPHONE LC_TIME
3234 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3235 eval $as_var=C; export $as_var
3236 else
3237 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3239 done
3241 # Required to use basename.
3242 if expr a : '\(a\)' >/dev/null 2>&1 &&
3243 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3244 as_expr=expr
3245 else
3246 as_expr=false
3249 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3250 as_basename=basename
3251 else
3252 as_basename=false
3256 # Name of the executable.
3257 as_me=`$as_basename -- "$0" ||
3258 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3259 X"$0" : 'X\(//\)$' \| \
3260 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3261 echo X/"$0" |
3262 sed '/^.*\/\([^/][^/]*\)\/*$/{
3263 s//\1/
3266 /^X\/\(\/\/\)$/{
3267 s//\1/
3270 /^X\/\(\/\).*/{
3271 s//\1/
3274 s/.*/./; q'`
3276 # CDPATH.
3277 $as_unset CDPATH
3281 as_lineno_1=$LINENO
3282 as_lineno_2=$LINENO
3283 test "x$as_lineno_1" != "x$as_lineno_2" &&
3284 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3286 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3287 # uniformly replaced by the line number. The first 'sed' inserts a
3288 # line-number line after each line using $LINENO; the second 'sed'
3289 # does the real work. The second script uses 'N' to pair each
3290 # line-number line with the line containing $LINENO, and appends
3291 # trailing '-' during substitution so that $LINENO is not a special
3292 # case at line end.
3293 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3294 # scripts with optimization help from Paolo Bonzini. Blame Lee
3295 # E. McMahon (1931-1989) for sed's syntax. :-)
3296 sed -n '
3298 /[$]LINENO/=
3299 ' <$as_myself |
3300 sed '
3301 s/[$]LINENO.*/&-/
3302 t lineno
3304 :lineno
3306 :loop
3307 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3308 t loop
3309 s/-\n.*//
3310 ' >$as_me.lineno &&
3311 chmod +x "$as_me.lineno" ||
3312 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3313 { (exit 1); exit 1; }; }
3315 # Don't try to exec as it changes $[0], causing all sort of problems
3316 # (the dirname of $[0] is not the place where we might find the
3317 # original and so on. Autoconf is especially sensitive to this).
3318 . "./$as_me.lineno"
3319 # Exit status is that of the last command.
3320 exit
3324 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3325 as_dirname=dirname
3326 else
3327 as_dirname=false
3330 ECHO_C= ECHO_N= ECHO_T=
3331 case `echo -n x` in
3332 -n*)
3333 case `echo 'x\c'` in
3334 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3335 *) ECHO_C='\c';;
3336 esac;;
3338 ECHO_N='-n';;
3339 esac
3341 if expr a : '\(a\)' >/dev/null 2>&1 &&
3342 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3343 as_expr=expr
3344 else
3345 as_expr=false
3348 rm -f conf$$ conf$$.exe conf$$.file
3349 if test -d conf$$.dir; then
3350 rm -f conf$$.dir/conf$$.file
3351 else
3352 rm -f conf$$.dir
3353 mkdir conf$$.dir
3355 echo >conf$$.file
3356 if ln -s conf$$.file conf$$ 2>/dev/null; then
3357 as_ln_s='ln -s'
3358 # ... but there are two gotchas:
3359 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3360 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3361 # In both cases, we have to default to `cp -p'.
3362 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3363 as_ln_s='cp -p'
3364 elif ln conf$$.file conf$$ 2>/dev/null; then
3365 as_ln_s=ln
3366 else
3367 as_ln_s='cp -p'
3369 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3370 rmdir conf$$.dir 2>/dev/null
3372 if mkdir -p . 2>/dev/null; then
3373 as_mkdir_p=:
3374 else
3375 test -d ./-p && rmdir ./-p
3376 as_mkdir_p=false
3379 if test -x / >/dev/null 2>&1; then
3380 as_test_x='test -x'
3381 else
3382 if ls -dL / >/dev/null 2>&1; then
3383 as_ls_L_option=L
3384 else
3385 as_ls_L_option=
3387 as_test_x='
3388 eval sh -c '\''
3389 if test -d "$1"; then
3390 test -d "$1/.";
3391 else
3392 case $1 in
3393 -*)set "./$1";;
3394 esac;
3395 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3396 ???[sx]*):;;*)false;;esac;fi
3397 '\'' sh
3400 as_executable_p=$as_test_x
3402 # Sed expression to map a string onto a valid CPP name.
3403 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3405 # Sed expression to map a string onto a valid variable name.
3406 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3409 exec 6>&1
3411 # Save the log message, to keep $[0] and so on meaningful, and to
3412 # report actual input values of CONFIG_FILES etc. instead of their
3413 # values after options handling.
3414 ac_log="
3415 This file was extended by opentf $as_me 0.6.0, which was
3416 generated by GNU Autoconf 2.61. Invocation command line was
3418 CONFIG_FILES = $CONFIG_FILES
3419 CONFIG_HEADERS = $CONFIG_HEADERS
3420 CONFIG_LINKS = $CONFIG_LINKS
3421 CONFIG_COMMANDS = $CONFIG_COMMANDS
3422 $ $0 $@
3424 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3427 _ACEOF
3429 cat >>$CONFIG_STATUS <<_ACEOF
3430 # Files that config.status was made for.
3431 config_files="$ac_config_files"
3433 _ACEOF
3435 cat >>$CONFIG_STATUS <<\_ACEOF
3436 ac_cs_usage="\
3437 \`$as_me' instantiates files from templates according to the
3438 current configuration.
3440 Usage: $0 [OPTIONS] [FILE]...
3442 -h, --help print this help, then exit
3443 -V, --version print version number and configuration settings, then exit
3444 -q, --quiet do not print progress messages
3445 -d, --debug don't remove temporary files
3446 --recheck update $as_me by reconfiguring in the same conditions
3447 --file=FILE[:TEMPLATE]
3448 instantiate the configuration file FILE
3450 Configuration files:
3451 $config_files
3453 Report bugs to <bug-autoconf@gnu.org>."
3455 _ACEOF
3456 cat >>$CONFIG_STATUS <<_ACEOF
3457 ac_cs_version="\\
3458 opentf config.status 0.6.0
3459 configured by $0, generated by GNU Autoconf 2.61,
3460 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3462 Copyright (C) 2006 Free Software Foundation, Inc.
3463 This config.status script is free software; the Free Software Foundation
3464 gives unlimited permission to copy, distribute and modify it."
3466 ac_pwd='$ac_pwd'
3467 srcdir='$srcdir'
3468 _ACEOF
3470 cat >>$CONFIG_STATUS <<\_ACEOF
3471 # If no file are specified by the user, then we need to provide default
3472 # value. By we need to know if files were specified by the user.
3473 ac_need_defaults=:
3474 while test $# != 0
3476 case $1 in
3477 --*=*)
3478 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3479 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3480 ac_shift=:
3483 ac_option=$1
3484 ac_optarg=$2
3485 ac_shift=shift
3487 esac
3489 case $ac_option in
3490 # Handling of the options.
3491 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3492 ac_cs_recheck=: ;;
3493 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3494 echo "$ac_cs_version"; exit ;;
3495 --debug | --debu | --deb | --de | --d | -d )
3496 debug=: ;;
3497 --file | --fil | --fi | --f )
3498 $ac_shift
3499 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3500 ac_need_defaults=false;;
3501 --he | --h | --help | --hel | -h )
3502 echo "$ac_cs_usage"; exit ;;
3503 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3504 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3505 ac_cs_silent=: ;;
3507 # This is an error.
3508 -*) { echo "$as_me: error: unrecognized option: $1
3509 Try \`$0 --help' for more information." >&2
3510 { (exit 1); exit 1; }; } ;;
3512 *) ac_config_targets="$ac_config_targets $1"
3513 ac_need_defaults=false ;;
3515 esac
3516 shift
3517 done
3519 ac_configure_extra_args=
3521 if $ac_cs_silent; then
3522 exec 6>/dev/null
3523 ac_configure_extra_args="$ac_configure_extra_args --silent"
3526 _ACEOF
3527 cat >>$CONFIG_STATUS <<_ACEOF
3528 if \$ac_cs_recheck; then
3529 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3530 CONFIG_SHELL=$SHELL
3531 export CONFIG_SHELL
3532 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3535 _ACEOF
3536 cat >>$CONFIG_STATUS <<\_ACEOF
3537 exec 5>>config.log
3539 echo
3540 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3541 ## Running $as_me. ##
3542 _ASBOX
3543 echo "$ac_log"
3544 } >&5
3546 _ACEOF
3547 cat >>$CONFIG_STATUS <<_ACEOF
3548 _ACEOF
3550 cat >>$CONFIG_STATUS <<\_ACEOF
3552 # Handling of arguments.
3553 for ac_config_target in $ac_config_targets
3555 case $ac_config_target in
3556 "tools/opentf/tf.sh") CONFIG_FILES="$CONFIG_FILES tools/opentf/tf.sh" ;;
3557 "tools/wit/wit.sh") CONFIG_FILES="$CONFIG_FILES tools/wit/wit.sh" ;;
3558 "tfs.spec") CONFIG_FILES="$CONFIG_FILES tfs.spec" ;;
3560 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3561 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3562 { (exit 1); exit 1; }; };;
3563 esac
3564 done
3567 # If the user did not use the arguments to specify the items to instantiate,
3568 # then the envvar interface is used. Set only those that are not.
3569 # We use the long form for the default assignment because of an extremely
3570 # bizarre bug on SunOS 4.1.3.
3571 if $ac_need_defaults; then
3572 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3575 # Have a temporary directory for convenience. Make it in the build tree
3576 # simply because there is no reason against having it here, and in addition,
3577 # creating and moving files from /tmp can sometimes cause problems.
3578 # Hook for its removal unless debugging.
3579 # Note that there is a small window in which the directory will not be cleaned:
3580 # after its creation but before its name has been assigned to `$tmp'.
3581 $debug ||
3583 tmp=
3584 trap 'exit_status=$?
3585 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3587 trap '{ (exit 1); exit 1; }' 1 2 13 15
3589 # Create a (secure) tmp directory for tmp files.
3592 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3593 test -n "$tmp" && test -d "$tmp"
3594 } ||
3596 tmp=./conf$$-$RANDOM
3597 (umask 077 && mkdir "$tmp")
3598 } ||
3600 echo "$me: cannot create a temporary directory in ." >&2
3601 { (exit 1); exit 1; }
3605 # Set up the sed scripts for CONFIG_FILES section.
3608 # No need to generate the scripts if there are no CONFIG_FILES.
3609 # This happens for instance when ./config.status config.h
3610 if test -n "$CONFIG_FILES"; then
3612 _ACEOF
3616 ac_delim='%!_!# '
3617 for ac_last_try in false false false false false :; do
3618 cat >conf$$subs.sed <<_ACEOF
3619 SHELL!$SHELL$ac_delim
3620 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3621 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3622 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3623 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3624 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3625 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3626 exec_prefix!$exec_prefix$ac_delim
3627 prefix!$prefix$ac_delim
3628 program_transform_name!$program_transform_name$ac_delim
3629 bindir!$bindir$ac_delim
3630 sbindir!$sbindir$ac_delim
3631 libexecdir!$libexecdir$ac_delim
3632 datarootdir!$datarootdir$ac_delim
3633 datadir!$datadir$ac_delim
3634 sysconfdir!$sysconfdir$ac_delim
3635 sharedstatedir!$sharedstatedir$ac_delim
3636 localstatedir!$localstatedir$ac_delim
3637 includedir!$includedir$ac_delim
3638 oldincludedir!$oldincludedir$ac_delim
3639 docdir!$docdir$ac_delim
3640 infodir!$infodir$ac_delim
3641 htmldir!$htmldir$ac_delim
3642 dvidir!$dvidir$ac_delim
3643 pdfdir!$pdfdir$ac_delim
3644 psdir!$psdir$ac_delim
3645 libdir!$libdir$ac_delim
3646 localedir!$localedir$ac_delim
3647 mandir!$mandir$ac_delim
3648 DEFS!$DEFS$ac_delim
3649 ECHO_C!$ECHO_C$ac_delim
3650 ECHO_N!$ECHO_N$ac_delim
3651 ECHO_T!$ECHO_T$ac_delim
3652 LIBS!$LIBS$ac_delim
3653 build_alias!$build_alias$ac_delim
3654 host_alias!$host_alias$ac_delim
3655 target_alias!$target_alias$ac_delim
3656 PKG_CONFIG!$PKG_CONFIG$ac_delim
3657 ASCIIDOC!$ASCIIDOC$ac_delim
3658 XMLTO!$XMLTO$ac_delim
3659 CC!$CC$ac_delim
3660 CFLAGS!$CFLAGS$ac_delim
3661 LDFLAGS!$LDFLAGS$ac_delim
3662 CPPFLAGS!$CPPFLAGS$ac_delim
3663 ac_ct_CC!$ac_ct_CC$ac_delim
3664 EXEEXT!$EXEEXT$ac_delim
3665 OBJEXT!$OBJEXT$ac_delim
3666 LIBOBJS!$LIBOBJS$ac_delim
3667 LTLIBOBJS!$LTLIBOBJS$ac_delim
3668 _ACEOF
3670 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
3671 break
3672 elif $ac_last_try; then
3673 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3674 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3675 { (exit 1); exit 1; }; }
3676 else
3677 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3679 done
3681 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3682 if test -n "$ac_eof"; then
3683 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3684 ac_eof=`expr $ac_eof + 1`
3687 cat >>$CONFIG_STATUS <<_ACEOF
3688 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3689 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3690 _ACEOF
3691 sed '
3692 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3693 s/^/s,@/; s/!/@,|#_!!_#|/
3696 s/'"$ac_delim"'$/,g/; t
3697 s/$/\\/; p
3698 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3699 ' >>$CONFIG_STATUS <conf$$subs.sed
3700 rm -f conf$$subs.sed
3701 cat >>$CONFIG_STATUS <<_ACEOF
3702 :end
3703 s/|#_!!_#|//g
3704 CEOF$ac_eof
3705 _ACEOF
3708 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3709 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3710 # trailing colons and then remove the whole line if VPATH becomes empty
3711 # (actually we leave an empty line to preserve line numbers).
3712 if test "x$srcdir" = x.; then
3713 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3714 s/:*\$(srcdir):*/:/
3715 s/:*\${srcdir}:*/:/
3716 s/:*@srcdir@:*/:/
3717 s/^\([^=]*=[ ]*\):*/\1/
3718 s/:*$//
3719 s/^[^=]*=[ ]*$//
3723 cat >>$CONFIG_STATUS <<\_ACEOF
3724 fi # test -n "$CONFIG_FILES"
3727 for ac_tag in :F $CONFIG_FILES
3729 case $ac_tag in
3730 :[FHLC]) ac_mode=$ac_tag; continue;;
3731 esac
3732 case $ac_mode$ac_tag in
3733 :[FHL]*:*);;
3734 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3735 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3736 { (exit 1); exit 1; }; };;
3737 :[FH]-) ac_tag=-:-;;
3738 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3739 esac
3740 ac_save_IFS=$IFS
3741 IFS=:
3742 set x $ac_tag
3743 IFS=$ac_save_IFS
3744 shift
3745 ac_file=$1
3746 shift
3748 case $ac_mode in
3749 :L) ac_source=$1;;
3750 :[FH])
3751 ac_file_inputs=
3752 for ac_f
3754 case $ac_f in
3755 -) ac_f="$tmp/stdin";;
3756 *) # Look for the file first in the build tree, then in the source tree
3757 # (if the path is not absolute). The absolute path cannot be DOS-style,
3758 # because $ac_f cannot contain `:'.
3759 test -f "$ac_f" ||
3760 case $ac_f in
3761 [\\/$]*) false;;
3762 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3763 esac ||
3764 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3765 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3766 { (exit 1); exit 1; }; };;
3767 esac
3768 ac_file_inputs="$ac_file_inputs $ac_f"
3769 done
3771 # Let's still pretend it is `configure' which instantiates (i.e., don't
3772 # use $as_me), people would be surprised to read:
3773 # /* config.h. Generated by config.status. */
3774 configure_input="Generated from "`IFS=:
3775 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3776 if test x"$ac_file" != x-; then
3777 configure_input="$ac_file. $configure_input"
3778 { echo "$as_me:$LINENO: creating $ac_file" >&5
3779 echo "$as_me: creating $ac_file" >&6;}
3782 case $ac_tag in
3783 *:-:* | *:-) cat >"$tmp/stdin";;
3784 esac
3786 esac
3788 ac_dir=`$as_dirname -- "$ac_file" ||
3789 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3790 X"$ac_file" : 'X\(//\)[^/]' \| \
3791 X"$ac_file" : 'X\(//\)$' \| \
3792 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3793 echo X"$ac_file" |
3794 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3795 s//\1/
3798 /^X\(\/\/\)[^/].*/{
3799 s//\1/
3802 /^X\(\/\/\)$/{
3803 s//\1/
3806 /^X\(\/\).*/{
3807 s//\1/
3810 s/.*/./; q'`
3811 { as_dir="$ac_dir"
3812 case $as_dir in #(
3813 -*) as_dir=./$as_dir;;
3814 esac
3815 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3816 as_dirs=
3817 while :; do
3818 case $as_dir in #(
3819 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3820 *) as_qdir=$as_dir;;
3821 esac
3822 as_dirs="'$as_qdir' $as_dirs"
3823 as_dir=`$as_dirname -- "$as_dir" ||
3824 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3825 X"$as_dir" : 'X\(//\)[^/]' \| \
3826 X"$as_dir" : 'X\(//\)$' \| \
3827 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3828 echo X"$as_dir" |
3829 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3830 s//\1/
3833 /^X\(\/\/\)[^/].*/{
3834 s//\1/
3837 /^X\(\/\/\)$/{
3838 s//\1/
3841 /^X\(\/\).*/{
3842 s//\1/
3845 s/.*/./; q'`
3846 test -d "$as_dir" && break
3847 done
3848 test -z "$as_dirs" || eval "mkdir $as_dirs"
3849 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3850 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3851 { (exit 1); exit 1; }; }; }
3852 ac_builddir=.
3854 case "$ac_dir" in
3855 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3857 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3858 # A ".." for each directory in $ac_dir_suffix.
3859 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3860 case $ac_top_builddir_sub in
3861 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3862 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3863 esac ;;
3864 esac
3865 ac_abs_top_builddir=$ac_pwd
3866 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3867 # for backward compatibility:
3868 ac_top_builddir=$ac_top_build_prefix
3870 case $srcdir in
3871 .) # We are building in place.
3872 ac_srcdir=.
3873 ac_top_srcdir=$ac_top_builddir_sub
3874 ac_abs_top_srcdir=$ac_pwd ;;
3875 [\\/]* | ?:[\\/]* ) # Absolute name.
3876 ac_srcdir=$srcdir$ac_dir_suffix;
3877 ac_top_srcdir=$srcdir
3878 ac_abs_top_srcdir=$srcdir ;;
3879 *) # Relative name.
3880 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3881 ac_top_srcdir=$ac_top_build_prefix$srcdir
3882 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3883 esac
3884 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3887 case $ac_mode in
3890 # CONFIG_FILE
3893 _ACEOF
3895 cat >>$CONFIG_STATUS <<\_ACEOF
3896 # If the template does not know about datarootdir, expand it.
3897 # FIXME: This hack should be removed a few years after 2.60.
3898 ac_datarootdir_hack=; ac_datarootdir_seen=
3900 case `sed -n '/datarootdir/ {
3904 /@datadir@/p
3905 /@docdir@/p
3906 /@infodir@/p
3907 /@localedir@/p
3908 /@mandir@/p
3909 ' $ac_file_inputs` in
3910 *datarootdir*) ac_datarootdir_seen=yes;;
3911 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3912 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3913 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3914 _ACEOF
3915 cat >>$CONFIG_STATUS <<_ACEOF
3916 ac_datarootdir_hack='
3917 s&@datadir@&$datadir&g
3918 s&@docdir@&$docdir&g
3919 s&@infodir@&$infodir&g
3920 s&@localedir@&$localedir&g
3921 s&@mandir@&$mandir&g
3922 s&\\\${datarootdir}&$datarootdir&g' ;;
3923 esac
3924 _ACEOF
3926 # Neutralize VPATH when `$srcdir' = `.'.
3927 # Shell code in configure.ac might set extrasub.
3928 # FIXME: do we really want to maintain this feature?
3929 cat >>$CONFIG_STATUS <<_ACEOF
3930 sed "$ac_vpsub
3931 $extrasub
3932 _ACEOF
3933 cat >>$CONFIG_STATUS <<\_ACEOF
3935 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3936 s&@configure_input@&$configure_input&;t t
3937 s&@top_builddir@&$ac_top_builddir_sub&;t t
3938 s&@srcdir@&$ac_srcdir&;t t
3939 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3940 s&@top_srcdir@&$ac_top_srcdir&;t t
3941 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3942 s&@builddir@&$ac_builddir&;t t
3943 s&@abs_builddir@&$ac_abs_builddir&;t t
3944 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3945 $ac_datarootdir_hack
3946 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3948 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3949 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3950 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3951 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3952 which seems to be undefined. Please make sure it is defined." >&5
3953 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3954 which seems to be undefined. Please make sure it is defined." >&2;}
3956 rm -f "$tmp/stdin"
3957 case $ac_file in
3958 -) cat "$tmp/out"; rm -f "$tmp/out";;
3959 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3960 esac
3965 esac
3967 done # for ac_tag
3970 { (exit 0); exit 0; }
3971 _ACEOF
3972 chmod +x $CONFIG_STATUS
3973 ac_clean_files=$ac_clean_files_save
3976 # configure is writing to config.log, and then calls config.status.
3977 # config.status does its own redirection, appending to config.log.
3978 # Unfortunately, on DOS this fails, as config.log is still kept open
3979 # by configure, so config.status won't be able to write to it; its
3980 # output is simply discarded. So we exec the FD to /dev/null,
3981 # effectively closing config.log, so it can be properly (re)opened and
3982 # appended to by config.status. When coming back to configure, we
3983 # need to make the FD available again.
3984 if test "$no_create" != yes; then
3985 ac_cs_success=:
3986 ac_config_status_args=
3987 test "$silent" = yes &&
3988 ac_config_status_args="$ac_config_status_args --quiet"
3989 exec 5>/dev/null
3990 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3991 exec 5>>config.log
3992 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3993 # would make configure fail if this is the last instruction.
3994 $ac_cs_success || { (exit 1); exit 1; }
3998 echo
3999 echo "Configuration Summary"
4000 echo "----------------------------------"
4001 echo
4002 echo " File Type Support: " $HAVE_MAGIC
4003 echo " Man Page Generation: " $HAVE_DOC_TOOLS
4004 echo " MonoDevelop Addin: " $HAVE_MD
4005 echo " Gnome Keyring Support: " $HAVE_GNOME_KEYRING
4006 echo " Gui Support: " $HAVE_GTK
4007 echo " Syntax Highlighting: " $HAVE_SYNTAX_HIGHLIGHTING
4008 echo
4010 if test "${enable_highlight+set}" = set; then
4011 if test "x$HAVE_SYNTAX_HIGHLIGHTING" = "xno"; then
4012 echo Note: install libgnome-vfs2.0-cil and libgtksourceview2.0-cil
4013 echo for syntax highlighting support in the "explore" command
4017 if test "x$HAVE_MAGIC" = "xno"; then
4018 echo Note: Team Foundation does not natively track file attributes.
4019 echo Install libmagic on debian-based systems, or file-devel on suse-based
4020 echo for automagic file attribute support.
4021 echo
4024 if test "x$HAVE_DOC_TOOLS" = "xno"; then
4025 echo Note: install asciidoc and xmlto for man page generation.
4026 echo