2 # From configure.in Id.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.69 for wxWidgets 2.9.5.
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
12 # This configure script is free software; the Free Software Foundation
13 # gives unlimited permission to copy, distribute and modify it.
14 ## -------------------- ##
15 ## M4sh Initialization. ##
16 ## -------------------- ##
18 # Be more Bourne compatible
19 DUALCASE
=1; export DUALCASE
# for MKS sh
20 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 # is contrary to our usage. Disable this feature.
25 alias -g '${1+"$@"}'='"$@"'
28 case `(set -o) 2>/dev/null` in #(
40 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
44 # Prefer a ksh shell builtin over an external printf program on Solaris,
45 # but without wasting forks for bash or zsh.
46 if test -z "$BASH_VERSION$ZSH_VERSION" \
47 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo_n='print
-rn --'
50 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
54 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
55 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
56 as_echo_n='/usr
/ucb
/echo -n'
58 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
63 expr "X$arg" : "X\\(.*\\)$as_nl";
64 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 as_echo_n='sh
-c $as_echo_n_body as_echo
'
72 as_echo='sh
-c $as_echo_body as_echo
'
75 # The user is always right.
76 if test "${PATH_SEPARATOR+set}" != set; then
78 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
79 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
86 # We need space, tab and new line, in precisely that order. Quoting is
87 # there to prevent editors from complaining about space-tab.
88 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
89 # splitting by setting IFS to empty value.)
92 # Find who we are. Look in the path if we contain no directory separator.
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x
; then
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var
in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\
${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev
/null
2>&1 && unset $as_var || :
136 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
138 # Use a proper internal environment variable to ensure we don't fall
139 # into an infinite loop, continuously re-executing ourselves.
140 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
141 _as_can_reexec
=no
; export _as_can_reexec
;
142 # We cannot yet assume a decent shell, so we have to provide a
143 # neutralization value for shells without unset; and this also
144 # works around shells that cannot unset nonexistent variables.
145 # Preserve -v and -x to the replacement shell.
148 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
150 *v
*x
* | *x
*v
* ) as_opts
=-vx ;;
155 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 # Admittedly, this is quite paranoid, since all the known shells bail
157 # out after a failed `exec'.
158 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
161 # We don't want this to propagate to other subprocesses.
162 { _as_can_reexec
=; unset _as_can_reexec
;}
163 if test "x$CONFIG_SHELL" = x
; then
164 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
167 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
168 # is contrary to our usage. Disable this feature.
169 alias -g '\${1+\"\$@\"}'='\"\$@\"'
172 case \`(set -o) 2>/dev/null\` in #(
180 as_required
="as_fn_return () { (exit \$1); }
181 as_fn_success () { as_fn_return 0; }
182 as_fn_failure () { as_fn_return 1; }
183 as_fn_ret_success () { return 0; }
184 as_fn_ret_failure () { return 1; }
187 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
188 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
190 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
191 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
194 exitcode=1; echo positional parameters were not saved.
196 test x\$exitcode = x0 || exit 1
198 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
199 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
200 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
201 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
202 test \$(( 1 + 1 )) = 2 || exit 1"
203 if (eval "$as_required") 2>/dev
/null
; then :
208 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
213 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
216 test -z "$as_dir" && as_dir
=.
220 for as_base
in sh bash ksh sh5
; do
221 # Try only shells that exist, to save several forks.
222 as_shell
=$as_dir/$as_base
223 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
224 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
225 CONFIG_SHELL
=$as_shell as_have_required
=yes
226 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
234 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
235 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
236 CONFIG_SHELL
=$SHELL as_have_required
=yes
241 if test "x$CONFIG_SHELL" != x
; then :
243 # We cannot yet assume a decent shell, so we have to provide a
244 # neutralization value for shells without unset; and this also
245 # works around shells that cannot unset nonexistent variables.
246 # Preserve -v and -x to the replacement shell.
249 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
251 *v
*x
* | *x
*v
* ) as_opts
=-vx ;;
256 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
257 # Admittedly, this is quite paranoid, since all the known shells bail
258 # out after a failed `exec'.
259 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
263 if test x
$as_have_required = xno
; then :
264 $as_echo "$0: This script requires a shell more modern than all"
265 $as_echo "$0: the shells that I found on your system."
266 if test x
${ZSH_VERSION+set} = xset
; then
267 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
270 $as_echo "$0: Please tell bug-autoconf@gnu.org and
271 $0: wx-dev@lists.wxwidgets.org about your system, including
272 $0: any error possibly output before this message. Then
273 $0: install a modern shell, or manually run the script
274 $0: under such a shell if you do have one."
280 SHELL
=${CONFIG_SHELL-/bin/sh}
282 # Unset more variables known to interfere with behavior of common tools.
283 CLICOLOR_FORCE
= GREP_OPTIONS
=
284 unset CLICOLOR_FORCE GREP_OPTIONS
286 ## --------------------- ##
287 ## M4sh Shell Functions. ##
288 ## --------------------- ##
291 # Portably unset VAR.
294 { eval $1=; unset $1;}
298 # as_fn_set_status STATUS
299 # -----------------------
300 # Set $? to STATUS, without forking.
308 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
318 # Create "$as_dir" as a directory, including parents if necessary.
323 -*) as_dir
=.
/$as_dir;;
325 test -d "$as_dir" || eval $as_mkdir_p || {
329 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
332 as_dirs
="'$as_qdir' $as_dirs"
333 as_dir
=`$as_dirname -- "$as_dir" ||
334 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
335 X"$as_dir" : 'X\(//\)[^/]' \| \
336 X"$as_dir" : 'X\(//\)$' \| \
337 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
338 $as_echo X"$as_dir" |
339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
356 test -d "$as_dir" && break
358 test -z "$as_dirs" || eval "mkdir $as_dirs"
359 } || test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
364 # as_fn_executable_p FILE
365 # -----------------------
366 # Test if FILE is an executable regular file.
367 as_fn_executable_p
()
369 test -f "$1" && test -x "$1"
370 } # as_fn_executable_p
371 # as_fn_append VAR VALUE
372 # ----------------------
373 # Append the text in VALUE to the end of the definition contained in VAR. Take
374 # advantage of any shell optimizations that allow amortized linear growth over
375 # repeated appends, instead of the typical quadratic growth present in naive
377 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
378 eval 'as_fn_append ()
391 # Perform arithmetic evaluation on the ARGs, and store the result in the
392 # global $as_val. Take advantage of shells that can avoid forks. The arguments
393 # must be portable across $(()) and expr.
394 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
402 as_val
=`expr "$@" || test $? -eq 1`
407 # as_fn_error STATUS ERROR [LINENO LOG_FD]
408 # ----------------------------------------
409 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
410 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
411 # script with STATUS, using 1 if that was 0.
414 as_status
=$1; test $as_status -eq 0 && as_status
=1
416 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
417 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
419 $as_echo "$as_me: error: $2" >&2
420 as_fn_exit
$as_status
423 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
424 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
430 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
436 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
442 as_me
=`$as_basename -- "$0" ||
443 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
444 X"$0" : 'X\(//\)$' \| \
445 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
447 sed '/^.*\/\([^/][^/]*\)\/*$/{
461 # Avoid depending upon Character Ranges.
462 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
463 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
464 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
465 as_cr_digits
='0123456789'
466 as_cr_alnum
=$as_cr_Letters$as_cr_digits
469 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
470 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
471 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
472 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
473 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
485 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
489 chmod +x
"$as_me.lineno" ||
490 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
492 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
493 # already done that, so ensure we don't try to do so again and fall
494 # in an infinite loop. This has already happened in practice.
495 _as_can_reexec
=no
; export _as_can_reexec
496 # Don't try to exec as it changes $[0], causing all sort of problems
497 # (the dirname of $[0] is not the place where we might find the
498 # original and so on. Autoconf is especially sensitive to this).
500 # Exit status is that of the last command.
504 ECHO_C
= ECHO_N
= ECHO_T
=
505 case `echo -n x` in #(((((
507 case `echo 'xy\c'` in
508 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
510 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
517 rm -f conf$$ conf$$.exe conf$$.
file
518 if test -d conf$$.dir
; then
519 rm -f conf$$.dir
/conf$$.
file
522 mkdir conf$$.dir
2>/dev
/null
524 if (echo >conf$$.
file) 2>/dev
/null
; then
525 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
527 # ... but there are two gotchas:
528 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
529 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
530 # In both cases, we have to default to `cp -pR'.
531 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
533 elif ln conf$$.
file conf$$
2>/dev
/null
; then
541 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
542 rmdir conf$$.dir
2>/dev
/null
544 if mkdir -p .
2>/dev
/null
; then
545 as_mkdir_p
='mkdir -p "$as_dir"'
547 test -d .
/-p && rmdir .
/-p
552 as_executable_p
=as_fn_executable_p
554 # Sed expression to map a string onto a valid CPP name.
555 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
557 # Sed expression to map a string onto a valid variable name.
558 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
561 test -n "$DJDIR" || exec 7<&0 </dev
/null
565 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
566 # so uname gets run too.
567 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
572 ac_default_prefix
=/usr
/local
574 ac_config_libobj_dir
=.
581 # Identity of this package.
582 PACKAGE_NAME
='wxWidgets'
583 PACKAGE_TARNAME
='wxwidgets'
584 PACKAGE_VERSION
='2.9.5'
585 PACKAGE_STRING
='wxWidgets 2.9.5'
586 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
589 ac_unique_file
="wx-config.in"
590 # Factoring default headers for most tests.
591 ac_includes_default
="\
593 #ifdef HAVE_SYS_TYPES_H
594 # include <sys/types.h>
596 #ifdef HAVE_SYS_STAT_H
597 # include <sys/stat.h>
603 # ifdef HAVE_STDLIB_H
608 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
613 #ifdef HAVE_STRINGS_H
614 # include <strings.h>
616 #ifdef HAVE_INTTYPES_H
617 # include <inttypes.h>
626 enable_option_checking
=no
627 ac_subst_vars
='LTLIBOBJS
635 WX_RESOURCES_MACOSX_DATA
636 WX_RESOURCES_MACOSX_ASCII
668 WX_LIBRARY_BASENAME_GUI
669 WX_LIBRARY_BASENAME_NOGUI
672 COND_wxUSE_ZLIB_builtin
673 COND_wxUSE_REGEX_builtin
674 COND_wxUSE_LIBTIFF_builtin
675 COND_wxUSE_LIBPNG_builtin
676 COND_wxUSE_LIBJPEG_builtin
677 COND_wxUSE_EXPAT_builtin
680 COND_WITH_PLUGIN_SDL_1
681 COND_WINDOWS_IMPLIB_1
686 COND_USE_SOVERSOLARIS_1
687 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
689 COND_USE_SOVERLINUX_1
690 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
691 COND_USE_SOTWOSYMLINKS_1
697 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
698 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
699 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
700 COND_USE_GUI_1_WXUNIV_1
701 COND_USE_GUI_1_WXUNIV_0
702 COND_USE_GUI_1_USE_OPENGL_1
705 COND_USE_EXCEPTIONS_1
706 COND_USE_EXCEPTIONS_0
709 COND_TOOLKIT_X11_USE_GUI_1
711 COND_TOOLKIT_WINCE_WXUNIV_0
712 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
713 COND_TOOLKIT_WINCE_USE_GUI_1
715 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
716 COND_TOOLKIT_PM_USE_GUI_1
718 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
719 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
720 COND_TOOLKIT_OSX_IPHONE
721 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
722 COND_TOOLKIT_OSX_COCOA
723 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
724 COND_TOOLKIT_OSX_CARBON
725 COND_TOOLKIT_MSW_WXUNIV_0
726 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
727 COND_TOOLKIT_MSW_USE_GUI_1
729 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
730 COND_TOOLKIT_MOTIF_USE_GUI_1
733 COND_TOOLKIT_GTK_USE_GUI_1
734 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
735 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
736 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
737 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
738 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
739 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
740 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
741 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
742 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
743 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
744 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
745 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
746 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
748 COND_TOOLKIT_DFB_USE_GUI_1
750 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
751 COND_TOOLKIT_COCOA_USE_GUI_1
754 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
756 COND_SHARED_0_wxUSE_ZLIB_builtin
757 COND_SHARED_0_wxUSE_REGEX_builtin
758 COND_SHARED_0_wxUSE_EXPAT_builtin
759 COND_SHARED_0_USE_STC_1
760 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
761 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
762 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
763 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
764 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
765 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
766 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
768 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
769 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
770 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
771 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
772 COND_PLATFORM_WIN32_1_SHARED_0
773 COND_PLATFORM_WIN32_1
774 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
775 COND_PLATFORM_WIN32_0
776 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
777 COND_PLATFORM_UNIX_1_USE_GUI_1
778 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
779 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
780 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
781 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
785 COND_PLATFORM_MSDOS_1
786 COND_PLATFORM_MSDOS_0
789 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
790 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
791 COND_PLATFORM_MACOSX_1_USE_GUI_1
792 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
793 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
794 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
795 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
796 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
797 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
798 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
799 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
800 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
801 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
802 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
803 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
804 COND_PLATFORM_MACOSX_1
805 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
806 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
807 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
808 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
809 COND_MONOLITHIC_1_SHARED_1
810 COND_MONOLITHIC_1_SHARED_0
812 COND_MONOLITHIC_0_USE_XRC_1
813 COND_MONOLITHIC_0_USE_WEBVIEW_1
814 COND_MONOLITHIC_0_USE_STC_1
815 COND_MONOLITHIC_0_USE_RICHTEXT_1
816 COND_MONOLITHIC_0_USE_RIBBON_1
817 COND_MONOLITHIC_0_USE_QA_1
818 COND_MONOLITHIC_0_USE_PROPGRID_1
819 COND_MONOLITHIC_0_USE_MEDIA_1
820 COND_MONOLITHIC_0_USE_HTML_1
821 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
822 COND_MONOLITHIC_0_USE_GUI_1
823 COND_MONOLITHIC_0_USE_AUI_1
824 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
825 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
826 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
827 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
828 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
829 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
830 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
831 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
832 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
833 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
834 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
835 COND_MONOLITHIC_0_SHARED_1
836 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
837 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
838 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
839 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
840 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
841 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
842 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
843 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
844 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
845 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
846 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
847 COND_MONOLITHIC_0_SHARED_0
856 COND_BUILD_release_DEBUG_INFO_default
858 COND_BUILD_debug_DEBUG_INFO_default
862 ICC_PCH_CREATE_SWITCH
970 LIBGNOMEPRINTUI_CFLAGS
1061 program_transform_name
1074 enable_option_checking
1080 enable_official_build
1124 with_macosx_version_min
1133 enable_std_containers
1134 enable_std_iostreams
1136 enable_std_string_conv_in_wxstring
1141 enable_extended_rtti
1146 enable_no_exceptions
1149 enable_vararg_macros
1150 enable_universal_binary
1155 enable_objc_uniquifying
1184 enable_dynamicloader
1201 enable_printfposparam
1216 enable_protocol_http
1218 enable_protocol_file
1269 enable_commandlinkbutton
1296 enable_rearrangectrl
1345 enable_accessibility
1348 enable_webviewwebkit
1368 with_gtk_exec_prefix
1370 with_libiconv_prefix
1372 with_sdl_exec_prefix
1374 enable_dependency_tracking
1375 enable_precomp_headers
1377 with_cppunit_exec_prefix
1379 ac_precious_vars
='build_alias
1416 LIBGNOMEPRINTUI_CFLAGS
1417 LIBGNOMEPRINTUI_LIBS
1432 ac_subdirs_all
='src/tiff
1435 # Initialize some variables set by options.
1437 ac_init_version
=false
1438 ac_unrecognized_opts
=
1439 ac_unrecognized_sep
=
1440 # The variables have the same names as the options, with
1441 # dashes changed to underlines.
1442 cache_file
=/dev
/null
1449 program_transform_name
=s
,x
,x
,
1457 # Installation directory options.
1458 # These are left unexpanded so users can "make install exec_prefix=/foo"
1459 # and all the variables that are supposed to be based on exec_prefix
1460 # by default will actually change.
1461 # Use braces instead of parens because sh, perl, etc. also accept them.
1462 # (The list follows the same order as the GNU Coding Standards.)
1463 bindir
='${exec_prefix}/bin'
1464 sbindir
='${exec_prefix}/sbin'
1465 libexecdir
='${exec_prefix}/libexec'
1466 datarootdir
='${prefix}/share'
1467 datadir
='${datarootdir}'
1468 sysconfdir
='${prefix}/etc'
1469 sharedstatedir
='${prefix}/com'
1470 localstatedir
='${prefix}/var'
1471 includedir
='${prefix}/include'
1472 oldincludedir
='/usr/include'
1473 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1474 infodir
='${datarootdir}/info'
1479 libdir
='${exec_prefix}/lib'
1480 localedir
='${datarootdir}/locale'
1481 mandir
='${datarootdir}/man'
1487 # If the previous option needs an argument, assign it.
1488 if test -n "$ac_prev"; then
1489 eval $ac_prev=\
$ac_option
1495 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1500 # Accept the important Cygnus configure options, so we can diagnose typos.
1502 case $ac_dashdash$ac_option in
1506 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1508 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1509 bindir
=$ac_optarg ;;
1511 -build | --build | --buil | --bui | --bu)
1512 ac_prev
=build_alias
;;
1513 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1514 build_alias
=$ac_optarg ;;
1516 -cache-file | --cache-file | --cache-fil | --cache-fi \
1517 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1518 ac_prev
=cache_file
;;
1519 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1520 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1521 cache_file
=$ac_optarg ;;
1523 --config-cache | -C)
1524 cache_file
=config.cache
;;
1526 -datadir | --datadir | --datadi | --datad)
1528 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1529 datadir
=$ac_optarg ;;
1531 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1532 | --dataroo | --dataro | --datar)
1533 ac_prev
=datarootdir
;;
1534 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1535 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1536 datarootdir
=$ac_optarg ;;
1538 -disable-* | --disable-*)
1539 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1540 # Reject names that are not valid shell variable names.
1541 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1542 as_fn_error $?
"invalid feature name: $ac_useropt"
1543 ac_useropt_orig
=$ac_useropt
1544 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1545 case $ac_user_opts in
1547 "enable_
$ac_useropt"
1549 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1550 ac_unrecognized_sep
=', ';;
1552 eval enable_
$ac_useropt=no
;;
1554 -docdir | --docdir | --docdi | --doc | --do)
1556 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1557 docdir
=$ac_optarg ;;
1559 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1561 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1562 dvidir
=$ac_optarg ;;
1564 -enable-* | --enable-*)
1565 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1566 # Reject names that are not valid shell variable names.
1567 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1568 as_fn_error $?
"invalid feature name: $ac_useropt"
1569 ac_useropt_orig
=$ac_useropt
1570 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1571 case $ac_user_opts in
1573 "enable_
$ac_useropt"
1575 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1576 ac_unrecognized_sep
=', ';;
1578 eval enable_
$ac_useropt=\
$ac_optarg ;;
1580 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1581 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1582 | --exec | --exe | --ex)
1583 ac_prev
=exec_prefix
;;
1584 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1585 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1586 | --exec=* | --exe=* | --ex=*)
1587 exec_prefix
=$ac_optarg ;;
1589 -gas | --gas | --ga | --g)
1590 # Obsolete; use --with-gas.
1593 -help | --help | --hel | --he | -h)
1594 ac_init_help
=long
;;
1595 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
1596 ac_init_help
=recursive
;;
1597 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
1598 ac_init_help
=short
;;
1600 -host | --host | --hos | --ho)
1601 ac_prev
=host_alias
;;
1602 -host=* | --host=* | --hos=* | --ho=*)
1603 host_alias
=$ac_optarg ;;
1605 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1607 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1609 htmldir
=$ac_optarg ;;
1611 -includedir | --includedir | --includedi | --included | --include \
1612 | --includ | --inclu | --incl | --inc)
1613 ac_prev
=includedir
;;
1614 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1615 | --includ=* | --inclu=* | --incl=* | --inc=*)
1616 includedir
=$ac_optarg ;;
1618 -infodir | --infodir | --infodi | --infod | --info | --inf)
1620 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1621 infodir
=$ac_optarg ;;
1623 -libdir | --libdir | --libdi | --libd)
1625 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1626 libdir
=$ac_optarg ;;
1628 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1629 | --libexe | --libex | --libe)
1630 ac_prev
=libexecdir
;;
1631 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1632 | --libexe=* | --libex=* | --libe=*)
1633 libexecdir
=$ac_optarg ;;
1635 -localedir | --localedir | --localedi | --localed | --locale)
1636 ac_prev
=localedir
;;
1637 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1638 localedir
=$ac_optarg ;;
1640 -localstatedir | --localstatedir | --localstatedi | --localstated \
1641 | --localstate | --localstat | --localsta | --localst | --locals)
1642 ac_prev
=localstatedir
;;
1643 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1644 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1645 localstatedir
=$ac_optarg ;;
1647 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1649 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1650 mandir
=$ac_optarg ;;
1652 -nfp | --nfp | --nf)
1653 # Obsolete; use --without-fp.
1656 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1657 | --no-cr | --no-c | -n)
1660 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1661 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1664 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1665 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1666 | --oldin | --oldi | --old | --ol | --o)
1667 ac_prev
=oldincludedir
;;
1668 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1669 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1670 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1671 oldincludedir
=$ac_optarg ;;
1673 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1675 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1676 prefix
=$ac_optarg ;;
1678 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1679 | --program-pre | --program-pr | --program-p)
1680 ac_prev
=program_prefix
;;
1681 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1682 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1683 program_prefix
=$ac_optarg ;;
1685 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1686 | --program-suf | --program-su | --program-s)
1687 ac_prev
=program_suffix
;;
1688 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1689 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1690 program_suffix
=$ac_optarg ;;
1692 -program-transform-name | --program-transform-name \
1693 | --program-transform-nam | --program-transform-na \
1694 | --program-transform-n | --program-transform- \
1695 | --program-transform | --program-transfor \
1696 | --program-transfo | --program-transf \
1697 | --program-trans | --program-tran \
1698 | --progr-tra | --program-tr | --program-t)
1699 ac_prev
=program_transform_name
;;
1700 -program-transform-name=* | --program-transform-name=* \
1701 | --program-transform-nam=* | --program-transform-na=* \
1702 | --program-transform-n=* | --program-transform-=* \
1703 | --program-transform=* | --program-transfor=* \
1704 | --program-transfo=* | --program-transf=* \
1705 | --program-trans=* | --program-tran=* \
1706 | --progr-tra=* | --program-tr=* | --program-t=*)
1707 program_transform_name
=$ac_optarg ;;
1709 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1711 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1712 pdfdir
=$ac_optarg ;;
1714 -psdir | --psdir | --psdi | --psd | --ps)
1716 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1719 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1720 | -silent | --silent | --silen | --sile | --sil)
1723 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1725 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1727 sbindir
=$ac_optarg ;;
1729 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1730 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1731 | --sharedst | --shareds | --shared | --share | --shar \
1733 ac_prev
=sharedstatedir
;;
1734 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1735 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1736 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1738 sharedstatedir
=$ac_optarg ;;
1740 -site | --site | --sit)
1742 -site=* | --site=* | --sit=*)
1745 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1747 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1748 srcdir
=$ac_optarg ;;
1750 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1751 | --syscon | --sysco | --sysc | --sys | --sy)
1752 ac_prev
=sysconfdir
;;
1753 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1754 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1755 sysconfdir
=$ac_optarg ;;
1757 -target | --target | --targe | --targ | --tar | --ta | --t)
1758 ac_prev
=target_alias
;;
1759 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1760 target_alias
=$ac_optarg ;;
1762 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1765 -version | --version | --versio | --versi | --vers | -V)
1766 ac_init_version
=: ;;
1769 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1770 # Reject names that are not valid shell variable names.
1771 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1772 as_fn_error $?
"invalid package name: $ac_useropt"
1773 ac_useropt_orig
=$ac_useropt
1774 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1775 case $ac_user_opts in
1779 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1780 ac_unrecognized_sep
=', ';;
1782 eval with_
$ac_useropt=\
$ac_optarg ;;
1784 -without-* | --without-*)
1785 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1786 # Reject names that are not valid shell variable names.
1787 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1788 as_fn_error $?
"invalid package name: $ac_useropt"
1789 ac_useropt_orig
=$ac_useropt
1790 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1791 case $ac_user_opts in
1795 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1796 ac_unrecognized_sep
=', ';;
1798 eval with_
$ac_useropt=no
;;
1801 # Obsolete; use --with-x.
1804 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1805 | --x-incl | --x-inc | --x-in | --x-i)
1806 ac_prev
=x_includes
;;
1807 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1808 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1809 x_includes
=$ac_optarg ;;
1811 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1812 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1813 ac_prev
=x_libraries
;;
1814 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1815 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1816 x_libraries
=$ac_optarg ;;
1818 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1819 Try \`$0 --help' for more information"
1823 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1824 # Reject names that are not valid shell variable names.
1825 case $ac_envvar in #(
1826 '' | [0-9]* | *[!_$as_cr_alnum]* )
1827 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1829 eval $ac_envvar=\
$ac_optarg
1830 export $ac_envvar ;;
1833 # FIXME: should be removed in autoconf 3.0.
1834 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1835 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1836 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1837 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1843 if test -n "$ac_prev"; then
1844 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1845 as_fn_error $?
"missing argument to $ac_option"
1848 if test -n "$ac_unrecognized_opts"; then
1849 case $enable_option_checking in
1851 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1852 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1856 # Check all directory arguments for consistency.
1857 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1858 datadir sysconfdir sharedstatedir localstatedir includedir \
1859 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1860 libdir localedir mandir
1862 eval ac_val
=\$
$ac_var
1863 # Remove trailing slashes.
1866 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1867 eval $ac_var=\
$ac_val;;
1869 # Be sure to have absolute directory names.
1871 [\\/$
]* | ?
:[\\/]* ) continue;;
1872 NONE
| '' ) case $ac_var in *prefix
) continue;; esac;;
1874 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1877 # There might be people who depend on the old broken behavior: `$host'
1878 # used to hold the argument of --host etc.
1879 # FIXME: To remove some day.
1882 target
=$target_alias
1884 # FIXME: To remove some day.
1885 if test "x$host_alias" != x
; then
1886 if test "x$build_alias" = x
; then
1887 cross_compiling
=maybe
1888 elif test "x$build_alias" != "x$host_alias"; then
1894 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1896 test "$silent" = yes && exec 6>/dev
/null
1899 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1900 ac_ls_di
=`ls -di .` &&
1901 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1902 as_fn_error $?
"working directory cannot be determined"
1903 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1904 as_fn_error $?
"pwd does not report name of working directory"
1907 # Find the source files, if location was not specified.
1908 if test -z "$srcdir"; then
1909 ac_srcdir_defaulted
=yes
1910 # Try the directory containing this script, then the parent directory.
1911 ac_confdir
=`$as_dirname -- "$as_myself" ||
1912 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1913 X"$as_myself" : 'X\(//\)[^/]' \| \
1914 X"$as_myself" : 'X\(//\)$' \| \
1915 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1916 $as_echo X"$as_myself" |
1917 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1935 if test ! -r "$srcdir/$ac_unique_file"; then
1939 ac_srcdir_defaulted
=no
1941 if test ! -r "$srcdir/$ac_unique_file"; then
1942 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1943 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1945 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1947 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1949 # When building in place, set srcdir=.
1950 if test "$ac_abs_confdir" = "$ac_pwd"; then
1953 # Remove unnecessary trailing slashes from srcdir.
1954 # Double slashes in file names in object file debugging info
1955 # mess up M-x gdb in Emacs.
1957 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1959 for ac_var
in $ac_precious_vars; do
1960 eval ac_env_
${ac_var}_set
=\
${${ac_var}+set}
1961 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1962 eval ac_cv_env_
${ac_var}_set
=\
${${ac_var}+set}
1963 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1967 # Report the --help message.
1969 if test "$ac_init_help" = "long"; then
1970 # Omit some internal or obsolete options to make the list less imposing.
1971 # This message is too long to be a string in the A/UX 3.1 sh.
1973 \`configure' configures wxWidgets 2.9.5 to adapt to many kinds of systems.
1975 Usage: $0 [OPTION]... [VAR=VALUE]...
1977 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1978 VAR=VALUE. See below for descriptions of some of the useful variables.
1980 Defaults for the options are specified in brackets.
1983 -h, --help display this help and exit
1984 --help=short display options specific to this package
1985 --help=recursive display the short help of all the included packages
1986 -V, --version display version information and exit
1987 -q, --quiet, --silent do not print \`checking ...' messages
1988 --cache-file=FILE cache test results in FILE [disabled]
1989 -C, --config-cache alias for \`--cache-file=config.cache'
1990 -n, --no-create do not create output files
1991 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1993 Installation directories:
1994 --prefix=PREFIX install architecture-independent files in PREFIX
1995 [$ac_default_prefix]
1996 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1999 By default, \`make install' will install all the files in
2000 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2001 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2002 for instance \`--prefix=\$HOME'.
2004 For better control, use the options below.
2006 Fine tuning of the installation directories:
2007 --bindir=DIR user executables [EPREFIX/bin]
2008 --sbindir=DIR system admin executables [EPREFIX/sbin]
2009 --libexecdir=DIR program executables [EPREFIX/libexec]
2010 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2011 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2012 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2013 --libdir=DIR object code libraries [EPREFIX/lib]
2014 --includedir=DIR C header files [PREFIX/include]
2015 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2016 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2017 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2018 --infodir=DIR info documentation [DATAROOTDIR/info]
2019 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2020 --mandir=DIR man documentation [DATAROOTDIR/man]
2021 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
2022 --htmldir=DIR html documentation [DOCDIR]
2023 --dvidir=DIR dvi documentation [DOCDIR]
2024 --pdfdir=DIR pdf documentation [DOCDIR]
2025 --psdir=DIR ps documentation [DOCDIR]
2031 --x-includes=DIR X include files are
in DIR
2032 --x-libraries=DIR X library files are
in DIR
2035 --build=BUILD configure
for building on BUILD
[guessed
]
2036 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
2040 if test -n "$ac_init_help"; then
2041 case $ac_init_help in
2042 short
| recursive
) echo "Configuration of wxWidgets 2.9.5:";;
2047 --disable-option-checking ignore unrecognized
--enable/--with options
2048 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2049 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2050 --disable-gui don
't build GUI parts of the library
2051 --enable-monolithic build wxWidgets as single library
2052 --enable-plugins build parts of wxWidgets as loadable components
2053 --enable-official_build official build of wxWidgets (win32 DLL only)
2054 --enable-vendor=VENDOR vendor name (win32 DLL only)
2055 --disable-all-features disable all optional features to build minimal library
2056 --enable-universal use wxWidgets GUI controls instead of native ones
2057 --enable-nanox use NanoX
2058 --enable-gpe use GNOME PDA Environment features if possible
2059 --enable-debug build library for debugging
2060 --disable-debug_flag disable all debugging support
2061 --enable-debug_info generate debug information
2062 --enable-debug_gdb create code with extra GDB debugging information
2063 --enable-debug_cntxt obsolete, don't use
: use wxDebugContext
2064 --enable-mem_tracing obsolete
, don
't use: create code with memory tracing
2065 --disable-shared create static library instead of shared
2066 --enable-stl use standard C++ classes for everything
2067 --enable-std_containers use standard C++ container classes
2068 --enable-std_iostreams use standard C++ stream classes
2069 --enable-std_string use standard C++ string classes
2070 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
2071 --disable-unicode compile without Unicode support
2072 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
2073 --enable-utf8 use UTF-8 representation for strings (Unix only)
2074 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
2075 --enable-extended_rtti use extended RTTI (XTI)
2076 --enable-omf use OMF object format
2077 --disable-optimise compile without optimisations
2078 --enable-profile create code with profiling information
2079 --enable-no_rtti create code without RTTI information
2080 --enable-no_exceptions create code without C++ exceptions handling
2081 --enable-permissive compile code disregarding strict ANSI
2082 --enable-no_deps create code without dependency information
2083 --disable-vararg_macros don't use vararg macros
, even
if they are supported
2084 --enable-universal_binary=archs create universal binary
for the specified
(or all supported
) architectures
2085 --enable-macosx_arch=ARCH build
for just the specified architecture
2086 --enable-compat26 enable wxWidgets
2.6 compatibility
2087 --disable-compat28 disable wxWidgets
2.8 compatibility
2088 --disable-rpath disable use of rpath
for uninstalled builds
2089 --enable-objc_uniquifying enable Objective
-C class name uniquifying
2090 --disable-visibility disable use of ELF symbols visibility even
if supported
2091 --disable-tls disable use of compiler TLS support
2092 --enable-intl use internationalization system
2093 --enable-xlocale use x
-locale support
(requires wxLocale
)
2094 --enable-config use wxConfig
(and derived
) classes
2095 --enable-protocols use wxProtocol and derived classes
2096 --enable-ftp use wxFTP
(requires wxProtocol
2097 --enable-http use wxHTTP
(requires wxProtocol
2098 --enable-fileproto use wxFileProto class
(requires wxProtocol
2099 --enable-sockets use socket
/network classes
2100 --enable-ipv6 enable IPv6 support
in wxSocket
2101 --enable-ole use OLE classes
(Win32 only
)
2102 --enable-dataobj use data object classes
2103 --enable-ipc use interprocess communication
(wxSocket etc.
)
2104 --enable-baseevtloop use event loop
in console programs too
2105 --enable-epollloop use wxEpollDispatcher class
(Linux only
)
2106 --enable-selectloop use wxSelectDispatcher class
2107 --enable-any use wxAny class
2108 --enable-apple_ieee use the Apple IEEE codec
2109 --enable-arcstream use wxArchive streams
2110 --enable-base64 use base64 encoding
/decoding functions
2111 --enable-backtrace use wxStackWalker class
for getting backtraces
2112 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
2113 --enable-cmdline use wxCmdLineParser class
2114 --enable-datetime use wxDateTime class
2115 --enable-debugreport use wxDebugReport class
2116 --enable-dialupman use dialup network classes
2117 --enable-dynlib use wxLibrary class
for DLL loading
2118 --enable-dynamicloader use
(new
) wxDynamicLibrary class
2119 --enable-exceptions build exception
-safe library
2120 --enable-ffile use wxFFile class
2121 --enable-file use wxFile class
2122 --enable-filehistory use wxFileHistory class
2123 --enable-filesystem use virtual
file systems classes
2124 --enable-fontenum use wxFontEnumerator class
2125 --enable-fontmap use font encodings conversion classes
2126 --enable-fs_archive use virtual archive filesystems
2127 --enable-fs_inet use virtual HTTP
/FTP filesystems
2128 --enable-fs_zip now replaced by fs_archive
2129 --enable-fsvolume use wxFSVolume class
2130 --enable-fswatcher use wxFileSystemWatcher class
2131 --enable-geometry use geometry class
2132 --enable-log use logging system
2133 --enable-longlong use wxLongLong class
2134 --enable-mimetype use wxMimeTypesManager
2135 --enable-printfposparam use wxVsnprintf
() which supports positional parameters
2136 --enable-snglinst use wxSingleInstanceChecker class
2137 --enable-sound use wxSound class
2138 --enable-stdpaths use wxStandardPaths class
2139 --enable-stopwatch use wxStopWatch class
2140 --enable-streams use wxStream etc classes
2141 --enable-sysoptions use wxSystemOptions
2142 --enable-tarstream use wxTar streams
2143 --enable-textbuf use wxTextBuffer class
2144 --enable-textfile use wxTextFile class
2145 --enable-timer use wxTimer class
2146 --enable-variant use wxVariant class
2147 --enable-zipstream use wxZip streams
2148 --enable-url use wxURL class
2149 --enable-protocol use wxProtocol class
2150 --enable-protocol-http HTTP support
in wxProtocol
2151 --enable-protocol-ftp FTP support
in wxProtocol
2152 --enable-protocol-file FILE support
in wxProtocol
2153 --enable-threads use threads
2154 --enable-iniconf use wxIniConfig
(Win32 only
)
2155 --enable-regkey use wxRegKey class
(Win32 only
)
2156 --enable-docview use document view architecture
2157 --enable-help use
help subsystem
2158 --enable-mshtmlhelp use MS HTML Help
(win32
)
2159 --enable-html use wxHTML sub
-library
2160 --enable-htmlhelp use wxHTML
-based help
2161 --enable-xrc use XRC resources sub
-library
2162 --enable-aui use AUI docking library
2163 --enable-propgrid use wxPropertyGrid library
2164 --enable-ribbon use wxRibbon library
2165 --enable-stc use wxStyledTextCtrl library
2166 --enable-constraints use layout
-constraints system
2167 --enable-loggui use standard GUI logger
2168 --enable-logwin use wxLogWindow
2169 --enable-logdialog use wxLogDialog
2170 --enable-mdi use multiple document interface architecture
2171 --enable-mdidoc use docview architecture with MDI
2172 --enable-mediactrl use wxMediaCtrl class
2173 --enable-gstreamer8 force GStreamer
0.8 instead of
0.10 with the wxMediaCtrl class on unix
2174 --enable-richtext use wxRichTextCtrl
2175 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
2176 --enable-printarch use printing architecture
2177 --enable-svg use wxSVGFileDC device context
2178 --enable-webkit use wxWebKitCtrl
(Mac
-only, use wxWebView instead
)
2179 --enable-webview use wxWebView library
2180 --enable-graphics_ctx use graphics context
2D drawing API
2181 --enable-clipboard use wxClipboard class
2182 --enable-dnd use Drag
'n'Drop classes
2183 --disable-controls disable compilation of all standard controls
2184 --enable-markup support wxControl
::SetLabelMarkup
2185 --enable-accel use accelerators
2186 --enable-animatectrl use wxAnimationCtrl class
2187 --enable-bannerwindow use wxBannerWindow class
2188 --enable-artstd use standard XPM icons
in wxArtProvider
2189 --enable-arttango use Tango icons
in wxArtProvider
2190 --enable-bmpbutton use wxBitmapButton class
2191 --enable-bmpcombobox use wxBitmapComboBox class
2192 --enable-button use wxButton class
2193 --enable-calendar use wxCalendarCtrl class
2194 --enable-caret use wxCaret class
2195 --enable-checkbox use wxCheckBox class
2196 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
2197 --enable-choice use wxChoice class
2198 --enable-choicebook use wxChoicebook class
2199 --enable-collpane use wxCollapsiblePane class
2200 --enable-colourpicker use wxColourPickerCtrl class
2201 --enable-combobox use wxComboBox class
2202 --enable-comboctrl use wxComboCtrl class
2203 --enable-commandlinkbutton use wxCommmandLinkButton class
2204 --enable-dataviewctrl use wxDataViewCtrl class
2205 --enable-datepick use wxDatePickerCtrl class
2206 --enable-detect_sm use code to detect X11 session manager
2207 --enable-dirpicker use wxDirPickerCtrl class
2208 --enable-display use wxDisplay class
2209 --enable-editablebox use wxEditableListBox class
2210 --enable-filectrl use wxFileCtrl class
2211 --enable-filepicker use wxFilePickerCtrl class
2212 --enable-fontpicker use wxFontPickerCtrl class
2213 --enable-gauge use wxGauge class
2214 --enable-grid use wxGrid class
2215 --enable-headerctrl use wxHeaderCtrl class
2216 --enable-hyperlink use wxHyperlinkCtrl class
2217 --enable-imaglist use wxImageList class
2218 --enable-infobar use wxInfoBar class
2219 --enable-listbook use wxListbook class
2220 --enable-listbox use wxListBox class
2221 --enable-listctrl use wxListCtrl class
2222 --enable-notebook use wxNotebook class
2223 --enable-notifmsg use wxNotificationMessage class
2224 --enable-odcombobox use wxOwnerDrawnComboBox class
2225 --enable-popupwin use wxPopUpWindow class
2226 --enable-radiobox use wxRadioBox class
2227 --enable-radiobtn use wxRadioButton class
2228 --enable-richmsgdlg use wxRichMessageDialog class
2229 --enable-richtooltip use wxRichToolTip class
2230 --enable-rearrangectrl use wxRearrangeList
/Ctrl
/Dialog
2231 --enable-sash use wxSashWindow class
2232 --enable-scrollbar use wxScrollBar class and scrollable windows
2233 --enable-searchctrl use wxSearchCtrl class
2234 --enable-slider use wxSlider class
2235 --enable-spinbtn use wxSpinButton class
2236 --enable-spinctrl use wxSpinCtrl class
2237 --enable-splitter use wxSplitterWindow class
2238 --enable-statbmp use wxStaticBitmap class
2239 --enable-statbox use wxStaticBox class
2240 --enable-statline use wxStaticLine class
2241 --enable-stattext use wxStaticText class
2242 --enable-statusbar use wxStatusBar class
2243 --enable-taskbaricon use wxTaskBarIcon class
2244 --enable-tbarnative use native wxToolBar class
2245 --enable-textctrl use wxTextCtrl class
2246 --enable-timepick use wxTimePickerCtrl class
2247 --enable-tipwindow use wxTipWindow class
2248 --enable-togglebtn use wxToggleButton class
2249 --enable-toolbar use wxToolBar class
2250 --enable-toolbook use wxToolbook class
2251 --enable-treebook use wxTreebook class
2252 --enable-treectrl use wxTreeCtrl class
2253 --enable-treelist use wxTreeListCtrl class
2254 --enable-commondlg use all common dialogs
2255 --enable-aboutdlg use wxAboutBox
2256 --enable-choicedlg use wxChoiceDialog
2257 --enable-coldlg use wxColourDialog
2258 --enable-filedlg use wxFileDialog
2259 --enable-finddlg use wxFindReplaceDialog
2260 --enable-fontdlg use wxFontDialog
2261 --enable-dirdlg use wxDirDialog
2262 --enable-msgdlg use wxMessageDialog
2263 --enable-numberdlg use wxNumberEntryDialog
2264 --enable-splash use wxSplashScreen
2265 --enable-textdlg use wxTextDialog
2266 --enable-tipdlg use startup tips
2267 --enable-progressdlg use wxProgressDialog
2268 --enable-wizarddlg use wxWizard
2269 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
2270 --enable-miniframe use wxMiniFrame class
2271 --enable-tooltips use wxToolTip class
2272 --enable-splines use spline drawing code
2273 --enable-mousewheel use mousewheel
2274 --enable-validators use wxValidator and derived classes
2275 --enable-busyinfo use wxBusyInfo
2276 --enable-hotkey use wxWindow
::RegisterHotKey
()
2277 --enable-joystick use wxJoystick
2278 --enable-metafiles use wxMetaFile
2279 --enable-dragimage use wxDragImage
2280 --enable-accessibility enable accessibility support
2281 --enable-uiactionsim use wxUIActionSimulator
(experimental
)
2282 --enable-dctransform use wxDC
::SetTransformMatrix and related
2283 --enable-webviewwebkit use wxWebView WebKit backend
2284 --enable-palette use wxPalette class
2285 --enable-image use wxImage class
2286 --enable-gif use gif images
(GIF
file format
)
2287 --enable-pcx use pcx images
(PCX
file format
)
2288 --enable-tga use tga images
(TGA
file format
)
2289 --enable-iff use iff images
(IFF
file format
)
2290 --enable-pnm use pnm images
(PNM
file format
)
2291 --enable-xpm use xpm images
(XPM
file format
)
2292 --enable-ico_cur use Windows ICO and CUR formats
2293 --enable-dccache cache temporary wxDC objects
(Win32 only
)
2294 --enable-ps-in-msw use PS printing
in wxMSW
(Win32 only
)
2295 --enable-ownerdrawn use owner drawn controls
(Win32 and OS
/2 only
)
2296 --enable-uxtheme enable support
for Windows XP themed
look (Win32 only
)
2297 --enable-wxdib use wxDIB class
(Win32 only
)
2298 --enable-webviewie use wxWebView IE backend
(Win32 only
)
2299 --enable-autoidman use automatic ids management
2300 --disable-largefile omit support
for large files
2301 --disable-gtktest do not try to compile and run a
test GTK
+ program
2302 --disable-gtktest Do not try to compile and run a
test GTK program
2303 --disable-sdltest Do not try to compile and run a
test SDL program
2304 --enable-omf use OMF object format
(OS
/2)
2305 --disable-dependency-tracking
2306 don
't use dependency tracking even if the compiler
2308 --disable-precomp-headers
2309 don't use precompiled headers even
if compiler can
2312 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
2313 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
2314 --without-subdirs don
't generate makefiles for samples/demos/...
2315 --with-flavour=NAME specify a name to identify this build
2316 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
2317 --with-gtk[=VERSION] use GTK+, VERSION can be 3, 2 (default), 1 or "any"
2318 --with-motif use Motif/Lesstif
2319 --with-osx_carbon use Mac OS X (Carbon)
2320 --with-osx_cocoa use Mac OS X (Cocoa)
2321 --with-osx_iphone use iPhone OS X port
2322 --with-osx use Mac OS X (default port, currently Carbon)
2323 --with-carbon same as --with-osx_carbon
2324 --with-cocoa same as --with-osx_cocoa
2325 --with-iphone same as --with-osx_iphone
2326 --with-mac same as --with-osx
2327 --with-old_cocoa use old, deprecated, Cocoa port
2328 --with-wine use Wine
2329 --with-msw use MS-Windows
2330 --with-pm use OS/2 Presentation Manager
2331 --with-directfb use DirectFB
2332 --with-microwin use MicroWindows
2334 --with-libpng use libpng (PNG image format)
2335 --with-libjpeg use libjpeg (JPEG file format)
2336 --with-libtiff use libtiff (TIFF file format)
2337 --without-libjbig don't use libjbig
in libtiff even
if available
)
2338 --without-liblzma don
't use liblzma in libtiff even if available)
2339 --with-libxpm use libxpm (XPM file format)
2340 --with-libiconv use libiconv (character conversion)
2341 --with-libmspack use libmspack (CHM help files loading)
2342 --without-gtkprint don't use GTK printing support
2343 --without-gnomeprint don
't use GNOME printing libraries
2344 --with-gnomevfs use GNOME VFS for associating MIME types
2345 --with-libnotify use libnotify for notifications
2346 --with-hildon use Hildon framework for Nokia 770/800/810
2347 --with-opengl use OpenGL (or Mesa)
2348 --with-dmalloc use dmalloc library (http://dmalloc.com/)
2349 --with-sdl use SDL for audio on Unix
2350 --with-regex enable support for wxRegEx class
2351 --with-zlib use zlib for LZW compression
2352 --with-expat enable XML support using expat parser
2353 --with-macosx-sdk=PATH use an OS X SDK at PATH
2354 --with-macosx-version-min=VER build binaries which require at least this OS X version
2355 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
2356 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
2357 --with-x use the X Window System
2358 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
2359 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
2360 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
2361 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
2362 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
2364 Some influential environment variables:
2365 CC C compiler command
2366 CFLAGS C compiler flags
2367 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2368 nonstandard directory <lib dir>
2369 LIBS libraries to pass to the linker, e.g. -l<library>
2370 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2371 you have headers in a nonstandard directory <include dir>
2373 CXX C++ compiler command
2374 CXXFLAGS C++ compiler flags
2375 CXXCPP C++ preprocessor
2376 PKG_CONFIG path to pkg-config utility
2378 C compiler flags for DIRECTFB, overriding pkg-config
2380 linker flags for DIRECTFB, overriding pkg-config
2381 XMKMF Path to xmkmf, Makefile generator for X Window System
2383 C compiler flags for PANGOX, overriding pkg-config
2384 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2386 C compiler flags for PANGOFT2, overriding pkg-config
2388 linker flags for PANGOFT2, overriding pkg-config
2390 C compiler flags for PANGOXFT, overriding pkg-config
2392 linker flags for PANGOXFT, overriding pkg-config
2394 C compiler flags for Xinerama, overriding pkg-config
2396 linker flags for Xinerama, overriding pkg-config
2398 C compiler flags for Xxf86vm, overriding pkg-config
2400 linker flags for Xxf86vm, overriding pkg-config
2401 SM_CFLAGS C compiler flags for SM, overriding pkg-config
2402 SM_LIBS linker flags for SM, overriding pkg-config
2403 GL_CFLAGS C compiler flags for GL, overriding pkg-config
2404 GL_LIBS linker flags for GL, overriding pkg-config
2405 GLU_CFLAGS C compiler flags for GLU, overriding pkg-config
2406 GLU_LIBS linker flags for GLU, overriding pkg-config
2408 C compiler flags for MesaGL, overriding pkg-config
2409 MesaGL_LIBS linker flags for MesaGL, overriding pkg-config
2411 C compiler flags for GTKPRINT, overriding pkg-config
2413 linker flags for GTKPRINT, overriding pkg-config
2414 LIBGNOMEPRINTUI_CFLAGS
2415 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2416 LIBGNOMEPRINTUI_LIBS
2417 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2419 C compiler flags for GNOMEVFS, overriding pkg-config
2421 linker flags for GNOMEVFS, overriding pkg-config
2423 C compiler flags for LIBNOTIFY, overriding pkg-config
2425 linker flags for LIBNOTIFY, overriding pkg-config
2427 C compiler flags for HILDON, overriding pkg-config
2428 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2430 C compiler flags for HILDON2, overriding pkg-config
2432 linker flags for HILDON2, overriding pkg-config
2434 C compiler flags for WEBKIT, overriding pkg-config
2435 WEBKIT_LIBS linker flags for WEBKIT, overriding pkg-config
2437 C compiler flags for CAIRO, overriding pkg-config
2438 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2439 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2440 GST_LIBS linker flags for GST, overriding pkg-config
2442 Use these variables to override the choices made by `configure' or to
help
2443 it to
find libraries and programs with nonstandard names
/locations.
2445 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
2450 if test "$ac_init_help" = "recursive"; then
2451 # If there are subdirs, report their specific --help.
2452 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2453 test -d "$ac_dir" ||
2454 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2459 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2461 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2462 # A ".." for each directory in $ac_dir_suffix.
2463 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2464 case $ac_top_builddir_sub in
2465 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2466 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2469 ac_abs_top_builddir
=$ac_pwd
2470 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2471 # for backward compatibility:
2472 ac_top_builddir
=$ac_top_build_prefix
2475 .
) # We are building in place.
2477 ac_top_srcdir
=$ac_top_builddir_sub
2478 ac_abs_top_srcdir
=$ac_pwd ;;
2479 [\\/]* | ?
:[\\/]* ) # Absolute name.
2480 ac_srcdir
=$srcdir$ac_dir_suffix;
2481 ac_top_srcdir
=$srcdir
2482 ac_abs_top_srcdir
=$srcdir ;;
2484 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2485 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2486 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2488 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2490 cd "$ac_dir" || { ac_status
=$?
; continue; }
2491 # Check for guested configure.
2492 if test -f "$ac_srcdir/configure.gnu"; then
2494 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2495 elif test -f "$ac_srcdir/configure"; then
2497 $SHELL "$ac_srcdir/configure" --help=recursive
2499 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2501 cd "$ac_pwd" || { ac_status
=$?
; break; }
2505 test -n "$ac_init_help" && exit $ac_status
2506 if $ac_init_version; then
2508 wxWidgets configure
2.9.5
2509 generated by GNU Autoconf
2.69
2511 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2512 This configure
script is free software
; the Free Software Foundation
2513 gives unlimited permission to copy
, distribute and modify it.
2518 ## ------------------------ ##
2519 ## Autoconf initialization. ##
2520 ## ------------------------ ##
2522 # ac_fn_c_try_compile LINENO
2523 # --------------------------
2524 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2525 ac_fn_c_try_compile
()
2527 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2528 rm -f conftest.
$ac_objext
2529 if { { ac_try
="$ac_compile"
2531 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2532 *) ac_try_echo=$ac_try;;
2534 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2535 $as_echo "$ac_try_echo"; } >&5
2536 (eval "$ac_compile") 2>conftest.err
2538 if test -s conftest.err; then
2539 grep -v '^ *+' conftest.err >conftest.er1
2540 cat conftest.er1 >&5
2541 mv -f conftest.er1 conftest.err
2543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2544 test $ac_status = 0; } && {
2545 test -z "$ac_c_werror_flag" ||
2546 test ! -s conftest.err
2547 } && test -s conftest.$ac_objext; then :
2550 $as_echo "$as_me: failed program was:" >&5
2551 sed 's/^/| /' conftest.$ac_ext >&5
2555 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2556 as_fn_set_status $ac_retval
2558 } # ac_fn_c_try_compile
2560 # ac_fn_c_try_cpp LINENO
2561 # ----------------------
2562 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2566 if { { ac_try="$ac_cpp conftest.$ac_ext"
2568 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2569 *) ac_try_echo
=$ac_try;;
2571 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2572 $as_echo "$ac_try_echo"; } >&5
2573 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2575 if test -s conftest.err
; then
2576 grep -v '^ *+' conftest.err
>conftest.er1
2577 cat conftest.er1
>&5
2578 mv -f conftest.er1 conftest.err
2580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2581 test $ac_status = 0; } > conftest.i
&& {
2582 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2583 test ! -s conftest.err
2587 $as_echo "$as_me: failed program was:" >&5
2588 sed 's/^/| /' conftest.
$ac_ext >&5
2592 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2593 as_fn_set_status
$ac_retval
2597 # ac_fn_cxx_try_compile LINENO
2598 # ----------------------------
2599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2600 ac_fn_cxx_try_compile
()
2602 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2603 rm -f conftest.
$ac_objext
2604 if { { ac_try
="$ac_compile"
2606 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2610 $as_echo "$ac_try_echo"; } >&5
2611 (eval "$ac_compile") 2>conftest.err
2613 if test -s conftest.err; then
2614 grep -v '^ *+' conftest.err >conftest.er1
2615 cat conftest.er1 >&5
2616 mv -f conftest.er1 conftest.err
2618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2619 test $ac_status = 0; } && {
2620 test -z "$ac_cxx_werror_flag" ||
2621 test ! -s conftest.err
2622 } && test -s conftest.$ac_objext; then :
2625 $as_echo "$as_me: failed program was:" >&5
2626 sed 's/^/| /' conftest.$ac_ext >&5
2630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2631 as_fn_set_status $ac_retval
2633 } # ac_fn_cxx_try_compile
2635 # ac_fn_c_try_link LINENO
2636 # -----------------------
2637 # Try to link conftest.$ac_ext, and return whether this succeeded.
2640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2641 rm -f conftest.$ac_objext conftest$ac_exeext
2642 if { { ac_try="$ac_link"
2644 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2645 *) ac_try_echo
=$ac_try;;
2647 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2648 $as_echo "$ac_try_echo"; } >&5
2649 (eval "$ac_link") 2>conftest.err
2651 if test -s conftest.err
; then
2652 grep -v '^ *+' conftest.err
>conftest.er1
2653 cat conftest.er1
>&5
2654 mv -f conftest.er1 conftest.err
2656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2657 test $ac_status = 0; } && {
2658 test -z "$ac_c_werror_flag" ||
2659 test ! -s conftest.err
2660 } && test -s conftest
$ac_exeext && {
2661 test "$cross_compiling" = yes ||
2662 test -x conftest
$ac_exeext
2666 $as_echo "$as_me: failed program was:" >&5
2667 sed 's/^/| /' conftest.
$ac_ext >&5
2671 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2672 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2673 # interfere with the next link command; also delete a directory that is
2674 # left behind by Apple's compiler. We do this before executing the actions.
2675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2677 as_fn_set_status
$ac_retval
2679 } # ac_fn_c_try_link
2681 # ac_fn_cxx_try_link LINENO
2682 # -------------------------
2683 # Try to link conftest.$ac_ext, and return whether this succeeded.
2684 ac_fn_cxx_try_link
()
2686 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2687 rm -f conftest.
$ac_objext conftest
$ac_exeext
2688 if { { ac_try
="$ac_link"
2690 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2691 *) ac_try_echo=$ac_try;;
2693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2694 $as_echo "$ac_try_echo"; } >&5
2695 (eval "$ac_link") 2>conftest.err
2697 if test -s conftest.err; then
2698 grep -v '^ *+' conftest.err >conftest.er1
2699 cat conftest.er1 >&5
2700 mv -f conftest.er1 conftest.err
2702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2703 test $ac_status = 0; } && {
2704 test -z "$ac_cxx_werror_flag" ||
2705 test ! -s conftest.err
2706 } && test -s conftest$ac_exeext && {
2707 test "$cross_compiling" = yes ||
2708 test -x conftest$ac_exeext
2712 $as_echo "$as_me: failed program was:" >&5
2713 sed 's/^/| /' conftest.$ac_ext >&5
2717 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2718 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2719 # interfere with the next link command; also delete a directory that is
2720 # left behind by Apple's compiler. We do this before executing the actions.
2721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2723 as_fn_set_status $ac_retval
2725 } # ac_fn_cxx_try_link
2727 # ac_fn_c_try_run LINENO
2728 # ----------------------
2729 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2730 # that executables *can* be run.
2733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2734 if { { ac_try="$ac_link"
2736 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
2737 *) ac_try_echo
=$ac_try;;
2739 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2740 $as_echo "$ac_try_echo"; } >&5
2741 (eval "$ac_link") 2>&5
2743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2744 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
2745 { { case "(($ac_try" in
2746 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2750 $as_echo "$ac_try_echo"; } >&5
2751 (eval "$ac_try") 2>&5
2753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2754 test $ac_status = 0; }; }; then :
2757 $as_echo "$as_me: program exited with status $ac_status" >&5
2758 $as_echo "$as_me: failed program was:" >&5
2759 sed 's/^/| /' conftest.$ac_ext >&5
2761 ac_retval=$ac_status
2763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2765 as_fn_set_status $ac_retval
2769 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2770 # -------------------------------------------------------
2771 # Tests whether HEADER exists and can be compiled using the include files in
2772 # INCLUDES, setting the cache variable VAR accordingly.
2773 ac_fn_c_check_header_compile ()
2775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2777 $as_echo_n "checking for $2... " >&6; }
2778 if eval \${$3+:} false; then :
2779 $as_echo_n "(cached) " >&6
2781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2782 /* end confdefs.h. */
2786 if ac_fn_c_try_compile "$LINENO"; then :
2791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2795 $as_echo "$ac_res" >&6; }
2796 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2798 } # ac_fn_c_check_header_compile
2800 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
2801 # ---------------------------------------------------------
2802 # Tests whether HEADER exists and can be compiled using the include files in
2803 # INCLUDES, setting the cache variable VAR accordingly.
2804 ac_fn_cxx_check_header_compile ()
2806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2808 $as_echo_n "checking for $2... " >&6; }
2809 if eval \${$3+:} false; then :
2810 $as_echo_n "(cached) " >&6
2812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2813 /* end confdefs.h. */
2817 if ac_fn_cxx_try_compile "$LINENO"; then :
2822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2826 $as_echo "$ac_res" >&6; }
2827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2829 } # ac_fn_cxx_check_header_compile
2831 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2832 # --------------------------------------------
2833 # Tries to find the compile-time value of EXPR in a program that includes
2834 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2836 ac_fn_c_compute_int ()
2838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2839 if test "$cross_compiling" = yes; then
2840 # Depending upon the size, compute the lo and hi bounds.
2841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2842 /* end confdefs.h. */
2847 static int test_array [1 - 2 * !(($2) >= 0)];
2849 return test_array [0];
2855 if ac_fn_c_try_compile "$LINENO"; then :
2858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2859 /* end confdefs.h. */
2864 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2866 return test_array [0];
2872 if ac_fn_c_try_compile "$LINENO"; then :
2873 ac_hi=$ac_mid; break
2875 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2876 if test $ac_lo -le $ac_mid; then
2880 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886 /* end confdefs.h. */
2891 static int test_array [1 - 2 * !(($2) < 0)];
2893 return test_array [0];
2899 if ac_fn_c_try_compile "$LINENO"; then :
2902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2903 /* end confdefs.h. */
2908 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2910 return test_array [0];
2916 if ac_fn_c_try_compile "$LINENO"; then :
2917 ac_lo=$ac_mid; break
2919 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2920 if test $ac_mid -le $ac_hi; then
2924 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2934 # Binary search between lo and hi bounds.
2935 while test "x$ac_lo" != "x$ac_hi"; do
2936 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2938 /* end confdefs.h. */
2943 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2945 return test_array [0];
2951 if ac_fn_c_try_compile "$LINENO"; then :
2954 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2959 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2964 /* end confdefs.h. */
2966 static long int longval () { return $2; }
2967 static unsigned long int ulongval () { return $2; }
2974 FILE *f = fopen ("conftest.val", "w");
2979 long int i = longval ();
2982 fprintf (f, "%ld", i);
2986 unsigned long int i = ulongval ();
2989 fprintf (f, "%lu", i);
2991 /* Do not output a trailing newline, as this causes \r\n confusion
2992 on some platforms. */
2993 return ferror (f) || fclose (f) != 0;
2999 if ac_fn_c_try_run "$LINENO"; then :
3000 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
3004 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3005 conftest.$ac_objext conftest.beam conftest.$ac_ext
3009 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3010 as_fn_set_status $ac_retval
3012 } # ac_fn_c_compute_int
3014 # ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
3015 # ---------------------------------------------
3016 # Tests whether TYPE exists after having included INCLUDES, setting cache
3017 # variable VAR accordingly.
3018 ac_fn_cxx_check_type ()
3020 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3022 $as_echo_n "checking for $2... " >&6; }
3023 if eval \${$3+:} false; then :
3024 $as_echo_n "(cached) " >&6
3027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3028 /* end confdefs.h. */
3039 if ac_fn_cxx_try_compile "$LINENO"; then :
3040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3041 /* end confdefs.h. */
3052 if ac_fn_cxx_try_compile "$LINENO"; then :
3057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3063 $as_echo "$ac_res" >&6; }
3064 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3066 } # ac_fn_cxx_check_type
3068 # ac_fn_cxx_try_cpp LINENO
3069 # ------------------------
3070 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
3071 ac_fn_cxx_try_cpp ()
3073 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3074 if { { ac_try="$ac_cpp conftest.$ac_ext"
3076 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3077 *) ac_try_echo
=$ac_try;;
3079 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3080 $as_echo "$ac_try_echo"; } >&5
3081 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
3083 if test -s conftest.err
; then
3084 grep -v '^ *+' conftest.err
>conftest.er1
3085 cat conftest.er1
>&5
3086 mv -f conftest.er1 conftest.err
3088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3089 test $ac_status = 0; } > conftest.i
&& {
3090 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
3091 test ! -s conftest.err
3095 $as_echo "$as_me: failed program was:" >&5
3096 sed 's/^/| /' conftest.
$ac_ext >&5
3100 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3101 as_fn_set_status
$ac_retval
3103 } # ac_fn_cxx_try_cpp
3105 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
3106 # ---------------------------------------------------------
3107 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
3108 # the include files in INCLUDES and setting the cache variable VAR
3110 ac_fn_cxx_check_header_mongrel
()
3112 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3113 if eval \
${$3+:} false
; then :
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3115 $as_echo_n "checking for $2... " >&6; }
3116 if eval \
${$3+:} false
; then :
3117 $as_echo_n "(cached) " >&6
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3121 $as_echo "$ac_res" >&6; }
3123 # Is the header compilable?
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
3125 $as_echo_n "checking $2 usability... " >&6; }
3126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3127 /* end confdefs.h. */
3131 if ac_fn_cxx_try_compile
"$LINENO"; then :
3132 ac_header_compiler
=yes
3134 ac_header_compiler
=no
3136 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
3138 $as_echo "$ac_header_compiler" >&6; }
3140 # Is the header present?
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
3142 $as_echo_n "checking $2 presence... " >&6; }
3143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3144 /* end confdefs.h. */
3147 if ac_fn_cxx_try_cpp
"$LINENO"; then :
3148 ac_header_preproc
=yes
3150 ac_header_preproc
=no
3152 rm -f conftest.err conftest.i conftest.
$ac_ext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
3154 $as_echo "$ac_header_preproc" >&6; }
3156 # So? What about this header?
3157 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
3160 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3162 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
3166 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
3168 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
3170 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
3172 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
3174 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
3175 ( $as_echo "## ----------------------------------------- ##
3176 ## Report this to wx-dev@lists.wxwidgets.org ##
3177 ## ----------------------------------------- ##"
3178 ) | sed "s/^/$as_me: WARNING: /" >&2
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3182 $as_echo_n "checking for $2... " >&6; }
3183 if eval \
${$3+:} false
; then :
3184 $as_echo_n "(cached) " >&6
3186 eval "$3=\$ac_header_compiler"
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3190 $as_echo "$ac_res" >&6; }
3192 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3194 } # ac_fn_cxx_check_header_mongrel
3196 # ac_fn_c_check_func LINENO FUNC VAR
3197 # ----------------------------------
3198 # Tests whether FUNC exists, setting the cache variable VAR accordingly
3199 ac_fn_c_check_func
()
3201 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3203 $as_echo_n "checking for $2... " >&6; }
3204 if eval \
${$3+:} false
; then :
3205 $as_echo_n "(cached) " >&6
3207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3208 /* end confdefs.h. */
3209 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
3210 For example, HP-UX 11i <limits.h> declares gettimeofday. */
3211 #define $2 innocuous_$2
3213 /* System header to define __stub macros and hopefully few prototypes,
3214 which can conflict with char $2 (); below.
3215 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3216 <limits.h> exists even on freestanding compilers. */
3219 # include <limits.h>
3221 # include <assert.h>
3226 /* Override any GCC internal prototype to avoid an error.
3227 Use char because int might match the return type of a GCC
3228 builtin and then its argument prototype would still apply. */
3233 /* The GNU C library defines this for functions which it implements
3234 to always fail with ENOSYS. Some functions are actually named
3235 something starting with __ and the normal name is an alias. */
3236 #if defined __stub_$2 || defined __stub___$2
3248 if ac_fn_c_try_link
"$LINENO"; then :
3253 rm -f core conftest.err conftest.
$ac_objext \
3254 conftest
$ac_exeext conftest.
$ac_ext
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3258 $as_echo "$ac_res" >&6; }
3259 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3261 } # ac_fn_c_check_func
3263 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
3264 # -------------------------------------------
3265 # Tests whether TYPE exists after having included INCLUDES, setting cache
3266 # variable VAR accordingly.
3267 ac_fn_c_check_type
()
3269 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
3271 $as_echo_n "checking for $2... " >&6; }
3272 if eval \
${$3+:} false
; then :
3273 $as_echo_n "(cached) " >&6
3276 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3277 /* end confdefs.h. */
3288 if ac_fn_c_try_compile
"$LINENO"; then :
3289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3290 /* end confdefs.h. */
3301 if ac_fn_c_try_compile
"$LINENO"; then :
3306 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3312 $as_echo "$ac_res" >&6; }
3313 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3315 } # ac_fn_c_check_type
3317 # ac_fn_cxx_try_run LINENO
3318 # ------------------------
3319 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
3320 # that executables *can* be run.
3321 ac_fn_cxx_try_run
()
3323 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
3324 if { { ac_try
="$ac_link"
3326 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
3327 *) ac_try_echo=$ac_try;;
3329 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3330 $as_echo "$ac_try_echo"; } >&5
3331 (eval "$ac_link") 2>&5
3333 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3334 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
3335 { { case "(($ac_try" in
3336 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
3337 *) ac_try_echo
=$ac_try;;
3339 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3340 $as_echo "$ac_try_echo"; } >&5
3341 (eval "$ac_try") 2>&5
3343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3344 test $ac_status = 0; }; }; then :
3347 $as_echo "$as_me: program exited with status $ac_status" >&5
3348 $as_echo "$as_me: failed program was:" >&5
3349 sed 's/^/| /' conftest.
$ac_ext >&5
3351 ac_retval
=$ac_status
3353 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
3354 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3355 as_fn_set_status
$ac_retval
3357 } # ac_fn_cxx_try_run
3358 cat >config.log
<<_ACEOF
3359 This file contains any messages produced by compilers while
3360 running configure, to aid debugging if configure makes a mistake.
3362 It was created by wxWidgets $as_me 2.9.5, which was
3363 generated by GNU Autoconf 2.69. Invocation command line was
3375 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3376 uname -m = `(uname -m) 2>/dev/null || echo unknown`
3377 uname -r = `(uname -r) 2>/dev/null || echo unknown`
3378 uname -s = `(uname -s) 2>/dev/null || echo unknown`
3379 uname -v = `(uname -v) 2>/dev/null || echo unknown`
3381 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3382 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3384 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3385 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3386 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3387 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3388 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3389 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3390 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3398 test -z "$as_dir" && as_dir
=.
3399 $as_echo "PATH: $as_dir"
3415 # Keep a trace of the command line.
3416 # Strip out --no-create and --no-recursion so they do not pile up.
3417 # Strip out --silent because we don't want to record it for future runs.
3418 # Also quote any args containing shell meta-characters.
3419 # Make two passes to allow for proper duplicate-argument suppression.
3423 ac_must_keep_next
=false
3429 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3431 | -silent | --silent | --silen | --sile | --sil)
3434 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3437 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
3439 as_fn_append ac_configure_args1
" '$ac_arg'"
3440 if test $ac_must_keep_next = true
; then
3441 ac_must_keep_next
=false
# Got value, back to normal.
3444 *=* | --config-cache | -C | -disable-* | --disable-* \
3445 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3446 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3447 | -with-* | --with-* | -without-* | --without-* | --x)
3448 case "$ac_configure_args0 " in
3449 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3452 -* ) ac_must_keep_next
=true
;;
3455 as_fn_append ac_configure_args
" '$ac_arg'"
3460 { ac_configure_args0
=; unset ac_configure_args0
;}
3461 { ac_configure_args1
=; unset ac_configure_args1
;}
3463 # When interrupted or exit'd, cleanup temporary files, and complete
3464 # config.log. We remove comments because anyway the quotes in there
3465 # would cause problems or look ugly.
3466 # WARNING: Use '\'' to represent an apostrophe within the trap.
3467 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3468 trap 'exit_status=$?
3469 # Save into config.log some information that might help in debugging.
3473 $as_echo "## ---------------- ##
3474 ## Cache variables. ##
3475 ## ---------------- ##"
3477 # The following way of writing the cache mishandles newlines in values,
3479 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3480 eval ac_val=\$$ac_var
3484 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3485 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3488 _ | IFS | as_nl) ;; #(
3489 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3490 *) { eval $ac_var=; unset $ac_var;} ;;
3495 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3496 *${as_nl}ac_space=\ *)
3498 "s/'\''/'\''\\\\'\'''\''/g;
3499 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3502 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3509 $as_echo "## ----------------- ##
3510 ## Output variables. ##
3511 ## ----------------- ##"
3513 for ac_var in $ac_subst_vars
3515 eval ac_val=\$$ac_var
3517 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3519 $as_echo "$ac_var='\''$ac_val'\''"
3523 if test -n "$ac_subst_files"; then
3524 $as_echo "## ------------------- ##
3525 ## File substitutions. ##
3526 ## ------------------- ##"
3528 for ac_var
in $ac_subst_files
3530 eval ac_val
=\$
$ac_var
3532 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3534 $as_echo "$ac_var='\''$ac_val'\''"
3539 if test -s confdefs.h; then
3540 $as_echo "## ----------- ##
3547 test "$ac_signal" != 0 &&
3548 $as_echo "$as_me: caught signal $ac_signal"
3549 $as_echo "$as_me: exit $exit_status"
3551 rm -f core *.core core.conftest.* &&
3552 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3555 for ac_signal
in 1 2 13 15; do
3556 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3560 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3561 rm -f -r conftest
* confdefs.h
3563 $as_echo "/* confdefs.h */" > confdefs.h
3565 # Predefined preprocessor variables.
3567 cat >>confdefs.h
<<_ACEOF
3568 #define PACKAGE_NAME "$PACKAGE_NAME"
3571 cat >>confdefs.h
<<_ACEOF
3572 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3575 cat >>confdefs.h
<<_ACEOF
3576 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3579 cat >>confdefs.h
<<_ACEOF
3580 #define PACKAGE_STRING "$PACKAGE_STRING"
3583 cat >>confdefs.h
<<_ACEOF
3584 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3587 cat >>confdefs.h
<<_ACEOF
3588 #define PACKAGE_URL "$PACKAGE_URL"
3592 # Let the site file select an alternate cache file if it wants to.
3593 # Prefer an explicitly selected file to automatically selected ones.
3596 if test -n "$CONFIG_SITE"; then
3597 # We do not want a PATH search for config.site.
3598 case $CONFIG_SITE in #((
3599 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3600 */*) ac_site_file1
=$CONFIG_SITE;;
3601 *) ac_site_file1
=.
/$CONFIG_SITE;;
3603 elif test "x$prefix" != xNONE
; then
3604 ac_site_file1
=$prefix/share
/config.site
3605 ac_site_file2
=$prefix/etc
/config.site
3607 ac_site_file1
=$ac_default_prefix/share
/config.site
3608 ac_site_file2
=$ac_default_prefix/etc
/config.site
3610 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3612 test "x$ac_site_file" = xNONE
&& continue
3613 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3615 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3616 sed 's/^/| /' "$ac_site_file" >&5
3618 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620 as_fn_error $?
"failed to load site script $ac_site_file
3621 See \`config.log' for more details" "$LINENO" 5; }
3625 if test -r "$cache_file"; then
3626 # Some versions of bash will fail to source /dev/null (special files
3627 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3628 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3630 $as_echo "$as_me: loading cache $cache_file" >&6;}
3632 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3633 *) .
"./$cache_file";;
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3638 $as_echo "$as_me: creating cache $cache_file" >&6;}
3642 # Check that the precious variables saved in the cache have kept the same
3644 ac_cache_corrupted
=false
3645 for ac_var
in $ac_precious_vars; do
3646 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3647 eval ac_new_set
=\
$ac_env_${ac_var}_set
3648 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3649 eval ac_new_val
=\
$ac_env_${ac_var}_value
3650 case $ac_old_set,$ac_new_set in
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3653 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3654 ac_cache_corrupted
=: ;;
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3657 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3658 ac_cache_corrupted
=: ;;
3661 if test "x$ac_old_val" != "x$ac_new_val"; then
3662 # differences in whitespace do not lead to failure.
3663 ac_old_val_w
=`echo x $ac_old_val`
3664 ac_new_val_w
=`echo x $ac_new_val`
3665 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3667 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3668 ac_cache_corrupted
=:
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3671 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3672 eval $ac_var=\
$ac_old_val
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3675 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3677 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3680 # Pass precious variables to config.status.
3681 if test "$ac_new_set" = set; then
3683 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3684 *) ac_arg
=$ac_var=$ac_new_val ;;
3686 case " $ac_configure_args " in
3687 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3688 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3692 if $ac_cache_corrupted; then
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3696 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3697 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3699 ## -------------------- ##
3700 ## Main body of script. ##
3701 ## -------------------- ##
3704 ac_cpp
='$CPP $CPPFLAGS'
3705 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3706 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3707 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3714 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3715 if test -f "$ac_dir/install-sh"; then
3717 ac_install_sh
="$ac_aux_dir/install-sh -c"
3719 elif test -f "$ac_dir/install.sh"; then
3721 ac_install_sh
="$ac_aux_dir/install.sh -c"
3723 elif test -f "$ac_dir/shtool"; then
3725 ac_install_sh
="$ac_aux_dir/shtool install -c"
3729 if test -z "$ac_aux_dir"; then
3730 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3733 # These three variables are undocumented and unsupported,
3734 # and are intended to be withdrawn in a future Autoconf release.
3735 # They can cause serious problems if a builder's source tree is in a directory
3736 # whose full name contains unusual characters.
3737 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3738 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3739 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3742 # Make sure we can run config.sub.
3743 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3744 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3747 $as_echo_n "checking build system type... " >&6; }
3748 if ${ac_cv_build+:} false
; then :
3749 $as_echo_n "(cached) " >&6
3751 ac_build_alias
=$build_alias
3752 test "x$ac_build_alias" = x
&&
3753 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3754 test "x$ac_build_alias" = x
&&
3755 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3756 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3757 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3761 $as_echo "$ac_cv_build" >&6; }
3762 case $ac_cv_build in
3764 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3767 ac_save_IFS
=$IFS; IFS
='-'
3773 # Remember, the first character of IFS is used to create $*,
3774 # except with old shells:
3777 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3781 $as_echo_n "checking host system type... " >&6; }
3782 if ${ac_cv_host+:} false
; then :
3783 $as_echo_n "(cached) " >&6
3785 if test "x$host_alias" = x
; then
3786 ac_cv_host
=$ac_cv_build
3788 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3789 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3794 $as_echo "$ac_cv_host" >&6; }
3797 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3800 ac_save_IFS
=$IFS; IFS
='-'
3806 # Remember, the first character of IFS is used to create $*,
3807 # except with old shells:
3810 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3814 if test "$cross_compiling" != "no"; then
3815 HOST_PREFIX
="${host_alias}-"
3816 HOST_SUFFIX
="-$host_alias"
3823 wx_major_version_number
=2
3824 wx_minor_version_number
=9
3826 wx_subrelease_number
=0
3828 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
3829 WX_VERSION
=$WX_RELEASE.
$wx_release_number
3830 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
3832 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
3835 wx_top_builddir
="`pwd`"
3848 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
3854 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
3860 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
3862 ALL_TOOLKITS
="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MICROWIN MOTIF MSW PM X11 DFB"
3864 DEFAULT_wxUSE_OLD_COCOA
=0
3866 DEFAULT_wxUSE_OSX_CARBON
=0
3867 DEFAULT_wxUSE_OSX_COCOA
=0
3868 DEFAULT_wxUSE_OSX_IPHONE
=0
3869 DEFAULT_wxUSE_MICROWIN
=0
3870 DEFAULT_wxUSE_MOTIF
=0
3876 DEFAULT_DEFAULT_wxUSE_OLD_COCOA
=0
3877 DEFAULT_DEFAULT_wxUSE_GTK
=0
3878 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=0
3879 DEFAULT_DEFAULT_wxUSE_OSX_COCOA
=0
3880 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=0
3881 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
3882 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
3883 DEFAULT_DEFAULT_wxUSE_MSW
=0
3884 DEFAULT_DEFAULT_wxUSE_PM
=0
3885 DEFAULT_DEFAULT_wxUSE_X11
=0
3886 DEFAULT_DEFAULT_wxUSE_DFB
=0
3890 DYLIB_RPATH_INSTALL
=
3891 DYLIB_RPATH_POSTLINK
=
3893 DEFAULT_STD_FLAG
=yes
3898 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3899 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3900 $as_echo "#define __HPUX__ 1" >>confdefs.h
3903 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
3907 $as_echo "#define __LINUX__ 1" >>confdefs.h
3910 if test "x$TMP" = "xalpha"; then
3912 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3915 DEFAULT_DEFAULT_wxUSE_GTK
=1
3917 *-*-gnu* | *-*-k*bsd
*-gnu )
3920 if test "x$TMP" = "xalpha"; then
3922 $as_echo "#define __ALPHA__ 1" >>confdefs.h
3925 DEFAULT_DEFAULT_wxUSE_GTK
=1
3927 *-*-irix5* | *-*-irix6* )
3930 $as_echo "#define __SGI__ 1" >>confdefs.h
3932 $as_echo "#define __SVR4__ 1" >>confdefs.h
3934 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3938 $as_echo "#define __QNX__ 1" >>confdefs.h
3940 DEFAULT_DEFAULT_wxUSE_X11
=1
3946 $as_echo "#define __SUN__ 1" >>confdefs.h
3948 $as_echo "#define __SOLARIS__ 1" >>confdefs.h
3950 $as_echo "#define __SVR4__ 1" >>confdefs.h
3952 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3953 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3959 $as_echo "#define __SUN__ 1" >>confdefs.h
3961 $as_echo "#define __SUNOS__ 1" >>confdefs.h
3963 $as_echo "#define __BSD__ 1" >>confdefs.h
3965 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
3970 $as_echo "#define __FREEBSD__ 1" >>confdefs.h
3972 $as_echo "#define __BSD__ 1" >>confdefs.h
3974 DEFAULT_DEFAULT_wxUSE_GTK
=1
3976 *-*-openbsd*|*-*-mirbsd*)
3979 $as_echo "#define __OPENBSD__ 1" >>confdefs.h
3981 $as_echo "#define __BSD__ 1" >>confdefs.h
3983 DEFAULT_DEFAULT_wxUSE_GTK
=1
3988 $as_echo "#define __NETBSD__ 1" >>confdefs.h
3990 $as_echo "#define __BSD__ 1" >>confdefs.h
3992 DEFAULT_DEFAULT_wxUSE_GTK
=1
3993 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
3995 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
4000 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4002 $as_echo "#define __OSF__ 1" >>confdefs.h
4004 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4005 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
4010 $as_echo "#define __ALPHA__ 1" >>confdefs.h
4012 $as_echo "#define __SVR4__ 1" >>confdefs.h
4014 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4019 $as_echo "#define __SYSV__ 1" >>confdefs.h
4021 $as_echo "#define __SVR4__ 1" >>confdefs.h
4023 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4029 $as_echo "#define __AIX__ 1" >>confdefs.h
4031 $as_echo "#define __SYSV__ 1" >>confdefs.h
4033 $as_echo "#define __SVR4__ 1" >>confdefs.h
4035 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
4042 $as_echo "#define __UNIXWARE__ 1" >>confdefs.h
4046 *-*-cygwin* | *-*-mingw32* )
4048 DEFAULT_DEFAULT_wxUSE_MSW
=1
4054 $as_echo "#define __DOS__ 1" >>confdefs.h
4059 *-pc-os2_emx | *-pc-os2-emx )
4060 $as_echo "#define __EMX__ 1" >>confdefs.h
4063 $as_echo "#define __OS2__ 1" >>confdefs.h
4066 DEFAULT_DEFAULT_wxUSE_PM
=1
4068 LDFLAGS
="$LDFLAGS -Zcrtdll"
4069 ac_executable_extensions
=".exe"
4070 export ac_executable_extensions
4074 for ac_dir
in $PATH; do
4076 if test -z "$ac_TEMP_PATH"; then
4077 ac_TEMP_PATH
="$ac_dir"
4079 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
4082 export PATH
="$ac_TEMP_PATH"
4090 $as_echo "#define __BSD__ 1" >>confdefs.h
4092 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4094 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE
=1
4100 $as_echo "#define __BSD__ 1" >>confdefs.h
4102 $as_echo "#define __DARWIN__ 1" >>confdefs.h
4104 $as_echo "#define TARGET_CARBON 1" >>confdefs.h
4106 DEFAULT_DEFAULT_wxUSE_OSX_CARBON
=1
4111 $as_echo "#define __BEOS__ 1" >>confdefs.h
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
4117 $as_echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
4119 $as_echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
4121 DEFAULT_DEFAULT_wxUSE_X11
=1
4122 DEFAULT_wxUSE_SHARED
=no
4127 DEFAULT_wxUSE_ALL_FEATURES
=yes
4129 DEFAULT_wxUSE_STD_CONTAINERS
=no
4130 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
4131 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
4133 DEFAULT_wxUSE_DMALLOC
=no
4134 DEFAULT_wxUSE_LIBGNOMEVFS
=no
4135 DEFAULT_wxUSE_LIBHILDON
=no
4136 DEFAULT_wxUSE_LIBHILDON2
=no
4137 DEFAULT_wxUSE_LIBMSPACK
=no
4138 DEFAULT_wxUSE_LIBSDL
=no
4140 DEFAULT_wxUSE_ACCESSIBILITY
=no
4141 DEFAULT_wxUSE_IPV6
=no
4142 DEFAULT_wxUSE_GSTREAMER8
=no
4143 DEFAULT_wxUSE_UNICODE_UTF8
=no
4144 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE
=no
4146 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=auto
4147 DEFAULT_wxUSE_OPENGL
=auto
4148 DEFAULT_wxUSE_MEDIACTRL
=auto
4149 DEFAULT_wxUSE_COMPILER_TLS
=auto
4150 DEFAULT_wxUSE_HOTKEY
=auto
4151 DEFAULT_wxUSE_METAFILE
=auto
4153 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
4154 DEFAULT_wxUSE_MAC_ARCH
=no
4156 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
4158 DEFAULT_wxUSE_OBJC_UNIQUIFYING
=no
4164 enablestring
=disable
4166 if test -z "$defaultval"; then
4167 if test x
"$enablestring" = xdisable
; then
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gui" >&5
4175 $as_echo_n "checking for --${enablestring:-enable}-gui... " >&6; }
4176 # Check whether --enable-gui was given.
4177 if test "${enable_gui+set}" = set; then :
4178 enableval
=$enable_gui;
4179 if test "$enableval" = yes; then
4180 wx_cv_use_gui
='wxUSE_GUI=yes'
4182 wx_cv_use_gui
='wxUSE_GUI=no'
4187 wx_cv_use_gui
='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
4192 eval "$wx_cv_use_gui"
4194 if test x"$enablestring" = xdisable; then
4195 if test $wxUSE_GUI = no; then
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4205 $as_echo "$result" >&6; }
4210 if test -z "$defaultval"; then
4211 if test x"$enablestring" = xdisable; then
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-monolithic" >&5
4219 $as_echo_n "checking for --${enablestring:-enable}-monolithic... " >&6; }
4220 # Check whether --enable-monolithic was given.
4221 if test "${enable_monolithic+set}" = set; then :
4222 enableval=$enable_monolithic;
4223 if test "$enableval" = yes; then
4224 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=yes'
4226 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=no
'
4231 wx_cv_use_monolithic='wxUSE_MONOLITHIC
=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
4236 eval "$wx_cv_use_monolithic"
4238 if test x"$enablestring" = xdisable; then
4239 if test $wxUSE_MONOLITHIC = no; then
4245 result=$wxUSE_MONOLITHIC
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4249 $as_echo "$result" >&6; }
4254 if test -z "$defaultval"; then
4255 if test x"$enablestring" = xdisable; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-plugins" >&5
4263 $as_echo_n "checking
for --${enablestring:-enable}-plugins...
" >&6; }
4264 # Check whether --enable-plugins was given.
4265 if test "${enable_plugins+set}" = set; then :
4266 enableval=$enable_plugins;
4267 if test "$enableval" = yes; then
4268 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
4270 wx_cv_use_plugins='wxUSE_PLUGINS=no'
4275 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
4280 eval "$wx_cv_use_plugins"
4282 if test x
"$enablestring" = xdisable
; then
4283 if test $wxUSE_PLUGINS = no
; then
4289 result
=$wxUSE_PLUGINS
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4293 $as_echo "$result" >&6; }
4297 defaultval
=$wxUSE_ALL_FEATURES
4298 if test -z "$defaultval"; then
4299 if test x
"$withstring" = xwithout
; then
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-subdirs" >&5
4306 $as_echo_n "checking for --${withstring:-with}-subdirs... " >&6; }
4308 # Check whether --with-subdirs was given.
4309 if test "${with_subdirs+set}" = set; then :
4310 withval
=$with_subdirs;
4311 if test "$withval" = yes; then
4312 wx_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
4314 wx_cv_use_subdirs
='wxWITH_SUBDIRS=no'
4319 wx_cv_use_subdirs
='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
4324 eval "$wx_cv_use_subdirs"
4326 if test x"$withstring" = xwithout; then
4327 if test $wxWITH_SUBDIRS = yes; then
4333 result=$wxWITH_SUBDIRS
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4337 $as_echo "$result" >&6; }
4340 # Check whether --with-flavour was given.
4341 if test "${with_flavour+set}" = set; then :
4342 withval=$with_flavour; WX_FLAVOUR="$withval"
4348 if test -z "$defaultval"; then
4349 if test x"$enablestring" = xdisable; then
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-official_build" >&5
4357 $as_echo_n "checking for --${enablestring:-enable}-official_build... " >&6; }
4358 # Check whether --enable-official_build was given.
4359 if test "${enable_official_build+set}" = set; then :
4360 enableval=$enable_official_build;
4361 if test "$enableval" = yes; then
4362 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=yes'
4364 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=no
'
4369 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD
=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
4374 eval "$wx_cv_use_official_build"
4376 if test x"$enablestring" = xdisable; then
4377 if test $wxUSE_OFFICIAL_BUILD = no; then
4383 result=$wxUSE_OFFICIAL_BUILD
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4387 $as_echo "$result" >&6; }
4389 # Check whether --enable-vendor was given.
4390 if test "${enable_vendor+set}" = set; then :
4391 enableval=$enable_vendor; VENDOR="$enableval"
4394 if test "x
$VENDOR" = "x
"; then
4399 enablestring=disable
4401 if test -z "$defaultval"; then
4402 if test x"$enablestring" = xdisable; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-all-features" >&5
4410 $as_echo_n "checking
for --${enablestring:-enable}-all-features...
" >&6; }
4411 # Check whether --enable-all-features was given.
4412 if test "${enable_all_features+set}" = set; then :
4413 enableval=$enable_all_features;
4414 if test "$enableval" = yes; then
4415 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
4417 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
4422 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
4427 eval "$wx_cv_use_all_features"
4429 if test x
"$enablestring" = xdisable
; then
4430 if test $wxUSE_ALL_FEATURES = no
; then
4436 result
=$wxUSE_ALL_FEATURES
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4440 $as_echo "$result" >&6; }
4443 if test "$wxUSE_ALL_FEATURES" = "no"; then
4444 DEFAULT_wxUSE_ARTPROVIDER_TANGO
=no
4445 DEFAULT_wxUSE_MEDIACTRL
=no
4449 if test "$wxUSE_GUI" = "yes"; then
4454 if test -z "$defaultval"; then
4455 if test x
"$enablestring" = xdisable
; then
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal" >&5
4463 $as_echo_n "checking for --${enablestring:-enable}-universal... " >&6; }
4464 # Check whether --enable-universal was given.
4465 if test "${enable_universal+set}" = set; then :
4466 enableval
=$enable_universal;
4467 if test "$enableval" = yes; then
4468 wx_cv_use_universal
='wxUSE_UNIVERSAL=yes'
4470 wx_cv_use_universal
='wxUSE_UNIVERSAL=no'
4475 wx_cv_use_universal
='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
4480 eval "$wx_cv_use_universal"
4482 if test x"$enablestring" = xdisable; then
4483 if test $wxUSE_UNIVERSAL = no; then
4489 result=$wxUSE_UNIVERSAL
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4493 $as_echo "$result" >&6; }
4495 if test "$wxUSE_UNIVERSAL" = "yes"; then
4497 # Check whether --with-themes was given.
4498 if test "${with_themes+set}" = set; then :
4499 withval=$with_themes; wxUNIV_THEMES="$withval"
4505 # Check whether --with-gtk was given.
4506 if test "${with_gtk+set}" = set; then :
4507 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
4511 # Check whether --with-motif was given.
4512 if test "${with_motif+set}" = set; then :
4513 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
4517 # Check whether --with-osx_carbon was given.
4518 if test "${with_osx_carbon+set}" = set; then :
4519 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4523 # Check whether --with-osx_cocoa was given.
4524 if test "${with_osx_cocoa+set}" = set; then :
4525 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4529 # Check whether --with-osx_iphone was given.
4530 if test "${with_osx_iphone+set}" = set; then :
4531 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4535 # Check whether --with-osx was given.
4536 if test "${with_osx+set}" = set; then :
4537 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4541 # Check whether --with-carbon was given.
4542 if test "${with_carbon+set}" = set; then :
4543 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4547 # Check whether --with-cocoa was given.
4548 if test "${with_cocoa+set}" = set; then :
4549 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
4553 # Check whether --with-iphone was given.
4554 if test "${with_iphone+set}" = set; then :
4555 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
4559 # Check whether --with-mac was given.
4560 if test "${with_mac+set}" = set; then :
4561 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
4565 # Check whether --with-old_cocoa was given.
4566 if test "${with_old_cocoa+set}" = set; then :
4567 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
4571 # Check whether --with-wine was given.
4572 if test "${with_wine+set}" = set; then :
4573 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
4577 # Check whether --with-msw was given.
4578 if test "${with_msw+set}" = set; then :
4579 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
4583 # Check whether --with-pm was given.
4584 if test "${with_pm+set}" = set; then :
4585 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
4589 # Check whether --with-directfb was given.
4590 if test "${with_directfb+set}" = set; then :
4591 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
4595 # Check whether --with-microwin was given.
4596 if test "${with_microwin+set}" = set; then :
4597 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
4601 # Check whether --with-x11 was given.
4602 if test "${with_x11+set}" = set; then :
4603 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
4609 if test -z "$defaultval"; then
4610 if test x"$enablestring" = xdisable; then
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-nanox" >&5
4618 $as_echo_n "checking for --${enablestring:-enable}-nanox... " >&6; }
4619 # Check whether --enable-nanox was given.
4620 if test "${enable_nanox+set}" = set; then :
4621 enableval=$enable_nanox;
4622 if test "$enableval" = yes; then
4623 wx_cv_use_nanox='wxUSE_NANOX
=yes'
4625 wx_cv_use_nanox='wxUSE_NANOX
=no
'
4630 wx_cv_use_nanox='wxUSE_NANOX
=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
4635 eval "$wx_cv_use_nanox"
4637 if test x"$enablestring" = xdisable; then
4638 if test $wxUSE_NANOX = no; then
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
4648 $as_echo "$result" >&6; }
4653 if test -z "$defaultval"; then
4654 if test x"$enablestring" = xdisable; then
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-gpe" >&5
4662 $as_echo_n "checking
for --${enablestring:-enable}-gpe...
" >&6; }
4663 # Check whether --enable-gpe was given.
4664 if test "${enable_gpe+set}" = set; then :
4665 enableval=$enable_gpe;
4666 if test "$enableval" = yes; then
4667 wx_cv_use_gpe='wxUSE_GPE=yes'
4669 wx_cv_use_gpe='wxUSE_GPE=no'
4674 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
4679 eval "$wx_cv_use_gpe"
4681 if test x
"$enablestring" = xdisable
; then
4682 if test $wxUSE_GPE = no
; then
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4692 $as_echo "$result" >&6; }
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for toolkit" >&5
4697 $as_echo_n "checking for toolkit... " >&6; }
4701 # In Wine, we need to default to MSW, not GTK or MOTIF
4702 if test "$wxUSE_WINE" = "yes"; then
4703 DEFAULT_DEFAULT_wxUSE_GTK
=0
4704 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
4705 DEFAULT_DEFAULT_wxUSE_MSW
=1
4712 if test "$wxUSE_GUI" = "yes"; then
4714 if test "$USE_BEOS" = 1; then
4715 as_fn_error $?
"BeOS GUI is not supported yet, use --disable-gui" "$LINENO" 5
4718 if test "$TOOLKIT_GIVEN" = 1; then
4719 for toolkit
in $ALL_TOOLKITS; do
4721 eval "value=\$${var}"
4722 if test "x$value" = "xno"; then
4724 elif test "x$value" != "x"; then
4728 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
4729 eval "wx${toolkit}_VERSION=$value"
4733 for toolkit
in $ALL_TOOLKITS; do
4734 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
4735 eval "wxUSE_$toolkit=\$${var}"
4739 NUM_TOOLKITS
=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
4740 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_DFB:-0} \
4741 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
4744 *-pc-os2_emx | *-pc-os2-emx )
4745 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
4748 case "$NUM_TOOLKITS" in
4752 as_fn_error $?
"Please specify a toolkit -- cannot determine the default for ${host}" "$LINENO" 5
4755 as_fn_error $?
"Please specify at most one toolkit" "$LINENO" 5
4758 for toolkit
in $ALL_TOOLKITS; do
4760 eval "value=\$${var}"
4761 if test "$value" = 1; then
4762 toolkit_echo
=`echo $toolkit | tr '[A-Z]' '[a-z]'`
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $toolkit_echo" >&5
4764 $as_echo "$toolkit_echo" >&6; }
4768 if test "x$host_alias" != "x"; then
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base ($host_alias hosted) only" >&5
4770 $as_echo "base ($host_alias hosted) only" >&6; }
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: base only" >&5
4773 $as_echo "base only" >&6; }
4778 if test "$wxUSE_OSX_CARBON" = 1 \
4779 -o "$wxUSE_OSX_COCOA" = 1 \
4780 -o "$wxUSE_OSX_IPHONE" = 1; then
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libpng" >&5
4787 $as_echo_n "checking for --with-libpng... " >&6; }
4789 # Check whether --with-libpng was given.
4790 if test "${with_libpng+set}" = set; then :
4791 withval
=$with_libpng;
4792 if test "$withval" = yes; then
4793 wx_cv_use_libpng
='wxUSE_LIBPNG=yes'
4794 elif test "$withval" = no
; then
4795 wx_cv_use_libpng
='wxUSE_LIBPNG=no'
4796 elif test "$withval" = sys
; then
4797 wx_cv_use_libpng
='wxUSE_LIBPNG=sys'
4798 elif test "$withval" = builtin; then
4799 wx_cv_use_libpng
='wxUSE_LIBPNG=builtin'
4801 as_fn_error $?
"Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4806 wx_cv_use_libpng
='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
4811 eval "$wx_cv_use_libpng"
4813 if test "$wxUSE_LIBPNG" = yes; then
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4815 $as_echo "yes" >&6; }
4816 elif test "$wxUSE_LIBPNG" = no; then
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4818 $as_echo "no" >&6; }
4819 elif test "$wxUSE_LIBPNG" = sys; then
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4821 $as_echo "system version" >&6; }
4822 elif test "$wxUSE_LIBPNG" = builtin; then
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4824 $as_echo "builtin version" >&6; }
4826 as_fn_error $? "Invalid value for --with-libpng: should be yes, no, sys, or builtin" "$LINENO" 5
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-libjpeg" >&5
4831 $as_echo_n "checking for --with-libjpeg... " >&6; }
4833 # Check whether --with-libjpeg was given.
4834 if test "${with_libjpeg+set}" = set; then :
4835 withval=$with_libjpeg;
4836 if test "$withval" = yes; then
4837 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=yes'
4838 elif test "$withval" = no; then
4839 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=no
'
4840 elif test "$withval" = sys; then
4841 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=sys
'
4842 elif test "$withval" = builtin; then
4843 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=builtin'
4845 as_fn_error $? "Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" "$LINENO" 5
4850 wx_cv_use_libjpeg='wxUSE_LIBJPEG
=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
4855 eval "$wx_cv_use_libjpeg"
4857 if test "$wxUSE_LIBJPEG" = yes; then
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
4859 $as_echo "yes" >&6; }
4860 elif test "$wxUSE_LIBJPEG" = no; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
4862 $as_echo "no
" >&6; }
4863 elif test "$wxUSE_LIBJPEG" = sys; then
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
4865 $as_echo "system version
" >&6; }
4866 elif test "$wxUSE_LIBJPEG" = builtin; then
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
4868 $as_echo "builtin version
" >&6; }
4870 as_fn_error $? "Invalid value
for --with-libjpeg: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-libtiff" >&5
4875 $as_echo_n "checking
for --with-libtiff...
" >&6; }
4877 # Check whether --with-libtiff was given.
4878 if test "${with_libtiff+set}" = set; then :
4879 withval=$with_libtiff;
4880 if test "$withval" = yes; then
4881 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
4882 elif test "$withval" = no; then
4883 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
4884 elif test "$withval" = sys; then
4885 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4886 elif test "$withval" = builtin; then
4887 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
4889 as_fn_error $? "Invalid value
for --with-libtiff: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
4894 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
4899 eval "$wx_cv_use_libtiff"
4901 if test "$wxUSE_LIBTIFF" = yes; then
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4903 $as_echo "yes" >&6; }
4904 elif test "$wxUSE_LIBTIFF" = no
; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4907 elif test "$wxUSE_LIBTIFF" = sys
; then
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
4909 $as_echo "system version" >&6; }
4910 elif test "$wxUSE_LIBTIFF" = builtin; then
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
4912 $as_echo "builtin version" >&6; }
4914 as_fn_error $?
"Invalid value for --with-libtiff: should be yes, no, sys, or builtin" "$LINENO" 5
4919 defaultval
=$wxUSE_ALL_FEATURES
4920 if test -z "$defaultval"; then
4921 if test x
"$withstring" = xwithout
; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libjbig" >&5
4928 $as_echo_n "checking for --${withstring:-with}-libjbig... " >&6; }
4930 # Check whether --with-libjbig was given.
4931 if test "${with_libjbig+set}" = set; then :
4932 withval
=$with_libjbig;
4933 if test "$withval" = yes; then
4934 wx_cv_use_libjbig
='wxUSE_LIBJBIG=yes'
4936 wx_cv_use_libjbig
='wxUSE_LIBJBIG=no'
4941 wx_cv_use_libjbig
='wxUSE_LIBJBIG=${'DEFAULT_wxUSE_LIBJBIG":-$defaultval}"
4946 eval "$wx_cv_use_libjbig"
4948 if test x"$withstring" = xwithout; then
4949 if test $wxUSE_LIBJBIG = yes; then
4955 result=$wxUSE_LIBJBIG
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
4959 $as_echo "$result" >&6; }
4963 defaultval=$wxUSE_ALL_FEATURES
4964 if test -z "$defaultval"; then
4965 if test x"$withstring" = xwithout; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-liblzma" >&5
4972 $as_echo_n "checking for --${withstring:-with}-liblzma... " >&6; }
4974 # Check whether --with-liblzma was given.
4975 if test "${with_liblzma+set}" = set; then :
4976 withval=$with_liblzma;
4977 if test "$withval" = yes; then
4978 wx_cv_use_liblzma='wxUSE_LIBLZMA
=yes'
4980 wx_cv_use_liblzma='wxUSE_LIBLZMA
=no
'
4985 wx_cv_use_liblzma='wxUSE_LIBLZMA
=${'DEFAULT_wxUSE_LIBLZMA":-$defaultval}"
4990 eval "$wx_cv_use_liblzma"
4992 if test x"$withstring" = xwithout; then
4993 if test $wxUSE_LIBLZMA = yes; then
4999 result=$wxUSE_LIBLZMA
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5003 $as_echo "$result" >&6; }
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-libxpm" >&5
5007 $as_echo_n "checking
for --with-libxpm...
" >&6; }
5009 # Check whether --with-libxpm was given.
5010 if test "${with_libxpm+set}" = set; then :
5011 withval=$with_libxpm;
5012 if test "$withval" = yes; then
5013 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
5014 elif test "$withval" = no; then
5015 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
5016 elif test "$withval" = sys; then
5017 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
5018 elif test "$withval" = builtin; then
5019 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
5021 as_fn_error $? "Invalid value
for --with-libxpm: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5026 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
5031 eval "$wx_cv_use_libxpm"
5033 if test "$wxUSE_LIBXPM" = yes; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5035 $as_echo "yes" >&6; }
5036 elif test "$wxUSE_LIBXPM" = no
; then
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038 $as_echo "no" >&6; }
5039 elif test "$wxUSE_LIBXPM" = sys
; then
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5041 $as_echo "system version" >&6; }
5042 elif test "$wxUSE_LIBXPM" = builtin; then
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5044 $as_echo "builtin version" >&6; }
5046 as_fn_error $?
"Invalid value for --with-libxpm: should be yes, no, sys, or builtin" "$LINENO" 5
5051 defaultval
=$wxUSE_ALL_FEATURES
5052 if test -z "$defaultval"; then
5053 if test x
"$withstring" = xwithout
; then
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libiconv" >&5
5060 $as_echo_n "checking for --${withstring:-with}-libiconv... " >&6; }
5062 # Check whether --with-libiconv was given.
5063 if test "${with_libiconv+set}" = set; then :
5064 withval
=$with_libiconv;
5065 if test "$withval" = yes; then
5066 wx_cv_use_libiconv
='wxUSE_LIBICONV=yes'
5068 wx_cv_use_libiconv
='wxUSE_LIBICONV=no'
5073 wx_cv_use_libiconv
='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
5078 eval "$wx_cv_use_libiconv"
5080 if test x"$withstring" = xwithout; then
5081 if test $wxUSE_LIBICONV = yes; then
5087 result=$wxUSE_LIBICONV
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5091 $as_echo "$result" >&6; }
5095 defaultval=$wxUSE_ALL_FEATURES
5096 if test -z "$defaultval"; then
5097 if test x"$withstring" = xwithout; then
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-libmspack" >&5
5104 $as_echo_n "checking for --${withstring:-with}-libmspack... " >&6; }
5106 # Check whether --with-libmspack was given.
5107 if test "${with_libmspack+set}" = set; then :
5108 withval=$with_libmspack;
5109 if test "$withval" = yes; then
5110 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=yes'
5112 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=no
'
5117 wx_cv_use_libmspack='wxUSE_LIBMSPACK
=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
5122 eval "$wx_cv_use_libmspack"
5124 if test x"$withstring" = xwithout; then
5125 if test $wxUSE_LIBMSPACK = yes; then
5131 result=$wxUSE_LIBMSPACK
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5135 $as_echo "$result" >&6; }
5139 defaultval=$wxUSE_ALL_FEATURES
5140 if test -z "$defaultval"; then
5141 if test x"$withstring" = xwithout; then
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-gtkprint" >&5
5148 $as_echo_n "checking
for --${withstring:-with}-gtkprint...
" >&6; }
5150 # Check whether --with-gtkprint was given.
5151 if test "${with_gtkprint+set}" = set; then :
5152 withval=$with_gtkprint;
5153 if test "$withval" = yes; then
5154 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
5156 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
5161 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
5166 eval "$wx_cv_use_gtkprint"
5168 if test x
"$withstring" = xwithout
; then
5169 if test $wxUSE_GTKPRINT = yes; then
5175 result
=$wxUSE_GTKPRINT
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5179 $as_echo "$result" >&6; }
5183 defaultval
=$wxUSE_ALL_FEATURES
5184 if test -z "$defaultval"; then
5185 if test x
"$withstring" = xwithout
; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomeprint" >&5
5192 $as_echo_n "checking for --${withstring:-with}-gnomeprint... " >&6; }
5194 # Check whether --with-gnomeprint was given.
5195 if test "${with_gnomeprint+set}" = set; then :
5196 withval
=$with_gnomeprint;
5197 if test "$withval" = yes; then
5198 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
5200 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
5205 wx_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
5210 eval "$wx_cv_use_gnomeprint"
5212 if test x"$withstring" = xwithout; then
5213 if test $wxUSE_LIBGNOMEPRINT = yes; then
5219 result=$wxUSE_LIBGNOMEPRINT
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5223 $as_echo "$result" >&6; }
5227 defaultval=$wxUSE_ALL_FEATURES
5228 if test -z "$defaultval"; then
5229 if test x"$withstring" = xwithout; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-gnomevfs" >&5
5236 $as_echo_n "checking for --${withstring:-with}-gnomevfs... " >&6; }
5238 # Check whether --with-gnomevfs was given.
5239 if test "${with_gnomevfs+set}" = set; then :
5240 withval=$with_gnomevfs;
5241 if test "$withval" = yes; then
5242 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=yes'
5244 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=no
'
5249 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS
=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
5254 eval "$wx_cv_use_gnomevfs"
5256 if test x"$withstring" = xwithout; then
5257 if test $wxUSE_LIBGNOMEVFS = yes; then
5263 result=$wxUSE_LIBGNOMEVFS
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5267 $as_echo "$result" >&6; }
5271 defaultval=$wxUSE_ALL_FEATURES
5272 if test -z "$defaultval"; then
5273 if test x"$withstring" = xwithout; then
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-libnotify" >&5
5280 $as_echo_n "checking
for --${withstring:-with}-libnotify...
" >&6; }
5282 # Check whether --with-libnotify was given.
5283 if test "${with_libnotify+set}" = set; then :
5284 withval=$with_libnotify;
5285 if test "$withval" = yes; then
5286 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=yes'
5288 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=no'
5293 wx_cv_use_libnotify='wxUSE_LIBNOTIFY=${'DEFAULT_wxUSE_LIBNOTIFY":-$defaultval}"
5298 eval "$wx_cv_use_libnotify"
5300 if test x
"$withstring" = xwithout
; then
5301 if test $wxUSE_LIBNOTIFY = yes; then
5307 result
=$wxUSE_LIBNOTIFY
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5311 $as_echo "$result" >&6; }
5315 defaultval
=$wxUSE_ALL_FEATURES
5316 if test -z "$defaultval"; then
5317 if test x
"$withstring" = xwithout
; then
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-hildon" >&5
5324 $as_echo_n "checking for --${withstring:-with}-hildon... " >&6; }
5326 # Check whether --with-hildon was given.
5327 if test "${with_hildon+set}" = set; then :
5328 withval
=$with_hildon;
5329 if test "$withval" = yes; then
5330 wx_cv_use_hildon
='wxUSE_LIBHILDON=yes'
5332 wx_cv_use_hildon
='wxUSE_LIBHILDON=no'
5337 wx_cv_use_hildon
='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
5342 eval "$wx_cv_use_hildon"
5344 if test x"$withstring" = xwithout; then
5345 if test $wxUSE_LIBHILDON = yes; then
5351 result=$wxUSE_LIBHILDON
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5355 $as_echo "$result" >&6; }
5359 defaultval=$wxUSE_ALL_FEATURES
5360 if test -z "$defaultval"; then
5361 if test x"$withstring" = xwithout; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-opengl" >&5
5368 $as_echo_n "checking for --${withstring:-with}-opengl... " >&6; }
5370 # Check whether --with-opengl was given.
5371 if test "${with_opengl+set}" = set; then :
5372 withval=$with_opengl;
5373 if test "$withval" = yes; then
5374 wx_cv_use_opengl='wxUSE_OPENGL
=yes'
5376 wx_cv_use_opengl='wxUSE_OPENGL
=no
'
5381 wx_cv_use_opengl='wxUSE_OPENGL
=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
5386 eval "$wx_cv_use_opengl"
5388 if test x"$withstring" = xwithout; then
5389 if test $wxUSE_OPENGL = yes; then
5395 result=$wxUSE_OPENGL
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5399 $as_echo "$result" >&6; }
5406 defaultval=$wxUSE_ALL_FEATURES
5407 if test -z "$defaultval"; then
5408 if test x"$withstring" = xwithout; then
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${withstring:-with}-dmalloc" >&5
5415 $as_echo_n "checking
for --${withstring:-with}-dmalloc...
" >&6; }
5417 # Check whether --with-dmalloc was given.
5418 if test "${with_dmalloc+set}" = set; then :
5419 withval=$with_dmalloc;
5420 if test "$withval" = yes; then
5421 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
5423 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
5428 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
5433 eval "$wx_cv_use_dmalloc"
5435 if test x
"$withstring" = xwithout
; then
5436 if test $wxUSE_DMALLOC = yes; then
5442 result
=$wxUSE_DMALLOC
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5446 $as_echo "$result" >&6; }
5450 defaultval
=$wxUSE_ALL_FEATURES
5451 if test -z "$defaultval"; then
5452 if test x
"$withstring" = xwithout
; then
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${withstring:-with}-sdl" >&5
5459 $as_echo_n "checking for --${withstring:-with}-sdl... " >&6; }
5461 # Check whether --with-sdl was given.
5462 if test "${with_sdl+set}" = set; then :
5464 if test "$withval" = yes; then
5465 wx_cv_use_sdl
='wxUSE_LIBSDL=yes'
5467 wx_cv_use_sdl
='wxUSE_LIBSDL=no'
5472 wx_cv_use_sdl
='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
5477 eval "$wx_cv_use_sdl"
5479 if test x"$withstring" = xwithout; then
5480 if test $wxUSE_LIBSDL = yes; then
5486 result=$wxUSE_LIBSDL
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5490 $as_echo "$result" >&6; }
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-regex" >&5
5494 $as_echo_n "checking for --with-regex... " >&6; }
5496 # Check whether --with-regex was given.
5497 if test "${with_regex+set}" = set; then :
5498 withval=$with_regex;
5499 if test "$withval" = yes; then
5500 wx_cv_use_regex='wxUSE_REGEX
=yes'
5501 elif test "$withval" = no; then
5502 wx_cv_use_regex='wxUSE_REGEX
=no
'
5503 elif test "$withval" = sys; then
5504 wx_cv_use_regex='wxUSE_REGEX
=sys
'
5505 elif test "$withval" = builtin; then
5506 wx_cv_use_regex='wxUSE_REGEX
=builtin'
5508 as_fn_error $? "Invalid value for --with-regex: should be yes, no, sys, or builtin" "$LINENO" 5
5513 wx_cv_use_regex='wxUSE_REGEX
=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
5518 eval "$wx_cv_use_regex"
5520 if test "$wxUSE_REGEX" = yes; then
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5522 $as_echo "yes" >&6; }
5523 elif test "$wxUSE_REGEX" = no; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5525 $as_echo "no
" >&6; }
5526 elif test "$wxUSE_REGEX" = sys; then
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: system version
" >&5
5528 $as_echo "system version
" >&6; }
5529 elif test "$wxUSE_REGEX" = builtin; then
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: builtin version
" >&5
5531 $as_echo "builtin version
" >&6; }
5533 as_fn_error $? "Invalid value
for --with-regex: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --with-zlib" >&5
5538 $as_echo_n "checking
for --with-zlib...
" >&6; }
5540 # Check whether --with-zlib was given.
5541 if test "${with_zlib+set}" = set; then :
5543 if test "$withval" = yes; then
5544 wx_cv_use_zlib='wxUSE_ZLIB=yes'
5545 elif test "$withval" = no; then
5546 wx_cv_use_zlib='wxUSE_ZLIB=no'
5547 elif test "$withval" = sys; then
5548 wx_cv_use_zlib='wxUSE_ZLIB=sys'
5549 elif test "$withval" = builtin; then
5550 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
5552 as_fn_error $? "Invalid value
for --with-zlib: should be
yes, no
, sys
, or
builtin" "$LINENO" 5
5557 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
5562 eval "$wx_cv_use_zlib"
5564 if test "$wxUSE_ZLIB" = yes; then
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5566 $as_echo "yes" >&6; }
5567 elif test "$wxUSE_ZLIB" = no
; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5569 $as_echo "no" >&6; }
5570 elif test "$wxUSE_ZLIB" = sys
; then
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5572 $as_echo "system version" >&6; }
5573 elif test "$wxUSE_ZLIB" = builtin; then
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5575 $as_echo "builtin version" >&6; }
5577 as_fn_error $?
"Invalid value for --with-zlib: should be yes, no, sys, or builtin" "$LINENO" 5
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-expat" >&5
5582 $as_echo_n "checking for --with-expat... " >&6; }
5584 # Check whether --with-expat was given.
5585 if test "${with_expat+set}" = set; then :
5586 withval
=$with_expat;
5587 if test "$withval" = yes; then
5588 wx_cv_use_expat
='wxUSE_EXPAT=yes'
5589 elif test "$withval" = no
; then
5590 wx_cv_use_expat
='wxUSE_EXPAT=no'
5591 elif test "$withval" = sys
; then
5592 wx_cv_use_expat
='wxUSE_EXPAT=sys'
5593 elif test "$withval" = builtin; then
5594 wx_cv_use_expat
='wxUSE_EXPAT=builtin'
5596 as_fn_error $?
"Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5601 wx_cv_use_expat
='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
5606 eval "$wx_cv_use_expat"
5608 if test "$wxUSE_EXPAT" = yes; then
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5610 $as_echo "yes" >&6; }
5611 elif test "$wxUSE_EXPAT" = no; then
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5613 $as_echo "no" >&6; }
5614 elif test "$wxUSE_EXPAT" = sys; then
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: system version" >&5
5616 $as_echo "system version" >&6; }
5617 elif test "$wxUSE_EXPAT" = builtin; then
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: builtin version" >&5
5619 $as_echo "builtin version" >&6; }
5621 as_fn_error $? "Invalid value for --with-expat: should be yes, no, sys, or builtin" "$LINENO" 5
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-sdk" >&5
5626 $as_echo_n "checking for --with-macosx-sdk... " >&6; }
5628 # Check whether --with-macosx-sdk was given.
5629 if test "${with_macosx_sdk+set}" = set; then :
5630 withval=$with_macosx_sdk;
5631 wxUSE_MACOSX_SDK=$withval
5632 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_SDK" >&5
5637 $as_echo "$wxUSE_MACOSX_SDK" >&6; }
5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-macosx-version-min" >&5
5640 $as_echo_n "checking for --with-macosx-version-min... " >&6; }
5642 # Check whether --with-macosx-version-min was given.
5643 if test "${with_macosx_version_min+set}" = set; then :
5644 withval=$with_macosx_version_min;
5645 wxUSE_MACOSX_VERSION_MIN=$withval
5646 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
5650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
5651 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-debug" >&5
5655 $as_echo_n "checking for --enable-debug... " >&6; }
5656 # Check whether --enable-debug was given.
5657 if test "${enable_debug+set}" = set; then :
5658 enableval=$enable_debug;
5659 if test "$enableval" = yes; then
5661 elif test "$enableval" = no; then
5663 elif test "$enableval" = max; then
5665 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
5667 as_fn_error $? "Invalid --enable-debug value, must be yes, no or max" "$LINENO" 5
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_debug-default}" >&5
5676 $as_echo "${enable_debug-default}" >&6; }
5678 case "$wxUSE_DEBUG" in
5680 DEFAULT_wxUSE_DEBUG_FLAG=yes
5681 DEFAULT_wxUSE_DEBUG_INFO=yes
5683 DEFAULT_wxUSE_OPTIMISE=no
5687 DEFAULT_wxUSE_DEBUG_FLAG=no
5688 DEFAULT_wxUSE_DEBUG_INFO=no
5692 DEFAULT_wxUSE_DEBUG_FLAG=yes
5693 DEFAULT_wxUSE_DEBUG_INFO=no
5698 enablestring=disable
5700 if test -z "$defaultval"; then
5701 if test x"$enablestring" = xdisable; then
5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_flag" >&5
5709 $as_echo_n "checking for --${enablestring:-enable}-debug_flag... " >&6; }
5710 # Check whether --enable-debug_flag was given.
5711 if test "${enable_debug_flag+set}" = set; then :
5712 enableval=$enable_debug_flag;
5713 if test "$enableval" = yes; then
5714 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=yes'
5716 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=no
'
5721 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG
=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
5726 eval "$wx_cv_use_debug_flag"
5728 if test x"$enablestring" = xdisable; then
5729 if test $wxUSE_DEBUG_FLAG = no; then
5735 result=$wxUSE_DEBUG_FLAG
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5739 $as_echo "$result" >&6; }
5744 if test -z "$defaultval"; then
5745 if test x"$enablestring" = xdisable; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debug_info" >&5
5753 $as_echo_n "checking
for --${enablestring:-enable}-debug_info...
" >&6; }
5754 # Check whether --enable-debug_info was given.
5755 if test "${enable_debug_info+set}" = set; then :
5756 enableval=$enable_debug_info;
5757 if test "$enableval" = yes; then
5758 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
5760 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
5765 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
5770 eval "$wx_cv_use_debug_info"
5772 if test x
"$enablestring" = xdisable
; then
5773 if test $wxUSE_DEBUG_INFO = no
; then
5779 result
=$wxUSE_DEBUG_INFO
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5783 $as_echo "$result" >&6; }
5790 if test -z "$defaultval"; then
5791 if test x
"$enablestring" = xdisable
; then
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_gdb" >&5
5799 $as_echo_n "checking for --${enablestring:-enable}-debug_gdb... " >&6; }
5800 # Check whether --enable-debug_gdb was given.
5801 if test "${enable_debug_gdb+set}" = set; then :
5802 enableval
=$enable_debug_gdb;
5803 if test "$enableval" = yes; then
5804 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
5806 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
5811 wx_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
5816 eval "$wx_cv_use_debug_gdb"
5818 if test x"$enablestring" = xdisable; then
5819 if test $wxUSE_DEBUG_GDB = no; then
5825 result=$wxUSE_DEBUG_GDB
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5829 $as_echo "$result" >&6; }
5834 if test -z "$defaultval"; then
5835 if test x"$enablestring" = xdisable; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-debug_cntxt" >&5
5843 $as_echo_n "checking for --${enablestring:-enable}-debug_cntxt... " >&6; }
5844 # Check whether --enable-debug_cntxt was given.
5845 if test "${enable_debug_cntxt+set}" = set; then :
5846 enableval=$enable_debug_cntxt;
5847 if test "$enableval" = yes; then
5848 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=yes'
5850 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=no
'
5855 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT
=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
5860 eval "$wx_cv_use_debug_cntxt"
5862 if test x"$enablestring" = xdisable; then
5863 if test $wxUSE_DEBUG_CONTEXT = no; then
5869 result=$wxUSE_DEBUG_CONTEXT
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
5873 $as_echo "$result" >&6; }
5878 if test -z "$defaultval"; then
5879 if test x"$enablestring" = xdisable; then
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mem_tracing" >&5
5887 $as_echo_n "checking
for --${enablestring:-enable}-mem_tracing...
" >&6; }
5888 # Check whether --enable-mem_tracing was given.
5889 if test "${enable_mem_tracing+set}" = set; then :
5890 enableval=$enable_mem_tracing;
5891 if test "$enableval" = yes; then
5892 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
5894 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
5899 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
5904 eval "$wx_cv_use_mem_tracing"
5906 if test x
"$enablestring" = xdisable
; then
5907 if test $wxUSE_MEM_TRACING = no
; then
5913 result
=$wxUSE_MEM_TRACING
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5917 $as_echo "$result" >&6; }
5922 enablestring
=disable
5924 if test -z "$defaultval"; then
5925 if test x
"$enablestring" = xdisable
; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-shared" >&5
5933 $as_echo_n "checking for --${enablestring:-enable}-shared... " >&6; }
5934 # Check whether --enable-shared was given.
5935 if test "${enable_shared+set}" = set; then :
5936 enableval
=$enable_shared;
5937 if test "$enableval" = yes; then
5938 wx_cv_use_shared
='wxUSE_SHARED=yes'
5940 wx_cv_use_shared
='wxUSE_SHARED=no'
5945 wx_cv_use_shared
='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
5950 eval "$wx_cv_use_shared"
5952 if test x"$enablestring" = xdisable; then
5953 if test $wxUSE_SHARED = no; then
5959 result=$wxUSE_SHARED
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
5963 $as_echo "$result" >&6; }
5968 if test -z "$defaultval"; then
5969 if test x"$enablestring" = xdisable; then
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stl" >&5
5977 $as_echo_n "checking for --${enablestring:-enable}-stl... " >&6; }
5978 # Check whether --enable-stl was given.
5979 if test "${enable_stl+set}" = set; then :
5980 enableval=$enable_stl;
5981 if test "$enableval" = yes; then
5982 wx_cv_use_stl='wxUSE_STL
=yes'
5984 wx_cv_use_stl='wxUSE_STL
=no
'
5989 wx_cv_use_stl='wxUSE_STL
=${'DEFAULT_wxUSE_STL":-$defaultval}"
5994 eval "$wx_cv_use_stl"
5996 if test x"$enablestring" = xdisable; then
5997 if test $wxUSE_STL = no; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6007 $as_echo "$result" >&6; }
6009 if test "$wxUSE_STL" = "yes"; then
6010 DEFAULT_wxUSE_STD_CONTAINERS=yes
6011 DEFAULT_wxUSE_STD_IOSTREAM=yes
6012 DEFAULT_wxUSE_STD_STRING=yes
6017 if test -z "$defaultval"; then
6018 if test x"$enablestring" = xdisable; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-std_containers" >&5
6026 $as_echo_n "checking
for --${enablestring:-enable}-std_containers...
" >&6; }
6027 # Check whether --enable-std_containers was given.
6028 if test "${enable_std_containers+set}" = set; then :
6029 enableval=$enable_std_containers;
6030 if test "$enableval" = yes; then
6031 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
6033 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
6038 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
6043 eval "$wx_cv_use_std_containers"
6045 if test x
"$enablestring" = xdisable
; then
6046 if test $wxUSE_STD_CONTAINERS = no
; then
6052 result
=$wxUSE_STD_CONTAINERS
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6056 $as_echo "$result" >&6; }
6061 if test -z "$defaultval"; then
6062 if test x
"$enablestring" = xdisable
; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_iostreams" >&5
6070 $as_echo_n "checking for --${enablestring:-enable}-std_iostreams... " >&6; }
6071 # Check whether --enable-std_iostreams was given.
6072 if test "${enable_std_iostreams+set}" = set; then :
6073 enableval
=$enable_std_iostreams;
6074 if test "$enableval" = yes; then
6075 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
6077 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
6082 wx_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
6087 eval "$wx_cv_use_std_iostreams"
6089 if test x"$enablestring" = xdisable; then
6090 if test $wxUSE_STD_IOSTREAM = no; then
6096 result=$wxUSE_STD_IOSTREAM
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6100 $as_echo "$result" >&6; }
6105 if test -z "$defaultval"; then
6106 if test x"$enablestring" = xdisable; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-std_string" >&5
6114 $as_echo_n "checking for --${enablestring:-enable}-std_string... " >&6; }
6115 # Check whether --enable-std_string was given.
6116 if test "${enable_std_string+set}" = set; then :
6117 enableval=$enable_std_string;
6118 if test "$enableval" = yes; then
6119 wx_cv_use_std_string='wxUSE_STD_STRING
=yes'
6121 wx_cv_use_std_string='wxUSE_STD_STRING
=no
'
6126 wx_cv_use_std_string='wxUSE_STD_STRING
=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
6131 eval "$wx_cv_use_std_string"
6133 if test x"$enablestring" = xdisable; then
6134 if test $wxUSE_STD_STRING = no; then
6140 result=$wxUSE_STD_STRING
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6144 $as_echo "$result" >&6; }
6149 if test -z "$defaultval"; then
6150 if test x"$enablestring" = xdisable; then
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
6158 $as_echo_n "checking
for --${enablestring:-enable}-std_string_conv_in_wxstring...
" >&6; }
6159 # Check whether --enable-std_string_conv_in_wxstring was given.
6160 if test "${enable_std_string_conv_in_wxstring+set}" = set; then :
6161 enableval=$enable_std_string_conv_in_wxstring;
6162 if test "$enableval" = yes; then
6163 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
6165 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
6170 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
6175 eval "$wx_cv_use_std_string_conv_in_wxstring"
6177 if test x
"$enablestring" = xdisable
; then
6178 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no
; then
6184 result
=$wxUSE_STD_STRING_CONV_IN_WXSTRING
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6188 $as_echo "$result" >&6; }
6191 enablestring
=disable
6193 if test -z "$defaultval"; then
6194 if test x
"$enablestring" = xdisable
; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-unicode" >&5
6202 $as_echo_n "checking for --${enablestring:-enable}-unicode... " >&6; }
6203 # Check whether --enable-unicode was given.
6204 if test "${enable_unicode+set}" = set; then :
6205 enableval
=$enable_unicode;
6206 if test "$enableval" = yes; then
6207 wx_cv_use_unicode
='wxUSE_UNICODE=yes'
6209 wx_cv_use_unicode
='wxUSE_UNICODE=no'
6214 wx_cv_use_unicode
='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
6219 eval "$wx_cv_use_unicode"
6221 if test x"$enablestring" = xdisable; then
6222 if test $wxUSE_UNICODE = no; then
6228 result=$wxUSE_UNICODE
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6232 $as_echo "$result" >&6; }
6237 if test -z "$defaultval"; then
6238 if test x"$enablestring" = xdisable; then
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mslu" >&5
6246 $as_echo_n "checking for --${enablestring:-enable}-mslu... " >&6; }
6247 # Check whether --enable-mslu was given.
6248 if test "${enable_mslu+set}" = set; then :
6249 enableval=$enable_mslu;
6250 if test "$enableval" = yes; then
6251 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=yes'
6253 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=no
'
6258 wx_cv_use_mslu='wxUSE_UNICODE_MSLU
=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
6263 eval "$wx_cv_use_mslu"
6265 if test x"$enablestring" = xdisable; then
6266 if test $wxUSE_UNICODE_MSLU = no; then
6272 result=$wxUSE_UNICODE_MSLU
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6276 $as_echo "$result" >&6; }
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-utf8" >&5
6281 $as_echo_n "checking
for --${enablestring:-enable}-utf8...
" >&6; }
6282 # Check whether --enable-utf8 was given.
6283 if test "${enable_utf8+set}" = set; then :
6284 enableval=$enable_utf8;
6285 wx_cv_use_utf8="wxUSE_UNICODE_UTF8
='$enableval'"
6289 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
6294 eval "$wx_cv_use_utf8"
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $wxUSE_UNICODE_UTF8" >&5
6297 $as_echo "$wxUSE_UNICODE_UTF8" >&6; }
6302 if test -z "$defaultval"; then
6303 if test x"$enablestring" = xdisable; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-utf8only" >&5
6311 $as_echo_n "checking
for --${enablestring:-enable}-utf8only...
" >&6; }
6312 # Check whether --enable-utf8only was given.
6313 if test "${enable_utf8only+set}" = set; then :
6314 enableval=$enable_utf8only;
6315 if test "$enableval" = yes; then
6316 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
6318 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
6323 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
6328 eval "$wx_cv_use_utf8only"
6330 if test x
"$enablestring" = xdisable
; then
6331 if test $wxUSE_UNICODE_UTF8_LOCALE = no
; then
6337 result
=$wxUSE_UNICODE_UTF8_LOCALE
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6341 $as_echo "$result" >&6; }
6346 if test -z "$defaultval"; then
6347 if test x
"$enablestring" = xdisable
; then
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-extended_rtti" >&5
6355 $as_echo_n "checking for --${enablestring:-enable}-extended_rtti... " >&6; }
6356 # Check whether --enable-extended_rtti was given.
6357 if test "${enable_extended_rtti+set}" = set; then :
6358 enableval
=$enable_extended_rtti;
6359 if test "$enableval" = yes; then
6360 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=yes'
6362 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=no'
6367 wx_cv_use_extended_rtti
='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
6372 eval "$wx_cv_use_extended_rtti"
6374 if test x"$enablestring" = xdisable; then
6375 if test $wxUSE_EXTENDED_RTTI = no; then
6381 result=$wxUSE_EXTENDED_RTTI
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6385 $as_echo "$result" >&6; }
6387 if test "$USE_OS2" = 1; then
6388 DEFAULT_wxUSE_OMF=no
6392 if test -z "$defaultval"; then
6393 if test x"$enablestring" = xdisable; then
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-omf" >&5
6401 $as_echo_n "checking for --${enablestring:-enable}-omf... " >&6; }
6402 # Check whether --enable-omf was given.
6403 if test "${enable_omf+set}" = set; then :
6404 enableval=$enable_omf;
6405 if test "$enableval" = yes; then
6406 wx_cv_use_omf='wxUSE_OMF
=yes'
6408 wx_cv_use_omf='wxUSE_OMF
=no
'
6413 wx_cv_use_omf='wxUSE_OMF
=${'DEFAULT_wxUSE_OMF":-$defaultval}"
6418 eval "$wx_cv_use_omf"
6420 if test x"$enablestring" = xdisable; then
6421 if test $wxUSE_OMF = no; then
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6431 $as_echo "$result" >&6; }
6436 enablestring=disable
6438 if test -z "$defaultval"; then
6439 if test x"$enablestring" = xdisable; then
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-optimise" >&5
6447 $as_echo_n "checking
for --${enablestring:-enable}-optimise...
" >&6; }
6448 # Check whether --enable-optimise was given.
6449 if test "${enable_optimise+set}" = set; then :
6450 enableval=$enable_optimise;
6451 if test "$enableval" = yes; then
6452 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
6454 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
6459 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
6464 eval "$wx_cv_use_optimise"
6466 if test x
"$enablestring" = xdisable
; then
6467 if test $wxUSE_OPTIMISE = no
; then
6473 result
=$wxUSE_OPTIMISE
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6477 $as_echo "$result" >&6; }
6483 if test -z "$defaultval"; then
6484 if test x
"$enablestring" = xdisable
; then
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-profile" >&5
6492 $as_echo_n "checking for --${enablestring:-enable}-profile... " >&6; }
6493 # Check whether --enable-profile was given.
6494 if test "${enable_profile+set}" = set; then :
6495 enableval
=$enable_profile;
6496 if test "$enableval" = yes; then
6497 wx_cv_use_profile
='wxUSE_PROFILE=yes'
6499 wx_cv_use_profile
='wxUSE_PROFILE=no'
6504 wx_cv_use_profile
='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
6509 eval "$wx_cv_use_profile"
6511 if test x"$enablestring" = xdisable; then
6512 if test $wxUSE_PROFILE = no; then
6518 result=$wxUSE_PROFILE
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6522 $as_echo "$result" >&6; }
6527 if test -z "$defaultval"; then
6528 if test x"$enablestring" = xdisable; then
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_rtti" >&5
6536 $as_echo_n "checking for --${enablestring:-enable}-no_rtti... " >&6; }
6537 # Check whether --enable-no_rtti was given.
6538 if test "${enable_no_rtti+set}" = set; then :
6539 enableval=$enable_no_rtti;
6540 if test "$enableval" = yes; then
6541 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=yes'
6543 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=no
'
6548 wx_cv_use_no_rtti='wxUSE_NO_RTTI
=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
6553 eval "$wx_cv_use_no_rtti"
6555 if test x"$enablestring" = xdisable; then
6556 if test $wxUSE_NO_RTTI = no; then
6562 result=$wxUSE_NO_RTTI
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6566 $as_echo "$result" >&6; }
6571 if test -z "$defaultval"; then
6572 if test x"$enablestring" = xdisable; then
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-no_exceptions" >&5
6580 $as_echo_n "checking
for --${enablestring:-enable}-no_exceptions...
" >&6; }
6581 # Check whether --enable-no_exceptions was given.
6582 if test "${enable_no_exceptions+set}" = set; then :
6583 enableval=$enable_no_exceptions;
6584 if test "$enableval" = yes; then
6585 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
6587 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
6592 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
6597 eval "$wx_cv_use_no_exceptions"
6599 if test x
"$enablestring" = xdisable
; then
6600 if test $wxUSE_NO_EXCEPTIONS = no
; then
6606 result
=$wxUSE_NO_EXCEPTIONS
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6610 $as_echo "$result" >&6; }
6615 if test -z "$defaultval"; then
6616 if test x
"$enablestring" = xdisable
; then
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-permissive" >&5
6624 $as_echo_n "checking for --${enablestring:-enable}-permissive... " >&6; }
6625 # Check whether --enable-permissive was given.
6626 if test "${enable_permissive+set}" = set; then :
6627 enableval
=$enable_permissive;
6628 if test "$enableval" = yes; then
6629 wx_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
6631 wx_cv_use_permissive
='wxUSE_PERMISSIVE=no'
6636 wx_cv_use_permissive
='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
6641 eval "$wx_cv_use_permissive"
6643 if test x"$enablestring" = xdisable; then
6644 if test $wxUSE_PERMISSIVE = no; then
6650 result=$wxUSE_PERMISSIVE
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6654 $as_echo "$result" >&6; }
6659 if test -z "$defaultval"; then
6660 if test x"$enablestring" = xdisable; then
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-no_deps" >&5
6668 $as_echo_n "checking for --${enablestring:-enable}-no_deps... " >&6; }
6669 # Check whether --enable-no_deps was given.
6670 if test "${enable_no_deps+set}" = set; then :
6671 enableval=$enable_no_deps;
6672 if test "$enableval" = yes; then
6673 wx_cv_use_no_deps='wxUSE_NO_DEPS
=yes'
6675 wx_cv_use_no_deps='wxUSE_NO_DEPS
=no
'
6680 wx_cv_use_no_deps='wxUSE_NO_DEPS
=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
6685 eval "$wx_cv_use_no_deps"
6687 if test x"$enablestring" = xdisable; then
6688 if test $wxUSE_NO_DEPS = no; then
6694 result=$wxUSE_NO_DEPS
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6698 $as_echo "$result" >&6; }
6701 enablestring=disable
6703 if test -z "$defaultval"; then
6704 if test x"$enablestring" = xdisable; then
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-vararg_macros" >&5
6712 $as_echo_n "checking
for --${enablestring:-enable}-vararg_macros...
" >&6; }
6713 # Check whether --enable-vararg_macros was given.
6714 if test "${enable_vararg_macros+set}" = set; then :
6715 enableval=$enable_vararg_macros;
6716 if test "$enableval" = yes; then
6717 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
6719 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
6724 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
6729 eval "$wx_cv_use_vararg_macros"
6731 if test x
"$enablestring" = xdisable
; then
6732 if test $wxUSE_VARARG_MACROS = no
; then
6738 result
=$wxUSE_VARARG_MACROS
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6742 $as_echo "$result" >&6; }
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-universal_binary" >&5
6748 $as_echo_n "checking for --${enablestring:-enable}-universal_binary... " >&6; }
6749 # Check whether --enable-universal_binary was given.
6750 if test "${enable_universal_binary+set}" = set; then :
6751 enableval
=$enable_universal_binary;
6752 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY='$enableval'"
6756 wx_cv_use_universal_binary
='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
6761 eval "$wx_cv_use_universal_binary"
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_UNIVERSAL_BINARY" >&5
6764 $as_echo "$wxUSE_UNIVERSAL_BINARY" >&6; }
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-macosx_arch" >&5
6769 $as_echo_n "checking for --${enablestring:-enable}-macosx_arch... " >&6; }
6770 # Check whether --enable-macosx_arch was given.
6771 if test "${enable_macosx_arch+set}" = set; then :
6772 enableval
=$enable_macosx_arch;
6773 wx_cv_use_macosx_arch
="wxUSE_MAC_ARCH='$enableval'"
6777 wx_cv_use_macosx_arch
='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
6782 eval "$wx_cv_use_macosx_arch"
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MAC_ARCH" >&5
6785 $as_echo "$wxUSE_MAC_ARCH" >&6; }
6791 if test -z "$defaultval"; then
6792 if test x
"$enablestring" = xdisable
; then
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat26" >&5
6800 $as_echo_n "checking for --${enablestring:-enable}-compat26... " >&6; }
6801 # Check whether --enable-compat26 was given.
6802 if test "${enable_compat26+set}" = set; then :
6803 enableval
=$enable_compat26;
6804 if test "$enableval" = yes; then
6805 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=yes'
6807 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=no'
6812 wx_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
6817 eval "$wx_cv_use_compat26"
6819 if test x"$enablestring" = xdisable; then
6820 if test $WXWIN_COMPATIBILITY_2_6 = no; then
6826 result=$WXWIN_COMPATIBILITY_2_6
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6830 $as_echo "$result" >&6; }
6833 enablestring=disable
6835 if test -z "$defaultval"; then
6836 if test x"$enablestring" = xdisable; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-compat28" >&5
6844 $as_echo_n "checking for --${enablestring:-enable}-compat28... " >&6; }
6845 # Check whether --enable-compat28 was given.
6846 if test "${enable_compat28+set}" = set; then :
6847 enableval=$enable_compat28;
6848 if test "$enableval" = yes; then
6849 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=yes'
6851 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=no
'
6856 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8
=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
6861 eval "$wx_cv_use_compat28"
6863 if test x"$enablestring" = xdisable; then
6864 if test $WXWIN_COMPATIBILITY_2_8 = no; then
6870 result=$WXWIN_COMPATIBILITY_2_8
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
6874 $as_echo "$result" >&6; }
6878 enablestring=disable
6880 if test -z "$defaultval"; then
6881 if test x"$enablestring" = xdisable; then
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-rpath" >&5
6889 $as_echo_n "checking
for --${enablestring:-enable}-rpath...
" >&6; }
6890 # Check whether --enable-rpath was given.
6891 if test "${enable_rpath+set}" = set; then :
6892 enableval=$enable_rpath;
6893 if test "$enableval" = yes; then
6894 wx_cv_use_rpath='wxUSE_RPATH=yes'
6896 wx_cv_use_rpath='wxUSE_RPATH=no'
6901 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
6906 eval "$wx_cv_use_rpath"
6908 if test x
"$enablestring" = xdisable
; then
6909 if test $wxUSE_RPATH = no
; then
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6919 $as_echo "$result" >&6; }
6925 if test -z "$defaultval"; then
6926 if test x
"$enablestring" = xdisable
; then
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-objc_uniquifying" >&5
6934 $as_echo_n "checking for --${enablestring:-enable}-objc_uniquifying... " >&6; }
6935 # Check whether --enable-objc_uniquifying was given.
6936 if test "${enable_objc_uniquifying+set}" = set; then :
6937 enableval
=$enable_objc_uniquifying;
6938 if test "$enableval" = yes; then
6939 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=yes'
6941 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=no'
6946 wx_cv_use_objc_uniquifying
='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
6951 eval "$wx_cv_use_objc_uniquifying"
6953 if test x"$enablestring" = xdisable; then
6954 if test $wxUSE_OBJC_UNIQUIFYING = no; then
6960 result=$wxUSE_OBJC_UNIQUIFYING
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
6964 $as_echo "$result" >&6; }
6968 enablestring=disable
6970 if test -z "$defaultval"; then
6971 if test x"$enablestring" = xdisable; then
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-visibility" >&5
6979 $as_echo_n "checking for --${enablestring:-enable}-visibility... " >&6; }
6980 # Check whether --enable-visibility was given.
6981 if test "${enable_visibility+set}" = set; then :
6982 enableval=$enable_visibility;
6983 if test "$enableval" = yes; then
6984 wx_cv_use_visibility='wxUSE_VISIBILITY
=yes'
6986 wx_cv_use_visibility='wxUSE_VISIBILITY
=no
'
6991 wx_cv_use_visibility='wxUSE_VISIBILITY
=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
6996 eval "$wx_cv_use_visibility"
6998 if test x"$enablestring" = xdisable; then
6999 if test $wxUSE_VISIBILITY = no; then
7005 result=$wxUSE_VISIBILITY
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7009 $as_echo "$result" >&6; }
7012 enablestring=disable
7014 if test -z "$defaultval"; then
7015 if test x"$enablestring" = xdisable; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tls" >&5
7023 $as_echo_n "checking
for --${enablestring:-enable}-tls...
" >&6; }
7024 # Check whether --enable-tls was given.
7025 if test "${enable_tls+set}" = set; then :
7026 enableval=$enable_tls;
7027 if test "$enableval" = yes; then
7028 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
7030 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
7035 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
7040 eval "$wx_cv_use_tls"
7042 if test x
"$enablestring" = xdisable
; then
7043 if test $wxUSE_COMPILER_TLS = no
; then
7049 result
=$wxUSE_COMPILER_TLS
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7053 $as_echo "$result" >&6; }
7059 defaultval
=$wxUSE_ALL_FEATURES
7060 if test -z "$defaultval"; then
7061 if test x
"$enablestring" = xdisable
; then
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-intl" >&5
7069 $as_echo_n "checking for --${enablestring:-enable}-intl... " >&6; }
7070 # Check whether --enable-intl was given.
7071 if test "${enable_intl+set}" = set; then :
7072 enableval
=$enable_intl;
7073 if test "$enableval" = yes; then
7074 wx_cv_use_intl
='wxUSE_INTL=yes'
7076 wx_cv_use_intl
='wxUSE_INTL=no'
7081 wx_cv_use_intl
='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
7086 eval "$wx_cv_use_intl"
7088 if test x"$enablestring" = xdisable; then
7089 if test $wxUSE_INTL = no; then
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7099 $as_echo "$result" >&6; }
7103 defaultval=$wxUSE_ALL_FEATURES
7104 if test -z "$defaultval"; then
7105 if test x"$enablestring" = xdisable; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xlocale" >&5
7113 $as_echo_n "checking for --${enablestring:-enable}-xlocale... " >&6; }
7114 # Check whether --enable-xlocale was given.
7115 if test "${enable_xlocale+set}" = set; then :
7116 enableval=$enable_xlocale;
7117 if test "$enableval" = yes; then
7118 wx_cv_use_xlocale='wxUSE_XLOCALE
=yes'
7120 wx_cv_use_xlocale='wxUSE_XLOCALE
=no
'
7125 wx_cv_use_xlocale='wxUSE_XLOCALE
=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
7130 eval "$wx_cv_use_xlocale"
7132 if test x"$enablestring" = xdisable; then
7133 if test $wxUSE_XLOCALE = no; then
7139 result=$wxUSE_XLOCALE
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7143 $as_echo "$result" >&6; }
7147 defaultval=$wxUSE_ALL_FEATURES
7148 if test -z "$defaultval"; then
7149 if test x"$enablestring" = xdisable; then
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-config" >&5
7157 $as_echo_n "checking
for --${enablestring:-enable}-config...
" >&6; }
7158 # Check whether --enable-config was given.
7159 if test "${enable_config+set}" = set; then :
7160 enableval=$enable_config;
7161 if test "$enableval" = yes; then
7162 wx_cv_use_config='wxUSE_CONFIG=yes'
7164 wx_cv_use_config='wxUSE_CONFIG=no'
7169 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
7174 eval "$wx_cv_use_config"
7176 if test x
"$enablestring" = xdisable
; then
7177 if test $wxUSE_CONFIG = no
; then
7183 result
=$wxUSE_CONFIG
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7187 $as_echo "$result" >&6; }
7192 defaultval
=$wxUSE_ALL_FEATURES
7193 if test -z "$defaultval"; then
7194 if test x
"$enablestring" = xdisable
; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocols" >&5
7202 $as_echo_n "checking for --${enablestring:-enable}-protocols... " >&6; }
7203 # Check whether --enable-protocols was given.
7204 if test "${enable_protocols+set}" = set; then :
7205 enableval
=$enable_protocols;
7206 if test "$enableval" = yes; then
7207 wx_cv_use_protocols
='wxUSE_PROTOCOL=yes'
7209 wx_cv_use_protocols
='wxUSE_PROTOCOL=no'
7214 wx_cv_use_protocols
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
7219 eval "$wx_cv_use_protocols"
7221 if test x"$enablestring" = xdisable; then
7222 if test $wxUSE_PROTOCOL = no; then
7228 result=$wxUSE_PROTOCOL
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7232 $as_echo "$result" >&6; }
7236 defaultval=$wxUSE_ALL_FEATURES
7237 if test -z "$defaultval"; then
7238 if test x"$enablestring" = xdisable; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ftp" >&5
7246 $as_echo_n "checking for --${enablestring:-enable}-ftp... " >&6; }
7247 # Check whether --enable-ftp was given.
7248 if test "${enable_ftp+set}" = set; then :
7249 enableval=$enable_ftp;
7250 if test "$enableval" = yes; then
7251 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=yes'
7253 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=no
'
7258 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP
=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
7263 eval "$wx_cv_use_ftp"
7265 if test x"$enablestring" = xdisable; then
7266 if test $wxUSE_PROTOCOL_FTP = no; then
7272 result=$wxUSE_PROTOCOL_FTP
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7276 $as_echo "$result" >&6; }
7280 defaultval=$wxUSE_ALL_FEATURES
7281 if test -z "$defaultval"; then
7282 if test x"$enablestring" = xdisable; then
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-http" >&5
7290 $as_echo_n "checking
for --${enablestring:-enable}-http...
" >&6; }
7291 # Check whether --enable-http was given.
7292 if test "${enable_http+set}" = set; then :
7293 enableval=$enable_http;
7294 if test "$enableval" = yes; then
7295 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
7297 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
7302 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
7307 eval "$wx_cv_use_http"
7309 if test x
"$enablestring" = xdisable
; then
7310 if test $wxUSE_PROTOCOL_HTTP = no
; then
7316 result
=$wxUSE_PROTOCOL_HTTP
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7320 $as_echo "$result" >&6; }
7324 defaultval
=$wxUSE_ALL_FEATURES
7325 if test -z "$defaultval"; then
7326 if test x
"$enablestring" = xdisable
; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fileproto" >&5
7334 $as_echo_n "checking for --${enablestring:-enable}-fileproto... " >&6; }
7335 # Check whether --enable-fileproto was given.
7336 if test "${enable_fileproto+set}" = set; then :
7337 enableval
=$enable_fileproto;
7338 if test "$enableval" = yes; then
7339 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
7341 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
7346 wx_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
7351 eval "$wx_cv_use_fileproto"
7353 if test x"$enablestring" = xdisable; then
7354 if test $wxUSE_PROTOCOL_FILE = no; then
7360 result=$wxUSE_PROTOCOL_FILE
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7364 $as_echo "$result" >&6; }
7368 defaultval=$wxUSE_ALL_FEATURES
7369 if test -z "$defaultval"; then
7370 if test x"$enablestring" = xdisable; then
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sockets" >&5
7378 $as_echo_n "checking for --${enablestring:-enable}-sockets... " >&6; }
7379 # Check whether --enable-sockets was given.
7380 if test "${enable_sockets+set}" = set; then :
7381 enableval=$enable_sockets;
7382 if test "$enableval" = yes; then
7383 wx_cv_use_sockets='wxUSE_SOCKETS
=yes'
7385 wx_cv_use_sockets='wxUSE_SOCKETS
=no
'
7390 wx_cv_use_sockets='wxUSE_SOCKETS
=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
7395 eval "$wx_cv_use_sockets"
7397 if test x"$enablestring" = xdisable; then
7398 if test $wxUSE_SOCKETS = no; then
7404 result=$wxUSE_SOCKETS
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7408 $as_echo "$result" >&6; }
7412 defaultval=$wxUSE_ALL_FEATURES
7413 if test -z "$defaultval"; then
7414 if test x"$enablestring" = xdisable; then
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ipv6" >&5
7422 $as_echo_n "checking
for --${enablestring:-enable}-ipv6...
" >&6; }
7423 # Check whether --enable-ipv6 was given.
7424 if test "${enable_ipv6+set}" = set; then :
7425 enableval=$enable_ipv6;
7426 if test "$enableval" = yes; then
7427 wx_cv_use_ipv6='wxUSE_IPV6=yes'
7429 wx_cv_use_ipv6='wxUSE_IPV6=no'
7434 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
7439 eval "$wx_cv_use_ipv6"
7441 if test x
"$enablestring" = xdisable
; then
7442 if test $wxUSE_IPV6 = no
; then
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7452 $as_echo "$result" >&6; }
7456 defaultval
=$wxUSE_ALL_FEATURES
7457 if test -z "$defaultval"; then
7458 if test x
"$enablestring" = xdisable
; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ole" >&5
7466 $as_echo_n "checking for --${enablestring:-enable}-ole... " >&6; }
7467 # Check whether --enable-ole was given.
7468 if test "${enable_ole+set}" = set; then :
7469 enableval
=$enable_ole;
7470 if test "$enableval" = yes; then
7471 wx_cv_use_ole
='wxUSE_OLE=yes'
7473 wx_cv_use_ole
='wxUSE_OLE=no'
7478 wx_cv_use_ole
='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
7483 eval "$wx_cv_use_ole"
7485 if test x"$enablestring" = xdisable; then
7486 if test $wxUSE_OLE = no; then
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7496 $as_echo "$result" >&6; }
7500 defaultval=$wxUSE_ALL_FEATURES
7501 if test -z "$defaultval"; then
7502 if test x"$enablestring" = xdisable; then
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataobj" >&5
7510 $as_echo_n "checking for --${enablestring:-enable}-dataobj... " >&6; }
7511 # Check whether --enable-dataobj was given.
7512 if test "${enable_dataobj+set}" = set; then :
7513 enableval=$enable_dataobj;
7514 if test "$enableval" = yes; then
7515 wx_cv_use_dataobj='wxUSE_DATAOBJ
=yes'
7517 wx_cv_use_dataobj='wxUSE_DATAOBJ
=no
'
7522 wx_cv_use_dataobj='wxUSE_DATAOBJ
=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
7527 eval "$wx_cv_use_dataobj"
7529 if test x"$enablestring" = xdisable; then
7530 if test $wxUSE_DATAOBJ = no; then
7536 result=$wxUSE_DATAOBJ
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7540 $as_echo "$result" >&6; }
7545 defaultval=$wxUSE_ALL_FEATURES
7546 if test -z "$defaultval"; then
7547 if test x"$enablestring" = xdisable; then
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ipc" >&5
7555 $as_echo_n "checking
for --${enablestring:-enable}-ipc...
" >&6; }
7556 # Check whether --enable-ipc was given.
7557 if test "${enable_ipc+set}" = set; then :
7558 enableval=$enable_ipc;
7559 if test "$enableval" = yes; then
7560 wx_cv_use_ipc='wxUSE_IPC=yes'
7562 wx_cv_use_ipc='wxUSE_IPC=no'
7567 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
7572 eval "$wx_cv_use_ipc"
7574 if test x
"$enablestring" = xdisable
; then
7575 if test $wxUSE_IPC = no
; then
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7585 $as_echo "$result" >&6; }
7590 defaultval
=$wxUSE_ALL_FEATURES
7591 if test -z "$defaultval"; then
7592 if test x
"$enablestring" = xdisable
; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-baseevtloop" >&5
7600 $as_echo_n "checking for --${enablestring:-enable}-baseevtloop... " >&6; }
7601 # Check whether --enable-baseevtloop was given.
7602 if test "${enable_baseevtloop+set}" = set; then :
7603 enableval
=$enable_baseevtloop;
7604 if test "$enableval" = yes; then
7605 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=yes'
7607 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=no'
7612 wx_cv_use_baseevtloop
='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
7617 eval "$wx_cv_use_baseevtloop"
7619 if test x"$enablestring" = xdisable; then
7620 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
7626 result=$wxUSE_CONSOLE_EVENTLOOP
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7630 $as_echo "$result" >&6; }
7634 defaultval=$wxUSE_ALL_FEATURES
7635 if test -z "$defaultval"; then
7636 if test x"$enablestring" = xdisable; then
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-epollloop" >&5
7644 $as_echo_n "checking for --${enablestring:-enable}-epollloop... " >&6; }
7645 # Check whether --enable-epollloop was given.
7646 if test "${enable_epollloop+set}" = set; then :
7647 enableval=$enable_epollloop;
7648 if test "$enableval" = yes; then
7649 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=yes'
7651 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=no
'
7656 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER
=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
7661 eval "$wx_cv_use_epollloop"
7663 if test x"$enablestring" = xdisable; then
7664 if test $wxUSE_EPOLL_DISPATCHER = no; then
7670 result=$wxUSE_EPOLL_DISPATCHER
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7674 $as_echo "$result" >&6; }
7678 defaultval=$wxUSE_ALL_FEATURES
7679 if test -z "$defaultval"; then
7680 if test x"$enablestring" = xdisable; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-selectloop" >&5
7688 $as_echo_n "checking
for --${enablestring:-enable}-selectloop...
" >&6; }
7689 # Check whether --enable-selectloop was given.
7690 if test "${enable_selectloop+set}" = set; then :
7691 enableval=$enable_selectloop;
7692 if test "$enableval" = yes; then
7693 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
7695 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
7700 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
7705 eval "$wx_cv_use_selectloop"
7707 if test x
"$enablestring" = xdisable
; then
7708 if test $wxUSE_SELECT_DISPATCHER = no
; then
7714 result
=$wxUSE_SELECT_DISPATCHER
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7718 $as_echo "$result" >&6; }
7723 defaultval
=$wxUSE_ALL_FEATURES
7724 if test -z "$defaultval"; then
7725 if test x
"$enablestring" = xdisable
; then
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-any" >&5
7733 $as_echo_n "checking for --${enablestring:-enable}-any... " >&6; }
7734 # Check whether --enable-any was given.
7735 if test "${enable_any+set}" = set; then :
7736 enableval
=$enable_any;
7737 if test "$enableval" = yes; then
7738 wx_cv_use_any
='wxUSE_ANY=yes'
7740 wx_cv_use_any
='wxUSE_ANY=no'
7745 wx_cv_use_any
='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
7750 eval "$wx_cv_use_any"
7752 if test x"$enablestring" = xdisable; then
7753 if test $wxUSE_ANY = no; then
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7763 $as_echo "$result" >&6; }
7767 defaultval=$wxUSE_ALL_FEATURES
7768 if test -z "$defaultval"; then
7769 if test x"$enablestring" = xdisable; then
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-apple_ieee" >&5
7777 $as_echo_n "checking for --${enablestring:-enable}-apple_ieee... " >&6; }
7778 # Check whether --enable-apple_ieee was given.
7779 if test "${enable_apple_ieee+set}" = set; then :
7780 enableval=$enable_apple_ieee;
7781 if test "$enableval" = yes; then
7782 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=yes'
7784 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=no
'
7789 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE
=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
7794 eval "$wx_cv_use_apple_ieee"
7796 if test x"$enablestring" = xdisable; then
7797 if test $wxUSE_APPLE_IEEE = no; then
7803 result=$wxUSE_APPLE_IEEE
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7807 $as_echo "$result" >&6; }
7811 defaultval=$wxUSE_ALL_FEATURES
7812 if test -z "$defaultval"; then
7813 if test x"$enablestring" = xdisable; then
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-arcstream" >&5
7821 $as_echo_n "checking
for --${enablestring:-enable}-arcstream...
" >&6; }
7822 # Check whether --enable-arcstream was given.
7823 if test "${enable_arcstream+set}" = set; then :
7824 enableval=$enable_arcstream;
7825 if test "$enableval" = yes; then
7826 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
7828 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
7833 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
7838 eval "$wx_cv_use_arcstream"
7840 if test x
"$enablestring" = xdisable
; then
7841 if test $wxUSE_ARCHIVE_STREAMS = no
; then
7847 result
=$wxUSE_ARCHIVE_STREAMS
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7851 $as_echo "$result" >&6; }
7855 defaultval
=$wxUSE_ALL_FEATURES
7856 if test -z "$defaultval"; then
7857 if test x
"$enablestring" = xdisable
; then
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-base64" >&5
7865 $as_echo_n "checking for --${enablestring:-enable}-base64... " >&6; }
7866 # Check whether --enable-base64 was given.
7867 if test "${enable_base64+set}" = set; then :
7868 enableval
=$enable_base64;
7869 if test "$enableval" = yes; then
7870 wx_cv_use_base64
='wxUSE_BASE64=yes'
7872 wx_cv_use_base64
='wxUSE_BASE64=no'
7877 wx_cv_use_base64
='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
7882 eval "$wx_cv_use_base64"
7884 if test x"$enablestring" = xdisable; then
7885 if test $wxUSE_BASE64 = no; then
7891 result=$wxUSE_BASE64
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7895 $as_echo "$result" >&6; }
7899 defaultval=$wxUSE_ALL_FEATURES
7900 if test -z "$defaultval"; then
7901 if test x"$enablestring" = xdisable; then
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-backtrace" >&5
7909 $as_echo_n "checking for --${enablestring:-enable}-backtrace... " >&6; }
7910 # Check whether --enable-backtrace was given.
7911 if test "${enable_backtrace+set}" = set; then :
7912 enableval=$enable_backtrace;
7913 if test "$enableval" = yes; then
7914 wx_cv_use_backtrace='wxUSE_STACKWALKER
=yes'
7916 wx_cv_use_backtrace='wxUSE_STACKWALKER
=no
'
7921 wx_cv_use_backtrace='wxUSE_STACKWALKER
=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
7926 eval "$wx_cv_use_backtrace"
7928 if test x"$enablestring" = xdisable; then
7929 if test $wxUSE_STACKWALKER = no; then
7935 result=$wxUSE_STACKWALKER
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
7939 $as_echo "$result" >&6; }
7943 defaultval=$wxUSE_ALL_FEATURES
7944 if test -z "$defaultval"; then
7945 if test x"$enablestring" = xdisable; then
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-catch_segvs" >&5
7953 $as_echo_n "checking
for --${enablestring:-enable}-catch_segvs...
" >&6; }
7954 # Check whether --enable-catch_segvs was given.
7955 if test "${enable_catch_segvs+set}" = set; then :
7956 enableval=$enable_catch_segvs;
7957 if test "$enableval" = yes; then
7958 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
7960 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
7965 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
7970 eval "$wx_cv_use_catch_segvs"
7972 if test x
"$enablestring" = xdisable
; then
7973 if test $wxUSE_ON_FATAL_EXCEPTION = no
; then
7979 result
=$wxUSE_ON_FATAL_EXCEPTION
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
7983 $as_echo "$result" >&6; }
7987 defaultval
=$wxUSE_ALL_FEATURES
7988 if test -z "$defaultval"; then
7989 if test x
"$enablestring" = xdisable
; then
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-cmdline" >&5
7997 $as_echo_n "checking for --${enablestring:-enable}-cmdline... " >&6; }
7998 # Check whether --enable-cmdline was given.
7999 if test "${enable_cmdline+set}" = set; then :
8000 enableval
=$enable_cmdline;
8001 if test "$enableval" = yes; then
8002 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
8004 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
8009 wx_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
8014 eval "$wx_cv_use_cmdline"
8016 if test x"$enablestring" = xdisable; then
8017 if test $wxUSE_CMDLINE_PARSER = no; then
8023 result=$wxUSE_CMDLINE_PARSER
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8027 $as_echo "$result" >&6; }
8031 defaultval=$wxUSE_ALL_FEATURES
8032 if test -z "$defaultval"; then
8033 if test x"$enablestring" = xdisable; then
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datetime" >&5
8041 $as_echo_n "checking for --${enablestring:-enable}-datetime... " >&6; }
8042 # Check whether --enable-datetime was given.
8043 if test "${enable_datetime+set}" = set; then :
8044 enableval=$enable_datetime;
8045 if test "$enableval" = yes; then
8046 wx_cv_use_datetime='wxUSE_DATETIME
=yes'
8048 wx_cv_use_datetime='wxUSE_DATETIME
=no
'
8053 wx_cv_use_datetime='wxUSE_DATETIME
=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
8058 eval "$wx_cv_use_datetime"
8060 if test x"$enablestring" = xdisable; then
8061 if test $wxUSE_DATETIME = no; then
8067 result=$wxUSE_DATETIME
8070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8071 $as_echo "$result" >&6; }
8075 defaultval=$wxUSE_ALL_FEATURES
8076 if test -z "$defaultval"; then
8077 if test x"$enablestring" = xdisable; then
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-debugreport" >&5
8085 $as_echo_n "checking
for --${enablestring:-enable}-debugreport...
" >&6; }
8086 # Check whether --enable-debugreport was given.
8087 if test "${enable_debugreport+set}" = set; then :
8088 enableval=$enable_debugreport;
8089 if test "$enableval" = yes; then
8090 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
8092 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
8097 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
8102 eval "$wx_cv_use_debugreport"
8104 if test x
"$enablestring" = xdisable
; then
8105 if test $wxUSE_DEBUGREPORT = no
; then
8111 result
=$wxUSE_DEBUGREPORT
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8115 $as_echo "$result" >&6; }
8119 defaultval
=$wxUSE_ALL_FEATURES
8120 if test -z "$defaultval"; then
8121 if test x
"$enablestring" = xdisable
; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dialupman" >&5
8129 $as_echo_n "checking for --${enablestring:-enable}-dialupman... " >&6; }
8130 # Check whether --enable-dialupman was given.
8131 if test "${enable_dialupman+set}" = set; then :
8132 enableval
=$enable_dialupman;
8133 if test "$enableval" = yes; then
8134 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
8136 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
8141 wx_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
8146 eval "$wx_cv_use_dialupman"
8148 if test x"$enablestring" = xdisable; then
8149 if test $wxUSE_DIALUP_MANAGER = no; then
8155 result=$wxUSE_DIALUP_MANAGER
8158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8159 $as_echo "$result" >&6; }
8163 defaultval=$wxUSE_ALL_FEATURES
8164 if test -z "$defaultval"; then
8165 if test x"$enablestring" = xdisable; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dynlib" >&5
8173 $as_echo_n "checking for --${enablestring:-enable}-dynlib... " >&6; }
8174 # Check whether --enable-dynlib was given.
8175 if test "${enable_dynlib+set}" = set; then :
8176 enableval=$enable_dynlib;
8177 if test "$enableval" = yes; then
8178 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=yes'
8180 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=no
'
8185 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS
=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
8190 eval "$wx_cv_use_dynlib"
8192 if test x"$enablestring" = xdisable; then
8193 if test $wxUSE_DYNLIB_CLASS = no; then
8199 result=$wxUSE_DYNLIB_CLASS
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8203 $as_echo "$result" >&6; }
8207 defaultval=$wxUSE_ALL_FEATURES
8208 if test -z "$defaultval"; then
8209 if test x"$enablestring" = xdisable; then
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-dynamicloader" >&5
8217 $as_echo_n "checking
for --${enablestring:-enable}-dynamicloader...
" >&6; }
8218 # Check whether --enable-dynamicloader was given.
8219 if test "${enable_dynamicloader+set}" = set; then :
8220 enableval=$enable_dynamicloader;
8221 if test "$enableval" = yes; then
8222 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
8224 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
8229 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
8234 eval "$wx_cv_use_dynamicloader"
8236 if test x
"$enablestring" = xdisable
; then
8237 if test $wxUSE_DYNAMIC_LOADER = no
; then
8243 result
=$wxUSE_DYNAMIC_LOADER
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8247 $as_echo "$result" >&6; }
8251 defaultval
=$wxUSE_ALL_FEATURES
8252 if test -z "$defaultval"; then
8253 if test x
"$enablestring" = xdisable
; then
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-exceptions" >&5
8261 $as_echo_n "checking for --${enablestring:-enable}-exceptions... " >&6; }
8262 # Check whether --enable-exceptions was given.
8263 if test "${enable_exceptions+set}" = set; then :
8264 enableval
=$enable_exceptions;
8265 if test "$enableval" = yes; then
8266 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
8268 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
8273 wx_cv_use_exceptions
='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
8278 eval "$wx_cv_use_exceptions"
8280 if test x"$enablestring" = xdisable; then
8281 if test $wxUSE_EXCEPTIONS = no; then
8287 result=$wxUSE_EXCEPTIONS
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8291 $as_echo "$result" >&6; }
8295 defaultval=$wxUSE_ALL_FEATURES
8296 if test -z "$defaultval"; then
8297 if test x"$enablestring" = xdisable; then
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ffile" >&5
8305 $as_echo_n "checking for --${enablestring:-enable}-ffile... " >&6; }
8306 # Check whether --enable-ffile was given.
8307 if test "${enable_ffile+set}" = set; then :
8308 enableval=$enable_ffile;
8309 if test "$enableval" = yes; then
8310 wx_cv_use_ffile='wxUSE_FFILE
=yes'
8312 wx_cv_use_ffile='wxUSE_FFILE
=no
'
8317 wx_cv_use_ffile='wxUSE_FFILE
=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
8322 eval "$wx_cv_use_ffile"
8324 if test x"$enablestring" = xdisable; then
8325 if test $wxUSE_FFILE = no; then
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8335 $as_echo "$result" >&6; }
8339 defaultval=$wxUSE_ALL_FEATURES
8340 if test -z "$defaultval"; then
8341 if test x"$enablestring" = xdisable; then
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-file" >&5
8349 $as_echo_n "checking
for --${enablestring:-enable}-file...
" >&6; }
8350 # Check whether --enable-file was given.
8351 if test "${enable_file+set}" = set; then :
8352 enableval=$enable_file;
8353 if test "$enableval" = yes; then
8354 wx_cv_use_file='wxUSE_FILE=yes'
8356 wx_cv_use_file='wxUSE_FILE=no'
8361 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
8366 eval "$wx_cv_use_file"
8368 if test x
"$enablestring" = xdisable
; then
8369 if test $wxUSE_FILE = no
; then
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8379 $as_echo "$result" >&6; }
8383 defaultval
=$wxUSE_ALL_FEATURES
8384 if test -z "$defaultval"; then
8385 if test x
"$enablestring" = xdisable
; then
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filehistory" >&5
8393 $as_echo_n "checking for --${enablestring:-enable}-filehistory... " >&6; }
8394 # Check whether --enable-filehistory was given.
8395 if test "${enable_filehistory+set}" = set; then :
8396 enableval
=$enable_filehistory;
8397 if test "$enableval" = yes; then
8398 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=yes'
8400 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=no'
8405 wx_cv_use_filehistory
='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
8410 eval "$wx_cv_use_filehistory"
8412 if test x"$enablestring" = xdisable; then
8413 if test $wxUSE_FILE_HISTORY = no; then
8419 result=$wxUSE_FILE_HISTORY
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8423 $as_echo "$result" >&6; }
8427 defaultval=$wxUSE_ALL_FEATURES
8428 if test -z "$defaultval"; then
8429 if test x"$enablestring" = xdisable; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filesystem" >&5
8437 $as_echo_n "checking for --${enablestring:-enable}-filesystem... " >&6; }
8438 # Check whether --enable-filesystem was given.
8439 if test "${enable_filesystem+set}" = set; then :
8440 enableval=$enable_filesystem;
8441 if test "$enableval" = yes; then
8442 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=yes'
8444 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=no
'
8449 wx_cv_use_filesystem='wxUSE_FILESYSTEM
=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
8454 eval "$wx_cv_use_filesystem"
8456 if test x"$enablestring" = xdisable; then
8457 if test $wxUSE_FILESYSTEM = no; then
8463 result=$wxUSE_FILESYSTEM
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8467 $as_echo "$result" >&6; }
8471 defaultval=$wxUSE_ALL_FEATURES
8472 if test -z "$defaultval"; then
8473 if test x"$enablestring" = xdisable; then
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fontenum" >&5
8481 $as_echo_n "checking
for --${enablestring:-enable}-fontenum...
" >&6; }
8482 # Check whether --enable-fontenum was given.
8483 if test "${enable_fontenum+set}" = set; then :
8484 enableval=$enable_fontenum;
8485 if test "$enableval" = yes; then
8486 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
8488 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
8493 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
8498 eval "$wx_cv_use_fontenum"
8500 if test x
"$enablestring" = xdisable
; then
8501 if test $wxUSE_FONTENUM = no
; then
8507 result
=$wxUSE_FONTENUM
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8511 $as_echo "$result" >&6; }
8515 defaultval
=$wxUSE_ALL_FEATURES
8516 if test -z "$defaultval"; then
8517 if test x
"$enablestring" = xdisable
; then
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontmap" >&5
8525 $as_echo_n "checking for --${enablestring:-enable}-fontmap... " >&6; }
8526 # Check whether --enable-fontmap was given.
8527 if test "${enable_fontmap+set}" = set; then :
8528 enableval
=$enable_fontmap;
8529 if test "$enableval" = yes; then
8530 wx_cv_use_fontmap
='wxUSE_FONTMAP=yes'
8532 wx_cv_use_fontmap
='wxUSE_FONTMAP=no'
8537 wx_cv_use_fontmap
='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
8542 eval "$wx_cv_use_fontmap"
8544 if test x"$enablestring" = xdisable; then
8545 if test $wxUSE_FONTMAP = no; then
8551 result=$wxUSE_FONTMAP
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8555 $as_echo "$result" >&6; }
8559 defaultval=$wxUSE_ALL_FEATURES
8560 if test -z "$defaultval"; then
8561 if test x"$enablestring" = xdisable; then
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_archive" >&5
8569 $as_echo_n "checking for --${enablestring:-enable}-fs_archive... " >&6; }
8570 # Check whether --enable-fs_archive was given.
8571 if test "${enable_fs_archive+set}" = set; then :
8572 enableval=$enable_fs_archive;
8573 if test "$enableval" = yes; then
8574 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=yes'
8576 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=no
'
8581 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE
=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
8586 eval "$wx_cv_use_fs_archive"
8588 if test x"$enablestring" = xdisable; then
8589 if test $wxUSE_FS_ARCHIVE = no; then
8595 result=$wxUSE_FS_ARCHIVE
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8599 $as_echo "$result" >&6; }
8603 defaultval=$wxUSE_ALL_FEATURES
8604 if test -z "$defaultval"; then
8605 if test x"$enablestring" = xdisable; then
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fs_inet" >&5
8613 $as_echo_n "checking
for --${enablestring:-enable}-fs_inet...
" >&6; }
8614 # Check whether --enable-fs_inet was given.
8615 if test "${enable_fs_inet+set}" = set; then :
8616 enableval=$enable_fs_inet;
8617 if test "$enableval" = yes; then
8618 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
8620 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
8625 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
8630 eval "$wx_cv_use_fs_inet"
8632 if test x
"$enablestring" = xdisable
; then
8633 if test $wxUSE_FS_INET = no
; then
8639 result
=$wxUSE_FS_INET
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8643 $as_echo "$result" >&6; }
8647 defaultval
=$wxUSE_ALL_FEATURES
8648 if test -z "$defaultval"; then
8649 if test x
"$enablestring" = xdisable
; then
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fs_zip" >&5
8657 $as_echo_n "checking for --${enablestring:-enable}-fs_zip... " >&6; }
8658 # Check whether --enable-fs_zip was given.
8659 if test "${enable_fs_zip+set}" = set; then :
8660 enableval
=$enable_fs_zip;
8661 if test "$enableval" = yes; then
8662 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
8664 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
8669 wx_cv_use_fs_zip
='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
8674 eval "$wx_cv_use_fs_zip"
8676 if test x"$enablestring" = xdisable; then
8677 if test $wxUSE_FS_ZIP = no; then
8683 result=$wxUSE_FS_ZIP
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8687 $as_echo "$result" >&6; }
8691 defaultval=$wxUSE_ALL_FEATURES
8692 if test -z "$defaultval"; then
8693 if test x"$enablestring" = xdisable; then
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fsvolume" >&5
8701 $as_echo_n "checking for --${enablestring:-enable}-fsvolume... " >&6; }
8702 # Check whether --enable-fsvolume was given.
8703 if test "${enable_fsvolume+set}" = set; then :
8704 enableval=$enable_fsvolume;
8705 if test "$enableval" = yes; then
8706 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=yes'
8708 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=no
'
8713 wx_cv_use_fsvolume='wxUSE_FSVOLUME
=${'DEFAULT_wxUSE_FSVOLUME":-$defaultval}"
8718 eval "$wx_cv_use_fsvolume"
8720 if test x"$enablestring" = xdisable; then
8721 if test $wxUSE_FSVOLUME = no; then
8727 result=$wxUSE_FSVOLUME
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8731 $as_echo "$result" >&6; }
8735 defaultval=$wxUSE_ALL_FEATURES
8736 if test -z "$defaultval"; then
8737 if test x"$enablestring" = xdisable; then
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-fswatcher" >&5
8745 $as_echo_n "checking
for --${enablestring:-enable}-fswatcher...
" >&6; }
8746 # Check whether --enable-fswatcher was given.
8747 if test "${enable_fswatcher+set}" = set; then :
8748 enableval=$enable_fswatcher;
8749 if test "$enableval" = yes; then
8750 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
8752 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
8757 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
8762 eval "$wx_cv_use_fswatcher"
8764 if test x
"$enablestring" = xdisable
; then
8765 if test $wxUSE_FSWATCHER = no
; then
8771 result
=$wxUSE_FSWATCHER
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8775 $as_echo "$result" >&6; }
8779 defaultval
=$wxUSE_ALL_FEATURES
8780 if test -z "$defaultval"; then
8781 if test x
"$enablestring" = xdisable
; then
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-geometry" >&5
8789 $as_echo_n "checking for --${enablestring:-enable}-geometry... " >&6; }
8790 # Check whether --enable-geometry was given.
8791 if test "${enable_geometry+set}" = set; then :
8792 enableval
=$enable_geometry;
8793 if test "$enableval" = yes; then
8794 wx_cv_use_geometry
='wxUSE_GEOMETRY=yes'
8796 wx_cv_use_geometry
='wxUSE_GEOMETRY=no'
8801 wx_cv_use_geometry
='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
8806 eval "$wx_cv_use_geometry"
8808 if test x"$enablestring" = xdisable; then
8809 if test $wxUSE_GEOMETRY = no; then
8815 result=$wxUSE_GEOMETRY
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8819 $as_echo "$result" >&6; }
8823 defaultval=$wxUSE_ALL_FEATURES
8824 if test -z "$defaultval"; then
8825 if test x"$enablestring" = xdisable; then
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-log" >&5
8833 $as_echo_n "checking for --${enablestring:-enable}-log... " >&6; }
8834 # Check whether --enable-log was given.
8835 if test "${enable_log+set}" = set; then :
8836 enableval=$enable_log;
8837 if test "$enableval" = yes; then
8838 wx_cv_use_log='wxUSE_LOG
=yes'
8840 wx_cv_use_log='wxUSE_LOG
=no
'
8845 wx_cv_use_log='wxUSE_LOG
=${'DEFAULT_wxUSE_LOG":-$defaultval}"
8850 eval "$wx_cv_use_log"
8852 if test x"$enablestring" = xdisable; then
8853 if test $wxUSE_LOG = no; then
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8863 $as_echo "$result" >&6; }
8867 defaultval=$wxUSE_ALL_FEATURES
8868 if test -z "$defaultval"; then
8869 if test x"$enablestring" = xdisable; then
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-longlong" >&5
8877 $as_echo_n "checking
for --${enablestring:-enable}-longlong...
" >&6; }
8878 # Check whether --enable-longlong was given.
8879 if test "${enable_longlong+set}" = set; then :
8880 enableval=$enable_longlong;
8881 if test "$enableval" = yes; then
8882 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
8884 wx_cv_use_longlong='wxUSE_LONGLONG=no'
8889 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
8894 eval "$wx_cv_use_longlong"
8896 if test x
"$enablestring" = xdisable
; then
8897 if test $wxUSE_LONGLONG = no
; then
8903 result
=$wxUSE_LONGLONG
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8907 $as_echo "$result" >&6; }
8911 defaultval
=$wxUSE_ALL_FEATURES
8912 if test -z "$defaultval"; then
8913 if test x
"$enablestring" = xdisable
; then
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mimetype" >&5
8921 $as_echo_n "checking for --${enablestring:-enable}-mimetype... " >&6; }
8922 # Check whether --enable-mimetype was given.
8923 if test "${enable_mimetype+set}" = set; then :
8924 enableval
=$enable_mimetype;
8925 if test "$enableval" = yes; then
8926 wx_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
8928 wx_cv_use_mimetype
='wxUSE_MIMETYPE=no'
8933 wx_cv_use_mimetype
='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
8938 eval "$wx_cv_use_mimetype"
8940 if test x"$enablestring" = xdisable; then
8941 if test $wxUSE_MIMETYPE = no; then
8947 result=$wxUSE_MIMETYPE
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
8951 $as_echo "$result" >&6; }
8955 defaultval=$wxUSE_ALL_FEATURES
8956 if test -z "$defaultval"; then
8957 if test x"$enablestring" = xdisable; then
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printfposparam" >&5
8965 $as_echo_n "checking for --${enablestring:-enable}-printfposparam... " >&6; }
8966 # Check whether --enable-printfposparam was given.
8967 if test "${enable_printfposparam+set}" = set; then :
8968 enableval=$enable_printfposparam;
8969 if test "$enableval" = yes; then
8970 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=yes'
8972 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=no
'
8977 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS
=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
8982 eval "$wx_cv_use_printfposparam"
8984 if test x"$enablestring" = xdisable; then
8985 if test $wxUSE_PRINTF_POS_PARAMS = no; then
8991 result=$wxUSE_PRINTF_POS_PARAMS
8994 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
8995 $as_echo "$result" >&6; }
8999 defaultval=$wxUSE_ALL_FEATURES
9000 if test -z "$defaultval"; then
9001 if test x"$enablestring" = xdisable; then
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-snglinst" >&5
9009 $as_echo_n "checking
for --${enablestring:-enable}-snglinst...
" >&6; }
9010 # Check whether --enable-snglinst was given.
9011 if test "${enable_snglinst+set}" = set; then :
9012 enableval=$enable_snglinst;
9013 if test "$enableval" = yes; then
9014 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
9016 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
9021 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
9026 eval "$wx_cv_use_snglinst"
9028 if test x
"$enablestring" = xdisable
; then
9029 if test $wxUSE_SNGLINST_CHECKER = no
; then
9035 result
=$wxUSE_SNGLINST_CHECKER
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9039 $as_echo "$result" >&6; }
9043 defaultval
=$wxUSE_ALL_FEATURES
9044 if test -z "$defaultval"; then
9045 if test x
"$enablestring" = xdisable
; then
9052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sound" >&5
9053 $as_echo_n "checking for --${enablestring:-enable}-sound... " >&6; }
9054 # Check whether --enable-sound was given.
9055 if test "${enable_sound+set}" = set; then :
9056 enableval
=$enable_sound;
9057 if test "$enableval" = yes; then
9058 wx_cv_use_sound
='wxUSE_SOUND=yes'
9060 wx_cv_use_sound
='wxUSE_SOUND=no'
9065 wx_cv_use_sound
='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
9070 eval "$wx_cv_use_sound"
9072 if test x"$enablestring" = xdisable; then
9073 if test $wxUSE_SOUND = no; then
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9083 $as_echo "$result" >&6; }
9087 defaultval=$wxUSE_ALL_FEATURES
9088 if test -z "$defaultval"; then
9089 if test x"$enablestring" = xdisable; then
9096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stdpaths" >&5
9097 $as_echo_n "checking for --${enablestring:-enable}-stdpaths... " >&6; }
9098 # Check whether --enable-stdpaths was given.
9099 if test "${enable_stdpaths+set}" = set; then :
9100 enableval=$enable_stdpaths;
9101 if test "$enableval" = yes; then
9102 wx_cv_use_stdpaths='wxUSE_STDPATHS
=yes'
9104 wx_cv_use_stdpaths='wxUSE_STDPATHS
=no
'
9109 wx_cv_use_stdpaths='wxUSE_STDPATHS
=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
9114 eval "$wx_cv_use_stdpaths"
9116 if test x"$enablestring" = xdisable; then
9117 if test $wxUSE_STDPATHS = no; then
9123 result=$wxUSE_STDPATHS
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9127 $as_echo "$result" >&6; }
9131 defaultval=$wxUSE_ALL_FEATURES
9132 if test -z "$defaultval"; then
9133 if test x"$enablestring" = xdisable; then
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stopwatch" >&5
9141 $as_echo_n "checking
for --${enablestring:-enable}-stopwatch...
" >&6; }
9142 # Check whether --enable-stopwatch was given.
9143 if test "${enable_stopwatch+set}" = set; then :
9144 enableval=$enable_stopwatch;
9145 if test "$enableval" = yes; then
9146 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
9148 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
9153 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
9158 eval "$wx_cv_use_stopwatch"
9160 if test x
"$enablestring" = xdisable
; then
9161 if test $wxUSE_STOPWATCH = no
; then
9167 result
=$wxUSE_STOPWATCH
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9171 $as_echo "$result" >&6; }
9175 defaultval
=$wxUSE_ALL_FEATURES
9176 if test -z "$defaultval"; then
9177 if test x
"$enablestring" = xdisable
; then
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-streams" >&5
9185 $as_echo_n "checking for --${enablestring:-enable}-streams... " >&6; }
9186 # Check whether --enable-streams was given.
9187 if test "${enable_streams+set}" = set; then :
9188 enableval
=$enable_streams;
9189 if test "$enableval" = yes; then
9190 wx_cv_use_streams
='wxUSE_STREAMS=yes'
9192 wx_cv_use_streams
='wxUSE_STREAMS=no'
9197 wx_cv_use_streams
='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
9202 eval "$wx_cv_use_streams"
9204 if test x"$enablestring" = xdisable; then
9205 if test $wxUSE_STREAMS = no; then
9211 result=$wxUSE_STREAMS
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9215 $as_echo "$result" >&6; }
9219 defaultval=$wxUSE_ALL_FEATURES
9220 if test -z "$defaultval"; then
9221 if test x"$enablestring" = xdisable; then
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sysoptions" >&5
9229 $as_echo_n "checking for --${enablestring:-enable}-sysoptions... " >&6; }
9230 # Check whether --enable-sysoptions was given.
9231 if test "${enable_sysoptions+set}" = set; then :
9232 enableval=$enable_sysoptions;
9233 if test "$enableval" = yes; then
9234 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=yes'
9236 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=no
'
9241 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS
=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
9246 eval "$wx_cv_use_sysoptions"
9248 if test x"$enablestring" = xdisable; then
9249 if test $wxUSE_SYSTEM_OPTIONS = no; then
9255 result=$wxUSE_SYSTEM_OPTIONS
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9259 $as_echo "$result" >&6; }
9263 defaultval=$wxUSE_ALL_FEATURES
9264 if test -z "$defaultval"; then
9265 if test x"$enablestring" = xdisable; then
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tarstream" >&5
9273 $as_echo_n "checking
for --${enablestring:-enable}-tarstream...
" >&6; }
9274 # Check whether --enable-tarstream was given.
9275 if test "${enable_tarstream+set}" = set; then :
9276 enableval=$enable_tarstream;
9277 if test "$enableval" = yes; then
9278 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
9280 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
9285 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
9290 eval "$wx_cv_use_tarstream"
9292 if test x
"$enablestring" = xdisable
; then
9293 if test $wxUSE_TARSTREAM = no
; then
9299 result
=$wxUSE_TARSTREAM
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9303 $as_echo "$result" >&6; }
9307 defaultval
=$wxUSE_ALL_FEATURES
9308 if test -z "$defaultval"; then
9309 if test x
"$enablestring" = xdisable
; then
9316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textbuf" >&5
9317 $as_echo_n "checking for --${enablestring:-enable}-textbuf... " >&6; }
9318 # Check whether --enable-textbuf was given.
9319 if test "${enable_textbuf+set}" = set; then :
9320 enableval
=$enable_textbuf;
9321 if test "$enableval" = yes; then
9322 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
9324 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
9329 wx_cv_use_textbuf
='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
9334 eval "$wx_cv_use_textbuf"
9336 if test x"$enablestring" = xdisable; then
9337 if test $wxUSE_TEXTBUFFER = no; then
9343 result=$wxUSE_TEXTBUFFER
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9347 $as_echo "$result" >&6; }
9351 defaultval=$wxUSE_ALL_FEATURES
9352 if test -z "$defaultval"; then
9353 if test x"$enablestring" = xdisable; then
9360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textfile" >&5
9361 $as_echo_n "checking for --${enablestring:-enable}-textfile... " >&6; }
9362 # Check whether --enable-textfile was given.
9363 if test "${enable_textfile+set}" = set; then :
9364 enableval=$enable_textfile;
9365 if test "$enableval" = yes; then
9366 wx_cv_use_textfile='wxUSE_TEXTFILE
=yes'
9368 wx_cv_use_textfile='wxUSE_TEXTFILE
=no
'
9373 wx_cv_use_textfile='wxUSE_TEXTFILE
=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
9378 eval "$wx_cv_use_textfile"
9380 if test x"$enablestring" = xdisable; then
9381 if test $wxUSE_TEXTFILE = no; then
9387 result=$wxUSE_TEXTFILE
9390 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9391 $as_echo "$result" >&6; }
9395 defaultval=$wxUSE_ALL_FEATURES
9396 if test -z "$defaultval"; then
9397 if test x"$enablestring" = xdisable; then
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-timer" >&5
9405 $as_echo_n "checking
for --${enablestring:-enable}-timer...
" >&6; }
9406 # Check whether --enable-timer was given.
9407 if test "${enable_timer+set}" = set; then :
9408 enableval=$enable_timer;
9409 if test "$enableval" = yes; then
9410 wx_cv_use_timer='wxUSE_TIMER=yes'
9412 wx_cv_use_timer='wxUSE_TIMER=no'
9417 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
9422 eval "$wx_cv_use_timer"
9424 if test x
"$enablestring" = xdisable
; then
9425 if test $wxUSE_TIMER = no
; then
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9435 $as_echo "$result" >&6; }
9439 defaultval
=$wxUSE_ALL_FEATURES
9440 if test -z "$defaultval"; then
9441 if test x
"$enablestring" = xdisable
; then
9448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-variant" >&5
9449 $as_echo_n "checking for --${enablestring:-enable}-variant... " >&6; }
9450 # Check whether --enable-variant was given.
9451 if test "${enable_variant+set}" = set; then :
9452 enableval
=$enable_variant;
9453 if test "$enableval" = yes; then
9454 wx_cv_use_variant
='wxUSE_VARIANT=yes'
9456 wx_cv_use_variant
='wxUSE_VARIANT=no'
9461 wx_cv_use_variant
='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
9466 eval "$wx_cv_use_variant"
9468 if test x"$enablestring" = xdisable; then
9469 if test $wxUSE_VARIANT = no; then
9475 result=$wxUSE_VARIANT
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9479 $as_echo "$result" >&6; }
9483 defaultval=$wxUSE_ALL_FEATURES
9484 if test -z "$defaultval"; then
9485 if test x"$enablestring" = xdisable; then
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-zipstream" >&5
9493 $as_echo_n "checking for --${enablestring:-enable}-zipstream... " >&6; }
9494 # Check whether --enable-zipstream was given.
9495 if test "${enable_zipstream+set}" = set; then :
9496 enableval=$enable_zipstream;
9497 if test "$enableval" = yes; then
9498 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=yes'
9500 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=no
'
9505 wx_cv_use_zipstream='wxUSE_ZIPSTREAM
=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
9510 eval "$wx_cv_use_zipstream"
9512 if test x"$enablestring" = xdisable; then
9513 if test $wxUSE_ZIPSTREAM = no; then
9519 result=$wxUSE_ZIPSTREAM
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9523 $as_echo "$result" >&6; }
9528 defaultval=$wxUSE_ALL_FEATURES
9529 if test -z "$defaultval"; then
9530 if test x"$enablestring" = xdisable; then
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-url" >&5
9538 $as_echo_n "checking
for --${enablestring:-enable}-url...
" >&6; }
9539 # Check whether --enable-url was given.
9540 if test "${enable_url+set}" = set; then :
9541 enableval=$enable_url;
9542 if test "$enableval" = yes; then
9543 wx_cv_use_url='wxUSE_URL=yes'
9545 wx_cv_use_url='wxUSE_URL=no'
9550 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
9555 eval "$wx_cv_use_url"
9557 if test x
"$enablestring" = xdisable
; then
9558 if test $wxUSE_URL = no
; then
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9568 $as_echo "$result" >&6; }
9572 defaultval
=$wxUSE_ALL_FEATURES
9573 if test -z "$defaultval"; then
9574 if test x
"$enablestring" = xdisable
; then
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol" >&5
9582 $as_echo_n "checking for --${enablestring:-enable}-protocol... " >&6; }
9583 # Check whether --enable-protocol was given.
9584 if test "${enable_protocol+set}" = set; then :
9585 enableval
=$enable_protocol;
9586 if test "$enableval" = yes; then
9587 wx_cv_use_protocol
='wxUSE_PROTOCOL=yes'
9589 wx_cv_use_protocol
='wxUSE_PROTOCOL=no'
9594 wx_cv_use_protocol
='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
9599 eval "$wx_cv_use_protocol"
9601 if test x"$enablestring" = xdisable; then
9602 if test $wxUSE_PROTOCOL = no; then
9608 result=$wxUSE_PROTOCOL
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9612 $as_echo "$result" >&6; }
9616 defaultval=$wxUSE_ALL_FEATURES
9617 if test -z "$defaultval"; then
9618 if test x"$enablestring" = xdisable; then
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_http" >&5
9626 $as_echo_n "checking for --${enablestring:-enable}-protocol_http... " >&6; }
9627 # Check whether --enable-protocol_http was given.
9628 if test "${enable_protocol_http+set}" = set; then :
9629 enableval=$enable_protocol_http;
9630 if test "$enableval" = yes; then
9631 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=yes'
9633 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=no
'
9638 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP
=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
9643 eval "$wx_cv_use_protocol_http"
9645 if test x"$enablestring" = xdisable; then
9646 if test $wxUSE_PROTOCOL_HTTP = no; then
9652 result=$wxUSE_PROTOCOL_HTTP
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9656 $as_echo "$result" >&6; }
9660 defaultval=$wxUSE_ALL_FEATURES
9661 if test -z "$defaultval"; then
9662 if test x"$enablestring" = xdisable; then
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-protocol_ftp" >&5
9670 $as_echo_n "checking
for --${enablestring:-enable}-protocol_ftp...
" >&6; }
9671 # Check whether --enable-protocol_ftp was given.
9672 if test "${enable_protocol_ftp+set}" = set; then :
9673 enableval=$enable_protocol_ftp;
9674 if test "$enableval" = yes; then
9675 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
9677 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
9682 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
9687 eval "$wx_cv_use_protocol_ftp"
9689 if test x
"$enablestring" = xdisable
; then
9690 if test $wxUSE_PROTOCOL_FTP = no
; then
9696 result
=$wxUSE_PROTOCOL_FTP
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9700 $as_echo "$result" >&6; }
9704 defaultval
=$wxUSE_ALL_FEATURES
9705 if test -z "$defaultval"; then
9706 if test x
"$enablestring" = xdisable
; then
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-protocol_file" >&5
9714 $as_echo_n "checking for --${enablestring:-enable}-protocol_file... " >&6; }
9715 # Check whether --enable-protocol_file was given.
9716 if test "${enable_protocol_file+set}" = set; then :
9717 enableval
=$enable_protocol_file;
9718 if test "$enableval" = yes; then
9719 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
9721 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
9726 wx_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
9731 eval "$wx_cv_use_protocol_file"
9733 if test x"$enablestring" = xdisable; then
9734 if test $wxUSE_PROTOCOL_FILE = no; then
9740 result=$wxUSE_PROTOCOL_FILE
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9744 $as_echo "$result" >&6; }
9749 defaultval=$wxUSE_ALL_FEATURES
9750 if test -z "$defaultval"; then
9751 if test x"$enablestring" = xdisable; then
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-threads" >&5
9759 $as_echo_n "checking for --${enablestring:-enable}-threads... " >&6; }
9760 # Check whether --enable-threads was given.
9761 if test "${enable_threads+set}" = set; then :
9762 enableval=$enable_threads;
9763 if test "$enableval" = yes; then
9764 wx_cv_use_threads='wxUSE_THREADS
=yes'
9766 wx_cv_use_threads='wxUSE_THREADS
=no
'
9771 wx_cv_use_threads='wxUSE_THREADS
=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
9776 eval "$wx_cv_use_threads"
9778 if test x"$enablestring" = xdisable; then
9779 if test $wxUSE_THREADS = no; then
9785 result=$wxUSE_THREADS
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9789 $as_echo "$result" >&6; }
9795 if test -z "$defaultval"; then
9796 if test x"$enablestring" = xdisable; then
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-iniconf" >&5
9804 $as_echo_n "checking
for --${enablestring:-enable}-iniconf...
" >&6; }
9805 # Check whether --enable-iniconf was given.
9806 if test "${enable_iniconf+set}" = set; then :
9807 enableval=$enable_iniconf;
9808 if test "$enableval" = yes; then
9809 wx_cv_use_iniconf='wxUSE_INICONF=yes'
9811 wx_cv_use_iniconf='wxUSE_INICONF=no'
9816 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
9821 eval "$wx_cv_use_iniconf"
9823 if test x
"$enablestring" = xdisable
; then
9824 if test $wxUSE_INICONF = no
; then
9830 result
=$wxUSE_INICONF
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9834 $as_echo "$result" >&6; }
9838 defaultval
=$wxUSE_ALL_FEATURES
9839 if test -z "$defaultval"; then
9840 if test x
"$enablestring" = xdisable
; then
9847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-regkey" >&5
9848 $as_echo_n "checking for --${enablestring:-enable}-regkey... " >&6; }
9849 # Check whether --enable-regkey was given.
9850 if test "${enable_regkey+set}" = set; then :
9851 enableval
=$enable_regkey;
9852 if test "$enableval" = yes; then
9853 wx_cv_use_regkey
='wxUSE_REGKEY=yes'
9855 wx_cv_use_regkey
='wxUSE_REGKEY=no'
9860 wx_cv_use_regkey
='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
9865 eval "$wx_cv_use_regkey"
9867 if test x"$enablestring" = xdisable; then
9868 if test $wxUSE_REGKEY = no; then
9874 result=$wxUSE_REGKEY
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9878 $as_echo "$result" >&6; }
9881 if test "$wxUSE_GUI" = "yes"; then
9886 defaultval=$wxUSE_ALL_FEATURES
9887 if test -z "$defaultval"; then
9888 if test x"$enablestring" = xdisable; then
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-docview" >&5
9896 $as_echo_n "checking for --${enablestring:-enable}-docview... " >&6; }
9897 # Check whether --enable-docview was given.
9898 if test "${enable_docview+set}" = set; then :
9899 enableval=$enable_docview;
9900 if test "$enableval" = yes; then
9901 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=yes'
9903 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=no
'
9908 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE
=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
9913 eval "$wx_cv_use_docview"
9915 if test x"$enablestring" = xdisable; then
9916 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
9922 result=$wxUSE_DOC_VIEW_ARCHITECTURE
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
9926 $as_echo "$result" >&6; }
9930 defaultval=$wxUSE_ALL_FEATURES
9931 if test -z "$defaultval"; then
9932 if test x"$enablestring" = xdisable; then
9939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-help" >&5
9940 $as_echo_n "checking
for --${enablestring:-enable}-help...
" >&6; }
9941 # Check whether --enable-help was given.
9942 if test "${enable_help+set}" = set; then :
9943 enableval=$enable_help;
9944 if test "$enableval" = yes; then
9945 wx_cv_use_help='wxUSE_HELP=yes'
9947 wx_cv_use_help='wxUSE_HELP=no'
9952 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
9957 eval "$wx_cv_use_help"
9959 if test x
"$enablestring" = xdisable
; then
9960 if test $wxUSE_HELP = no
; then
9969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
9970 $as_echo "$result" >&6; }
9974 defaultval
=$wxUSE_ALL_FEATURES
9975 if test -z "$defaultval"; then
9976 if test x
"$enablestring" = xdisable
; then
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mshtmlhelp" >&5
9984 $as_echo_n "checking for --${enablestring:-enable}-mshtmlhelp... " >&6; }
9985 # Check whether --enable-mshtmlhelp was given.
9986 if test "${enable_mshtmlhelp+set}" = set; then :
9987 enableval
=$enable_mshtmlhelp;
9988 if test "$enableval" = yes; then
9989 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
9991 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
9996 wx_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
10001 eval "$wx_cv_use_mshtmlhelp"
10003 if test x"$enablestring" = xdisable; then
10004 if test $wxUSE_MS_HTML_HELP = no; then
10010 result=$wxUSE_MS_HTML_HELP
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10014 $as_echo "$result" >&6; }
10018 defaultval=$wxUSE_ALL_FEATURES
10019 if test -z "$defaultval"; then
10020 if test x"$enablestring" = xdisable; then
10027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-html" >&5
10028 $as_echo_n "checking for --${enablestring:-enable}-html... " >&6; }
10029 # Check whether --enable-html was given.
10030 if test "${enable_html+set}" = set; then :
10031 enableval=$enable_html;
10032 if test "$enableval" = yes; then
10033 wx_cv_use_html='wxUSE_HTML
=yes'
10035 wx_cv_use_html='wxUSE_HTML
=no
'
10040 wx_cv_use_html='wxUSE_HTML
=${'DEFAULT_wxUSE_HTML":-$defaultval}"
10045 eval "$wx_cv_use_html"
10047 if test x"$enablestring" = xdisable; then
10048 if test $wxUSE_HTML = no; then
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10058 $as_echo "$result" >&6; }
10062 defaultval=$wxUSE_ALL_FEATURES
10063 if test -z "$defaultval"; then
10064 if test x"$enablestring" = xdisable; then
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-htmlhelp" >&5
10072 $as_echo_n "checking
for --${enablestring:-enable}-htmlhelp...
" >&6; }
10073 # Check whether --enable-htmlhelp was given.
10074 if test "${enable_htmlhelp+set}" = set; then :
10075 enableval=$enable_htmlhelp;
10076 if test "$enableval" = yes; then
10077 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
10079 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
10084 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
10089 eval "$wx_cv_use_htmlhelp"
10091 if test x
"$enablestring" = xdisable
; then
10092 if test $wxUSE_WXHTML_HELP = no
; then
10098 result
=$wxUSE_WXHTML_HELP
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10102 $as_echo "$result" >&6; }
10106 defaultval
=$wxUSE_ALL_FEATURES
10107 if test -z "$defaultval"; then
10108 if test x
"$enablestring" = xdisable
; then
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xrc" >&5
10116 $as_echo_n "checking for --${enablestring:-enable}-xrc... " >&6; }
10117 # Check whether --enable-xrc was given.
10118 if test "${enable_xrc+set}" = set; then :
10119 enableval
=$enable_xrc;
10120 if test "$enableval" = yes; then
10121 wx_cv_use_xrc
='wxUSE_XRC=yes'
10123 wx_cv_use_xrc
='wxUSE_XRC=no'
10128 wx_cv_use_xrc
='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
10133 eval "$wx_cv_use_xrc"
10135 if test x"$enablestring" = xdisable; then
10136 if test $wxUSE_XRC = no; then
10145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10146 $as_echo "$result" >&6; }
10150 defaultval=$wxUSE_ALL_FEATURES
10151 if test -z "$defaultval"; then
10152 if test x"$enablestring" = xdisable; then
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aui" >&5
10160 $as_echo_n "checking for --${enablestring:-enable}-aui... " >&6; }
10161 # Check whether --enable-aui was given.
10162 if test "${enable_aui+set}" = set; then :
10163 enableval=$enable_aui;
10164 if test "$enableval" = yes; then
10165 wx_cv_use_aui='wxUSE_AUI
=yes'
10167 wx_cv_use_aui='wxUSE_AUI
=no
'
10172 wx_cv_use_aui='wxUSE_AUI
=${'DEFAULT_wxUSE_AUI":-$defaultval}"
10177 eval "$wx_cv_use_aui"
10179 if test x"$enablestring" = xdisable; then
10180 if test $wxUSE_AUI = no; then
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10190 $as_echo "$result" >&6; }
10194 defaultval=$wxUSE_ALL_FEATURES
10195 if test -z "$defaultval"; then
10196 if test x"$enablestring" = xdisable; then
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-propgrid" >&5
10204 $as_echo_n "checking
for --${enablestring:-enable}-propgrid...
" >&6; }
10205 # Check whether --enable-propgrid was given.
10206 if test "${enable_propgrid+set}" = set; then :
10207 enableval=$enable_propgrid;
10208 if test "$enableval" = yes; then
10209 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
10211 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
10216 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
10221 eval "$wx_cv_use_propgrid"
10223 if test x
"$enablestring" = xdisable
; then
10224 if test $wxUSE_PROPGRID = no
; then
10230 result
=$wxUSE_PROPGRID
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10234 $as_echo "$result" >&6; }
10238 defaultval
=$wxUSE_ALL_FEATURES
10239 if test -z "$defaultval"; then
10240 if test x
"$enablestring" = xdisable
; then
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ribbon" >&5
10248 $as_echo_n "checking for --${enablestring:-enable}-ribbon... " >&6; }
10249 # Check whether --enable-ribbon was given.
10250 if test "${enable_ribbon+set}" = set; then :
10251 enableval
=$enable_ribbon;
10252 if test "$enableval" = yes; then
10253 wx_cv_use_ribbon
='wxUSE_RIBBON=yes'
10255 wx_cv_use_ribbon
='wxUSE_RIBBON=no'
10260 wx_cv_use_ribbon
='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
10265 eval "$wx_cv_use_ribbon"
10267 if test x"$enablestring" = xdisable; then
10268 if test $wxUSE_RIBBON = no; then
10274 result=$wxUSE_RIBBON
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10278 $as_echo "$result" >&6; }
10282 defaultval=$wxUSE_ALL_FEATURES
10283 if test -z "$defaultval"; then
10284 if test x"$enablestring" = xdisable; then
10291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-stc" >&5
10292 $as_echo_n "checking for --${enablestring:-enable}-stc... " >&6; }
10293 # Check whether --enable-stc was given.
10294 if test "${enable_stc+set}" = set; then :
10295 enableval=$enable_stc;
10296 if test "$enableval" = yes; then
10297 wx_cv_use_stc='wxUSE_STC
=yes'
10299 wx_cv_use_stc='wxUSE_STC
=no
'
10304 wx_cv_use_stc='wxUSE_STC
=${'DEFAULT_wxUSE_STC":-$defaultval}"
10309 eval "$wx_cv_use_stc"
10311 if test x"$enablestring" = xdisable; then
10312 if test $wxUSE_STC = no; then
10321 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10322 $as_echo "$result" >&6; }
10326 defaultval=$wxUSE_ALL_FEATURES
10327 if test -z "$defaultval"; then
10328 if test x"$enablestring" = xdisable; then
10335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-constraints" >&5
10336 $as_echo_n "checking
for --${enablestring:-enable}-constraints...
" >&6; }
10337 # Check whether --enable-constraints was given.
10338 if test "${enable_constraints+set}" = set; then :
10339 enableval=$enable_constraints;
10340 if test "$enableval" = yes; then
10341 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
10343 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
10348 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
10353 eval "$wx_cv_use_constraints"
10355 if test x
"$enablestring" = xdisable
; then
10356 if test $wxUSE_CONSTRAINTS = no
; then
10362 result
=$wxUSE_CONSTRAINTS
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10366 $as_echo "$result" >&6; }
10370 defaultval
=$wxUSE_ALL_FEATURES
10371 if test -z "$defaultval"; then
10372 if test x
"$enablestring" = xdisable
; then
10379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-loggui" >&5
10380 $as_echo_n "checking for --${enablestring:-enable}-loggui... " >&6; }
10381 # Check whether --enable-loggui was given.
10382 if test "${enable_loggui+set}" = set; then :
10383 enableval
=$enable_loggui;
10384 if test "$enableval" = yes; then
10385 wx_cv_use_loggui
='wxUSE_LOGGUI=yes'
10387 wx_cv_use_loggui
='wxUSE_LOGGUI=no'
10392 wx_cv_use_loggui
='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
10397 eval "$wx_cv_use_loggui"
10399 if test x"$enablestring" = xdisable; then
10400 if test $wxUSE_LOGGUI = no; then
10406 result=$wxUSE_LOGGUI
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10410 $as_echo "$result" >&6; }
10414 defaultval=$wxUSE_ALL_FEATURES
10415 if test -z "$defaultval"; then
10416 if test x"$enablestring" = xdisable; then
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-logwin" >&5
10424 $as_echo_n "checking for --${enablestring:-enable}-logwin... " >&6; }
10425 # Check whether --enable-logwin was given.
10426 if test "${enable_logwin+set}" = set; then :
10427 enableval=$enable_logwin;
10428 if test "$enableval" = yes; then
10429 wx_cv_use_logwin='wxUSE_LOGWINDOW
=yes'
10431 wx_cv_use_logwin='wxUSE_LOGWINDOW
=no
'
10436 wx_cv_use_logwin='wxUSE_LOGWINDOW
=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
10441 eval "$wx_cv_use_logwin"
10443 if test x"$enablestring" = xdisable; then
10444 if test $wxUSE_LOGWINDOW = no; then
10450 result=$wxUSE_LOGWINDOW
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10454 $as_echo "$result" >&6; }
10458 defaultval=$wxUSE_ALL_FEATURES
10459 if test -z "$defaultval"; then
10460 if test x"$enablestring" = xdisable; then
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-logdialog" >&5
10468 $as_echo_n "checking
for --${enablestring:-enable}-logdialog...
" >&6; }
10469 # Check whether --enable-logdialog was given.
10470 if test "${enable_logdialog+set}" = set; then :
10471 enableval=$enable_logdialog;
10472 if test "$enableval" = yes; then
10473 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
10475 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
10480 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
10485 eval "$wx_cv_use_logdialog"
10487 if test x
"$enablestring" = xdisable
; then
10488 if test $wxUSE_LOGDIALOG = no
; then
10494 result
=$wxUSE_LOGDIALOG
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10498 $as_echo "$result" >&6; }
10502 defaultval
=$wxUSE_ALL_FEATURES
10503 if test -z "$defaultval"; then
10504 if test x
"$enablestring" = xdisable
; then
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdi" >&5
10512 $as_echo_n "checking for --${enablestring:-enable}-mdi... " >&6; }
10513 # Check whether --enable-mdi was given.
10514 if test "${enable_mdi+set}" = set; then :
10515 enableval
=$enable_mdi;
10516 if test "$enableval" = yes; then
10517 wx_cv_use_mdi
='wxUSE_MDI=yes'
10519 wx_cv_use_mdi
='wxUSE_MDI=no'
10524 wx_cv_use_mdi
='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
10529 eval "$wx_cv_use_mdi"
10531 if test x"$enablestring" = xdisable; then
10532 if test $wxUSE_MDI = no; then
10541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10542 $as_echo "$result" >&6; }
10546 defaultval=$wxUSE_ALL_FEATURES
10547 if test -z "$defaultval"; then
10548 if test x"$enablestring" = xdisable; then
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mdidoc" >&5
10556 $as_echo_n "checking for --${enablestring:-enable}-mdidoc... " >&6; }
10557 # Check whether --enable-mdidoc was given.
10558 if test "${enable_mdidoc+set}" = set; then :
10559 enableval=$enable_mdidoc;
10560 if test "$enableval" = yes; then
10561 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=yes'
10563 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=no
'
10568 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE
=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
10573 eval "$wx_cv_use_mdidoc"
10575 if test x"$enablestring" = xdisable; then
10576 if test $wxUSE_MDI_ARCHITECTURE = no; then
10582 result=$wxUSE_MDI_ARCHITECTURE
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10586 $as_echo "$result" >&6; }
10590 defaultval=$wxUSE_ALL_FEATURES
10591 if test -z "$defaultval"; then
10592 if test x"$enablestring" = xdisable; then
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-mediactrl" >&5
10600 $as_echo_n "checking
for --${enablestring:-enable}-mediactrl...
" >&6; }
10601 # Check whether --enable-mediactrl was given.
10602 if test "${enable_mediactrl+set}" = set; then :
10603 enableval=$enable_mediactrl;
10604 if test "$enableval" = yes; then
10605 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
10607 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
10612 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
10617 eval "$wx_cv_use_mediactrl"
10619 if test x
"$enablestring" = xdisable
; then
10620 if test $wxUSE_MEDIACTRL = no
; then
10626 result
=$wxUSE_MEDIACTRL
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10630 $as_echo "$result" >&6; }
10634 defaultval
=$wxUSE_ALL_FEATURES
10635 if test -z "$defaultval"; then
10636 if test x
"$enablestring" = xdisable
; then
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gstreamer8" >&5
10644 $as_echo_n "checking for --${enablestring:-enable}-gstreamer8... " >&6; }
10645 # Check whether --enable-gstreamer8 was given.
10646 if test "${enable_gstreamer8+set}" = set; then :
10647 enableval
=$enable_gstreamer8;
10648 if test "$enableval" = yes; then
10649 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=yes'
10651 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=no'
10656 wx_cv_use_gstreamer8
='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
10661 eval "$wx_cv_use_gstreamer8"
10663 if test x"$enablestring" = xdisable; then
10664 if test $wxUSE_GSTREAMER8 = no; then
10670 result=$wxUSE_GSTREAMER8
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10674 $as_echo "$result" >&6; }
10678 defaultval=$wxUSE_ALL_FEATURES
10679 if test -z "$defaultval"; then
10680 if test x"$enablestring" = xdisable; then
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richtext" >&5
10688 $as_echo_n "checking for --${enablestring:-enable}-richtext... " >&6; }
10689 # Check whether --enable-richtext was given.
10690 if test "${enable_richtext+set}" = set; then :
10691 enableval=$enable_richtext;
10692 if test "$enableval" = yes; then
10693 wx_cv_use_richtext='wxUSE_RICHTEXT
=yes'
10695 wx_cv_use_richtext='wxUSE_RICHTEXT
=no
'
10700 wx_cv_use_richtext='wxUSE_RICHTEXT
=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
10705 eval "$wx_cv_use_richtext"
10707 if test x"$enablestring" = xdisable; then
10708 if test $wxUSE_RICHTEXT = no; then
10714 result=$wxUSE_RICHTEXT
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10718 $as_echo "$result" >&6; }
10722 defaultval=$wxUSE_ALL_FEATURES
10723 if test -z "$defaultval"; then
10724 if test x"$enablestring" = xdisable; then
10731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-postscript" >&5
10732 $as_echo_n "checking
for --${enablestring:-enable}-postscript...
" >&6; }
10733 # Check whether --enable-postscript was given.
10734 if test "${enable_postscript+set}" = set; then :
10735 enableval=$enable_postscript;
10736 if test "$enableval" = yes; then
10737 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
10739 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
10744 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
10749 eval "$wx_cv_use_postscript"
10751 if test x
"$enablestring" = xdisable
; then
10752 if test $wxUSE_POSTSCRIPT = no
; then
10758 result
=$wxUSE_POSTSCRIPT
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10762 $as_echo "$result" >&6; }
10766 defaultval
=$wxUSE_ALL_FEATURES
10767 if test -z "$defaultval"; then
10768 if test x
"$enablestring" = xdisable
; then
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-printarch" >&5
10776 $as_echo_n "checking for --${enablestring:-enable}-printarch... " >&6; }
10777 # Check whether --enable-printarch was given.
10778 if test "${enable_printarch+set}" = set; then :
10779 enableval
=$enable_printarch;
10780 if test "$enableval" = yes; then
10781 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
10783 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
10788 wx_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
10793 eval "$wx_cv_use_printarch"
10795 if test x"$enablestring" = xdisable; then
10796 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
10802 result=$wxUSE_PRINTING_ARCHITECTURE
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10806 $as_echo "$result" >&6; }
10810 defaultval=$wxUSE_ALL_FEATURES
10811 if test -z "$defaultval"; then
10812 if test x"$enablestring" = xdisable; then
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-svg" >&5
10820 $as_echo_n "checking for --${enablestring:-enable}-svg... " >&6; }
10821 # Check whether --enable-svg was given.
10822 if test "${enable_svg+set}" = set; then :
10823 enableval=$enable_svg;
10824 if test "$enableval" = yes; then
10825 wx_cv_use_svg='wxUSE_SVG
=yes'
10827 wx_cv_use_svg='wxUSE_SVG
=no
'
10832 wx_cv_use_svg='wxUSE_SVG
=${'DEFAULT_wxUSE_SVG":-$defaultval}"
10837 eval "$wx_cv_use_svg"
10839 if test x"$enablestring" = xdisable; then
10840 if test $wxUSE_SVG = no; then
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10850 $as_echo "$result" >&6; }
10854 defaultval=$wxUSE_ALL_FEATURES
10855 if test -z "$defaultval"; then
10856 if test x"$enablestring" = xdisable; then
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webkit" >&5
10864 $as_echo_n "checking
for --${enablestring:-enable}-webkit...
" >&6; }
10865 # Check whether --enable-webkit was given.
10866 if test "${enable_webkit+set}" = set; then :
10867 enableval=$enable_webkit;
10868 if test "$enableval" = yes; then
10869 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
10871 wx_cv_use_webkit='wxUSE_WEBKIT=no'
10876 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
10881 eval "$wx_cv_use_webkit"
10883 if test x
"$enablestring" = xdisable
; then
10884 if test $wxUSE_WEBKIT = no
; then
10890 result
=$wxUSE_WEBKIT
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10894 $as_echo "$result" >&6; }
10898 defaultval
=$wxUSE_ALL_FEATURES
10899 if test -z "$defaultval"; then
10900 if test x
"$enablestring" = xdisable
; then
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-webview" >&5
10908 $as_echo_n "checking for --${enablestring:-enable}-webview... " >&6; }
10909 # Check whether --enable-webview was given.
10910 if test "${enable_webview+set}" = set; then :
10911 enableval
=$enable_webview;
10912 if test "$enableval" = yes; then
10913 wx_cv_use_webview
='wxUSE_WEBVIEW=yes'
10915 wx_cv_use_webview
='wxUSE_WEBVIEW=no'
10920 wx_cv_use_webview
='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
10925 eval "$wx_cv_use_webview"
10927 if test x"$enablestring" = xdisable; then
10928 if test $wxUSE_WEBVIEW = no; then
10934 result=$wxUSE_WEBVIEW
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
10938 $as_echo "$result" >&6; }
10941 if test "$wxUSE_MAC" != 1; then
10944 defaultval=$wxUSE_ALL_FEATURES
10945 if test -z "$defaultval"; then
10946 if test x"$enablestring" = xdisable; then
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-graphics_ctx" >&5
10954 $as_echo_n "checking for --${enablestring:-enable}-graphics_ctx... " >&6; }
10955 # Check whether --enable-graphics_ctx was given.
10956 if test "${enable_graphics_ctx+set}" = set; then :
10957 enableval=$enable_graphics_ctx;
10958 if test "$enableval" = yes; then
10959 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=yes'
10961 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=no
'
10966 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT
=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
10971 eval "$wx_cv_use_graphics_ctx"
10973 if test x"$enablestring" = xdisable; then
10974 if test $wxUSE_GRAPHICS_CONTEXT = no; then
10980 result=$wxUSE_GRAPHICS_CONTEXT
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
10984 $as_echo "$result" >&6; }
10991 defaultval=$wxUSE_ALL_FEATURES
10992 if test -z "$defaultval"; then
10993 if test x"$enablestring" = xdisable; then
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-clipboard" >&5
11001 $as_echo_n "checking
for --${enablestring:-enable}-clipboard...
" >&6; }
11002 # Check whether --enable-clipboard was given.
11003 if test "${enable_clipboard+set}" = set; then :
11004 enableval=$enable_clipboard;
11005 if test "$enableval" = yes; then
11006 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
11008 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
11013 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
11018 eval "$wx_cv_use_clipboard"
11020 if test x
"$enablestring" = xdisable
; then
11021 if test $wxUSE_CLIPBOARD = no
; then
11027 result
=$wxUSE_CLIPBOARD
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11031 $as_echo "$result" >&6; }
11035 defaultval
=$wxUSE_ALL_FEATURES
11036 if test -z "$defaultval"; then
11037 if test x
"$enablestring" = xdisable
; then
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dnd" >&5
11045 $as_echo_n "checking for --${enablestring:-enable}-dnd... " >&6; }
11046 # Check whether --enable-dnd was given.
11047 if test "${enable_dnd+set}" = set; then :
11048 enableval
=$enable_dnd;
11049 if test "$enableval" = yes; then
11050 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
11052 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
11057 wx_cv_use_dnd
='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
11062 eval "$wx_cv_use_dnd"
11064 if test x"$enablestring" = xdisable; then
11065 if test $wxUSE_DRAG_AND_DROP = no; then
11071 result=$wxUSE_DRAG_AND_DROP
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11075 $as_echo "$result" >&6; }
11079 DEFAULT_wxUSE_CONTROLS=none
11081 enablestring=disable
11083 if test -z "$defaultval"; then
11084 if test x"$enablestring" = xdisable; then
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-controls" >&5
11092 $as_echo_n "checking for --${enablestring:-enable}-controls... " >&6; }
11093 # Check whether --enable-controls was given.
11094 if test "${enable_controls+set}" = set; then :
11095 enableval=$enable_controls;
11096 if test "$enableval" = yes; then
11097 wx_cv_use_controls='wxUSE_CONTROLS
=yes'
11099 wx_cv_use_controls='wxUSE_CONTROLS
=no
'
11104 wx_cv_use_controls='wxUSE_CONTROLS
=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
11109 eval "$wx_cv_use_controls"
11111 if test x"$enablestring" = xdisable; then
11112 if test $wxUSE_CONTROLS = no; then
11118 result=$wxUSE_CONTROLS
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11122 $as_echo "$result" >&6; }
11125 if test "$wxUSE_CONTROLS" = "no
"; then
11126 DEFAULT_wxUSE_ACCEL=no
11127 DEFAULT_wxUSE_ANIMATIONCTRL=no
11128 DEFAULT_wxUSE_BANNERWINDOW=no
11129 DEFAULT_wxUSE_BMPBUTTON=no
11130 DEFAULT_wxUSE_BUTTON=no
11131 DEFAULT_wxUSE_CALCTRL=no
11132 DEFAULT_wxUSE_CARET=no
11133 DEFAULT_wxUSE_CHECKBOX=no
11134 DEFAULT_wxUSE_CHECKLISTBOX=no
11135 DEFAULT_wxUSE_CHOICE=no
11136 DEFAULT_wxUSE_CHOICEBOOK=no
11137 DEFAULT_wxUSE_COLLPANE=no
11138 DEFAULT_wxUSE_COLOURPICKERCTRL=no
11139 DEFAULT_wxUSE_COMBOBOX=no
11140 DEFAULT_wxUSE_COMBOBOX=no
11141 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
11142 DEFAULT_wxUSE_DATAVIEWCTRL=no
11143 DEFAULT_wxUSE_DATEPICKCTRL=no
11144 DEFAULT_wxUSE_DETECT_SM=no
11145 DEFAULT_wxUSE_DIRPICKERCTRL=no
11146 DEFAULT_wxUSE_DISPLAY=no
11147 DEFAULT_wxUSE_FILECTRL=no
11148 DEFAULT_wxUSE_FILEPICKERCTRL=no
11149 DEFAULT_wxUSE_FONTPICKERCTRL=no
11150 DEFAULT_wxUSE_GAUGE=no
11151 DEFAULT_wxUSE_GRID=no
11152 DEFAULT_wxUSE_HEADERCTRL=no
11153 DEFAULT_wxUSE_HYPERLINKCTRL=no
11154 DEFAULT_wxUSE_IMAGLIST=no
11155 DEFAULT_wxUSE_LISTBOOK=no
11156 DEFAULT_wxUSE_LISTBOX=no
11157 DEFAULT_wxUSE_LISTCTRL=no
11158 DEFAULT_wxUSE_MARKUP=no
11159 DEFAULT_wxUSE_NOTEBOOK=no
11160 DEFAULT_wxUSE_POPUPWIN=no
11161 DEFAULT_wxUSE_RADIOBOX=no
11162 DEFAULT_wxUSE_RADIOBTN=no
11163 DEFAULT_wxUSE_RICHMSGDLG=no
11164 DEFAULT_wxUSE_RICHTOOLTIP=no
11165 DEFAULT_wxUSE_REARRANGECTRL=no
11166 DEFAULT_wxUSE_SASH=no
11167 DEFAULT_wxUSE_SCROLLBAR=no
11168 DEFAULT_wxUSE_SEARCHCTRL=no
11169 DEFAULT_wxUSE_SLIDER=no
11170 DEFAULT_wxUSE_SPINBTN=no
11171 DEFAULT_wxUSE_SPINCTRL=no
11172 DEFAULT_wxUSE_SPLITTER=no
11173 DEFAULT_wxUSE_STATBMP=no
11174 DEFAULT_wxUSE_STATBOX=no
11175 DEFAULT_wxUSE_STATLINE=no
11176 DEFAULT_wxUSE_STATUSBAR=no
11177 DEFAULT_wxUSE_TIMEPICKCTRL=no
11178 DEFAULT_wxUSE_TIPWINDOW=no
11179 DEFAULT_wxUSE_TOGGLEBTN=no
11180 DEFAULT_wxUSE_TOOLBAR=no
11181 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
11182 DEFAULT_wxUSE_TOOLBOOK=no
11183 DEFAULT_wxUSE_TOOLTIPS=no
11184 DEFAULT_wxUSE_TREEBOOK=no
11185 DEFAULT_wxUSE_TREECTRL=no
11186 DEFAULT_wxUSE_TREELISTCTRL=no
11191 defaultval=$wxUSE_ALL_FEATURES
11192 if test -z "$defaultval"; then
11193 if test x"$enablestring" = xdisable; then
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-markup" >&5
11201 $as_echo_n "checking
for --${enablestring:-enable}-markup...
" >&6; }
11202 # Check whether --enable-markup was given.
11203 if test "${enable_markup+set}" = set; then :
11204 enableval=$enable_markup;
11205 if test "$enableval" = yes; then
11206 wx_cv_use_markup='wxUSE_MARKUP=yes'
11208 wx_cv_use_markup='wxUSE_MARKUP=no'
11213 wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
11218 eval "$wx_cv_use_markup"
11220 if test x
"$enablestring" = xdisable
; then
11221 if test $wxUSE_MARKUP = no
; then
11227 result
=$wxUSE_MARKUP
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11231 $as_echo "$result" >&6; }
11236 defaultval
=$wxUSE_ALL_FEATURES
11237 if test -z "$defaultval"; then
11238 if test x
"$enablestring" = xdisable
; then
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-accel" >&5
11246 $as_echo_n "checking for --${enablestring:-enable}-accel... " >&6; }
11247 # Check whether --enable-accel was given.
11248 if test "${enable_accel+set}" = set; then :
11249 enableval
=$enable_accel;
11250 if test "$enableval" = yes; then
11251 wx_cv_use_accel
='wxUSE_ACCEL=yes'
11253 wx_cv_use_accel
='wxUSE_ACCEL=no'
11258 wx_cv_use_accel
='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
11263 eval "$wx_cv_use_accel"
11265 if test x"$enablestring" = xdisable; then
11266 if test $wxUSE_ACCEL = no; then
11272 result=$wxUSE_ACCEL
11275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11276 $as_echo "$result" >&6; }
11280 defaultval=$wxUSE_ALL_FEATURES
11281 if test -z "$defaultval"; then
11282 if test x"$enablestring" = xdisable; then
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-animatectrl" >&5
11290 $as_echo_n "checking for --${enablestring:-enable}-animatectrl... " >&6; }
11291 # Check whether --enable-animatectrl was given.
11292 if test "${enable_animatectrl+set}" = set; then :
11293 enableval=$enable_animatectrl;
11294 if test "$enableval" = yes; then
11295 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=yes'
11297 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=no
'
11302 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL
=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
11307 eval "$wx_cv_use_animatectrl"
11309 if test x"$enablestring" = xdisable; then
11310 if test $wxUSE_ANIMATIONCTRL = no; then
11316 result=$wxUSE_ANIMATIONCTRL
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11320 $as_echo "$result" >&6; }
11324 defaultval=$wxUSE_ALL_FEATURES
11325 if test -z "$defaultval"; then
11326 if test x"$enablestring" = xdisable; then
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bannerwindow" >&5
11334 $as_echo_n "checking
for --${enablestring:-enable}-bannerwindow...
" >&6; }
11335 # Check whether --enable-bannerwindow was given.
11336 if test "${enable_bannerwindow+set}" = set; then :
11337 enableval=$enable_bannerwindow;
11338 if test "$enableval" = yes; then
11339 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
11341 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
11346 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
11351 eval "$wx_cv_use_bannerwindow"
11353 if test x
"$enablestring" = xdisable
; then
11354 if test $wxUSE_BANNERWINDOW = no
; then
11360 result
=$wxUSE_BANNERWINDOW
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11364 $as_echo "$result" >&6; }
11368 defaultval
=$wxUSE_ALL_FEATURES
11369 if test -z "$defaultval"; then
11370 if test x
"$enablestring" = xdisable
; then
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-artstd" >&5
11378 $as_echo_n "checking for --${enablestring:-enable}-artstd... " >&6; }
11379 # Check whether --enable-artstd was given.
11380 if test "${enable_artstd+set}" = set; then :
11381 enableval
=$enable_artstd;
11382 if test "$enableval" = yes; then
11383 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=yes'
11385 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=no'
11390 wx_cv_use_artstd
='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
11395 eval "$wx_cv_use_artstd"
11397 if test x"$enablestring" = xdisable; then
11398 if test $wxUSE_ARTPROVIDER_STD = no; then
11404 result=$wxUSE_ARTPROVIDER_STD
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11408 $as_echo "$result" >&6; }
11412 defaultval=$wxUSE_ALL_FEATURES
11413 if test -z "$defaultval"; then
11414 if test x"$enablestring" = xdisable; then
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-arttango" >&5
11422 $as_echo_n "checking for --${enablestring:-enable}-arttango... " >&6; }
11423 # Check whether --enable-arttango was given.
11424 if test "${enable_arttango+set}" = set; then :
11425 enableval=$enable_arttango;
11426 if test "$enableval" = yes; then
11427 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=yes'
11429 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=no
'
11434 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO
=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
11439 eval "$wx_cv_use_arttango"
11441 if test x"$enablestring" = xdisable; then
11442 if test $wxUSE_ARTPROVIDER_TANGO = no; then
11448 result=$wxUSE_ARTPROVIDER_TANGO
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11452 $as_echo "$result" >&6; }
11456 defaultval=$wxUSE_ALL_FEATURES
11457 if test -z "$defaultval"; then
11458 if test x"$enablestring" = xdisable; then
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-bmpbutton" >&5
11466 $as_echo_n "checking
for --${enablestring:-enable}-bmpbutton...
" >&6; }
11467 # Check whether --enable-bmpbutton was given.
11468 if test "${enable_bmpbutton+set}" = set; then :
11469 enableval=$enable_bmpbutton;
11470 if test "$enableval" = yes; then
11471 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
11473 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
11478 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
11483 eval "$wx_cv_use_bmpbutton"
11485 if test x
"$enablestring" = xdisable
; then
11486 if test $wxUSE_BMPBUTTON = no
; then
11492 result
=$wxUSE_BMPBUTTON
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11496 $as_echo "$result" >&6; }
11500 defaultval
=$wxUSE_ALL_FEATURES
11501 if test -z "$defaultval"; then
11502 if test x
"$enablestring" = xdisable
; then
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-bmpcombobox" >&5
11510 $as_echo_n "checking for --${enablestring:-enable}-bmpcombobox... " >&6; }
11511 # Check whether --enable-bmpcombobox was given.
11512 if test "${enable_bmpcombobox+set}" = set; then :
11513 enableval
=$enable_bmpcombobox;
11514 if test "$enableval" = yes; then
11515 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=yes'
11517 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=no'
11522 wx_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
11527 eval "$wx_cv_use_bmpcombobox"
11529 if test x"$enablestring" = xdisable; then
11530 if test $wxUSE_BITMAPCOMBOBOX = no; then
11536 result=$wxUSE_BITMAPCOMBOBOX
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11540 $as_echo "$result" >&6; }
11544 defaultval=$wxUSE_ALL_FEATURES
11545 if test -z "$defaultval"; then
11546 if test x"$enablestring" = xdisable; then
11553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-button" >&5
11554 $as_echo_n "checking for --${enablestring:-enable}-button... " >&6; }
11555 # Check whether --enable-button was given.
11556 if test "${enable_button+set}" = set; then :
11557 enableval=$enable_button;
11558 if test "$enableval" = yes; then
11559 wx_cv_use_button='wxUSE_BUTTON
=yes'
11561 wx_cv_use_button='wxUSE_BUTTON
=no
'
11566 wx_cv_use_button='wxUSE_BUTTON
=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
11571 eval "$wx_cv_use_button"
11573 if test x"$enablestring" = xdisable; then
11574 if test $wxUSE_BUTTON = no; then
11580 result=$wxUSE_BUTTON
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11584 $as_echo "$result" >&6; }
11588 defaultval=$wxUSE_ALL_FEATURES
11589 if test -z "$defaultval"; then
11590 if test x"$enablestring" = xdisable; then
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-calendar" >&5
11598 $as_echo_n "checking
for --${enablestring:-enable}-calendar...
" >&6; }
11599 # Check whether --enable-calendar was given.
11600 if test "${enable_calendar+set}" = set; then :
11601 enableval=$enable_calendar;
11602 if test "$enableval" = yes; then
11603 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
11605 wx_cv_use_calendar='wxUSE_CALCTRL=no'
11610 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
11615 eval "$wx_cv_use_calendar"
11617 if test x
"$enablestring" = xdisable
; then
11618 if test $wxUSE_CALCTRL = no
; then
11624 result
=$wxUSE_CALCTRL
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11628 $as_echo "$result" >&6; }
11632 defaultval
=$wxUSE_ALL_FEATURES
11633 if test -z "$defaultval"; then
11634 if test x
"$enablestring" = xdisable
; then
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-caret" >&5
11642 $as_echo_n "checking for --${enablestring:-enable}-caret... " >&6; }
11643 # Check whether --enable-caret was given.
11644 if test "${enable_caret+set}" = set; then :
11645 enableval
=$enable_caret;
11646 if test "$enableval" = yes; then
11647 wx_cv_use_caret
='wxUSE_CARET=yes'
11649 wx_cv_use_caret
='wxUSE_CARET=no'
11654 wx_cv_use_caret
='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
11659 eval "$wx_cv_use_caret"
11661 if test x"$enablestring" = xdisable; then
11662 if test $wxUSE_CARET = no; then
11668 result=$wxUSE_CARET
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11672 $as_echo "$result" >&6; }
11676 defaultval=$wxUSE_ALL_FEATURES
11677 if test -z "$defaultval"; then
11678 if test x"$enablestring" = xdisable; then
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-checkbox" >&5
11686 $as_echo_n "checking for --${enablestring:-enable}-checkbox... " >&6; }
11687 # Check whether --enable-checkbox was given.
11688 if test "${enable_checkbox+set}" = set; then :
11689 enableval=$enable_checkbox;
11690 if test "$enableval" = yes; then
11691 wx_cv_use_checkbox='wxUSE_CHECKBOX
=yes'
11693 wx_cv_use_checkbox='wxUSE_CHECKBOX
=no
'
11698 wx_cv_use_checkbox='wxUSE_CHECKBOX
=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
11703 eval "$wx_cv_use_checkbox"
11705 if test x"$enablestring" = xdisable; then
11706 if test $wxUSE_CHECKBOX = no; then
11712 result=$wxUSE_CHECKBOX
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11716 $as_echo "$result" >&6; }
11720 defaultval=$wxUSE_ALL_FEATURES
11721 if test -z "$defaultval"; then
11722 if test x"$enablestring" = xdisable; then
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-checklst" >&5
11730 $as_echo_n "checking
for --${enablestring:-enable}-checklst...
" >&6; }
11731 # Check whether --enable-checklst was given.
11732 if test "${enable_checklst+set}" = set; then :
11733 enableval=$enable_checklst;
11734 if test "$enableval" = yes; then
11735 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
11737 wx_cv_use_checklst='wxUSE_CHECKLST=no'
11742 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
11747 eval "$wx_cv_use_checklst"
11749 if test x
"$enablestring" = xdisable
; then
11750 if test $wxUSE_CHECKLST = no
; then
11756 result
=$wxUSE_CHECKLST
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11760 $as_echo "$result" >&6; }
11764 defaultval
=$wxUSE_ALL_FEATURES
11765 if test -z "$defaultval"; then
11766 if test x
"$enablestring" = xdisable
; then
11773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choice" >&5
11774 $as_echo_n "checking for --${enablestring:-enable}-choice... " >&6; }
11775 # Check whether --enable-choice was given.
11776 if test "${enable_choice+set}" = set; then :
11777 enableval
=$enable_choice;
11778 if test "$enableval" = yes; then
11779 wx_cv_use_choice
='wxUSE_CHOICE=yes'
11781 wx_cv_use_choice
='wxUSE_CHOICE=no'
11786 wx_cv_use_choice
='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
11791 eval "$wx_cv_use_choice"
11793 if test x"$enablestring" = xdisable; then
11794 if test $wxUSE_CHOICE = no; then
11800 result=$wxUSE_CHOICE
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11804 $as_echo "$result" >&6; }
11808 defaultval=$wxUSE_ALL_FEATURES
11809 if test -z "$defaultval"; then
11810 if test x"$enablestring" = xdisable; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-choicebook" >&5
11818 $as_echo_n "checking for --${enablestring:-enable}-choicebook... " >&6; }
11819 # Check whether --enable-choicebook was given.
11820 if test "${enable_choicebook+set}" = set; then :
11821 enableval=$enable_choicebook;
11822 if test "$enableval" = yes; then
11823 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=yes'
11825 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=no
'
11830 wx_cv_use_choicebook='wxUSE_CHOICEBOOK
=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
11835 eval "$wx_cv_use_choicebook"
11837 if test x"$enablestring" = xdisable; then
11838 if test $wxUSE_CHOICEBOOK = no; then
11844 result=$wxUSE_CHOICEBOOK
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11848 $as_echo "$result" >&6; }
11852 defaultval=$wxUSE_ALL_FEATURES
11853 if test -z "$defaultval"; then
11854 if test x"$enablestring" = xdisable; then
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-collpane" >&5
11862 $as_echo_n "checking
for --${enablestring:-enable}-collpane...
" >&6; }
11863 # Check whether --enable-collpane was given.
11864 if test "${enable_collpane+set}" = set; then :
11865 enableval=$enable_collpane;
11866 if test "$enableval" = yes; then
11867 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
11869 wx_cv_use_collpane='wxUSE_COLLPANE=no'
11874 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
11879 eval "$wx_cv_use_collpane"
11881 if test x
"$enablestring" = xdisable
; then
11882 if test $wxUSE_COLLPANE = no
; then
11888 result
=$wxUSE_COLLPANE
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11892 $as_echo "$result" >&6; }
11896 defaultval
=$wxUSE_ALL_FEATURES
11897 if test -z "$defaultval"; then
11898 if test x
"$enablestring" = xdisable
; then
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-colourpicker" >&5
11906 $as_echo_n "checking for --${enablestring:-enable}-colourpicker... " >&6; }
11907 # Check whether --enable-colourpicker was given.
11908 if test "${enable_colourpicker+set}" = set; then :
11909 enableval
=$enable_colourpicker;
11910 if test "$enableval" = yes; then
11911 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=yes'
11913 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=no'
11918 wx_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
11923 eval "$wx_cv_use_colourpicker"
11925 if test x"$enablestring" = xdisable; then
11926 if test $wxUSE_COLOURPICKERCTRL = no; then
11932 result=$wxUSE_COLOURPICKERCTRL
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
11936 $as_echo "$result" >&6; }
11940 defaultval=$wxUSE_ALL_FEATURES
11941 if test -z "$defaultval"; then
11942 if test x"$enablestring" = xdisable; then
11949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-combobox" >&5
11950 $as_echo_n "checking for --${enablestring:-enable}-combobox... " >&6; }
11951 # Check whether --enable-combobox was given.
11952 if test "${enable_combobox+set}" = set; then :
11953 enableval=$enable_combobox;
11954 if test "$enableval" = yes; then
11955 wx_cv_use_combobox='wxUSE_COMBOBOX
=yes'
11957 wx_cv_use_combobox='wxUSE_COMBOBOX
=no
'
11962 wx_cv_use_combobox='wxUSE_COMBOBOX
=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
11967 eval "$wx_cv_use_combobox"
11969 if test x"$enablestring" = xdisable; then
11970 if test $wxUSE_COMBOBOX = no; then
11976 result=$wxUSE_COMBOBOX
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
11980 $as_echo "$result" >&6; }
11984 defaultval=$wxUSE_ALL_FEATURES
11985 if test -z "$defaultval"; then
11986 if test x"$enablestring" = xdisable; then
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-comboctrl" >&5
11994 $as_echo_n "checking
for --${enablestring:-enable}-comboctrl...
" >&6; }
11995 # Check whether --enable-comboctrl was given.
11996 if test "${enable_comboctrl+set}" = set; then :
11997 enableval=$enable_comboctrl;
11998 if test "$enableval" = yes; then
11999 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
12001 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
12006 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
12011 eval "$wx_cv_use_comboctrl"
12013 if test x
"$enablestring" = xdisable
; then
12014 if test $wxUSE_COMBOCTRL = no
; then
12020 result
=$wxUSE_COMBOCTRL
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12024 $as_echo "$result" >&6; }
12028 defaultval
=$wxUSE_ALL_FEATURES
12029 if test -z "$defaultval"; then
12030 if test x
"$enablestring" = xdisable
; then
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commandlinkbutton" >&5
12038 $as_echo_n "checking for --${enablestring:-enable}-commandlinkbutton... " >&6; }
12039 # Check whether --enable-commandlinkbutton was given.
12040 if test "${enable_commandlinkbutton+set}" = set; then :
12041 enableval
=$enable_commandlinkbutton;
12042 if test "$enableval" = yes; then
12043 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=yes'
12045 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=no'
12050 wx_cv_use_commandlinkbutton
='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
12055 eval "$wx_cv_use_commandlinkbutton"
12057 if test x"$enablestring" = xdisable; then
12058 if test $wxUSE_COMMANDLINKBUTTON = no; then
12064 result=$wxUSE_COMMANDLINKBUTTON
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12068 $as_echo "$result" >&6; }
12072 defaultval=$wxUSE_ALL_FEATURES
12073 if test -z "$defaultval"; then
12074 if test x"$enablestring" = xdisable; then
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dataviewctrl" >&5
12082 $as_echo_n "checking for --${enablestring:-enable}-dataviewctrl... " >&6; }
12083 # Check whether --enable-dataviewctrl was given.
12084 if test "${enable_dataviewctrl+set}" = set; then :
12085 enableval=$enable_dataviewctrl;
12086 if test "$enableval" = yes; then
12087 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=yes'
12089 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=no
'
12094 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL
=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
12099 eval "$wx_cv_use_dataviewctrl"
12101 if test x"$enablestring" = xdisable; then
12102 if test $wxUSE_DATAVIEWCTRL = no; then
12108 result=$wxUSE_DATAVIEWCTRL
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12112 $as_echo "$result" >&6; }
12116 defaultval=$wxUSE_ALL_FEATURES
12117 if test -z "$defaultval"; then
12118 if test x"$enablestring" = xdisable; then
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-datepick" >&5
12126 $as_echo_n "checking
for --${enablestring:-enable}-datepick...
" >&6; }
12127 # Check whether --enable-datepick was given.
12128 if test "${enable_datepick+set}" = set; then :
12129 enableval=$enable_datepick;
12130 if test "$enableval" = yes; then
12131 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
12133 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
12138 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
12143 eval "$wx_cv_use_datepick"
12145 if test x
"$enablestring" = xdisable
; then
12146 if test $wxUSE_DATEPICKCTRL = no
; then
12152 result
=$wxUSE_DATEPICKCTRL
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12156 $as_echo "$result" >&6; }
12160 defaultval
=$wxUSE_ALL_FEATURES
12161 if test -z "$defaultval"; then
12162 if test x
"$enablestring" = xdisable
; then
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-detect_sm" >&5
12170 $as_echo_n "checking for --${enablestring:-enable}-detect_sm... " >&6; }
12171 # Check whether --enable-detect_sm was given.
12172 if test "${enable_detect_sm+set}" = set; then :
12173 enableval
=$enable_detect_sm;
12174 if test "$enableval" = yes; then
12175 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=yes'
12177 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=no'
12182 wx_cv_use_detect_sm
='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
12187 eval "$wx_cv_use_detect_sm"
12189 if test x"$enablestring" = xdisable; then
12190 if test $wxUSE_DETECT_SM = no; then
12196 result=$wxUSE_DETECT_SM
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12200 $as_echo "$result" >&6; }
12204 defaultval=$wxUSE_ALL_FEATURES
12205 if test -z "$defaultval"; then
12206 if test x"$enablestring" = xdisable; then
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirpicker" >&5
12214 $as_echo_n "checking for --${enablestring:-enable}-dirpicker... " >&6; }
12215 # Check whether --enable-dirpicker was given.
12216 if test "${enable_dirpicker+set}" = set; then :
12217 enableval=$enable_dirpicker;
12218 if test "$enableval" = yes; then
12219 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=yes'
12221 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=no
'
12226 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL
=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
12231 eval "$wx_cv_use_dirpicker"
12233 if test x"$enablestring" = xdisable; then
12234 if test $wxUSE_DIRPICKERCTRL = no; then
12240 result=$wxUSE_DIRPICKERCTRL
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12244 $as_echo "$result" >&6; }
12248 defaultval=$wxUSE_ALL_FEATURES
12249 if test -z "$defaultval"; then
12250 if test x"$enablestring" = xdisable; then
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-display" >&5
12258 $as_echo_n "checking
for --${enablestring:-enable}-display...
" >&6; }
12259 # Check whether --enable-display was given.
12260 if test "${enable_display+set}" = set; then :
12261 enableval=$enable_display;
12262 if test "$enableval" = yes; then
12263 wx_cv_use_display='wxUSE_DISPLAY=yes'
12265 wx_cv_use_display='wxUSE_DISPLAY=no'
12270 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
12275 eval "$wx_cv_use_display"
12277 if test x
"$enablestring" = xdisable
; then
12278 if test $wxUSE_DISPLAY = no
; then
12284 result
=$wxUSE_DISPLAY
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12288 $as_echo "$result" >&6; }
12292 defaultval
=$wxUSE_ALL_FEATURES
12293 if test -z "$defaultval"; then
12294 if test x
"$enablestring" = xdisable
; then
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-editablebox" >&5
12302 $as_echo_n "checking for --${enablestring:-enable}-editablebox... " >&6; }
12303 # Check whether --enable-editablebox was given.
12304 if test "${enable_editablebox+set}" = set; then :
12305 enableval
=$enable_editablebox;
12306 if test "$enableval" = yes; then
12307 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=yes'
12309 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=no'
12314 wx_cv_use_editablebox
='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
12319 eval "$wx_cv_use_editablebox"
12321 if test x"$enablestring" = xdisable; then
12322 if test $wxUSE_EDITABLELISTBOX = no; then
12328 result=$wxUSE_EDITABLELISTBOX
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12332 $as_echo "$result" >&6; }
12336 defaultval=$wxUSE_ALL_FEATURES
12337 if test -z "$defaultval"; then
12338 if test x"$enablestring" = xdisable; then
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filectrl" >&5
12346 $as_echo_n "checking for --${enablestring:-enable}-filectrl... " >&6; }
12347 # Check whether --enable-filectrl was given.
12348 if test "${enable_filectrl+set}" = set; then :
12349 enableval=$enable_filectrl;
12350 if test "$enableval" = yes; then
12351 wx_cv_use_filectrl='wxUSE_FILECTRL
=yes'
12353 wx_cv_use_filectrl='wxUSE_FILECTRL
=no
'
12358 wx_cv_use_filectrl='wxUSE_FILECTRL
=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
12363 eval "$wx_cv_use_filectrl"
12365 if test x"$enablestring" = xdisable; then
12366 if test $wxUSE_FILECTRL = no; then
12372 result=$wxUSE_FILECTRL
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12376 $as_echo "$result" >&6; }
12380 defaultval=$wxUSE_ALL_FEATURES
12381 if test -z "$defaultval"; then
12382 if test x"$enablestring" = xdisable; then
12389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-filepicker" >&5
12390 $as_echo_n "checking
for --${enablestring:-enable}-filepicker...
" >&6; }
12391 # Check whether --enable-filepicker was given.
12392 if test "${enable_filepicker+set}" = set; then :
12393 enableval=$enable_filepicker;
12394 if test "$enableval" = yes; then
12395 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
12397 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
12402 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
12407 eval "$wx_cv_use_filepicker"
12409 if test x
"$enablestring" = xdisable
; then
12410 if test $wxUSE_FILEPICKERCTRL = no
; then
12416 result
=$wxUSE_FILEPICKERCTRL
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12420 $as_echo "$result" >&6; }
12424 defaultval
=$wxUSE_ALL_FEATURES
12425 if test -z "$defaultval"; then
12426 if test x
"$enablestring" = xdisable
; then
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontpicker" >&5
12434 $as_echo_n "checking for --${enablestring:-enable}-fontpicker... " >&6; }
12435 # Check whether --enable-fontpicker was given.
12436 if test "${enable_fontpicker+set}" = set; then :
12437 enableval
=$enable_fontpicker;
12438 if test "$enableval" = yes; then
12439 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=yes'
12441 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=no'
12446 wx_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
12451 eval "$wx_cv_use_fontpicker"
12453 if test x"$enablestring" = xdisable; then
12454 if test $wxUSE_FONTPICKERCTRL = no; then
12460 result=$wxUSE_FONTPICKERCTRL
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12464 $as_echo "$result" >&6; }
12468 defaultval=$wxUSE_ALL_FEATURES
12469 if test -z "$defaultval"; then
12470 if test x"$enablestring" = xdisable; then
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-gauge" >&5
12478 $as_echo_n "checking for --${enablestring:-enable}-gauge... " >&6; }
12479 # Check whether --enable-gauge was given.
12480 if test "${enable_gauge+set}" = set; then :
12481 enableval=$enable_gauge;
12482 if test "$enableval" = yes; then
12483 wx_cv_use_gauge='wxUSE_GAUGE
=yes'
12485 wx_cv_use_gauge='wxUSE_GAUGE
=no
'
12490 wx_cv_use_gauge='wxUSE_GAUGE
=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
12495 eval "$wx_cv_use_gauge"
12497 if test x"$enablestring" = xdisable; then
12498 if test $wxUSE_GAUGE = no; then
12504 result=$wxUSE_GAUGE
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12508 $as_echo "$result" >&6; }
12512 defaultval=$wxUSE_ALL_FEATURES
12513 if test -z "$defaultval"; then
12514 if test x"$enablestring" = xdisable; then
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-grid" >&5
12522 $as_echo_n "checking
for --${enablestring:-enable}-grid...
" >&6; }
12523 # Check whether --enable-grid was given.
12524 if test "${enable_grid+set}" = set; then :
12525 enableval=$enable_grid;
12526 if test "$enableval" = yes; then
12527 wx_cv_use_grid='wxUSE_GRID=yes'
12529 wx_cv_use_grid='wxUSE_GRID=no'
12534 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
12539 eval "$wx_cv_use_grid"
12541 if test x
"$enablestring" = xdisable
; then
12542 if test $wxUSE_GRID = no
; then
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12552 $as_echo "$result" >&6; }
12556 defaultval
=$wxUSE_ALL_FEATURES
12557 if test -z "$defaultval"; then
12558 if test x
"$enablestring" = xdisable
; then
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-headerctrl" >&5
12566 $as_echo_n "checking for --${enablestring:-enable}-headerctrl... " >&6; }
12567 # Check whether --enable-headerctrl was given.
12568 if test "${enable_headerctrl+set}" = set; then :
12569 enableval
=$enable_headerctrl;
12570 if test "$enableval" = yes; then
12571 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=yes'
12573 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=no'
12578 wx_cv_use_headerctrl
='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
12583 eval "$wx_cv_use_headerctrl"
12585 if test x"$enablestring" = xdisable; then
12586 if test $wxUSE_HEADERCTRL = no; then
12592 result=$wxUSE_HEADERCTRL
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12596 $as_echo "$result" >&6; }
12600 defaultval=$wxUSE_ALL_FEATURES
12601 if test -z "$defaultval"; then
12602 if test x"$enablestring" = xdisable; then
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hyperlink" >&5
12610 $as_echo_n "checking for --${enablestring:-enable}-hyperlink... " >&6; }
12611 # Check whether --enable-hyperlink was given.
12612 if test "${enable_hyperlink+set}" = set; then :
12613 enableval=$enable_hyperlink;
12614 if test "$enableval" = yes; then
12615 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=yes'
12617 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=no
'
12622 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL
=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
12627 eval "$wx_cv_use_hyperlink"
12629 if test x"$enablestring" = xdisable; then
12630 if test $wxUSE_HYPERLINKCTRL = no; then
12636 result=$wxUSE_HYPERLINKCTRL
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12640 $as_echo "$result" >&6; }
12644 defaultval=$wxUSE_ALL_FEATURES
12645 if test -z "$defaultval"; then
12646 if test x"$enablestring" = xdisable; then
12653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-imaglist" >&5
12654 $as_echo_n "checking
for --${enablestring:-enable}-imaglist...
" >&6; }
12655 # Check whether --enable-imaglist was given.
12656 if test "${enable_imaglist+set}" = set; then :
12657 enableval=$enable_imaglist;
12658 if test "$enableval" = yes; then
12659 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
12661 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
12666 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
12671 eval "$wx_cv_use_imaglist"
12673 if test x
"$enablestring" = xdisable
; then
12674 if test $wxUSE_IMAGLIST = no
; then
12680 result
=$wxUSE_IMAGLIST
12683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12684 $as_echo "$result" >&6; }
12688 defaultval
=$wxUSE_ALL_FEATURES
12689 if test -z "$defaultval"; then
12690 if test x
"$enablestring" = xdisable
; then
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-infobar" >&5
12698 $as_echo_n "checking for --${enablestring:-enable}-infobar... " >&6; }
12699 # Check whether --enable-infobar was given.
12700 if test "${enable_infobar+set}" = set; then :
12701 enableval
=$enable_infobar;
12702 if test "$enableval" = yes; then
12703 wx_cv_use_infobar
='wxUSE_INFOBAR=yes'
12705 wx_cv_use_infobar
='wxUSE_INFOBAR=no'
12710 wx_cv_use_infobar
='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
12715 eval "$wx_cv_use_infobar"
12717 if test x"$enablestring" = xdisable; then
12718 if test $wxUSE_INFOBAR = no; then
12724 result=$wxUSE_INFOBAR
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12728 $as_echo "$result" >&6; }
12732 defaultval=$wxUSE_ALL_FEATURES
12733 if test -z "$defaultval"; then
12734 if test x"$enablestring" = xdisable; then
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listbook" >&5
12742 $as_echo_n "checking for --${enablestring:-enable}-listbook... " >&6; }
12743 # Check whether --enable-listbook was given.
12744 if test "${enable_listbook+set}" = set; then :
12745 enableval=$enable_listbook;
12746 if test "$enableval" = yes; then
12747 wx_cv_use_listbook='wxUSE_LISTBOOK
=yes'
12749 wx_cv_use_listbook='wxUSE_LISTBOOK
=no
'
12754 wx_cv_use_listbook='wxUSE_LISTBOOK
=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
12759 eval "$wx_cv_use_listbook"
12761 if test x"$enablestring" = xdisable; then
12762 if test $wxUSE_LISTBOOK = no; then
12768 result=$wxUSE_LISTBOOK
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12772 $as_echo "$result" >&6; }
12776 defaultval=$wxUSE_ALL_FEATURES
12777 if test -z "$defaultval"; then
12778 if test x"$enablestring" = xdisable; then
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-listbox" >&5
12786 $as_echo_n "checking
for --${enablestring:-enable}-listbox...
" >&6; }
12787 # Check whether --enable-listbox was given.
12788 if test "${enable_listbox+set}" = set; then :
12789 enableval=$enable_listbox;
12790 if test "$enableval" = yes; then
12791 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
12793 wx_cv_use_listbox='wxUSE_LISTBOX=no'
12798 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
12803 eval "$wx_cv_use_listbox"
12805 if test x
"$enablestring" = xdisable
; then
12806 if test $wxUSE_LISTBOX = no
; then
12812 result
=$wxUSE_LISTBOX
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12816 $as_echo "$result" >&6; }
12820 defaultval
=$wxUSE_ALL_FEATURES
12821 if test -z "$defaultval"; then
12822 if test x
"$enablestring" = xdisable
; then
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-listctrl" >&5
12830 $as_echo_n "checking for --${enablestring:-enable}-listctrl... " >&6; }
12831 # Check whether --enable-listctrl was given.
12832 if test "${enable_listctrl+set}" = set; then :
12833 enableval
=$enable_listctrl;
12834 if test "$enableval" = yes; then
12835 wx_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
12837 wx_cv_use_listctrl
='wxUSE_LISTCTRL=no'
12842 wx_cv_use_listctrl
='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
12847 eval "$wx_cv_use_listctrl"
12849 if test x"$enablestring" = xdisable; then
12850 if test $wxUSE_LISTCTRL = no; then
12856 result=$wxUSE_LISTCTRL
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12860 $as_echo "$result" >&6; }
12864 defaultval=$wxUSE_ALL_FEATURES
12865 if test -z "$defaultval"; then
12866 if test x"$enablestring" = xdisable; then
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-notebook" >&5
12874 $as_echo_n "checking for --${enablestring:-enable}-notebook... " >&6; }
12875 # Check whether --enable-notebook was given.
12876 if test "${enable_notebook+set}" = set; then :
12877 enableval=$enable_notebook;
12878 if test "$enableval" = yes; then
12879 wx_cv_use_notebook='wxUSE_NOTEBOOK
=yes'
12881 wx_cv_use_notebook='wxUSE_NOTEBOOK
=no
'
12886 wx_cv_use_notebook='wxUSE_NOTEBOOK
=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
12891 eval "$wx_cv_use_notebook"
12893 if test x"$enablestring" = xdisable; then
12894 if test $wxUSE_NOTEBOOK = no; then
12900 result=$wxUSE_NOTEBOOK
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
12904 $as_echo "$result" >&6; }
12908 defaultval=$wxUSE_ALL_FEATURES
12909 if test -z "$defaultval"; then
12910 if test x"$enablestring" = xdisable; then
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-notifmsg" >&5
12918 $as_echo_n "checking
for --${enablestring:-enable}-notifmsg...
" >&6; }
12919 # Check whether --enable-notifmsg was given.
12920 if test "${enable_notifmsg+set}" = set; then :
12921 enableval=$enable_notifmsg;
12922 if test "$enableval" = yes; then
12923 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
12925 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
12930 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
12935 eval "$wx_cv_use_notifmsg"
12937 if test x
"$enablestring" = xdisable
; then
12938 if test $wxUSE_NOTIFICATION_MESSAGE = no
; then
12944 result
=$wxUSE_NOTIFICATION_MESSAGE
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12948 $as_echo "$result" >&6; }
12952 defaultval
=$wxUSE_ALL_FEATURES
12953 if test -z "$defaultval"; then
12954 if test x
"$enablestring" = xdisable
; then
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-odcombobox" >&5
12962 $as_echo_n "checking for --${enablestring:-enable}-odcombobox... " >&6; }
12963 # Check whether --enable-odcombobox was given.
12964 if test "${enable_odcombobox+set}" = set; then :
12965 enableval
=$enable_odcombobox;
12966 if test "$enableval" = yes; then
12967 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=yes'
12969 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=no'
12974 wx_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
12979 eval "$wx_cv_use_odcombobox"
12981 if test x"$enablestring" = xdisable; then
12982 if test $wxUSE_ODCOMBOBOX = no; then
12988 result=$wxUSE_ODCOMBOBOX
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
12992 $as_echo "$result" >&6; }
12996 defaultval=$wxUSE_ALL_FEATURES
12997 if test -z "$defaultval"; then
12998 if test x"$enablestring" = xdisable; then
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-popupwin" >&5
13006 $as_echo_n "checking for --${enablestring:-enable}-popupwin... " >&6; }
13007 # Check whether --enable-popupwin was given.
13008 if test "${enable_popupwin+set}" = set; then :
13009 enableval=$enable_popupwin;
13010 if test "$enableval" = yes; then
13011 wx_cv_use_popupwin='wxUSE_POPUPWIN
=yes'
13013 wx_cv_use_popupwin='wxUSE_POPUPWIN
=no
'
13018 wx_cv_use_popupwin='wxUSE_POPUPWIN
=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
13023 eval "$wx_cv_use_popupwin"
13025 if test x"$enablestring" = xdisable; then
13026 if test $wxUSE_POPUPWIN = no; then
13032 result=$wxUSE_POPUPWIN
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13036 $as_echo "$result" >&6; }
13040 defaultval=$wxUSE_ALL_FEATURES
13041 if test -z "$defaultval"; then
13042 if test x"$enablestring" = xdisable; then
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-radiobox" >&5
13050 $as_echo_n "checking
for --${enablestring:-enable}-radiobox...
" >&6; }
13051 # Check whether --enable-radiobox was given.
13052 if test "${enable_radiobox+set}" = set; then :
13053 enableval=$enable_radiobox;
13054 if test "$enableval" = yes; then
13055 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
13057 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
13062 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
13067 eval "$wx_cv_use_radiobox"
13069 if test x
"$enablestring" = xdisable
; then
13070 if test $wxUSE_RADIOBOX = no
; then
13076 result
=$wxUSE_RADIOBOX
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13080 $as_echo "$result" >&6; }
13084 defaultval
=$wxUSE_ALL_FEATURES
13085 if test -z "$defaultval"; then
13086 if test x
"$enablestring" = xdisable
; then
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-radiobtn" >&5
13094 $as_echo_n "checking for --${enablestring:-enable}-radiobtn... " >&6; }
13095 # Check whether --enable-radiobtn was given.
13096 if test "${enable_radiobtn+set}" = set; then :
13097 enableval
=$enable_radiobtn;
13098 if test "$enableval" = yes; then
13099 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
13101 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
13106 wx_cv_use_radiobtn
='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
13111 eval "$wx_cv_use_radiobtn"
13113 if test x"$enablestring" = xdisable; then
13114 if test $wxUSE_RADIOBTN = no; then
13120 result=$wxUSE_RADIOBTN
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13124 $as_echo "$result" >&6; }
13128 defaultval=$wxUSE_ALL_FEATURES
13129 if test -z "$defaultval"; then
13130 if test x"$enablestring" = xdisable; then
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-richmsgdlg" >&5
13138 $as_echo_n "checking for --${enablestring:-enable}-richmsgdlg... " >&6; }
13139 # Check whether --enable-richmsgdlg was given.
13140 if test "${enable_richmsgdlg+set}" = set; then :
13141 enableval=$enable_richmsgdlg;
13142 if test "$enableval" = yes; then
13143 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=yes'
13145 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=no
'
13150 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG
=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
13155 eval "$wx_cv_use_richmsgdlg"
13157 if test x"$enablestring" = xdisable; then
13158 if test $wxUSE_RICHMSGDLG = no; then
13164 result=$wxUSE_RICHMSGDLG
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13168 $as_echo "$result" >&6; }
13172 defaultval=$wxUSE_ALL_FEATURES
13173 if test -z "$defaultval"; then
13174 if test x"$enablestring" = xdisable; then
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-richtooltip" >&5
13182 $as_echo_n "checking
for --${enablestring:-enable}-richtooltip...
" >&6; }
13183 # Check whether --enable-richtooltip was given.
13184 if test "${enable_richtooltip+set}" = set; then :
13185 enableval=$enable_richtooltip;
13186 if test "$enableval" = yes; then
13187 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=yes'
13189 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=no'
13194 wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${'DEFAULT_wxUSE_RICHTOOLTIP":-$defaultval}"
13199 eval "$wx_cv_use_richtooltip"
13201 if test x
"$enablestring" = xdisable
; then
13202 if test $wxUSE_RICHTOOLTIP = no
; then
13208 result
=$wxUSE_RICHTOOLTIP
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13212 $as_echo "$result" >&6; }
13216 defaultval
=$wxUSE_ALL_FEATURES
13217 if test -z "$defaultval"; then
13218 if test x
"$enablestring" = xdisable
; then
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-rearrangectrl" >&5
13226 $as_echo_n "checking for --${enablestring:-enable}-rearrangectrl... " >&6; }
13227 # Check whether --enable-rearrangectrl was given.
13228 if test "${enable_rearrangectrl+set}" = set; then :
13229 enableval
=$enable_rearrangectrl;
13230 if test "$enableval" = yes; then
13231 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=yes'
13233 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=no'
13238 wx_cv_use_rearrangectrl
='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
13243 eval "$wx_cv_use_rearrangectrl"
13245 if test x"$enablestring" = xdisable; then
13246 if test $wxUSE_REARRANGECTRL = no; then
13252 result=$wxUSE_REARRANGECTRL
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13256 $as_echo "$result" >&6; }
13260 defaultval=$wxUSE_ALL_FEATURES
13261 if test -z "$defaultval"; then
13262 if test x"$enablestring" = xdisable; then
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-sash" >&5
13270 $as_echo_n "checking for --${enablestring:-enable}-sash... " >&6; }
13271 # Check whether --enable-sash was given.
13272 if test "${enable_sash+set}" = set; then :
13273 enableval=$enable_sash;
13274 if test "$enableval" = yes; then
13275 wx_cv_use_sash='wxUSE_SASH
=yes'
13277 wx_cv_use_sash='wxUSE_SASH
=no
'
13282 wx_cv_use_sash='wxUSE_SASH
=${'DEFAULT_wxUSE_SASH":-$defaultval}"
13287 eval "$wx_cv_use_sash"
13289 if test x"$enablestring" = xdisable; then
13290 if test $wxUSE_SASH = no; then
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13300 $as_echo "$result" >&6; }
13304 defaultval=$wxUSE_ALL_FEATURES
13305 if test -z "$defaultval"; then
13306 if test x"$enablestring" = xdisable; then
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-scrollbar" >&5
13314 $as_echo_n "checking
for --${enablestring:-enable}-scrollbar...
" >&6; }
13315 # Check whether --enable-scrollbar was given.
13316 if test "${enable_scrollbar+set}" = set; then :
13317 enableval=$enable_scrollbar;
13318 if test "$enableval" = yes; then
13319 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
13321 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
13326 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
13331 eval "$wx_cv_use_scrollbar"
13333 if test x
"$enablestring" = xdisable
; then
13334 if test $wxUSE_SCROLLBAR = no
; then
13340 result
=$wxUSE_SCROLLBAR
13343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13344 $as_echo "$result" >&6; }
13348 defaultval
=$wxUSE_ALL_FEATURES
13349 if test -z "$defaultval"; then
13350 if test x
"$enablestring" = xdisable
; then
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-searchctrl" >&5
13358 $as_echo_n "checking for --${enablestring:-enable}-searchctrl... " >&6; }
13359 # Check whether --enable-searchctrl was given.
13360 if test "${enable_searchctrl+set}" = set; then :
13361 enableval
=$enable_searchctrl;
13362 if test "$enableval" = yes; then
13363 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=yes'
13365 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=no'
13370 wx_cv_use_searchctrl
='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
13375 eval "$wx_cv_use_searchctrl"
13377 if test x"$enablestring" = xdisable; then
13378 if test $wxUSE_SEARCHCTRL = no; then
13384 result=$wxUSE_SEARCHCTRL
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13388 $as_echo "$result" >&6; }
13392 defaultval=$wxUSE_ALL_FEATURES
13393 if test -z "$defaultval"; then
13394 if test x"$enablestring" = xdisable; then
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-slider" >&5
13402 $as_echo_n "checking for --${enablestring:-enable}-slider... " >&6; }
13403 # Check whether --enable-slider was given.
13404 if test "${enable_slider+set}" = set; then :
13405 enableval=$enable_slider;
13406 if test "$enableval" = yes; then
13407 wx_cv_use_slider='wxUSE_SLIDER
=yes'
13409 wx_cv_use_slider='wxUSE_SLIDER
=no
'
13414 wx_cv_use_slider='wxUSE_SLIDER
=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
13419 eval "$wx_cv_use_slider"
13421 if test x"$enablestring" = xdisable; then
13422 if test $wxUSE_SLIDER = no; then
13428 result=$wxUSE_SLIDER
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13432 $as_echo "$result" >&6; }
13436 defaultval=$wxUSE_ALL_FEATURES
13437 if test -z "$defaultval"; then
13438 if test x"$enablestring" = xdisable; then
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-spinbtn" >&5
13446 $as_echo_n "checking
for --${enablestring:-enable}-spinbtn...
" >&6; }
13447 # Check whether --enable-spinbtn was given.
13448 if test "${enable_spinbtn+set}" = set; then :
13449 enableval=$enable_spinbtn;
13450 if test "$enableval" = yes; then
13451 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
13453 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
13458 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
13463 eval "$wx_cv_use_spinbtn"
13465 if test x
"$enablestring" = xdisable
; then
13466 if test $wxUSE_SPINBTN = no
; then
13472 result
=$wxUSE_SPINBTN
13475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13476 $as_echo "$result" >&6; }
13480 defaultval
=$wxUSE_ALL_FEATURES
13481 if test -z "$defaultval"; then
13482 if test x
"$enablestring" = xdisable
; then
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-spinctrl" >&5
13490 $as_echo_n "checking for --${enablestring:-enable}-spinctrl... " >&6; }
13491 # Check whether --enable-spinctrl was given.
13492 if test "${enable_spinctrl+set}" = set; then :
13493 enableval
=$enable_spinctrl;
13494 if test "$enableval" = yes; then
13495 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
13497 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
13502 wx_cv_use_spinctrl
='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
13507 eval "$wx_cv_use_spinctrl"
13509 if test x"$enablestring" = xdisable; then
13510 if test $wxUSE_SPINCTRL = no; then
13516 result=$wxUSE_SPINCTRL
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13520 $as_echo "$result" >&6; }
13524 defaultval=$wxUSE_ALL_FEATURES
13525 if test -z "$defaultval"; then
13526 if test x"$enablestring" = xdisable; then
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splitter" >&5
13534 $as_echo_n "checking for --${enablestring:-enable}-splitter... " >&6; }
13535 # Check whether --enable-splitter was given.
13536 if test "${enable_splitter+set}" = set; then :
13537 enableval=$enable_splitter;
13538 if test "$enableval" = yes; then
13539 wx_cv_use_splitter='wxUSE_SPLITTER
=yes'
13541 wx_cv_use_splitter='wxUSE_SPLITTER
=no
'
13546 wx_cv_use_splitter='wxUSE_SPLITTER
=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
13551 eval "$wx_cv_use_splitter"
13553 if test x"$enablestring" = xdisable; then
13554 if test $wxUSE_SPLITTER = no; then
13560 result=$wxUSE_SPLITTER
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13564 $as_echo "$result" >&6; }
13568 defaultval=$wxUSE_ALL_FEATURES
13569 if test -z "$defaultval"; then
13570 if test x"$enablestring" = xdisable; then
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-statbmp" >&5
13578 $as_echo_n "checking
for --${enablestring:-enable}-statbmp...
" >&6; }
13579 # Check whether --enable-statbmp was given.
13580 if test "${enable_statbmp+set}" = set; then :
13581 enableval=$enable_statbmp;
13582 if test "$enableval" = yes; then
13583 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
13585 wx_cv_use_statbmp='wxUSE_STATBMP=no'
13590 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
13595 eval "$wx_cv_use_statbmp"
13597 if test x
"$enablestring" = xdisable
; then
13598 if test $wxUSE_STATBMP = no
; then
13604 result
=$wxUSE_STATBMP
13607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13608 $as_echo "$result" >&6; }
13612 defaultval
=$wxUSE_ALL_FEATURES
13613 if test -z "$defaultval"; then
13614 if test x
"$enablestring" = xdisable
; then
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statbox" >&5
13622 $as_echo_n "checking for --${enablestring:-enable}-statbox... " >&6; }
13623 # Check whether --enable-statbox was given.
13624 if test "${enable_statbox+set}" = set; then :
13625 enableval
=$enable_statbox;
13626 if test "$enableval" = yes; then
13627 wx_cv_use_statbox
='wxUSE_STATBOX=yes'
13629 wx_cv_use_statbox
='wxUSE_STATBOX=no'
13634 wx_cv_use_statbox
='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
13639 eval "$wx_cv_use_statbox"
13641 if test x"$enablestring" = xdisable; then
13642 if test $wxUSE_STATBOX = no; then
13648 result=$wxUSE_STATBOX
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13652 $as_echo "$result" >&6; }
13656 defaultval=$wxUSE_ALL_FEATURES
13657 if test -z "$defaultval"; then
13658 if test x"$enablestring" = xdisable; then
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statline" >&5
13666 $as_echo_n "checking for --${enablestring:-enable}-statline... " >&6; }
13667 # Check whether --enable-statline was given.
13668 if test "${enable_statline+set}" = set; then :
13669 enableval=$enable_statline;
13670 if test "$enableval" = yes; then
13671 wx_cv_use_statline='wxUSE_STATLINE
=yes'
13673 wx_cv_use_statline='wxUSE_STATLINE
=no
'
13678 wx_cv_use_statline='wxUSE_STATLINE
=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
13683 eval "$wx_cv_use_statline"
13685 if test x"$enablestring" = xdisable; then
13686 if test $wxUSE_STATLINE = no; then
13692 result=$wxUSE_STATLINE
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13696 $as_echo "$result" >&6; }
13700 defaultval=$wxUSE_ALL_FEATURES
13701 if test -z "$defaultval"; then
13702 if test x"$enablestring" = xdisable; then
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-stattext" >&5
13710 $as_echo_n "checking
for --${enablestring:-enable}-stattext...
" >&6; }
13711 # Check whether --enable-stattext was given.
13712 if test "${enable_stattext+set}" = set; then :
13713 enableval=$enable_stattext;
13714 if test "$enableval" = yes; then
13715 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
13717 wx_cv_use_stattext='wxUSE_STATTEXT=no'
13722 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
13727 eval "$wx_cv_use_stattext"
13729 if test x
"$enablestring" = xdisable
; then
13730 if test $wxUSE_STATTEXT = no
; then
13736 result
=$wxUSE_STATTEXT
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13740 $as_echo "$result" >&6; }
13744 defaultval
=$wxUSE_ALL_FEATURES
13745 if test -z "$defaultval"; then
13746 if test x
"$enablestring" = xdisable
; then
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-statusbar" >&5
13754 $as_echo_n "checking for --${enablestring:-enable}-statusbar... " >&6; }
13755 # Check whether --enable-statusbar was given.
13756 if test "${enable_statusbar+set}" = set; then :
13757 enableval
=$enable_statusbar;
13758 if test "$enableval" = yes; then
13759 wx_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
13761 wx_cv_use_statusbar
='wxUSE_STATUSBAR=no'
13766 wx_cv_use_statusbar
='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
13771 eval "$wx_cv_use_statusbar"
13773 if test x"$enablestring" = xdisable; then
13774 if test $wxUSE_STATUSBAR = no; then
13780 result=$wxUSE_STATUSBAR
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13784 $as_echo "$result" >&6; }
13788 defaultval=$wxUSE_ALL_FEATURES
13789 if test -z "$defaultval"; then
13790 if test x"$enablestring" = xdisable; then
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-taskbaricon" >&5
13798 $as_echo_n "checking for --${enablestring:-enable}-taskbaricon... " >&6; }
13799 # Check whether --enable-taskbaricon was given.
13800 if test "${enable_taskbaricon+set}" = set; then :
13801 enableval=$enable_taskbaricon;
13802 if test "$enableval" = yes; then
13803 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=yes'
13805 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=no
'
13810 wx_cv_use_taskbaricon='wxUSE_TASKBARICON
=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
13815 eval "$wx_cv_use_taskbaricon"
13817 if test x"$enablestring" = xdisable; then
13818 if test $wxUSE_TASKBARICON = no; then
13824 result=$wxUSE_TASKBARICON
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13828 $as_echo "$result" >&6; }
13832 defaultval=$wxUSE_ALL_FEATURES
13833 if test -z "$defaultval"; then
13834 if test x"$enablestring" = xdisable; then
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tbarnative" >&5
13842 $as_echo_n "checking
for --${enablestring:-enable}-tbarnative...
" >&6; }
13843 # Check whether --enable-tbarnative was given.
13844 if test "${enable_tbarnative+set}" = set; then :
13845 enableval=$enable_tbarnative;
13846 if test "$enableval" = yes; then
13847 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
13849 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
13854 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
13859 eval "$wx_cv_use_tbarnative"
13861 if test x
"$enablestring" = xdisable
; then
13862 if test $wxUSE_TOOLBAR_NATIVE = no
; then
13868 result
=$wxUSE_TOOLBAR_NATIVE
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13872 $as_echo "$result" >&6; }
13876 defaultval
=$wxUSE_ALL_FEATURES
13877 if test -z "$defaultval"; then
13878 if test x
"$enablestring" = xdisable
; then
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-textctrl" >&5
13886 $as_echo_n "checking for --${enablestring:-enable}-textctrl... " >&6; }
13887 # Check whether --enable-textctrl was given.
13888 if test "${enable_textctrl+set}" = set; then :
13889 enableval
=$enable_textctrl;
13890 if test "$enableval" = yes; then
13891 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
13893 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
13898 wx_cv_use_textctrl
='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
13903 eval "$wx_cv_use_textctrl"
13905 if test x"$enablestring" = xdisable; then
13906 if test $wxUSE_TEXTCTRL = no; then
13912 result=$wxUSE_TEXTCTRL
13915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
13916 $as_echo "$result" >&6; }
13920 defaultval=$wxUSE_ALL_FEATURES
13921 if test -z "$defaultval"; then
13922 if test x"$enablestring" = xdisable; then
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-datepick" >&5
13930 $as_echo_n "checking for --${enablestring:-enable}-datepick... " >&6; }
13931 # Check whether --enable-datepick was given.
13932 if test "${enable_datepick+set}" = set; then :
13933 enableval=$enable_datepick;
13934 if test "$enableval" = yes; then
13935 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=yes'
13937 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=no
'
13942 wx_cv_use_datepick='wxUSE_TIMEPICKCTRL
=${'DEFAULT_wxUSE_TIMEPICKCTRL":-$defaultval}"
13947 eval "$wx_cv_use_datepick"
13949 if test x"$enablestring" = xdisable; then
13950 if test $wxUSE_TIMEPICKCTRL = no; then
13956 result=$wxUSE_TIMEPICKCTRL
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
13960 $as_echo "$result" >&6; }
13964 defaultval=$wxUSE_ALL_FEATURES
13965 if test -z "$defaultval"; then
13966 if test x"$enablestring" = xdisable; then
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tipwindow" >&5
13974 $as_echo_n "checking
for --${enablestring:-enable}-tipwindow...
" >&6; }
13975 # Check whether --enable-tipwindow was given.
13976 if test "${enable_tipwindow+set}" = set; then :
13977 enableval=$enable_tipwindow;
13978 if test "$enableval" = yes; then
13979 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
13981 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
13986 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
13991 eval "$wx_cv_use_tipwindow"
13993 if test x
"$enablestring" = xdisable
; then
13994 if test $wxUSE_TIPWINDOW = no
; then
14000 result
=$wxUSE_TIPWINDOW
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14004 $as_echo "$result" >&6; }
14008 defaultval
=$wxUSE_ALL_FEATURES
14009 if test -z "$defaultval"; then
14010 if test x
"$enablestring" = xdisable
; then
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-togglebtn" >&5
14018 $as_echo_n "checking for --${enablestring:-enable}-togglebtn... " >&6; }
14019 # Check whether --enable-togglebtn was given.
14020 if test "${enable_togglebtn+set}" = set; then :
14021 enableval
=$enable_togglebtn;
14022 if test "$enableval" = yes; then
14023 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
14025 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
14030 wx_cv_use_togglebtn
='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
14035 eval "$wx_cv_use_togglebtn"
14037 if test x"$enablestring" = xdisable; then
14038 if test $wxUSE_TOGGLEBTN = no; then
14044 result=$wxUSE_TOGGLEBTN
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14048 $as_echo "$result" >&6; }
14052 defaultval=$wxUSE_ALL_FEATURES
14053 if test -z "$defaultval"; then
14054 if test x"$enablestring" = xdisable; then
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-toolbar" >&5
14062 $as_echo_n "checking for --${enablestring:-enable}-toolbar... " >&6; }
14063 # Check whether --enable-toolbar was given.
14064 if test "${enable_toolbar+set}" = set; then :
14065 enableval=$enable_toolbar;
14066 if test "$enableval" = yes; then
14067 wx_cv_use_toolbar='wxUSE_TOOLBAR
=yes'
14069 wx_cv_use_toolbar='wxUSE_TOOLBAR
=no
'
14074 wx_cv_use_toolbar='wxUSE_TOOLBAR
=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
14079 eval "$wx_cv_use_toolbar"
14081 if test x"$enablestring" = xdisable; then
14082 if test $wxUSE_TOOLBAR = no; then
14088 result=$wxUSE_TOOLBAR
14091 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14092 $as_echo "$result" >&6; }
14096 defaultval=$wxUSE_ALL_FEATURES
14097 if test -z "$defaultval"; then
14098 if test x"$enablestring" = xdisable; then
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-toolbook" >&5
14106 $as_echo_n "checking
for --${enablestring:-enable}-toolbook...
" >&6; }
14107 # Check whether --enable-toolbook was given.
14108 if test "${enable_toolbook+set}" = set; then :
14109 enableval=$enable_toolbook;
14110 if test "$enableval" = yes; then
14111 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
14113 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
14118 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
14123 eval "$wx_cv_use_toolbook"
14125 if test x
"$enablestring" = xdisable
; then
14126 if test $wxUSE_TOOLBOOK = no
; then
14132 result
=$wxUSE_TOOLBOOK
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14136 $as_echo "$result" >&6; }
14140 defaultval
=$wxUSE_ALL_FEATURES
14141 if test -z "$defaultval"; then
14142 if test x
"$enablestring" = xdisable
; then
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treebook" >&5
14150 $as_echo_n "checking for --${enablestring:-enable}-treebook... " >&6; }
14151 # Check whether --enable-treebook was given.
14152 if test "${enable_treebook+set}" = set; then :
14153 enableval
=$enable_treebook;
14154 if test "$enableval" = yes; then
14155 wx_cv_use_treebook
='wxUSE_TREEBOOK=yes'
14157 wx_cv_use_treebook
='wxUSE_TREEBOOK=no'
14162 wx_cv_use_treebook
='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
14167 eval "$wx_cv_use_treebook"
14169 if test x"$enablestring" = xdisable; then
14170 if test $wxUSE_TREEBOOK = no; then
14176 result=$wxUSE_TREEBOOK
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14180 $as_echo "$result" >&6; }
14184 defaultval=$wxUSE_ALL_FEATURES
14185 if test -z "$defaultval"; then
14186 if test x"$enablestring" = xdisable; then
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-treectrl" >&5
14194 $as_echo_n "checking for --${enablestring:-enable}-treectrl... " >&6; }
14195 # Check whether --enable-treectrl was given.
14196 if test "${enable_treectrl+set}" = set; then :
14197 enableval=$enable_treectrl;
14198 if test "$enableval" = yes; then
14199 wx_cv_use_treectrl='wxUSE_TREECTRL
=yes'
14201 wx_cv_use_treectrl='wxUSE_TREECTRL
=no
'
14206 wx_cv_use_treectrl='wxUSE_TREECTRL
=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
14211 eval "$wx_cv_use_treectrl"
14213 if test x"$enablestring" = xdisable; then
14214 if test $wxUSE_TREECTRL = no; then
14220 result=$wxUSE_TREECTRL
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14224 $as_echo "$result" >&6; }
14228 defaultval=$wxUSE_ALL_FEATURES
14229 if test -z "$defaultval"; then
14230 if test x"$enablestring" = xdisable; then
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-treelist" >&5
14238 $as_echo_n "checking
for --${enablestring:-enable}-treelist...
" >&6; }
14239 # Check whether --enable-treelist was given.
14240 if test "${enable_treelist+set}" = set; then :
14241 enableval=$enable_treelist;
14242 if test "$enableval" = yes; then
14243 wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
14245 wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
14250 wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
14255 eval "$wx_cv_use_treelist"
14257 if test x
"$enablestring" = xdisable
; then
14258 if test $wxUSE_TREELISTCTRL = no
; then
14264 result
=$wxUSE_TREELISTCTRL
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14268 $as_echo "$result" >&6; }
14274 defaultval
=$wxUSE_ALL_FEATURES
14275 if test -z "$defaultval"; then
14276 if test x
"$enablestring" = xdisable
; then
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-commondlg" >&5
14284 $as_echo_n "checking for --${enablestring:-enable}-commondlg... " >&6; }
14285 # Check whether --enable-commondlg was given.
14286 if test "${enable_commondlg+set}" = set; then :
14287 enableval
=$enable_commondlg;
14288 if test "$enableval" = yes; then
14289 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
14291 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
14296 wx_cv_use_commondlg
='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
14301 eval "$wx_cv_use_commondlg"
14303 if test x"$enablestring" = xdisable; then
14304 if test $wxUSE_COMMONDLGS = no; then
14310 result=$wxUSE_COMMONDLGS
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14314 $as_echo "$result" >&6; }
14318 defaultval=$wxUSE_ALL_FEATURES
14319 if test -z "$defaultval"; then
14320 if test x"$enablestring" = xdisable; then
14327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-aboutdlg" >&5
14328 $as_echo_n "checking for --${enablestring:-enable}-aboutdlg... " >&6; }
14329 # Check whether --enable-aboutdlg was given.
14330 if test "${enable_aboutdlg+set}" = set; then :
14331 enableval=$enable_aboutdlg;
14332 if test "$enableval" = yes; then
14333 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=yes'
14335 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=no
'
14340 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG
=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
14345 eval "$wx_cv_use_aboutdlg"
14347 if test x"$enablestring" = xdisable; then
14348 if test $wxUSE_ABOUTDLG = no; then
14354 result=$wxUSE_ABOUTDLG
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14358 $as_echo "$result" >&6; }
14362 defaultval=$wxUSE_ALL_FEATURES
14363 if test -z "$defaultval"; then
14364 if test x"$enablestring" = xdisable; then
14371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-choicedlg" >&5
14372 $as_echo_n "checking
for --${enablestring:-enable}-choicedlg...
" >&6; }
14373 # Check whether --enable-choicedlg was given.
14374 if test "${enable_choicedlg+set}" = set; then :
14375 enableval=$enable_choicedlg;
14376 if test "$enableval" = yes; then
14377 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
14379 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
14384 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
14389 eval "$wx_cv_use_choicedlg"
14391 if test x
"$enablestring" = xdisable
; then
14392 if test $wxUSE_CHOICEDLG = no
; then
14398 result
=$wxUSE_CHOICEDLG
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14402 $as_echo "$result" >&6; }
14406 defaultval
=$wxUSE_ALL_FEATURES
14407 if test -z "$defaultval"; then
14408 if test x
"$enablestring" = xdisable
; then
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-coldlg" >&5
14416 $as_echo_n "checking for --${enablestring:-enable}-coldlg... " >&6; }
14417 # Check whether --enable-coldlg was given.
14418 if test "${enable_coldlg+set}" = set; then :
14419 enableval
=$enable_coldlg;
14420 if test "$enableval" = yes; then
14421 wx_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
14423 wx_cv_use_coldlg
='wxUSE_COLOURDLG=no'
14428 wx_cv_use_coldlg
='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
14433 eval "$wx_cv_use_coldlg"
14435 if test x"$enablestring" = xdisable; then
14436 if test $wxUSE_COLOURDLG = no; then
14442 result=$wxUSE_COLOURDLG
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14446 $as_echo "$result" >&6; }
14450 defaultval=$wxUSE_ALL_FEATURES
14451 if test -z "$defaultval"; then
14452 if test x"$enablestring" = xdisable; then
14459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-filedlg" >&5
14460 $as_echo_n "checking for --${enablestring:-enable}-filedlg... " >&6; }
14461 # Check whether --enable-filedlg was given.
14462 if test "${enable_filedlg+set}" = set; then :
14463 enableval=$enable_filedlg;
14464 if test "$enableval" = yes; then
14465 wx_cv_use_filedlg='wxUSE_FILEDLG
=yes'
14467 wx_cv_use_filedlg='wxUSE_FILEDLG
=no
'
14472 wx_cv_use_filedlg='wxUSE_FILEDLG
=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
14477 eval "$wx_cv_use_filedlg"
14479 if test x"$enablestring" = xdisable; then
14480 if test $wxUSE_FILEDLG = no; then
14486 result=$wxUSE_FILEDLG
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14490 $as_echo "$result" >&6; }
14494 defaultval=$wxUSE_ALL_FEATURES
14495 if test -z "$defaultval"; then
14496 if test x"$enablestring" = xdisable; then
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-finddlg" >&5
14504 $as_echo_n "checking
for --${enablestring:-enable}-finddlg...
" >&6; }
14505 # Check whether --enable-finddlg was given.
14506 if test "${enable_finddlg+set}" = set; then :
14507 enableval=$enable_finddlg;
14508 if test "$enableval" = yes; then
14509 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
14511 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
14516 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
14521 eval "$wx_cv_use_finddlg"
14523 if test x
"$enablestring" = xdisable
; then
14524 if test $wxUSE_FINDREPLDLG = no
; then
14530 result
=$wxUSE_FINDREPLDLG
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14534 $as_echo "$result" >&6; }
14538 defaultval
=$wxUSE_ALL_FEATURES
14539 if test -z "$defaultval"; then
14540 if test x
"$enablestring" = xdisable
; then
14547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-fontdlg" >&5
14548 $as_echo_n "checking for --${enablestring:-enable}-fontdlg... " >&6; }
14549 # Check whether --enable-fontdlg was given.
14550 if test "${enable_fontdlg+set}" = set; then :
14551 enableval
=$enable_fontdlg;
14552 if test "$enableval" = yes; then
14553 wx_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
14555 wx_cv_use_fontdlg
='wxUSE_FONTDLG=no'
14560 wx_cv_use_fontdlg
='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
14565 eval "$wx_cv_use_fontdlg"
14567 if test x"$enablestring" = xdisable; then
14568 if test $wxUSE_FONTDLG = no; then
14574 result=$wxUSE_FONTDLG
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14578 $as_echo "$result" >&6; }
14582 defaultval=$wxUSE_ALL_FEATURES
14583 if test -z "$defaultval"; then
14584 if test x"$enablestring" = xdisable; then
14591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dirdlg" >&5
14592 $as_echo_n "checking for --${enablestring:-enable}-dirdlg... " >&6; }
14593 # Check whether --enable-dirdlg was given.
14594 if test "${enable_dirdlg+set}" = set; then :
14595 enableval=$enable_dirdlg;
14596 if test "$enableval" = yes; then
14597 wx_cv_use_dirdlg='wxUSE_DIRDLG
=yes'
14599 wx_cv_use_dirdlg='wxUSE_DIRDLG
=no
'
14604 wx_cv_use_dirdlg='wxUSE_DIRDLG
=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
14609 eval "$wx_cv_use_dirdlg"
14611 if test x"$enablestring" = xdisable; then
14612 if test $wxUSE_DIRDLG = no; then
14618 result=$wxUSE_DIRDLG
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14622 $as_echo "$result" >&6; }
14626 defaultval=$wxUSE_ALL_FEATURES
14627 if test -z "$defaultval"; then
14628 if test x"$enablestring" = xdisable; then
14635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-msgdlg" >&5
14636 $as_echo_n "checking
for --${enablestring:-enable}-msgdlg...
" >&6; }
14637 # Check whether --enable-msgdlg was given.
14638 if test "${enable_msgdlg+set}" = set; then :
14639 enableval=$enable_msgdlg;
14640 if test "$enableval" = yes; then
14641 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
14643 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
14648 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
14653 eval "$wx_cv_use_msgdlg"
14655 if test x
"$enablestring" = xdisable
; then
14656 if test $wxUSE_MSGDLG = no
; then
14662 result
=$wxUSE_MSGDLG
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14666 $as_echo "$result" >&6; }
14670 defaultval
=$wxUSE_ALL_FEATURES
14671 if test -z "$defaultval"; then
14672 if test x
"$enablestring" = xdisable
; then
14679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-numberdlg" >&5
14680 $as_echo_n "checking for --${enablestring:-enable}-numberdlg... " >&6; }
14681 # Check whether --enable-numberdlg was given.
14682 if test "${enable_numberdlg+set}" = set; then :
14683 enableval
=$enable_numberdlg;
14684 if test "$enableval" = yes; then
14685 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
14687 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
14692 wx_cv_use_numberdlg
='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
14697 eval "$wx_cv_use_numberdlg"
14699 if test x"$enablestring" = xdisable; then
14700 if test $wxUSE_NUMBERDLG = no; then
14706 result=$wxUSE_NUMBERDLG
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14710 $as_echo "$result" >&6; }
14714 defaultval=$wxUSE_ALL_FEATURES
14715 if test -z "$defaultval"; then
14716 if test x"$enablestring" = xdisable; then
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splash" >&5
14724 $as_echo_n "checking for --${enablestring:-enable}-splash... " >&6; }
14725 # Check whether --enable-splash was given.
14726 if test "${enable_splash+set}" = set; then :
14727 enableval=$enable_splash;
14728 if test "$enableval" = yes; then
14729 wx_cv_use_splash='wxUSE_SPLASH
=yes'
14731 wx_cv_use_splash='wxUSE_SPLASH
=no
'
14736 wx_cv_use_splash='wxUSE_SPLASH
=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
14741 eval "$wx_cv_use_splash"
14743 if test x"$enablestring" = xdisable; then
14744 if test $wxUSE_SPLASH = no; then
14750 result=$wxUSE_SPLASH
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14754 $as_echo "$result" >&6; }
14758 defaultval=$wxUSE_ALL_FEATURES
14759 if test -z "$defaultval"; then
14760 if test x"$enablestring" = xdisable; then
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-textdlg" >&5
14768 $as_echo_n "checking
for --${enablestring:-enable}-textdlg...
" >&6; }
14769 # Check whether --enable-textdlg was given.
14770 if test "${enable_textdlg+set}" = set; then :
14771 enableval=$enable_textdlg;
14772 if test "$enableval" = yes; then
14773 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
14775 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
14780 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
14785 eval "$wx_cv_use_textdlg"
14787 if test x
"$enablestring" = xdisable
; then
14788 if test $wxUSE_TEXTDLG = no
; then
14794 result
=$wxUSE_TEXTDLG
14797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14798 $as_echo "$result" >&6; }
14802 defaultval
=$wxUSE_ALL_FEATURES
14803 if test -z "$defaultval"; then
14804 if test x
"$enablestring" = xdisable
; then
14811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tipdlg" >&5
14812 $as_echo_n "checking for --${enablestring:-enable}-tipdlg... " >&6; }
14813 # Check whether --enable-tipdlg was given.
14814 if test "${enable_tipdlg+set}" = set; then :
14815 enableval
=$enable_tipdlg;
14816 if test "$enableval" = yes; then
14817 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
14819 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
14824 wx_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
14829 eval "$wx_cv_use_tipdlg"
14831 if test x"$enablestring" = xdisable; then
14832 if test $wxUSE_STARTUP_TIPS = no; then
14838 result=$wxUSE_STARTUP_TIPS
14841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14842 $as_echo "$result" >&6; }
14846 defaultval=$wxUSE_ALL_FEATURES
14847 if test -z "$defaultval"; then
14848 if test x"$enablestring" = xdisable; then
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-progressdlg" >&5
14856 $as_echo_n "checking for --${enablestring:-enable}-progressdlg... " >&6; }
14857 # Check whether --enable-progressdlg was given.
14858 if test "${enable_progressdlg+set}" = set; then :
14859 enableval=$enable_progressdlg;
14860 if test "$enableval" = yes; then
14861 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=yes'
14863 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=no
'
14868 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG
=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
14873 eval "$wx_cv_use_progressdlg"
14875 if test x"$enablestring" = xdisable; then
14876 if test $wxUSE_PROGRESSDLG = no; then
14882 result=$wxUSE_PROGRESSDLG
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
14886 $as_echo "$result" >&6; }
14890 defaultval=$wxUSE_ALL_FEATURES
14891 if test -z "$defaultval"; then
14892 if test x"$enablestring" = xdisable; then
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-wizarddlg" >&5
14900 $as_echo_n "checking
for --${enablestring:-enable}-wizarddlg...
" >&6; }
14901 # Check whether --enable-wizarddlg was given.
14902 if test "${enable_wizarddlg+set}" = set; then :
14903 enableval=$enable_wizarddlg;
14904 if test "$enableval" = yes; then
14905 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
14907 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
14912 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
14917 eval "$wx_cv_use_wizarddlg"
14919 if test x
"$enablestring" = xdisable
; then
14920 if test $wxUSE_WIZARDDLG = no
; then
14926 result
=$wxUSE_WIZARDDLG
14929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14930 $as_echo "$result" >&6; }
14936 defaultval
=$wxUSE_ALL_FEATURES
14937 if test -z "$defaultval"; then
14938 if test x
"$enablestring" = xdisable
; then
14945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-menus" >&5
14946 $as_echo_n "checking for --${enablestring:-enable}-menus... " >&6; }
14947 # Check whether --enable-menus was given.
14948 if test "${enable_menus+set}" = set; then :
14949 enableval
=$enable_menus;
14950 if test "$enableval" = yes; then
14951 wx_cv_use_menus
='wxUSE_MENUS=yes'
14953 wx_cv_use_menus
='wxUSE_MENUS=no'
14958 wx_cv_use_menus
='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
14963 eval "$wx_cv_use_menus"
14965 if test x"$enablestring" = xdisable; then
14966 if test $wxUSE_MENUS = no; then
14972 result=$wxUSE_MENUS
14975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
14976 $as_echo "$result" >&6; }
14980 defaultval=$wxUSE_ALL_FEATURES
14981 if test -z "$defaultval"; then
14982 if test x"$enablestring" = xdisable; then
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-miniframe" >&5
14990 $as_echo_n "checking for --${enablestring:-enable}-miniframe... " >&6; }
14991 # Check whether --enable-miniframe was given.
14992 if test "${enable_miniframe+set}" = set; then :
14993 enableval=$enable_miniframe;
14994 if test "$enableval" = yes; then
14995 wx_cv_use_miniframe='wxUSE_MINIFRAME
=yes'
14997 wx_cv_use_miniframe='wxUSE_MINIFRAME
=no
'
15002 wx_cv_use_miniframe='wxUSE_MINIFRAME
=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
15007 eval "$wx_cv_use_miniframe"
15009 if test x"$enablestring" = xdisable; then
15010 if test $wxUSE_MINIFRAME = no; then
15016 result=$wxUSE_MINIFRAME
15019 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15020 $as_echo "$result" >&6; }
15024 defaultval=$wxUSE_ALL_FEATURES
15025 if test -z "$defaultval"; then
15026 if test x"$enablestring" = xdisable; then
15033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-tooltips" >&5
15034 $as_echo_n "checking
for --${enablestring:-enable}-tooltips...
" >&6; }
15035 # Check whether --enable-tooltips was given.
15036 if test "${enable_tooltips+set}" = set; then :
15037 enableval=$enable_tooltips;
15038 if test "$enableval" = yes; then
15039 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
15041 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
15046 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
15051 eval "$wx_cv_use_tooltips"
15053 if test x
"$enablestring" = xdisable
; then
15054 if test $wxUSE_TOOLTIPS = no
; then
15060 result
=$wxUSE_TOOLTIPS
15063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15064 $as_echo "$result" >&6; }
15068 defaultval
=$wxUSE_ALL_FEATURES
15069 if test -z "$defaultval"; then
15070 if test x
"$enablestring" = xdisable
; then
15077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-splines" >&5
15078 $as_echo_n "checking for --${enablestring:-enable}-splines... " >&6; }
15079 # Check whether --enable-splines was given.
15080 if test "${enable_splines+set}" = set; then :
15081 enableval
=$enable_splines;
15082 if test "$enableval" = yes; then
15083 wx_cv_use_splines
='wxUSE_SPLINES=yes'
15085 wx_cv_use_splines
='wxUSE_SPLINES=no'
15090 wx_cv_use_splines
='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
15095 eval "$wx_cv_use_splines"
15097 if test x"$enablestring" = xdisable; then
15098 if test $wxUSE_SPLINES = no; then
15104 result=$wxUSE_SPLINES
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15108 $as_echo "$result" >&6; }
15112 defaultval=$wxUSE_ALL_FEATURES
15113 if test -z "$defaultval"; then
15114 if test x"$enablestring" = xdisable; then
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-mousewheel" >&5
15122 $as_echo_n "checking for --${enablestring:-enable}-mousewheel... " >&6; }
15123 # Check whether --enable-mousewheel was given.
15124 if test "${enable_mousewheel+set}" = set; then :
15125 enableval=$enable_mousewheel;
15126 if test "$enableval" = yes; then
15127 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=yes'
15129 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=no
'
15134 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL
=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
15139 eval "$wx_cv_use_mousewheel"
15141 if test x"$enablestring" = xdisable; then
15142 if test $wxUSE_MOUSEWHEEL = no; then
15148 result=$wxUSE_MOUSEWHEEL
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15152 $as_echo "$result" >&6; }
15156 defaultval=$wxUSE_ALL_FEATURES
15157 if test -z "$defaultval"; then
15158 if test x"$enablestring" = xdisable; then
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-validators" >&5
15166 $as_echo_n "checking
for --${enablestring:-enable}-validators...
" >&6; }
15167 # Check whether --enable-validators was given.
15168 if test "${enable_validators+set}" = set; then :
15169 enableval=$enable_validators;
15170 if test "$enableval" = yes; then
15171 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
15173 wx_cv_use_validators='wxUSE_VALIDATORS=no'
15178 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
15183 eval "$wx_cv_use_validators"
15185 if test x
"$enablestring" = xdisable
; then
15186 if test $wxUSE_VALIDATORS = no
; then
15192 result
=$wxUSE_VALIDATORS
15195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15196 $as_echo "$result" >&6; }
15200 defaultval
=$wxUSE_ALL_FEATURES
15201 if test -z "$defaultval"; then
15202 if test x
"$enablestring" = xdisable
; then
15209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-busyinfo" >&5
15210 $as_echo_n "checking for --${enablestring:-enable}-busyinfo... " >&6; }
15211 # Check whether --enable-busyinfo was given.
15212 if test "${enable_busyinfo+set}" = set; then :
15213 enableval
=$enable_busyinfo;
15214 if test "$enableval" = yes; then
15215 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
15217 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
15222 wx_cv_use_busyinfo
='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
15227 eval "$wx_cv_use_busyinfo"
15229 if test x"$enablestring" = xdisable; then
15230 if test $wxUSE_BUSYINFO = no; then
15236 result=$wxUSE_BUSYINFO
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15240 $as_echo "$result" >&6; }
15244 defaultval=$wxUSE_ALL_FEATURES
15245 if test -z "$defaultval"; then
15246 if test x"$enablestring" = xdisable; then
15253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-hotkey" >&5
15254 $as_echo_n "checking for --${enablestring:-enable}-hotkey... " >&6; }
15255 # Check whether --enable-hotkey was given.
15256 if test "${enable_hotkey+set}" = set; then :
15257 enableval=$enable_hotkey;
15258 if test "$enableval" = yes; then
15259 wx_cv_use_hotkey='wxUSE_HOTKEY
=yes'
15261 wx_cv_use_hotkey='wxUSE_HOTKEY
=no
'
15266 wx_cv_use_hotkey='wxUSE_HOTKEY
=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
15271 eval "$wx_cv_use_hotkey"
15273 if test x"$enablestring" = xdisable; then
15274 if test $wxUSE_HOTKEY = no; then
15280 result=$wxUSE_HOTKEY
15283 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15284 $as_echo "$result" >&6; }
15288 defaultval=$wxUSE_ALL_FEATURES
15289 if test -z "$defaultval"; then
15290 if test x"$enablestring" = xdisable; then
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-joystick" >&5
15298 $as_echo_n "checking
for --${enablestring:-enable}-joystick...
" >&6; }
15299 # Check whether --enable-joystick was given.
15300 if test "${enable_joystick+set}" = set; then :
15301 enableval=$enable_joystick;
15302 if test "$enableval" = yes; then
15303 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
15305 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
15310 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
15315 eval "$wx_cv_use_joystick"
15317 if test x
"$enablestring" = xdisable
; then
15318 if test $wxUSE_JOYSTICK = no
; then
15324 result
=$wxUSE_JOYSTICK
15327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15328 $as_echo "$result" >&6; }
15332 defaultval
=$wxUSE_ALL_FEATURES
15333 if test -z "$defaultval"; then
15334 if test x
"$enablestring" = xdisable
; then
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-metafile" >&5
15342 $as_echo_n "checking for --${enablestring:-enable}-metafile... " >&6; }
15343 # Check whether --enable-metafile was given.
15344 if test "${enable_metafile+set}" = set; then :
15345 enableval
=$enable_metafile;
15346 if test "$enableval" = yes; then
15347 wx_cv_use_metafile
='wxUSE_METAFILE=yes'
15349 wx_cv_use_metafile
='wxUSE_METAFILE=no'
15354 wx_cv_use_metafile
='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
15359 eval "$wx_cv_use_metafile"
15361 if test x"$enablestring" = xdisable; then
15362 if test $wxUSE_METAFILE = no; then
15368 result=$wxUSE_METAFILE
15371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15372 $as_echo "$result" >&6; }
15376 defaultval=$wxUSE_ALL_FEATURES
15377 if test -z "$defaultval"; then
15378 if test x"$enablestring" = xdisable; then
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dragimage" >&5
15386 $as_echo_n "checking for --${enablestring:-enable}-dragimage... " >&6; }
15387 # Check whether --enable-dragimage was given.
15388 if test "${enable_dragimage+set}" = set; then :
15389 enableval=$enable_dragimage;
15390 if test "$enableval" = yes; then
15391 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=yes'
15393 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=no
'
15398 wx_cv_use_dragimage='wxUSE_DRAGIMAGE
=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
15403 eval "$wx_cv_use_dragimage"
15405 if test x"$enablestring" = xdisable; then
15406 if test $wxUSE_DRAGIMAGE = no; then
15412 result=$wxUSE_DRAGIMAGE
15415 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15416 $as_echo "$result" >&6; }
15420 defaultval=$wxUSE_ALL_FEATURES
15421 if test -z "$defaultval"; then
15422 if test x"$enablestring" = xdisable; then
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-accessibility" >&5
15430 $as_echo_n "checking
for --${enablestring:-enable}-accessibility...
" >&6; }
15431 # Check whether --enable-accessibility was given.
15432 if test "${enable_accessibility+set}" = set; then :
15433 enableval=$enable_accessibility;
15434 if test "$enableval" = yes; then
15435 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
15437 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
15442 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
15447 eval "$wx_cv_use_accessibility"
15449 if test x
"$enablestring" = xdisable
; then
15450 if test $wxUSE_ACCESSIBILITY = no
; then
15456 result
=$wxUSE_ACCESSIBILITY
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15460 $as_echo "$result" >&6; }
15464 defaultval
=$wxUSE_ALL_FEATURES
15465 if test -z "$defaultval"; then
15466 if test x
"$enablestring" = xdisable
; then
15473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uiactionsim" >&5
15474 $as_echo_n "checking for --${enablestring:-enable}-uiactionsim... " >&6; }
15475 # Check whether --enable-uiactionsim was given.
15476 if test "${enable_uiactionsim+set}" = set; then :
15477 enableval
=$enable_uiactionsim;
15478 if test "$enableval" = yes; then
15479 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=yes'
15481 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=no'
15486 wx_cv_use_uiactionsim
='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
15491 eval "$wx_cv_use_uiactionsim"
15493 if test x"$enablestring" = xdisable; then
15494 if test $wxUSE_UIACTIONSIMULATOR = no; then
15500 result=$wxUSE_UIACTIONSIMULATOR
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15504 $as_echo "$result" >&6; }
15508 defaultval=$wxUSE_ALL_FEATURES
15509 if test -z "$defaultval"; then
15510 if test x"$enablestring" = xdisable; then
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dctransform" >&5
15518 $as_echo_n "checking for --${enablestring:-enable}-dctransform... " >&6; }
15519 # Check whether --enable-dctransform was given.
15520 if test "${enable_dctransform+set}" = set; then :
15521 enableval=$enable_dctransform;
15522 if test "$enableval" = yes; then
15523 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=yes'
15525 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=no
'
15530 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX
=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
15535 eval "$wx_cv_use_dctransform"
15537 if test x"$enablestring" = xdisable; then
15538 if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
15544 result=$wxUSE_DC_TRANSFORM_MATRIX
15547 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15548 $as_echo "$result" >&6; }
15552 defaultval=$wxUSE_ALL_FEATURES
15553 if test -z "$defaultval"; then
15554 if test x"$enablestring" = xdisable; then
15561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webviewwebkit" >&5
15562 $as_echo_n "checking
for --${enablestring:-enable}-webviewwebkit...
" >&6; }
15563 # Check whether --enable-webviewwebkit was given.
15564 if test "${enable_webviewwebkit+set}" = set; then :
15565 enableval=$enable_webviewwebkit;
15566 if test "$enableval" = yes; then
15567 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
15569 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
15574 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
15579 eval "$wx_cv_use_webviewwebkit"
15581 if test x
"$enablestring" = xdisable
; then
15582 if test $wxUSE_WEBVIEW_WEBKIT = no
; then
15588 result
=$wxUSE_WEBVIEW_WEBKIT
15591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15592 $as_echo "$result" >&6; }
15598 defaultval
=$wxUSE_ALL_FEATURES
15599 if test -z "$defaultval"; then
15600 if test x
"$enablestring" = xdisable
; then
15607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-palette" >&5
15608 $as_echo_n "checking for --${enablestring:-enable}-palette... " >&6; }
15609 # Check whether --enable-palette was given.
15610 if test "${enable_palette+set}" = set; then :
15611 enableval
=$enable_palette;
15612 if test "$enableval" = yes; then
15613 wx_cv_use_palette
='wxUSE_PALETTE=yes'
15615 wx_cv_use_palette
='wxUSE_PALETTE=no'
15620 wx_cv_use_palette
='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
15625 eval "$wx_cv_use_palette"
15627 if test x"$enablestring" = xdisable; then
15628 if test $wxUSE_PALETTE = no; then
15634 result=$wxUSE_PALETTE
15637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15638 $as_echo "$result" >&6; }
15642 defaultval=$wxUSE_ALL_FEATURES
15643 if test -z "$defaultval"; then
15644 if test x"$enablestring" = xdisable; then
15651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-image" >&5
15652 $as_echo_n "checking for --${enablestring:-enable}-image... " >&6; }
15653 # Check whether --enable-image was given.
15654 if test "${enable_image+set}" = set; then :
15655 enableval=$enable_image;
15656 if test "$enableval" = yes; then
15657 wx_cv_use_image='wxUSE_IMAGE
=yes'
15659 wx_cv_use_image='wxUSE_IMAGE
=no
'
15664 wx_cv_use_image='wxUSE_IMAGE
=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
15669 eval "$wx_cv_use_image"
15671 if test x"$enablestring" = xdisable; then
15672 if test $wxUSE_IMAGE = no; then
15678 result=$wxUSE_IMAGE
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15682 $as_echo "$result" >&6; }
15686 defaultval=$wxUSE_ALL_FEATURES
15687 if test -z "$defaultval"; then
15688 if test x"$enablestring" = xdisable; then
15695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-gif" >&5
15696 $as_echo_n "checking
for --${enablestring:-enable}-gif...
" >&6; }
15697 # Check whether --enable-gif was given.
15698 if test "${enable_gif+set}" = set; then :
15699 enableval=$enable_gif;
15700 if test "$enableval" = yes; then
15701 wx_cv_use_gif='wxUSE_GIF=yes'
15703 wx_cv_use_gif='wxUSE_GIF=no'
15708 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
15713 eval "$wx_cv_use_gif"
15715 if test x
"$enablestring" = xdisable
; then
15716 if test $wxUSE_GIF = no
; then
15725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15726 $as_echo "$result" >&6; }
15730 defaultval
=$wxUSE_ALL_FEATURES
15731 if test -z "$defaultval"; then
15732 if test x
"$enablestring" = xdisable
; then
15739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pcx" >&5
15740 $as_echo_n "checking for --${enablestring:-enable}-pcx... " >&6; }
15741 # Check whether --enable-pcx was given.
15742 if test "${enable_pcx+set}" = set; then :
15743 enableval
=$enable_pcx;
15744 if test "$enableval" = yes; then
15745 wx_cv_use_pcx
='wxUSE_PCX=yes'
15747 wx_cv_use_pcx
='wxUSE_PCX=no'
15752 wx_cv_use_pcx
='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
15757 eval "$wx_cv_use_pcx"
15759 if test x"$enablestring" = xdisable; then
15760 if test $wxUSE_PCX = no; then
15769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15770 $as_echo "$result" >&6; }
15774 defaultval=$wxUSE_ALL_FEATURES
15775 if test -z "$defaultval"; then
15776 if test x"$enablestring" = xdisable; then
15783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-tga" >&5
15784 $as_echo_n "checking for --${enablestring:-enable}-tga... " >&6; }
15785 # Check whether --enable-tga was given.
15786 if test "${enable_tga+set}" = set; then :
15787 enableval=$enable_tga;
15788 if test "$enableval" = yes; then
15789 wx_cv_use_tga='wxUSE_TGA
=yes'
15791 wx_cv_use_tga='wxUSE_TGA
=no
'
15796 wx_cv_use_tga='wxUSE_TGA
=${'DEFAULT_wxUSE_TGA":-$defaultval}"
15801 eval "$wx_cv_use_tga"
15803 if test x"$enablestring" = xdisable; then
15804 if test $wxUSE_TGA = no; then
15813 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15814 $as_echo "$result" >&6; }
15818 defaultval=$wxUSE_ALL_FEATURES
15819 if test -z "$defaultval"; then
15820 if test x"$enablestring" = xdisable; then
15827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-iff" >&5
15828 $as_echo_n "checking
for --${enablestring:-enable}-iff...
" >&6; }
15829 # Check whether --enable-iff was given.
15830 if test "${enable_iff+set}" = set; then :
15831 enableval=$enable_iff;
15832 if test "$enableval" = yes; then
15833 wx_cv_use_iff='wxUSE_IFF=yes'
15835 wx_cv_use_iff='wxUSE_IFF=no'
15840 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
15845 eval "$wx_cv_use_iff"
15847 if test x
"$enablestring" = xdisable
; then
15848 if test $wxUSE_IFF = no
; then
15857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15858 $as_echo "$result" >&6; }
15862 defaultval
=$wxUSE_ALL_FEATURES
15863 if test -z "$defaultval"; then
15864 if test x
"$enablestring" = xdisable
; then
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-pnm" >&5
15872 $as_echo_n "checking for --${enablestring:-enable}-pnm... " >&6; }
15873 # Check whether --enable-pnm was given.
15874 if test "${enable_pnm+set}" = set; then :
15875 enableval
=$enable_pnm;
15876 if test "$enableval" = yes; then
15877 wx_cv_use_pnm
='wxUSE_PNM=yes'
15879 wx_cv_use_pnm
='wxUSE_PNM=no'
15884 wx_cv_use_pnm
='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
15889 eval "$wx_cv_use_pnm"
15891 if test x"$enablestring" = xdisable; then
15892 if test $wxUSE_PNM = no; then
15901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15902 $as_echo "$result" >&6; }
15906 defaultval=$wxUSE_ALL_FEATURES
15907 if test -z "$defaultval"; then
15908 if test x"$enablestring" = xdisable; then
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-xpm" >&5
15916 $as_echo_n "checking for --${enablestring:-enable}-xpm... " >&6; }
15917 # Check whether --enable-xpm was given.
15918 if test "${enable_xpm+set}" = set; then :
15919 enableval=$enable_xpm;
15920 if test "$enableval" = yes; then
15921 wx_cv_use_xpm='wxUSE_XPM
=yes'
15923 wx_cv_use_xpm='wxUSE_XPM
=no
'
15928 wx_cv_use_xpm='wxUSE_XPM
=${'DEFAULT_wxUSE_XPM":-$defaultval}"
15933 eval "$wx_cv_use_xpm"
15935 if test x"$enablestring" = xdisable; then
15936 if test $wxUSE_XPM = no; then
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
15946 $as_echo "$result" >&6; }
15950 defaultval=$wxUSE_ALL_FEATURES
15951 if test -z "$defaultval"; then
15952 if test x"$enablestring" = xdisable; then
15959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ico_cur" >&5
15960 $as_echo_n "checking
for --${enablestring:-enable}-ico_cur...
" >&6; }
15961 # Check whether --enable-ico_cur was given.
15962 if test "${enable_ico_cur+set}" = set; then :
15963 enableval=$enable_ico_cur;
15964 if test "$enableval" = yes; then
15965 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
15967 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
15972 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
15977 eval "$wx_cv_use_ico_cur"
15979 if test x
"$enablestring" = xdisable
; then
15980 if test $wxUSE_ICO_CUR = no
; then
15986 result
=$wxUSE_ICO_CUR
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
15990 $as_echo "$result" >&6; }
15996 defaultval
=$wxUSE_ALL_FEATURES
15997 if test -z "$defaultval"; then
15998 if test x
"$enablestring" = xdisable
; then
16005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-dccache" >&5
16006 $as_echo_n "checking for --${enablestring:-enable}-dccache... " >&6; }
16007 # Check whether --enable-dccache was given.
16008 if test "${enable_dccache+set}" = set; then :
16009 enableval
=$enable_dccache;
16010 if test "$enableval" = yes; then
16011 wx_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
16013 wx_cv_use_dccache
='wxUSE_DC_CACHEING=no'
16018 wx_cv_use_dccache
='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
16023 eval "$wx_cv_use_dccache"
16025 if test x"$enablestring" = xdisable; then
16026 if test $wxUSE_DC_CACHEING = no; then
16032 result=$wxUSE_DC_CACHEING
16035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16036 $as_echo "$result" >&6; }
16040 defaultval=$wxUSE_ALL_FEATURES
16041 if test -z "$defaultval"; then
16042 if test x"$enablestring" = xdisable; then
16049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-ps-in-msw" >&5
16050 $as_echo_n "checking for --${enablestring:-enable}-ps-in-msw... " >&6; }
16051 # Check whether --enable-ps-in-msw was given.
16052 if test "${enable_ps_in_msw+set}" = set; then :
16053 enableval=$enable_ps_in_msw;
16054 if test "$enableval" = yes; then
16055 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=yes'
16057 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=no
'
16062 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
16067 eval "$wx_cv_use_ps_in_msw"
16069 if test x"$enablestring" = xdisable; then
16070 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
16076 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
16079 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16080 $as_echo "$result" >&6; }
16084 defaultval=$wxUSE_ALL_FEATURES
16085 if test -z "$defaultval"; then
16086 if test x"$enablestring" = xdisable; then
16093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-ownerdrawn" >&5
16094 $as_echo_n "checking
for --${enablestring:-enable}-ownerdrawn...
" >&6; }
16095 # Check whether --enable-ownerdrawn was given.
16096 if test "${enable_ownerdrawn+set}" = set; then :
16097 enableval=$enable_ownerdrawn;
16098 if test "$enableval" = yes; then
16099 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
16101 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
16106 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
16111 eval "$wx_cv_use_ownerdrawn"
16113 if test x
"$enablestring" = xdisable
; then
16114 if test $wxUSE_OWNER_DRAWN = no
; then
16120 result
=$wxUSE_OWNER_DRAWN
16123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16124 $as_echo "$result" >&6; }
16128 defaultval
=$wxUSE_ALL_FEATURES
16129 if test -z "$defaultval"; then
16130 if test x
"$enablestring" = xdisable
; then
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-uxtheme" >&5
16138 $as_echo_n "checking for --${enablestring:-enable}-uxtheme... " >&6; }
16139 # Check whether --enable-uxtheme was given.
16140 if test "${enable_uxtheme+set}" = set; then :
16141 enableval
=$enable_uxtheme;
16142 if test "$enableval" = yes; then
16143 wx_cv_use_uxtheme
='wxUSE_UXTHEME=yes'
16145 wx_cv_use_uxtheme
='wxUSE_UXTHEME=no'
16150 wx_cv_use_uxtheme
='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
16155 eval "$wx_cv_use_uxtheme"
16157 if test x"$enablestring" = xdisable; then
16158 if test $wxUSE_UXTHEME = no; then
16164 result=$wxUSE_UXTHEME
16167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16168 $as_echo "$result" >&6; }
16172 defaultval=$wxUSE_ALL_FEATURES
16173 if test -z "$defaultval"; then
16174 if test x"$enablestring" = xdisable; then
16181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-wxdib" >&5
16182 $as_echo_n "checking for --${enablestring:-enable}-wxdib... " >&6; }
16183 # Check whether --enable-wxdib was given.
16184 if test "${enable_wxdib+set}" = set; then :
16185 enableval=$enable_wxdib;
16186 if test "$enableval" = yes; then
16187 wx_cv_use_wxdib='wxUSE_DIB
=yes'
16189 wx_cv_use_wxdib='wxUSE_DIB
=no
'
16194 wx_cv_use_wxdib='wxUSE_DIB
=${'DEFAULT_wxUSE_DIB":-$defaultval}"
16199 eval "$wx_cv_use_wxdib"
16201 if test x"$enablestring" = xdisable; then
16202 if test $wxUSE_DIB = no; then
16211 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $result" >&5
16212 $as_echo "$result" >&6; }
16216 defaultval=$wxUSE_ALL_FEATURES
16217 if test -z "$defaultval"; then
16218 if test x"$enablestring" = xdisable; then
16225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for --${enablestring:-enable}-webviewie" >&5
16226 $as_echo_n "checking
for --${enablestring:-enable}-webviewie...
" >&6; }
16227 # Check whether --enable-webviewie was given.
16228 if test "${enable_webviewie+set}" = set; then :
16229 enableval=$enable_webviewie;
16230 if test "$enableval" = yes; then
16231 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
16233 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
16238 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
16243 eval "$wx_cv_use_webviewie"
16245 if test x
"$enablestring" = xdisable
; then
16246 if test $wxUSE_WEBVIEW_IE = no
; then
16252 result
=$wxUSE_WEBVIEW_IE
16255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16256 $as_echo "$result" >&6; }
16259 if test "$wxUSE_MSW" != 1; then
16260 DEFAULT_wxUSE_AUTOID_MANAGEMENT
=no
16265 defaultval
=$wxUSE_ALL_FEATURES
16266 if test -z "$defaultval"; then
16267 if test x
"$enablestring" = xdisable
; then
16274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --${enablestring:-enable}-autoidman" >&5
16275 $as_echo_n "checking for --${enablestring:-enable}-autoidman... " >&6; }
16276 # Check whether --enable-autoidman was given.
16277 if test "${enable_autoidman+set}" = set; then :
16278 enableval
=$enable_autoidman;
16279 if test "$enableval" = yes; then
16280 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=yes'
16282 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=no'
16287 wx_cv_use_autoidman
='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
16292 eval "$wx_cv_use_autoidman"
16294 if test x"$enablestring" = xdisable; then
16295 if test $wxUSE_AUTOID_MANAGEMENT = no; then
16301 result=$wxUSE_AUTOID_MANAGEMENT
16304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
16305 $as_echo "$result" >&6; }
16311 cat >confcache <<\_ACEOF
16312 # This file is a shell script that caches the results of configure
16313 # tests run on this system so they can be shared between configure
16314 # scripts and configure runs, see configure's option
--config-cache.
16315 # It is not useful on other systems. If it contains results you don't
16316 # want to keep, you may remove or edit it.
16318 # config.status only pays attention to the cache file if you give it
16319 # the --recheck option to rerun configure.
16321 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16322 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16323 # following values.
16327 # The following way of writing the cache mishandles newlines in values,
16328 # but we know of no workaround that is simple, portable, and efficient.
16329 # So, we kill variables containing newlines.
16330 # Ultrix sh set writes to stderr and can't be redirected directly,
16331 # and sets the high bit in the cache file unless we assign to the vars.
16333 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16334 eval ac_val
=\$
$ac_var
16338 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16339 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16342 _
| IFS
| as_nl
) ;; #(
16343 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
16344 *) { eval $ac_var=; unset $ac_var;} ;;
16350 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16351 *${as_nl}ac_space
=\
*)
16352 # `set' does not quote correctly, so add quotes: double-quote
16353 # substitution turns \\\\ into \\, and sed turns \\ into \.
16356 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16359 # `set' quotes correctly as required by POSIX, so do not add quotes.
16360 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16369 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16371 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16373 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16374 if test -w "$cache_file"; then
16375 if test "x$cache_file" != "x/dev/null"; then
16376 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16377 $as_echo "$as_me: updating cache $cache_file" >&6;}
16378 if test ! -f "$cache_file" || test -h "$cache_file"; then
16379 cat confcache
>"$cache_file"
16381 case $cache_file in #(
16383 mv -f confcache
"$cache_file"$$
&&
16384 mv -f "$cache_file"$$
"$cache_file" ;; #(
16386 mv -f confcache
"$cache_file" ;;
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16392 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16399 ac_cpp
='$CPP $CPPFLAGS'
16400 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16401 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16402 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16403 if test -n "$ac_tool_prefix"; then
16404 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
16405 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
16406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16407 $as_echo_n "checking for $ac_word... " >&6; }
16408 if ${ac_cv_prog_CC+:} false
; then :
16409 $as_echo_n "(cached) " >&6
16411 if test -n "$CC"; then
16412 ac_cv_prog_CC
="$CC" # Let the user override the test.
16414 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16415 for as_dir
in $PATH
16418 test -z "$as_dir" && as_dir
=.
16419 for ac_exec_ext
in '' $ac_executable_extensions; do
16420 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16421 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
16422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16432 if test -n "$CC"; then
16433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16434 $as_echo "$CC" >&6; }
16436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16437 $as_echo "no" >&6; }
16442 if test -z "$ac_cv_prog_CC"; then
16444 # Extract the first word of "gcc", so it can be a program name with args.
16445 set dummy gcc
; ac_word
=$2
16446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16447 $as_echo_n "checking for $ac_word... " >&6; }
16448 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
16449 $as_echo_n "(cached) " >&6
16451 if test -n "$ac_ct_CC"; then
16452 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
16454 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16455 for as_dir
in $PATH
16458 test -z "$as_dir" && as_dir
=.
16459 for ac_exec_ext
in '' $ac_executable_extensions; do
16460 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16461 ac_cv_prog_ac_ct_CC
="gcc"
16462 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16471 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
16472 if test -n "$ac_ct_CC"; then
16473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16474 $as_echo "$ac_ct_CC" >&6; }
16476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16477 $as_echo "no" >&6; }
16480 if test "x$ac_ct_CC" = x
; then
16483 case $cross_compiling:$ac_tool_warned in
16485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16487 ac_tool_warned
=yes ;;
16492 CC
="$ac_cv_prog_CC"
16495 if test -z "$CC"; then
16496 if test -n "$ac_tool_prefix"; then
16497 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
16498 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
16499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16500 $as_echo_n "checking for $ac_word... " >&6; }
16501 if ${ac_cv_prog_CC+:} false
; then :
16502 $as_echo_n "(cached) " >&6
16504 if test -n "$CC"; then
16505 ac_cv_prog_CC
="$CC" # Let the user override the test.
16507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16508 for as_dir
in $PATH
16511 test -z "$as_dir" && as_dir
=.
16512 for ac_exec_ext
in '' $ac_executable_extensions; do
16513 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16514 ac_cv_prog_CC
="${ac_tool_prefix}cc"
16515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16525 if test -n "$CC"; then
16526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16527 $as_echo "$CC" >&6; }
16529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16530 $as_echo "no" >&6; }
16536 if test -z "$CC"; then
16537 # Extract the first word of "cc", so it can be a program name with args.
16538 set dummy cc
; ac_word
=$2
16539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16540 $as_echo_n "checking for $ac_word... " >&6; }
16541 if ${ac_cv_prog_CC+:} false
; then :
16542 $as_echo_n "(cached) " >&6
16544 if test -n "$CC"; then
16545 ac_cv_prog_CC
="$CC" # Let the user override the test.
16547 ac_prog_rejected
=no
16548 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16549 for as_dir
in $PATH
16552 test -z "$as_dir" && as_dir
=.
16553 for ac_exec_ext
in '' $ac_executable_extensions; do
16554 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16555 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
16556 ac_prog_rejected
=yes
16560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16567 if test $ac_prog_rejected = yes; then
16568 # We found a bogon in the path, so make sure we never use it.
16569 set dummy
$ac_cv_prog_CC
16571 if test $# != 0; then
16572 # We chose a different compiler from the bogus one.
16573 # However, it has the same basename, so the bogon will be chosen
16574 # first if we set CC to just the basename; use the full file name.
16576 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
16582 if test -n "$CC"; then
16583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16584 $as_echo "$CC" >&6; }
16586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16587 $as_echo "no" >&6; }
16592 if test -z "$CC"; then
16593 if test -n "$ac_tool_prefix"; then
16594 for ac_prog
in cl.exe
16596 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
16597 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
16598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16599 $as_echo_n "checking for $ac_word... " >&6; }
16600 if ${ac_cv_prog_CC+:} false
; then :
16601 $as_echo_n "(cached) " >&6
16603 if test -n "$CC"; then
16604 ac_cv_prog_CC
="$CC" # Let the user override the test.
16606 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16607 for as_dir
in $PATH
16610 test -z "$as_dir" && as_dir
=.
16611 for ac_exec_ext
in '' $ac_executable_extensions; do
16612 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16613 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
16614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16624 if test -n "$CC"; then
16625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
16626 $as_echo "$CC" >&6; }
16628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16629 $as_echo "no" >&6; }
16633 test -n "$CC" && break
16636 if test -z "$CC"; then
16638 for ac_prog
in cl.exe
16640 # Extract the first word of "$ac_prog", so it can be a program name with args.
16641 set dummy
$ac_prog; ac_word
=$2
16642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16643 $as_echo_n "checking for $ac_word... " >&6; }
16644 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
16645 $as_echo_n "(cached) " >&6
16647 if test -n "$ac_ct_CC"; then
16648 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
16650 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16651 for as_dir
in $PATH
16654 test -z "$as_dir" && as_dir
=.
16655 for ac_exec_ext
in '' $ac_executable_extensions; do
16656 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16657 ac_cv_prog_ac_ct_CC
="$ac_prog"
16658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16667 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
16668 if test -n "$ac_ct_CC"; then
16669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
16670 $as_echo "$ac_ct_CC" >&6; }
16672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16673 $as_echo "no" >&6; }
16677 test -n "$ac_ct_CC" && break
16680 if test "x$ac_ct_CC" = x
; then
16683 case $cross_compiling:$ac_tool_warned in
16685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
16686 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
16687 ac_tool_warned
=yes ;;
16696 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16697 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16698 as_fn_error $?
"no acceptable C compiler found in \$PATH
16699 See \`config.log' for more details" "$LINENO" 5; }
16701 # Provide some information about the compiler.
16702 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
16705 for ac_option
in --version -v -V -qversion; do
16706 { { ac_try
="$ac_compiler $ac_option >&5"
16707 case "(($ac_try" in
16708 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16709 *) ac_try_echo=$ac_try;;
16711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16712 $as_echo "$ac_try_echo"; } >&5
16713 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
16715 if test -s conftest.err; then
16717 ... rest of stderr output deleted ...
16718 10q' conftest.err >conftest.er1
16719 cat conftest.er1 >&5
16721 rm -f conftest.er1 conftest.err
16722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16723 test $ac_status = 0; }
16726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16727 /* end confdefs.h. */
16737 ac_clean_files_save=$ac_clean_files
16738 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
16739 # Try to create an executable without -o first, disregard a.out.
16740 # It will help us diagnose broken compilers, and finding out an intuition
16742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
16743 $as_echo_n "checking whether the C compiler works... " >&6; }
16744 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
16746 # The possible output files:
16747 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
16750 for ac_file in $ac_files
16753 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
16754 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
16759 if { { ac_try="$ac_link_default"
16760 case "(($ac_try" in
16761 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
16762 *) ac_try_echo
=$ac_try;;
16764 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16765 $as_echo "$ac_try_echo"; } >&5
16766 (eval "$ac_link_default") 2>&5
16768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16769 test $ac_status = 0; }; then :
16770 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
16771 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
16772 # in a Makefile. We should not override ac_cv_exeext if it was cached,
16773 # so that the user can short-circuit this test for compilers unknown to
16775 for ac_file
in $ac_files ''
16777 test -f "$ac_file" || continue
16779 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.dSYM
| *.o
| *.obj
)
16782 # We found the default executable, but exeext='' is most
16786 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
16788 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
16790 # We set ac_cv_exeext here because the later test for it is not
16791 # safe: cross compilers may not add the suffix if given an `-o'
16792 # argument, so we may need to know it at that point already.
16793 # Even if this section looks crufty: it has the advantage of
16794 # actually working.
16800 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
16805 if test -z "$ac_file"; then :
16806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16807 $as_echo "no" >&6; }
16808 $as_echo "$as_me: failed program was:" >&5
16809 sed 's/^/| /' conftest.
$ac_ext >&5
16811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16812 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16813 as_fn_error
77 "C compiler cannot create executables
16814 See \`config.log' for more details" "$LINENO" 5; }
16816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16817 $as_echo "yes" >&6; }
16819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
16820 $as_echo_n "checking for C compiler default output file name... " >&6; }
16821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
16822 $as_echo "$ac_file" >&6; }
16823 ac_exeext
=$ac_cv_exeext
16825 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
16826 ac_clean_files
=$ac_clean_files_save
16827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
16828 $as_echo_n "checking for suffix of executables... " >&6; }
16829 if { { ac_try
="$ac_link"
16830 case "(($ac_try" in
16831 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16832 *) ac_try_echo=$ac_try;;
16834 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16835 $as_echo "$ac_try_echo"; } >&5
16836 (eval "$ac_link") 2>&5
16838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16839 test $ac_status = 0; }; then :
16840 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
16841 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
16842 # work properly (i.e., refer to `conftest.exe'), while it won't with
16844 for ac_file
in conftest.exe conftest conftest.
*; do
16845 test -f "$ac_file" || continue
16847 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.map
| *.inf
| *.dSYM
| *.o
| *.obj
) ;;
16848 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
16854 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16855 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16856 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
16857 See \`config.log' for more details" "$LINENO" 5; }
16859 rm -f conftest conftest
$ac_cv_exeext
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
16861 $as_echo "$ac_cv_exeext" >&6; }
16863 rm -f conftest.
$ac_ext
16864 EXEEXT
=$ac_cv_exeext
16866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16867 /* end confdefs.h. */
16872 FILE *f = fopen ("conftest.out", "w");
16873 return ferror (f) || fclose (f) != 0;
16879 ac_clean_files
="$ac_clean_files conftest.out"
16880 # Check that the compiler produces executables we can run. If not, either
16881 # the compiler is broken, or we cross compile.
16882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
16883 $as_echo_n "checking whether we are cross compiling... " >&6; }
16884 if test "$cross_compiling" != yes; then
16885 { { ac_try
="$ac_link"
16886 case "(($ac_try" in
16887 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16888 *) ac_try_echo=$ac_try;;
16890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16891 $as_echo "$ac_try_echo"; } >&5
16892 (eval "$ac_link") 2>&5
16894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16895 test $ac_status = 0; }
16896 if { ac_try='./conftest$ac_cv_exeext'
16897 { { case "(($ac_try" in
16898 *\"* | *\`* | *\\*) ac_try_echo
=\
$ac_try;;
16899 *) ac_try_echo
=$ac_try;;
16901 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16902 $as_echo "$ac_try_echo"; } >&5
16903 (eval "$ac_try") 2>&5
16905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16906 test $ac_status = 0; }; }; then
16909 if test "$cross_compiling" = maybe
; then
16910 cross_compiling
=yes
16912 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16913 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16914 as_fn_error $?
"cannot run C compiled programs.
16915 If you meant to cross compile, use \`--host'.
16916 See \`config.log' for more details" "$LINENO" 5; }
16920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
16921 $as_echo "$cross_compiling" >&6; }
16923 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
16924 ac_clean_files
=$ac_clean_files_save
16925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
16926 $as_echo_n "checking for suffix of object files... " >&6; }
16927 if ${ac_cv_objext+:} false
; then :
16928 $as_echo_n "(cached) " >&6
16930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16931 /* end confdefs.h. */
16941 rm -f conftest.o conftest.obj
16942 if { { ac_try
="$ac_compile"
16943 case "(($ac_try" in
16944 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
16945 *) ac_try_echo=$ac_try;;
16947 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16948 $as_echo "$ac_try_echo"; } >&5
16949 (eval "$ac_compile") 2>&5
16951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16952 test $ac_status = 0; }; then :
16953 for ac_file in conftest.o conftest.obj conftest.*; do
16954 test -f "$ac_file" || continue;
16956 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
16957 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
16962 $as_echo "$as_me: failed program was:" >&5
16963 sed 's/^/| /' conftest.$ac_ext >&5
16965 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16967 as_fn_error $? "cannot compute suffix of object files
: cannot compile
16968 See \
`config.log' for more details" "$LINENO" 5; }
16970 rm -f conftest.$ac_cv_objext conftest.$ac_ext
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
16973 $as_echo "$ac_cv_objext" >&6; }
16974 OBJEXT=$ac_cv_objext
16976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
16977 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
16978 if ${ac_cv_c_compiler_gnu+:} false; then :
16979 $as_echo_n "(cached) " >&6
16981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16982 /* end confdefs.h. */
16995 if ac_fn_c_try_compile "$LINENO"; then :
16996 ac_compiler_gnu=yes
17000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17001 ac_cv_c_compiler_gnu=$ac_compiler_gnu
17004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
17005 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
17006 if test $ac_compiler_gnu = yes; then
17011 ac_test_CFLAGS=${CFLAGS+set}
17012 ac_save_CFLAGS=$CFLAGS
17013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17014 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17015 if ${ac_cv_prog_cc_g+:} false; then :
17016 $as_echo_n "(cached) " >&6
17018 ac_save_c_werror_flag=$ac_c_werror_flag
17019 ac_c_werror_flag=yes
17022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17023 /* end confdefs.h. */
17033 if ac_fn_c_try_compile "$LINENO"; then :
17034 ac_cv_prog_cc_g=yes
17037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17038 /* end confdefs.h. */
17048 if ac_fn_c_try_compile "$LINENO"; then :
17051 ac_c_werror_flag=$ac_save_c_werror_flag
17053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17054 /* end confdefs.h. */
17064 if ac_fn_c_try_compile "$LINENO"; then :
17065 ac_cv_prog_cc_g=yes
17067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17072 ac_c_werror_flag=$ac_save_c_werror_flag
17074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17075 $as_echo "$ac_cv_prog_cc_g" >&6; }
17076 if test "$ac_test_CFLAGS" = set; then
17077 CFLAGS=$ac_save_CFLAGS
17078 elif test $ac_cv_prog_cc_g = yes; then
17079 if test "$GCC" = yes; then
17085 if test "$GCC" = yes; then
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
17092 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
17093 if ${ac_cv_prog_cc_c89+:} false; then :
17094 $as_echo_n "(cached) " >&6
17096 ac_cv_prog_cc_c89=no
17098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17099 /* end confdefs.h. */
17100 #include <stdarg.h>
17103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
17104 struct buf { int x; };
17105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
17106 static char *e (p, i)
17112 static char *f (char * (*g) (char **, int), char **p, ...)
17117 s = g (p, va_arg (v,int));
17122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
17123 function prototypes and stuff, but not '\xHH' hex character constants.
17124 These don't provoke an error unfortunately, instead are silently treated
17125 as 'x'. The following induces an error, until -std is added to get
17126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
17127 array size at least. It's necessary to write '\x00'==0 to get something
17128 that's true only with -std. */
17129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
17131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
17132 inside strings and character constants. */
17134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
17136 int test (int i, double x);
17137 struct s1 {int (*f) (int a);};
17138 struct s2 {int (*f) (double a);};
17139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
17145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
17150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
17151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
17153 CC="$ac_save_CC $ac_arg"
17154 if ac_fn_c_try_compile "$LINENO"; then :
17155 ac_cv_prog_cc_c89=$ac_arg
17157 rm -f core conftest.err conftest.$ac_objext
17158 test "x$ac_cv_prog_cc_c89" != "xno" && break
17160 rm -f conftest.$ac_ext
17165 case "x$ac_cv_prog_cc_c89" in
17167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
17168 $as_echo "none needed" >&6; } ;;
17170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
17171 $as_echo "unsupported" >&6; } ;;
17173 CC="$CC $ac_cv_prog_cc_c89"
17174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
17175 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
17177 if test "x$ac_cv_prog_cc_c89" != xno; then :
17182 ac_cpp='$CPP $CPPFLAGS'
17183 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17184 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17185 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17195 ac_cpp='$CPP $CPPFLAGS'
17196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C compiler" >&5
17201 $as_echo_n "checking whether we are using the Intel C compiler... " >&6; }
17202 if ${bakefile_cv_c_compiler___INTEL_COMPILER+:} false; then :
17203 $as_echo_n "(cached) " >&6
17205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17206 /* end confdefs.h. */
17212 #ifndef __INTEL_COMPILER
17220 if ac_fn_c_try_compile "$LINENO"; then :
17221 bakefile_cv_c_compiler___INTEL_COMPILER=yes
17223 bakefile_cv_c_compiler___INTEL_COMPILER=no
17226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
17231 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
17232 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
17238 ac_cpp='$CPP $CPPFLAGS'
17239 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17240 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17241 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17246 if test "$INTELCC" = "yes"; then
17250 ac_cpp='$CPP $CPPFLAGS'
17251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v8 or later" >&5
17256 $as_echo_n "checking whether we are using Intel C compiler v8 or later... " >&6; }
17257 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+:} false; then :
17258 $as_echo_n "(cached) " >&6
17260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17261 /* end confdefs.h. */
17267 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17275 if ac_fn_c_try_compile "$LINENO"; then :
17276 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
17278 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
17281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
17286 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
17287 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
17293 ac_cpp='$CPP $CPPFLAGS'
17294 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17295 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17296 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17303 ac_cpp='$CPP $CPPFLAGS'
17304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C compiler v10 or later" >&5
17309 $as_echo_n "checking whether we are using Intel C compiler v10 or later... " >&6; }
17310 if ${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+:} false; then :
17311 $as_echo_n "(cached) " >&6
17313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17314 /* end confdefs.h. */
17320 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
17328 if ac_fn_c_try_compile "$LINENO"; then :
17329 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
17331 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
17334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
17339 $as_echo "$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
17340 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
17346 ac_cpp='$CPP $CPPFLAGS'
17347 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17348 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17349 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17355 if test "x$GCC" != "xyes"; then
17356 if test "xCC" = "xC"; then
17357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
17358 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
17359 if ${bakefile_cv_c_exto+:} false; then :
17360 $as_echo_n "(cached) " >&6
17362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17363 /* end confdefs.h. */
17373 rm -f conftest.$ac_objext conftest.$ac_ext.o
17374 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
17375 (eval $ac_compile) 2>&5
17377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17378 test $ac_status = 0; }; then :
17379 for ac_file in `(ls conftest.
* 2>/dev
/null
)`; do
17381 conftest.$ac_ext.o)
17382 bakefile_cv_c_exto="-ext o"
17389 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17391 as_fn_error $? "cannot figure out
if compiler needs
-ext o
: cannot compile
17392 See \
`config.log' for more details" "$LINENO" 5; }
17395 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
17398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
17399 $as_echo "$bakefile_cv_c_exto" >&6; }
17400 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17401 if test "c" = "c"; then
17402 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
17404 if test "c" = "cxx"; then
17405 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
17409 if test "x$bakefile_cv_c_exto" '!=' "x"; then
17410 unset ac_cv_prog_cc_g
17411 ac_test_CFLAGS=${CFLAGS+set}
17412 ac_save_CFLAGS=$CFLAGS
17413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
17414 $as_echo_n "checking whether $CC accepts -g... " >&6; }
17415 if ${ac_cv_prog_cc_g+:} false; then :
17416 $as_echo_n "(cached) " >&6
17418 ac_save_c_werror_flag=$ac_c_werror_flag
17419 ac_c_werror_flag=yes
17422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17423 /* end confdefs.h. */
17433 if ac_fn_c_try_compile "$LINENO"; then :
17434 ac_cv_prog_cc_g=yes
17437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17438 /* end confdefs.h. */
17448 if ac_fn_c_try_compile "$LINENO"; then :
17451 ac_c_werror_flag=$ac_save_c_werror_flag
17453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17454 /* end confdefs.h. */
17464 if ac_fn_c_try_compile "$LINENO"; then :
17465 ac_cv_prog_cc_g=yes
17467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17472 ac_c_werror_flag=$ac_save_c_werror_flag
17474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
17475 $as_echo "$ac_cv_prog_cc_g" >&6; }
17476 if test "$ac_test_CFLAGS" = set; then
17477 CFLAGS=$ac_save_CFLAGS
17478 elif test $ac_cv_prog_cc_g = yes; then
17479 if test "$GCC" = yes; then
17485 if test "$GCC" = yes; then
17499 ac_cpp='$CPP $CPPFLAGS'
17500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17505 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17506 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17507 $as_echo_n "(cached) " >&6
17509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17510 /* end confdefs.h. */
17524 if ac_fn_c_try_compile "$LINENO"; then :
17525 bakefile_cv_c_compiler___xlC__=yes
17527 bakefile_cv_c_compiler___xlC__=no
17530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17535 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17536 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17542 ac_cpp='$CPP $CPPFLAGS'
17543 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17544 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17545 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17555 ac_cpp='$CPP $CPPFLAGS'
17556 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17557 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17558 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C compiler" >&5
17561 $as_echo_n "checking whether we are using the Metrowerks C compiler... " >&6; }
17562 if ${bakefile_cv_c_compiler___MWERKS__+:} false; then :
17563 $as_echo_n "(cached) " >&6
17565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17566 /* end confdefs.h. */
17580 if ac_fn_c_try_compile "$LINENO"; then :
17581 bakefile_cv_c_compiler___MWERKS__=yes
17583 bakefile_cv_c_compiler___MWERKS__=no
17586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___MWERKS__" >&5
17591 $as_echo "$bakefile_cv_c_compiler___MWERKS__" >&6; }
17592 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
17598 ac_cpp='$CPP $CPPFLAGS'
17599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17600 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17605 if test "$MWCC" != "yes"; then
17609 ac_cpp='$CPP $CPPFLAGS'
17610 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17611 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17612 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C compiler" >&5
17615 $as_echo_n "checking whether we are using the IBM xlC C compiler... " >&6; }
17616 if ${bakefile_cv_c_compiler___xlC__+:} false; then :
17617 $as_echo_n "(cached) " >&6
17619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17620 /* end confdefs.h. */
17634 if ac_fn_c_try_compile "$LINENO"; then :
17635 bakefile_cv_c_compiler___xlC__=yes
17637 bakefile_cv_c_compiler___xlC__=no
17640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___xlC__" >&5
17645 $as_echo "$bakefile_cv_c_compiler___xlC__" >&6; }
17646 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
17652 ac_cpp='$CPP $CPPFLAGS'
17653 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17654 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17655 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17666 ac_cpp='$CPP $CPPFLAGS'
17667 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17668 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17669 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C compiler" >&5
17672 $as_echo_n "checking whether we are using the SGI C compiler... " >&6; }
17673 if ${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+:} false; then :
17674 $as_echo_n "(cached) " >&6
17676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17677 /* end confdefs.h. */
17683 #ifndef _SGI_COMPILER_VERSION
17691 if ac_fn_c_try_compile "$LINENO"; then :
17692 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
17694 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
17697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
17702 $as_echo "$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
17703 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
17709 ac_cpp='$CPP $CPPFLAGS'
17710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17719 if test "$INTELCC" != "yes"; then
17723 ac_cpp='$CPP $CPPFLAGS'
17724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17729 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17730 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17731 $as_echo_n "(cached) " >&6
17733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17734 /* end confdefs.h. */
17748 if ac_fn_c_try_compile "$LINENO"; then :
17749 bakefile_cv_c_compiler___SUNPRO_C=yes
17751 bakefile_cv_c_compiler___SUNPRO_C=no
17754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17759 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17760 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17766 ac_cpp='$CPP $CPPFLAGS'
17767 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17768 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17769 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17780 ac_cpp='$CPP $CPPFLAGS'
17781 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17782 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17783 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C compiler" >&5
17786 $as_echo_n "checking whether we are using the HP C compiler... " >&6; }
17787 if ${bakefile_cv_c_compiler___HP_cc+:} false; then :
17788 $as_echo_n "(cached) " >&6
17790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17791 /* end confdefs.h. */
17805 if ac_fn_c_try_compile "$LINENO"; then :
17806 bakefile_cv_c_compiler___HP_cc=yes
17808 bakefile_cv_c_compiler___HP_cc=no
17811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___HP_cc" >&5
17816 $as_echo "$bakefile_cv_c_compiler___HP_cc" >&6; }
17817 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
17823 ac_cpp='$CPP $CPPFLAGS'
17824 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17825 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17826 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17836 ac_cpp='$CPP $CPPFLAGS'
17837 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17838 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17839 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C compiler" >&5
17842 $as_echo_n "checking whether we are using the Compaq C compiler... " >&6; }
17843 if ${bakefile_cv_c_compiler___DECC+:} false; then :
17844 $as_echo_n "(cached) " >&6
17846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17847 /* end confdefs.h. */
17861 if ac_fn_c_try_compile "$LINENO"; then :
17862 bakefile_cv_c_compiler___DECC=yes
17864 bakefile_cv_c_compiler___DECC=no
17867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___DECC" >&5
17872 $as_echo "$bakefile_cv_c_compiler___DECC" >&6; }
17873 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
17879 ac_cpp='$CPP $CPPFLAGS'
17880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17892 ac_cpp='$CPP $CPPFLAGS'
17893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C compiler" >&5
17898 $as_echo_n "checking whether we are using the Sun C compiler... " >&6; }
17899 if ${bakefile_cv_c_compiler___SUNPRO_C+:} false; then :
17900 $as_echo_n "(cached) " >&6
17902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17903 /* end confdefs.h. */
17917 if ac_fn_c_try_compile "$LINENO"; then :
17918 bakefile_cv_c_compiler___SUNPRO_C=yes
17920 bakefile_cv_c_compiler___SUNPRO_C=no
17923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17928 $as_echo "$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17929 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17935 ac_cpp='$CPP $CPPFLAGS'
17936 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17937 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17938 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17949 ac_cpp='$CPP $CPPFLAGS'
17950 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17951 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17952 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
17954 $as_echo_n "checking how to run the C preprocessor... " >&6; }
17955 # On Suns, sometimes $CPP names a directory.
17956 if test -n "$CPP" && test -d "$CPP"; then
17959 if test -z "$CPP"; then
17960 if ${ac_cv_prog_CPP+:} false; then :
17961 $as_echo_n "(cached) " >&6
17963 # Double quotes because CPP needs to be expanded
17964 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17966 ac_preproc_ok=false
17967 for ac_c_preproc_warn_flag in '' yes
17969 # Use a header file that comes with gcc, so configuring glibc
17970 # with a fresh cross-compiler works.
17971 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17972 # <limits.h> exists even on freestanding compilers.
17973 # On the NeXT, cc -E runs the code through the compiler's parser,
17974 # not just through cpp. "Syntax error" is here to catch this case.
17975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17976 /* end confdefs.h. */
17978 # include <limits.h>
17980 # include <assert.h>
17984 if ac_fn_c_try_cpp "$LINENO"; then :
17987 # Broken: fails on valid input.
17990 rm -f conftest.err conftest.i conftest.$ac_ext
17992 # OK, works on sane cases. Now check whether nonexistent headers
17993 # can be detected and how.
17994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17995 /* end confdefs.h. */
17996 #include <ac_nonexistent.h>
17998 if ac_fn_c_try_cpp "$LINENO"; then :
17999 # Broken: success on invalid input.
18002 # Passes both tests.
18006 rm -f conftest.err conftest.i conftest.$ac_ext
18009 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18010 rm -f conftest.i conftest.err conftest.
$ac_ext
18011 if $ac_preproc_ok; then :
18016 ac_cv_prog_CPP
=$CPP
18019 CPP
=$ac_cv_prog_CPP
18021 ac_cv_prog_CPP
=$CPP
18023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
18024 $as_echo "$CPP" >&6; }
18025 ac_preproc_ok
=false
18026 for ac_c_preproc_warn_flag
in '' yes
18028 # Use a header file that comes with gcc, so configuring glibc
18029 # with a fresh cross-compiler works.
18030 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18031 # <limits.h> exists even on freestanding compilers.
18032 # On the NeXT, cc -E runs the code through the compiler's parser,
18033 # not just through cpp. "Syntax error" is here to catch this case.
18034 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18035 /* end confdefs.h. */
18037 # include <limits.h>
18039 # include <assert.h>
18043 if ac_fn_c_try_cpp
"$LINENO"; then :
18046 # Broken: fails on valid input.
18049 rm -f conftest.err conftest.i conftest.
$ac_ext
18051 # OK, works on sane cases. Now check whether nonexistent headers
18052 # can be detected and how.
18053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18054 /* end confdefs.h. */
18055 #include <ac_nonexistent.h>
18057 if ac_fn_c_try_cpp
"$LINENO"; then :
18058 # Broken: success on invalid input.
18061 # Passes both tests.
18065 rm -f conftest.err conftest.i conftest.
$ac_ext
18068 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18069 rm -f conftest.i conftest.err conftest.
$ac_ext
18070 if $ac_preproc_ok; then :
18073 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18075 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
18076 See \`config.log' for more details" "$LINENO" 5; }
18080 ac_cpp
='$CPP $CPPFLAGS'
18081 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18082 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18083 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
18087 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
18088 if ${ac_cv_path_GREP+:} false
; then :
18089 $as_echo_n "(cached) " >&6
18091 if test -z "$GREP"; then
18092 ac_path_GREP_found
=false
18093 # Loop through the user's path and test for each of PROGNAME-LIST
18094 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18095 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
18098 test -z "$as_dir" && as_dir
=.
18099 for ac_prog
in grep ggrep
; do
18100 for ac_exec_ext
in '' $ac_executable_extensions; do
18101 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
18102 as_fn_executable_p
"$ac_path_GREP" || continue
18103 # Check for GNU ac_path_GREP and select it if it is found.
18104 # Check for GNU $ac_path_GREP
18105 case `"$ac_path_GREP" --version 2>&1` in
18107 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
18110 $as_echo_n 0123456789 >"conftest.in"
18113 cat "conftest.in" "conftest.in" >"conftest.tmp"
18114 mv "conftest.tmp" "conftest.in"
18115 cp "conftest.in" "conftest.nl"
18116 $as_echo 'GREP' >> "conftest.nl"
18117 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18118 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18119 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18120 if test $ac_count -gt ${ac_path_GREP_max-0}; then
18121 # Best one so far, save it but keep looking for a better one
18122 ac_cv_path_GREP
="$ac_path_GREP"
18123 ac_path_GREP_max
=$ac_count
18125 # 10*(2^10) chars as input seems more than enough
18126 test $ac_count -gt 10 && break
18128 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18131 $ac_path_GREP_found && break 3
18136 if test -z "$ac_cv_path_GREP"; then
18137 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18140 ac_cv_path_GREP
=$GREP
18144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
18145 $as_echo "$ac_cv_path_GREP" >&6; }
18146 GREP
="$ac_cv_path_GREP"
18149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
18150 $as_echo_n "checking for egrep... " >&6; }
18151 if ${ac_cv_path_EGREP+:} false
; then :
18152 $as_echo_n "(cached) " >&6
18154 if echo a
| $GREP -E '(a|b)' >/dev
/null
2>&1
18155 then ac_cv_path_EGREP
="$GREP -E"
18157 if test -z "$EGREP"; then
18158 ac_path_EGREP_found
=false
18159 # Loop through the user's path and test for each of PROGNAME-LIST
18160 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18161 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
18164 test -z "$as_dir" && as_dir
=.
18165 for ac_prog
in egrep; do
18166 for ac_exec_ext
in '' $ac_executable_extensions; do
18167 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
18168 as_fn_executable_p
"$ac_path_EGREP" || continue
18169 # Check for GNU ac_path_EGREP and select it if it is found.
18170 # Check for GNU $ac_path_EGREP
18171 case `"$ac_path_EGREP" --version 2>&1` in
18173 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
18176 $as_echo_n 0123456789 >"conftest.in"
18179 cat "conftest.in" "conftest.in" >"conftest.tmp"
18180 mv "conftest.tmp" "conftest.in"
18181 cp "conftest.in" "conftest.nl"
18182 $as_echo 'EGREP' >> "conftest.nl"
18183 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null
|| break
18184 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 || break
18185 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
18186 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
18187 # Best one so far, save it but keep looking for a better one
18188 ac_cv_path_EGREP
="$ac_path_EGREP"
18189 ac_path_EGREP_max
=$ac_count
18191 # 10*(2^10) chars as input seems more than enough
18192 test $ac_count -gt 10 && break
18194 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
18197 $ac_path_EGREP_found && break 3
18202 if test -z "$ac_cv_path_EGREP"; then
18203 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
18206 ac_cv_path_EGREP
=$EGREP
18211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
18212 $as_echo "$ac_cv_path_EGREP" >&6; }
18213 EGREP
="$ac_cv_path_EGREP"
18216 if test $ac_cv_c_compiler_gnu = yes; then
18217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
18218 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
18219 if ${ac_cv_prog_gcc_traditional+:} false
; then :
18220 $as_echo_n "(cached) " >&6
18222 ac_pattern
="Autoconf.*'x'"
18223 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18224 /* end confdefs.h. */
18228 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18229 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18230 ac_cv_prog_gcc_traditional
=yes
18232 ac_cv_prog_gcc_traditional
=no
18237 if test $ac_cv_prog_gcc_traditional = no
; then
18238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
18239 /* end confdefs.h. */
18240 #include <termio.h>
18243 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18244 $EGREP "$ac_pattern" >/dev
/null
2>&1; then :
18245 ac_cv_prog_gcc_traditional
=yes
18251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
18252 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
18253 if test $ac_cv_prog_gcc_traditional = yes; then
18254 CC
="$CC -traditional"
18259 CXXFLAGS
=${CXXFLAGS:=}
18261 ac_cpp
='$CXXCPP $CPPFLAGS'
18262 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18263 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18264 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18265 if test -z "$CXX"; then
18266 if test -n "$CCC"; then
18269 if test -n "$ac_tool_prefix"; then
18270 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18272 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
18273 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
18274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18275 $as_echo_n "checking for $ac_word... " >&6; }
18276 if ${ac_cv_prog_CXX+:} false
; then :
18277 $as_echo_n "(cached) " >&6
18279 if test -n "$CXX"; then
18280 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
18282 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18283 for as_dir
in $PATH
18286 test -z "$as_dir" && as_dir
=.
18287 for ac_exec_ext
in '' $ac_executable_extensions; do
18288 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18289 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
18290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18299 CXX
=$ac_cv_prog_CXX
18300 if test -n "$CXX"; then
18301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
18302 $as_echo "$CXX" >&6; }
18304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18305 $as_echo "no" >&6; }
18309 test -n "$CXX" && break
18312 if test -z "$CXX"; then
18314 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
18316 # Extract the first word of "$ac_prog", so it can be a program name with args.
18317 set dummy
$ac_prog; ac_word
=$2
18318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
18319 $as_echo_n "checking for $ac_word... " >&6; }
18320 if ${ac_cv_prog_ac_ct_CXX+:} false
; then :
18321 $as_echo_n "(cached) " >&6
18323 if test -n "$ac_ct_CXX"; then
18324 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
18326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
18327 for as_dir
in $PATH
18330 test -z "$as_dir" && as_dir
=.
18331 for ac_exec_ext
in '' $ac_executable_extensions; do
18332 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
18333 ac_cv_prog_ac_ct_CXX
="$ac_prog"
18334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18343 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
18344 if test -n "$ac_ct_CXX"; then
18345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
18346 $as_echo "$ac_ct_CXX" >&6; }
18348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
18349 $as_echo "no" >&6; }
18353 test -n "$ac_ct_CXX" && break
18356 if test "x$ac_ct_CXX" = x
; then
18359 case $cross_compiling:$ac_tool_warned in
18361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
18362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
18363 ac_tool_warned
=yes ;;
18371 # Provide some information about the compiler.
18372 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
18375 for ac_option
in --version -v -V -qversion; do
18376 { { ac_try
="$ac_compiler $ac_option >&5"
18377 case "(($ac_try" in
18378 *\"* | *\
`* | *\\*) ac_try_echo=\$ac_try;;
18379 *) ac_try_echo=$ac_try;;
18381 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18382 $as_echo "$ac_try_echo"; } >&5
18383 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
18385 if test -s conftest.err; then
18387 ... rest of stderr output deleted ...
18388 10q' conftest.err >conftest.er1
18389 cat conftest.er1 >&5
18391 rm -f conftest.er1 conftest.err
18392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18393 test $ac_status = 0; }
18396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
18397 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
18398 if ${ac_cv_cxx_compiler_gnu+:} false; then :
18399 $as_echo_n "(cached) " >&6
18401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18402 /* end confdefs.h. */
18415 if ac_fn_cxx_try_compile "$LINENO"; then :
18416 ac_compiler_gnu=yes
18420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18421 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
18424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
18425 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
18426 if test $ac_compiler_gnu = yes; then
18431 ac_test_CXXFLAGS=${CXXFLAGS+set}
18432 ac_save_CXXFLAGS=$CXXFLAGS
18433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
18434 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
18435 if ${ac_cv_prog_cxx_g+:} false; then :
18436 $as_echo_n "(cached) " >&6
18438 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
18439 ac_cxx_werror_flag=yes
18440 ac_cv_prog_cxx_g=no
18442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18443 /* end confdefs.h. */
18453 if ac_fn_cxx_try_compile "$LINENO"; then :
18454 ac_cv_prog_cxx_g=yes
18457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18458 /* end confdefs.h. */
18468 if ac_fn_cxx_try_compile "$LINENO"; then :
18471 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18474 /* end confdefs.h. */
18484 if ac_fn_cxx_try_compile "$LINENO"; then :
18485 ac_cv_prog_cxx_g=yes
18487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18492 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
18494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
18495 $as_echo "$ac_cv_prog_cxx_g" >&6; }
18496 if test "$ac_test_CXXFLAGS" = set; then
18497 CXXFLAGS=$ac_save_CXXFLAGS
18498 elif test $ac_cv_prog_cxx_g = yes; then
18499 if test "$GXX" = yes; then
18505 if test "$GXX" = yes; then
18512 ac_cpp='$CPP $CPPFLAGS'
18513 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18514 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18515 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18525 ac_cpp='$CXXCPP $CPPFLAGS'
18526 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18527 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18528 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Intel C++ compiler" >&5
18531 $as_echo_n "checking whether we are using the Intel C++ compiler... " >&6; }
18532 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER+:} false; then :
18533 $as_echo_n "(cached) " >&6
18535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18536 /* end confdefs.h. */
18542 #ifndef __INTEL_COMPILER
18550 if ac_fn_cxx_try_compile "$LINENO"; then :
18551 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
18553 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
18556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
18561 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
18562 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
18568 ac_cpp='$CPP $CPPFLAGS'
18569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18576 if test "$INTELCXX" = "yes"; then
18580 ac_cpp='$CXXCPP $CPPFLAGS'
18581 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18582 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18583 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v8 or later" >&5
18586 $as_echo_n "checking whether we are using Intel C++ compiler v8 or later... " >&6; }
18587 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+:} false; then :
18588 $as_echo_n "(cached) " >&6
18590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18591 /* end confdefs.h. */
18597 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
18605 if ac_fn_cxx_try_compile "$LINENO"; then :
18606 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18608 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18616 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18617 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18623 ac_cpp='$CPP $CPPFLAGS'
18624 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18625 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18626 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18633 ac_cpp='$CXXCPP $CPPFLAGS'
18634 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18635 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18636 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using Intel C++ compiler v10 or later" >&5
18639 $as_echo_n "checking whether we are using Intel C++ compiler v10 or later... " >&6; }
18640 if ${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+:} false; then :
18641 $as_echo_n "(cached) " >&6
18643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18644 /* end confdefs.h. */
18650 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18658 if ac_fn_cxx_try_compile "$LINENO"; then :
18659 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18661 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18669 $as_echo "$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18670 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18676 ac_cpp='$CPP $CPPFLAGS'
18677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18685 if test "x$GCXX" != "xyes"; then
18686 if test "xCXX" = "xC"; then
18687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the C compiler requires -ext o" >&5
18688 $as_echo_n "checking if the C compiler requires -ext o... " >&6; }
18689 if ${bakefile_cv_c_exto+:} false; then :
18690 $as_echo_n "(cached) " >&6
18692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18693 /* end confdefs.h. */
18703 rm -f conftest.$ac_objext conftest.$ac_ext.o
18704 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
18705 (eval $ac_compile) 2>&5
18707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18708 test $ac_status = 0; }; then :
18709 for ac_file in `(ls conftest.
* 2>/dev
/null
)`; do
18711 conftest.$ac_ext.o)
18712 bakefile_cv_c_exto="-ext o"
18719 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18720 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18721 as_fn_error $? "cannot figure out
if compiler needs
-ext o
: cannot compile
18722 See \
`config.log' for more details" "$LINENO" 5; }
18725 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_c_exto" >&5
18729 $as_echo "$bakefile_cv_c_exto" >&6; }
18730 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18731 if test "c" = "c"; then
18732 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18734 if test "c" = "cxx"; then
18735 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18739 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18740 unset ac_cv_prog_cc_g
18741 ac_test_CFLAGS=${CFLAGS+set}
18742 ac_save_CFLAGS=$CFLAGS
18743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
18744 $as_echo_n "checking whether $CC accepts -g... " >&6; }
18745 if ${ac_cv_prog_cc_g+:} false; then :
18746 $as_echo_n "(cached) " >&6
18748 ac_save_c_werror_flag=$ac_c_werror_flag
18749 ac_c_werror_flag=yes
18752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18753 /* end confdefs.h. */
18763 if ac_fn_c_try_compile "$LINENO"; then :
18764 ac_cv_prog_cc_g=yes
18767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18768 /* end confdefs.h. */
18778 if ac_fn_c_try_compile "$LINENO"; then :
18781 ac_c_werror_flag=$ac_save_c_werror_flag
18783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18784 /* end confdefs.h. */
18794 if ac_fn_c_try_compile "$LINENO"; then :
18795 ac_cv_prog_cc_g=yes
18797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18802 ac_c_werror_flag=$ac_save_c_werror_flag
18804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
18805 $as_echo "$ac_cv_prog_cc_g" >&6; }
18806 if test "$ac_test_CFLAGS" = set; then
18807 CFLAGS=$ac_save_CFLAGS
18808 elif test $ac_cv_prog_cc_g = yes; then
18809 if test "$GCC" = yes; then
18815 if test "$GCC" = yes; then
18829 ac_cpp='$CXXCPP $CPPFLAGS'
18830 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18831 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18832 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18835 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18836 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18837 $as_echo_n "(cached) " >&6
18839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18840 /* end confdefs.h. */
18854 if ac_fn_cxx_try_compile "$LINENO"; then :
18855 bakefile_cv_cxx_compiler___xlC__=yes
18857 bakefile_cv_cxx_compiler___xlC__=no
18860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18865 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18866 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18872 ac_cpp='$CPP $CPPFLAGS'
18873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18885 ac_cpp='$CXXCPP $CPPFLAGS'
18886 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18887 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18888 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Metrowerks C++ compiler" >&5
18891 $as_echo_n "checking whether we are using the Metrowerks C++ compiler... " >&6; }
18892 if ${bakefile_cv_cxx_compiler___MWERKS__+:} false; then :
18893 $as_echo_n "(cached) " >&6
18895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18896 /* end confdefs.h. */
18910 if ac_fn_cxx_try_compile "$LINENO"; then :
18911 bakefile_cv_cxx_compiler___MWERKS__=yes
18913 bakefile_cv_cxx_compiler___MWERKS__=no
18916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18921 $as_echo "$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18922 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18928 ac_cpp='$CPP $CPPFLAGS'
18929 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18930 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18931 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18935 if test "$MWCXX" != "yes"; then
18939 ac_cpp='$CXXCPP $CPPFLAGS'
18940 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18941 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18942 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the IBM xlC C++ compiler" >&5
18945 $as_echo_n "checking whether we are using the IBM xlC C++ compiler... " >&6; }
18946 if ${bakefile_cv_cxx_compiler___xlC__+:} false; then :
18947 $as_echo_n "(cached) " >&6
18949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18950 /* end confdefs.h. */
18964 if ac_fn_cxx_try_compile "$LINENO"; then :
18965 bakefile_cv_cxx_compiler___xlC__=yes
18967 bakefile_cv_cxx_compiler___xlC__=no
18970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18975 $as_echo "$bakefile_cv_cxx_compiler___xlC__" >&6; }
18976 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18982 ac_cpp='$CPP $CPPFLAGS'
18983 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18984 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18985 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18996 ac_cpp='$CXXCPP $CPPFLAGS'
18997 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18998 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18999 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the SGI C++ compiler" >&5
19002 $as_echo_n "checking whether we are using the SGI C++ compiler... " >&6; }
19003 if ${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+:} false; then :
19004 $as_echo_n "(cached) " >&6
19006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19007 /* end confdefs.h. */
19013 #ifndef _SGI_COMPILER_VERSION
19021 if ac_fn_cxx_try_compile "$LINENO"; then :
19022 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
19024 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
19027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
19032 $as_echo "$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
19033 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
19039 ac_cpp='$CPP $CPPFLAGS'
19040 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19041 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19042 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19049 if test "$INTELCXX" != "yes"; then
19053 ac_cpp='$CXXCPP $CPPFLAGS'
19054 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19055 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19056 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19059 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19060 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19061 $as_echo_n "(cached) " >&6
19063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19064 /* end confdefs.h. */
19070 #ifndef __SUNPRO_CC
19078 if ac_fn_cxx_try_compile "$LINENO"; then :
19079 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19081 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19089 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19090 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19096 ac_cpp='$CPP $CPPFLAGS'
19097 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19098 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19099 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19110 ac_cpp='$CXXCPP $CPPFLAGS'
19111 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19112 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19113 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the HP C++ compiler" >&5
19116 $as_echo_n "checking whether we are using the HP C++ compiler... " >&6; }
19117 if ${bakefile_cv_cxx_compiler___HP_aCC+:} false; then :
19118 $as_echo_n "(cached) " >&6
19120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19121 /* end confdefs.h. */
19135 if ac_fn_cxx_try_compile "$LINENO"; then :
19136 bakefile_cv_cxx_compiler___HP_aCC=yes
19138 bakefile_cv_cxx_compiler___HP_aCC=no
19141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
19146 $as_echo "$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
19147 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
19153 ac_cpp='$CPP $CPPFLAGS'
19154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19166 ac_cpp='$CXXCPP $CPPFLAGS'
19167 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19168 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19169 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Compaq C++ compiler" >&5
19172 $as_echo_n "checking whether we are using the Compaq C++ compiler... " >&6; }
19173 if ${bakefile_cv_cxx_compiler___DECCXX+:} false; then :
19174 $as_echo_n "(cached) " >&6
19176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19177 /* end confdefs.h. */
19191 if ac_fn_cxx_try_compile "$LINENO"; then :
19192 bakefile_cv_cxx_compiler___DECCXX=yes
19194 bakefile_cv_cxx_compiler___DECCXX=no
19197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
19202 $as_echo "$bakefile_cv_cxx_compiler___DECCXX" >&6; }
19203 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
19209 ac_cpp='$CPP $CPPFLAGS'
19210 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19211 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19212 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19222 ac_cpp='$CXXCPP $CPPFLAGS'
19223 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19224 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19225 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the Sun C++ compiler" >&5
19228 $as_echo_n "checking whether we are using the Sun C++ compiler... " >&6; }
19229 if ${bakefile_cv_cxx_compiler___SUNPRO_CC+:} false; then :
19230 $as_echo_n "(cached) " >&6
19232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19233 /* end confdefs.h. */
19239 #ifndef __SUNPRO_CC
19247 if ac_fn_cxx_try_compile "$LINENO"; then :
19248 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
19250 bakefile_cv_cxx_compiler___SUNPRO_CC=no
19253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
19258 $as_echo "$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
19259 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
19265 ac_cpp='$CPP $CPPFLAGS'
19266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19278 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
19279 as_fn_error $? "C++ compiler is needed to build wxWidgets" "$LINENO" 5
19282 if test "x$SUNCXX" != xyes; then
19283 if test -n "$ac_tool_prefix"; then
19284 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
19285 set dummy ${ac_tool_prefix}ar; ac_word=$2
19286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19287 $as_echo_n "checking for $ac_word... " >&6; }
19288 if ${ac_cv_prog_AR+:} false; then :
19289 $as_echo_n "(cached) " >&6
19291 if test -n "$AR"; then
19292 ac_cv_prog_AR="$AR" # Let the user override the test.
19294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19295 for as_dir in $PATH
19298 test -z "$as_dir" && as_dir=.
19299 for ac_exec_ext in '' $ac_executable_extensions; do
19300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19301 ac_cv_prog_AR="${ac_tool_prefix}ar"
19302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19312 if test -n "$AR"; then
19313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
19314 $as_echo "$AR" >&6; }
19316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19317 $as_echo "no" >&6; }
19322 if test -z "$ac_cv_prog_AR"; then
19324 # Extract the first word of "ar", so it can be a program name with args.
19325 set dummy ar; ac_word=$2
19326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19327 $as_echo_n "checking for $ac_word... " >&6; }
19328 if ${ac_cv_prog_ac_ct_AR+:} false; then :
19329 $as_echo_n "(cached) " >&6
19331 if test -n "$ac_ct_AR"; then
19332 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19335 for as_dir in $PATH
19338 test -z "$as_dir" && as_dir=.
19339 for ac_exec_ext in '' $ac_executable_extensions; do
19340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19341 ac_cv_prog_ac_ct_AR="ar"
19342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
19351 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19352 if test -n "$ac_ct_AR"; then
19353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
19354 $as_echo "$ac_ct_AR" >&6; }
19356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19357 $as_echo "no" >&6; }
19360 if test "x$ac_ct_AR" = x; then
19363 case $cross_compiling:$ac_tool_warned in
19365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
19366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
19367 ac_tool_warned=yes ;;
19372 AR="$ac_cv_prog_AR"
19375 if test "x$AR" = "x" ; then
19376 as_fn_error $? "ar is needed to build wxWidgets" "$LINENO" 5
19381 if test "$wxUSE_MAC" = 1; then
19383 retest_macosx_linking=no
19387 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19388 if test "x$wxUSE_MAC_ARCH" != xno; then
19389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&5
19390 $as_echo "$as_me: WARNING: --enable-macosx_arch is ignored when --enable-universal_binary is used." >&2;}
19393 if test "x$wxUSE_UNIVERSAL_BINARY" != xyes; then
19394 OSX_ARCH_OPTS=$wxUSE_UNIVERSAL_BINARY
19395 else OSX_ARCH_OPTS="ppc,i386"
19396 if test "$wxUSE_OSX_COCOA" = 1; then
19397 OSX_ARCH_OPTS="$OSX_ARCH_OPTS,x86_64"
19401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for architectures to use in universal binary" >&5
19402 $as_echo_n "checking for architectures to use in universal binary... " >&6; }
19403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OSX_ARCH_OPTS" >&5
19404 $as_echo "$OSX_ARCH_OPTS" >&6; }
19406 retest_macosx_linking=yes
19408 if test "x$wxUSE_MAC_ARCH" != xno; then
19409 OSX_ARCH_OPTS=$wxUSE_MAC_ARCH
19413 if test "x$OSX_ARCH_OPTS" != "x"; then
19414 if echo $OSX_ARCH_OPTS | grep -q ","; then
19415 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling dependency tracking due to universal binary build." >&5
19416 $as_echo "$as_me: WARNING: Disabling dependency tracking due to universal binary build." >&2;}
19417 disable_macosx_deps=yes
19419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling precompiled headers due to universal binary build." >&5
19420 $as_echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19424 OSX_ARCH_OPTS=`echo $OSX_ARCH_OPTS | sed -e 's/^/-arch /' -e 's/,/ -arch /g'`
19426 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19427 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19428 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19429 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19430 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19433 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19435 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19436 # TODO: Search for most recent SDK and use it.
19437 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19441 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19443 $as_echo_n "checking for SDK directory $wxUSE_MACOSX_SDK... " >&6; }
19444 if ! test -d "$wxUSE_MACOSX_SDK"; then
19445 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19446 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19447 as_fn_error $? "not found
19448 See \
`config.log' for more details" "$LINENO" 5; }
19450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: exists" >&5
19451 $as_echo "exists" >&6; }
19453 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19454 retest_macosx_linking=yes
19457 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19458 wxUSE_MACOSX_VERSION_MIN=
19459 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19460 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDK deployment version" >&5
19462 $as_echo_n "checking SDK deployment version... " >&6; }
19464 MACOSX_SDK_PLIST_VERSION_MIN=`defaults
read "$wxUSE_MACOSX_SDK/SDKSettings" buildSettings
| grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19466 # If that failed, try again with the new key
19467 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19469 MACOSX_SDK_PLIST_VERSION_MIN=`defaults
read "$wxUSE_MACOSX_SDK/SDKSettings" DefaultProperties
| grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19473 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19474 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19476 $as_echo "$wxUSE_MACOSX_VERSION_MIN" >&6; }
19478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19479 $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19480 wxUSE_MACOSX_VERSION_MIN=
19483 wxUSE_MACOSX_VERSION_MIN=
19485 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19486 wxUSE_MACOSX_VERSION_MIN=10.5
19489 if test "x$MACOSX_SDK_OPTS" != "x"; then
19490 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19491 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19492 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19493 retest_macosx_linking=yes
19496 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19497 if test "$wxUSE_OSX_IPHONE" = 1; then
19498 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19500 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19502 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19503 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19504 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19505 retest_macosx_linking=yes
19508 if test "x$retest_macosx_linking" = "xyes"; then
19510 ac_cpp='$CPP $CPPFLAGS'
19511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C compiler ($CC) works with SDK/version options" >&5
19516 $as_echo_n "checking if C compiler ($CC) works with SDK/version options... " >&6; }
19517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19518 /* end confdefs.h. */
19528 if ac_fn_c_try_link "$LINENO"; then :
19529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19530 $as_echo "yes" >&6; }
19532 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19533 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19534 as_fn_error $? "no. Try a different SDK
19535 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19537 rm -f core conftest.err conftest.$ac_objext \
19538 conftest$ac_exeext conftest.$ac_ext
19540 ac_cpp='$CPP $CPPFLAGS'
19541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19547 ac_cpp='$CXXCPP $CPPFLAGS'
19548 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19549 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19550 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler ($CXX) works with SDK/version options" >&5
19553 $as_echo_n "checking if C++ compiler ($CXX) works with SDK/version options... " >&6; }
19554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19555 /* end confdefs.h. */
19565 if ac_fn_cxx_try_link "$LINENO"; then :
19566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19567 $as_echo "yes" >&6; }
19569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19570 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19571 as_fn_error $? "no. Try a different SDK
19572 See \
`config.log' for more details" "$LINENO" 5; }; exit 1
19574 rm -f core conftest.err conftest.$ac_objext \
19575 conftest$ac_exeext conftest.$ac_ext
19577 ac_cpp='$CPP $CPPFLAGS'
19578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19588 INSTALL_PROGRAM="cp -fp"
19589 INSTALL_DATA="cp -fp"
19596 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19597 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
19600 GNU_SOURCE_FLAG="-D_GNU_SOURCE"
19601 CFLAGS="$GNU_SOURCE_FLAG $CFLAGS"
19604 if test "x$USE_AIX" = "x1"; then
19605 if test "x$XLCXX" = "xyes"; then
19606 CXXFLAGS="-qunique $CXXFLAGS"
19609 CPPFLAGS="-D_LINUX_SOURCE_COMPAT $CPPFLAGS"
19613 powerpc-*-darwin* )
19614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __POWERPC__ is already defined" >&5
19615 $as_echo_n "checking if __POWERPC__ is already defined... " >&6; }
19616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19617 /* end confdefs.h. */
19622 #ifndef __POWERPC__
19623 choke me for lack of PowerPC
19630 if ac_fn_c_try_compile "$LINENO"; then :
19631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19632 $as_echo "yes" >&6; }
19634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19635 $as_echo "no" >&6; }
19636 $as_echo "#define __POWERPC__ 1" >>confdefs.h
19640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CoreFoundation/CFBase.h is usable" >&5
19647 $as_echo_n "checking if CoreFoundation/CFBase.h is usable... " >&6; }
19648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19649 /* end confdefs.h. */
19650 #include <CoreFoundation/CFBase.h>
19660 if ac_fn_c_try_compile "$LINENO"; then :
19661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19662 $as_echo "yes" >&6; }
19664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19665 $as_echo "no" >&6; }
19666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19667 $as_echo_n "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... " >&6; }
19668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19669 /* end confdefs.h. */
19670 #define __CF_USE_FRAMEWORK_INCLUDES__
19671 #include <CoreFoundation/CFBase.h>
19681 if ac_fn_c_try_compile "$LINENO"; then :
19682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
19683 $as_echo "yes" >&6; }
19684 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19686 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19687 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19688 as_fn_error $? "no. CoreFoundation not available.
19689 See \
`config.log' for more details" "$LINENO" 5; }
19692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19701 doesnt_want_win32=0
19704 if test "$wxUSE_MSW" = 1 ; then
19707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -mno-cygwin is in effect" >&5
19708 $as_echo_n "checking if -mno-cygwin is in effect... " >&6; }
19709 if ${wx_cv_nocygwin+:} false; then :
19710 $as_echo_n "(cached) " >&6
19713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19714 /* end confdefs.h. */
19728 if ac_fn_c_try_compile "$LINENO"; then :
19734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_nocygwin" >&5
19739 $as_echo "$wx_cv_nocygwin" >&6; }
19741 if test "$wx_cv_nocygwin" = "yes"; then
19744 doesnt_want_win32=1
19747 if test "$wants_win32" = 1 ; then
19748 BAKEFILE_FORCE_PLATFORM=win32
19756 if test "$wxUSE_WINE" = "yes"; then
19758 LDFLAGS_GUI="-mwindows"
19761 if test "$wants_win32" = 1 ; then
19764 $as_echo "#define __WIN32__ 1" >>confdefs.h
19766 $as_echo "#define __WIN95__ 1" >>confdefs.h
19768 $as_echo "#define __WINDOWS__ 1" >>confdefs.h
19770 $as_echo "#define __GNUWIN32__ 1" >>confdefs.h
19772 $as_echo "#define STRICT 1" >>confdefs.h
19775 if test "$doesnt_want_win32" = 1 ; then
19780 if test "$USE_UNIX" = 1 ; then
19782 $as_echo "#define __UNIX__ 1" >>confdefs.h
19787 *-pc-os2_emx | *-pc-os2-emx )
19788 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for drand48 in -lcExt" >&5
19790 $as_echo_n "checking for drand48 in -lcExt... " >&6; }
19791 if ${ac_cv_lib_cExt_drand48+:} false; then :
19792 $as_echo_n "(cached) " >&6
19794 ac_check_lib_save_LIBS=$LIBS
19795 LIBS="-lcExt $LIBS"
19796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19797 /* end confdefs.h. */
19799 /* Override any GCC internal prototype to avoid an error.
19800 Use char because int might match the return type of a GCC
19801 builtin and then its argument prototype would still apply. */
19814 if ac_fn_c_try_link "$LINENO"; then :
19815 ac_cv_lib_cExt_drand48=yes
19817 ac_cv_lib_cExt_drand48=no
19819 rm -f core conftest.err conftest.$ac_objext \
19820 conftest$ac_exeext conftest.$ac_ext
19821 LIBS=$ac_check_lib_save_LIBS
19823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cExt_drand48" >&5
19824 $as_echo "$ac_cv_lib_cExt_drand48" >&6; }
19825 if test "x$ac_cv_lib_cExt_drand48" = xyes; then :
19826 LIBS="$LIBS -lcExt"
19830 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc/libc version" >&5
19833 $as_echo_n "checking for gcc/libc version... " >&6; }
19834 if ${wx_cv_gccversion+:} false; then :
19835 $as_echo_n "(cached) " >&6
19838 if test "$cross_compiling" = yes; then :
19839 wx_cv_gccversion="EMX2"
19842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19843 /* end confdefs.h. */
19849 FILE *f=fopen("conftestval", "w");
19854 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19856 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19866 if ac_fn_c_try_run "$LINENO"; then :
19867 wx_cv_gccversion=`cat conftestval
`
19869 wx_cv_gccversion="EMX2"
19871 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19872 conftest.$ac_objext conftest.beam conftest.$ac_ext
19877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gccversion" >&5
19878 $as_echo "$wx_cv_gccversion" >&6; }
19879 if test "$wx_cv_gccversion" = "EMX2"; then
19880 LIBS="$LIBS -lstdcpp"
19881 LDFLAGS="$LDFLAGS -Zsysv-signals"
19883 if test "$wx_cv_gccversion" = "EMX3"; then
19884 LIBS="$LIBS -lstdcxx -lgcc"
19885 LDFLAGS="$LDFLAGS -Zsysv-signals"
19887 LIBS="$LIBS -lstdc++"
19890 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Building DLLs requires OMF mode, enabled" >&5
19892 $as_echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in string.h" >&5
19900 $as_echo_n "checking for strcasecmp() in string.h... " >&6; }
19901 if ${ac_cv_string_strcasecmp+:} false; then :
19902 $as_echo_n "(cached) " >&6
19905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19906 /* end confdefs.h. */
19908 #include <string.h>
19914 strcasecmp("foo", "bar");
19920 if ac_fn_c_try_link "$LINENO"; then :
19921 ac_cv_string_strcasecmp=yes
19923 ac_cv_string_strcasecmp=no
19926 rm -f core conftest.err conftest.$ac_objext \
19927 conftest$ac_exeext conftest.$ac_ext
19930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_string_strcasecmp" >&5
19931 $as_echo "$ac_cv_string_strcasecmp" >&6; }
19933 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19934 $as_echo "#define HAVE_STRCASECMP_IN_STRING_H 1" >>confdefs.h
19937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp() in strings.h" >&5
19938 $as_echo_n "checking for strcasecmp() in strings.h... " >&6; }
19939 if ${ac_cv_strings_strcasecmp+:} false; then :
19940 $as_echo_n "(cached) " >&6
19943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19944 /* end confdefs.h. */
19946 #include <strings.h>
19952 strcasecmp("foo", "bar");
19958 if ac_fn_c_try_link "$LINENO"; then :
19959 ac_cv_strings_strcasecmp=yes
19961 ac_cv_strings_strcasecmp=no
19964 rm -f core conftest.err conftest.$ac_objext \
19965 conftest$ac_exeext conftest.$ac_ext
19968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_strings_strcasecmp" >&5
19969 $as_echo "$ac_cv_strings_strcasecmp" >&6; }
19971 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
19972 $as_echo "#define HAVE_STRCASECMP_IN_STRINGS_H 1" >>confdefs.h
19975 as_fn_error $? "No case-insensitive string comparison function found." "$LINENO" 5
19983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
19984 $as_echo_n "checking for ANSI C header files... " >&6; }
19985 if ${ac_cv_header_stdc+:} false; then :
19986 $as_echo_n "(cached) " >&6
19988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19989 /* end confdefs.h. */
19990 #include <stdlib.h>
19991 #include <stdarg.h>
19992 #include <string.h>
20003 if ac_fn_c_try_compile "$LINENO"; then :
20004 ac_cv_header_stdc=yes
20006 ac_cv_header_stdc=no
20008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20010 if test $ac_cv_header_stdc = yes; then
20011 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20013 /* end confdefs.h. */
20014 #include <string.h>
20017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20018 $EGREP "memchr" >/dev/null 2>&1; then :
20021 ac_cv_header_stdc=no
20027 if test $ac_cv_header_stdc = yes; then
20028 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
20029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20030 /* end confdefs.h. */
20031 #include <stdlib.h>
20034 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20035 $EGREP "free" >/dev/null 2>&1; then :
20038 ac_cv_header_stdc=no
20044 if test $ac_cv_header_stdc = yes; then
20045 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20046 if test "$cross_compiling" = yes; then :
20049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20050 /* end confdefs.h. */
20052 #include <stdlib.h>
20053 #if ((' ' & 0x0FF) == 0x020)
20054 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20055 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20057 # define ISLOWER(c) \
20058 (('a' <= (c) && (c) <= 'i') \
20059 || ('j' <= (c) && (c) <= 'r') \
20060 || ('s' <= (c) && (c) <= 'z'))
20061 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20064 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20069 for (i = 0; i < 256; i++)
20070 if (XOR (islower (i), ISLOWER (i))
20071 || toupper (i) != TOUPPER (i))
20076 if ac_fn_c_try_run "$LINENO"; then :
20079 ac_cv_header_stdc=no
20081 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20082 conftest.$ac_objext conftest.beam conftest.$ac_ext
20087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
20088 $as_echo "$ac_cv_header_stdc" >&6; }
20089 if test $ac_cv_header_stdc = yes; then
20091 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
20095 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20096 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20097 inttypes.h stdint.h unistd.h
20099 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20100 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20102 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20103 cat >>confdefs.h <<_ACEOF
20104 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20112 for ac_header in langinfo.h wchar.h
20114 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
20115 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
20117 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
20118 cat >>confdefs.h <<_ACEOF
20119 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
20127 if test "$ac_cv_header_wchar_h" != "yes"; then
20128 for ac_header in wcstr.h
20130 ac_fn_c_check_header_compile "$LINENO" "wcstr.h" "ac_cv_header_wcstr_h" "$ac_includes_default
20132 if test "x$ac_cv_header_wcstr_h" = xyes; then :
20133 cat >>confdefs.h <<_ACEOF
20134 #define HAVE_WCSTR_H 1
20144 *-pc-os2_emx | *-pc-os2-emx )
20145 if test $ac_cv_header_langinfo_h = "yes" \
20146 -a \( "$wx_cv_gccversion" = "EMX2" \
20147 -o "$wx_cv_gccversion" = "EMX3" \
20148 -o "$wx_cv_gccversion" = "Innotek5" \); then
20149 LIBS="$LIBS -lintl"
20154 if test "$USE_UNIX" = 1 ; then
20155 for ac_header in sys/select.h
20157 ac_fn_c_check_header_compile "$LINENO" "sys/select.h" "ac_cv_header_sys_select_h" "$ac_includes_default
20159 if test "x$ac_cv_header_sys_select_h" = xyes; then :
20160 cat >>confdefs.h <<_ACEOF
20161 #define HAVE_SYS_SELECT_H 1
20170 ac_cpp='$CXXCPP $CPPFLAGS'
20171 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20172 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20173 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20175 for ac_header in cxxabi.h
20177 ac_fn_cxx_check_header_compile "$LINENO" "cxxabi.h" "ac_cv_header_cxxabi_h" "$ac_includes_default
20179 if test "x$ac_cv_header_cxxabi_h" = xyes; then :
20180 cat >>confdefs.h <<_ACEOF
20181 #define HAVE_CXXABI_H 1
20189 ac_cpp='$CPP $CPPFLAGS'
20190 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20191 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20192 ac_compiler_gnu=$ac_cv_c_compiler_gnu
20197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
20198 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
20199 if ${ac_cv_c_const+:} false; then :
20200 $as_echo_n "(cached) " >&6
20202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20203 /* end confdefs.h. */
20209 #ifndef __cplusplus
20210 /* Ultrix mips cc rejects this sort of thing. */
20211 typedef int charset[2];
20212 const charset cs = { 0, 0 };
20213 /* SunOS 4.1.1 cc rejects this. */
20214 char const *const *pcpcc;
20216 /* NEC SVR4.0.2 mips cc rejects this. */
20217 struct point {int x, y;};
20218 static struct point const zero = {0,0};
20219 /* AIX XL C 1.02.0.0 rejects this.
20220 It does not let you subtract one const X* pointer from another in
20221 an arm of an if-expression whose if-part is not a constant
20223 const char *g = "string";
20224 pcpcc = &g + (g ? g-g : 0);
20225 /* HPUX 7.0 cc rejects these. */
20227 ppc = (char**) pcpcc;
20228 pcpcc = (char const *const *) ppc;
20229 { /* SCO 3.2v4 cc rejects this sort of thing. */
20232 char const *s = 0 ? (char *) 0 : (char const *) 0;
20237 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
20238 int x[] = {25, 17};
20239 const int *foo = &x[0];
20242 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20243 typedef const int *iptr;
20247 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
20248 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20249 struct s { int j; const int *ap[3]; } bx;
20250 struct s *b = &bx; b->j = 5;
20252 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20253 const int foo = 10;
20254 if (!foo) return 0;
20256 return !cs[0] && !zero.x;
20263 if ac_fn_c_try_compile "$LINENO"; then :
20268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
20271 $as_echo "$ac_cv_c_const" >&6; }
20272 if test $ac_cv_c_const = no; then
20274 $as_echo "#define const /**/" >>confdefs.h
20278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
20279 $as_echo_n "checking for inline... " >&6; }
20280 if ${ac_cv_c_inline+:} false; then :
20281 $as_echo_n "(cached) " >&6
20284 for ac_kw in inline __inline__ __inline; do
20285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20286 /* end confdefs.h. */
20287 #ifndef __cplusplus
20289 static $ac_kw foo_t static_foo () {return 0; }
20290 $ac_kw foo_t foo () {return 0; }
20294 if ac_fn_c_try_compile "$LINENO"; then :
20295 ac_cv_c_inline=$ac_kw
20297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 test "$ac_cv_c_inline" != no && break
20302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
20303 $as_echo "$ac_cv_c_inline" >&6; }
20305 case $ac_cv_c_inline in
20308 case $ac_cv_c_inline in
20310 *) ac_val=$ac_cv_c_inline;;
20312 cat >>confdefs.h <<_ACEOF
20313 #ifndef __cplusplus
20314 #define inline $ac_val
20321 # The cast to long int works around a bug in the HP C Compiler
20322 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20323 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
20324 # This bug is HP SR number 8606223364.
20325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
20326 $as_echo_n "checking size of short... " >&6; }
20327 if ${ac_cv_sizeof_short+:} false; then :
20328 $as_echo_n "(cached) " >&6
20330 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
20333 if test "$ac_cv_type_short" = yes; then
20334 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20335 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
20336 as_fn_error 77 "cannot compute sizeof (short)
20337 See \`config.log
' for more details" "$LINENO" 5; }
20339 ac_cv_sizeof_short=0
20344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
20345 $as_echo "$ac_cv_sizeof_short" >&6; }
20349 cat >>confdefs.h <<_ACEOF
20350 #define SIZEOF_SHORT $ac_cv_sizeof_short
20354 # The cast to long int works around a bug in the HP C Compiler
20355 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20356 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20357 # This bug is HP SR number 8606223364.
20358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
20359 $as_echo_n "checking size of void *... " >&6; }
20360 if ${ac_cv_sizeof_void_p+:} false
; then :
20361 $as_echo_n "(cached) " >&6
20363 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
20366 if test "$ac_cv_type_void_p" = yes; then
20367 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20368 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20369 as_fn_error
77 "cannot compute sizeof (void *)
20370 See \`config.log' for more details" "$LINENO" 5; }
20372 ac_cv_sizeof_void_p
=0
20377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
20378 $as_echo "$ac_cv_sizeof_void_p" >&6; }
20382 cat >>confdefs.h
<<_ACEOF
20383 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
20387 # The cast to long int works around a bug in the HP C Compiler
20388 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20389 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20390 # This bug is HP SR number 8606223364.
20391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
20392 $as_echo_n "checking size of int... " >&6; }
20393 if ${ac_cv_sizeof_int+:} false
; then :
20394 $as_echo_n "(cached) " >&6
20396 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
20399 if test "$ac_cv_type_int" = yes; then
20400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20402 as_fn_error
77 "cannot compute sizeof (int)
20403 See \`config.log' for more details" "$LINENO" 5; }
20410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
20411 $as_echo "$ac_cv_sizeof_int" >&6; }
20415 cat >>confdefs.h
<<_ACEOF
20416 #define SIZEOF_INT $ac_cv_sizeof_int
20420 # The cast to long int works around a bug in the HP C Compiler
20421 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20422 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20423 # This bug is HP SR number 8606223364.
20424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
20425 $as_echo_n "checking size of long... " >&6; }
20426 if ${ac_cv_sizeof_long+:} false
; then :
20427 $as_echo_n "(cached) " >&6
20429 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
20432 if test "$ac_cv_type_long" = yes; then
20433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20435 as_fn_error
77 "cannot compute sizeof (long)
20436 See \`config.log' for more details" "$LINENO" 5; }
20438 ac_cv_sizeof_long
=0
20443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
20444 $as_echo "$ac_cv_sizeof_long" >&6; }
20448 cat >>confdefs.h
<<_ACEOF
20449 #define SIZEOF_LONG $ac_cv_sizeof_long
20453 # The cast to long int works around a bug in the HP C Compiler
20454 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20455 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20456 # This bug is HP SR number 8606223364.
20457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
20458 $as_echo_n "checking size of size_t... " >&6; }
20459 if ${ac_cv_sizeof_size_t+:} false
; then :
20460 $as_echo_n "(cached) " >&6
20462 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
20465 if test "$ac_cv_type_size_t" = yes; then
20466 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20467 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20468 as_fn_error
77 "cannot compute sizeof (size_t)
20469 See \`config.log' for more details" "$LINENO" 5; }
20471 ac_cv_sizeof_size_t
=0
20476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
20477 $as_echo "$ac_cv_sizeof_size_t" >&6; }
20481 cat >>confdefs.h
<<_ACEOF
20482 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20489 # The cast to long int works around a bug in the HP C Compiler
20490 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20491 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20492 # This bug is HP SR number 8606223364.
20493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20494 $as_echo_n "checking size of long long... " >&6; }
20495 if ${ac_cv_sizeof_long_long+:} false
; then :
20496 $as_echo_n "(cached) " >&6
20498 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20501 if test "$ac_cv_type_long_long" = yes; then
20502 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20504 as_fn_error
77 "cannot compute sizeof (long long)
20505 See \`config.log' for more details" "$LINENO" 5; }
20507 ac_cv_sizeof_long_long
=0
20512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20513 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20517 cat >>confdefs.h
<<_ACEOF
20518 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20524 # The cast to long int works around a bug in the HP C Compiler
20525 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20526 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20527 # This bug is HP SR number 8606223364.
20528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20529 $as_echo_n "checking size of long long... " >&6; }
20530 if ${ac_cv_sizeof_long_long+:} false
; then :
20531 $as_echo_n "(cached) " >&6
20533 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20536 if test "$ac_cv_type_long_long" = yes; then
20537 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20539 as_fn_error
77 "cannot compute sizeof (long long)
20540 See \`config.log' for more details" "$LINENO" 5; }
20542 ac_cv_sizeof_long_long
=0
20547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20548 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20552 cat >>confdefs.h
<<_ACEOF
20553 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20557 if test "$ac_cv_sizeof_long_long" != 0; then
20558 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
20562 # The cast to long int works around a bug in the HP C Compiler
20563 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20564 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20565 # This bug is HP SR number 8606223364.
20566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
20567 $as_echo_n "checking size of long long... " >&6; }
20568 if ${ac_cv_sizeof_long_long+:} false
; then :
20569 $as_echo_n "(cached) " >&6
20571 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
20574 if test "$ac_cv_type_long_long" = yes; then
20575 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20577 as_fn_error
77 "cannot compute sizeof (long long)
20578 See \`config.log' for more details" "$LINENO" 5; }
20580 ac_cv_sizeof_long_long
=0
20585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
20586 $as_echo "$ac_cv_sizeof_long_long" >&6; }
20590 cat >>confdefs.h
<<_ACEOF
20591 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20597 # The cast to long int works around a bug in the HP C Compiler
20598 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20599 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20600 # This bug is HP SR number 8606223364.
20601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of wchar_t" >&5
20602 $as_echo_n "checking size of wchar_t... " >&6; }
20603 if ${ac_cv_sizeof_wchar_t+:} false
; then :
20604 $as_echo_n "(cached) " >&6
20606 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "
20607 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20608 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20609 # error \"fake wchar_t\"
20611 #ifdef HAVE_WCHAR_H
20613 # include <stddef.h>
20615 # include <wchar.h>
20617 #ifdef HAVE_STDLIB_H
20618 # include <stdlib.h>
20626 if test "$ac_cv_type_wchar_t" = yes; then
20627 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20628 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20629 as_fn_error
77 "cannot compute sizeof (wchar_t)
20630 See \`config.log' for more details" "$LINENO" 5; }
20632 ac_cv_sizeof_wchar_t
=0
20637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_wchar_t" >&5
20638 $as_echo "$ac_cv_sizeof_wchar_t" >&6; }
20642 cat >>confdefs.h
<<_ACEOF
20643 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20647 if test "$ac_cv_sizeof_wchar_t" = 0; then
20648 as_fn_error $?
"wxWidgets requires wchar_t support." "$LINENO" 5
20650 $as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
20653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20654 $as_echo_n "checking for va_copy... " >&6; }
20655 if ${wx_cv_func_va_copy+:} false
; then :
20656 $as_echo_n "(cached) " >&6
20660 ac_cpp
='$CXXCPP $CPPFLAGS'
20661 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20662 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20663 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20666 /* end confdefs.h. */
20669 #include <stdarg.h>
20670 void foo(char *f, ...)
20685 if ac_fn_cxx_try_link
"$LINENO"; then :
20686 wx_cv_func_va_copy
=yes
20688 wx_cv_func_va_copy
=no
20691 rm -f core conftest.err conftest.
$ac_objext \
20692 conftest
$ac_exeext conftest.
$ac_ext
20694 ac_cpp
='$CPP $CPPFLAGS'
20695 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20696 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20697 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_va_copy" >&5
20703 $as_echo "$wx_cv_func_va_copy" >&6; }
20705 if test $wx_cv_func_va_copy = "yes"; then
20706 $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
20709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if va_list can be copied by value" >&5
20710 $as_echo_n "checking if va_list can be copied by value... " >&6; }
20711 if ${wx_cv_type_va_list_lvalue+:} false
; then :
20712 $as_echo_n "(cached) " >&6
20715 if test "$cross_compiling" = yes; then :
20716 wx_cv_type_va_list_lvalue
=yes
20719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20720 /* end confdefs.h. */
20723 #include <stdarg.h>
20724 int foo(char *f, ...)
20729 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20737 return foo("hi", 17);
20741 if ac_fn_c_try_run
"$LINENO"; then :
20742 wx_cv_type_va_list_lvalue
=yes
20744 wx_cv_type_va_list_lvalue
=no
20746 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
20747 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
20753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_va_list_lvalue" >&5
20754 $as_echo "$wx_cv_type_va_list_lvalue" >&6; }
20756 if test $wx_cv_type_va_list_lvalue != "yes"; then
20757 $as_echo "#define VA_LIST_IS_ARRAY 1" >>confdefs.h
20762 if test "$wxUSE_VARARG_MACROS" = "yes"; then
20764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports variadic macros" >&5
20765 $as_echo_n "checking whether the compiler supports variadic macros... " >&6; }
20766 if ${wx_cv_have_variadic_macros+:} false
; then :
20767 $as_echo_n "(cached) " >&6
20771 ac_cpp
='$CXXCPP $CPPFLAGS'
20772 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20773 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20774 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20776 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20777 /* end confdefs.h. */
20781 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
20787 test("%s %d %p", "test", 1, 0);
20794 if ac_fn_cxx_try_compile
"$LINENO"; then :
20795 wx_cv_have_variadic_macros
=yes
20797 wx_cv_have_variadic_macros
=no
20800 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20802 ac_cpp
='$CPP $CPPFLAGS'
20803 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20804 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20805 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_have_variadic_macros" >&5
20811 $as_echo "$wx_cv_have_variadic_macros" >&6; }
20813 if test $wx_cv_have_variadic_macros = "yes"; then
20814 $as_echo "#define HAVE_VARIADIC_MACROS 1" >>confdefs.h
20820 LARGEFILE_CPPFLAGS
=
20821 # Check whether --enable-largefile was given.
20822 if test "${enable_largefile+set}" = set; then :
20823 enableval
=$enable_largefile;
20826 if test "$enable_largefile" != no
; then
20829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20830 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
20831 if ${ac_cv_sys_file_offset_bits+:} false
; then :
20832 $as_echo_n "(cached) " >&6
20835 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20836 /* end confdefs.h. */
20837 #define _FILE_OFFSET_BITS 64
20838 #include <sys/types.h>
20843 unsigned int field: sizeof(off_t) == 8;
20850 if ac_fn_c_try_compile
"$LINENO"; then :
20851 ac_cv_sys_file_offset_bits
=64
20853 ac_cv_sys_file_offset_bits
=no
20855 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
20860 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
20862 if test "$ac_cv_sys_file_offset_bits" != no
; then
20864 cat >>confdefs.h
<<_ACEOF
20865 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20870 if test "x$wx_largefile" != "xyes"; then
20872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
20873 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
20874 if ${ac_cv_sys_large_files+:} false
; then :
20875 $as_echo_n "(cached) " >&6
20878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20879 /* end confdefs.h. */
20880 #define _LARGE_FILES 1
20881 #include <sys/types.h>
20886 unsigned int field: sizeof(off_t) == 8;
20893 if ac_fn_c_try_compile
"$LINENO"; then :
20894 ac_cv_sys_large_files
=1
20896 ac_cv_sys_large_files
=no
20898 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
20903 $as_echo "$ac_cv_sys_large_files" >&6; }
20905 if test "$ac_cv_sys_large_files" != no
; then
20907 cat >>confdefs.h
<<_ACEOF
20908 #define _LARGE_FILES $ac_cv_sys_large_files
20915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if large file support is available" >&5
20916 $as_echo_n "checking if large file support is available... " >&6; }
20917 if test "x$wx_largefile" = "xyes"; then
20918 $as_echo "#define HAVE_LARGEFILE_SUPPORT 1" >>confdefs.h
20921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_largefile" >&5
20922 $as_echo "$wx_largefile" >&6; }
20925 if test "$ac_cv_sys_file_offset_bits" = "64"; then
20926 LARGEFILE_CPPFLAGS
="-D_FILE_OFFSET_BITS=64"
20927 elif test "$ac_cv_sys_large_files" = 1; then
20928 LARGEFILE_CPPFLAGS
="-D_LARGE_FILES"
20931 if test -n "$LARGEFILE_CPPFLAGS"; then
20932 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
20934 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D__STDC_EXT__ is required" >&5
20936 $as_echo_n "checking if -D__STDC_EXT__ is required... " >&6; }
20937 if ${wx_cv_STDC_EXT_required+:} false
; then :
20938 $as_echo_n "(cached) " >&6
20942 ac_cpp
='$CXXCPP $CPPFLAGS'
20943 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20944 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20945 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
20948 /* end confdefs.h. */
20954 #ifndef __STDC_EXT__
20962 if ac_fn_cxx_try_compile
"$LINENO"; then :
20963 wx_cv_STDC_EXT_required
=no
20965 wx_cv_STDC_EXT_required
=yes
20968 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20970 ac_cpp
='$CPP $CPPFLAGS'
20971 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20972 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20973 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_STDC_EXT_required" >&5
20979 $as_echo "$wx_cv_STDC_EXT_required" >&6; }
20980 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20981 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
20987 ac_cpp
='$CXXCPP $CPPFLAGS'
20988 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20989 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20990 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20992 old_CPPFLAGS
="$CPPFLAGS"
20993 CPPFLAGS
="$CPPFLAGS $LARGEFILE_CPPFLAGS"
20994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20995 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20996 if ${ac_cv_sys_largefile_source+:} false
; then :
20997 $as_echo_n "(cached) " >&6
21000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21001 /* end confdefs.h. */
21002 #include <sys/types.h> /* for off_t */
21007 int (*fp) (FILE *, off_t, int) = fseeko;
21008 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
21013 if ac_fn_cxx_try_link
"$LINENO"; then :
21014 ac_cv_sys_largefile_source
=no
; break
21016 rm -f core conftest.err conftest.
$ac_objext \
21017 conftest
$ac_exeext conftest.
$ac_ext
21018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21019 /* end confdefs.h. */
21020 #define _LARGEFILE_SOURCE 1
21021 #include <sys/types.h> /* for off_t */
21026 int (*fp) (FILE *, off_t, int) = fseeko;
21027 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
21032 if ac_fn_cxx_try_link
"$LINENO"; then :
21033 ac_cv_sys_largefile_source
=1; break
21035 rm -f core conftest.err conftest.
$ac_objext \
21036 conftest
$ac_exeext conftest.
$ac_ext
21037 ac_cv_sys_largefile_source
=unknown
21041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5
21042 $as_echo "$ac_cv_sys_largefile_source" >&6; }
21043 case $ac_cv_sys_largefile_source in #(
21046 cat >>confdefs.h
<<_ACEOF
21047 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
21053 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
21054 # in glibc 2.1.3, but that breaks too many other things.
21055 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
21056 if test $ac_cv_sys_largefile_source != unknown
; then
21058 $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h
21062 CPPFLAGS
="$old_CPPFLAGS"
21064 ac_cpp
='$CPP $CPPFLAGS'
21065 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21066 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21067 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21069 if test "$ac_cv_sys_largefile_source" != no
; then
21070 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
21073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
21074 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
21075 if ${ac_cv_c_bigendian+:} false
; then :
21076 $as_echo_n "(cached) " >&6
21078 ac_cv_c_bigendian
=unknown
21079 # See if sys/param.h defines the BYTE_ORDER macro.
21080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21081 /* end confdefs.h. */
21082 #include <sys/types.h>
21083 #include <sys/param.h>
21088 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
21089 bogus endian macros
21095 if ac_fn_c_try_compile
"$LINENO"; then :
21096 # It does; now see whether it defined to BIG_ENDIAN or not.
21097 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21098 /* end confdefs.h. */
21099 #include <sys/types.h>
21100 #include <sys/param.h>
21105 #if BYTE_ORDER != BIG_ENDIAN
21112 if ac_fn_c_try_compile
"$LINENO"; then :
21113 ac_cv_c_bigendian
=yes
21115 ac_cv_c_bigendian
=no
21117 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21119 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21120 if test $ac_cv_c_bigendian = unknown
; then
21121 if test "$cross_compiling" = yes; then :
21122 ac_cv_c_bigendian
=unknown
21124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21125 /* end confdefs.h. */
21127 /* Are we little or big endian? From Harbison&Steele. */
21131 char c[sizeof (long)];
21134 exit (u.c[sizeof (long) - 1] == 1);
21137 if ac_fn_c_try_run
"$LINENO"; then :
21138 ac_cv_c_bigendian
=no
21140 ac_cv_c_bigendian
=yes
21142 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
21143 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
21148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
21149 $as_echo "$ac_cv_c_bigendian" >&6; }
21150 if test $ac_cv_c_bigendian = unknown
; then
21151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
21152 $as_echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
21154 if test $ac_cv_c_bigendian = yes; then
21155 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
21163 ac_cpp
='$CXXCPP $CPPFLAGS'
21164 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21165 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21166 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21169 for ac_header
in iostream
21171 ac_fn_cxx_check_header_compile
"$LINENO" "iostream" "ac_cv_header_iostream" "
21173 if test "x$ac_cv_header_iostream" = xyes
; then :
21174 cat >>confdefs.h
<<_ACEOF
21175 #define HAVE_IOSTREAM 1
21183 if test "$ac_cv_header_iostream" = "yes" ; then
21186 $as_echo "#define wxUSE_IOSTREAMH 1" >>confdefs.h
21191 ac_cpp
='$CPP $CPPFLAGS'
21192 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21193 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21194 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if C++ compiler supports the explicit keyword" >&5
21200 $as_echo_n "checking if C++ compiler supports the explicit keyword... " >&6; }
21201 if ${wx_cv_explicit+:} false
; then :
21202 $as_echo_n "(cached) " >&6
21207 ac_cpp
='$CXXCPP $CPPFLAGS'
21208 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21209 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21210 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21214 /* end confdefs.h. */
21216 class Foo { public: explicit Foo(int) {} };
21228 if ac_fn_cxx_try_compile
"$LINENO"; then :
21230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21231 /* end confdefs.h. */
21233 class Foo { public: explicit Foo(int) {} };
21234 static void TakeFoo(const Foo& foo) { }
21247 if ac_fn_cxx_try_compile
"$LINENO"; then :
21253 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21259 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21262 ac_cpp
='$CPP $CPPFLAGS'
21263 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21264 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21265 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_explicit" >&5
21270 $as_echo "$wx_cv_explicit" >&6; }
21272 if test "$wx_cv_explicit" = "yes"; then
21273 $as_echo "#define HAVE_EXPLICIT 1" >>confdefs.h
21278 if test "x$SUNCXX" = xyes
; then
21279 CXXFLAGS
="-features=tmplife $GNU_SOURCE_FLAG $CXXFLAGS"
21282 if test "x$SUNCC" = xyes
; then
21283 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
21286 if test "x$SGICC" = "xyes"; then
21287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if cc version is 7.4.4 or greater" >&5
21288 $as_echo_n "checking if cc version is 7.4.4 or greater... " >&6; }
21289 if ${wx_cv_prog_sgicc744+:} false
; then :
21290 $as_echo_n "(cached) " >&6
21293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21294 /* end confdefs.h. */
21300 #if _SGI_COMPILER_VERSION >= 744
21301 chock me: mipsPro is 7.4.4 or later
21308 if ac_fn_c_try_compile
"$LINENO"; then :
21309 wx_cv_prog_sgicc744
=no
21311 wx_cv_prog_sgicc744
=yes
21314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicc744" >&5
21319 $as_echo "$wx_cv_prog_sgicc744" >&6; }
21321 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
21322 CFLAGS
="-woff 3970 $CFLAGS"
21325 if test "x$SGICXX" = "xyes"; then
21326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CC version is 7.4.4 or greater" >&5
21327 $as_echo_n "checking if CC version is 7.4.4 or greater... " >&6; }
21328 if ${wx_cv_prog_sgicxx744+:} false
; then :
21329 $as_echo_n "(cached) " >&6
21333 ac_cpp
='$CXXCPP $CPPFLAGS'
21334 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21335 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21336 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21339 /* end confdefs.h. */
21345 #if _SGI_COMPILER_VERSION >= 744
21346 chock me: mipsPro is 7.4.4 or later
21353 if ac_fn_cxx_try_compile
"$LINENO"; then :
21354 wx_cv_prog_sgicxx744
=no
21356 wx_cv_prog_sgicxx744
=yes
21359 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21361 ac_cpp
='$CPP $CPPFLAGS'
21362 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21363 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21364 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_prog_sgicxx744" >&5
21370 $as_echo "$wx_cv_prog_sgicxx744" >&6; }
21372 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
21373 CXXFLAGS
="-woff 3970 $CXXFLAGS"
21377 if test "x$HPCC" = "xyes"; then
21378 CFLAGS
="+W 2011,2450 $CFLAGS"
21380 if test "x$HPCXX" = "xyes"; then
21381 CXXFLAGS
="+W 2340,4232 $CXXFLAGS"
21384 if test "x$COMPAQCXX" = "xyes"; then
21385 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
21389 ac_cpp
='$CXXCPP $CPPFLAGS'
21390 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21391 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21392 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21395 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21396 if test "$wxUSE_UNICODE" = "yes"; then
21397 std_string
="std::wstring"
21398 char_type
="wchar_t"
21400 std_string
="std::string"
21404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $std_string in <string>" >&5
21405 $as_echo_n "checking for $std_string in <string>... " >&6; }
21406 if ${wx_cv_class_stdstring+:} false
; then :
21407 $as_echo_n "(cached) " >&6
21410 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21411 /* end confdefs.h. */
21421 if ac_fn_cxx_try_compile
"$LINENO"; then :
21422 wx_cv_class_stdstring
=yes
21424 wx_cv_class_stdstring
=no
21427 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdstring" >&5
21432 $as_echo "$wx_cv_class_stdstring" >&6; }
21434 if test "$wx_cv_class_stdstring" = yes; then
21435 if test "$wxUSE_UNICODE" = "yes"; then
21436 $as_echo "#define HAVE_STD_WSTRING 1" >>confdefs.h
21440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if std::basic_string<$char_type> works" >&5
21441 $as_echo_n "checking if std::basic_string<$char_type> works... " >&6; }
21442 if ${wx_cv_class_stdbasicstring+:} false
; then :
21443 $as_echo_n "(cached) " >&6
21446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21447 /* end confdefs.h. */
21449 #ifdef HAVE_WCHAR_H
21451 # include <stddef.h>
21453 # include <wchar.h>
21455 #ifdef HAVE_STDLIB_H
21456 # include <stdlib.h>
21464 std::basic_string<$char_type> foo;
21465 const $char_type* dummy = foo.c_str();
21470 if ac_fn_cxx_try_compile
"$LINENO"; then :
21471 wx_cv_class_stdbasicstring
=yes
21473 wx_cv_class_stdbasicstring
=no
21476 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdbasicstring" >&5
21481 $as_echo "$wx_cv_class_stdbasicstring" >&6; }
21483 if test "$wx_cv_class_stdbasicstring" != yes; then
21484 if test "$wxUSE_STL" = "yes"; then
21485 as_fn_error $?
"Can't use --enable-stl without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21486 elif test "$wxUSE_STD_STRING" = "yes"; then
21487 as_fn_error $?
"Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" "$LINENO" 5
21489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21490 $as_echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21491 wxUSE_STD_STRING
=no
21497 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21498 ac_fn_cxx_check_type
"$LINENO" "std::istream" "ac_cv_type_std__istream" "#include <iostream>
21500 if test "x$ac_cv_type_std__istream" = xyes
; then :
21502 cat >>confdefs.h
<<_ACEOF
21503 #define HAVE_STD__ISTREAM 1
21508 wxUSE_STD_IOSTREAM
=no
21510 ac_fn_cxx_check_type
"$LINENO" "std::ostream" "ac_cv_type_std__ostream" "#include <iostream>
21512 if test "x$ac_cv_type_std__ostream" = xyes
; then :
21514 cat >>confdefs.h
<<_ACEOF
21515 #define HAVE_STD__OSTREAM 1
21520 wxUSE_STD_IOSTREAM
=no
21524 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21525 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21526 as_fn_error $?
"Can't use --enable-std_iostreams without std::istream and std::ostream" "$LINENO" 5
21528 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21529 $as_echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21534 if test "$wxUSE_STL" = "yes"; then
21535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for basic STL functionality" >&5
21536 $as_echo_n "checking for basic STL functionality... " >&6; }
21537 if ${wx_cv_lib_stl+:} false
; then :
21538 $as_echo_n "(cached) " >&6
21540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21541 /* end confdefs.h. */
21543 #include <functional>
21544 #include <algorithm>
21550 std::vector<int> moo;
21551 std::list<int> foo;
21552 std::vector<int>::iterator it =
21553 std::find_if(moo.begin(), moo.end(),
21554 std::bind2nd(std::less<int>(), 3));
21559 if ac_fn_cxx_try_compile
"$LINENO"; then :
21565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_stl" >&5
21569 $as_echo "$wx_cv_lib_stl" >&6; }
21571 if test "$wx_cv_lib_stl" != yes; then
21572 as_fn_error $?
"Can't use --enable-stl as basic STL functionality is missing" "$LINENO" 5
21575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compliant std::string::compare" >&5
21576 $as_echo_n "checking for compliant std::string::compare... " >&6; }
21577 if ${wx_cv_func_stdstring_compare+:} false
; then :
21578 $as_echo_n "(cached) " >&6
21580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21581 /* end confdefs.h. */
21586 std::string foo, bar;
21588 foo.compare(1, 1, bar);
21589 foo.compare(1, 1, bar, 1, 1);
21591 foo.compare(1, 1, "");
21592 foo.compare(1, 1, "", 2);
21597 if ac_fn_cxx_try_compile
"$LINENO"; then :
21598 wx_cv_func_stdstring_compare
=yes
21600 wx_cv_func_stdstring_compare
=no
21603 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_stdstring_compare" >&5
21607 $as_echo "$wx_cv_func_stdstring_compare" >&6; }
21609 if test "$wx_cv_func_stdstring_compare" = yes; then
21610 $as_echo "#define HAVE_STD_STRING_COMPARE 1" >>confdefs.h
21614 if test "$wx_cv_class_gnuhashmapset" = yes; then
21615 $as_echo "#define HAVE_EXT_HASH_MAP 1" >>confdefs.h
21617 $as_echo "#define HAVE_GNU_CXX_HASH_MAP 1" >>confdefs.h
21621 ac_fn_cxx_check_header_compile
"$LINENO" "unordered_map" "ac_cv_header_unordered_map" "
21624 if test "x$ac_cv_header_unordered_map" = xyes
; then :
21625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std" >&5
21626 $as_echo_n "checking for unordered_map and unordered_set in std... " >&6; }
21627 if ${wx_cv_class_stdunorderedmapset+:} false
; then :
21628 $as_echo_n "(cached) " >&6
21630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21631 /* end confdefs.h. */
21632 #include <unordered_map>
21633 #include <unordered_set>
21637 std::unordered_map<double*, char*> test1;
21638 std::unordered_set<char*> test2;
21643 if ac_fn_cxx_try_compile
"$LINENO"; then :
21644 wx_cv_class_stdunorderedmapset
=yes
21646 wx_cv_class_stdunorderedmapset
=no
21648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdunorderedmapset" >&5
21653 $as_echo "$wx_cv_class_stdunorderedmapset" >&6; }
21658 if test "$wx_cv_class_stdunorderedmapset" = yes; then
21659 $as_echo "#define HAVE_STD_UNORDERED_MAP 1" >>confdefs.h
21661 $as_echo "#define HAVE_STD_UNORDERED_SET 1" >>confdefs.h
21664 ac_fn_cxx_check_header_compile
"$LINENO" "tr1/unordered_map" "ac_cv_header_tr1_unordered_map" "
21667 if test "x$ac_cv_header_tr1_unordered_map" = xyes
; then :
21668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_map and unordered_set in std::tr1" >&5
21669 $as_echo_n "checking for unordered_map and unordered_set in std::tr1... " >&6; }
21670 if ${wx_cv_class_tr1unorderedmapset+:} false
; then :
21671 $as_echo_n "(cached) " >&6
21673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21674 /* end confdefs.h. */
21675 #include <tr1/unordered_map>
21676 #include <tr1/unordered_set>
21680 std::tr1::unordered_map<double*, char*> test1;
21681 std::tr1::unordered_set<char*> test2;
21682 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
21683 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
21689 if ac_fn_cxx_try_compile
"$LINENO"; then :
21690 wx_cv_class_tr1unorderedmapset
=yes
21692 wx_cv_class_tr1unorderedmapset
=no
21694 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_tr1unorderedmapset" >&5
21699 $as_echo "$wx_cv_class_tr1unorderedmapset" >&6; }
21704 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
21705 $as_echo "#define HAVE_TR1_UNORDERED_MAP 1" >>confdefs.h
21707 $as_echo "#define HAVE_TR1_UNORDERED_SET 1" >>confdefs.h
21710 ac_fn_cxx_check_header_compile
"$LINENO" "hash_map" "ac_cv_header_hash_map" "
21713 if test "x$ac_cv_header_hash_map" = xyes
; then :
21714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::hash_map and hash_set" >&5
21715 $as_echo_n "checking for std::hash_map and hash_set... " >&6; }
21716 if ${wx_cv_class_stdhashmapset+:} false
; then :
21717 $as_echo_n "(cached) " >&6
21719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21720 /* end confdefs.h. */
21721 #include <hash_map>
21722 #include <hash_set>
21726 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
21727 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
21732 if ac_fn_cxx_try_compile
"$LINENO"; then :
21733 wx_cv_class_stdhashmapset
=yes
21735 wx_cv_class_stdhashmapset
=no
21737 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_stdhashmapset" >&5
21742 $as_echo "$wx_cv_class_stdhashmapset" >&6; }
21747 if test "$wx_cv_class_stdhashmapset" = yes; then
21748 $as_echo "#define HAVE_HASH_MAP 1" >>confdefs.h
21750 $as_echo "#define HAVE_STD_HASH_MAP 1" >>confdefs.h
21754 ac_fn_cxx_check_header_compile
"$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "
21757 if test "x$ac_cv_header_ext_hash_map" = xyes
; then :
21758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU hash_map and hash_set" >&5
21759 $as_echo_n "checking for GNU hash_map and hash_set... " >&6; }
21760 if ${wx_cv_class_gnuhashmapset+:} false
; then :
21761 $as_echo_n "(cached) " >&6
21763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21764 /* end confdefs.h. */
21765 #include <ext/hash_map>
21766 #include <ext/hash_set>
21770 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
21771 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
21776 if ac_fn_cxx_try_compile
"$LINENO"; then :
21777 wx_cv_class_gnuhashmapset
=yes
21779 wx_cv_class_gnuhashmapset
=no
21781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_class_gnuhashmapset" >&5
21786 $as_echo "$wx_cv_class_gnuhashmapset" >&6; }
21796 ac_cpp
='$CXXCPP $CPPFLAGS'
21797 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21798 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21799 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
21801 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
21802 if test -z "$CXXCPP"; then
21803 if ${ac_cv_prog_CXXCPP+:} false
; then :
21804 $as_echo_n "(cached) " >&6
21806 # Double quotes because CXXCPP needs to be expanded
21807 for CXXCPP
in "$CXX -E" "/lib/cpp"
21809 ac_preproc_ok
=false
21810 for ac_cxx_preproc_warn_flag
in '' yes
21812 # Use a header file that comes with gcc, so configuring glibc
21813 # with a fresh cross-compiler works.
21814 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21815 # <limits.h> exists even on freestanding compilers.
21816 # On the NeXT, cc -E runs the code through the compiler's parser,
21817 # not just through cpp. "Syntax error" is here to catch this case.
21818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21819 /* end confdefs.h. */
21821 # include <limits.h>
21823 # include <assert.h>
21827 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21830 # Broken: fails on valid input.
21833 rm -f conftest.err conftest.i conftest.
$ac_ext
21835 # OK, works on sane cases. Now check whether nonexistent headers
21836 # can be detected and how.
21837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21838 /* end confdefs.h. */
21839 #include <ac_nonexistent.h>
21841 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21842 # Broken: success on invalid input.
21845 # Passes both tests.
21849 rm -f conftest.err conftest.i conftest.
$ac_ext
21852 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21853 rm -f conftest.i conftest.err conftest.
$ac_ext
21854 if $ac_preproc_ok; then :
21859 ac_cv_prog_CXXCPP
=$CXXCPP
21862 CXXCPP
=$ac_cv_prog_CXXCPP
21864 ac_cv_prog_CXXCPP
=$CXXCPP
21866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
21867 $as_echo "$CXXCPP" >&6; }
21868 ac_preproc_ok
=false
21869 for ac_cxx_preproc_warn_flag
in '' yes
21871 # Use a header file that comes with gcc, so configuring glibc
21872 # with a fresh cross-compiler works.
21873 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21874 # <limits.h> exists even on freestanding compilers.
21875 # On the NeXT, cc -E runs the code through the compiler's parser,
21876 # not just through cpp. "Syntax error" is here to catch this case.
21877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21878 /* end confdefs.h. */
21880 # include <limits.h>
21882 # include <assert.h>
21886 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21889 # Broken: fails on valid input.
21892 rm -f conftest.err conftest.i conftest.
$ac_ext
21894 # OK, works on sane cases. Now check whether nonexistent headers
21895 # can be detected and how.
21896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21897 /* end confdefs.h. */
21898 #include <ac_nonexistent.h>
21900 if ac_fn_cxx_try_cpp
"$LINENO"; then :
21901 # Broken: success on invalid input.
21904 # Passes both tests.
21908 rm -f conftest.err conftest.i conftest.
$ac_ext
21911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
21912 rm -f conftest.i conftest.err conftest.
$ac_ext
21913 if $ac_preproc_ok; then :
21916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21917 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21918 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
21919 See \`config.log' for more details" "$LINENO" 5; }
21923 ac_cpp
='$CXXCPP $CPPFLAGS'
21924 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21925 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21926 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21929 for ac_header
in type_traits tr
1/type_traits
21931 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21932 ac_fn_cxx_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21933 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
21934 cat >>confdefs.h
<<_ACEOF
21935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21945 if test -n "$GCC"; then
21946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
21947 $as_echo_n "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... " >&6; }
21948 if ${wx_cv_cc_gcc_atomic_builtins+:} false
; then :
21949 $as_echo_n "(cached) " >&6
21952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
21953 /* end confdefs.h. */
21959 unsigned int value=0;
21960 /* wxAtomicInc doesn't use return value here */
21961 __sync_fetch_and_add(&value, 2);
21962 __sync_sub_and_fetch(&value, 1);
21963 /* but wxAtomicDec does, so mimic that: */
21964 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
21970 if ac_fn_cxx_try_link
"$LINENO"; then :
21971 wx_cv_cc_gcc_atomic_builtins
=yes
21973 wx_cv_cc_gcc_atomic_builtins
=no
21975 rm -f core conftest.err conftest.
$ac_objext \
21976 conftest
$ac_exeext conftest.
$ac_ext
21980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_gcc_atomic_builtins" >&5
21981 $as_echo "$wx_cv_cc_gcc_atomic_builtins" >&6; }
21982 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
21983 $as_echo "#define HAVE_GCC_ATOMIC_BUILTINS 1" >>confdefs.h
21990 ac_cpp
='$CPP $CPPFLAGS'
21991 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21992 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21993 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21998 /usr/local/include \
21999 /usr/local/X11/include \
22000 /usr/local/include/X11 \
22001 /usr/local/X11R7/include \
22002 /usr/local/X11R6/include \
22003 /usr/local/include/X11R7 \
22004 /usr/local/include/X11R6 \
22006 /usr/Motif-2.1/include \
22007 /usr/Motif-1.2/include \
22008 /usr/include/Motif1.2 \
22011 /usr/openwin/include \
22015 /usr/X11R7/include \
22016 /usr/X11R6/include \
22017 /usr/X11R6.4/include \
22019 /usr/include/X11R7 \
22020 /usr/include/X11R6 \
22025 /usr/XFree86/include/X11 \
22028 /usr/local/X1R5/include \
22029 /usr/local/include/X11R5 \
22030 /usr/X11R5/include \
22031 /usr/include/X11R5 \
22033 /usr/local/X11R4/include \
22034 /usr/local/include/X11R4 \
22035 /usr/X11R4/include \
22036 /usr/include/X11R4 \
22038 /usr/openwin/share/include"
22040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries directories" >&5
22041 $as_echo_n "checking for libraries directories... " >&6; }
22045 if ${wx_cv_std_libpath+:} false
; then :
22046 $as_echo_n "(cached) " >&6
22049 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
22050 for e
in a so sl dylib dll.a
; do
22052 if test -f $libc; then
22055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22056 /* end confdefs.h. */
22058 int main() { return 0; }
22061 if ac_fn_c_try_link
"$LINENO"; then :
22062 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
22064 rm -f core conftest.err conftest.
$ac_objext \
22065 conftest
$ac_exeext conftest.
$ac_ext
22067 if test "x$wx_cv_std_libpath" != "x"; then
22080 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
22081 wx_cv_std_libpath
="lib/64"
22086 if test "$ac_cv_sizeof_void_p" = 8; then
22087 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
22088 wx_cv_std_libfullpath
="/usr/lib/`uname -m`-linux-gnu"
22089 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
22090 wx_cv_std_libpath
="lib64"
22095 if test -d '/usr/lib/i386-linux-gnu'; then
22096 wx_cv_std_libfullpath
='/usr/lib/i386-linux-gnu'
22101 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
22102 wx_cv_std_libfullpath
="$wx_cv_std_libfullpath /usr/lib"
22107 if test -z "$wx_cv_std_libpath"; then
22108 wx_cv_std_libpath
="lib"
22111 if test -z "$wx_cv_std_libfullpath"; then
22112 wx_cv_std_libfullpath
="/usr/$wx_cv_std_libpath"
22116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_std_libfullpath" >&5
22117 $as_echo "$wx_cv_std_libfullpath" >&6; }
22119 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
22121 if test "$build" != "$host" -a "$GCC" = yes; then
22122 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
22123 cross_root
=`dirname $cross_root`
22124 cross_root
=`dirname $cross_root`
22126 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22127 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22128 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
22130 if test -z "$PKG_CONFIG_PATH"; then
22131 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22132 export PKG_CONFIG_PATH
22135 if test -z "$x_includes" -o "$x_includes" = NONE
; then
22138 for ac_dir
in $SEARCH_INCLUDE /usr
/include
22140 if test -f "$ac_dir/X11/Intrinsic.h"; then
22141 ac_find_includes
=$ac_dir
22146 x_includes
=$ac_find_includes
22148 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
22151 for ac_dir
in $SEARCH_LIB
22153 for ac_extension
in a so sl dylib dll.a
; do
22154 if test -f "$ac_dir/libXt.$ac_extension"; then
22155 ac_find_libraries
=$ac_dir
22161 x_libraries
=$ac_find_libraries
22167 cat >confcache
<<\_ACEOF
22168 # This file is a shell script that caches the results of configure
22169 # tests run on this system so they can be shared between configure
22170 # scripts and configure runs, see configure's option --config-cache.
22171 # It is not useful on other systems. If it contains results you don't
22172 # want to keep, you may remove or edit it.
22174 # config.status only pays attention to the cache file if you give it
22175 # the --recheck option to rerun configure.
22177 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22178 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22179 # following values.
22183 # The following way of writing the cache mishandles newlines in values,
22184 # but we know of no workaround that is simple, portable, and efficient.
22185 # So, we kill variables containing newlines.
22186 # Ultrix sh set writes to stderr and can't be redirected directly,
22187 # and sets the high bit in the cache file unless we assign to the vars.
22189 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22190 eval ac_val
=\$
$ac_var
22194 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
22195 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
22198 _
| IFS
| as_nl
) ;; #(
22199 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
22200 *) { eval $ac_var=; unset $ac_var;} ;;
22206 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22207 *${as_nl}ac_space
=\
*)
22208 # `set' does not quote correctly, so add quotes: double-quote
22209 # substitution turns \\\\ into \\, and sed turns \\ into \.
22212 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22215 # `set' quotes correctly as required by POSIX, so do not add quotes.
22216 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22225 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22227 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22229 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22230 if test -w "$cache_file"; then
22231 if test "x$cache_file" != "x/dev/null"; then
22232 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
22233 $as_echo "$as_me: updating cache $cache_file" >&6;}
22234 if test ! -f "$cache_file" || test -h "$cache_file"; then
22235 cat confcache
>"$cache_file"
22237 case $cache_file in #(
22239 mv -f confcache
"$cache_file"$$
&&
22240 mv -f "$cache_file"$$
"$cache_file" ;; #(
22242 mv -f confcache
"$cache_file" ;;
22247 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
22248 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22257 ac_fn_c_check_func
"$LINENO" "cos" "ac_cv_func_cos"
22258 if test "x$ac_cv_func_cos" = xyes
; then :
22259 cat >>confdefs.h
<<_ACEOF
22266 for ac_func
in floor
22268 ac_fn_c_check_func
"$LINENO" "floor" "ac_cv_func_floor"
22269 if test "x$ac_cv_func_floor" = xyes
; then :
22270 cat >>confdefs.h
<<_ACEOF
22271 #define HAVE_FLOOR 1
22277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link without -lm" >&5
22278 $as_echo_n "checking if floating point functions link without -lm... " >&6; }
22279 if test "$have_cos" = 1 -a "$have_floor" = 1; then
22280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22281 $as_echo "yes" >&6; }
22283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22284 $as_echo "no" >&6; }
22286 # use different functions to avoid configure caching
22291 ac_fn_c_check_func
"$LINENO" "sin" "ac_cv_func_sin"
22292 if test "x$ac_cv_func_sin" = xyes
; then :
22293 cat >>confdefs.h
<<_ACEOF
22300 for ac_func
in ceil
22302 ac_fn_c_check_func
"$LINENO" "ceil" "ac_cv_func_ceil"
22303 if test "x$ac_cv_func_ceil" = xyes
; then :
22304 cat >>confdefs.h
<<_ACEOF
22305 #define HAVE_CEIL 1
22311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if floating point functions link with -lm" >&5
22312 $as_echo_n "checking if floating point functions link with -lm... " >&6; }
22313 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
22314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22315 $as_echo "yes" >&6; }
22317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22318 $as_echo "no" >&6; }
22319 # not sure we should warn the user, crash, etc.
22324 ac_cpp
='$CXXCPP $CPPFLAGS'
22325 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22326 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22327 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22329 if test "wxUSE_UNICODE" = "yes"; then
22331 for wx_func
in wcstoull
22333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22334 $as_echo_n "checking for $wx_func... " >&6; }
22335 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22336 $as_echo_n "(cached) " >&6
22339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22340 /* end confdefs.h. */
22344 $ac_includes_default
22360 if ac_fn_cxx_try_link
"$LINENO"; then :
22361 eval wx_cv_func_
$wx_func=yes
22363 eval wx_cv_func_
$wx_func=no
22365 rm -f core conftest.err conftest.
$ac_objext \
22366 conftest
$ac_exeext conftest.
$ac_ext
22369 eval ac_res
=\
$wx_cv_func_$wx_func
22370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22371 $as_echo "$ac_res" >&6; }
22373 if eval test \
$wx_cv_func_$wx_func = yes
22375 cat >>confdefs.h
<<_ACEOF
22376 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22388 for wx_func
in strtoull
22390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
22391 $as_echo_n "checking for $wx_func... " >&6; }
22392 if eval \
${wx_cv_func_$wx_func+:} false
; then :
22393 $as_echo_n "(cached) " >&6
22396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22397 /* end confdefs.h. */
22401 $ac_includes_default
22417 if ac_fn_cxx_try_link
"$LINENO"; then :
22418 eval wx_cv_func_
$wx_func=yes
22420 eval wx_cv_func_
$wx_func=no
22422 rm -f core conftest.err conftest.
$ac_objext \
22423 conftest
$ac_exeext conftest.
$ac_ext
22426 eval ac_res
=\
$wx_cv_func_$wx_func
22427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
22428 $as_echo "$ac_res" >&6; }
22430 if eval test \
$wx_cv_func_$wx_func = yes
22432 cat >>confdefs.h
<<_ACEOF
22433 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
22445 ac_cpp
='$CPP $CPPFLAGS'
22446 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22447 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22448 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22453 if test "$wxUSE_REGEX" != "no"; then
22454 $as_echo "#define wxUSE_REGEX 1" >>confdefs.h
22457 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
22459 $as_echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
22460 wxUSE_REGEX
=builtin
22463 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22464 ac_fn_c_check_header_compile
"$LINENO" "regex.h" "ac_cv_header_regex_h" "
22466 if test "x$ac_cv_header_regex_h" = xyes
; then :
22467 for ac_func
in regcomp re_search
22469 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
22470 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
22471 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
22472 cat >>confdefs.h
<<_ACEOF
22473 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
22483 if test "x$ac_cv_func_regcomp" != "xyes"; then
22484 if test "$wxUSE_REGEX" = "sys" ; then
22485 as_fn_error $?
"system regex library not found! Use --with-regex to use built-in version" "$LINENO" 5
22487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system regex library not found, will use built-in instead" >&5
22488 $as_echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22489 wxUSE_REGEX
=builtin
22493 $as_echo "#define WX_NO_REGEX_ADVANCED 1" >>confdefs.h
22501 if test "$wxUSE_ZLIB" != "no" ; then
22502 $as_echo "#define wxUSE_ZLIB 1" >>confdefs.h
22505 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22506 if test "$USE_DARWIN" = 1; then
22507 system_zlib_h_ok
="yes"
22509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlib.h >= 1.1.4" >&5
22510 $as_echo_n "checking for zlib.h >= 1.1.4... " >&6; }
22511 if ${ac_cv_header_zlib_h+:} false
; then :
22512 $as_echo_n "(cached) " >&6
22514 if test "$cross_compiling" = yes; then :
22515 unset ac_cv_header_zlib_h
22518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22519 /* end confdefs.h. */
22526 FILE *f=fopen("conftestval", "w");
22529 ZLIB_VERSION[0] == '1' &&
22530 (ZLIB_VERSION[2] > '1' ||
22531 (ZLIB_VERSION[2] == '1' &&
22532 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22537 if ac_fn_c_try_run
"$LINENO"; then :
22538 ac_cv_header_zlib_h
=`cat conftestval`
22540 ac_cv_header_zlib_h
=no
22542 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22543 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_zlib_h" >&5
22549 $as_echo "$ac_cv_header_zlib_h" >&6; }
22550 ac_fn_c_check_header_compile
"$LINENO" "zlib.h" "ac_cv_header_zlib_h" "
22552 if test "x$ac_cv_header_zlib_h" = xyes
; then :
22558 system_zlib_h_ok
=$ac_cv_header_zlib_h
22561 if test "$system_zlib_h_ok" = "yes"; then
22562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5
22563 $as_echo_n "checking for deflate in -lz... " >&6; }
22564 if ${ac_cv_lib_z_deflate+:} false
; then :
22565 $as_echo_n "(cached) " >&6
22567 ac_check_lib_save_LIBS
=$LIBS
22569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22570 /* end confdefs.h. */
22572 /* Override any GCC internal prototype to avoid an error.
22573 Use char because int might match the return type of a GCC
22574 builtin and then its argument prototype would still apply. */
22587 if ac_fn_c_try_link
"$LINENO"; then :
22588 ac_cv_lib_z_deflate
=yes
22590 ac_cv_lib_z_deflate
=no
22592 rm -f core conftest.err conftest.
$ac_objext \
22593 conftest
$ac_exeext conftest.
$ac_ext
22594 LIBS
=$ac_check_lib_save_LIBS
22596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflate" >&5
22597 $as_echo "$ac_cv_lib_z_deflate" >&6; }
22598 if test "x$ac_cv_lib_z_deflate" = xyes
; then :
22604 if test "x$ZLIB_LINK" = "x" ; then
22605 if test "$wxUSE_ZLIB" = "sys" ; then
22606 as_fn_error $?
"zlib library not found or too old! Use --with-zlib=builtin to use built-in version" "$LINENO" 5
22608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib library not found or too old, will use built-in instead" >&5
22609 $as_echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
22620 if test "$wxUSE_LIBPNG" != "no" ; then
22621 $as_echo "#define wxUSE_LIBPNG 1" >>confdefs.h
22624 if test "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
22625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
22626 $as_echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
22627 wxUSE_LIBPNG
=builtin
22630 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
22631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png.h > 0.90" >&5
22632 $as_echo_n "checking for png.h > 0.90... " >&6; }
22633 if ${ac_cv_header_png_h+:} false
; then :
22634 $as_echo_n "(cached) " >&6
22636 if test "$cross_compiling" = yes; then :
22637 unset ac_cv_header_png_h
22640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22641 /* end confdefs.h. */
22648 FILE *f=fopen("conftestval", "w");
22651 PNG_LIBPNG_VER > 90 ? "yes" : "no");
22656 if ac_fn_c_try_run
"$LINENO"; then :
22657 ac_cv_header_png_h
=`cat conftestval`
22659 ac_cv_header_png_h
=no
22661 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
22662 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
22667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_png_h" >&5
22668 $as_echo "$ac_cv_header_png_h" >&6; }
22669 ac_fn_c_check_header_compile
"$LINENO" "png.h" "ac_cv_header_png_h" "
22671 if test "x$ac_cv_header_png_h" = xyes
; then :
22677 if test "$ac_cv_header_png_h" = "yes"; then
22678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
22679 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
22680 if ${ac_cv_lib_png_png_sig_cmp+:} false
; then :
22681 $as_echo_n "(cached) " >&6
22683 ac_check_lib_save_LIBS
=$LIBS
22684 LIBS
="-lpng -lz -lm $LIBS"
22685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22686 /* end confdefs.h. */
22688 /* Override any GCC internal prototype to avoid an error.
22689 Use char because int might match the return type of a GCC
22690 builtin and then its argument prototype would still apply. */
22694 char png_sig_cmp ();
22698 return png_sig_cmp ();
22703 if ac_fn_c_try_link
"$LINENO"; then :
22704 ac_cv_lib_png_png_sig_cmp
=yes
22706 ac_cv_lib_png_png_sig_cmp
=no
22708 rm -f core conftest.err conftest.
$ac_objext \
22709 conftest
$ac_exeext conftest.
$ac_ext
22710 LIBS
=$ac_check_lib_save_LIBS
22712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
22713 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
22714 if test "x$ac_cv_lib_png_png_sig_cmp" = xyes
; then :
22715 PNG_LINK
=" -lpng -lz"
22720 if test "x$PNG_LINK" = "x" ; then
22721 if test "$wxUSE_LIBPNG" = "sys" ; then
22722 as_fn_error $?
"system png library not found or too old! Use --with-libpng=builtin to use built-in version" "$LINENO" 5
22724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system png library not found or too old, will use built-in instead" >&5
22725 $as_echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
22726 wxUSE_LIBPNG
=builtin
22736 if test "$wxUSE_LIBJPEG" != "no" ; then
22737 $as_echo "#define wxUSE_LIBJPEG 1" >>confdefs.h
22740 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
22741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeglib.h" >&5
22742 $as_echo_n "checking for jpeglib.h... " >&6; }
22743 if ${ac_cv_header_jpeglib_h+:} false
; then :
22744 $as_echo_n "(cached) " >&6
22746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22747 /* end confdefs.h. */
22749 #undef HAVE_STDLIB_H
22751 #include <jpeglib.h>
22762 if ac_fn_c_try_compile
"$LINENO"; then :
22763 ac_cv_header_jpeglib_h
=yes
22765 ac_cv_header_jpeglib_h
=no
22768 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_jpeglib_h" >&5
22773 $as_echo "$ac_cv_header_jpeglib_h" >&6; }
22775 if test "$ac_cv_header_jpeglib_h" = "yes"; then
22776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
22777 $as_echo_n "checking for jpeg_read_header in -ljpeg... " >&6; }
22778 if ${ac_cv_lib_jpeg_jpeg_read_header+:} false
; then :
22779 $as_echo_n "(cached) " >&6
22781 ac_check_lib_save_LIBS
=$LIBS
22782 LIBS
="-ljpeg $LIBS"
22783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22784 /* end confdefs.h. */
22786 /* Override any GCC internal prototype to avoid an error.
22787 Use char because int might match the return type of a GCC
22788 builtin and then its argument prototype would still apply. */
22792 char jpeg_read_header ();
22796 return jpeg_read_header ();
22801 if ac_fn_c_try_link
"$LINENO"; then :
22802 ac_cv_lib_jpeg_jpeg_read_header
=yes
22804 ac_cv_lib_jpeg_jpeg_read_header
=no
22806 rm -f core conftest.err conftest.
$ac_objext \
22807 conftest
$ac_exeext conftest.
$ac_ext
22808 LIBS
=$ac_check_lib_save_LIBS
22810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
22811 $as_echo "$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
22812 if test "x$ac_cv_lib_jpeg_jpeg_read_header" = xyes
; then :
22813 JPEG_LINK
=" -ljpeg"
22818 if test "x$JPEG_LINK" = "x" ; then
22819 if test "$wxUSE_LIBJPEG" = "sys" ; then
22820 as_fn_error $?
"system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" "$LINENO" 5
22822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system jpeg library not found, will use built-in instead" >&5
22823 $as_echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
22824 wxUSE_LIBJPEG
=builtin
22829 if test "$wxUSE_MSW" = 1; then
22830 ac_fn_c_check_type
"$LINENO" "boolean" "ac_cv_type_boolean" "#include <windows.h>
22832 if test "x$ac_cv_type_boolean" = xyes
; then :
22834 cat >>confdefs.h
<<_ACEOF
22835 #define HAVE_BOOLEAN 1
22839 # The cast to long int works around a bug in the HP C Compiler
22840 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22841 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22842 # This bug is HP SR number 8606223364.
22843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of boolean" >&5
22844 $as_echo_n "checking size of boolean... " >&6; }
22845 if ${ac_cv_sizeof_boolean+:} false
; then :
22846 $as_echo_n "(cached) " >&6
22848 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (boolean))" "ac_cv_sizeof_boolean" "
22849 #undef HAVE_BOOLEAN
22851 #include <jpeglib.h>
22856 if test "$ac_cv_type_boolean" = yes; then
22857 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22858 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22859 as_fn_error
77 "cannot compute sizeof (boolean)
22860 See \`config.log' for more details" "$LINENO" 5; }
22862 ac_cv_sizeof_boolean
=0
22867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_boolean" >&5
22868 $as_echo "$ac_cv_sizeof_boolean" >&6; }
22872 cat >>confdefs.h
<<_ACEOF
22873 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
22877 cat >>confdefs.h
<<_ACEOF
22878 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
22891 TIFF_PREREQ_LINKS
=-lm
22892 if test "$wxUSE_LIBTIFF" != "no" ; then
22893 $as_echo "#define wxUSE_LIBTIFF 1" >>confdefs.h
22896 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
22897 if test "$wxUSE_LIBJPEG" = "sys"; then
22898 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
22900 if test "$wxUSE_ZLIB" = "sys"; then
22901 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
22903 ac_fn_c_check_header_compile
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "
22906 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
22908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFError in -ltiff" >&5
22909 $as_echo_n "checking for TIFFError in -ltiff... " >&6; }
22910 if ${ac_cv_lib_tiff_TIFFError+:} false
; then :
22911 $as_echo_n "(cached) " >&6
22913 ac_check_lib_save_LIBS
=$LIBS
22914 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
22915 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22916 /* end confdefs.h. */
22918 /* Override any GCC internal prototype to avoid an error.
22919 Use char because int might match the return type of a GCC
22920 builtin and then its argument prototype would still apply. */
22928 return TIFFError ();
22933 if ac_fn_c_try_link
"$LINENO"; then :
22934 ac_cv_lib_tiff_TIFFError
=yes
22936 ac_cv_lib_tiff_TIFFError
=no
22938 rm -f core conftest.err conftest.
$ac_objext \
22939 conftest
$ac_exeext conftest.
$ac_ext
22940 LIBS
=$ac_check_lib_save_LIBS
22942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFError" >&5
22943 $as_echo "$ac_cv_lib_tiff_TIFFError" >&6; }
22944 if test "x$ac_cv_lib_tiff_TIFFError" = xyes
; then :
22945 TIFF_LINK
=" -ltiff"
22953 if test "x$TIFF_LINK" = "x" ; then
22954 if test "$wxUSE_LIBTIFF" = "sys" ; then
22955 as_fn_error $?
"system tiff library not found! Use --with-libtiff=builtin to use built-in version" "$LINENO" 5
22957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system tiff library not found, will use built-in instead" >&5
22958 $as_echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
22959 wxUSE_LIBTIFF
=builtin
22965 if test "$wxUSE_LIBTIFF" = "builtin" ; then
22966 if test "$wxUSE_LIBJPEG" = "no"; then
22967 ac_configure_args
="$ac_configure_args --disable-jpeg"
22970 if test "$wxUSE_LIBLZMA" = "yes"; then
22971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzma_code in -llzma" >&5
22972 $as_echo_n "checking for lzma_code in -llzma... " >&6; }
22973 if ${ac_cv_lib_lzma_lzma_code+:} false
; then :
22974 $as_echo_n "(cached) " >&6
22976 ac_check_lib_save_LIBS
=$LIBS
22977 LIBS
="-llzma $LIBS"
22978 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
22979 /* end confdefs.h. */
22981 /* Override any GCC internal prototype to avoid an error.
22982 Use char because int might match the return type of a GCC
22983 builtin and then its argument prototype would still apply. */
22991 return lzma_code ();
22996 if ac_fn_c_try_link
"$LINENO"; then :
22997 ac_cv_lib_lzma_lzma_code
=yes
22999 ac_cv_lib_lzma_lzma_code
=no
23001 rm -f core conftest.err conftest.
$ac_objext \
23002 conftest
$ac_exeext conftest.
$ac_ext
23003 LIBS
=$ac_check_lib_save_LIBS
23005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lzma_lzma_code" >&5
23006 $as_echo "$ac_cv_lib_lzma_lzma_code" >&6; }
23007 if test "x$ac_cv_lib_lzma_lzma_code" = xyes
; then :
23008 LIBS
="$LIBS -llzma"
23012 ac_configure_args
="$ac_configure_args --disable-lzma"
23015 if test "$wxUSE_LIBJBIG" = "yes"; then
23016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jbg_dec_init in -ljbig" >&5
23017 $as_echo_n "checking for jbg_dec_init in -ljbig... " >&6; }
23018 if ${ac_cv_lib_jbig_jbg_dec_init+:} false
; then :
23019 $as_echo_n "(cached) " >&6
23021 ac_check_lib_save_LIBS
=$LIBS
23022 LIBS
="-ljbig $LIBS"
23023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23024 /* end confdefs.h. */
23026 /* Override any GCC internal prototype to avoid an error.
23027 Use char because int might match the return type of a GCC
23028 builtin and then its argument prototype would still apply. */
23032 char jbg_dec_init ();
23036 return jbg_dec_init ();
23041 if ac_fn_c_try_link
"$LINENO"; then :
23042 ac_cv_lib_jbig_jbg_dec_init
=yes
23044 ac_cv_lib_jbig_jbg_dec_init
=no
23046 rm -f core conftest.err conftest.
$ac_objext \
23047 conftest
$ac_exeext conftest.
$ac_ext
23048 LIBS
=$ac_check_lib_save_LIBS
23050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jbig_jbg_dec_init" >&5
23051 $as_echo "$ac_cv_lib_jbig_jbg_dec_init" >&6; }
23052 if test "x$ac_cv_lib_jbig_jbg_dec_init" = xyes
; then :
23053 LIBS
="$LIBS -ljbig"
23057 ac_configure_args
="$ac_configure_args --disable-jbig"
23062 subdirs
="$subdirs src/tiff"
23068 if test "$wxUSE_EXPAT" != "no"; then
23070 $as_echo "#define wxUSE_EXPAT 1" >>confdefs.h
23072 $as_echo "#define wxUSE_XML 1" >>confdefs.h
23075 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23076 ac_fn_c_check_header_compile
"$LINENO" "expat.h" "ac_cv_header_expat_h" "
23078 if test "x$ac_cv_header_expat_h" = xyes
; then :
23083 if test "x$found_expat_h" = "x1"; then
23084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if expat.h is valid C++ header" >&5
23085 $as_echo_n "checking if expat.h is valid C++ header... " >&6; }
23086 if ${wx_cv_expat_is_not_broken+:} false
; then :
23087 $as_echo_n "(cached) " >&6
23091 ac_cpp
='$CXXCPP $CPPFLAGS'
23092 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23093 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23094 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23097 /* end confdefs.h. */
23107 if ac_fn_cxx_try_compile
"$LINENO"; then :
23108 wx_cv_expat_is_not_broken
=yes
23110 wx_cv_expat_is_not_broken
=no
23113 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23115 ac_cpp
='$CPP $CPPFLAGS'
23116 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23117 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23118 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_expat_is_not_broken" >&5
23124 $as_echo "$wx_cv_expat_is_not_broken" >&6; }
23125 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
23126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML_ParserCreate in -lexpat" >&5
23127 $as_echo_n "checking for XML_ParserCreate in -lexpat... " >&6; }
23128 if ${ac_cv_lib_expat_XML_ParserCreate+:} false
; then :
23129 $as_echo_n "(cached) " >&6
23131 ac_check_lib_save_LIBS
=$LIBS
23132 LIBS
="-lexpat $LIBS"
23133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23134 /* end confdefs.h. */
23136 /* Override any GCC internal prototype to avoid an error.
23137 Use char because int might match the return type of a GCC
23138 builtin and then its argument prototype would still apply. */
23142 char XML_ParserCreate ();
23146 return XML_ParserCreate ();
23151 if ac_fn_c_try_link
"$LINENO"; then :
23152 ac_cv_lib_expat_XML_ParserCreate
=yes
23154 ac_cv_lib_expat_XML_ParserCreate
=no
23156 rm -f core conftest.err conftest.
$ac_objext \
23157 conftest
$ac_exeext conftest.
$ac_ext
23158 LIBS
=$ac_check_lib_save_LIBS
23160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
23161 $as_echo "$ac_cv_lib_expat_XML_ParserCreate" >&6; }
23162 if test "x$ac_cv_lib_expat_XML_ParserCreate" = xyes
; then :
23163 EXPAT_LINK
=" -lexpat"
23168 if test "x$EXPAT_LINK" = "x" ; then
23169 if test "$wxUSE_EXPAT" = "sys" ; then
23170 as_fn_error $?
"system expat library not found! Use --with-expat=builtin to use built-in version" "$LINENO" 5
23172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: system expat library not found, will use built-in instead" >&5
23173 $as_echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
23174 wxUSE_EXPAT
=builtin
23180 if test "$wxUSE_EXPAT" = "builtin" ; then
23181 subdirs
="$subdirs src/expat"
23188 if test "$wxUSE_LIBMSPACK" != "no"; then
23189 ac_fn_c_check_header_compile
"$LINENO" "mspack.h" "ac_cv_header_mspack_h" "
23191 if test "x$ac_cv_header_mspack_h" = xyes
; then :
23196 if test "x$found_mspack_h" = "x1"; then
23197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mspack_create_chm_decompressor in -lmspack" >&5
23198 $as_echo_n "checking for mspack_create_chm_decompressor in -lmspack... " >&6; }
23199 if ${ac_cv_lib_mspack_mspack_create_chm_decompressor+:} false
; then :
23200 $as_echo_n "(cached) " >&6
23202 ac_check_lib_save_LIBS
=$LIBS
23203 LIBS
="-lmspack $LIBS"
23204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23205 /* end confdefs.h. */
23207 /* Override any GCC internal prototype to avoid an error.
23208 Use char because int might match the return type of a GCC
23209 builtin and then its argument prototype would still apply. */
23213 char mspack_create_chm_decompressor ();
23217 return mspack_create_chm_decompressor ();
23222 if ac_fn_c_try_link
"$LINENO"; then :
23223 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
23225 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
23227 rm -f core conftest.err conftest.
$ac_objext \
23228 conftest
$ac_exeext conftest.
$ac_ext
23229 LIBS
=$ac_check_lib_save_LIBS
23231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
23232 $as_echo "$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
23233 if test "x$ac_cv_lib_mspack_mspack_create_chm_decompressor" = xyes
; then :
23234 MSPACK_LINK
=" -lmspack"
23238 if test "x$MSPACK_LINK" = "x" ; then
23243 if test "$wxUSE_LIBMSPACK" != "no"; then
23244 $as_echo "#define wxUSE_LIBMSPACK 1" >>confdefs.h
23257 if test "$USE_WIN32" = 1 ; then
23258 for ac_header
in w32api.h
23260 ac_fn_c_check_header_compile
"$LINENO" "w32api.h" "ac_cv_header_w32api_h" "
23262 if test "x$ac_cv_header_w32api_h" = xyes
; then :
23263 cat >>confdefs.h
<<_ACEOF
23264 #define HAVE_W32API_H 1
23271 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "
23273 if test "x$ac_cv_header_windows_h" = xyes
; then :
23277 as_fn_error $?
"please set CFLAGS to contain the location of windows.h" "$LINENO" 5
23283 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
23285 x86_64
-*-mingw32* )
23286 WINDRES_CPU_DEFINE
="--define WX_CPU_AMD64"
23289 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
23290 LIBS
="$LIBS -loleacc"
23295 LIBS
="$LIBS -lkernel32 -luser32"
23298 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23299 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
23301 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
23303 WIN32INSTALL
=win32install
23306 if test "$wxUSE_GUI" = "yes"; then
23317 if test "$wxUSE_OLD_COCOA" = 1 ; then
23318 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
23319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
23320 $as_echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
23321 wxUSE_PRINTING_ARCHITECTURE
=no
23323 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
23324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
23325 $as_echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
23326 wxUSE_DRAG_AND_DROP
=no
23328 if test "$wxUSE_DRAGIMAGE" = "yes"; then
23329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
23330 $as_echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
23335 if test "$wxUSE_MSW" = 1 ; then
23341 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
23345 if test "$wxUSE_GTK" = 1; then
23346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ version" >&5
23347 $as_echo_n "checking for GTK+ version... " >&6; }
23349 gtk_version_cached
=1
23350 if ${wx_cv_lib_gtk+:} false
; then :
23351 $as_echo_n "(cached) " >&6
23354 gtk_version_cached
=0
23355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
23359 if test "$wxUSE_THREADS" = "yes"; then
23360 GTK_MODULES
=gthread
23363 if test -z "$wxGTK_VERSION"; then
23368 if test "x$wxGTK_VERSION" != "x1"
23372 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
23377 if test "$wxGTK_VERSION" != 3; then
23378 # Check whether --enable-gtktest was given.
23379 if test "${enable_gtktest+set}" = set; then :
23380 enableval
=$enable_gtktest;
23386 pkg_config_args
=gtk
+-2.0
23387 for module
in .
$GTK_MODULES
23391 pkg_config_args
="$pkg_config_args gthread-2.0"
23398 # Extract the first word of "pkg-config", so it can be a program name with args.
23399 set dummy pkg
-config; ac_word
=$2
23400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23401 $as_echo_n "checking for $ac_word... " >&6; }
23402 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23403 $as_echo_n "(cached) " >&6
23405 case $PKG_CONFIG in
23407 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23411 for as_dir
in $PATH
23414 test -z "$as_dir" && as_dir
=.
23415 for ac_exec_ext
in '' $ac_executable_extensions; do
23416 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23417 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23425 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23429 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23430 if test -n "$PKG_CONFIG"; then
23431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23432 $as_echo "$PKG_CONFIG" >&6; }
23434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23435 $as_echo "no" >&6; }
23440 if test x
$PKG_CONFIG != xno
; then
23441 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
23444 echo "*** pkg-config too old; version 0.7 or better required."
23452 min_gtk_version
=2.6.0
23453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23454 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23456 if test x
$PKG_CONFIG != xno
; then
23457 ## don't try to run the test against uninstalled libtool libs
23458 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23459 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23463 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23470 if test x
"$no_gtk" = x
; then
23471 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23472 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23473 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23474 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23475 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23476 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23477 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
23478 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23479 if test "x$enable_gtktest" = "xyes" ; then
23480 ac_save_CFLAGS
="$CFLAGS"
23481 ac_save_LIBS
="$LIBS"
23482 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23483 LIBS
="$GTK_LIBS $LIBS"
23485 if test "$cross_compiling" = yes; then :
23486 echo $ac_n "cross compiling; assumed OK... $ac_c"
23488 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23489 /* end confdefs.h. */
23491 #include <gtk/gtk.h>
23493 #include <stdlib.h>
23498 int major, minor, micro;
23501 system ("touch conf.gtktest");
23503 /* HP/UX 9 (%@#!) writes to sscanf strings */
23504 tmp_version = g_strdup("$min_gtk_version");
23505 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23506 printf("%s, bad version string\n", "$min_gtk_version");
23510 if ((gtk_major_version != $gtk_config_major_version) ||
23511 (gtk_minor_version != $gtk_config_minor_version) ||
23512 (gtk_micro_version != $gtk_config_micro_version))
23514 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23515 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23516 gtk_major_version, gtk_minor_version, gtk_micro_version);
23517 printf ("*** was found! If pkg-config was correct, then it is best\n");
23518 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23519 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
23520 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23521 printf("*** required on your system.\n");
23522 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23523 printf("*** to point to the correct configuration files\n");
23525 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23526 (gtk_minor_version != GTK_MINOR_VERSION) ||
23527 (gtk_micro_version != GTK_MICRO_VERSION))
23529 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23530 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23531 printf("*** library (version %d.%d.%d)\n",
23532 gtk_major_version, gtk_minor_version, gtk_micro_version);
23536 if ((gtk_major_version > major) ||
23537 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23538 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23544 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23545 gtk_major_version, gtk_minor_version, gtk_micro_version);
23546 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23547 major, minor, micro);
23548 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23550 printf("*** If you have already installed a sufficiently new version, this error\n");
23551 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23552 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23553 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23554 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23555 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
23556 printf("*** so that the correct libraries are found at run-time))\n");
23563 if ac_fn_c_try_run
"$LINENO"; then :
23568 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23569 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23572 CFLAGS
="$ac_save_CFLAGS"
23573 LIBS
="$ac_save_LIBS"
23576 if test "x$no_gtk" = x
; then
23577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23578 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23582 $as_echo "no" >&6; }
23583 if test "$PKG_CONFIG" = "no" ; then
23584 echo "*** A new enough version of pkg-config was not found."
23585 echo "*** See http://pkgconfig.sourceforge.net"
23587 if test -f conf.gtktest
; then
23590 echo "*** Could not run GTK+ test program, checking why..."
23591 ac_save_CFLAGS
="$CFLAGS"
23592 ac_save_LIBS
="$LIBS"
23593 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23594 LIBS
="$LIBS $GTK_LIBS"
23595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23596 /* end confdefs.h. */
23598 #include <gtk/gtk.h>
23604 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23609 if ac_fn_c_try_link
"$LINENO"; then :
23610 echo "*** The test program compiled, but did not run. This usually means"
23611 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23612 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23613 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23614 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23615 echo "*** is required on your system"
23617 echo "*** If you have an old version installed, it is best to remove it, although"
23618 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23620 echo "*** The test program failed to compile or link. See the file config.log for the"
23621 echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."
23623 rm -f core conftest.err conftest.
$ac_objext \
23624 conftest
$ac_exeext conftest.
$ac_ext
23625 CFLAGS
="$ac_save_CFLAGS"
23626 LIBS
="$ac_save_LIBS"
23638 if test -z "$wx_cv_lib_gtk"; then
23639 if test "$wxGTK_VERSION" = 3 -o "$wxGTK_VERSION" = any
; then
23640 # Check whether --enable-gtktest was given.
23641 if test "${enable_gtktest+set}" = set; then :
23642 enableval
=$enable_gtktest;
23648 pkg_config_args
=gtk
+-3.0
23649 for module
in .
$GTK_MODULES
23653 pkg_config_args
="$pkg_config_args gthread-2.0"
23660 # Extract the first word of "pkg-config", so it can be a program name with args.
23661 set dummy pkg
-config; ac_word
=$2
23662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23663 $as_echo_n "checking for $ac_word... " >&6; }
23664 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
23665 $as_echo_n "(cached) " >&6
23667 case $PKG_CONFIG in
23669 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23672 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23673 for as_dir
in $PATH
23676 test -z "$as_dir" && as_dir
=.
23677 for ac_exec_ext
in '' $ac_executable_extensions; do
23678 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23679 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23687 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23691 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23692 if test -n "$PKG_CONFIG"; then
23693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
23694 $as_echo "$PKG_CONFIG" >&6; }
23696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23697 $as_echo "no" >&6; }
23702 if test x
$PKG_CONFIG != xno
; then
23703 if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
23706 echo "*** pkg-config too old; version 0.7 or better required."
23714 min_gtk_version
=3.0.0
23715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK+ - version >= $min_gtk_version" >&5
23716 $as_echo_n "checking for GTK+ - version >= $min_gtk_version... " >&6; }
23718 if test x
$PKG_CONFIG != xno
; then
23719 ## don't try to run the test against uninstalled libtool libs
23720 if $PKG_CONFIG --uninstalled $pkg_config_args; then
23721 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
23725 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
23732 if test x
"$no_gtk" = x
; then
23733 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
23734 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
23735 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23736 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23737 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23738 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23739 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-3.0 | \
23740 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23741 if test "x$enable_gtktest" = "xyes" ; then
23742 ac_save_CFLAGS
="$CFLAGS"
23743 ac_save_LIBS
="$LIBS"
23744 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23745 LIBS
="$GTK_LIBS $LIBS"
23747 if test "$cross_compiling" = yes; then :
23748 echo $ac_n "cross compiling; assumed OK... $ac_c"
23750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23751 /* end confdefs.h. */
23753 #include <gtk/gtk.h>
23755 #include <stdlib.h>
23760 int major, minor, micro;
23763 fclose (fopen ("conf.gtktest", "w"));
23765 /* HP/UX 9 (%@#!) writes to sscanf strings */
23766 tmp_version = g_strdup("$min_gtk_version");
23767 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23768 printf("%s, bad version string\n", "$min_gtk_version");
23772 if ((gtk_major_version != $gtk_config_major_version) ||
23773 (gtk_minor_version != $gtk_config_minor_version) ||
23774 (gtk_micro_version != $gtk_config_micro_version))
23776 printf("\n*** 'pkg-config --modversion gtk+-3.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23777 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23778 gtk_major_version, gtk_minor_version, gtk_micro_version);
23779 printf ("*** was found! If pkg-config was correct, then it is best\n");
23780 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23781 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23782 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23783 printf("*** required on your system.\n");
23784 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
23785 printf("*** to point to the correct configuration files\n");
23787 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23788 (gtk_minor_version != GTK_MINOR_VERSION) ||
23789 (gtk_micro_version != GTK_MICRO_VERSION))
23791 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23792 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23793 printf("*** library (version %d.%d.%d)\n",
23794 gtk_major_version, gtk_minor_version, gtk_micro_version);
23798 if ((gtk_major_version > major) ||
23799 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23800 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23806 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23807 gtk_major_version, gtk_minor_version, gtk_micro_version);
23808 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23809 major, minor, micro);
23810 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23812 printf("*** If you have already installed a sufficiently new version, this error\n");
23813 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
23814 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23815 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
23816 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
23817 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23818 printf("*** so that the correct libraries are found at run-time))\n");
23825 if ac_fn_c_try_run
"$LINENO"; then :
23830 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
23831 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
23834 CFLAGS
="$ac_save_CFLAGS"
23835 LIBS
="$ac_save_LIBS"
23838 if test "x$no_gtk" = x
; then
23839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
23840 $as_echo "yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
23843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23844 $as_echo "no" >&6; }
23845 if test "$PKG_CONFIG" = "no" ; then
23846 echo "*** A new enough version of pkg-config was not found."
23847 echo "*** See http://pkgconfig.sourceforge.net"
23849 if test -f conf.gtktest
; then
23852 echo "*** Could not run GTK+ test program, checking why..."
23853 ac_save_CFLAGS
="$CFLAGS"
23854 ac_save_LIBS
="$LIBS"
23855 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23856 LIBS
="$LIBS $GTK_LIBS"
23857 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
23858 /* end confdefs.h. */
23860 #include <gtk/gtk.h>
23866 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23871 if ac_fn_c_try_link
"$LINENO"; then :
23872 echo "*** The test program compiled, but did not run. This usually means"
23873 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23874 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23875 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23876 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23877 echo "*** is required on your system"
23879 echo "*** If you have an old version installed, it is best to remove it, although"
23880 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23882 echo "*** The test program failed to compile or link. See the file config.log for the"
23883 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23885 rm -f core conftest.err conftest.
$ac_objext \
23886 conftest
$ac_exeext conftest.
$ac_ext
23887 CFLAGS
="$ac_save_CFLAGS"
23888 LIBS
="$ac_save_LIBS"
23903 if test -z "$wx_cv_lib_gtk"; then
23904 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
23906 # Check whether --with-gtk-prefix was given.
23907 if test "${with_gtk_prefix+set}" = set; then :
23908 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
23910 gtk_config_prefix
=""
23914 # Check whether --with-gtk-exec-prefix was given.
23915 if test "${with_gtk_exec_prefix+set}" = set; then :
23916 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
23918 gtk_config_exec_prefix
=""
23921 # Check whether --enable-gtktest was given.
23922 if test "${enable_gtktest+set}" = set; then :
23923 enableval
=$enable_gtktest;
23929 for module
in .
$GTK_MODULES
23933 gtk_config_args
="$gtk_config_args gthread"
23938 if test x
$gtk_config_exec_prefix != x
; then
23939 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23940 if test x
${GTK_CONFIG+set} != xset
; then
23941 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
23944 if test x
$gtk_config_prefix != x
; then
23945 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
23946 if test x
${GTK_CONFIG+set} != xset
; then
23947 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
23951 # Extract the first word of "gtk-config", so it can be a program name with args.
23952 set dummy gtk
-config; ac_word
=$2
23953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23954 $as_echo_n "checking for $ac_word... " >&6; }
23955 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
23956 $as_echo_n "(cached) " >&6
23958 case $GTK_CONFIG in
23960 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
23963 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23964 for as_dir
in $PATH
23967 test -z "$as_dir" && as_dir
=.
23968 for ac_exec_ext
in '' $ac_executable_extensions; do
23969 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
23970 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
23978 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
23982 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
23983 if test -n "$GTK_CONFIG"; then
23984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
23985 $as_echo "$GTK_CONFIG" >&6; }
23987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23988 $as_echo "no" >&6; }
23992 min_gtk_version
=1.2.7
23993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
23994 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
23996 if test "$GTK_CONFIG" = "no" ; then
23999 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
24000 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
24001 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
24002 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24003 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
24004 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24005 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
24006 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24007 if test "x$enable_gtktest" = "xyes" ; then
24008 ac_save_CFLAGS
="$CFLAGS"
24009 ac_save_LIBS
="$LIBS"
24010 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24011 LIBS
="$GTK_LIBS $LIBS"
24013 if test "$cross_compiling" = yes; then :
24014 echo $ac_n "cross compiling; assumed OK... $ac_c"
24016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24017 /* end confdefs.h. */
24019 #include <gtk/gtk.h>
24021 #include <stdlib.h>
24026 int major, minor, micro;
24029 system ("touch conf.gtktest");
24031 /* HP/UX 9 (%@#!) writes to sscanf strings */
24032 tmp_version = g_strdup("$min_gtk_version");
24033 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24034 printf("%s, bad version string\n", "$min_gtk_version");
24038 if ((gtk_major_version != $gtk_config_major_version) ||
24039 (gtk_minor_version != $gtk_config_minor_version) ||
24040 (gtk_micro_version != $gtk_config_micro_version))
24042 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24043 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24044 gtk_major_version, gtk_minor_version, gtk_micro_version);
24045 printf ("*** was found! If gtk-config was correct, then it is best\n");
24046 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24047 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24048 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24049 printf("*** required on your system.\n");
24050 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24051 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24052 printf("*** before re-running configure\n");
24054 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24055 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24056 (gtk_minor_version != GTK_MINOR_VERSION) ||
24057 (gtk_micro_version != GTK_MICRO_VERSION))
24059 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24060 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24061 printf("*** library (version %d.%d.%d)\n",
24062 gtk_major_version, gtk_minor_version, gtk_micro_version);
24064 #endif /* defined (GTK_MAJOR_VERSION) ... */
24067 if ((gtk_major_version > major) ||
24068 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24069 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24075 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24076 gtk_major_version, gtk_minor_version, gtk_micro_version);
24077 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24078 major, minor, micro);
24079 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24081 printf("*** If you have already installed a sufficiently new version, this error\n");
24082 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24083 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24084 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24085 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24086 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24087 printf("*** so that the correct libraries are found at run-time))\n");
24094 if ac_fn_c_try_run
"$LINENO"; then :
24099 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
24100 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
24103 CFLAGS
="$ac_save_CFLAGS"
24104 LIBS
="$ac_save_LIBS"
24107 if test "x$no_gtk" = x
; then
24108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24109 $as_echo "yes" >&6; }
24110 wx_cv_lib_gtk
=1.2.7
24112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24113 $as_echo "no" >&6; }
24114 if test "$GTK_CONFIG" = "no" ; then
24115 echo "*** The gtk-config script installed by GTK could not be found"
24116 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24117 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24118 echo "*** full path to gtk-config."
24120 if test -f conf.gtktest
; then
24123 echo "*** Could not run GTK test program, checking why..."
24124 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24125 LIBS
="$LIBS $GTK_LIBS"
24126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24127 /* end confdefs.h. */
24129 #include <gtk/gtk.h>
24135 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24140 if ac_fn_c_try_link
"$LINENO"; then :
24141 echo "*** The test program compiled, but did not run. This usually means"
24142 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24143 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24144 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24145 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24146 echo "*** is required on your system"
24148 echo "*** If you have an old version installed, it is best to remove it, although"
24149 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24151 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24152 echo "*** came with the system with the command"
24154 echo "*** rpm --erase --nodeps gtk gtk-devel"
24156 echo "*** The test program failed to compile or link. See the file config.log for the"
24157 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24158 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24159 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24161 rm -f core conftest.err conftest.
$ac_objext \
24162 conftest
$ac_exeext conftest.
$ac_ext
24163 CFLAGS
="$ac_save_CFLAGS"
24164 LIBS
="$ac_save_LIBS"
24176 if test -z "$wx_cv_lib_gtk"; then
24178 # Check whether --with-gtk-prefix was given.
24179 if test "${with_gtk_prefix+set}" = set; then :
24180 withval
=$with_gtk_prefix; gtk_config_prefix
="$withval"
24182 gtk_config_prefix
=""
24186 # Check whether --with-gtk-exec-prefix was given.
24187 if test "${with_gtk_exec_prefix+set}" = set; then :
24188 withval
=$with_gtk_exec_prefix; gtk_config_exec_prefix
="$withval"
24190 gtk_config_exec_prefix
=""
24193 # Check whether --enable-gtktest was given.
24194 if test "${enable_gtktest+set}" = set; then :
24195 enableval
=$enable_gtktest;
24201 for module
in .
$GTK_MODULES
24205 gtk_config_args
="$gtk_config_args gthread"
24210 if test x
$gtk_config_exec_prefix != x
; then
24211 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
24212 if test x
${GTK_CONFIG+set} != xset
; then
24213 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
24216 if test x
$gtk_config_prefix != x
; then
24217 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
24218 if test x
${GTK_CONFIG+set} != xset
; then
24219 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
24223 # Extract the first word of "gtk-config", so it can be a program name with args.
24224 set dummy gtk
-config; ac_word
=$2
24225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24226 $as_echo_n "checking for $ac_word... " >&6; }
24227 if ${ac_cv_path_GTK_CONFIG+:} false
; then :
24228 $as_echo_n "(cached) " >&6
24230 case $GTK_CONFIG in
24232 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
24235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24236 for as_dir
in $PATH
24239 test -z "$as_dir" && as_dir
=.
24240 for ac_exec_ext
in '' $ac_executable_extensions; do
24241 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24242 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24250 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
24254 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
24255 if test -n "$GTK_CONFIG"; then
24256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_CONFIG" >&5
24257 $as_echo "$GTK_CONFIG" >&6; }
24259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24260 $as_echo "no" >&6; }
24264 min_gtk_version
=1.2.3
24265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK - version >= $min_gtk_version" >&5
24266 $as_echo_n "checking for GTK - version >= $min_gtk_version... " >&6; }
24268 if test "$GTK_CONFIG" = "no" ; then
24271 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
24272 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
24273 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
24274 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24275 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
24276 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24277 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
24278 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24279 if test "x$enable_gtktest" = "xyes" ; then
24280 ac_save_CFLAGS
="$CFLAGS"
24281 ac_save_LIBS
="$LIBS"
24282 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24283 LIBS
="$GTK_LIBS $LIBS"
24285 if test "$cross_compiling" = yes; then :
24286 echo $ac_n "cross compiling; assumed OK... $ac_c"
24288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24289 /* end confdefs.h. */
24291 #include <gtk/gtk.h>
24293 #include <stdlib.h>
24298 int major, minor, micro;
24301 system ("touch conf.gtktest");
24303 /* HP/UX 9 (%@#!) writes to sscanf strings */
24304 tmp_version = g_strdup("$min_gtk_version");
24305 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24306 printf("%s, bad version string\n", "$min_gtk_version");
24310 if ((gtk_major_version != $gtk_config_major_version) ||
24311 (gtk_minor_version != $gtk_config_minor_version) ||
24312 (gtk_micro_version != $gtk_config_micro_version))
24314 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24315 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24316 gtk_major_version, gtk_minor_version, gtk_micro_version);
24317 printf ("*** was found! If gtk-config was correct, then it is best\n");
24318 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24319 printf("*** by modifying your LD_LIBRARY_PATH environment variable, or by editing\n");
24320 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24321 printf("*** required on your system.\n");
24322 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
24323 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
24324 printf("*** before re-running configure\n");
24326 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
24327 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24328 (gtk_minor_version != GTK_MINOR_VERSION) ||
24329 (gtk_micro_version != GTK_MICRO_VERSION))
24331 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24332 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24333 printf("*** library (version %d.%d.%d)\n",
24334 gtk_major_version, gtk_minor_version, gtk_micro_version);
24336 #endif /* defined (GTK_MAJOR_VERSION) ... */
24339 if ((gtk_major_version > major) ||
24340 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24341 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24347 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24348 gtk_major_version, gtk_minor_version, gtk_micro_version);
24349 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24350 major, minor, micro);
24351 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24353 printf("*** If you have already installed a sufficiently new version, this error\n");
24354 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
24355 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24356 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
24357 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
24358 printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
24359 printf("*** so that the correct libraries are found at run-time))\n");
24366 if ac_fn_c_try_run
"$LINENO"; then :
24371 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
24372 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
24375 CFLAGS
="$ac_save_CFLAGS"
24376 LIBS
="$ac_save_LIBS"
24379 if test "x$no_gtk" = x
; then
24380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24381 $as_echo "yes" >&6; }
24382 wx_cv_lib_gtk
=1.2.3
24384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24385 $as_echo "no" >&6; }
24386 if test "$GTK_CONFIG" = "no" ; then
24387 echo "*** The gtk-config script installed by GTK could not be found"
24388 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
24389 echo "*** your path, or set the GTK_CONFIG environment variable to the"
24390 echo "*** full path to gtk-config."
24392 if test -f conf.gtktest
; then
24395 echo "*** Could not run GTK test program, checking why..."
24396 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24397 LIBS
="$LIBS $GTK_LIBS"
24398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24399 /* end confdefs.h. */
24401 #include <gtk/gtk.h>
24407 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
24412 if ac_fn_c_try_link
"$LINENO"; then :
24413 echo "*** The test program compiled, but did not run. This usually means"
24414 echo "*** that the run-time linker is not finding GTK or finding the wrong"
24415 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
24416 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
24417 echo "*** to the installed location Also, make sure you have run ldconfig if that"
24418 echo "*** is required on your system"
24420 echo "*** If you have an old version installed, it is best to remove it, although"
24421 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
24423 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
24424 echo "*** came with the system with the command"
24426 echo "*** rpm --erase --nodeps gtk gtk-devel"
24428 echo "*** The test program failed to compile or link. See the file config.log for the"
24429 echo "*** exact error that occurred. This usually means GTK was incorrectly installed"
24430 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
24431 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
24433 rm -f core conftest.err conftest.
$ac_objext \
24434 conftest
$ac_exeext conftest.
$ac_ext
24435 CFLAGS
="$ac_save_CFLAGS"
24436 LIBS
="$ac_save_LIBS"
24451 if test -z "$wx_cv_lib_gtk"; then
24454 GTK_LIBS
="$GTK_LIBS -lX11"
24456 wx_cv_cflags_gtk
=$GTK_CFLAGS
24457 wx_cv_libs_gtk
=$GTK_LIBS
24464 if test "$gtk_version_cached" = 1; then
24465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gtk" >&5
24466 $as_echo "$wx_cv_lib_gtk" >&6; }
24469 case "$wx_cv_lib_gtk" in
24480 *) as_fn_error $?
"
24481 The development files for GTK+ were not found. For GTK+ 2, please
24482 ensure that pkg-config is in the path and that gtk+-2.0.pc is
24483 installed. For GTK+ 1.2 please check that gtk-config is in the path,
24484 and that the version is 1.2.3 or above. Also check that the
24485 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
24486 --libs' are in the LD_LIBRARY_PATH or equivalent.
24491 if test "$WXGTK3" = 1; then
24492 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24494 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24496 elif test "$WXGTK2" = 1; then
24497 save_CFLAGS
="$CFLAGS"
24499 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
24500 LIBS
="$LIBS $wx_cv_libs_gtk"
24502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.18" >&5
24503 $as_echo_n "checking if GTK+ is version >= 2.18... " >&6; }
24504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24505 /* end confdefs.h. */
24507 #include <gtk/gtk.h>
24513 #if !GTK_CHECK_VERSION(2,18,0)
24521 if ac_fn_c_try_compile
"$LINENO"; then :
24523 $as_echo "#define __WXGTK218__ 1" >>confdefs.h
24525 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24528 $as_echo "yes" >&6; }
24533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24534 $as_echo "no" >&6; }
24538 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24540 if test "$ac_wxgtk218" = 0; then
24541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GTK+ is version >= 2.10" >&5
24542 $as_echo_n "checking if GTK+ is version >= 2.10... " >&6; }
24543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24544 /* end confdefs.h. */
24546 #include <gtk/gtk.h>
24552 #if !GTK_CHECK_VERSION(2,10,0)
24560 if ac_fn_c_try_compile
"$LINENO"; then :
24562 $as_echo "#define __WXGTK210__ 1" >>confdefs.h
24564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24565 $as_echo "yes" >&6; }
24570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24571 $as_echo "no" >&6; }
24575 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
24578 CFLAGS
="$save_CFLAGS"
24581 if test "$wxUSE_UNICODE" = "yes"; then
24582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
24583 $as_echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
24587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk_im_open in -lgdk" >&5
24588 $as_echo_n "checking for gdk_im_open in -lgdk... " >&6; }
24589 if ${ac_cv_lib_gdk_gdk_im_open+:} false
; then :
24590 $as_echo_n "(cached) " >&6
24592 ac_check_lib_save_LIBS
=$LIBS
24594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
24595 /* end confdefs.h. */
24597 /* Override any GCC internal prototype to avoid an error.
24598 Use char because int might match the return type of a GCC
24599 builtin and then its argument prototype would still apply. */
24603 char gdk_im_open ();
24607 return gdk_im_open ();
24612 if ac_fn_c_try_link
"$LINENO"; then :
24613 ac_cv_lib_gdk_gdk_im_open
=yes
24615 ac_cv_lib_gdk_gdk_im_open
=no
24617 rm -f core conftest.err conftest.
$ac_objext \
24618 conftest
$ac_exeext conftest.
$ac_ext
24619 LIBS
=$ac_check_lib_save_LIBS
24621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24622 $as_echo "$ac_cv_lib_gdk_gdk_im_open" >&6; }
24623 if test "x$ac_cv_lib_gdk_gdk_im_open" = xyes
; then :
24624 $as_echo "#define HAVE_XIM 1" >>confdefs.h
24629 if test "$USE_DARWIN" != 1; then
24630 for ac_func
in poll
24632 ac_fn_c_check_func
"$LINENO" "poll" "ac_cv_func_poll"
24633 if test "x$ac_cv_func_poll" = xyes
; then :
24634 cat >>confdefs.h
<<_ACEOF
24635 #define HAVE_POLL 1
24644 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
24645 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24646 AFMINSTALL
=afminstall
24650 if test "$wxUSE_GPE" = "yes"; then
24651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gpewidget library" >&5
24652 $as_echo_n "checking for gpewidget library... " >&6; }
24655 for ac_dir
in $SEARCH_LIB
24657 for ac_extension
in a so sl dylib dll.a
; do
24658 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24659 ac_find_libraries
=$ac_dir
24665 if test "$ac_find_libraries" != "" ; then
24667 if test "$ac_find_libraries" = "default location"; then
24670 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24672 if test $result = 0; then
24675 ac_path_to_link
=" -L$ac_find_libraries"
24679 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
24682 $as_echo "found in $ac_find_libraries" >&6; }
24684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24685 $as_echo "not found" >&6; }
24691 if test "$wxUSE_DFB" = 1; then
24694 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
24695 if test -n "$ac_tool_prefix"; then
24696 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
24697 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
24698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24699 $as_echo_n "checking for $ac_word... " >&6; }
24700 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
24701 $as_echo_n "(cached) " >&6
24703 case $PKG_CONFIG in
24705 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24709 for as_dir
in $PATH
24712 test -z "$as_dir" && as_dir
=.
24713 for ac_exec_ext
in '' $ac_executable_extensions; do
24714 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24715 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24726 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24727 if test -n "$PKG_CONFIG"; then
24728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
24729 $as_echo "$PKG_CONFIG" >&6; }
24731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24732 $as_echo "no" >&6; }
24737 if test -z "$ac_cv_path_PKG_CONFIG"; then
24738 ac_pt_PKG_CONFIG
=$PKG_CONFIG
24739 # Extract the first word of "pkg-config", so it can be a program name with args.
24740 set dummy pkg
-config; ac_word
=$2
24741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24742 $as_echo_n "checking for $ac_word... " >&6; }
24743 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
24744 $as_echo_n "(cached) " >&6
24746 case $ac_pt_PKG_CONFIG in
24748 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
24751 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24752 for as_dir
in $PATH
24755 test -z "$as_dir" && as_dir
=.
24756 for ac_exec_ext
in '' $ac_executable_extensions; do
24757 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
24758 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24769 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
24770 if test -n "$ac_pt_PKG_CONFIG"; then
24771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
24772 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
24774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24775 $as_echo "no" >&6; }
24778 if test "x$ac_pt_PKG_CONFIG" = x
; then
24781 case $cross_compiling:$ac_tool_warned in
24783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24784 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24785 ac_tool_warned
=yes ;;
24787 PKG_CONFIG
=$ac_pt_PKG_CONFIG
24790 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
24794 if test -n "$PKG_CONFIG"; then
24795 _pkg_min_version
=0.9.0
24796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
24797 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
24798 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
24799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24800 $as_echo "yes" >&6; }
24802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24803 $as_echo "no" >&6; }
24811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRECTFB" >&5
24812 $as_echo_n "checking for DIRECTFB... " >&6; }
24814 if test -n "$PKG_CONFIG"; then
24815 if test -n "$DIRECTFB_CFLAGS"; then
24816 pkg_cv_DIRECTFB_CFLAGS
="$DIRECTFB_CFLAGS"
24818 if test -n "$PKG_CONFIG" && \
24819 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24820 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24823 test $ac_status = 0; }; then
24824 pkg_cv_DIRECTFB_CFLAGS
=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
24832 if test -n "$PKG_CONFIG"; then
24833 if test -n "$DIRECTFB_LIBS"; then
24834 pkg_cv_DIRECTFB_LIBS
="$DIRECTFB_LIBS"
24836 if test -n "$PKG_CONFIG" && \
24837 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\""; } >&5
24838 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
24840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
24841 test $ac_status = 0; }; then
24842 pkg_cv_DIRECTFB_LIBS
=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
24853 if test $pkg_failed = yes; then
24855 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
24856 _pkg_short_errors_supported
=yes
24858 _pkg_short_errors_supported
=no
24860 if test $_pkg_short_errors_supported = yes; then
24861 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24863 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
24865 # Put the nasty error message in config.log where it belongs
24866 echo "$DIRECTFB_PKG_ERRORS" >&5
24869 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24872 elif test $pkg_failed = untried
; then
24874 as_fn_error $?
"DirectFB not found." "$LINENO" 5
24878 DIRECTFB_CFLAGS
=$pkg_cv_DIRECTFB_CFLAGS
24879 DIRECTFB_LIBS
=$pkg_cv_DIRECTFB_LIBS
24880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24881 $as_echo "yes" >&6; }
24883 wxUSE_UNIVERSAL
="yes"
24884 TOOLKIT_INCLUDE
="$DIRECTFB_CFLAGS"
24885 GUI_TK_LIBRARY
="$DIRECTFB_LIBS"
24892 if test "$wxUSE_MICROWIN" = 1; then
24893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows" >&5
24894 $as_echo_n "checking for MicroWindows... " >&6; }
24895 if test "x$MICROWINDOWS" = x
; then
24896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
24897 $as_echo "not found" >&6; }
24898 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWINDOWS is set." "$LINENO" 5
24900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWINDOWS" >&5
24901 $as_echo "$MICROWINDOWS" >&6; }
24904 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
24905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: MicroWindows' libraries found." >&5
24906 $as_echo "MicroWindows' libraries found." >&6; }
24908 as_fn_error $?
"Cannot find MicroWindows libraries, make sure they are compiled." "$LINENO" 5
24911 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
24912 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24914 wxUSE_UNIVERSAL
="yes"
24916 AFMINSTALL
=afminstall
24918 GUIDIST
=MICROWIN_DIST
24920 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24923 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
24925 $as_echo_n "checking for X... " >&6; }
24928 # Check whether --with-x was given.
24929 if test "${with_x+set}" = set; then :
24933 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24934 if test "x$with_x" = xno
; then
24935 # The user explicitly disabled X.
24938 case $x_includes,$x_libraries in #(
24939 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
24940 *,NONE
| NONE
,*) if ${ac_cv_have_x+:} false
; then :
24941 $as_echo_n "(cached) " >&6
24943 # One or both of the vars are not set, and there is no cached value.
24944 ac_x_includes
=no ac_x_libraries
=no
24945 rm -f -r conftest.dir
24946 if mkdir conftest.dir
; then
24948 cat >Imakefile
<<'_ACEOF'
24950 @echo incroot='${INCROOT}'
24952 @echo usrlibdir='${USRLIBDIR}'
24954 @echo libdir='${LIBDIR}'
24956 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
24957 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
24958 for ac_var
in incroot usrlibdir libdir
; do
24959 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
24961 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24962 for ac_extension
in a so sl dylib la dll
; do
24963 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
24964 test -f "$ac_im_libdir/libX11.$ac_extension"; then
24965 ac_im_usrlibdir
=$ac_im_libdir; break
24968 # Screen out bogus values from the imake configuration. They are
24969 # bogus both because they are the default anyway, and because
24970 # using them would break gcc on systems where it needs fixed includes.
24971 case $ac_im_incroot in
24972 /usr
/include
) ac_x_includes
= ;;
24973 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
24975 case $ac_im_usrlibdir in
24976 /usr
/lib
| /usr
/lib64
| /lib
| /lib64
) ;;
24977 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
24981 rm -f -r conftest.dir
24984 # Standard set of common directories for X headers.
24985 # Check X11 before X11Rn because it is often a symlink to the current release.
24999 /usr/local/X11/include
25000 /usr/local/X11R7/include
25001 /usr/local/X11R6/include
25002 /usr/local/X11R5/include
25003 /usr/local/X11R4/include
25005 /usr/local/include/X11
25006 /usr/local/include/X11R7
25007 /usr/local/include/X11R6
25008 /usr/local/include/X11R5
25009 /usr/local/include/X11R4
25013 /usr/XFree86/include/X11
25017 /usr/unsupported/include
25018 /usr/athena/include
25019 /usr/local/x11r5/include
25020 /usr/lpp/Xamples/include
25022 /usr/openwin/include
25023 /usr/openwin/share/include'
25025 if test "$ac_x_includes" = no
; then
25026 # Guess where to find include files, by looking for Xlib.h.
25027 # First, try using that file with no special directory specified.
25028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25029 /* end confdefs.h. */
25030 #include <X11/Xlib.h>
25032 if ac_fn_c_try_cpp
"$LINENO"; then :
25033 # We can compile using X headers with no special include directory.
25036 for ac_dir
in $ac_x_header_dirs; do
25037 if test -r "$ac_dir/X11/Xlib.h"; then
25038 ac_x_includes
=$ac_dir
25043 rm -f conftest.err conftest.i conftest.
$ac_ext
25044 fi # $ac_x_includes = no
25046 if test "$ac_x_libraries" = no
; then
25047 # Check for the libraries.
25048 # See if we find them without any special options.
25049 # Don't add to $LIBS permanently.
25052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25053 /* end confdefs.h. */
25054 #include <X11/Xlib.h>
25063 if ac_fn_c_try_link
"$LINENO"; then :
25065 # We can link X programs with no special library path.
25069 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
25071 # Don't even attempt the hair of trying to link an X program!
25072 for ac_extension
in a so sl dylib la dll
; do
25073 if test -r "$ac_dir/libX11.$ac_extension"; then
25074 ac_x_libraries
=$ac_dir
25080 rm -f core conftest.err conftest.
$ac_objext \
25081 conftest
$ac_exeext conftest.
$ac_ext
25082 fi # $ac_x_libraries = no
25084 case $ac_x_includes,$ac_x_libraries in #(
25085 no
,* | *,no
| *\'*)
25086 # Didn't find X, or a directory has "'" in its name.
25087 ac_cv_have_x
="have_x=no";; #(
25089 # Record where we found X for the cache.
25090 ac_cv_have_x
="have_x=yes\
25091 ac_x_includes='$ac_x_includes'\
25092 ac_x_libraries='$ac_x_libraries'"
25098 eval "$ac_cv_have_x"
25101 if test "$have_x" != yes; then
25102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
25103 $as_echo "$have_x" >&6; }
25106 # If each of the values was on the command line, it overrides each guess.
25107 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
25108 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
25109 # Update the cache value to reflect the command line values.
25110 ac_cv_have_x
="have_x=yes\
25111 ac_x_includes='$x_includes'\
25112 ac_x_libraries='$x_libraries'"
25113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
25114 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
25117 if test "$no_x" = yes; then
25118 # Not all programs may use this symbol, but it does not hurt to define it.
25120 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
25122 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
25124 if test -n "$x_includes"; then
25125 X_CFLAGS
="$X_CFLAGS -I$x_includes"
25128 # It would also be nice to do this for all -L options, not just this one.
25129 if test -n "$x_libraries"; then
25130 X_LIBS
="$X_LIBS -L$x_libraries"
25131 # For Solaris; some versions of Sun CC require a space after -R and
25132 # others require no space. Words are not sufficient . . . .
25133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
25134 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
25135 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
25136 ac_xsave_c_werror_flag
=$ac_c_werror_flag
25137 ac_c_werror_flag
=yes
25138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25139 /* end confdefs.h. */
25149 if ac_fn_c_try_link
"$LINENO"; then :
25150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25151 $as_echo "no" >&6; }
25152 X_LIBS
="$X_LIBS -R$x_libraries"
25154 LIBS
="$ac_xsave_LIBS -R $x_libraries"
25155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25156 /* end confdefs.h. */
25166 if ac_fn_c_try_link
"$LINENO"; then :
25167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25168 $as_echo "yes" >&6; }
25169 X_LIBS
="$X_LIBS -R $x_libraries"
25171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
25172 $as_echo "neither works" >&6; }
25174 rm -f core conftest.err conftest.
$ac_objext \
25175 conftest
$ac_exeext conftest.
$ac_ext
25177 rm -f core conftest.err conftest.
$ac_objext \
25178 conftest
$ac_exeext conftest.
$ac_ext
25179 ac_c_werror_flag
=$ac_xsave_c_werror_flag
25180 LIBS
=$ac_xsave_LIBS
25183 # Check for system-dependent libraries X programs must link with.
25184 # Do this before checking for the system-independent R6 libraries
25185 # (-lICE), since we may need -lsocket or whatever for X linking.
25187 if test "$ISC" = yes; then
25188 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
25190 # Martyn Johnson says this is needed for Ultrix, if the X
25191 # libraries were built with DECnet support. And Karl Berry says
25192 # the Alpha needs dnet_stub (dnet does not exist).
25193 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
25194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25195 /* end confdefs.h. */
25197 /* Override any GCC internal prototype to avoid an error.
25198 Use char because int might match the return type of a GCC
25199 builtin and then its argument prototype would still apply. */
25203 char XOpenDisplay ();
25207 return XOpenDisplay ();
25212 if ac_fn_c_try_link
"$LINENO"; then :
25215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
25216 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
25217 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
25218 $as_echo_n "(cached) " >&6
25220 ac_check_lib_save_LIBS
=$LIBS
25221 LIBS
="-ldnet $LIBS"
25222 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25223 /* end confdefs.h. */
25225 /* Override any GCC internal prototype to avoid an error.
25226 Use char because int might match the return type of a GCC
25227 builtin and then its argument prototype would still apply. */
25235 return dnet_ntoa ();
25240 if ac_fn_c_try_link
"$LINENO"; then :
25241 ac_cv_lib_dnet_dnet_ntoa
=yes
25243 ac_cv_lib_dnet_dnet_ntoa
=no
25245 rm -f core conftest.err conftest.
$ac_objext \
25246 conftest
$ac_exeext conftest.
$ac_ext
25247 LIBS
=$ac_check_lib_save_LIBS
25249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
25250 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
25251 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
25252 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
25255 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
25256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
25257 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
25258 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
25259 $as_echo_n "(cached) " >&6
25261 ac_check_lib_save_LIBS
=$LIBS
25262 LIBS
="-ldnet_stub $LIBS"
25263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25264 /* end confdefs.h. */
25266 /* Override any GCC internal prototype to avoid an error.
25267 Use char because int might match the return type of a GCC
25268 builtin and then its argument prototype would still apply. */
25276 return dnet_ntoa ();
25281 if ac_fn_c_try_link
"$LINENO"; then :
25282 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
25284 ac_cv_lib_dnet_stub_dnet_ntoa
=no
25286 rm -f core conftest.err conftest.
$ac_objext \
25287 conftest
$ac_exeext conftest.
$ac_ext
25288 LIBS
=$ac_check_lib_save_LIBS
25290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
25291 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
25292 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
25293 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
25298 rm -f core conftest.err conftest.
$ac_objext \
25299 conftest
$ac_exeext conftest.
$ac_ext
25300 LIBS
="$ac_xsave_LIBS"
25302 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
25303 # to get the SysV transport functions.
25304 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
25306 # The nsl library prevents programs from opening the X display
25307 # on Irix 5.2, according to T.E. Dickey.
25308 # The functions gethostbyname, getservbyname, and inet_addr are
25309 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
25310 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
25311 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
25315 if test $ac_cv_func_gethostbyname = no
; then
25316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
25317 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
25318 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
25319 $as_echo_n "(cached) " >&6
25321 ac_check_lib_save_LIBS
=$LIBS
25323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25324 /* end confdefs.h. */
25326 /* Override any GCC internal prototype to avoid an error.
25327 Use char because int might match the return type of a GCC
25328 builtin and then its argument prototype would still apply. */
25332 char gethostbyname ();
25336 return gethostbyname ();
25341 if ac_fn_c_try_link
"$LINENO"; then :
25342 ac_cv_lib_nsl_gethostbyname
=yes
25344 ac_cv_lib_nsl_gethostbyname
=no
25346 rm -f core conftest.err conftest.
$ac_objext \
25347 conftest
$ac_exeext conftest.
$ac_ext
25348 LIBS
=$ac_check_lib_save_LIBS
25350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
25351 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
25352 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
25353 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
25356 if test $ac_cv_lib_nsl_gethostbyname = no
; then
25357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
25358 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
25359 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
25360 $as_echo_n "(cached) " >&6
25362 ac_check_lib_save_LIBS
=$LIBS
25364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25365 /* end confdefs.h. */
25367 /* Override any GCC internal prototype to avoid an error.
25368 Use char because int might match the return type of a GCC
25369 builtin and then its argument prototype would still apply. */
25373 char gethostbyname ();
25377 return gethostbyname ();
25382 if ac_fn_c_try_link
"$LINENO"; then :
25383 ac_cv_lib_bsd_gethostbyname
=yes
25385 ac_cv_lib_bsd_gethostbyname
=no
25387 rm -f core conftest.err conftest.
$ac_objext \
25388 conftest
$ac_exeext conftest.
$ac_ext
25389 LIBS
=$ac_check_lib_save_LIBS
25391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
25392 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
25393 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
25394 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
25400 # lieder@skyler.mavd.honeywell.com says without -lsocket,
25401 # socket/setsockopt and other routines are undefined under SCO ODT
25402 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
25403 # on later versions), says Simon Leinen: it contains gethostby*
25404 # variants that don't use the name server (or something). -lsocket
25405 # must be given before -lnsl if both are needed. We assume that
25406 # if connect needs -lnsl, so does gethostbyname.
25407 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
25408 if test "x$ac_cv_func_connect" = xyes
; then :
25412 if test $ac_cv_func_connect = no
; then
25413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
25414 $as_echo_n "checking for connect in -lsocket... " >&6; }
25415 if ${ac_cv_lib_socket_connect+:} false
; then :
25416 $as_echo_n "(cached) " >&6
25418 ac_check_lib_save_LIBS
=$LIBS
25419 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
25420 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25421 /* end confdefs.h. */
25423 /* Override any GCC internal prototype to avoid an error.
25424 Use char because int might match the return type of a GCC
25425 builtin and then its argument prototype would still apply. */
25438 if ac_fn_c_try_link
"$LINENO"; then :
25439 ac_cv_lib_socket_connect
=yes
25441 ac_cv_lib_socket_connect
=no
25443 rm -f core conftest.err conftest.
$ac_objext \
25444 conftest
$ac_exeext conftest.
$ac_ext
25445 LIBS
=$ac_check_lib_save_LIBS
25447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
25448 $as_echo "$ac_cv_lib_socket_connect" >&6; }
25449 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
25450 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
25455 # Guillermo Gomez says -lposix is necessary on A/UX.
25456 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
25457 if test "x$ac_cv_func_remove" = xyes
; then :
25461 if test $ac_cv_func_remove = no
; then
25462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
25463 $as_echo_n "checking for remove in -lposix... " >&6; }
25464 if ${ac_cv_lib_posix_remove+:} false
; then :
25465 $as_echo_n "(cached) " >&6
25467 ac_check_lib_save_LIBS
=$LIBS
25468 LIBS
="-lposix $LIBS"
25469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25470 /* end confdefs.h. */
25472 /* Override any GCC internal prototype to avoid an error.
25473 Use char because int might match the return type of a GCC
25474 builtin and then its argument prototype would still apply. */
25487 if ac_fn_c_try_link
"$LINENO"; then :
25488 ac_cv_lib_posix_remove
=yes
25490 ac_cv_lib_posix_remove
=no
25492 rm -f core conftest.err conftest.
$ac_objext \
25493 conftest
$ac_exeext conftest.
$ac_ext
25494 LIBS
=$ac_check_lib_save_LIBS
25496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
25497 $as_echo "$ac_cv_lib_posix_remove" >&6; }
25498 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
25499 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
25504 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25505 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
25506 if test "x$ac_cv_func_shmat" = xyes
; then :
25510 if test $ac_cv_func_shmat = no
; then
25511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
25512 $as_echo_n "checking for shmat in -lipc... " >&6; }
25513 if ${ac_cv_lib_ipc_shmat+:} false
; then :
25514 $as_echo_n "(cached) " >&6
25516 ac_check_lib_save_LIBS
=$LIBS
25518 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25519 /* end confdefs.h. */
25521 /* Override any GCC internal prototype to avoid an error.
25522 Use char because int might match the return type of a GCC
25523 builtin and then its argument prototype would still apply. */
25536 if ac_fn_c_try_link
"$LINENO"; then :
25537 ac_cv_lib_ipc_shmat
=yes
25539 ac_cv_lib_ipc_shmat
=no
25541 rm -f core conftest.err conftest.
$ac_objext \
25542 conftest
$ac_exeext conftest.
$ac_ext
25543 LIBS
=$ac_check_lib_save_LIBS
25545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
25546 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
25547 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
25548 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
25554 # Check for libraries that X11R6 Xt/Xaw programs need.
25555 ac_save_LDFLAGS
=$LDFLAGS
25556 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
25557 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25558 # check for ICE first), but we must link in the order -lSM -lICE or
25559 # we get undefined symbols. So assume we have SM if we have ICE.
25560 # These have to be linked with before -lX11, unlike the other
25561 # libraries we check for below, so use a different variable.
25562 # John Interrante, Karl Berry
25563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
25564 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
25565 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
25566 $as_echo_n "(cached) " >&6
25568 ac_check_lib_save_LIBS
=$LIBS
25569 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
25570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
25571 /* end confdefs.h. */
25573 /* Override any GCC internal prototype to avoid an error.
25574 Use char because int might match the return type of a GCC
25575 builtin and then its argument prototype would still apply. */
25579 char IceConnectionNumber ();
25583 return IceConnectionNumber ();
25588 if ac_fn_c_try_link
"$LINENO"; then :
25589 ac_cv_lib_ICE_IceConnectionNumber
=yes
25591 ac_cv_lib_ICE_IceConnectionNumber
=no
25593 rm -f core conftest.err conftest.
$ac_objext \
25594 conftest
$ac_exeext conftest.
$ac_ext
25595 LIBS
=$ac_check_lib_save_LIBS
25597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25598 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
25599 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
25600 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25603 LDFLAGS
=$ac_save_LDFLAGS
25608 if test "$no_x" = "yes"; then
25609 as_fn_error $?
"X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" "$LINENO" 5
25612 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25613 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25614 AFMINSTALL
=afminstall
25615 COMPILED_X_PROGRAM
=0
25619 if test "$wxUSE_X11" = 1; then
25620 if test "$wxUSE_NANOX" = "yes"; then
25621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MicroWindows/NanoX distribution" >&5
25622 $as_echo_n "checking for MicroWindows/NanoX distribution... " >&6; }
25623 if test "x$MICROWIN" = x
; then
25624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
25625 $as_echo "not found" >&6; }
25626 as_fn_error $?
"Cannot find MicroWindows library. Make sure MICROWIN is set." "$LINENO" 5
25628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MICROWIN" >&5
25629 $as_echo "$MICROWIN" >&6; }
25630 $as_echo "#define wxUSE_NANOX 1" >>confdefs.h
25635 if test "$wxUSE_UNICODE" = "yes"; then
25638 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25639 if test -n "$ac_tool_prefix"; then
25640 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25641 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
25642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25643 $as_echo_n "checking for $ac_word... " >&6; }
25644 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
25645 $as_echo_n "(cached) " >&6
25647 case $PKG_CONFIG in
25649 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25652 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25653 for as_dir
in $PATH
25656 test -z "$as_dir" && as_dir
=.
25657 for ac_exec_ext
in '' $ac_executable_extensions; do
25658 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25659 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25670 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25671 if test -n "$PKG_CONFIG"; then
25672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
25673 $as_echo "$PKG_CONFIG" >&6; }
25675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25676 $as_echo "no" >&6; }
25681 if test -z "$ac_cv_path_PKG_CONFIG"; then
25682 ac_pt_PKG_CONFIG
=$PKG_CONFIG
25683 # Extract the first word of "pkg-config", so it can be a program name with args.
25684 set dummy pkg
-config; ac_word
=$2
25685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25686 $as_echo_n "checking for $ac_word... " >&6; }
25687 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
25688 $as_echo_n "(cached) " >&6
25690 case $ac_pt_PKG_CONFIG in
25692 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25695 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25696 for as_dir
in $PATH
25699 test -z "$as_dir" && as_dir
=.
25700 for ac_exec_ext
in '' $ac_executable_extensions; do
25701 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
25702 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25713 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
25714 if test -n "$ac_pt_PKG_CONFIG"; then
25715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
25716 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
25718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25719 $as_echo "no" >&6; }
25722 if test "x$ac_pt_PKG_CONFIG" = x
; then
25725 case $cross_compiling:$ac_tool_warned in
25727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25728 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25729 ac_tool_warned
=yes ;;
25731 PKG_CONFIG
=$ac_pt_PKG_CONFIG
25734 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
25738 if test -n "$PKG_CONFIG"; then
25739 _pkg_min_version
=0.9.0
25740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
25741 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25742 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25744 $as_echo "yes" >&6; }
25746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25747 $as_echo "no" >&6; }
25755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOX" >&5
25756 $as_echo_n "checking for PANGOX... " >&6; }
25758 if test -n "$PKG_CONFIG"; then
25759 if test -n "$PANGOX_CFLAGS"; then
25760 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
25762 if test -n "$PKG_CONFIG" && \
25763 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25764 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25767 test $ac_status = 0; }; then
25768 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
25776 if test -n "$PKG_CONFIG"; then
25777 if test -n "$PANGOX_LIBS"; then
25778 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
25780 if test -n "$PKG_CONFIG" && \
25781 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangox\""; } >&5
25782 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
25784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25785 test $ac_status = 0; }; then
25786 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
25797 if test $pkg_failed = yes; then
25799 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25800 _pkg_short_errors_supported
=yes
25802 _pkg_short_errors_supported
=no
25804 if test $_pkg_short_errors_supported = yes; then
25805 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
25807 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25809 # Put the nasty error message in config.log where it belongs
25810 echo "$PANGOX_PKG_ERRORS" >&5
25813 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25816 elif test $pkg_failed = untried
; then
25818 as_fn_error $?
"pangox library not found, library cannot be compiled in Unicode mode" "$LINENO" 5
25822 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
25823 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
25824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25825 $as_echo "yes" >&6; }
25827 CFLAGS
="$PANGOX_CFLAGS $CFLAGS"
25828 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
25829 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
25834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5
25835 $as_echo_n "checking for PANGOFT2... " >&6; }
25837 if test -n "$PKG_CONFIG"; then
25838 if test -n "$PANGOFT2_CFLAGS"; then
25839 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
25841 if test -n "$PKG_CONFIG" && \
25842 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25843 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25846 test $ac_status = 0; }; then
25847 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
25855 if test -n "$PKG_CONFIG"; then
25856 if test -n "$PANGOFT2_LIBS"; then
25857 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
25859 if test -n "$PKG_CONFIG" && \
25860 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoft2\""; } >&5
25861 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
25863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25864 test $ac_status = 0; }; then
25865 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
25876 if test $pkg_failed = yes; then
25878 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25879 _pkg_short_errors_supported
=yes
25881 _pkg_short_errors_supported
=no
25883 if test $_pkg_short_errors_supported = yes; then
25884 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
25886 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25888 # Put the nasty error message in config.log where it belongs
25889 echo "$PANGOFT2_PKG_ERRORS" >&5
25892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25893 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25894 wxUSE_PRINTING_ARCHITECTURE
="no"
25897 elif test $pkg_failed = untried
; then
25899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25900 $as_echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25901 wxUSE_PRINTING_ARCHITECTURE
="no"
25905 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
25906 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
25907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25908 $as_echo "yes" >&6; }
25910 CFLAGS
="$PANGOFT2_CFLAGS $CFLAGS"
25911 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
25912 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOXFT" >&5
25918 $as_echo_n "checking for PANGOXFT... " >&6; }
25920 if test -n "$PKG_CONFIG"; then
25921 if test -n "$PANGOXFT_CFLAGS"; then
25922 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
25924 if test -n "$PKG_CONFIG" && \
25925 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25926 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25929 test $ac_status = 0; }; then
25930 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
25938 if test -n "$PKG_CONFIG"; then
25939 if test -n "$PANGOXFT_LIBS"; then
25940 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
25942 if test -n "$PKG_CONFIG" && \
25943 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pangoxft\""; } >&5
25944 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
25946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
25947 test $ac_status = 0; }; then
25948 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
25959 if test $pkg_failed = yes; then
25961 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
25962 _pkg_short_errors_supported
=yes
25964 _pkg_short_errors_supported
=no
25966 if test $_pkg_short_errors_supported = yes; then
25967 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
25969 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25971 # Put the nasty error message in config.log where it belongs
25972 echo "$PANGOXFT_PKG_ERRORS" >&5
25975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25976 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25979 elif test $pkg_failed = untried
; then
25981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25982 $as_echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25986 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
25987 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
25988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25989 $as_echo "yes" >&6; }
25991 $as_echo "#define HAVE_PANGO_XFT 1" >>confdefs.h
25993 CFLAGS
="$PANGOXFT_CFLAGS $CFLAGS"
25994 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
25995 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25999 LIBS
="$LIBS $PANGOX_LIBS"
26000 for ac_func
in pango_font_family_is_monospace
26002 ac_fn_c_check_func
"$LINENO" "pango_font_family_is_monospace" "ac_cv_func_pango_font_family_is_monospace"
26003 if test "x$ac_cv_func_pango_font_family_is_monospace" = xyes
; then :
26004 cat >>confdefs.h
<<_ACEOF
26005 #define HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE 1
26014 wxUSE_UNIVERSAL
="yes"
26016 if test "$wxUSE_NANOX" = "yes"; then
26017 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
26018 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__NANOX__ -DMWPIXEL_FORMAT=MWPF_TRUECOLOR0888 -DHAVE_FILEIO -DHAVE_BMP_SUPPORT=1 -DHAVE_GIF_SUPPORT=1 -DHAVE_PNM_SUPPORT=1 -DHAVE_XPM_SUPPORT=1 -DUNIX=1 -DUSE_EXPOSURE -DSCREEN_HEIGHT=480 -DSCREEN_WIDTH=640 -DSCREEN_DEPTH=4 -DX11=1"
26019 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
26021 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
26028 if test "$wxUSE_MOTIF" = 1; then
26029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif headers" >&5
26030 $as_echo_n "checking for Motif/Lesstif headers... " >&6; }
26033 for ac_dir
in $SEARCH_INCLUDE /usr
/include
26035 if test -f "$ac_dir/Xm/Xm.h"; then
26036 ac_find_includes
=$ac_dir
26041 if test "$ac_find_includes" != "" ; then
26042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
26043 $as_echo "found in $ac_find_includes" >&6; }
26045 if test "x$ac_find_includes" = "x/usr/include"; then
26046 ac_path_to_include
=""
26048 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
26050 if test $result = 0; then
26051 ac_path_to_include
=""
26053 ac_path_to_include
=" -I$ac_find_includes"
26057 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
26059 save_CFLAGS
=$CFLAGS
26060 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26063 /* end confdefs.h. */
26072 version = xmUseVersion;
26078 if ac_fn_c_try_compile
"$LINENO"; then :
26080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
26081 $as_echo "found in default search path" >&6; }
26082 COMPILED_X_PROGRAM
=1
26086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26087 $as_echo "no" >&6; }
26088 as_fn_error $?
"please set CPPFLAGS to contain the location of Xm/Xm.h" "$LINENO" 5
26092 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26094 CFLAGS
=$save_CFLAGS
26098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif/Lesstif library" >&5
26099 $as_echo_n "checking for Motif/Lesstif library... " >&6; }
26102 for ac_dir
in $SEARCH_LIB
26104 for ac_extension
in a so sl dylib dll.a
; do
26105 if test -f "$ac_dir/libXm.$ac_extension"; then
26106 ac_find_libraries
=$ac_dir
26113 if test "x$ac_find_libraries" != "x" ; then
26114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26115 $as_echo "found in $ac_find_libraries" >&6; }
26118 if test "$ac_find_libraries" = "default location"; then
26121 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26123 if test $result = 0; then
26126 ac_path_to_link
=" -L$ac_find_libraries"
26130 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26132 save_CFLAGS
=$CFLAGS
26133 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26135 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
26137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26138 /* end confdefs.h. */
26147 version = xmUseVersion;
26153 if ac_fn_c_try_link
"$LINENO"; then :
26155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in default search path" >&5
26156 $as_echo "found in default search path" >&6; }
26157 COMPILED_X_PROGRAM
=1
26161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26162 $as_echo "no" >&6; }
26163 as_fn_error $?
"please set LDFLAGS to contain the location of libXm" "$LINENO" 5
26167 rm -f core conftest.err conftest.
$ac_objext \
26168 conftest
$ac_exeext conftest.
$ac_ext
26170 CFLAGS
=$save_CFLAGS
26174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need -lXp and/or -lSM -lICE" >&5
26175 $as_echo_n "checking if we need -lXp and/or -lSM -lICE... " >&6; }
26179 for libp
in "" " -lXp"; do
26180 if test "$libs_found" = 0; then
26181 for libsm_ice
in "" " -lSM -lICE"; do
26182 if test "$libs_found" = 0; then
26184 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
26185 save_CFLAGS
=$CFLAGS
26186 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26189 /* end confdefs.h. */
26192 #include <Xm/List.h>
26198 XmString string = NULL;
26201 XmListAddItem(w, string, position);
26207 if ac_fn_c_try_link
"$LINENO"; then :
26210 libsm_ice_link
="$libsm_ice"
26211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: need${libp_link}${libsm_ice_link}" >&5
26212 $as_echo "need${libp_link}${libsm_ice_link}" >&6; }
26216 rm -f core conftest.err conftest.
$ac_objext \
26217 conftest
$ac_exeext conftest.
$ac_ext
26220 CFLAGS
=$save_CFLAGS
26226 if test "$libs_found" = 0; then
26227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't find the right libraries" >&5
26228 $as_echo "can't find the right libraries" >&6; }
26229 as_fn_error $?
"can't link a simple motif program" "$LINENO" 5
26232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SgCreateList in -lSgm" >&5
26233 $as_echo_n "checking for SgCreateList in -lSgm... " >&6; }
26234 if ${ac_cv_lib_Sgm_SgCreateList+:} false
; then :
26235 $as_echo_n "(cached) " >&6
26237 ac_check_lib_save_LIBS
=$LIBS
26239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26240 /* end confdefs.h. */
26242 /* Override any GCC internal prototype to avoid an error.
26243 Use char because int might match the return type of a GCC
26244 builtin and then its argument prototype would still apply. */
26248 char SgCreateList ();
26252 return SgCreateList ();
26257 if ac_fn_c_try_link
"$LINENO"; then :
26258 ac_cv_lib_Sgm_SgCreateList
=yes
26260 ac_cv_lib_Sgm_SgCreateList
=no
26262 rm -f core conftest.err conftest.
$ac_objext \
26263 conftest
$ac_exeext conftest.
$ac_ext
26264 LIBS
=$ac_check_lib_save_LIBS
26266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Sgm_SgCreateList" >&5
26267 $as_echo "$ac_cv_lib_Sgm_SgCreateList" >&6; }
26268 if test "x$ac_cv_lib_Sgm_SgCreateList" = xyes
; then :
26269 libsgm_link
=" -lSgm"
26273 save_CFLAGS
=$CFLAGS
26274 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif 2" >&5
26277 $as_echo_n "checking for Motif 2... " >&6; }
26278 if ${wx_cv_lib_motif2+:} false
; then :
26279 $as_echo_n "(cached) " >&6
26281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26282 /* end confdefs.h. */
26290 #if XmVersion < 2000
26298 if ac_fn_c_try_compile
"$LINENO"; then :
26299 wx_cv_lib_motif2
="yes"
26301 wx_cv_lib_motif2
="no"
26303 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_motif2" >&5
26306 $as_echo "$wx_cv_lib_motif2" >&6; }
26307 if test "$wx_cv_lib_motif2" = "yes"; then
26308 $as_echo "#define __WXMOTIF20__ 1" >>confdefs.h
26311 $as_echo "#define __WXMOTIF20__ 0" >>confdefs.h
26315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Motif is Lesstif" >&5
26316 $as_echo_n "checking whether Motif is Lesstif... " >&6; }
26317 if ${wx_cv_lib_lesstif+:} false
; then :
26318 $as_echo_n "(cached) " >&6
26320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26321 /* end confdefs.h. */
26329 #if !defined(LesstifVersion) || LesstifVersion <= 0
26337 if ac_fn_c_try_compile
"$LINENO"; then :
26338 wx_cv_lib_lesstif
="yes"
26340 wx_cv_lib_lesstif
="no"
26342 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_lesstif" >&5
26346 $as_echo "$wx_cv_lib_lesstif" >&6; }
26347 if test "$wx_cv_lib_lesstif" = "yes"; then
26348 $as_echo "#define __WXLESSTIF__ 1" >>confdefs.h
26351 $as_echo "#define __WXLESSTIF__ 0" >>confdefs.h
26355 CFLAGS
=$save_CFLAGS
26357 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26362 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26363 if test "$wxUSE_LIBXPM" = "sys"; then
26364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xpm library" >&5
26365 $as_echo_n "checking for Xpm library... " >&6; }
26368 for ac_dir
in $SEARCH_LIB
26370 for ac_extension
in a so sl dylib dll.a
; do
26371 if test -f "$ac_dir/libXpm.$ac_extension"; then
26372 ac_find_libraries
=$ac_dir
26378 if test "$ac_find_libraries" != "" ; then
26380 if test "$ac_find_libraries" = "default location"; then
26383 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26385 if test $result = 0; then
26388 ac_path_to_link
=" -L$ac_find_libraries"
26392 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_libraries" >&5
26394 $as_echo "found in $ac_find_libraries" >&6; }
26396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/xpm.h" >&5
26397 $as_echo_n "checking for X11/xpm.h... " >&6; }
26398 if ${wx_cv_x11_xpm_h+:} false
; then :
26399 $as_echo_n "(cached) " >&6
26402 save_CFLAGS
=$CFLAGS
26403 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26406 /* end confdefs.h. */
26408 #include <X11/xpm.h>
26415 version = XpmLibraryVersion();
26421 if ac_fn_c_try_compile
"$LINENO"; then :
26422 wx_cv_x11_xpm_h
=yes
26427 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26429 CFLAGS
=$save_CFLAGS
26433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_x11_xpm_h" >&5
26434 $as_echo "$wx_cv_x11_xpm_h" >&6; }
26436 if test $wx_cv_x11_xpm_h = "yes"; then
26437 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
26438 $as_echo "#define wxHAVE_LIB_XPM 1" >>confdefs.h
26441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: built-in less efficient XPM decoder will be used" >&5
26442 $as_echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
26449 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
26450 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
26451 $as_echo_n "(cached) " >&6
26453 ac_check_lib_save_LIBS
=$LIBS
26454 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26456 /* end confdefs.h. */
26458 /* Override any GCC internal prototype to avoid an error.
26459 Use char because int might match the return type of a GCC
26460 builtin and then its argument prototype would still apply. */
26464 char XShapeQueryExtension ();
26468 return XShapeQueryExtension ();
26473 if ac_fn_c_try_link
"$LINENO"; then :
26474 ac_cv_lib_Xext_XShapeQueryExtension
=yes
26476 ac_cv_lib_Xext_XShapeQueryExtension
=no
26478 rm -f core conftest.err conftest.
$ac_objext \
26479 conftest
$ac_exeext conftest.
$ac_ext
26480 LIBS
=$ac_check_lib_save_LIBS
26482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26483 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
26484 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
26486 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
26492 if test "$wxHAVE_XEXT_LIB" = 1; then
26493 save_CFLAGS
="$CFLAGS"
26494 CFLAGS
="$TOOLKIT_INCLUDE $CFLAGS"
26496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11/extensions/shape.h" >&5
26497 $as_echo_n "checking for X11/extensions/shape.h... " >&6; }
26498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26499 /* end confdefs.h. */
26501 #include <X11/Xlib.h>
26502 #include <X11/extensions/shape.h>
26508 int dummy1, dummy2;
26509 XShapeQueryExtension((Display*)NULL,
26510 (int*)NULL, (int*)NULL);
26516 if ac_fn_c_try_compile
"$LINENO"; then :
26518 $as_echo "#define HAVE_XSHAPE 1" >>confdefs.h
26520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
26521 $as_echo "found" >&6; }
26525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
26526 $as_echo "not found" >&6; }
26529 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26530 CFLAGS
="$save_CFLAGS"
26535 if test "$wxUSE_OSX_CARBON" = 1; then
26536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler syntax to enable Pascal strings" >&5
26537 $as_echo_n "checking for compiler syntax to enable Pascal strings... " >&6; }
26538 if test "$GCC" = yes; then
26539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
26540 $as_echo "gcc" >&6; }
26541 CPPFLAGS_PASCAL
="-fpascal-strings"
26542 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xlc" >&5
26544 $as_echo "xlc" >&6; }
26545 CPPFLAGS_PASCAL
="-qmacpstr"
26547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
26548 $as_echo "none" >&6; }
26551 if test "x$wxUSE_UNIX" = "xyes"; then
26552 CPPFLAGS
="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
26554 CPPFLAGS
="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
26558 GUIDIST
=OSX_CARBON_DIST
26559 WXBASEPORT
="_carbon"
26561 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26564 if test "$wxUSE_OSX_COCOA" = 1; then
26566 GUIDIST
=OSX_COCOA_DIST
26568 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
26571 if test "$wxUSE_OSX_IPHONE" = 1; then
26575 if test "$wxUSE_OLD_COCOA" = 1; then
26580 if test "$wxUSE_PM" = 1; then
26583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type SPBCDATA" >&5
26584 $as_echo_n "checking for type SPBCDATA... " >&6; }
26585 if ${wx_cv_spbcdata+:} false
; then :
26586 $as_echo_n "(cached) " >&6
26589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26590 /* end confdefs.h. */
26605 if ac_fn_c_try_compile
"$LINENO"; then :
26611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
26615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_spbcdata" >&5
26616 $as_echo "$wx_cv_spbcdata" >&6; }
26618 if test $wx_cv_spbcdata = "yes"; then
26619 $as_echo "#define HAVE_SPBCDATA 1" >>confdefs.h
26624 if test "$TOOLKIT" = "PM" ; then
26627 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
26630 if test "$wxUSE_UNIVERSAL" = "yes"; then
26631 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26635 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26636 DISTDIR
="wx\$(TOOLKIT)"
26642 if test "$USE_WIN32" = 1 ; then
26646 GUIDIST
="BASE_DIST"
26652 if test "$wxUSE_GUI" = "yes"; then
26653 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
26654 for ac_header
in X
11/Xlib.h
26656 ac_fn_c_check_header_compile
"$LINENO" "X11/Xlib.h" "ac_cv_header_X11_Xlib_h" "
26658 if test "x$ac_cv_header_X11_Xlib_h" = xyes
; then :
26659 cat >>confdefs.h
<<_ACEOF
26660 #define HAVE_X11_XLIB_H 1
26667 for ac_header
in X
11/XKBlib.h
26669 ac_fn_c_check_header_compile
"$LINENO" "X11/XKBlib.h" "ac_cv_header_X11_XKBlib_h" "
26670 #if HAVE_X11_XLIB_H
26671 #include <X11/Xlib.h>
26675 if test "x$ac_cv_header_X11_XKBlib_h" = xyes
; then :
26676 cat >>confdefs.h
<<_ACEOF
26677 #define HAVE_X11_XKBLIB_H 1
26690 if test "$wxUSE_DISPLAY" = "yes"; then
26691 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$WXGTK1" = 1; then
26695 fl_pkgname
=`echo "Xinerama" | tr [:upper:] [:lower:]`
26698 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
26699 if test -n "$ac_tool_prefix"; then
26700 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
26701 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
26702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26703 $as_echo_n "checking for $ac_word... " >&6; }
26704 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
26705 $as_echo_n "(cached) " >&6
26707 case $PKG_CONFIG in
26709 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
26712 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26713 for as_dir
in $PATH
26716 test -z "$as_dir" && as_dir
=.
26717 for ac_exec_ext
in '' $ac_executable_extensions; do
26718 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26719 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26730 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
26731 if test -n "$PKG_CONFIG"; then
26732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
26733 $as_echo "$PKG_CONFIG" >&6; }
26735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26736 $as_echo "no" >&6; }
26741 if test -z "$ac_cv_path_PKG_CONFIG"; then
26742 ac_pt_PKG_CONFIG
=$PKG_CONFIG
26743 # Extract the first word of "pkg-config", so it can be a program name with args.
26744 set dummy pkg
-config; ac_word
=$2
26745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26746 $as_echo_n "checking for $ac_word... " >&6; }
26747 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
26748 $as_echo_n "(cached) " >&6
26750 case $ac_pt_PKG_CONFIG in
26752 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
26755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26756 for as_dir
in $PATH
26759 test -z "$as_dir" && as_dir
=.
26760 for ac_exec_ext
in '' $ac_executable_extensions; do
26761 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
26762 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
26763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26773 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
26774 if test -n "$ac_pt_PKG_CONFIG"; then
26775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
26776 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
26778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26779 $as_echo "no" >&6; }
26782 if test "x$ac_pt_PKG_CONFIG" = x
; then
26785 case $cross_compiling:$ac_tool_warned in
26787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
26788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
26789 ac_tool_warned
=yes ;;
26791 PKG_CONFIG
=$ac_pt_PKG_CONFIG
26794 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
26798 if test -n "$PKG_CONFIG"; then
26799 _pkg_min_version
=0.9.0
26800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
26801 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
26802 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
26803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26804 $as_echo "yes" >&6; }
26806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26807 $as_echo "no" >&6; }
26814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xinerama" >&5
26815 $as_echo_n "checking for Xinerama... " >&6; }
26817 if test -n "$PKG_CONFIG"; then
26818 if test -n "$Xinerama_CFLAGS"; then
26819 pkg_cv_Xinerama_CFLAGS
="$Xinerama_CFLAGS"
26821 if test -n "$PKG_CONFIG" && \
26822 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26823 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26826 test $ac_status = 0; }; then
26827 pkg_cv_Xinerama_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
26835 if test -n "$PKG_CONFIG"; then
26836 if test -n "$Xinerama_LIBS"; then
26837 pkg_cv_Xinerama_LIBS
="$Xinerama_LIBS"
26839 if test -n "$PKG_CONFIG" && \
26840 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
26841 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
26843 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
26844 test $ac_status = 0; }; then
26845 pkg_cv_Xinerama_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
26856 if test $pkg_failed = yes; then
26858 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
26859 _pkg_short_errors_supported
=yes
26861 _pkg_short_errors_supported
=no
26863 if test $_pkg_short_errors_supported = yes; then
26864 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
26866 Xinerama_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
26868 # Put the nasty error message in config.log where it belongs
26869 echo "$Xinerama_PKG_ERRORS" >&5
26872 if test "x$ac_find_libraries" = "x"; then
26873 if test "xXineramaQueryScreens" != "x"; then
26874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26875 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26876 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26877 $as_echo_n "(cached) " >&6
26879 ac_check_lib_save_LIBS
=$LIBS
26880 LIBS
="-lXinerama $LIBS"
26881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26882 /* end confdefs.h. */
26884 /* Override any GCC internal prototype to avoid an error.
26885 Use char because int might match the return type of a GCC
26886 builtin and then its argument prototype would still apply. */
26890 char XineramaQueryScreens ();
26894 return XineramaQueryScreens ();
26899 if ac_fn_c_try_link
"$LINENO"; then :
26900 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26902 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26904 rm -f core conftest.err conftest.
$ac_objext \
26905 conftest
$ac_exeext conftest.
$ac_ext
26906 LIBS
=$ac_check_lib_save_LIBS
26908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26909 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26910 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26911 ac_find_libraries
="std"
26917 if test "x$ac_find_libraries" = "x"; then
26918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26919 $as_echo_n "checking elsewhere... " >&6; }
26922 for ac_dir
in $SEARCH_LIB
26924 for ac_extension
in a so sl dylib dll.a
; do
26925 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26926 ac_find_libraries
=$ac_dir
26932 if test "x$ac_find_libraries" != "x"; then
26933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26934 $as_echo "yes" >&6; }
26936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26937 $as_echo "no" >&6; }
26941 elif test $pkg_failed = untried
; then
26943 if test "x$ac_find_libraries" = "x"; then
26944 if test "xXineramaQueryScreens" != "x"; then
26945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XineramaQueryScreens in -lXinerama" >&5
26946 $as_echo_n "checking for XineramaQueryScreens in -lXinerama... " >&6; }
26947 if ${ac_cv_lib_Xinerama_XineramaQueryScreens+:} false
; then :
26948 $as_echo_n "(cached) " >&6
26950 ac_check_lib_save_LIBS
=$LIBS
26951 LIBS
="-lXinerama $LIBS"
26952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
26953 /* end confdefs.h. */
26955 /* Override any GCC internal prototype to avoid an error.
26956 Use char because int might match the return type of a GCC
26957 builtin and then its argument prototype would still apply. */
26961 char XineramaQueryScreens ();
26965 return XineramaQueryScreens ();
26970 if ac_fn_c_try_link
"$LINENO"; then :
26971 ac_cv_lib_Xinerama_XineramaQueryScreens
=yes
26973 ac_cv_lib_Xinerama_XineramaQueryScreens
=no
26975 rm -f core conftest.err conftest.
$ac_objext \
26976 conftest
$ac_exeext conftest.
$ac_ext
26977 LIBS
=$ac_check_lib_save_LIBS
26979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xinerama_XineramaQueryScreens" >&5
26980 $as_echo "$ac_cv_lib_Xinerama_XineramaQueryScreens" >&6; }
26981 if test "x$ac_cv_lib_Xinerama_XineramaQueryScreens" = xyes
; then :
26982 ac_find_libraries
="std"
26988 if test "x$ac_find_libraries" = "x"; then
26989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
26990 $as_echo_n "checking elsewhere... " >&6; }
26993 for ac_dir
in $SEARCH_LIB
26995 for ac_extension
in a so sl dylib dll.a
; do
26996 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26997 ac_find_libraries
=$ac_dir
27003 if test "x$ac_find_libraries" != "x"; then
27004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27005 $as_echo "yes" >&6; }
27007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27008 $as_echo "no" >&6; }
27013 Xinerama_CFLAGS
=$pkg_cv_Xinerama_CFLAGS
27014 Xinerama_LIBS
=$pkg_cv_Xinerama_LIBS
27015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27016 $as_echo "yes" >&6; }
27018 ac_find_libraries
="std"
27020 eval ac_find_cflags
=\
$Xinerama_CFLAGS
27021 eval fl_libs
=\
$Xinerama_LIBS
27023 for fl_path
in $fl_libs
27025 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27026 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27032 if test "$ac_find_libraries" != "" ; then
27033 if test "$ac_find_libraries" != "std" ; then
27035 if test "$ac_find_libraries" = "default location"; then
27038 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27040 if test $result = 0; then
27043 ac_path_to_link
=" -L$ac_find_libraries"
27047 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27048 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27052 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
27054 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Xinerama not found; disabling wxDisplay" >&5
27055 $as_echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
27058 elif test "$wxUSE_MSW" = 1; then
27059 ac_fn_c_check_header_compile
"$LINENO" "ddraw.h" "ac_cv_header_ddraw_h" "#include <windows.h>
27061 if test "x$ac_cv_header_ddraw_h" = xyes
; then :
27069 if test "$wxUSE_DISPLAY" = "yes"; then
27070 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
27074 fl_pkgname
=`echo "Xxf86vm" | tr [:upper:] [:lower:]`
27077 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27078 if test -n "$ac_tool_prefix"; then
27079 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27080 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27082 $as_echo_n "checking for $ac_word... " >&6; }
27083 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27084 $as_echo_n "(cached) " >&6
27086 case $PKG_CONFIG in
27088 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27092 for as_dir
in $PATH
27095 test -z "$as_dir" && as_dir
=.
27096 for ac_exec_ext
in '' $ac_executable_extensions; do
27097 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27098 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27109 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27110 if test -n "$PKG_CONFIG"; then
27111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27112 $as_echo "$PKG_CONFIG" >&6; }
27114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27115 $as_echo "no" >&6; }
27120 if test -z "$ac_cv_path_PKG_CONFIG"; then
27121 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27122 # Extract the first word of "pkg-config", so it can be a program name with args.
27123 set dummy pkg
-config; ac_word
=$2
27124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27125 $as_echo_n "checking for $ac_word... " >&6; }
27126 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27127 $as_echo_n "(cached) " >&6
27129 case $ac_pt_PKG_CONFIG in
27131 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27135 for as_dir
in $PATH
27138 test -z "$as_dir" && as_dir
=.
27139 for ac_exec_ext
in '' $ac_executable_extensions; do
27140 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27141 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27152 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27153 if test -n "$ac_pt_PKG_CONFIG"; then
27154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27155 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27158 $as_echo "no" >&6; }
27161 if test "x$ac_pt_PKG_CONFIG" = x
; then
27164 case $cross_compiling:$ac_tool_warned in
27166 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27167 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27168 ac_tool_warned
=yes ;;
27170 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27173 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27177 if test -n "$PKG_CONFIG"; then
27178 _pkg_min_version
=0.9.0
27179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27180 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27181 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27183 $as_echo "yes" >&6; }
27185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27186 $as_echo "no" >&6; }
27193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Xxf86vm" >&5
27194 $as_echo_n "checking for Xxf86vm... " >&6; }
27196 if test -n "$PKG_CONFIG"; then
27197 if test -n "$Xxf86vm_CFLAGS"; then
27198 pkg_cv_Xxf86vm_CFLAGS
="$Xxf86vm_CFLAGS"
27200 if test -n "$PKG_CONFIG" && \
27201 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27202 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27205 test $ac_status = 0; }; then
27206 pkg_cv_Xxf86vm_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27214 if test -n "$PKG_CONFIG"; then
27215 if test -n "$Xxf86vm_LIBS"; then
27216 pkg_cv_Xxf86vm_LIBS
="$Xxf86vm_LIBS"
27218 if test -n "$PKG_CONFIG" && \
27219 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27220 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27223 test $ac_status = 0; }; then
27224 pkg_cv_Xxf86vm_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27235 if test $pkg_failed = yes; then
27237 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27238 _pkg_short_errors_supported
=yes
27240 _pkg_short_errors_supported
=no
27242 if test $_pkg_short_errors_supported = yes; then
27243 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27245 Xxf86vm_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27247 # Put the nasty error message in config.log where it belongs
27248 echo "$Xxf86vm_PKG_ERRORS" >&5
27251 if test "x$ac_find_libraries" = "x"; then
27252 if test "xXF86VidModeQueryExtension" != "x"; then
27253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27254 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27255 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27256 $as_echo_n "(cached) " >&6
27258 ac_check_lib_save_LIBS
=$LIBS
27259 LIBS
="-lXxf86vm $LIBS"
27260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27261 /* end confdefs.h. */
27263 /* Override any GCC internal prototype to avoid an error.
27264 Use char because int might match the return type of a GCC
27265 builtin and then its argument prototype would still apply. */
27269 char XF86VidModeQueryExtension ();
27273 return XF86VidModeQueryExtension ();
27278 if ac_fn_c_try_link
"$LINENO"; then :
27279 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27281 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27283 rm -f core conftest.err conftest.
$ac_objext \
27284 conftest
$ac_exeext conftest.
$ac_ext
27285 LIBS
=$ac_check_lib_save_LIBS
27287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27288 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27289 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27290 ac_find_libraries
="std"
27296 if test "x$ac_find_libraries" = "x"; then
27297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27298 $as_echo_n "checking elsewhere... " >&6; }
27301 for ac_dir
in $SEARCH_LIB
27303 for ac_extension
in a so sl dylib dll.a
; do
27304 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27305 ac_find_libraries
=$ac_dir
27311 if test "x$ac_find_libraries" != "x"; then
27312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27313 $as_echo "yes" >&6; }
27315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27316 $as_echo "no" >&6; }
27320 elif test $pkg_failed = untried
; then
27322 if test "x$ac_find_libraries" = "x"; then
27323 if test "xXF86VidModeQueryExtension" != "x"; then
27324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
27325 $as_echo_n "checking for XF86VidModeQueryExtension in -lXxf86vm... " >&6; }
27326 if ${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+:} false
; then :
27327 $as_echo_n "(cached) " >&6
27329 ac_check_lib_save_LIBS
=$LIBS
27330 LIBS
="-lXxf86vm $LIBS"
27331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27332 /* end confdefs.h. */
27334 /* Override any GCC internal prototype to avoid an error.
27335 Use char because int might match the return type of a GCC
27336 builtin and then its argument prototype would still apply. */
27340 char XF86VidModeQueryExtension ();
27344 return XF86VidModeQueryExtension ();
27349 if ac_fn_c_try_link
"$LINENO"; then :
27350 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=yes
27352 ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension
=no
27354 rm -f core conftest.err conftest.
$ac_objext \
27355 conftest
$ac_exeext conftest.
$ac_ext
27356 LIBS
=$ac_check_lib_save_LIBS
27358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
27359 $as_echo "$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
27360 if test "x$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" = xyes
; then :
27361 ac_find_libraries
="std"
27367 if test "x$ac_find_libraries" = "x"; then
27368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27369 $as_echo_n "checking elsewhere... " >&6; }
27372 for ac_dir
in $SEARCH_LIB
27374 for ac_extension
in a so sl dylib dll.a
; do
27375 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27376 ac_find_libraries
=$ac_dir
27382 if test "x$ac_find_libraries" != "x"; then
27383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27384 $as_echo "yes" >&6; }
27386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27387 $as_echo "no" >&6; }
27392 Xxf86vm_CFLAGS
=$pkg_cv_Xxf86vm_CFLAGS
27393 Xxf86vm_LIBS
=$pkg_cv_Xxf86vm_LIBS
27394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27395 $as_echo "yes" >&6; }
27397 ac_find_libraries
="std"
27399 eval ac_find_cflags
=\
$Xxf86vm_CFLAGS
27400 eval fl_libs
=\
$Xxf86vm_LIBS
27402 for fl_path
in $fl_libs
27404 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27405 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27411 if test "$ac_find_libraries" != "" ; then
27412 for ac_header
in X
11/extensions
/xf86vmode.h
27414 ac_fn_c_check_header_compile
"$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "
27415 #if HAVE_X11_XLIB_H
27416 #include <X11/Xlib.h>
27420 if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = xyes
; then :
27421 cat >>confdefs.h
<<_ACEOF
27422 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
27425 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
27435 if test "$wxUSE_DETECT_SM" = "yes"; then
27436 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
27440 fl_pkgname
=`echo "SM" | tr [:upper:] [:lower:]`
27443 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27444 if test -n "$ac_tool_prefix"; then
27445 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27446 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27448 $as_echo_n "checking for $ac_word... " >&6; }
27449 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27450 $as_echo_n "(cached) " >&6
27452 case $PKG_CONFIG in
27454 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27457 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27458 for as_dir
in $PATH
27461 test -z "$as_dir" && as_dir
=.
27462 for ac_exec_ext
in '' $ac_executable_extensions; do
27463 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27464 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27475 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27476 if test -n "$PKG_CONFIG"; then
27477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27478 $as_echo "$PKG_CONFIG" >&6; }
27480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27481 $as_echo "no" >&6; }
27486 if test -z "$ac_cv_path_PKG_CONFIG"; then
27487 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27488 # Extract the first word of "pkg-config", so it can be a program name with args.
27489 set dummy pkg
-config; ac_word
=$2
27490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27491 $as_echo_n "checking for $ac_word... " >&6; }
27492 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27493 $as_echo_n "(cached) " >&6
27495 case $ac_pt_PKG_CONFIG in
27497 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27501 for as_dir
in $PATH
27504 test -z "$as_dir" && as_dir
=.
27505 for ac_exec_ext
in '' $ac_executable_extensions; do
27506 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27507 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27518 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27519 if test -n "$ac_pt_PKG_CONFIG"; then
27520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27521 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27524 $as_echo "no" >&6; }
27527 if test "x$ac_pt_PKG_CONFIG" = x
; then
27530 case $cross_compiling:$ac_tool_warned in
27532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27533 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27534 ac_tool_warned
=yes ;;
27536 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27539 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27543 if test -n "$PKG_CONFIG"; then
27544 _pkg_min_version
=0.9.0
27545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27546 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27547 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27549 $as_echo "yes" >&6; }
27551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27552 $as_echo "no" >&6; }
27559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SM" >&5
27560 $as_echo_n "checking for SM... " >&6; }
27562 if test -n "$PKG_CONFIG"; then
27563 if test -n "$SM_CFLAGS"; then
27564 pkg_cv_SM_CFLAGS
="$SM_CFLAGS"
27566 if test -n "$PKG_CONFIG" && \
27567 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27568 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27571 test $ac_status = 0; }; then
27572 pkg_cv_SM_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
27580 if test -n "$PKG_CONFIG"; then
27581 if test -n "$SM_LIBS"; then
27582 pkg_cv_SM_LIBS
="$SM_LIBS"
27584 if test -n "$PKG_CONFIG" && \
27585 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27586 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27589 test $ac_status = 0; }; then
27590 pkg_cv_SM_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
27601 if test $pkg_failed = yes; then
27603 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
27604 _pkg_short_errors_supported
=yes
27606 _pkg_short_errors_supported
=no
27608 if test $_pkg_short_errors_supported = yes; then
27609 SM_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
27611 SM_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
27613 # Put the nasty error message in config.log where it belongs
27614 echo "$SM_PKG_ERRORS" >&5
27617 if test "x$ac_find_libraries" = "x"; then
27618 if test "xSmcOpenConnection" != "x"; then
27619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27620 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27621 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27622 $as_echo_n "(cached) " >&6
27624 ac_check_lib_save_LIBS
=$LIBS
27626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27627 /* end confdefs.h. */
27629 /* Override any GCC internal prototype to avoid an error.
27630 Use char because int might match the return type of a GCC
27631 builtin and then its argument prototype would still apply. */
27635 char SmcOpenConnection ();
27639 return SmcOpenConnection ();
27644 if ac_fn_c_try_link
"$LINENO"; then :
27645 ac_cv_lib_SM_SmcOpenConnection
=yes
27647 ac_cv_lib_SM_SmcOpenConnection
=no
27649 rm -f core conftest.err conftest.
$ac_objext \
27650 conftest
$ac_exeext conftest.
$ac_ext
27651 LIBS
=$ac_check_lib_save_LIBS
27653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27654 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27655 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27656 ac_find_libraries
="std"
27662 if test "x$ac_find_libraries" = "x"; then
27663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27664 $as_echo_n "checking elsewhere... " >&6; }
27667 for ac_dir
in $SEARCH_LIB
27669 for ac_extension
in a so sl dylib dll.a
; do
27670 if test -f "$ac_dir/libSM.$ac_extension"; then
27671 ac_find_libraries
=$ac_dir
27677 if test "x$ac_find_libraries" != "x"; then
27678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27679 $as_echo "yes" >&6; }
27681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27682 $as_echo "no" >&6; }
27686 elif test $pkg_failed = untried
; then
27688 if test "x$ac_find_libraries" = "x"; then
27689 if test "xSmcOpenConnection" != "x"; then
27690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
27691 $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
27692 if ${ac_cv_lib_SM_SmcOpenConnection+:} false
; then :
27693 $as_echo_n "(cached) " >&6
27695 ac_check_lib_save_LIBS
=$LIBS
27697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
27698 /* end confdefs.h. */
27700 /* Override any GCC internal prototype to avoid an error.
27701 Use char because int might match the return type of a GCC
27702 builtin and then its argument prototype would still apply. */
27706 char SmcOpenConnection ();
27710 return SmcOpenConnection ();
27715 if ac_fn_c_try_link
"$LINENO"; then :
27716 ac_cv_lib_SM_SmcOpenConnection
=yes
27718 ac_cv_lib_SM_SmcOpenConnection
=no
27720 rm -f core conftest.err conftest.
$ac_objext \
27721 conftest
$ac_exeext conftest.
$ac_ext
27722 LIBS
=$ac_check_lib_save_LIBS
27724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
27725 $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
27726 if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes
; then :
27727 ac_find_libraries
="std"
27733 if test "x$ac_find_libraries" = "x"; then
27734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
27735 $as_echo_n "checking elsewhere... " >&6; }
27738 for ac_dir
in $SEARCH_LIB
27740 for ac_extension
in a so sl dylib dll.a
; do
27741 if test -f "$ac_dir/libSM.$ac_extension"; then
27742 ac_find_libraries
=$ac_dir
27748 if test "x$ac_find_libraries" != "x"; then
27749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27750 $as_echo "yes" >&6; }
27752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27753 $as_echo "no" >&6; }
27758 SM_CFLAGS
=$pkg_cv_SM_CFLAGS
27759 SM_LIBS
=$pkg_cv_SM_LIBS
27760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27761 $as_echo "yes" >&6; }
27763 ac_find_libraries
="std"
27765 eval ac_find_cflags
=\
$SM_CFLAGS
27766 eval fl_libs
=\
$SM_LIBS
27768 for fl_path
in $fl_libs
27770 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
27771 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
27777 if test "$ac_find_libraries" != "" ; then
27778 if test "$ac_find_libraries" != "std" ; then
27780 if test "$ac_find_libraries" = "default location"; then
27783 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27785 if test $result = 0; then
27788 ac_path_to_link
=" -L$ac_find_libraries"
27792 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27793 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27796 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lSM"
27798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libSM not found; disabling session management detection" >&5
27799 $as_echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
27800 wxUSE_DETECT_SM
="no"
27803 wxUSE_DETECT_SM
="no"
27810 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
27813 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
27814 OPENGL_LIBS
="-framework OpenGL -framework AGL"
27815 elif test "$wxUSE_MSW" = 1; then
27816 OPENGL_LIBS
="-lopengl32 -lglu32"
27817 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK" = 1; then
27819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL headers" >&5
27820 $as_echo_n "checking for OpenGL headers... " >&6; }
27823 for ac_dir
in $SEARCH_INCLUDE /opt
/graphics
/OpenGL
/include
/usr
/include
27825 if test -f "$ac_dir/GL/gl.h"; then
27826 ac_find_includes
=$ac_dir
27831 if test "$ac_find_includes" != "" ; then
27832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found in $ac_find_includes" >&5
27833 $as_echo "found in $ac_find_includes" >&6; }
27835 if test "x$ac_find_includes" = "x/usr/include"; then
27836 ac_path_to_include
=""
27838 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
27840 if test $result = 0; then
27841 ac_path_to_include
=""
27843 ac_path_to_include
=" -I$ac_find_includes"
27847 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
27849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
27850 $as_echo "not found" >&6; }
27853 ac_fn_c_check_header_compile
"$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "
27855 if test "x$ac_cv_header_GL_gl_h" = xyes
; then :
27857 ac_fn_c_check_header_compile
"$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "
27859 if test "x$ac_cv_header_GL_glu_h" = xyes
; then :
27866 fl_pkgname
=`echo "GL" | tr [:upper:] [:lower:]`
27869 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
27870 if test -n "$ac_tool_prefix"; then
27871 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
27872 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
27873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27874 $as_echo_n "checking for $ac_word... " >&6; }
27875 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
27876 $as_echo_n "(cached) " >&6
27878 case $PKG_CONFIG in
27880 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27884 for as_dir
in $PATH
27887 test -z "$as_dir" && as_dir
=.
27888 for ac_exec_ext
in '' $ac_executable_extensions; do
27889 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27890 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27901 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27902 if test -n "$PKG_CONFIG"; then
27903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
27904 $as_echo "$PKG_CONFIG" >&6; }
27906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27907 $as_echo "no" >&6; }
27912 if test -z "$ac_cv_path_PKG_CONFIG"; then
27913 ac_pt_PKG_CONFIG
=$PKG_CONFIG
27914 # Extract the first word of "pkg-config", so it can be a program name with args.
27915 set dummy pkg
-config; ac_word
=$2
27916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27917 $as_echo_n "checking for $ac_word... " >&6; }
27918 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
27919 $as_echo_n "(cached) " >&6
27921 case $ac_pt_PKG_CONFIG in
27923 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
27926 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27927 for as_dir
in $PATH
27930 test -z "$as_dir" && as_dir
=.
27931 for ac_exec_ext
in '' $ac_executable_extensions; do
27932 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
27933 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27944 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
27945 if test -n "$ac_pt_PKG_CONFIG"; then
27946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
27947 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
27949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27950 $as_echo "no" >&6; }
27953 if test "x$ac_pt_PKG_CONFIG" = x
; then
27956 case $cross_compiling:$ac_tool_warned in
27958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
27959 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
27960 ac_tool_warned
=yes ;;
27962 PKG_CONFIG
=$ac_pt_PKG_CONFIG
27965 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
27969 if test -n "$PKG_CONFIG"; then
27970 _pkg_min_version
=0.9.0
27971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
27972 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
27973 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
27974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27975 $as_echo "yes" >&6; }
27977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27978 $as_echo "no" >&6; }
27985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GL" >&5
27986 $as_echo_n "checking for GL... " >&6; }
27988 if test -n "$PKG_CONFIG"; then
27989 if test -n "$GL_CFLAGS"; then
27990 pkg_cv_GL_CFLAGS
="$GL_CFLAGS"
27992 if test -n "$PKG_CONFIG" && \
27993 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
27994 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
27996 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
27997 test $ac_status = 0; }; then
27998 pkg_cv_GL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28006 if test -n "$PKG_CONFIG"; then
28007 if test -n "$GL_LIBS"; then
28008 pkg_cv_GL_LIBS
="$GL_LIBS"
28010 if test -n "$PKG_CONFIG" && \
28011 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28012 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28015 test $ac_status = 0; }; then
28016 pkg_cv_GL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28027 if test $pkg_failed = yes; then
28029 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28030 _pkg_short_errors_supported
=yes
28032 _pkg_short_errors_supported
=no
28034 if test $_pkg_short_errors_supported = yes; then
28035 GL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28037 GL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28039 # Put the nasty error message in config.log where it belongs
28040 echo "$GL_PKG_ERRORS" >&5
28043 if test "x$ac_find_libraries" = "x"; then
28044 if test "xglBegin" != "x"; then
28045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
28046 $as_echo_n "checking for glBegin in -lGL... " >&6; }
28047 if ${ac_cv_lib_GL_glBegin+:} false
; then :
28048 $as_echo_n "(cached) " >&6
28050 ac_check_lib_save_LIBS
=$LIBS
28052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28053 /* end confdefs.h. */
28055 /* Override any GCC internal prototype to avoid an error.
28056 Use char because int might match the return type of a GCC
28057 builtin and then its argument prototype would still apply. */
28070 if ac_fn_c_try_link
"$LINENO"; then :
28071 ac_cv_lib_GL_glBegin
=yes
28073 ac_cv_lib_GL_glBegin
=no
28075 rm -f core conftest.err conftest.
$ac_objext \
28076 conftest
$ac_exeext conftest.
$ac_ext
28077 LIBS
=$ac_check_lib_save_LIBS
28079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
28080 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
28081 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
28082 ac_find_libraries
="std"
28088 if test "x$ac_find_libraries" = "x"; then
28089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28090 $as_echo_n "checking elsewhere... " >&6; }
28093 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28095 for ac_extension
in a so sl dylib dll.a
; do
28096 if test -f "$ac_dir/libGL.$ac_extension"; then
28097 ac_find_libraries
=$ac_dir
28103 if test "x$ac_find_libraries" != "x"; then
28104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28105 $as_echo "yes" >&6; }
28107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28108 $as_echo "no" >&6; }
28112 elif test $pkg_failed = untried
; then
28114 if test "x$ac_find_libraries" = "x"; then
28115 if test "xglBegin" != "x"; then
28116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5
28117 $as_echo_n "checking for glBegin in -lGL... " >&6; }
28118 if ${ac_cv_lib_GL_glBegin+:} false
; then :
28119 $as_echo_n "(cached) " >&6
28121 ac_check_lib_save_LIBS
=$LIBS
28123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28124 /* end confdefs.h. */
28126 /* Override any GCC internal prototype to avoid an error.
28127 Use char because int might match the return type of a GCC
28128 builtin and then its argument prototype would still apply. */
28141 if ac_fn_c_try_link
"$LINENO"; then :
28142 ac_cv_lib_GL_glBegin
=yes
28144 ac_cv_lib_GL_glBegin
=no
28146 rm -f core conftest.err conftest.
$ac_objext \
28147 conftest
$ac_exeext conftest.
$ac_ext
28148 LIBS
=$ac_check_lib_save_LIBS
28150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_glBegin" >&5
28151 $as_echo "$ac_cv_lib_GL_glBegin" >&6; }
28152 if test "x$ac_cv_lib_GL_glBegin" = xyes
; then :
28153 ac_find_libraries
="std"
28159 if test "x$ac_find_libraries" = "x"; then
28160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28161 $as_echo_n "checking elsewhere... " >&6; }
28164 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28166 for ac_extension
in a so sl dylib dll.a
; do
28167 if test -f "$ac_dir/libGL.$ac_extension"; then
28168 ac_find_libraries
=$ac_dir
28174 if test "x$ac_find_libraries" != "x"; then
28175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28176 $as_echo "yes" >&6; }
28178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28179 $as_echo "no" >&6; }
28184 GL_CFLAGS
=$pkg_cv_GL_CFLAGS
28185 GL_LIBS
=$pkg_cv_GL_LIBS
28186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28187 $as_echo "yes" >&6; }
28189 ac_find_libraries
="std"
28191 eval ac_find_cflags
=\
$GL_CFLAGS
28192 eval fl_libs
=\
$GL_LIBS
28194 for fl_path
in $fl_libs
28196 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28197 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28203 if test "$ac_find_libraries" != "" ; then
28204 if test "$ac_find_libraries" != "std" ; then
28206 if test "$ac_find_libraries" = "default location"; then
28209 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28211 if test $result = 0; then
28214 ac_path_to_link
=" -L$ac_find_libraries"
28218 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28219 LDFLAGS_GL
="$ac_path_to_link"
28226 fl_pkgname
=`echo "GLU" | tr [:upper:] [:lower:]`
28229 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28230 if test -n "$ac_tool_prefix"; then
28231 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28232 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28234 $as_echo_n "checking for $ac_word... " >&6; }
28235 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28236 $as_echo_n "(cached) " >&6
28238 case $PKG_CONFIG in
28240 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28243 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28244 for as_dir
in $PATH
28247 test -z "$as_dir" && as_dir
=.
28248 for ac_exec_ext
in '' $ac_executable_extensions; do
28249 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28250 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28261 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28262 if test -n "$PKG_CONFIG"; then
28263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28264 $as_echo "$PKG_CONFIG" >&6; }
28266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28267 $as_echo "no" >&6; }
28272 if test -z "$ac_cv_path_PKG_CONFIG"; then
28273 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28274 # Extract the first word of "pkg-config", so it can be a program name with args.
28275 set dummy pkg
-config; ac_word
=$2
28276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28277 $as_echo_n "checking for $ac_word... " >&6; }
28278 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28279 $as_echo_n "(cached) " >&6
28281 case $ac_pt_PKG_CONFIG in
28283 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28286 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28287 for as_dir
in $PATH
28290 test -z "$as_dir" && as_dir
=.
28291 for ac_exec_ext
in '' $ac_executable_extensions; do
28292 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28293 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28304 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28305 if test -n "$ac_pt_PKG_CONFIG"; then
28306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28307 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28310 $as_echo "no" >&6; }
28313 if test "x$ac_pt_PKG_CONFIG" = x
; then
28316 case $cross_compiling:$ac_tool_warned in
28318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28319 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28320 ac_tool_warned
=yes ;;
28322 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28325 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28329 if test -n "$PKG_CONFIG"; then
28330 _pkg_min_version
=0.9.0
28331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28332 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28333 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28335 $as_echo "yes" >&6; }
28337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28338 $as_echo "no" >&6; }
28345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU" >&5
28346 $as_echo_n "checking for GLU... " >&6; }
28348 if test -n "$PKG_CONFIG"; then
28349 if test -n "$GLU_CFLAGS"; then
28350 pkg_cv_GLU_CFLAGS
="$GLU_CFLAGS"
28352 if test -n "$PKG_CONFIG" && \
28353 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28354 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28357 test $ac_status = 0; }; then
28358 pkg_cv_GLU_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28366 if test -n "$PKG_CONFIG"; then
28367 if test -n "$GLU_LIBS"; then
28368 pkg_cv_GLU_LIBS
="$GLU_LIBS"
28370 if test -n "$PKG_CONFIG" && \
28371 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28372 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28375 test $ac_status = 0; }; then
28376 pkg_cv_GLU_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28387 if test $pkg_failed = yes; then
28389 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28390 _pkg_short_errors_supported
=yes
28392 _pkg_short_errors_supported
=no
28394 if test $_pkg_short_errors_supported = yes; then
28395 GLU_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28397 GLU_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28399 # Put the nasty error message in config.log where it belongs
28400 echo "$GLU_PKG_ERRORS" >&5
28403 if test "x$ac_find_libraries" = "x"; then
28404 if test "xgluBeginCurve" != "x"; then
28405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28406 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28407 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28408 $as_echo_n "(cached) " >&6
28410 ac_check_lib_save_LIBS
=$LIBS
28412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28413 /* end confdefs.h. */
28415 /* Override any GCC internal prototype to avoid an error.
28416 Use char because int might match the return type of a GCC
28417 builtin and then its argument prototype would still apply. */
28421 char gluBeginCurve ();
28425 return gluBeginCurve ();
28430 if ac_fn_c_try_link
"$LINENO"; then :
28431 ac_cv_lib_GLU_gluBeginCurve
=yes
28433 ac_cv_lib_GLU_gluBeginCurve
=no
28435 rm -f core conftest.err conftest.
$ac_objext \
28436 conftest
$ac_exeext conftest.
$ac_ext
28437 LIBS
=$ac_check_lib_save_LIBS
28439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28440 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28441 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28442 ac_find_libraries
="std"
28448 if test "x$ac_find_libraries" = "x"; then
28449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28450 $as_echo_n "checking elsewhere... " >&6; }
28453 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28455 for ac_extension
in a so sl dylib dll.a
; do
28456 if test -f "$ac_dir/libGLU.$ac_extension"; then
28457 ac_find_libraries
=$ac_dir
28463 if test "x$ac_find_libraries" != "x"; then
28464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28465 $as_echo "yes" >&6; }
28467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28468 $as_echo "no" >&6; }
28472 elif test $pkg_failed = untried
; then
28474 if test "x$ac_find_libraries" = "x"; then
28475 if test "xgluBeginCurve" != "x"; then
28476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5
28477 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; }
28478 if ${ac_cv_lib_GLU_gluBeginCurve+:} false
; then :
28479 $as_echo_n "(cached) " >&6
28481 ac_check_lib_save_LIBS
=$LIBS
28483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28484 /* end confdefs.h. */
28486 /* Override any GCC internal prototype to avoid an error.
28487 Use char because int might match the return type of a GCC
28488 builtin and then its argument prototype would still apply. */
28492 char gluBeginCurve ();
28496 return gluBeginCurve ();
28501 if ac_fn_c_try_link
"$LINENO"; then :
28502 ac_cv_lib_GLU_gluBeginCurve
=yes
28504 ac_cv_lib_GLU_gluBeginCurve
=no
28506 rm -f core conftest.err conftest.
$ac_objext \
28507 conftest
$ac_exeext conftest.
$ac_ext
28508 LIBS
=$ac_check_lib_save_LIBS
28510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluBeginCurve" >&5
28511 $as_echo "$ac_cv_lib_GLU_gluBeginCurve" >&6; }
28512 if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes
; then :
28513 ac_find_libraries
="std"
28519 if test "x$ac_find_libraries" = "x"; then
28520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28521 $as_echo_n "checking elsewhere... " >&6; }
28524 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28526 for ac_extension
in a so sl dylib dll.a
; do
28527 if test -f "$ac_dir/libGLU.$ac_extension"; then
28528 ac_find_libraries
=$ac_dir
28534 if test "x$ac_find_libraries" != "x"; then
28535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28536 $as_echo "yes" >&6; }
28538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28539 $as_echo "no" >&6; }
28544 GLU_CFLAGS
=$pkg_cv_GLU_CFLAGS
28545 GLU_LIBS
=$pkg_cv_GLU_LIBS
28546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28547 $as_echo "yes" >&6; }
28549 ac_find_libraries
="std"
28551 eval ac_find_cflags
=\
$GLU_CFLAGS
28552 eval fl_libs
=\
$GLU_LIBS
28554 for fl_path
in $fl_libs
28556 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28557 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28563 if test "$ac_find_libraries" != "" ; then
28564 if test "$ac_find_libraries" != "std" ; then
28566 if test "$ac_find_libraries" = "default location"; then
28569 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28571 if test $result = 0; then
28574 ac_path_to_link
=" -L$ac_find_libraries"
28578 if test "$ac_path_to_link" != " -L/usr/lib" -a \
28579 "$ac_path_to_link" != "$LDFLAGS_GL" ; then
28580 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28585 OPENGL_LIBS
="-lGL -lGLU"
28589 if test "$found_gl" != 1; then
28593 fl_pkgname
=`echo "MesaGL" | tr [:upper:] [:lower:]`
28596 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28597 if test -n "$ac_tool_prefix"; then
28598 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28599 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28601 $as_echo_n "checking for $ac_word... " >&6; }
28602 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
28603 $as_echo_n "(cached) " >&6
28605 case $PKG_CONFIG in
28607 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28611 for as_dir
in $PATH
28614 test -z "$as_dir" && as_dir
=.
28615 for ac_exec_ext
in '' $ac_executable_extensions; do
28616 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28617 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28628 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28629 if test -n "$PKG_CONFIG"; then
28630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
28631 $as_echo "$PKG_CONFIG" >&6; }
28633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28634 $as_echo "no" >&6; }
28639 if test -z "$ac_cv_path_PKG_CONFIG"; then
28640 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28641 # Extract the first word of "pkg-config", so it can be a program name with args.
28642 set dummy pkg
-config; ac_word
=$2
28643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28644 $as_echo_n "checking for $ac_word... " >&6; }
28645 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
28646 $as_echo_n "(cached) " >&6
28648 case $ac_pt_PKG_CONFIG in
28650 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28654 for as_dir
in $PATH
28657 test -z "$as_dir" && as_dir
=.
28658 for ac_exec_ext
in '' $ac_executable_extensions; do
28659 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
28660 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28671 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28672 if test -n "$ac_pt_PKG_CONFIG"; then
28673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
28674 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
28676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28677 $as_echo "no" >&6; }
28680 if test "x$ac_pt_PKG_CONFIG" = x
; then
28683 case $cross_compiling:$ac_tool_warned in
28685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28686 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28687 ac_tool_warned
=yes ;;
28689 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28692 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28696 if test -n "$PKG_CONFIG"; then
28697 _pkg_min_version
=0.9.0
28698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
28699 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
28700 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28702 $as_echo "yes" >&6; }
28704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28705 $as_echo "no" >&6; }
28712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MesaGL" >&5
28713 $as_echo_n "checking for MesaGL... " >&6; }
28715 if test -n "$PKG_CONFIG"; then
28716 if test -n "$MesaGL_CFLAGS"; then
28717 pkg_cv_MesaGL_CFLAGS
="$MesaGL_CFLAGS"
28719 if test -n "$PKG_CONFIG" && \
28720 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28721 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28724 test $ac_status = 0; }; then
28725 pkg_cv_MesaGL_CFLAGS
=`$PKG_CONFIG --cflags "$fl_pkgname" 2>/dev/null`
28733 if test -n "$PKG_CONFIG"; then
28734 if test -n "$MesaGL_LIBS"; then
28735 pkg_cv_MesaGL_LIBS
="$MesaGL_LIBS"
28737 if test -n "$PKG_CONFIG" && \
28738 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$fl_pkgname\""; } >&5
28739 ($PKG_CONFIG --exists --print-errors "$fl_pkgname") 2>&5
28741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
28742 test $ac_status = 0; }; then
28743 pkg_cv_MesaGL_LIBS
=`$PKG_CONFIG --libs "$fl_pkgname" 2>/dev/null`
28754 if test $pkg_failed = yes; then
28756 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28757 _pkg_short_errors_supported
=yes
28759 _pkg_short_errors_supported
=no
28761 if test $_pkg_short_errors_supported = yes; then
28762 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$fl_pkgname"`
28764 MesaGL_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$fl_pkgname"`
28766 # Put the nasty error message in config.log where it belongs
28767 echo "$MesaGL_PKG_ERRORS" >&5
28770 if test "x$ac_find_libraries" = "x"; then
28771 if test "xglEnable" != "x"; then
28772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28773 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28774 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28775 $as_echo_n "(cached) " >&6
28777 ac_check_lib_save_LIBS
=$LIBS
28778 LIBS
="-lMesaGL $LIBS"
28779 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28780 /* end confdefs.h. */
28782 /* Override any GCC internal prototype to avoid an error.
28783 Use char because int might match the return type of a GCC
28784 builtin and then its argument prototype would still apply. */
28792 return glEnable ();
28797 if ac_fn_c_try_link
"$LINENO"; then :
28798 ac_cv_lib_MesaGL_glEnable
=yes
28800 ac_cv_lib_MesaGL_glEnable
=no
28802 rm -f core conftest.err conftest.
$ac_objext \
28803 conftest
$ac_exeext conftest.
$ac_ext
28804 LIBS
=$ac_check_lib_save_LIBS
28806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28807 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28808 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28809 ac_find_libraries
="std"
28815 if test "x$ac_find_libraries" = "x"; then
28816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28817 $as_echo_n "checking elsewhere... " >&6; }
28820 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28822 for ac_extension
in a so sl dylib dll.a
; do
28823 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28824 ac_find_libraries
=$ac_dir
28830 if test "x$ac_find_libraries" != "x"; then
28831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28832 $as_echo "yes" >&6; }
28834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28835 $as_echo "no" >&6; }
28839 elif test $pkg_failed = untried
; then
28841 if test "x$ac_find_libraries" = "x"; then
28842 if test "xglEnable" != "x"; then
28843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glEnable in -lMesaGL" >&5
28844 $as_echo_n "checking for glEnable in -lMesaGL... " >&6; }
28845 if ${ac_cv_lib_MesaGL_glEnable+:} false
; then :
28846 $as_echo_n "(cached) " >&6
28848 ac_check_lib_save_LIBS
=$LIBS
28849 LIBS
="-lMesaGL $LIBS"
28850 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
28851 /* end confdefs.h. */
28853 /* Override any GCC internal prototype to avoid an error.
28854 Use char because int might match the return type of a GCC
28855 builtin and then its argument prototype would still apply. */
28863 return glEnable ();
28868 if ac_fn_c_try_link
"$LINENO"; then :
28869 ac_cv_lib_MesaGL_glEnable
=yes
28871 ac_cv_lib_MesaGL_glEnable
=no
28873 rm -f core conftest.err conftest.
$ac_objext \
28874 conftest
$ac_exeext conftest.
$ac_ext
28875 LIBS
=$ac_check_lib_save_LIBS
28877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_MesaGL_glEnable" >&5
28878 $as_echo "$ac_cv_lib_MesaGL_glEnable" >&6; }
28879 if test "x$ac_cv_lib_MesaGL_glEnable" = xyes
; then :
28880 ac_find_libraries
="std"
28886 if test "x$ac_find_libraries" = "x"; then
28887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking elsewhere" >&5
28888 $as_echo_n "checking elsewhere... " >&6; }
28891 for ac_dir
in /opt
/graphics
/OpenGL
/lib
$SEARCH_LIB
28893 for ac_extension
in a so sl dylib dll.a
; do
28894 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
28895 ac_find_libraries
=$ac_dir
28901 if test "x$ac_find_libraries" != "x"; then
28902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28903 $as_echo "yes" >&6; }
28905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28906 $as_echo "no" >&6; }
28911 MesaGL_CFLAGS
=$pkg_cv_MesaGL_CFLAGS
28912 MesaGL_LIBS
=$pkg_cv_MesaGL_LIBS
28913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28914 $as_echo "yes" >&6; }
28916 ac_find_libraries
="std"
28918 eval ac_find_cflags
=\
$MesaGL_CFLAGS
28919 eval fl_libs
=\
$MesaGL_LIBS
28921 for fl_path
in $fl_libs
28923 if test `echo "$fl_path" | cut -c 1-2` = "-L"; then
28924 ac_find_libraries
=`echo "$fl_path" | cut -c 3-`
28930 if test "$ac_find_libraries" != "" ; then
28931 if test "$ac_find_libraries" != "std" ; then
28933 if test "$ac_find_libraries" = "default location"; then
28936 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
28938 if test $result = 0; then
28941 ac_path_to_link
=" -L$ac_find_libraries"
28945 if test "$ac_path_to_link" != " -L/usr/lib" ; then
28946 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
28949 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
28961 if test "x$OPENGL_LIBS" = "x"; then
28962 if test "$wxUSE_OPENGL" = "yes"; then
28963 as_fn_error $?
"OpenGL libraries not available" "$LINENO" 5
28965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
28966 $as_echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
28972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
28973 $as_echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
28977 if test "$wxUSE_OPENGL" = "auto"; then
28981 if test "$wxUSE_OPENGL" = "yes"; then
28983 $as_echo "#define wxUSE_OPENGL 1" >>confdefs.h
28985 $as_echo "#define wxUSE_GLCANVAS 1" >>confdefs.h
28987 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
28992 if test -n "$TOOLKIT" ; then
28993 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
28998 if test "$wxUSE_SHARED" = "yes"; then
29002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Host system doesn't support shared libraries, disabling" >&5
29003 $as_echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29008 if test "$wxUSE_SHARED" = "yes"; then
29012 *-*-cygwin* | *-*-mingw* )
29013 wx_cv_version_script
=no
29017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts --version-script" >&5
29018 $as_echo_n "checking if the linker accepts --version-script... " >&6; }
29019 if ${wx_cv_version_script+:} false
; then :
29020 $as_echo_n "(cached) " >&6
29023 echo "VER_1 { *; };" >conftest.sym
29024 echo "int main() { return 0; }" >conftest.cpp
29027 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29028 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29029 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29030 (eval $ac_try) 2>&5
29032 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29033 test $ac_status = 0; }; } ; then
29034 if test -s conftest.stderr
; then
29035 wx_cv_version_script
=no
29037 wx_cv_version_script
=yes
29040 wx_cv_version_script
=no
29043 if test $wx_cv_version_script = yes
29045 echo "struct B { virtual ~B() { } }; \
29046 struct D : public B { }; \
29047 void F() { D d; }" > conftest.cpp
29050 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29051 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29052 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29053 (eval $ac_try) 2>&5
29055 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29056 test $ac_status = 0; }; } &&
29058 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29059 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29060 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29061 (eval $ac_try) 2>&5
29063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29064 test $ac_status = 0; }; }
29067 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29068 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29069 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
29070 (eval $ac_try) 2>&5
29072 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
29073 test $ac_status = 0; }; }
29075 wx_cv_version_script
=yes
29077 wx_cv_version_script
=no
29082 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29083 rm -f conftest1.output conftest2.output conftest3.output
29086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_version_script" >&5
29087 $as_echo "$wx_cv_version_script" >&6; }
29089 if test $wx_cv_version_script = yes ; then
29090 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(wx_top_builddir)/version-script"
29096 if test "$wxUSE_VISIBILITY" != "no"; then
29099 if test -n "$GCC"; then
29100 CFLAGS_VISIBILITY
="-fvisibility=hidden"
29101 CXXFLAGS_VISIBILITY
="-fvisibility=hidden -fvisibility-inlines-hidden"
29102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symbols visibility support" >&5
29103 $as_echo_n "checking for symbols visibility support... " >&6; }
29104 if ${wx_cv_cc_visibility+:} false
; then :
29105 $as_echo_n "(cached) " >&6
29108 wx_save_CXXFLAGS
="$CXXFLAGS"
29109 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
29111 ac_cpp
='$CXXCPP $CPPFLAGS'
29112 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29113 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29114 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29117 /* end confdefs.h. */
29119 /* we need gcc >= 4.0, older versions with visibility support
29120 didn't have class visibility: */
29121 #if defined(__GNUC__) && __GNUC__ < 4
29122 error this gcc is too old;
29125 /* visibility only makes sense for ELF shared libs: */
29126 #if !defined(__ELF__) && !defined(__APPLE__)
29127 error this platform has no visibility;
29130 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
29131 #if defined(__clang__)
29132 clang compiler is still broken w.r.t. visibility;
29135 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
29136 extern __attribute__((__visibility__("default"))) int exportedvar;
29137 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
29138 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
29139 class __attribute__((__visibility__("default"))) Foo {
29151 if ac_fn_cxx_try_compile
"$LINENO"; then :
29152 wx_cv_cc_visibility
=yes
29154 wx_cv_cc_visibility
=no
29156 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29158 ac_cpp
='$CPP $CPPFLAGS'
29159 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29160 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29161 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29163 CXXFLAGS
="$wx_save_CXXFLAGS"
29166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility" >&5
29167 $as_echo "$wx_cv_cc_visibility" >&6; }
29168 if test $wx_cv_cc_visibility = yes; then
29169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libstdc++ visibility" >&5
29170 $as_echo_n "checking for broken libstdc++ visibility... " >&6; }
29171 if ${wx_cv_cc_broken_libstdcxx_visibility+:} false
; then :
29172 $as_echo_n "(cached) " >&6
29175 wx_save_CXXFLAGS
="$CXXFLAGS"
29176 wx_save_LDFLAGS
="$LDFLAGS"
29177 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
29178 LDFLAGS
="$LDFLAGS -shared -fPIC"
29180 ac_cpp
='$CXXCPP $CPPFLAGS'
29181 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29182 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29183 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29186 /* end confdefs.h. */
29194 std::string s("hello");
29201 if ac_fn_cxx_try_link
"$LINENO"; then :
29202 wx_cv_cc_broken_libstdcxx_visibility
=no
29204 wx_cv_cc_broken_libstdcxx_visibility
=yes
29206 rm -f core conftest.err conftest.
$ac_objext \
29207 conftest
$ac_exeext conftest.
$ac_ext
29209 ac_cpp
='$CPP $CPPFLAGS'
29210 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29211 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29212 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29214 CXXFLAGS
="$wx_save_CXXFLAGS"
29215 LDFLAGS
="$wx_save_LDFLAGS"
29218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
29219 $as_echo "$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
29221 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can work around it" >&5
29223 $as_echo_n "checking whether we can work around it... " >&6; }
29224 if ${wx_cv_cc_visibility_workaround+:} false
; then :
29225 $as_echo_n "(cached) " >&6
29229 ac_cpp
='$CXXCPP $CPPFLAGS'
29230 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29231 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29232 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29235 /* end confdefs.h. */
29237 #pragma GCC visibility push(default)
29239 #pragma GCC visibility pop
29245 std::string s("hello");
29252 if ac_fn_cxx_try_link
"$LINENO"; then :
29253 wx_cv_cc_visibility_workaround
=no
29255 wx_cv_cc_visibility_workaround
=yes
29257 rm -f core conftest.err conftest.
$ac_objext \
29258 conftest
$ac_exeext conftest.
$ac_ext
29260 ac_cpp
='$CPP $CPPFLAGS'
29261 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29262 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29263 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc_visibility_workaround" >&5
29269 $as_echo "$wx_cv_cc_visibility_workaround" >&6; }
29271 if test $wx_cv_cc_visibility_workaround = no
; then
29272 wx_cv_cc_visibility
=no
29277 if test $wx_cv_cc_visibility = yes; then
29278 $as_echo "#define HAVE_VISIBILITY 1" >>confdefs.h
29280 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
29281 $as_echo "#define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1" >>confdefs.h
29285 CFLAGS_VISIBILITY
=""
29286 CXXFLAGS_VISIBILITY
=""
29294 if test "x$SUNCXX" = xyes
; then
29295 SAMPLES_RPATH_FLAG
="-R\$(wx_top_builddir)/lib"
29296 WXCONFIG_RPATH
="-R\$libdir"
29299 *-*-linux* | *-*-gnu* )
29300 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29301 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29306 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
29308 saveLdflags
="$LDFLAGS"
29309 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
29310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -rpath" >&5
29311 $as_echo_n "checking if the linker accepts -rpath... " >&6; }
29312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29313 /* end confdefs.h. */
29323 if ac_fn_c_try_link
"$LINENO"; then :
29325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29326 $as_echo "yes" >&6; }
29327 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
29328 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
29332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29333 $as_echo "no" >&6; }
29334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -R" >&5
29335 $as_echo_n "checking if the linker accepts -R... " >&6; }
29336 LDFLAGS
="$saveLdflags -Wl,-R,/"
29337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29338 /* end confdefs.h. */
29348 if ac_fn_c_try_link
"$LINENO"; then :
29350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29351 $as_echo "yes" >&6; }
29352 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(wx_top_builddir)/lib"
29353 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
29357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29358 $as_echo "no" >&6; }
29361 rm -f core conftest.err conftest.
$ac_objext \
29362 conftest
$ac_exeext conftest.
$ac_ext
29365 rm -f core conftest.err conftest.
$ac_objext \
29366 conftest
$ac_exeext conftest.
$ac_ext
29367 LDFLAGS
="$saveLdflags"
29371 install_name_tool
=`which ${HOST_PREFIX}install_name_tool`
29372 if test "$install_name_tool" -a -x "$install_name_tool"; then
29373 DYLIB_RPATH_POSTLINK
="${HOST_PREFIX}install_name_tool -id \$@ \$@"
29374 cat <<EOF >change-install-names
29376 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
29377 for i in \${libnames} ; do
29378 ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
29379 for dep in \${libnames} ; do
29380 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
29384 chmod +x change
-install-names
29385 DYLIB_RPATH_INSTALL
="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
29388 HEADER_PAD_OPTION
="-headerpad_max_install_names"
29391 *-*-cygwin* | *-*-mingw32* )
29395 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(wx_top_builddir)/lib"
29396 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
29402 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
29404 if test $wxUSE_RPATH = "no"; then
29405 SAMPLES_RPATH_FLAG
=''
29406 DYLIB_PATH_POSTLINK
=''
29414 config_linkage_component
="-static"
29421 lib_unicode_suffix
=
29423 if test "$wxUSE_UNICODE" = "yes"; then
29424 lib_unicode_suffix
=u
29425 WX_CHARTYPE
="unicode"
29429 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
29430 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
29433 if test "$wxUSE_DEBUG_INFO" = "yes"; then
29437 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
29439 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
29441 TOOLCHAIN_FULLNAME
="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
29444 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
29445 WX_LIBRARY_BASENAME_NOGUI
="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29447 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29449 if test "${TOOLKIT_DIR}" = "os2"; then
29450 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29452 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
29457 if test "$wxUSE_OLD_COCOA" = 1; then
29460 ac_cpp
='$CPP $CPPFLAGS'
29461 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29462 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29463 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
29468 $as_echo_n "checking if AppKit/NSEvent.h conflicts with CoreFoundation... " >&6; }
29469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29470 /* end confdefs.h. */
29471 #include <AppKit/NSEvent.h>
29472 #include <CoreFoundation/CoreFoundation.h>
29482 if ac_fn_c_try_compile
"$LINENO"; then :
29483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29484 $as_echo "no" >&6; }
29486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29487 $as_echo "yes" >&6; }
29488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if defining __Point__ will fix it" >&5
29489 $as_echo_n "checking if defining __Point__ will fix it... " >&6; }
29490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29491 /* end confdefs.h. */
29492 #define __Point__ 1
29493 #include <AppKit/NSEvent.h>
29494 #include <CoreFoundation/CoreFoundation.h>
29504 if ac_fn_c_try_compile
"$LINENO"; then :
29505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29506 $as_echo "yes" >&6; }
29507 $as_echo "#define __Point__ 1" >>confdefs.h
29511 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
29512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
29514 See \`config.log' for more details" "$LINENO" 5; }
29517 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29520 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29522 ac_cpp
='$CPP $CPPFLAGS'
29523 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29524 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29525 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29530 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
29531 if test "x$ac_cv_type_mode_t" = xyes
; then :
29535 cat >>confdefs.h
<<_ACEOF
29541 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
29542 if test "x$ac_cv_type_off_t" = xyes
; then :
29546 cat >>confdefs.h
<<_ACEOF
29547 #define off_t long int
29552 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
29553 if test "x$ac_cv_type_pid_t" = xyes
; then :
29557 cat >>confdefs.h
<<_ACEOF
29563 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
29564 if test "x$ac_cv_type_size_t" = xyes
; then :
29568 cat >>confdefs.h
<<_ACEOF
29569 #define size_t unsigned int
29575 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
29576 if test "x$ac_cv_type_ssize_t" = xyes
; then :
29578 cat >>confdefs.h
<<_ACEOF
29579 #define HAVE_SSIZE_T 1
29587 ac_cpp
='$CXXCPP $CPPFLAGS'
29588 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29589 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29590 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned int" >&5
29592 $as_echo_n "checking if size_t is unsigned int... " >&6; }
29593 if ${wx_cv_size_t_is_uint+:} false
; then :
29594 $as_echo_n "(cached) " >&6
29597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29598 /* end confdefs.h. */
29599 #include <stddef.h>
29606 struct Foo { void foo(size_t); void foo(unsigned int); };
29614 if ac_fn_cxx_try_compile
"$LINENO"; then :
29615 wx_cv_size_t_is_uint
=no
29617 wx_cv_size_t_is_uint
=yes
29620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_uint" >&5
29625 $as_echo "$wx_cv_size_t_is_uint" >&6; }
29627 if test "$wx_cv_size_t_is_uint" = "yes"; then
29628 $as_echo "#define wxSIZE_T_IS_UINT 1" >>confdefs.h
29631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if size_t is unsigned long" >&5
29632 $as_echo_n "checking if size_t is unsigned long... " >&6; }
29633 if ${wx_cv_size_t_is_ulong+:} false
; then :
29634 $as_echo_n "(cached) " >&6
29636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29637 /* end confdefs.h. */
29638 #include <stddef.h>
29645 struct Foo { void foo(size_t); void foo(unsigned long); };
29653 if ac_fn_cxx_try_compile
"$LINENO"; then :
29654 wx_cv_size_t_is_ulong
=no
29656 wx_cv_size_t_is_ulong
=yes
29659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_size_t_is_ulong" >&5
29663 $as_echo "$wx_cv_size_t_is_ulong" >&6; }
29665 if test "$wx_cv_size_t_is_ulong" = "yes"; then
29666 $as_echo "#define wxSIZE_T_IS_ULONG 1" >>confdefs.h
29671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if wchar_t is separate type" >&5
29672 $as_echo_n "checking if wchar_t is separate type... " >&6; }
29673 if ${wx_cv_wchar_t_is_separate_type+:} false
; then :
29674 $as_echo_n "(cached) " >&6
29676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29677 /* end confdefs.h. */
29685 struct Foo { void foo(wchar_t);
29686 void foo(unsigned short);
29687 void foo(unsigned int);
29688 void foo(unsigned long); };
29696 if ac_fn_cxx_try_compile
"$LINENO"; then :
29697 wx_cv_wchar_t_is_separate_type
=yes
29699 wx_cv_wchar_t_is_separate_type
=no
29702 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_wchar_t_is_separate_type" >&5
29706 $as_echo "$wx_cv_wchar_t_is_separate_type" >&6; }
29708 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
29709 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 1" >>confdefs.h
29712 $as_echo "#define wxWCHAR_T_IS_REAL_TYPE 0" >>confdefs.h
29717 ac_cpp
='$CPP $CPPFLAGS'
29718 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29719 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29720 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pw_gecos in struct passwd" >&5
29724 $as_echo_n "checking for pw_gecos in struct passwd... " >&6; }
29725 if ${wx_cv_struct_pw_gecos+:} false
; then :
29726 $as_echo_n "(cached) " >&6
29729 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29730 /* end confdefs.h. */
29744 if ac_fn_c_try_compile
"$LINENO"; then :
29746 wx_cv_struct_pw_gecos
=yes
29750 wx_cv_struct_pw_gecos
=no
29754 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_pw_gecos" >&5
29759 $as_echo "$wx_cv_struct_pw_gecos" >&6; }
29761 if test "$wx_cv_struct_pw_gecos" = "yes"; then
29762 $as_echo "#define HAVE_PW_GECOS 1" >>confdefs.h
29769 for ac_func
in wcslen
29771 ac_fn_c_check_func
"$LINENO" "wcslen" "ac_cv_func_wcslen"
29772 if test "x$ac_cv_func_wcslen" = xyes
; then :
29773 cat >>confdefs.h
<<_ACEOF
29774 #define HAVE_WCSLEN 1
29781 if test "$WCSLEN_FOUND" = 0; then
29782 if test "$TOOLKIT" = "MSW"; then
29783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lmsvcrt" >&5
29784 $as_echo_n "checking for wcslen in -lmsvcrt... " >&6; }
29785 if ${ac_cv_lib_msvcrt_wcslen+:} false
; then :
29786 $as_echo_n "(cached) " >&6
29788 ac_check_lib_save_LIBS
=$LIBS
29789 LIBS
="-lmsvcrt $LIBS"
29790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29791 /* end confdefs.h. */
29793 /* Override any GCC internal prototype to avoid an error.
29794 Use char because int might match the return type of a GCC
29795 builtin and then its argument prototype would still apply. */
29808 if ac_fn_c_try_link
"$LINENO"; then :
29809 ac_cv_lib_msvcrt_wcslen
=yes
29811 ac_cv_lib_msvcrt_wcslen
=no
29813 rm -f core conftest.err conftest.
$ac_objext \
29814 conftest
$ac_exeext conftest.
$ac_ext
29815 LIBS
=$ac_check_lib_save_LIBS
29817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_msvcrt_wcslen" >&5
29818 $as_echo "$ac_cv_lib_msvcrt_wcslen" >&6; }
29819 if test "x$ac_cv_lib_msvcrt_wcslen" = xyes
; then :
29824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wcslen in -lw" >&5
29825 $as_echo_n "checking for wcslen in -lw... " >&6; }
29826 if ${ac_cv_lib_w_wcslen+:} false
; then :
29827 $as_echo_n "(cached) " >&6
29829 ac_check_lib_save_LIBS
=$LIBS
29831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29832 /* end confdefs.h. */
29834 /* Override any GCC internal prototype to avoid an error.
29835 Use char because int might match the return type of a GCC
29836 builtin and then its argument prototype would still apply. */
29849 if ac_fn_c_try_link
"$LINENO"; then :
29850 ac_cv_lib_w_wcslen
=yes
29852 ac_cv_lib_w_wcslen
=no
29854 rm -f core conftest.err conftest.
$ac_objext \
29855 conftest
$ac_exeext conftest.
$ac_ext
29856 LIBS
=$ac_check_lib_save_LIBS
29858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_w_wcslen" >&5
29859 $as_echo "$ac_cv_lib_w_wcslen" >&6; }
29860 if test "x$ac_cv_lib_w_wcslen" = xyes
; then :
29870 if test "$WCSLEN_FOUND" = 1; then
29871 $as_echo "#define HAVE_WCSLEN 1" >>confdefs.h
29875 for ac_func
in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
29877 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29878 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29879 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29880 cat >>confdefs.h
<<_ACEOF
29881 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29888 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
29889 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
29892 ac_fn_c_check_type
"$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include <wchar.h>
29894 if test "x$ac_cv_type_mbstate_t" = xyes
; then :
29896 cat >>confdefs.h
<<_ACEOF
29897 #define HAVE_MBSTATE_T 1
29900 for ac_func
in wcsrtombs
29902 ac_fn_c_check_func
"$LINENO" "wcsrtombs" "ac_cv_func_wcsrtombs"
29903 if test "x$ac_cv_func_wcsrtombs" = xyes
; then :
29904 cat >>confdefs.h
<<_ACEOF
29905 #define HAVE_WCSRTOMBS 1
29914 for ac_func
in snprintf vsnprintf vsscanf
29916 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29917 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
29918 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
29919 cat >>confdefs.h
<<_ACEOF
29920 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29928 ac_cpp
='$CXXCPP $CPPFLAGS'
29929 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29930 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29931 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29933 if test "$ac_cv_func_vsnprintf" = "yes"; then
29934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsnprintf declaration" >&5
29935 $as_echo_n "checking for vsnprintf declaration... " >&6; }
29936 if ${wx_cv_func_vsnprintf_decl+:} false
; then :
29937 $as_echo_n "(cached) " >&6
29940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29941 /* end confdefs.h. */
29944 #include <stdarg.h>
29952 vsnprintf(buf, 10u, "%s", ap);
29958 if ac_fn_cxx_try_compile
"$LINENO"; then :
29959 wx_cv_func_vsnprintf_decl
=yes
29961 wx_cv_func_vsnprintf_decl
=no
29964 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
29968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsnprintf_decl" >&5
29969 $as_echo "$wx_cv_func_vsnprintf_decl" >&6; }
29971 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29972 $as_echo "#define HAVE_VSNPRINTF_DECL 1" >>confdefs.h
29975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf declaration is broken" >&5
29976 $as_echo_n "checking if vsnprintf declaration is broken... " >&6; }
29977 if ${wx_cv_func_broken_vsnprintf_decl+:} false
; then :
29978 $as_echo_n "(cached) " >&6
29981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
29982 /* end confdefs.h. */
29985 #include <stdarg.h>
29987 #if __MSL__ >= 0x6000
29989 using namespace std;
29999 const char *fmt = "%s";
30000 vsnprintf(buf, 10u, fmt, ap);
30006 if ac_fn_cxx_try_compile
"$LINENO"; then :
30007 wx_cv_func_broken_vsnprintf_decl
=no
30009 wx_cv_func_broken_vsnprintf_decl
=yes
30012 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsnprintf_decl" >&5
30017 $as_echo "$wx_cv_func_broken_vsnprintf_decl" >&6; }
30019 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
30020 $as_echo "#define HAVE_BROKEN_VSNPRINTF_DECL 1" >>confdefs.h
30026 if test "$ac_cv_func_snprintf" = "yes"; then
30027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snprintf declaration" >&5
30028 $as_echo_n "checking for snprintf declaration... " >&6; }
30029 if ${wx_cv_func_snprintf_decl+:} false
; then :
30030 $as_echo_n "(cached) " >&6
30033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30034 /* end confdefs.h. */
30037 #include <stdarg.h>
30039 #if __MSL__ >= 0x6000
30041 using namespace std;
30050 snprintf(buf, 10u, "%s", "wx");
30056 if ac_fn_cxx_try_compile
"$LINENO"; then :
30057 wx_cv_func_snprintf_decl
=yes
30059 wx_cv_func_snprintf_decl
=no
30062 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_decl" >&5
30067 $as_echo "$wx_cv_func_snprintf_decl" >&6; }
30069 if test "$wx_cv_func_snprintf_decl" = "yes"; then
30070 $as_echo "#define HAVE_SNPRINTF_DECL 1" >>confdefs.h
30074 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
30076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if snprintf supports positional arguments" >&5
30077 $as_echo_n "checking if snprintf supports positional arguments... " >&6; }
30078 if ${wx_cv_func_snprintf_pos_params+:} false
; then :
30079 $as_echo_n "(cached) " >&6
30082 if test "$cross_compiling" = yes; then :
30084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming Unix98 printf() is not available,
30085 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
30086 $as_echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
30087 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
30088 wx_cv_func_snprintf_pos_params
=no
30092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30093 /* end confdefs.h. */
30100 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
30101 if (strcmp ("2 3 1", buffer) == 0)
30107 if ac_fn_cxx_try_run
"$LINENO"; then :
30108 wx_cv_func_snprintf_pos_params
=no
30110 wx_cv_func_snprintf_pos_params
=yes
30112 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
30113 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
30119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_snprintf_pos_params" >&5
30120 $as_echo "$wx_cv_func_snprintf_pos_params" >&6; }
30122 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
30123 $as_echo "#define HAVE_UNIX98_PRINTF 1" >>confdefs.h
30129 if test "$ac_cv_func_vsscanf" = "yes"; then
30130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vsscanf declaration" >&5
30131 $as_echo_n "checking for vsscanf declaration... " >&6; }
30132 if ${wx_cv_func_vsscanf_decl+:} false
; then :
30133 $as_echo_n "(cached) " >&6
30136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30137 /* end confdefs.h. */
30140 #include <stdarg.h>
30142 #if __MSL__ >= 0x6000
30144 using namespace std;
30154 vsscanf(buf, "%s", args);
30160 if ac_fn_cxx_try_compile
"$LINENO"; then :
30161 wx_cv_func_vsscanf_decl
=yes
30163 wx_cv_func_vsscanf_decl
=no
30166 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_vsscanf_decl" >&5
30171 $as_echo "$wx_cv_func_vsscanf_decl" >&6; }
30173 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
30174 $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h
30179 ac_cpp
='$CPP $CPPFLAGS'
30180 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30181 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30182 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30185 if test "$wxUSE_UNICODE" = yes; then
30187 wchar_headers
="#include <stdio.h>
30188 #include <wchar.h>"
30191 for ac_header
in widec.h
30193 ac_fn_c_check_header_compile
"$LINENO" "widec.h" "ac_cv_header_widec_h" "$ac_includes_default
30195 if test "x$ac_cv_header_widec_h" = xyes
; then :
30196 cat >>confdefs.h
<<_ACEOF
30197 #define HAVE_WIDEC_H 1
30204 if test "$ac_cv_header_widec_h" = "yes"; then
30205 wchar_headers
="$wchar_headers
30206 #include <widec.h>"
30211 for wx_func
in putws fputws wprintf vswprintf vswscanf
30213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30214 $as_echo_n "checking for $wx_func... " >&6; }
30215 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30216 $as_echo_n "(cached) " >&6
30219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30220 /* end confdefs.h. */
30224 $ac_includes_default
30240 if ac_fn_c_try_link
"$LINENO"; then :
30241 eval wx_cv_func_
$wx_func=yes
30243 eval wx_cv_func_
$wx_func=no
30245 rm -f core conftest.err conftest.
$ac_objext \
30246 conftest
$ac_exeext conftest.
$ac_ext
30249 eval ac_res
=\
$wx_cv_func_$wx_func
30250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30251 $as_echo "$ac_res" >&6; }
30253 if eval test \
$wx_cv_func_$wx_func = yes
30255 cat >>confdefs.h
<<_ACEOF
30256 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _vsnwprintf" >&5
30268 $as_echo_n "checking for _vsnwprintf... " >&6; }
30269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30270 /* end confdefs.h. */
30280 if ac_fn_c_try_compile
"$LINENO"; then :
30281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30282 $as_echo "yes" >&6; }
30283 $as_echo "#define HAVE__VSNWPRINTF 1" >>confdefs.h
30286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30287 $as_echo "no" >&6; }
30289 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext;
30292 if test "$wxUSE_FILE" = "yes"; then
30294 for wx_func
in fsync
30296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30297 $as_echo_n "checking for $wx_func... " >&6; }
30298 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30299 $as_echo_n "(cached) " >&6
30302 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30303 /* end confdefs.h. */
30307 $ac_includes_default
30323 if ac_fn_c_try_link
"$LINENO"; then :
30324 eval wx_cv_func_
$wx_func=yes
30326 eval wx_cv_func_
$wx_func=no
30328 rm -f core conftest.err conftest.
$ac_objext \
30329 conftest
$ac_exeext conftest.
$ac_ext
30332 eval ac_res
=\
$wx_cv_func_$wx_func
30333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30334 $as_echo "$ac_res" >&6; }
30336 if eval test \
$wx_cv_func_$wx_func = yes
30338 cat >>confdefs.h
<<_ACEOF
30339 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30352 ac_cpp
='$CXXCPP $CPPFLAGS'
30353 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30354 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30355 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30358 for wx_func
in round
30360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
30361 $as_echo_n "checking for $wx_func... " >&6; }
30362 if eval \
${wx_cv_func_$wx_func+:} false
; then :
30363 $as_echo_n "(cached) " >&6
30366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30367 /* end confdefs.h. */
30371 $ac_includes_default
30387 if ac_fn_cxx_try_link
"$LINENO"; then :
30388 eval wx_cv_func_
$wx_func=yes
30390 eval wx_cv_func_
$wx_func=no
30392 rm -f core conftest.err conftest.
$ac_objext \
30393 conftest
$ac_exeext conftest.
$ac_ext
30396 eval ac_res
=\
$wx_cv_func_$wx_func
30397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
30398 $as_echo "$ac_res" >&6; }
30400 if eval test \
$wx_cv_func_$wx_func = yes
30402 cat >>confdefs.h
<<_ACEOF
30403 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
30414 ac_cpp
='$CPP $CPPFLAGS'
30415 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30416 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30417 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30420 if test "$TOOLKIT" != "MSW"; then
30422 if test "$wxUSE_LIBICONV" != "no" ; then
30426 # Check whether --with-libiconv-prefix was given.
30427 if test "${with_libiconv_prefix+set}" = set; then :
30428 withval
=$with_libiconv_prefix;
30429 for dir
in `echo "$withval" | tr : ' '`; do
30430 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
30431 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
30437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
30438 $as_echo_n "checking for iconv... " >&6; }
30439 if ${am_cv_func_iconv+:} false
; then :
30440 $as_echo_n "(cached) " >&6
30443 am_cv_func_iconv
="no, consider installing GNU libiconv"
30445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30446 /* end confdefs.h. */
30447 #include <stdlib.h>
30452 iconv_t cd = iconv_open("","");
30453 iconv(cd,NULL,NULL,NULL,NULL);
30459 if ac_fn_c_try_link
"$LINENO"; then :
30460 am_cv_func_iconv
=yes
30462 rm -f core conftest.err conftest.
$ac_objext \
30463 conftest
$ac_exeext conftest.
$ac_ext
30464 if test "$am_cv_func_iconv" != yes; then
30465 am_save_LIBS
="$LIBS"
30466 LIBS
="$LIBS -liconv"
30467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30468 /* end confdefs.h. */
30469 #include <stdlib.h>
30474 iconv_t cd = iconv_open("","");
30475 iconv(cd,NULL,NULL,NULL,NULL);
30481 if ac_fn_c_try_link
"$LINENO"; then :
30482 am_cv_lib_iconv
=yes
30483 am_cv_func_iconv
=yes
30485 rm -f core conftest.err conftest.
$ac_objext \
30486 conftest
$ac_exeext conftest.
$ac_ext
30487 LIBS
="$am_save_LIBS"
30491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
30492 $as_echo "$am_cv_func_iconv" >&6; }
30493 if test "$am_cv_func_iconv" = yes; then
30495 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
30497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if iconv needs const" >&5
30498 $as_echo_n "checking if iconv needs const... " >&6; }
30499 if ${wx_cv_func_iconv_const+:} false
; then :
30500 $as_echo_n "(cached) " >&6
30502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30503 /* end confdefs.h. */
30505 #include <stdlib.h>
30511 #if defined(__STDC__) || defined(__cplusplus)
30512 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
30525 if ac_fn_c_try_compile
"$LINENO"; then :
30526 wx_cv_func_iconv_const
="no"
30528 wx_cv_func_iconv_const
="yes"
30531 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_iconv_const" >&5
30535 $as_echo "$wx_cv_func_iconv_const" >&6; }
30538 if test "x$wx_cv_func_iconv_const" = "xyes"; then
30539 iconv_const
="const"
30543 cat >>confdefs.h
<<_ACEOF
30544 #define ICONV_CONST $iconv_const
30549 if test "$am_cv_lib_iconv" = yes; then
30554 LIBS
="$LIBICONV $LIBS"
30557 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30558 for ac_func
in sigaction
30560 ac_fn_c_check_func
"$LINENO" "sigaction" "ac_cv_func_sigaction"
30561 if test "x$ac_cv_func_sigaction" = xyes
; then :
30562 cat >>confdefs.h
<<_ACEOF
30563 #define HAVE_SIGACTION 1
30570 if test "$ac_cv_func_sigaction" = "no"; then
30571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
30572 $as_echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
30573 wxUSE_ON_FATAL_EXCEPTION
=no
30576 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
30577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sa_handler type" >&5
30578 $as_echo_n "checking for sa_handler type... " >&6; }
30579 if ${wx_cv_type_sa_handler+:} false
; then :
30580 $as_echo_n "(cached) " >&6
30584 ac_cpp
='$CXXCPP $CPPFLAGS'
30585 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30586 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30587 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30589 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30590 /* end confdefs.h. */
30591 #include <signal.h>
30596 extern void testSigHandler(int);
30598 struct sigaction sa;
30599 sa.sa_handler = testSigHandler;
30605 if ac_fn_cxx_try_compile
"$LINENO"; then :
30607 wx_cv_type_sa_handler
=int
30611 wx_cv_type_sa_handler
=void
30614 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30616 ac_cpp
='$CPP $CPPFLAGS'
30617 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30618 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30619 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sa_handler" >&5
30624 $as_echo "$wx_cv_type_sa_handler" >&6; }
30626 cat >>confdefs.h
<<_ACEOF
30627 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
30633 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
30634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for backtrace() in <execinfo.h>" >&5
30635 $as_echo_n "checking for backtrace() in <execinfo.h>... " >&6; }
30636 if ${wx_cv_func_backtrace+:} false
; then :
30637 $as_echo_n "(cached) " >&6
30640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing backtrace" >&5
30641 $as_echo_n "checking for library containing backtrace... " >&6; }
30642 if ${ac_cv_search_backtrace+:} false
; then :
30643 $as_echo_n "(cached) " >&6
30645 ac_func_search_save_LIBS
=$LIBS
30646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30647 /* end confdefs.h. */
30649 /* Override any GCC internal prototype to avoid an error.
30650 Use char because int might match the return type of a GCC
30651 builtin and then its argument prototype would still apply. */
30659 return backtrace ();
30664 for ac_lib
in '' execinfo
; do
30665 if test -z "$ac_lib"; then
30666 ac_res
="none required"
30669 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
30671 if ac_fn_c_try_link
"$LINENO"; then :
30672 ac_cv_search_backtrace
=$ac_res
30674 rm -f core conftest.err conftest.
$ac_objext \
30676 if ${ac_cv_search_backtrace+:} false
; then :
30680 if ${ac_cv_search_backtrace+:} false
; then :
30683 ac_cv_search_backtrace
=no
30685 rm conftest.
$ac_ext
30686 LIBS
=$ac_func_search_save_LIBS
30688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_backtrace" >&5
30689 $as_echo "$ac_cv_search_backtrace" >&6; }
30690 ac_res
=$ac_cv_search_backtrace
30691 if test "$ac_res" != no
; then :
30692 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
30695 ac_cpp
='$CXXCPP $CPPFLAGS'
30696 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30697 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30698 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30701 /* end confdefs.h. */
30702 #include <execinfo.h>
30709 backtrace(trace, 1);
30710 messages = backtrace_symbols(trace, 1);
30716 if ac_fn_cxx_try_link
"$LINENO"; then :
30717 wx_cv_func_backtrace
=yes
30719 wx_cv_func_backtrace
=no
30722 rm -f core conftest.err conftest.
$ac_objext \
30723 conftest
$ac_exeext conftest.
$ac_ext
30725 ac_cpp
='$CPP $CPPFLAGS'
30726 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30727 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30728 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30732 wx_cv_func_backtrace
=no
30739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_backtrace" >&5
30740 $as_echo "$wx_cv_func_backtrace" >&6; }
30742 if test "$wx_cv_func_backtrace" = "no"; then
30743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
30744 $as_echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
30745 wxUSE_STACKWALKER
=no
30747 if test "$ac_cv_header_cxxabi_h" = "yes"; then
30748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __cxa_demangle() in <cxxabi.h>" >&5
30749 $as_echo_n "checking for __cxa_demangle() in <cxxabi.h>... " >&6; }
30750 if ${wx_cv_func_cxa_demangle+:} false
; then :
30751 $as_echo_n "(cached) " >&6
30755 ac_cpp
='$CXXCPP $CPPFLAGS'
30756 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30757 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30758 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30761 /* end confdefs.h. */
30762 #include <cxxabi.h>
30768 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
30774 if ac_fn_cxx_try_link
"$LINENO"; then :
30775 wx_cv_func_cxa_demangle
=yes
30777 wx_cv_func_cxa_demangle
=no
30780 rm -f core conftest.err conftest.
$ac_objext \
30781 conftest
$ac_exeext conftest.
$ac_ext
30783 ac_cpp
='$CPP $CPPFLAGS'
30784 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30785 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30786 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_cxa_demangle" >&5
30792 $as_echo "$wx_cv_func_cxa_demangle" >&6; }
30794 wx_cv_func_cxa_demangle
=no
30797 if test "$wx_cv_func_cxa_demangle" = "yes"; then
30798 $as_echo "#define HAVE_CXA_DEMANGLE 1" >>confdefs.h
30804 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
30805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
30806 $as_echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
30807 wxUSE_STACKWALKER
=no
30811 for ac_func
in mkstemp mktemp
30813 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30814 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
30815 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
30816 cat >>confdefs.h
<<_ACEOF
30817 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs" >&5
30825 $as_echo_n "checking for statfs... " >&6; }
30826 if ${wx_cv_func_statfs+:} false
; then :
30827 $as_echo_n "(cached) " >&6
30829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30830 /* end confdefs.h. */
30832 #if defined(__BSD__)
30833 #include <sys/param.h>
30834 #include <sys/mount.h>
30836 #include <sys/vfs.h>
30854 if ac_fn_c_try_compile
"$LINENO"; then :
30855 wx_cv_func_statfs
=yes
30857 wx_cv_func_statfs
=no
30860 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs" >&5
30864 $as_echo "$wx_cv_func_statfs" >&6; }
30866 if test "$wx_cv_func_statfs" = "yes"; then
30867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statfs declaration" >&5
30868 $as_echo_n "checking for statfs declaration... " >&6; }
30869 if ${wx_cv_func_statfs_decl+:} false
; then :
30870 $as_echo_n "(cached) " >&6
30873 ac_cpp
='$CXXCPP $CPPFLAGS'
30874 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30875 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30876 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30879 /* end confdefs.h. */
30881 #if defined(__BSD__)
30882 #include <sys/param.h>
30883 #include <sys/mount.h>
30885 #include <sys/vfs.h>
30899 if ac_fn_cxx_try_compile
"$LINENO"; then :
30900 wx_cv_func_statfs_decl
=yes
30902 wx_cv_func_statfs_decl
=no
30905 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30907 ac_cpp
='$CPP $CPPFLAGS'
30908 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30909 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30910 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statfs_decl" >&5
30915 $as_echo "$wx_cv_func_statfs_decl" >&6; }
30917 if test "$wx_cv_func_statfs_decl" = "yes"; then
30918 $as_echo "#define HAVE_STATFS_DECL 1" >>confdefs.h
30922 wx_cv_type_statvfs_t
="struct statfs"
30923 $as_echo "#define HAVE_STATFS 1" >>confdefs.h
30926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs" >&5
30927 $as_echo_n "checking for statvfs... " >&6; }
30928 if ${wx_cv_func_statvfs+:} false
; then :
30929 $as_echo_n "(cached) " >&6
30931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30932 /* end confdefs.h. */
30934 #include <stddef.h>
30935 #include <sys/statvfs.h>
30941 statvfs("/", NULL);
30947 if ac_fn_c_try_compile
"$LINENO"; then :
30948 wx_cv_func_statvfs
=yes
30950 wx_cv_func_statvfs
=no
30953 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
30956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_statvfs" >&5
30957 $as_echo "$wx_cv_func_statvfs" >&6; }
30959 if test "$wx_cv_func_statvfs" = "yes"; then
30960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for statvfs argument type" >&5
30961 $as_echo_n "checking for statvfs argument type... " >&6; }
30962 if ${wx_cv_type_statvfs_t+:} false
; then :
30963 $as_echo_n "(cached) " >&6
30966 ac_cpp
='$CXXCPP $CPPFLAGS'
30967 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30968 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30969 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30972 /* end confdefs.h. */
30974 #include <sys/statvfs.h>
30991 if ac_fn_cxx_try_compile
"$LINENO"; then :
30992 wx_cv_type_statvfs_t
=statvfs_t
30995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
30996 /* end confdefs.h. */
30998 #include <sys/statvfs.h>
31015 if ac_fn_cxx_try_compile
"$LINENO"; then :
31016 wx_cv_type_statvfs_t
="struct statvfs"
31018 wx_cv_type_statvfs_t
="unknown"
31021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
31025 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
31027 ac_cpp
='$CPP $CPPFLAGS'
31028 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31029 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31030 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_statvfs_t" >&5
31035 $as_echo "$wx_cv_type_statvfs_t" >&6; }
31037 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31038 $as_echo "#define HAVE_STATVFS 1" >>confdefs.h
31042 wx_cv_type_statvfs_t
="unknown"
31046 if test "$wx_cv_type_statvfs_t" != "unknown"; then
31047 cat >>confdefs.h
<<_ACEOF
31048 #define WX_STATFS_T $wx_cv_type_statvfs_t
31052 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
31053 $as_echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
31056 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
31057 for ac_func
in fcntl flock
31059 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31060 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
31061 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
31062 cat >>confdefs.h
<<_ACEOF
31063 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31070 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
31071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSingleInstanceChecker not available" >&5
31072 $as_echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
31073 wxUSE_SNGLINST_CHECKER
=no
31077 for ac_func
in setenv putenv
31079 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
31080 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
31081 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
31082 cat >>confdefs.h
<<_ACEOF
31083 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
31089 if test "$ac_cv_func_setenv" = "yes"; then
31090 for ac_func
in unsetenv
31092 ac_fn_c_check_func
"$LINENO" "unsetenv" "ac_cv_func_unsetenv"
31093 if test "x$ac_cv_func_unsetenv" = xyes
; then :
31094 cat >>confdefs.h
<<_ACEOF
31095 #define HAVE_UNSETENV 1
31103 HAVE_SOME_SLEEP_FUNC
=0
31104 if test "$USE_BEOS" = 1; then
31105 $as_echo "#define HAVE_SLEEP 1" >>confdefs.h
31107 HAVE_SOME_SLEEP_FUNC
=1
31110 if test "$USE_DARWIN" = 1; then
31111 $as_echo "#define HAVE_USLEEP 1" >>confdefs.h
31113 HAVE_SOME_SLEEP_FUNC
=1
31116 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
31118 for ac_func
in nanosleep
31120 ac_fn_c_check_func
"$LINENO" "nanosleep" "ac_cv_func_nanosleep"
31121 if test "x$ac_cv_func_nanosleep" = xyes
; then :
31122 cat >>confdefs.h
<<_ACEOF
31123 #define HAVE_NANOSLEEP 1
31125 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
31129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
31130 $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
31131 if ${ac_cv_lib_posix4_nanosleep+:} false
; then :
31132 $as_echo_n "(cached) " >&6
31134 ac_check_lib_save_LIBS
=$LIBS
31135 LIBS
="-lposix4 $LIBS"
31136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31137 /* end confdefs.h. */
31139 /* Override any GCC internal prototype to avoid an error.
31140 Use char because int might match the return type of a GCC
31141 builtin and then its argument prototype would still apply. */
31149 return nanosleep ();
31154 if ac_fn_c_try_link
"$LINENO"; then :
31155 ac_cv_lib_posix4_nanosleep
=yes
31157 ac_cv_lib_posix4_nanosleep
=no
31159 rm -f core conftest.err conftest.
$ac_objext \
31160 conftest
$ac_exeext conftest.
$ac_ext
31161 LIBS
=$ac_check_lib_save_LIBS
31163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
31164 $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
31165 if test "x$ac_cv_lib_posix4_nanosleep" = xyes
; then :
31167 $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
31169 POSIX4_LINK
=" -lposix4"
31174 for wx_func
in usleep
31176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31177 $as_echo_n "checking for $wx_func... " >&6; }
31178 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31179 $as_echo_n "(cached) " >&6
31182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31183 /* end confdefs.h. */
31187 $ac_includes_default
31203 if ac_fn_c_try_link
"$LINENO"; then :
31204 eval wx_cv_func_
$wx_func=yes
31206 eval wx_cv_func_
$wx_func=no
31208 rm -f core conftest.err conftest.
$ac_objext \
31209 conftest
$ac_exeext conftest.
$ac_ext
31212 eval ac_res
=\
$wx_cv_func_$wx_func
31213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31214 $as_echo "$ac_res" >&6; }
31216 if eval test \
$wx_cv_func_$wx_func = yes
31218 cat >>confdefs.h
<<_ACEOF
31219 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxSleep() function will not work" >&5
31226 $as_echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
31243 for wx_func
in uname
31245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31246 $as_echo_n "checking for $wx_func... " >&6; }
31247 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31248 $as_echo_n "(cached) " >&6
31251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31252 /* end confdefs.h. */
31255 #include <sys/utsname.h>
31256 $ac_includes_default
31272 if ac_fn_c_try_link
"$LINENO"; then :
31273 eval wx_cv_func_
$wx_func=yes
31275 eval wx_cv_func_
$wx_func=no
31277 rm -f core conftest.err conftest.
$ac_objext \
31278 conftest
$ac_exeext conftest.
$ac_ext
31281 eval ac_res
=\
$wx_cv_func_$wx_func
31282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31283 $as_echo "$ac_res" >&6; }
31285 if eval test \
$wx_cv_func_$wx_func = yes
31287 cat >>confdefs.h
<<_ACEOF
31288 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31298 if test "$wx_cv_func_uname" != yes; then
31300 for wx_func
in gethostname
31302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31303 $as_echo_n "checking for $wx_func... " >&6; }
31304 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31305 $as_echo_n "(cached) " >&6
31308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31309 /* end confdefs.h. */
31313 $ac_includes_default
31329 if ac_fn_c_try_link
"$LINENO"; then :
31330 eval wx_cv_func_
$wx_func=yes
31332 eval wx_cv_func_
$wx_func=no
31334 rm -f core conftest.err conftest.
$ac_objext \
31335 conftest
$ac_exeext conftest.
$ac_ext
31338 eval ac_res
=\
$wx_cv_func_$wx_func
31339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31340 $as_echo "$ac_res" >&6; }
31342 if eval test \
$wx_cv_func_$wx_func = yes
31344 cat >>confdefs.h
<<_ACEOF
31345 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31358 for wx_func
in strtok_r
31360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31361 $as_echo_n "checking for $wx_func... " >&6; }
31362 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31363 $as_echo_n "(cached) " >&6
31366 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31367 /* end confdefs.h. */
31371 $ac_includes_default
31387 if ac_fn_c_try_link
"$LINENO"; then :
31388 eval wx_cv_func_
$wx_func=yes
31390 eval wx_cv_func_
$wx_func=no
31392 rm -f core conftest.err conftest.
$ac_objext \
31393 conftest
$ac_exeext conftest.
$ac_ext
31396 eval ac_res
=\
$wx_cv_func_$wx_func
31397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31398 $as_echo "$ac_res" >&6; }
31400 if eval test \
$wx_cv_func_$wx_func = yes
31402 cat >>confdefs.h
<<_ACEOF
31403 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31415 for ac_func
in inet_addr
31417 ac_fn_c_check_func
"$LINENO" "inet_addr" "ac_cv_func_inet_addr"
31418 if test "x$ac_cv_func_inet_addr" = xyes
; then :
31419 cat >>confdefs.h
<<_ACEOF
31420 #define HAVE_INET_ADDR 1
31422 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lnsl" >&5
31427 $as_echo_n "checking for inet_addr in -lnsl... " >&6; }
31428 if ${ac_cv_lib_nsl_inet_addr+:} false
; then :
31429 $as_echo_n "(cached) " >&6
31431 ac_check_lib_save_LIBS
=$LIBS
31433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31434 /* end confdefs.h. */
31436 /* Override any GCC internal prototype to avoid an error.
31437 Use char because int might match the return type of a GCC
31438 builtin and then its argument prototype would still apply. */
31446 return inet_addr ();
31451 if ac_fn_c_try_link
"$LINENO"; then :
31452 ac_cv_lib_nsl_inet_addr
=yes
31454 ac_cv_lib_nsl_inet_addr
=no
31456 rm -f core conftest.err conftest.
$ac_objext \
31457 conftest
$ac_exeext conftest.
$ac_ext
31458 LIBS
=$ac_check_lib_save_LIBS
31460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_addr" >&5
31461 $as_echo "$ac_cv_lib_nsl_inet_addr" >&6; }
31462 if test "x$ac_cv_lib_nsl_inet_addr" = xyes
; then :
31466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lresolv" >&5
31467 $as_echo_n "checking for inet_addr in -lresolv... " >&6; }
31468 if ${ac_cv_lib_resolv_inet_addr+:} false
; then :
31469 $as_echo_n "(cached) " >&6
31471 ac_check_lib_save_LIBS
=$LIBS
31472 LIBS
="-lresolv $LIBS"
31473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31474 /* end confdefs.h. */
31476 /* Override any GCC internal prototype to avoid an error.
31477 Use char because int might match the return type of a GCC
31478 builtin and then its argument prototype would still apply. */
31486 return inet_addr ();
31491 if ac_fn_c_try_link
"$LINENO"; then :
31492 ac_cv_lib_resolv_inet_addr
=yes
31494 ac_cv_lib_resolv_inet_addr
=no
31496 rm -f core conftest.err conftest.
$ac_objext \
31497 conftest
$ac_exeext conftest.
$ac_ext
31498 LIBS
=$ac_check_lib_save_LIBS
31500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_addr" >&5
31501 $as_echo "$ac_cv_lib_resolv_inet_addr" >&6; }
31502 if test "x$ac_cv_lib_resolv_inet_addr" = xyes
; then :
31506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_addr in -lsocket" >&5
31507 $as_echo_n "checking for inet_addr in -lsocket... " >&6; }
31508 if ${ac_cv_lib_socket_inet_addr+:} false
; then :
31509 $as_echo_n "(cached) " >&6
31511 ac_check_lib_save_LIBS
=$LIBS
31512 LIBS
="-lsocket $LIBS"
31513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31514 /* end confdefs.h. */
31516 /* Override any GCC internal prototype to avoid an error.
31517 Use char because int might match the return type of a GCC
31518 builtin and then its argument prototype would still apply. */
31526 return inet_addr ();
31531 if ac_fn_c_try_link
"$LINENO"; then :
31532 ac_cv_lib_socket_inet_addr
=yes
31534 ac_cv_lib_socket_inet_addr
=no
31536 rm -f core conftest.err conftest.
$ac_objext \
31537 conftest
$ac_exeext conftest.
$ac_ext
31538 LIBS
=$ac_check_lib_save_LIBS
31540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_inet_addr" >&5
31541 $as_echo "$ac_cv_lib_socket_inet_addr" >&6; }
31542 if test "x$ac_cv_lib_socket_inet_addr" = xyes
; then :
31561 for ac_func
in inet_aton
31563 ac_fn_c_check_func
"$LINENO" "inet_aton" "ac_cv_func_inet_aton"
31564 if test "x$ac_cv_func_inet_aton" = xyes
; then :
31565 cat >>confdefs.h
<<_ACEOF
31566 #define HAVE_INET_ATON 1
31568 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31572 as_ac_Lib
=`$as_echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -l$INET_LINK" >&5
31574 $as_echo_n "checking for inet_aton in -l$INET_LINK... " >&6; }
31575 if eval \
${$as_ac_Lib+:} false
; then :
31576 $as_echo_n "(cached) " >&6
31578 ac_check_lib_save_LIBS
=$LIBS
31579 LIBS
="-l$INET_LINK $LIBS"
31580 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31581 /* end confdefs.h. */
31583 /* Override any GCC internal prototype to avoid an error.
31584 Use char because int might match the return type of a GCC
31585 builtin and then its argument prototype would still apply. */
31593 return inet_aton ();
31598 if ac_fn_c_try_link
"$LINENO"; then :
31599 eval "$as_ac_Lib=yes"
31601 eval "$as_ac_Lib=no"
31603 rm -f core conftest.err conftest.
$ac_objext \
31604 conftest
$ac_exeext conftest.
$ac_ext
31605 LIBS
=$ac_check_lib_save_LIBS
31607 eval ac_res
=\$
$as_ac_Lib
31608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31609 $as_echo "$ac_res" >&6; }
31610 if eval test \"x\$
"$as_ac_Lib"\" = x
"yes"; then :
31611 $as_echo "#define HAVE_INET_ATON 1" >>confdefs.h
31620 if test "x$INET_LINK" != "x"; then
31621 $as_echo "#define HAVE_INET_ADDR 1" >>confdefs.h
31623 INET_LINK
=" -l$INET_LINK"
31627 for wx_func
in fdopen
31629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31630 $as_echo_n "checking for $wx_func... " >&6; }
31631 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31632 $as_echo_n "(cached) " >&6
31635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31636 /* end confdefs.h. */
31640 $ac_includes_default
31656 if ac_fn_c_try_link
"$LINENO"; then :
31657 eval wx_cv_func_
$wx_func=yes
31659 eval wx_cv_func_
$wx_func=no
31661 rm -f core conftest.err conftest.
$ac_objext \
31662 conftest
$ac_exeext conftest.
$ac_ext
31665 eval ac_res
=\
$wx_cv_func_$wx_func
31666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31667 $as_echo "$ac_res" >&6; }
31669 if eval test \
$wx_cv_func_$wx_func = yes
31671 cat >>confdefs.h
<<_ACEOF
31672 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31683 if test "$wxUSE_TARSTREAM" = "yes"; then
31685 for wx_func
in sysconf
31687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31688 $as_echo_n "checking for $wx_func... " >&6; }
31689 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31690 $as_echo_n "(cached) " >&6
31693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31694 /* end confdefs.h. */
31698 $ac_includes_default
31714 if ac_fn_c_try_link
"$LINENO"; then :
31715 eval wx_cv_func_
$wx_func=yes
31717 eval wx_cv_func_
$wx_func=no
31719 rm -f core conftest.err conftest.
$ac_objext \
31720 conftest
$ac_exeext conftest.
$ac_ext
31723 eval ac_res
=\
$wx_cv_func_$wx_func
31724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31725 $as_echo "$ac_res" >&6; }
31727 if eval test \
$wx_cv_func_$wx_func = yes
31729 cat >>confdefs.h
<<_ACEOF
31730 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31742 for wx_func
in getpwuid_r
31744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31745 $as_echo_n "checking for $wx_func... " >&6; }
31746 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31747 $as_echo_n "(cached) " >&6
31750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31751 /* end confdefs.h. */
31758 $ac_includes_default
31768 struct passwd pw, *ppw;
31770 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
31778 if ac_fn_c_try_link
"$LINENO"; then :
31779 eval wx_cv_func_
$wx_func=yes
31781 eval wx_cv_func_
$wx_func=no
31783 rm -f core conftest.err conftest.
$ac_objext \
31784 conftest
$ac_exeext conftest.
$ac_ext
31787 eval ac_res
=\
$wx_cv_func_$wx_func
31788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31789 $as_echo "$ac_res" >&6; }
31791 if eval test \
$wx_cv_func_$wx_func = yes
31793 cat >>confdefs.h
<<_ACEOF
31794 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31806 for wx_func
in getgrgid_r
31808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $wx_func" >&5
31809 $as_echo_n "checking for $wx_func... " >&6; }
31810 if eval \
${wx_cv_func_$wx_func+:} false
; then :
31811 $as_echo_n "(cached) " >&6
31814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
31815 /* end confdefs.h. */
31822 $ac_includes_default
31832 struct group grp, *pgrp;
31834 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
31842 if ac_fn_c_try_link
"$LINENO"; then :
31843 eval wx_cv_func_
$wx_func=yes
31845 eval wx_cv_func_
$wx_func=no
31847 rm -f core conftest.err conftest.
$ac_objext \
31848 conftest
$ac_exeext conftest.
$ac_ext
31851 eval ac_res
=\
$wx_cv_func_$wx_func
31852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
31853 $as_echo "$ac_res" >&6; }
31855 if eval test \
$wx_cv_func_$wx_func = yes
31857 cat >>confdefs.h
<<_ACEOF
31858 #define `$as_echo "HAVE_$wx_func" | $as_tr_cpp` 1
31874 cat >confcache
<<\_ACEOF
31875 # This file is a shell script that caches the results of configure
31876 # tests run on this system so they can be shared between configure
31877 # scripts and configure runs, see configure's option --config-cache.
31878 # It is not useful on other systems. If it contains results you don't
31879 # want to keep, you may remove or edit it.
31881 # config.status only pays attention to the cache file if you give it
31882 # the --recheck option to rerun configure.
31884 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31885 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31886 # following values.
31890 # The following way of writing the cache mishandles newlines in values,
31891 # but we know of no workaround that is simple, portable, and efficient.
31892 # So, we kill variables containing newlines.
31893 # Ultrix sh set writes to stderr and can't be redirected directly,
31894 # and sets the high bit in the cache file unless we assign to the vars.
31896 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
31897 eval ac_val
=\$
$ac_var
31901 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
31902 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
31905 _
| IFS
| as_nl
) ;; #(
31906 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
31907 *) { eval $ac_var=; unset $ac_var;} ;;
31913 case $as_nl`(ac_space=' '; set) 2>&1` in #(
31914 *${as_nl}ac_space
=\
*)
31915 # `set' does not quote correctly, so add quotes: double-quote
31916 # substitution turns \\\\ into \\, and sed turns \\ into \.
31919 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31922 # `set' quotes correctly as required by POSIX, so do not add quotes.
31923 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
31932 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31934 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31936 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
31937 if test -w "$cache_file"; then
31938 if test "x$cache_file" != "x/dev/null"; then
31939 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
31940 $as_echo "$as_me: updating cache $cache_file" >&6;}
31941 if test ! -f "$cache_file" || test -h "$cache_file"; then
31942 cat confcache
>"$cache_file"
31944 case $cache_file in #(
31946 mv -f confcache
"$cache_file"$$
&&
31947 mv -f "$cache_file"$$
"$cache_file" ;; #(
31949 mv -f confcache
"$cache_file" ;;
31954 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
31955 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
31961 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31967 if test "$wxUSE_THREADS" = "yes" ; then
31968 if test "$USE_BEOS" = 1; then
31969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: BeOS threads are not yet supported... disabled" >&5
31970 $as_echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31975 if test "$wxUSE_THREADS" = "yes" ; then
31978 THREAD_OPTS
="-pthread"
31979 if test "x$SUNCXX" = xyes
; then
31980 THREAD_OPTS
="-mt lthread $THREAD_OPTS"
31984 *-*-solaris2* | *-*-sunos4* )
31985 if test "x$GCC" = "xyes"; then
31986 THREAD_OPTS
="-pthreads $THREAD_OPTS"
31990 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
31992 *-*-darwin* | *-*-cygwin* )
31996 THREAD_OPTS
="pthreads"
31999 if test "x$GCC" = "xyes"; then
32000 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
32008 if test "x$GCC" = "xyes"; then
32018 if test "x$GCC" != "xyes"; then
32019 THREAD_OPTS
="-Ethread"
32026 THREAD_OPTS
="none pthread"
32030 THREAD_OPTS
="$THREAD_OPTS pthread none"
32035 for flag
in $THREAD_OPTS; do
32038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
32039 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
32043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
32044 $as_echo_n "checking whether pthreads work with $flag... " >&6; }
32045 THREADS_CFLAGS
="$flag"
32049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
32050 $as_echo_n "checking for the pthreads library -l$flag... " >&6; }
32051 THREADS_LINK
="-l$flag"
32056 save_CFLAGS
="$CFLAGS"
32057 LIBS
="$THREADS_LINK $LIBS"
32058 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
32060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32061 /* end confdefs.h. */
32062 #include <pthread.h>
32066 pthread_create(0,0,0,0);
32071 if ac_fn_c_try_link
"$LINENO"; then :
32074 rm -f core conftest.err conftest.
$ac_objext \
32075 conftest
$ac_exeext conftest.
$ac_ext
32078 CFLAGS
="$save_CFLAGS"
32080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THREADS_OK" >&5
32081 $as_echo "$THREADS_OK" >&6; }
32082 if test "x$THREADS_OK" = "xyes"; then
32090 if test "x$THREADS_OK" != "xyes"; then
32092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No thread support on this system... disabled" >&5
32093 $as_echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
32095 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
32096 WXCONFIG_LDFLAGS
="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
32097 LIBS
="$THREADS_LINK $LIBS"
32099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
32100 $as_echo_n "checking if more special flags are required for pthreads... " >&6; }
32104 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
32105 WXCONFIG_LDFLAGS
="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
32106 flag
="-D_THREAD_SAFE"
32109 flag
="-D_THREAD_SAFE"
32112 flag
="-D_REENTRANT"
32113 if test "x$GCC" != "xyes"; then
32114 flag
="$flag -D_RWSTD_MULTI_THREAD"
32117 *solaris
* | alpha
*-osf*)
32118 flag
="-D_REENTRANT"
32121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
32122 $as_echo "${flag}" >&6; }
32123 if test "x$flag" != xno
; then
32124 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
32127 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
32131 if test "$wxUSE_THREADS" = "yes" ; then
32132 for ac_func
in pthread_setconcurrency
32134 ac_fn_c_check_func
"$LINENO" "pthread_setconcurrency" "ac_cv_func_pthread_setconcurrency"
32135 if test "x$ac_cv_func_pthread_setconcurrency" = xyes
; then :
32136 cat >>confdefs.h
<<_ACEOF
32137 #define HAVE_PTHREAD_SETCONCURRENCY 1
32139 $as_echo "#define HAVE_PTHREAD_SET_CONCURRENCY 1" >>confdefs.h
32143 for ac_func
in thr_setconcurrency
32145 ac_fn_c_check_func
"$LINENO" "thr_setconcurrency" "ac_cv_func_thr_setconcurrency"
32146 if test "x$ac_cv_func_thr_setconcurrency" = xyes
; then :
32147 cat >>confdefs.h
<<_ACEOF
32148 #define HAVE_THR_SETCONCURRENCY 1
32150 $as_echo "#define HAVE_THR_SETCONCURRENCY 1" >>confdefs.h
32153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread concurrency will not work properly" >&5
32154 $as_echo "$as_me: WARNING: Setting thread concurrency will not work properly" >&2;}
32163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cleanup_push/pop" >&5
32164 $as_echo_n "checking for pthread_cleanup_push/pop... " >&6; }
32165 if ${wx_cv_func_pthread_cleanup+:} false
; then :
32166 $as_echo_n "(cached) " >&6
32170 ac_cpp
='$CXXCPP $CPPFLAGS'
32171 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32172 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32173 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32175 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32176 /* end confdefs.h. */
32177 #include <pthread.h>
32178 void ThreadCleanupFunc(void *p);
32185 pthread_cleanup_push(ThreadCleanupFunc, p);
32186 pthread_cleanup_pop(0);
32192 if ac_fn_cxx_try_compile
"$LINENO"; then :
32194 wx_cv_func_pthread_cleanup
=yes
32198 wx_cv_func_pthread_cleanup
=no
32202 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32204 ac_cpp
='$CPP $CPPFLAGS'
32205 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32206 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32207 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_cleanup" >&5
32212 $as_echo "$wx_cv_func_pthread_cleanup" >&6; }
32213 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
32214 $as_echo "#define wxHAVE_PTHREAD_CLEANUP 1" >>confdefs.h
32218 for ac_header
in sched.h
32220 ac_fn_c_check_header_compile
"$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default
32222 if test "x$ac_cv_header_sched_h" = xyes
; then :
32223 cat >>confdefs.h
<<_ACEOF
32224 #define HAVE_SCHED_H 1
32231 if test "$ac_cv_header_sched_h" = "yes"; then
32232 ac_fn_c_check_func
"$LINENO" "sched_yield" "ac_cv_func_sched_yield"
32233 if test "x$ac_cv_func_sched_yield" = xyes
; then :
32234 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5
32239 $as_echo_n "checking for sched_yield in -lposix4... " >&6; }
32240 if ${ac_cv_lib_posix4_sched_yield+:} false
; then :
32241 $as_echo_n "(cached) " >&6
32243 ac_check_lib_save_LIBS
=$LIBS
32244 LIBS
="-lposix4 $LIBS"
32245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32246 /* end confdefs.h. */
32248 /* Override any GCC internal prototype to avoid an error.
32249 Use char because int might match the return type of a GCC
32250 builtin and then its argument prototype would still apply. */
32254 char sched_yield ();
32258 return sched_yield ();
32263 if ac_fn_c_try_link
"$LINENO"; then :
32264 ac_cv_lib_posix4_sched_yield
=yes
32266 ac_cv_lib_posix4_sched_yield
=no
32268 rm -f core conftest.err conftest.
$ac_objext \
32269 conftest
$ac_exeext conftest.
$ac_ext
32270 LIBS
=$ac_check_lib_save_LIBS
32272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5
32273 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; }
32274 if test "x$ac_cv_lib_posix4_sched_yield" = xyes
; then :
32275 $as_echo "#define HAVE_SCHED_YIELD 1" >>confdefs.h
32276 POSIX4_LINK
=" -lposix4"
32278 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Yield will not work properly" >&5
32279 $as_echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32290 ac_fn_c_check_func
"$LINENO" "pthread_attr_getschedpolicy" "ac_cv_func_pthread_attr_getschedpolicy"
32291 if test "x$ac_cv_func_pthread_attr_getschedpolicy" = xyes
; then :
32292 ac_fn_c_check_func
"$LINENO" "pthread_attr_setschedparam" "ac_cv_func_pthread_attr_setschedparam"
32293 if test "x$ac_cv_func_pthread_attr_setschedparam" = xyes
; then :
32294 ac_fn_c_check_func
"$LINENO" "sched_get_priority_max" "ac_cv_func_sched_get_priority_max"
32295 if test "x$ac_cv_func_sched_get_priority_max" = xyes
; then :
32298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_get_priority_max in -lposix4" >&5
32299 $as_echo_n "checking for sched_get_priority_max in -lposix4... " >&6; }
32300 if ${ac_cv_lib_posix4_sched_get_priority_max+:} false
; then :
32301 $as_echo_n "(cached) " >&6
32303 ac_check_lib_save_LIBS
=$LIBS
32304 LIBS
="-lposix4 $LIBS"
32305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32306 /* end confdefs.h. */
32308 /* Override any GCC internal prototype to avoid an error.
32309 Use char because int might match the return type of a GCC
32310 builtin and then its argument prototype would still apply. */
32314 char sched_get_priority_max ();
32318 return sched_get_priority_max ();
32323 if ac_fn_c_try_link
"$LINENO"; then :
32324 ac_cv_lib_posix4_sched_get_priority_max
=yes
32326 ac_cv_lib_posix4_sched_get_priority_max
=no
32328 rm -f core conftest.err conftest.
$ac_objext \
32329 conftest
$ac_exeext conftest.
$ac_ext
32330 LIBS
=$ac_check_lib_save_LIBS
32332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32333 $as_echo "$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
32334 if test "x$ac_cv_lib_posix4_sched_get_priority_max" = xyes
; then :
32337 POSIX4_LINK
=" -lposix4"
32351 if test "$HAVE_PRIOR_FUNCS" = 1; then
32352 $as_echo "#define HAVE_THREAD_PRIORITY_FUNCTIONS 1" >>confdefs.h
32355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Setting thread priority will not work" >&5
32356 $as_echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32359 ac_fn_c_check_func
"$LINENO" "pthread_cancel" "ac_cv_func_pthread_cancel"
32360 if test "x$ac_cv_func_pthread_cancel" = xyes
; then :
32361 $as_echo "#define HAVE_PTHREAD_CANCEL 1" >>confdefs.h
32364 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxThread::Kill() will not work properly" >&5
32365 $as_echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32369 ac_fn_c_check_func
"$LINENO" "pthread_mutex_timedlock" "ac_cv_func_pthread_mutex_timedlock"
32370 if test "x$ac_cv_func_pthread_mutex_timedlock" = xyes
; then :
32371 $as_echo "#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1" >>confdefs.h
32374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex::LockTimeout() will not work" >&5
32375 $as_echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
32379 ac_fn_c_check_func
"$LINENO" "pthread_attr_setstacksize" "ac_cv_func_pthread_attr_setstacksize"
32380 if test "x$ac_cv_func_pthread_attr_setstacksize" = xyes
; then :
32381 $as_echo "#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1" >>confdefs.h
32387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_t" >&5
32388 $as_echo_n "checking for pthread_mutexattr_t... " >&6; }
32389 if ${wx_cv_type_pthread_mutexattr_t+:} false
; then :
32390 $as_echo_n "(cached) " >&6
32393 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32394 /* end confdefs.h. */
32395 #include <pthread.h>
32400 pthread_mutexattr_t attr;
32401 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32407 if ac_fn_c_try_compile
"$LINENO"; then :
32408 wx_cv_type_pthread_mutexattr_t
=yes
32410 wx_cv_type_pthread_mutexattr_t
=no
32413 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_mutexattr_t" >&5
32417 $as_echo "$wx_cv_type_pthread_mutexattr_t" >&6; }
32419 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32420 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_T 1" >>confdefs.h
32423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutexattr_settype declaration" >&5
32424 $as_echo_n "checking for pthread_mutexattr_settype declaration... " >&6; }
32425 if ${wx_cv_func_pthread_mutexattr_settype_decl+:} false
; then :
32426 $as_echo_n "(cached) " >&6
32429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32430 /* end confdefs.h. */
32431 #include <pthread.h>
32436 pthread_mutexattr_t attr;
32437 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32443 if ac_fn_c_try_compile
"$LINENO"; then :
32444 wx_cv_func_pthread_mutexattr_settype_decl
=yes
32446 wx_cv_func_pthread_mutexattr_settype_decl
=no
32449 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
32453 $as_echo "$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
32454 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
32455 $as_echo "#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1" >>confdefs.h
32459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32460 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... " >&6; }
32461 if ${wx_cv_type_pthread_rec_mutex_init+:} false
; then :
32462 $as_echo_n "(cached) " >&6
32465 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32466 /* end confdefs.h. */
32467 #include <pthread.h>
32472 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32478 if ac_fn_c_try_compile
"$LINENO"; then :
32480 wx_cv_type_pthread_rec_mutex_init
=yes
32484 wx_cv_type_pthread_rec_mutex_init
=no
32488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32492 $as_echo "$wx_cv_type_pthread_rec_mutex_init" >&6; }
32493 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32494 $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1" >>confdefs.h
32497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMutex won't be recursive on this platform" >&5
32498 $as_echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32502 if test "$wxUSE_COMPILER_TLS" = "auto"; then
32503 if test "$USE_NETBSD" = 1; then
32504 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
32505 $as_echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
32506 wxUSE_COMPILER_TLS
=no
32508 wxUSE_COMPILER_TLS
=yes
32512 if test "$wxUSE_COMPILER_TLS" = "yes"; then
32513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __thread keyword" >&5
32514 $as_echo_n "checking for __thread keyword... " >&6; }
32515 if ${wx_cv_cc___thread+:} false
; then :
32516 $as_echo_n "(cached) " >&6
32519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32520 /* end confdefs.h. */
32521 #include <pthread.h>
32526 static __thread int n = 0;
32527 static __thread int *p = 0;
32533 if ac_fn_c_try_compile
"$LINENO"; then :
32534 wx_cv_cc___thread
=yes
32536 wx_cv_cc___thread
=no
32539 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cc___thread" >&5
32544 $as_echo "$wx_cv_cc___thread" >&6; }
32546 if test "$wx_cv_cc___thread" = "yes"; then
32552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -dumpversion option" >&5
32553 $as_echo_n "checking if gcc accepts -dumpversion option... " >&6; }
32555 if test "x$GCC" = "xyes" ; then :
32557 if test -z "" ; then :
32559 ax_gcc_option_test
="int main()
32566 ax_gcc_option_test
=""
32570 # Dump the test program to file
32571 cat <<EOF > conftest.c
32572 $ax_gcc_option_test
32575 # Dump back the file to the log, useful for debugging purposes
32576 { ac_try
='cat conftest.c 1>&5'
32577 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32578 (eval $ac_try) 2>&5
32580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32581 test $ac_status = 0; }; }
32583 if { ac_try
='$CC -dumpversion -c conftest.c 1>&5'
32584 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
32585 (eval $ac_try) 2>&5
32587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32588 test $ac_status = 0; }; } ; then :
32590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
32591 $as_echo "yes" >&6; }
32593 ax_gcc_version_option
=yes
32598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32599 $as_echo "no" >&6; }
32601 ax_gcc_version_option
=no
32608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no gcc available" >&5
32609 $as_echo "no gcc available" >&6; }
32613 if test "x$GXX" = "xyes"; then :
32615 if test "x$ax_gxx_version_option" != "no"; then :
32617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking gxx version" >&5
32618 $as_echo_n "checking gxx version... " >&6; }
32619 if ${ax_cv_gxx_version+:} false
; then :
32620 $as_echo_n "(cached) " >&6
32623 ax_cv_gxx_version
="`$CXX -dumpversion`"
32624 if test "x$ax_cv_gxx_version" = "x"; then :
32626 ax_cv_gxx_version
=""
32631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_gxx_version" >&5
32632 $as_echo "$ax_cv_gxx_version" >&6; }
32633 GXX_VERSION
=$ax_cv_gxx_version
32640 if test -n "$ax_cv_gxx_version"; then
32641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __thread support in g++ is usable" >&5
32642 $as_echo_n "checking whether __thread support in g++ is usable... " >&6; }
32643 case "$ax_cv_gxx_version" in
32645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, it's broken" >&5
32646 $as_echo "no, it's broken" >&6; }
32647 wx_cv_cc___thread
=no
32650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, it works" >&5
32651 $as_echo "yes, it works" >&6; }
32657 if test "$wx_cv_cc___thread" = "yes"; then
32658 $as_echo "#define HAVE___THREAD_KEYWORD 1" >>confdefs.h
32663 if test "$ac_cv_header_cxxabi_h" = "yes"; then
32664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for abi::__forced_unwind() in <cxxabi.h>" >&5
32665 $as_echo_n "checking for abi::__forced_unwind() in <cxxabi.h>... " >&6; }
32666 if ${wx_cv_type_abi_forced_unwind+:} false
; then :
32667 $as_echo_n "(cached) " >&6
32671 ac_cpp
='$CXXCPP $CPPFLAGS'
32672 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32673 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32674 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32676 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32677 /* end confdefs.h. */
32678 #include <cxxabi.h>
32683 void foo(abi::__forced_unwind&);
32689 if ac_fn_cxx_try_compile
"$LINENO"; then :
32690 wx_cv_type_abi_forced_unwind
=yes
32692 wx_cv_type_abi_forced_unwind
=no
32695 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32697 ac_cpp
='$CPP $CPPFLAGS'
32698 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32699 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32700 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_abi_forced_unwind" >&5
32706 $as_echo "$wx_cv_type_abi_forced_unwind" >&6; }
32708 wx_cv_type_abi_forced_unwind
=no
32711 if test "$wx_cv_type_abi_forced_unwind" = "yes"; then
32712 $as_echo "#define HAVE_ABI_FORCEDUNWIND 1" >>confdefs.h
32718 if test "$wxUSE_THREADS" = "yes" ; then
32720 x86_64
-*-mingw32* )
32723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -mthreads" >&5
32724 $as_echo_n "checking if compiler supports -mthreads... " >&6; }
32725 if ${wx_cv_cflags_mthread+:} false
; then :
32726 $as_echo_n "(cached) " >&6
32729 CFLAGS_OLD
="$CFLAGS"
32730 CFLAGS
="-mthreads $CFLAGS"
32731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32732 /* end confdefs.h. */
32742 if ac_fn_c_try_compile
"$LINENO"; then :
32743 wx_cv_cflags_mthread
=yes
32745 wx_cv_cflags_mthread
=no
32748 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_cflags_mthread" >&5
32753 $as_echo "$wx_cv_cflags_mthread" >&6; }
32755 if test "$wx_cv_cflags_mthread" = "yes"; then
32756 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mthreads"
32757 LDFLAGS
="$LDFLAGS -mthreads"
32759 CFLAGS
="$CFLAGS_OLD"
32763 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
32764 LDFLAGS
="$LDFLAGS -Zmt"
32770 ac_fn_c_check_func
"$LINENO" "localtime_r" "ac_cv_func_localtime_r"
32771 if test "x$ac_cv_func_localtime_r" = xyes
; then :
32772 $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
32776 ac_fn_c_check_func
"$LINENO" "gmtime_r" "ac_cv_func_gmtime_r"
32777 if test "x$ac_cv_func_gmtime_r" = xyes
; then :
32778 $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32786 ac_cpp
='$CPP $CPPFLAGS'
32787 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32788 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32789 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments gethostbyname_r() takes" >&5
32792 $as_echo_n "checking how many arguments gethostbyname_r() takes... " >&6; }
32794 if ${ac_cv_func_which_gethostbyname_r+:} false
; then :
32795 $as_echo_n "(cached) " >&6
32799 ################################################################
32801 ac_cv_func_which_gethostbyname_r
=unknown
32804 # ONE ARGUMENT (sanity check)
32807 # This should fail, as there is no variant of gethostbyname_r() that takes
32808 # a single argument. If it actually compiles, then we can assume that
32809 # netdb.h is not declaring the function, and the compiler is thereby
32810 # assuming an implicit prototype. In which case, we're out of luck.
32812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32813 /* end confdefs.h. */
32819 char *name = "www.gnu.org";
32820 (void)gethostbyname_r(name) /* ; */
32827 if ac_fn_c_try_compile
"$LINENO"; then :
32828 ac_cv_func_which_gethostbyname_r
=no
32831 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32838 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32841 /* end confdefs.h. */
32847 char *name = "www.gnu.org";
32848 struct hostent ret, *retp;
32852 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
32859 if ac_fn_c_try_compile
"$LINENO"; then :
32860 ac_cv_func_which_gethostbyname_r
=six
32863 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32872 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32875 /* end confdefs.h. */
32881 char *name = "www.gnu.org";
32882 struct hostent ret;
32886 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
32893 if ac_fn_c_try_compile
"$LINENO"; then :
32894 ac_cv_func_which_gethostbyname_r
=five
32897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32903 # (e.g. AIX, HP-UX, Tru64)
32906 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
32908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
32909 /* end confdefs.h. */
32915 char *name = "www.gnu.org";
32916 struct hostent ret;
32917 struct hostent_data data;
32918 (void)gethostbyname_r(name, &ret, &data) /* ; */
32925 if ac_fn_c_try_compile
"$LINENO"; then :
32926 ac_cv_func_which_gethostbyname_r
=three
32929 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
32933 ################################################################
32938 case "$ac_cv_func_which_gethostbyname_r" in
32940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: three" >&5
32941 $as_echo "three" >&6; }
32942 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_3 1" >>confdefs.h
32947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: five" >&5
32948 $as_echo "five" >&6; }
32949 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_5 1" >>confdefs.h
32954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: six" >&5
32955 $as_echo "six" >&6; }
32956 $as_echo "#define HAVE_FUNC_GETHOSTBYNAME_R_6 1" >>confdefs.h
32961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find function declaration in netdb.h" >&5
32962 $as_echo "cannot find function declaration in netdb.h" >&6; }
32966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: can't tell" >&5
32967 $as_echo "can't tell" >&6; }
32971 as_fn_error $?
"internal error" "$LINENO" 5
32976 ac_cpp
='$CPP $CPPFLAGS'
32977 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32978 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32979 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32983 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
32984 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
32985 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
32986 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
32987 $as_echo "#define HAVE_GETHOSTBYNAME 1" >>confdefs.h
32993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how many arguments getservbyname_r() takes" >&5
32994 $as_echo_n "checking how many arguments getservbyname_r() takes... " >&6; }
32995 if ${ac_cv_func_which_getservbyname_r+:} false
; then :
32996 $as_echo_n "(cached) " >&6
33000 ac_cpp
='$CXXCPP $CPPFLAGS'
33001 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33002 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33003 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33006 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33007 /* end confdefs.h. */
33015 struct servent *se, *res;
33018 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
33024 if ac_fn_cxx_try_compile
"$LINENO"; then :
33025 ac_cv_func_which_getservbyname_r
=six
33028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33029 /* end confdefs.h. */
33037 struct servent *se;
33040 (void) getservbyname_r(name, proto, se, buffer, buflen)
33046 if ac_fn_cxx_try_compile
"$LINENO"; then :
33047 ac_cv_func_which_getservbyname_r
=five
33050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33051 /* end confdefs.h. */
33059 struct servent *se;
33060 struct servent_data data;
33061 (void) getservbyname_r(name, proto, se, &data);
33067 if ac_fn_cxx_try_compile
"$LINENO"; then :
33068 ac_cv_func_which_getservbyname_r
=four
33070 ac_cv_func_which_getservbyname_r
=no
33073 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33077 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33081 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
33083 ac_cpp
='$CPP $CPPFLAGS'
33084 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33085 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33086 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_which_getservbyname_r" >&5
33092 $as_echo "$ac_cv_func_which_getservbyname_r" >&6; }
33094 if test $ac_cv_func_which_getservbyname_r = six
; then
33095 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_6 1" >>confdefs.h
33097 elif test $ac_cv_func_which_getservbyname_r = five
; then
33098 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_5 1" >>confdefs.h
33100 elif test $ac_cv_func_which_getservbyname_r = four
; then
33101 $as_echo "#define HAVE_FUNC_GETSERVBYNAME_R_4 1" >>confdefs.h
33106 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
33107 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
33108 for ac_func
in getservbyname
33110 ac_fn_c_check_func
"$LINENO" "getservbyname" "ac_cv_func_getservbyname"
33111 if test "x$ac_cv_func_getservbyname" = xyes
; then :
33112 cat >>confdefs.h
<<_ACEOF
33113 #define HAVE_GETSERVBYNAME 1
33115 $as_echo "#define HAVE_GETSERVBYNAME 1" >>confdefs.h
33122 $as_echo "#define wxUSE_COMPILER_TLS 1" >>confdefs.h
33125 if test "$wxUSE_THREADS" = "yes"; then
33126 $as_echo "#define wxUSE_THREADS 1" >>confdefs.h
33129 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
33131 if test "$wx_cv_func_strtok_r" = "yes"; then
33132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -D_REENTRANT is needed" >&5
33133 $as_echo_n "checking if -D_REENTRANT is needed... " >&6; }
33134 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
33135 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
33136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33137 $as_echo "yes" >&6; }
33139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33140 $as_echo "no" >&6; }
33145 if test "$WXGTK3" = 1 ; then
33146 cat >>confdefs.h
<<_ACEOF
33147 #define __WXGTK3__ 1
33152 if test "$WXGTK2" = 1 ; then
33153 cat >>confdefs.h
<<_ACEOF
33154 #define __WXGTK20__ $WXGTK2
33159 if test "$WXGTK127" = 1 ; then
33160 cat >>confdefs.h
<<_ACEOF
33161 #define __WXGTK127__ $WXGTK127
33166 if test "$WXGPE" = 1 ; then
33167 cat >>confdefs.h
<<_ACEOF
33168 #define __WXGPE__ $WXGPE
33174 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
33175 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
33176 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
33177 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
33181 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
33182 wxUSE_DEBUG_INFO
=yes
33183 if test "$GCC" = yes; then
33184 DEBUG_CFLAGS
="-ggdb"
33188 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
33189 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
33191 if test "$wxUSE_GTK" = 1 ; then
33192 if test "$WXGTK2" = 1 ; then
33193 CPPFLAGS
="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
33195 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
33200 if test "$wxUSE_MEM_TRACING" = "yes" ; then
33201 $as_echo "#define wxUSE_MEMORY_TRACING 1" >>confdefs.h
33203 $as_echo "#define wxUSE_GLOBAL_MEMORY_OPERATORS 1" >>confdefs.h
33205 $as_echo "#define wxUSE_DEBUG_NEW_ALWAYS 1" >>confdefs.h
33207 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
33210 if test "$wxUSE_DMALLOC" = "yes" ; then
33211 DMALLOC_LIBS
="-ldmallocthcxx"
33215 if test "$wxUSE_PROFILE" = "yes" ; then
33216 PROFILE_FLAGS
=" -pg"
33219 if test "$GCC" = "yes" ; then
33220 if test "$wxUSE_NO_RTTI" = "yes" ; then
33221 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
33223 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33224 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
33226 if test "$wxUSE_PERMISSIVE" = "yes" ; then
33227 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
33232 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
33235 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
33241 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
33242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
33243 $as_echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
33245 if test "$wxUSE_OPTIMISE" = "no" ; then
33246 if test "$GCC" = yes ; then
33247 OPTIMISE_CFLAGS
="-O0"
33250 if test "$GCC" = yes ; then
33252 *-pc-os2_emx | *-pc-os2-emx )
33253 OPTIMISE_CFLAGS
="-O2"
33256 OPTIMISE_CFLAGS
="-O2 -fno-strict-aliasing"
33260 OPTIMISE_CFLAGS
="-O"
33266 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
33267 $as_echo "#define WXWIN_COMPATIBILITY_2_6 1" >>confdefs.h
33270 WXWIN_COMPATIBILITY_2_8
="yes"
33273 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
33274 $as_echo "#define WXWIN_COMPATIBILITY_2_8 1" >>confdefs.h
33279 if test "$wxUSE_GUI" = "yes"; then
33280 $as_echo "#define wxUSE_GUI 1" >>confdefs.h
33286 if test "$wxUSE_UNIX" = "yes"; then
33287 $as_echo "#define wxUSE_UNIX 1" >>confdefs.h
33292 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33296 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33297 if test "$USE_DOS" = 1; then
33300 for ac_func
in dlopen
33302 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
33303 if test "x$ac_cv_func_dlopen" = xyes
; then :
33304 cat >>confdefs.h
<<_ACEOF
33305 #define HAVE_DLOPEN 1
33308 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
33315 $as_echo_n "checking for dlopen in -ldl... " >&6; }
33316 if ${ac_cv_lib_dl_dlopen+:} false
; then :
33317 $as_echo_n "(cached) " >&6
33319 ac_check_lib_save_LIBS
=$LIBS
33321 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33322 /* end confdefs.h. */
33324 /* Override any GCC internal prototype to avoid an error.
33325 Use char because int might match the return type of a GCC
33326 builtin and then its argument prototype would still apply. */
33339 if ac_fn_c_try_link
"$LINENO"; then :
33340 ac_cv_lib_dl_dlopen
=yes
33342 ac_cv_lib_dl_dlopen
=no
33344 rm -f core conftest.err conftest.
$ac_objext \
33345 conftest
$ac_exeext conftest.
$ac_ext
33346 LIBS
=$ac_check_lib_save_LIBS
33348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
33349 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
33350 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
33352 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
33355 DL_LINK
=" -ldl$DL_LINK"
33359 for ac_func
in shl_load
33361 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
33362 if test "x$ac_cv_func_shl_load" = xyes
; then :
33363 cat >>confdefs.h
<<_ACEOF
33364 #define HAVE_SHL_LOAD 1
33367 $as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
33373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld in -lshl_load" >&5
33374 $as_echo_n "checking for dld in -lshl_load... " >&6; }
33375 if ${ac_cv_lib_shl_load_dld+:} false
; then :
33376 $as_echo_n "(cached) " >&6
33378 ac_check_lib_save_LIBS
=$LIBS
33379 LIBS
="-lshl_load $LIBS"
33380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33381 /* end confdefs.h. */
33383 /* Override any GCC internal prototype to avoid an error.
33384 Use char because int might match the return type of a GCC
33385 builtin and then its argument prototype would still apply. */
33398 if ac_fn_c_try_link
"$LINENO"; then :
33399 ac_cv_lib_shl_load_dld
=yes
33401 ac_cv_lib_shl_load_dld
=no
33403 rm -f core conftest.err conftest.
$ac_objext \
33404 conftest
$ac_exeext conftest.
$ac_ext
33405 LIBS
=$ac_check_lib_save_LIBS
33407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_shl_load_dld" >&5
33408 $as_echo "$ac_cv_lib_shl_load_dld" >&6; }
33409 if test "x$ac_cv_lib_shl_load_dld" = xyes
; then :
33412 DL_LINK
=" -ldld$DL_LINK"
33428 if test "$HAVE_DL_FUNCS" = 1; then
33429 for ac_func
in dlerror
33431 ac_fn_c_check_func
"$LINENO" "dlerror" "ac_cv_func_dlerror"
33432 if test "x$ac_cv_func_dlerror" = xyes
; then :
33433 cat >>confdefs.h
<<_ACEOF
33434 #define HAVE_DLERROR 1
33436 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlerror in -ldl" >&5
33441 $as_echo_n "checking for dlerror in -ldl... " >&6; }
33442 if ${ac_cv_lib_dl_dlerror+:} false
; then :
33443 $as_echo_n "(cached) " >&6
33445 ac_check_lib_save_LIBS
=$LIBS
33447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33448 /* end confdefs.h. */
33450 /* Override any GCC internal prototype to avoid an error.
33451 Use char because int might match the return type of a GCC
33452 builtin and then its argument prototype would still apply. */
33465 if ac_fn_c_try_link
"$LINENO"; then :
33466 ac_cv_lib_dl_dlerror
=yes
33468 ac_cv_lib_dl_dlerror
=no
33470 rm -f core conftest.err conftest.
$ac_objext \
33471 conftest
$ac_exeext conftest.
$ac_ext
33472 LIBS
=$ac_check_lib_save_LIBS
33474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlerror" >&5
33475 $as_echo "$ac_cv_lib_dl_dlerror" >&6; }
33476 if test "x$ac_cv_lib_dl_dlerror" = xyes
; then :
33477 $as_echo "#define HAVE_DLERROR 1" >>confdefs.h
33489 if test "$USE_DARWIN" = 1; then
33493 if test "$HAVE_DL_FUNCS" = 0; then
33494 if test "$HAVE_SHL_FUNCS" = 0; then
33495 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
33496 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33497 $as_echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33498 wxUSE_DYNAMIC_LOADER
=no
33499 wxUSE_DYNLIB_CLASS
=no
33501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Assuming wxLibrary class works on this platform" >&5
33502 $as_echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33509 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33510 $as_echo "#define wxUSE_DYNAMIC_LOADER 1" >>confdefs.h
33513 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33514 $as_echo "#define wxUSE_DYNLIB_CLASS 1" >>confdefs.h
33520 if test "$wxUSE_PLUGINS" = "yes" ; then
33521 if test "$wxUSE_SHARED" = "no" ; then
33522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins supported only in shared build, disabling" >&5
33523 $as_echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33526 if test "$wxUSE_MONOLITHIC" = "yes" ; then
33527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins not supported monolithic build, disabling" >&5
33528 $as_echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33531 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33532 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33533 $as_echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33536 if test "$wxUSE_PLUGINS" = "yes" ; then
33537 $as_echo "#define wxUSE_PLUGINS 1" >>confdefs.h
33543 if test "$wxUSE_FSWATCHER" = "yes"; then
33544 if test "$wxUSE_MSW" != "1"; then
33545 if test "$wxUSE_UNIX" = "yes"; then
33546 for ac_header
in sys
/inotify.h
33548 ac_fn_c_check_header_compile
"$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default
33550 if test "x$ac_cv_header_sys_inotify_h" = xyes
; then :
33551 cat >>confdefs.h
<<_ACEOF
33552 #define HAVE_SYS_INOTIFY_H 1
33559 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
33560 $as_echo "#define wxHAS_INOTIFY 1" >>confdefs.h
33563 for ac_header
in sys
/event.h
33565 ac_fn_c_check_header_compile
"$LINENO" "sys/event.h" "ac_cv_header_sys_event_h" "$ac_includes_default
33567 if test "x$ac_cv_header_sys_event_h" = xyes
; then :
33568 cat >>confdefs.h
<<_ACEOF
33569 #define HAVE_SYS_EVENT_H 1
33576 if test "$ac_cv_header_sys_event_h" = "yes"; then
33577 $as_echo "#define wxHAS_KQUEUE 1" >>confdefs.h
33587 if test "$wxUSE_THREADS" != "yes"; then
33588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
33589 $as_echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
33594 if test "$wxUSE_FSWATCHER" = "yes"; then
33595 $as_echo "#define wxUSE_FSWATCHER 1" >>confdefs.h
33597 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS fswatcher"
33599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
33600 $as_echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
33605 if test "$wxUSE_STL" = "yes"; then
33606 $as_echo "#define wxUSE_STL 1" >>confdefs.h
33610 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
33611 $as_echo "#define wxUSE_EXTENDED_RTTI 1" >>confdefs.h
33615 if test "$wxUSE_ANY" = "yes"; then
33616 $as_echo "#define wxUSE_ANY 1" >>confdefs.h
33620 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33621 $as_echo "#define wxUSE_APPLE_IEEE 1" >>confdefs.h
33625 if test "$wxUSE_TIMER" = "yes"; then
33626 $as_echo "#define wxUSE_TIMER 1" >>confdefs.h
33630 if test "$USE_UNIX" = 1 ; then
33631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
33632 $as_echo_n "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... " >&6; }
33633 if ${ac_cv_header_sys_soundcard+:} false
; then :
33634 $as_echo_n "(cached) " >&6
33637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33638 /* end confdefs.h. */
33640 #include <sys/ioctl.h>
33641 #include <sys/soundcard.h>
33647 ioctl(0, SNDCTL_DSP_SPEED, 0);
33653 if ac_fn_c_try_link
"$LINENO"; then :
33654 ac_cv_header_sys_soundcard
=yes
33658 LIBS
="$saveLibs -lossaudio"
33659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33660 /* end confdefs.h. */
33662 #include <sys/ioctl.h>
33663 #include <sys/soundcard.h>
33669 ioctl(0, SNDCTL_DSP_SPEED, 0);
33675 if ac_fn_c_try_link
"$LINENO"; then :
33676 ac_cv_header_sys_soundcard
=yes
33680 ac_cv_header_sys_soundcard
=no
33684 rm -f core conftest.err conftest.
$ac_objext \
33685 conftest
$ac_exeext conftest.
$ac_ext
33689 rm -f core conftest.err conftest.
$ac_objext \
33690 conftest
$ac_exeext conftest.
$ac_ext
33693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_soundcard" >&5
33694 $as_echo "$ac_cv_header_sys_soundcard" >&6; }
33696 if test "$ac_cv_header_sys_soundcard" = "yes"; then
33697 $as_echo "#define HAVE_SYS_SOUNDCARD_H 1" >>confdefs.h
33703 if test "$wxUSE_SOUND" = "yes"; then
33704 if test "$USE_UNIX" = 1 ; then
33705 if test "$wxUSE_LIBSDL" != "no"; then
33707 # Check whether --with-sdl-prefix was given.
33708 if test "${with_sdl_prefix+set}" = set; then :
33709 withval
=$with_sdl_prefix; sdl_prefix
="$withval"
33715 # Check whether --with-sdl-exec-prefix was given.
33716 if test "${with_sdl_exec_prefix+set}" = set; then :
33717 withval
=$with_sdl_exec_prefix; sdl_exec_prefix
="$withval"
33722 # Check whether --enable-sdltest was given.
33723 if test "${enable_sdltest+set}" = set; then :
33724 enableval
=$enable_sdltest;
33730 if test x
$sdl_exec_prefix != x
; then
33731 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
33732 if test x
${SDL_CONFIG+set} != xset
; then
33733 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
33736 if test x
$sdl_prefix != x
; then
33737 sdl_args
="$sdl_args --prefix=$sdl_prefix"
33738 if test x
${SDL_CONFIG+set} != xset
; then
33739 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
33743 if test "x$prefix" != xNONE
; then
33744 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
33746 # Extract the first word of "sdl-config", so it can be a program name with args.
33747 set dummy sdl
-config; ac_word
=$2
33748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33749 $as_echo_n "checking for $ac_word... " >&6; }
33750 if ${ac_cv_path_SDL_CONFIG+:} false
; then :
33751 $as_echo_n "(cached) " >&6
33753 case $SDL_CONFIG in
33755 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
33758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33759 for as_dir
in $PATH
33762 test -z "$as_dir" && as_dir
=.
33763 for ac_exec_ext
in '' $ac_executable_extensions; do
33764 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
33765 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33773 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
33777 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
33778 if test -n "$SDL_CONFIG"; then
33779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
33780 $as_echo "$SDL_CONFIG" >&6; }
33782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33783 $as_echo "no" >&6; }
33787 min_sdl_version
=1.2.0
33788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
33789 $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
33791 if test "$SDL_CONFIG" = "no" ; then
33794 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
33795 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
33797 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
33798 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33799 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
33800 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33801 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
33802 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33803 if test "x$enable_sdltest" = "xyes" ; then
33804 ac_save_CFLAGS
="$CFLAGS"
33805 ac_save_CXXFLAGS
="$CXXFLAGS"
33806 ac_save_LIBS
="$LIBS"
33807 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33808 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33809 LIBS
="$LIBS $SDL_LIBS"
33811 if test "$cross_compiling" = yes; then :
33812 echo $ac_n "cross compiling; assumed OK... $ac_c"
33814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33815 /* end confdefs.h. */
33818 #include <stdlib.h>
33819 #include <string.h>
33823 my_strdup (char *str)
33829 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33830 strcpy (new_str, str);
33838 int main (int argc, char *argv[])
33840 int major, minor, micro;
33843 /* This hangs on some systems (?)
33844 system ("touch conf.sdltest");
33846 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33848 /* HP/UX 9 (%@#!) writes to sscanf strings */
33849 tmp_version = my_strdup("$min_sdl_version");
33850 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
33851 printf("%s, bad version string\n", "$min_sdl_version");
33855 if (($sdl_major_version > major) ||
33856 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33857 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33863 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33864 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33865 printf("*** best to upgrade to the required version.\n");
33866 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33867 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33868 printf("*** config.cache before re-running configure\n");
33875 if ac_fn_c_try_run
"$LINENO"; then :
33880 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
33881 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
33884 CFLAGS
="$ac_save_CFLAGS"
33885 CXXFLAGS
="$ac_save_CXXFLAGS"
33886 LIBS
="$ac_save_LIBS"
33889 if test "x$no_sdl" = x
; then
33890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33891 $as_echo "yes" >&6; }
33893 EXTRALIBS_SDL
="$SDL_LIBS"
33894 CFLAGS
="$SDL_CFLAGS $CFLAGS"
33895 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
33896 $as_echo "#define wxUSE_LIBSDL 1" >>confdefs.h
33900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33901 $as_echo "no" >&6; }
33902 if test "$SDL_CONFIG" = "no" ; then
33903 echo "*** The sdl-config script installed by SDL could not be found"
33904 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
33905 echo "*** your path, or set the SDL_CONFIG environment variable to the"
33906 echo "*** full path to sdl-config."
33908 if test -f conf.sdltest
; then
33911 echo "*** Could not run SDL test program, checking why..."
33912 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33913 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
33914 LIBS
="$LIBS $SDL_LIBS"
33915 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
33916 /* end confdefs.h. */
33921 int main(int argc, char *argv[])
33924 #define main K_and_R_C_main
33934 if ac_fn_c_try_link
"$LINENO"; then :
33935 echo "*** The test program compiled, but did not run. This usually means"
33936 echo "*** that the run-time linker is not finding SDL or finding the wrong"
33937 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
33938 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
33939 echo "*** to the installed location Also, make sure you have run ldconfig if that"
33940 echo "*** is required on your system"
33942 echo "*** If you have an old version installed, it is best to remove it, although"
33943 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
33945 echo "*** The test program failed to compile or link. See the file config.log for the"
33946 echo "*** exact error that occurred. This usually means SDL was incorrectly installed"
33947 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
33948 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
33950 rm -f core conftest.err conftest.
$ac_objext \
33951 conftest
$ac_exeext conftest.
$ac_ext
33952 CFLAGS
="$ac_save_CFLAGS"
33953 CXXFLAGS
="$ac_save_CXXFLAGS"
33954 LIBS
="$ac_save_LIBS"
33965 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
33972 if test "$wxUSE_SOUND" = "yes"; then
33973 $as_echo "#define wxUSE_SOUND 1" >>confdefs.h
33975 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
33978 if test "$WXGTK2" = 1; then
33981 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33982 if test -n "$ac_tool_prefix"; then
33983 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33984 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
33985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33986 $as_echo_n "checking for $ac_word... " >&6; }
33987 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
33988 $as_echo_n "(cached) " >&6
33990 case $PKG_CONFIG in
33992 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
33995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33996 for as_dir
in $PATH
33999 test -z "$as_dir" && as_dir
=.
34000 for ac_exec_ext
in '' $ac_executable_extensions; do
34001 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
34002 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
34003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34013 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
34014 if test -n "$PKG_CONFIG"; then
34015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
34016 $as_echo "$PKG_CONFIG" >&6; }
34018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34019 $as_echo "no" >&6; }
34024 if test -z "$ac_cv_path_PKG_CONFIG"; then
34025 ac_pt_PKG_CONFIG
=$PKG_CONFIG
34026 # Extract the first word of "pkg-config", so it can be a program name with args.
34027 set dummy pkg
-config; ac_word
=$2
34028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34029 $as_echo_n "checking for $ac_word... " >&6; }
34030 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
34031 $as_echo_n "(cached) " >&6
34033 case $ac_pt_PKG_CONFIG in
34035 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
34038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34039 for as_dir
in $PATH
34042 test -z "$as_dir" && as_dir
=.
34043 for ac_exec_ext
in '' $ac_executable_extensions; do
34044 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
34045 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
34046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34056 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
34057 if test -n "$ac_pt_PKG_CONFIG"; then
34058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
34059 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
34061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34062 $as_echo "no" >&6; }
34065 if test "x$ac_pt_PKG_CONFIG" = x
; then
34068 case $cross_compiling:$ac_tool_warned in
34070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
34071 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34072 ac_tool_warned
=yes ;;
34074 PKG_CONFIG
=$ac_pt_PKG_CONFIG
34077 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
34081 if test -n "$PKG_CONFIG"; then
34082 _pkg_min_version
=0.9.0
34083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
34084 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
34085 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
34086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34087 $as_echo "yes" >&6; }
34089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34090 $as_echo "no" >&6; }
34096 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
34098 if test "$wxUSE_GTKPRINT" = "yes" ; then
34099 if test "$WXGTK3" = 1; then
34100 gtk_unix_print
="gtk+-unix-print-3.0"
34102 gtk_unix_print
="gtk+-unix-print-2.0 >= 2.10"
34106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKPRINT" >&5
34107 $as_echo_n "checking for GTKPRINT... " >&6; }
34109 if test -n "$PKG_CONFIG"; then
34110 if test -n "$GTKPRINT_CFLAGS"; then
34111 pkg_cv_GTKPRINT_CFLAGS
="$GTKPRINT_CFLAGS"
34113 if test -n "$PKG_CONFIG" && \
34114 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
34115 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
34117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34118 test $ac_status = 0; }; then
34119 pkg_cv_GTKPRINT_CFLAGS
=`$PKG_CONFIG --cflags "$gtk_unix_print" 2>/dev/null`
34127 if test -n "$PKG_CONFIG"; then
34128 if test -n "$GTKPRINT_LIBS"; then
34129 pkg_cv_GTKPRINT_LIBS
="$GTKPRINT_LIBS"
34131 if test -n "$PKG_CONFIG" && \
34132 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_unix_print\""; } >&5
34133 ($PKG_CONFIG --exists --print-errors "$gtk_unix_print") 2>&5
34135 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34136 test $ac_status = 0; }; then
34137 pkg_cv_GTKPRINT_LIBS
=`$PKG_CONFIG --libs "$gtk_unix_print" 2>/dev/null`
34148 if test $pkg_failed = yes; then
34150 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34151 _pkg_short_errors_supported
=yes
34153 _pkg_short_errors_supported
=no
34155 if test $_pkg_short_errors_supported = yes; then
34156 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gtk_unix_print"`
34158 GTKPRINT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$gtk_unix_print"`
34160 # Put the nasty error message in config.log where it belongs
34161 echo "$GTKPRINT_PKG_ERRORS" >&5
34164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
34165 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
34166 wxUSE_GTKPRINT
="no"
34169 elif test $pkg_failed = untried
; then
34171 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
34172 $as_echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
34173 wxUSE_GTKPRINT
="no"
34177 GTKPRINT_CFLAGS
=$pkg_cv_GTKPRINT_CFLAGS
34178 GTKPRINT_LIBS
=$pkg_cv_GTKPRINT_LIBS
34179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34180 $as_echo "yes" >&6; }
34182 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GTKPRINT_LIBS"
34183 CFLAGS
="$GTKPRINT_CFLAGS $CFLAGS"
34184 CXXFLAGS
="$GTKPRINT_CFLAGS $CXXFLAGS"
34185 $as_echo "#define wxUSE_GTKPRINT 1" >>confdefs.h
34191 if test "$WXGTK3" = 1; then
34192 wxUSE_LIBGNOMEPRINT
=no
34195 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
34199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBGNOMEPRINTUI" >&5
34200 $as_echo_n "checking for LIBGNOMEPRINTUI... " >&6; }
34202 if test -n "$PKG_CONFIG"; then
34203 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
34204 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
34206 if test -n "$PKG_CONFIG" && \
34207 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34208 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34211 test $ac_status = 0; }; then
34212 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34220 if test -n "$PKG_CONFIG"; then
34221 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
34222 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
34224 if test -n "$PKG_CONFIG" && \
34225 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\""; } >&5
34226 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
34228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34229 test $ac_status = 0; }; then
34230 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
34241 if test $pkg_failed = yes; then
34243 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34244 _pkg_short_errors_supported
=yes
34246 _pkg_short_errors_supported
=no
34248 if test $_pkg_short_errors_supported = yes; then
34249 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34251 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34253 # Put the nasty error message in config.log where it belongs
34254 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
34257 if test "$wxUSE_GTKPRINT" = yes; then
34258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34259 $as_echo "no" >&6; }
34261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34262 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34264 wxUSE_LIBGNOMEPRINT
="no"
34267 elif test $pkg_failed = untried
; then
34269 if test "$wxUSE_GTKPRINT" = yes; then
34270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
34271 $as_echo "no" >&6; }
34273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34274 $as_echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34276 wxUSE_LIBGNOMEPRINT
="no"
34280 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
34281 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
34282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34283 $as_echo "yes" >&6; }
34285 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBGNOMEPRINTUI_LIBS"
34286 CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
34287 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
34288 $as_echo "#define wxUSE_LIBGNOMEPRINT 1" >>confdefs.h
34295 if test "$wxUSE_MIMETYPE" = "yes" ; then
34296 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
34300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOMEVFS" >&5
34301 $as_echo_n "checking for GNOMEVFS... " >&6; }
34303 if test -n "$PKG_CONFIG"; then
34304 if test -n "$GNOMEVFS_CFLAGS"; then
34305 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
34307 if test -n "$PKG_CONFIG" && \
34308 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34309 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34311 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34312 test $ac_status = 0; }; then
34313 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34321 if test -n "$PKG_CONFIG"; then
34322 if test -n "$GNOMEVFS_LIBS"; then
34323 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
34325 if test -n "$PKG_CONFIG" && \
34326 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\""; } >&5
34327 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
34329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34330 test $ac_status = 0; }; then
34331 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
34342 if test $pkg_failed = yes; then
34344 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34345 _pkg_short_errors_supported
=yes
34347 _pkg_short_errors_supported
=no
34349 if test $_pkg_short_errors_supported = yes; then
34350 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34352 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
34354 # Put the nasty error message in config.log where it belongs
34355 echo "$GNOMEVFS_PKG_ERRORS" >&5
34358 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34359 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34360 wxUSE_LIBGNOMEVFS
="no"
34363 elif test $pkg_failed = untried
; then
34365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
34366 $as_echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
34367 wxUSE_LIBGNOMEVFS
="no"
34371 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
34372 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
34373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34374 $as_echo "yes" >&6; }
34376 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $GNOMEVFS_LIBS"
34377 CFLAGS
="$GNOMEVFS_CFLAGS $CFLAGS"
34378 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
34379 $as_echo "#define wxUSE_LIBGNOMEVFS 1" >>confdefs.h
34386 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes" ; then
34387 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
34391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34392 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34394 if test -n "$PKG_CONFIG"; then
34395 if test -n "$LIBNOTIFY_CFLAGS"; then
34396 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34398 if test -n "$PKG_CONFIG" && \
34399 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34400 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34403 test $ac_status = 0; }; then
34404 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.7" 2>/dev/null`
34412 if test -n "$PKG_CONFIG"; then
34413 if test -n "$LIBNOTIFY_LIBS"; then
34414 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34416 if test -n "$PKG_CONFIG" && \
34417 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.7\""; } >&5
34418 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.7") 2>&5
34420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34421 test $ac_status = 0; }; then
34422 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.7" 2>/dev/null`
34433 if test $pkg_failed = yes; then
34435 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34436 _pkg_short_errors_supported
=yes
34438 _pkg_short_errors_supported
=no
34440 if test $_pkg_short_errors_supported = yes; then
34441 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.7"`
34443 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.7"`
34445 # Put the nasty error message in config.log where it belongs
34446 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34452 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34454 if test -n "$PKG_CONFIG"; then
34455 if test -n "$LIBNOTIFY_CFLAGS"; then
34456 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34458 if test -n "$PKG_CONFIG" && \
34459 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34460 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34463 test $ac_status = 0; }; then
34464 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34472 if test -n "$PKG_CONFIG"; then
34473 if test -n "$LIBNOTIFY_LIBS"; then
34474 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34476 if test -n "$PKG_CONFIG" && \
34477 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34478 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34480 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34481 test $ac_status = 0; }; then
34482 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34493 if test $pkg_failed = yes; then
34495 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34496 _pkg_short_errors_supported
=yes
34498 _pkg_short_errors_supported
=no
34500 if test $_pkg_short_errors_supported = yes; then
34501 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34503 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34505 # Put the nasty error message in config.log where it belongs
34506 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34509 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34511 elif test $pkg_failed = untried
; then
34512 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34513 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34516 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34517 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34519 $as_echo "yes" >&6; }
34524 elif test $pkg_failed = untried
; then
34528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNOTIFY" >&5
34529 $as_echo_n "checking for LIBNOTIFY... " >&6; }
34531 if test -n "$PKG_CONFIG"; then
34532 if test -n "$LIBNOTIFY_CFLAGS"; then
34533 pkg_cv_LIBNOTIFY_CFLAGS
="$LIBNOTIFY_CFLAGS"
34535 if test -n "$PKG_CONFIG" && \
34536 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34537 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34540 test $ac_status = 0; }; then
34541 pkg_cv_LIBNOTIFY_CFLAGS
=`$PKG_CONFIG --cflags "libnotify >= 0.4" 2>/dev/null`
34549 if test -n "$PKG_CONFIG"; then
34550 if test -n "$LIBNOTIFY_LIBS"; then
34551 pkg_cv_LIBNOTIFY_LIBS
="$LIBNOTIFY_LIBS"
34553 if test -n "$PKG_CONFIG" && \
34554 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= 0.4\""; } >&5
34555 ($PKG_CONFIG --exists --print-errors "libnotify >= 0.4") 2>&5
34557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34558 test $ac_status = 0; }; then
34559 pkg_cv_LIBNOTIFY_LIBS
=`$PKG_CONFIG --libs "libnotify >= 0.4" 2>/dev/null`
34570 if test $pkg_failed = yes; then
34572 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34573 _pkg_short_errors_supported
=yes
34575 _pkg_short_errors_supported
=no
34577 if test $_pkg_short_errors_supported = yes; then
34578 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libnotify >= 0.4"`
34580 LIBNOTIFY_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libnotify >= 0.4"`
34582 # Put the nasty error message in config.log where it belongs
34583 echo "$LIBNOTIFY_PKG_ERRORS" >&5
34585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34586 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34588 elif test $pkg_failed = untried
; then
34589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
34590 $as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
34593 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34594 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34596 $as_echo "yes" >&6; }
34602 LIBNOTIFY_CFLAGS
=$pkg_cv_LIBNOTIFY_CFLAGS
34603 LIBNOTIFY_LIBS
=$pkg_cv_LIBNOTIFY_LIBS
34604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34605 $as_echo "yes" >&6; }
34608 $as_echo "#define wxUSE_LIBNOTIFY_0_7 1" >>confdefs.h
34613 if test "$HAVE_LIBNOTIFY" = "1" ; then
34614 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $LIBNOTIFY_LIBS"
34615 CFLAGS
="$LIBNOTIFY_CFLAGS $CFLAGS"
34616 CXXFLAGS
="$LIBNOTIFY_CFLAGS $CXXFLAGS"
34617 $as_echo "#define wxUSE_LIBNOTIFY 1" >>confdefs.h
34623 if test "$wxUSE_LIBHILDON" = "yes" ; then
34626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON" >&5
34627 $as_echo_n "checking for HILDON... " >&6; }
34629 if test -n "$PKG_CONFIG"; then
34630 if test -n "$HILDON_CFLAGS"; then
34631 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
34633 if test -n "$PKG_CONFIG" && \
34634 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34635 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34638 test $ac_status = 0; }; then
34639 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
34647 if test -n "$PKG_CONFIG"; then
34648 if test -n "$HILDON_LIBS"; then
34649 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
34651 if test -n "$PKG_CONFIG" && \
34652 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\""; } >&5
34653 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
34655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34656 test $ac_status = 0; }; then
34657 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
34668 if test $pkg_failed = yes; then
34670 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34671 _pkg_short_errors_supported
=yes
34673 _pkg_short_errors_supported
=no
34675 if test $_pkg_short_errors_supported = yes; then
34676 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34678 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
34680 # Put the nasty error message in config.log where it belongs
34681 echo "$HILDON_PKG_ERRORS" >&5
34684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34685 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34686 wxUSE_LIBHILDON
="no"
34690 elif test $pkg_failed = untried
; then
34692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_lgpl not found" >&5
34693 $as_echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
34694 wxUSE_LIBHILDON
="no"
34699 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
34700 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
34701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34702 $as_echo "yes" >&6; }
34704 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON_LIBS"
34705 CFLAGS
="$CFLAGS $HILDON_CFLAGS"
34706 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
34707 $as_echo "#define wxUSE_LIBHILDON 1" >>confdefs.h
34713 if test "$ac_hildon_lgpl" = 0 ; then
34716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HILDON2" >&5
34717 $as_echo_n "checking for HILDON2... " >&6; }
34719 if test -n "$PKG_CONFIG"; then
34720 if test -n "$HILDON2_CFLAGS"; then
34721 pkg_cv_HILDON2_CFLAGS
="$HILDON2_CFLAGS"
34723 if test -n "$PKG_CONFIG" && \
34724 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34725 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34728 test $ac_status = 0; }; then
34729 pkg_cv_HILDON2_CFLAGS
=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
34737 if test -n "$PKG_CONFIG"; then
34738 if test -n "$HILDON2_LIBS"; then
34739 pkg_cv_HILDON2_LIBS
="$HILDON2_LIBS"
34741 if test -n "$PKG_CONFIG" && \
34742 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\""; } >&5
34743 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
34745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34746 test $ac_status = 0; }; then
34747 pkg_cv_HILDON2_LIBS
=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
34758 if test $pkg_failed = yes; then
34760 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34761 _pkg_short_errors_supported
=yes
34763 _pkg_short_errors_supported
=no
34765 if test $_pkg_short_errors_supported = yes; then
34766 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34768 HILDON2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
34770 # Put the nasty error message in config.log where it belongs
34771 echo "$HILDON2_PKG_ERRORS" >&5
34774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34775 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34776 wxUSE_LIBHILDON2
="no"
34779 elif test $pkg_failed = untried
; then
34781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhildon_1 not found" >&5
34782 $as_echo "$as_me: WARNING: libhildon_1 not found" >&2;}
34783 wxUSE_LIBHILDON2
="no"
34787 HILDON2_CFLAGS
=$pkg_cv_HILDON2_CFLAGS
34788 HILDON2_LIBS
=$pkg_cv_HILDON2_LIBS
34789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34790 $as_echo "yes" >&6; }
34792 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $HILDON2_LIBS"
34793 CFLAGS
="$CFLAGS $HILDON2_CFLAGS"
34794 CXXFLAGS
="$CXXFLAGS $HILDON2_CFLAGS"
34795 $as_echo "#define wxUSE_LIBHILDON2 1" >>confdefs.h
34803 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34804 $as_echo "#define wxUSE_CMDLINE_PARSER 1" >>confdefs.h
34808 if test "$wxUSE_STOPWATCH" = "yes"; then
34809 $as_echo "#define wxUSE_STOPWATCH 1" >>confdefs.h
34813 if test "$wxUSE_DATETIME" = "yes"; then
34814 $as_echo "#define wxUSE_DATETIME 1" >>confdefs.h
34818 if test "$wxUSE_FILE" = "yes"; then
34819 $as_echo "#define wxUSE_FILE 1" >>confdefs.h
34823 if test "$wxUSE_FFILE" = "yes"; then
34824 $as_echo "#define wxUSE_FFILE 1" >>confdefs.h
34828 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
34829 if test "$wxUSE_STREAMS" != yes; then
34830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchive requires wxStreams... disabled" >&5
34831 $as_echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
34832 wxUSE_ARCHIVE_STREAMS
=no
34834 $as_echo "#define wxUSE_ARCHIVE_STREAMS 1" >>confdefs.h
34839 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34840 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxArchive... disabled" >&5
34842 $as_echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
34843 elif test "$wxUSE_ZLIB" = "no"; then
34844 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZip requires wxZlib... disabled" >&5
34845 $as_echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
34847 $as_echo "#define wxUSE_ZIPSTREAM 1" >>confdefs.h
34852 if test "$wxUSE_TARSTREAM" = "yes"; then
34853 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
34854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTar requires wxArchive... disabled" >&5
34855 $as_echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
34857 $as_echo "#define wxUSE_TARSTREAM 1" >>confdefs.h
34862 if test "$wxUSE_FILE_HISTORY" = "yes"; then
34863 $as_echo "#define wxUSE_FILE_HISTORY 1" >>confdefs.h
34867 if test "$wxUSE_FILESYSTEM" = "yes"; then
34868 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
34869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
34870 $as_echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
34871 wxUSE_FILESYSTEM
=no
34873 $as_echo "#define wxUSE_FILESYSTEM 1" >>confdefs.h
34878 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
34879 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
34880 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
34881 $as_echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
34883 $as_echo "#define wxUSE_FS_ARCHIVE 1" >>confdefs.h
34888 if test "$wxUSE_FS_ZIP" = "yes"; then
34889 if test "$wxUSE_FS_ARCHIVE" != yes; then
34890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
34891 $as_echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
34893 $as_echo "#define wxUSE_FS_ZIP 1" >>confdefs.h
34898 if test "$wxUSE_FSVOLUME" = "yes"; then
34899 $as_echo "#define wxUSE_FSVOLUME 1" >>confdefs.h
34903 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34904 if test "$USE_UNIX" != 1; then
34905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
34906 $as_echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
34907 wxUSE_ON_FATAL_EXCEPTION
=no
34909 $as_echo "#define wxUSE_ON_FATAL_EXCEPTION 1" >>confdefs.h
34914 if test "$wxUSE_STACKWALKER" = "yes"; then
34915 $as_echo "#define wxUSE_STACKWALKER 1" >>confdefs.h
34919 if test "$wxUSE_DEBUGREPORT" = "yes"; then
34920 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
34921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
34922 $as_echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
34923 wxUSE_DEBUGREPORT
=no
34925 $as_echo "#define wxUSE_DEBUGREPORT 1" >>confdefs.h
34927 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34928 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
34933 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34934 $as_echo "#define wxUSE_SNGLINST_CHECKER 1" >>confdefs.h
34938 if test "$wxUSE_BUSYINFO" = "yes"; then
34939 $as_echo "#define wxUSE_BUSYINFO 1" >>confdefs.h
34943 if test "$wxUSE_HOTKEY" = "yes"; then
34944 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
34945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
34946 $as_echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
34949 elif test "$wxUSE_HOTKEY" = "auto"; then
34950 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
34954 if test "$wxUSE_HOTKEY" = "yes"; then
34955 $as_echo "#define wxUSE_HOTKEY 1" >>confdefs.h
34959 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
34960 $as_echo "#define wxUSE_STD_CONTAINERS 1" >>confdefs.h
34964 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34965 $as_echo "#define wxUSE_STD_IOSTREAM 1" >>confdefs.h
34969 if test "$wxUSE_STD_STRING" = "yes"; then
34970 $as_echo "#define wxUSE_STD_STRING 1" >>confdefs.h
34974 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
34975 $as_echo "#define wxUSE_STD_STRING_CONV_IN_WXSTRING 1" >>confdefs.h
34979 if test "$wxUSE_STDPATHS" = "yes"; then
34980 $as_echo "#define wxUSE_STDPATHS 1" >>confdefs.h
34984 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34985 $as_echo "#define wxUSE_TEXTBUFFER 1" >>confdefs.h
34989 if test "$wxUSE_TEXTFILE" = "yes"; then
34990 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34992 $as_echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34994 $as_echo "#define wxUSE_TEXTFILE 1" >>confdefs.h
34999 if test "$wxUSE_CONFIG" = "yes" ; then
35000 if test "$wxUSE_TEXTFILE" != "yes"; then
35001 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxConfig requires wxTextFile... disabled" >&5
35002 $as_echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
35004 $as_echo "#define wxUSE_CONFIG 1" >>confdefs.h
35006 $as_echo "#define wxUSE_CONFIG_NATIVE 1" >>confdefs.h
35008 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
35012 if test "$wxUSE_INTL" = "yes" ; then
35013 if test "$wxUSE_FILE" != "yes"; then
35014 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: I18n code requires wxFile... disabled" >&5
35015 $as_echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
35017 $as_echo "#define wxUSE_INTL 1" >>confdefs.h
35019 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
35020 GUIDIST
="$GUIDIST INTL_DIST"
35024 if test "$wxUSE_XLOCALE" = "yes" ; then
35025 $as_echo "#define wxUSE_XLOCALE 1" >>confdefs.h
35027 ac_fn_c_check_type
"$LINENO" "locale_t" "ac_cv_type_locale_t" "#include <xlocale.h>
35028 #include <locale.h>
35030 if test "x$ac_cv_type_locale_t" = xyes
; then :
35032 cat >>confdefs.h
<<_ACEOF
35033 #define HAVE_LOCALE_T 1
35041 if test "$wxUSE_LOG" = "yes"; then
35042 $as_echo "#define wxUSE_LOG 1" >>confdefs.h
35045 if test "$wxUSE_LOGGUI" = "yes"; then
35046 $as_echo "#define wxUSE_LOGGUI 1" >>confdefs.h
35050 if test "$wxUSE_LOGWINDOW" = "yes"; then
35051 $as_echo "#define wxUSE_LOGWINDOW 1" >>confdefs.h
35055 if test "$wxUSE_LOGDIALOG" = "yes"; then
35056 $as_echo "#define wxUSE_LOG_DIALOG 1" >>confdefs.h
35060 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
35063 if test "$wxUSE_LONGLONG" = "yes"; then
35064 $as_echo "#define wxUSE_LONGLONG 1" >>confdefs.h
35068 if test "$wxUSE_GEOMETRY" = "yes"; then
35069 $as_echo "#define wxUSE_GEOMETRY 1" >>confdefs.h
35073 if test "$wxUSE_BASE64" = "yes"; then
35074 $as_echo "#define wxUSE_BASE64 1" >>confdefs.h
35078 if test "$wxUSE_STREAMS" = "yes" ; then
35079 $as_echo "#define wxUSE_STREAMS 1" >>confdefs.h
35083 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35084 $as_echo "#define wxUSE_PRINTF_POS_PARAMS 1" >>confdefs.h
35088 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
35089 $as_echo "#define wxUSE_OBJC_UNIQUIFYING 1" >>confdefs.h
35094 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
35095 $as_echo "#define wxUSE_CONSOLE_EVENTLOOP 1" >>confdefs.h
35098 if test "$wxUSE_UNIX" = "yes"; then
35099 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
35100 $as_echo "#define wxUSE_SELECT_DISPATCHER 1" >>confdefs.h
35104 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
35105 for ac_header
in sys
/epoll.h
35107 ac_fn_c_check_header_compile
"$LINENO" "sys/epoll.h" "ac_cv_header_sys_epoll_h" "$ac_includes_default
35109 if test "x$ac_cv_header_sys_epoll_h" = xyes
; then :
35110 cat >>confdefs.h
<<_ACEOF
35111 #define HAVE_SYS_EPOLL_H 1
35118 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
35119 $as_echo "#define wxUSE_EPOLL_DISPATCHER 1" >>confdefs.h
35122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
35123 $as_echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
35130 for ac_func
in gettimeofday ftime
35132 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
35133 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
35134 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
35135 cat >>confdefs.h
<<_ACEOF
35136 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
35143 if test "$ac_cv_func_gettimeofday" = "yes"; then
35144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday takes two arguments" >&5
35145 $as_echo_n "checking whether gettimeofday takes two arguments... " >&6; }
35146 if ${wx_cv_func_gettimeofday_has_2_args+:} false
; then :
35147 $as_echo_n "(cached) " >&6
35150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35151 /* end confdefs.h. */
35153 #include <sys/time.h>
35154 #include <unistd.h>
35161 gettimeofday(&tv, NULL);
35167 if ac_fn_c_try_compile
"$LINENO"; then :
35168 wx_cv_func_gettimeofday_has_2_args
=yes
35170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35171 /* end confdefs.h. */
35173 #include <sys/time.h>
35174 #include <unistd.h>
35187 if ac_fn_c_try_compile
"$LINENO"; then :
35188 wx_cv_func_gettimeofday_has_2_args
=no
35191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: failed to determine number of gettimeofday() arguments" >&5
35192 $as_echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35193 wx_cv_func_gettimeofday_has_2_args
=unknown
35197 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35200 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35204 $as_echo "$wx_cv_func_gettimeofday_has_2_args" >&6; }
35206 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35207 $as_echo "#define WX_GETTIMEOFDAY_NO_TZ 1" >>confdefs.h
35212 if test "$wxUSE_DATETIME" = "yes"; then
35213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable in <time.h>" >&5
35214 $as_echo_n "checking for timezone variable in <time.h>... " >&6; }
35215 if ${wx_cv_var_timezone+:} false
; then :
35216 $as_echo_n "(cached) " >&6
35220 ac_cpp
='$CXXCPP $CPPFLAGS'
35221 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35222 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35223 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35226 /* end confdefs.h. */
35241 if ac_fn_cxx_try_compile
"$LINENO"; then :
35243 wx_cv_var_timezone
=timezone
35247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35248 /* end confdefs.h. */
35263 if ac_fn_cxx_try_compile
"$LINENO"; then :
35265 wx_cv_var_timezone
=_timezone
35269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35270 /* end confdefs.h. */
35285 if ac_fn_cxx_try_compile
"$LINENO"; then :
35287 wx_cv_var_timezone
=__timezone
35291 if test "$USE_DOS" = 0 ; then
35292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no timezone variable" >&5
35293 $as_echo "$as_me: WARNING: no timezone variable" >&2;}
35298 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35302 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35306 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35308 ac_cpp
='$CPP $CPPFLAGS'
35309 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35310 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35311 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_var_timezone" >&5
35317 $as_echo "$wx_cv_var_timezone" >&6; }
35319 if test "x$wx_cv_var_timezone" != x
; then
35320 cat >>confdefs.h
<<_ACEOF
35321 #define WX_TIMEZONE $wx_cv_var_timezone
35326 for ac_func
in localtime
35328 ac_fn_c_check_func
"$LINENO" "localtime" "ac_cv_func_localtime"
35329 if test "x$ac_cv_func_localtime" = xyes
; then :
35330 cat >>confdefs.h
<<_ACEOF
35331 #define HAVE_LOCALTIME 1
35338 if test "$ac_cv_func_localtime" = "yes"; then
35339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
35340 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
35341 if ${wx_cv_struct_tm_has_gmtoff+:} false
; then :
35342 $as_echo_n "(cached) " >&6
35345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35346 /* end confdefs.h. */
35361 if ac_fn_c_try_compile
"$LINENO"; then :
35363 wx_cv_struct_tm_has_gmtoff
=yes
35366 wx_cv_struct_tm_has_gmtoff
=no
35369 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_struct_tm_has_gmtoff" >&5
35373 $as_echo "$wx_cv_struct_tm_has_gmtoff" >&6; }
35376 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35377 $as_echo "#define WX_GMTOFF_IN_TM 1" >>confdefs.h
35381 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
35385 for ac_func
in setpriority
35387 ac_fn_c_check_func
"$LINENO" "setpriority" "ac_cv_func_setpriority"
35388 if test "x$ac_cv_func_setpriority" = xyes
; then :
35389 cat >>confdefs.h
<<_ACEOF
35390 #define HAVE_SETPRIORITY 1
35398 if test "$wxUSE_SOCKETS" = "yes"; then
35399 if test "$TOOLKIT" != "MSW"; then
35400 ac_fn_c_check_func
"$LINENO" "socket" "ac_cv_func_socket"
35401 if test "x$ac_cv_func_socket" = xyes
; then :
35405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
35406 $as_echo_n "checking for socket in -lsocket... " >&6; }
35407 if ${ac_cv_lib_socket_socket+:} false
; then :
35408 $as_echo_n "(cached) " >&6
35410 ac_check_lib_save_LIBS
=$LIBS
35411 LIBS
="-lsocket $LIBS"
35412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35413 /* end confdefs.h. */
35415 /* Override any GCC internal prototype to avoid an error.
35416 Use char because int might match the return type of a GCC
35417 builtin and then its argument prototype would still apply. */
35430 if ac_fn_c_try_link
"$LINENO"; then :
35431 ac_cv_lib_socket_socket
=yes
35433 ac_cv_lib_socket_socket
=no
35435 rm -f core conftest.err conftest.
$ac_objext \
35436 conftest
$ac_exeext conftest.
$ac_ext
35437 LIBS
=$ac_check_lib_save_LIBS
35439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
35440 $as_echo "$ac_cv_lib_socket_socket" >&6; }
35441 if test "x$ac_cv_lib_socket_socket" = xyes
; then :
35442 if test "$INET_LINK" != " -lsocket"; then
35443 INET_LINK
="$INET_LINK -lsocket"
35447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: socket library not found - sockets will be disabled" >&5
35448 $as_echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35461 if test "$wxUSE_SOCKETS" = "yes" ; then
35462 if test "$TOOLKIT" != "MSW"; then
35463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the third argument of getsockname" >&5
35464 $as_echo_n "checking what is the type of the third argument of getsockname... " >&6; }
35465 if ${wx_cv_type_getsockname3+:} false
; then :
35466 $as_echo_n "(cached) " >&6
35470 ac_cpp
='$CXXCPP $CPPFLAGS'
35471 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35472 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35473 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35476 /* end confdefs.h. */
35478 #include <sys/types.h>
35479 #include <sys/socket.h>
35486 getsockname(0, 0, &len);
35492 if ac_fn_cxx_try_compile
"$LINENO"; then :
35493 wx_cv_type_getsockname3
=socklen_t
35496 CFLAGS_OLD
="$CFLAGS"
35497 if test "$GCC" = yes ; then
35498 CFLAGS
="-Werror $CFLAGS"
35501 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35502 /* end confdefs.h. */
35504 #include <sys/types.h>
35505 #include <sys/socket.h>
35512 getsockname(0, 0, &len);
35518 if ac_fn_cxx_try_compile
"$LINENO"; then :
35519 wx_cv_type_getsockname3
=size_t
35521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35522 /* end confdefs.h. */
35524 #include <sys/types.h>
35525 #include <sys/socket.h>
35532 getsockname(0, 0, &len);
35538 if ac_fn_cxx_try_compile
"$LINENO"; then :
35539 wx_cv_type_getsockname3
=int
35541 wx_cv_type_getsockname3
=unknown
35544 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35547 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35549 CFLAGS
="$CFLAGS_OLD"
35553 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35555 ac_cpp
='$CPP $CPPFLAGS'
35556 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35557 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35558 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockname3" >&5
35563 $as_echo "$wx_cv_type_getsockname3" >&6; }
35565 if test "$wx_cv_type_getsockname3" = "unknown"; then
35567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35568 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35570 cat >>confdefs.h
<<_ACEOF
35571 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
35575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is the type of the fifth argument of getsockopt" >&5
35576 $as_echo_n "checking what is the type of the fifth argument of getsockopt... " >&6; }
35577 if ${wx_cv_type_getsockopt5+:} false
; then :
35578 $as_echo_n "(cached) " >&6
35582 ac_cpp
='$CXXCPP $CPPFLAGS'
35583 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35584 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35585 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35588 /* end confdefs.h. */
35590 #include <sys/types.h>
35591 #include <sys/socket.h>
35598 getsockopt(0, 0, 0, 0, &len);
35604 if ac_fn_cxx_try_compile
"$LINENO"; then :
35605 wx_cv_type_getsockopt5
=socklen_t
35608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35609 /* end confdefs.h. */
35611 #include <sys/types.h>
35612 #include <sys/socket.h>
35619 getsockopt(0, 0, 0, 0, &len);
35625 if ac_fn_cxx_try_compile
"$LINENO"; then :
35626 wx_cv_type_getsockopt5
=size_t
35628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35629 /* end confdefs.h. */
35631 #include <sys/types.h>
35632 #include <sys/socket.h>
35639 getsockopt(0, 0, 0, 0, &len);
35645 if ac_fn_cxx_try_compile
"$LINENO"; then :
35646 wx_cv_type_getsockopt5
=int
35648 wx_cv_type_getsockopt5
=unknown
35651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35658 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35660 ac_cpp
='$CPP $CPPFLAGS'
35661 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35662 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35663 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_getsockopt5" >&5
35668 $as_echo "$wx_cv_type_getsockopt5" >&6; }
35670 if test "$wx_cv_type_getsockopt5" = "unknown"; then
35672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't find socklen_t synonym for this system" >&5
35673 $as_echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35675 cat >>confdefs.h
<<_ACEOF
35676 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
35683 if test "$wxUSE_SOCKETS" = "yes" ; then
35684 if test "$wxUSE_IPV6" = "yes"; then
35685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have sockaddr_in6" >&5
35686 $as_echo_n "checking whether we have sockaddr_in6... " >&6; }
35687 if ${wx_cv_type_sockaddr_in6+:} false
; then :
35688 $as_echo_n "(cached) " >&6
35691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35692 /* end confdefs.h. */
35694 #include <sys/types.h>
35695 #include <sys/socket.h>
35696 #include <netinet/in.h>
35702 struct sockaddr_in6 sa6;
35708 if ac_fn_c_try_compile
"$LINENO"; then :
35709 wx_cv_type_sockaddr_in6
=yes
35711 wx_cv_type_sockaddr_in6
=no
35714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_type_sockaddr_in6" >&5
35719 $as_echo "$wx_cv_type_sockaddr_in6" >&6; }
35721 if test "$wx_cv_type_sockaddr_in6"="yes"; then
35722 $as_echo "#define wxUSE_IPV6 1" >>confdefs.h
35725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IPv6 support not available... disabled" >&5
35726 $as_echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
35730 $as_echo "#define wxUSE_SOCKETS 1" >>confdefs.h
35732 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
35735 if test "$wxUSE_PROTOCOL" = "yes"; then
35736 if test "$wxUSE_SOCKETS" != "yes"; then
35737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Protocol classes require sockets... disabled" >&5
35738 $as_echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35743 if test "$wxUSE_PROTOCOL" = "yes"; then
35744 $as_echo "#define wxUSE_PROTOCOL 1" >>confdefs.h
35747 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35748 $as_echo "#define wxUSE_PROTOCOL_HTTP 1" >>confdefs.h
35751 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35752 $as_echo "#define wxUSE_PROTOCOL_FTP 1" >>confdefs.h
35755 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35756 $as_echo "#define wxUSE_PROTOCOL_FILE 1" >>confdefs.h
35760 if test "$wxUSE_FS_INET" = "yes"; then
35761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35762 $as_echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35767 if test "$wxUSE_URL" = "yes"; then
35768 if test "$wxUSE_PROTOCOL" != "yes"; then
35769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxURL class requires wxProtocol... disabled" >&5
35770 $as_echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35773 if test "$wxUSE_URL" = "yes"; then
35774 $as_echo "#define wxUSE_URL 1" >>confdefs.h
35779 if test "$wxUSE_VARIANT" = "yes"; then
35780 $as_echo "#define wxUSE_VARIANT 1" >>confdefs.h
35784 if test "$wxUSE_FS_INET" = "yes"; then
35785 $as_echo "#define wxUSE_FS_INET 1" >>confdefs.h
35790 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
35793 if test "$TOOLKIT" = "MSW"; then
35796 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
35797 if test "$USE_DARWIN" = 1; then
35798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5
35799 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; }
35801 ac_cpp
='$CXXCPP $CPPFLAGS'
35802 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35803 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35804 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35806 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35807 /* end confdefs.h. */
35808 #include <IOKit/hid/IOHIDLib.h>
35812 IOHIDQueueInterface *qi = NULL;
35813 IOHIDCallbackFunction cb = NULL;
35814 qi->setEventCallout(NULL, cb, NULL, NULL);
35819 if ac_fn_cxx_try_compile
"$LINENO"; then :
35823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
35825 ac_cpp
='$CPP $CPPFLAGS'
35826 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35827 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35828 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxUSE_JOYSTICK" >&5
35831 $as_echo "$wxUSE_JOYSTICK" >&6; }
35835 for ac_header
in linux
/joystick.h
35837 ac_fn_c_check_header_compile
"$LINENO" "linux/joystick.h" "ac_cv_header_linux_joystick_h" "$ac_includes_default
35839 if test "x$ac_cv_header_linux_joystick_h" = xyes
; then :
35840 cat >>confdefs.h
<<_ACEOF
35841 #define HAVE_LINUX_JOYSTICK_H 1
35850 if test "$wxUSE_JOYSTICK" = "yes"; then
35851 $as_echo "#define wxUSE_JOYSTICK 1" >>confdefs.h
35853 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
35855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Joystick not supported by this system... disabled" >&5
35856 $as_echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35862 if test "$wxUSE_FONTENUM" = "yes" ; then
35863 $as_echo "#define wxUSE_FONTENUM 1" >>confdefs.h
35867 if test "$wxUSE_FONTMAP" = "yes" ; then
35868 $as_echo "#define wxUSE_FONTMAP 1" >>confdefs.h
35872 if test "$wxUSE_UNICODE" = "yes" ; then
35873 $as_echo "#define wxUSE_UNICODE 1" >>confdefs.h
35876 if test "$USE_WIN32" != 1; then
35877 wxUSE_UNICODE_MSLU
=no
35880 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunicows" >&5
35882 $as_echo_n "checking for main in -lunicows... " >&6; }
35883 if ${ac_cv_lib_unicows_main+:} false
; then :
35884 $as_echo_n "(cached) " >&6
35886 ac_check_lib_save_LIBS
=$LIBS
35887 LIBS
="-lunicows $LIBS"
35888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
35889 /* end confdefs.h. */
35900 if ac_fn_c_try_link
"$LINENO"; then :
35901 ac_cv_lib_unicows_main
=yes
35903 ac_cv_lib_unicows_main
=no
35905 rm -f core conftest.err conftest.
$ac_objext \
35906 conftest
$ac_exeext conftest.
$ac_ext
35907 LIBS
=$ac_check_lib_save_LIBS
35909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unicows_main" >&5
35910 $as_echo "$ac_cv_lib_unicows_main" >&6; }
35911 if test "x$ac_cv_lib_unicows_main" = xyes
; then :
35913 $as_echo "#define wxUSE_UNICODE_MSLU 1" >>confdefs.h
35918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35919 Applications will only run on Windows NT/2000/XP!" >&5
35920 $as_echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35921 Applications will only run on Windows NT/2000/XP!" >&2;}
35922 wxUSE_UNICODE_MSLU
=no
35929 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
35930 $as_echo "#define wxUSE_UNICODE_UTF8 1" >>confdefs.h
35933 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
35934 $as_echo "#define wxUSE_UTF8_LOCALE_ONLY 1" >>confdefs.h
35940 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35941 $as_echo "#define wxUSE_CONSTRAINTS 1" >>confdefs.h
35943 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
35946 if test "$wxUSE_MDI" = "yes"; then
35947 $as_echo "#define wxUSE_MDI 1" >>confdefs.h
35950 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35951 $as_echo "#define wxUSE_MDI_ARCHITECTURE 1" >>confdefs.h
35953 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
35957 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35958 $as_echo "#define wxUSE_DOC_VIEW_ARCHITECTURE 1" >>confdefs.h
35960 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
35963 if test "$wxUSE_HELP" = "yes"; then
35964 $as_echo "#define wxUSE_HELP 1" >>confdefs.h
35966 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
35968 if test "$wxUSE_MSW" = 1; then
35969 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35970 $as_echo "#define wxUSE_MS_HTML_HELP 1" >>confdefs.h
35975 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35976 if test "$wxUSE_HTML" = "yes"; then
35977 $as_echo "#define wxUSE_WXHTML_HELP 1" >>confdefs.h
35980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35981 $as_echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35982 wxUSE_WXHTML_HELP
=no
35987 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35988 $as_echo "#define wxUSE_PRINTING_ARCHITECTURE 1" >>confdefs.h
35990 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
35993 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35994 $as_echo "#define wxUSE_POSTSCRIPT 1" >>confdefs.h
35998 $as_echo "#define wxUSE_AFM_FOR_POSTSCRIPT 1" >>confdefs.h
36001 if test "$wxUSE_SVG" = "yes"; then
36002 $as_echo "#define wxUSE_SVG 1" >>confdefs.h
36007 if test "$wxUSE_METAFILE" = "yes"; then
36008 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
36009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxMetafile is not available on this system... disabled" >&5
36010 $as_echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
36013 elif test "$wxUSE_METAFILE" = "auto"; then
36014 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
36019 if test "$wxUSE_METAFILE" = "yes"; then
36020 $as_echo "#define wxUSE_METAFILE 1" >>confdefs.h
36022 if test "$wxUSE_MSW" = 1; then
36023 $as_echo "#define wxUSE_ENH_METAFILE 1" >>confdefs.h
36029 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
36030 -o "$wxUSE_CLIPBOARD" = "yes" \
36031 -o "$wxUSE_OLE" = "yes" \
36032 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
36033 ac_fn_c_check_header_compile
"$LINENO" "ole2.h" "ac_cv_header_ole2_h" "
36035 if test "x$ac_cv_header_ole2_h" = xyes
; then :
36041 if test "$ac_cv_header_ole2_h" = "yes" ; then
36042 if test "$GCC" = yes ; then
36043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ requires -fvtable-thunks" >&5
36044 $as_echo_n "checking if g++ requires -fvtable-thunks... " >&6; }
36045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
36046 /* end confdefs.h. */
36047 #include <windows.h>
36057 if ac_fn_c_try_compile
"$LINENO"; then :
36058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36059 $as_echo "no" >&6; }
36061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36062 $as_echo "yes" >&6; }
36063 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
36065 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
36066 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
36067 if test "$wxUSE_OLE" = "yes" ; then
36068 $as_echo "#define wxUSE_OLE 1" >>confdefs.h
36070 $as_echo "#define wxUSE_OLE_AUTOMATION 1" >>confdefs.h
36072 $as_echo "#define wxUSE_ACTIVEX 1" >>confdefs.h
36074 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
36078 if test "$wxUSE_DATAOBJ" = "yes" ; then
36079 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
36083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Some features disabled because OLE headers not found" >&5
36084 $as_echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
36087 wxUSE_DRAG_AND_DROP
=no
36093 if test "$wxUSE_IPC" = "yes"; then
36094 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
36095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
36096 $as_echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
36100 if test "$wxUSE_IPC" = "yes"; then
36101 $as_echo "#define wxUSE_IPC 1" >>confdefs.h
36103 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
36107 if test "$wxUSE_DATAOBJ" = "yes"; then
36108 $as_echo "#define wxUSE_DATAOBJ 1" >>confdefs.h
36111 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
36112 $as_echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
36114 wxUSE_DRAG_AND_DROP
=no
36117 if test "$wxUSE_CLIPBOARD" = "yes"; then
36118 if test "$wxUSE_DFB" = 1; then
36119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
36120 $as_echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
36124 if test "$wxUSE_CLIPBOARD" = "yes"; then
36125 $as_echo "#define wxUSE_CLIPBOARD 1" >>confdefs.h
36130 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
36131 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_DFB" = 1; then
36132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
36133 $as_echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
36134 wxUSE_DRAG_AND_DROP
=no
36137 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
36138 $as_echo "#define wxUSE_DRAG_AND_DROP 1" >>confdefs.h
36144 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
36145 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
36148 if test "$wxUSE_CLIPBOARD" = "yes"; then
36149 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS clipboard"
36152 if test "$wxUSE_SPLINES" = "yes" ; then
36153 $as_echo "#define wxUSE_SPLINES 1" >>confdefs.h
36157 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
36158 $as_echo "#define wxUSE_MOUSEWHEEL 1" >>confdefs.h
36162 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
36163 $as_echo "#define wxUSE_UIACTIONSIMULATOR 1" >>confdefs.h
36165 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS uiaction"
36168 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
36169 $as_echo "#define wxUSE_DC_TRANSFORM_MATRIX 1" >>confdefs.h
36175 if test "$wxUSE_CONTROLS" = "yes"; then
36179 if test "$wxUSE_MARKUP" = "yes"; then
36180 $as_echo "#define wxUSE_MARKUP 1" >>confdefs.h
36184 if test "$wxUSE_ACCEL" = "yes"; then
36185 $as_echo "#define wxUSE_ACCEL 1" >>confdefs.h
36190 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
36191 $as_echo "#define wxUSE_ANIMATIONCTRL 1" >>confdefs.h
36194 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
36197 if test "$wxUSE_BANNERWINDOW" = "yes"; then
36198 $as_echo "#define wxUSE_BANNERWINDOW 1" >>confdefs.h
36202 if test "$wxUSE_BUTTON" = "yes"; then
36203 $as_echo "#define wxUSE_BUTTON 1" >>confdefs.h
36208 if test "$wxUSE_BMPBUTTON" = "yes"; then
36209 $as_echo "#define wxUSE_BMPBUTTON 1" >>confdefs.h
36214 if test "$wxUSE_CALCTRL" = "yes"; then
36215 $as_echo "#define wxUSE_CALENDARCTRL 1" >>confdefs.h
36218 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
36221 if test "$wxUSE_CARET" = "yes"; then
36222 $as_echo "#define wxUSE_CARET 1" >>confdefs.h
36225 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
36228 if test "$wxUSE_COLLPANE" = "yes"; then
36229 $as_echo "#define wxUSE_COLLPANE 1" >>confdefs.h
36232 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
36235 if test "$wxUSE_COMBOBOX" = "yes"; then
36236 $as_echo "#define wxUSE_COMBOBOX 1" >>confdefs.h
36241 if test "$wxUSE_COMBOCTRL" = "yes"; then
36242 $as_echo "#define wxUSE_COMBOCTRL 1" >>confdefs.h
36247 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
36248 $as_echo "#define wxUSE_COMMANDLINKBUTTON 1" >>confdefs.h
36253 if test "$wxUSE_CHOICE" = "yes"; then
36254 $as_echo "#define wxUSE_CHOICE 1" >>confdefs.h
36259 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36260 $as_echo "#define wxUSE_CHOICEBOOK 1" >>confdefs.h
36265 if test "$wxUSE_CHECKBOX" = "yes"; then
36266 $as_echo "#define wxUSE_CHECKBOX 1" >>confdefs.h
36271 if test "$wxUSE_CHECKLST" = "yes"; then
36272 $as_echo "#define wxUSE_CHECKLISTBOX 1" >>confdefs.h
36277 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
36278 $as_echo "#define wxUSE_COLOURPICKERCTRL 1" >>confdefs.h
36283 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
36284 $as_echo "#define wxUSE_DATEPICKCTRL 1" >>confdefs.h
36289 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
36290 $as_echo "#define wxUSE_DIRPICKERCTRL 1" >>confdefs.h
36295 if test "$wxUSE_FILECTRL" = "yes"; then
36296 $as_echo "#define wxUSE_FILECTRL 1" >>confdefs.h
36301 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
36302 $as_echo "#define wxUSE_FILEPICKERCTRL 1" >>confdefs.h
36307 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
36308 $as_echo "#define wxUSE_FONTPICKERCTRL 1" >>confdefs.h
36313 if test "$wxUSE_DISPLAY" = "yes"; then
36314 if test "$wxUSE_DFB" = 1; then
36315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
36316 $as_echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
36319 $as_echo "#define wxUSE_DISPLAY 1" >>confdefs.h
36321 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
36325 if test "$wxUSE_DETECT_SM" = "yes"; then
36326 $as_echo "#define wxUSE_DETECT_SM 1" >>confdefs.h
36330 if test "$wxUSE_GAUGE" = "yes"; then
36331 $as_echo "#define wxUSE_GAUGE 1" >>confdefs.h
36336 if test "$wxUSE_GRID" = "yes"; then
36337 $as_echo "#define wxUSE_GRID 1" >>confdefs.h
36340 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
36343 if test "$wxUSE_HEADERCTRL" = "yes"; then
36344 $as_echo "#define wxUSE_HEADERCTRL 1" >>confdefs.h
36349 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
36350 $as_echo "#define wxUSE_HYPERLINKCTRL 1" >>confdefs.h
36355 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
36356 $as_echo "#define wxUSE_BITMAPCOMBOBOX 1" >>confdefs.h
36361 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
36362 $as_echo "#define wxUSE_DATAVIEWCTRL 1" >>confdefs.h
36365 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
36368 if test "$wxUSE_IMAGLIST" = "yes"; then
36369 $as_echo "#define wxUSE_IMAGLIST 1" >>confdefs.h
36373 if test "$wxUSE_INFOBAR" = "yes"; then
36374 $as_echo "#define wxUSE_INFOBAR 1" >>confdefs.h
36378 if test "$wxUSE_LISTBOOK" = "yes"; then
36379 $as_echo "#define wxUSE_LISTBOOK 1" >>confdefs.h
36384 if test "$wxUSE_LISTBOX" = "yes"; then
36385 $as_echo "#define wxUSE_LISTBOX 1" >>confdefs.h
36390 if test "$wxUSE_LISTCTRL" = "yes"; then
36391 if test "$wxUSE_IMAGLIST" = "yes"; then
36392 $as_echo "#define wxUSE_LISTCTRL 1" >>confdefs.h
36395 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
36397 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36398 $as_echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36402 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
36403 $as_echo "#define wxUSE_EDITABLELISTBOX 1" >>confdefs.h
36408 if test "$wxUSE_NOTEBOOK" = "yes"; then
36409 $as_echo "#define wxUSE_NOTEBOOK 1" >>confdefs.h
36412 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
36415 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
36416 $as_echo "#define wxUSE_NOTIFICATION_MESSAGE 1" >>confdefs.h
36420 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
36421 $as_echo "#define wxUSE_ODCOMBOBOX 1" >>confdefs.h
36424 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
36427 if test "$wxUSE_RADIOBOX" = "yes"; then
36428 $as_echo "#define wxUSE_RADIOBOX 1" >>confdefs.h
36433 if test "$wxUSE_RADIOBTN" = "yes"; then
36434 $as_echo "#define wxUSE_RADIOBTN 1" >>confdefs.h
36439 if test "$wxUSE_REARRANGECTRL" = "yes"; then
36440 $as_echo "#define wxUSE_REARRANGECTRL 1" >>confdefs.h
36444 if test "$wxUSE_RICHMSGDLG" = "yes"; then
36445 $as_echo "#define wxUSE_RICHMSGDLG 1" >>confdefs.h
36449 if test "$wxUSE_RICHTOOLTIP" = "yes"; then
36450 $as_echo "#define wxUSE_RICHTOOLTIP 1" >>confdefs.h
36454 if test "$wxUSE_SASH" = "yes"; then
36455 $as_echo "#define wxUSE_SASH 1" >>confdefs.h
36457 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
36460 if test "$wxUSE_SCROLLBAR" = "yes"; then
36461 $as_echo "#define wxUSE_SCROLLBAR 1" >>confdefs.h
36464 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll"
36467 if test "$wxUSE_SEARCHCTRL" = "yes"; then
36468 $as_echo "#define wxUSE_SEARCHCTRL 1" >>confdefs.h
36473 if test "$wxUSE_SLIDER" = "yes"; then
36474 $as_echo "#define wxUSE_SLIDER 1" >>confdefs.h
36479 if test "$wxUSE_SPINBTN" = "yes"; then
36480 $as_echo "#define wxUSE_SPINBTN 1" >>confdefs.h
36485 if test "$wxUSE_SPINCTRL" = "yes"; then
36486 $as_echo "#define wxUSE_SPINCTRL 1" >>confdefs.h
36491 if test "$wxUSE_SPLITTER" = "yes"; then
36492 $as_echo "#define wxUSE_SPLITTER 1" >>confdefs.h
36494 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
36497 if test "$wxUSE_STATBMP" = "yes"; then
36498 $as_echo "#define wxUSE_STATBMP 1" >>confdefs.h
36503 if test "$wxUSE_STATBOX" = "yes"; then
36504 $as_echo "#define wxUSE_STATBOX 1" >>confdefs.h
36509 if test "$wxUSE_STATTEXT" = "yes"; then
36510 $as_echo "#define wxUSE_STATTEXT 1" >>confdefs.h
36515 if test "$wxUSE_STATLINE" = "yes"; then
36516 $as_echo "#define wxUSE_STATLINE 1" >>confdefs.h
36521 if test "$wxUSE_STATUSBAR" = "yes"; then
36522 $as_echo "#define wxUSE_NATIVE_STATUSBAR 1" >>confdefs.h
36524 $as_echo "#define wxUSE_STATUSBAR 1" >>confdefs.h
36528 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
36531 if test "$wxUSE_TEXTCTRL" = "yes"; then
36532 $as_echo "#define wxUSE_TEXTCTRL 1" >>confdefs.h
36535 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
36537 $as_echo "#define wxUSE_RICHEDIT 1" >>confdefs.h
36539 $as_echo "#define wxUSE_RICHEDIT2 1" >>confdefs.h
36543 if test "$wxUSE_TIMEPICKCTRL" = "yes"; then
36544 $as_echo "#define wxUSE_TIMEPICKCTRL 1" >>confdefs.h
36549 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36550 if test "$wxUSE_OLD_COCOA" = 1 ; then
36551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36552 $as_echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36556 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36557 $as_echo "#define wxUSE_TOGGLEBTN 1" >>confdefs.h
36563 if test "$wxUSE_TOOLBAR" = "yes"; then
36564 $as_echo "#define wxUSE_TOOLBAR 1" >>confdefs.h
36568 if test "$wxUSE_UNIVERSAL" = "yes"; then
36569 wxUSE_TOOLBAR_NATIVE
="no"
36571 wxUSE_TOOLBAR_NATIVE
="yes"
36572 $as_echo "#define wxUSE_TOOLBAR_NATIVE 1" >>confdefs.h
36576 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
36579 if test "$wxUSE_TOOLTIPS" = "yes"; then
36580 if test "$wxUSE_MOTIF" = 1; then
36581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36582 $as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36584 if test "$wxUSE_UNIVERSAL" = "yes"; then
36585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36586 $as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36588 $as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
36594 if test "$wxUSE_TREEBOOK" = "yes"; then
36595 $as_echo "#define wxUSE_TREEBOOK 1" >>confdefs.h
36600 if test "$wxUSE_TOOLBOOK" = "yes"; then
36601 $as_echo "#define wxUSE_TOOLBOOK 1" >>confdefs.h
36606 if test "$wxUSE_TREECTRL" = "yes"; then
36607 if test "$wxUSE_IMAGLIST" = "yes"; then
36608 $as_echo "#define wxUSE_TREECTRL 1" >>confdefs.h
36611 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
36613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36614 $as_echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36618 if test "$wxUSE_TREELISTCTRL" = "yes"; then
36619 $as_echo "#define wxUSE_TREELISTCTRL 1" >>confdefs.h
36622 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treelist"
36625 if test "$wxUSE_POPUPWIN" = "yes"; then
36626 if test "$wxUSE_OLD_COCOA" = 1 ; then
36627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36628 $as_echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36630 if test "$wxUSE_PM" = 1; then
36631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36632 $as_echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36634 $as_echo "#define wxUSE_POPUPWIN 1" >>confdefs.h
36636 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
36643 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
36644 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
36645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dialup manager not supported on this platform... disabled" >&5
36646 $as_echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
36648 $as_echo "#define wxUSE_DIALUP_MANAGER 1" >>confdefs.h
36650 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
36654 if test "$wxUSE_TIPWINDOW" = "yes"; then
36655 if test "$wxUSE_PM" = 1; then
36656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36657 $as_echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36659 $as_echo "#define wxUSE_TIPWINDOW 1" >>confdefs.h
36664 if test "$USES_CONTROLS" = 1; then
36665 $as_echo "#define wxUSE_CONTROLS 1" >>confdefs.h
36670 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36671 $as_echo "#define wxUSE_ACCESSIBILITY 1" >>confdefs.h
36673 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
36676 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
36677 $as_echo "#define wxUSE_ARTPROVIDER_STD 1" >>confdefs.h
36681 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
36682 if test "$wxUSE_GTK" != 1; then
36683 if test "$wxUSE_LIBPNG" != no
-a \
36684 "$wxUSE_IMAGE" = yes -a \
36685 "$wxUSE_STREAMS" = yes; then
36686 wxUSE_ARTPROVIDER_TANGO
="yes"
36691 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
36692 $as_echo "#define wxUSE_ARTPROVIDER_TANGO 1" >>confdefs.h
36696 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36697 $as_echo "#define wxUSE_DRAGIMAGE 1" >>confdefs.h
36699 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
36702 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36703 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36705 $as_echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36707 $as_echo "#define wxUSE_EXCEPTIONS 1" >>confdefs.h
36709 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
36714 if test "$wxUSE_HTML" = "yes"; then
36715 $as_echo "#define wxUSE_HTML 1" >>confdefs.h
36718 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
36720 if test "$wxUSE_WEBKIT" = "yes"; then
36721 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36722 old_CPPFLAGS
="$CPPFLAGS"
36723 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36724 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36725 #include <Carbon/Carbon.h>
36726 #include <WebKit/WebKit.h>
36729 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
36731 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36733 WEBKIT_LINK
="-framework WebKit"
36737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36738 $as_echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36744 CPPFLAGS
="$old_CPPFLAGS"
36745 elif test "$wxUSE_OLD_COCOA" = 1; then
36746 $as_echo "#define wxUSE_WEBKIT 1" >>confdefs.h
36751 if test "$wxUSE_WEBKIT" = "yes"; then
36752 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
36757 if test "$wxUSE_XRC" = "yes"; then
36758 if test "$wxUSE_XML" != "yes"; then
36759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: XML library not built, XRC resources disabled" >&5
36760 $as_echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
36763 $as_echo "#define wxUSE_XRC 1" >>confdefs.h
36766 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
36771 if test "$wxUSE_AUI" = "yes"; then
36772 $as_echo "#define wxUSE_AUI 1" >>confdefs.h
36775 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS aui"
36779 if test "$wxUSE_PROPGRID" = "yes"; then
36780 $as_echo "#define wxUSE_PROPGRID 1" >>confdefs.h
36783 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS propgrid"
36787 if test "$wxUSE_RIBBON" = "yes"; then
36788 $as_echo "#define wxUSE_RIBBON 1" >>confdefs.h
36791 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ribbon"
36795 if test "$wxUSE_STC" = "yes"; then
36796 $as_echo "#define wxUSE_STC 1" >>confdefs.h
36799 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS stc"
36801 # Extract the first word of "python", so it can be a program name with args.
36802 set dummy python
; ac_word
=$2
36803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36804 $as_echo_n "checking for $ac_word... " >&6; }
36805 if ${ac_cv_path_PYTHON+:} false
; then :
36806 $as_echo_n "(cached) " >&6
36810 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
36813 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
36814 for as_dir
in $PATH
36817 test -z "$as_dir" && as_dir
=.
36818 for ac_exec_ext
in '' $ac_executable_extensions; do
36819 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
36820 ac_cv_path_PYTHON
="$as_dir/$ac_word$ac_exec_ext"
36821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36831 PYTHON
=$ac_cv_path_PYTHON
36832 if test -n "$PYTHON"; then
36833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
36834 $as_echo "$PYTHON" >&6; }
36836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
36837 $as_echo "no" >&6; }
36841 if test "x$PYTHON" = "x"; then
36847 if test "$wxUSE_MENUS" = "yes"; then
36848 $as_echo "#define wxUSE_MENUS 1" >>confdefs.h
36850 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
36853 if test "$wxUSE_MIMETYPE" = "yes"; then
36854 $as_echo "#define wxUSE_MIMETYPE 1" >>confdefs.h
36858 if test "$wxUSE_MINIFRAME" = "yes"; then
36859 $as_echo "#define wxUSE_MINIFRAME 1" >>confdefs.h
36863 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36864 $as_echo "#define wxUSE_SYSTEM_OPTIONS 1" >>confdefs.h
36868 if test "$wxUSE_TASKBARICON" = "yes"; then
36869 $as_echo "#define wxUSE_TASKBARICON 1" >>confdefs.h
36871 $as_echo "#define wxUSE_TASKBARICON_BALLOONS 1" >>confdefs.h
36873 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
36877 if test "$wxUSE_VALIDATORS" = "yes"; then
36878 $as_echo "#define wxUSE_VALIDATORS 1" >>confdefs.h
36880 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
36883 if test "$wxUSE_PALETTE" = "yes" ; then
36884 if test "$wxUSE_DFB" = 1; then
36885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxPalette not yet supported under DFB... disabled" >&5
36886 $as_echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
36889 $as_echo "#define wxUSE_PALETTE 1" >>confdefs.h
36894 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36895 LIBS
=" -lunicows $LIBS"
36899 if test "$wxUSE_RICHTEXT" = "yes"; then
36900 $as_echo "#define wxUSE_RICHTEXT 1" >>confdefs.h
36903 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
36906 if test "$wxUSE_WEBVIEW" = "yes"; then
36907 USE_WEBVIEW_WEBKIT
=0
36908 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
36909 if test "$wxUSE_GTK" = 1; then
36910 webkitgtk
=webkit
-1.0
36911 if test "$WXGTK3" = 1; then
36912 webkitgtk
=webkitgtk
-3.0
36916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for WEBKIT" >&5
36917 $as_echo_n "checking for WEBKIT... " >&6; }
36919 if test -n "$PKG_CONFIG"; then
36920 if test -n "$WEBKIT_CFLAGS"; then
36921 pkg_cv_WEBKIT_CFLAGS
="$WEBKIT_CFLAGS"
36923 if test -n "$PKG_CONFIG" && \
36924 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36925 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36928 test $ac_status = 0; }; then
36929 pkg_cv_WEBKIT_CFLAGS
=`$PKG_CONFIG --cflags "$webkitgtk >= 1.3.1" 2>/dev/null`
36937 if test -n "$PKG_CONFIG"; then
36938 if test -n "$WEBKIT_LIBS"; then
36939 pkg_cv_WEBKIT_LIBS
="$WEBKIT_LIBS"
36941 if test -n "$PKG_CONFIG" && \
36942 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$webkitgtk >= 1.3.1\""; } >&5
36943 ($PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1") 2>&5
36945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36946 test $ac_status = 0; }; then
36947 pkg_cv_WEBKIT_LIBS
=`$PKG_CONFIG --libs "$webkitgtk >= 1.3.1" 2>/dev/null`
36958 if test $pkg_failed = yes; then
36960 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36961 _pkg_short_errors_supported
=yes
36963 _pkg_short_errors_supported
=no
36965 if test $_pkg_short_errors_supported = yes; then
36966 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36968 WEBKIT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "$webkitgtk >= 1.3.1"`
36970 # Put the nasty error message in config.log where it belongs
36971 echo "$WEBKIT_PKG_ERRORS" >&5
36974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36975 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36977 elif test $pkg_failed = untried
; then
36979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: webkitgtk not found." >&5
36980 $as_echo "$as_me: WARNING: webkitgtk not found." >&2;}
36983 WEBKIT_CFLAGS
=$pkg_cv_WEBKIT_CFLAGS
36984 WEBKIT_LIBS
=$pkg_cv_WEBKIT_LIBS
36985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36986 $as_echo "yes" >&6; }
36988 USE_WEBVIEW_WEBKIT
=1
36989 CPPFLAGS
="$CPPFLAGS $WEBKIT_CFLAGS"
36990 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $WEBKIT_LIBS"
36993 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
36994 old_CPPFLAGS
="$CPPFLAGS"
36995 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
36996 ac_fn_c_check_header_compile
"$LINENO" "WebKit/HIWebView.h" "ac_cv_header_WebKit_HIWebView_h" "
36997 #include <Carbon/Carbon.h>
36998 #include <WebKit/WebKit.h>
37001 if test "x$ac_cv_header_WebKit_HIWebView_h" = xyes
; then :
37003 USE_WEBVIEW_WEBKIT
=1
37004 WEBKIT_LINK
="-framework WebKit"
37008 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit headers not found" >&5
37009 $as_echo "$as_me: WARNING: WebKit headers not found" >&2;}
37014 CPPFLAGS
="$old_CPPFLAGS"
37019 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
37020 if test "$USE_WEBVIEW_WEBKIT" = 1; then
37021 wxUSE_WEBVIEW
="yes"
37022 $as_echo "#define wxUSE_WEBVIEW_WEBKIT 1" >>confdefs.h
37025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: WebKit not available, disabling wxWebView" >&5
37026 $as_echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
37028 elif test "$wxUSE_MSW" = 1; then
37029 if test "$wxUSE_WEBVIEW_IE" = "yes"; then
37030 wxUSE_WEBVIEW
="yes"
37031 $as_echo "#define wxUSE_WEBVIEW_IE 1" >>confdefs.h
37037 if test "$wxUSE_WEBVIEW" = "yes"; then
37039 $as_echo "#define wxUSE_WEBVIEW 1" >>confdefs.h
37041 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS webview"
37047 if test "$wxUSE_IMAGE" = "yes" ; then
37048 $as_echo "#define wxUSE_IMAGE 1" >>confdefs.h
37051 if test "$wxUSE_GIF" = "yes" ; then
37052 $as_echo "#define wxUSE_GIF 1" >>confdefs.h
37056 if test "$wxUSE_PCX" = "yes" ; then
37057 $as_echo "#define wxUSE_PCX 1" >>confdefs.h
37061 if test "$wxUSE_TGA" = "yes" ; then
37062 $as_echo "#define wxUSE_TGA 1" >>confdefs.h
37066 if test "$wxUSE_IFF" = "yes" ; then
37067 $as_echo "#define wxUSE_IFF 1" >>confdefs.h
37071 if test "$wxUSE_PNM" = "yes" ; then
37072 $as_echo "#define wxUSE_PNM 1" >>confdefs.h
37076 if test "$wxUSE_XPM" = "yes" ; then
37077 $as_echo "#define wxUSE_XPM 1" >>confdefs.h
37081 if test "$wxUSE_ICO_CUR" = "yes" ; then
37082 $as_echo "#define wxUSE_ICO_CUR 1" >>confdefs.h
37088 if test "$wxUSE_ABOUTDLG" = "yes"; then
37089 $as_echo "#define wxUSE_ABOUTDLG 1" >>confdefs.h
37093 if test "$wxUSE_CHOICEDLG" = "yes"; then
37094 $as_echo "#define wxUSE_CHOICEDLG 1" >>confdefs.h
37098 if test "$wxUSE_COLOURDLG" = "yes"; then
37099 $as_echo "#define wxUSE_COLOURDLG 1" >>confdefs.h
37103 if test "$wxUSE_FILEDLG" = "yes"; then
37104 $as_echo "#define wxUSE_FILEDLG 1" >>confdefs.h
37108 if test "$wxUSE_FINDREPLDLG" = "yes"; then
37109 $as_echo "#define wxUSE_FINDREPLDLG 1" >>confdefs.h
37113 if test "$wxUSE_FONTDLG" = "yes"; then
37114 $as_echo "#define wxUSE_FONTDLG 1" >>confdefs.h
37118 if test "$wxUSE_DIRDLG" = "yes"; then
37119 if test "$wxUSE_TREECTRL" != "yes"; then
37120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
37121 $as_echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
37123 $as_echo "#define wxUSE_DIRDLG 1" >>confdefs.h
37128 if test "$wxUSE_MSGDLG" = "yes"; then
37129 $as_echo "#define wxUSE_MSGDLG 1" >>confdefs.h
37133 if test "$wxUSE_NUMBERDLG" = "yes"; then
37134 $as_echo "#define wxUSE_NUMBERDLG 1" >>confdefs.h
37138 if test "$wxUSE_PROGRESSDLG" = "yes"; then
37139 $as_echo "#define wxUSE_PROGRESSDLG 1" >>confdefs.h
37143 if test "$wxUSE_SPLASH" = "yes"; then
37144 $as_echo "#define wxUSE_SPLASH 1" >>confdefs.h
37146 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
37149 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
37150 $as_echo "#define wxUSE_STARTUP_TIPS 1" >>confdefs.h
37154 if test "$wxUSE_TEXTDLG" = "yes"; then
37155 $as_echo "#define wxUSE_TEXTDLG 1" >>confdefs.h
37159 if test "$wxUSE_WIZARDDLG" = "yes"; then
37160 $as_echo "#define wxUSE_WIZARDDLG 1" >>confdefs.h
37162 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
37166 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
37167 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
37168 $as_echo "#define wxUSE_OWNER_DRAWN 1" >>confdefs.h
37174 if test "$wxUSE_MSW" = 1 ; then
37176 if test "$wxUSE_DC_CACHEING" = "yes"; then
37177 $as_echo "#define wxUSE_DC_CACHEING 1" >>confdefs.h
37181 if test "$wxUSE_DIB" = "yes"; then
37182 $as_echo "#define wxUSE_WXDIB 1" >>confdefs.h
37186 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
37187 $as_echo "#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1" >>confdefs.h
37191 if test "$wxUSE_UXTHEME" = "yes"; then
37192 $as_echo "#define wxUSE_UXTHEME 1" >>confdefs.h
37198 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
37199 $as_echo "#define wxUSE_AUTOID_MANAGEMENT 1" >>confdefs.h
37203 if test "$USE_WIN32" = 1 ; then
37204 if test "$wxUSE_INICONF" = "yes"; then
37205 $as_echo "#define wxUSE_INICONF 1" >>confdefs.h
37209 if test "$wxUSE_REGKEY" = "yes"; then
37210 $as_echo "#define wxUSE_REGKEY 1" >>confdefs.h
37216 if test "$wxUSE_MAC" = 1; then
37217 wxUSE_GRAPHICS_CONTEXT
="yes"
37220 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
37222 if test "$wxUSE_MSW" = 1; then
37223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GDI+ is available" >&5
37224 $as_echo_n "checking if GDI+ is available... " >&6; }
37225 if ${wx_cv_lib_gdiplus+:} false
; then :
37226 $as_echo_n "(cached) " >&6
37230 ac_cpp
='$CXXCPP $CPPFLAGS'
37231 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37232 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37233 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37236 /* end confdefs.h. */
37237 #include <windows.h>
37238 #include <gdiplus.h>
37243 using namespace Gdiplus;
37249 if ac_fn_cxx_try_compile
"$LINENO"; then :
37250 wx_cv_lib_gdiplus
=yes
37252 wx_cv_lib_gdiplus
=no
37255 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37257 ac_cpp
='$CPP $CPPFLAGS'
37258 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37259 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37260 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_lib_gdiplus" >&5
37266 $as_echo "$wx_cv_lib_gdiplus" >&6; }
37267 if test "$wx_cv_lib_gdiplus" = "yes"; then
37270 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
37273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
37274 $as_echo_n "checking for CAIRO... " >&6; }
37276 if test -n "$PKG_CONFIG"; then
37277 if test -n "$CAIRO_CFLAGS"; then
37278 pkg_cv_CAIRO_CFLAGS
="$CAIRO_CFLAGS"
37280 if test -n "$PKG_CONFIG" && \
37281 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37282 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37285 test $ac_status = 0; }; then
37286 pkg_cv_CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
37294 if test -n "$PKG_CONFIG"; then
37295 if test -n "$CAIRO_LIBS"; then
37296 pkg_cv_CAIRO_LIBS
="$CAIRO_LIBS"
37298 if test -n "$PKG_CONFIG" && \
37299 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo\""; } >&5
37300 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
37302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37303 test $ac_status = 0; }; then
37304 pkg_cv_CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
37315 if test $pkg_failed = yes; then
37317 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37318 _pkg_short_errors_supported
=yes
37320 _pkg_short_errors_supported
=no
37322 if test $_pkg_short_errors_supported = yes; then
37323 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
37325 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
37327 # Put the nasty error message in config.log where it belongs
37328 echo "$CAIRO_PKG_ERRORS" >&5
37330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37331 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37333 elif test $pkg_failed = untried
; then
37334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library not found" >&5
37335 $as_echo "$as_me: WARNING: Cairo library not found" >&2;}
37338 CAIRO_CFLAGS
=$pkg_cv_CAIRO_CFLAGS
37339 CAIRO_LIBS
=$pkg_cv_CAIRO_LIBS
37340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37341 $as_echo "yes" >&6; }
37344 if test "$wx_has_graphics" = 1; then
37346 LIBS
="$LIBS $CAIRO_LIBS"
37347 for ac_func
in cairo_push_group
37349 ac_fn_c_check_func
"$LINENO" "cairo_push_group" "ac_cv_func_cairo_push_group"
37350 if test "x$ac_cv_func_cairo_push_group" = xyes
; then :
37351 cat >>confdefs.h
<<_ACEOF
37352 #define HAVE_CAIRO_PUSH_GROUP 1
37359 if test "$ac_cv_func_cairo_push_group" = "no"; then
37361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
37362 $as_echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
37364 $as_echo "#define wxUSE_CAIRO 1" >>confdefs.h
37367 if test "$wxUSE_GTK" != 1; then
37368 CPPFLAGS
="$CAIRO_CFLAGS $CPPFLAGS"
37369 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $CAIRO_LIBS"
37377 if test "$wx_has_graphics" = 1; then
37378 $as_echo "#define wxUSE_GRAPHICS_CONTEXT 1" >>confdefs.h
37381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxGraphicsContext won't be available" >&5
37382 $as_echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
37389 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
37392 if test "$wxUSE_GTK" = 1; then
37393 wxUSE_GSTREAMER
="no"
37395 GST_VERSION_MAJOR
=0
37396 GST_VERSION_MINOR
=10
37397 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37399 if test "$wxUSE_GSTREAMER8" = "no"; then
37402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37403 $as_echo_n "checking for GST... " >&6; }
37405 if test -n "$PKG_CONFIG"; then
37406 if test -n "$GST_CFLAGS"; then
37407 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37409 if test -n "$PKG_CONFIG" && \
37410 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37411 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37414 test $ac_status = 0; }; then
37415 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37423 if test -n "$PKG_CONFIG"; then
37424 if test -n "$GST_LIBS"; then
37425 pkg_cv_GST_LIBS
="$GST_LIBS"
37427 if test -n "$PKG_CONFIG" && \
37428 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION\""; } >&5
37429 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION") 2>&5
37431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37432 test $ac_status = 0; }; then
37433 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" 2>/dev/null`
37444 if test $pkg_failed = yes; then
37446 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37447 _pkg_short_errors_supported
=yes
37449 _pkg_short_errors_supported
=no
37451 if test $_pkg_short_errors_supported = yes; then
37452 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37454 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION"`
37456 # Put the nasty error message in config.log where it belongs
37457 echo "$GST_PKG_ERRORS" >&5
37460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37461 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37462 GST_VERSION_MINOR
=8
37465 elif test $pkg_failed = untried
; then
37467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
37468 $as_echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
37469 GST_VERSION_MINOR
=8
37473 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37474 GST_LIBS
=$pkg_cv_GST_LIBS
37475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37476 $as_echo "yes" >&6; }
37478 wxUSE_GSTREAMER
="yes"
37479 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
37483 GST_VERSION_MINOR
=8
37486 if test $GST_VERSION_MINOR = "8"; then
37487 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
37490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
37491 $as_echo_n "checking for GST... " >&6; }
37493 if test -n "$PKG_CONFIG"; then
37494 if test -n "$GST_CFLAGS"; then
37495 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
37497 if test -n "$PKG_CONFIG" && \
37498 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37499 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37502 test $ac_status = 0; }; then
37503 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37511 if test -n "$PKG_CONFIG"; then
37512 if test -n "$GST_LIBS"; then
37513 pkg_cv_GST_LIBS
="$GST_LIBS"
37515 if test -n "$PKG_CONFIG" && \
37516 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\""; } >&5
37517 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
37519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37520 test $ac_status = 0; }; then
37521 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
37532 if test $pkg_failed = yes; then
37534 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37535 _pkg_short_errors_supported
=yes
37537 _pkg_short_errors_supported
=no
37539 if test $_pkg_short_errors_supported = yes; then
37540 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37542 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
37544 # Put the nasty error message in config.log where it belongs
37545 echo "$GST_PKG_ERRORS" >&5
37548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37549 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37551 elif test $pkg_failed = untried
; then
37553 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer 0.8/0.10 not available." >&5
37554 $as_echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
37557 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
37558 GST_LIBS
=$pkg_cv_GST_LIBS
37559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
37560 $as_echo "yes" >&6; }
37561 wxUSE_GSTREAMER
="yes"
37566 if test "$wxUSE_GSTREAMER" = "yes"; then
37567 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
37568 EXTRALIBS_MEDIA
="$GST_LIBS"
37570 $as_echo "#define wxUSE_GSTREAMER 1" >>confdefs.h
37576 elif test "$wxUSE_MAC" = 1; then
37577 GST_LIBS
="-framework QTKit"
37580 if test $USE_MEDIA = 1; then
37581 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
37582 $as_echo "#define wxUSE_MEDIACTRL 1" >>confdefs.h
37585 if test "$wxUSE_MEDIACTRL" = "yes"; then
37586 as_fn_error $?
"GStreamer not available" "$LINENO" 5
37588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
37589 $as_echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
37595 if test "$cross_compiling" != "no"; then
37598 OSINFO
=`uname -s -r -m`
37599 OSINFO
="\"$OSINFO\""
37602 cat >>confdefs.h
<<_ACEOF
37603 #define WXWIN_OS_DESCRIPTION $OSINFO
37608 if test "x$prefix" != "xNONE"; then
37611 wxPREFIX
=$ac_default_prefix
37614 cat >>confdefs.h
<<_ACEOF
37615 #define wxINSTALL_PREFIX "$wxPREFIX"
37621 STD_BASE_LIBS
="base"
37623 BUILT_WX_LIBS
="base"
37624 ALL_WX_LIBS
="xrc stc gl media qa html adv core xml net base"
37626 if test "$wxUSE_SOCKETS" = "yes" ; then
37627 STD_BASE_LIBS
="net $STD_BASE_LIBS"
37628 BUILT_WX_LIBS
="net $BUILT_WX_LIBS"
37630 if test "$wxUSE_XML" = "yes" ; then
37631 STD_BASE_LIBS
="xml $STD_BASE_LIBS"
37632 BUILT_WX_LIBS
="xml $BUILT_WX_LIBS"
37635 if test "$wxUSE_GUI" = "yes"; then
37636 STD_GUI_LIBS
="adv core"
37637 BUILT_WX_LIBS
="$STD_GUI_LIBS $BUILT_WX_LIBS"
37639 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37640 STD_GUI_LIBS
="qa $STD_GUI_LIBS"
37641 BUILT_WX_LIBS
="qa $BUILT_WX_LIBS"
37643 if test "$wxUSE_HTML" = "yes" ; then
37644 STD_GUI_LIBS
="html $STD_GUI_LIBS"
37645 BUILT_WX_LIBS
="html $BUILT_WX_LIBS"
37647 if test "$wxUSE_MEDIACTRL" = "yes" ; then
37648 BUILT_WX_LIBS
="media $BUILT_WX_LIBS"
37650 if test "$wxUSE_OPENGL" = "yes" ; then
37651 BUILT_WX_LIBS
="gl $BUILT_WX_LIBS"
37653 if test "$wxUSE_AUI" = "yes" ; then
37654 BUILT_WX_LIBS
="aui $BUILT_WX_LIBS"
37656 if test "$wxUSE_PROPGRID" = "yes" ; then
37657 BUILT_WX_LIBS
="propgrid $BUILT_WX_LIBS"
37659 if test "$wxUSE_RIBBON" = "yes" ; then
37660 BUILT_WX_LIBS
="ribbon $BUILT_WX_LIBS"
37662 if test "$wxUSE_RICHTEXT" = "yes" ; then
37663 BUILT_WX_LIBS
="richtext $BUILT_WX_LIBS"
37665 if test "$wxUSE_STC" = "yes" ; then
37666 BUILT_WX_LIBS
="stc $BUILT_WX_LIBS"
37668 if test "$wxUSE_WEBVIEW" = "yes" ; then
37669 STD_GUI_LIBS
="webview $STD_GUI_LIBS"
37670 BUILT_WX_LIBS
="webview $BUILT_WX_LIBS"
37672 if test "$wxUSE_XRC" = "yes" ; then
37673 STD_GUI_LIBS
="xrc $STD_GUI_LIBS"
37674 BUILT_WX_LIBS
="xrc $BUILT_WX_LIBS"
37685 if test "$wxUSE_MAC" = 1 ; then
37686 if test "$USE_DARWIN" = 1; then
37687 if test "$wxUSE_OSX_IPHONE" = 1; then
37688 EXTRA_FRAMEWORKS
="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
37690 EXTRA_FRAMEWORKS
="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
37693 if test "$cross_compiling" != "no"; then
37694 wx_cv_target_x86_64
=no
37696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we target only x86_64" >&5
37697 $as_echo_n "checking if we target only x86_64... " >&6; }
37698 if ${wx_cv_target_x86_64+:} false
; then :
37699 $as_echo_n "(cached) " >&6
37701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37702 /* end confdefs.h. */
37703 int main() { return 0; }
37705 if ac_fn_c_try_link
"$LINENO"; then :
37706 if file conftest
$ac_exeext|grep -q 'i386\|ppc'; then
37707 wx_cv_target_x86_64
=no
37709 wx_cv_target_x86_64
=yes
37713 rm -f core conftest.err conftest.
$ac_objext \
37714 conftest
$ac_exeext conftest.
$ac_ext
37717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_target_x86_64" >&5
37718 $as_echo "$wx_cv_target_x86_64" >&6; }
37721 if test "$wx_cv_target_x86_64" != "yes"; then
37722 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37727 if test "$wxUSE_OLD_COCOA" = 1 ; then
37728 EXTRA_FRAMEWORKS
="-framework IOKit -framework Cocoa"
37729 if test "$wxUSE_MEDIACTRL" = "yes"; then
37730 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework QuickTime"
37733 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
37734 EXTRA_FRAMEWORKS
="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
37737 LDFLAGS
="$LDFLAGS $EXTRA_FRAMEWORKS"
37738 WXCONFIG_LDFLAGS
="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
37740 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37742 if test "$wxUSE_GUI" = "yes"; then
37745 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
37746 erase event exec font image minimal preferences render \
37747 shaped svg taborder vscroll widgets wrapsizer"
37749 if test "$wxUSE_MONOLITHIC" != "yes"; then
37750 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
37752 if test "$TOOLKIT" = "MSW"; then
37753 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
37754 if test "$wxUSE_UNIVERSAL" != "yes"; then
37755 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
37758 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
37759 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
37762 SAMPLES_SUBDIRS
="console"
37763 if test "$wxUSE_SOCKETS" = "yes" ; then
37764 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
37766 if test "$wxUSE_IPC" = "yes" ; then
37767 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
37772 if test "x$INTELCC" = "xyes" ; then
37773 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684,2259"
37774 elif test "$GCC" = yes ; then
37775 CWARNINGS
="-Wall -Wundef"
37778 if test "x$INTELCXX" = "xyes" ; then
37779 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
37780 elif test "$GXX" = yes ; then
37781 CXXWARNINGS
="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
37782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
37783 $as_echo_n "checking CXXWARNINGS for gcc -Woverloaded-virtual... " >&6; }
37784 if ${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+:} false
; then :
37785 $as_echo_n "(cached) " >&6
37787 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
="no, unknown"
37790 ac_cpp
='$CXXCPP $CPPFLAGS'
37791 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37792 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37793 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
37795 ac_save_CXXFLAGS
="$CXXFLAGS"
37796 for ac_arg
in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
37797 do CXXFLAGS
="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
37798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
37799 /* end confdefs.h. */
37809 if ac_fn_cxx_try_compile
"$LINENO"; then :
37810 ac_cv_cxxflags_gcc_option__Woverloaded_virtual
=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
37812 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
37814 CXXFLAGS
="$ac_save_CXXFLAGS"
37816 ac_cpp
='$CPP $CPPFLAGS'
37817 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37818 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37819 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
37823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
37824 $as_echo "$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
37825 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
37829 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev
/null
37830 then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual"; } >&5
37831 (: CXXWARNINGS does contain
$ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
37833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37834 test $ac_status = 0; }
37835 else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\""; } >&5
37836 (: CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
37838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37839 test $ac_status = 0; }
37840 CXXWARNINGS
="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
37846 if test "$wxUSE_MAC" = 1 ; then
37847 CXXWARNINGS
="$CXXWARNINGS -Wno-deprecated-declarations"
37852 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
37853 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
37856 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
37857 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
37858 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
37861 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
37862 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
37863 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
37864 OBJCFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
37865 OBJCXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
37867 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
37870 if test "x$MWCC" = "xyes"; then
37872 CC
="$CC -cwd source -I-"
37873 CXX
="$CXX -cwd source -I-"
37878 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37879 EXTRALIBS_XML
="$EXPAT_LINK"
37880 EXTRALIBS_HTML
="$MSPACK_LINK"
37881 EXTRALIBS_MEDIA
="$GST_LIBS"
37882 EXTRALIBS_STC
="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
37883 if test "$wxUSE_GUI" = "yes"; then
37884 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37886 if test "$wxUSE_OPENGL" = "yes"; then
37887 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
37890 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
37892 WXCONFIG_LIBS
="$LIBS"
37894 if test "$wxUSE_REGEX" = "builtin" ; then
37895 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
37897 if test "$wxUSE_EXPAT" = "builtin" ; then
37898 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
37900 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37901 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
37903 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37904 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
37906 if test "$wxUSE_LIBPNG" = "builtin" ; then
37907 wxconfig_3rdparty
="png $wxconfig_3rdparty"
37909 if test "$wxUSE_ZLIB" = "builtin" ; then
37910 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
37913 for i
in $wxconfig_3rdparty ; do
37914 WXCONFIG_LIBS
="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
37918 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37921 case "$wxUNIV_THEMES" in
37923 $as_echo "#define wxUSE_ALL_THEMES 1" >>confdefs.h
37928 for t
in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
37929 cat >>confdefs.h
<<_ACEOF
37930 #define wxUSE_THEME_$t 1
37946 if test $wxUSE_MONOLITHIC = "yes" ; then
37952 if test $wxUSE_PLUGINS = "yes" ; then
37958 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
37964 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37992 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
38005 TOOLKIT_DESC
="GTK+"
38006 if test "$WXGTK2" = 1; then
38007 if test "$WXGTK3" = 1; then
38008 TOOLKIT_DESC
="$TOOLKIT_DESC 3"
38010 TOOLKIT_DESC
="$TOOLKIT_DESC 2"
38012 if test "$wxUSE_GTKPRINT" = "yes" ; then
38013 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA GTK+ printing";
38015 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
38016 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomeprint";
38018 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
38019 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomevfs"
38021 if test "$wxUSE_LIBNOTIFY" = "yes" ; then
38022 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA libnotify"
38024 if test "$wxUSE_LIBHILDON" = "yes"; then
38025 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
38027 if test "$wxUSE_LIBHILDON2" = "yes"; then
38028 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
38031 if test "$TOOLKIT_EXTRA" != ""; then
38032 TOOLKIT_DESC
="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
38038 TOOLKIT_DESC
=$TOOLKIT_LOWERCASE
38042 TOOLKIT_DESC
="base only"
38046 if test "$wxUSE_WINE" = "yes"; then
38047 BAKEFILE_FORCE_PLATFORM
=win32
38050 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
38052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc precompiled header bug" >&5
38053 $as_echo_n "checking for gcc precompiled header bug... " >&6; }
38054 if ${wx_cv_gcc_pch_bug+:} false
; then :
38055 $as_echo_n "(cached) " >&6
38058 echo '#include <stdio.h>
38059 const wchar_t test_var[] = L"awidetest";' > conftest.h
38061 echo '#include "conftest.h"
38064 printf("%ls", test_var);
38068 wx_cv_gcc_pch_bug
="pch not supported"
38070 if $CXX conftest.h
>/dev
/null
2>&1
38074 if $CXX -o conftest
$PROGRAM_EXT conftest.cpp
>/dev
/null
2>&1
38076 if tr -dc '[a-z]' < conftest
$PROGRAM_EXT |
38077 grep awidetest
>/dev
/null
38079 wx_cv_gcc_pch_bug
=no
38081 wx_cv_gcc_pch_bug
=yes
38086 rm -f conftest.h conftest.gch conftest.cpp conftest
$PROGRAM_EXT
38089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_gcc_pch_bug" >&5
38090 $as_echo "$wx_cv_gcc_pch_bug" >&6; }
38092 if test "$wx_cv_gcc_pch_bug" = yes; then
38097 # Find a good install program. We prefer a C program (faster),
38098 # so one script is as good as another. But avoid the broken or
38099 # incompatible versions:
38100 # SysV /etc/install, /usr/sbin/install
38101 # SunOS /usr/etc/install
38102 # IRIX /sbin/install
38104 # AmigaOS /C/install, which installs bootblocks on floppy discs
38105 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
38106 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
38107 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
38108 # OS/2's system install, which has a completely different semantic
38109 # ./install, which can be erroneously created by make from ./install.sh.
38110 # Reject install programs that cannot install multiple files.
38111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
38112 $as_echo_n "checking for a BSD-compatible install... " >&6; }
38113 if test -z "$INSTALL"; then
38114 if ${ac_cv_path_install+:} false
; then :
38115 $as_echo_n "(cached) " >&6
38117 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38118 for as_dir
in $PATH
38121 test -z "$as_dir" && as_dir
=.
38122 # Account for people who put trailing slashes in PATH elements.
38123 case $as_dir/ in #((
38124 .
/ | .
// | /[cC
]/* | \
38125 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
38126 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
38129 # OSF1 and SCO ODT 3.0 have their own names for install.
38130 # Don't use installbsd from OSF since it installs stuff as root
38132 for ac_prog
in ginstall scoinst
install; do
38133 for ac_exec_ext
in '' $ac_executable_extensions; do
38134 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
38135 if test $ac_prog = install &&
38136 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38137 # AIX install. It has an incompatible calling convention.
38139 elif test $ac_prog = install &&
38140 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38141 # program-specific install script used by HP pwplus--don't use.
38144 rm -rf conftest.one conftest.two conftest.dir
38145 echo one
> conftest.one
38146 echo two
> conftest.two
38148 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
38149 test -s conftest.one
&& test -s conftest.two
&&
38150 test -s conftest.dir
/conftest.one
&&
38151 test -s conftest.dir
/conftest.two
38153 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
38166 rm -rf conftest.one conftest.two conftest.dir
38169 if test "${ac_cv_path_install+set}" = set; then
38170 INSTALL
=$ac_cv_path_install
38172 # As a last resort, use the slow shell script. Don't cache a
38173 # value for INSTALL within a source directory, because that will
38174 # break other packages using the cache if that directory is
38175 # removed, or if the value is a relative name.
38176 INSTALL
=$ac_install_sh
38179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
38180 $as_echo "$INSTALL" >&6; }
38182 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
38183 # It thinks the first close brace ends the variable substitution.
38184 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
38186 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
38188 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
38196 if test "x$BAKEFILE_HOST" = "x"; then
38197 if test "x${host}" = "x" ; then
38198 as_fn_error $?
"You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." "$LINENO" 5
38201 BAKEFILE_HOST
="${host}"
38204 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
38206 if test -n "$ac_tool_prefix"; then
38207 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
38208 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
38209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38210 $as_echo_n "checking for $ac_word... " >&6; }
38211 if ${ac_cv_prog_RANLIB+:} false
; then :
38212 $as_echo_n "(cached) " >&6
38214 if test -n "$RANLIB"; then
38215 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
38217 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38218 for as_dir
in $PATH
38221 test -z "$as_dir" && as_dir
=.
38222 for ac_exec_ext
in '' $ac_executable_extensions; do
38223 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38224 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
38225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38234 RANLIB
=$ac_cv_prog_RANLIB
38235 if test -n "$RANLIB"; then
38236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
38237 $as_echo "$RANLIB" >&6; }
38239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38240 $as_echo "no" >&6; }
38245 if test -z "$ac_cv_prog_RANLIB"; then
38246 ac_ct_RANLIB
=$RANLIB
38247 # Extract the first word of "ranlib", so it can be a program name with args.
38248 set dummy ranlib
; ac_word
=$2
38249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38250 $as_echo_n "checking for $ac_word... " >&6; }
38251 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
38252 $as_echo_n "(cached) " >&6
38254 if test -n "$ac_ct_RANLIB"; then
38255 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
38257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38258 for as_dir
in $PATH
38261 test -z "$as_dir" && as_dir
=.
38262 for ac_exec_ext
in '' $ac_executable_extensions; do
38263 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38264 ac_cv_prog_ac_ct_RANLIB
="ranlib"
38265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38274 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
38275 if test -n "$ac_ct_RANLIB"; then
38276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
38277 $as_echo "$ac_ct_RANLIB" >&6; }
38279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38280 $as_echo "no" >&6; }
38283 if test "x$ac_ct_RANLIB" = x
; then
38286 case $cross_compiling:$ac_tool_warned in
38288 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38289 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38290 ac_tool_warned
=yes ;;
38292 RANLIB
=$ac_ct_RANLIB
38295 RANLIB
="$ac_cv_prog_RANLIB"
38299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
38300 $as_echo_n "checking whether ln -s works... " >&6; }
38302 if test "$LN_S" = "ln -s"; then
38303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38304 $as_echo "yes" >&6; }
38306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
38307 $as_echo "no, using $LN_S" >&6; }
38311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38312 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
38314 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
38315 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
38316 $as_echo_n "(cached) " >&6
38318 cat >conftest.
make <<\_ACEOF
38321 @
echo '@@@%%%=$(MAKE)=@@@%%%'
38323 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
38324 case `${MAKE-make} -f conftest.make 2>/dev/null` in
38325 *@@@
%%%=?
*=@@@
%%%*)
38326 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
38328 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
38330 rm -f conftest.
make
38332 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
38333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
38334 $as_echo "yes" >&6; }
38337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38338 $as_echo "no" >&6; }
38339 SET_MAKE
="MAKE=${MAKE-make}"
38344 if test "x$SUNCXX" = "xyes"; then
38346 AROPTIONS
="-xar -o"
38348 elif test "x$SGICC" = "xyes"; then
38353 if test -n "$ac_tool_prefix"; then
38354 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38355 set dummy
${ac_tool_prefix}ar; ac_word
=$2
38356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38357 $as_echo_n "checking for $ac_word... " >&6; }
38358 if ${ac_cv_prog_AR+:} false
; then :
38359 $as_echo_n "(cached) " >&6
38361 if test -n "$AR"; then
38362 ac_cv_prog_AR
="$AR" # Let the user override the test.
38364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38365 for as_dir
in $PATH
38368 test -z "$as_dir" && as_dir
=.
38369 for ac_exec_ext
in '' $ac_executable_extensions; do
38370 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38371 ac_cv_prog_AR
="${ac_tool_prefix}ar"
38372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38382 if test -n "$AR"; then
38383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
38384 $as_echo "$AR" >&6; }
38386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38387 $as_echo "no" >&6; }
38392 if test -z "$ac_cv_prog_AR"; then
38394 # Extract the first word of "ar", so it can be a program name with args.
38395 set dummy
ar; ac_word
=$2
38396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38397 $as_echo_n "checking for $ac_word... " >&6; }
38398 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
38399 $as_echo_n "(cached) " >&6
38401 if test -n "$ac_ct_AR"; then
38402 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
38404 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38405 for as_dir
in $PATH
38408 test -z "$as_dir" && as_dir
=.
38409 for ac_exec_ext
in '' $ac_executable_extensions; do
38410 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38411 ac_cv_prog_ac_ct_AR
="ar"
38412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38421 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
38422 if test -n "$ac_ct_AR"; then
38423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
38424 $as_echo "$ac_ct_AR" >&6; }
38426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38427 $as_echo "no" >&6; }
38430 if test "x$ac_ct_AR" = x
; then
38433 case $cross_compiling:$ac_tool_warned in
38435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38437 ac_tool_warned
=yes ;;
38442 AR
="$ac_cv_prog_AR"
38449 if test -n "$ac_tool_prefix"; then
38450 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38451 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
38452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38453 $as_echo_n "checking for $ac_word... " >&6; }
38454 if ${ac_cv_prog_STRIP+:} false
; then :
38455 $as_echo_n "(cached) " >&6
38457 if test -n "$STRIP"; then
38458 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
38460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38461 for as_dir
in $PATH
38464 test -z "$as_dir" && as_dir
=.
38465 for ac_exec_ext
in '' $ac_executable_extensions; do
38466 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38467 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
38468 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38477 STRIP
=$ac_cv_prog_STRIP
38478 if test -n "$STRIP"; then
38479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
38480 $as_echo "$STRIP" >&6; }
38482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38483 $as_echo "no" >&6; }
38488 if test -z "$ac_cv_prog_STRIP"; then
38490 # Extract the first word of "strip", so it can be a program name with args.
38491 set dummy strip
; ac_word
=$2
38492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38493 $as_echo_n "checking for $ac_word... " >&6; }
38494 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
38495 $as_echo_n "(cached) " >&6
38497 if test -n "$ac_ct_STRIP"; then
38498 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
38500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38501 for as_dir
in $PATH
38504 test -z "$as_dir" && as_dir
=.
38505 for ac_exec_ext
in '' $ac_executable_extensions; do
38506 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38507 ac_cv_prog_ac_ct_STRIP
="strip"
38508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38517 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
38518 if test -n "$ac_ct_STRIP"; then
38519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
38520 $as_echo "$ac_ct_STRIP" >&6; }
38522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38523 $as_echo "no" >&6; }
38526 if test "x$ac_ct_STRIP" = x
; then
38529 case $cross_compiling:$ac_tool_warned in
38531 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38532 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38533 ac_tool_warned
=yes ;;
38538 STRIP
="$ac_cv_prog_STRIP"
38541 if test -n "$ac_tool_prefix"; then
38542 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38543 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
38544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38545 $as_echo_n "checking for $ac_word... " >&6; }
38546 if ${ac_cv_prog_NM+:} false
; then :
38547 $as_echo_n "(cached) " >&6
38549 if test -n "$NM"; then
38550 ac_cv_prog_NM
="$NM" # Let the user override the test.
38552 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38553 for as_dir
in $PATH
38556 test -z "$as_dir" && as_dir
=.
38557 for ac_exec_ext
in '' $ac_executable_extensions; do
38558 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38559 ac_cv_prog_NM
="${ac_tool_prefix}nm"
38560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38570 if test -n "$NM"; then
38571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
38572 $as_echo "$NM" >&6; }
38574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38575 $as_echo "no" >&6; }
38580 if test -z "$ac_cv_prog_NM"; then
38582 # Extract the first word of "nm", so it can be a program name with args.
38583 set dummy nm
; ac_word
=$2
38584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38585 $as_echo_n "checking for $ac_word... " >&6; }
38586 if ${ac_cv_prog_ac_ct_NM+:} false
; then :
38587 $as_echo_n "(cached) " >&6
38589 if test -n "$ac_ct_NM"; then
38590 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
38592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38593 for as_dir
in $PATH
38596 test -z "$as_dir" && as_dir
=.
38597 for ac_exec_ext
in '' $ac_executable_extensions; do
38598 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
38599 ac_cv_prog_ac_ct_NM
="nm"
38600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
38609 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
38610 if test -n "$ac_ct_NM"; then
38611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
38612 $as_echo "$ac_ct_NM" >&6; }
38614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
38615 $as_echo "no" >&6; }
38618 if test "x$ac_ct_NM" = x
; then
38621 case $cross_compiling:$ac_tool_warned in
38623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38625 ac_tool_warned
=yes ;;
38630 NM
="$ac_cv_prog_NM"
38634 INSTALL_DIR
="mkdir -p"
38638 case ${BAKEFILE_HOST} in
38639 *-*-cygwin* | *-*-mingw32* )
38640 LDFLAGS_GUI
="-mwindows"
38646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if make is GNU make" >&5
38647 $as_echo_n "checking if make is GNU make... " >&6; }
38648 if ${bakefile_cv_prog_makeisgnu+:} false
; then :
38649 $as_echo_n "(cached) " >&6
38652 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
38653 egrep -s GNU
> /dev
/null
); then
38654 bakefile_cv_prog_makeisgnu
="yes"
38656 bakefile_cv_prog_makeisgnu
="no"
38660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_prog_makeisgnu" >&5
38661 $as_echo "$bakefile_cv_prog_makeisgnu" >&6; }
38663 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38680 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38681 case "${BAKEFILE_HOST}" in
38688 *-pc-os2_emx | *-pc-os2-emx )
38698 powerpc
-apple-macos* )
38707 case "$BAKEFILE_FORCE_PLATFORM" in
38728 as_fn_error $?
"Unknown platform: $BAKEFILE_FORCE_PLATFORM" "$LINENO" 5
38743 # Check whether --enable-omf was given.
38744 if test "${enable_omf+set}" = set; then :
38745 enableval
=$enable_omf; bk_os2_use_omf
="$enableval"
38749 case "${BAKEFILE_HOST}" in
38751 if test "x$GCC" = "xyes"; then
38752 CFLAGS
="$CFLAGS -fno-common"
38753 CXXFLAGS
="$CXXFLAGS -fno-common"
38755 if test "x$XLCC" = "xyes"; then
38756 CFLAGS
="$CFLAGS -qnocommon"
38757 CXXFLAGS
="$CXXFLAGS -qnocommon"
38761 *-pc-os2_emx | *-pc-os2-emx )
38762 if test "x$bk_os2_use_omf" = "xyes" ; then
38765 LDFLAGS
="-Zomf $LDFLAGS"
38766 CFLAGS
="-Zomf $CFLAGS"
38767 CXXFLAGS
="-Zomf $CXXFLAGS"
38775 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
38781 SO_SUFFIX_MODULE
="so"
38786 DLLPREFIX_MODULE
=""
38790 case "${BAKEFILE_HOST}" in
38795 SO_SUFFIX_MODULE
="sl"
38799 SO_SUFFIX_MODULE
="a"
38803 SO_SUFFIX_MODULE
="dll"
38804 DLLIMP_SUFFIX
="dll.a"
38811 SO_SUFFIX_MODULE
="dll"
38812 DLLIMP_SUFFIX
="dll.a"
38822 *-pc-os2_emx | *-pc-os2-emx )
38824 SO_SUFFIX_MODULE
="dll"
38825 DLLIMP_SUFFIX
=$OS2_LIBEXT
38829 LIBEXT
=".$OS2_LIBEXT"
38834 SO_SUFFIX_MODULE
="bundle"
38838 if test "x$DLLIMP_SUFFIX" = "x" ; then
38839 DLLIMP_SUFFIX
="$SO_SUFFIX"
38854 if test "x$GCC" = "xyes"; then
38858 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
38859 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
38862 case "${BAKEFILE_HOST}" in
38864 if test "x$GCC" != "xyes"; then
38865 LDFLAGS
="$LDFLAGS -L/usr/lib"
38867 SHARED_LD_CC
="${CC} -b -o"
38868 SHARED_LD_CXX
="${CXX} -b -o"
38874 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
38876 elif test "x$SUNCXX" = "xyes"; then
38877 SHARED_LD_CC
="${CC} -G -o"
38878 SHARED_LD_CXX
="${CXX} -G -o"
38884 if test "x$SUNCXX" = xyes
; then
38885 SHARED_LD_CC
="${CC} -G -o"
38886 SHARED_LD_CXX
="${CXX} -G -o"
38894 cat <<EOF >shared-ld-sh
38896 #-----------------------------------------------------------------------------
38897 #-- Name: distrib/mac/shared-ld-sh
38898 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
38899 #-- Author: Gilles Depeyrot
38900 #-- Copyright: (c) 2002 Gilles Depeyrot
38901 #-- Licence: any use permitted
38902 #-----------------------------------------------------------------------------
38907 linking_flag="-dynamiclib"
38908 ldargs="-r -keep_private_externs -nostdlib"
38910 if test "x${D}CXX" = "x"; then
38914 while test ${D}# -gt 0; do
38921 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38922 # collect these options and values
38923 args="${D}{args} ${D}1 ${D}2"
38928 # collect these options and values
38929 ldargs="${D}{ldargs} ${D}1 ${D}2"
38934 # collect these load args
38935 ldargs="${D}{ldargs} ${D}1"
38938 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38939 # collect these options
38940 args="${D}{args} ${D}1"
38943 -dynamiclib|-bundle)
38944 linking_flag="${D}1"
38948 echo "shared-ld: unhandled option '${D}1'"
38952 *.o | *.a | *.dylib)
38953 # collect object files
38954 objects="${D}{objects} ${D}1"
38958 echo "shared-ld: unhandled argument '${D}1'"
38969 # Link one module containing all the others
38971 if test ${D}{verbose} = 1; then
38972 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
38974 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
38978 # Link the shared library from the single module created, but only if the
38979 # previous command didn't fail:
38981 if test ${D}{status} = 0; then
38982 if test ${D}{verbose} = 1; then
38983 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38985 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38990 # Remove intermediate module
38992 rm -f master.${D}${D}.o
38997 chmod +x shared
-ld-sh
38999 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
39000 SHARED_LD_MODULE_CXX
="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
39003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc 3.1 or later" >&5
39004 $as_echo_n "checking for gcc 3.1 or later... " >&6; }
39005 if ${bakefile_cv_gcc31+:} false
; then :
39006 $as_echo_n "(cached) " >&6
39009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
39010 /* end confdefs.h. */
39016 #if (__GNUC__ < 3) || \
39017 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
39025 if ac_fn_c_try_compile
"$LINENO"; then :
39027 bakefile_cv_gcc31
=yes
39031 bakefile_cv_gcc31
=no
39035 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
39038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bakefile_cv_gcc31" >&5
39039 $as_echo "$bakefile_cv_gcc31" >&6; }
39040 if test "$bakefile_cv_gcc31" = "no"; then
39041 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
39042 SHARED_LD_CXX
="$SHARED_LD_CC"
39044 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
39045 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
39048 if test "x$GCC" == "xyes"; then
39049 PIC_FLAG
="-dynamic -fPIC"
39051 if test "x$XLCC" = "xyes"; then
39052 PIC_FLAG
="-dynamic -DPIC"
39057 if test "x$GCC" = "xyes"; then
39060 case "${BAKEFILE_HOST}" in
39062 LD_EXPFULL
="-Wl,-bexpfull"
39066 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
39067 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
39069 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
39070 set dummy makeC
++SharedLib
; ac_word
=$2
39071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39072 $as_echo_n "checking for $ac_word... " >&6; }
39073 if ${ac_cv_prog_AIX_CXX_LD+:} false
; then :
39074 $as_echo_n "(cached) " >&6
39076 if test -n "$AIX_CXX_LD"; then
39077 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
39079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39080 for as_dir
in $PATH
39083 test -z "$as_dir" && as_dir
=.
39084 for ac_exec_ext
in '' $ac_executable_extensions; do
39085 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39086 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
39087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39094 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
39097 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
39098 if test -n "$AIX_CXX_LD"; then
39099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIX_CXX_LD" >&5
39100 $as_echo "$AIX_CXX_LD" >&6; }
39102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39103 $as_echo "no" >&6; }
39107 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
39108 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
39113 SHARED_LD_CC
="${LD} -nostart -o"
39114 SHARED_LD_CXX
="${LD} -nostart -o"
39118 if test "x$GCC" != "xyes"; then
39123 *-*-cygwin* | *-*-mingw32* )
39125 SHARED_LD_CC
="\$(CC) -shared -o"
39126 SHARED_LD_CXX
="\$(CXX) -shared -o"
39130 *-pc-os2_emx | *-pc-os2-emx )
39131 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
39132 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
39136 cat <<EOF >dllar.sh
39139 # dllar - a tool to build both a .dll and an .a file
39140 # from a set of object (.o) files for EMX/OS2.
39142 # Written by Andrew Zabolotny, bit@freya.etu.ru
39143 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
39145 # This script will accept a set of files on the command line.
39146 # All the public symbols from the .o files will be exported into
39147 # a .DEF file, then linker will be run (through gcc) against them to
39148 # build a shared library consisting of all given .o files. All libraries
39149 # (.a) will be first decompressed into component .o files then act as
39150 # described above. You can optionally give a description (-d "description")
39151 # which will be put into .DLL. To see the list of accepted options (as well
39152 # as command-line format) simply run this program without options. The .DLL
39153 # is built to be imported by name (there is no guarantee that new versions
39154 # of the library you build will have same ordinals for same symbols).
39156 # dllar is free software; you can redistribute it and/or modify
39157 # it under the terms of the GNU General Public License as published by
39158 # the Free Software Foundation; either version 2, or (at your option)
39159 # any later version.
39161 # dllar is distributed in the hope that it will be useful,
39162 # but WITHOUT ANY WARRANTY; without even the implied warranty of
39163 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39164 # GNU General Public License for more details.
39166 # You should have received a copy of the GNU General Public License
39167 # along with dllar; see the file COPYING. If not, write to the Free
39168 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
39171 # To successfuly run this program you will need:
39172 # - Current drive should have LFN support (HPFS, ext2, network, etc)
39173 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
39175 # (used to build the .dll)
39177 # (used to create .def file from .o files)
39179 # (used to create .a file from .def file)
39180 # - GNU text utilites (cat, sort, uniq)
39181 # used to process emxexp output
39182 # - GNU file utilities (mv, rm)
39184 # - lxlite (optional, see flag below)
39185 # (used for general .dll cleanup)
39192 # basnam, variant of basename, which does _not_ remove the path, _iff_
39193 # second argument (suffix to remove) is given
39197 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
39200 echo ${D}1 | sed 's/'${D}2'${D}//'
39203 echo "error in basnam ${D}*"
39209 # Cleanup temporary files and output
39212 for i in ${D}inputFiles ; do
39215 rm -rf \`basnam ${D}i !\`
39222 # Kill result in case of failure as there is just to many stupid make/nmake
39223 # things out there which doesn't do this.
39224 if [ ${D}# -eq 0 ]; then
39225 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39229 # Print usage and exit script with rc=1.
39231 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
39232 echo ' [-name-mangler-script script.sh]'
39233 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
39234 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
39235 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
39236 echo ' [*.o] [*.a]'
39237 echo '*> "output_file" should have no extension.'
39238 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
39239 echo ' The import library name is derived from this and is set to "name".a,'
39240 echo ' unless overridden by -import'
39241 echo '*> "importlib_name" should have no extension.'
39242 echo ' If it has the .o, or .a extension, it is automatically removed.'
39243 echo ' This name is used as the import library name and may be longer and'
39244 echo ' more descriptive than the DLL name which has to follow the old '
39245 echo ' 8.3 convention of FAT.'
39246 echo '*> "script.sh may be given to override the output_file name by a'
39247 echo ' different name. It is mainly useful if the regular make process'
39248 echo ' of some package does not take into account OS/2 restriction of'
39249 echo ' DLL name lengths. It takes the importlib name as input and is'
39250 echo ' supposed to procude a shorter name as output. The script should'
39251 echo ' expect to get importlib_name without extension and should produce'
39252 echo ' a (max.) 8 letter name without extension.'
39253 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
39254 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39255 echo ' These flags will be put at the start of GCC command line.'
39256 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
39257 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
39258 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39259 echo ' If the last character of a symbol is "*", all symbols beginning'
39260 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39261 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
39262 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39263 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
39264 echo ' C runtime DLLs.'
39265 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
39266 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39267 echo ' unchanged to GCC at the end of command line.'
39268 echo '*> If you create a DLL from a library and you do not specify -o,'
39269 echo ' the basename for DLL and import library will be set to library name,'
39270 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
39271 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39272 echo ' library will be renamed into gcc_s.a.'
39275 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39276 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39281 # Execute a command.
39282 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39283 # @Uses Whatever CleanUp() uses.
39289 if [ ${D}rcCmd -ne 0 ]; then
39290 echo "command failed, exit code="${D}rcCmd
39305 CFLAGS="-s -Zcrtdll"
39307 EXPORT_BY_ORDINALS=0
39312 case ${D}curDirS in
39316 curDirS=${D}{curDirS}"/"
39319 # Parse commandline
39322 while [ ${D}1 ]; do
39325 EXPORT_BY_ORDINALS=1;
39335 -name-mangler-script)
39356 exclude_symbols=${D}{exclude_symbols}${D}1" "
39360 library_flags=${D}{library_flags}${D}1" "
39379 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39382 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
39383 if [ ${D}omfLinking -eq 1 ]; then
39384 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
39386 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
39391 if [ ${D}libsToLink -ne 0 ]; then
39392 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39394 for file in ${D}1 ; do
39395 if [ -f ${D}file ]; then
39396 inputFiles="${D}{inputFiles} ${D}file"
39400 if [ ${D}found -eq 0 ]; then
39401 echo "ERROR: No file(s) found: "${D}1
39408 done # iterate cmdline words
39411 if [ -z "${D}inputFiles" ]; then
39412 echo "dllar: no input files"
39416 # Now extract all .o files from .a files
39418 for file in ${D}inputFiles ; do
39429 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39434 dirname=\`basnam ${D}file ${D}suffix\`"_%"
39436 if [ ${D}? -ne 0 ]; then
39437 echo "Failed to create subdirectory ./${D}dirname"
39441 # Append '!' to indicate archive
39442 newInputFiles="${D}newInputFiles ${D}{dirname}!"
39443 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39446 for subfile in ${D}dirname/*.o* ; do
39447 if [ -f ${D}subfile ]; then
39449 if [ -s ${D}subfile ]; then
39450 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39451 newInputFiles="${D}newInputFiles ${D}subfile"
39455 if [ ${D}found -eq 0 ]; then
39456 echo "WARNING: there are no files in archive \\'${D}file\\'"
39460 newInputFiles="${D}{newInputFiles} ${D}file"
39464 inputFiles="${D}newInputFiles"
39466 # Output filename(s).
39468 if [ -z ${D}outFile ]; then
39470 set outFile ${D}inputFiles; outFile=${D}2
39473 # If it is an archive, remove the '!' and the '_%' suffixes
39474 case ${D}outFile in
39476 outFile=\`basnam ${D}outFile _%!\`
39481 case ${D}outFile in
39483 outFile=\`basnam ${D}outFile .dll\`
39486 outFile=\`basnam ${D}outFile .DLL\`
39489 outFile=\`basnam ${D}outFile .o\`
39492 outFile=\`basnam ${D}outFile .obj\`
39495 outFile=\`basnam ${D}outFile .a\`
39498 outFile=\`basnam ${D}outFile .lib\`
39503 case ${D}outimpFile in
39505 outimpFile=\`basnam ${D}outimpFile .a\`
39508 outimpFile=\`basnam ${D}outimpFile .lib\`
39513 if [ -z ${D}outimpFile ]; then
39514 outimpFile=${D}outFile
39516 defFile="${D}{outFile}.def"
39517 arcFile="${D}{outimpFile}.a"
39518 arcFile2="${D}{outimpFile}.lib"
39520 #create ${D}dllFile as something matching 8.3 restrictions,
39521 if [ -z ${D}renameScript ] ; then
39522 dllFile="${D}outFile"
39524 dllFile=\`${D}renameScript ${D}outimpFile\`
39527 if [ ${D}do_backup -ne 0 ] ; then
39528 if [ -f ${D}arcFile ] ; then
39529 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39531 if [ -f ${D}arcFile2 ] ; then
39532 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39536 # Extract public symbols from all the object files.
39537 tmpdefFile=${D}{defFile}_%
39538 rm -f ${D}tmpdefFile
39539 for file in ${D}inputFiles ; do
39544 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39549 # Create the def file.
39551 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39552 dllFile="${D}{dllFile}.dll"
39553 if [ ! -z ${D}description ]; then
39554 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
39556 echo "EXPORTS" >> ${D}defFile
39558 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39559 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39561 # Checks if the export is ok or not.
39562 for word in ${D}exclude_symbols; do
39563 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39564 mv ${D}{tmpdefFile}% ${D}tmpdefFile
39568 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39569 sed "=" < ${D}tmpdefFile | \\
39573 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
39575 ' > ${D}{tmpdefFile}%
39576 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39578 rm -f ${D}{tmpdefFile}%
39580 cat ${D}tmpdefFile >> ${D}defFile
39581 rm -f ${D}tmpdefFile
39583 # Do linking, create implib, and apply lxlite.
39585 for file in ${D}inputFiles ; do
39590 gccCmdl="${D}gccCmdl ${D}file"
39594 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39595 touch "${D}{outFile}.dll"
39597 doCommand "emximp -o ${D}arcFile ${D}defFile"
39598 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
39600 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39603 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39605 doCommand "emxomf -s -l ${D}arcFile"
39615 powerpc
-apple-macos* | \
39616 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
39626 as_fn_error $?
"unknown system type $BAKEFILE_HOST." "$LINENO" 5
39629 if test "x$PIC_FLAG" != "x" ; then
39630 PIC_FLAG
="$PIC_FLAG -DPIC"
39633 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39634 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
39636 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39637 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
39652 USE_SOTWOSYMLINKS
=0
39656 case "${BAKEFILE_HOST}" in
39657 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39658 *-*-k*bsd
*-gnu | *-*-mirbsd* )
39659 if test "x$SUNCXX" = "xyes"; then
39662 SONAME_FLAG
="-Wl,-soname,"
39666 USE_SOTWOSYMLINKS
=1
39678 USE_SOTWOSYMLINKS
=1
39696 # Check whether --enable-dependency-tracking was given.
39697 if test "${enable_dependency_tracking+set}" = set; then :
39698 enableval
=$enable_dependency_tracking; bk_use_trackdeps
="$enableval"
39702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dependency tracking method" >&5
39703 $as_echo_n "checking for dependency tracking method... " >&6; }
39706 if test "x$bk_use_trackdeps" = "xno" ; then
39708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
39709 $as_echo "disabled" >&6; }
39713 if test "x$GCC" = "xyes"; then
39716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: gcc" >&5
39717 $as_echo "gcc" >&6; }
39718 elif test "x$MWCC" = "xyes"; then
39721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: mwcc" >&5
39722 $as_echo "mwcc" >&6; }
39723 elif test "x$SUNCC" = "xyes"; then
39726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sun cc" >&5
39727 $as_echo "Sun cc" >&6; }
39728 elif test "x$SGICC" = "xyes"; then
39731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: SGI cc" >&5
39732 $as_echo "SGI cc" >&6; }
39733 elif test "x$HPCC" = "xyes"; then
39736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: HP cc" >&5
39737 $as_echo "HP cc" >&6; }
39738 elif test "x$COMPAQCC" = "xyes"; then
39741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Compaq cc" >&5
39742 $as_echo "Compaq cc" >&6; }
39745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
39746 $as_echo "none" >&6; }
39749 if test $DEPS_TRACKING = 1 ; then
39755 # This script is part of Bakefile (http://www.bakefile.org) autoconf
39756 # script. It is used to track C/C++ files dependencies in portable way.
39758 # Permission is given to use this file in any way.
39760 DEPSMODE=${DEPSMODE}
39761 DEPSFLAG="${DEPSFLAG}"
39764 if test ${D}DEPSMODE = gcc ; then
39765 ${D}* ${D}{DEPSFLAG}
39768 # determine location of created files:
39769 while test ${D}# -gt 0; do
39783 objfilebase=\`basename ${D}objfile\`
39784 builddir=\`dirname ${D}objfile\`
39785 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39786 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39787 depsdir=${D}builddir/${D}DEPSDIRBASE
39788 mkdir -p ${D}depsdir
39790 # if the compiler failed, we're done:
39791 if test ${D}{status} != 0 ; then
39796 # move created file to the location we want it in:
39797 if test -f ${D}depfile ; then
39798 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39801 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
39802 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
39803 if test ! -f ${D}depfile ; then
39804 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
39805 depfile="${D}objfile.d"
39807 if test -f ${D}depfile ; then
39808 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
39814 elif test ${D}DEPSMODE = mwcc ; then
39815 ${D}* || exit ${D}?
39816 # Run mwcc again with -MM and redirect into the dep file we want
39817 # NOTE: We can't use shift here because we need ${D}* to be valid
39819 for arg in ${D}* ; do
39820 if test "${D}prevarg" = "-o"; then
39834 objfilebase=\`basename ${D}objfile\`
39835 builddir=\`dirname ${D}objfile\`
39836 depsdir=${D}builddir/${D}DEPSDIRBASE
39837 mkdir -p ${D}depsdir
39839 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
39842 elif test ${D}DEPSMODE = unixcc; then
39843 ${D}* || exit ${D}?
39844 # Run compiler again with deps flag and redirect into the dep file.
39845 # It doesn't work if the '-o FILE' option is used, but without it the
39846 # dependency file will contain the wrong name for the object. So it is
39847 # removed from the command line, and the dep file is fixed with sed.
39849 while test ${D}# -gt 0; do
39856 eval arg${D}#=\\${D}1
39857 cmd="${D}cmd \\${D}arg${D}#"
39863 objfilebase=\`basename ${D}objfile\`
39864 builddir=\`dirname ${D}objfile\`
39865 depsdir=${D}builddir/${D}DEPSDIRBASE
39866 mkdir -p ${D}depsdir
39868 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
39878 BK_DEPS
="`pwd`/bk-deps"
39886 case ${BAKEFILE_HOST} in
39887 *-*-cygwin* | *-*-mingw32* )
39888 if test -n "$ac_tool_prefix"; then
39889 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
39890 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
39891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39892 $as_echo_n "checking for $ac_word... " >&6; }
39893 if ${ac_cv_prog_WINDRES+:} false
; then :
39894 $as_echo_n "(cached) " >&6
39896 if test -n "$WINDRES"; then
39897 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
39899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39900 for as_dir
in $PATH
39903 test -z "$as_dir" && as_dir
=.
39904 for ac_exec_ext
in '' $ac_executable_extensions; do
39905 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39906 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
39907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39916 WINDRES
=$ac_cv_prog_WINDRES
39917 if test -n "$WINDRES"; then
39918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
39919 $as_echo "$WINDRES" >&6; }
39921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39922 $as_echo "no" >&6; }
39927 if test -z "$ac_cv_prog_WINDRES"; then
39928 ac_ct_WINDRES
=$WINDRES
39929 # Extract the first word of "windres", so it can be a program name with args.
39930 set dummy windres
; ac_word
=$2
39931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39932 $as_echo_n "checking for $ac_word... " >&6; }
39933 if ${ac_cv_prog_ac_ct_WINDRES+:} false
; then :
39934 $as_echo_n "(cached) " >&6
39936 if test -n "$ac_ct_WINDRES"; then
39937 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
39939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39940 for as_dir
in $PATH
39943 test -z "$as_dir" && as_dir
=.
39944 for ac_exec_ext
in '' $ac_executable_extensions; do
39945 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
39946 ac_cv_prog_ac_ct_WINDRES
="windres"
39947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
39956 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
39957 if test -n "$ac_ct_WINDRES"; then
39958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
39959 $as_echo "$ac_ct_WINDRES" >&6; }
39961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
39962 $as_echo "no" >&6; }
39965 if test "x$ac_ct_WINDRES" = x
; then
39968 case $cross_compiling:$ac_tool_warned in
39970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
39971 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
39972 ac_tool_warned
=yes ;;
39974 WINDRES
=$ac_ct_WINDRES
39977 WINDRES
="$ac_cv_prog_WINDRES"
39982 *-*-darwin* | powerpc
-apple-macos* )
39983 # Extract the first word of "Rez", so it can be a program name with args.
39984 set dummy Rez
; ac_word
=$2
39985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
39986 $as_echo_n "checking for $ac_word... " >&6; }
39987 if ${ac_cv_prog_REZ+:} false
; then :
39988 $as_echo_n "(cached) " >&6
39990 if test -n "$REZ"; then
39991 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
39993 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39994 for as_dir
in $PATH
39997 test -z "$as_dir" && as_dir
=.
39998 for ac_exec_ext
in '' $ac_executable_extensions; do
39999 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
40000 ac_cv_prog_REZ
="Rez"
40001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
40008 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
40011 REZ
=$ac_cv_prog_REZ
40012 if test -n "$REZ"; then
40013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $REZ" >&5
40014 $as_echo "$REZ" >&6; }
40016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40017 $as_echo "no" >&6; }
40021 # Extract the first word of "SetFile", so it can be a program name with args.
40022 set dummy SetFile
; ac_word
=$2
40023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
40024 $as_echo_n "checking for $ac_word... " >&6; }
40025 if ${ac_cv_prog_SETFILE+:} false
; then :
40026 $as_echo_n "(cached) " >&6
40028 if test -n "$SETFILE"; then
40029 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
40031 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40032 for as_dir
in $PATH
40035 test -z "$as_dir" && as_dir
=.
40036 for ac_exec_ext
in '' $ac_executable_extensions; do
40037 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
40038 ac_cv_prog_SETFILE
="SetFile"
40039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
40046 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
40049 SETFILE
=$ac_cv_prog_SETFILE
40050 if test -n "$SETFILE"; then
40051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SETFILE" >&5
40052 $as_echo "$SETFILE" >&6; }
40054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40055 $as_echo "no" >&6; }
40070 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.9"
40073 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.9"
40077 # Check whether --enable-precomp-headers was given.
40078 if test "${enable_precomp_headers+set}" = set; then :
40079 enableval
=$enable_precomp_headers; bk_use_pch
="$enableval"
40088 case ${BAKEFILE_HOST} in
40094 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
40095 if test "x$GCC" = "xyes"; then
40096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports precompiled headers" >&5
40097 $as_echo_n "checking if the compiler supports precompiled headers... " >&6; }
40098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
40099 /* end confdefs.h. */
40105 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
40106 There is no PCH support
40109 There is no PCH support
40111 #if (__GNUC__ == 3) && \
40112 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
40113 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
40114 ( defined(__INTEL_COMPILER) )
40115 There is no PCH support
40122 if ac_fn_c_try_compile
"$LINENO"; then :
40124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40125 $as_echo "yes" >&6; }
40130 if test "$INTELCXX8" = "yes"; then
40131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
40132 $as_echo "yes" >&6; }
40134 if test "$INTELCXX10" = "yes"; then
40135 ICC_PCH_CREATE_SWITCH
="-pch-create"
40136 ICC_PCH_USE_SWITCH
="-pch-use"
40138 ICC_PCH_CREATE_SWITCH
="-create-pch"
40139 ICC_PCH_USE_SWITCH
="-use-pch"
40142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
40143 $as_echo "no" >&6; }
40147 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
40148 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
40152 cat <<EOF >bk-make-pch
40155 # This script is part of Bakefile (http://www.bakefile.org) autoconf
40156 # script. It is used to generated precompiled headers.
40158 # Permission is given to use this file in any way.
40165 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
40170 while test ${D}{#} -gt 0; do
40174 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
40175 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
40176 headerfile="${D}{incdir}/${D}{header}"
40179 -use-pch|-use_pch|-pch-use )
40184 if test ${D}add_to_cmdline = 1 ; then
40185 compiler="${D}{compiler} ${D}{1}"
40190 if test "x${D}{headerfile}" = "x" ; then
40191 echo "error: can't find header ${D}{header} in include paths" >&2
40193 if test -f ${D}{outfile} ; then
40194 rm -f ${D}{outfile}
40196 mkdir -p \`dirname ${D}{outfile}\`
40198 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
40199 mkdir -p ${D}{builddir}/.deps
40200 if test "x${GCC_PCH}" = "x1" ; then
40201 # can do this because gcc is >= 3.4:
40202 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
40203 elif test "x${ICC_PCH}" = "x1" ; then
40204 filename=pch_gen-${D}${D}
40205 file=${D}{filename}.c
40206 dfile=${D}{filename}.d
40207 cat > ${D}file <<EOT
40208 #include "${D}header"
40210 # using -MF icc complains about differing command lines in creation/use
40211 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
40212 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
40213 rm -f ${D}file ${D}dfile ${D}{filename}.o
40219 chmod +x bk
-make-pch
40220 BK_MAKE_PCH
="`pwd`/bk-make-pch"
40231 COND_BUILD_debug
="#"
40232 if test "x$BUILD" = "xdebug" ; then
40233 COND_BUILD_debug
=""
40236 COND_BUILD_debug_DEBUG_INFO_default
="#"
40237 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40238 COND_BUILD_debug_DEBUG_INFO_default
=""
40241 COND_BUILD_release
="#"
40242 if test "x$BUILD" = "xrelease" ; then
40243 COND_BUILD_release
=""
40246 COND_BUILD_release_DEBUG_INFO_default
="#"
40247 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40248 COND_BUILD_release_DEBUG_INFO_default
=""
40251 COND_DEBUG_FLAG_0
="#"
40252 if test "x$DEBUG_FLAG" = "x0" ; then
40253 COND_DEBUG_FLAG_0
=""
40256 COND_DEBUG_INFO_0
="#"
40257 if test "x$DEBUG_INFO" = "x0" ; then
40258 COND_DEBUG_INFO_0
=""
40261 COND_DEBUG_INFO_1
="#"
40262 if test "x$DEBUG_INFO" = "x1" ; then
40263 COND_DEBUG_INFO_1
=""
40266 COND_DEPS_TRACKING_0
="#"
40267 if test "x$DEPS_TRACKING" = "x0" ; then
40268 COND_DEPS_TRACKING_0
=""
40271 COND_DEPS_TRACKING_1
="#"
40272 if test "x$DEPS_TRACKING" = "x1" ; then
40273 COND_DEPS_TRACKING_1
=""
40277 if test "x$GCC_PCH" = "x1" ; then
40282 if test "x$ICC_PCH" = "x1" ; then
40286 COND_MONOLITHIC_0
="#"
40287 if test "x$MONOLITHIC" = "x0" ; then
40288 COND_MONOLITHIC_0
=""
40291 COND_MONOLITHIC_0_SHARED_0
="#"
40292 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40293 COND_MONOLITHIC_0_SHARED_0
=""
40296 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
="#"
40297 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
40298 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
=""
40301 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40302 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40303 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40306 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
40307 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40308 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
40311 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
="#"
40312 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40313 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
=""
40316 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
40317 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40318 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
40321 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
="#"
40322 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40323 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
=""
40326 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
="#"
40327 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40328 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
=""
40331 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
="#"
40332 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40333 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
=""
40336 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
="#"
40337 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40338 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
=""
40341 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
="#"
40342 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40343 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
=""
40346 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
40347 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40348 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
40351 COND_MONOLITHIC_0_SHARED_1
="#"
40352 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40353 COND_MONOLITHIC_0_SHARED_1
=""
40356 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
="#"
40357 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
40358 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
=""
40361 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
40362 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40363 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
40366 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
40367 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40368 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
40371 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
="#"
40372 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40373 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
=""
40376 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
40377 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
40378 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
40381 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
="#"
40382 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
40383 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
=""
40386 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
="#"
40387 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
40388 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
=""
40391 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
="#"
40392 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
40393 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
=""
40396 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
="#"
40397 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
40398 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
=""
40401 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
="#"
40402 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
40403 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
=""
40406 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
40407 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40408 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
40411 COND_MONOLITHIC_0_USE_AUI_1
="#"
40412 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
40413 COND_MONOLITHIC_0_USE_AUI_1
=""
40416 COND_MONOLITHIC_0_USE_GUI_1
="#"
40417 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
40418 COND_MONOLITHIC_0_USE_GUI_1
=""
40421 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
="#"
40422 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
40423 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
=""
40426 COND_MONOLITHIC_0_USE_HTML_1
="#"
40427 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
40428 COND_MONOLITHIC_0_USE_HTML_1
=""
40431 COND_MONOLITHIC_0_USE_MEDIA_1
="#"
40432 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
40433 COND_MONOLITHIC_0_USE_MEDIA_1
=""
40436 COND_MONOLITHIC_0_USE_PROPGRID_1
="#"
40437 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
40438 COND_MONOLITHIC_0_USE_PROPGRID_1
=""
40441 COND_MONOLITHIC_0_USE_QA_1
="#"
40442 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
40443 COND_MONOLITHIC_0_USE_QA_1
=""
40446 COND_MONOLITHIC_0_USE_RIBBON_1
="#"
40447 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
40448 COND_MONOLITHIC_0_USE_RIBBON_1
=""
40451 COND_MONOLITHIC_0_USE_RICHTEXT_1
="#"
40452 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
40453 COND_MONOLITHIC_0_USE_RICHTEXT_1
=""
40456 COND_MONOLITHIC_0_USE_STC_1
="#"
40457 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
40458 COND_MONOLITHIC_0_USE_STC_1
=""
40461 COND_MONOLITHIC_0_USE_WEBVIEW_1
="#"
40462 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
40463 COND_MONOLITHIC_0_USE_WEBVIEW_1
=""
40466 COND_MONOLITHIC_0_USE_XRC_1
="#"
40467 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
40468 COND_MONOLITHIC_0_USE_XRC_1
=""
40471 COND_MONOLITHIC_1
="#"
40472 if test "x$MONOLITHIC" = "x1" ; then
40473 COND_MONOLITHIC_1
=""
40476 COND_MONOLITHIC_1_SHARED_0
="#"
40477 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40478 COND_MONOLITHIC_1_SHARED_0
=""
40481 COND_MONOLITHIC_1_SHARED_1
="#"
40482 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40483 COND_MONOLITHIC_1_SHARED_1
=""
40486 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
40487 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40488 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
40491 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
40492 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40493 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
40496 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
40497 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40498 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
40501 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
40502 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40503 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
40506 COND_PLATFORM_MACOSX_1
="#"
40507 if test "x$PLATFORM_MACOSX" = "x1" ; then
40508 COND_PLATFORM_MACOSX_1
=""
40511 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
="#"
40512 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
40513 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
=""
40516 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
="#"
40517 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40518 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
=""
40521 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40522 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40523 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40526 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40527 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40528 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40531 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40532 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40533 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40536 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40537 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40538 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40541 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40542 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40543 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40546 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
="#"
40547 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40548 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
=""
40551 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40552 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40553 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40556 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
="#"
40557 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40558 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
=""
40561 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40562 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40563 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40566 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40567 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40568 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40571 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
40572 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40573 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
40576 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
="#"
40577 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40578 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
=""
40581 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
40582 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40583 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
40586 COND_PLATFORM_MAC_0
="#"
40587 if test "x$PLATFORM_MAC" = "x0" ; then
40588 COND_PLATFORM_MAC_0
=""
40591 COND_PLATFORM_MAC_1
="#"
40592 if test "x$PLATFORM_MAC" = "x1" ; then
40593 COND_PLATFORM_MAC_1
=""
40596 COND_PLATFORM_MSDOS_0
="#"
40597 if test "x$PLATFORM_MSDOS" = "x0" ; then
40598 COND_PLATFORM_MSDOS_0
=""
40601 COND_PLATFORM_MSDOS_1
="#"
40602 if test "x$PLATFORM_MSDOS" = "x1" ; then
40603 COND_PLATFORM_MSDOS_1
=""
40606 COND_PLATFORM_OS2_1
="#"
40607 if test "x$PLATFORM_OS2" = "x1" ; then
40608 COND_PLATFORM_OS2_1
=""
40611 COND_PLATFORM_UNIX_0
="#"
40612 if test "x$PLATFORM_UNIX" = "x0" ; then
40613 COND_PLATFORM_UNIX_0
=""
40616 COND_PLATFORM_UNIX_1
="#"
40617 if test "x$PLATFORM_UNIX" = "x1" ; then
40618 COND_PLATFORM_UNIX_1
=""
40621 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40622 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40623 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40626 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40627 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40628 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40631 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40632 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40633 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40636 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40637 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40638 COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40641 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
40642 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40643 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
40646 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
40647 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40648 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
40651 COND_PLATFORM_WIN32_0
="#"
40652 if test "x$PLATFORM_WIN32" = "x0" ; then
40653 COND_PLATFORM_WIN32_0
=""
40656 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40657 if test "x$PLATFORM_WIN32" = "x0" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40658 COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40661 COND_PLATFORM_WIN32_1
="#"
40662 if test "x$PLATFORM_WIN32" = "x1" ; then
40663 COND_PLATFORM_WIN32_1
=""
40666 COND_PLATFORM_WIN32_1_SHARED_0
="#"
40667 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
40668 COND_PLATFORM_WIN32_1_SHARED_0
=""
40671 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40672 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40673 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40676 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40677 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40678 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40681 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40682 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40683 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40686 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40687 if test "x$PLATFORM_WIN32" = "x1" -a "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40688 COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40692 if test "x$SHARED" = "x0" ; then
40696 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
40697 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40698 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
40701 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
40702 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40703 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
40706 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
40707 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40708 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
40711 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
40712 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40713 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
40716 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
40717 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40718 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
40721 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
40722 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40723 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
40726 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
40727 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40728 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
40731 COND_SHARED_0_USE_STC_1
="#"
40732 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
40733 COND_SHARED_0_USE_STC_1
=""
40736 COND_SHARED_0_wxUSE_EXPAT_builtin
="#"
40737 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40738 COND_SHARED_0_wxUSE_EXPAT_builtin
=""
40741 COND_SHARED_0_wxUSE_REGEX_builtin
="#"
40742 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40743 COND_SHARED_0_wxUSE_REGEX_builtin
=""
40746 COND_SHARED_0_wxUSE_ZLIB_builtin
="#"
40747 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40748 COND_SHARED_0_wxUSE_ZLIB_builtin
=""
40752 if test "x$SHARED" = "x1" ; then
40756 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
40757 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40758 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
40762 if test "x$TOOLKIT" = "x" ; then
40766 COND_TOOLKIT_COCOA
="#"
40767 if test "x$TOOLKIT" = "xCOCOA" ; then
40768 COND_TOOLKIT_COCOA
=""
40771 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
40772 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40773 COND_TOOLKIT_COCOA_USE_GUI_1
=""
40776 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
40777 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40778 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
40781 COND_TOOLKIT_DFB
="#"
40782 if test "x$TOOLKIT" = "xDFB" ; then
40783 COND_TOOLKIT_DFB
=""
40786 COND_TOOLKIT_DFB_USE_GUI_1
="#"
40787 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
40788 COND_TOOLKIT_DFB_USE_GUI_1
=""
40791 COND_TOOLKIT_GTK
="#"
40792 if test "x$TOOLKIT" = "xGTK" ; then
40793 COND_TOOLKIT_GTK
=""
40796 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
="#"
40797 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
40798 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
=""
40801 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
40802 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
40803 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
40806 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
40807 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
40808 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
40811 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
="#"
40812 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40813 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
=""
40816 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
="#"
40817 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40818 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1
=""
40821 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
="#"
40822 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x0" ; then
40823 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0
=""
40826 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
="#"
40827 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$WXUNIV" = "x1" ; then
40828 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1
=""
40831 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
="#"
40832 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" ; then
40833 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3
=""
40836 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
="#"
40837 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" ; then
40838 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1
=""
40841 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
="#"
40842 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40843 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0
=""
40846 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
="#"
40847 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x3" -a "x$WXUNIV" = "x0" ; then
40848 COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0
=""
40851 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
="#"
40852 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
40853 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
=""
40856 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
="#"
40857 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40858 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
=""
40861 COND_TOOLKIT_GTK_USE_GUI_1
="#"
40862 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40863 COND_TOOLKIT_GTK_USE_GUI_1
=""
40866 COND_TOOLKIT_MAC
="#"
40867 if test "x$TOOLKIT" = "xMAC" ; then
40868 COND_TOOLKIT_MAC
=""
40871 COND_TOOLKIT_MOTIF
="#"
40872 if test "x$TOOLKIT" = "xMOTIF" ; then
40873 COND_TOOLKIT_MOTIF
=""
40876 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
40877 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40878 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
40881 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
40882 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40883 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
40886 COND_TOOLKIT_MSW
="#"
40887 if test "x$TOOLKIT" = "xMSW" ; then
40888 COND_TOOLKIT_MSW
=""
40891 COND_TOOLKIT_MSW_USE_GUI_1
="#"
40892 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40893 COND_TOOLKIT_MSW_USE_GUI_1
=""
40896 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
40897 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40898 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
40901 COND_TOOLKIT_MSW_WXUNIV_0
="#"
40902 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40903 COND_TOOLKIT_MSW_WXUNIV_0
=""
40906 COND_TOOLKIT_OSX_CARBON
="#"
40907 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
40908 COND_TOOLKIT_OSX_CARBON
=""
40911 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
="#"
40912 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
40913 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
=""
40916 COND_TOOLKIT_OSX_COCOA
="#"
40917 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
40918 COND_TOOLKIT_OSX_COCOA
=""
40921 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
="#"
40922 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
40923 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
=""
40926 COND_TOOLKIT_OSX_IPHONE
="#"
40927 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
40928 COND_TOOLKIT_OSX_IPHONE
=""
40931 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
="#"
40932 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
40933 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
=""
40936 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
="#"
40937 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40938 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
=""
40941 COND_TOOLKIT_PM
="#"
40942 if test "x$TOOLKIT" = "xPM" ; then
40946 COND_TOOLKIT_PM_USE_GUI_1
="#"
40947 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40948 COND_TOOLKIT_PM_USE_GUI_1
=""
40951 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
40952 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40953 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
40956 COND_TOOLKIT_WINCE
="#"
40957 if test "x$TOOLKIT" = "xWINCE" ; then
40958 COND_TOOLKIT_WINCE
=""
40961 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
40962 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40963 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40966 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40967 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40968 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40971 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
40972 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
40973 COND_TOOLKIT_WINCE_WXUNIV_0
=""
40976 COND_TOOLKIT_X11
="#"
40977 if test "x$TOOLKIT" = "xX11" ; then
40978 COND_TOOLKIT_X11
=""
40981 COND_TOOLKIT_X11_USE_GUI_1
="#"
40982 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40983 COND_TOOLKIT_X11_USE_GUI_1
=""
40987 if test "x$UNICODE" = "x1" ; then
40991 COND_USE_CAIRO_1
="#"
40992 if test "x$USE_CAIRO" = "x1" ; then
40993 COND_USE_CAIRO_1
=""
40996 COND_USE_EXCEPTIONS_0
="#"
40997 if test "x$USE_EXCEPTIONS" = "x0" ; then
40998 COND_USE_EXCEPTIONS_0
=""
41001 COND_USE_EXCEPTIONS_1
="#"
41002 if test "x$USE_EXCEPTIONS" = "x1" ; then
41003 COND_USE_EXCEPTIONS_1
=""
41007 if test "x$USE_GUI" = "x0" ; then
41012 if test "x$USE_GUI" = "x1" ; then
41016 COND_USE_GUI_1_USE_OPENGL_1
="#"
41017 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
41018 COND_USE_GUI_1_USE_OPENGL_1
=""
41021 COND_USE_GUI_1_WXUNIV_0
="#"
41022 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41023 COND_USE_GUI_1_WXUNIV_0
=""
41026 COND_USE_GUI_1_WXUNIV_1
="#"
41027 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
41028 COND_USE_GUI_1_WXUNIV_1
=""
41031 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
="#"
41032 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41033 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
=""
41036 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
="#"
41037 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41038 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
=""
41041 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
="#"
41042 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41043 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
=""
41046 COND_USE_OPENGL_1
="#"
41047 if test "x$USE_OPENGL" = "x1" ; then
41048 COND_USE_OPENGL_1
=""
41052 if test "x$USE_PCH" = "x1" ; then
41056 COND_USE_PLUGINS_0
="#"
41057 if test "x$USE_PLUGINS" = "x0" ; then
41058 COND_USE_PLUGINS_0
=""
41061 COND_USE_RTTI_0
="#"
41062 if test "x$USE_RTTI" = "x0" ; then
41066 COND_USE_RTTI_1
="#"
41067 if test "x$USE_RTTI" = "x1" ; then
41071 COND_USE_SOTWOSYMLINKS_1
="#"
41072 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
41073 COND_USE_SOTWOSYMLINKS_1
=""
41076 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
41077 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
41078 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
41081 COND_USE_SOVERLINUX_1
="#"
41082 if test "x$USE_SOVERLINUX" = "x1" ; then
41083 COND_USE_SOVERLINUX_1
=""
41086 COND_USE_SOVERSION_0
="#"
41087 if test "x$USE_SOVERSION" = "x0" ; then
41088 COND_USE_SOVERSION_0
=""
41091 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
="#"
41092 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
41093 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
=""
41096 COND_USE_SOVERSOLARIS_1
="#"
41097 if test "x$USE_SOVERSOLARIS" = "x1" ; then
41098 COND_USE_SOVERSOLARIS_1
=""
41102 if test "x$USE_STC" = "x1" ; then
41106 COND_USE_THREADS_0
="#"
41107 if test "x$USE_THREADS" = "x0" ; then
41108 COND_USE_THREADS_0
=""
41111 COND_USE_THREADS_1
="#"
41112 if test "x$USE_THREADS" = "x1" ; then
41113 COND_USE_THREADS_1
=""
41117 if test "x$USE_XRC" = "x1" ; then
41121 COND_WINDOWS_IMPLIB_1
="#"
41122 if test "x$WINDOWS_IMPLIB" = "x1" ; then
41123 COND_WINDOWS_IMPLIB_1
=""
41126 COND_WITH_PLUGIN_SDL_1
="#"
41127 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
41128 COND_WITH_PLUGIN_SDL_1
=""
41132 if test "x$WXUNIV" = "x0" ; then
41137 if test "x$WXUNIV" = "x1" ; then
41141 COND_wxUSE_EXPAT_builtin
="#"
41142 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41143 COND_wxUSE_EXPAT_builtin
=""
41146 COND_wxUSE_LIBJPEG_builtin
="#"
41147 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41148 COND_wxUSE_LIBJPEG_builtin
=""
41151 COND_wxUSE_LIBPNG_builtin
="#"
41152 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41153 COND_wxUSE_LIBPNG_builtin
=""
41156 COND_wxUSE_LIBTIFF_builtin
="#"
41157 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41158 COND_wxUSE_LIBTIFF_builtin
=""
41161 COND_wxUSE_REGEX_builtin
="#"
41162 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41163 COND_wxUSE_REGEX_builtin
=""
41166 COND_wxUSE_ZLIB_builtin
="#"
41167 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41168 COND_wxUSE_ZLIB_builtin
=""
41173 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
41174 as_fn_error $?
"No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" "$LINENO" 5
41177 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
41178 as_fn_error $?
"Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." "$LINENO" 5
41185 ?
:* ) # Drive letter, considered as absolute.
41188 INSTALL
=`pwd`/${INSTALL} ;;
41191 if test "$wxUSE_GUI" = "yes"; then
41193 if test "$wxUSE_MSW" = 1 ; then
41194 if test "x$WINDRES" = "x"; then
41195 as_fn_error $?
"Required windres program not found" "$LINENO" 5
41201 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
41202 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
41203 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
41205 LIBWXMACRES
="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
41207 # Extract the first word of "DeRez", so it can be a program name with args.
41208 set dummy DeRez
; ac_word
=$2
41209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41210 $as_echo_n "checking for $ac_word... " >&6; }
41211 if ${ac_cv_prog_DEREZ+:} false
; then :
41212 $as_echo_n "(cached) " >&6
41214 if test -n "$DEREZ"; then
41215 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
41217 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41218 for as_dir
in $PATH
41221 test -z "$as_dir" && as_dir
=.
41222 for ac_exec_ext
in '' $ac_executable_extensions; do
41223 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41224 ac_cv_prog_DEREZ
="DeRez"
41225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41232 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
41235 DEREZ
=$ac_cv_prog_DEREZ
41236 if test -n "$DEREZ"; then
41237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DEREZ" >&5
41238 $as_echo "$DEREZ" >&6; }
41240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41241 $as_echo "no" >&6; }
41246 MACSETFILE
="\$(SETFILE)"
41248 if test "$wxUSE_OSX_CARBON" = 1; then
41249 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
41251 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
41253 POSTLINK_COMMAND
="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
41254 RESCOMP
="cat /dev/null \| $REZ"
41255 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
41261 if test "$wxUSE_PM" = 1; then
41263 WXCONFIG_RESFLAGS
="-ep"
41265 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
41267 POSTLINK_COMMAND
="@true"
41274 if test $GCC_PCH = 1
41276 if test "$wx_cv_gcc_pch_bug" = yes; then
41277 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Precompiled header support is broken on this compiler" >&5
41278 $as_echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
41279 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** --enable-precomp-headers is not recommended" >&5
41280 $as_echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
41281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
41282 $as_echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
41285 # Our WX_PRECOMP flag does not make sense for any language except C++ because
41286 # the headers that benefit from precompilation are mostly C++ headers.
41287 CXXFLAGS
="-DWX_PRECOMP $CXXFLAGS"
41288 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
41289 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
41293 if test "$wxUSE_MAC" = 1 ; then
41294 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
41295 if test "x$disable_macosx_deps" = "xyes"; then
41296 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk
-deps > temp
41303 if test "$wxUSE_SHARED" = "yes"; then
41305 *-pc-os2_emx | *-pc-os2-emx )
41306 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41307 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
41308 cp -p ${srcdir}/src
/os
2/dllnames.sh .
41309 cp -p ${srcdir}/src
/os
2/dllar.sh .
41313 if test "$wxUSE_OMF" = "yes"; then
41315 *-pc-os2_emx | *-pc-os2-emx )
41316 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
41317 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41318 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
41323 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
41328 if test "$GCC" = yes; then
41329 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-mt//g'`
41330 LIBS
=`echo $LIBS | sed 's/-mt//g'`
41331 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-mt//g'`
41336 if test "x$SUNCXX" = xyes
; then
41337 CPPFLAGS
=`echo $CPPFLAGS | sed 's/-pthread//g'`
41338 LIBS
=`echo $LIBS | sed 's/-pthread//g'`
41339 EXTRALIBS_GUI
=`echo $EXTRALIBS_GUI | sed 's/-pthread//g'`
41344 CFLAGS
="$CFLAGS $CFLAGS_VISIBILITY"
41345 CXXFLAGS
="$CXXFLAGS $CXXFLAGS_VISIBILITY"
41346 OBJCFLAGS
="$OBJCFLAGS $CFLAGS_VISIBILITY"
41347 OBJCXXFLAGS
="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
41349 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41411 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
41413 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
41414 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
41415 $as_echo_n "(cached) " >&6
41417 cat >conftest.
make <<\_ACEOF
41420 @
echo '@@@%%%=$(MAKE)=@@@%%%'
41422 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
41423 case `${MAKE-make} -f conftest.make 2>/dev/null` in
41424 *@@@
%%%=?
*=@@@
%%%*)
41425 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
41427 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
41429 rm -f conftest.
make
41431 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
41432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
41433 $as_echo "yes" >&6; }
41436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41437 $as_echo "no" >&6; }
41438 SET_MAKE
="MAKE=${MAKE-make}"
41443 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
41446 if test "$USE_WIN32" = 1; then
41447 ac_config_commands
="$ac_config_commands rcdefs.h"
41451 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
41454 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
41457 ac_config_files
="$ac_config_files utils/ifacecheck/rungccxml.sh"
41460 if test "$wx_cv_version_script" = "yes"; then
41461 ac_config_files
="$ac_config_files version-script"
41464 ac_config_files
="$ac_config_files Makefile"
41467 ac_config_commands
="$ac_config_commands wx-config"
41471 if test "$wxWITH_SUBDIRS" != "no"; then
41472 if test "$wxUSE_GUI" = "yes"; then
41473 SUBDIRS
="samples demos utils"
41475 SUBDIRS
="samples utils"
41480 # Check whether --with-cppunit-prefix was given.
41481 if test "${with_cppunit_prefix+set}" = set; then :
41482 withval
=$with_cppunit_prefix; cppunit_config_prefix
="$withval"
41484 cppunit_config_prefix
=""
41488 # Check whether --with-cppunit-exec-prefix was given.
41489 if test "${with_cppunit_exec_prefix+set}" = set; then :
41490 withval
=$with_cppunit_exec_prefix; cppunit_config_exec_prefix
="$withval"
41492 cppunit_config_exec_prefix
=""
41496 if test x
$cppunit_config_exec_prefix != x
; then
41497 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41498 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41499 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
41502 if test x
$cppunit_config_prefix != x
; then
41503 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
41504 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41505 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
41509 # Extract the first word of "cppunit-config", so it can be a program name with args.
41510 set dummy cppunit
-config; ac_word
=$2
41511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
41512 $as_echo_n "checking for $ac_word... " >&6; }
41513 if ${ac_cv_path_CPPUNIT_CONFIG+:} false
; then :
41514 $as_echo_n "(cached) " >&6
41516 case $CPPUNIT_CONFIG in
41518 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41521 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41522 for as_dir
in $PATH
41525 test -z "$as_dir" && as_dir
=.
41526 for ac_exec_ext
in '' $ac_executable_extensions; do
41527 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
41528 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
41529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
41536 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
41540 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
41541 if test -n "$CPPUNIT_CONFIG"; then
41542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPUNIT_CONFIG" >&5
41543 $as_echo "$CPPUNIT_CONFIG" >&6; }
41545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41546 $as_echo "no" >&6; }
41550 cppunit_version_min
=1.8.0
41552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Cppunit - version >= $cppunit_version_min" >&5
41553 $as_echo_n "checking for Cppunit - version >= $cppunit_version_min... " >&6; }
41555 if test "$CPPUNIT_CONFIG" = "no" ; then
41556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41557 $as_echo "no" >&6; }
41560 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
41561 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
41562 cppunit_version
=`$CPPUNIT_CONFIG --version`
41564 cppunit_major_version
=`echo $cppunit_version | \
41565 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41566 cppunit_minor_version
=`echo $cppunit_version | \
41567 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41568 cppunit_micro_version
=`echo $cppunit_version | \
41569 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41571 cppunit_major_min
=`echo $cppunit_version_min | \
41572 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41573 cppunit_minor_min
=`echo $cppunit_version_min | \
41574 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41575 cppunit_micro_min
=`echo $cppunit_version_min | \
41576 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41578 cppunit_version_proper
=`expr \
41579 $cppunit_major_version \> $cppunit_major_min \| \
41580 $cppunit_major_version \= $cppunit_major_min \& \
41581 $cppunit_minor_version \> $cppunit_minor_min \| \
41582 $cppunit_major_version \= $cppunit_major_min \& \
41583 $cppunit_minor_version \= $cppunit_minor_min \& \
41584 $cppunit_micro_version \>= $cppunit_micro_min `
41586 if test "$cppunit_version_proper" = "1" ; then
41587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41588 $as_echo "$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
41590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
41591 $as_echo "no" >&6; }
41596 if test "x$no_cppunit" = x
; then
41597 SUBDIRS
="$SUBDIRS tests"
41608 for subdir
in $SUBDIRS; do
41609 if test -d ${srcdir}/${subdir} ; then
41610 if test "$wxUSE_GUI" = "yes"; then
41611 if test ${subdir} = "samples"; then
41612 makefiles
="samples/Makefile.in $makefiles"
41613 for sample
in $SAMPLES_SUBDIRS; do
41614 if test -d $srcdir/samples
/$sample; then
41615 makefiles
="samples/$sample/Makefile.in $makefiles"
41619 disabled_var
=DISABLED_
`echo $subdir | tr '[a-z]' '[A-Z]'`
41620 eval "disabled=\$$disabled_var"
41621 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
41622 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
41625 if test ${subdir} = "samples"; then
41626 makefiles
="samples/Makefile.in $makefiles"
41627 for sample
in `echo $SAMPLES_SUBDIRS`; do
41628 if test -d $srcdir/samples
/$sample; then
41629 makefiles
="samples/$sample/Makefile.in $makefiles"
41632 elif test ${subdir} = "utils"; then
41634 for util
in ifacecheck
; do
41635 if test -d $srcdir/utils
/$util ; then
41636 makefiles
="utils/$util/src/Makefile.in \
41641 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41645 for mkin
in $makefiles ; do
41646 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41647 ac_config_files
="$ac_config_files $mk"
41653 cat >confcache
<<\_ACEOF
41654 # This file is a shell script that caches the results of configure
41655 # tests run on this system so they can be shared between configure
41656 # scripts and configure runs, see configure's option --config-cache.
41657 # It is not useful on other systems. If it contains results you don't
41658 # want to keep, you may remove or edit it.
41660 # config.status only pays attention to the cache file if you give it
41661 # the --recheck option to rerun configure.
41663 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41664 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41665 # following values.
41669 # The following way of writing the cache mishandles newlines in values,
41670 # but we know of no workaround that is simple, portable, and efficient.
41671 # So, we kill variables containing newlines.
41672 # Ultrix sh set writes to stderr and can't be redirected directly,
41673 # and sets the high bit in the cache file unless we assign to the vars.
41675 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
41676 eval ac_val
=\$
$ac_var
41680 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
41681 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
41684 _
| IFS
| as_nl
) ;; #(
41685 BASH_ARGV
| BASH_SOURCE
) eval $ac_var= ;; #(
41686 *) { eval $ac_var=; unset $ac_var;} ;;
41692 case $as_nl`(ac_space=' '; set) 2>&1` in #(
41693 *${as_nl}ac_space
=\
*)
41694 # `set' does not quote correctly, so add quotes: double-quote
41695 # substitution turns \\\\ into \\, and sed turns \\ into \.
41698 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41701 # `set' quotes correctly as required by POSIX, so do not add quotes.
41702 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
41711 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41713 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41715 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
41716 if test -w "$cache_file"; then
41717 if test "x$cache_file" != "x/dev/null"; then
41718 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
41719 $as_echo "$as_me: updating cache $cache_file" >&6;}
41720 if test ! -f "$cache_file" || test -h "$cache_file"; then
41721 cat confcache
>"$cache_file"
41723 case $cache_file in #(
41725 mv -f confcache
"$cache_file"$$
&&
41726 mv -f "$cache_file"$$
"$cache_file" ;; #(
41728 mv -f confcache
"$cache_file" ;;
41733 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
41734 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41739 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
41740 # Let make expand exec_prefix.
41741 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
41743 DEFS
=-DHAVE_CONFIG_H
41748 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
41749 # 1. Remove the extension, and $U if already installed.
41750 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
41751 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
41752 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
41753 # will be set to the directory where LIBOBJS objects are built.
41754 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41755 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
41757 LIBOBJS
=$ac_libobjs
41759 LTLIBOBJS
=$ac_ltlibobjs
41763 : "${CONFIG_STATUS=./config.status}"
41765 ac_clean_files_save
=$ac_clean_files
41766 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
41767 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
41768 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41770 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
41772 # Generated by $as_me.
41773 # Run this file to recreate the current configuration.
41774 # Compiler output produced by configure, useful for debugging
41775 # configure, is in config.log if it exists.
41778 ac_cs_recheck=false
41781 SHELL=\${CONFIG_SHELL-$SHELL}
41784 cat >>$CONFIG_STATUS <<\_ASEOF
|| as_write_fail
=1
41785 ## -------------------- ##
41786 ## M4sh Initialization. ##
41787 ## -------------------- ##
41789 # Be more Bourne compatible
41790 DUALCASE
=1; export DUALCASE
# for MKS sh
41791 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
41794 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
41795 # is contrary to our usage. Disable this feature.
41796 alias -g '${1+"$@"}'='"$@"'
41797 setopt NO_GLOB_SUBST
41799 case `(set -o) 2>/dev/null` in #(
41811 # Printing a long string crashes Solaris 7 /usr/bin/printf.
41812 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41813 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41814 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41815 # Prefer a ksh shell builtin over an external printf program on Solaris,
41816 # but without wasting forks for bash or zsh.
41817 if test -z "$BASH_VERSION$ZSH_VERSION" \
41818 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
41819 as_echo='print
-r --'
41820 as_echo_n='print
-rn --'
41821 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41822 as_echo='printf %s
\n'
41823 as_echo_n='printf %s
'
41825 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41826 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
41827 as_echo_n='/usr
/ucb
/echo -n'
41829 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41830 as_echo_n_body='eval
41834 expr "X$arg" : "X\\(.*\\)$as_nl";
41835 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41837 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41839 export as_echo_n_body
41840 as_echo_n='sh
-c $as_echo_n_body as_echo
'
41842 export as_echo_body
41843 as_echo='sh
-c $as_echo_body as_echo
'
41846 # The user is always right.
41847 if test "${PATH_SEPARATOR+set}" != set; then
41849 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41850 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41857 # We need space, tab and new line, in precisely that order. Quoting is
41858 # there to prevent editors from complaining about space-tab.
41859 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
41860 # splitting by setting IFS to empty value.)
41863 # Find who we are. Look in the path if we contain no directory separator.
41866 *[\\/]* ) as_myself=$0 ;;
41867 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
41868 for as_dir in $PATH
41871 test -z "$as_dir" && as_dir=.
41872 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41878 # We did not find ourselves, most probably we were run as `sh COMMAND'
41879 # in which case we are not to be found in the path.
41880 if test "x$as_myself" = x
; then
41883 if test ! -f "$as_myself"; then
41884 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41888 # Unset variables that we do not need and which cause bugs (e.g. in
41889 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
41890 # suppresses any "Segmentation fault" message there. '((' could
41891 # trigger a bug in pdksh 5.2.14.
41892 for as_var
in BASH_ENV ENV MAIL MAILPATH
41893 do eval test x\
${$as_var+set} = xset \
41894 && ( (unset $as_var) || exit 1) >/dev
/null
2>&1 && unset $as_var || :
41907 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
41910 # as_fn_error STATUS ERROR [LINENO LOG_FD]
41911 # ----------------------------------------
41912 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
41913 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
41914 # script with STATUS, using 1 if that was 0.
41917 as_status
=$1; test $as_status -eq 0 && as_status
=1
41919 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
41920 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
41922 $as_echo "$as_me: error: $2" >&2
41923 as_fn_exit
$as_status
41927 # as_fn_set_status STATUS
41928 # -----------------------
41929 # Set $? to STATUS, without forking.
41930 as_fn_set_status
()
41933 } # as_fn_set_status
41935 # as_fn_exit STATUS
41936 # -----------------
41937 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
41941 as_fn_set_status
$1
41947 # Portably unset VAR.
41950 { eval $1=; unset $1;}
41952 as_unset
=as_fn_unset
41953 # as_fn_append VAR VALUE
41954 # ----------------------
41955 # Append the text in VALUE to the end of the definition contained in VAR. Take
41956 # advantage of any shell optimizations that allow amortized linear growth over
41957 # repeated appends, instead of the typical quadratic growth present in naive
41959 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
41960 eval 'as_fn_append ()
41971 # as_fn_arith ARG...
41972 # ------------------
41973 # Perform arithmetic evaluation on the ARGs, and store the result in the
41974 # global $as_val. Take advantage of shells that can avoid forks. The arguments
41975 # must be portable across $(()) and expr.
41976 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
41977 eval 'as_fn_arith ()
41984 as_val
=`expr "$@" || test $? -eq 1`
41989 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
41990 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
41996 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41997 as_basename
=basename
42002 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
42008 as_me
=`$as_basename -- "$0" ||
42009 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
42010 X"$0" : 'X\(//\)$' \| \
42011 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
42013 sed '/^.*\/\([^/][^/]*\)\/*$/{
42027 # Avoid depending upon Character Ranges.
42028 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
42029 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
42030 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
42031 as_cr_digits
='0123456789'
42032 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42034 ECHO_C
= ECHO_N
= ECHO_T
=
42035 case `echo -n x` in #(((((
42037 case `echo 'xy\c'` in
42038 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
42040 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
42047 rm -f conf$$ conf$$.exe conf$$.
file
42048 if test -d conf$$.dir
; then
42049 rm -f conf$$.dir
/conf$$.
file
42052 mkdir conf$$.dir
2>/dev
/null
42054 if (echo >conf$$.
file) 2>/dev
/null
; then
42055 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
42057 # ... but there are two gotchas:
42058 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
42059 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
42060 # In both cases, we have to default to `cp -pR'.
42061 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe
||
42063 elif ln conf$$.
file conf$$
2>/dev
/null
; then
42071 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
42072 rmdir conf$$.dir
2>/dev
/null
42077 # Create "$as_dir" as a directory, including parents if necessary.
42082 -*) as_dir
=.
/$as_dir;;
42084 test -d "$as_dir" || eval $as_mkdir_p || {
42088 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
42089 *) as_qdir
=$as_dir;;
42091 as_dirs
="'$as_qdir' $as_dirs"
42092 as_dir
=`$as_dirname -- "$as_dir" ||
42093 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42094 X"$as_dir" : 'X\(//\)[^/]' \| \
42095 X"$as_dir" : 'X\(//\)$' \| \
42096 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
42097 $as_echo X"$as_dir" |
42098 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42102 /^X\(\/\/\)[^/].*/{
42115 test -d "$as_dir" && break
42117 test -z "$as_dirs" || eval "mkdir $as_dirs"
42118 } || test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
42122 if mkdir -p .
2>/dev
/null
; then
42123 as_mkdir_p
='mkdir -p "$as_dir"'
42125 test -d .
/-p && rmdir .
/-p
42130 # as_fn_executable_p FILE
42131 # -----------------------
42132 # Test if FILE is an executable regular file.
42133 as_fn_executable_p
()
42135 test -f "$1" && test -x "$1"
42136 } # as_fn_executable_p
42137 as_test_x
='test -x'
42138 as_executable_p
=as_fn_executable_p
42140 # Sed expression to map a string onto a valid CPP name.
42141 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42143 # Sed expression to map a string onto a valid variable name.
42144 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42148 ## ----------------------------------- ##
42149 ## Main body of $CONFIG_STATUS script. ##
42150 ## ----------------------------------- ##
42152 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
42154 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42155 # Save the log message, to keep $0 and so on meaningful, and to
42156 # report actual input values of CONFIG_FILES etc. instead of their
42157 # values after options handling.
42159 This file was extended by wxWidgets $as_me 2.9.5, which was
42160 generated by GNU Autoconf 2.69. Invocation command line was
42162 CONFIG_FILES = $CONFIG_FILES
42163 CONFIG_HEADERS = $CONFIG_HEADERS
42164 CONFIG_LINKS = $CONFIG_LINKS
42165 CONFIG_COMMANDS = $CONFIG_COMMANDS
42168 on `(hostname || uname -n) 2>/dev/null | sed 1q`
42173 case $ac_config_files in *"
42174 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
42177 case $ac_config_headers in *"
42178 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
42182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42183 # Files that config.status was made for.
42184 config_files="$ac_config_files"
42185 config_headers="$ac_config_headers"
42186 config_commands="$ac_config_commands"
42190 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42192 \`$as_me' instantiates files and other configuration actions
42193 from templates according to the current configuration. Unless the files
42194 and actions are specified as TAGs, all are instantiated by default.
42196 Usage: $0 [OPTION]... [TAG]...
42198 -h, --help print this help, then exit
42199 -V, --version print version number and configuration settings, then exit
42200 --config print configuration, then exit
42201 -q, --quiet, --silent
42202 do not print progress messages
42203 -d, --debug don't remove temporary files
42204 --recheck update $as_me by reconfiguring in the same conditions
42205 --file=FILE[:TEMPLATE]
42206 instantiate the configuration file FILE
42207 --header=FILE[:TEMPLATE]
42208 instantiate the configuration header FILE
42210 Configuration files:
42213 Configuration headers:
42216 Configuration commands:
42219 Report bugs to <wx-dev@lists.wxwidgets.org>."
42222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42223 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42225 wxWidgets config.status 2.9.5
42226 configured by $0, generated by GNU Autoconf 2.69,
42227 with options \\"\$ac_cs_config\\"
42229 Copyright (C) 2012 Free Software Foundation, Inc.
42230 This config.status script is free software; the Free Software Foundation
42231 gives unlimited permission to copy, distribute and modify it."
42236 test -n "\$AWK" || AWK=awk
42239 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42240 # The default lists apply if the user does not specify any file.
42246 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42247 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
42251 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
42263 # Handling of the options.
42264 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42266 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
42267 $as_echo "$ac_cs_version"; exit ;;
42268 --config | --confi | --conf | --con | --co | --c )
42269 $as_echo "$ac_cs_config"; exit ;;
42270 --debug | --debu | --deb | --de | --d | -d )
42272 --file | --fil | --fi | --f )
42275 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42276 '') as_fn_error $?
"missing file argument" ;;
42278 as_fn_append CONFIG_FILES
" '$ac_optarg'"
42279 ac_need_defaults
=false
;;
42280 --header | --heade | --head | --hea )
42283 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42285 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
42286 ac_need_defaults
=false
;;
42288 # Conflict between --help and --header
42289 as_fn_error $?
"ambiguous option: \`$1'
42290 Try \`$0 --help' for more information.";;
42291 --help | --hel | -h )
42292 $as_echo "$ac_cs_usage"; exit ;;
42293 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42294 | -silent | --silent | --silen | --sile | --sil | --si | --s)
42297 # This is an error.
42298 -*) as_fn_error $?
"unrecognized option: \`$1'
42299 Try \`$0 --help' for more information." ;;
42301 *) as_fn_append ac_config_targets
" $1"
42302 ac_need_defaults
=false
;;
42308 ac_configure_extra_args
=
42310 if $ac_cs_silent; then
42312 ac_configure_extra_args
="$ac_configure_extra_args --silent"
42316 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42317 if \$ac_cs_recheck; then
42318 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42320 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
42321 CONFIG_SHELL='$SHELL'
42322 export CONFIG_SHELL
42327 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42331 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42332 ## Running $as_me. ##
42338 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42344 infile="$srcdir/include/wx/msw/genrcdefs.h"
42345 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
42348 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42349 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42350 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42356 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42358 # Handling of arguments.
42359 for ac_config_target
in $ac_config_targets
42361 case $ac_config_target in
42362 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
42363 "rcdefs.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
42364 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
42365 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
42366 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES
="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
42367 "version-script") CONFIG_FILES
="$CONFIG_FILES version-script" ;;
42368 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
42369 "wx-config") CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
42370 "$mk") CONFIG_FILES
="$CONFIG_FILES $mk" ;;
42372 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
42377 # If the user did not use the arguments to specify the items to instantiate,
42378 # then the envvar interface is used. Set only those that are not.
42379 # We use the long form for the default assignment because of an extremely
42380 # bizarre bug on SunOS 4.1.3.
42381 if $ac_need_defaults; then
42382 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
42383 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
42384 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
42387 # Have a temporary directory for convenience. Make it in the build tree
42388 # simply because there is no reason against having it here, and in addition,
42389 # creating and moving files from /tmp can sometimes cause problems.
42390 # Hook for its removal unless debugging.
42391 # Note that there is a small window in which the directory will not be cleaned:
42392 # after its creation but before its name has been assigned to `$tmp'.
42396 trap 'exit_status=$?
42397 : "${ac_tmp:=$tmp}"
42398 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
42400 trap 'as_fn_exit 1' 1 2 13 15
42402 # Create a (secure) tmp directory for tmp files.
42405 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42409 tmp
=.
/conf$$
-$RANDOM
42410 (umask 077 && mkdir "$tmp")
42411 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
42414 # Set up the scripts for CONFIG_FILES section.
42415 # No need to generate them if there are no CONFIG_FILES.
42416 # This happens for instance with `./config.status config.h'.
42417 if test -n "$CONFIG_FILES"; then
42420 ac_cr
=`echo X | tr X '\015'`
42421 # On cygwin, bash can eat \r inside `` if the user requested igncr.
42422 # But we know of no other shell where ac_cr would be empty at this
42423 # point, so we can use a bashism as a fallback.
42424 if test "x$ac_cr" = x
; then
42425 eval ac_cr
=\$
\'\\r
\'
42427 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
42428 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
42431 ac_cs_awk_cr
=$ac_cr
42434 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
42439 echo "cat >conf$$subs.awk <<_ACEOF" &&
42440 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
42442 } >conf$$subs.sh ||
42443 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42444 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
42446 for ac_last_try in false false false false false :; do
42447 . ./conf$$subs.sh ||
42448 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42450 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
42451 if test $ac_delim_n = $ac_delim_num; then
42453 elif $ac_last_try; then
42454 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
42456 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42459 rm -f conf$$subs.sh
42461 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42462 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
42466 s/^/S["/; s
/!.
*/"]=/
42476 s/\(.\{148\}\)..*/\1/
42478 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
42483 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42490 s/\(.\{148\}\)..*/\1/
42492 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
42496 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
42501 ' <conf$$subs.awk | sed '
42506 ' >>$CONFIG_STATUS || ac_write_fail=1
42507 rm -f conf$$subs.awk
42508 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42510 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
42511 for (key in S) S_is_set[key] = 1
42517 nfields = split(line, field, "@
")
42519 len = length(field[1])
42520 for (i = 2; i < nfields; i++) {
42522 keylen = length(key)
42523 if (S_is_set[key]) {
42525 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
42526 len += length(value) + length(field[++i])
42537 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42538 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
42539 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
42542 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
42543 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
42546 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
42547 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
42548 # trailing colons and then remove the whole line if VPATH becomes empty
42549 # (actually we leave an empty line to preserve line numbers).
42550 if test "x
$srcdir" = x.; then
42551 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
42569 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42570 fi # test -n "$CONFIG_FILES"
42572 # Set up the scripts for CONFIG_HEADERS section.
42573 # No need to generate them if there are no CONFIG_HEADERS.
42574 # This happens for instance with `./config.status Makefile'.
42575 if test -n "$CONFIG_HEADERS"; then
42576 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
42580 # Transform confdefs.h into an awk script `defines.awk', embedded as
42581 # here-document in config.status, that substitutes the proper values into
42582 # config.h.in to produce config.h.
42584 # Create a delimiter string that does not exist in confdefs.h, to ease
42585 # handling of long lines.
42587 for ac_last_try in false false :; do
42588 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
42589 if test -z "$ac_tt"; then
42591 elif $ac_last_try; then
42592 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
42594 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
42598 # For the awk script, D is an array of macro values keyed by name,
42599 # likewise P contains macro parameters if any. Preserve backslash
42600 # newline sequences.
42602 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
42604 s/.\{148\}/&'"$ac_delim"'/g
42607 s/^[ ]*#[ ]*define[ ][ ]*/ /
42614 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
42616 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
42620 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
42621 D["\
1"]=" \
3\\\\\\n
"\\/p
42623 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
42628 s/.\{148\}/&'"$ac_delim"'/g
42633 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
42636 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
42638 ' <confdefs.h | sed '
42639 s/'"$ac_delim"'/"\\\
42640 "/g' >>$CONFIG_STATUS || ac_write_fail=1
42642 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42643 for (key in D) D_is_set[key] = 1
42646 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
42648 split(line, arg, " ")
42649 if (arg[1] == "#") {
42653 defundef
= substr
(arg
[1], 2)
42656 split(mac1
, mac2
, "(") #)
42658 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
42659 if (D_is_set
[macro
]) {
42660 # Preserve the white space surrounding the "#".
42661 print prefix
"define", macro P
[macro
] D
[macro
]
42664 # Replace #undef with comments. This is necessary, for example,
42665 # in the case of _POSIX_SOURCE, which is predefined and required
42666 # on some systems where configure will not decide to define it.
42667 if (defundef
== "undef") {
42668 print
"/*", prefix defundef
, macro
, "*/"
42676 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42677 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
42678 fi # test -n "$CONFIG_HEADERS"
42681 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
42686 :[FHLC
]) ac_mode
=$ac_tag; continue;;
42688 case $ac_mode$ac_tag in
42690 :L
* | :C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
42691 :[FH
]-) ac_tag
=-:-;;
42692 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
42709 -) ac_f
="$ac_tmp/stdin";;
42710 *) # Look for the file first in the build tree, then in the source tree
42711 # (if the path is not absolute). The absolute path cannot be DOS-style,
42712 # because $ac_f cannot contain `:'.
42716 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
42718 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
42720 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
42721 as_fn_append ac_file_inputs
" '$ac_f'"
42724 # Let's still pretend it is `configure' which instantiates (i.e., don't
42725 # use $as_me), people would be surprised to read:
42726 # /* config.h. Generated by config.status. */
42727 configure_input
='Generated from '`
42728 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
42730 if test x
"$ac_file" != x
-; then
42731 configure_input
="$ac_file. $configure_input"
42732 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
42733 $as_echo "$as_me: creating $ac_file" >&6;}
42735 # Neutralize special characters interpreted by sed in replacement strings.
42736 case $configure_input in #(
42737 *\
&* | *\
|* | *\\* )
42738 ac_sed_conf_input
=`$as_echo "$configure_input" |
42739 sed 's/[\\\\&|]/\\\\&/g'`;; #(
42740 *) ac_sed_conf_input
=$configure_input;;
42744 *:-:* | *:-) cat >"$ac_tmp/stdin" \
42745 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
42750 ac_dir
=`$as_dirname -- "$ac_file" ||
42751 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42752 X"$ac_file" : 'X\(//\)[^/]' \| \
42753 X"$ac_file" : 'X\(//\)$' \| \
42754 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
42755 $as_echo X"$ac_file" |
42756 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
42760 /^X\(\/\/\)[^/].*/{
42773 as_dir
="$ac_dir"; as_fn_mkdir_p
42777 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42779 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
42780 # A ".." for each directory in $ac_dir_suffix.
42781 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
42782 case $ac_top_builddir_sub in
42783 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
42784 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
42787 ac_abs_top_builddir
=$ac_pwd
42788 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
42789 # for backward compatibility:
42790 ac_top_builddir
=$ac_top_build_prefix
42793 .
) # We are building in place.
42795 ac_top_srcdir
=$ac_top_builddir_sub
42796 ac_abs_top_srcdir
=$ac_pwd ;;
42797 [\\/]* | ?
:[\\/]* ) # Absolute name.
42798 ac_srcdir
=$srcdir$ac_dir_suffix;
42799 ac_top_srcdir
=$srcdir
42800 ac_abs_top_srcdir
=$srcdir ;;
42801 *) # Relative name.
42802 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
42803 ac_top_srcdir
=$ac_top_build_prefix$srcdir
42804 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
42806 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
42816 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
42817 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
42821 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42822 # If the template does not know about datarootdir, expand it.
42823 # FIXME: This hack should be removed a few years after 2.60.
42824 ac_datarootdir_hack
=; ac_datarootdir_seen
=
42835 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
42836 *datarootdir
*) ac_datarootdir_seen
=yes;;
42837 *@datadir@
*|*@docdir@
*|*@infodir@
*|*@localedir@
*|*@mandir@
*)
42838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
42839 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
42841 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42842 ac_datarootdir_hack='
42843 s&@datadir@&$datadir&g
42844 s&@docdir@&$docdir&g
42845 s&@infodir@&$infodir&g
42846 s&@localedir@&$localedir&g
42847 s&@mandir@&$mandir&g
42848 s&\\\${datarootdir}&$datarootdir&g' ;;
42852 # Neutralize VPATH when `$srcdir' = `.'.
42853 # Shell code in configure.ac might set extrasub.
42854 # FIXME: do we really want to maintain this feature?
42855 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42856 ac_sed_extra="$ac_vpsub
42859 cat >>$CONFIG_STATUS <<\_ACEOF
|| ac_write_fail
=1
42861 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
42862 s
|@configure_input@
|$ac_sed_conf_input|;t t
42863 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
42864 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
42865 s
&@srcdir@
&$ac_srcdir&;t t
42866 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
42867 s
&@top_srcdir@
&$ac_top_srcdir&;t t
42868 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
42869 s
&@builddir@
&$ac_builddir&;t t
42870 s
&@abs_builddir@
&$ac_abs_builddir&;t t
42871 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
42872 s
&@INSTALL@
&$ac_INSTALL&;t t
42873 $ac_datarootdir_hack
42875 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
42876 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
42878 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
42879 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
42880 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
42881 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
42882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
42883 which seems to be undefined. Please make sure it is defined" >&5
42884 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
42885 which seems to be undefined. Please make sure it is defined" >&2;}
42887 rm -f "$ac_tmp/stdin"
42889 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
42890 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
42892 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42898 if test x"$ac_file" != x-; then
42900 $as_echo "/* $configure_input */" \
42901 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
42902 } >"$ac_tmp/config.h" \
42903 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42904 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
42905 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
42906 $as_echo "$as_me: $ac_file is unchanged" >&6;}
42909 mv "$ac_tmp/config.h" "$ac_file" \
42910 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
42913 $as_echo "/* $configure_input */" \
42914 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
42915 || as_fn_error $? "could not create -" "$LINENO" 5
42919 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
42920 $as_echo "$as_me: executing $ac_file commands" >&6;}
42925 case $ac_file$ac_mode in
42927 mkdir -p $outdir &&
42928 $CPP $infile | sed 's
/^
# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
42930 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/${TOOLCHAIN_FULLNAME} ;;
42931 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F
) chmod +x lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} ;;
42932 "utils/ifacecheck/rungccxml.sh":F
) chmod +x utils
/ifacecheck
/rungccxml.sh
;;
42933 "wx-config":C
) rm -f wx
-config
42934 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
42943 ac_clean_files
=$ac_clean_files_save
42945 test $ac_write_fail = 0 ||
42946 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
42949 # configure is writing to config.log, and then calls config.status.
42950 # config.status does its own redirection, appending to config.log.
42951 # Unfortunately, on DOS this fails, as config.log is still kept open
42952 # by configure, so config.status won't be able to write to it; its
42953 # output is simply discarded. So we exec the FD to /dev/null,
42954 # effectively closing config.log, so it can be properly (re)opened and
42955 # appended to by config.status. When coming back to configure, we
42956 # need to make the FD available again.
42957 if test "$no_create" != yes; then
42959 ac_config_status_args
=
42960 test "$silent" = yes &&
42961 ac_config_status_args
="$ac_config_status_args --quiet"
42963 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
42965 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42966 # would make configure fail if this is the last instruction.
42967 $ac_cs_success || as_fn_exit
1
42971 # CONFIG_SUBDIRS section.
42973 if test "$no_recursion" != yes; then
42975 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
42976 # so they do not pile up.
42977 ac_sub_configure_args
=
42979 eval "set x $ac_configure_args"
42983 if test -n "$ac_prev"; then
42988 -cache-file | --cache-file | --cache-fil | --cache-fi \
42989 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42990 ac_prev
=cache_file
;;
42991 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42992 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42995 --config-cache | -C)
42997 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42999 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
43001 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
43003 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
43005 --disable-option-checking)
43009 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
43011 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
43015 # Always prepend --prefix to ensure using the same prefix
43016 # in subdir configurations.
43017 ac_arg
="--prefix=$prefix"
43019 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
43021 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
43024 if test "$silent" = yes; then
43025 ac_sub_configure_args
="--silent $ac_sub_configure_args"
43028 # Always prepend --disable-option-checking to silence warnings, since
43029 # different subdirs can have different --enable and --with options.
43030 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
43033 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
43035 # Do not complain, so a configure script can configure whichever
43036 # parts of a large source tree are present.
43037 test -d "$srcdir/$ac_dir" || continue
43039 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
43040 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
43041 $as_echo "$ac_msg" >&6
43042 as_dir
="$ac_dir"; as_fn_mkdir_p
43046 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
43048 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
43049 # A ".." for each directory in $ac_dir_suffix.
43050 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
43051 case $ac_top_builddir_sub in
43052 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
43053 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
43056 ac_abs_top_builddir
=$ac_pwd
43057 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
43058 # for backward compatibility:
43059 ac_top_builddir
=$ac_top_build_prefix
43062 .
) # We are building in place.
43064 ac_top_srcdir
=$ac_top_builddir_sub
43065 ac_abs_top_srcdir
=$ac_pwd ;;
43066 [\\/]* | ?
:[\\/]* ) # Absolute name.
43067 ac_srcdir
=$srcdir$ac_dir_suffix;
43068 ac_top_srcdir
=$srcdir
43069 ac_abs_top_srcdir
=$srcdir ;;
43070 *) # Relative name.
43071 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
43072 ac_top_srcdir
=$ac_top_build_prefix$srcdir
43073 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
43075 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
43080 # Check for guested configure; otherwise get Cygnus style configure.
43081 if test -f "$ac_srcdir/configure.gnu"; then
43082 ac_sub_configure
=$ac_srcdir/configure.gnu
43083 elif test -f "$ac_srcdir/configure"; then
43084 ac_sub_configure
=$ac_srcdir/configure
43085 elif test -f "$ac_srcdir/configure.in"; then
43086 # This should be Cygnus configure.
43087 ac_sub_configure
=$ac_aux_dir/configure
43089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
43090 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
43094 # The recursion is here.
43095 if test -n "$ac_sub_configure"; then
43096 # Make the cache file name correct relative to the subdirectory.
43097 case $cache_file in
43098 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
43099 *) # Relative name.
43100 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
43103 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
43104 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
43105 # The eval makes quoting arguments work.
43106 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
43107 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
43108 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
43114 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
43115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
43116 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
43121 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
43123 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
43124 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
43125 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
43126 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
43127 if test "$wxUSE_UNICODE" = "yes"; then
43128 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
43129 echo " (using UTF-8)"
43131 echo " (using wchar_t)"
43137 echo " What level of wxWidgets compatibility should be enabled?"
43138 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
43139 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
43141 echo " Which libraries should wxWidgets use?"
43142 echo " STL ${wxUSE_STL}"
43143 echo " jpeg ${wxUSE_LIBJPEG-none}"
43144 echo " png ${wxUSE_LIBPNG-none}"
43145 echo " regex ${wxUSE_REGEX}"
43146 echo " tiff ${wxUSE_LIBTIFF-none}"
43147 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
43148 echo " xpm ${wxUSE_LIBXPM-none}"
43150 echo " zlib ${wxUSE_ZLIB}"
43151 echo " expat ${wxUSE_EXPAT}"
43152 echo " libmspack ${wxUSE_LIBMSPACK}"
43153 echo " sdl ${wxUSE_LIBSDL}"