* Now use config file value
[circ.git] / configure
blob5d0023693b543b3869bdeffa2409b4c364ea5128
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 GTK_SHARP_20_CFLAGS
641 GTK_SHARP_20_LIBS
642 GLIB_SHARP_20_CFLAGS
643 GLIB_SHARP_20_LIBS
644 NINI_11_CFLAGS
645 NINI_11_LIBS
646 MONO_ADDINS_CFLAGS
647 MONO_ADDINS_LIBS
648 ENABLE_DEBUG_TRUE
649 ENABLE_DEBUG_FALSE
650 ENABLE_RELEASE_TRUE
651 ENABLE_RELEASE_FALSE
652 LIBOBJS
653 LTLIBOBJS'
654 ac_subst_files=''
655 ac_precious_vars='build_alias
656 host_alias
657 target_alias
658 PKG_CONFIG
659 GTK_SHARP_20_CFLAGS
660 GTK_SHARP_20_LIBS
661 GLIB_SHARP_20_CFLAGS
662 GLIB_SHARP_20_LIBS
663 NINI_11_CFLAGS
664 NINI_11_LIBS
665 MONO_ADDINS_CFLAGS
666 MONO_ADDINS_LIBS'
669 # Initialize some variables set by options.
670 ac_init_help=
671 ac_init_version=false
672 # The variables have the same names as the options, with
673 # dashes changed to underlines.
674 cache_file=/dev/null
675 exec_prefix=NONE
676 no_create=
677 no_recursion=
678 prefix=NONE
679 program_prefix=NONE
680 program_suffix=NONE
681 program_transform_name=s,x,x,
682 silent=
683 site=
684 srcdir=
685 verbose=
686 x_includes=NONE
687 x_libraries=NONE
689 # Installation directory options.
690 # These are left unexpanded so users can "make install exec_prefix=/foo"
691 # and all the variables that are supposed to be based on exec_prefix
692 # by default will actually change.
693 # Use braces instead of parens because sh, perl, etc. also accept them.
694 # (The list follows the same order as the GNU Coding Standards.)
695 bindir='${exec_prefix}/bin'
696 sbindir='${exec_prefix}/sbin'
697 libexecdir='${exec_prefix}/libexec'
698 datarootdir='${prefix}/share'
699 datadir='${datarootdir}'
700 sysconfdir='${prefix}/etc'
701 sharedstatedir='${prefix}/com'
702 localstatedir='${prefix}/var'
703 includedir='${prefix}/include'
704 oldincludedir='/usr/include'
705 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
706 infodir='${datarootdir}/info'
707 htmldir='${docdir}'
708 dvidir='${docdir}'
709 pdfdir='${docdir}'
710 psdir='${docdir}'
711 libdir='${exec_prefix}/lib'
712 localedir='${datarootdir}/locale'
713 mandir='${datarootdir}/man'
715 ac_prev=
716 ac_dashdash=
717 for ac_option
719 # If the previous option needs an argument, assign it.
720 if test -n "$ac_prev"; then
721 eval $ac_prev=\$ac_option
722 ac_prev=
723 continue
726 case $ac_option in
727 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
728 *) ac_optarg=yes ;;
729 esac
731 # Accept the important Cygnus configure options, so we can diagnose typos.
733 case $ac_dashdash$ac_option in
735 ac_dashdash=yes ;;
737 -bindir | --bindir | --bindi | --bind | --bin | --bi)
738 ac_prev=bindir ;;
739 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
740 bindir=$ac_optarg ;;
742 -build | --build | --buil | --bui | --bu)
743 ac_prev=build_alias ;;
744 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
745 build_alias=$ac_optarg ;;
747 -cache-file | --cache-file | --cache-fil | --cache-fi \
748 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
749 ac_prev=cache_file ;;
750 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
751 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
752 cache_file=$ac_optarg ;;
754 --config-cache | -C)
755 cache_file=config.cache ;;
757 -datadir | --datadir | --datadi | --datad)
758 ac_prev=datadir ;;
759 -datadir=* | --datadir=* | --datadi=* | --datad=*)
760 datadir=$ac_optarg ;;
762 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
763 | --dataroo | --dataro | --datar)
764 ac_prev=datarootdir ;;
765 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
766 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
767 datarootdir=$ac_optarg ;;
769 -disable-* | --disable-*)
770 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
771 # Reject names that are not valid shell variable names.
772 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
773 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
774 { (exit 1); exit 1; }; }
775 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
776 eval enable_$ac_feature=no ;;
778 -docdir | --docdir | --docdi | --doc | --do)
779 ac_prev=docdir ;;
780 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
781 docdir=$ac_optarg ;;
783 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
784 ac_prev=dvidir ;;
785 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
786 dvidir=$ac_optarg ;;
788 -enable-* | --enable-*)
789 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
790 # Reject names that are not valid shell variable names.
791 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
792 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
793 { (exit 1); exit 1; }; }
794 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
795 eval enable_$ac_feature=\$ac_optarg ;;
797 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
798 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
799 | --exec | --exe | --ex)
800 ac_prev=exec_prefix ;;
801 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
802 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
803 | --exec=* | --exe=* | --ex=*)
804 exec_prefix=$ac_optarg ;;
806 -gas | --gas | --ga | --g)
807 # Obsolete; use --with-gas.
808 with_gas=yes ;;
810 -help | --help | --hel | --he | -h)
811 ac_init_help=long ;;
812 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
813 ac_init_help=recursive ;;
814 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
815 ac_init_help=short ;;
817 -host | --host | --hos | --ho)
818 ac_prev=host_alias ;;
819 -host=* | --host=* | --hos=* | --ho=*)
820 host_alias=$ac_optarg ;;
822 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
823 ac_prev=htmldir ;;
824 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
825 | --ht=*)
826 htmldir=$ac_optarg ;;
828 -includedir | --includedir | --includedi | --included | --include \
829 | --includ | --inclu | --incl | --inc)
830 ac_prev=includedir ;;
831 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
832 | --includ=* | --inclu=* | --incl=* | --inc=*)
833 includedir=$ac_optarg ;;
835 -infodir | --infodir | --infodi | --infod | --info | --inf)
836 ac_prev=infodir ;;
837 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
838 infodir=$ac_optarg ;;
840 -libdir | --libdir | --libdi | --libd)
841 ac_prev=libdir ;;
842 -libdir=* | --libdir=* | --libdi=* | --libd=*)
843 libdir=$ac_optarg ;;
845 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
846 | --libexe | --libex | --libe)
847 ac_prev=libexecdir ;;
848 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
849 | --libexe=* | --libex=* | --libe=*)
850 libexecdir=$ac_optarg ;;
852 -localedir | --localedir | --localedi | --localed | --locale)
853 ac_prev=localedir ;;
854 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
855 localedir=$ac_optarg ;;
857 -localstatedir | --localstatedir | --localstatedi | --localstated \
858 | --localstate | --localstat | --localsta | --localst | --locals)
859 ac_prev=localstatedir ;;
860 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
861 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
862 localstatedir=$ac_optarg ;;
864 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
865 ac_prev=mandir ;;
866 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
867 mandir=$ac_optarg ;;
869 -nfp | --nfp | --nf)
870 # Obsolete; use --without-fp.
871 with_fp=no ;;
873 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
874 | --no-cr | --no-c | -n)
875 no_create=yes ;;
877 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
878 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
879 no_recursion=yes ;;
881 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
882 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
883 | --oldin | --oldi | --old | --ol | --o)
884 ac_prev=oldincludedir ;;
885 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
886 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
887 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
888 oldincludedir=$ac_optarg ;;
890 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
891 ac_prev=prefix ;;
892 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
893 prefix=$ac_optarg ;;
895 -program-prefix | --program-prefix | --program-prefi | --program-pref \
896 | --program-pre | --program-pr | --program-p)
897 ac_prev=program_prefix ;;
898 -program-prefix=* | --program-prefix=* | --program-prefi=* \
899 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
900 program_prefix=$ac_optarg ;;
902 -program-suffix | --program-suffix | --program-suffi | --program-suff \
903 | --program-suf | --program-su | --program-s)
904 ac_prev=program_suffix ;;
905 -program-suffix=* | --program-suffix=* | --program-suffi=* \
906 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
907 program_suffix=$ac_optarg ;;
909 -program-transform-name | --program-transform-name \
910 | --program-transform-nam | --program-transform-na \
911 | --program-transform-n | --program-transform- \
912 | --program-transform | --program-transfor \
913 | --program-transfo | --program-transf \
914 | --program-trans | --program-tran \
915 | --progr-tra | --program-tr | --program-t)
916 ac_prev=program_transform_name ;;
917 -program-transform-name=* | --program-transform-name=* \
918 | --program-transform-nam=* | --program-transform-na=* \
919 | --program-transform-n=* | --program-transform-=* \
920 | --program-transform=* | --program-transfor=* \
921 | --program-transfo=* | --program-transf=* \
922 | --program-trans=* | --program-tran=* \
923 | --progr-tra=* | --program-tr=* | --program-t=*)
924 program_transform_name=$ac_optarg ;;
926 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
927 ac_prev=pdfdir ;;
928 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
929 pdfdir=$ac_optarg ;;
931 -psdir | --psdir | --psdi | --psd | --ps)
932 ac_prev=psdir ;;
933 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
934 psdir=$ac_optarg ;;
936 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
937 | -silent | --silent | --silen | --sile | --sil)
938 silent=yes ;;
940 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
941 ac_prev=sbindir ;;
942 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
943 | --sbi=* | --sb=*)
944 sbindir=$ac_optarg ;;
946 -sharedstatedir | --sharedstatedir | --sharedstatedi \
947 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
948 | --sharedst | --shareds | --shared | --share | --shar \
949 | --sha | --sh)
950 ac_prev=sharedstatedir ;;
951 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
952 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
953 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
954 | --sha=* | --sh=*)
955 sharedstatedir=$ac_optarg ;;
957 -site | --site | --sit)
958 ac_prev=site ;;
959 -site=* | --site=* | --sit=*)
960 site=$ac_optarg ;;
962 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
963 ac_prev=srcdir ;;
964 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
965 srcdir=$ac_optarg ;;
967 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
968 | --syscon | --sysco | --sysc | --sys | --sy)
969 ac_prev=sysconfdir ;;
970 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
971 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
972 sysconfdir=$ac_optarg ;;
974 -target | --target | --targe | --targ | --tar | --ta | --t)
975 ac_prev=target_alias ;;
976 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
977 target_alias=$ac_optarg ;;
979 -v | -verbose | --verbose | --verbos | --verbo | --verb)
980 verbose=yes ;;
982 -version | --version | --versio | --versi | --vers | -V)
983 ac_init_version=: ;;
985 -with-* | --with-*)
986 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
987 # Reject names that are not valid shell variable names.
988 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
989 { echo "$as_me: error: invalid package name: $ac_package" >&2
990 { (exit 1); exit 1; }; }
991 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
992 eval with_$ac_package=\$ac_optarg ;;
994 -without-* | --without-*)
995 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
996 # Reject names that are not valid shell variable names.
997 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
998 { echo "$as_me: error: invalid package name: $ac_package" >&2
999 { (exit 1); exit 1; }; }
1000 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1001 eval with_$ac_package=no ;;
1003 --x)
1004 # Obsolete; use --with-x.
1005 with_x=yes ;;
1007 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1008 | --x-incl | --x-inc | --x-in | --x-i)
1009 ac_prev=x_includes ;;
1010 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1011 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1012 x_includes=$ac_optarg ;;
1014 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1015 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1016 ac_prev=x_libraries ;;
1017 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1018 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1019 x_libraries=$ac_optarg ;;
1021 -*) { echo "$as_me: error: unrecognized option: $ac_option
1022 Try \`$0 --help' for more information." >&2
1023 { (exit 1); exit 1; }; }
1026 *=*)
1027 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1028 # Reject names that are not valid shell variable names.
1029 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1030 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1031 { (exit 1); exit 1; }; }
1032 eval $ac_envvar=\$ac_optarg
1033 export $ac_envvar ;;
1036 # FIXME: should be removed in autoconf 3.0.
1037 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1038 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1039 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1040 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1043 esac
1044 done
1046 if test -n "$ac_prev"; then
1047 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1048 { echo "$as_me: error: missing argument to $ac_option" >&2
1049 { (exit 1); exit 1; }; }
1052 # Be sure to have absolute directory names.
1053 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1054 datadir sysconfdir sharedstatedir localstatedir includedir \
1055 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1056 libdir localedir mandir
1058 eval ac_val=\$$ac_var
1059 case $ac_val in
1060 [\\/$]* | ?:[\\/]* ) continue;;
1061 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1062 esac
1063 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1064 { (exit 1); exit 1; }; }
1065 done
1067 # There might be people who depend on the old broken behavior: `$host'
1068 # used to hold the argument of --host etc.
1069 # FIXME: To remove some day.
1070 build=$build_alias
1071 host=$host_alias
1072 target=$target_alias
1074 # FIXME: To remove some day.
1075 if test "x$host_alias" != x; then
1076 if test "x$build_alias" = x; then
1077 cross_compiling=maybe
1078 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1079 If a cross compiler is detected then cross compile mode will be used." >&2
1080 elif test "x$build_alias" != "x$host_alias"; then
1081 cross_compiling=yes
1085 ac_tool_prefix=
1086 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1088 test "$silent" = yes && exec 6>/dev/null
1091 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1092 ac_ls_di=`ls -di .` &&
1093 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1094 { echo "$as_me: error: Working directory cannot be determined" >&2
1095 { (exit 1); exit 1; }; }
1096 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1097 { echo "$as_me: error: pwd does not report name of working directory" >&2
1098 { (exit 1); exit 1; }; }
1101 # Find the source files, if location was not specified.
1102 if test -z "$srcdir"; then
1103 ac_srcdir_defaulted=yes
1104 # Try the directory containing this script, then the parent directory.
1105 ac_confdir=`$as_dirname -- "$0" ||
1106 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1107 X"$0" : 'X\(//\)[^/]' \| \
1108 X"$0" : 'X\(//\)$' \| \
1109 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1110 echo X"$0" |
1111 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1112 s//\1/
1115 /^X\(\/\/\)[^/].*/{
1116 s//\1/
1119 /^X\(\/\/\)$/{
1120 s//\1/
1123 /^X\(\/\).*/{
1124 s//\1/
1127 s/.*/./; q'`
1128 srcdir=$ac_confdir
1129 if test ! -r "$srcdir/$ac_unique_file"; then
1130 srcdir=..
1132 else
1133 ac_srcdir_defaulted=no
1135 if test ! -r "$srcdir/$ac_unique_file"; then
1136 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1137 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1138 { (exit 1); exit 1; }; }
1140 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1141 ac_abs_confdir=`(
1142 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1143 { (exit 1); exit 1; }; }
1144 pwd)`
1145 # When building in place, set srcdir=.
1146 if test "$ac_abs_confdir" = "$ac_pwd"; then
1147 srcdir=.
1149 # Remove unnecessary trailing slashes from srcdir.
1150 # Double slashes in file names in object file debugging info
1151 # mess up M-x gdb in Emacs.
1152 case $srcdir in
1153 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1154 esac
1155 for ac_var in $ac_precious_vars; do
1156 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1157 eval ac_env_${ac_var}_value=\$${ac_var}
1158 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1159 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1160 done
1163 # Report the --help message.
1165 if test "$ac_init_help" = "long"; then
1166 # Omit some internal or obsolete options to make the list less imposing.
1167 # This message is too long to be a string in the A/UX 3.1 sh.
1168 cat <<_ACEOF
1169 \`configure' configures Circ 0.1 to adapt to many kinds of systems.
1171 Usage: $0 [OPTION]... [VAR=VALUE]...
1173 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1174 VAR=VALUE. See below for descriptions of some of the useful variables.
1176 Defaults for the options are specified in brackets.
1178 Configuration:
1179 -h, --help display this help and exit
1180 --help=short display options specific to this package
1181 --help=recursive display the short help of all the included packages
1182 -V, --version display version information and exit
1183 -q, --quiet, --silent do not print \`checking...' messages
1184 --cache-file=FILE cache test results in FILE [disabled]
1185 -C, --config-cache alias for \`--cache-file=config.cache'
1186 -n, --no-create do not create output files
1187 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1189 Installation directories:
1190 --prefix=PREFIX install architecture-independent files in PREFIX
1191 [$ac_default_prefix]
1192 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1193 [PREFIX]
1195 By default, \`make install' will install all the files in
1196 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1197 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1198 for instance \`--prefix=\$HOME'.
1200 For better control, use the options below.
1202 Fine tuning of the installation directories:
1203 --bindir=DIR user executables [EPREFIX/bin]
1204 --sbindir=DIR system admin executables [EPREFIX/sbin]
1205 --libexecdir=DIR program executables [EPREFIX/libexec]
1206 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1207 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1208 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1209 --libdir=DIR object code libraries [EPREFIX/lib]
1210 --includedir=DIR C header files [PREFIX/include]
1211 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1212 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1213 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1214 --infodir=DIR info documentation [DATAROOTDIR/info]
1215 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1216 --mandir=DIR man documentation [DATAROOTDIR/man]
1217 --docdir=DIR documentation root [DATAROOTDIR/doc/circ]
1218 --htmldir=DIR html documentation [DOCDIR]
1219 --dvidir=DIR dvi documentation [DOCDIR]
1220 --pdfdir=DIR pdf documentation [DOCDIR]
1221 --psdir=DIR ps documentation [DOCDIR]
1222 _ACEOF
1224 cat <<\_ACEOF
1226 Program names:
1227 --program-prefix=PREFIX prepend PREFIX to installed program names
1228 --program-suffix=SUFFIX append SUFFIX to installed program names
1229 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1230 _ACEOF
1233 if test -n "$ac_init_help"; then
1234 case $ac_init_help in
1235 short | recursive ) echo "Configuration of Circ 0.1:";;
1236 esac
1237 cat <<\_ACEOF
1239 Optional Features:
1240 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1241 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1242 --enable-debug Use 'DEBUG' Configuration default=YES
1243 --enable-release Use 'RELEASE' Configuration default=NO
1245 Some influential environment variables:
1246 PKG_CONFIG path to pkg-config utility
1247 GTK_SHARP_20_CFLAGS
1248 C compiler flags for GTK_SHARP_20, overriding pkg-config
1249 GTK_SHARP_20_LIBS
1250 linker flags for GTK_SHARP_20, overriding pkg-config
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 NINI_11_CFLAGS
1256 C compiler flags for NINI_11, overriding pkg-config
1257 NINI_11_LIBS
1258 linker flags for NINI_11, overriding pkg-config
1259 MONO_ADDINS_CFLAGS
1260 C compiler flags for MONO_ADDINS, overriding pkg-config
1261 MONO_ADDINS_LIBS
1262 linker flags for MONO_ADDINS, overriding pkg-config
1264 Use these variables to override the choices made by `configure' or to help
1265 it to find libraries and programs with nonstandard names/locations.
1267 _ACEOF
1268 ac_status=$?
1271 if test "$ac_init_help" = "recursive"; then
1272 # If there are subdirs, report their specific --help.
1273 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1274 test -d "$ac_dir" || continue
1275 ac_builddir=.
1277 case "$ac_dir" in
1278 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1280 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1281 # A ".." for each directory in $ac_dir_suffix.
1282 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1283 case $ac_top_builddir_sub in
1284 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1285 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1286 esac ;;
1287 esac
1288 ac_abs_top_builddir=$ac_pwd
1289 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1290 # for backward compatibility:
1291 ac_top_builddir=$ac_top_build_prefix
1293 case $srcdir in
1294 .) # We are building in place.
1295 ac_srcdir=.
1296 ac_top_srcdir=$ac_top_builddir_sub
1297 ac_abs_top_srcdir=$ac_pwd ;;
1298 [\\/]* | ?:[\\/]* ) # Absolute name.
1299 ac_srcdir=$srcdir$ac_dir_suffix;
1300 ac_top_srcdir=$srcdir
1301 ac_abs_top_srcdir=$srcdir ;;
1302 *) # Relative name.
1303 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1304 ac_top_srcdir=$ac_top_build_prefix$srcdir
1305 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1306 esac
1307 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1309 cd "$ac_dir" || { ac_status=$?; continue; }
1310 # Check for guested configure.
1311 if test -f "$ac_srcdir/configure.gnu"; then
1312 echo &&
1313 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1314 elif test -f "$ac_srcdir/configure"; then
1315 echo &&
1316 $SHELL "$ac_srcdir/configure" --help=recursive
1317 else
1318 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1319 fi || ac_status=$?
1320 cd "$ac_pwd" || { ac_status=$?; break; }
1321 done
1324 test -n "$ac_init_help" && exit $ac_status
1325 if $ac_init_version; then
1326 cat <<\_ACEOF
1327 Circ configure 0.1
1328 generated by GNU Autoconf 2.61
1330 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1331 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1332 This configure script is free software; the Free Software Foundation
1333 gives unlimited permission to copy, distribute and modify it.
1334 _ACEOF
1335 exit
1337 cat >config.log <<_ACEOF
1338 This file contains any messages produced by compilers while
1339 running configure, to aid debugging if configure makes a mistake.
1341 It was created by Circ $as_me 0.1, which was
1342 generated by GNU Autoconf 2.61. Invocation command line was
1344 $ $0 $@
1346 _ACEOF
1347 exec 5>>config.log
1349 cat <<_ASUNAME
1350 ## --------- ##
1351 ## Platform. ##
1352 ## --------- ##
1354 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1355 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1356 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1357 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1358 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1360 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1361 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1363 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1364 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1365 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1366 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1367 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1368 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1369 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1371 _ASUNAME
1373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1374 for as_dir in $PATH
1376 IFS=$as_save_IFS
1377 test -z "$as_dir" && as_dir=.
1378 echo "PATH: $as_dir"
1379 done
1380 IFS=$as_save_IFS
1382 } >&5
1384 cat >&5 <<_ACEOF
1387 ## ----------- ##
1388 ## Core tests. ##
1389 ## ----------- ##
1391 _ACEOF
1394 # Keep a trace of the command line.
1395 # Strip out --no-create and --no-recursion so they do not pile up.
1396 # Strip out --silent because we don't want to record it for future runs.
1397 # Also quote any args containing shell meta-characters.
1398 # Make two passes to allow for proper duplicate-argument suppression.
1399 ac_configure_args=
1400 ac_configure_args0=
1401 ac_configure_args1=
1402 ac_must_keep_next=false
1403 for ac_pass in 1 2
1405 for ac_arg
1407 case $ac_arg in
1408 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1409 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1410 | -silent | --silent | --silen | --sile | --sil)
1411 continue ;;
1412 *\'*)
1413 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1414 esac
1415 case $ac_pass in
1416 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1418 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1419 if test $ac_must_keep_next = true; then
1420 ac_must_keep_next=false # Got value, back to normal.
1421 else
1422 case $ac_arg in
1423 *=* | --config-cache | -C | -disable-* | --disable-* \
1424 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1425 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1426 | -with-* | --with-* | -without-* | --without-* | --x)
1427 case "$ac_configure_args0 " in
1428 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1429 esac
1431 -* ) ac_must_keep_next=true ;;
1432 esac
1434 ac_configure_args="$ac_configure_args '$ac_arg'"
1436 esac
1437 done
1438 done
1439 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1440 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1442 # When interrupted or exit'd, cleanup temporary files, and complete
1443 # config.log. We remove comments because anyway the quotes in there
1444 # would cause problems or look ugly.
1445 # WARNING: Use '\'' to represent an apostrophe within the trap.
1446 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1447 trap 'exit_status=$?
1448 # Save into config.log some information that might help in debugging.
1450 echo
1452 cat <<\_ASBOX
1453 ## ---------------- ##
1454 ## Cache variables. ##
1455 ## ---------------- ##
1456 _ASBOX
1457 echo
1458 # The following way of writing the cache mishandles newlines in values,
1460 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1461 eval ac_val=\$$ac_var
1462 case $ac_val in #(
1463 *${as_nl}*)
1464 case $ac_var in #(
1465 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1466 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1467 esac
1468 case $ac_var in #(
1469 _ | IFS | as_nl) ;; #(
1470 *) $as_unset $ac_var ;;
1471 esac ;;
1472 esac
1473 done
1474 (set) 2>&1 |
1475 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1476 *${as_nl}ac_space=\ *)
1477 sed -n \
1478 "s/'\''/'\''\\\\'\'''\''/g;
1479 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1480 ;; #(
1482 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1484 esac |
1485 sort
1487 echo
1489 cat <<\_ASBOX
1490 ## ----------------- ##
1491 ## Output variables. ##
1492 ## ----------------- ##
1493 _ASBOX
1494 echo
1495 for ac_var in $ac_subst_vars
1497 eval ac_val=\$$ac_var
1498 case $ac_val in
1499 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1500 esac
1501 echo "$ac_var='\''$ac_val'\''"
1502 done | sort
1503 echo
1505 if test -n "$ac_subst_files"; then
1506 cat <<\_ASBOX
1507 ## ------------------- ##
1508 ## File substitutions. ##
1509 ## ------------------- ##
1510 _ASBOX
1511 echo
1512 for ac_var in $ac_subst_files
1514 eval ac_val=\$$ac_var
1515 case $ac_val in
1516 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1517 esac
1518 echo "$ac_var='\''$ac_val'\''"
1519 done | sort
1520 echo
1523 if test -s confdefs.h; then
1524 cat <<\_ASBOX
1525 ## ----------- ##
1526 ## confdefs.h. ##
1527 ## ----------- ##
1528 _ASBOX
1529 echo
1530 cat confdefs.h
1531 echo
1533 test "$ac_signal" != 0 &&
1534 echo "$as_me: caught signal $ac_signal"
1535 echo "$as_me: exit $exit_status"
1536 } >&5
1537 rm -f core *.core core.conftest.* &&
1538 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1539 exit $exit_status
1541 for ac_signal in 1 2 13 15; do
1542 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1543 done
1544 ac_signal=0
1546 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1547 rm -f -r conftest* confdefs.h
1549 # Predefined preprocessor variables.
1551 cat >>confdefs.h <<_ACEOF
1552 #define PACKAGE_NAME "$PACKAGE_NAME"
1553 _ACEOF
1556 cat >>confdefs.h <<_ACEOF
1557 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1558 _ACEOF
1561 cat >>confdefs.h <<_ACEOF
1562 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1563 _ACEOF
1566 cat >>confdefs.h <<_ACEOF
1567 #define PACKAGE_STRING "$PACKAGE_STRING"
1568 _ACEOF
1571 cat >>confdefs.h <<_ACEOF
1572 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1573 _ACEOF
1576 # Let the site file select an alternate cache file if it wants to.
1577 # Prefer explicitly selected file to automatically selected ones.
1578 if test -n "$CONFIG_SITE"; then
1579 set x "$CONFIG_SITE"
1580 elif test "x$prefix" != xNONE; then
1581 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1582 else
1583 set x "$ac_default_prefix/share/config.site" \
1584 "$ac_default_prefix/etc/config.site"
1586 shift
1587 for ac_site_file
1589 if test -r "$ac_site_file"; then
1590 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1591 echo "$as_me: loading site script $ac_site_file" >&6;}
1592 sed 's/^/| /' "$ac_site_file" >&5
1593 . "$ac_site_file"
1595 done
1597 if test -r "$cache_file"; then
1598 # Some versions of bash will fail to source /dev/null (special
1599 # files actually), so we avoid doing that.
1600 if test -f "$cache_file"; then
1601 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1602 echo "$as_me: loading cache $cache_file" >&6;}
1603 case $cache_file in
1604 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1605 *) . "./$cache_file";;
1606 esac
1608 else
1609 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1610 echo "$as_me: creating cache $cache_file" >&6;}
1611 >$cache_file
1614 # Check that the precious variables saved in the cache have kept the same
1615 # value.
1616 ac_cache_corrupted=false
1617 for ac_var in $ac_precious_vars; do
1618 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1619 eval ac_new_set=\$ac_env_${ac_var}_set
1620 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1621 eval ac_new_val=\$ac_env_${ac_var}_value
1622 case $ac_old_set,$ac_new_set in
1623 set,)
1624 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1625 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1626 ac_cache_corrupted=: ;;
1627 ,set)
1628 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1629 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1630 ac_cache_corrupted=: ;;
1631 ,);;
1633 if test "x$ac_old_val" != "x$ac_new_val"; then
1634 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1635 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1636 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1637 echo "$as_me: former value: $ac_old_val" >&2;}
1638 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1639 echo "$as_me: current value: $ac_new_val" >&2;}
1640 ac_cache_corrupted=:
1641 fi;;
1642 esac
1643 # Pass precious variables to config.status.
1644 if test "$ac_new_set" = set; then
1645 case $ac_new_val in
1646 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1647 *) ac_arg=$ac_var=$ac_new_val ;;
1648 esac
1649 case " $ac_configure_args " in
1650 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1651 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1652 esac
1654 done
1655 if $ac_cache_corrupted; then
1656 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1657 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1658 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1659 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1660 { (exit 1); exit 1; }; }
1687 ac_ext=c
1688 ac_cpp='$CPP $CPPFLAGS'
1689 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1690 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1691 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1694 am__api_version='1.10'
1696 ac_aux_dir=
1697 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1698 if test -f "$ac_dir/install-sh"; then
1699 ac_aux_dir=$ac_dir
1700 ac_install_sh="$ac_aux_dir/install-sh -c"
1701 break
1702 elif test -f "$ac_dir/install.sh"; then
1703 ac_aux_dir=$ac_dir
1704 ac_install_sh="$ac_aux_dir/install.sh -c"
1705 break
1706 elif test -f "$ac_dir/shtool"; then
1707 ac_aux_dir=$ac_dir
1708 ac_install_sh="$ac_aux_dir/shtool install -c"
1709 break
1711 done
1712 if test -z "$ac_aux_dir"; then
1713 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1714 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1715 { (exit 1); exit 1; }; }
1718 # These three variables are undocumented and unsupported,
1719 # and are intended to be withdrawn in a future Autoconf release.
1720 # They can cause serious problems if a builder's source tree is in a directory
1721 # whose full name contains unusual characters.
1722 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1723 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1724 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1727 # Find a good install program. We prefer a C program (faster),
1728 # so one script is as good as another. But avoid the broken or
1729 # incompatible versions:
1730 # SysV /etc/install, /usr/sbin/install
1731 # SunOS /usr/etc/install
1732 # IRIX /sbin/install
1733 # AIX /bin/install
1734 # AmigaOS /C/install, which installs bootblocks on floppy discs
1735 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1736 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1737 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1738 # OS/2's system install, which has a completely different semantic
1739 # ./install, which can be erroneously created by make from ./install.sh.
1740 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1741 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1742 if test -z "$INSTALL"; then
1743 if test "${ac_cv_path_install+set}" = set; then
1744 echo $ECHO_N "(cached) $ECHO_C" >&6
1745 else
1746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1747 for as_dir in $PATH
1749 IFS=$as_save_IFS
1750 test -z "$as_dir" && as_dir=.
1751 # Account for people who put trailing slashes in PATH elements.
1752 case $as_dir/ in
1753 ./ | .// | /cC/* | \
1754 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1755 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1756 /usr/ucb/* ) ;;
1758 # OSF1 and SCO ODT 3.0 have their own names for install.
1759 # Don't use installbsd from OSF since it installs stuff as root
1760 # by default.
1761 for ac_prog in ginstall scoinst install; do
1762 for ac_exec_ext in '' $ac_executable_extensions; do
1763 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1764 if test $ac_prog = install &&
1765 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1766 # AIX install. It has an incompatible calling convention.
1768 elif test $ac_prog = install &&
1769 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1770 # program-specific install script used by HP pwplus--don't use.
1772 else
1773 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1774 break 3
1777 done
1778 done
1780 esac
1781 done
1782 IFS=$as_save_IFS
1786 if test "${ac_cv_path_install+set}" = set; then
1787 INSTALL=$ac_cv_path_install
1788 else
1789 # As a last resort, use the slow shell script. Don't cache a
1790 # value for INSTALL within a source directory, because that will
1791 # break other packages using the cache if that directory is
1792 # removed, or if the value is a relative name.
1793 INSTALL=$ac_install_sh
1796 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1797 echo "${ECHO_T}$INSTALL" >&6; }
1799 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1800 # It thinks the first close brace ends the variable substitution.
1801 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1803 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1805 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1807 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1808 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1809 # Just in case
1810 sleep 1
1811 echo timestamp > conftest.file
1812 # Do `set' in a subshell so we don't clobber the current shell's
1813 # arguments. Must try -L first in case configure is actually a
1814 # symlink; some systems play weird games with the mod time of symlinks
1815 # (eg FreeBSD returns the mod time of the symlink's containing
1816 # directory).
1817 if (
1818 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1819 if test "$*" = "X"; then
1820 # -L didn't work.
1821 set X `ls -t $srcdir/configure conftest.file`
1823 rm -f conftest.file
1824 if test "$*" != "X $srcdir/configure conftest.file" \
1825 && test "$*" != "X conftest.file $srcdir/configure"; then
1827 # If neither matched, then we have a broken ls. This can happen
1828 # if, for instance, CONFIG_SHELL is bash and it inherits a
1829 # broken ls alias from the environment. This has actually
1830 # happened. Such a system could not be considered "sane".
1831 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1832 alias in your environment" >&5
1833 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1834 alias in your environment" >&2;}
1835 { (exit 1); exit 1; }; }
1838 test "$2" = conftest.file
1840 then
1841 # Ok.
1843 else
1844 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1845 Check your system clock" >&5
1846 echo "$as_me: error: newly created file is older than distributed files!
1847 Check your system clock" >&2;}
1848 { (exit 1); exit 1; }; }
1850 { echo "$as_me:$LINENO: result: yes" >&5
1851 echo "${ECHO_T}yes" >&6; }
1852 test "$program_prefix" != NONE &&
1853 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1854 # Use a double $ so make ignores it.
1855 test "$program_suffix" != NONE &&
1856 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1857 # Double any \ or $. echo might interpret backslashes.
1858 # By default was `s,x,x', remove it if useless.
1859 cat <<\_ACEOF >conftest.sed
1860 s/[\\$]/&&/g;s/;s,x,x,$//
1861 _ACEOF
1862 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1863 rm -f conftest.sed
1865 # expand $ac_aux_dir to an absolute path
1866 am_aux_dir=`cd $ac_aux_dir && pwd`
1868 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1869 # Use eval to expand $SHELL
1870 if eval "$MISSING --run true"; then
1871 am_missing_run="$MISSING --run "
1872 else
1873 am_missing_run=
1874 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1875 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1878 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1879 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1880 if test -z "$MKDIR_P"; then
1881 if test "${ac_cv_path_mkdir+set}" = set; then
1882 echo $ECHO_N "(cached) $ECHO_C" >&6
1883 else
1884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1885 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1887 IFS=$as_save_IFS
1888 test -z "$as_dir" && as_dir=.
1889 for ac_prog in mkdir gmkdir; do
1890 for ac_exec_ext in '' $ac_executable_extensions; do
1891 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1892 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1893 'mkdir (GNU coreutils) '* | \
1894 'mkdir (coreutils) '* | \
1895 'mkdir (fileutils) '4.1*)
1896 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1897 break 3;;
1898 esac
1899 done
1900 done
1901 done
1902 IFS=$as_save_IFS
1906 if test "${ac_cv_path_mkdir+set}" = set; then
1907 MKDIR_P="$ac_cv_path_mkdir -p"
1908 else
1909 # As a last resort, use the slow shell script. Don't cache a
1910 # value for MKDIR_P within a source directory, because that will
1911 # break other packages using the cache if that directory is
1912 # removed, or if the value is a relative name.
1913 test -d ./--version && rmdir ./--version
1914 MKDIR_P="$ac_install_sh -d"
1917 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1918 echo "${ECHO_T}$MKDIR_P" >&6; }
1920 mkdir_p="$MKDIR_P"
1921 case $mkdir_p in
1922 [\\/$]* | ?:[\\/]*) ;;
1923 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1924 esac
1926 for ac_prog in gawk mawk nawk awk
1928 # Extract the first word of "$ac_prog", so it can be a program name with args.
1929 set dummy $ac_prog; ac_word=$2
1930 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1932 if test "${ac_cv_prog_AWK+set}" = set; then
1933 echo $ECHO_N "(cached) $ECHO_C" >&6
1934 else
1935 if test -n "$AWK"; then
1936 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1937 else
1938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1939 for as_dir in $PATH
1941 IFS=$as_save_IFS
1942 test -z "$as_dir" && as_dir=.
1943 for ac_exec_ext in '' $ac_executable_extensions; do
1944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1945 ac_cv_prog_AWK="$ac_prog"
1946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1947 break 2
1949 done
1950 done
1951 IFS=$as_save_IFS
1955 AWK=$ac_cv_prog_AWK
1956 if test -n "$AWK"; then
1957 { echo "$as_me:$LINENO: result: $AWK" >&5
1958 echo "${ECHO_T}$AWK" >&6; }
1959 else
1960 { echo "$as_me:$LINENO: result: no" >&5
1961 echo "${ECHO_T}no" >&6; }
1965 test -n "$AWK" && break
1966 done
1968 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1969 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1970 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1971 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1972 echo $ECHO_N "(cached) $ECHO_C" >&6
1973 else
1974 cat >conftest.make <<\_ACEOF
1975 SHELL = /bin/sh
1976 all:
1977 @echo '@@@%%%=$(MAKE)=@@@%%%'
1978 _ACEOF
1979 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1980 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1981 *@@@%%%=?*=@@@%%%*)
1982 eval ac_cv_prog_make_${ac_make}_set=yes;;
1984 eval ac_cv_prog_make_${ac_make}_set=no;;
1985 esac
1986 rm -f conftest.make
1988 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1989 { echo "$as_me:$LINENO: result: yes" >&5
1990 echo "${ECHO_T}yes" >&6; }
1991 SET_MAKE=
1992 else
1993 { echo "$as_me:$LINENO: result: no" >&5
1994 echo "${ECHO_T}no" >&6; }
1995 SET_MAKE="MAKE=${MAKE-make}"
1998 rm -rf .tst 2>/dev/null
1999 mkdir .tst 2>/dev/null
2000 if test -d .tst; then
2001 am__leading_dot=.
2002 else
2003 am__leading_dot=_
2005 rmdir .tst 2>/dev/null
2007 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2008 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2009 # is not polluted with repeated "-I."
2010 am__isrc=' -I$(srcdir)'
2011 # test to see if srcdir already configured
2012 if test -f $srcdir/config.status; then
2013 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2014 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2015 { (exit 1); exit 1; }; }
2019 # test whether we have cygpath
2020 if test -z "$CYGPATH_W"; then
2021 if (cygpath --version) >/dev/null 2>/dev/null; then
2022 CYGPATH_W='cygpath -w'
2023 else
2024 CYGPATH_W=echo
2029 # Define the identity of the package.
2030 PACKAGE='circ'
2031 VERSION='0.1'
2034 cat >>confdefs.h <<_ACEOF
2035 #define PACKAGE "$PACKAGE"
2036 _ACEOF
2039 cat >>confdefs.h <<_ACEOF
2040 #define VERSION "$VERSION"
2041 _ACEOF
2043 # Some tools Automake needs.
2045 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2048 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2051 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2054 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2057 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2059 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2061 # Installed binaries are usually stripped using `strip' when the user
2062 # run `make install-strip'. However `strip' might not be the right
2063 # tool to use in cross-compilation environments, therefore Automake
2064 # will honor the `STRIP' environment variable to overrule this program.
2065 if test "$cross_compiling" != no; then
2066 if test -n "$ac_tool_prefix"; then
2067 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2068 set dummy ${ac_tool_prefix}strip; ac_word=$2
2069 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2071 if test "${ac_cv_prog_STRIP+set}" = set; then
2072 echo $ECHO_N "(cached) $ECHO_C" >&6
2073 else
2074 if test -n "$STRIP"; then
2075 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2076 else
2077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2078 for as_dir in $PATH
2080 IFS=$as_save_IFS
2081 test -z "$as_dir" && as_dir=.
2082 for ac_exec_ext in '' $ac_executable_extensions; do
2083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2084 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2086 break 2
2088 done
2089 done
2090 IFS=$as_save_IFS
2094 STRIP=$ac_cv_prog_STRIP
2095 if test -n "$STRIP"; then
2096 { echo "$as_me:$LINENO: result: $STRIP" >&5
2097 echo "${ECHO_T}$STRIP" >&6; }
2098 else
2099 { echo "$as_me:$LINENO: result: no" >&5
2100 echo "${ECHO_T}no" >&6; }
2105 if test -z "$ac_cv_prog_STRIP"; then
2106 ac_ct_STRIP=$STRIP
2107 # Extract the first word of "strip", so it can be a program name with args.
2108 set dummy strip; ac_word=$2
2109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2111 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2112 echo $ECHO_N "(cached) $ECHO_C" >&6
2113 else
2114 if test -n "$ac_ct_STRIP"; then
2115 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2116 else
2117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2118 for as_dir in $PATH
2120 IFS=$as_save_IFS
2121 test -z "$as_dir" && as_dir=.
2122 for ac_exec_ext in '' $ac_executable_extensions; do
2123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2124 ac_cv_prog_ac_ct_STRIP="strip"
2125 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2126 break 2
2128 done
2129 done
2130 IFS=$as_save_IFS
2134 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2135 if test -n "$ac_ct_STRIP"; then
2136 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2137 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2138 else
2139 { echo "$as_me:$LINENO: result: no" >&5
2140 echo "${ECHO_T}no" >&6; }
2143 if test "x$ac_ct_STRIP" = x; then
2144 STRIP=":"
2145 else
2146 case $cross_compiling:$ac_tool_warned in
2147 yes:)
2148 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2149 whose name does not start with the host triplet. If you think this
2150 configuration is useful to you, please write to autoconf@gnu.org." >&5
2151 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2152 whose name does not start with the host triplet. If you think this
2153 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2154 ac_tool_warned=yes ;;
2155 esac
2156 STRIP=$ac_ct_STRIP
2158 else
2159 STRIP="$ac_cv_prog_STRIP"
2163 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2165 # We need awk for the "check" target. The system "awk" is bad on
2166 # some platforms.
2167 # Always define AMTAR for backward compatibility.
2169 AMTAR=${AMTAR-"${am_missing_run}tar"}
2171 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2178 # Extract the first word of "pkg-config", so it can be a program name with args.
2179 set dummy pkg-config; ac_word=$2
2180 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2181 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2182 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2183 echo $ECHO_N "(cached) $ECHO_C" >&6
2184 else
2185 case $PKG_CONFIG in
2186 [\\/]* | ?:[\\/]*)
2187 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2191 for as_dir in $PATH
2193 IFS=$as_save_IFS
2194 test -z "$as_dir" && as_dir=.
2195 for ac_exec_ext in '' $ac_executable_extensions; do
2196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2197 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2199 break 2
2201 done
2202 done
2203 IFS=$as_save_IFS
2205 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
2207 esac
2209 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2210 if test -n "$PKG_CONFIG"; then
2211 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2212 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2213 else
2214 { echo "$as_me:$LINENO: result: no" >&5
2215 echo "${ECHO_T}no" >&6; }
2219 if test "x$PKG_CONFIG" = "xno"; then
2220 { { echo "$as_me:$LINENO: error: You need to install pkg-config" >&5
2221 echo "$as_me: error: You need to install pkg-config" >&2;}
2222 { (exit 1); exit 1; }; }
2225 # Find a good install program. We prefer a C program (faster),
2226 # so one script is as good as another. But avoid the broken or
2227 # incompatible versions:
2228 # SysV /etc/install, /usr/sbin/install
2229 # SunOS /usr/etc/install
2230 # IRIX /sbin/install
2231 # AIX /bin/install
2232 # AmigaOS /C/install, which installs bootblocks on floppy discs
2233 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2234 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2235 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2236 # OS/2's system install, which has a completely different semantic
2237 # ./install, which can be erroneously created by make from ./install.sh.
2238 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2239 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2240 if test -z "$INSTALL"; then
2241 if test "${ac_cv_path_install+set}" = set; then
2242 echo $ECHO_N "(cached) $ECHO_C" >&6
2243 else
2244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2245 for as_dir in $PATH
2247 IFS=$as_save_IFS
2248 test -z "$as_dir" && as_dir=.
2249 # Account for people who put trailing slashes in PATH elements.
2250 case $as_dir/ in
2251 ./ | .// | /cC/* | \
2252 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2253 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2254 /usr/ucb/* ) ;;
2256 # OSF1 and SCO ODT 3.0 have their own names for install.
2257 # Don't use installbsd from OSF since it installs stuff as root
2258 # by default.
2259 for ac_prog in ginstall scoinst install; do
2260 for ac_exec_ext in '' $ac_executable_extensions; do
2261 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2262 if test $ac_prog = install &&
2263 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2264 # AIX install. It has an incompatible calling convention.
2266 elif test $ac_prog = install &&
2267 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2268 # program-specific install script used by HP pwplus--don't use.
2270 else
2271 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2272 break 3
2275 done
2276 done
2278 esac
2279 done
2280 IFS=$as_save_IFS
2284 if test "${ac_cv_path_install+set}" = set; then
2285 INSTALL=$ac_cv_path_install
2286 else
2287 # As a last resort, use the slow shell script. Don't cache a
2288 # value for INSTALL within a source directory, because that will
2289 # break other packages using the cache if that directory is
2290 # removed, or if the value is a relative name.
2291 INSTALL=$ac_install_sh
2294 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2295 echo "${ECHO_T}$INSTALL" >&6; }
2297 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2298 # It thinks the first close brace ends the variable substitution.
2299 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2301 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2303 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2306 # Extract the first word of "gmcs", so it can be a program name with args.
2307 set dummy gmcs; ac_word=$2
2308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2310 if test "${ac_cv_path_GMCS+set}" = set; then
2311 echo $ECHO_N "(cached) $ECHO_C" >&6
2312 else
2313 case $GMCS in
2314 [\\/]* | ?:[\\/]*)
2315 ac_cv_path_GMCS="$GMCS" # Let the user override the test with a path.
2318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319 for as_dir in $PATH
2321 IFS=$as_save_IFS
2322 test -z "$as_dir" && as_dir=.
2323 for ac_exec_ext in '' $ac_executable_extensions; do
2324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2325 ac_cv_path_GMCS="$as_dir/$ac_word$ac_exec_ext"
2326 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2327 break 2
2329 done
2330 done
2331 IFS=$as_save_IFS
2333 test -z "$ac_cv_path_GMCS" && ac_cv_path_GMCS="no"
2335 esac
2337 GMCS=$ac_cv_path_GMCS
2338 if test -n "$GMCS"; then
2339 { echo "$as_me:$LINENO: result: $GMCS" >&5
2340 echo "${ECHO_T}$GMCS" >&6; }
2341 else
2342 { echo "$as_me:$LINENO: result: no" >&5
2343 echo "${ECHO_T}no" >&6; }
2347 if test "x$GMCS" = "xno"; then
2348 { { echo "$as_me:$LINENO: error: gmcs Not found" >&5
2349 echo "$as_me: error: gmcs Not found" >&2;}
2350 { (exit 1); exit 1; }; }
2356 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2357 if test -n "$ac_tool_prefix"; then
2358 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2359 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2362 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2363 echo $ECHO_N "(cached) $ECHO_C" >&6
2364 else
2365 case $PKG_CONFIG in
2366 [\\/]* | ?:[\\/]*)
2367 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371 for as_dir in $PATH
2373 IFS=$as_save_IFS
2374 test -z "$as_dir" && as_dir=.
2375 for ac_exec_ext in '' $ac_executable_extensions; do
2376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2377 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2379 break 2
2381 done
2382 done
2383 IFS=$as_save_IFS
2386 esac
2388 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2389 if test -n "$PKG_CONFIG"; then
2390 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2391 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2392 else
2393 { echo "$as_me:$LINENO: result: no" >&5
2394 echo "${ECHO_T}no" >&6; }
2399 if test -z "$ac_cv_path_PKG_CONFIG"; then
2400 ac_pt_PKG_CONFIG=$PKG_CONFIG
2401 # Extract the first word of "pkg-config", so it can be a program name with args.
2402 set dummy pkg-config; ac_word=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2407 else
2408 case $ac_pt_PKG_CONFIG in
2409 [\\/]* | ?:[\\/]*)
2410 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414 for as_dir in $PATH
2416 IFS=$as_save_IFS
2417 test -z "$as_dir" && as_dir=.
2418 for ac_exec_ext in '' $ac_executable_extensions; do
2419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2420 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2422 break 2
2424 done
2425 done
2426 IFS=$as_save_IFS
2429 esac
2431 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2432 if test -n "$ac_pt_PKG_CONFIG"; then
2433 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2434 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2435 else
2436 { echo "$as_me:$LINENO: result: no" >&5
2437 echo "${ECHO_T}no" >&6; }
2440 if test "x$ac_pt_PKG_CONFIG" = x; then
2441 PKG_CONFIG=""
2442 else
2443 case $cross_compiling:$ac_tool_warned in
2444 yes:)
2445 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2446 whose name does not start with the host triplet. If you think this
2447 configuration is useful to you, please write to autoconf@gnu.org." >&5
2448 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2449 whose name does not start with the host triplet. If you think this
2450 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2451 ac_tool_warned=yes ;;
2452 esac
2453 PKG_CONFIG=$ac_pt_PKG_CONFIG
2455 else
2456 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2460 if test -n "$PKG_CONFIG"; then
2461 _pkg_min_version=0.9.0
2462 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2463 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2464 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2465 { echo "$as_me:$LINENO: result: yes" >&5
2466 echo "${ECHO_T}yes" >&6; }
2467 else
2468 { echo "$as_me:$LINENO: result: no" >&5
2469 echo "${ECHO_T}no" >&6; }
2470 PKG_CONFIG=""
2475 pkg_failed=no
2476 { echo "$as_me:$LINENO: checking for GTK_SHARP_20" >&5
2477 echo $ECHO_N "checking for GTK_SHARP_20... $ECHO_C" >&6; }
2479 if test -n "$PKG_CONFIG"; then
2480 if test -n "$GTK_SHARP_20_CFLAGS"; then
2481 pkg_cv_GTK_SHARP_20_CFLAGS="$GTK_SHARP_20_CFLAGS"
2482 else
2483 if test -n "$PKG_CONFIG" && \
2484 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2485 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2486 ac_status=$?
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); }; then
2489 pkg_cv_GTK_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0" 2>/dev/null`
2490 else
2491 pkg_failed=yes
2494 else
2495 pkg_failed=untried
2497 if test -n "$PKG_CONFIG"; then
2498 if test -n "$GTK_SHARP_20_LIBS"; then
2499 pkg_cv_GTK_SHARP_20_LIBS="$GTK_SHARP_20_LIBS"
2500 else
2501 if test -n "$PKG_CONFIG" && \
2502 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2503 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2504 ac_status=$?
2505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2506 (exit $ac_status); }; then
2507 pkg_cv_GTK_SHARP_20_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0" 2>/dev/null`
2508 else
2509 pkg_failed=yes
2512 else
2513 pkg_failed=untried
2518 if test $pkg_failed = yes; then
2520 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2521 _pkg_short_errors_supported=yes
2522 else
2523 _pkg_short_errors_supported=no
2525 if test $_pkg_short_errors_supported = yes; then
2526 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2527 else
2528 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2530 # Put the nasty error message in config.log where it belongs
2531 echo "$GTK_SHARP_20_PKG_ERRORS" >&5
2533 { { echo "$as_me:$LINENO: error: Package requirements (gtk-sharp-2.0) were not met:
2535 $GTK_SHARP_20_PKG_ERRORS
2537 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2538 installed software in a non-standard prefix.
2540 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2541 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2542 See the pkg-config man page for more details.
2543 " >&5
2544 echo "$as_me: error: Package requirements (gtk-sharp-2.0) were not met:
2546 $GTK_SHARP_20_PKG_ERRORS
2548 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2549 installed software in a non-standard prefix.
2551 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2552 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2553 See the pkg-config man page for more details.
2554 " >&2;}
2555 { (exit 1); exit 1; }; }
2556 elif test $pkg_failed = untried; then
2557 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2558 is in your PATH or set the PKG_CONFIG environment variable to the full
2559 path to pkg-config.
2561 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2562 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2563 See the pkg-config man page for more details.
2565 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2566 See \`config.log' for more details." >&5
2567 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2568 is in your PATH or set the PKG_CONFIG environment variable to the full
2569 path to pkg-config.
2571 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2572 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2573 See the pkg-config man page for more details.
2575 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2576 See \`config.log' for more details." >&2;}
2577 { (exit 1); exit 1; }; }
2578 else
2579 GTK_SHARP_20_CFLAGS=$pkg_cv_GTK_SHARP_20_CFLAGS
2580 GTK_SHARP_20_LIBS=$pkg_cv_GTK_SHARP_20_LIBS
2581 { echo "$as_me:$LINENO: result: yes" >&5
2582 echo "${ECHO_T}yes" >&6; }
2586 pkg_failed=no
2587 { echo "$as_me:$LINENO: checking for GLIB_SHARP_20" >&5
2588 echo $ECHO_N "checking for GLIB_SHARP_20... $ECHO_C" >&6; }
2590 if test -n "$PKG_CONFIG"; then
2591 if test -n "$GLIB_SHARP_20_CFLAGS"; then
2592 pkg_cv_GLIB_SHARP_20_CFLAGS="$GLIB_SHARP_20_CFLAGS"
2593 else
2594 if test -n "$PKG_CONFIG" && \
2595 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2596 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2597 ac_status=$?
2598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2599 (exit $ac_status); }; then
2600 pkg_cv_GLIB_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "glib-sharp-2.0" 2>/dev/null`
2601 else
2602 pkg_failed=yes
2605 else
2606 pkg_failed=untried
2608 if test -n "$PKG_CONFIG"; then
2609 if test -n "$GLIB_SHARP_20_LIBS"; then
2610 pkg_cv_GLIB_SHARP_20_LIBS="$GLIB_SHARP_20_LIBS"
2611 else
2612 if test -n "$PKG_CONFIG" && \
2613 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2614 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2615 ac_status=$?
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }; then
2618 pkg_cv_GLIB_SHARP_20_LIBS=`$PKG_CONFIG --libs "glib-sharp-2.0" 2>/dev/null`
2619 else
2620 pkg_failed=yes
2623 else
2624 pkg_failed=untried
2629 if test $pkg_failed = yes; then
2631 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2632 _pkg_short_errors_supported=yes
2633 else
2634 _pkg_short_errors_supported=no
2636 if test $_pkg_short_errors_supported = yes; then
2637 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-sharp-2.0"`
2638 else
2639 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-sharp-2.0"`
2641 # Put the nasty error message in config.log where it belongs
2642 echo "$GLIB_SHARP_20_PKG_ERRORS" >&5
2644 { { echo "$as_me:$LINENO: error: Package requirements (glib-sharp-2.0) were not met:
2646 $GLIB_SHARP_20_PKG_ERRORS
2648 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2649 installed software in a non-standard prefix.
2651 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2652 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2653 See the pkg-config man page for more details.
2654 " >&5
2655 echo "$as_me: error: Package requirements (glib-sharp-2.0) were not met:
2657 $GLIB_SHARP_20_PKG_ERRORS
2659 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2660 installed software in a non-standard prefix.
2662 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2663 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2664 See the pkg-config man page for more details.
2665 " >&2;}
2666 { (exit 1); exit 1; }; }
2667 elif test $pkg_failed = untried; then
2668 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2669 is in your PATH or set the PKG_CONFIG environment variable to the full
2670 path to pkg-config.
2672 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2673 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2674 See the pkg-config man page for more details.
2676 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2677 See \`config.log' for more details." >&5
2678 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2679 is in your PATH or set the PKG_CONFIG environment variable to the full
2680 path to pkg-config.
2682 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2683 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2684 See the pkg-config man page for more details.
2686 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2687 See \`config.log' for more details." >&2;}
2688 { (exit 1); exit 1; }; }
2689 else
2690 GLIB_SHARP_20_CFLAGS=$pkg_cv_GLIB_SHARP_20_CFLAGS
2691 GLIB_SHARP_20_LIBS=$pkg_cv_GLIB_SHARP_20_LIBS
2692 { echo "$as_me:$LINENO: result: yes" >&5
2693 echo "${ECHO_T}yes" >&6; }
2697 pkg_failed=no
2698 { echo "$as_me:$LINENO: checking for NINI_11" >&5
2699 echo $ECHO_N "checking for NINI_11... $ECHO_C" >&6; }
2701 if test -n "$PKG_CONFIG"; then
2702 if test -n "$NINI_11_CFLAGS"; then
2703 pkg_cv_NINI_11_CFLAGS="$NINI_11_CFLAGS"
2704 else
2705 if test -n "$PKG_CONFIG" && \
2706 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2707 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2708 ac_status=$?
2709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2710 (exit $ac_status); }; then
2711 pkg_cv_NINI_11_CFLAGS=`$PKG_CONFIG --cflags "nini-1.1" 2>/dev/null`
2712 else
2713 pkg_failed=yes
2716 else
2717 pkg_failed=untried
2719 if test -n "$PKG_CONFIG"; then
2720 if test -n "$NINI_11_LIBS"; then
2721 pkg_cv_NINI_11_LIBS="$NINI_11_LIBS"
2722 else
2723 if test -n "$PKG_CONFIG" && \
2724 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2725 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2726 ac_status=$?
2727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2728 (exit $ac_status); }; then
2729 pkg_cv_NINI_11_LIBS=`$PKG_CONFIG --libs "nini-1.1" 2>/dev/null`
2730 else
2731 pkg_failed=yes
2734 else
2735 pkg_failed=untried
2740 if test $pkg_failed = yes; then
2742 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2743 _pkg_short_errors_supported=yes
2744 else
2745 _pkg_short_errors_supported=no
2747 if test $_pkg_short_errors_supported = yes; then
2748 NINI_11_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nini-1.1"`
2749 else
2750 NINI_11_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nini-1.1"`
2752 # Put the nasty error message in config.log where it belongs
2753 echo "$NINI_11_PKG_ERRORS" >&5
2755 { { echo "$as_me:$LINENO: error: Package requirements (nini-1.1) were not met:
2757 $NINI_11_PKG_ERRORS
2759 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2760 installed software in a non-standard prefix.
2762 Alternatively, you may set the environment variables NINI_11_CFLAGS
2763 and NINI_11_LIBS to avoid the need to call pkg-config.
2764 See the pkg-config man page for more details.
2765 " >&5
2766 echo "$as_me: error: Package requirements (nini-1.1) were not met:
2768 $NINI_11_PKG_ERRORS
2770 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2771 installed software in a non-standard prefix.
2773 Alternatively, you may set the environment variables NINI_11_CFLAGS
2774 and NINI_11_LIBS to avoid the need to call pkg-config.
2775 See the pkg-config man page for more details.
2776 " >&2;}
2777 { (exit 1); exit 1; }; }
2778 elif test $pkg_failed = untried; then
2779 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2780 is in your PATH or set the PKG_CONFIG environment variable to the full
2781 path to pkg-config.
2783 Alternatively, you may set the environment variables NINI_11_CFLAGS
2784 and NINI_11_LIBS to avoid the need to call pkg-config.
2785 See the pkg-config man page for more details.
2787 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2788 See \`config.log' for more details." >&5
2789 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2790 is in your PATH or set the PKG_CONFIG environment variable to the full
2791 path to pkg-config.
2793 Alternatively, you may set the environment variables NINI_11_CFLAGS
2794 and NINI_11_LIBS to avoid the need to call pkg-config.
2795 See the pkg-config man page for more details.
2797 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2798 See \`config.log' for more details." >&2;}
2799 { (exit 1); exit 1; }; }
2800 else
2801 NINI_11_CFLAGS=$pkg_cv_NINI_11_CFLAGS
2802 NINI_11_LIBS=$pkg_cv_NINI_11_LIBS
2803 { echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6; }
2808 pkg_failed=no
2809 { echo "$as_me:$LINENO: checking for MONO_ADDINS" >&5
2810 echo $ECHO_N "checking for MONO_ADDINS... $ECHO_C" >&6; }
2812 if test -n "$PKG_CONFIG"; then
2813 if test -n "$MONO_ADDINS_CFLAGS"; then
2814 pkg_cv_MONO_ADDINS_CFLAGS="$MONO_ADDINS_CFLAGS"
2815 else
2816 if test -n "$PKG_CONFIG" && \
2817 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins\"") >&5
2818 ($PKG_CONFIG --exists --print-errors "mono-addins") 2>&5
2819 ac_status=$?
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); }; then
2822 pkg_cv_MONO_ADDINS_CFLAGS=`$PKG_CONFIG --cflags "mono-addins" 2>/dev/null`
2823 else
2824 pkg_failed=yes
2827 else
2828 pkg_failed=untried
2830 if test -n "$PKG_CONFIG"; then
2831 if test -n "$MONO_ADDINS_LIBS"; then
2832 pkg_cv_MONO_ADDINS_LIBS="$MONO_ADDINS_LIBS"
2833 else
2834 if test -n "$PKG_CONFIG" && \
2835 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"mono-addins\"") >&5
2836 ($PKG_CONFIG --exists --print-errors "mono-addins") 2>&5
2837 ac_status=$?
2838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2839 (exit $ac_status); }; then
2840 pkg_cv_MONO_ADDINS_LIBS=`$PKG_CONFIG --libs "mono-addins" 2>/dev/null`
2841 else
2842 pkg_failed=yes
2845 else
2846 pkg_failed=untried
2851 if test $pkg_failed = yes; then
2853 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2854 _pkg_short_errors_supported=yes
2855 else
2856 _pkg_short_errors_supported=no
2858 if test $_pkg_short_errors_supported = yes; then
2859 MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "mono-addins"`
2860 else
2861 MONO_ADDINS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "mono-addins"`
2863 # Put the nasty error message in config.log where it belongs
2864 echo "$MONO_ADDINS_PKG_ERRORS" >&5
2866 { { echo "$as_me:$LINENO: error: Package requirements (mono-addins) were not met:
2868 $MONO_ADDINS_PKG_ERRORS
2870 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2871 installed software in a non-standard prefix.
2873 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
2874 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
2875 See the pkg-config man page for more details.
2876 " >&5
2877 echo "$as_me: error: Package requirements (mono-addins) were not met:
2879 $MONO_ADDINS_PKG_ERRORS
2881 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2882 installed software in a non-standard prefix.
2884 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
2885 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
2886 See the pkg-config man page for more details.
2887 " >&2;}
2888 { (exit 1); exit 1; }; }
2889 elif test $pkg_failed = untried; then
2890 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2891 is in your PATH or set the PKG_CONFIG environment variable to the full
2892 path to pkg-config.
2894 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
2895 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
2896 See the pkg-config man page for more details.
2898 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2899 See \`config.log' for more details." >&5
2900 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2901 is in your PATH or set the PKG_CONFIG environment variable to the full
2902 path to pkg-config.
2904 Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
2905 and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
2906 See the pkg-config man page for more details.
2908 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2909 See \`config.log' for more details." >&2;}
2910 { (exit 1); exit 1; }; }
2911 else
2912 MONO_ADDINS_CFLAGS=$pkg_cv_MONO_ADDINS_CFLAGS
2913 MONO_ADDINS_LIBS=$pkg_cv_MONO_ADDINS_LIBS
2914 { echo "$as_me:$LINENO: result: yes" >&5
2915 echo "${ECHO_T}yes" >&6; }
2920 # Check whether --enable-debug was given.
2921 if test "${enable_debug+set}" = set; then
2922 enableval=$enable_debug; enable_debug=yes
2923 else
2924 enable_debug=no
2927 if test x$enable_debug = xyes; then
2928 ENABLE_DEBUG_TRUE=
2929 ENABLE_DEBUG_FALSE='#'
2930 else
2931 ENABLE_DEBUG_TRUE='#'
2932 ENABLE_DEBUG_FALSE=
2935 if test "x$enable_debug" = "xyes" ; then
2936 CONFIG_REQUESTED="yes"
2938 # Check whether --enable-release was given.
2939 if test "${enable_release+set}" = set; then
2940 enableval=$enable_release; enable_release=yes
2941 else
2942 enable_release=no
2945 if test x$enable_release = xyes; then
2946 ENABLE_RELEASE_TRUE=
2947 ENABLE_RELEASE_FALSE='#'
2948 else
2949 ENABLE_RELEASE_TRUE='#'
2950 ENABLE_RELEASE_FALSE=
2953 if test "x$enable_release" = "xyes" ; then
2954 CONFIG_REQUESTED="yes"
2956 if test -z "$CONFIG_REQUESTED" ; then
2957 if true; then
2958 ENABLE_DEBUG_TRUE=
2959 ENABLE_DEBUG_FALSE='#'
2960 else
2961 ENABLE_DEBUG_TRUE='#'
2962 ENABLE_DEBUG_FALSE=
2968 ac_config_files="$ac_config_files Circ.Backend.Cil/Makefile Tests/Makefile Circ.Backend.Cil/circ.backend.cil.pc Circ.Lib/circ.lib.pc CirC/Makefile Makefile Circ.Lib/Makefile Tests/tests.pc Circ.Frontend.GtkSharp/Makefile CirC/circ Circ.Frontend.GtkSharp/circ.frontend.gtksharp.pc"
2971 cat >confcache <<\_ACEOF
2972 # This file is a shell script that caches the results of configure
2973 # tests run on this system so they can be shared between configure
2974 # scripts and configure runs, see configure's option --config-cache.
2975 # It is not useful on other systems. If it contains results you don't
2976 # want to keep, you may remove or edit it.
2978 # config.status only pays attention to the cache file if you give it
2979 # the --recheck option to rerun configure.
2981 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2982 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2983 # following values.
2985 _ACEOF
2987 # The following way of writing the cache mishandles newlines in values,
2988 # but we know of no workaround that is simple, portable, and efficient.
2989 # So, we kill variables containing newlines.
2990 # Ultrix sh set writes to stderr and can't be redirected directly,
2991 # and sets the high bit in the cache file unless we assign to the vars.
2993 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2994 eval ac_val=\$$ac_var
2995 case $ac_val in #(
2996 *${as_nl}*)
2997 case $ac_var in #(
2998 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2999 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
3000 esac
3001 case $ac_var in #(
3002 _ | IFS | as_nl) ;; #(
3003 *) $as_unset $ac_var ;;
3004 esac ;;
3005 esac
3006 done
3008 (set) 2>&1 |
3009 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3010 *${as_nl}ac_space=\ *)
3011 # `set' does not quote correctly, so add quotes (double-quote
3012 # substitution turns \\\\ into \\, and sed turns \\ into \).
3013 sed -n \
3014 "s/'/'\\\\''/g;
3015 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3016 ;; #(
3018 # `set' quotes correctly as required by POSIX, so do not add quotes.
3019 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3021 esac |
3022 sort
3024 sed '
3025 /^ac_cv_env_/b end
3026 t clear
3027 :clear
3028 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3029 t end
3030 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3031 :end' >>confcache
3032 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3033 if test -w "$cache_file"; then
3034 test "x$cache_file" != "x/dev/null" &&
3035 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3036 echo "$as_me: updating cache $cache_file" >&6;}
3037 cat confcache >$cache_file
3038 else
3039 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3040 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3043 rm -f confcache
3045 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3046 # Let make expand exec_prefix.
3047 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3049 # Transform confdefs.h into DEFS.
3050 # Protect against shell expansion while executing Makefile rules.
3051 # Protect against Makefile macro expansion.
3053 # If the first sed substitution is executed (which looks for macros that
3054 # take arguments), then branch to the quote section. Otherwise,
3055 # look for a macro that doesn't take arguments.
3056 ac_script='
3057 t clear
3058 :clear
3059 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3060 t quote
3061 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3062 t quote
3063 b any
3064 :quote
3065 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3066 s/\[/\\&/g
3067 s/\]/\\&/g
3068 s/\$/$$/g
3070 :any
3073 s/^\n//
3074 s/\n/ /g
3078 DEFS=`sed -n "$ac_script" confdefs.h`
3081 ac_libobjs=
3082 ac_ltlibobjs=
3083 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3084 # 1. Remove the extension, and $U if already installed.
3085 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3086 ac_i=`echo "$ac_i" | sed "$ac_script"`
3087 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3088 # will be set to the directory where LIBOBJS objects are built.
3089 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3090 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3091 done
3092 LIBOBJS=$ac_libobjs
3094 LTLIBOBJS=$ac_ltlibobjs
3097 if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3098 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DEBUG\" was never defined.
3099 Usually this means the macro was only invoked conditionally." >&5
3100 echo "$as_me: error: conditional \"ENABLE_DEBUG\" was never defined.
3101 Usually this means the macro was only invoked conditionally." >&2;}
3102 { (exit 1); exit 1; }; }
3104 if test -z "${ENABLE_RELEASE_TRUE}" && test -z "${ENABLE_RELEASE_FALSE}"; then
3105 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_RELEASE\" was never defined.
3106 Usually this means the macro was only invoked conditionally." >&5
3107 echo "$as_me: error: conditional \"ENABLE_RELEASE\" was never defined.
3108 Usually this means the macro was only invoked conditionally." >&2;}
3109 { (exit 1); exit 1; }; }
3111 if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3112 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DEBUG\" was never defined.
3113 Usually this means the macro was only invoked conditionally." >&5
3114 echo "$as_me: error: conditional \"ENABLE_DEBUG\" was never defined.
3115 Usually this means the macro was only invoked conditionally." >&2;}
3116 { (exit 1); exit 1; }; }
3119 : ${CONFIG_STATUS=./config.status}
3120 ac_clean_files_save=$ac_clean_files
3121 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3122 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3123 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3124 cat >$CONFIG_STATUS <<_ACEOF
3125 #! $SHELL
3126 # Generated by $as_me.
3127 # Run this file to recreate the current configuration.
3128 # Compiler output produced by configure, useful for debugging
3129 # configure, is in config.log if it exists.
3131 debug=false
3132 ac_cs_recheck=false
3133 ac_cs_silent=false
3134 SHELL=\${CONFIG_SHELL-$SHELL}
3135 _ACEOF
3137 cat >>$CONFIG_STATUS <<\_ACEOF
3138 ## --------------------- ##
3139 ## M4sh Initialization. ##
3140 ## --------------------- ##
3142 # Be more Bourne compatible
3143 DUALCASE=1; export DUALCASE # for MKS sh
3144 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3145 emulate sh
3146 NULLCMD=:
3147 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3148 # is contrary to our usage. Disable this feature.
3149 alias -g '${1+"$@"}'='"$@"'
3150 setopt NO_GLOB_SUBST
3151 else
3152 case `(set -o) 2>/dev/null` in
3153 *posix*) set -o posix ;;
3154 esac
3161 # PATH needs CR
3162 # Avoid depending upon Character Ranges.
3163 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3164 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3165 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3166 as_cr_digits='0123456789'
3167 as_cr_alnum=$as_cr_Letters$as_cr_digits
3169 # The user is always right.
3170 if test "${PATH_SEPARATOR+set}" != set; then
3171 echo "#! /bin/sh" >conf$$.sh
3172 echo "exit 0" >>conf$$.sh
3173 chmod +x conf$$.sh
3174 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3175 PATH_SEPARATOR=';'
3176 else
3177 PATH_SEPARATOR=:
3179 rm -f conf$$.sh
3182 # Support unset when possible.
3183 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3184 as_unset=unset
3185 else
3186 as_unset=false
3190 # IFS
3191 # We need space, tab and new line, in precisely that order. Quoting is
3192 # there to prevent editors from complaining about space-tab.
3193 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3194 # splitting by setting IFS to empty value.)
3195 as_nl='
3197 IFS=" "" $as_nl"
3199 # Find who we are. Look in the path if we contain no directory separator.
3200 case $0 in
3201 *[\\/]* ) as_myself=$0 ;;
3202 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3203 for as_dir in $PATH
3205 IFS=$as_save_IFS
3206 test -z "$as_dir" && as_dir=.
3207 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3208 done
3209 IFS=$as_save_IFS
3212 esac
3213 # We did not find ourselves, most probably we were run as `sh COMMAND'
3214 # in which case we are not to be found in the path.
3215 if test "x$as_myself" = x; then
3216 as_myself=$0
3218 if test ! -f "$as_myself"; then
3219 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3220 { (exit 1); exit 1; }
3223 # Work around bugs in pre-3.0 UWIN ksh.
3224 for as_var in ENV MAIL MAILPATH
3225 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3226 done
3227 PS1='$ '
3228 PS2='> '
3229 PS4='+ '
3231 # NLS nuisances.
3232 for as_var in \
3233 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3234 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3235 LC_TELEPHONE LC_TIME
3237 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3238 eval $as_var=C; export $as_var
3239 else
3240 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3242 done
3244 # Required to use basename.
3245 if expr a : '\(a\)' >/dev/null 2>&1 &&
3246 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3247 as_expr=expr
3248 else
3249 as_expr=false
3252 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3253 as_basename=basename
3254 else
3255 as_basename=false
3259 # Name of the executable.
3260 as_me=`$as_basename -- "$0" ||
3261 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3262 X"$0" : 'X\(//\)$' \| \
3263 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3264 echo X/"$0" |
3265 sed '/^.*\/\([^/][^/]*\)\/*$/{
3266 s//\1/
3269 /^X\/\(\/\/\)$/{
3270 s//\1/
3273 /^X\/\(\/\).*/{
3274 s//\1/
3277 s/.*/./; q'`
3279 # CDPATH.
3280 $as_unset CDPATH
3284 as_lineno_1=$LINENO
3285 as_lineno_2=$LINENO
3286 test "x$as_lineno_1" != "x$as_lineno_2" &&
3287 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3289 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3290 # uniformly replaced by the line number. The first 'sed' inserts a
3291 # line-number line after each line using $LINENO; the second 'sed'
3292 # does the real work. The second script uses 'N' to pair each
3293 # line-number line with the line containing $LINENO, and appends
3294 # trailing '-' during substitution so that $LINENO is not a special
3295 # case at line end.
3296 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3297 # scripts with optimization help from Paolo Bonzini. Blame Lee
3298 # E. McMahon (1931-1989) for sed's syntax. :-)
3299 sed -n '
3301 /[$]LINENO/=
3302 ' <$as_myself |
3303 sed '
3304 s/[$]LINENO.*/&-/
3305 t lineno
3307 :lineno
3309 :loop
3310 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3311 t loop
3312 s/-\n.*//
3313 ' >$as_me.lineno &&
3314 chmod +x "$as_me.lineno" ||
3315 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3316 { (exit 1); exit 1; }; }
3318 # Don't try to exec as it changes $[0], causing all sort of problems
3319 # (the dirname of $[0] is not the place where we might find the
3320 # original and so on. Autoconf is especially sensitive to this).
3321 . "./$as_me.lineno"
3322 # Exit status is that of the last command.
3323 exit
3327 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3328 as_dirname=dirname
3329 else
3330 as_dirname=false
3333 ECHO_C= ECHO_N= ECHO_T=
3334 case `echo -n x` in
3335 -n*)
3336 case `echo 'x\c'` in
3337 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3338 *) ECHO_C='\c';;
3339 esac;;
3341 ECHO_N='-n';;
3342 esac
3344 if expr a : '\(a\)' >/dev/null 2>&1 &&
3345 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3346 as_expr=expr
3347 else
3348 as_expr=false
3351 rm -f conf$$ conf$$.exe conf$$.file
3352 if test -d conf$$.dir; then
3353 rm -f conf$$.dir/conf$$.file
3354 else
3355 rm -f conf$$.dir
3356 mkdir conf$$.dir
3358 echo >conf$$.file
3359 if ln -s conf$$.file conf$$ 2>/dev/null; then
3360 as_ln_s='ln -s'
3361 # ... but there are two gotchas:
3362 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3363 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3364 # In both cases, we have to default to `cp -p'.
3365 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3366 as_ln_s='cp -p'
3367 elif ln conf$$.file conf$$ 2>/dev/null; then
3368 as_ln_s=ln
3369 else
3370 as_ln_s='cp -p'
3372 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3373 rmdir conf$$.dir 2>/dev/null
3375 if mkdir -p . 2>/dev/null; then
3376 as_mkdir_p=:
3377 else
3378 test -d ./-p && rmdir ./-p
3379 as_mkdir_p=false
3382 if test -x / >/dev/null 2>&1; then
3383 as_test_x='test -x'
3384 else
3385 if ls -dL / >/dev/null 2>&1; then
3386 as_ls_L_option=L
3387 else
3388 as_ls_L_option=
3390 as_test_x='
3391 eval sh -c '\''
3392 if test -d "$1"; then
3393 test -d "$1/.";
3394 else
3395 case $1 in
3396 -*)set "./$1";;
3397 esac;
3398 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3399 ???[sx]*):;;*)false;;esac;fi
3400 '\'' sh
3403 as_executable_p=$as_test_x
3405 # Sed expression to map a string onto a valid CPP name.
3406 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3408 # Sed expression to map a string onto a valid variable name.
3409 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3412 exec 6>&1
3414 # Save the log message, to keep $[0] and so on meaningful, and to
3415 # report actual input values of CONFIG_FILES etc. instead of their
3416 # values after options handling.
3417 ac_log="
3418 This file was extended by Circ $as_me 0.1, which was
3419 generated by GNU Autoconf 2.61. Invocation command line was
3421 CONFIG_FILES = $CONFIG_FILES
3422 CONFIG_HEADERS = $CONFIG_HEADERS
3423 CONFIG_LINKS = $CONFIG_LINKS
3424 CONFIG_COMMANDS = $CONFIG_COMMANDS
3425 $ $0 $@
3427 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3430 _ACEOF
3432 cat >>$CONFIG_STATUS <<_ACEOF
3433 # Files that config.status was made for.
3434 config_files="$ac_config_files"
3436 _ACEOF
3438 cat >>$CONFIG_STATUS <<\_ACEOF
3439 ac_cs_usage="\
3440 \`$as_me' instantiates files from templates according to the
3441 current configuration.
3443 Usage: $0 [OPTIONS] [FILE]...
3445 -h, --help print this help, then exit
3446 -V, --version print version number and configuration settings, then exit
3447 -q, --quiet do not print progress messages
3448 -d, --debug don't remove temporary files
3449 --recheck update $as_me by reconfiguring in the same conditions
3450 --file=FILE[:TEMPLATE]
3451 instantiate the configuration file FILE
3453 Configuration files:
3454 $config_files
3456 Report bugs to <bug-autoconf@gnu.org>."
3458 _ACEOF
3459 cat >>$CONFIG_STATUS <<_ACEOF
3460 ac_cs_version="\\
3461 Circ config.status 0.1
3462 configured by $0, generated by GNU Autoconf 2.61,
3463 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3465 Copyright (C) 2006 Free Software Foundation, Inc.
3466 This config.status script is free software; the Free Software Foundation
3467 gives unlimited permission to copy, distribute and modify it."
3469 ac_pwd='$ac_pwd'
3470 srcdir='$srcdir'
3471 INSTALL='$INSTALL'
3472 MKDIR_P='$MKDIR_P'
3473 _ACEOF
3475 cat >>$CONFIG_STATUS <<\_ACEOF
3476 # If no file are specified by the user, then we need to provide default
3477 # value. By we need to know if files were specified by the user.
3478 ac_need_defaults=:
3479 while test $# != 0
3481 case $1 in
3482 --*=*)
3483 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3484 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3485 ac_shift=:
3488 ac_option=$1
3489 ac_optarg=$2
3490 ac_shift=shift
3492 esac
3494 case $ac_option in
3495 # Handling of the options.
3496 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3497 ac_cs_recheck=: ;;
3498 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3499 echo "$ac_cs_version"; exit ;;
3500 --debug | --debu | --deb | --de | --d | -d )
3501 debug=: ;;
3502 --file | --fil | --fi | --f )
3503 $ac_shift
3504 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3505 ac_need_defaults=false;;
3506 --he | --h | --help | --hel | -h )
3507 echo "$ac_cs_usage"; exit ;;
3508 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3509 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3510 ac_cs_silent=: ;;
3512 # This is an error.
3513 -*) { echo "$as_me: error: unrecognized option: $1
3514 Try \`$0 --help' for more information." >&2
3515 { (exit 1); exit 1; }; } ;;
3517 *) ac_config_targets="$ac_config_targets $1"
3518 ac_need_defaults=false ;;
3520 esac
3521 shift
3522 done
3524 ac_configure_extra_args=
3526 if $ac_cs_silent; then
3527 exec 6>/dev/null
3528 ac_configure_extra_args="$ac_configure_extra_args --silent"
3531 _ACEOF
3532 cat >>$CONFIG_STATUS <<_ACEOF
3533 if \$ac_cs_recheck; then
3534 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3535 CONFIG_SHELL=$SHELL
3536 export CONFIG_SHELL
3537 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3540 _ACEOF
3541 cat >>$CONFIG_STATUS <<\_ACEOF
3542 exec 5>>config.log
3544 echo
3545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3546 ## Running $as_me. ##
3547 _ASBOX
3548 echo "$ac_log"
3549 } >&5
3551 _ACEOF
3552 cat >>$CONFIG_STATUS <<_ACEOF
3553 _ACEOF
3555 cat >>$CONFIG_STATUS <<\_ACEOF
3557 # Handling of arguments.
3558 for ac_config_target in $ac_config_targets
3560 case $ac_config_target in
3561 "Circ.Backend.Cil/Makefile") CONFIG_FILES="$CONFIG_FILES Circ.Backend.Cil/Makefile" ;;
3562 "Tests/Makefile") CONFIG_FILES="$CONFIG_FILES Tests/Makefile" ;;
3563 "Circ.Backend.Cil/circ.backend.cil.pc") CONFIG_FILES="$CONFIG_FILES Circ.Backend.Cil/circ.backend.cil.pc" ;;
3564 "Circ.Lib/circ.lib.pc") CONFIG_FILES="$CONFIG_FILES Circ.Lib/circ.lib.pc" ;;
3565 "CirC/Makefile") CONFIG_FILES="$CONFIG_FILES CirC/Makefile" ;;
3566 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3567 "Circ.Lib/Makefile") CONFIG_FILES="$CONFIG_FILES Circ.Lib/Makefile" ;;
3568 "Tests/tests.pc") CONFIG_FILES="$CONFIG_FILES Tests/tests.pc" ;;
3569 "Circ.Frontend.GtkSharp/Makefile") CONFIG_FILES="$CONFIG_FILES Circ.Frontend.GtkSharp/Makefile" ;;
3570 "CirC/circ") CONFIG_FILES="$CONFIG_FILES CirC/circ" ;;
3571 "Circ.Frontend.GtkSharp/circ.frontend.gtksharp.pc") CONFIG_FILES="$CONFIG_FILES Circ.Frontend.GtkSharp/circ.frontend.gtksharp.pc" ;;
3573 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3574 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3575 { (exit 1); exit 1; }; };;
3576 esac
3577 done
3580 # If the user did not use the arguments to specify the items to instantiate,
3581 # then the envvar interface is used. Set only those that are not.
3582 # We use the long form for the default assignment because of an extremely
3583 # bizarre bug on SunOS 4.1.3.
3584 if $ac_need_defaults; then
3585 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3588 # Have a temporary directory for convenience. Make it in the build tree
3589 # simply because there is no reason against having it here, and in addition,
3590 # creating and moving files from /tmp can sometimes cause problems.
3591 # Hook for its removal unless debugging.
3592 # Note that there is a small window in which the directory will not be cleaned:
3593 # after its creation but before its name has been assigned to `$tmp'.
3594 $debug ||
3596 tmp=
3597 trap 'exit_status=$?
3598 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3600 trap '{ (exit 1); exit 1; }' 1 2 13 15
3602 # Create a (secure) tmp directory for tmp files.
3605 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3606 test -n "$tmp" && test -d "$tmp"
3607 } ||
3609 tmp=./conf$$-$RANDOM
3610 (umask 077 && mkdir "$tmp")
3611 } ||
3613 echo "$me: cannot create a temporary directory in ." >&2
3614 { (exit 1); exit 1; }
3618 # Set up the sed scripts for CONFIG_FILES section.
3621 # No need to generate the scripts if there are no CONFIG_FILES.
3622 # This happens for instance when ./config.status config.h
3623 if test -n "$CONFIG_FILES"; then
3625 _ACEOF
3629 ac_delim='%!_!# '
3630 for ac_last_try in false false false false false :; do
3631 cat >conf$$subs.sed <<_ACEOF
3632 SHELL!$SHELL$ac_delim
3633 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3634 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3635 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3636 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3637 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3638 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3639 exec_prefix!$exec_prefix$ac_delim
3640 prefix!$prefix$ac_delim
3641 program_transform_name!$program_transform_name$ac_delim
3642 bindir!$bindir$ac_delim
3643 sbindir!$sbindir$ac_delim
3644 libexecdir!$libexecdir$ac_delim
3645 datarootdir!$datarootdir$ac_delim
3646 datadir!$datadir$ac_delim
3647 sysconfdir!$sysconfdir$ac_delim
3648 sharedstatedir!$sharedstatedir$ac_delim
3649 localstatedir!$localstatedir$ac_delim
3650 includedir!$includedir$ac_delim
3651 oldincludedir!$oldincludedir$ac_delim
3652 docdir!$docdir$ac_delim
3653 infodir!$infodir$ac_delim
3654 htmldir!$htmldir$ac_delim
3655 dvidir!$dvidir$ac_delim
3656 pdfdir!$pdfdir$ac_delim
3657 psdir!$psdir$ac_delim
3658 libdir!$libdir$ac_delim
3659 localedir!$localedir$ac_delim
3660 mandir!$mandir$ac_delim
3661 DEFS!$DEFS$ac_delim
3662 ECHO_C!$ECHO_C$ac_delim
3663 ECHO_N!$ECHO_N$ac_delim
3664 ECHO_T!$ECHO_T$ac_delim
3665 LIBS!$LIBS$ac_delim
3666 build_alias!$build_alias$ac_delim
3667 host_alias!$host_alias$ac_delim
3668 target_alias!$target_alias$ac_delim
3669 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3670 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3671 INSTALL_DATA!$INSTALL_DATA$ac_delim
3672 am__isrc!$am__isrc$ac_delim
3673 CYGPATH_W!$CYGPATH_W$ac_delim
3674 PACKAGE!$PACKAGE$ac_delim
3675 VERSION!$VERSION$ac_delim
3676 ACLOCAL!$ACLOCAL$ac_delim
3677 AUTOCONF!$AUTOCONF$ac_delim
3678 AUTOMAKE!$AUTOMAKE$ac_delim
3679 AUTOHEADER!$AUTOHEADER$ac_delim
3680 MAKEINFO!$MAKEINFO$ac_delim
3681 install_sh!$install_sh$ac_delim
3682 STRIP!$STRIP$ac_delim
3683 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3684 mkdir_p!$mkdir_p$ac_delim
3685 AWK!$AWK$ac_delim
3686 SET_MAKE!$SET_MAKE$ac_delim
3687 am__leading_dot!$am__leading_dot$ac_delim
3688 AMTAR!$AMTAR$ac_delim
3689 am__tar!$am__tar$ac_delim
3690 am__untar!$am__untar$ac_delim
3691 PKG_CONFIG!$PKG_CONFIG$ac_delim
3692 GMCS!$GMCS$ac_delim
3693 GTK_SHARP_20_CFLAGS!$GTK_SHARP_20_CFLAGS$ac_delim
3694 GTK_SHARP_20_LIBS!$GTK_SHARP_20_LIBS$ac_delim
3695 GLIB_SHARP_20_CFLAGS!$GLIB_SHARP_20_CFLAGS$ac_delim
3696 GLIB_SHARP_20_LIBS!$GLIB_SHARP_20_LIBS$ac_delim
3697 NINI_11_CFLAGS!$NINI_11_CFLAGS$ac_delim
3698 NINI_11_LIBS!$NINI_11_LIBS$ac_delim
3699 MONO_ADDINS_CFLAGS!$MONO_ADDINS_CFLAGS$ac_delim
3700 MONO_ADDINS_LIBS!$MONO_ADDINS_LIBS$ac_delim
3701 ENABLE_DEBUG_TRUE!$ENABLE_DEBUG_TRUE$ac_delim
3702 ENABLE_DEBUG_FALSE!$ENABLE_DEBUG_FALSE$ac_delim
3703 ENABLE_RELEASE_TRUE!$ENABLE_RELEASE_TRUE$ac_delim
3704 ENABLE_RELEASE_FALSE!$ENABLE_RELEASE_FALSE$ac_delim
3705 LIBOBJS!$LIBOBJS$ac_delim
3706 LTLIBOBJS!$LTLIBOBJS$ac_delim
3707 _ACEOF
3709 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 75; then
3710 break
3711 elif $ac_last_try; then
3712 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3713 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3714 { (exit 1); exit 1; }; }
3715 else
3716 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3718 done
3720 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3721 if test -n "$ac_eof"; then
3722 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3723 ac_eof=`expr $ac_eof + 1`
3726 cat >>$CONFIG_STATUS <<_ACEOF
3727 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3728 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3729 _ACEOF
3730 sed '
3731 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3732 s/^/s,@/; s/!/@,|#_!!_#|/
3735 s/'"$ac_delim"'$/,g/; t
3736 s/$/\\/; p
3737 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3738 ' >>$CONFIG_STATUS <conf$$subs.sed
3739 rm -f conf$$subs.sed
3740 cat >>$CONFIG_STATUS <<_ACEOF
3741 :end
3742 s/|#_!!_#|//g
3743 CEOF$ac_eof
3744 _ACEOF
3747 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3748 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3749 # trailing colons and then remove the whole line if VPATH becomes empty
3750 # (actually we leave an empty line to preserve line numbers).
3751 if test "x$srcdir" = x.; then
3752 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3753 s/:*\$(srcdir):*/:/
3754 s/:*\${srcdir}:*/:/
3755 s/:*@srcdir@:*/:/
3756 s/^\([^=]*=[ ]*\):*/\1/
3757 s/:*$//
3758 s/^[^=]*=[ ]*$//
3762 cat >>$CONFIG_STATUS <<\_ACEOF
3763 fi # test -n "$CONFIG_FILES"
3766 for ac_tag in :F $CONFIG_FILES
3768 case $ac_tag in
3769 :[FHLC]) ac_mode=$ac_tag; continue;;
3770 esac
3771 case $ac_mode$ac_tag in
3772 :[FHL]*:*);;
3773 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3774 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3775 { (exit 1); exit 1; }; };;
3776 :[FH]-) ac_tag=-:-;;
3777 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3778 esac
3779 ac_save_IFS=$IFS
3780 IFS=:
3781 set x $ac_tag
3782 IFS=$ac_save_IFS
3783 shift
3784 ac_file=$1
3785 shift
3787 case $ac_mode in
3788 :L) ac_source=$1;;
3789 :[FH])
3790 ac_file_inputs=
3791 for ac_f
3793 case $ac_f in
3794 -) ac_f="$tmp/stdin";;
3795 *) # Look for the file first in the build tree, then in the source tree
3796 # (if the path is not absolute). The absolute path cannot be DOS-style,
3797 # because $ac_f cannot contain `:'.
3798 test -f "$ac_f" ||
3799 case $ac_f in
3800 [\\/$]*) false;;
3801 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3802 esac ||
3803 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3804 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3805 { (exit 1); exit 1; }; };;
3806 esac
3807 ac_file_inputs="$ac_file_inputs $ac_f"
3808 done
3810 # Let's still pretend it is `configure' which instantiates (i.e., don't
3811 # use $as_me), people would be surprised to read:
3812 # /* config.h. Generated by config.status. */
3813 configure_input="Generated from "`IFS=:
3814 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3815 if test x"$ac_file" != x-; then
3816 configure_input="$ac_file. $configure_input"
3817 { echo "$as_me:$LINENO: creating $ac_file" >&5
3818 echo "$as_me: creating $ac_file" >&6;}
3821 case $ac_tag in
3822 *:-:* | *:-) cat >"$tmp/stdin";;
3823 esac
3825 esac
3827 ac_dir=`$as_dirname -- "$ac_file" ||
3828 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3829 X"$ac_file" : 'X\(//\)[^/]' \| \
3830 X"$ac_file" : 'X\(//\)$' \| \
3831 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3832 echo X"$ac_file" |
3833 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3834 s//\1/
3837 /^X\(\/\/\)[^/].*/{
3838 s//\1/
3841 /^X\(\/\/\)$/{
3842 s//\1/
3845 /^X\(\/\).*/{
3846 s//\1/
3849 s/.*/./; q'`
3850 { as_dir="$ac_dir"
3851 case $as_dir in #(
3852 -*) as_dir=./$as_dir;;
3853 esac
3854 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3855 as_dirs=
3856 while :; do
3857 case $as_dir in #(
3858 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3859 *) as_qdir=$as_dir;;
3860 esac
3861 as_dirs="'$as_qdir' $as_dirs"
3862 as_dir=`$as_dirname -- "$as_dir" ||
3863 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3864 X"$as_dir" : 'X\(//\)[^/]' \| \
3865 X"$as_dir" : 'X\(//\)$' \| \
3866 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3867 echo X"$as_dir" |
3868 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3869 s//\1/
3872 /^X\(\/\/\)[^/].*/{
3873 s//\1/
3876 /^X\(\/\/\)$/{
3877 s//\1/
3880 /^X\(\/\).*/{
3881 s//\1/
3884 s/.*/./; q'`
3885 test -d "$as_dir" && break
3886 done
3887 test -z "$as_dirs" || eval "mkdir $as_dirs"
3888 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3889 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3890 { (exit 1); exit 1; }; }; }
3891 ac_builddir=.
3893 case "$ac_dir" in
3894 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3896 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3897 # A ".." for each directory in $ac_dir_suffix.
3898 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3899 case $ac_top_builddir_sub in
3900 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3901 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3902 esac ;;
3903 esac
3904 ac_abs_top_builddir=$ac_pwd
3905 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3906 # for backward compatibility:
3907 ac_top_builddir=$ac_top_build_prefix
3909 case $srcdir in
3910 .) # We are building in place.
3911 ac_srcdir=.
3912 ac_top_srcdir=$ac_top_builddir_sub
3913 ac_abs_top_srcdir=$ac_pwd ;;
3914 [\\/]* | ?:[\\/]* ) # Absolute name.
3915 ac_srcdir=$srcdir$ac_dir_suffix;
3916 ac_top_srcdir=$srcdir
3917 ac_abs_top_srcdir=$srcdir ;;
3918 *) # Relative name.
3919 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3920 ac_top_srcdir=$ac_top_build_prefix$srcdir
3921 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3922 esac
3923 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3926 case $ac_mode in
3929 # CONFIG_FILE
3932 case $INSTALL in
3933 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3934 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3935 esac
3936 ac_MKDIR_P=$MKDIR_P
3937 case $MKDIR_P in
3938 [\\/$]* | ?:[\\/]* ) ;;
3939 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3940 esac
3941 _ACEOF
3943 cat >>$CONFIG_STATUS <<\_ACEOF
3944 # If the template does not know about datarootdir, expand it.
3945 # FIXME: This hack should be removed a few years after 2.60.
3946 ac_datarootdir_hack=; ac_datarootdir_seen=
3948 case `sed -n '/datarootdir/ {
3952 /@datadir@/p
3953 /@docdir@/p
3954 /@infodir@/p
3955 /@localedir@/p
3956 /@mandir@/p
3957 ' $ac_file_inputs` in
3958 *datarootdir*) ac_datarootdir_seen=yes;;
3959 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3960 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3961 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3962 _ACEOF
3963 cat >>$CONFIG_STATUS <<_ACEOF
3964 ac_datarootdir_hack='
3965 s&@datadir@&$datadir&g
3966 s&@docdir@&$docdir&g
3967 s&@infodir@&$infodir&g
3968 s&@localedir@&$localedir&g
3969 s&@mandir@&$mandir&g
3970 s&\\\${datarootdir}&$datarootdir&g' ;;
3971 esac
3972 _ACEOF
3974 # Neutralize VPATH when `$srcdir' = `.'.
3975 # Shell code in configure.ac might set extrasub.
3976 # FIXME: do we really want to maintain this feature?
3977 cat >>$CONFIG_STATUS <<_ACEOF
3978 sed "$ac_vpsub
3979 $extrasub
3980 _ACEOF
3981 cat >>$CONFIG_STATUS <<\_ACEOF
3983 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3984 s&@configure_input@&$configure_input&;t t
3985 s&@top_builddir@&$ac_top_builddir_sub&;t t
3986 s&@srcdir@&$ac_srcdir&;t t
3987 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3988 s&@top_srcdir@&$ac_top_srcdir&;t t
3989 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3990 s&@builddir@&$ac_builddir&;t t
3991 s&@abs_builddir@&$ac_abs_builddir&;t t
3992 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3993 s&@INSTALL@&$ac_INSTALL&;t t
3994 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3995 $ac_datarootdir_hack
3996 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3998 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3999 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4000 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4001 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4002 which seems to be undefined. Please make sure it is defined." >&5
4003 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4004 which seems to be undefined. Please make sure it is defined." >&2;}
4006 rm -f "$tmp/stdin"
4007 case $ac_file in
4008 -) cat "$tmp/out"; rm -f "$tmp/out";;
4009 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
4010 esac
4015 esac
4017 done # for ac_tag
4020 { (exit 0); exit 0; }
4021 _ACEOF
4022 chmod +x $CONFIG_STATUS
4023 ac_clean_files=$ac_clean_files_save
4026 # configure is writing to config.log, and then calls config.status.
4027 # config.status does its own redirection, appending to config.log.
4028 # Unfortunately, on DOS this fails, as config.log is still kept open
4029 # by configure, so config.status won't be able to write to it; its
4030 # output is simply discarded. So we exec the FD to /dev/null,
4031 # effectively closing config.log, so it can be properly (re)opened and
4032 # appended to by config.status. When coming back to configure, we
4033 # need to make the FD available again.
4034 if test "$no_create" != yes; then
4035 ac_cs_success=:
4036 ac_config_status_args=
4037 test "$silent" = yes &&
4038 ac_config_status_args="$ac_config_status_args --quiet"
4039 exec 5>/dev/null
4040 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4041 exec 5>>config.log
4042 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4043 # would make configure fail if this is the last instruction.
4044 $ac_cs_success || { (exit 1); exit 1; }