Update description in debian/control to be more verbose
[dragbox/debian.git] / configure
blob9c17f91612f68e1066ea73802a675b595cc21164
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for dragbox 0.2.6.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be more Bourne compatible
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
21 setopt NO_GLOB_SUBST
22 else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25 esac
32 # PATH needs CR
33 # Avoid depending upon Character Ranges.
34 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37 as_cr_digits='0123456789'
38 as_cr_alnum=$as_cr_Letters$as_cr_digits
40 # The user is always right.
41 if test "${PATH_SEPARATOR+set}" != set; then
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 PATH_SEPARATOR=';'
47 else
48 PATH_SEPARATOR=:
50 rm -f conf$$.sh
53 # Support unset when possible.
54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 as_unset=unset
56 else
57 as_unset=false
61 # IFS
62 # We need space, tab and new line, in precisely that order. Quoting is
63 # there to prevent editors from complaining about space-tab.
64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
65 # splitting by setting IFS to empty value.)
66 as_nl='
68 IFS=" "" $as_nl"
70 # Find who we are. Look in the path if we contain no directory separator.
71 case $0 in
72 *[\\/]* ) as_myself=$0 ;;
73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74 for as_dir in $PATH
76 IFS=$as_save_IFS
77 test -z "$as_dir" && as_dir=.
78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79 done
80 IFS=$as_save_IFS
83 esac
84 # We did not find ourselves, most probably we were run as `sh COMMAND'
85 # in which case we are not to be found in the path.
86 if test "x$as_myself" = x; then
87 as_myself=$0
89 if test ! -f "$as_myself"; then
90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91 { (exit 1); exit 1; }
94 # Work around bugs in pre-3.0 UWIN ksh.
95 for as_var in ENV MAIL MAILPATH
96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97 done
98 PS1='$ '
99 PS2='> '
100 PS4='+ '
102 # NLS nuisances.
103 for as_var in \
104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106 LC_TELEPHONE LC_TIME
108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109 eval $as_var=C; export $as_var
110 else
111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
113 done
115 # Required to use basename.
116 if expr a : '\(a\)' >/dev/null 2>&1 &&
117 test "X`expr 00001 : '.*\(...\)'`" = X001; then
118 as_expr=expr
119 else
120 as_expr=false
123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124 as_basename=basename
125 else
126 as_basename=false
130 # Name of the executable.
131 as_me=`$as_basename -- "$0" ||
132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133 X"$0" : 'X\(//\)$' \| \
134 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135 echo X/"$0" |
136 sed '/^.*\/\([^/][^/]*\)\/*$/{
137 s//\1/
140 /^X\/\(\/\/\)$/{
141 s//\1/
144 /^X\/\(\/\).*/{
145 s//\1/
148 s/.*/./; q'`
150 # CDPATH.
151 $as_unset CDPATH
154 if test "x$CONFIG_SHELL" = x; then
155 if (eval ":") 2>/dev/null; then
156 as_have_required=yes
157 else
158 as_have_required=no
161 if test $as_have_required = yes && (eval ":
162 (as_func_return () {
163 (exit \$1)
165 as_func_success () {
166 as_func_return 0
168 as_func_failure () {
169 as_func_return 1
171 as_func_ret_success () {
172 return 0
174 as_func_ret_failure () {
175 return 1
178 exitcode=0
179 if as_func_success; then
181 else
182 exitcode=1
183 echo as_func_success failed.
186 if as_func_failure; then
187 exitcode=1
188 echo as_func_failure succeeded.
191 if as_func_ret_success; then
193 else
194 exitcode=1
195 echo as_func_ret_success failed.
198 if as_func_ret_failure; then
199 exitcode=1
200 echo as_func_ret_failure succeeded.
203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
205 else
206 exitcode=1
207 echo positional parameters were not saved.
210 test \$exitcode = 0) || { (exit 1); exit 1; }
213 as_lineno_1=\$LINENO
214 as_lineno_2=\$LINENO
215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217 ") 2> /dev/null; then
219 else
220 as_candidate_shells=
221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
224 IFS=$as_save_IFS
225 test -z "$as_dir" && as_dir=.
226 case $as_dir in
228 for as_base in sh bash ksh sh5; do
229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230 done;;
231 esac
232 done
233 IFS=$as_save_IFS
236 for as_shell in $as_candidate_shells $SHELL; do
237 # Try only shells that exist, to save several forks.
238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239 { ("$as_shell") 2> /dev/null <<\_ASEOF
240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241 emulate sh
242 NULLCMD=:
243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244 # is contrary to our usage. Disable this feature.
245 alias -g '${1+"$@"}'='"$@"'
246 setopt NO_GLOB_SUBST
247 else
248 case `(set -o) 2>/dev/null` in
249 *posix*) set -o posix ;;
250 esac
256 _ASEOF
257 }; then
258 CONFIG_SHELL=$as_shell
259 as_have_required=yes
260 if { "$as_shell" 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 (as_func_return () {
278 (exit $1)
280 as_func_success () {
281 as_func_return 0
283 as_func_failure () {
284 as_func_return 1
286 as_func_ret_success () {
287 return 0
289 as_func_ret_failure () {
290 return 1
293 exitcode=0
294 if as_func_success; then
296 else
297 exitcode=1
298 echo as_func_success failed.
301 if as_func_failure; then
302 exitcode=1
303 echo as_func_failure succeeded.
306 if as_func_ret_success; then
308 else
309 exitcode=1
310 echo as_func_ret_success failed.
313 if as_func_ret_failure; then
314 exitcode=1
315 echo as_func_ret_failure succeeded.
318 if ( set x; as_func_ret_success y && test x = "$1" ); then
320 else
321 exitcode=1
322 echo positional parameters were not saved.
325 test $exitcode = 0) || { (exit 1); exit 1; }
328 as_lineno_1=$LINENO
329 as_lineno_2=$LINENO
330 test "x$as_lineno_1" != "x$as_lineno_2" &&
331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
333 _ASEOF
334 }; then
335 break
340 done
342 if test "x$CONFIG_SHELL" != x; then
343 for as_var in BASH_ENV ENV
344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345 done
346 export CONFIG_SHELL
347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 if test $as_have_required = no; then
352 echo This script requires a shell more modern than all the
353 echo shells that I found on your system. Please install a
354 echo modern shell, or manually run the script under such a
355 echo shell if you do have one.
356 { (exit 1); exit 1; }
366 (eval "as_func_return () {
367 (exit \$1)
369 as_func_success () {
370 as_func_return 0
372 as_func_failure () {
373 as_func_return 1
375 as_func_ret_success () {
376 return 0
378 as_func_ret_failure () {
379 return 1
382 exitcode=0
383 if as_func_success; then
385 else
386 exitcode=1
387 echo as_func_success failed.
390 if as_func_failure; then
391 exitcode=1
392 echo as_func_failure succeeded.
395 if as_func_ret_success; then
397 else
398 exitcode=1
399 echo as_func_ret_success failed.
402 if as_func_ret_failure; then
403 exitcode=1
404 echo as_func_ret_failure succeeded.
407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
409 else
410 exitcode=1
411 echo positional parameters were not saved.
414 test \$exitcode = 0") || {
415 echo No shell found that supports shell functions.
416 echo Please tell autoconf@gnu.org about your system,
417 echo including any error possibly output before this
418 echo message
423 as_lineno_1=$LINENO
424 as_lineno_2=$LINENO
425 test "x$as_lineno_1" != "x$as_lineno_2" &&
426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429 # uniformly replaced by the line number. The first 'sed' inserts a
430 # line-number line after each line using $LINENO; the second 'sed'
431 # does the real work. The second script uses 'N' to pair each
432 # line-number line with the line containing $LINENO, and appends
433 # trailing '-' during substitution so that $LINENO is not a special
434 # case at line end.
435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436 # scripts with optimization help from Paolo Bonzini. Blame Lee
437 # E. McMahon (1931-1989) for sed's syntax. :-)
438 sed -n '
440 /[$]LINENO/=
441 ' <$as_myself |
442 sed '
443 s/[$]LINENO.*/&-/
444 t lineno
446 :lineno
448 :loop
449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450 t loop
451 s/-\n.*//
452 ' >$as_me.lineno &&
453 chmod +x "$as_me.lineno" ||
454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455 { (exit 1); exit 1; }; }
457 # Don't try to exec as it changes $[0], causing all sort of problems
458 # (the dirname of $[0] is not the place where we might find the
459 # original and so on. Autoconf is especially sensitive to this).
460 . "./$as_me.lineno"
461 # Exit status is that of the last command.
462 exit
466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467 as_dirname=dirname
468 else
469 as_dirname=false
472 ECHO_C= ECHO_N= ECHO_T=
473 case `echo -n x` in
474 -n*)
475 case `echo 'x\c'` in
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
477 *) ECHO_C='\c';;
478 esac;;
480 ECHO_N='-n';;
481 esac
483 if expr a : '\(a\)' >/dev/null 2>&1 &&
484 test "X`expr 00001 : '.*\(...\)'`" = X001; then
485 as_expr=expr
486 else
487 as_expr=false
490 rm -f conf$$ conf$$.exe conf$$.file
491 if test -d conf$$.dir; then
492 rm -f conf$$.dir/conf$$.file
493 else
494 rm -f conf$$.dir
495 mkdir conf$$.dir
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
499 as_ln_s='ln -s'
500 # ... but there are two gotchas:
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503 # In both cases, we have to default to `cp -p'.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505 as_ln_s='cp -p'
506 elif ln conf$$.file conf$$ 2>/dev/null; then
507 as_ln_s=ln
508 else
509 as_ln_s='cp -p'
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512 rmdir conf$$.dir 2>/dev/null
514 if mkdir -p . 2>/dev/null; then
515 as_mkdir_p=:
516 else
517 test -d ./-p && rmdir ./-p
518 as_mkdir_p=false
521 if test -x / >/dev/null 2>&1; then
522 as_test_x='test -x'
523 else
524 if ls -dL / >/dev/null 2>&1; then
525 as_ls_L_option=L
526 else
527 as_ls_L_option=
529 as_test_x='
530 eval sh -c '\''
531 if test -d "$1"; then
532 test -d "$1/.";
533 else
534 case $1 in
535 -*)set "./$1";;
536 esac;
537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538 ???[sx]*):;;*)false;;esac;fi
539 '\'' sh
542 as_executable_p=$as_test_x
544 # Sed expression to map a string onto a valid CPP name.
545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
547 # Sed expression to map a string onto a valid variable name.
548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552 exec 7<&0 </dev/null 6>&1
554 # Name of the host.
555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556 # so uname gets run too.
557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
560 # Initializations.
562 ac_default_prefix=/usr/local
563 ac_clean_files=
564 ac_config_libobj_dir=.
565 LIBOBJS=
566 cross_compiling=no
567 subdirs=
568 MFLAGS=
569 MAKEFLAGS=
570 SHELL=${CONFIG_SHELL-/bin/sh}
572 # Identity of this package.
573 PACKAGE_NAME='dragbox'
574 PACKAGE_TARNAME='dragbox'
575 PACKAGE_VERSION='0.2.6'
576 PACKAGE_STRING='dragbox 0.2.6'
577 PACKAGE_BUGREPORT=''
579 ac_unique_file="Dragbox/__init__.py"
580 ac_subst_vars='SHELL
581 PATH_SEPARATOR
582 PACKAGE_NAME
583 PACKAGE_TARNAME
584 PACKAGE_VERSION
585 PACKAGE_STRING
586 PACKAGE_BUGREPORT
587 exec_prefix
588 prefix
589 program_transform_name
590 bindir
591 sbindir
592 libexecdir
593 datarootdir
594 datadir
595 sysconfdir
596 sharedstatedir
597 localstatedir
598 includedir
599 oldincludedir
600 docdir
601 infodir
602 htmldir
603 dvidir
604 pdfdir
605 psdir
606 libdir
607 localedir
608 mandir
609 DEFS
610 ECHO_C
611 ECHO_N
612 ECHO_T
613 LIBS
614 build_alias
615 host_alias
616 target_alias
617 INSTALL_PROGRAM
618 INSTALL_SCRIPT
619 INSTALL_DATA
620 am__isrc
621 CYGPATH_W
622 PACKAGE
623 VERSION
624 ACLOCAL
625 AUTOCONF
626 AUTOMAKE
627 AUTOHEADER
628 MAKEINFO
629 install_sh
630 STRIP
631 INSTALL_STRIP_PROGRAM
632 mkdir_p
634 SET_MAKE
635 am__leading_dot
636 AMTAR
637 am__tar
638 am__untar
639 MAINTAINER_MODE_TRUE
640 MAINTAINER_MODE_FALSE
641 MAINT
642 PYTHON
643 PYTHON_VERSION
644 PYTHON_PREFIX
645 PYTHON_EXEC_PREFIX
646 PYTHON_PLATFORM
647 pythondir
648 pkgpythondir
649 pyexecdir
650 pkgpyexecdir
651 DBUS_ENABLED
652 DEBUG_ENABLED
653 PREFIX
654 DATADIR
655 GLADEDIR
656 LIBOBJS
657 LTLIBOBJS'
658 ac_subst_files=''
659 ac_precious_vars='build_alias
660 host_alias
661 target_alias'
664 # Initialize some variables set by options.
665 ac_init_help=
666 ac_init_version=false
667 # The variables have the same names as the options, with
668 # dashes changed to underlines.
669 cache_file=/dev/null
670 exec_prefix=NONE
671 no_create=
672 no_recursion=
673 prefix=NONE
674 program_prefix=NONE
675 program_suffix=NONE
676 program_transform_name=s,x,x,
677 silent=
678 site=
679 srcdir=
680 verbose=
681 x_includes=NONE
682 x_libraries=NONE
684 # Installation directory options.
685 # These are left unexpanded so users can "make install exec_prefix=/foo"
686 # and all the variables that are supposed to be based on exec_prefix
687 # by default will actually change.
688 # Use braces instead of parens because sh, perl, etc. also accept them.
689 # (The list follows the same order as the GNU Coding Standards.)
690 bindir='${exec_prefix}/bin'
691 sbindir='${exec_prefix}/sbin'
692 libexecdir='${exec_prefix}/libexec'
693 datarootdir='${prefix}/share'
694 datadir='${datarootdir}'
695 sysconfdir='${prefix}/etc'
696 sharedstatedir='${prefix}/com'
697 localstatedir='${prefix}/var'
698 includedir='${prefix}/include'
699 oldincludedir='/usr/include'
700 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
701 infodir='${datarootdir}/info'
702 htmldir='${docdir}'
703 dvidir='${docdir}'
704 pdfdir='${docdir}'
705 psdir='${docdir}'
706 libdir='${exec_prefix}/lib'
707 localedir='${datarootdir}/locale'
708 mandir='${datarootdir}/man'
710 ac_prev=
711 ac_dashdash=
712 for ac_option
714 # If the previous option needs an argument, assign it.
715 if test -n "$ac_prev"; then
716 eval $ac_prev=\$ac_option
717 ac_prev=
718 continue
721 case $ac_option in
722 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
723 *) ac_optarg=yes ;;
724 esac
726 # Accept the important Cygnus configure options, so we can diagnose typos.
728 case $ac_dashdash$ac_option in
730 ac_dashdash=yes ;;
732 -bindir | --bindir | --bindi | --bind | --bin | --bi)
733 ac_prev=bindir ;;
734 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
735 bindir=$ac_optarg ;;
737 -build | --build | --buil | --bui | --bu)
738 ac_prev=build_alias ;;
739 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
740 build_alias=$ac_optarg ;;
742 -cache-file | --cache-file | --cache-fil | --cache-fi \
743 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
744 ac_prev=cache_file ;;
745 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
746 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
747 cache_file=$ac_optarg ;;
749 --config-cache | -C)
750 cache_file=config.cache ;;
752 -datadir | --datadir | --datadi | --datad)
753 ac_prev=datadir ;;
754 -datadir=* | --datadir=* | --datadi=* | --datad=*)
755 datadir=$ac_optarg ;;
757 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
758 | --dataroo | --dataro | --datar)
759 ac_prev=datarootdir ;;
760 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
761 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
762 datarootdir=$ac_optarg ;;
764 -disable-* | --disable-*)
765 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
766 # Reject names that are not valid shell variable names.
767 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
768 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
769 { (exit 1); exit 1; }; }
770 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
771 eval enable_$ac_feature=no ;;
773 -docdir | --docdir | --docdi | --doc | --do)
774 ac_prev=docdir ;;
775 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
776 docdir=$ac_optarg ;;
778 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
779 ac_prev=dvidir ;;
780 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
781 dvidir=$ac_optarg ;;
783 -enable-* | --enable-*)
784 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
785 # Reject names that are not valid shell variable names.
786 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
787 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
788 { (exit 1); exit 1; }; }
789 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
790 eval enable_$ac_feature=\$ac_optarg ;;
792 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
793 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
794 | --exec | --exe | --ex)
795 ac_prev=exec_prefix ;;
796 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
797 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
798 | --exec=* | --exe=* | --ex=*)
799 exec_prefix=$ac_optarg ;;
801 -gas | --gas | --ga | --g)
802 # Obsolete; use --with-gas.
803 with_gas=yes ;;
805 -help | --help | --hel | --he | -h)
806 ac_init_help=long ;;
807 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
808 ac_init_help=recursive ;;
809 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
810 ac_init_help=short ;;
812 -host | --host | --hos | --ho)
813 ac_prev=host_alias ;;
814 -host=* | --host=* | --hos=* | --ho=*)
815 host_alias=$ac_optarg ;;
817 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
818 ac_prev=htmldir ;;
819 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
820 | --ht=*)
821 htmldir=$ac_optarg ;;
823 -includedir | --includedir | --includedi | --included | --include \
824 | --includ | --inclu | --incl | --inc)
825 ac_prev=includedir ;;
826 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
827 | --includ=* | --inclu=* | --incl=* | --inc=*)
828 includedir=$ac_optarg ;;
830 -infodir | --infodir | --infodi | --infod | --info | --inf)
831 ac_prev=infodir ;;
832 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
833 infodir=$ac_optarg ;;
835 -libdir | --libdir | --libdi | --libd)
836 ac_prev=libdir ;;
837 -libdir=* | --libdir=* | --libdi=* | --libd=*)
838 libdir=$ac_optarg ;;
840 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
841 | --libexe | --libex | --libe)
842 ac_prev=libexecdir ;;
843 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
844 | --libexe=* | --libex=* | --libe=*)
845 libexecdir=$ac_optarg ;;
847 -localedir | --localedir | --localedi | --localed | --locale)
848 ac_prev=localedir ;;
849 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
850 localedir=$ac_optarg ;;
852 -localstatedir | --localstatedir | --localstatedi | --localstated \
853 | --localstate | --localstat | --localsta | --localst | --locals)
854 ac_prev=localstatedir ;;
855 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
856 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
857 localstatedir=$ac_optarg ;;
859 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
860 ac_prev=mandir ;;
861 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
862 mandir=$ac_optarg ;;
864 -nfp | --nfp | --nf)
865 # Obsolete; use --without-fp.
866 with_fp=no ;;
868 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
869 | --no-cr | --no-c | -n)
870 no_create=yes ;;
872 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
873 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
874 no_recursion=yes ;;
876 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
877 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
878 | --oldin | --oldi | --old | --ol | --o)
879 ac_prev=oldincludedir ;;
880 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
881 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
882 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
883 oldincludedir=$ac_optarg ;;
885 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
886 ac_prev=prefix ;;
887 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
888 prefix=$ac_optarg ;;
890 -program-prefix | --program-prefix | --program-prefi | --program-pref \
891 | --program-pre | --program-pr | --program-p)
892 ac_prev=program_prefix ;;
893 -program-prefix=* | --program-prefix=* | --program-prefi=* \
894 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
895 program_prefix=$ac_optarg ;;
897 -program-suffix | --program-suffix | --program-suffi | --program-suff \
898 | --program-suf | --program-su | --program-s)
899 ac_prev=program_suffix ;;
900 -program-suffix=* | --program-suffix=* | --program-suffi=* \
901 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
902 program_suffix=$ac_optarg ;;
904 -program-transform-name | --program-transform-name \
905 | --program-transform-nam | --program-transform-na \
906 | --program-transform-n | --program-transform- \
907 | --program-transform | --program-transfor \
908 | --program-transfo | --program-transf \
909 | --program-trans | --program-tran \
910 | --progr-tra | --program-tr | --program-t)
911 ac_prev=program_transform_name ;;
912 -program-transform-name=* | --program-transform-name=* \
913 | --program-transform-nam=* | --program-transform-na=* \
914 | --program-transform-n=* | --program-transform-=* \
915 | --program-transform=* | --program-transfor=* \
916 | --program-transfo=* | --program-transf=* \
917 | --program-trans=* | --program-tran=* \
918 | --progr-tra=* | --program-tr=* | --program-t=*)
919 program_transform_name=$ac_optarg ;;
921 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
922 ac_prev=pdfdir ;;
923 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
924 pdfdir=$ac_optarg ;;
926 -psdir | --psdir | --psdi | --psd | --ps)
927 ac_prev=psdir ;;
928 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
929 psdir=$ac_optarg ;;
931 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
932 | -silent | --silent | --silen | --sile | --sil)
933 silent=yes ;;
935 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
936 ac_prev=sbindir ;;
937 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
938 | --sbi=* | --sb=*)
939 sbindir=$ac_optarg ;;
941 -sharedstatedir | --sharedstatedir | --sharedstatedi \
942 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
943 | --sharedst | --shareds | --shared | --share | --shar \
944 | --sha | --sh)
945 ac_prev=sharedstatedir ;;
946 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
947 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
948 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
949 | --sha=* | --sh=*)
950 sharedstatedir=$ac_optarg ;;
952 -site | --site | --sit)
953 ac_prev=site ;;
954 -site=* | --site=* | --sit=*)
955 site=$ac_optarg ;;
957 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
958 ac_prev=srcdir ;;
959 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
960 srcdir=$ac_optarg ;;
962 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
963 | --syscon | --sysco | --sysc | --sys | --sy)
964 ac_prev=sysconfdir ;;
965 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
966 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
967 sysconfdir=$ac_optarg ;;
969 -target | --target | --targe | --targ | --tar | --ta | --t)
970 ac_prev=target_alias ;;
971 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
972 target_alias=$ac_optarg ;;
974 -v | -verbose | --verbose | --verbos | --verbo | --verb)
975 verbose=yes ;;
977 -version | --version | --versio | --versi | --vers | -V)
978 ac_init_version=: ;;
980 -with-* | --with-*)
981 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
982 # Reject names that are not valid shell variable names.
983 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
984 { echo "$as_me: error: invalid package name: $ac_package" >&2
985 { (exit 1); exit 1; }; }
986 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
987 eval with_$ac_package=\$ac_optarg ;;
989 -without-* | --without-*)
990 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
993 { echo "$as_me: error: invalid package name: $ac_package" >&2
994 { (exit 1); exit 1; }; }
995 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
996 eval with_$ac_package=no ;;
998 --x)
999 # Obsolete; use --with-x.
1000 with_x=yes ;;
1002 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1003 | --x-incl | --x-inc | --x-in | --x-i)
1004 ac_prev=x_includes ;;
1005 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1006 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1007 x_includes=$ac_optarg ;;
1009 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1010 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1011 ac_prev=x_libraries ;;
1012 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1013 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1014 x_libraries=$ac_optarg ;;
1016 -*) { echo "$as_me: error: unrecognized option: $ac_option
1017 Try \`$0 --help' for more information." >&2
1018 { (exit 1); exit 1; }; }
1021 *=*)
1022 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1023 # Reject names that are not valid shell variable names.
1024 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1025 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1026 { (exit 1); exit 1; }; }
1027 eval $ac_envvar=\$ac_optarg
1028 export $ac_envvar ;;
1031 # FIXME: should be removed in autoconf 3.0.
1032 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1033 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1034 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1035 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1038 esac
1039 done
1041 if test -n "$ac_prev"; then
1042 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1043 { echo "$as_me: error: missing argument to $ac_option" >&2
1044 { (exit 1); exit 1; }; }
1047 # Be sure to have absolute directory names.
1048 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1049 datadir sysconfdir sharedstatedir localstatedir includedir \
1050 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1051 libdir localedir mandir
1053 eval ac_val=\$$ac_var
1054 case $ac_val in
1055 [\\/$]* | ?:[\\/]* ) continue;;
1056 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1057 esac
1058 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1059 { (exit 1); exit 1; }; }
1060 done
1062 # There might be people who depend on the old broken behavior: `$host'
1063 # used to hold the argument of --host etc.
1064 # FIXME: To remove some day.
1065 build=$build_alias
1066 host=$host_alias
1067 target=$target_alias
1069 # FIXME: To remove some day.
1070 if test "x$host_alias" != x; then
1071 if test "x$build_alias" = x; then
1072 cross_compiling=maybe
1073 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1074 If a cross compiler is detected then cross compile mode will be used." >&2
1075 elif test "x$build_alias" != "x$host_alias"; then
1076 cross_compiling=yes
1080 ac_tool_prefix=
1081 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1083 test "$silent" = yes && exec 6>/dev/null
1086 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1087 ac_ls_di=`ls -di .` &&
1088 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1089 { echo "$as_me: error: Working directory cannot be determined" >&2
1090 { (exit 1); exit 1; }; }
1091 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1092 { echo "$as_me: error: pwd does not report name of working directory" >&2
1093 { (exit 1); exit 1; }; }
1096 # Find the source files, if location was not specified.
1097 if test -z "$srcdir"; then
1098 ac_srcdir_defaulted=yes
1099 # Try the directory containing this script, then the parent directory.
1100 ac_confdir=`$as_dirname -- "$0" ||
1101 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1102 X"$0" : 'X\(//\)[^/]' \| \
1103 X"$0" : 'X\(//\)$' \| \
1104 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1105 echo X"$0" |
1106 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1107 s//\1/
1110 /^X\(\/\/\)[^/].*/{
1111 s//\1/
1114 /^X\(\/\/\)$/{
1115 s//\1/
1118 /^X\(\/\).*/{
1119 s//\1/
1122 s/.*/./; q'`
1123 srcdir=$ac_confdir
1124 if test ! -r "$srcdir/$ac_unique_file"; then
1125 srcdir=..
1127 else
1128 ac_srcdir_defaulted=no
1130 if test ! -r "$srcdir/$ac_unique_file"; then
1131 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1132 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1133 { (exit 1); exit 1; }; }
1135 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1136 ac_abs_confdir=`(
1137 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1138 { (exit 1); exit 1; }; }
1139 pwd)`
1140 # When building in place, set srcdir=.
1141 if test "$ac_abs_confdir" = "$ac_pwd"; then
1142 srcdir=.
1144 # Remove unnecessary trailing slashes from srcdir.
1145 # Double slashes in file names in object file debugging info
1146 # mess up M-x gdb in Emacs.
1147 case $srcdir in
1148 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1149 esac
1150 for ac_var in $ac_precious_vars; do
1151 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1152 eval ac_env_${ac_var}_value=\$${ac_var}
1153 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1154 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1155 done
1158 # Report the --help message.
1160 if test "$ac_init_help" = "long"; then
1161 # Omit some internal or obsolete options to make the list less imposing.
1162 # This message is too long to be a string in the A/UX 3.1 sh.
1163 cat <<_ACEOF
1164 \`configure' configures dragbox 0.2.6 to adapt to many kinds of systems.
1166 Usage: $0 [OPTION]... [VAR=VALUE]...
1168 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1169 VAR=VALUE. See below for descriptions of some of the useful variables.
1171 Defaults for the options are specified in brackets.
1173 Configuration:
1174 -h, --help display this help and exit
1175 --help=short display options specific to this package
1176 --help=recursive display the short help of all the included packages
1177 -V, --version display version information and exit
1178 -q, --quiet, --silent do not print \`checking...' messages
1179 --cache-file=FILE cache test results in FILE [disabled]
1180 -C, --config-cache alias for \`--cache-file=config.cache'
1181 -n, --no-create do not create output files
1182 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1184 Installation directories:
1185 --prefix=PREFIX install architecture-independent files in PREFIX
1186 [$ac_default_prefix]
1187 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1188 [PREFIX]
1190 By default, \`make install' will install all the files in
1191 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1192 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1193 for instance \`--prefix=\$HOME'.
1195 For better control, use the options below.
1197 Fine tuning of the installation directories:
1198 --bindir=DIR user executables [EPREFIX/bin]
1199 --sbindir=DIR system admin executables [EPREFIX/sbin]
1200 --libexecdir=DIR program executables [EPREFIX/libexec]
1201 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1202 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1203 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1204 --libdir=DIR object code libraries [EPREFIX/lib]
1205 --includedir=DIR C header files [PREFIX/include]
1206 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1207 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1208 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1209 --infodir=DIR info documentation [DATAROOTDIR/info]
1210 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1211 --mandir=DIR man documentation [DATAROOTDIR/man]
1212 --docdir=DIR documentation root [DATAROOTDIR/doc/dragbox]
1213 --htmldir=DIR html documentation [DOCDIR]
1214 --dvidir=DIR dvi documentation [DOCDIR]
1215 --pdfdir=DIR pdf documentation [DOCDIR]
1216 --psdir=DIR ps documentation [DOCDIR]
1217 _ACEOF
1219 cat <<\_ACEOF
1221 Program names:
1222 --program-prefix=PREFIX prepend PREFIX to installed program names
1223 --program-suffix=SUFFIX append SUFFIX to installed program names
1224 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1225 _ACEOF
1228 if test -n "$ac_init_help"; then
1229 case $ac_init_help in
1230 short | recursive ) echo "Configuration of dragbox 0.2.6:";;
1231 esac
1232 cat <<\_ACEOF
1234 Optional Features:
1235 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1236 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1237 --enable-maintainer-mode enable make rules and dependencies not useful
1238 (and sometimes confusing) to the casual installer
1239 --disable-dbus disable dbus [default=no]
1240 --enable-debug enable debug [default=no]
1242 _ACEOF
1243 ac_status=$?
1246 if test "$ac_init_help" = "recursive"; then
1247 # If there are subdirs, report their specific --help.
1248 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1249 test -d "$ac_dir" || continue
1250 ac_builddir=.
1252 case "$ac_dir" in
1253 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1255 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1256 # A ".." for each directory in $ac_dir_suffix.
1257 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1258 case $ac_top_builddir_sub in
1259 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1260 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1261 esac ;;
1262 esac
1263 ac_abs_top_builddir=$ac_pwd
1264 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1265 # for backward compatibility:
1266 ac_top_builddir=$ac_top_build_prefix
1268 case $srcdir in
1269 .) # We are building in place.
1270 ac_srcdir=.
1271 ac_top_srcdir=$ac_top_builddir_sub
1272 ac_abs_top_srcdir=$ac_pwd ;;
1273 [\\/]* | ?:[\\/]* ) # Absolute name.
1274 ac_srcdir=$srcdir$ac_dir_suffix;
1275 ac_top_srcdir=$srcdir
1276 ac_abs_top_srcdir=$srcdir ;;
1277 *) # Relative name.
1278 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1279 ac_top_srcdir=$ac_top_build_prefix$srcdir
1280 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1281 esac
1282 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1284 cd "$ac_dir" || { ac_status=$?; continue; }
1285 # Check for guested configure.
1286 if test -f "$ac_srcdir/configure.gnu"; then
1287 echo &&
1288 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1289 elif test -f "$ac_srcdir/configure"; then
1290 echo &&
1291 $SHELL "$ac_srcdir/configure" --help=recursive
1292 else
1293 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1294 fi || ac_status=$?
1295 cd "$ac_pwd" || { ac_status=$?; break; }
1296 done
1299 test -n "$ac_init_help" && exit $ac_status
1300 if $ac_init_version; then
1301 cat <<\_ACEOF
1302 dragbox configure 0.2.6
1303 generated by GNU Autoconf 2.61
1305 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1306 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1307 This configure script is free software; the Free Software Foundation
1308 gives unlimited permission to copy, distribute and modify it.
1309 _ACEOF
1310 exit
1312 cat >config.log <<_ACEOF
1313 This file contains any messages produced by compilers while
1314 running configure, to aid debugging if configure makes a mistake.
1316 It was created by dragbox $as_me 0.2.6, which was
1317 generated by GNU Autoconf 2.61. Invocation command line was
1319 $ $0 $@
1321 _ACEOF
1322 exec 5>>config.log
1324 cat <<_ASUNAME
1325 ## --------- ##
1326 ## Platform. ##
1327 ## --------- ##
1329 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1330 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1331 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1332 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1333 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1335 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1336 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1338 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1339 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1340 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1341 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1342 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1343 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1344 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1346 _ASUNAME
1348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1349 for as_dir in $PATH
1351 IFS=$as_save_IFS
1352 test -z "$as_dir" && as_dir=.
1353 echo "PATH: $as_dir"
1354 done
1355 IFS=$as_save_IFS
1357 } >&5
1359 cat >&5 <<_ACEOF
1362 ## ----------- ##
1363 ## Core tests. ##
1364 ## ----------- ##
1366 _ACEOF
1369 # Keep a trace of the command line.
1370 # Strip out --no-create and --no-recursion so they do not pile up.
1371 # Strip out --silent because we don't want to record it for future runs.
1372 # Also quote any args containing shell meta-characters.
1373 # Make two passes to allow for proper duplicate-argument suppression.
1374 ac_configure_args=
1375 ac_configure_args0=
1376 ac_configure_args1=
1377 ac_must_keep_next=false
1378 for ac_pass in 1 2
1380 for ac_arg
1382 case $ac_arg in
1383 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1384 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1385 | -silent | --silent | --silen | --sile | --sil)
1386 continue ;;
1387 *\'*)
1388 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1389 esac
1390 case $ac_pass in
1391 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1393 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1394 if test $ac_must_keep_next = true; then
1395 ac_must_keep_next=false # Got value, back to normal.
1396 else
1397 case $ac_arg in
1398 *=* | --config-cache | -C | -disable-* | --disable-* \
1399 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1400 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1401 | -with-* | --with-* | -without-* | --without-* | --x)
1402 case "$ac_configure_args0 " in
1403 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1404 esac
1406 -* ) ac_must_keep_next=true ;;
1407 esac
1409 ac_configure_args="$ac_configure_args '$ac_arg'"
1411 esac
1412 done
1413 done
1414 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1415 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1417 # When interrupted or exit'd, cleanup temporary files, and complete
1418 # config.log. We remove comments because anyway the quotes in there
1419 # would cause problems or look ugly.
1420 # WARNING: Use '\'' to represent an apostrophe within the trap.
1421 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1422 trap 'exit_status=$?
1423 # Save into config.log some information that might help in debugging.
1425 echo
1427 cat <<\_ASBOX
1428 ## ---------------- ##
1429 ## Cache variables. ##
1430 ## ---------------- ##
1431 _ASBOX
1432 echo
1433 # The following way of writing the cache mishandles newlines in values,
1435 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1436 eval ac_val=\$$ac_var
1437 case $ac_val in #(
1438 *${as_nl}*)
1439 case $ac_var in #(
1440 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1441 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1442 esac
1443 case $ac_var in #(
1444 _ | IFS | as_nl) ;; #(
1445 *) $as_unset $ac_var ;;
1446 esac ;;
1447 esac
1448 done
1449 (set) 2>&1 |
1450 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1451 *${as_nl}ac_space=\ *)
1452 sed -n \
1453 "s/'\''/'\''\\\\'\'''\''/g;
1454 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1455 ;; #(
1457 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1459 esac |
1460 sort
1462 echo
1464 cat <<\_ASBOX
1465 ## ----------------- ##
1466 ## Output variables. ##
1467 ## ----------------- ##
1468 _ASBOX
1469 echo
1470 for ac_var in $ac_subst_vars
1472 eval ac_val=\$$ac_var
1473 case $ac_val in
1474 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1475 esac
1476 echo "$ac_var='\''$ac_val'\''"
1477 done | sort
1478 echo
1480 if test -n "$ac_subst_files"; then
1481 cat <<\_ASBOX
1482 ## ------------------- ##
1483 ## File substitutions. ##
1484 ## ------------------- ##
1485 _ASBOX
1486 echo
1487 for ac_var in $ac_subst_files
1489 eval ac_val=\$$ac_var
1490 case $ac_val in
1491 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1492 esac
1493 echo "$ac_var='\''$ac_val'\''"
1494 done | sort
1495 echo
1498 if test -s confdefs.h; then
1499 cat <<\_ASBOX
1500 ## ----------- ##
1501 ## confdefs.h. ##
1502 ## ----------- ##
1503 _ASBOX
1504 echo
1505 cat confdefs.h
1506 echo
1508 test "$ac_signal" != 0 &&
1509 echo "$as_me: caught signal $ac_signal"
1510 echo "$as_me: exit $exit_status"
1511 } >&5
1512 rm -f core *.core core.conftest.* &&
1513 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1514 exit $exit_status
1516 for ac_signal in 1 2 13 15; do
1517 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1518 done
1519 ac_signal=0
1521 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1522 rm -f -r conftest* confdefs.h
1524 # Predefined preprocessor variables.
1526 cat >>confdefs.h <<_ACEOF
1527 #define PACKAGE_NAME "$PACKAGE_NAME"
1528 _ACEOF
1531 cat >>confdefs.h <<_ACEOF
1532 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1533 _ACEOF
1536 cat >>confdefs.h <<_ACEOF
1537 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1538 _ACEOF
1541 cat >>confdefs.h <<_ACEOF
1542 #define PACKAGE_STRING "$PACKAGE_STRING"
1543 _ACEOF
1546 cat >>confdefs.h <<_ACEOF
1547 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1548 _ACEOF
1551 # Let the site file select an alternate cache file if it wants to.
1552 # Prefer explicitly selected file to automatically selected ones.
1553 if test -n "$CONFIG_SITE"; then
1554 set x "$CONFIG_SITE"
1555 elif test "x$prefix" != xNONE; then
1556 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1557 else
1558 set x "$ac_default_prefix/share/config.site" \
1559 "$ac_default_prefix/etc/config.site"
1561 shift
1562 for ac_site_file
1564 if test -r "$ac_site_file"; then
1565 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1566 echo "$as_me: loading site script $ac_site_file" >&6;}
1567 sed 's/^/| /' "$ac_site_file" >&5
1568 . "$ac_site_file"
1570 done
1572 if test -r "$cache_file"; then
1573 # Some versions of bash will fail to source /dev/null (special
1574 # files actually), so we avoid doing that.
1575 if test -f "$cache_file"; then
1576 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1577 echo "$as_me: loading cache $cache_file" >&6;}
1578 case $cache_file in
1579 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1580 *) . "./$cache_file";;
1581 esac
1583 else
1584 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1585 echo "$as_me: creating cache $cache_file" >&6;}
1586 >$cache_file
1589 # Check that the precious variables saved in the cache have kept the same
1590 # value.
1591 ac_cache_corrupted=false
1592 for ac_var in $ac_precious_vars; do
1593 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1594 eval ac_new_set=\$ac_env_${ac_var}_set
1595 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1596 eval ac_new_val=\$ac_env_${ac_var}_value
1597 case $ac_old_set,$ac_new_set in
1598 set,)
1599 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1600 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1601 ac_cache_corrupted=: ;;
1602 ,set)
1603 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1604 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1605 ac_cache_corrupted=: ;;
1606 ,);;
1608 if test "x$ac_old_val" != "x$ac_new_val"; then
1609 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1610 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1611 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1612 echo "$as_me: former value: $ac_old_val" >&2;}
1613 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1614 echo "$as_me: current value: $ac_new_val" >&2;}
1615 ac_cache_corrupted=:
1616 fi;;
1617 esac
1618 # Pass precious variables to config.status.
1619 if test "$ac_new_set" = set; then
1620 case $ac_new_val in
1621 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1622 *) ac_arg=$ac_var=$ac_new_val ;;
1623 esac
1624 case " $ac_configure_args " in
1625 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1626 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1627 esac
1629 done
1630 if $ac_cache_corrupted; then
1631 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1632 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1633 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1634 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1635 { (exit 1); exit 1; }; }
1662 ac_ext=c
1663 ac_cpp='$CPP $CPPFLAGS'
1664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1670 am__api_version='1.10'
1672 ac_aux_dir=
1673 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1674 if test -f "$ac_dir/install-sh"; then
1675 ac_aux_dir=$ac_dir
1676 ac_install_sh="$ac_aux_dir/install-sh -c"
1677 break
1678 elif test -f "$ac_dir/install.sh"; then
1679 ac_aux_dir=$ac_dir
1680 ac_install_sh="$ac_aux_dir/install.sh -c"
1681 break
1682 elif test -f "$ac_dir/shtool"; then
1683 ac_aux_dir=$ac_dir
1684 ac_install_sh="$ac_aux_dir/shtool install -c"
1685 break
1687 done
1688 if test -z "$ac_aux_dir"; then
1689 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1690 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1691 { (exit 1); exit 1; }; }
1694 # These three variables are undocumented and unsupported,
1695 # and are intended to be withdrawn in a future Autoconf release.
1696 # They can cause serious problems if a builder's source tree is in a directory
1697 # whose full name contains unusual characters.
1698 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1699 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1700 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1703 # Find a good install program. We prefer a C program (faster),
1704 # so one script is as good as another. But avoid the broken or
1705 # incompatible versions:
1706 # SysV /etc/install, /usr/sbin/install
1707 # SunOS /usr/etc/install
1708 # IRIX /sbin/install
1709 # AIX /bin/install
1710 # AmigaOS /C/install, which installs bootblocks on floppy discs
1711 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1712 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1713 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1714 # OS/2's system install, which has a completely different semantic
1715 # ./install, which can be erroneously created by make from ./install.sh.
1716 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1717 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1718 if test -z "$INSTALL"; then
1719 if test "${ac_cv_path_install+set}" = set; then
1720 echo $ECHO_N "(cached) $ECHO_C" >&6
1721 else
1722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1723 for as_dir in $PATH
1725 IFS=$as_save_IFS
1726 test -z "$as_dir" && as_dir=.
1727 # Account for people who put trailing slashes in PATH elements.
1728 case $as_dir/ in
1729 ./ | .// | /cC/* | \
1730 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1731 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1732 /usr/ucb/* ) ;;
1734 # OSF1 and SCO ODT 3.0 have their own names for install.
1735 # Don't use installbsd from OSF since it installs stuff as root
1736 # by default.
1737 for ac_prog in ginstall scoinst install; do
1738 for ac_exec_ext in '' $ac_executable_extensions; do
1739 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1740 if test $ac_prog = install &&
1741 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1742 # AIX install. It has an incompatible calling convention.
1744 elif test $ac_prog = install &&
1745 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1746 # program-specific install script used by HP pwplus--don't use.
1748 else
1749 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1750 break 3
1753 done
1754 done
1756 esac
1757 done
1758 IFS=$as_save_IFS
1762 if test "${ac_cv_path_install+set}" = set; then
1763 INSTALL=$ac_cv_path_install
1764 else
1765 # As a last resort, use the slow shell script. Don't cache a
1766 # value for INSTALL within a source directory, because that will
1767 # break other packages using the cache if that directory is
1768 # removed, or if the value is a relative name.
1769 INSTALL=$ac_install_sh
1772 { echo "$as_me:$LINENO: result: $INSTALL" >&5
1773 echo "${ECHO_T}$INSTALL" >&6; }
1775 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1776 # It thinks the first close brace ends the variable substitution.
1777 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1779 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1781 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1783 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1784 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1785 # Just in case
1786 sleep 1
1787 echo timestamp > conftest.file
1788 # Do `set' in a subshell so we don't clobber the current shell's
1789 # arguments. Must try -L first in case configure is actually a
1790 # symlink; some systems play weird games with the mod time of symlinks
1791 # (eg FreeBSD returns the mod time of the symlink's containing
1792 # directory).
1793 if (
1794 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1795 if test "$*" = "X"; then
1796 # -L didn't work.
1797 set X `ls -t $srcdir/configure conftest.file`
1799 rm -f conftest.file
1800 if test "$*" != "X $srcdir/configure conftest.file" \
1801 && test "$*" != "X conftest.file $srcdir/configure"; then
1803 # If neither matched, then we have a broken ls. This can happen
1804 # if, for instance, CONFIG_SHELL is bash and it inherits a
1805 # broken ls alias from the environment. This has actually
1806 # happened. Such a system could not be considered "sane".
1807 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1808 alias in your environment" >&5
1809 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1810 alias in your environment" >&2;}
1811 { (exit 1); exit 1; }; }
1814 test "$2" = conftest.file
1816 then
1817 # Ok.
1819 else
1820 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1821 Check your system clock" >&5
1822 echo "$as_me: error: newly created file is older than distributed files!
1823 Check your system clock" >&2;}
1824 { (exit 1); exit 1; }; }
1826 { echo "$as_me:$LINENO: result: yes" >&5
1827 echo "${ECHO_T}yes" >&6; }
1828 test "$program_prefix" != NONE &&
1829 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1830 # Use a double $ so make ignores it.
1831 test "$program_suffix" != NONE &&
1832 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1833 # Double any \ or $. echo might interpret backslashes.
1834 # By default was `s,x,x', remove it if useless.
1835 cat <<\_ACEOF >conftest.sed
1836 s/[\\$]/&&/g;s/;s,x,x,$//
1837 _ACEOF
1838 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1839 rm -f conftest.sed
1841 # expand $ac_aux_dir to an absolute path
1842 am_aux_dir=`cd $ac_aux_dir && pwd`
1844 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1845 # Use eval to expand $SHELL
1846 if eval "$MISSING --run true"; then
1847 am_missing_run="$MISSING --run "
1848 else
1849 am_missing_run=
1850 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1851 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1854 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
1855 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
1856 if test -z "$MKDIR_P"; then
1857 if test "${ac_cv_path_mkdir+set}" = set; then
1858 echo $ECHO_N "(cached) $ECHO_C" >&6
1859 else
1860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1861 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1863 IFS=$as_save_IFS
1864 test -z "$as_dir" && as_dir=.
1865 for ac_prog in mkdir gmkdir; do
1866 for ac_exec_ext in '' $ac_executable_extensions; do
1867 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
1868 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
1869 'mkdir (GNU coreutils) '* | \
1870 'mkdir (coreutils) '* | \
1871 'mkdir (fileutils) '4.1*)
1872 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
1873 break 3;;
1874 esac
1875 done
1876 done
1877 done
1878 IFS=$as_save_IFS
1882 if test "${ac_cv_path_mkdir+set}" = set; then
1883 MKDIR_P="$ac_cv_path_mkdir -p"
1884 else
1885 # As a last resort, use the slow shell script. Don't cache a
1886 # value for MKDIR_P within a source directory, because that will
1887 # break other packages using the cache if that directory is
1888 # removed, or if the value is a relative name.
1889 test -d ./--version && rmdir ./--version
1890 MKDIR_P="$ac_install_sh -d"
1893 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
1894 echo "${ECHO_T}$MKDIR_P" >&6; }
1896 mkdir_p="$MKDIR_P"
1897 case $mkdir_p in
1898 [\\/$]* | ?:[\\/]*) ;;
1899 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1900 esac
1902 for ac_prog in gawk mawk nawk awk
1904 # Extract the first word of "$ac_prog", so it can be a program name with args.
1905 set dummy $ac_prog; ac_word=$2
1906 { echo "$as_me:$LINENO: checking for $ac_word" >&5
1907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1908 if test "${ac_cv_prog_AWK+set}" = set; then
1909 echo $ECHO_N "(cached) $ECHO_C" >&6
1910 else
1911 if test -n "$AWK"; then
1912 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1913 else
1914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1915 for as_dir in $PATH
1917 IFS=$as_save_IFS
1918 test -z "$as_dir" && as_dir=.
1919 for ac_exec_ext in '' $ac_executable_extensions; do
1920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1921 ac_cv_prog_AWK="$ac_prog"
1922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1923 break 2
1925 done
1926 done
1927 IFS=$as_save_IFS
1931 AWK=$ac_cv_prog_AWK
1932 if test -n "$AWK"; then
1933 { echo "$as_me:$LINENO: result: $AWK" >&5
1934 echo "${ECHO_T}$AWK" >&6; }
1935 else
1936 { echo "$as_me:$LINENO: result: no" >&5
1937 echo "${ECHO_T}no" >&6; }
1941 test -n "$AWK" && break
1942 done
1944 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1945 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1946 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1947 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1948 echo $ECHO_N "(cached) $ECHO_C" >&6
1949 else
1950 cat >conftest.make <<\_ACEOF
1951 SHELL = /bin/sh
1952 all:
1953 @echo '@@@%%%=$(MAKE)=@@@%%%'
1954 _ACEOF
1955 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1956 case `${MAKE-make} -f conftest.make 2>/dev/null` in
1957 *@@@%%%=?*=@@@%%%*)
1958 eval ac_cv_prog_make_${ac_make}_set=yes;;
1960 eval ac_cv_prog_make_${ac_make}_set=no;;
1961 esac
1962 rm -f conftest.make
1964 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1965 { echo "$as_me:$LINENO: result: yes" >&5
1966 echo "${ECHO_T}yes" >&6; }
1967 SET_MAKE=
1968 else
1969 { echo "$as_me:$LINENO: result: no" >&5
1970 echo "${ECHO_T}no" >&6; }
1971 SET_MAKE="MAKE=${MAKE-make}"
1974 rm -rf .tst 2>/dev/null
1975 mkdir .tst 2>/dev/null
1976 if test -d .tst; then
1977 am__leading_dot=.
1978 else
1979 am__leading_dot=_
1981 rmdir .tst 2>/dev/null
1983 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1984 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1985 # is not polluted with repeated "-I."
1986 am__isrc=' -I$(srcdir)'
1987 # test to see if srcdir already configured
1988 if test -f $srcdir/config.status; then
1989 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1990 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1991 { (exit 1); exit 1; }; }
1995 # test whether we have cygpath
1996 if test -z "$CYGPATH_W"; then
1997 if (cygpath --version) >/dev/null 2>/dev/null; then
1998 CYGPATH_W='cygpath -w'
1999 else
2000 CYGPATH_W=echo
2005 # Define the identity of the package.
2006 PACKAGE='dragbox'
2007 VERSION='0.2.6'
2010 cat >>confdefs.h <<_ACEOF
2011 #define PACKAGE "$PACKAGE"
2012 _ACEOF
2015 cat >>confdefs.h <<_ACEOF
2016 #define VERSION "$VERSION"
2017 _ACEOF
2019 # Some tools Automake needs.
2021 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2024 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2027 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2030 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2033 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2035 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2037 # Installed binaries are usually stripped using `strip' when the user
2038 # run `make install-strip'. However `strip' might not be the right
2039 # tool to use in cross-compilation environments, therefore Automake
2040 # will honor the `STRIP' environment variable to overrule this program.
2041 if test "$cross_compiling" != no; then
2042 if test -n "$ac_tool_prefix"; then
2043 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2044 set dummy ${ac_tool_prefix}strip; ac_word=$2
2045 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2047 if test "${ac_cv_prog_STRIP+set}" = set; then
2048 echo $ECHO_N "(cached) $ECHO_C" >&6
2049 else
2050 if test -n "$STRIP"; then
2051 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2052 else
2053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2054 for as_dir in $PATH
2056 IFS=$as_save_IFS
2057 test -z "$as_dir" && as_dir=.
2058 for ac_exec_ext in '' $ac_executable_extensions; do
2059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2060 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2062 break 2
2064 done
2065 done
2066 IFS=$as_save_IFS
2070 STRIP=$ac_cv_prog_STRIP
2071 if test -n "$STRIP"; then
2072 { echo "$as_me:$LINENO: result: $STRIP" >&5
2073 echo "${ECHO_T}$STRIP" >&6; }
2074 else
2075 { echo "$as_me:$LINENO: result: no" >&5
2076 echo "${ECHO_T}no" >&6; }
2081 if test -z "$ac_cv_prog_STRIP"; then
2082 ac_ct_STRIP=$STRIP
2083 # Extract the first word of "strip", so it can be a program name with args.
2084 set dummy strip; ac_word=$2
2085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2087 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2088 echo $ECHO_N "(cached) $ECHO_C" >&6
2089 else
2090 if test -n "$ac_ct_STRIP"; then
2091 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2092 else
2093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2094 for as_dir in $PATH
2096 IFS=$as_save_IFS
2097 test -z "$as_dir" && as_dir=.
2098 for ac_exec_ext in '' $ac_executable_extensions; do
2099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2100 ac_cv_prog_ac_ct_STRIP="strip"
2101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2102 break 2
2104 done
2105 done
2106 IFS=$as_save_IFS
2110 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2111 if test -n "$ac_ct_STRIP"; then
2112 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2113 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2114 else
2115 { echo "$as_me:$LINENO: result: no" >&5
2116 echo "${ECHO_T}no" >&6; }
2119 if test "x$ac_ct_STRIP" = x; then
2120 STRIP=":"
2121 else
2122 case $cross_compiling:$ac_tool_warned in
2123 yes:)
2124 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2125 whose name does not start with the host triplet. If you think this
2126 configuration is useful to you, please write to autoconf@gnu.org." >&5
2127 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2128 whose name does not start with the host triplet. If you think this
2129 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2130 ac_tool_warned=yes ;;
2131 esac
2132 STRIP=$ac_ct_STRIP
2134 else
2135 STRIP="$ac_cv_prog_STRIP"
2139 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2141 # We need awk for the "check" target. The system "awk" is bad on
2142 # some platforms.
2143 # Always define AMTAR for backward compatibility.
2145 AMTAR=${AMTAR-"${am_missing_run}tar"}
2147 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2154 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2155 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
2156 # Check whether --enable-maintainer-mode was given.
2157 if test "${enable_maintainer_mode+set}" = set; then
2158 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2159 else
2160 USE_MAINTAINER_MODE=no
2163 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2164 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2165 if test $USE_MAINTAINER_MODE = yes; then
2166 MAINTAINER_MODE_TRUE=
2167 MAINTAINER_MODE_FALSE='#'
2168 else
2169 MAINTAINER_MODE_TRUE='#'
2170 MAINTAINER_MODE_FALSE=
2173 MAINT=$MAINTAINER_MODE_TRUE
2178 # Check whether --enable-dbus was given.
2179 if test "${enable_dbus+set}" = set; then
2180 enableval=$enable_dbus; dbus_enabled=$enableval
2181 else
2182 dbus_enabled=yes
2186 # Check whether --enable-debug was given.
2187 if test "${enable_debug+set}" = set; then
2188 enableval=$enable_debug; debug_enabled=$enableval
2189 else
2190 debug_enabled=no
2198 if test -n "$PYTHON"; then
2199 # If the user set $PYTHON, use it and don't search something else.
2200 { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
2201 echo $ECHO_N "checking whether $PYTHON version >= 2.4... $ECHO_C" >&6; }
2202 prog="import sys, string
2203 # split strings by '.' and convert to numeric. Append some zeros
2204 # because we need at least 4 digits for the hex conversion.
2205 minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
2206 minverhex = 0
2207 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
2208 sys.exit(sys.hexversion < minverhex)"
2209 if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
2210 ($PYTHON -c "$prog") >&5 2>&5
2211 ac_status=$?
2212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2213 (exit $ac_status); }; then
2214 { echo "$as_me:$LINENO: result: yes" >&5
2215 echo "${ECHO_T}yes" >&6; }
2216 else
2217 { { echo "$as_me:$LINENO: error: too old" >&5
2218 echo "$as_me: error: too old" >&2;}
2219 { (exit 1); exit 1; }; }
2222 am_display_PYTHON=$PYTHON
2223 else
2224 # Otherwise, try each interpreter until we find one that satisfies
2225 # VERSION.
2226 { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.4" >&5
2227 echo $ECHO_N "checking for a Python interpreter with version >= 2.4... $ECHO_C" >&6; }
2228 if test "${am_cv_pathless_PYTHON+set}" = set; then
2229 echo $ECHO_N "(cached) $ECHO_C" >&6
2230 else
2232 for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
2233 test "$am_cv_pathless_PYTHON" = none && break
2234 prog="import sys, string
2235 # split strings by '.' and convert to numeric. Append some zeros
2236 # because we need at least 4 digits for the hex conversion.
2237 minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
2238 minverhex = 0
2239 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
2240 sys.exit(sys.hexversion < minverhex)"
2241 if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
2242 ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
2243 ac_status=$?
2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245 (exit $ac_status); }; then
2246 break
2249 done
2251 { echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5
2252 echo "${ECHO_T}$am_cv_pathless_PYTHON" >&6; }
2253 # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
2254 if test "$am_cv_pathless_PYTHON" = none; then
2255 PYTHON=:
2256 else
2257 # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
2258 set dummy $am_cv_pathless_PYTHON; ac_word=$2
2259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2261 if test "${ac_cv_path_PYTHON+set}" = set; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 case $PYTHON in
2265 [\\/]* | ?:[\\/]*)
2266 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
2269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2270 for as_dir in $PATH
2272 IFS=$as_save_IFS
2273 test -z "$as_dir" && as_dir=.
2274 for ac_exec_ext in '' $ac_executable_extensions; do
2275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2276 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
2277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2278 break 2
2280 done
2281 done
2282 IFS=$as_save_IFS
2285 esac
2287 PYTHON=$ac_cv_path_PYTHON
2288 if test -n "$PYTHON"; then
2289 { echo "$as_me:$LINENO: result: $PYTHON" >&5
2290 echo "${ECHO_T}$PYTHON" >&6; }
2291 else
2292 { echo "$as_me:$LINENO: result: no" >&5
2293 echo "${ECHO_T}no" >&6; }
2298 am_display_PYTHON=$am_cv_pathless_PYTHON
2302 if test "$PYTHON" = :; then
2303 { { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5
2304 echo "$as_me: error: no suitable Python interpreter found" >&2;}
2305 { (exit 1); exit 1; }; }
2306 else
2309 { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
2310 echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
2311 if test "${am_cv_python_version+set}" = set; then
2312 echo $ECHO_N "(cached) $ECHO_C" >&6
2313 else
2314 am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
2316 { echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
2317 echo "${ECHO_T}$am_cv_python_version" >&6; }
2318 PYTHON_VERSION=$am_cv_python_version
2322 PYTHON_PREFIX='${prefix}'
2324 PYTHON_EXEC_PREFIX='${exec_prefix}'
2328 { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
2329 echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
2330 if test "${am_cv_python_platform+set}" = set; then
2331 echo $ECHO_N "(cached) $ECHO_C" >&6
2332 else
2333 am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
2335 { echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
2336 echo "${ECHO_T}$am_cv_python_platform" >&6; }
2337 PYTHON_PLATFORM=$am_cv_python_platform
2342 { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
2343 echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
2344 if test "${am_cv_python_pythondir+set}" = set; then
2345 echo $ECHO_N "(cached) $ECHO_C" >&6
2346 else
2347 am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
2348 echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
2350 { echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
2351 echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
2352 pythondir=$am_cv_python_pythondir
2356 pkgpythondir=\${pythondir}/$PACKAGE
2359 { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
2360 echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
2361 if test "${am_cv_python_pyexecdir+set}" = set; then
2362 echo $ECHO_N "(cached) $ECHO_C" >&6
2363 else
2364 am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
2365 echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
2367 { echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
2368 echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
2369 pyexecdir=$am_cv_python_pyexecdir
2373 pkgpyexecdir=\${pyexecdir}/$PACKAGE
2382 if test -z $PYTHON;
2383 then
2384 PYTHON="python"
2386 PYTHON_NAME=`basename $PYTHON`
2387 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: pygtk" >&5
2388 echo $ECHO_N "checking $PYTHON_NAME module: pygtk... $ECHO_C" >&6; }
2389 $PYTHON -c "import pygtk" 2>/dev/null
2390 if test $? -eq 0;
2391 then
2392 { echo "$as_me:$LINENO: result: yes" >&5
2393 echo "${ECHO_T}yes" >&6; }
2394 eval HAVE_PYMOD_PYGTK=yes
2395 else
2396 { echo "$as_me:$LINENO: result: no" >&5
2397 echo "${ECHO_T}no" >&6; }
2398 eval HAVE_PYMOD_PYGTK=no
2400 if test -n "exit"
2401 then
2402 { { echo "$as_me:$LINENO: error: failed to find required module pygtk" >&5
2403 echo "$as_me: error: failed to find required module pygtk" >&2;}
2404 { (exit 1); exit 1; }; }
2405 exit 1
2410 if test -z $PYTHON;
2411 then
2412 PYTHON="python"
2414 PYTHON_NAME=`basename $PYTHON`
2415 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: gtk" >&5
2416 echo $ECHO_N "checking $PYTHON_NAME module: gtk... $ECHO_C" >&6; }
2417 $PYTHON -c "import gtk" 2>/dev/null
2418 if test $? -eq 0;
2419 then
2420 { echo "$as_me:$LINENO: result: yes" >&5
2421 echo "${ECHO_T}yes" >&6; }
2422 eval HAVE_PYMOD_GTK=yes
2423 else
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2426 eval HAVE_PYMOD_GTK=no
2428 if test -n "exit"
2429 then
2430 { { echo "$as_me:$LINENO: error: failed to find required module gtk" >&5
2431 echo "$as_me: error: failed to find required module gtk" >&2;}
2432 { (exit 1); exit 1; }; }
2433 exit 1
2438 if test -z $PYTHON;
2439 then
2440 PYTHON="python"
2442 PYTHON_NAME=`basename $PYTHON`
2443 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: gtk.glade" >&5
2444 echo $ECHO_N "checking $PYTHON_NAME module: gtk.glade... $ECHO_C" >&6; }
2445 $PYTHON -c "import gtk.glade" 2>/dev/null
2446 if test $? -eq 0;
2447 then
2448 { echo "$as_me:$LINENO: result: yes" >&5
2449 echo "${ECHO_T}yes" >&6; }
2450 eval HAVE_PYMOD_GTK_GLADE=yes
2451 else
2452 { echo "$as_me:$LINENO: result: no" >&5
2453 echo "${ECHO_T}no" >&6; }
2454 eval HAVE_PYMOD_GTK_GLADE=no
2456 if test -n "exit"
2457 then
2458 { { echo "$as_me:$LINENO: error: failed to find required module gtk.glade" >&5
2459 echo "$as_me: error: failed to find required module gtk.glade" >&2;}
2460 { (exit 1); exit 1; }; }
2461 exit 1
2466 if test -z $PYTHON;
2467 then
2468 PYTHON="python"
2470 PYTHON_NAME=`basename $PYTHON`
2471 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: gnomevfs" >&5
2472 echo $ECHO_N "checking $PYTHON_NAME module: gnomevfs... $ECHO_C" >&6; }
2473 $PYTHON -c "import gnomevfs" 2>/dev/null
2474 if test $? -eq 0;
2475 then
2476 { echo "$as_me:$LINENO: result: yes" >&5
2477 echo "${ECHO_T}yes" >&6; }
2478 eval HAVE_PYMOD_GNOMEVFS=yes
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2482 eval HAVE_PYMOD_GNOMEVFS=no
2484 if test -n "exit"
2485 then
2486 { { echo "$as_me:$LINENO: error: failed to find required module gnomevfs" >&5
2487 echo "$as_me: error: failed to find required module gnomevfs" >&2;}
2488 { (exit 1); exit 1; }; }
2489 exit 1
2494 if test -z $PYTHON;
2495 then
2496 PYTHON="python"
2498 PYTHON_NAME=`basename $PYTHON`
2499 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: gnome.ui" >&5
2500 echo $ECHO_N "checking $PYTHON_NAME module: gnome.ui... $ECHO_C" >&6; }
2501 $PYTHON -c "import gnome.ui" 2>/dev/null
2502 if test $? -eq 0;
2503 then
2504 { echo "$as_me:$LINENO: result: yes" >&5
2505 echo "${ECHO_T}yes" >&6; }
2506 eval HAVE_PYMOD_GNOME_UI=yes
2507 else
2508 { echo "$as_me:$LINENO: result: no" >&5
2509 echo "${ECHO_T}no" >&6; }
2510 eval HAVE_PYMOD_GNOME_UI=no
2512 if test -n "exit"
2513 then
2514 { { echo "$as_me:$LINENO: error: failed to find required module gnome.ui" >&5
2515 echo "$as_me: error: failed to find required module gnome.ui" >&2;}
2516 { (exit 1); exit 1; }; }
2517 exit 1
2522 if test -z $PYTHON;
2523 then
2524 PYTHON="python"
2526 PYTHON_NAME=`basename $PYTHON`
2527 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: gconf" >&5
2528 echo $ECHO_N "checking $PYTHON_NAME module: gconf... $ECHO_C" >&6; }
2529 $PYTHON -c "import gconf" 2>/dev/null
2530 if test $? -eq 0;
2531 then
2532 { echo "$as_me:$LINENO: result: yes" >&5
2533 echo "${ECHO_T}yes" >&6; }
2534 eval HAVE_PYMOD_GCONF=yes
2535 else
2536 { echo "$as_me:$LINENO: result: no" >&5
2537 echo "${ECHO_T}no" >&6; }
2538 eval HAVE_PYMOD_GCONF=no
2540 if test -n "exit"
2541 then
2542 { { echo "$as_me:$LINENO: error: failed to find required module gconf" >&5
2543 echo "$as_me: error: failed to find required module gconf" >&2;}
2544 { (exit 1); exit 1; }; }
2545 exit 1
2550 if test -z $PYTHON;
2551 then
2552 PYTHON="python"
2554 PYTHON_NAME=`basename $PYTHON`
2555 { echo "$as_me:$LINENO: checking $PYTHON_NAME module: dbus" >&5
2556 echo $ECHO_N "checking $PYTHON_NAME module: dbus... $ECHO_C" >&6; }
2557 $PYTHON -c "import dbus" 2>/dev/null
2558 if test $? -eq 0;
2559 then
2560 { echo "$as_me:$LINENO: result: yes" >&5
2561 echo "${ECHO_T}yes" >&6; }
2562 eval HAVE_PYMOD_DBUS=yes
2563 else
2564 { echo "$as_me:$LINENO: result: no" >&5
2565 echo "${ECHO_T}no" >&6; }
2566 eval HAVE_PYMOD_DBUS=no
2568 if test -n ""
2569 then
2570 { { echo "$as_me:$LINENO: error: failed to find required module dbus" >&5
2571 echo "$as_me: error: failed to find required module dbus" >&2;}
2572 { (exit 1); exit 1; }; }
2573 exit 1
2577 if test $HAVE_PYMOD_DBUS = no
2578 then
2579 dbus_enabled=no
2583 EXP_VAR=DBUS_ENABLED
2584 FROM_VAR=$dbus_enabled
2586 prefix_save=$prefix
2587 exec_prefix_save=$exec_prefix
2589 if test "x$prefix" = "xNONE"; then
2590 prefix=$ac_default_prefix
2592 if test "x$exec_prefix" = "xNONE"; then
2593 exec_prefix=$prefix
2596 full_var="$FROM_VAR"
2597 while true; do
2598 new_full_var="`eval echo $full_var`"
2599 if test "x$new_full_var" = "x$full_var"; then break; fi
2600 full_var=$new_full_var
2601 done
2603 full_var=$new_full_var
2604 DBUS_ENABLED="$full_var"
2607 prefix=$prefix_save
2608 exec_prefix=$exec_prefix_save
2611 EXP_VAR=DEBUG_ENABLED
2612 FROM_VAR=$debug_enabled
2614 prefix_save=$prefix
2615 exec_prefix_save=$exec_prefix
2617 if test "x$prefix" = "xNONE"; then
2618 prefix=$ac_default_prefix
2620 if test "x$exec_prefix" = "xNONE"; then
2621 exec_prefix=$prefix
2624 full_var="$FROM_VAR"
2625 while true; do
2626 new_full_var="`eval echo $full_var`"
2627 if test "x$new_full_var" = "x$full_var"; then break; fi
2628 full_var=$new_full_var
2629 done
2631 full_var=$new_full_var
2632 DEBUG_ENABLED="$full_var"
2635 prefix=$prefix_save
2636 exec_prefix=$exec_prefix_save
2642 EXP_VAR=PREFIX
2643 FROM_VAR=$prefix
2645 prefix_save=$prefix
2646 exec_prefix_save=$exec_prefix
2648 if test "x$prefix" = "xNONE"; then
2649 prefix=$ac_default_prefix
2651 if test "x$exec_prefix" = "xNONE"; then
2652 exec_prefix=$prefix
2655 full_var="$FROM_VAR"
2656 while true; do
2657 new_full_var="`eval echo $full_var`"
2658 if test "x$new_full_var" = "x$full_var"; then break; fi
2659 full_var=$new_full_var
2660 done
2662 full_var=$new_full_var
2663 PREFIX="$full_var"
2666 prefix=$prefix_save
2667 exec_prefix=$exec_prefix_save
2671 gladedir="${datadir}/dragbox"
2673 EXP_VAR=DATADIR
2674 FROM_VAR=$datadir
2676 prefix_save=$prefix
2677 exec_prefix_save=$exec_prefix
2679 if test "x$prefix" = "xNONE"; then
2680 prefix=$ac_default_prefix
2682 if test "x$exec_prefix" = "xNONE"; then
2683 exec_prefix=$prefix
2686 full_var="$FROM_VAR"
2687 while true; do
2688 new_full_var="`eval echo $full_var`"
2689 if test "x$new_full_var" = "x$full_var"; then break; fi
2690 full_var=$new_full_var
2691 done
2693 full_var=$new_full_var
2694 DATADIR="$full_var"
2697 prefix=$prefix_save
2698 exec_prefix=$exec_prefix_save
2701 EXP_VAR=GLADEDIR
2702 FROM_VAR=$gladedir
2704 prefix_save=$prefix
2705 exec_prefix_save=$exec_prefix
2707 if test "x$prefix" = "xNONE"; then
2708 prefix=$ac_default_prefix
2710 if test "x$exec_prefix" = "xNONE"; then
2711 exec_prefix=$prefix
2714 full_var="$FROM_VAR"
2715 while true; do
2716 new_full_var="`eval echo $full_var`"
2717 if test "x$new_full_var" = "x$full_var"; then break; fi
2718 full_var=$new_full_var
2719 done
2721 full_var=$new_full_var
2722 GLADEDIR="$full_var"
2725 prefix=$prefix_save
2726 exec_prefix=$exec_prefix_save
2730 ac_config_files="$ac_config_files Makefile Dragbox/Makefile Dragbox/globals.py glade/Makefile doc/Makefile"
2732 cat >confcache <<\_ACEOF
2733 # This file is a shell script that caches the results of configure
2734 # tests run on this system so they can be shared between configure
2735 # scripts and configure runs, see configure's option --config-cache.
2736 # It is not useful on other systems. If it contains results you don't
2737 # want to keep, you may remove or edit it.
2739 # config.status only pays attention to the cache file if you give it
2740 # the --recheck option to rerun configure.
2742 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2743 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2744 # following values.
2746 _ACEOF
2748 # The following way of writing the cache mishandles newlines in values,
2749 # but we know of no workaround that is simple, portable, and efficient.
2750 # So, we kill variables containing newlines.
2751 # Ultrix sh set writes to stderr and can't be redirected directly,
2752 # and sets the high bit in the cache file unless we assign to the vars.
2754 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2755 eval ac_val=\$$ac_var
2756 case $ac_val in #(
2757 *${as_nl}*)
2758 case $ac_var in #(
2759 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2760 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2761 esac
2762 case $ac_var in #(
2763 _ | IFS | as_nl) ;; #(
2764 *) $as_unset $ac_var ;;
2765 esac ;;
2766 esac
2767 done
2769 (set) 2>&1 |
2770 case $as_nl`(ac_space=' '; set) 2>&1` in #(
2771 *${as_nl}ac_space=\ *)
2772 # `set' does not quote correctly, so add quotes (double-quote
2773 # substitution turns \\\\ into \\, and sed turns \\ into \).
2774 sed -n \
2775 "s/'/'\\\\''/g;
2776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2777 ;; #(
2779 # `set' quotes correctly as required by POSIX, so do not add quotes.
2780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2782 esac |
2783 sort
2785 sed '
2786 /^ac_cv_env_/b end
2787 t clear
2788 :clear
2789 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2790 t end
2791 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2792 :end' >>confcache
2793 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2794 if test -w "$cache_file"; then
2795 test "x$cache_file" != "x/dev/null" &&
2796 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2797 echo "$as_me: updating cache $cache_file" >&6;}
2798 cat confcache >$cache_file
2799 else
2800 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2801 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2804 rm -f confcache
2806 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2807 # Let make expand exec_prefix.
2808 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2810 # Transform confdefs.h into DEFS.
2811 # Protect against shell expansion while executing Makefile rules.
2812 # Protect against Makefile macro expansion.
2814 # If the first sed substitution is executed (which looks for macros that
2815 # take arguments), then branch to the quote section. Otherwise,
2816 # look for a macro that doesn't take arguments.
2817 ac_script='
2818 t clear
2819 :clear
2820 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2821 t quote
2822 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2823 t quote
2824 b any
2825 :quote
2826 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2827 s/\[/\\&/g
2828 s/\]/\\&/g
2829 s/\$/$$/g
2831 :any
2834 s/^\n//
2835 s/\n/ /g
2839 DEFS=`sed -n "$ac_script" confdefs.h`
2842 ac_libobjs=
2843 ac_ltlibobjs=
2844 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2845 # 1. Remove the extension, and $U if already installed.
2846 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2847 ac_i=`echo "$ac_i" | sed "$ac_script"`
2848 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2849 # will be set to the directory where LIBOBJS objects are built.
2850 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2851 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2852 done
2853 LIBOBJS=$ac_libobjs
2855 LTLIBOBJS=$ac_ltlibobjs
2858 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2859 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2860 Usually this means the macro was only invoked conditionally." >&5
2861 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2862 Usually this means the macro was only invoked conditionally." >&2;}
2863 { (exit 1); exit 1; }; }
2866 : ${CONFIG_STATUS=./config.status}
2867 ac_clean_files_save=$ac_clean_files
2868 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2869 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2870 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2871 cat >$CONFIG_STATUS <<_ACEOF
2872 #! $SHELL
2873 # Generated by $as_me.
2874 # Run this file to recreate the current configuration.
2875 # Compiler output produced by configure, useful for debugging
2876 # configure, is in config.log if it exists.
2878 debug=false
2879 ac_cs_recheck=false
2880 ac_cs_silent=false
2881 SHELL=\${CONFIG_SHELL-$SHELL}
2882 _ACEOF
2884 cat >>$CONFIG_STATUS <<\_ACEOF
2885 ## --------------------- ##
2886 ## M4sh Initialization. ##
2887 ## --------------------- ##
2889 # Be more Bourne compatible
2890 DUALCASE=1; export DUALCASE # for MKS sh
2891 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2892 emulate sh
2893 NULLCMD=:
2894 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2895 # is contrary to our usage. Disable this feature.
2896 alias -g '${1+"$@"}'='"$@"'
2897 setopt NO_GLOB_SUBST
2898 else
2899 case `(set -o) 2>/dev/null` in
2900 *posix*) set -o posix ;;
2901 esac
2908 # PATH needs CR
2909 # Avoid depending upon Character Ranges.
2910 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2911 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2912 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2913 as_cr_digits='0123456789'
2914 as_cr_alnum=$as_cr_Letters$as_cr_digits
2916 # The user is always right.
2917 if test "${PATH_SEPARATOR+set}" != set; then
2918 echo "#! /bin/sh" >conf$$.sh
2919 echo "exit 0" >>conf$$.sh
2920 chmod +x conf$$.sh
2921 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2922 PATH_SEPARATOR=';'
2923 else
2924 PATH_SEPARATOR=:
2926 rm -f conf$$.sh
2929 # Support unset when possible.
2930 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2931 as_unset=unset
2932 else
2933 as_unset=false
2937 # IFS
2938 # We need space, tab and new line, in precisely that order. Quoting is
2939 # there to prevent editors from complaining about space-tab.
2940 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2941 # splitting by setting IFS to empty value.)
2942 as_nl='
2944 IFS=" "" $as_nl"
2946 # Find who we are. Look in the path if we contain no directory separator.
2947 case $0 in
2948 *[\\/]* ) as_myself=$0 ;;
2949 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2950 for as_dir in $PATH
2952 IFS=$as_save_IFS
2953 test -z "$as_dir" && as_dir=.
2954 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2955 done
2956 IFS=$as_save_IFS
2959 esac
2960 # We did not find ourselves, most probably we were run as `sh COMMAND'
2961 # in which case we are not to be found in the path.
2962 if test "x$as_myself" = x; then
2963 as_myself=$0
2965 if test ! -f "$as_myself"; then
2966 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2967 { (exit 1); exit 1; }
2970 # Work around bugs in pre-3.0 UWIN ksh.
2971 for as_var in ENV MAIL MAILPATH
2972 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2973 done
2974 PS1='$ '
2975 PS2='> '
2976 PS4='+ '
2978 # NLS nuisances.
2979 for as_var in \
2980 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2981 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2982 LC_TELEPHONE LC_TIME
2984 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2985 eval $as_var=C; export $as_var
2986 else
2987 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2989 done
2991 # Required to use basename.
2992 if expr a : '\(a\)' >/dev/null 2>&1 &&
2993 test "X`expr 00001 : '.*\(...\)'`" = X001; then
2994 as_expr=expr
2995 else
2996 as_expr=false
2999 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3000 as_basename=basename
3001 else
3002 as_basename=false
3006 # Name of the executable.
3007 as_me=`$as_basename -- "$0" ||
3008 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3009 X"$0" : 'X\(//\)$' \| \
3010 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3011 echo X/"$0" |
3012 sed '/^.*\/\([^/][^/]*\)\/*$/{
3013 s//\1/
3016 /^X\/\(\/\/\)$/{
3017 s//\1/
3020 /^X\/\(\/\).*/{
3021 s//\1/
3024 s/.*/./; q'`
3026 # CDPATH.
3027 $as_unset CDPATH
3031 as_lineno_1=$LINENO
3032 as_lineno_2=$LINENO
3033 test "x$as_lineno_1" != "x$as_lineno_2" &&
3034 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
3036 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3037 # uniformly replaced by the line number. The first 'sed' inserts a
3038 # line-number line after each line using $LINENO; the second 'sed'
3039 # does the real work. The second script uses 'N' to pair each
3040 # line-number line with the line containing $LINENO, and appends
3041 # trailing '-' during substitution so that $LINENO is not a special
3042 # case at line end.
3043 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3044 # scripts with optimization help from Paolo Bonzini. Blame Lee
3045 # E. McMahon (1931-1989) for sed's syntax. :-)
3046 sed -n '
3048 /[$]LINENO/=
3049 ' <$as_myself |
3050 sed '
3051 s/[$]LINENO.*/&-/
3052 t lineno
3054 :lineno
3056 :loop
3057 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
3058 t loop
3059 s/-\n.*//
3060 ' >$as_me.lineno &&
3061 chmod +x "$as_me.lineno" ||
3062 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
3063 { (exit 1); exit 1; }; }
3065 # Don't try to exec as it changes $[0], causing all sort of problems
3066 # (the dirname of $[0] is not the place where we might find the
3067 # original and so on. Autoconf is especially sensitive to this).
3068 . "./$as_me.lineno"
3069 # Exit status is that of the last command.
3070 exit
3074 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3075 as_dirname=dirname
3076 else
3077 as_dirname=false
3080 ECHO_C= ECHO_N= ECHO_T=
3081 case `echo -n x` in
3082 -n*)
3083 case `echo 'x\c'` in
3084 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
3085 *) ECHO_C='\c';;
3086 esac;;
3088 ECHO_N='-n';;
3089 esac
3091 if expr a : '\(a\)' >/dev/null 2>&1 &&
3092 test "X`expr 00001 : '.*\(...\)'`" = X001; then
3093 as_expr=expr
3094 else
3095 as_expr=false
3098 rm -f conf$$ conf$$.exe conf$$.file
3099 if test -d conf$$.dir; then
3100 rm -f conf$$.dir/conf$$.file
3101 else
3102 rm -f conf$$.dir
3103 mkdir conf$$.dir
3105 echo >conf$$.file
3106 if ln -s conf$$.file conf$$ 2>/dev/null; then
3107 as_ln_s='ln -s'
3108 # ... but there are two gotchas:
3109 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3110 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3111 # In both cases, we have to default to `cp -p'.
3112 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3113 as_ln_s='cp -p'
3114 elif ln conf$$.file conf$$ 2>/dev/null; then
3115 as_ln_s=ln
3116 else
3117 as_ln_s='cp -p'
3119 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3120 rmdir conf$$.dir 2>/dev/null
3122 if mkdir -p . 2>/dev/null; then
3123 as_mkdir_p=:
3124 else
3125 test -d ./-p && rmdir ./-p
3126 as_mkdir_p=false
3129 if test -x / >/dev/null 2>&1; then
3130 as_test_x='test -x'
3131 else
3132 if ls -dL / >/dev/null 2>&1; then
3133 as_ls_L_option=L
3134 else
3135 as_ls_L_option=
3137 as_test_x='
3138 eval sh -c '\''
3139 if test -d "$1"; then
3140 test -d "$1/.";
3141 else
3142 case $1 in
3143 -*)set "./$1";;
3144 esac;
3145 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
3146 ???[sx]*):;;*)false;;esac;fi
3147 '\'' sh
3150 as_executable_p=$as_test_x
3152 # Sed expression to map a string onto a valid CPP name.
3153 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3155 # Sed expression to map a string onto a valid variable name.
3156 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3159 exec 6>&1
3161 # Save the log message, to keep $[0] and so on meaningful, and to
3162 # report actual input values of CONFIG_FILES etc. instead of their
3163 # values after options handling.
3164 ac_log="
3165 This file was extended by dragbox $as_me 0.2.6, which was
3166 generated by GNU Autoconf 2.61. Invocation command line was
3168 CONFIG_FILES = $CONFIG_FILES
3169 CONFIG_HEADERS = $CONFIG_HEADERS
3170 CONFIG_LINKS = $CONFIG_LINKS
3171 CONFIG_COMMANDS = $CONFIG_COMMANDS
3172 $ $0 $@
3174 on `(hostname || uname -n) 2>/dev/null | sed 1q`
3177 _ACEOF
3179 cat >>$CONFIG_STATUS <<_ACEOF
3180 # Files that config.status was made for.
3181 config_files="$ac_config_files"
3183 _ACEOF
3185 cat >>$CONFIG_STATUS <<\_ACEOF
3186 ac_cs_usage="\
3187 \`$as_me' instantiates files from templates according to the
3188 current configuration.
3190 Usage: $0 [OPTIONS] [FILE]...
3192 -h, --help print this help, then exit
3193 -V, --version print version number and configuration settings, then exit
3194 -q, --quiet do not print progress messages
3195 -d, --debug don't remove temporary files
3196 --recheck update $as_me by reconfiguring in the same conditions
3197 --file=FILE[:TEMPLATE]
3198 instantiate the configuration file FILE
3200 Configuration files:
3201 $config_files
3203 Report bugs to <bug-autoconf@gnu.org>."
3205 _ACEOF
3206 cat >>$CONFIG_STATUS <<_ACEOF
3207 ac_cs_version="\\
3208 dragbox config.status 0.2.6
3209 configured by $0, generated by GNU Autoconf 2.61,
3210 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3212 Copyright (C) 2006 Free Software Foundation, Inc.
3213 This config.status script is free software; the Free Software Foundation
3214 gives unlimited permission to copy, distribute and modify it."
3216 ac_pwd='$ac_pwd'
3217 srcdir='$srcdir'
3218 INSTALL='$INSTALL'
3219 MKDIR_P='$MKDIR_P'
3220 _ACEOF
3222 cat >>$CONFIG_STATUS <<\_ACEOF
3223 # If no file are specified by the user, then we need to provide default
3224 # value. By we need to know if files were specified by the user.
3225 ac_need_defaults=:
3226 while test $# != 0
3228 case $1 in
3229 --*=*)
3230 ac_option=`expr "X$1" : 'X\([^=]*\)='`
3231 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3232 ac_shift=:
3235 ac_option=$1
3236 ac_optarg=$2
3237 ac_shift=shift
3239 esac
3241 case $ac_option in
3242 # Handling of the options.
3243 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3244 ac_cs_recheck=: ;;
3245 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3246 echo "$ac_cs_version"; exit ;;
3247 --debug | --debu | --deb | --de | --d | -d )
3248 debug=: ;;
3249 --file | --fil | --fi | --f )
3250 $ac_shift
3251 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3252 ac_need_defaults=false;;
3253 --he | --h | --help | --hel | -h )
3254 echo "$ac_cs_usage"; exit ;;
3255 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3256 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3257 ac_cs_silent=: ;;
3259 # This is an error.
3260 -*) { echo "$as_me: error: unrecognized option: $1
3261 Try \`$0 --help' for more information." >&2
3262 { (exit 1); exit 1; }; } ;;
3264 *) ac_config_targets="$ac_config_targets $1"
3265 ac_need_defaults=false ;;
3267 esac
3268 shift
3269 done
3271 ac_configure_extra_args=
3273 if $ac_cs_silent; then
3274 exec 6>/dev/null
3275 ac_configure_extra_args="$ac_configure_extra_args --silent"
3278 _ACEOF
3279 cat >>$CONFIG_STATUS <<_ACEOF
3280 if \$ac_cs_recheck; then
3281 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3282 CONFIG_SHELL=$SHELL
3283 export CONFIG_SHELL
3284 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3287 _ACEOF
3288 cat >>$CONFIG_STATUS <<\_ACEOF
3289 exec 5>>config.log
3291 echo
3292 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3293 ## Running $as_me. ##
3294 _ASBOX
3295 echo "$ac_log"
3296 } >&5
3298 _ACEOF
3299 cat >>$CONFIG_STATUS <<_ACEOF
3300 _ACEOF
3302 cat >>$CONFIG_STATUS <<\_ACEOF
3304 # Handling of arguments.
3305 for ac_config_target in $ac_config_targets
3307 case $ac_config_target in
3308 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3309 "Dragbox/Makefile") CONFIG_FILES="$CONFIG_FILES Dragbox/Makefile" ;;
3310 "Dragbox/globals.py") CONFIG_FILES="$CONFIG_FILES Dragbox/globals.py" ;;
3311 "glade/Makefile") CONFIG_FILES="$CONFIG_FILES glade/Makefile" ;;
3312 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
3314 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3315 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3316 { (exit 1); exit 1; }; };;
3317 esac
3318 done
3321 # If the user did not use the arguments to specify the items to instantiate,
3322 # then the envvar interface is used. Set only those that are not.
3323 # We use the long form for the default assignment because of an extremely
3324 # bizarre bug on SunOS 4.1.3.
3325 if $ac_need_defaults; then
3326 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3329 # Have a temporary directory for convenience. Make it in the build tree
3330 # simply because there is no reason against having it here, and in addition,
3331 # creating and moving files from /tmp can sometimes cause problems.
3332 # Hook for its removal unless debugging.
3333 # Note that there is a small window in which the directory will not be cleaned:
3334 # after its creation but before its name has been assigned to `$tmp'.
3335 $debug ||
3337 tmp=
3338 trap 'exit_status=$?
3339 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
3341 trap '{ (exit 1); exit 1; }' 1 2 13 15
3343 # Create a (secure) tmp directory for tmp files.
3346 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3347 test -n "$tmp" && test -d "$tmp"
3348 } ||
3350 tmp=./conf$$-$RANDOM
3351 (umask 077 && mkdir "$tmp")
3352 } ||
3354 echo "$me: cannot create a temporary directory in ." >&2
3355 { (exit 1); exit 1; }
3359 # Set up the sed scripts for CONFIG_FILES section.
3362 # No need to generate the scripts if there are no CONFIG_FILES.
3363 # This happens for instance when ./config.status config.h
3364 if test -n "$CONFIG_FILES"; then
3366 _ACEOF
3370 ac_delim='%!_!# '
3371 for ac_last_try in false false false false false :; do
3372 cat >conf$$subs.sed <<_ACEOF
3373 SHELL!$SHELL$ac_delim
3374 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
3375 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
3376 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
3377 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
3378 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
3379 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
3380 exec_prefix!$exec_prefix$ac_delim
3381 prefix!$prefix$ac_delim
3382 program_transform_name!$program_transform_name$ac_delim
3383 bindir!$bindir$ac_delim
3384 sbindir!$sbindir$ac_delim
3385 libexecdir!$libexecdir$ac_delim
3386 datarootdir!$datarootdir$ac_delim
3387 datadir!$datadir$ac_delim
3388 sysconfdir!$sysconfdir$ac_delim
3389 sharedstatedir!$sharedstatedir$ac_delim
3390 localstatedir!$localstatedir$ac_delim
3391 includedir!$includedir$ac_delim
3392 oldincludedir!$oldincludedir$ac_delim
3393 docdir!$docdir$ac_delim
3394 infodir!$infodir$ac_delim
3395 htmldir!$htmldir$ac_delim
3396 dvidir!$dvidir$ac_delim
3397 pdfdir!$pdfdir$ac_delim
3398 psdir!$psdir$ac_delim
3399 libdir!$libdir$ac_delim
3400 localedir!$localedir$ac_delim
3401 mandir!$mandir$ac_delim
3402 DEFS!$DEFS$ac_delim
3403 ECHO_C!$ECHO_C$ac_delim
3404 ECHO_N!$ECHO_N$ac_delim
3405 ECHO_T!$ECHO_T$ac_delim
3406 LIBS!$LIBS$ac_delim
3407 build_alias!$build_alias$ac_delim
3408 host_alias!$host_alias$ac_delim
3409 target_alias!$target_alias$ac_delim
3410 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
3411 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
3412 INSTALL_DATA!$INSTALL_DATA$ac_delim
3413 am__isrc!$am__isrc$ac_delim
3414 CYGPATH_W!$CYGPATH_W$ac_delim
3415 PACKAGE!$PACKAGE$ac_delim
3416 VERSION!$VERSION$ac_delim
3417 ACLOCAL!$ACLOCAL$ac_delim
3418 AUTOCONF!$AUTOCONF$ac_delim
3419 AUTOMAKE!$AUTOMAKE$ac_delim
3420 AUTOHEADER!$AUTOHEADER$ac_delim
3421 MAKEINFO!$MAKEINFO$ac_delim
3422 install_sh!$install_sh$ac_delim
3423 STRIP!$STRIP$ac_delim
3424 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
3425 mkdir_p!$mkdir_p$ac_delim
3426 AWK!$AWK$ac_delim
3427 SET_MAKE!$SET_MAKE$ac_delim
3428 am__leading_dot!$am__leading_dot$ac_delim
3429 AMTAR!$AMTAR$ac_delim
3430 am__tar!$am__tar$ac_delim
3431 am__untar!$am__untar$ac_delim
3432 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
3433 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
3434 MAINT!$MAINT$ac_delim
3435 PYTHON!$PYTHON$ac_delim
3436 PYTHON_VERSION!$PYTHON_VERSION$ac_delim
3437 PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
3438 PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
3439 PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
3440 pythondir!$pythondir$ac_delim
3441 pkgpythondir!$pkgpythondir$ac_delim
3442 pyexecdir!$pyexecdir$ac_delim
3443 pkgpyexecdir!$pkgpyexecdir$ac_delim
3444 DBUS_ENABLED!$DBUS_ENABLED$ac_delim
3445 DEBUG_ENABLED!$DEBUG_ENABLED$ac_delim
3446 PREFIX!$PREFIX$ac_delim
3447 DATADIR!$DATADIR$ac_delim
3448 GLADEDIR!$GLADEDIR$ac_delim
3449 LIBOBJS!$LIBOBJS$ac_delim
3450 LTLIBOBJS!$LTLIBOBJS$ac_delim
3451 _ACEOF
3453 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 78; then
3454 break
3455 elif $ac_last_try; then
3456 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3457 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
3458 { (exit 1); exit 1; }; }
3459 else
3460 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3462 done
3464 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
3465 if test -n "$ac_eof"; then
3466 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
3467 ac_eof=`expr $ac_eof + 1`
3470 cat >>$CONFIG_STATUS <<_ACEOF
3471 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
3472 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
3473 _ACEOF
3474 sed '
3475 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
3476 s/^/s,@/; s/!/@,|#_!!_#|/
3479 s/'"$ac_delim"'$/,g/; t
3480 s/$/\\/; p
3481 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
3482 ' >>$CONFIG_STATUS <conf$$subs.sed
3483 rm -f conf$$subs.sed
3484 cat >>$CONFIG_STATUS <<_ACEOF
3485 :end
3486 s/|#_!!_#|//g
3487 CEOF$ac_eof
3488 _ACEOF
3491 # VPATH may cause trouble with some makes, so we remove $(srcdir),
3492 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
3493 # trailing colons and then remove the whole line if VPATH becomes empty
3494 # (actually we leave an empty line to preserve line numbers).
3495 if test "x$srcdir" = x.; then
3496 ac_vpsub='/^[ ]*VPATH[ ]*=/{
3497 s/:*\$(srcdir):*/:/
3498 s/:*\${srcdir}:*/:/
3499 s/:*@srcdir@:*/:/
3500 s/^\([^=]*=[ ]*\):*/\1/
3501 s/:*$//
3502 s/^[^=]*=[ ]*$//
3506 cat >>$CONFIG_STATUS <<\_ACEOF
3507 fi # test -n "$CONFIG_FILES"
3510 for ac_tag in :F $CONFIG_FILES
3512 case $ac_tag in
3513 :[FHLC]) ac_mode=$ac_tag; continue;;
3514 esac
3515 case $ac_mode$ac_tag in
3516 :[FHL]*:*);;
3517 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
3518 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
3519 { (exit 1); exit 1; }; };;
3520 :[FH]-) ac_tag=-:-;;
3521 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
3522 esac
3523 ac_save_IFS=$IFS
3524 IFS=:
3525 set x $ac_tag
3526 IFS=$ac_save_IFS
3527 shift
3528 ac_file=$1
3529 shift
3531 case $ac_mode in
3532 :L) ac_source=$1;;
3533 :[FH])
3534 ac_file_inputs=
3535 for ac_f
3537 case $ac_f in
3538 -) ac_f="$tmp/stdin";;
3539 *) # Look for the file first in the build tree, then in the source tree
3540 # (if the path is not absolute). The absolute path cannot be DOS-style,
3541 # because $ac_f cannot contain `:'.
3542 test -f "$ac_f" ||
3543 case $ac_f in
3544 [\\/$]*) false;;
3545 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
3546 esac ||
3547 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
3548 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
3549 { (exit 1); exit 1; }; };;
3550 esac
3551 ac_file_inputs="$ac_file_inputs $ac_f"
3552 done
3554 # Let's still pretend it is `configure' which instantiates (i.e., don't
3555 # use $as_me), people would be surprised to read:
3556 # /* config.h. Generated by config.status. */
3557 configure_input="Generated from "`IFS=:
3558 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3559 if test x"$ac_file" != x-; then
3560 configure_input="$ac_file. $configure_input"
3561 { echo "$as_me:$LINENO: creating $ac_file" >&5
3562 echo "$as_me: creating $ac_file" >&6;}
3565 case $ac_tag in
3566 *:-:* | *:-) cat >"$tmp/stdin";;
3567 esac
3569 esac
3571 ac_dir=`$as_dirname -- "$ac_file" ||
3572 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3573 X"$ac_file" : 'X\(//\)[^/]' \| \
3574 X"$ac_file" : 'X\(//\)$' \| \
3575 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3576 echo X"$ac_file" |
3577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3578 s//\1/
3581 /^X\(\/\/\)[^/].*/{
3582 s//\1/
3585 /^X\(\/\/\)$/{
3586 s//\1/
3589 /^X\(\/\).*/{
3590 s//\1/
3593 s/.*/./; q'`
3594 { as_dir="$ac_dir"
3595 case $as_dir in #(
3596 -*) as_dir=./$as_dir;;
3597 esac
3598 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3599 as_dirs=
3600 while :; do
3601 case $as_dir in #(
3602 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3603 *) as_qdir=$as_dir;;
3604 esac
3605 as_dirs="'$as_qdir' $as_dirs"
3606 as_dir=`$as_dirname -- "$as_dir" ||
3607 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3608 X"$as_dir" : 'X\(//\)[^/]' \| \
3609 X"$as_dir" : 'X\(//\)$' \| \
3610 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3611 echo X"$as_dir" |
3612 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3613 s//\1/
3616 /^X\(\/\/\)[^/].*/{
3617 s//\1/
3620 /^X\(\/\/\)$/{
3621 s//\1/
3624 /^X\(\/\).*/{
3625 s//\1/
3628 s/.*/./; q'`
3629 test -d "$as_dir" && break
3630 done
3631 test -z "$as_dirs" || eval "mkdir $as_dirs"
3632 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3633 echo "$as_me: error: cannot create directory $as_dir" >&2;}
3634 { (exit 1); exit 1; }; }; }
3635 ac_builddir=.
3637 case "$ac_dir" in
3638 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3640 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3641 # A ".." for each directory in $ac_dir_suffix.
3642 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3643 case $ac_top_builddir_sub in
3644 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3645 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3646 esac ;;
3647 esac
3648 ac_abs_top_builddir=$ac_pwd
3649 ac_abs_builddir=$ac_pwd$ac_dir_suffix
3650 # for backward compatibility:
3651 ac_top_builddir=$ac_top_build_prefix
3653 case $srcdir in
3654 .) # We are building in place.
3655 ac_srcdir=.
3656 ac_top_srcdir=$ac_top_builddir_sub
3657 ac_abs_top_srcdir=$ac_pwd ;;
3658 [\\/]* | ?:[\\/]* ) # Absolute name.
3659 ac_srcdir=$srcdir$ac_dir_suffix;
3660 ac_top_srcdir=$srcdir
3661 ac_abs_top_srcdir=$srcdir ;;
3662 *) # Relative name.
3663 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3664 ac_top_srcdir=$ac_top_build_prefix$srcdir
3665 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3666 esac
3667 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3670 case $ac_mode in
3673 # CONFIG_FILE
3676 case $INSTALL in
3677 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3678 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3679 esac
3680 ac_MKDIR_P=$MKDIR_P
3681 case $MKDIR_P in
3682 [\\/$]* | ?:[\\/]* ) ;;
3683 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
3684 esac
3685 _ACEOF
3687 cat >>$CONFIG_STATUS <<\_ACEOF
3688 # If the template does not know about datarootdir, expand it.
3689 # FIXME: This hack should be removed a few years after 2.60.
3690 ac_datarootdir_hack=; ac_datarootdir_seen=
3692 case `sed -n '/datarootdir/ {
3696 /@datadir@/p
3697 /@docdir@/p
3698 /@infodir@/p
3699 /@localedir@/p
3700 /@mandir@/p
3701 ' $ac_file_inputs` in
3702 *datarootdir*) ac_datarootdir_seen=yes;;
3703 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3704 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3705 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3706 _ACEOF
3707 cat >>$CONFIG_STATUS <<_ACEOF
3708 ac_datarootdir_hack='
3709 s&@datadir@&$datadir&g
3710 s&@docdir@&$docdir&g
3711 s&@infodir@&$infodir&g
3712 s&@localedir@&$localedir&g
3713 s&@mandir@&$mandir&g
3714 s&\\\${datarootdir}&$datarootdir&g' ;;
3715 esac
3716 _ACEOF
3718 # Neutralize VPATH when `$srcdir' = `.'.
3719 # Shell code in configure.ac might set extrasub.
3720 # FIXME: do we really want to maintain this feature?
3721 cat >>$CONFIG_STATUS <<_ACEOF
3722 sed "$ac_vpsub
3723 $extrasub
3724 _ACEOF
3725 cat >>$CONFIG_STATUS <<\_ACEOF
3727 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3728 s&@configure_input@&$configure_input&;t t
3729 s&@top_builddir@&$ac_top_builddir_sub&;t t
3730 s&@srcdir@&$ac_srcdir&;t t
3731 s&@abs_srcdir@&$ac_abs_srcdir&;t t
3732 s&@top_srcdir@&$ac_top_srcdir&;t t
3733 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3734 s&@builddir@&$ac_builddir&;t t
3735 s&@abs_builddir@&$ac_abs_builddir&;t t
3736 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3737 s&@INSTALL@&$ac_INSTALL&;t t
3738 s&@MKDIR_P@&$ac_MKDIR_P&;t t
3739 $ac_datarootdir_hack
3740 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3742 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3743 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3744 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3745 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3746 which seems to be undefined. Please make sure it is defined." >&5
3747 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3748 which seems to be undefined. Please make sure it is defined." >&2;}
3750 rm -f "$tmp/stdin"
3751 case $ac_file in
3752 -) cat "$tmp/out"; rm -f "$tmp/out";;
3753 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3754 esac
3759 esac
3761 done # for ac_tag
3764 { (exit 0); exit 0; }
3765 _ACEOF
3766 chmod +x $CONFIG_STATUS
3767 ac_clean_files=$ac_clean_files_save
3770 # configure is writing to config.log, and then calls config.status.
3771 # config.status does its own redirection, appending to config.log.
3772 # Unfortunately, on DOS this fails, as config.log is still kept open
3773 # by configure, so config.status won't be able to write to it; its
3774 # output is simply discarded. So we exec the FD to /dev/null,
3775 # effectively closing config.log, so it can be properly (re)opened and
3776 # appended to by config.status. When coming back to configure, we
3777 # need to make the FD available again.
3778 if test "$no_create" != yes; then
3779 ac_cs_success=:
3780 ac_config_status_args=
3781 test "$silent" = yes &&
3782 ac_config_status_args="$ac_config_status_args --quiet"
3783 exec 5>/dev/null
3784 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3785 exec 5>>config.log
3786 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3787 # would make configure fail if this is the last instruction.
3788 $ac_cs_success || { (exit 1); exit 1; }
3792 echo
3793 echo Ready to build dragbox
3794 echo Options
3795 echo dbus ....... $dbus_enabled
3796 echo debug ...... $debug_enabled