Initial commit
[circ.git] / configure
blob437c7fc784a4ac0d40c1234749845c945008a123
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 NUNIT_22_CFLAGS
643 NUNIT_22_LIBS
644 GLIB_SHARP_20_CFLAGS
645 GLIB_SHARP_20_LIBS
646 NINI_11_CFLAGS
647 NINI_11_LIBS
648 GLADE_SHARP_20_CFLAGS
649 GLADE_SHARP_20_LIBS
650 ENABLE_DEBUG_TRUE
651 ENABLE_DEBUG_FALSE
652 CIRCTESTS_DEBUG_LIB
653 CIRC_BACKEND_CIL_DEBUG_LIB
654 CIRC_FRONTEND_GTKSHARP_DEBUG_LIB
655 CIRC_LIB_DEBUG_LIB
656 DEBUG_CONFIG_LIBRARIES
657 DEBUG_CONFIG_LIBS
658 ENABLE_RELEASE_TRUE
659 ENABLE_RELEASE_FALSE
660 CIRCTESTS_RELEASE_LIB
661 CIRC_BACKEND_CIL_RELEASE_LIB
662 CIRC_FRONTEND_GTKSHARP_RELEASE_LIB
663 CIRC_LIB_RELEASE_LIB
664 RELEASE_CONFIG_LIBRARIES
665 RELEASE_CONFIG_LIBS
666 LIBOBJS
667 LTLIBOBJS'
668 ac_subst_files=''
669 ac_precious_vars='build_alias
670 host_alias
671 target_alias
672 PKG_CONFIG
673 GTK_SHARP_20_CFLAGS
674 GTK_SHARP_20_LIBS
675 NUNIT_22_CFLAGS
676 NUNIT_22_LIBS
677 GLIB_SHARP_20_CFLAGS
678 GLIB_SHARP_20_LIBS
679 NINI_11_CFLAGS
680 NINI_11_LIBS
681 GLADE_SHARP_20_CFLAGS
682 GLADE_SHARP_20_LIBS'
685 # Initialize some variables set by options.
686 ac_init_help=
687 ac_init_version=false
688 # The variables have the same names as the options, with
689 # dashes changed to underlines.
690 cache_file=/dev/null
691 exec_prefix=NONE
692 no_create=
693 no_recursion=
694 prefix=NONE
695 program_prefix=NONE
696 program_suffix=NONE
697 program_transform_name=s,x,x,
698 silent=
699 site=
700 srcdir=
701 verbose=
702 x_includes=NONE
703 x_libraries=NONE
705 # Installation directory options.
706 # These are left unexpanded so users can "make install exec_prefix=/foo"
707 # and all the variables that are supposed to be based on exec_prefix
708 # by default will actually change.
709 # Use braces instead of parens because sh, perl, etc. also accept them.
710 # (The list follows the same order as the GNU Coding Standards.)
711 bindir='${exec_prefix}/bin'
712 sbindir='${exec_prefix}/sbin'
713 libexecdir='${exec_prefix}/libexec'
714 datarootdir='${prefix}/share'
715 datadir='${datarootdir}'
716 sysconfdir='${prefix}/etc'
717 sharedstatedir='${prefix}/com'
718 localstatedir='${prefix}/var'
719 includedir='${prefix}/include'
720 oldincludedir='/usr/include'
721 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
722 infodir='${datarootdir}/info'
723 htmldir='${docdir}'
724 dvidir='${docdir}'
725 pdfdir='${docdir}'
726 psdir='${docdir}'
727 libdir='${exec_prefix}/lib'
728 localedir='${datarootdir}/locale'
729 mandir='${datarootdir}/man'
731 ac_prev=
732 ac_dashdash=
733 for ac_option
735 # If the previous option needs an argument, assign it.
736 if test -n "$ac_prev"; then
737 eval $ac_prev=\$ac_option
738 ac_prev=
739 continue
742 case $ac_option in
743 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
744 *) ac_optarg=yes ;;
745 esac
747 # Accept the important Cygnus configure options, so we can diagnose typos.
749 case $ac_dashdash$ac_option in
751 ac_dashdash=yes ;;
753 -bindir | --bindir | --bindi | --bind | --bin | --bi)
754 ac_prev=bindir ;;
755 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
756 bindir=$ac_optarg ;;
758 -build | --build | --buil | --bui | --bu)
759 ac_prev=build_alias ;;
760 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
761 build_alias=$ac_optarg ;;
763 -cache-file | --cache-file | --cache-fil | --cache-fi \
764 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
765 ac_prev=cache_file ;;
766 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
767 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
768 cache_file=$ac_optarg ;;
770 --config-cache | -C)
771 cache_file=config.cache ;;
773 -datadir | --datadir | --datadi | --datad)
774 ac_prev=datadir ;;
775 -datadir=* | --datadir=* | --datadi=* | --datad=*)
776 datadir=$ac_optarg ;;
778 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
779 | --dataroo | --dataro | --datar)
780 ac_prev=datarootdir ;;
781 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
782 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
783 datarootdir=$ac_optarg ;;
785 -disable-* | --disable-*)
786 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
787 # Reject names that are not valid shell variable names.
788 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
789 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
790 { (exit 1); exit 1; }; }
791 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
792 eval enable_$ac_feature=no ;;
794 -docdir | --docdir | --docdi | --doc | --do)
795 ac_prev=docdir ;;
796 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
797 docdir=$ac_optarg ;;
799 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
800 ac_prev=dvidir ;;
801 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
802 dvidir=$ac_optarg ;;
804 -enable-* | --enable-*)
805 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
806 # Reject names that are not valid shell variable names.
807 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
808 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
809 { (exit 1); exit 1; }; }
810 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
811 eval enable_$ac_feature=\$ac_optarg ;;
813 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
814 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
815 | --exec | --exe | --ex)
816 ac_prev=exec_prefix ;;
817 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
818 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
819 | --exec=* | --exe=* | --ex=*)
820 exec_prefix=$ac_optarg ;;
822 -gas | --gas | --ga | --g)
823 # Obsolete; use --with-gas.
824 with_gas=yes ;;
826 -help | --help | --hel | --he | -h)
827 ac_init_help=long ;;
828 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
829 ac_init_help=recursive ;;
830 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
831 ac_init_help=short ;;
833 -host | --host | --hos | --ho)
834 ac_prev=host_alias ;;
835 -host=* | --host=* | --hos=* | --ho=*)
836 host_alias=$ac_optarg ;;
838 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
839 ac_prev=htmldir ;;
840 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
841 | --ht=*)
842 htmldir=$ac_optarg ;;
844 -includedir | --includedir | --includedi | --included | --include \
845 | --includ | --inclu | --incl | --inc)
846 ac_prev=includedir ;;
847 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
848 | --includ=* | --inclu=* | --incl=* | --inc=*)
849 includedir=$ac_optarg ;;
851 -infodir | --infodir | --infodi | --infod | --info | --inf)
852 ac_prev=infodir ;;
853 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
854 infodir=$ac_optarg ;;
856 -libdir | --libdir | --libdi | --libd)
857 ac_prev=libdir ;;
858 -libdir=* | --libdir=* | --libdi=* | --libd=*)
859 libdir=$ac_optarg ;;
861 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
862 | --libexe | --libex | --libe)
863 ac_prev=libexecdir ;;
864 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
865 | --libexe=* | --libex=* | --libe=*)
866 libexecdir=$ac_optarg ;;
868 -localedir | --localedir | --localedi | --localed | --locale)
869 ac_prev=localedir ;;
870 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
871 localedir=$ac_optarg ;;
873 -localstatedir | --localstatedir | --localstatedi | --localstated \
874 | --localstate | --localstat | --localsta | --localst | --locals)
875 ac_prev=localstatedir ;;
876 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
877 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
878 localstatedir=$ac_optarg ;;
880 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
881 ac_prev=mandir ;;
882 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
883 mandir=$ac_optarg ;;
885 -nfp | --nfp | --nf)
886 # Obsolete; use --without-fp.
887 with_fp=no ;;
889 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
890 | --no-cr | --no-c | -n)
891 no_create=yes ;;
893 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
894 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
895 no_recursion=yes ;;
897 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
898 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
899 | --oldin | --oldi | --old | --ol | --o)
900 ac_prev=oldincludedir ;;
901 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
902 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
903 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
904 oldincludedir=$ac_optarg ;;
906 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
907 ac_prev=prefix ;;
908 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
909 prefix=$ac_optarg ;;
911 -program-prefix | --program-prefix | --program-prefi | --program-pref \
912 | --program-pre | --program-pr | --program-p)
913 ac_prev=program_prefix ;;
914 -program-prefix=* | --program-prefix=* | --program-prefi=* \
915 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
916 program_prefix=$ac_optarg ;;
918 -program-suffix | --program-suffix | --program-suffi | --program-suff \
919 | --program-suf | --program-su | --program-s)
920 ac_prev=program_suffix ;;
921 -program-suffix=* | --program-suffix=* | --program-suffi=* \
922 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
923 program_suffix=$ac_optarg ;;
925 -program-transform-name | --program-transform-name \
926 | --program-transform-nam | --program-transform-na \
927 | --program-transform-n | --program-transform- \
928 | --program-transform | --program-transfor \
929 | --program-transfo | --program-transf \
930 | --program-trans | --program-tran \
931 | --progr-tra | --program-tr | --program-t)
932 ac_prev=program_transform_name ;;
933 -program-transform-name=* | --program-transform-name=* \
934 | --program-transform-nam=* | --program-transform-na=* \
935 | --program-transform-n=* | --program-transform-=* \
936 | --program-transform=* | --program-transfor=* \
937 | --program-transfo=* | --program-transf=* \
938 | --program-trans=* | --program-tran=* \
939 | --progr-tra=* | --program-tr=* | --program-t=*)
940 program_transform_name=$ac_optarg ;;
942 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
943 ac_prev=pdfdir ;;
944 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
945 pdfdir=$ac_optarg ;;
947 -psdir | --psdir | --psdi | --psd | --ps)
948 ac_prev=psdir ;;
949 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
950 psdir=$ac_optarg ;;
952 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
953 | -silent | --silent | --silen | --sile | --sil)
954 silent=yes ;;
956 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
957 ac_prev=sbindir ;;
958 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
959 | --sbi=* | --sb=*)
960 sbindir=$ac_optarg ;;
962 -sharedstatedir | --sharedstatedir | --sharedstatedi \
963 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
964 | --sharedst | --shareds | --shared | --share | --shar \
965 | --sha | --sh)
966 ac_prev=sharedstatedir ;;
967 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
968 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
969 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
970 | --sha=* | --sh=*)
971 sharedstatedir=$ac_optarg ;;
973 -site | --site | --sit)
974 ac_prev=site ;;
975 -site=* | --site=* | --sit=*)
976 site=$ac_optarg ;;
978 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
979 ac_prev=srcdir ;;
980 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
981 srcdir=$ac_optarg ;;
983 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
984 | --syscon | --sysco | --sysc | --sys | --sy)
985 ac_prev=sysconfdir ;;
986 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
987 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
988 sysconfdir=$ac_optarg ;;
990 -target | --target | --targe | --targ | --tar | --ta | --t)
991 ac_prev=target_alias ;;
992 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
993 target_alias=$ac_optarg ;;
995 -v | -verbose | --verbose | --verbos | --verbo | --verb)
996 verbose=yes ;;
998 -version | --version | --versio | --versi | --vers | -V)
999 ac_init_version=: ;;
1001 -with-* | --with-*)
1002 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1005 { echo "$as_me: error: invalid package name: $ac_package" >&2
1006 { (exit 1); exit 1; }; }
1007 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1008 eval with_$ac_package=\$ac_optarg ;;
1010 -without-* | --without-*)
1011 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1012 # Reject names that are not valid shell variable names.
1013 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1014 { echo "$as_me: error: invalid package name: $ac_package" >&2
1015 { (exit 1); exit 1; }; }
1016 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1017 eval with_$ac_package=no ;;
1019 --x)
1020 # Obsolete; use --with-x.
1021 with_x=yes ;;
1023 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1024 | --x-incl | --x-inc | --x-in | --x-i)
1025 ac_prev=x_includes ;;
1026 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1027 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1028 x_includes=$ac_optarg ;;
1030 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1031 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1032 ac_prev=x_libraries ;;
1033 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1034 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1035 x_libraries=$ac_optarg ;;
1037 -*) { echo "$as_me: error: unrecognized option: $ac_option
1038 Try \`$0 --help' for more information." >&2
1039 { (exit 1); exit 1; }; }
1042 *=*)
1043 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1044 # Reject names that are not valid shell variable names.
1045 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1046 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1047 { (exit 1); exit 1; }; }
1048 eval $ac_envvar=\$ac_optarg
1049 export $ac_envvar ;;
1052 # FIXME: should be removed in autoconf 3.0.
1053 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1054 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1055 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1056 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1059 esac
1060 done
1062 if test -n "$ac_prev"; then
1063 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1064 { echo "$as_me: error: missing argument to $ac_option" >&2
1065 { (exit 1); exit 1; }; }
1068 # Be sure to have absolute directory names.
1069 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1070 datadir sysconfdir sharedstatedir localstatedir includedir \
1071 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1072 libdir localedir mandir
1074 eval ac_val=\$$ac_var
1075 case $ac_val in
1076 [\\/$]* | ?:[\\/]* ) continue;;
1077 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1078 esac
1079 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1080 { (exit 1); exit 1; }; }
1081 done
1083 # There might be people who depend on the old broken behavior: `$host'
1084 # used to hold the argument of --host etc.
1085 # FIXME: To remove some day.
1086 build=$build_alias
1087 host=$host_alias
1088 target=$target_alias
1090 # FIXME: To remove some day.
1091 if test "x$host_alias" != x; then
1092 if test "x$build_alias" = x; then
1093 cross_compiling=maybe
1094 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1095 If a cross compiler is detected then cross compile mode will be used." >&2
1096 elif test "x$build_alias" != "x$host_alias"; then
1097 cross_compiling=yes
1101 ac_tool_prefix=
1102 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1104 test "$silent" = yes && exec 6>/dev/null
1107 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1108 ac_ls_di=`ls -di .` &&
1109 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1110 { echo "$as_me: error: Working directory cannot be determined" >&2
1111 { (exit 1); exit 1; }; }
1112 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1113 { echo "$as_me: error: pwd does not report name of working directory" >&2
1114 { (exit 1); exit 1; }; }
1117 # Find the source files, if location was not specified.
1118 if test -z "$srcdir"; then
1119 ac_srcdir_defaulted=yes
1120 # Try the directory containing this script, then the parent directory.
1121 ac_confdir=`$as_dirname -- "$0" ||
1122 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1123 X"$0" : 'X\(//\)[^/]' \| \
1124 X"$0" : 'X\(//\)$' \| \
1125 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1126 echo X"$0" |
1127 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1128 s//\1/
1131 /^X\(\/\/\)[^/].*/{
1132 s//\1/
1135 /^X\(\/\/\)$/{
1136 s//\1/
1139 /^X\(\/\).*/{
1140 s//\1/
1143 s/.*/./; q'`
1144 srcdir=$ac_confdir
1145 if test ! -r "$srcdir/$ac_unique_file"; then
1146 srcdir=..
1148 else
1149 ac_srcdir_defaulted=no
1151 if test ! -r "$srcdir/$ac_unique_file"; then
1152 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1153 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1154 { (exit 1); exit 1; }; }
1156 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1157 ac_abs_confdir=`(
1158 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1159 { (exit 1); exit 1; }; }
1160 pwd)`
1161 # When building in place, set srcdir=.
1162 if test "$ac_abs_confdir" = "$ac_pwd"; then
1163 srcdir=.
1165 # Remove unnecessary trailing slashes from srcdir.
1166 # Double slashes in file names in object file debugging info
1167 # mess up M-x gdb in Emacs.
1168 case $srcdir in
1169 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1170 esac
1171 for ac_var in $ac_precious_vars; do
1172 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1173 eval ac_env_${ac_var}_value=\$${ac_var}
1174 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1175 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1176 done
1179 # Report the --help message.
1181 if test "$ac_init_help" = "long"; then
1182 # Omit some internal or obsolete options to make the list less imposing.
1183 # This message is too long to be a string in the A/UX 3.1 sh.
1184 cat <<_ACEOF
1185 \`configure' configures Circ 0.1 to adapt to many kinds of systems.
1187 Usage: $0 [OPTION]... [VAR=VALUE]...
1189 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1190 VAR=VALUE. See below for descriptions of some of the useful variables.
1192 Defaults for the options are specified in brackets.
1194 Configuration:
1195 -h, --help display this help and exit
1196 --help=short display options specific to this package
1197 --help=recursive display the short help of all the included packages
1198 -V, --version display version information and exit
1199 -q, --quiet, --silent do not print \`checking...' messages
1200 --cache-file=FILE cache test results in FILE [disabled]
1201 -C, --config-cache alias for \`--cache-file=config.cache'
1202 -n, --no-create do not create output files
1203 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1205 Installation directories:
1206 --prefix=PREFIX install architecture-independent files in PREFIX
1207 [$ac_default_prefix]
1208 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1209 [PREFIX]
1211 By default, \`make install' will install all the files in
1212 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1213 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1214 for instance \`--prefix=\$HOME'.
1216 For better control, use the options below.
1218 Fine tuning of the installation directories:
1219 --bindir=DIR user executables [EPREFIX/bin]
1220 --sbindir=DIR system admin executables [EPREFIX/sbin]
1221 --libexecdir=DIR program executables [EPREFIX/libexec]
1222 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1223 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1224 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1225 --libdir=DIR object code libraries [EPREFIX/lib]
1226 --includedir=DIR C header files [PREFIX/include]
1227 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1228 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1229 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1230 --infodir=DIR info documentation [DATAROOTDIR/info]
1231 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1232 --mandir=DIR man documentation [DATAROOTDIR/man]
1233 --docdir=DIR documentation root [DATAROOTDIR/doc/circ]
1234 --htmldir=DIR html documentation [DOCDIR]
1235 --dvidir=DIR dvi documentation [DOCDIR]
1236 --pdfdir=DIR pdf documentation [DOCDIR]
1237 --psdir=DIR ps documentation [DOCDIR]
1238 _ACEOF
1240 cat <<\_ACEOF
1242 Program names:
1243 --program-prefix=PREFIX prepend PREFIX to installed program names
1244 --program-suffix=SUFFIX append SUFFIX to installed program names
1245 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1246 _ACEOF
1249 if test -n "$ac_init_help"; then
1250 case $ac_init_help in
1251 short | recursive ) echo "Configuration of Circ 0.1:";;
1252 esac
1253 cat <<\_ACEOF
1255 Optional Features:
1256 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1257 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1258 --enable-debug Use 'Debug' Configuration default=NO
1259 --enable-release Use 'Release' Configuration default=YES
1261 Some influential environment variables:
1262 PKG_CONFIG path to pkg-config utility
1263 GTK_SHARP_20_CFLAGS
1264 C compiler flags for GTK_SHARP_20, overriding pkg-config
1265 GTK_SHARP_20_LIBS
1266 linker flags for GTK_SHARP_20, overriding pkg-config
1267 NUNIT_22_CFLAGS
1268 C compiler flags for NUNIT_22, overriding pkg-config
1269 NUNIT_22_LIBS
1270 linker flags for NUNIT_22, overriding pkg-config
1271 GLIB_SHARP_20_CFLAGS
1272 C compiler flags for GLIB_SHARP_20, overriding pkg-config
1273 GLIB_SHARP_20_LIBS
1274 linker flags for GLIB_SHARP_20, overriding pkg-config
1275 NINI_11_CFLAGS
1276 C compiler flags for NINI_11, overriding pkg-config
1277 NINI_11_LIBS
1278 linker flags for NINI_11, overriding pkg-config
1279 GLADE_SHARP_20_CFLAGS
1280 C compiler flags for GLADE_SHARP_20, overriding pkg-config
1281 GLADE_SHARP_20_LIBS
1282 linker flags for GLADE_SHARP_20, overriding pkg-config
1284 Use these variables to override the choices made by `configure' or to help
1285 it to find libraries and programs with nonstandard names/locations.
1287 _ACEOF
1288 ac_status=$?
1291 if test "$ac_init_help" = "recursive"; then
1292 # If there are subdirs, report their specific --help.
1293 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1294 test -d "$ac_dir" || continue
1295 ac_builddir=.
1297 case "$ac_dir" in
1298 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1300 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1301 # A ".." for each directory in $ac_dir_suffix.
1302 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1303 case $ac_top_builddir_sub in
1304 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1305 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1306 esac ;;
1307 esac
1308 ac_abs_top_builddir=$ac_pwd
1309 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1310 # for backward compatibility:
1311 ac_top_builddir=$ac_top_build_prefix
1313 case $srcdir in
1314 .) # We are building in place.
1315 ac_srcdir=.
1316 ac_top_srcdir=$ac_top_builddir_sub
1317 ac_abs_top_srcdir=$ac_pwd ;;
1318 [\\/]* | ?:[\\/]* ) # Absolute name.
1319 ac_srcdir=$srcdir$ac_dir_suffix;
1320 ac_top_srcdir=$srcdir
1321 ac_abs_top_srcdir=$srcdir ;;
1322 *) # Relative name.
1323 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1324 ac_top_srcdir=$ac_top_build_prefix$srcdir
1325 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1326 esac
1327 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1329 cd "$ac_dir" || { ac_status=$?; continue; }
1330 # Check for guested configure.
1331 if test -f "$ac_srcdir/configure.gnu"; then
1332 echo &&
1333 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1334 elif test -f "$ac_srcdir/configure"; then
1335 echo &&
1336 $SHELL "$ac_srcdir/configure" --help=recursive
1337 else
1338 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1339 fi || ac_status=$?
1340 cd "$ac_pwd" || { ac_status=$?; break; }
1341 done
1344 test -n "$ac_init_help" && exit $ac_status
1345 if $ac_init_version; then
1346 cat <<\_ACEOF
1347 Circ configure 0.1
1348 generated by GNU Autoconf 2.61
1350 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1351 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1352 This configure script is free software; the Free Software Foundation
1353 gives unlimited permission to copy, distribute and modify it.
1354 _ACEOF
1355 exit
1357 cat >config.log <<_ACEOF
1358 This file contains any messages produced by compilers while
1359 running configure, to aid debugging if configure makes a mistake.
1361 It was created by Circ $as_me 0.1, which was
1362 generated by GNU Autoconf 2.61. Invocation command line was
1364 $ $0 $@
1366 _ACEOF
1367 exec 5>>config.log
1369 cat <<_ASUNAME
1370 ## --------- ##
1371 ## Platform. ##
1372 ## --------- ##
1374 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1375 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1376 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1377 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1378 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1380 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1381 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1383 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1384 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1385 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1386 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1387 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1388 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1389 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1391 _ASUNAME
1393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1394 for as_dir in $PATH
1396 IFS=$as_save_IFS
1397 test -z "$as_dir" && as_dir=.
1398 echo "PATH: $as_dir"
1399 done
1400 IFS=$as_save_IFS
1402 } >&5
1404 cat >&5 <<_ACEOF
1407 ## ----------- ##
1408 ## Core tests. ##
1409 ## ----------- ##
1411 _ACEOF
1414 # Keep a trace of the command line.
1415 # Strip out --no-create and --no-recursion so they do not pile up.
1416 # Strip out --silent because we don't want to record it for future runs.
1417 # Also quote any args containing shell meta-characters.
1418 # Make two passes to allow for proper duplicate-argument suppression.
1419 ac_configure_args=
1420 ac_configure_args0=
1421 ac_configure_args1=
1422 ac_must_keep_next=false
1423 for ac_pass in 1 2
1425 for ac_arg
1427 case $ac_arg in
1428 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1429 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1430 | -silent | --silent | --silen | --sile | --sil)
1431 continue ;;
1432 *\'*)
1433 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1434 esac
1435 case $ac_pass in
1436 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1438 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1439 if test $ac_must_keep_next = true; then
1440 ac_must_keep_next=false # Got value, back to normal.
1441 else
1442 case $ac_arg in
1443 *=* | --config-cache | -C | -disable-* | --disable-* \
1444 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1445 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1446 | -with-* | --with-* | -without-* | --without-* | --x)
1447 case "$ac_configure_args0 " in
1448 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1449 esac
1451 -* ) ac_must_keep_next=true ;;
1452 esac
1454 ac_configure_args="$ac_configure_args '$ac_arg'"
1456 esac
1457 done
1458 done
1459 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1460 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1462 # When interrupted or exit'd, cleanup temporary files, and complete
1463 # config.log. We remove comments because anyway the quotes in there
1464 # would cause problems or look ugly.
1465 # WARNING: Use '\'' to represent an apostrophe within the trap.
1466 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1467 trap 'exit_status=$?
1468 # Save into config.log some information that might help in debugging.
1470 echo
1472 cat <<\_ASBOX
1473 ## ---------------- ##
1474 ## Cache variables. ##
1475 ## ---------------- ##
1476 _ASBOX
1477 echo
1478 # The following way of writing the cache mishandles newlines in values,
1480 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1481 eval ac_val=\$$ac_var
1482 case $ac_val in #(
1483 *${as_nl}*)
1484 case $ac_var in #(
1485 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1486 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1487 esac
1488 case $ac_var in #(
1489 _ | IFS | as_nl) ;; #(
1490 *) $as_unset $ac_var ;;
1491 esac ;;
1492 esac
1493 done
1494 (set) 2>&1 |
1495 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1496 *${as_nl}ac_space=\ *)
1497 sed -n \
1498 "s/'\''/'\''\\\\'\'''\''/g;
1499 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1500 ;; #(
1502 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1504 esac |
1505 sort
1507 echo
1509 cat <<\_ASBOX
1510 ## ----------------- ##
1511 ## Output variables. ##
1512 ## ----------------- ##
1513 _ASBOX
1514 echo
1515 for ac_var in $ac_subst_vars
1517 eval ac_val=\$$ac_var
1518 case $ac_val in
1519 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1520 esac
1521 echo "$ac_var='\''$ac_val'\''"
1522 done | sort
1523 echo
1525 if test -n "$ac_subst_files"; then
1526 cat <<\_ASBOX
1527 ## ------------------- ##
1528 ## File substitutions. ##
1529 ## ------------------- ##
1530 _ASBOX
1531 echo
1532 for ac_var in $ac_subst_files
1534 eval ac_val=\$$ac_var
1535 case $ac_val in
1536 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1537 esac
1538 echo "$ac_var='\''$ac_val'\''"
1539 done | sort
1540 echo
1543 if test -s confdefs.h; then
1544 cat <<\_ASBOX
1545 ## ----------- ##
1546 ## confdefs.h. ##
1547 ## ----------- ##
1548 _ASBOX
1549 echo
1550 cat confdefs.h
1551 echo
1553 test "$ac_signal" != 0 &&
1554 echo "$as_me: caught signal $ac_signal"
1555 echo "$as_me: exit $exit_status"
1556 } >&5
1557 rm -f core *.core core.conftest.* &&
1558 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1559 exit $exit_status
1561 for ac_signal in 1 2 13 15; do
1562 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1563 done
1564 ac_signal=0
1566 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1567 rm -f -r conftest* confdefs.h
1569 # Predefined preprocessor variables.
1571 cat >>confdefs.h <<_ACEOF
1572 #define PACKAGE_NAME "$PACKAGE_NAME"
1573 _ACEOF
1576 cat >>confdefs.h <<_ACEOF
1577 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1578 _ACEOF
1581 cat >>confdefs.h <<_ACEOF
1582 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1583 _ACEOF
1586 cat >>confdefs.h <<_ACEOF
1587 #define PACKAGE_STRING "$PACKAGE_STRING"
1588 _ACEOF
1591 cat >>confdefs.h <<_ACEOF
1592 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1593 _ACEOF
1596 # Let the site file select an alternate cache file if it wants to.
1597 # Prefer explicitly selected file to automatically selected ones.
1598 if test -n "$CONFIG_SITE"; then
1599 set x "$CONFIG_SITE"
1600 elif test "x$prefix" != xNONE; then
1601 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1602 else
1603 set x "$ac_default_prefix/share/config.site" \
1604 "$ac_default_prefix/etc/config.site"
1606 shift
1607 for ac_site_file
1609 if test -r "$ac_site_file"; then
1610 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1611 echo "$as_me: loading site script $ac_site_file" >&6;}
1612 sed 's/^/| /' "$ac_site_file" >&5
1613 . "$ac_site_file"
1615 done
1617 if test -r "$cache_file"; then
1618 # Some versions of bash will fail to source /dev/null (special
1619 # files actually), so we avoid doing that.
1620 if test -f "$cache_file"; then
1621 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1622 echo "$as_me: loading cache $cache_file" >&6;}
1623 case $cache_file in
1624 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1625 *) . "./$cache_file";;
1626 esac
1628 else
1629 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1630 echo "$as_me: creating cache $cache_file" >&6;}
1631 >$cache_file
1634 # Check that the precious variables saved in the cache have kept the same
1635 # value.
1636 ac_cache_corrupted=false
1637 for ac_var in $ac_precious_vars; do
1638 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1639 eval ac_new_set=\$ac_env_${ac_var}_set
1640 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1641 eval ac_new_val=\$ac_env_${ac_var}_value
1642 case $ac_old_set,$ac_new_set in
1643 set,)
1644 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1645 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1646 ac_cache_corrupted=: ;;
1647 ,set)
1648 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1649 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1650 ac_cache_corrupted=: ;;
1651 ,);;
1653 if test "x$ac_old_val" != "x$ac_new_val"; then
1654 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1655 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1656 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1657 echo "$as_me: former value: $ac_old_val" >&2;}
1658 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1659 echo "$as_me: current value: $ac_new_val" >&2;}
1660 ac_cache_corrupted=:
1661 fi;;
1662 esac
1663 # Pass precious variables to config.status.
1664 if test "$ac_new_set" = set; then
1665 case $ac_new_val in
1666 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1667 *) ac_arg=$ac_var=$ac_new_val ;;
1668 esac
1669 case " $ac_configure_args " in
1670 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1671 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1672 esac
1674 done
1675 if $ac_cache_corrupted; then
1676 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1677 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1678 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1679 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1680 { (exit 1); exit 1; }; }
1707 ac_ext=c
1708 ac_cpp='$CPP $CPPFLAGS'
1709 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1710 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1711 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1714 am__api_version='1.10'
1716 ac_aux_dir=
1717 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1718 if test -f "$ac_dir/install-sh"; then
1719 ac_aux_dir=$ac_dir
1720 ac_install_sh="$ac_aux_dir/install-sh -c"
1721 break
1722 elif test -f "$ac_dir/install.sh"; then
1723 ac_aux_dir=$ac_dir
1724 ac_install_sh="$ac_aux_dir/install.sh -c"
1725 break
1726 elif test -f "$ac_dir/shtool"; then
1727 ac_aux_dir=$ac_dir
1728 ac_install_sh="$ac_aux_dir/shtool install -c"
1729 break
1731 done
1732 if test -z "$ac_aux_dir"; then
1733 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1734 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1735 { (exit 1); exit 1; }; }
1738 # These three variables are undocumented and unsupported,
1739 # and are intended to be withdrawn in a future Autoconf release.
1740 # They can cause serious problems if a builder's source tree is in a directory
1741 # whose full name contains unusual characters.
1742 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1743 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1744 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1747 # Find a good install program. We prefer a C program (faster),
1748 # so one script is as good as another. But avoid the broken or
1749 # incompatible versions:
1750 # SysV /etc/install, /usr/sbin/install
1751 # SunOS /usr/etc/install
1752 # IRIX /sbin/install
1753 # AIX /bin/install
1754 # AmigaOS /C/install, which installs bootblocks on floppy discs
1755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1758 # OS/2's system install, which has a completely different semantic
1759 # ./install, which can be erroneously created by make from ./install.sh.
1760 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1761 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1762 if test -z "$INSTALL"; then
1763 if test "${ac_cv_path_install+set}" = set; then
1764 echo $ECHO_N "(cached) $ECHO_C" >&6
1765 else
1766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1767 for as_dir in $PATH
1769 IFS=$as_save_IFS
1770 test -z "$as_dir" && as_dir=.
1771 # Account for people who put trailing slashes in PATH elements.
1772 case $as_dir/ in
1773 ./ | .// | /cC/* | \
1774 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1775 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1776 /usr/ucb/* ) ;;
1778 # OSF1 and SCO ODT 3.0 have their own names for install.
1779 # Don't use installbsd from OSF since it installs stuff as root
1780 # by default.
1781 for ac_prog in ginstall scoinst install; do
1782 for ac_exec_ext in '' $ac_executable_extensions; do
1783 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1784 if test $ac_prog = install &&
1785 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1786 # AIX install. It has an incompatible calling convention.
1788 elif test $ac_prog = install &&
1789 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1790 # program-specific install script used by HP pwplus--don't use.
1792 else
1793 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1794 break 3
1797 done
1798 done
1800 esac
1801 done
1802 IFS=$as_save_IFS
1806 if test "${ac_cv_path_install+set}" = set; then
1807 INSTALL=$ac_cv_path_install
1808 else
1809 # As a last resort, use the slow shell script. Don't cache a
1810 # value for INSTALL within a source directory, because that will
1811 # break other packages using the cache if that directory is
1812 # removed, or if the value is a relative name.
1813 INSTALL=$ac_install_sh
1816 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1817 echo "${ECHO_T}$INSTALL" >&6; }
1819 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1820 # It thinks the first close brace ends the variable substitution.
1821 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1823 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1825 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1827 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1828 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1829 # Just in case
1830 sleep 1
1831 echo timestamp > conftest.file
1832 # Do `set' in a subshell so we don't clobber the current shell's
1833 # arguments. Must try -L first in case configure is actually a
1834 # symlink; some systems play weird games with the mod time of symlinks
1835 # (eg FreeBSD returns the mod time of the symlink's containing
1836 # directory).
1837 if (
1838 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1839 if test "$*" = "X"; then
1840 # -L didn't work.
1841 set X `ls -t $srcdir/configure conftest.file`
1843 rm -f conftest.file
1844 if test "$*" != "X $srcdir/configure conftest.file" \
1845 && test "$*" != "X conftest.file $srcdir/configure"; then
1847 # If neither matched, then we have a broken ls. This can happen
1848 # if, for instance, CONFIG_SHELL is bash and it inherits a
1849 # broken ls alias from the environment. This has actually
1850 # happened. Such a system could not be considered "sane".
1851 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1852 alias in your environment" >&5
1853 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1854 alias in your environment" >&2;}
1855 { (exit 1); exit 1; }; }
1858 test "$2" = conftest.file
1860 then
1861 # Ok.
1863 else
1864 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1865 Check your system clock" >&5
1866 echo "$as_me: error: newly created file is older than distributed files!
1867 Check your system clock" >&2;}
1868 { (exit 1); exit 1; }; }
1870 { echo "$as_me:$LINENO: result: yes" >&5
1871 echo "${ECHO_T}yes" >&6; }
1872 test "$program_prefix" != NONE &&
1873 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1874 # Use a double $ so make ignores it.
1875 test "$program_suffix" != NONE &&
1876 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1877 # Double any \ or $. echo might interpret backslashes.
1878 # By default was `s,x,x', remove it if useless.
1879 cat <<\_ACEOF >conftest.sed
1880 s/[\\$]/&&/g;s/;s,x,x,$//
1881 _ACEOF
1882 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1883 rm -f conftest.sed
1885 # expand $ac_aux_dir to an absolute path
1886 am_aux_dir=`cd $ac_aux_dir && pwd`
1888 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1889 # Use eval to expand $SHELL
1890 if eval "$MISSING --run true"; then
1891 am_missing_run="$MISSING --run "
1892 else
1893 am_missing_run=
1894 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1895 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1898 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1899 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1900 if test -z "$MKDIR_P"; then
1901 if test "${ac_cv_path_mkdir+set}" = set; then
1902 echo $ECHO_N "(cached) $ECHO_C" >&6
1903 else
1904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1905 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1907 IFS=$as_save_IFS
1908 test -z "$as_dir" && as_dir=.
1909 for ac_prog in mkdir gmkdir; do
1910 for ac_exec_ext in '' $ac_executable_extensions; do
1911 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1912 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1913 'mkdir (GNU coreutils) '* | \
1914 'mkdir (coreutils) '* | \
1915 'mkdir (fileutils) '4.1*)
1916 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1917 break 3;;
1918 esac
1919 done
1920 done
1921 done
1922 IFS=$as_save_IFS
1926 if test "${ac_cv_path_mkdir+set}" = set; then
1927 MKDIR_P="$ac_cv_path_mkdir -p"
1928 else
1929 # As a last resort, use the slow shell script. Don't cache a
1930 # value for MKDIR_P within a source directory, because that will
1931 # break other packages using the cache if that directory is
1932 # removed, or if the value is a relative name.
1933 test -d ./--version && rmdir ./--version
1934 MKDIR_P="$ac_install_sh -d"
1937 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1938 echo "${ECHO_T}$MKDIR_P" >&6; }
1940 mkdir_p="$MKDIR_P"
1941 case $mkdir_p in
1942 [\\/$]* | ?:[\\/]*) ;;
1943 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1944 esac
1946 for ac_prog in gawk mawk nawk awk
1948 # Extract the first word of "$ac_prog", so it can be a program name with args.
1949 set dummy $ac_prog; ac_word=$2
1950 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1951 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1952 if test "${ac_cv_prog_AWK+set}" = set; then
1953 echo $ECHO_N "(cached) $ECHO_C" >&6
1954 else
1955 if test -n "$AWK"; then
1956 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1957 else
1958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1959 for as_dir in $PATH
1961 IFS=$as_save_IFS
1962 test -z "$as_dir" && as_dir=.
1963 for ac_exec_ext in '' $ac_executable_extensions; do
1964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1965 ac_cv_prog_AWK="$ac_prog"
1966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1967 break 2
1969 done
1970 done
1971 IFS=$as_save_IFS
1975 AWK=$ac_cv_prog_AWK
1976 if test -n "$AWK"; then
1977 { echo "$as_me:$LINENO: result: $AWK" >&5
1978 echo "${ECHO_T}$AWK" >&6; }
1979 else
1980 { echo "$as_me:$LINENO: result: no" >&5
1981 echo "${ECHO_T}no" >&6; }
1985 test -n "$AWK" && break
1986 done
1988 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1989 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1990 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1991 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1992 echo $ECHO_N "(cached) $ECHO_C" >&6
1993 else
1994 cat >conftest.make <<\_ACEOF
1995 SHELL = /bin/sh
1996 all:
1997 @echo '@@@%%%=$(MAKE)=@@@%%%'
1998 _ACEOF
1999 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2000 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2001 *@@@%%%=?*=@@@%%%*)
2002 eval ac_cv_prog_make_${ac_make}_set=yes;;
2004 eval ac_cv_prog_make_${ac_make}_set=no;;
2005 esac
2006 rm -f conftest.make
2008 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2009 { echo "$as_me:$LINENO: result: yes" >&5
2010 echo "${ECHO_T}yes" >&6; }
2011 SET_MAKE=
2012 else
2013 { echo "$as_me:$LINENO: result: no" >&5
2014 echo "${ECHO_T}no" >&6; }
2015 SET_MAKE="MAKE=${MAKE-make}"
2018 rm -rf .tst 2>/dev/null
2019 mkdir .tst 2>/dev/null
2020 if test -d .tst; then
2021 am__leading_dot=.
2022 else
2023 am__leading_dot=_
2025 rmdir .tst 2>/dev/null
2027 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2028 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2029 # is not polluted with repeated "-I."
2030 am__isrc=' -I$(srcdir)'
2031 # test to see if srcdir already configured
2032 if test -f $srcdir/config.status; then
2033 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2034 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2035 { (exit 1); exit 1; }; }
2039 # test whether we have cygpath
2040 if test -z "$CYGPATH_W"; then
2041 if (cygpath --version) >/dev/null 2>/dev/null; then
2042 CYGPATH_W='cygpath -w'
2043 else
2044 CYGPATH_W=echo
2049 # Define the identity of the package.
2050 PACKAGE='circ'
2051 VERSION='0.1'
2054 cat >>confdefs.h <<_ACEOF
2055 #define PACKAGE "$PACKAGE"
2056 _ACEOF
2059 cat >>confdefs.h <<_ACEOF
2060 #define VERSION "$VERSION"
2061 _ACEOF
2063 # Some tools Automake needs.
2065 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2068 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2071 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2074 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2077 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2079 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2081 # Installed binaries are usually stripped using `strip' when the user
2082 # run `make install-strip'. However `strip' might not be the right
2083 # tool to use in cross-compilation environments, therefore Automake
2084 # will honor the `STRIP' environment variable to overrule this program.
2085 if test "$cross_compiling" != no; then
2086 if test -n "$ac_tool_prefix"; then
2087 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2088 set dummy ${ac_tool_prefix}strip; ac_word=$2
2089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2091 if test "${ac_cv_prog_STRIP+set}" = set; then
2092 echo $ECHO_N "(cached) $ECHO_C" >&6
2093 else
2094 if test -n "$STRIP"; then
2095 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2096 else
2097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2098 for as_dir in $PATH
2100 IFS=$as_save_IFS
2101 test -z "$as_dir" && as_dir=.
2102 for ac_exec_ext in '' $ac_executable_extensions; do
2103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2104 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2105 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2106 break 2
2108 done
2109 done
2110 IFS=$as_save_IFS
2114 STRIP=$ac_cv_prog_STRIP
2115 if test -n "$STRIP"; then
2116 { echo "$as_me:$LINENO: result: $STRIP" >&5
2117 echo "${ECHO_T}$STRIP" >&6; }
2118 else
2119 { echo "$as_me:$LINENO: result: no" >&5
2120 echo "${ECHO_T}no" >&6; }
2125 if test -z "$ac_cv_prog_STRIP"; then
2126 ac_ct_STRIP=$STRIP
2127 # Extract the first word of "strip", so it can be a program name with args.
2128 set dummy strip; ac_word=$2
2129 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2130 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2131 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2132 echo $ECHO_N "(cached) $ECHO_C" >&6
2133 else
2134 if test -n "$ac_ct_STRIP"; then
2135 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2136 else
2137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2138 for as_dir in $PATH
2140 IFS=$as_save_IFS
2141 test -z "$as_dir" && as_dir=.
2142 for ac_exec_ext in '' $ac_executable_extensions; do
2143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2144 ac_cv_prog_ac_ct_STRIP="strip"
2145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2146 break 2
2148 done
2149 done
2150 IFS=$as_save_IFS
2154 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2155 if test -n "$ac_ct_STRIP"; then
2156 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2157 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2158 else
2159 { echo "$as_me:$LINENO: result: no" >&5
2160 echo "${ECHO_T}no" >&6; }
2163 if test "x$ac_ct_STRIP" = x; then
2164 STRIP=":"
2165 else
2166 case $cross_compiling:$ac_tool_warned in
2167 yes:)
2168 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2169 whose name does not start with the host triplet. If you think this
2170 configuration is useful to you, please write to autoconf@gnu.org." >&5
2171 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2172 whose name does not start with the host triplet. If you think this
2173 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2174 ac_tool_warned=yes ;;
2175 esac
2176 STRIP=$ac_ct_STRIP
2178 else
2179 STRIP="$ac_cv_prog_STRIP"
2183 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2185 # We need awk for the "check" target. The system "awk" is bad on
2186 # some platforms.
2187 # Always define AMTAR for backward compatibility.
2189 AMTAR=${AMTAR-"${am_missing_run}tar"}
2191 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2198 # Extract the first word of "pkg-config", so it can be a program name with args.
2199 set dummy pkg-config; ac_word=$2
2200 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2201 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2202 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2203 echo $ECHO_N "(cached) $ECHO_C" >&6
2204 else
2205 case $PKG_CONFIG in
2206 [\\/]* | ?:[\\/]*)
2207 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2211 for as_dir in $PATH
2213 IFS=$as_save_IFS
2214 test -z "$as_dir" && as_dir=.
2215 for ac_exec_ext in '' $ac_executable_extensions; do
2216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2217 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2219 break 2
2221 done
2222 done
2223 IFS=$as_save_IFS
2225 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
2227 esac
2229 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2230 if test -n "$PKG_CONFIG"; then
2231 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2232 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2233 else
2234 { echo "$as_me:$LINENO: result: no" >&5
2235 echo "${ECHO_T}no" >&6; }
2239 if test "x$PKG_CONFIG" = "xno"; then
2240 { { echo "$as_me:$LINENO: error: You need to install pkg-config" >&5
2241 echo "$as_me: error: You need to install pkg-config" >&2;}
2242 { (exit 1); exit 1; }; }
2245 # Find a good install program. We prefer a C program (faster),
2246 # so one script is as good as another. But avoid the broken or
2247 # incompatible versions:
2248 # SysV /etc/install, /usr/sbin/install
2249 # SunOS /usr/etc/install
2250 # IRIX /sbin/install
2251 # AIX /bin/install
2252 # AmigaOS /C/install, which installs bootblocks on floppy discs
2253 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2254 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2255 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2256 # OS/2's system install, which has a completely different semantic
2257 # ./install, which can be erroneously created by make from ./install.sh.
2258 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2259 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
2260 if test -z "$INSTALL"; then
2261 if test "${ac_cv_path_install+set}" = set; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2265 for as_dir in $PATH
2267 IFS=$as_save_IFS
2268 test -z "$as_dir" && as_dir=.
2269 # Account for people who put trailing slashes in PATH elements.
2270 case $as_dir/ in
2271 ./ | .// | /cC/* | \
2272 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2273 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2274 /usr/ucb/* ) ;;
2276 # OSF1 and SCO ODT 3.0 have their own names for install.
2277 # Don't use installbsd from OSF since it installs stuff as root
2278 # by default.
2279 for ac_prog in ginstall scoinst install; do
2280 for ac_exec_ext in '' $ac_executable_extensions; do
2281 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2282 if test $ac_prog = install &&
2283 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2284 # AIX install. It has an incompatible calling convention.
2286 elif test $ac_prog = install &&
2287 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2288 # program-specific install script used by HP pwplus--don't use.
2290 else
2291 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2292 break 3
2295 done
2296 done
2298 esac
2299 done
2300 IFS=$as_save_IFS
2304 if test "${ac_cv_path_install+set}" = set; then
2305 INSTALL=$ac_cv_path_install
2306 else
2307 # As a last resort, use the slow shell script. Don't cache a
2308 # value for INSTALL within a source directory, because that will
2309 # break other packages using the cache if that directory is
2310 # removed, or if the value is a relative name.
2311 INSTALL=$ac_install_sh
2314 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2315 echo "${ECHO_T}$INSTALL" >&6; }
2317 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2318 # It thinks the first close brace ends the variable substitution.
2319 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2321 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2323 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2326 # Extract the first word of "gmcs", so it can be a program name with args.
2327 set dummy gmcs; ac_word=$2
2328 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2329 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2330 if test "${ac_cv_path_GMCS+set}" = set; then
2331 echo $ECHO_N "(cached) $ECHO_C" >&6
2332 else
2333 case $GMCS in
2334 [\\/]* | ?:[\\/]*)
2335 ac_cv_path_GMCS="$GMCS" # Let the user override the test with a path.
2338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339 for as_dir in $PATH
2341 IFS=$as_save_IFS
2342 test -z "$as_dir" && as_dir=.
2343 for ac_exec_ext in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_path_GMCS="$as_dir/$ac_word$ac_exec_ext"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 break 2
2349 done
2350 done
2351 IFS=$as_save_IFS
2353 test -z "$ac_cv_path_GMCS" && ac_cv_path_GMCS="no"
2355 esac
2357 GMCS=$ac_cv_path_GMCS
2358 if test -n "$GMCS"; then
2359 { echo "$as_me:$LINENO: result: $GMCS" >&5
2360 echo "${ECHO_T}$GMCS" >&6; }
2361 else
2362 { echo "$as_me:$LINENO: result: no" >&5
2363 echo "${ECHO_T}no" >&6; }
2367 if test "x$GMCS" = "xno"; then
2368 { { echo "$as_me:$LINENO: error: gmcs Not found" >&5
2369 echo "$as_me: error: gmcs Not found" >&2;}
2370 { (exit 1); exit 1; }; }
2376 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2377 if test -n "$ac_tool_prefix"; then
2378 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2379 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2382 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2383 echo $ECHO_N "(cached) $ECHO_C" >&6
2384 else
2385 case $PKG_CONFIG in
2386 [\\/]* | ?:[\\/]*)
2387 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2391 for as_dir in $PATH
2393 IFS=$as_save_IFS
2394 test -z "$as_dir" && as_dir=.
2395 for ac_exec_ext in '' $ac_executable_extensions; do
2396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2397 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2398 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2399 break 2
2401 done
2402 done
2403 IFS=$as_save_IFS
2406 esac
2408 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2409 if test -n "$PKG_CONFIG"; then
2410 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2411 echo "${ECHO_T}$PKG_CONFIG" >&6; }
2412 else
2413 { echo "$as_me:$LINENO: result: no" >&5
2414 echo "${ECHO_T}no" >&6; }
2419 if test -z "$ac_cv_path_PKG_CONFIG"; then
2420 ac_pt_PKG_CONFIG=$PKG_CONFIG
2421 # Extract the first word of "pkg-config", so it can be a program name with args.
2422 set dummy pkg-config; ac_word=$2
2423 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2425 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2426 echo $ECHO_N "(cached) $ECHO_C" >&6
2427 else
2428 case $ac_pt_PKG_CONFIG in
2429 [\\/]* | ?:[\\/]*)
2430 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2434 for as_dir in $PATH
2436 IFS=$as_save_IFS
2437 test -z "$as_dir" && as_dir=.
2438 for ac_exec_ext in '' $ac_executable_extensions; do
2439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2440 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2441 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2442 break 2
2444 done
2445 done
2446 IFS=$as_save_IFS
2449 esac
2451 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2452 if test -n "$ac_pt_PKG_CONFIG"; then
2453 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2454 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
2455 else
2456 { echo "$as_me:$LINENO: result: no" >&5
2457 echo "${ECHO_T}no" >&6; }
2460 if test "x$ac_pt_PKG_CONFIG" = x; then
2461 PKG_CONFIG=""
2462 else
2463 case $cross_compiling:$ac_tool_warned in
2464 yes:)
2465 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2466 whose name does not start with the host triplet. If you think this
2467 configuration is useful to you, please write to autoconf@gnu.org." >&5
2468 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2469 whose name does not start with the host triplet. If you think this
2470 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2471 ac_tool_warned=yes ;;
2472 esac
2473 PKG_CONFIG=$ac_pt_PKG_CONFIG
2475 else
2476 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2480 if test -n "$PKG_CONFIG"; then
2481 _pkg_min_version=0.9.0
2482 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2483 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
2484 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2485 { echo "$as_me:$LINENO: result: yes" >&5
2486 echo "${ECHO_T}yes" >&6; }
2487 else
2488 { echo "$as_me:$LINENO: result: no" >&5
2489 echo "${ECHO_T}no" >&6; }
2490 PKG_CONFIG=""
2495 pkg_failed=no
2496 { echo "$as_me:$LINENO: checking for GTK_SHARP_20" >&5
2497 echo $ECHO_N "checking for GTK_SHARP_20... $ECHO_C" >&6; }
2499 if test -n "$PKG_CONFIG"; then
2500 if test -n "$GTK_SHARP_20_CFLAGS"; then
2501 pkg_cv_GTK_SHARP_20_CFLAGS="$GTK_SHARP_20_CFLAGS"
2502 else
2503 if test -n "$PKG_CONFIG" && \
2504 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2505 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2506 ac_status=$?
2507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2508 (exit $ac_status); }; then
2509 pkg_cv_GTK_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "gtk-sharp-2.0" 2>/dev/null`
2510 else
2511 pkg_failed=yes
2514 else
2515 pkg_failed=untried
2517 if test -n "$PKG_CONFIG"; then
2518 if test -n "$GTK_SHARP_20_LIBS"; then
2519 pkg_cv_GTK_SHARP_20_LIBS="$GTK_SHARP_20_LIBS"
2520 else
2521 if test -n "$PKG_CONFIG" && \
2522 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-sharp-2.0\"") >&5
2523 ($PKG_CONFIG --exists --print-errors "gtk-sharp-2.0") 2>&5
2524 ac_status=$?
2525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2526 (exit $ac_status); }; then
2527 pkg_cv_GTK_SHARP_20_LIBS=`$PKG_CONFIG --libs "gtk-sharp-2.0" 2>/dev/null`
2528 else
2529 pkg_failed=yes
2532 else
2533 pkg_failed=untried
2538 if test $pkg_failed = yes; then
2540 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2541 _pkg_short_errors_supported=yes
2542 else
2543 _pkg_short_errors_supported=no
2545 if test $_pkg_short_errors_supported = yes; then
2546 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2547 else
2548 GTK_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk-sharp-2.0"`
2550 # Put the nasty error message in config.log where it belongs
2551 echo "$GTK_SHARP_20_PKG_ERRORS" >&5
2553 { { echo "$as_me:$LINENO: error: Package requirements (gtk-sharp-2.0) were not met:
2555 $GTK_SHARP_20_PKG_ERRORS
2557 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2558 installed software in a non-standard prefix.
2560 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2561 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2562 See the pkg-config man page for more details.
2563 " >&5
2564 echo "$as_me: error: Package requirements (gtk-sharp-2.0) were not met:
2566 $GTK_SHARP_20_PKG_ERRORS
2568 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2569 installed software in a non-standard prefix.
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.
2574 " >&2;}
2575 { (exit 1); exit 1; }; }
2576 elif test $pkg_failed = untried; then
2577 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2578 is in your PATH or set the PKG_CONFIG environment variable to the full
2579 path to pkg-config.
2581 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2582 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2583 See the pkg-config man page for more details.
2585 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2586 See \`config.log' for more details." >&5
2587 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2588 is in your PATH or set the PKG_CONFIG environment variable to the full
2589 path to pkg-config.
2591 Alternatively, you may set the environment variables GTK_SHARP_20_CFLAGS
2592 and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
2593 See the pkg-config man page for more details.
2595 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2596 See \`config.log' for more details." >&2;}
2597 { (exit 1); exit 1; }; }
2598 else
2599 GTK_SHARP_20_CFLAGS=$pkg_cv_GTK_SHARP_20_CFLAGS
2600 GTK_SHARP_20_LIBS=$pkg_cv_GTK_SHARP_20_LIBS
2601 { echo "$as_me:$LINENO: result: yes" >&5
2602 echo "${ECHO_T}yes" >&6; }
2606 pkg_failed=no
2607 { echo "$as_me:$LINENO: checking for NUNIT_22" >&5
2608 echo $ECHO_N "checking for NUNIT_22... $ECHO_C" >&6; }
2610 if test -n "$PKG_CONFIG"; then
2611 if test -n "$NUNIT_22_CFLAGS"; then
2612 pkg_cv_NUNIT_22_CFLAGS="$NUNIT_22_CFLAGS"
2613 else
2614 if test -n "$PKG_CONFIG" && \
2615 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nunit-2.2\"") >&5
2616 ($PKG_CONFIG --exists --print-errors "nunit-2.2") 2>&5
2617 ac_status=$?
2618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2619 (exit $ac_status); }; then
2620 pkg_cv_NUNIT_22_CFLAGS=`$PKG_CONFIG --cflags "nunit-2.2" 2>/dev/null`
2621 else
2622 pkg_failed=yes
2625 else
2626 pkg_failed=untried
2628 if test -n "$PKG_CONFIG"; then
2629 if test -n "$NUNIT_22_LIBS"; then
2630 pkg_cv_NUNIT_22_LIBS="$NUNIT_22_LIBS"
2631 else
2632 if test -n "$PKG_CONFIG" && \
2633 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nunit-2.2\"") >&5
2634 ($PKG_CONFIG --exists --print-errors "nunit-2.2") 2>&5
2635 ac_status=$?
2636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2637 (exit $ac_status); }; then
2638 pkg_cv_NUNIT_22_LIBS=`$PKG_CONFIG --libs "nunit-2.2" 2>/dev/null`
2639 else
2640 pkg_failed=yes
2643 else
2644 pkg_failed=untried
2649 if test $pkg_failed = yes; then
2651 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2652 _pkg_short_errors_supported=yes
2653 else
2654 _pkg_short_errors_supported=no
2656 if test $_pkg_short_errors_supported = yes; then
2657 NUNIT_22_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nunit-2.2"`
2658 else
2659 NUNIT_22_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nunit-2.2"`
2661 # Put the nasty error message in config.log where it belongs
2662 echo "$NUNIT_22_PKG_ERRORS" >&5
2664 { { echo "$as_me:$LINENO: error: Package requirements (nunit-2.2) were not met:
2666 $NUNIT_22_PKG_ERRORS
2668 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2669 installed software in a non-standard prefix.
2671 Alternatively, you may set the environment variables NUNIT_22_CFLAGS
2672 and NUNIT_22_LIBS to avoid the need to call pkg-config.
2673 See the pkg-config man page for more details.
2674 " >&5
2675 echo "$as_me: error: Package requirements (nunit-2.2) were not met:
2677 $NUNIT_22_PKG_ERRORS
2679 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2680 installed software in a non-standard prefix.
2682 Alternatively, you may set the environment variables NUNIT_22_CFLAGS
2683 and NUNIT_22_LIBS to avoid the need to call pkg-config.
2684 See the pkg-config man page for more details.
2685 " >&2;}
2686 { (exit 1); exit 1; }; }
2687 elif test $pkg_failed = untried; then
2688 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2689 is in your PATH or set the PKG_CONFIG environment variable to the full
2690 path to pkg-config.
2692 Alternatively, you may set the environment variables NUNIT_22_CFLAGS
2693 and NUNIT_22_LIBS to avoid the need to call pkg-config.
2694 See the pkg-config man page for more details.
2696 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2697 See \`config.log' for more details." >&5
2698 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2699 is in your PATH or set the PKG_CONFIG environment variable to the full
2700 path to pkg-config.
2702 Alternatively, you may set the environment variables NUNIT_22_CFLAGS
2703 and NUNIT_22_LIBS to avoid the need to call pkg-config.
2704 See the pkg-config man page for more details.
2706 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2707 See \`config.log' for more details." >&2;}
2708 { (exit 1); exit 1; }; }
2709 else
2710 NUNIT_22_CFLAGS=$pkg_cv_NUNIT_22_CFLAGS
2711 NUNIT_22_LIBS=$pkg_cv_NUNIT_22_LIBS
2712 { echo "$as_me:$LINENO: result: yes" >&5
2713 echo "${ECHO_T}yes" >&6; }
2717 pkg_failed=no
2718 { echo "$as_me:$LINENO: checking for GLIB_SHARP_20" >&5
2719 echo $ECHO_N "checking for GLIB_SHARP_20... $ECHO_C" >&6; }
2721 if test -n "$PKG_CONFIG"; then
2722 if test -n "$GLIB_SHARP_20_CFLAGS"; then
2723 pkg_cv_GLIB_SHARP_20_CFLAGS="$GLIB_SHARP_20_CFLAGS"
2724 else
2725 if test -n "$PKG_CONFIG" && \
2726 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2727 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2728 ac_status=$?
2729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }; then
2731 pkg_cv_GLIB_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "glib-sharp-2.0" 2>/dev/null`
2732 else
2733 pkg_failed=yes
2736 else
2737 pkg_failed=untried
2739 if test -n "$PKG_CONFIG"; then
2740 if test -n "$GLIB_SHARP_20_LIBS"; then
2741 pkg_cv_GLIB_SHARP_20_LIBS="$GLIB_SHARP_20_LIBS"
2742 else
2743 if test -n "$PKG_CONFIG" && \
2744 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-sharp-2.0\"") >&5
2745 ($PKG_CONFIG --exists --print-errors "glib-sharp-2.0") 2>&5
2746 ac_status=$?
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; then
2749 pkg_cv_GLIB_SHARP_20_LIBS=`$PKG_CONFIG --libs "glib-sharp-2.0" 2>/dev/null`
2750 else
2751 pkg_failed=yes
2754 else
2755 pkg_failed=untried
2760 if test $pkg_failed = yes; then
2762 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2763 _pkg_short_errors_supported=yes
2764 else
2765 _pkg_short_errors_supported=no
2767 if test $_pkg_short_errors_supported = yes; then
2768 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-sharp-2.0"`
2769 else
2770 GLIB_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-sharp-2.0"`
2772 # Put the nasty error message in config.log where it belongs
2773 echo "$GLIB_SHARP_20_PKG_ERRORS" >&5
2775 { { echo "$as_me:$LINENO: error: Package requirements (glib-sharp-2.0) were not met:
2777 $GLIB_SHARP_20_PKG_ERRORS
2779 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2780 installed software in a non-standard prefix.
2782 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2783 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2784 See the pkg-config man page for more details.
2785 " >&5
2786 echo "$as_me: error: Package requirements (glib-sharp-2.0) were not met:
2788 $GLIB_SHARP_20_PKG_ERRORS
2790 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2791 installed software in a non-standard prefix.
2793 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2794 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2795 See the pkg-config man page for more details.
2796 " >&2;}
2797 { (exit 1); exit 1; }; }
2798 elif test $pkg_failed = untried; then
2799 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2800 is in your PATH or set the PKG_CONFIG environment variable to the full
2801 path to pkg-config.
2803 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2804 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2805 See the pkg-config man page for more details.
2807 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2810 is in your PATH or set the PKG_CONFIG environment variable to the full
2811 path to pkg-config.
2813 Alternatively, you may set the environment variables GLIB_SHARP_20_CFLAGS
2814 and GLIB_SHARP_20_LIBS to avoid the need to call pkg-config.
2815 See the pkg-config man page for more details.
2817 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2818 See \`config.log' for more details." >&2;}
2819 { (exit 1); exit 1; }; }
2820 else
2821 GLIB_SHARP_20_CFLAGS=$pkg_cv_GLIB_SHARP_20_CFLAGS
2822 GLIB_SHARP_20_LIBS=$pkg_cv_GLIB_SHARP_20_LIBS
2823 { echo "$as_me:$LINENO: result: yes" >&5
2824 echo "${ECHO_T}yes" >&6; }
2828 pkg_failed=no
2829 { echo "$as_me:$LINENO: checking for NINI_11" >&5
2830 echo $ECHO_N "checking for NINI_11... $ECHO_C" >&6; }
2832 if test -n "$PKG_CONFIG"; then
2833 if test -n "$NINI_11_CFLAGS"; then
2834 pkg_cv_NINI_11_CFLAGS="$NINI_11_CFLAGS"
2835 else
2836 if test -n "$PKG_CONFIG" && \
2837 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2838 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2839 ac_status=$?
2840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841 (exit $ac_status); }; then
2842 pkg_cv_NINI_11_CFLAGS=`$PKG_CONFIG --cflags "nini-1.1" 2>/dev/null`
2843 else
2844 pkg_failed=yes
2847 else
2848 pkg_failed=untried
2850 if test -n "$PKG_CONFIG"; then
2851 if test -n "$NINI_11_LIBS"; then
2852 pkg_cv_NINI_11_LIBS="$NINI_11_LIBS"
2853 else
2854 if test -n "$PKG_CONFIG" && \
2855 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nini-1.1\"") >&5
2856 ($PKG_CONFIG --exists --print-errors "nini-1.1") 2>&5
2857 ac_status=$?
2858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2859 (exit $ac_status); }; then
2860 pkg_cv_NINI_11_LIBS=`$PKG_CONFIG --libs "nini-1.1" 2>/dev/null`
2861 else
2862 pkg_failed=yes
2865 else
2866 pkg_failed=untried
2871 if test $pkg_failed = yes; then
2873 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2874 _pkg_short_errors_supported=yes
2875 else
2876 _pkg_short_errors_supported=no
2878 if test $_pkg_short_errors_supported = yes; then
2879 NINI_11_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nini-1.1"`
2880 else
2881 NINI_11_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nini-1.1"`
2883 # Put the nasty error message in config.log where it belongs
2884 echo "$NINI_11_PKG_ERRORS" >&5
2886 { { echo "$as_me:$LINENO: error: Package requirements (nini-1.1) were not met:
2888 $NINI_11_PKG_ERRORS
2890 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2891 installed software in a non-standard prefix.
2893 Alternatively, you may set the environment variables NINI_11_CFLAGS
2894 and NINI_11_LIBS to avoid the need to call pkg-config.
2895 See the pkg-config man page for more details.
2896 " >&5
2897 echo "$as_me: error: Package requirements (nini-1.1) were not met:
2899 $NINI_11_PKG_ERRORS
2901 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2902 installed software in a non-standard prefix.
2904 Alternatively, you may set the environment variables NINI_11_CFLAGS
2905 and NINI_11_LIBS to avoid the need to call pkg-config.
2906 See the pkg-config man page for more details.
2907 " >&2;}
2908 { (exit 1); exit 1; }; }
2909 elif test $pkg_failed = untried; then
2910 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2911 is in your PATH or set the PKG_CONFIG environment variable to the full
2912 path to pkg-config.
2914 Alternatively, you may set the environment variables NINI_11_CFLAGS
2915 and NINI_11_LIBS to avoid the need to call pkg-config.
2916 See the pkg-config man page for more details.
2918 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2919 See \`config.log' for more details." >&5
2920 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2921 is in your PATH or set the PKG_CONFIG environment variable to the full
2922 path to pkg-config.
2924 Alternatively, you may set the environment variables NINI_11_CFLAGS
2925 and NINI_11_LIBS to avoid the need to call pkg-config.
2926 See the pkg-config man page for more details.
2928 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2929 See \`config.log' for more details." >&2;}
2930 { (exit 1); exit 1; }; }
2931 else
2932 NINI_11_CFLAGS=$pkg_cv_NINI_11_CFLAGS
2933 NINI_11_LIBS=$pkg_cv_NINI_11_LIBS
2934 { echo "$as_me:$LINENO: result: yes" >&5
2935 echo "${ECHO_T}yes" >&6; }
2939 pkg_failed=no
2940 { echo "$as_me:$LINENO: checking for GLADE_SHARP_20" >&5
2941 echo $ECHO_N "checking for GLADE_SHARP_20... $ECHO_C" >&6; }
2943 if test -n "$PKG_CONFIG"; then
2944 if test -n "$GLADE_SHARP_20_CFLAGS"; then
2945 pkg_cv_GLADE_SHARP_20_CFLAGS="$GLADE_SHARP_20_CFLAGS"
2946 else
2947 if test -n "$PKG_CONFIG" && \
2948 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0\"") >&5
2949 ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0") 2>&5
2950 ac_status=$?
2951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2952 (exit $ac_status); }; then
2953 pkg_cv_GLADE_SHARP_20_CFLAGS=`$PKG_CONFIG --cflags "glade-sharp-2.0" 2>/dev/null`
2954 else
2955 pkg_failed=yes
2958 else
2959 pkg_failed=untried
2961 if test -n "$PKG_CONFIG"; then
2962 if test -n "$GLADE_SHARP_20_LIBS"; then
2963 pkg_cv_GLADE_SHARP_20_LIBS="$GLADE_SHARP_20_LIBS"
2964 else
2965 if test -n "$PKG_CONFIG" && \
2966 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glade-sharp-2.0\"") >&5
2967 ($PKG_CONFIG --exists --print-errors "glade-sharp-2.0") 2>&5
2968 ac_status=$?
2969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2970 (exit $ac_status); }; then
2971 pkg_cv_GLADE_SHARP_20_LIBS=`$PKG_CONFIG --libs "glade-sharp-2.0" 2>/dev/null`
2972 else
2973 pkg_failed=yes
2976 else
2977 pkg_failed=untried
2982 if test $pkg_failed = yes; then
2984 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2985 _pkg_short_errors_supported=yes
2986 else
2987 _pkg_short_errors_supported=no
2989 if test $_pkg_short_errors_supported = yes; then
2990 GLADE_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glade-sharp-2.0"`
2991 else
2992 GLADE_SHARP_20_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glade-sharp-2.0"`
2994 # Put the nasty error message in config.log where it belongs
2995 echo "$GLADE_SHARP_20_PKG_ERRORS" >&5
2997 { { echo "$as_me:$LINENO: error: Package requirements (glade-sharp-2.0) were not met:
2999 $GLADE_SHARP_20_PKG_ERRORS
3001 Consider adjusting the PKG_CONFIG_PATH environment variable if you
3002 installed software in a non-standard prefix.
3004 Alternatively, you may set the environment variables GLADE_SHARP_20_CFLAGS
3005 and GLADE_SHARP_20_LIBS to avoid the need to call pkg-config.
3006 See the pkg-config man page for more details.
3007 " >&5
3008 echo "$as_me: error: Package requirements (glade-sharp-2.0) were not met:
3010 $GLADE_SHARP_20_PKG_ERRORS
3012 Consider adjusting the PKG_CONFIG_PATH environment variable if you
3013 installed software in a non-standard prefix.
3015 Alternatively, you may set the environment variables GLADE_SHARP_20_CFLAGS
3016 and GLADE_SHARP_20_LIBS to avoid the need to call pkg-config.
3017 See the pkg-config man page for more details.
3018 " >&2;}
3019 { (exit 1); exit 1; }; }
3020 elif test $pkg_failed = untried; then
3021 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
3022 is in your PATH or set the PKG_CONFIG environment variable to the full
3023 path to pkg-config.
3025 Alternatively, you may set the environment variables GLADE_SHARP_20_CFLAGS
3026 and GLADE_SHARP_20_LIBS to avoid the need to call pkg-config.
3027 See the pkg-config man page for more details.
3029 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3030 See \`config.log' for more details." >&5
3031 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
3032 is in your PATH or set the PKG_CONFIG environment variable to the full
3033 path to pkg-config.
3035 Alternatively, you may set the environment variables GLADE_SHARP_20_CFLAGS
3036 and GLADE_SHARP_20_LIBS to avoid the need to call pkg-config.
3037 See the pkg-config man page for more details.
3039 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
3040 See \`config.log' for more details." >&2;}
3041 { (exit 1); exit 1; }; }
3042 else
3043 GLADE_SHARP_20_CFLAGS=$pkg_cv_GLADE_SHARP_20_CFLAGS
3044 GLADE_SHARP_20_LIBS=$pkg_cv_GLADE_SHARP_20_LIBS
3045 { echo "$as_me:$LINENO: result: yes" >&5
3046 echo "${ECHO_T}yes" >&6; }
3051 # Check whether --enable-debug was given.
3052 if test "${enable_debug+set}" = set; then
3053 enableval=$enable_debug; enable_debug=yes
3054 else
3055 enable_debug=no
3058 if test x$enable_debug = xyes; then
3059 ENABLE_DEBUG_TRUE=
3060 ENABLE_DEBUG_FALSE='#'
3061 else
3062 ENABLE_DEBUG_TRUE='#'
3063 ENABLE_DEBUG_FALSE=
3066 if test "x$enable_debug" = "xyes" ; then
3067 CIRCTESTS_DEBUG_LIB='CircTests.dll'
3069 CIRC_BACKEND_CIL_DEBUG_LIB='Circ.Backend.Cil.dll'
3071 CIRC_FRONTEND_GTKSHARP_DEBUG_LIB='Circ.Frontend.GtkSharp.dll'
3073 CIRC_LIB_DEBUG_LIB='Circ.Lib.dll'
3075 DEBUG_CONFIG_LIBRARIES=' ${pkglibdir}/CircTests.dll ${pkglibdir}/Circ.Backend.Cil.dll ${pkglibdir}/Circ.Frontend.GtkSharp.dll ${pkglibdir}/Circ.Lib.dll ${pkglibdir}/NDesk.DBus.dll ${pkglibdir}/Mono.Addins.dll'
3076 DEBUG_CONFIG_LIBS=' -r:${pkglibdir}/CircTests.dll -r:${pkglibdir}/Circ.Backend.Cil.dll -r:${pkglibdir}/Circ.Frontend.GtkSharp.dll -r:${pkglibdir}/Circ.Lib.dll -r:${pkglibdir}/NDesk.DBus.dll -r:${pkglibdir}/Mono.Addins.dll'
3079 CONFIG_REQUESTED="yes"
3081 # Check whether --enable-release was given.
3082 if test "${enable_release+set}" = set; then
3083 enableval=$enable_release; enable_release=yes
3084 else
3085 enable_release=no
3088 if test x$enable_release = xyes; then
3089 ENABLE_RELEASE_TRUE=
3090 ENABLE_RELEASE_FALSE='#'
3091 else
3092 ENABLE_RELEASE_TRUE='#'
3093 ENABLE_RELEASE_FALSE=
3096 if test "x$enable_release" = "xyes" ; then
3097 CIRCTESTS_RELEASE_LIB='CircTests.dll'
3099 CIRC_BACKEND_CIL_RELEASE_LIB='Circ.Backend.Cil.dll'
3101 CIRC_FRONTEND_GTKSHARP_RELEASE_LIB='Circ.Frontend.GtkSharp.dll'
3103 CIRC_LIB_RELEASE_LIB='Circ.Lib.dll'
3105 RELEASE_CONFIG_LIBRARIES=' ${pkglibdir}/CircTests.dll ${pkglibdir}/Circ.Backend.Cil.dll ${pkglibdir}/Circ.Frontend.GtkSharp.dll ${pkglibdir}/Circ.Lib.dll ${pkglibdir}/NDesk.DBus.dll ${pkglibdir}/Mono.Addins.dll'
3106 RELEASE_CONFIG_LIBS=' -r:${pkglibdir}/CircTests.dll -r:${pkglibdir}/Circ.Backend.Cil.dll -r:${pkglibdir}/Circ.Frontend.GtkSharp.dll -r:${pkglibdir}/Circ.Lib.dll -r:${pkglibdir}/NDesk.DBus.dll -r:${pkglibdir}/Mono.Addins.dll'
3109 CONFIG_REQUESTED="yes"
3111 if test -z "$CONFIG_REQUESTED" ; then
3112 CIRCTESTS_RELEASE_LIB='CircTests.dll'
3114 CIRC_BACKEND_CIL_RELEASE_LIB='Circ.Backend.Cil.dll'
3116 CIRC_FRONTEND_GTKSHARP_RELEASE_LIB='Circ.Frontend.GtkSharp.dll'
3118 CIRC_LIB_RELEASE_LIB='Circ.Lib.dll'
3120 RELEASE_CONFIG_LIBRARIES=' ${pkglibdir}/CircTests.dll ${pkglibdir}/Circ.Backend.Cil.dll ${pkglibdir}/Circ.Frontend.GtkSharp.dll ${pkglibdir}/Circ.Lib.dll ${pkglibdir}/NDesk.DBus.dll ${pkglibdir}/Mono.Addins.dll'
3121 RELEASE_CONFIG_LIBS=' -r:${pkglibdir}/CircTests.dll -r:${pkglibdir}/Circ.Backend.Cil.dll -r:${pkglibdir}/Circ.Frontend.GtkSharp.dll -r:${pkglibdir}/Circ.Lib.dll -r:${pkglibdir}/NDesk.DBus.dll -r:${pkglibdir}/Mono.Addins.dll'
3124 if true; then
3125 ENABLE_RELEASE_TRUE=
3126 ENABLE_RELEASE_FALSE='#'
3127 else
3128 ENABLE_RELEASE_TRUE='#'
3129 ENABLE_RELEASE_FALSE=
3135 ac_config_files="$ac_config_files ./Makefile ./Circ.Backend.Cil/Makefile ./CirC/Circ.Circ.pc ./CircTests/Circ.CircTests.pc ./Circ.Backend.Cil/Circ.Circ.Backend.Cil.pc ./CirC/Makefile ./CircTests/Makefile ./Circ.Lib/Circ.Circ.Lib.pc ./Circ.Lib/Makefile ./Circ.Frontend.GtkSharp/Makefile ./Circ.Frontend.GtkSharp/Circ.Circ.Frontend.GtkSharp.pc ./CirC/circ"
3138 cat >confcache <<\_ACEOF
3139 # This file is a shell script that caches the results of configure
3140 # tests run on this system so they can be shared between configure
3141 # scripts and configure runs, see configure's option --config-cache.
3142 # It is not useful on other systems. If it contains results you don't
3143 # want to keep, you may remove or edit it.
3145 # config.status only pays attention to the cache file if you give it
3146 # the --recheck option to rerun configure.
3148 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3149 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3150 # following values.
3152 _ACEOF
3154 # The following way of writing the cache mishandles newlines in values,
3155 # but we know of no workaround that is simple, portable, and efficient.
3156 # So, we kill variables containing newlines.
3157 # Ultrix sh set writes to stderr and can't be redirected directly,
3158 # and sets the high bit in the cache file unless we assign to the vars.
3160 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3161 eval ac_val=\$$ac_var
3162 case $ac_val in #(
3163 *${as_nl}*)
3164 case $ac_var in #(
3165 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
3166 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
3167 esac
3168 case $ac_var in #(
3169 _ | IFS | as_nl) ;; #(
3170 *) $as_unset $ac_var ;;
3171 esac ;;
3172 esac
3173 done
3175 (set) 2>&1 |
3176 case $as_nl`(ac_space=' '; set) 2>&1` in #(
3177 *${as_nl}ac_space=\ *)
3178 # `set' does not quote correctly, so add quotes (double-quote
3179 # substitution turns \\\\ into \\, and sed turns \\ into \).
3180 sed -n \
3181 "s/'/'\\\\''/g;
3182 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3183 ;; #(
3185 # `set' quotes correctly as required by POSIX, so do not add quotes.
3186 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3188 esac |
3189 sort
3191 sed '
3192 /^ac_cv_env_/b end
3193 t clear
3194 :clear
3195 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3196 t end
3197 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3198 :end' >>confcache
3199 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3200 if test -w "$cache_file"; then
3201 test "x$cache_file" != "x/dev/null" &&
3202 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
3203 echo "$as_me: updating cache $cache_file" >&6;}
3204 cat confcache >$cache_file
3205 else
3206 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
3207 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3210 rm -f confcache
3212 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3213 # Let make expand exec_prefix.
3214 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3216 # Transform confdefs.h into DEFS.
3217 # Protect against shell expansion while executing Makefile rules.
3218 # Protect against Makefile macro expansion.
3220 # If the first sed substitution is executed (which looks for macros that
3221 # take arguments), then branch to the quote section. Otherwise,
3222 # look for a macro that doesn't take arguments.
3223 ac_script='
3224 t clear
3225 :clear
3226 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
3227 t quote
3228 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
3229 t quote
3230 b any
3231 :quote
3232 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3233 s/\[/\\&/g
3234 s/\]/\\&/g
3235 s/\$/$$/g
3237 :any
3240 s/^\n//
3241 s/\n/ /g
3245 DEFS=`sed -n "$ac_script" confdefs.h`
3248 ac_libobjs=
3249 ac_ltlibobjs=
3250 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3251 # 1. Remove the extension, and $U if already installed.
3252 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3253 ac_i=`echo "$ac_i" | sed "$ac_script"`
3254 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
3255 # will be set to the directory where LIBOBJS objects are built.
3256 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3257 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
3258 done
3259 LIBOBJS=$ac_libobjs
3261 LTLIBOBJS=$ac_ltlibobjs
3264 if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3265 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DEBUG\" was never defined.
3266 Usually this means the macro was only invoked conditionally." >&5
3267 echo "$as_me: error: conditional \"ENABLE_DEBUG\" was never defined.
3268 Usually this means the macro was only invoked conditionally." >&2;}
3269 { (exit 1); exit 1; }; }
3271 if test -z "${ENABLE_RELEASE_TRUE}" && test -z "${ENABLE_RELEASE_FALSE}"; then
3272 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_RELEASE\" was never defined.
3273 Usually this means the macro was only invoked conditionally." >&5
3274 echo "$as_me: error: conditional \"ENABLE_RELEASE\" was never defined.
3275 Usually this means the macro was only invoked conditionally." >&2;}
3276 { (exit 1); exit 1; }; }
3278 if test -z "${ENABLE_RELEASE_TRUE}" && test -z "${ENABLE_RELEASE_FALSE}"; then
3279 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_RELEASE\" was never defined.
3280 Usually this means the macro was only invoked conditionally." >&5
3281 echo "$as_me: error: conditional \"ENABLE_RELEASE\" was never defined.
3282 Usually this means the macro was only invoked conditionally." >&2;}
3283 { (exit 1); exit 1; }; }
3286 : ${CONFIG_STATUS=./config.status}
3287 ac_clean_files_save=$ac_clean_files
3288 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3289 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
3290 echo "$as_me: creating $CONFIG_STATUS" >&6;}
3291 cat >$CONFIG_STATUS <<_ACEOF
3292 #! $SHELL
3293 # Generated by $as_me.
3294 # Run this file to recreate the current configuration.
3295 # Compiler output produced by configure, useful for debugging
3296 # configure, is in config.log if it exists.
3298 debug=false
3299 ac_cs_recheck=false
3300 ac_cs_silent=false
3301 SHELL=\${CONFIG_SHELL-$SHELL}
3302 _ACEOF
3304 cat >>$CONFIG_STATUS <<\_ACEOF
3305 ## --------------------- ##
3306 ## M4sh Initialization. ##
3307 ## --------------------- ##
3309 # Be more Bourne compatible
3310 DUALCASE=1; export DUALCASE # for MKS sh
3311 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
3312 emulate sh
3313 NULLCMD=:
3314 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
3315 # is contrary to our usage. Disable this feature.
3316 alias -g '${1+"$@"}'='"$@"'
3317 setopt NO_GLOB_SUBST
3318 else
3319 case `(set -o) 2>/dev/null` in
3320 *posix*) set -o posix ;;
3321 esac
3328 # PATH needs CR
3329 # Avoid depending upon Character Ranges.
3330 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3331 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3332 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3333 as_cr_digits='0123456789'
3334 as_cr_alnum=$as_cr_Letters$as_cr_digits
3336 # The user is always right.
3337 if test "${PATH_SEPARATOR+set}" != set; then
3338 echo "#! /bin/sh" >conf$$.sh
3339 echo "exit 0" >>conf$$.sh
3340 chmod +x conf$$.sh
3341 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
3342 PATH_SEPARATOR=';'
3343 else
3344 PATH_SEPARATOR=:
3346 rm -f conf$$.sh
3349 # Support unset when possible.
3350 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
3351 as_unset=unset
3352 else
3353 as_unset=false
3357 # IFS
3358 # We need space, tab and new line, in precisely that order. Quoting is
3359 # there to prevent editors from complaining about space-tab.
3360 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3361 # splitting by setting IFS to empty value.)
3362 as_nl='
3364 IFS=" "" $as_nl"
3366 # Find who we are. Look in the path if we contain no directory separator.
3367 case $0 in
3368 *[\\/]* ) as_myself=$0 ;;
3369 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3370 for as_dir in $PATH
3372 IFS=$as_save_IFS
3373 test -z "$as_dir" && as_dir=.
3374 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3375 done
3376 IFS=$as_save_IFS
3379 esac
3380 # We did not find ourselves, most probably we were run as `sh COMMAND'
3381 # in which case we are not to be found in the path.
3382 if test "x$as_myself" = x; then
3383 as_myself=$0
3385 if test ! -f "$as_myself"; then
3386 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3387 { (exit 1); exit 1; }
3390 # Work around bugs in pre-3.0 UWIN ksh.
3391 for as_var in ENV MAIL MAILPATH
3392 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3393 done
3394 PS1='$ '
3395 PS2='> '
3396 PS4='+ '
3398 # NLS nuisances.
3399 for as_var in \
3400 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
3401 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
3402 LC_TELEPHONE LC_TIME
3404 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
3405 eval $as_var=C; export $as_var
3406 else
3407 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
3409 done
3411 # Required to use basename.
3412 if expr a : '\(a\)' >/dev/null 2>&1 &&
3413 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3414 as_expr=expr
3415 else
3416 as_expr=false
3419 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3420 as_basename=basename
3421 else
3422 as_basename=false
3426 # Name of the executable.
3427 as_me=`$as_basename -- "$0" ||
3428 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3429 X"$0" : 'X\(//\)$' \| \
3430 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3431 echo X/"$0" |
3432 sed '/^.*\/\([^/][^/]*\)\/*$/{
3433 s//\1/
3436 /^X\/\(\/\/\)$/{
3437 s//\1/
3440 /^X\/\(\/\).*/{
3441 s//\1/
3444 s/.*/./; q'`
3446 # CDPATH.
3447 $as_unset CDPATH
3451 as_lineno_1=$LINENO
3452 as_lineno_2=$LINENO
3453 test "x$as_lineno_1" != "x$as_lineno_2" &&
3454 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3456 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3457 # uniformly replaced by the line number. The first 'sed' inserts a
3458 # line-number line after each line using $LINENO; the second 'sed'
3459 # does the real work. The second script uses 'N' to pair each
3460 # line-number line with the line containing $LINENO, and appends
3461 # trailing '-' during substitution so that $LINENO is not a special
3462 # case at line end.
3463 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3464 # scripts with optimization help from Paolo Bonzini. Blame Lee
3465 # E. McMahon (1931-1989) for sed's syntax. :-)
3466 sed -n '
3468 /[$]LINENO/=
3469 ' <$as_myself |
3470 sed '
3471 s/[$]LINENO.*/&-/
3472 t lineno
3474 :lineno
3476 :loop
3477 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3478 t loop
3479 s/-\n.*//
3480 ' >$as_me.lineno &&
3481 chmod +x "$as_me.lineno" ||
3482 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3483 { (exit 1); exit 1; }; }
3485 # Don't try to exec as it changes $[0], causing all sort of problems
3486 # (the dirname of $[0] is not the place where we might find the
3487 # original and so on. Autoconf is especially sensitive to this).
3488 . "./$as_me.lineno"
3489 # Exit status is that of the last command.
3490 exit
3494 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3495 as_dirname=dirname
3496 else
3497 as_dirname=false
3500 ECHO_C= ECHO_N= ECHO_T=
3501 case `echo -n x` in
3502 -n*)
3503 case `echo 'x\c'` in
3504 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3505 *) ECHO_C='\c';;
3506 esac;;
3508 ECHO_N='-n';;
3509 esac
3511 if expr a : '\(a\)' >/dev/null 2>&1 &&
3512 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3513 as_expr=expr
3514 else
3515 as_expr=false
3518 rm -f conf$$ conf$$.exe conf$$.file
3519 if test -d conf$$.dir; then
3520 rm -f conf$$.dir/conf$$.file
3521 else
3522 rm -f conf$$.dir
3523 mkdir conf$$.dir
3525 echo >conf$$.file
3526 if ln -s conf$$.file conf$$ 2>/dev/null; then
3527 as_ln_s='ln -s'
3528 # ... but there are two gotchas:
3529 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3530 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3531 # In both cases, we have to default to `cp -p'.
3532 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3533 as_ln_s='cp -p'
3534 elif ln conf$$.file conf$$ 2>/dev/null; then
3535 as_ln_s=ln
3536 else
3537 as_ln_s='cp -p'
3539 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3540 rmdir conf$$.dir 2>/dev/null
3542 if mkdir -p . 2>/dev/null; then
3543 as_mkdir_p=:
3544 else
3545 test -d ./-p && rmdir ./-p
3546 as_mkdir_p=false
3549 if test -x / >/dev/null 2>&1; then
3550 as_test_x='test -x'
3551 else
3552 if ls -dL / >/dev/null 2>&1; then
3553 as_ls_L_option=L
3554 else
3555 as_ls_L_option=
3557 as_test_x='
3558 eval sh -c '\''
3559 if test -d "$1"; then
3560 test -d "$1/.";
3561 else
3562 case $1 in
3563 -*)set "./$1";;
3564 esac;
3565 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3566 ???[sx]*):;;*)false;;esac;fi
3567 '\'' sh
3570 as_executable_p=$as_test_x
3572 # Sed expression to map a string onto a valid CPP name.
3573 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3575 # Sed expression to map a string onto a valid variable name.
3576 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3579 exec 6>&1
3581 # Save the log message, to keep $[0] and so on meaningful, and to
3582 # report actual input values of CONFIG_FILES etc. instead of their
3583 # values after options handling.
3584 ac_log="
3585 This file was extended by Circ $as_me 0.1, which was
3586 generated by GNU Autoconf 2.61. Invocation command line was
3588 CONFIG_FILES = $CONFIG_FILES
3589 CONFIG_HEADERS = $CONFIG_HEADERS
3590 CONFIG_LINKS = $CONFIG_LINKS
3591 CONFIG_COMMANDS = $CONFIG_COMMANDS
3592 $ $0 $@
3594 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3597 _ACEOF
3599 cat >>$CONFIG_STATUS <<_ACEOF
3600 # Files that config.status was made for.
3601 config_files="$ac_config_files"
3603 _ACEOF
3605 cat >>$CONFIG_STATUS <<\_ACEOF
3606 ac_cs_usage="\
3607 \`$as_me' instantiates files from templates according to the
3608 current configuration.
3610 Usage: $0 [OPTIONS] [FILE]...
3612 -h, --help print this help, then exit
3613 -V, --version print version number and configuration settings, then exit
3614 -q, --quiet do not print progress messages
3615 -d, --debug don't remove temporary files
3616 --recheck update $as_me by reconfiguring in the same conditions
3617 --file=FILE[:TEMPLATE]
3618 instantiate the configuration file FILE
3620 Configuration files:
3621 $config_files
3623 Report bugs to <bug-autoconf@gnu.org>."
3625 _ACEOF
3626 cat >>$CONFIG_STATUS <<_ACEOF
3627 ac_cs_version="\\
3628 Circ config.status 0.1
3629 configured by $0, generated by GNU Autoconf 2.61,
3630 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3632 Copyright (C) 2006 Free Software Foundation, Inc.
3633 This config.status script is free software; the Free Software Foundation
3634 gives unlimited permission to copy, distribute and modify it."
3636 ac_pwd='$ac_pwd'
3637 srcdir='$srcdir'
3638 INSTALL='$INSTALL'
3639 MKDIR_P='$MKDIR_P'
3640 _ACEOF
3642 cat >>$CONFIG_STATUS <<\_ACEOF
3643 # If no file are specified by the user, then we need to provide default
3644 # value. By we need to know if files were specified by the user.
3645 ac_need_defaults=:
3646 while test $# != 0
3648 case $1 in
3649 --*=*)
3650 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3651 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3652 ac_shift=:
3655 ac_option=$1
3656 ac_optarg=$2
3657 ac_shift=shift
3659 esac
3661 case $ac_option in
3662 # Handling of the options.
3663 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3664 ac_cs_recheck=: ;;
3665 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3666 echo "$ac_cs_version"; exit ;;
3667 --debug | --debu | --deb | --de | --d | -d )
3668 debug=: ;;
3669 --file | --fil | --fi | --f )
3670 $ac_shift
3671 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3672 ac_need_defaults=false;;
3673 --he | --h | --help | --hel | -h )
3674 echo "$ac_cs_usage"; exit ;;
3675 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3676 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3677 ac_cs_silent=: ;;
3679 # This is an error.
3680 -*) { echo "$as_me: error: unrecognized option: $1
3681 Try \`$0 --help' for more information." >&2
3682 { (exit 1); exit 1; }; } ;;
3684 *) ac_config_targets="$ac_config_targets $1"
3685 ac_need_defaults=false ;;
3687 esac
3688 shift
3689 done
3691 ac_configure_extra_args=
3693 if $ac_cs_silent; then
3694 exec 6>/dev/null
3695 ac_configure_extra_args="$ac_configure_extra_args --silent"
3698 _ACEOF
3699 cat >>$CONFIG_STATUS <<_ACEOF
3700 if \$ac_cs_recheck; then
3701 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3702 CONFIG_SHELL=$SHELL
3703 export CONFIG_SHELL
3704 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3707 _ACEOF
3708 cat >>$CONFIG_STATUS <<\_ACEOF
3709 exec 5>>config.log
3711 echo
3712 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3713 ## Running $as_me. ##
3714 _ASBOX
3715 echo "$ac_log"
3716 } >&5
3718 _ACEOF
3719 cat >>$CONFIG_STATUS <<_ACEOF
3720 _ACEOF
3722 cat >>$CONFIG_STATUS <<\_ACEOF
3724 # Handling of arguments.
3725 for ac_config_target in $ac_config_targets
3727 case $ac_config_target in
3728 "./Makefile") CONFIG_FILES="$CONFIG_FILES ./Makefile" ;;
3729 "./Circ.Backend.Cil/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Backend.Cil/Makefile" ;;
3730 "./CirC/Circ.Circ.pc") CONFIG_FILES="$CONFIG_FILES ./CirC/Circ.Circ.pc" ;;
3731 "./CircTests/Circ.CircTests.pc") CONFIG_FILES="$CONFIG_FILES ./CircTests/Circ.CircTests.pc" ;;
3732 "./Circ.Backend.Cil/Circ.Circ.Backend.Cil.pc") CONFIG_FILES="$CONFIG_FILES ./Circ.Backend.Cil/Circ.Circ.Backend.Cil.pc" ;;
3733 "./CirC/Makefile") CONFIG_FILES="$CONFIG_FILES ./CirC/Makefile" ;;
3734 "./CircTests/Makefile") CONFIG_FILES="$CONFIG_FILES ./CircTests/Makefile" ;;
3735 "./Circ.Lib/Circ.Circ.Lib.pc") CONFIG_FILES="$CONFIG_FILES ./Circ.Lib/Circ.Circ.Lib.pc" ;;
3736 "./Circ.Lib/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Lib/Makefile" ;;
3737 "./Circ.Frontend.GtkSharp/Makefile") CONFIG_FILES="$CONFIG_FILES ./Circ.Frontend.GtkSharp/Makefile" ;;
3738 "./Circ.Frontend.GtkSharp/Circ.Circ.Frontend.GtkSharp.pc") CONFIG_FILES="$CONFIG_FILES ./Circ.Frontend.GtkSharp/Circ.Circ.Frontend.GtkSharp.pc" ;;
3739 "./CirC/circ") CONFIG_FILES="$CONFIG_FILES ./CirC/circ" ;;
3741 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3742 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3743 { (exit 1); exit 1; }; };;
3744 esac
3745 done
3748 # If the user did not use the arguments to specify the items to instantiate,
3749 # then the envvar interface is used. Set only those that are not.
3750 # We use the long form for the default assignment because of an extremely
3751 # bizarre bug on SunOS 4.1.3.
3752 if $ac_need_defaults; then
3753 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3756 # Have a temporary directory for convenience. Make it in the build tree
3757 # simply because there is no reason against having it here, and in addition,
3758 # creating and moving files from /tmp can sometimes cause problems.
3759 # Hook for its removal unless debugging.
3760 # Note that there is a small window in which the directory will not be cleaned:
3761 # after its creation but before its name has been assigned to `$tmp'.
3762 $debug ||
3764 tmp=
3765 trap 'exit_status=$?
3766 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3768 trap '{ (exit 1); exit 1; }' 1 2 13 15
3770 # Create a (secure) tmp directory for tmp files.
3773 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3774 test -n "$tmp" && test -d "$tmp"
3775 } ||
3777 tmp=./conf$$-$RANDOM
3778 (umask 077 && mkdir "$tmp")
3779 } ||
3781 echo "$me: cannot create a temporary directory in ." >&2
3782 { (exit 1); exit 1; }
3786 # Set up the sed scripts for CONFIG_FILES section.
3789 # No need to generate the scripts if there are no CONFIG_FILES.
3790 # This happens for instance when ./config.status config.h
3791 if test -n "$CONFIG_FILES"; then
3793 _ACEOF
3797 ac_delim='%!_!# '
3798 for ac_last_try in false false false false false :; do
3799 cat >conf$$subs.sed <<_ACEOF
3800 SHELL!$SHELL$ac_delim
3801 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3802 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3803 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3804 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3805 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3806 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3807 exec_prefix!$exec_prefix$ac_delim
3808 prefix!$prefix$ac_delim
3809 program_transform_name!$program_transform_name$ac_delim
3810 bindir!$bindir$ac_delim
3811 sbindir!$sbindir$ac_delim
3812 libexecdir!$libexecdir$ac_delim
3813 datarootdir!$datarootdir$ac_delim
3814 datadir!$datadir$ac_delim
3815 sysconfdir!$sysconfdir$ac_delim
3816 sharedstatedir!$sharedstatedir$ac_delim
3817 localstatedir!$localstatedir$ac_delim
3818 includedir!$includedir$ac_delim
3819 oldincludedir!$oldincludedir$ac_delim
3820 docdir!$docdir$ac_delim
3821 infodir!$infodir$ac_delim
3822 htmldir!$htmldir$ac_delim
3823 dvidir!$dvidir$ac_delim
3824 pdfdir!$pdfdir$ac_delim
3825 psdir!$psdir$ac_delim
3826 libdir!$libdir$ac_delim
3827 localedir!$localedir$ac_delim
3828 mandir!$mandir$ac_delim
3829 DEFS!$DEFS$ac_delim
3830 ECHO_C!$ECHO_C$ac_delim
3831 ECHO_N!$ECHO_N$ac_delim
3832 ECHO_T!$ECHO_T$ac_delim
3833 LIBS!$LIBS$ac_delim
3834 build_alias!$build_alias$ac_delim
3835 host_alias!$host_alias$ac_delim
3836 target_alias!$target_alias$ac_delim
3837 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3838 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3839 INSTALL_DATA!$INSTALL_DATA$ac_delim
3840 am__isrc!$am__isrc$ac_delim
3841 CYGPATH_W!$CYGPATH_W$ac_delim
3842 PACKAGE!$PACKAGE$ac_delim
3843 VERSION!$VERSION$ac_delim
3844 ACLOCAL!$ACLOCAL$ac_delim
3845 AUTOCONF!$AUTOCONF$ac_delim
3846 AUTOMAKE!$AUTOMAKE$ac_delim
3847 AUTOHEADER!$AUTOHEADER$ac_delim
3848 MAKEINFO!$MAKEINFO$ac_delim
3849 install_sh!$install_sh$ac_delim
3850 STRIP!$STRIP$ac_delim
3851 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3852 mkdir_p!$mkdir_p$ac_delim
3853 AWK!$AWK$ac_delim
3854 SET_MAKE!$SET_MAKE$ac_delim
3855 am__leading_dot!$am__leading_dot$ac_delim
3856 AMTAR!$AMTAR$ac_delim
3857 am__tar!$am__tar$ac_delim
3858 am__untar!$am__untar$ac_delim
3859 PKG_CONFIG!$PKG_CONFIG$ac_delim
3860 GMCS!$GMCS$ac_delim
3861 GTK_SHARP_20_CFLAGS!$GTK_SHARP_20_CFLAGS$ac_delim
3862 GTK_SHARP_20_LIBS!$GTK_SHARP_20_LIBS$ac_delim
3863 NUNIT_22_CFLAGS!$NUNIT_22_CFLAGS$ac_delim
3864 NUNIT_22_LIBS!$NUNIT_22_LIBS$ac_delim
3865 GLIB_SHARP_20_CFLAGS!$GLIB_SHARP_20_CFLAGS$ac_delim
3866 GLIB_SHARP_20_LIBS!$GLIB_SHARP_20_LIBS$ac_delim
3867 NINI_11_CFLAGS!$NINI_11_CFLAGS$ac_delim
3868 NINI_11_LIBS!$NINI_11_LIBS$ac_delim
3869 GLADE_SHARP_20_CFLAGS!$GLADE_SHARP_20_CFLAGS$ac_delim
3870 GLADE_SHARP_20_LIBS!$GLADE_SHARP_20_LIBS$ac_delim
3871 ENABLE_DEBUG_TRUE!$ENABLE_DEBUG_TRUE$ac_delim
3872 ENABLE_DEBUG_FALSE!$ENABLE_DEBUG_FALSE$ac_delim
3873 CIRCTESTS_DEBUG_LIB!$CIRCTESTS_DEBUG_LIB$ac_delim
3874 CIRC_BACKEND_CIL_DEBUG_LIB!$CIRC_BACKEND_CIL_DEBUG_LIB$ac_delim
3875 CIRC_FRONTEND_GTKSHARP_DEBUG_LIB!$CIRC_FRONTEND_GTKSHARP_DEBUG_LIB$ac_delim
3876 CIRC_LIB_DEBUG_LIB!$CIRC_LIB_DEBUG_LIB$ac_delim
3877 DEBUG_CONFIG_LIBRARIES!$DEBUG_CONFIG_LIBRARIES$ac_delim
3878 DEBUG_CONFIG_LIBS!$DEBUG_CONFIG_LIBS$ac_delim
3879 ENABLE_RELEASE_TRUE!$ENABLE_RELEASE_TRUE$ac_delim
3880 ENABLE_RELEASE_FALSE!$ENABLE_RELEASE_FALSE$ac_delim
3881 CIRCTESTS_RELEASE_LIB!$CIRCTESTS_RELEASE_LIB$ac_delim
3882 CIRC_BACKEND_CIL_RELEASE_LIB!$CIRC_BACKEND_CIL_RELEASE_LIB$ac_delim
3883 CIRC_FRONTEND_GTKSHARP_RELEASE_LIB!$CIRC_FRONTEND_GTKSHARP_RELEASE_LIB$ac_delim
3884 CIRC_LIB_RELEASE_LIB!$CIRC_LIB_RELEASE_LIB$ac_delim
3885 RELEASE_CONFIG_LIBRARIES!$RELEASE_CONFIG_LIBRARIES$ac_delim
3886 RELEASE_CONFIG_LIBS!$RELEASE_CONFIG_LIBS$ac_delim
3887 LIBOBJS!$LIBOBJS$ac_delim
3888 LTLIBOBJS!$LTLIBOBJS$ac_delim
3889 _ACEOF
3891 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
3892 break
3893 elif $ac_last_try; then
3894 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3895 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3896 { (exit 1); exit 1; }; }
3897 else
3898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3900 done
3902 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3903 if test -n "$ac_eof"; then
3904 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3905 ac_eof=`expr $ac_eof + 1`
3908 cat >>$CONFIG_STATUS <<_ACEOF
3909 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3910 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3911 _ACEOF
3912 sed '
3913 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3914 s/^/s,@/; s/!/@,|#_!!_#|/
3917 s/'"$ac_delim"'$/,g/; t
3918 s/$/\\/; p
3919 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3920 ' >>$CONFIG_STATUS <conf$$subs.sed
3921 rm -f conf$$subs.sed
3922 cat >>$CONFIG_STATUS <<_ACEOF
3923 :end
3924 s/|#_!!_#|//g
3925 CEOF$ac_eof
3926 _ACEOF
3929 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3930 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3931 # trailing colons and then remove the whole line if VPATH becomes empty
3932 # (actually we leave an empty line to preserve line numbers).
3933 if test "x$srcdir" = x.; then
3934 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3935 s/:*\$(srcdir):*/:/
3936 s/:*\${srcdir}:*/:/
3937 s/:*@srcdir@:*/:/
3938 s/^\([^=]*=[ ]*\):*/\1/
3939 s/:*$//
3940 s/^[^=]*=[ ]*$//
3944 cat >>$CONFIG_STATUS <<\_ACEOF
3945 fi # test -n "$CONFIG_FILES"
3948 for ac_tag in :F $CONFIG_FILES
3950 case $ac_tag in
3951 :[FHLC]) ac_mode=$ac_tag; continue;;
3952 esac
3953 case $ac_mode$ac_tag in
3954 :[FHL]*:*);;
3955 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3956 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3957 { (exit 1); exit 1; }; };;
3958 :[FH]-) ac_tag=-:-;;
3959 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3960 esac
3961 ac_save_IFS=$IFS
3962 IFS=:
3963 set x $ac_tag
3964 IFS=$ac_save_IFS
3965 shift
3966 ac_file=$1
3967 shift
3969 case $ac_mode in
3970 :L) ac_source=$1;;
3971 :[FH])
3972 ac_file_inputs=
3973 for ac_f
3975 case $ac_f in
3976 -) ac_f="$tmp/stdin";;
3977 *) # Look for the file first in the build tree, then in the source tree
3978 # (if the path is not absolute). The absolute path cannot be DOS-style,
3979 # because $ac_f cannot contain `:'.
3980 test -f "$ac_f" ||
3981 case $ac_f in
3982 [\\/$]*) false;;
3983 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3984 esac ||
3985 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3986 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3987 { (exit 1); exit 1; }; };;
3988 esac
3989 ac_file_inputs="$ac_file_inputs $ac_f"
3990 done
3992 # Let's still pretend it is `configure' which instantiates (i.e., don't
3993 # use $as_me), people would be surprised to read:
3994 # /* config.h. Generated by config.status. */
3995 configure_input="Generated from "`IFS=:
3996 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3997 if test x"$ac_file" != x-; then
3998 configure_input="$ac_file. $configure_input"
3999 { echo "$as_me:$LINENO: creating $ac_file" >&5
4000 echo "$as_me: creating $ac_file" >&6;}
4003 case $ac_tag in
4004 *:-:* | *:-) cat >"$tmp/stdin";;
4005 esac
4007 esac
4009 ac_dir=`$as_dirname -- "$ac_file" ||
4010 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4011 X"$ac_file" : 'X\(//\)[^/]' \| \
4012 X"$ac_file" : 'X\(//\)$' \| \
4013 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4014 echo X"$ac_file" |
4015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4016 s//\1/
4019 /^X\(\/\/\)[^/].*/{
4020 s//\1/
4023 /^X\(\/\/\)$/{
4024 s//\1/
4027 /^X\(\/\).*/{
4028 s//\1/
4031 s/.*/./; q'`
4032 { as_dir="$ac_dir"
4033 case $as_dir in #(
4034 -*) as_dir=./$as_dir;;
4035 esac
4036 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
4037 as_dirs=
4038 while :; do
4039 case $as_dir in #(
4040 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
4041 *) as_qdir=$as_dir;;
4042 esac
4043 as_dirs="'$as_qdir' $as_dirs"
4044 as_dir=`$as_dirname -- "$as_dir" ||
4045 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4046 X"$as_dir" : 'X\(//\)[^/]' \| \
4047 X"$as_dir" : 'X\(//\)$' \| \
4048 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4049 echo X"$as_dir" |
4050 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4051 s//\1/
4054 /^X\(\/\/\)[^/].*/{
4055 s//\1/
4058 /^X\(\/\/\)$/{
4059 s//\1/
4062 /^X\(\/\).*/{
4063 s//\1/
4066 s/.*/./; q'`
4067 test -d "$as_dir" && break
4068 done
4069 test -z "$as_dirs" || eval "mkdir $as_dirs"
4070 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
4071 echo "$as_me: error: cannot create directory $as_dir" >&2;}
4072 { (exit 1); exit 1; }; }; }
4073 ac_builddir=.
4075 case "$ac_dir" in
4076 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4078 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4079 # A ".." for each directory in $ac_dir_suffix.
4080 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
4081 case $ac_top_builddir_sub in
4082 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4083 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4084 esac ;;
4085 esac
4086 ac_abs_top_builddir=$ac_pwd
4087 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4088 # for backward compatibility:
4089 ac_top_builddir=$ac_top_build_prefix
4091 case $srcdir in
4092 .) # We are building in place.
4093 ac_srcdir=.
4094 ac_top_srcdir=$ac_top_builddir_sub
4095 ac_abs_top_srcdir=$ac_pwd ;;
4096 [\\/]* | ?:[\\/]* ) # Absolute name.
4097 ac_srcdir=$srcdir$ac_dir_suffix;
4098 ac_top_srcdir=$srcdir
4099 ac_abs_top_srcdir=$srcdir ;;
4100 *) # Relative name.
4101 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4102 ac_top_srcdir=$ac_top_build_prefix$srcdir
4103 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4104 esac
4105 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4108 case $ac_mode in
4111 # CONFIG_FILE
4114 case $INSTALL in
4115 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4116 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4117 esac
4118 ac_MKDIR_P=$MKDIR_P
4119 case $MKDIR_P in
4120 [\\/$]* | ?:[\\/]* ) ;;
4121 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4122 esac
4123 _ACEOF
4125 cat >>$CONFIG_STATUS <<\_ACEOF
4126 # If the template does not know about datarootdir, expand it.
4127 # FIXME: This hack should be removed a few years after 2.60.
4128 ac_datarootdir_hack=; ac_datarootdir_seen=
4130 case `sed -n '/datarootdir/ {
4134 /@datadir@/p
4135 /@docdir@/p
4136 /@infodir@/p
4137 /@localedir@/p
4138 /@mandir@/p
4139 ' $ac_file_inputs` in
4140 *datarootdir*) ac_datarootdir_seen=yes;;
4141 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4142 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4143 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4144 _ACEOF
4145 cat >>$CONFIG_STATUS <<_ACEOF
4146 ac_datarootdir_hack='
4147 s&@datadir@&$datadir&g
4148 s&@docdir@&$docdir&g
4149 s&@infodir@&$infodir&g
4150 s&@localedir@&$localedir&g
4151 s&@mandir@&$mandir&g
4152 s&\\\${datarootdir}&$datarootdir&g' ;;
4153 esac
4154 _ACEOF
4156 # Neutralize VPATH when `$srcdir' = `.'.
4157 # Shell code in configure.ac might set extrasub.
4158 # FIXME: do we really want to maintain this feature?
4159 cat >>$CONFIG_STATUS <<_ACEOF
4160 sed "$ac_vpsub
4161 $extrasub
4162 _ACEOF
4163 cat >>$CONFIG_STATUS <<\_ACEOF
4165 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4166 s&@configure_input@&$configure_input&;t t
4167 s&@top_builddir@&$ac_top_builddir_sub&;t t
4168 s&@srcdir@&$ac_srcdir&;t t
4169 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4170 s&@top_srcdir@&$ac_top_srcdir&;t t
4171 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4172 s&@builddir@&$ac_builddir&;t t
4173 s&@abs_builddir@&$ac_abs_builddir&;t t
4174 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4175 s&@INSTALL@&$ac_INSTALL&;t t
4176 s&@MKDIR_P@&$ac_MKDIR_P&;t t
4177 $ac_datarootdir_hack
4178 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
4180 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4181 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
4182 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
4183 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4184 which seems to be undefined. Please make sure it is defined." >&5
4185 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4186 which seems to be undefined. Please make sure it is defined." >&2;}
4188 rm -f "$tmp/stdin"
4189 case $ac_file in
4190 -) cat "$tmp/out"; rm -f "$tmp/out";;
4191 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
4192 esac
4197 esac
4199 done # for ac_tag
4202 { (exit 0); exit 0; }
4203 _ACEOF
4204 chmod +x $CONFIG_STATUS
4205 ac_clean_files=$ac_clean_files_save
4208 # configure is writing to config.log, and then calls config.status.
4209 # config.status does its own redirection, appending to config.log.
4210 # Unfortunately, on DOS this fails, as config.log is still kept open
4211 # by configure, so config.status won't be able to write to it; its
4212 # output is simply discarded. So we exec the FD to /dev/null,
4213 # effectively closing config.log, so it can be properly (re)opened and
4214 # appended to by config.status. When coming back to configure, we
4215 # need to make the FD available again.
4216 if test "$no_create" != yes; then
4217 ac_cs_success=:
4218 ac_config_status_args=
4219 test "$silent" = yes &&
4220 ac_config_status_args="$ac_config_status_args --quiet"
4221 exec 5>/dev/null
4222 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4223 exec 5>>config.log
4224 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4225 # would make configure fail if this is the last instruction.
4226 $ac_cs_success || { (exit 1); exit 1; }