* Now command like /c and /j works in any tabs (previously you had to be in the serve...
[circ.git] / configure
blobdaa74cd29ca8ef80bf830f183702a118e1211f75
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Circ 0.1.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22 else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25 esac
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
50 rm -f conf$$.sh
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
61 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
68 IFS=" "" $as_nl"
70 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87 as_myself=$0
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
102 # NLS nuisances.
103 for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 done
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
140 /^X\/\(\/\/\)$/{
141 s//\1/
144 /^X\/\(\/\).*/{
145 s//\1/
148 s/.*/./; q'`
150 # CDPATH.
151 $as_unset CDPATH
154 if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157 else
158 as_have_required=no
161 if test $as_have_required = yes && (eval ":
162 (as_func_return () {
163 (exit \$1)
165 as_func_success () {
166 as_func_return 0
168 as_func_failure () {
169 as_func_return 1
171 as_func_ret_success () {
172 return 0
174 as_func_ret_failure () {
175 return 1
178 exitcode=0
179 if as_func_success; then
181 else
182 exitcode=1
183 echo as_func_success failed.
186 if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
193 else
194 exitcode=1
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 else
206 exitcode=1
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
219 else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232 done
233 IFS=$as_save_IFS
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247 else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250 esac
256 _ASEOF
257 }; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 (as_func_return () {
278 (exit $1)
280 as_func_success () {
281 as_func_return 0
283 as_func_failure () {
284 as_func_return 1
286 as_func_ret_success () {
287 return 0
289 as_func_ret_failure () {
290 return 1
293 exitcode=0
294 if as_func_success; then
296 else
297 exitcode=1
298 echo as_func_success failed.
301 if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
306 if as_func_ret_success; then
308 else
309 exitcode=1
310 echo as_func_ret_success failed.
313 if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
320 else
321 exitcode=1
322 echo positional parameters were not saved.
325 test $exitcode = 0) || { (exit 1); exit 1; }
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
333 _ASEOF
334 }; then
335 break
340 done
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
367 (exit \$1)
369 as_func_success () {
370 as_func_return 0
372 as_func_failure () {
373 as_func_return 1
375 as_func_ret_success () {
376 return 0
378 as_func_ret_failure () {
379 return 1
382 exitcode=0
383 if as_func_success; then
385 else
386 exitcode=1
387 echo as_func_success failed.
390 if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
397 else
398 exitcode=1
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
409 else
410 exitcode=1
411 echo positional parameters were not saved.
414 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
440 /[$]LINENO/=
441 ' <$as_myself |
442 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
446 :lineno
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468 else
469 as_dirname=false
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
480 ECHO_N='-n';;
481 esac
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493 else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508 else
509 as_ln_s='cp -p'
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
521 if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523 else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
542 as_executable_p=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev/null 6>&1
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560 # Initializations.
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
573 PACKAGE_NAME='Circ'
574 PACKAGE_TARNAME='circ'
575 PACKAGE_VERSION='0.1'
576 PACKAGE_STRING='Circ 0.1'
577 PACKAGE_BUGREPORT=''
579 ac_subst_vars='SHELL
580 PATH_SEPARATOR
581 PACKAGE_NAME
582 PACKAGE_TARNAME
583 PACKAGE_VERSION
584 PACKAGE_STRING
585 PACKAGE_BUGREPORT
586 exec_prefix
587 prefix
588 program_transform_name
589 bindir
590 sbindir
591 libexecdir
592 datarootdir
593 datadir
594 sysconfdir
595 sharedstatedir
596 localstatedir
597 includedir
598 oldincludedir
599 docdir
600 infodir
601 htmldir
602 dvidir
603 pdfdir
604 psdir
605 libdir
606 localedir
607 mandir
608 DEFS
609 ECHO_C
610 ECHO_N
611 ECHO_T
612 LIBS
613 build_alias
614 host_alias
615 target_alias
616 INSTALL_PROGRAM
617 INSTALL_SCRIPT
618 INSTALL_DATA
619 am__isrc
620 CYGPATH_W
621 PACKAGE
622 VERSION
623 ACLOCAL
624 AUTOCONF
625 AUTOMAKE
626 AUTOHEADER
627 MAKEINFO
628 install_sh
629 STRIP
630 INSTALL_STRIP_PROGRAM
631 mkdir_p
633 SET_MAKE
634 am__leading_dot
635 AMTAR
636 am__tar
637 am__untar
638 PKG_CONFIG
639 GMCS
640 GLIB_SHARP_20_CFLAGS
641 GLIB_SHARP_20_LIBS
642 GTK_SHARP_20_CFLAGS
643 GTK_SHARP_20_LIBS
644 NUNIT_CFLAGS
645 NUNIT_LIBS
646 NINI_11_CFLAGS
647 NINI_11_LIBS
648 MONO_ADDINS_CFLAGS
649 MONO_ADDINS_LIBS
650 ENABLE_DEBUG_TRUE
651 ENABLE_DEBUG_FALSE
652 ENABLE_RELEASE_TRUE
653 ENABLE_RELEASE_FALSE
654 LIBOBJS
655 LTLIBOBJS'
656 ac_subst_files=''
657 ac_precious_vars='build_alias
658 host_alias
659 target_alias
660 PKG_CONFIG
661 GLIB_SHARP_20_CFLAGS
662 GLIB_SHARP_20_LIBS
663 GTK_SHARP_20_CFLAGS
664 GTK_SHARP_20_LIBS
665 NUNIT_CFLAGS
666 NUNIT_LIBS
667 NINI_11_CFLAGS
668 NINI_11_LIBS
669 MONO_ADDINS_CFLAGS
670 MONO_ADDINS_LIBS'
673 # Initialize some variables set by options.
674 ac_init_help=
675 ac_init_version=false
676 # The variables have the same names as the options, with
677 # dashes changed to underlines.
678 cache_file=/dev/null
679 exec_prefix=NONE
680 no_create=
681 no_recursion=
682 prefix=NONE
683 program_prefix=NONE
684 program_suffix=NONE
685 program_transform_name=s,x,x,
686 silent=
687 site=
688 srcdir=
689 verbose=
690 x_includes=NONE
691 x_libraries=NONE
693 # Installation directory options.
694 # These are left unexpanded so users can "make install exec_prefix=/foo"
695 # and all the variables that are supposed to be based on exec_prefix
696 # by default will actually change.
697 # Use braces instead of parens because sh, perl, etc. also accept them.
698 # (The list follows the same order as the GNU Coding Standards.)
699 bindir='${exec_prefix}/bin'
700 sbindir='${exec_prefix}/sbin'
701 libexecdir='${exec_prefix}/libexec'
702 datarootdir='${prefix}/share'
703 datadir='${datarootdir}'
704 sysconfdir='${prefix}/etc'
705 sharedstatedir='${prefix}/com'
706 localstatedir='${prefix}/var'
707 includedir='${prefix}/include'
708 oldincludedir='/usr/include'
709 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
710 infodir='${datarootdir}/info'
711 htmldir='${docdir}'
712 dvidir='${docdir}'
713 pdfdir='${docdir}'
714 psdir='${docdir}'
715 libdir='${exec_prefix}/lib'
716 localedir='${datarootdir}/locale'
717 mandir='${datarootdir}/man'
719 ac_prev=
720 ac_dashdash=
721 for ac_option
723 # If the previous option needs an argument, assign it.
724 if test -n "$ac_prev"; then
725 eval $ac_prev=\$ac_option
726 ac_prev=
727 continue
730 case $ac_option in
731 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
732 *) ac_optarg=yes ;;
733 esac
735 # Accept the important Cygnus configure options, so we can diagnose typos.
737 case $ac_dashdash$ac_option in
739 ac_dashdash=yes ;;
741 -bindir | --bindir | --bindi | --bind | --bin | --bi)
742 ac_prev=bindir ;;
743 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
744 bindir=$ac_optarg ;;
746 -build | --build | --buil | --bui | --bu)
747 ac_prev=build_alias ;;
748 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
749 build_alias=$ac_optarg ;;
751 -cache-file | --cache-file | --cache-fil | --cache-fi \
752 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
753 ac_prev=cache_file ;;
754 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
755 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
756 cache_file=$ac_optarg ;;
758 --config-cache | -C)
759 cache_file=config.cache ;;
761 -datadir | --datadir | --datadi | --datad)
762 ac_prev=datadir ;;
763 -datadir=* | --datadir=* | --datadi=* | --datad=*)
764 datadir=$ac_optarg ;;
766 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
767 | --dataroo | --dataro | --datar)
768 ac_prev=datarootdir ;;
769 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
770 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
771 datarootdir=$ac_optarg ;;
773 -disable-* | --disable-*)
774 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
775 # Reject names that are not valid shell variable names.
776 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
777 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
778 { (exit 1); exit 1; }; }
779 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
780 eval enable_$ac_feature=no ;;
782 -docdir | --docdir | --docdi | --doc | --do)
783 ac_prev=docdir ;;
784 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
785 docdir=$ac_optarg ;;
787 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
788 ac_prev=dvidir ;;
789 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
790 dvidir=$ac_optarg ;;
792 -enable-* | --enable-*)
793 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
794 # Reject names that are not valid shell variable names.
795 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
796 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
797 { (exit 1); exit 1; }; }
798 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
799 eval enable_$ac_feature=\$ac_optarg ;;
801 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
802 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
803 | --exec | --exe | --ex)
804 ac_prev=exec_prefix ;;
805 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
806 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
807 | --exec=* | --exe=* | --ex=*)
808 exec_prefix=$ac_optarg ;;
810 -gas | --gas | --ga | --g)
811 # Obsolete; use --with-gas.
812 with_gas=yes ;;
814 -help | --help | --hel | --he | -h)
815 ac_init_help=long ;;
816 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
817 ac_init_help=recursive ;;
818 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
819 ac_init_help=short ;;
821 -host | --host | --hos | --ho)
822 ac_prev=host_alias ;;
823 -host=* | --host=* | --hos=* | --ho=*)
824 host_alias=$ac_optarg ;;
826 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
827 ac_prev=htmldir ;;
828 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
829 | --ht=*)
830 htmldir=$ac_optarg ;;
832 -includedir | --includedir | --includedi | --included | --include \
833 | --includ | --inclu | --incl | --inc)
834 ac_prev=includedir ;;
835 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
836 | --includ=* | --inclu=* | --incl=* | --inc=*)
837 includedir=$ac_optarg ;;
839 -infodir | --infodir | --infodi | --infod | --info | --inf)
840 ac_prev=infodir ;;
841 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
842 infodir=$ac_optarg ;;
844 -libdir | --libdir | --libdi | --libd)
845 ac_prev=libdir ;;
846 -libdir=* | --libdir=* | --libdi=* | --libd=*)
847 libdir=$ac_optarg ;;
849 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
850 | --libexe | --libex | --libe)
851 ac_prev=libexecdir ;;
852 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
853 | --libexe=* | --libex=* | --libe=*)
854 libexecdir=$ac_optarg ;;
856 -localedir | --localedir | --localedi | --localed | --locale)
857 ac_prev=localedir ;;
858 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
859 localedir=$ac_optarg ;;
861 -localstatedir | --localstatedir | --localstatedi | --localstated \
862 | --localstate | --localstat | --localsta | --localst | --locals)
863 ac_prev=localstatedir ;;
864 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
865 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
866 localstatedir=$ac_optarg ;;
868 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
869 ac_prev=mandir ;;
870 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
871 mandir=$ac_optarg ;;
873 -nfp | --nfp | --nf)
874 # Obsolete; use --without-fp.
875 with_fp=no ;;
877 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
878 | --no-cr | --no-c | -n)
879 no_create=yes ;;
881 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
882 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
883 no_recursion=yes ;;
885 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
886 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
887 | --oldin | --oldi | --old | --ol | --o)
888 ac_prev=oldincludedir ;;
889 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
890 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
891 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
892 oldincludedir=$ac_optarg ;;
894 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
895 ac_prev=prefix ;;
896 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
897 prefix=$ac_optarg ;;
899 -program-prefix | --program-prefix | --program-prefi | --program-pref \
900 | --program-pre | --program-pr | --program-p)
901 ac_prev=program_prefix ;;
902 -program-prefix=* | --program-prefix=* | --program-prefi=* \
903 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
904 program_prefix=$ac_optarg ;;
906 -program-suffix | --program-suffix | --program-suffi | --program-suff \
907 | --program-suf | --program-su | --program-s)
908 ac_prev=program_suffix ;;
909 -program-suffix=* | --program-suffix=* | --program-suffi=* \
910 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
911 program_suffix=$ac_optarg ;;
913 -program-transform-name | --program-transform-name \
914 | --program-transform-nam | --program-transform-na \
915 | --program-transform-n | --program-transform- \
916 | --program-transform | --program-transfor \
917 | --program-transfo | --program-transf \
918 | --program-trans | --program-tran \
919 | --progr-tra | --program-tr | --program-t)
920 ac_prev=program_transform_name ;;
921 -program-transform-name=* | --program-transform-name=* \
922 | --program-transform-nam=* | --program-transform-na=* \
923 | --program-transform-n=* | --program-transform-=* \
924 | --program-transform=* | --program-transfor=* \
925 | --program-transfo=* | --program-transf=* \
926 | --program-trans=* | --program-tran=* \
927 | --progr-tra=* | --program-tr=* | --program-t=*)
928 program_transform_name=$ac_optarg ;;
930 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
931 ac_prev=pdfdir ;;
932 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
933 pdfdir=$ac_optarg ;;
935 -psdir | --psdir | --psdi | --psd | --ps)
936 ac_prev=psdir ;;
937 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
938 psdir=$ac_optarg ;;
940 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
941 | -silent | --silent | --silen | --sile | --sil)
942 silent=yes ;;
944 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
945 ac_prev=sbindir ;;
946 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
947 | --sbi=* | --sb=*)
948 sbindir=$ac_optarg ;;
950 -sharedstatedir | --sharedstatedir | --sharedstatedi \
951 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
952 | --sharedst | --shareds | --shared | --share | --shar \
953 | --sha | --sh)
954 ac_prev=sharedstatedir ;;
955 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
956 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
957 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
958 | --sha=* | --sh=*)
959 sharedstatedir=$ac_optarg ;;
961 -site | --site | --sit)
962 ac_prev=site ;;
963 -site=* | --site=* | --sit=*)
964 site=$ac_optarg ;;
966 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
967 ac_prev=srcdir ;;
968 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
969 srcdir=$ac_optarg ;;
971 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
972 | --syscon | --sysco | --sysc | --sys | --sy)
973 ac_prev=sysconfdir ;;
974 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
975 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
976 sysconfdir=$ac_optarg ;;
978 -target | --target | --targe | --targ | --tar | --ta | --t)
979 ac_prev=target_alias ;;
980 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
981 target_alias=$ac_optarg ;;
983 -v | -verbose | --verbose | --verbos | --verbo | --verb)
984 verbose=yes ;;
986 -version | --version | --versio | --versi | --vers | -V)
987 ac_init_version=: ;;
989 -with-* | --with-*)
990 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
993 { echo "$as_me: error: invalid package name: $ac_package" >&2
994 { (exit 1); exit 1; }; }
995 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
996 eval with_$ac_package=\$ac_optarg ;;
998 -without-* | --without-*)
999 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1002 { echo "$as_me: error: invalid package name: $ac_package" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1005 eval with_$ac_package=no ;;
1007 --x)
1008 # Obsolete; use --with-x.
1009 with_x=yes ;;
1011 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1012 | --x-incl | --x-inc | --x-in | --x-i)
1013 ac_prev=x_includes ;;
1014 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1015 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1016 x_includes=$ac_optarg ;;
1018 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1019 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1020 ac_prev=x_libraries ;;
1021 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1022 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1023 x_libraries=$ac_optarg ;;
1025 -*) { echo "$as_me: error: unrecognized option: $ac_option
1026 Try \`$0 --help' for more information." >&2
1027 { (exit 1); exit 1; }; }
1030 *=*)
1031 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1032 # Reject names that are not valid shell variable names.
1033 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1034 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1035 { (exit 1); exit 1; }; }
1036 eval $ac_envvar=\$ac_optarg
1037 export $ac_envvar ;;
1040 # FIXME: should be removed in autoconf 3.0.
1041 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1042 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1043 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1044 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1047 esac
1048 done
1050 if test -n "$ac_prev"; then
1051 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1052 { echo "$as_me: error: missing argument to $ac_option" >&2
1053 { (exit 1); exit 1; }; }
1056 # Be sure to have absolute directory names.
1057 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1058 datadir sysconfdir sharedstatedir localstatedir includedir \
1059 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1060 libdir localedir mandir
1062 eval ac_val=\$$ac_var
1063 case $ac_val in
1064 [\\/$]* | ?:[\\/]* ) continue;;
1065 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1066 esac
1067 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1068 { (exit 1); exit 1; }; }
1069 done
1071 # There might be people who depend on the old broken behavior: `$host'
1072 # used to hold the argument of --host etc.
1073 # FIXME: To remove some day.
1074 build=$build_alias
1075 host=$host_alias
1076 target=$target_alias
1078 # FIXME: To remove some day.
1079 if test "x$host_alias" != x; then
1080 if test "x$build_alias" = x; then
1081 cross_compiling=maybe
1082 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1083 If a cross compiler is detected then cross compile mode will be used." >&2
1084 elif test "x$build_alias" != "x$host_alias"; then
1085 cross_compiling=yes
1089 ac_tool_prefix=
1090 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1092 test "$silent" = yes && exec 6>/dev/null
1095 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1096 ac_ls_di=`ls -di .` &&
1097 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1098 { echo "$as_me: error: Working directory cannot be determined" >&2
1099 { (exit 1); exit 1; }; }
1100 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1101 { echo "$as_me: error: pwd does not report name of working directory" >&2
1102 { (exit 1); exit 1; }; }
1105 # Find the source files, if location was not specified.
1106 if test -z "$srcdir"; then
1107 ac_srcdir_defaulted=yes
1108 # Try the directory containing this script, then the parent directory.
1109 ac_confdir=`$as_dirname -- "$0" ||
1110 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1111 X"$0" : 'X\(//\)[^/]' \| \
1112 X"$0" : 'X\(//\)$' \| \
1113 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1114 echo X"$0" |
1115 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1116 s//\1/
1119 /^X\(\/\/\)[^/].*/{
1120 s//\1/
1123 /^X\(\/\/\)$/{
1124 s//\1/
1127 /^X\(\/\).*/{
1128 s//\1/
1131 s/.*/./; q'`
1132 srcdir=$ac_confdir
1133 if test ! -r "$srcdir/$ac_unique_file"; then
1134 srcdir=..
1136 else
1137 ac_srcdir_defaulted=no
1139 if test ! -r "$srcdir/$ac_unique_file"; then
1140 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1141 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1142 { (exit 1); exit 1; }; }
1144 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1145 ac_abs_confdir=`(
1146 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1147 { (exit 1); exit 1; }; }
1148 pwd)`
1149 # When building in place, set srcdir=.
1150 if test "$ac_abs_confdir" = "$ac_pwd"; then
1151 srcdir=.
1153 # Remove unnecessary trailing slashes from srcdir.
1154 # Double slashes in file names in object file debugging info
1155 # mess up M-x gdb in Emacs.
1156 case $srcdir in
1157 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1158 esac
1159 for ac_var in $ac_precious_vars; do
1160 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1161 eval ac_env_${ac_var}_value=\$${ac_var}
1162 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1163 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1164 done
1167 # Report the --help message.
1169 if test "$ac_init_help" = "long"; then
1170 # Omit some internal or obsolete options to make the list less imposing.
1171 # This message is too long to be a string in the A/UX 3.1 sh.
1172 cat <<_ACEOF
1173 \`configure' configures Circ 0.1 to adapt to many kinds of systems.
1175 Usage: $0 [OPTION]... [VAR=VALUE]...
1177 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1178 VAR=VALUE. See below for descriptions of some of the useful variables.
1180 Defaults for the options are specified in brackets.
1182 Configuration:
1183 -h, --help display this help and exit
1184 --help=short display options specific to this package
1185 --help=recursive display the short help of all the included packages
1186 -V, --version display version information and exit
1187 -q, --quiet, --silent do not print \`checking...' messages
1188 --cache-file=FILE cache test results in FILE [disabled]
1189 -C, --config-cache alias for \`--cache-file=config.cache'
1190 -n, --no-create do not create output files
1191 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1193 Installation directories:
1194 --prefix=PREFIX install architecture-independent files in PREFIX
1195 [$ac_default_prefix]
1196 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1197 [PREFIX]
1199 By default, \`make install' will install all the files in
1200 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1201 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1202 for instance \`--prefix=\$HOME'.
1204 For better control, use the options below.
1206 Fine tuning of the installation directories:
1207 --bindir=DIR user executables [EPREFIX/bin]
1208 --sbindir=DIR system admin executables [EPREFIX/sbin]
1209 --libexecdir=DIR program executables [EPREFIX/libexec]
1210 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1211 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1212 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1213 --libdir=DIR object code libraries [EPREFIX/lib]
1214 --includedir=DIR C header files [PREFIX/include]
1215 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1216 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1217 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1218 --infodir=DIR info documentation [DATAROOTDIR/info]
1219 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1220 --mandir=DIR man documentation [DATAROOTDIR/man]
1221 --docdir=DIR documentation root [DATAROOTDIR/doc/circ]
1222 --htmldir=DIR html documentation [DOCDIR]
1223 --dvidir=DIR dvi documentation [DOCDIR]
1224 --pdfdir=DIR pdf documentation [DOCDIR]
1225 --psdir=DIR ps documentation [DOCDIR]
1226 _ACEOF
1228 cat <<\_ACEOF
1230 Program names:
1231 --program-prefix=PREFIX prepend PREFIX to installed program names
1232 --program-suffix=SUFFIX append SUFFIX to installed program names
1233 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1234 _ACEOF
1237 if test -n "$ac_init_help"; then
1238 case $ac_init_help in
1239 short | recursive ) echo "Configuration of Circ 0.1:";;
1240 esac
1241 cat <<\_ACEOF
1243 Optional Features:
1244 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1245 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1246 --enable-debug Use 'DEBUG' Configuration default=YES
1247 --enable-release Use 'RELEASE' Configuration default=NO
1249 Some influential environment variables:
1250 PKG_CONFIG path to pkg-config utility
1251 GLIB_SHARP_20_CFLAGS
1252 C compiler flags for GLIB_SHARP_20, overriding pkg-config
1253 GLIB_SHARP_20_LIBS
1254 linker flags for GLIB_SHARP_20, overriding pkg-config
1255 GTK_SHARP_20_CFLAGS
1256 C compiler flags for GTK_SHARP_20, overriding pkg-config
1257 GTK_SHARP_20_LIBS
1258 linker flags for GTK_SHARP_20, overriding pkg-config
1259 NUNIT_CFLAGS
1260 C compiler flags for NUNIT, overriding pkg-config
1261 NUNIT_LIBS linker flags for NUNIT, overriding pkg-config
1262 NINI_11_CFLAGS
1263 C compiler flags for NINI_11, overriding pkg-config
1264 NINI_11_LIBS
1265 linker flags for NINI_11, overriding pkg-config
1266 MONO_ADDINS_CFLAGS
1267 C compiler flags for MONO_ADDINS, overriding pkg-config
1268 MONO_ADDINS_LIBS
1269 linker flags for MONO_ADDINS, overriding pkg-config
1271 Use these variables to override the choices made by `configure' or to help
1272 it to find libraries and programs with nonstandard names/locations.
1274 _ACEOF
1275 ac_status=$?
1278 if test "$ac_init_help" = "recursive"; then
1279 # If there are subdirs, report their specific --help.
1280 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1281 test -d "$ac_dir" || continue
1282 ac_builddir=.
1284 case "$ac_dir" in
1285 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1287 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1288 # A ".." for each directory in $ac_dir_suffix.
1289 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1290 case $ac_top_builddir_sub in
1291 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1292 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1293 esac ;;
1294 esac
1295 ac_abs_top_builddir=$ac_pwd
1296 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1297 # for backward compatibility:
1298 ac_top_builddir=$ac_top_build_prefix
1300 case $srcdir in
1301 .) # We are building in place.
1302 ac_srcdir=.
1303 ac_top_srcdir=$ac_top_builddir_sub
1304 ac_abs_top_srcdir=$ac_pwd ;;
1305 [\\/]* | ?:[\\/]* ) # Absolute name.
1306 ac_srcdir=$srcdir$ac_dir_suffix;
1307 ac_top_srcdir=$srcdir
1308 ac_abs_top_srcdir=$srcdir ;;
1309 *) # Relative name.
1310 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1311 ac_top_srcdir=$ac_top_build_prefix$srcdir
1312 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1313 esac
1314 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1316 cd "$ac_dir" || { ac_status=$?; continue; }
1317 # Check for guested configure.
1318 if test -f "$ac_srcdir/configure.gnu"; then
1319 echo &&
1320 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1321 elif test -f "$ac_srcdir/configure"; then
1322 echo &&
1323 $SHELL "$ac_srcdir/configure" --help=recursive
1324 else
1325 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1326 fi || ac_status=$?
1327 cd "$ac_pwd" || { ac_status=$?; break; }
1328 done
1331 test -n "$ac_init_help" && exit $ac_status
1332 if $ac_init_version; then
1333 cat <<\_ACEOF
1334 Circ configure 0.1
1335 generated by GNU Autoconf 2.61
1337 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1338 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1339 This configure script is free software; the Free Software Foundation
1340 gives unlimited permission to copy, distribute and modify it.
1341 _ACEOF
1342 exit
1344 cat >config.log <<_ACEOF
1345 This file contains any messages produced by compilers while
1346 running configure, to aid debugging if configure makes a mistake.
1348 It was created by Circ $as_me 0.1, which was
1349 generated by GNU Autoconf 2.61. Invocation command line was
1351 $ $0 $@
1353 _ACEOF
1354 exec 5>>config.log
1356 cat <<_ASUNAME
1357 ## --------- ##
1358 ## Platform. ##
1359 ## --------- ##
1361 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1362 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1363 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1364 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1365 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1367 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1368 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1370 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1371 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1372 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1373 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1374 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1375 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1376 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1378 _ASUNAME
1380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1381 for as_dir in $PATH
1383 IFS=$as_save_IFS
1384 test -z "$as_dir" && as_dir=.
1385 echo "PATH: $as_dir"
1386 done
1387 IFS=$as_save_IFS
1389 } >&5
1391 cat >&5 <<_ACEOF
1394 ## ----------- ##
1395 ## Core tests. ##
1396 ## ----------- ##
1398 _ACEOF
1401 # Keep a trace of the command line.
1402 # Strip out --no-create and --no-recursion so they do not pile up.
1403 # Strip out --silent because we don't want to record it for future runs.
1404 # Also quote any args containing shell meta-characters.
1405 # Make two passes to allow for proper duplicate-argument suppression.
1406 ac_configure_args=
1407 ac_configure_args0=
1408 ac_configure_args1=
1409 ac_must_keep_next=false
1410 for ac_pass in 1 2
1412 for ac_arg
1414 case $ac_arg in
1415 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1416 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1417 | -silent | --silent | --silen | --sile | --sil)
1418 continue ;;
1419 *\'*)
1420 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1421 esac
1422 case $ac_pass in
1423 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1425 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1426 if test $ac_must_keep_next = true; then
1427 ac_must_keep_next=false # Got value, back to normal.
1428 else
1429 case $ac_arg in
1430 *=* | --config-cache | -C | -disable-* | --disable-* \
1431 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1432 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1433 | -with-* | --with-* | -without-* | --without-* | --x)
1434 case "$ac_configure_args0 " in
1435 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1436 esac
1438 -* ) ac_must_keep_next=true ;;
1439 esac
1441 ac_configure_args="$ac_configure_args '$ac_arg'"
1443 esac
1444 done
1445 done
1446 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1447 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1449 # When interrupted or exit'd, cleanup temporary files, and complete
1450 # config.log. We remove comments because anyway the quotes in there
1451 # would cause problems or look ugly.
1452 # WARNING: Use '\'' to represent an apostrophe within the trap.
1453 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1454 trap 'exit_status=$?
1455 # Save into config.log some information that might help in debugging.
1457 echo
1459 cat <<\_ASBOX
1460 ## ---------------- ##
1461 ## Cache variables. ##
1462 ## ---------------- ##
1463 _ASBOX
1464 echo
1465 # The following way of writing the cache mishandles newlines in values,
1467 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1468 eval ac_val=\$$ac_var
1469 case $ac_val in #(
1470 *${as_nl}*)
1471 case $ac_var in #(
1472 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1473 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1474 esac
1475 case $ac_var in #(
1476 _ | IFS | as_nl) ;; #(
1477 *) $as_unset $ac_var ;;
1478 esac ;;
1479 esac
1480 done
1481 (set) 2>&1 |
1482 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1483 *${as_nl}ac_space=\ *)
1484 sed -n \
1485 "s/'\''/'\''\\\\'\'''\''/g;
1486 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1487 ;; #(
1489 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1491 esac |
1492 sort
1494 echo
1496 cat <<\_ASBOX
1497 ## ----------------- ##
1498 ## Output variables. ##
1499 ## ----------------- ##
1500 _ASBOX
1501 echo
1502 for ac_var in $ac_subst_vars
1504 eval ac_val=\$$ac_var
1505 case $ac_val in
1506 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1507 esac
1508 echo "$ac_var='\''$ac_val'\''"
1509 done | sort
1510 echo
1512 if test -n "$ac_subst_files"; then
1513 cat <<\_ASBOX
1514 ## ------------------- ##
1515 ## File substitutions. ##
1516 ## ------------------- ##
1517 _ASBOX
1518 echo
1519 for ac_var in $ac_subst_files
1521 eval ac_val=\$$ac_var
1522 case $ac_val in
1523 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1524 esac
1525 echo "$ac_var='\''$ac_val'\''"
1526 done | sort
1527 echo
1530 if test -s confdefs.h; then
1531 cat <<\_ASBOX
1532 ## ----------- ##
1533 ## confdefs.h. ##
1534 ## ----------- ##
1535 _ASBOX
1536 echo
1537 cat confdefs.h
1538 echo
1540 test "$ac_signal" != 0 &&
1541 echo "$as_me: caught signal $ac_signal"
1542 echo "$as_me: exit $exit_status"
1543 } >&5
1544 rm -f core *.core core.conftest.* &&
1545 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1546 exit $exit_status
1548 for ac_signal in 1 2 13 15; do
1549 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1550 done
1551 ac_signal=0
1553 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1554 rm -f -r conftest* confdefs.h
1556 # Predefined preprocessor variables.
1558 cat >>confdefs.h <<_ACEOF
1559 #define PACKAGE_NAME "$PACKAGE_NAME"
1560 _ACEOF
1563 cat >>confdefs.h <<_ACEOF
1564 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1565 _ACEOF
1568 cat >>confdefs.h <<_ACEOF
1569 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1570 _ACEOF
1573 cat >>confdefs.h <<_ACEOF
1574 #define PACKAGE_STRING "$PACKAGE_STRING"
1575 _ACEOF
1578 cat >>confdefs.h <<_ACEOF
1579 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1580 _ACEOF
1583 # Let the site file select an alternate cache file if it wants to.
1584 # Prefer explicitly selected file to automatically selected ones.
1585 if test -n "$CONFIG_SITE"; then
1586 set x "$CONFIG_SITE"
1587 elif test "x$prefix" != xNONE; then
1588 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1589 else
1590 set x "$ac_default_prefix/share/config.site" \
1591 "$ac_default_prefix/etc/config.site"
1593 shift
1594 for ac_site_file
1596 if test -r "$ac_site_file"; then
1597 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1598 echo "$as_me: loading site script $ac_site_file" >&6;}
1599 sed 's/^/| /' "$ac_site_file" >&5
1600 . "$ac_site_file"
1602 done
1604 if test -r "$cache_file"; then
1605 # Some versions of bash will fail to source /dev/null (special
1606 # files actually), so we avoid doing that.
1607 if test -f "$cache_file"; then
1608 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1609 echo "$as_me: loading cache $cache_file" >&6;}
1610 case $cache_file in
1611 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1612 *) . "./$cache_file";;
1613 esac
1615 else
1616 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1617 echo "$as_me: creating cache $cache_file" >&6;}
1618 >$cache_file
1621 # Check that the precious variables saved in the cache have kept the same
1622 # value.
1623 ac_cache_corrupted=false
1624 for ac_var in $ac_precious_vars; do
1625 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1626 eval ac_new_set=\$ac_env_${ac_var}_set
1627 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1628 eval ac_new_val=\$ac_env_${ac_var}_value
1629 case $ac_old_set,$ac_new_set in
1630 set,)
1631 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1632 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1633 ac_cache_corrupted=: ;;
1634 ,set)
1635 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1636 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1637 ac_cache_corrupted=: ;;
1638 ,);;
1640 if test "x$ac_old_val" != "x$ac_new_val"; then
1641 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1642 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1643 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1644 echo "$as_me: former value: $ac_old_val" >&2;}
1645 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1646 echo "$as_me: current value: $ac_new_val" >&2;}
1647 ac_cache_corrupted=:
1648 fi;;
1649 esac
1650 # Pass precious variables to config.status.
1651 if test "$ac_new_set" = set; then
1652 case $ac_new_val in
1653 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1654 *) ac_arg=$ac_var=$ac_new_val ;;
1655 esac
1656 case " $ac_configure_args " in
1657 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1658 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1659 esac
1661 done
1662 if $ac_cache_corrupted; then
1663 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1664 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1665 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1666 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1667 { (exit 1); exit 1; }; }
1694 ac_ext=c
1695 ac_cpp='$CPP $CPPFLAGS'
1696 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1697 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1698 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1701 am__api_version='1.10'
1703 ac_aux_dir=
1704 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1705 if test -f "$ac_dir/install-sh"; then
1706 ac_aux_dir=$ac_dir
1707 ac_install_sh="$ac_aux_dir/install-sh -c"
1708 break
1709 elif test -f "$ac_dir/install.sh"; then
1710 ac_aux_dir=$ac_dir
1711 ac_install_sh="$ac_aux_dir/install.sh -c"
1712 break
1713 elif test -f "$ac_dir/shtool"; then
1714 ac_aux_dir=$ac_dir
1715 ac_install_sh="$ac_aux_dir/shtool install -c"
1716 break
1718 done
1719 if test -z "$ac_aux_dir"; then
1720 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1721 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1722 { (exit 1); exit 1; }; }
1725 # These three variables are undocumented and unsupported,
1726 # and are intended to be withdrawn in a future Autoconf release.
1727 # They can cause serious problems if a builder's source tree is in a directory
1728 # whose full name contains unusual characters.
1729 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1730 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1731 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1734 # Find a good install program. We prefer a C program (faster),
1735 # so one script is as good as another. But avoid the broken or
1736 # incompatible versions:
1737 # SysV /etc/install, /usr/sbin/install
1738 # SunOS /usr/etc/install
1739 # IRIX /sbin/install
1740 # AIX /bin/install
1741 # AmigaOS /C/install, which installs bootblocks on floppy discs
1742 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1743 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1744 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1745 # OS/2's system install, which has a completely different semantic
1746 # ./install, which can be erroneously created by make from ./install.sh.
1747 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1748 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1749 if test -z "$INSTALL"; then
1750 if test "${ac_cv_path_install+set}" = set; then
1751 echo $ECHO_N "(cached) $ECHO_C" >&6
1752 else
1753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1754 for as_dir in $PATH
1756 IFS=$as_save_IFS
1757 test -z "$as_dir" && as_dir=.
1758 # Account for people who put trailing slashes in PATH elements.
1759 case $as_dir/ in
1760 ./ | .// | /cC/* | \
1761 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1762 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1763 /usr/ucb/* ) ;;
1765 # OSF1 and SCO ODT 3.0 have their own names for install.
1766 # Don't use installbsd from OSF since it installs stuff as root
1767 # by default.
1768 for ac_prog in ginstall scoinst install; do
1769 for ac_exec_ext in '' $ac_executable_extensions; do
1770 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1771 if test $ac_prog = install &&
1772 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1773 # AIX install. It has an incompatible calling convention.
1775 elif test $ac_prog = install &&
1776 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1777 # program-specific install script used by HP pwplus--don't use.
1779 else
1780 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1781 break 3
1784 done
1785 done
1787 esac
1788 done
1789 IFS=$as_save_IFS
1793 if test "${ac_cv_path_install+set}" = set; then
1794 INSTALL=$ac_cv_path_install
1795 else
1796 # As a last resort, use the slow shell script. Don't cache a
1797 # value for INSTALL within a source directory, because that will
1798 # break other packages using the cache if that directory is
1799 # removed, or if the value is a relative name.
1800 INSTALL=$ac_install_sh
1803 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1804 echo "${ECHO_T}$INSTALL" >&6; }
1806 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1807 # It thinks the first close brace ends the variable substitution.
1808 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1810 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1812 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1814 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1815 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1816 # Just in case
1817 sleep 1
1818 echo timestamp > conftest.file
1819 # Do `set' in a subshell so we don't clobber the current shell's
1820 # arguments. Must try -L first in case configure is actually a
1821 # symlink; some systems play weird games with the mod time of symlinks
1822 # (eg FreeBSD returns the mod time of the symlink's containing
1823 # directory).
1824 if (
1825 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1826 if test "$*" = "X"; then
1827 # -L didn't work.
1828 set X `ls -t $srcdir/configure conftest.file`
1830 rm -f conftest.file
1831 if test "$*" != "X $srcdir/configure conftest.file" \
1832 && test "$*" != "X conftest.file $srcdir/configure"; then
1834 # If neither matched, then we have a broken ls. This can happen
1835 # if, for instance, CONFIG_SHELL is bash and it inherits a
1836 # broken ls alias from the environment. This has actually
1837 # happened. Such a system could not be considered "sane".
1838 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1839 alias in your environment" >&5
1840 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1841 alias in your environment" >&2;}
1842 { (exit 1); exit 1; }; }
1845 test "$2" = conftest.file
1847 then
1848 # Ok.
1850 else
1851 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1852 Check your system clock" >&5
1853 echo "$as_me: error: newly created file is older than distributed files!
1854 Check your system clock" >&2;}
1855 { (exit 1); exit 1; }; }
1857 { echo "$as_me:$LINENO: result: yes" >&5
1858 echo "${ECHO_T}yes" >&6; }
1859 test "$program_prefix" != NONE &&
1860 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1861 # Use a double $ so make ignores it.
1862 test "$program_suffix" != NONE &&
1863 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1864 # Double any \ or $. echo might interpret backslashes.
1865 # By default was `s,x,x', remove it if useless.
1866 cat <<\_ACEOF >conftest.sed
1867 s/[\\$]/&&/g;s/;s,x,x,$//
1868 _ACEOF
1869 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1870 rm -f conftest.sed
1872 # expand $ac_aux_dir to an absolute path
1873 am_aux_dir=`cd $ac_aux_dir && pwd`
1875 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1876 # Use eval to expand $SHELL
1877 if eval "$MISSING --run true"; then
1878 am_missing_run="$MISSING --run "
1879 else
1880 am_missing_run=
1881 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1882 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1885 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1886 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1887 if test -z "$MKDIR_P"; then
1888 if test "${ac_cv_path_mkdir+set}" = set; then
1889 echo $ECHO_N "(cached) $ECHO_C" >&6
1890 else
1891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1892 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1894 IFS=$as_save_IFS
1895 test -z "$as_dir" && as_dir=.
1896 for ac_prog in mkdir gmkdir; do
1897 for ac_exec_ext in '' $ac_executable_extensions; do
1898 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1899 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1900 'mkdir (GNU coreutils) '* | \
1901 'mkdir (coreutils) '* | \
1902 'mkdir (fileutils) '4.1*)
1903 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1904 break 3;;
1905 esac
1906 done
1907 done
1908 done
1909 IFS=$as_save_IFS
1913 if test "${ac_cv_path_mkdir+set}" = set; then
1914 MKDIR_P="$ac_cv_path_mkdir -p"
1915 else
1916 # As a last resort, use the slow shell script. Don't cache a
1917 # value for MKDIR_P within a source directory, because that will
1918 # break other packages using the cache if that directory is
1919 # removed, or if the value is a relative name.
1920 test -d ./--version && rmdir ./--version
1921 MKDIR_P="$ac_install_sh -d"
1924 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1925 echo "${ECHO_T}$MKDIR_P" >&6; }
1927 mkdir_p="$MKDIR_P"
1928 case $mkdir_p in
1929 [\\/$]* | ?:[\\/]*) ;;
1930 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1931 esac
1933 for ac_prog in gawk mawk nawk awk
1935 # Extract the first word of "$ac_prog", so it can be a program name with args.
1936 set dummy $ac_prog; ac_word=$2
1937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1939 if test "${ac_cv_prog_AWK+set}" = set; then
1940 echo $ECHO_N "(cached) $ECHO_C" >&6
1941 else
1942 if test -n "$AWK"; then
1943 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1944 else
1945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1946 for as_dir in $PATH
1948 IFS=$as_save_IFS
1949 test -z "$as_dir" && as_dir=.
1950 for ac_exec_ext in '' $ac_executable_extensions; do
1951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1952 ac_cv_prog_AWK="$ac_prog"
1953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1954 break 2
1956 done
1957 done
1958 IFS=$as_save_IFS
1962 AWK=$ac_cv_prog_AWK
1963 if test -n "$AWK"; then
1964 { echo "$as_me:$LINENO: result: $AWK" >&5
1965 echo "${ECHO_T}$AWK" >&6; }
1966 else
1967 { echo "$as_me:$LINENO: result: no" >&5
1968 echo "${ECHO_T}no" >&6; }
1972 test -n "$AWK" && break
1973 done
1975 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1976 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1977 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1978 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1979 echo $ECHO_N "(cached) $ECHO_C" >&6
1980 else
1981 cat >conftest.make <<\_ACEOF
1982 SHELL = /bin/sh
1983 all:
1984 @echo '@@@%%%=$(MAKE)=@@@%%%'
1985 _ACEOF
1986 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1987 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1988 *@@@%%%=?*=@@@%%%*)
1989 eval ac_cv_prog_make_${ac_make}_set=yes;;
1991 eval ac_cv_prog_make_${ac_make}_set=no;;
1992 esac
1993 rm -f conftest.make
1995 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1996 { echo "$as_me:$LINENO: result: yes" >&5
1997 echo "${ECHO_T}yes" >&6; }
1998 SET_MAKE=
1999 else
2000 { echo "$as_me:$LINENO: result: no" >&5
2001 echo "${ECHO_T}no" >&6; }
2002 SET_MAKE="MAKE=${MAKE-make}"
2005 rm -rf .tst 2>/dev/null
2006 mkdir .tst 2>/dev/null
2007 if test -d .tst; then
2008 am__leading_dot=.
2009 else
2010 am__leading_dot=_
2012 rmdir .tst 2>/dev/null
2014 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2015 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2016 # is not polluted with repeated "-I."
2017 am__isrc=' -I$(srcdir)'
2018 # test to see if srcdir already configured
2019 if test -f $srcdir/config.status; then
2020 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2021 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2022 { (exit 1); exit 1; }; }
2026 # test whether we have cygpath
2027 if test -z "$CYGPATH_W"; then
2028 if (cygpath --version) >/dev/null 2>/dev/null; then
2029 CYGPATH_W='cygpath -w'
2030 else
2031 CYGPATH_W=echo
2036 # Define the identity of the package.
2037 PACKAGE='circ'
2038 VERSION='0.1'
2041 cat >>confdefs.h <<_ACEOF
2042 #define PACKAGE "$PACKAGE"
2043 _ACEOF
2046 cat >>confdefs.h <<_ACEOF
2047 #define VERSION "$VERSION"
2048 _ACEOF
2050 # Some tools Automake needs.
2052 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2055 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2058 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2061 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2064 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2066 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2068 # Installed binaries are usually stripped using `strip' when the user
2069 # run `make install-strip'. However `strip' might not be the right
2070 # tool to use in cross-compilation environments, therefore Automake
2071 # will honor the `STRIP' environment variable to overrule this program.
2072 if test "$cross_compiling" != no; then
2073 if test -n "$ac_tool_prefix"; then
2074 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2075 set dummy ${ac_tool_prefix}strip; ac_word=$2
2076 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2078 if test "${ac_cv_prog_STRIP+set}" = set; then
2079 echo $ECHO_N "(cached) $ECHO_C" >&6
2080 else
2081 if test -n "$STRIP"; then
2082 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2083 else
2084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2085 for as_dir in $PATH
2087 IFS=$as_save_IFS
2088 test -z "$as_dir" && as_dir=.
2089 for ac_exec_ext in '' $ac_executable_extensions; do
2090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2091 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2092 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2093 break 2
2095 done
2096 done
2097 IFS=$as_save_IFS
2101 STRIP=$ac_cv_prog_STRIP
2102 if test -n "$STRIP"; then
2103 { echo "$as_me:$LINENO: result: $STRIP" >&5
2104 echo "${ECHO_T}$STRIP" >&6; }
2105 else
2106 { echo "$as_me:$LINENO: result: no" >&5
2107 echo "${ECHO_T}no" >&6; }
2112 if test -z "$ac_cv_prog_STRIP"; then
2113 ac_ct_STRIP=$STRIP
2114 # Extract the first word of "strip", so it can be a program name with args.
2115 set dummy strip; ac_word=$2
2116 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2117 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2118 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2119 echo $ECHO_N "(cached) $ECHO_C" >&6
2120 else
2121 if test -n "$ac_ct_STRIP"; then
2122 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2123 else
2124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2125 for as_dir in $PATH
2127 IFS=$as_save_IFS
2128 test -z "$as_dir" && as_dir=.
2129 for ac_exec_ext in '' $ac_executable_extensions; do
2130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2131 ac_cv_prog_ac_ct_STRIP="strip"
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
2141 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2142 if test -n "$ac_ct_STRIP"; then
2143 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2144 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2145 else
2146 { echo "$as_me:$LINENO: result: no" >&5
2147 echo "${ECHO_T}no" >&6; }
2150 if test "x$ac_ct_STRIP" = x; then
2151 STRIP=":"
2152 else
2153 case $cross_compiling:$ac_tool_warned in
2154 yes:)
2155 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2156 whose name does not start with the host triplet. If you think this
2157 configuration is useful to you, please write to autoconf@gnu.org." >&5
2158 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2159 whose name does not start with the host triplet. If you think this
2160 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2161 ac_tool_warned=yes ;;
2162 esac
2163 STRIP=$ac_ct_STRIP
2165 else
2166 STRIP="$ac_cv_prog_STRIP"
2170 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2172 # We need awk for the "check" target. The system "awk" is bad on
2173 # some platforms.
2174 # Always define AMTAR for backward compatibility.
2176 AMTAR=${AMTAR-"${am_missing_run}tar"}
2178 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2185 # Extract the first word of "pkg-config", so it can be a program name with args.
2186 set dummy pkg-config; ac_word=$2
2187 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2189 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192 case $PKG_CONFIG in
2193 [\\/]* | ?:[\\/]*)
2194 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2198 for as_dir in $PATH
2200 IFS=$as_save_IFS
2201 test -z "$as_dir" && as_dir=.
2202 for ac_exec_ext in '' $ac_executable_extensions; do
2203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2204 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2205 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2206 break 2
2208 done
2209 done
2210 IFS=$as_save_IFS
2212 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
2214 esac
2216 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2217 if test -n "$PKG_CONFIG"; then
2218 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2219 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2220 else
2221 { echo "$as_me:$LINENO: result: no" >&5
2222 echo "${ECHO_T}no" >&6; }
2226 if test "x$PKG_CONFIG" = "xno"; then
2227 { { echo "$as_me:$LINENO: error: You need to install pkg-config" >&5
2228 echo "$as_me: error: You need to install pkg-config" >&2;}
2229 { (exit 1); exit 1; }; }
2232 # Find a good install program. We prefer a C program (faster),
2233 # so one script is as good as another. But avoid the broken or
2234 # incompatible versions:
2235 # SysV /etc/install, /usr/sbin/install
2236 # SunOS /usr/etc/install
2237 # IRIX /sbin/install
2238 # AIX /bin/install
2239 # AmigaOS /C/install, which installs bootblocks on floppy discs
2240 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2241 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2242 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2243 # OS/2's system install, which has a completely different semantic
2244 # ./install, which can be erroneously created by make from ./install.sh.
2245 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2246 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2247 if test -z "$INSTALL"; then
2248 if test "${ac_cv_path_install+set}" = set; then
2249 echo $ECHO_N "(cached) $ECHO_C" >&6
2250 else
2251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2252 for as_dir in $PATH
2254 IFS=$as_save_IFS
2255 test -z "$as_dir" && as_dir=.
2256 # Account for people who put trailing slashes in PATH elements.
2257 case $as_dir/ in
2258 ./ | .// | /cC/* | \
2259 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2260 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2261 /usr/ucb/* ) ;;
2263 # OSF1 and SCO ODT 3.0 have their own names for install.
2264 # Don't use installbsd from OSF since it installs stuff as root
2265 # by default.
2266 for ac_prog in ginstall scoinst install; do
2267 for ac_exec_ext in '' $ac_executable_extensions; do
2268 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2269 if test $ac_prog = install &&
2270 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2271 # AIX install. It has an incompatible calling convention.
2273 elif test $ac_prog = install &&
2274 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2275 # program-specific install script used by HP pwplus--don't use.
2277 else
2278 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2279 break 3
2282 done
2283 done
2285 esac
2286 done
2287 IFS=$as_save_IFS
2291 if test "${ac_cv_path_install+set}" = set; then
2292 INSTALL=$ac_cv_path_install
2293 else
2294 # As a last resort, use the slow shell script. Don't cache a
2295 # value for INSTALL within a source directory, because that will
2296 # break other packages using the cache if that directory is
2297 # removed, or if the value is a relative name.
2298 INSTALL=$ac_install_sh
2301 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2302 echo "${ECHO_T}$INSTALL" >&6; }
2304 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2305 # It thinks the first close brace ends the variable substitution.
2306 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2308 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2310 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2313 # Extract the first word of "gmcs", so it can be a program name with args.
2314 set dummy gmcs; ac_word=$2
2315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2317 if test "${ac_cv_path_GMCS+set}" = set; then
2318 echo $ECHO_N "(cached) $ECHO_C" >&6
2319 else
2320 case $GMCS in
2321 [\\/]* | ?:[\\/]*)
2322 ac_cv_path_GMCS="$GMCS" # Let the user override the test with a path.
2325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2326 for as_dir in $PATH
2328 IFS=$as_save_IFS
2329 test -z "$as_dir" && as_dir=.
2330 for ac_exec_ext in '' $ac_executable_extensions; do
2331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2332 ac_cv_path_GMCS="$as_dir/$ac_word$ac_exec_ext"
2333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2334 break 2
2336 done
2337 done
2338 IFS=$as_save_IFS
2340 test -z "$ac_cv_path_GMCS" && ac_cv_path_GMCS="no"
2342 esac
2344 GMCS=$ac_cv_path_GMCS
2345 if test -n "$GMCS"; then
2346 { echo "$as_me:$LINENO: result: $GMCS" >&5
2347 echo "${ECHO_T}$GMCS" >&6; }
2348 else
2349 { echo "$as_me:$LINENO: result: no" >&5
2350 echo "${ECHO_T}no" >&6; }
2354 if test "x$GMCS" = "xno"; then
2355 { { echo "$as_me:$LINENO: error: gmcs Not found" >&5
2356 echo "$as_me: error: gmcs Not found" >&2;}
2357 { (exit 1); exit 1; }; }
2363 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2364 if test -n "$ac_tool_prefix"; then
2365 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2366 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2369 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2370 echo $ECHO_N "(cached) $ECHO_C" >&6
2371 else
2372 case $PKG_CONFIG in
2373 [\\/]* | ?:[\\/]*)
2374 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2378 for as_dir in $PATH
2380 IFS=$as_save_IFS
2381 test -z "$as_dir" && as_dir=.
2382 for ac_exec_ext in '' $ac_executable_extensions; do
2383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2384 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2385 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2386 break 2
2388 done
2389 done
2390 IFS=$as_save_IFS
2393 esac
2395 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2396 if test -n "$PKG_CONFIG"; then
2397 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2398 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2399 else
2400 { echo "$as_me:$LINENO: result: no" >&5
2401 echo "${ECHO_T}no" >&6; }
2406 if test -z "$ac_cv_path_PKG_CONFIG"; then
2407 ac_pt_PKG_CONFIG=$PKG_CONFIG
2408 # Extract the first word of "pkg-config", so it can be a program name with args.
2409 set dummy pkg-config; ac_word=$2
2410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2412 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2413 echo $ECHO_N "(cached) $ECHO_C" >&6
2414 else
2415 case $ac_pt_PKG_CONFIG in
2416 [\\/]* | ?:[\\/]*)
2417 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421 for as_dir in $PATH
2423 IFS=$as_save_IFS
2424 test -z "$as_dir" && as_dir=.
2425 for ac_exec_ext in '' $ac_executable_extensions; do
2426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2427 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2428 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2429 break 2
2431 done
2432 done
2433 IFS=$as_save_IFS
2436 esac
2438 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2439 if test -n "$ac_pt_PKG_CONFIG"; then
2440 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2441 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2442 else
2443 { echo "$as_me:$LINENO: result: no" >&5
2444 echo "${ECHO_T}no" >&6; }
2447 if test "x$ac_pt_PKG_CONFIG" = x; then
2448 PKG_CONFIG=""
2449 else
2450 case $cross_compiling:$ac_tool_warned in
2451 yes:)
2452 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2453 whose name does not start with the host triplet. If you think this
2454 configuration is useful to you, please write to autoconf@gnu.org." >&5
2455 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2456 whose name does not start with the host triplet. If you think this
2457 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2458 ac_tool_warned=yes ;;
2459 esac
2460 PKG_CONFIG=$ac_pt_PKG_CONFIG
2462 else
2463 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2467 if test -n "$PKG_CONFIG"; then
2468 _pkg_min_version=0.9.0
2469 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2470 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2471 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2472 { echo "$as_me:$LINENO: result: yes" >&5
2473 echo "${ECHO_T}yes" >&6; }
2474 else
2475 { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2477 PKG_CONFIG=""
2482 pkg_failed=no
2483 { echo "$as_me:$LINENO: checking for GLIB_SHARP_20" >&5
2484 echo $ECHO_N "checking for GLIB_SHARP_20... $ECHO_C" >&6; }
2486 if test -n "$PKG_CONFIG"; then
2487 if test -n "$GLIB_SHARP_20_CFLAGS"; then
2488 pkg_cv_GLIB_SHARP_20_CFLAGS="$GLIB_SHARP_20_CFLAGS"
2489 else
2490 if test -n "$PKG_CONFIG" && \
2491 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2492 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2493 ac_status=$?
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); }; then
2496 pkg_cv_GLIB_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "glib-sharp-2.0" 2>/dev/null`
2497 else
2498 pkg_failed=yes
2501 else
2502 pkg_failed=untried
2504 if test -n "$PKG_CONFIG"; then
2505 if test -n "$GLIB_SHARP_20_LIBS"; then
2506 pkg_cv_GLIB_SHARP_20_LIBS="$GLIB_SHARP_20_LIBS"
2507 else
2508 if test -n "$PKG_CONFIG" && \
2509 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2510 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2511 ac_status=$?
2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2513 (exit $ac_status); }; then
2514 pkg_cv_GLIB_SHARP_20_LIBS=`$PKG_CONFIG --libs "glib-sharp-2.0" 2>/dev/null`
2515 else
2516 pkg_failed=yes
2519 else
2520 pkg_failed=untried
2525 if test $pkg_failed = yes; then
2527 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2528 _pkg_short_errors_supported=yes
2529 else
2530 _pkg_short_errors_supported=no
2532 if test $_pkg_short_errors_supported = yes; then
2533 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-sharp-2.0"`
2534 else
2535 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-sharp-2.0"`
2537 # Put the nasty error message in config.log where it belongs
2538 echo "$GLIB_SHARP_20_PKG_ERRORS" >&5
2540 { { echo "$as_me:$LINENO: error: Package requirements (glib-sharp-2.0) were not met:
2542 $GLIB_SHARP_20_PKG_ERRORS
2544 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2545 installed software in a non-standard prefix.
2547 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2548 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2549 See the pkg-config man page for more details.
2550 " >&5
2551 echo "$as_me: error: Package requirements (glib-sharp-2.0) were not met:
2553 $GLIB_SHARP_20_PKG_ERRORS
2555 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2556 installed software in a non-standard prefix.
2558 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2559 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2560 See the pkg-config man page for more details.
2561 " >&2;}
2562 { (exit 1); exit 1; }; }
2563 elif test $pkg_failed = untried; then
2564 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2565 is in your PATH or set the PKG_CONFIG environment variable to the full
2566 path to pkg-config.
2568 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2569 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2570 See the pkg-config man page for more details.
2572 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2573 See \`config.log' for more details." >&5
2574 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2575 is in your PATH or set the PKG_CONFIG environment variable to the full
2576 path to pkg-config.
2578 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2579 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2580 See the pkg-config man page for more details.
2582 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2583 See \`config.log' for more details." >&2;}
2584 { (exit 1); exit 1; }; }
2585 else
2586 GLIB_SHARP_20_CFLAGS=$pkg_cv_GLIB_SHARP_20_CFLAGS
2587 GLIB_SHARP_20_LIBS=$pkg_cv_GLIB_SHARP_20_LIBS
2588 { echo "$as_me:$LINENO: result: yes" >&5
2589 echo "${ECHO_T}yes" >&6; }
2593 pkg_failed=no
2594 { echo "$as_me:$LINENO: checking for GTK_SHARP_20" >&5
2595 echo $ECHO_N "checking for GTK_SHARP_20... $ECHO_C" >&6; }
2597 if test -n "$PKG_CONFIG"; then
2598 if test -n "$GTK_SHARP_20_CFLAGS"; then
2599 pkg_cv_GTK_SHARP_20_CFLAGS="$GTK_SHARP_20_CFLAGS"
2600 else
2601 if test -n "$PKG_CONFIG" && \
2602 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2603 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2604 ac_status=$?
2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2606 (exit $ac_status); }; then
2607 pkg_cv_GTK_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0" 2>/dev/null`
2608 else
2609 pkg_failed=yes
2612 else
2613 pkg_failed=untried
2615 if test -n "$PKG_CONFIG"; then
2616 if test -n "$GTK_SHARP_20_LIBS"; then
2617 pkg_cv_GTK_SHARP_20_LIBS="$GTK_SHARP_20_LIBS"
2618 else
2619 if test -n "$PKG_CONFIG" && \
2620 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2621 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2622 ac_status=$?
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }; then
2625 pkg_cv_GTK_SHARP_20_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0" 2>/dev/null`
2626 else
2627 pkg_failed=yes
2630 else
2631 pkg_failed=untried
2636 if test $pkg_failed = yes; then
2638 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2639 _pkg_short_errors_supported=yes
2640 else
2641 _pkg_short_errors_supported=no
2643 if test $_pkg_short_errors_supported = yes; then
2644 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2645 else
2646 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2648 # Put the nasty error message in config.log where it belongs
2649 echo "$GTK_SHARP_20_PKG_ERRORS" >&5
2651 { { echo "$as_me:$LINENO: error: Package requirements (gtk-sharp-2.0) were not met:
2653 $GTK_SHARP_20_PKG_ERRORS
2655 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2656 installed software in a non-standard prefix.
2658 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2659 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2660 See the pkg-config man page for more details.
2661 " >&5
2662 echo "$as_me: error: Package requirements (gtk-sharp-2.0) were not met:
2664 $GTK_SHARP_20_PKG_ERRORS
2666 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2667 installed software in a non-standard prefix.
2669 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2670 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2671 See the pkg-config man page for more details.
2672 " >&2;}
2673 { (exit 1); exit 1; }; }
2674 elif test $pkg_failed = untried; then
2675 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2676 is in your PATH or set the PKG_CONFIG environment variable to the full
2677 path to pkg-config.
2679 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2680 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2681 See the pkg-config man page for more details.
2683 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2684 See \`config.log' for more details." >&5
2685 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2686 is in your PATH or set the PKG_CONFIG environment variable to the full
2687 path to pkg-config.
2689 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2690 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2691 See the pkg-config man page for more details.
2693 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2694 See \`config.log' for more details." >&2;}
2695 { (exit 1); exit 1; }; }
2696 else
2697 GTK_SHARP_20_CFLAGS=$pkg_cv_GTK_SHARP_20_CFLAGS
2698 GTK_SHARP_20_LIBS=$pkg_cv_GTK_SHARP_20_LIBS
2699 { echo "$as_me:$LINENO: result: yes" >&5
2700 echo "${ECHO_T}yes" >&6; }
2704 pkg_failed=no
2705 { echo "$as_me:$LINENO: checking for NUNIT" >&5
2706 echo $ECHO_N "checking for NUNIT... $ECHO_C" >&6; }
2708 if test -n "$PKG_CONFIG"; then
2709 if test -n "$NUNIT_CFLAGS"; then
2710 pkg_cv_NUNIT_CFLAGS="$NUNIT_CFLAGS"
2711 else
2712 if test -n "$PKG_CONFIG" && \
2713 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nunit\"") >&5
2714 ($PKG_CONFIG --exists --print-errors "nunit") 2>&5
2715 ac_status=$?
2716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2717 (exit $ac_status); }; then
2718 pkg_cv_NUNIT_CFLAGS=`$PKG_CONFIG --cflags "nunit" 2>/dev/null`
2719 else
2720 pkg_failed=yes
2723 else
2724 pkg_failed=untried
2726 if test -n "$PKG_CONFIG"; then
2727 if test -n "$NUNIT_LIBS"; then
2728 pkg_cv_NUNIT_LIBS="$NUNIT_LIBS"
2729 else
2730 if test -n "$PKG_CONFIG" && \
2731 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nunit\"") >&5
2732 ($PKG_CONFIG --exists --print-errors "nunit") 2>&5
2733 ac_status=$?
2734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735 (exit $ac_status); }; then
2736 pkg_cv_NUNIT_LIBS=`$PKG_CONFIG --libs "nunit" 2>/dev/null`
2737 else
2738 pkg_failed=yes
2741 else
2742 pkg_failed=untried
2747 if test $pkg_failed = yes; then
2749 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2750 _pkg_short_errors_supported=yes
2751 else
2752 _pkg_short_errors_supported=no
2754 if test $_pkg_short_errors_supported = yes; then
2755 NUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nunit"`
2756 else
2757 NUNIT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nunit"`
2759 # Put the nasty error message in config.log where it belongs
2760 echo "$NUNIT_PKG_ERRORS" >&5
2762 { { echo "$as_me:$LINENO: error: Package requirements (nunit) were not met:
2764 $NUNIT_PKG_ERRORS
2766 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2767 installed software in a non-standard prefix.
2769 Alternatively, you may set the environment variables NUNIT_CFLAGS
2770 and NUNIT_LIBS to avoid the need to call pkg-config.
2771 See the pkg-config man page for more details.
2772 " >&5
2773 echo "$as_me: error: Package requirements (nunit) were not met:
2775 $NUNIT_PKG_ERRORS
2777 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2778 installed software in a non-standard prefix.
2780 Alternatively, you may set the environment variables NUNIT_CFLAGS
2781 and NUNIT_LIBS to avoid the need to call pkg-config.
2782 See the pkg-config man page for more details.
2783 " >&2;}
2784 { (exit 1); exit 1; }; }
2785 elif test $pkg_failed = untried; then
2786 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2787 is in your PATH or set the PKG_CONFIG environment variable to the full
2788 path to pkg-config.
2790 Alternatively, you may set the environment variables NUNIT_CFLAGS
2791 and NUNIT_LIBS to avoid the need to call pkg-config.
2792 See the pkg-config man page for more details.
2794 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2795 See \`config.log' for more details." >&5
2796 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2797 is in your PATH or set the PKG_CONFIG environment variable to the full
2798 path to pkg-config.
2800 Alternatively, you may set the environment variables NUNIT_CFLAGS
2801 and NUNIT_LIBS to avoid the need to call pkg-config.
2802 See the pkg-config man page for more details.
2804 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2805 See \`config.log' for more details." >&2;}
2806 { (exit 1); exit 1; }; }
2807 else
2808 NUNIT_CFLAGS=$pkg_cv_NUNIT_CFLAGS
2809 NUNIT_LIBS=$pkg_cv_NUNIT_LIBS
2810 { echo "$as_me:$LINENO: result: yes" >&5
2811 echo "${ECHO_T}yes" >&6; }
2815 pkg_failed=no
2816 { echo "$as_me:$LINENO: checking for NINI_11" >&5
2817 echo $ECHO_N "checking for NINI_11... $ECHO_C" >&6; }
2819 if test -n "$PKG_CONFIG"; then
2820 if test -n "$NINI_11_CFLAGS"; then
2821 pkg_cv_NINI_11_CFLAGS="$NINI_11_CFLAGS"
2822 else
2823 if test -n "$PKG_CONFIG" && \
2824 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2825 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2826 ac_status=$?
2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828 (exit $ac_status); }; then
2829 pkg_cv_NINI_11_CFLAGS=`$PKG_CONFIG --cflags "nini-1.1" 2>/dev/null`
2830 else
2831 pkg_failed=yes
2834 else
2835 pkg_failed=untried
2837 if test -n "$PKG_CONFIG"; then
2838 if test -n "$NINI_11_LIBS"; then
2839 pkg_cv_NINI_11_LIBS="$NINI_11_LIBS"
2840 else
2841 if test -n "$PKG_CONFIG" && \
2842 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2843 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2844 ac_status=$?
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; then
2847 pkg_cv_NINI_11_LIBS=`$PKG_CONFIG --libs "nini-1.1" 2>/dev/null`
2848 else
2849 pkg_failed=yes
2852 else
2853 pkg_failed=untried
2858 if test $pkg_failed = yes; then
2860 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2861 _pkg_short_errors_supported=yes
2862 else
2863 _pkg_short_errors_supported=no
2865 if test $_pkg_short_errors_supported = yes; then
2866 NINI_11_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nini-1.1"`
2867 else
2868 NINI_11_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nini-1.1"`
2870 # Put the nasty error message in config.log where it belongs
2871 echo "$NINI_11_PKG_ERRORS" >&5
2873 { { echo "$as_me:$LINENO: error: Package requirements (nini-1.1) were not met:
2875 $NINI_11_PKG_ERRORS
2877 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2878 installed software in a non-standard prefix.
2880 Alternatively, you may set the environment variables NINI_11_CFLAGS
2881 and NINI_11_LIBS to avoid the need to call pkg-config.
2882 See the pkg-config man page for more details.
2883 " >&5
2884 echo "$as_me: error: Package requirements (nini-1.1) were not met:
2886 $NINI_11_PKG_ERRORS
2888 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2889 installed software in a non-standard prefix.
2891 Alternatively, you may set the environment variables NINI_11_CFLAGS
2892 and NINI_11_LIBS to avoid the need to call pkg-config.
2893 See the pkg-config man page for more details.
2894 " >&2;}
2895 { (exit 1); exit 1; }; }
2896 elif test $pkg_failed = untried; then
2897 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2898 is in your PATH or set the PKG_CONFIG environment variable to the full
2899 path to pkg-config.
2901 Alternatively, you may set the environment variables NINI_11_CFLAGS
2902 and NINI_11_LIBS to avoid the need to call pkg-config.
2903 See the pkg-config man page for more details.
2905 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2906 See \`config.log' for more details." >&5
2907 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2908 is in your PATH or set the PKG_CONFIG environment variable to the full
2909 path to pkg-config.
2911 Alternatively, you may set the environment variables NINI_11_CFLAGS
2912 and NINI_11_LIBS to avoid the need to call pkg-config.
2913 See the pkg-config man page for more details.
2915 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2916 See \`config.log' for more details." >&2;}
2917 { (exit 1); exit 1; }; }
2918 else
2919 NINI_11_CFLAGS=$pkg_cv_NINI_11_CFLAGS
2920 NINI_11_LIBS=$pkg_cv_NINI_11_LIBS
2921 { echo "$as_me:$LINENO: result: yes" >&5
2922 echo "${ECHO_T}yes" >&6; }
2926 pkg_failed=no
2927 { echo "$as_me:$LINENO: checking for MONO_ADDINS" >&5
2928 echo $ECHO_N "checking for MONO_ADDINS... $ECHO_C" >&6; }
2930 if test -n "$PKG_CONFIG"; then
2931 if test -n "$MONO_ADDINS_CFLAGS"; then
2932 pkg_cv_MONO_ADDINS_CFLAGS="$MONO_ADDINS_CFLAGS"
2933 else
2934 if test -n "$PKG_CONFIG" && \
2935 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins\"") >&5
2936 ($PKG_CONFIG --exists --print-errors "mono-addins") 2>&5
2937 ac_status=$?
2938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2939 (exit $ac_status); }; then
2940 pkg_cv_MONO_ADDINS_CFLAGS=`$PKG_CONFIG --cflags "mono-addins" 2>/dev/null`
2941 else
2942 pkg_failed=yes
2945 else
2946 pkg_failed=untried
2948 if test -n "$PKG_CONFIG"; then
2949 if test -n "$MONO_ADDINS_LIBS"; then
2950 pkg_cv_MONO_ADDINS_LIBS="$MONO_ADDINS_LIBS"
2951 else
2952 if test -n "$PKG_CONFIG" && \
2953 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins\"") >&5
2954 ($PKG_CONFIG --exists --print-errors "mono-addins") 2>&5
2955 ac_status=$?
2956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2957 (exit $ac_status); }; then
2958 pkg_cv_MONO_ADDINS_LIBS=`$PKG_CONFIG --libs "mono-addins" 2>/dev/null`
2959 else
2960 pkg_failed=yes
2963 else
2964 pkg_failed=untried
2969 if test $pkg_failed = yes; then
2971 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2972 _pkg_short_errors_supported=yes
2973 else
2974 _pkg_short_errors_supported=no
2976 if test $_pkg_short_errors_supported = yes; then
2977 MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mono-addins"`
2978 else
2979 MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mono-addins"`
2981 # Put the nasty error message in config.log where it belongs
2982 echo "$MONO_ADDINS_PKG_ERRORS" >&5
2984 { { echo "$as_me:$LINENO: error: Package requirements (mono-addins) were not met:
2986 $MONO_ADDINS_PKG_ERRORS
2988 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2989 installed software in a non-standard prefix.
2991 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
2992 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
2993 See the pkg-config man page for more details.
2994 " >&5
2995 echo "$as_me: error: Package requirements (mono-addins) were not met:
2997 $MONO_ADDINS_PKG_ERRORS
2999 Consider adjusting the PKG_CONFIG_PATH environment variable if you
3000 installed software in a non-standard prefix.
3002 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3003 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3004 See the pkg-config man page for more details.
3005 " >&2;}
3006 { (exit 1); exit 1; }; }
3007 elif test $pkg_failed = untried; then
3008 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
3009 is in your PATH or set the PKG_CONFIG environment variable to the full
3010 path to pkg-config.
3012 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3013 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3014 See the pkg-config man page for more details.
3016 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3017 See \`config.log' for more details." >&5
3018 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
3019 is in your PATH or set the PKG_CONFIG environment variable to the full
3020 path to pkg-config.
3022 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
3023 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
3024 See the pkg-config man page for more details.
3026 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3027 See \`config.log' for more details." >&2;}
3028 { (exit 1); exit 1; }; }
3029 else
3030 MONO_ADDINS_CFLAGS=$pkg_cv_MONO_ADDINS_CFLAGS
3031 MONO_ADDINS_LIBS=$pkg_cv_MONO_ADDINS_LIBS
3032 { echo "$as_me:$LINENO: result: yes" >&5
3033 echo "${ECHO_T}yes" >&6; }
3038 # Check whether --enable-debug was given.
3039 if test "${enable_debug+set}" = set; then
3040 enableval=$enable_debug; enable_debug=yes
3041 else
3042 enable_debug=no
3045 if test x$enable_debug = xyes; then
3046 ENABLE_DEBUG_TRUE=
3047 ENABLE_DEBUG_FALSE='#'
3048 else
3049 ENABLE_DEBUG_TRUE='#'
3050 ENABLE_DEBUG_FALSE=
3053 if test "x$enable_debug" = "xyes" ; then
3054 CONFIG_REQUESTED="yes"
3056 # Check whether --enable-release was given.
3057 if test "${enable_release+set}" = set; then
3058 enableval=$enable_release; enable_release=yes
3059 else
3060 enable_release=no
3063 if test x$enable_release = xyes; then
3064 ENABLE_RELEASE_TRUE=
3065 ENABLE_RELEASE_FALSE='#'
3066 else
3067 ENABLE_RELEASE_TRUE='#'
3068 ENABLE_RELEASE_FALSE=
3071 if test "x$enable_release" = "xyes" ; then
3072 CONFIG_REQUESTED="yes"
3074 if test -z "$CONFIG_REQUESTED" ; then
3075 if true; then
3076 ENABLE_DEBUG_TRUE=
3077 ENABLE_DEBUG_FALSE='#'
3078 else
3079 ENABLE_DEBUG_TRUE='#'
3080 ENABLE_DEBUG_FALSE=
3086 ac_config_files="$ac_config_files ./CirC/Makefile ./Circ.Lib/Makefile ./Tests/Makefile ./Circ.Frontend.GtkSharp/Makefile ./Makefile ./Circ.Backend.Cil/Makefile"
3089 cat >confcache <<\_ACEOF
3090 # This file is a shell script that caches the results of configure
3091 # tests run on this system so they can be shared between configure
3092 # scripts and configure runs, see configure's option --config-cache.
3093 # It is not useful on other systems. If it contains results you don't
3094 # want to keep, you may remove or edit it.
3096 # config.status only pays attention to the cache file if you give it
3097 # the --recheck option to rerun configure.
3099 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3100 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3101 # following values.
3103 _ACEOF
3105 # The following way of writing the cache mishandles newlines in values,
3106 # but we know of no workaround that is simple, portable, and efficient.
3107 # So, we kill variables containing newlines.
3108 # Ultrix sh set writes to stderr and can't be redirected directly,
3109 # and sets the high bit in the cache file unless we assign to the vars.
3111 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3112 eval ac_val=\$$ac_var
3113 case $ac_val in #(
3114 *${as_nl}*)
3115 case $ac_var in #(
3116 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
3117 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
3118 esac
3119 case $ac_var in #(
3120 _ | IFS | as_nl) ;; #(
3121 *) $as_unset $ac_var ;;
3122 esac ;;
3123 esac
3124 done
3126 (set) 2>&1 |
3127 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3128 *${as_nl}ac_space=\ *)
3129 # `set' does not quote correctly, so add quotes (double-quote
3130 # substitution turns \\\\ into \\, and sed turns \\ into \).
3131 sed -n \
3132 "s/'/'\\\\''/g;
3133 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3134 ;; #(
3136 # `set' quotes correctly as required by POSIX, so do not add quotes.
3137 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3139 esac |
3140 sort
3142 sed '
3143 /^ac_cv_env_/b end
3144 t clear
3145 :clear
3146 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3147 t end
3148 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3149 :end' >>confcache
3150 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3151 if test -w "$cache_file"; then
3152 test "x$cache_file" != "x/dev/null" &&
3153 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3154 echo "$as_me: updating cache $cache_file" >&6;}
3155 cat confcache >$cache_file
3156 else
3157 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3158 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3161 rm -f confcache
3163 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3164 # Let make expand exec_prefix.
3165 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3167 # Transform confdefs.h into DEFS.
3168 # Protect against shell expansion while executing Makefile rules.
3169 # Protect against Makefile macro expansion.
3171 # If the first sed substitution is executed (which looks for macros that
3172 # take arguments), then branch to the quote section. Otherwise,
3173 # look for a macro that doesn't take arguments.
3174 ac_script='
3175 t clear
3176 :clear
3177 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3178 t quote
3179 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3180 t quote
3181 b any
3182 :quote
3183 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3184 s/\[/\\&/g
3185 s/\]/\\&/g
3186 s/\$/$$/g
3188 :any
3191 s/^\n//
3192 s/\n/ /g
3196 DEFS=`sed -n "$ac_script" confdefs.h`
3199 ac_libobjs=
3200 ac_ltlibobjs=
3201 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3202 # 1. Remove the extension, and $U if already installed.
3203 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3204 ac_i=`echo "$ac_i" | sed "$ac_script"`
3205 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3206 # will be set to the directory where LIBOBJS objects are built.
3207 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3208 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3209 done
3210 LIBOBJS=$ac_libobjs
3212 LTLIBOBJS=$ac_ltlibobjs
3215 if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3216 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DEBUG\" was never defined.
3217 Usually this means the macro was only invoked conditionally." >&5
3218 echo "$as_me: error: conditional \"ENABLE_DEBUG\" was never defined.
3219 Usually this means the macro was only invoked conditionally." >&2;}
3220 { (exit 1); exit 1; }; }
3222 if test -z "${ENABLE_RELEASE_TRUE}" && test -z "${ENABLE_RELEASE_FALSE}"; then
3223 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_RELEASE\" was never defined.
3224 Usually this means the macro was only invoked conditionally." >&5
3225 echo "$as_me: error: conditional \"ENABLE_RELEASE\" was never defined.
3226 Usually this means the macro was only invoked conditionally." >&2;}
3227 { (exit 1); exit 1; }; }
3229 if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3230 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DEBUG\" was never defined.
3231 Usually this means the macro was only invoked conditionally." >&5
3232 echo "$as_me: error: conditional \"ENABLE_DEBUG\" was never defined.
3233 Usually this means the macro was only invoked conditionally." >&2;}
3234 { (exit 1); exit 1; }; }
3237 : ${CONFIG_STATUS=./config.status}
3238 ac_clean_files_save=$ac_clean_files
3239 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3240 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3241 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3242 cat >$CONFIG_STATUS <<_ACEOF
3243 #! $SHELL
3244 # Generated by $as_me.
3245 # Run this file to recreate the current configuration.
3246 # Compiler output produced by configure, useful for debugging
3247 # configure, is in config.log if it exists.
3249 debug=false
3250 ac_cs_recheck=false
3251 ac_cs_silent=false
3252 SHELL=\${CONFIG_SHELL-$SHELL}
3253 _ACEOF
3255 cat >>$CONFIG_STATUS <<\_ACEOF
3256 ## --------------------- ##
3257 ## M4sh Initialization. ##
3258 ## --------------------- ##
3260 # Be more Bourne compatible
3261 DUALCASE=1; export DUALCASE # for MKS sh
3262 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3263 emulate sh
3264 NULLCMD=:
3265 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3266 # is contrary to our usage. Disable this feature.
3267 alias -g '${1+"$@"}'='"$@"'
3268 setopt NO_GLOB_SUBST
3269 else
3270 case `(set -o) 2>/dev/null` in
3271 *posix*) set -o posix ;;
3272 esac
3279 # PATH needs CR
3280 # Avoid depending upon Character Ranges.
3281 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3282 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3283 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3284 as_cr_digits='0123456789'
3285 as_cr_alnum=$as_cr_Letters$as_cr_digits
3287 # The user is always right.
3288 if test "${PATH_SEPARATOR+set}" != set; then
3289 echo "#! /bin/sh" >conf$$.sh
3290 echo "exit 0" >>conf$$.sh
3291 chmod +x conf$$.sh
3292 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3293 PATH_SEPARATOR=';'
3294 else
3295 PATH_SEPARATOR=:
3297 rm -f conf$$.sh
3300 # Support unset when possible.
3301 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3302 as_unset=unset
3303 else
3304 as_unset=false
3308 # IFS
3309 # We need space, tab and new line, in precisely that order. Quoting is
3310 # there to prevent editors from complaining about space-tab.
3311 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3312 # splitting by setting IFS to empty value.)
3313 as_nl='
3315 IFS=" "" $as_nl"
3317 # Find who we are. Look in the path if we contain no directory separator.
3318 case $0 in
3319 *[\\/]* ) as_myself=$0 ;;
3320 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3321 for as_dir in $PATH
3323 IFS=$as_save_IFS
3324 test -z "$as_dir" && as_dir=.
3325 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3326 done
3327 IFS=$as_save_IFS
3330 esac
3331 # We did not find ourselves, most probably we were run as `sh COMMAND'
3332 # in which case we are not to be found in the path.
3333 if test "x$as_myself" = x; then
3334 as_myself=$0
3336 if test ! -f "$as_myself"; then
3337 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3338 { (exit 1); exit 1; }
3341 # Work around bugs in pre-3.0 UWIN ksh.
3342 for as_var in ENV MAIL MAILPATH
3343 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3344 done
3345 PS1='$ '
3346 PS2='> '
3347 PS4='+ '
3349 # NLS nuisances.
3350 for as_var in \
3351 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3352 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3353 LC_TELEPHONE LC_TIME
3355 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3356 eval $as_var=C; export $as_var
3357 else
3358 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3360 done
3362 # Required to use basename.
3363 if expr a : '\(a\)' >/dev/null 2>&1 &&
3364 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3365 as_expr=expr
3366 else
3367 as_expr=false
3370 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3371 as_basename=basename
3372 else
3373 as_basename=false
3377 # Name of the executable.
3378 as_me=`$as_basename -- "$0" ||
3379 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3380 X"$0" : 'X\(//\)$' \| \
3381 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3382 echo X/"$0" |
3383 sed '/^.*\/\([^/][^/]*\)\/*$/{
3384 s//\1/
3387 /^X\/\(\/\/\)$/{
3388 s//\1/
3391 /^X\/\(\/\).*/{
3392 s//\1/
3395 s/.*/./; q'`
3397 # CDPATH.
3398 $as_unset CDPATH
3402 as_lineno_1=$LINENO
3403 as_lineno_2=$LINENO
3404 test "x$as_lineno_1" != "x$as_lineno_2" &&
3405 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3407 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3408 # uniformly replaced by the line number. The first 'sed' inserts a
3409 # line-number line after each line using $LINENO; the second 'sed'
3410 # does the real work. The second script uses 'N' to pair each
3411 # line-number line with the line containing $LINENO, and appends
3412 # trailing '-' during substitution so that $LINENO is not a special
3413 # case at line end.
3414 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3415 # scripts with optimization help from Paolo Bonzini. Blame Lee
3416 # E. McMahon (1931-1989) for sed's syntax. :-)
3417 sed -n '
3419 /[$]LINENO/=
3420 ' <$as_myself |
3421 sed '
3422 s/[$]LINENO.*/&-/
3423 t lineno
3425 :lineno
3427 :loop
3428 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3429 t loop
3430 s/-\n.*//
3431 ' >$as_me.lineno &&
3432 chmod +x "$as_me.lineno" ||
3433 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3434 { (exit 1); exit 1; }; }
3436 # Don't try to exec as it changes $[0], causing all sort of problems
3437 # (the dirname of $[0] is not the place where we might find the
3438 # original and so on. Autoconf is especially sensitive to this).
3439 . "./$as_me.lineno"
3440 # Exit status is that of the last command.
3441 exit
3445 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3446 as_dirname=dirname
3447 else
3448 as_dirname=false
3451 ECHO_C= ECHO_N= ECHO_T=
3452 case `echo -n x` in
3453 -n*)
3454 case `echo 'x\c'` in
3455 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3456 *) ECHO_C='\c';;
3457 esac;;
3459 ECHO_N='-n';;
3460 esac
3462 if expr a : '\(a\)' >/dev/null 2>&1 &&
3463 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3464 as_expr=expr
3465 else
3466 as_expr=false
3469 rm -f conf$$ conf$$.exe conf$$.file
3470 if test -d conf$$.dir; then
3471 rm -f conf$$.dir/conf$$.file
3472 else
3473 rm -f conf$$.dir
3474 mkdir conf$$.dir
3476 echo >conf$$.file
3477 if ln -s conf$$.file conf$$ 2>/dev/null; then
3478 as_ln_s='ln -s'
3479 # ... but there are two gotchas:
3480 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3481 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3482 # In both cases, we have to default to `cp -p'.
3483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3484 as_ln_s='cp -p'
3485 elif ln conf$$.file conf$$ 2>/dev/null; then
3486 as_ln_s=ln
3487 else
3488 as_ln_s='cp -p'
3490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3491 rmdir conf$$.dir 2>/dev/null
3493 if mkdir -p . 2>/dev/null; then
3494 as_mkdir_p=:
3495 else
3496 test -d ./-p && rmdir ./-p
3497 as_mkdir_p=false
3500 if test -x / >/dev/null 2>&1; then
3501 as_test_x='test -x'
3502 else
3503 if ls -dL / >/dev/null 2>&1; then
3504 as_ls_L_option=L
3505 else
3506 as_ls_L_option=
3508 as_test_x='
3509 eval sh -c '\''
3510 if test -d "$1"; then
3511 test -d "$1/.";
3512 else
3513 case $1 in
3514 -*)set "./$1";;
3515 esac;
3516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3517 ???[sx]*):;;*)false;;esac;fi
3518 '\'' sh
3521 as_executable_p=$as_test_x
3523 # Sed expression to map a string onto a valid CPP name.
3524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3526 # Sed expression to map a string onto a valid variable name.
3527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3530 exec 6>&1
3532 # Save the log message, to keep $[0] and so on meaningful, and to
3533 # report actual input values of CONFIG_FILES etc. instead of their
3534 # values after options handling.
3535 ac_log="
3536 This file was extended by Circ $as_me 0.1, which was
3537 generated by GNU Autoconf 2.61. Invocation command line was
3539 CONFIG_FILES = $CONFIG_FILES
3540 CONFIG_HEADERS = $CONFIG_HEADERS
3541 CONFIG_LINKS = $CONFIG_LINKS
3542 CONFIG_COMMANDS = $CONFIG_COMMANDS
3543 $ $0 $@
3545 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3548 _ACEOF
3550 cat >>$CONFIG_STATUS <<_ACEOF
3551 # Files that config.status was made for.
3552 config_files="$ac_config_files"
3554 _ACEOF
3556 cat >>$CONFIG_STATUS <<\_ACEOF
3557 ac_cs_usage="\
3558 \`$as_me' instantiates files from templates according to the
3559 current configuration.
3561 Usage: $0 [OPTIONS] [FILE]...
3563 -h, --help print this help, then exit
3564 -V, --version print version number and configuration settings, then exit
3565 -q, --quiet do not print progress messages
3566 -d, --debug don't remove temporary files
3567 --recheck update $as_me by reconfiguring in the same conditions
3568 --file=FILE[:TEMPLATE]
3569 instantiate the configuration file FILE
3571 Configuration files:
3572 $config_files
3574 Report bugs to <bug-autoconf@gnu.org>."
3576 _ACEOF
3577 cat >>$CONFIG_STATUS <<_ACEOF
3578 ac_cs_version="\\
3579 Circ config.status 0.1
3580 configured by $0, generated by GNU Autoconf 2.61,
3581 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3583 Copyright (C) 2006 Free Software Foundation, Inc.
3584 This config.status script is free software; the Free Software Foundation
3585 gives unlimited permission to copy, distribute and modify it."
3587 ac_pwd='$ac_pwd'
3588 srcdir='$srcdir'
3589 INSTALL='$INSTALL'
3590 MKDIR_P='$MKDIR_P'
3591 _ACEOF
3593 cat >>$CONFIG_STATUS <<\_ACEOF
3594 # If no file are specified by the user, then we need to provide default
3595 # value. By we need to know if files were specified by the user.
3596 ac_need_defaults=:
3597 while test $# != 0
3599 case $1 in
3600 --*=*)
3601 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3602 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3603 ac_shift=:
3606 ac_option=$1
3607 ac_optarg=$2
3608 ac_shift=shift
3610 esac
3612 case $ac_option in
3613 # Handling of the options.
3614 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3615 ac_cs_recheck=: ;;
3616 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3617 echo "$ac_cs_version"; exit ;;
3618 --debug | --debu | --deb | --de | --d | -d )
3619 debug=: ;;
3620 --file | --fil | --fi | --f )
3621 $ac_shift
3622 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3623 ac_need_defaults=false;;
3624 --he | --h | --help | --hel | -h )
3625 echo "$ac_cs_usage"; exit ;;
3626 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3627 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3628 ac_cs_silent=: ;;
3630 # This is an error.
3631 -*) { echo "$as_me: error: unrecognized option: $1
3632 Try \`$0 --help' for more information." >&2
3633 { (exit 1); exit 1; }; } ;;
3635 *) ac_config_targets="$ac_config_targets $1"
3636 ac_need_defaults=false ;;
3638 esac
3639 shift
3640 done
3642 ac_configure_extra_args=
3644 if $ac_cs_silent; then
3645 exec 6>/dev/null
3646 ac_configure_extra_args="$ac_configure_extra_args --silent"
3649 _ACEOF
3650 cat >>$CONFIG_STATUS <<_ACEOF
3651 if \$ac_cs_recheck; then
3652 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3653 CONFIG_SHELL=$SHELL
3654 export CONFIG_SHELL
3655 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3658 _ACEOF
3659 cat >>$CONFIG_STATUS <<\_ACEOF
3660 exec 5>>config.log
3662 echo
3663 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3664 ## Running $as_me. ##
3665 _ASBOX
3666 echo "$ac_log"
3667 } >&5
3669 _ACEOF
3670 cat >>$CONFIG_STATUS <<_ACEOF
3671 _ACEOF
3673 cat >>$CONFIG_STATUS <<\_ACEOF
3675 # Handling of arguments.
3676 for ac_config_target in $ac_config_targets
3678 case $ac_config_target in
3679 "./CirC/Makefile") CONFIG_FILES="$CONFIG_FILES ./CirC/Makefile" ;;
3680 "./Circ.Lib/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Lib/Makefile" ;;
3681 "./Tests/Makefile") CONFIG_FILES="$CONFIG_FILES ./Tests/Makefile" ;;
3682 "./Circ.Frontend.GtkSharp/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Frontend.GtkSharp/Makefile" ;;
3683 "./Makefile") CONFIG_FILES="$CONFIG_FILES ./Makefile" ;;
3684 "./Circ.Backend.Cil/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Backend.Cil/Makefile" ;;
3686 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3687 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3688 { (exit 1); exit 1; }; };;
3689 esac
3690 done
3693 # If the user did not use the arguments to specify the items to instantiate,
3694 # then the envvar interface is used. Set only those that are not.
3695 # We use the long form for the default assignment because of an extremely
3696 # bizarre bug on SunOS 4.1.3.
3697 if $ac_need_defaults; then
3698 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3701 # Have a temporary directory for convenience. Make it in the build tree
3702 # simply because there is no reason against having it here, and in addition,
3703 # creating and moving files from /tmp can sometimes cause problems.
3704 # Hook for its removal unless debugging.
3705 # Note that there is a small window in which the directory will not be cleaned:
3706 # after its creation but before its name has been assigned to `$tmp'.
3707 $debug ||
3709 tmp=
3710 trap 'exit_status=$?
3711 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3713 trap '{ (exit 1); exit 1; }' 1 2 13 15
3715 # Create a (secure) tmp directory for tmp files.
3718 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3719 test -n "$tmp" && test -d "$tmp"
3720 } ||
3722 tmp=./conf$$-$RANDOM
3723 (umask 077 && mkdir "$tmp")
3724 } ||
3726 echo "$me: cannot create a temporary directory in ." >&2
3727 { (exit 1); exit 1; }
3731 # Set up the sed scripts for CONFIG_FILES section.
3734 # No need to generate the scripts if there are no CONFIG_FILES.
3735 # This happens for instance when ./config.status config.h
3736 if test -n "$CONFIG_FILES"; then
3738 _ACEOF
3742 ac_delim='%!_!# '
3743 for ac_last_try in false false false false false :; do
3744 cat >conf$$subs.sed <<_ACEOF
3745 SHELL!$SHELL$ac_delim
3746 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3747 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3748 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3749 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3750 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3751 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3752 exec_prefix!$exec_prefix$ac_delim
3753 prefix!$prefix$ac_delim
3754 program_transform_name!$program_transform_name$ac_delim
3755 bindir!$bindir$ac_delim
3756 sbindir!$sbindir$ac_delim
3757 libexecdir!$libexecdir$ac_delim
3758 datarootdir!$datarootdir$ac_delim
3759 datadir!$datadir$ac_delim
3760 sysconfdir!$sysconfdir$ac_delim
3761 sharedstatedir!$sharedstatedir$ac_delim
3762 localstatedir!$localstatedir$ac_delim
3763 includedir!$includedir$ac_delim
3764 oldincludedir!$oldincludedir$ac_delim
3765 docdir!$docdir$ac_delim
3766 infodir!$infodir$ac_delim
3767 htmldir!$htmldir$ac_delim
3768 dvidir!$dvidir$ac_delim
3769 pdfdir!$pdfdir$ac_delim
3770 psdir!$psdir$ac_delim
3771 libdir!$libdir$ac_delim
3772 localedir!$localedir$ac_delim
3773 mandir!$mandir$ac_delim
3774 DEFS!$DEFS$ac_delim
3775 ECHO_C!$ECHO_C$ac_delim
3776 ECHO_N!$ECHO_N$ac_delim
3777 ECHO_T!$ECHO_T$ac_delim
3778 LIBS!$LIBS$ac_delim
3779 build_alias!$build_alias$ac_delim
3780 host_alias!$host_alias$ac_delim
3781 target_alias!$target_alias$ac_delim
3782 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3783 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3784 INSTALL_DATA!$INSTALL_DATA$ac_delim
3785 am__isrc!$am__isrc$ac_delim
3786 CYGPATH_W!$CYGPATH_W$ac_delim
3787 PACKAGE!$PACKAGE$ac_delim
3788 VERSION!$VERSION$ac_delim
3789 ACLOCAL!$ACLOCAL$ac_delim
3790 AUTOCONF!$AUTOCONF$ac_delim
3791 AUTOMAKE!$AUTOMAKE$ac_delim
3792 AUTOHEADER!$AUTOHEADER$ac_delim
3793 MAKEINFO!$MAKEINFO$ac_delim
3794 install_sh!$install_sh$ac_delim
3795 STRIP!$STRIP$ac_delim
3796 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3797 mkdir_p!$mkdir_p$ac_delim
3798 AWK!$AWK$ac_delim
3799 SET_MAKE!$SET_MAKE$ac_delim
3800 am__leading_dot!$am__leading_dot$ac_delim
3801 AMTAR!$AMTAR$ac_delim
3802 am__tar!$am__tar$ac_delim
3803 am__untar!$am__untar$ac_delim
3804 PKG_CONFIG!$PKG_CONFIG$ac_delim
3805 GMCS!$GMCS$ac_delim
3806 GLIB_SHARP_20_CFLAGS!$GLIB_SHARP_20_CFLAGS$ac_delim
3807 GLIB_SHARP_20_LIBS!$GLIB_SHARP_20_LIBS$ac_delim
3808 GTK_SHARP_20_CFLAGS!$GTK_SHARP_20_CFLAGS$ac_delim
3809 GTK_SHARP_20_LIBS!$GTK_SHARP_20_LIBS$ac_delim
3810 NUNIT_CFLAGS!$NUNIT_CFLAGS$ac_delim
3811 NUNIT_LIBS!$NUNIT_LIBS$ac_delim
3812 NINI_11_CFLAGS!$NINI_11_CFLAGS$ac_delim
3813 NINI_11_LIBS!$NINI_11_LIBS$ac_delim
3814 MONO_ADDINS_CFLAGS!$MONO_ADDINS_CFLAGS$ac_delim
3815 MONO_ADDINS_LIBS!$MONO_ADDINS_LIBS$ac_delim
3816 ENABLE_DEBUG_TRUE!$ENABLE_DEBUG_TRUE$ac_delim
3817 ENABLE_DEBUG_FALSE!$ENABLE_DEBUG_FALSE$ac_delim
3818 ENABLE_RELEASE_TRUE!$ENABLE_RELEASE_TRUE$ac_delim
3819 ENABLE_RELEASE_FALSE!$ENABLE_RELEASE_FALSE$ac_delim
3820 LIBOBJS!$LIBOBJS$ac_delim
3821 LTLIBOBJS!$LTLIBOBJS$ac_delim
3822 _ACEOF
3824 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then
3825 break
3826 elif $ac_last_try; then
3827 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3828 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3829 { (exit 1); exit 1; }; }
3830 else
3831 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3833 done
3835 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3836 if test -n "$ac_eof"; then
3837 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3838 ac_eof=`expr $ac_eof + 1`
3841 cat >>$CONFIG_STATUS <<_ACEOF
3842 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3843 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3844 _ACEOF
3845 sed '
3846 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3847 s/^/s,@/; s/!/@,|#_!!_#|/
3850 s/'"$ac_delim"'$/,g/; t
3851 s/$/\\/; p
3852 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3853 ' >>$CONFIG_STATUS <conf$$subs.sed
3854 rm -f conf$$subs.sed
3855 cat >>$CONFIG_STATUS <<_ACEOF
3856 :end
3857 s/|#_!!_#|//g
3858 CEOF$ac_eof
3859 _ACEOF
3862 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3863 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3864 # trailing colons and then remove the whole line if VPATH becomes empty
3865 # (actually we leave an empty line to preserve line numbers).
3866 if test "x$srcdir" = x.; then
3867 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3868 s/:*\$(srcdir):*/:/
3869 s/:*\${srcdir}:*/:/
3870 s/:*@srcdir@:*/:/
3871 s/^\([^=]*=[ ]*\):*/\1/
3872 s/:*$//
3873 s/^[^=]*=[ ]*$//
3877 cat >>$CONFIG_STATUS <<\_ACEOF
3878 fi # test -n "$CONFIG_FILES"
3881 for ac_tag in :F $CONFIG_FILES
3883 case $ac_tag in
3884 :[FHLC]) ac_mode=$ac_tag; continue;;
3885 esac
3886 case $ac_mode$ac_tag in
3887 :[FHL]*:*);;
3888 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3889 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3890 { (exit 1); exit 1; }; };;
3891 :[FH]-) ac_tag=-:-;;
3892 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3893 esac
3894 ac_save_IFS=$IFS
3895 IFS=:
3896 set x $ac_tag
3897 IFS=$ac_save_IFS
3898 shift
3899 ac_file=$1
3900 shift
3902 case $ac_mode in
3903 :L) ac_source=$1;;
3904 :[FH])
3905 ac_file_inputs=
3906 for ac_f
3908 case $ac_f in
3909 -) ac_f="$tmp/stdin";;
3910 *) # Look for the file first in the build tree, then in the source tree
3911 # (if the path is not absolute). The absolute path cannot be DOS-style,
3912 # because $ac_f cannot contain `:'.
3913 test -f "$ac_f" ||
3914 case $ac_f in
3915 [\\/$]*) false;;
3916 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3917 esac ||
3918 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3919 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3920 { (exit 1); exit 1; }; };;
3921 esac
3922 ac_file_inputs="$ac_file_inputs $ac_f"
3923 done
3925 # Let's still pretend it is `configure' which instantiates (i.e., don't
3926 # use $as_me), people would be surprised to read:
3927 # /* config.h. Generated by config.status. */
3928 configure_input="Generated from "`IFS=:
3929 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3930 if test x"$ac_file" != x-; then
3931 configure_input="$ac_file. $configure_input"
3932 { echo "$as_me:$LINENO: creating $ac_file" >&5
3933 echo "$as_me: creating $ac_file" >&6;}
3936 case $ac_tag in
3937 *:-:* | *:-) cat >"$tmp/stdin";;
3938 esac
3940 esac
3942 ac_dir=`$as_dirname -- "$ac_file" ||
3943 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3944 X"$ac_file" : 'X\(//\)[^/]' \| \
3945 X"$ac_file" : 'X\(//\)$' \| \
3946 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3947 echo X"$ac_file" |
3948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3949 s//\1/
3952 /^X\(\/\/\)[^/].*/{
3953 s//\1/
3956 /^X\(\/\/\)$/{
3957 s//\1/
3960 /^X\(\/\).*/{
3961 s//\1/
3964 s/.*/./; q'`
3965 { as_dir="$ac_dir"
3966 case $as_dir in #(
3967 -*) as_dir=./$as_dir;;
3968 esac
3969 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3970 as_dirs=
3971 while :; do
3972 case $as_dir in #(
3973 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3974 *) as_qdir=$as_dir;;
3975 esac
3976 as_dirs="'$as_qdir' $as_dirs"
3977 as_dir=`$as_dirname -- "$as_dir" ||
3978 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3979 X"$as_dir" : 'X\(//\)[^/]' \| \
3980 X"$as_dir" : 'X\(//\)$' \| \
3981 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3982 echo X"$as_dir" |
3983 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3984 s//\1/
3987 /^X\(\/\/\)[^/].*/{
3988 s//\1/
3991 /^X\(\/\/\)$/{
3992 s//\1/
3995 /^X\(\/\).*/{
3996 s//\1/
3999 s/.*/./; q'`
4000 test -d "$as_dir" && break
4001 done
4002 test -z "$as_dirs" || eval "mkdir $as_dirs"
4003 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4004 echo "$as_me: error: cannot create directory $as_dir" >&2;}
4005 { (exit 1); exit 1; }; }; }
4006 ac_builddir=.
4008 case "$ac_dir" in
4009 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4011 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4012 # A ".." for each directory in $ac_dir_suffix.
4013 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
4014 case $ac_top_builddir_sub in
4015 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4016 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4017 esac ;;
4018 esac
4019 ac_abs_top_builddir=$ac_pwd
4020 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4021 # for backward compatibility:
4022 ac_top_builddir=$ac_top_build_prefix
4024 case $srcdir in
4025 .) # We are building in place.
4026 ac_srcdir=.
4027 ac_top_srcdir=$ac_top_builddir_sub
4028 ac_abs_top_srcdir=$ac_pwd ;;
4029 [\\/]* | ?:[\\/]* ) # Absolute name.
4030 ac_srcdir=$srcdir$ac_dir_suffix;
4031 ac_top_srcdir=$srcdir
4032 ac_abs_top_srcdir=$srcdir ;;
4033 *) # Relative name.
4034 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4035 ac_top_srcdir=$ac_top_build_prefix$srcdir
4036 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4037 esac
4038 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4041 case $ac_mode in
4044 # CONFIG_FILE
4047 case $INSTALL in
4048 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4049 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4050 esac
4051 ac_MKDIR_P=$MKDIR_P
4052 case $MKDIR_P in
4053 [\\/$]* | ?:[\\/]* ) ;;
4054 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4055 esac
4056 _ACEOF
4058 cat >>$CONFIG_STATUS <<\_ACEOF
4059 # If the template does not know about datarootdir, expand it.
4060 # FIXME: This hack should be removed a few years after 2.60.
4061 ac_datarootdir_hack=; ac_datarootdir_seen=
4063 case `sed -n '/datarootdir/ {
4067 /@datadir@/p
4068 /@docdir@/p
4069 /@infodir@/p
4070 /@localedir@/p
4071 /@mandir@/p
4072 ' $ac_file_inputs` in
4073 *datarootdir*) ac_datarootdir_seen=yes;;
4074 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4075 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4076 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4077 _ACEOF
4078 cat >>$CONFIG_STATUS <<_ACEOF
4079 ac_datarootdir_hack='
4080 s&@datadir@&$datadir&g
4081 s&@docdir@&$docdir&g
4082 s&@infodir@&$infodir&g
4083 s&@localedir@&$localedir&g
4084 s&@mandir@&$mandir&g
4085 s&\\\${datarootdir}&$datarootdir&g' ;;
4086 esac
4087 _ACEOF
4089 # Neutralize VPATH when `$srcdir' = `.'.
4090 # Shell code in configure.ac might set extrasub.
4091 # FIXME: do we really want to maintain this feature?
4092 cat >>$CONFIG_STATUS <<_ACEOF
4093 sed "$ac_vpsub
4094 $extrasub
4095 _ACEOF
4096 cat >>$CONFIG_STATUS <<\_ACEOF
4098 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4099 s&@configure_input@&$configure_input&;t t
4100 s&@top_builddir@&$ac_top_builddir_sub&;t t
4101 s&@srcdir@&$ac_srcdir&;t t
4102 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4103 s&@top_srcdir@&$ac_top_srcdir&;t t
4104 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4105 s&@builddir@&$ac_builddir&;t t
4106 s&@abs_builddir@&$ac_abs_builddir&;t t
4107 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4108 s&@INSTALL@&$ac_INSTALL&;t t
4109 s&@MKDIR_P@&$ac_MKDIR_P&;t t
4110 $ac_datarootdir_hack
4111 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
4113 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4114 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4115 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4116 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4117 which seems to be undefined. Please make sure it is defined." >&5
4118 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4119 which seems to be undefined. Please make sure it is defined." >&2;}
4121 rm -f "$tmp/stdin"
4122 case $ac_file in
4123 -) cat "$tmp/out"; rm -f "$tmp/out";;
4124 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
4125 esac
4130 esac
4132 done # for ac_tag
4135 { (exit 0); exit 0; }
4136 _ACEOF
4137 chmod +x $CONFIG_STATUS
4138 ac_clean_files=$ac_clean_files_save
4141 # configure is writing to config.log, and then calls config.status.
4142 # config.status does its own redirection, appending to config.log.
4143 # Unfortunately, on DOS this fails, as config.log is still kept open
4144 # by configure, so config.status won't be able to write to it; its
4145 # output is simply discarded. So we exec the FD to /dev/null,
4146 # effectively closing config.log, so it can be properly (re)opened and
4147 # appended to by config.status. When coming back to configure, we
4148 # need to make the FD available again.
4149 if test "$no_create" != yes; then
4150 ac_cs_success=:
4151 ac_config_status_args=
4152 test "$silent" = yes &&
4153 ac_config_status_args="$ac_config_status_args --quiet"
4154 exec 5>/dev/null
4155 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4156 exec 5>>config.log
4157 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4158 # would make configure fail if this is the last instruction.
4159 $ac_cs_success || { (exit 1); exit 1; }